OK
https://www.propublica.org/
Websites
Runtime: 4.4s
On November 04, 2024, 01:12 AM UTC, https://www.propublica.org/ was accessible when tested on AS55424 in Afghanistan.
Failures
HTTP Experiment
null
DNS Experiment
null
Control
null
DNS Queries
Resolver:
34.153.64.17
Query:
IN A www.propublica.org
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
104.16.251.51
@
IN
A
104.16.252.51
Query:
IN AAAA www.propublica.org
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
AAAA
2606:4700::6810:fc33
@
IN
AAAA
2606:4700::6810:fb33
TCP Connections
Connection to 2606:4700::6810:fb33:443 was blocked.
Connection to 2606:4700::6810:fc33:443 was blocked.
Connection to 104.16.252.51:443 succeeded.
Connection to 104.16.251.51:443 succeeded.
HTTP Requests
URL
GET https://www.propublica.org/
Response Headers
Access-Control-Allow-Origin:https://projects.propublica.orgAlt-Svc:h3=":443"; ma=86400Cache-Control:max-age=900, public, must-revalidate, stale-while-revalidate=60, stale-if-error=60Cf-Ray:8dd0bcc09cdf909f-KHIContent-Length:183956Content-Type:text/html; charset=UTF-8Date:Mon, 04 Nov 2024 01:12:42 GMTOnion-Location:http://p53lf57qovyuvwsc6xnrppyply3vtqm7l6pcobkmyqsiofyeznfu5uqd.onion/Pragma:cacheServer:cloudflareSet-Cookie:_cfuvid=MxztZPS9aOnUjZm.HuKStNmd4mW9MutYTQ1DL589IkY-1730682762570-[scrubbed]-604800000; path=/; domain=.propublica.org; HttpOnly; Secure; SameSite=NoneStrict-Transport-Security:max-age=10886400; includeSubDomains; preloadX-Author:queue-workerX-Debug:CachedX-Frame-Options:DENYX-Origin:v3-www.propublica.org
Response Body
<!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Meta Tags for Parse.ly --> <meta name="parsely-title" content="ProPublica — Investigative Journalism and News in the Public Interest" /> <meta name="parsely-link" content="https://www.propublica.org/" /> <meta name="parsely-type" content="index" /> <meta name="parsely-image-url" content="https://assets.propublica.org/2017-pp-open-graph-1200x630.jpg" /> <meta name="parsely-pub-date" content="2019-10-31T13:02:00-04:00" /> <meta name="parsely-section" content="" /> <meta name="parsely-author" content="" /> <meta name="parsely-tags" content="lang:en,series:The New Immigration" /> <!-- Critical JS --> <script>(function(H){H.className=H.className.replace(/\bno-js\b/,'enhanced')})(document.documentElement)</script> <script>(function(win,undefined){win.PP=win.PP||{};win.PP.utils=win.PP.utils||{};var PP=win.PP;// loadJS: load a JS file asynchronously. Included from https://github.com/filamentgroup/loadJS/ function loadJS(src,cb){"use strict";var ref=window.document.getElementsByTagName("script")[0];var script=window.document.createElement("script");script.src=src;script.async=true;ref.parentNode.insertBefore(script,ref);if(cb&&typeof cb==="function"){script.onload=cb}return script}PP.utils.loadJS=loadJS;// cookie function from https://github.com/filamentgroup/cookie/ function cookie(name,value,days){// if value is undefined, get the cookie value if(value===undefined){var cookiestring="; "+window.document.cookie;var cookies=cookiestring.split("; "+name+"=");if(cookies.length===2){return cookies.pop().split(";").shift()}return null}else{var expires;var domain;// if value is a false boolean, we'll treat that as a delete if(value===false){days=-1}if(days){var date=new Date;date.setTime(date.getTime()+days*24*60*60*1000);expires="; expires="+date.toGMTString()}else{expires=""}if(location.hostname.endsWith(".propublica.org")){// Cookie set on www.propublica.org can be read on // projects.propublica.org (and vice versa) domain="; domain=.propublica.org"}else{// Cookie limited to current hostname domain=""}window.document.cookie=name+"="+value+expires+domain+"; path=/"}}// expose it PP.utils.cookie=cookie;// basic logging function function log(logLine){const logOn=new URLSearchParams(window.location.search).get("__pp-debug");if(logOn!==null){console.log(logLine)}}// expose it PP.utils.log=log;// generic event throttler using requestAnimationFrame function rafEvent(type,name,obj){obj=obj||win;var running=false;var func=function(){if(running){return}running=true;requestAnimationFrame(function(){obj.dispatchEvent(new CustomEvent(name));running=false})};obj.addEventListener(type,func)}PP.utils.rafEvent=rafEvent;PP.utils.rafEvent("resize","rafResize");PP.utils.rafEvent("scroll","rafScroll");// Create a series of breakpoints corresponding to the ones in css/config/_column-settings.scss // // Usage: // // 1. Check if breakpoint condition matches // if (PP.utils.aboveBreakpoint("lg").matches) { console.log("Is Desktop"); } // if (PP.utils.belowBreakpoint("lg").matches) { console.log("Is Mobile"); } // // 2. Listener that triggers when breakpoint condition changes // aboveBreakpoint("lg").addEventListener("change", function () { console.log("Mobile/Desktop breakpoint changed."); }); const breakpoints={xs:0,sm:36,md:48,lg:60,xl:78,xxl:88};PP.utils.breakpoints=breakpoints;function aboveBreakpoint(value){return window.matchMedia(`(min-width: ${PP.utils.breakpoints[value]}em)`)}function belowBreakpoint(value){return window.matchMedia(`(max-width: ${PP.utils.breakpoints[value]}em)`)}PP.utils.aboveBreakpoint=aboveBreakpoint;PP.utils.belowBreakpoint=belowBreakpoint})(this);;(function(){var undefined;var VERSION="4.17.5";var FUNC_ERROR_TEXT="Expected a function";var NAN=0/0;var nullTag="[object Null]",symbolTag="[object Symbol]",undefinedTag="[object Undefined]";var reTrim=/^\s+|\s+$/g;var reIsBadHex=/^[-+]0x[0-9a-f]+$/i;var reIsBinary=/^0b[01]+$/i;var reIsOctal=/^0o[0-7]+$/i;var freeParseInt=parseInt;var freeGlobal=typeof global=="object"&&global&&global.Object===Object&&global;var freeSelf=typeof self=="object"&&self&&self.Object===Object&&self;var root=freeGlobal||freeSelf||Function("return this")();var freeExports=typeof exports=="object"&&exports&&!exports.nodeType&&exports;var freeModule=freeExports&&typeof module=="object"&&module&&!module.nodeType&&module;var objectProto=Object.prototype;var hasOwnProperty=objectProto.hasOwnProperty;var nativeObjectToString=objectProto.toString;var Symbol=root.Symbol,symToStringTag=Symbol?Symbol.toStringTag:undefined;var nativeMax=Math.max,nativeMin=Math.min;var realNames={};function lodash(){}function baseGetTag(value){if(value==null){return value===undefined?undefinedTag:nullTag}return symToStringTag&&symToStringTag in Object(value)?getRawTag(value):objectToString(value)}function getRawTag(value){var isOwn=hasOwnProperty.call(value,symToStringTag),tag=value[symToStringTag];try{value[symToStringTag]=undefined;var unmasked=true}catch(e){}var result=nativeObjectToString.call(value);if(unmasked){if(isOwn){value[symToStringTag]=tag}else{delete value[symToStringTag]}}return result}function objectToString(value){return nativeObjectToString.call(value)}var now=function(){return root.Date.now()};function debounce(func,wait,options){var lastArgs,lastThis,maxWait,result,timerId,lastCallTime,lastInvokeTime=0,leading=false,maxing=false,trailing=true;if(typeof func!="function"){throw new TypeError(FUNC_ERROR_TEXT)}wait=toNumber(wait)||0;if(isObject(options)){leading=!!options.leading;maxing="maxWait"in options;maxWait=maxing?nativeMax(toNumber(options.maxWait)||0,wait):maxWait;trailing="trailing"in options?!!options.trailing:trailing}function invokeFunc(time){var args=lastArgs,thisArg=lastThis;lastArgs=lastThis=undefined;lastInvokeTime=time;result=func.apply(thisArg,args);return result}function leadingEdge(time){lastInvokeTime=time;timerId=setTimeout(timerExpired,wait);return leading?invokeFunc(time):result}function remainingWait(time){var timeSinceLastCall=time-lastCallTime,timeSinceLastInvoke=time-lastInvokeTime,timeWaiting=wait-timeSinceLastCall;return maxing?nativeMin(timeWaiting,maxWait-timeSinceLastInvoke):timeWaiting}function shouldInvoke(time){var timeSinceLastCall=time-lastCallTime,timeSinceLastInvoke=time-lastInvokeTime;return lastCallTime===undefined||timeSinceLastCall>=wait||timeSinceLastCall<0||maxing&&timeSinceLastInvoke>=maxWait}function timerExpired(){var time=now();if(shouldInvoke(time)){return trailingEdge(time)}timerId=setTimeout(timerExpired,remainingWait(time))}function trailingEdge(time){timerId=undefined;if(trailing&&lastArgs){return invokeFunc(time)}lastArgs=lastThis=undefined;return result}function cancel(){if(timerId!==undefined){clearTimeout(timerId)}lastInvokeTime=0;lastArgs=lastCallTime=lastThis=timerId=undefined}function flush(){return timerId===undefined?result:trailingEdge(now())}function debounced(){var time=now(),isInvoking=shouldInvoke(time);lastArgs=arguments;lastThis=this;lastCallTime=time;if(isInvoking){if(timerId===undefined){return leadingEdge(lastCallTime)}if(maxing){timerId=setTimeout(timerExpired,wait);return invokeFunc(lastCallTime)}}if(timerId===undefined){timerId=setTimeout(timerExpired,wait)}return result}debounced.cancel=cancel;debounced.flush=flush;return debounced}function throttle(func,wait,options){var leading=true,trailing=true;if(typeof func!="function"){throw new TypeError(FUNC_ERROR_TEXT)}if(isObject(options)){leading="leading"in options?!!options.leading:leading;trailing="trailing"in options?!!options.trailing:trailing}return debounce(func,wait,{leading:leading,maxWait:wait,trailing:trailing})}function isObject(value){var type=typeof value;return value!=null&&(type=="object"||type=="function")}function isObjectLike(value){return value!=null&&typeof value=="object"}function isSymbol(value){return typeof value=="symbol"||isObjectLike(value)&&baseGetTag(value)==symbolTag}function toNumber(value){if(typeof value=="number"){return value}if(isSymbol(value)){return NAN}if(isObject(value)){var other=typeof value.valueOf=="function"?value.valueOf():value;value=isObject(other)?other+"":other}if(typeof value!="string"){return value===0?value:+value}value=value.replace(reTrim,"");var isBinary=reIsBinary.test(value);return isBinary||reIsOctal.test(value)?freeParseInt(value.slice(2),isBinary?2:8):reIsBadHex.test(value)?NAN:+value}lodash.debounce=debounce;lodash.throttle=throttle;lodash.isObject=isObject;lodash.isObjectLike=isObjectLike;lodash.isSymbol=isSymbol;lodash.now=now;lodash.toNumber=toNumber;lodash.VERSION=VERSION;if(typeof define=="function"&&typeof define.amd=="object"&&define.amd){root._=lodash;define(function(){return lodash})}else if(freeModule){(freeModule.exports=lodash)._=lodash;freeExports._=lodash}else{root._=lodash}}).call(this);;/* eslint-disable */ /*! lazysizes - v5.3.0 */!function(e){const t=function(u,D,f){let k;let H;if(function(){let e;const t={lazyClass:"lazyload",loadedClass:"lazyloaded",loadingClass:"lazyloading",preloadClass:"lazypreload",errorClass:"lazyerror",autosizesClass:"lazyautosizes",fastLoadedClass:"ls-is-cached",iframeLoadMode:0,srcAttr:"data-src",srcsetAttr:"data-srcset",sizesAttr:"data-sizes",minSize:40,customMedia:{},init:true,expFactor:1.5,hFac:0.8,loadMode:2,loadHidden:true,ricTimeout:0,throttleDelay:125};H=u.lazySizesConfig||u.lazysizesConfig||{};for(e in t){if(!(e in H)){H[e]=t[e]}}}(),!D||!D.getElementsByClassName){return{init(){},cfg:H,noSupport:true}}const O=D.documentElement;const i=u.HTMLPictureElement;const P="addEventListener";const $="getAttribute";const q=u[P].bind(u);const I=u.setTimeout;const U=u.requestAnimationFrame||I;const o=u.requestIdleCallback;const j=/^picture$/i;const r=["load","error","lazyincluded","_lazyloaded"];const a={};const G=Array.prototype.forEach;const J=function(e,t){if(!a[t]){a[t]=new RegExp(`(\\s|^)${t}(\\s|$)`)}return a[t].test(e[$]("class")||"")&&a[t]};const K=function(e,t){if(!J(e,t)){e.setAttribute("class",`${(e[$]("class")||"").trim()} ${t}`)}};const Q=function(e,t){let a;if(a=J(e,t)){e.setAttribute("class",(e[$]("class")||"").replace(a," "))}};var V=function(t,a,e){const i=e?P:"removeEventListener";if(e){V(t,a)}r.forEach(function(e){t[i](e,a)})};const X=function(e,t,a,i,r){const n=D.createEvent("Event");if(!a){a={}}a.instance=k;n.initEvent(t,!i,!r);n.detail=a;e.dispatchEvent(n);return n};const Y=function(e,t){let a;if(!i&&(a=u.picturefill||H.pf)){if(t&&t.src&&!e[$]("srcset")){e.setAttribute("srcset",t.src)}a({reevaluate:true,elements:[e]})}else if(t&&t.src){e.src=t.src}};const Z=function(e,t){return(getComputedStyle(e,null)||{})[t]};const s=function(e,t,a){a=a||e.offsetWidth;while(a<H.minSize&&t&&!e._lazysizesWidth){a=t.offsetWidth;t=t.parentNode}return a};const ee=function(){let a;let i;const t=[];const r=[];let n=t;const s=function(){const e=n;n=t.length?r:t;a=true;i=false;while(e.length){e.shift()()}a=false};const e=function(e,t){if(a&&!t){e.apply(this,arguments)}else{n.push(e);if(!i){i=true;(D.hidden?I:U)(s)}}};e._lsFlush=s;return e}();const te=function(a,e){return e?function(){ee(a)}:function(){const e=this;const t=arguments;ee(function(){a.apply(e,t)})}};const ae=function(e){let a;let i=0;const r=H.throttleDelay;let n=H.ricTimeout;const t=function(){a=false;i=f.now();e()};const s=o&&n>49?function(){o(t,{timeout:n});if(n!==H.ricTimeout){n=H.ricTimeout}}:te(function(){I(t)},true);return function(e){let t;if(e=e===true){n=33}if(a){return}a=true;t=r-(f.now()-i);if(t<0){t=0}if(e||t<9){s()}else{I(s,t)}}};const ie=function(e){let t;let a;const i=99;const r=function(){t=null;e()};var n=function(){const e=f.now()-a;if(e<i){I(n,i-e)}else{(o||r)(r)}};return function(){a=f.now();if(!t){t=I(n,i)}}};const e=function(){let v;let m;let c;let h;let e;let y;let z;let g;let p;let C;let b;let A;const n=/^img$/i;const d=/^iframe$/i;const E="onscroll"in u&&!/(gle|ing)bot/.test(navigator.userAgent);const _=0;let w=0;let M=0;let N=-1;const L=function(e){M--;if(!e||M<0||!e.target){M=0}};const x=function(e){if(A==null){A=Z(D.body,"visibility")=="hidden"}return A||!(Z(e.parentNode,"visibility")=="hidden"&&Z(e,"visibility")=="hidden")};const W=function(e,t){let a;let i=e;let r=x(e);g-=t;b+=t;p-=t;C+=t;while(r&&(i=i.offsetParent)&&i!=D.body&&i!=O){r=(Z(i,"opacity")||1)>0;if(r&&Z(i,"overflow")!="visible"){a=i.getBoundingClientRect();r=C>a.left&&p<a.right&&b>a.top-1&&g<a.bottom+1}}return r};const t=function(){let e;let t;let a;let i;let r;let n;let s;let o;let l;let u;let f;let c;const d=k.elements;if((h=H.loadMode)&&M<8&&(e=d.length)){t=0;N++;for(;t<e;t++){if(!d[t]||d[t]._lazyRace){continue}if(!E||k.prematureUnveil&&k.prematureUnveil(d[t])){R(d[t]);continue}if(!(o=d[t][$]("data-expand"))||!(n=o*1)){n=w}if(!u){u=!H.expand||H.expand<1?O.clientHeight>500&&O.clientWidth>500?500:370:H.expand;k._defEx=u;f=u*H.expFactor;c=H.hFac;A=null;if(w<f&&M<1&&N>2&&h>2&&!D.hidden){w=f;N=0}else if(h>1&&N>1&&M<6){w=u}else{w=_}}if(l!==n){y=innerWidth+n*c;z=innerHeight+n;s=n*-1;l=n}a=d[t].getBoundingClientRect();if((b=a.bottom)>=s&&(g=a.top)<=z&&(C=a.right)>=s*c&&(p=a.left)<=y&&(b||C||p||g)&&(H.loadHidden||x(d[t]))&&(m&&M<3&&!o&&(h<3||N<4)||W(d[t],n))){R(d[t]);r=true;if(M>9){break}}else if(!r&&m&&!i&&M<4&&N<4&&h>2&&(v[0]||H.preloadAfterLoad)&&(v[0]||!o&&(b||C||p||g||d[t][$](H.sizesAttr)!="auto"))){i=v[0]||d[t]}}if(i&&!r){R(i)}}};const a=ae(t);const S=function(e){const t=e.target;if(t._lazyCache){delete t._lazyCache;return}L(e);K(t,H.loadedClass);Q(t,H.loadingClass);V(t,B);X(t,"lazyloaded")};const i=te(S);var B=function(e){i({target:e.target})};const T=function(e,t){const a=e.getAttribute("data-load-mode")||H.iframeLoadMode;if(a==0){e.contentWindow.location.replace(t)}else if(a==1){e.src=t}};const F=function(e){let t;const a=e[$](H.srcsetAttr);if(t=H.customMedia[e[$]("data-media")||e[$]("media")]){e.setAttribute("media",t)}if(a){e.setAttribute("srcset",a)}};const s=te(function(t,e,a,i,r){let n;let s;let o;let l;let u;let f;if(!(u=X(t,"lazybeforeunveil",e)).defaultPrevented){if(i){if(a){K(t,H.autosizesClass)}else{t.setAttribute("sizes",i)}}s=t[$](H.srcsetAttr);n=t[$](H.srcAttr);if(r){o=t.parentNode;l=o&&j.test(o.nodeName||"")}f=e.firesLoad||"src"in t&&(s||n||l);u={target:t};K(t,H.loadingClass);if(f){clearTimeout(c);c=I(L,2500);V(t,B,true)}if(l){G.call(o.getElementsByTagName("source"),F)}if(s){t.setAttribute("srcset",s)}else if(n&&!l){if(d.test(t.nodeName)){T(t,n)}else{t.src=n}}if(r&&(s||l)){Y(t,{src:n})}}if(t._lazyRace){delete t._lazyRace}Q(t,H.lazyClass);ee(function(){const e=t.complete&&t.naturalWidth>1;if(!f||e){if(e){K(t,H.fastLoadedClass)}S(u);t._lazyCache=true;I(function(){if("_lazyCache"in t){delete t._lazyCache}},9)}if(t.loading=="lazy"){M--}},true)});var R=function(e){if(e._lazyRace){return}let t;const a=n.test(e.nodeName);const i=a&&(e[$](H.sizesAttr)||e[$]("sizes"));const r=i=="auto";if((r||!m)&&a&&(e[$]("src")||e.srcset)&&!e.complete&&!J(e,H.errorClass)&&J(e,H.lazyClass)){return}t=X(e,"lazyunveilread").detail;if(r){re.updateElem(e,true,e.offsetWidth)}e._lazyRace=true;M++;s(e,t,r,i,a)};const r=ie(function(){H.loadMode=3;a()});const o=function(){if(H.loadMode==3){H.loadMode=2}r()};var l=function(){if(m){return}if(f.now()-e<999){I(l,999);return}m=true;H.loadMode=3;a();q("scroll",o,true)};return{_(){e=f.now();k.elements=D.getElementsByClassName(H.lazyClass);v=D.getElementsByClassName(`${H.lazyClass} ${H.preloadClass}`);q("scroll",a,true);q("resize",a,true);q("pageshow",function(e){if(e.persisted){const t=D.querySelectorAll(`.${H.loadingClass}`);if(t.length&&t.forEach){U(function(){t.forEach(function(e){if(e.complete){R(e)}})})}}});if(u.MutationObserver){new MutationObserver(a).observe(O,{childList:true,subtree:true,attributes:true})}else{O[P]("DOMNodeInserted",a,true);O[P]("DOMAttrModified",a,true);setInterval(a,999)}q("hashchange",a,true);["focus","mouseover","click","load","transitionend","animationend"].forEach(function(e){D[P](e,a,true)});if(/d$|^c/.test(D.readyState)){l()}else{q("load",l);D[P]("DOMContentLoaded",a);I(l,2e4)}if(k.elements.length){t();ee._lsFlush()}else{a()}},checkElems:a,unveil:R,_aLSL:o}}();var re=function(){let a;const n=te(function(e,t,a,i){let r;let n;let s;e._lazysizesWidth=i;i+="px";e.setAttribute("sizes",i);if(j.test(t.nodeName||"")){r=t.getElementsByTagName("source");for(n=0,s=r.length;n<s;n++){r[n].setAttribute("sizes",i)}}if(!a.detail.dataAttr){Y(e,a.detail)}});const i=function(e,t,a){let i;const r=e.parentNode;if(r){a=s(e,r,a);i=X(e,"lazybeforesizes",{width:a,dataAttr:!!t});if(!i.defaultPrevented){a=i.detail.width;if(a&&a!==e._lazysizesWidth){n(e,r,i,a)}}}};const e=function(){let e;const t=a.length;if(t){e=0;for(;e<t;e++){i(a[e])}}};const t=ie(e);return{_(){a=D.getElementsByClassName(H.autosizesClass);q("resize",t)},checkElems:t,updateElem:i}}();var t=function(){if(!t.i&&D.getElementsByClassName){t.i=true;re._();e._()}};return I(function(){H.init&&t()}),k={cfg:H,autoSizer:re,loader:e,init:t,uP:Y,aC:K,rC:Q,hC:J,fire:X,gW:s,rAF:ee}}(e,e.document,Date);e.lazySizes=t,typeof module==="object"&&module.exports&&(module.exports=t)}(typeof window!=="undefined"?window:{});;/* eslint-disable */ /*! lazysizes - v5.3.2 */!function(e,t){var a=function(){t(e.lazySizes),e.removeEventListener("lazyunveilread",a,!0)};t=t.bind(null,e,e.document),"object"==typeof module&&module.exports?t(require("lazysizes")):"function"==typeof define&&define.amd?define(["lazysizes"],t):e.lazySizes?a():e.addEventListener("lazyunveilread",a,!0)}(window,function(e,i,o){"use strict";var l,d,u={};function s(e,t,a){var n,r;u[e]||(n=i.createElement(t?"link":"script"),r=i.getElementsByTagName("script")[0],t?(n.rel="stylesheet",n.href=e):(n.onload=function(){n.onerror=null,n.onload=null,a()},n.onerror=n.onload,n.src=e),u[e]=!0,u[n.src||n.href]=!0,r.parentNode.insertBefore(n,r))}i.addEventListener&&(l=function(e,t){var a=i.createElement("img");a.onload=function(){a.onload=null,a.onerror=null,a=null,t()},a.onerror=a.onload,a.src=e,a&&a.complete&&a.onload&&a.onload()},addEventListener("lazybeforeunveil",function(e){var t,a,n;if(e.detail.instance==o&&!e.defaultPrevented){var r=e.target;if("none"==r.preload&&(r.preload=r.getAttribute("data-preload")||"auto"),null!=r.getAttribute("data-autoplay"))if(r.getAttribute("data-expand")&&!r.autoplay)try{r.play()}catch(e){}else requestAnimationFrame(function(){r.setAttribute("data-expand","-10"),o.aC(r,o.cfg.lazyClass)});(t=r.getAttribute("data-link"))&&s(t,!0),(t=r.getAttribute("data-script"))&&(e.detail.firesLoad=!0,s(t,null,function(){e.detail.firesLoad=!1,o.fire(r,"_lazyloaded",{},!0,!0)})),(t=r.getAttribute("data-require"))&&(o.cfg.requireJs?o.cfg.requireJs([t]):s(t)),(a=r.getAttribute("data-bg"))&&(e.detail.firesLoad=!0,l(a,function(){r.style.backgroundImage="url("+(d.test(a)?JSON.stringify(a):a)+")",e.detail.firesLoad=!1,o.fire(r,"_lazyloaded",{},!0,!0)})),(n=r.getAttribute("data-poster"))&&(e.detail.firesLoad=!0,l(n,function(){r.poster=n,e.detail.firesLoad=!1,o.fire(r,"_lazyloaded",{},!0,!0)}))}},!(d=/\(|\)|\s|'/)))}); //# sourceMappingURL=initial.js.map </script> <script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'contentType': 'Item', // updated taxonomy TK 'publicationDate': 'October 31, 2019 13:02:00', 'articleTopic': '', 'articleTitle': 'Homepage', 'authorName': '', 'seriesName': '', 'contentRegion': '', 'contentLanguage': 'en', 'craftId' : '45', 'articleVersion' : '', 'contentLocation' : '', 'storyType': '', 'impact': "false" }); </script> <!-- PRECONNECT --> <link href="https://assets.propublica.org" rel="preconnect"> <link href="https://assets.propublica.org" rel="dns-prefetch"> <link href="https://img.assets-c3.propublica.org" rel="dns-prefetch"> <link href="https://img.assets-d.propublica.org" rel="dns-prefetch"> <!-- STYLES --> <link rel="stylesheet" href="https://assets.propublica.org/static/prod/v5/css/main.3924fd9d.css"> <!-- OTHER --> <link rel="icon" href="https://assets.propublica.org/static/prod/v5/images/favicon.ico"> <link rel="icon" href="https://assets.propublica.org/static/prod/v5/images/icon.min.svg" type="image/svg+xml"> <link rel="apple-touch-icon" href="https://assets.propublica.org/static/prod/v5/images/apple-touch-icon-180x180.png"> <!--mastodon--> <link rel="me" href="https://newsie.social/@ProPublica" /> <meta name="fediverse:creator" content="@propublica@newsie.social" /> <title>ProPublica — Investigative Journalism and News in the Public Interest</title><meta name="description" content="ProPublica is an independent, non-profit newsroom that produces investigative journalism in the public interest."> <meta name="referrer" content="no-referrer-when-downgrade"> <meta name="robots" content="all"> <meta content="13320939444" property="fb:profile_id"> <meta content="229862657130557" property="fb:app_id"> <meta content="en_US" property="og:locale"> <meta content="ProPublica" property="og:site_name"> <meta content="website" property="og:type"> <meta content="https://www.propublica.org/" property="og:url"> <meta content="Investigative Journalism and News in the Public Interest" property="og:title"> <meta content="ProPublica is an independent, non-profit newsroom that produces investigative journalism in the public interest." property="og:description"> <meta content="https://assets.propublica.org/2017-pp-open-graph-1200x630.jpg" property="og:image"> <meta content="https://vimeo.com/propublica" property="og:see_also"> <meta content="https://www.pinterest.com/propublica" property="og:see_also"> <meta content="https://www.instagram.com/propublica" property="og:see_also"> <meta content="https://www.linkedin.com/company/propublica/" property="og:see_also"> <meta content="https://github.com/propublica" property="og:see_also"> <meta content="https://www.youtube.com/user/propublica" property="og:see_also"> <meta content="https://en.wikipedia.org/wiki/ProPublica" property="og:see_also"> <meta content="https://www.facebook.com/propublica/" property="og:see_also"> <meta content="https://twitter.com/propublica" property="og:see_also"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@propublica"> <meta name="twitter:creator" content="@propublica"> <meta name="twitter:title" content="Investigative Journalism and News in the Public Interest"> <meta name="twitter:description" content="ProPublica is an independent, non-profit newsroom that produces investigative journalism in the public interest."> <meta name="twitter:image" content="https://assets.propublica.org/2017-pp-open-graph-1200x630.jpg"> <link href="https://www.propublica.org" rel="canonical"> <link href="https://www.propublica.org" rel="home"> <link type="text/plain" href="https://www.propublica.org/humans.txt" rel="author"></head> <body id="www-propublica-org" class="home layout-grid bg-white text-dark accent-blue neutral-cool" data-pp-location="v5 body"> <style> .site-header__banner { font-family: Graphik, sans-serif; font-size: 13px; line-height: 1.2; position: relative; z-index: 100; } @media screen and (min-width: 40em) { .site-header__banner { font-size: 15px; } } a.site-header__banner-link { align-items: center; background: linear-gradient( to right, #e98406, #cf176d, #2074df ); color: white; display: flex; justify-content: center; overflow: hidden; padding: 0.5em 1em; text-decoration: none; transition: unset; } .site-header__banner-link > * + * { margin-left: 8px; } .site-header__banner-cta { background: #da352b; border-radius: 0.2em; color: white; display: inline; font-size: 0.85em; font-weight: 700; padding: 0.5em 1em; text-transform: uppercase; text-align: center; /* see here for smooth box-shadow calculation: https://shadows.brumm.af */ /* box-shadow: 0 1.3px 1.3px rgba(0, 0, 0, 0.07), 0 4.5px 4.5px rgba(0, 0, 0, 0.042), 0 20px 20px rgba(0, 0, 0, 0.028) ; */ } /* .site-header__banner-copy { display: none; } @media screen and (min-width: 50em) { .site-header__banner-copy { display: block; } } */ /* .site-header__banner-link:focus .site-header__banner-cta, .site-header__banner-link:hover .site-header__banner-cta { background: #9b0000; color: white; } */ .site-header__banner-title { padding-right: 0.25em; } @media screen and (min-width: 60em) { .opener--grid { /* Tweak full height to account for promo bar height */ grid-template-rows: minmax(calc(100vh - 2.25rem), auto) auto auto; } } @media screen and (min-width: 60em) { .opener--grid .opener__art.opener__art--inset, .opener--grid .opener__art.opener__art--inset > img, .opener--grid .opener__art.opener__art--inset > video { /* Tweak full height to account for promo bar height */ max-height: calc( 100vh - 2.25rem - 2 * var(--opener-page-margins)); } } </style> <div class="site-header__banner" data-pp-location="promo-bar"> <a class="site-header__banner-link" href="https://give.propublica.org/give/346423/#!/donation/checkout?c_src=PB"> <span class="site-header__banner-copy"> <strong class="site-header__banner-title">Independent journalism powered by the people.</strong> Join us </span> </br> <span class="site-header__banner-cta">Donate Now</span> </a> </div> <!-- Load SiteHeader variant based on variable --> <script type="application/json" class="svelte-config"> {"componentName":"SiteHeader","props":{"type":"full","fixedNavScrollStart":".opener","newsletterSignupProps":{"source":"https://www.propublica.org/","region":"national"}},"contextArray":[]} </script> <a class="site-header-skip-link a11y a11y-focusable--absolute svelte-enk54u" href="#main" data-svelte-h="svelte-19fmzuu">Skip to content</a> <div class="site-header--compact hide-above-lg hide-print svelte-enk54u" data-pp-location="svelte-siteheader"><div class="variant-compact__inner-wrap svelte-enk54u variant-compact__inner-wrap--has-border"><div class="variant-compact__section-menu svelte-enk54u"> <button class="button shape--round-rect button-is-icon-only svelte-1qpwxqa" data-link="Menu" data-pp-skip="false" data-testid="full-menu-button-on-mobile" style="--button-bg-color: transparent; --button-border: none; --button-color: var(--site-header-color-button-text, var(--color-neutral-80)); --button-font-size: var(--scale-1); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale3); --icon-size: 1em;"><span class="icon-before svelte-1qpwxqa"><svg role="img" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M2 18C2 17.4477 2.44772 17 3 17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H3C2.44772 19 2 18.5523 2 18Z" fill="currentColor"></path></svg></span> <span class="text font--sans svelte-1qpwxqa a11y">Menu</span> </button></div> <a class="variant-compact__wordmark svelte-enk54u" href="https://www.propublica.org"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 574.24 75" fill="currentColor"><title>ProPublica</title><path d="M66.4,13.48,66,14.91l6.23,11.45,1.15.47L75,26.29V75H50.95A41.2,41.2,0,0,0,62.13,46.88a40.61,40.61,0,0,0-3.39-16.26,45.17,45.17,0,0,1,7.79-4.95l1.69-.2.14-.41L65,18.83H64.5l-.88,1.29c-2.91,1.9-4.67,2.3-8.54,3.79A41.35,41.35,0,0,0,20.46,5.42,39.87,39.87,0,0,0,0,10.91V0H75V8.81ZM57.32,47A37.54,37.54,0,0,1,44.65,75H0V16A37,37,0,0,1,57.32,47ZM43.7,37.06c0-8.13-6-12-17.75-12H7.18v3.66l4.2.95V62.2l-4.2.95v3.73H27.85V63.14l-7.18-.95V50.14h5.15C37.26,50.14,43.7,45.53,43.7,37.06Zm-9.76.27c0,5.15-2.78,8.33-7.25,8.33h-6V29.47H27C31.37,29.47,33.94,32.32,33.94,37.33Z"></path><path d="M116.53,60.07l9.15,1.08v4.2H99.39v-4.2l5.28-1.36v-44l-5.28-1.36V10.41H123c15.31,0,22.9,5.28,22.9,16.13,0,11.18-8.33,17.41-23.1,17.41h-6.3Zm0-21.14h6.84c6.44,0,10.5-4.61,10.5-12.06,0-7.18-3.73-11.45-10.09-11.45h-7.25Z"></path><path d="M200.74,61.15v4.2H185.9l-16-20.6h-2.51v15l5.28,1.36v4.2H150.27v-4.2l5.28-1.36V23.35l-5-1.36V17.93H175.2c10.5,0,17.55,5.08,17.55,12.67,0,8.4-5.76,12.2-11,13.55l13.48,15.79ZM167.41,39.74h4.47c5.76,0,8.81-3.18,8.81-8.88,0-5.35-2.85-7.93-8.81-7.93h-4.47Z"></path><path d="M199.59,41.64c0-14.77,9.82-24.73,25.68-24.73s25.68,10,25.68,24.73-9.82,24.73-25.68,24.73S199.59,56.48,199.59,41.64Zm38.89,0c0-9.69-3.25-19.17-13.21-19.17S212.05,32,212.05,41.64s3.25,19.17,13.21,19.17S238.48,51.33,238.48,41.64Z"></path><path d="M270.79,60.07l9.15,1.08v4.2H253.31v-4.2l5.62-1.36v-44l-5.62-1.36V10.41h24c15.31,0,22.9,5.28,22.9,16.13,0,11.18-8.33,17.41-23.1,17.41h-6.3Zm0-21.14h6.84c6.44,0,10.5-4.61,10.5-12.06,0-7.18-3.73-11.45-10.1-11.45h-7.25Z"></path><path d="M354.26,22l-4.95,1.36V47c0,12.87-7.79,19.38-20.05,19.38-13.62,0-20.73-7.86-20.73-20v-23L303.58,22V17.93h22V22l-5.08,1.36V47.74c0,7.25,4.34,12.06,11.45,12.06,6.84,0,11.25-4.47,11.25-11.31V23.35L338.14,22V17.93h16.12Z"></path><path d="M403.85,52.21c0,8.88-7.11,13.14-22,13.14H357.58v-4.2l5.56-1.36V23.35L358.26,22V17.93h23.92c12.6,0,19.51,3.79,19.51,11.72,0,6.17-4.06,9.08-10.91,9.89v.27C399.31,40.76,403.85,45.1,403.85,52.21ZM375,38.32h5.76c6.1,0,9-2.78,9-7.79,0-5.22-3.12-7.59-9-7.59H375Zm16.8,13.41c0-5.62-3.79-8.67-11.25-8.67H375V60.34h6.64C388.07,60.34,391.79,57.29,391.79,51.74Z"></path><path d="M451.07,48.62l-4.4,16.73H408v-4.2l5.28-1.36V23.35L407.65,22V17.93h22.76V22l-5.28,1.36v37l14.16-.81L447,47.26Z"></path><path d="M475.4,61.15v4.2H453v-4.2l5.28-1.36V23.35L453,22V17.93H475.4V22l-5.28,1.36V59.8Z"></path><path d="M478,41.78c0-15.85,12.13-24.86,27-24.86a35.6,35.6,0,0,1,18.29,5.15l-2,13.21h-4.2l-1.69-9.08a13.23,13.23,0,0,0-10.09-4.13c-9.15,0-14.7,6.57-14.7,18.22,0,13.21,6.84,19.31,15.24,19.31,6.17,0,10.23-3.39,13.41-9.55l4.27,2c-4.27,10-11.65,14.36-21.07,14.36C488.4,66.37,478,56.48,478,41.78Z"></path><path d="M574.24,61.15v4.2H551.48v-4.2L557,60l-2.85-8.13h-16.6l-3.12,8.2,5.42,1.15-.07,4.2-16.53-.07v-4.2l4.27-1.08,14.9-37.33-4-1.29V17.93h13.69L569.3,60Zm-27.57-31-.47-1.56-.47,1.56-6.23,16.73h12.94Z"></path></svg></a> <a data-pp-view="" href="https://give.propublica.org/give/346423/#!/donation/checkout?c_src=UpRed" class="button shape--round-rect svelte-1qpwxqa" data-pp-skip="false" style="--button-bg-color: var(--red-50); --button-border: none; --button-color: var(--white); --button-font-size: var(--scale-2); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale2); --icon-size: 1em;"> <span class="text font--serif svelte-1qpwxqa">Donate</span> </a></div></div> <div class="site-header--full hide-below-lg hide-print svelte-enk54u" data-pp-location="svelte-siteheader"><div class="site-header--full__inner-wrap svelte-enk54u"> <div class="section-logo svelte-enk54u"><a class="wordmark svelte-enk54u" href="https://www.propublica.org"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 574.24 75" fill="currentColor"><title>ProPublica</title><path d="M66.4,13.48,66,14.91l6.23,11.45,1.15.47L75,26.29V75H50.95A41.2,41.2,0,0,0,62.13,46.88a40.61,40.61,0,0,0-3.39-16.26,45.17,45.17,0,0,1,7.79-4.95l1.69-.2.14-.41L65,18.83H64.5l-.88,1.29c-2.91,1.9-4.67,2.3-8.54,3.79A41.35,41.35,0,0,0,20.46,5.42,39.87,39.87,0,0,0,0,10.91V0H75V8.81ZM57.32,47A37.54,37.54,0,0,1,44.65,75H0V16A37,37,0,0,1,57.32,47ZM43.7,37.06c0-8.13-6-12-17.75-12H7.18v3.66l4.2.95V62.2l-4.2.95v3.73H27.85V63.14l-7.18-.95V50.14h5.15C37.26,50.14,43.7,45.53,43.7,37.06Zm-9.76.27c0,5.15-2.78,8.33-7.25,8.33h-6V29.47H27C31.37,29.47,33.94,32.32,33.94,37.33Z"></path><path d="M116.53,60.07l9.15,1.08v4.2H99.39v-4.2l5.28-1.36v-44l-5.28-1.36V10.41H123c15.31,0,22.9,5.28,22.9,16.13,0,11.18-8.33,17.41-23.1,17.41h-6.3Zm0-21.14h6.84c6.44,0,10.5-4.61,10.5-12.06,0-7.18-3.73-11.45-10.09-11.45h-7.25Z"></path><path d="M200.74,61.15v4.2H185.9l-16-20.6h-2.51v15l5.28,1.36v4.2H150.27v-4.2l5.28-1.36V23.35l-5-1.36V17.93H175.2c10.5,0,17.55,5.08,17.55,12.67,0,8.4-5.76,12.2-11,13.55l13.48,15.79ZM167.41,39.74h4.47c5.76,0,8.81-3.18,8.81-8.88,0-5.35-2.85-7.93-8.81-7.93h-4.47Z"></path><path d="M199.59,41.64c0-14.77,9.82-24.73,25.68-24.73s25.68,10,25.68,24.73-9.82,24.73-25.68,24.73S199.59,56.48,199.59,41.64Zm38.89,0c0-9.69-3.25-19.17-13.21-19.17S212.05,32,212.05,41.64s3.25,19.17,13.21,19.17S238.48,51.33,238.48,41.64Z"></path><path d="M270.79,60.07l9.15,1.08v4.2H253.31v-4.2l5.62-1.36v-44l-5.62-1.36V10.41h24c15.31,0,22.9,5.28,22.9,16.13,0,11.18-8.33,17.41-23.1,17.41h-6.3Zm0-21.14h6.84c6.44,0,10.5-4.61,10.5-12.06,0-7.18-3.73-11.45-10.1-11.45h-7.25Z"></path><path d="M354.26,22l-4.95,1.36V47c0,12.87-7.79,19.38-20.05,19.38-13.62,0-20.73-7.86-20.73-20v-23L303.58,22V17.93h22V22l-5.08,1.36V47.74c0,7.25,4.34,12.06,11.45,12.06,6.84,0,11.25-4.47,11.25-11.31V23.35L338.14,22V17.93h16.12Z"></path><path d="M403.85,52.21c0,8.88-7.11,13.14-22,13.14H357.58v-4.2l5.56-1.36V23.35L358.26,22V17.93h23.92c12.6,0,19.51,3.79,19.51,11.72,0,6.17-4.06,9.08-10.91,9.89v.27C399.31,40.76,403.85,45.1,403.85,52.21ZM375,38.32h5.76c6.1,0,9-2.78,9-7.79,0-5.22-3.12-7.59-9-7.59H375Zm16.8,13.41c0-5.62-3.79-8.67-11.25-8.67H375V60.34h6.64C388.07,60.34,391.79,57.29,391.79,51.74Z"></path><path d="M451.07,48.62l-4.4,16.73H408v-4.2l5.28-1.36V23.35L407.65,22V17.93h22.76V22l-5.28,1.36v37l14.16-.81L447,47.26Z"></path><path d="M475.4,61.15v4.2H453v-4.2l5.28-1.36V23.35L453,22V17.93H475.4V22l-5.28,1.36V59.8Z"></path><path d="M478,41.78c0-15.85,12.13-24.86,27-24.86a35.6,35.6,0,0,1,18.29,5.15l-2,13.21h-4.2l-1.69-9.08a13.23,13.23,0,0,0-10.09-4.13c-9.15,0-14.7,6.57-14.7,18.22,0,13.21,6.84,19.31,15.24,19.31,6.17,0,10.23-3.39,13.41-9.55l4.27,2c-4.27,10-11.65,14.36-21.07,14.36C488.4,66.37,478,56.48,478,41.78Z"></path><path d="M574.24,61.15v4.2H551.48v-4.2L557,60l-2.85-8.13h-16.6l-3.12,8.2,5.42,1.15-.07,4.2-16.53-.07v-4.2l4.27-1.08,14.9-37.33-4-1.29V17.93h13.69L569.3,60Zm-27.57-31-.47-1.56-.47,1.56-6.23,16.73h12.94Z"></path></svg></a> <p class="tagline svelte-enk54u" data-svelte-h="svelte-ijt759"><strong>Investigative Journalism in the Public Interest</strong></p></div> <div class="section-menu svelte-enk54u"> <button class="button shape--round-rect svelte-1qpwxqa" data-link="Menu" data-pp-skip="false" data-testid="full-menu-button-on-desktop" style="--button-bg-color: var(--site-header-color-button-bg, var(--color-neutral-10)); --button-border: none; --button-color: var(--site-header-color-button-text, var(--color-neutral-80)); --button-font-size: var(--scale-1); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale3); --icon-size: 1em;"><span class="icon-before svelte-1qpwxqa"><svg role="img" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M2 18C2 17.4477 2.44772 17 3 17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H3C2.44772 19 2 18.5523 2 18Z" fill="currentColor"></path></svg></span> <span class="text font--sans svelte-1qpwxqa">Menu</span> </button> <button class="button shape--circle button-is-icon-only svelte-1qpwxqa" data-link="Search" data-pp-skip="false" data-testid="search-button" style="--button-bg-color: var(--site-header-color-button-bg, var(--color-neutral-10)); --button-border: none; --button-color: var(--site-header-color-button-text, var(--color-neutral-80)); --button-font-size: var(--scale-1); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale3); --icon-size: 1em;"><span class="icon-before svelte-1qpwxqa"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>Search</title><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg></span> <span class="text font--sans svelte-1qpwxqa a11y">Search</span> </button></div> <div class="section-donate svelte-enk54u"> <a data-pp-view="" href="https://give.propublica.org/give/346423/#!/donation/checkout?c_src=UpRed" class="button shape--round-rect svelte-1qpwxqa" data-pp-skip="false" style="--button-bg-color: var(--red-50); --button-border: none; --button-color: var(--white); --button-font-size: var(--scale-2); --button-horizontal-spacing: var(--scale3); --button-size: var(--scale3); --icon-size: 1em;"> <span class="text font--serif svelte-1qpwxqa">Donate</span> </a></div> <hr class="site-header--full__divider svelte-enk54u"> <div class="section-links svelte-enk54u"><ul class="links-list svelte-enk54u"><li><a class="link link--featured svelte-enk54u" href="https://projects.propublica.org/nonprofits/" style="--site-header__featured-link-bg-color: var(--green-50); --site-header__featured-link-text-color: var(--white);">Nonprofit Explorer</a></li> <li><a class="link svelte-enk54u" href="https://www.propublica.org/local-initiatives/">Local Initiatives</a> </li><li><a class="link svelte-enk54u" href="https://www.propublica.org/newsletters/">Newsletters</a> </li><li><a class="link svelte-enk54u" href="https://www.propublica.org/about/">About Us</a> </li></ul></div> <div class="section-newsletter svelte-enk54u"><form class="newsletter-signup" action="https://signup.propublica.org/newsletter/turing" method="post" name="newsletterSignup"><div role="region" aria-live="polite" class="newsletter-signup__feedback" data-svelte-h="svelte-2nawdb"><p class="newsletter-signup__error-message"></p></div> <div class="newsletter-signup__input-wrap newsletter-signup__input-wrap--null svelte-10wydf7"><span class="icon"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>Mail</title><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg></span> <label for="site-header-signup" class="a11y">Email Address:</label> <input class="newsletter-signup__input-text svelte-10wydf7" type="email" placeholder="Get the Big Story newsletter" id="site-header-signup" name="email" onfocus="recaptchaInit()" required> <div class="newsletter-signup__submit-btn-wrapper svelte-10wydf7"> <button class="button shape--circle button-is-icon-only svelte-1qpwxqa" data-pp-skip="false" style="--button-bg-color: transparent; --button-border: none; --button-color: var(--color-light-none); --button-font-size: var(--scale-1); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale3); --icon-size: fill;"><span class="icon-before svelte-1qpwxqa"><svg role="img" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><title>Arrow Right</title><path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM16.7064 11.2922L12.7071 7.29289C12.3166 6.90237 11.6834 6.90237 11.2929 7.29289C10.9024 7.68342 10.9024 8.31658 11.2929 8.70711L13.5858 11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H13.5858L11.2929 15.2929C10.9024 15.6834 10.9024 16.3166 11.2929 16.7071C11.6834 17.0976 12.3166 17.0976 12.7071 16.7071L16.7064 12.7078L16.7136 12.7005C16.8901 12.5208 16.9992 12.2746 17 12.003L17 12L17 11.997C16.9996 11.8625 16.9727 11.7343 16.9241 11.6172C16.8764 11.502 16.8063 11.3938 16.7136 11.2995L16.7064 11.2922Z" fill="currentColor"></path></svg></span> <span class="text font--sans svelte-1qpwxqa a11y">Sign Up</span> </button></div> <input type="hidden" name="stlist" value="The Big Story"> <input type="hidden" name="success_location" value="https://www.propublica.org/forms/thankyou"> <input type="hidden" name="error_location" value="https://www.propublica.org/forms/error"> <input type="hidden" name="placement" value="main-nav"> <input type="hidden" name="region" value="national"> <input type="hidden" name="source" value="https://www.propublica.org/"></div> <div class="newsletter-signup__post-signup-prompt" role="region" aria-live="polite" data-svelte-h="svelte-1uvtbcq"></div></form> </div></div></div> <div class="site-header--fixed svelte-enk54u hide-below-lg" aria-hidden="true" data-pp-location="svelte-siteheader"><div class="variant-fixed__inner-wrap svelte-enk54u"><div class="variant-fixed__section-menu svelte-enk54u"> <button class="button shape--round-rect button-is-icon-only svelte-1qpwxqa" data-link="Menu" data-pp-skip="false" data-testid="minimal-or-full-menu-button-in-fixed-nav" style="--button-bg-color: transparent; --button-border: none; --button-color: var(--site-header-fixed-color-button-text, var(--color-neutral-80)); --button-font-size: var(--scale-1); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale3); --icon-size: 1em;"><span class="icon-before svelte-1qpwxqa"><svg role="img" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M2 18C2 17.4477 2.44772 17 3 17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H3C2.44772 19 2 18.5523 2 18Z" fill="currentColor"></path></svg></span> <span class="text font--sans svelte-1qpwxqa a11y">Menu</span> </button></div> <a class="variant-fixed__wordmark svelte-enk54u" href="https://www.propublica.org"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 574.24 75" fill="currentColor"><title>ProPublica</title><path d="M66.4,13.48,66,14.91l6.23,11.45,1.15.47L75,26.29V75H50.95A41.2,41.2,0,0,0,62.13,46.88a40.61,40.61,0,0,0-3.39-16.26,45.17,45.17,0,0,1,7.79-4.95l1.69-.2.14-.41L65,18.83H64.5l-.88,1.29c-2.91,1.9-4.67,2.3-8.54,3.79A41.35,41.35,0,0,0,20.46,5.42,39.87,39.87,0,0,0,0,10.91V0H75V8.81ZM57.32,47A37.54,37.54,0,0,1,44.65,75H0V16A37,37,0,0,1,57.32,47ZM43.7,37.06c0-8.13-6-12-17.75-12H7.18v3.66l4.2.95V62.2l-4.2.95v3.73H27.85V63.14l-7.18-.95V50.14h5.15C37.26,50.14,43.7,45.53,43.7,37.06Zm-9.76.27c0,5.15-2.78,8.33-7.25,8.33h-6V29.47H27C31.37,29.47,33.94,32.32,33.94,37.33Z"></path><path d="M116.53,60.07l9.15,1.08v4.2H99.39v-4.2l5.28-1.36v-44l-5.28-1.36V10.41H123c15.31,0,22.9,5.28,22.9,16.13,0,11.18-8.33,17.41-23.1,17.41h-6.3Zm0-21.14h6.84c6.44,0,10.5-4.61,10.5-12.06,0-7.18-3.73-11.45-10.09-11.45h-7.25Z"></path><path d="M200.74,61.15v4.2H185.9l-16-20.6h-2.51v15l5.28,1.36v4.2H150.27v-4.2l5.28-1.36V23.35l-5-1.36V17.93H175.2c10.5,0,17.55,5.08,17.55,12.67,0,8.4-5.76,12.2-11,13.55l13.48,15.79ZM167.41,39.74h4.47c5.76,0,8.81-3.18,8.81-8.88,0-5.35-2.85-7.93-8.81-7.93h-4.47Z"></path><path d="M199.59,41.64c0-14.77,9.82-24.73,25.68-24.73s25.68,10,25.68,24.73-9.82,24.73-25.68,24.73S199.59,56.48,199.59,41.64Zm38.89,0c0-9.69-3.25-19.17-13.21-19.17S212.05,32,212.05,41.64s3.25,19.17,13.21,19.17S238.48,51.33,238.48,41.64Z"></path><path d="M270.79,60.07l9.15,1.08v4.2H253.31v-4.2l5.62-1.36v-44l-5.62-1.36V10.41h24c15.31,0,22.9,5.28,22.9,16.13,0,11.18-8.33,17.41-23.1,17.41h-6.3Zm0-21.14h6.84c6.44,0,10.5-4.61,10.5-12.06,0-7.18-3.73-11.45-10.1-11.45h-7.25Z"></path><path d="M354.26,22l-4.95,1.36V47c0,12.87-7.79,19.38-20.05,19.38-13.62,0-20.73-7.86-20.73-20v-23L303.58,22V17.93h22V22l-5.08,1.36V47.74c0,7.25,4.34,12.06,11.45,12.06,6.84,0,11.25-4.47,11.25-11.31V23.35L338.14,22V17.93h16.12Z"></path><path d="M403.85,52.21c0,8.88-7.11,13.14-22,13.14H357.58v-4.2l5.56-1.36V23.35L358.26,22V17.93h23.92c12.6,0,19.51,3.79,19.51,11.72,0,6.17-4.06,9.08-10.91,9.89v.27C399.31,40.76,403.85,45.1,403.85,52.21ZM375,38.32h5.76c6.1,0,9-2.78,9-7.79,0-5.22-3.12-7.59-9-7.59H375Zm16.8,13.41c0-5.62-3.79-8.67-11.25-8.67H375V60.34h6.64C388.07,60.34,391.79,57.29,391.79,51.74Z"></path><path d="M451.07,48.62l-4.4,16.73H408v-4.2l5.28-1.36V23.35L407.65,22V17.93h22.76V22l-5.28,1.36v37l14.16-.81L447,47.26Z"></path><path d="M475.4,61.15v4.2H453v-4.2l5.28-1.36V23.35L453,22V17.93H475.4V22l-5.28,1.36V59.8Z"></path><path d="M478,41.78c0-15.85,12.13-24.86,27-24.86a35.6,35.6,0,0,1,18.29,5.15l-2,13.21h-4.2l-1.69-9.08a13.23,13.23,0,0,0-10.09-4.13c-9.15,0-14.7,6.57-14.7,18.22,0,13.21,6.84,19.31,15.24,19.31,6.17,0,10.23-3.39,13.41-9.55l4.27,2c-4.27,10-11.65,14.36-21.07,14.36C488.4,66.37,478,56.48,478,41.78Z"></path><path d="M574.24,61.15v4.2H551.48v-4.2L557,60l-2.85-8.13h-16.6l-3.12,8.2,5.42,1.15-.07,4.2-16.53-.07v-4.2l4.27-1.08,14.9-37.33-4-1.29V17.93h13.69L569.3,60Zm-27.57-31-.47-1.56-.47,1.56-6.23,16.73h12.94Z"></path></svg></a> <a href="https://give.propublica.org/give/346423/#!/donation/checkout?c_src=UpRed" class="button shape--round-rect svelte-1qpwxqa" data-pp-skip="false" style="--button-bg-color: var(--red-50); --button-border: none; --button-color: var(--white); --button-font-size: var(--scale-2); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale2); --icon-size: 1em;"> <span class="text font--serif svelte-1qpwxqa">Donate</span> </a></div></div> <div class="site-header-overlay svelte-enk54u" data-testid="overlay" data-pp-location="svelte-siteheader-overlay" style="opacity: 0; pointer-events: none;"><div class="variant-overlay__top-inner-wrap svelte-enk54u"><div class="variant-overlay__section-menu svelte-enk54u"> <button class="button shape--round-rect button-is-icon-only svelte-1qpwxqa" data-link="Menu" data-pp-skip="false" data-testid="close-overlay-button" style="--button-bg-color: transparent; --button-border: none; --button-color: white; --button-font-size: var(--scale-1); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale3); --icon-size: var(--scale0);"><span class="icon-before svelte-1qpwxqa"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>Close</title><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></span> <span class="text font--sans svelte-1qpwxqa a11y">Close</span> </button></div> <a class="variant-overlay__wordmark svelte-enk54u" href="https://www.propublica.org"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 574.24 75" fill="currentColor"><title>ProPublica</title><path d="M66.4,13.48,66,14.91l6.23,11.45,1.15.47L75,26.29V75H50.95A41.2,41.2,0,0,0,62.13,46.88a40.61,40.61,0,0,0-3.39-16.26,45.17,45.17,0,0,1,7.79-4.95l1.69-.2.14-.41L65,18.83H64.5l-.88,1.29c-2.91,1.9-4.67,2.3-8.54,3.79A41.35,41.35,0,0,0,20.46,5.42,39.87,39.87,0,0,0,0,10.91V0H75V8.81ZM57.32,47A37.54,37.54,0,0,1,44.65,75H0V16A37,37,0,0,1,57.32,47ZM43.7,37.06c0-8.13-6-12-17.75-12H7.18v3.66l4.2.95V62.2l-4.2.95v3.73H27.85V63.14l-7.18-.95V50.14h5.15C37.26,50.14,43.7,45.53,43.7,37.06Zm-9.76.27c0,5.15-2.78,8.33-7.25,8.33h-6V29.47H27C31.37,29.47,33.94,32.32,33.94,37.33Z"></path><path d="M116.53,60.07l9.15,1.08v4.2H99.39v-4.2l5.28-1.36v-44l-5.28-1.36V10.41H123c15.31,0,22.9,5.28,22.9,16.13,0,11.18-8.33,17.41-23.1,17.41h-6.3Zm0-21.14h6.84c6.44,0,10.5-4.61,10.5-12.06,0-7.18-3.73-11.45-10.09-11.45h-7.25Z"></path><path d="M200.74,61.15v4.2H185.9l-16-20.6h-2.51v15l5.28,1.36v4.2H150.27v-4.2l5.28-1.36V23.35l-5-1.36V17.93H175.2c10.5,0,17.55,5.08,17.55,12.67,0,8.4-5.76,12.2-11,13.55l13.48,15.79ZM167.41,39.74h4.47c5.76,0,8.81-3.18,8.81-8.88,0-5.35-2.85-7.93-8.81-7.93h-4.47Z"></path><path d="M199.59,41.64c0-14.77,9.82-24.73,25.68-24.73s25.68,10,25.68,24.73-9.82,24.73-25.68,24.73S199.59,56.48,199.59,41.64Zm38.89,0c0-9.69-3.25-19.17-13.21-19.17S212.05,32,212.05,41.64s3.25,19.17,13.21,19.17S238.48,51.33,238.48,41.64Z"></path><path d="M270.79,60.07l9.15,1.08v4.2H253.31v-4.2l5.62-1.36v-44l-5.62-1.36V10.41h24c15.31,0,22.9,5.28,22.9,16.13,0,11.18-8.33,17.41-23.1,17.41h-6.3Zm0-21.14h6.84c6.44,0,10.5-4.61,10.5-12.06,0-7.18-3.73-11.45-10.1-11.45h-7.25Z"></path><path d="M354.26,22l-4.95,1.36V47c0,12.87-7.79,19.38-20.05,19.38-13.62,0-20.73-7.86-20.73-20v-23L303.58,22V17.93h22V22l-5.08,1.36V47.74c0,7.25,4.34,12.06,11.45,12.06,6.84,0,11.25-4.47,11.25-11.31V23.35L338.14,22V17.93h16.12Z"></path><path d="M403.85,52.21c0,8.88-7.11,13.14-22,13.14H357.58v-4.2l5.56-1.36V23.35L358.26,22V17.93h23.92c12.6,0,19.51,3.79,19.51,11.72,0,6.17-4.06,9.08-10.91,9.89v.27C399.31,40.76,403.85,45.1,403.85,52.21ZM375,38.32h5.76c6.1,0,9-2.78,9-7.79,0-5.22-3.12-7.59-9-7.59H375Zm16.8,13.41c0-5.62-3.79-8.67-11.25-8.67H375V60.34h6.64C388.07,60.34,391.79,57.29,391.79,51.74Z"></path><path d="M451.07,48.62l-4.4,16.73H408v-4.2l5.28-1.36V23.35L407.65,22V17.93h22.76V22l-5.28,1.36v37l14.16-.81L447,47.26Z"></path><path d="M475.4,61.15v4.2H453v-4.2l5.28-1.36V23.35L453,22V17.93H475.4V22l-5.28,1.36V59.8Z"></path><path d="M478,41.78c0-15.85,12.13-24.86,27-24.86a35.6,35.6,0,0,1,18.29,5.15l-2,13.21h-4.2l-1.69-9.08a13.23,13.23,0,0,0-10.09-4.13c-9.15,0-14.7,6.57-14.7,18.22,0,13.21,6.84,19.31,15.24,19.31,6.17,0,10.23-3.39,13.41-9.55l4.27,2c-4.27,10-11.65,14.36-21.07,14.36C488.4,66.37,478,56.48,478,41.78Z"></path><path d="M574.24,61.15v4.2H551.48v-4.2L557,60l-2.85-8.13h-16.6l-3.12,8.2,5.42,1.15-.07,4.2-16.53-.07v-4.2l4.27-1.08,14.9-37.33-4-1.29V17.93h13.69L569.3,60Zm-27.57-31-.47-1.56-.47,1.56-6.23,16.73h12.94Z"></path></svg></a> <a data-pp-view="" href="https://give.propublica.org/give/346423/#!/donation/checkout?c_src=UpRed" class="button shape--round-rect svelte-1qpwxqa" data-pp-skip="false" style="--button-bg-color: var(--red-50); --button-border: none; --button-color: var(--white); --button-font-size: var(--scale-2); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale2); --icon-size: 1em;"> <span class="text font--serif svelte-1qpwxqa">Donate</span> </a></div> <div class="site-header-overlay__wrap-expanded svelte-enk54u" data-pp-location="masthead wrap-expanded"> <div class="site-header__section-search svelte-enk54u"><form class="search-form svelte-enk54u" role="search" action="https://propublica.org/search" method="get"><label class="a11y hed-form hed-site-search" for="search-form__input-text" data-svelte-h="svelte-zdbb25">Search ProPublica:</label> <div class="search-form__input-wrap svelte-enk54u"><input placeholder="Search" id="search-form__input-text" class="search-form__input-text svelte-enk54u" type="search" value="" name="qss"> <button class="button shape--circle button-is-icon-only svelte-1qpwxqa" data-pp-skip="false" style="--button-bg-color: var(--cool-70); --button-border: none; --button-color: white; --button-font-size: var(--scale-1); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale4); --icon-size: var(--scale0);"><span class="icon-before svelte-1qpwxqa"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>Search</title><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg></span> <span class="text font--sans svelte-1qpwxqa a11y">Search</span> </button></div></form></div> <nav class="site-header__section-links-expanded svelte-enk54u" aria-label="Expanded Links" hidden><div class="site-header__links site-header__links-topics svelte-enk54u"><strong class="site-header__links-heading svelte-enk54u">Topics </strong> <ul class="site-header__links-list svelte-enk54u"><li class="svelte-enk54u"><span class="icon svelte-enk54u"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15" fill="currentColor"><title>Racial Justice</title><path d="M15,12.23v0L14,4.55l.24.06.11,0a.38.38,0,0,0,.36-.27.38.38,0,0,0-.25-.47c-.19-.06-.39-.1-.59-.15a.38.38,0,0,0-.29-.26.37.37,0,0,0-.28.11c-.6-.15-1.21-.28-1.82-.39V1.29A1.29,1.29,0,0,0,10.17,0,1.32,1.32,0,0,0,9.11.57a1.37,1.37,0,0,0-2,.26A1.3,1.3,0,0,0,6.23.51a1.32,1.32,0,0,0-1.12.66A1.13,1.13,0,0,0,4.46,1,1.19,1.19,0,0,0,3.27,2.14V3.25c-.53.1-1,.21-1.57.34a.37.37,0,0,0-.28-.11.38.38,0,0,0-.29.26c-.19,0-.39.09-.58.15a.38.38,0,0,0-.[scrubbed],0,0,0,.36.27l.11,0L1,4.55,0,12.21v0A2.67,2.67,0,0,0,2.6,15a2.67,2.67,0,0,0,2.57-2.73h0a.19.19,0,0,0,0-.07.13.13,0,0,0,0-.06h0L2,4.27c.41-.1.82-.18,1.24-.25v.37a4,4,0,0,0-.12,1A3.93,3.93,0,0,0,5.21,8.81v1.77a.38.38,0,1,0,.75,0v-2a.39.39,0,0,0-.21-.34A3.19,3.19,0,0,1,3.9,5.39a1.18,1.18,0,0,0,.56.16,1.2,1.2,0,0,0,.8-.32,1.35,1.35,0,0,0,1,.43,1.29,1.29,0,0,0,1-.44,1.29,1.29,0,0,0,.6.32,3.58,3.58,0,0,0-.[scrubbed],0,0,0,.[scrubbed],0,0,0,.31-.15A2.81,2.81,0,0,1,9.76,5.61a.38.38,0,0,0,0-.75H8.14a.59.59,0,0,1-.58-.59v-.5h2.82a.73.73,0,0,1,.75.71v.89A3.19,3.19,0,0,1,9.28,8.24a.39.39,0,0,0-.21.34v2a.38.38,0,1,0,.75,0V8.81a3.93,3.93,0,0,0,2.06-3.44V4.48A1.33,1.33,0,0,0,11.8,4c.[scrubbed],1.18.24L9.87,12.11h0a.13.13,0,0,0,0,.06.25.25,0,0,0,0,.07h0A2.67,2.67,0,0,0,12.41,15,2.67,2.67,0,0,0,15,12.25ZM1.65,5.35l2.59,6.53H.83Zm1,8.9A1.88,1.88,0,0,1,.81,12.63H4.39A1.88,1.88,0,0,1,2.6,14.25ZM4.9,4.36a.44.44,0,0,1-.44.44A.44.44,0,0,1,4,4.36V2.14a.44.44,0,0,1,.44-.44.44.44,0,0,1,.44.44Zm1.91,0a.58.58,0,1,1-1.16,0V2.14a.7.7,0,0,0,0-.14.4.4,0,0,0,0-.15.58.58,0,1,1,1.16,0Zm.73-2.58a.43.43,0,0,0,0-.11.65.65,0,1,1,1.29,0V3H7.56V1.85S7.54,1.78,7.54,1.74ZM9.6,3V1.63s0,0,0-.06,0,0,0,0V1.29a.57.57,0,0,1,1.14,0V3.07a1.49,1.49,0,0,0-.36,0Zm4.58,8.86H10.77l2.59-6.53Zm-1.77,2.37a1.89,1.89,0,0,1-1.79-1.62H14.2A1.88,1.88,0,0,1,12.41,14.25Z"></path></svg> </span> <a class="site-header__link svelte-enk54u" data-link="Racial Justice" href="https://www.propublica.org/topics/racial-justice">Racial Justice</a> </li><li class="svelte-enk54u"><span class="icon svelte-enk54u"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15" fill="currentColor"><title>Healthcare</title><path d="M6.77,4.81H6.28a10,10,0,0,1-4.19-.92L.44,3a.67.67,0,0,1-.36-.67.7.7,0,0,1,.49-.6L4.38.65a1.14,1.14,0,0,1,1,.19,1.08,1.08,0,0,1,.[scrubbed],0,0,0,.54.56h.48a.37.37,0,0,1,.37.37A.38.38,0,0,1,6.77,3H6.29A1.3,1.3,0,0,1,5,1.7a.31.31,0,0,0-.13-.26.31.31,0,0,0-.29-.06L.92,2.43l1.5.79a9.35,9.35,0,0,0,3.86.84h.49a.38.38,0,0,1,0,.75Z"></path><path d="M8.76,4.81H8.29a.38.38,0,1,1,0-.75h.47a9.24,9.24,0,0,0,3.87-.85l1.5-.78L10.45,1.38a.3.3,0,0,0-.[scrubbed],0,0,0-.13.27A1.3,1.3,0,0,1,8.77,3H8.29a.38.38,0,0,1-.38-.38.37.37,0,0,1,.38-.37h.47A.56.56,0,0,0,9.3,1.7,1.1,1.1,0,0,1,9.72.84a1.08,1.08,0,0,1,.93-.19l3.82,1.1A.7.7,0,0,1,14.61,3L13,3.88A9.92,9.92,0,0,1,8.76,4.81Z"></path><path d="M7.52,13.82a.34.34,0,0,1-.23-.08L6,12.76a1.72,1.72,0,0,1-.61-1.52,1.63,1.63,0,0,1,.77-1.33L9.61,8A.88.88,0,0,0,10,7.33a1.11,1.11,0,0,0-.28-.91l-.33-.29a.38.38,0,1,1,.51-.55l.32.29a1.8,1.8,0,0,1,.52,1.55A1.59,1.59,0,0,1,10,8.65L6.56,10.56a.89.89,0,0,0-.39.74,1,1,0,0,0,.32.87l1.26,1a.39.39,0,0,1,.07.53A.41.41,0,0,1,7.52,13.82Z"></path><path d="M7.53,13.82a.41.41,0,0,1-.3-.14.39.39,0,0,1,.07-.53l1.26-1a1,1,0,0,0,.32-.87.89.89,0,0,0-.39-.74L5.07,8.65a1.62,1.62,0,0,1-.76-1.24,1.82,1.82,0,0,1,.51-1.54l.32-.29a.38.38,0,0,1,.51.55l-.33.3a1.08,1.08,0,0,0-.27.89A.92.92,0,0,0,5.44,8L8.86,9.91a1.63,1.63,0,0,1,.77,1.33A1.72,1.72,0,0,1,9,12.76l-1.26,1A.34.34,0,0,1,7.53,13.82Z"></path><path d="M7.52,15a.37.37,0,0,1-.37-.38V.44A.37.37,0,0,1,[scrubbed].38,0,0,1,7.9.44V14.57A.38.38,0,0,1,7.52,15Z"></path></svg> </span> <a class="site-header__link svelte-enk54u" data-link="Health Care" href="https://www.propublica.org/topics/health-care">Health Care</a> </li><li class="svelte-enk54u"><span class="icon svelte-enk54u"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15" fill="currentColor"><title>Politics</title><path d="M12.54,14.89h-10a.38.38,0,0,1-.38-.37V11a.38.38,0,0,1,.38-.38h10a.38.38,0,0,1,.38.38v3.55A.38.38,0,0,1,12.54,14.89Zm-9.66-.75h9.29v-2.8H2.88Z"></path><path d="M14.52,14.89H.53a.38.38,0,0,1,0-.75h14a.38.38,0,0,1,0,.75Z"></path><path d="M11.71,11.35H3.34A.37.37,0,0,1,3,11V8.7a.38.38,0,0,1,.37-.38h8.37a.37.37,0,0,1,.37.38V11A.36.36,0,0,1,11.71,11.35Zm-8-.75h7.61V9.07H3.72Z"></path><path d="M8.36,5.11A.38.38,0,0,1,8,4.73V3.42H7.07V4.73a.38.38,0,1,1-.75,0V3a.37.37,0,0,1,.37-.37H8.36A.37.37,0,0,1,8.73,3V4.73A.38.38,0,0,1,8.36,5.11Z"></path><path d="M3.84,13.79a.38.38,0,0,1-.38-.37V12.25a.38.38,0,0,1,.75,0v1.17A.38.38,0,0,1,3.84,13.79Z"></path><path d="M5.31,13.79a.38.38,0,0,1-.37-.37V12.25a.38.38,0,0,1,.75,0v1.17A.38.38,0,0,1,5.31,13.79Z"></path><path d="M6.79,13.79a.37.37,0,0,1-.37-.37V12.25a.36.36,0,0,1,.37-.37.37.37,0,0,1,.38.37v1.17A.38.38,0,0,1,6.79,13.79Z"></path><path d="M8.27,13.79a.38.38,0,0,1-.38-.37V12.25a.37.37,0,0,1,.38-.37.36.36,0,0,1,.37.37v1.17A.37.37,0,0,1,8.27,13.79Z"></path><path d="M9.75,13.79a.38.38,0,0,1-.38-.37V12.25a.38.38,0,0,1,.75,0v1.17A.38.38,0,0,1,9.75,13.79Z"></path><path d="M11.22,13.79a.38.38,0,0,1-.37-.37V12.25a.38.38,0,0,1,.75,0v1.17A.38.38,0,0,1,11.22,13.79Z"></path><path d="M7.53,3.42A.37.37,0,0,1,7.16,3V.48A.37.37,0,0,1,7.53.11a.38.38,0,0,1,.38.37V3A.38.38,0,0,1,7.53,3.42Z"></path><path d="M11.72,9.06a.38.38,0,0,1-.38-.37A3.74,3.74,0,0,0,7.53,5,3.74,3.74,0,0,0,3.72,8.69a.38.38,0,0,1-.75,0A4.49,4.49,0,0,1,7.53,4.28a4.49,4.49,0,0,1,4.56,4.41A.37.37,0,0,1,11.72,9.06Z"></path></svg> </span> <a class="site-header__link svelte-enk54u" data-link="Politics" href="https://www.propublica.org/topics/politics">Politics</a> </li><li class="svelte-enk54u"><span class="icon svelte-enk54u"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15" fill="currentColor"><title>Criminal Justice</title><path d="M13.48,4h-.11A20.22,20.22,0,0,0,1.76,4a.38.38,0,0,1-.47-.26.37.37,0,0,1,.25-.46,21,21,0,0,1,12.05,0,.37.37,0,0,1-.11.73Z"></path><path d="M10.53,15h-6a.38.38,0,1,1,0-.75h6a.38.38,0,0,1,0,.75Z"></path><path d="M7.5,15a.37.37,0,0,1-.37-.38V.42A.37.37,0,0,1,7.5,0a.38.38,0,0,1,.38.38V14.6A.38.38,0,0,1,7.5,15Z"></path><path d="M5.39,9.89H.46a.37.37,0,0,1-.31-.16.36.36,0,0,1,0-.35L2.57,3.16a.38.38,0,0,1,.35-.24h0a.38.38,0,0,1,.35.23L5.74,9.38a.36.36,0,0,1,0,.35A.37.37,0,0,1,5.39,9.89ZM1,9.14H4.84L2.92,4.31Z"></path><path d="M14.6,9.89H9.67a.37.37,0,0,1-.31-.16.36.36,0,0,1,0-.35l2.46-6.22a.38.38,0,0,1,.35-.24h0a.37.37,0,0,1,.35.23L15,9.38a.36.36,0,0,1,0,.35A.37.37,0,0,1,14.6,9.89Zm-4.38-.75h3.83L12.13,4.31Z"></path><path d="M2.92,11.75A3,3,0,0,1,.1,9.62a.36.36,0,0,1,.06-.33.38.38,0,0,1,.3-.15H5.39a.38.38,0,0,1,.[scrubbed],0,0,1,.06.33A3,3,0,0,1,2.92,11.75ZM1,9.89A2.21,2.21,0,0,0,2.92,11,2.22,2.22,0,0,0,4.83,9.89Z"></path><path d="M12.13,11.75A3,3,0,0,1,9.3,9.62a.39.39,0,0,1,.06-.33.38.38,0,0,1,.3-.15h4.93a.38.38,0,0,1,.[scrubbed],0,0,1,.06.33A3,3,0,0,1,12.13,11.75ZM10.22,9.89a2.19,2.19,0,0,0,3.81,0Z"></path></svg> </span> <a class="site-header__link svelte-enk54u" data-link="Criminal Justice" href="https://www.propublica.org/topics/criminal-justice">Criminal Justice</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="more…" href="https://www.propublica.org/topics/">more…</a> </li></ul> </div><div class="site-header__links site-header__links-region svelte-enk54u"><strong class="site-header__links-heading svelte-enk54u">Browse by Place </strong> <ul class="site-header__links-list svelte-enk54u"><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Midwest" href="https://www.propublica.org/midwest/">Midwest</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Northwest" href="https://www.propublica.org/northwest/">Northwest</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="South" href="https://www.propublica.org/south/">South</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Southwest" href="https://www.propublica.org/southwest/">Southwest</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Texas" href="https://www.propublica.org/texas/">Texas</a> </li></ul> </div><div class="site-header__links site-header__links-type svelte-enk54u"><strong class="site-header__links-heading svelte-enk54u">Type </strong> <ul class="site-header__links-list svelte-enk54u"><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Graphics & Data" href="https://www.propublica.org/newsapps/">Graphics & Data</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Newsletters" href="https://www.propublica.org/newsletters/">Newsletters</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Series" href="https://www.propublica.org/series/">Series</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Videos" href="https://www.propublica.org/video/">Videos</a> </li></ul> </div><div class="site-header__links site-header__links-special svelte-enk54u"> <ul class="site-header__links-list svelte-enk54u"><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Local Reporting Network" href="https://www.propublica.org/local-reporting-network/">Local Reporting Network</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Electionland" href="https://www.propublica.org/electionland/">Electionland</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Data Store" href="https://www.propublica.org/datastore/">Data Store</a> </li></ul> </div><div class="site-header__links site-header__links-info svelte-enk54u"><strong class="site-header__links-heading svelte-enk54u">Info </strong> <ul class="site-header__links-list svelte-enk54u"><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="About Us" href="https://www.propublica.org/about/">About Us</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Impact" href="https://www.propublica.org/impact/">Impact</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Jobs & Fellowships" href="https://www.propublica.org/jobs/">Jobs & Fellowships</a> </li><li class="svelte-enk54u"> <a class="site-header__link svelte-enk54u" data-link="Contact Us" href="https://www.propublica.org/contact/">Contact Us</a> </li></ul> </div> <div class="site-header__links site-header__links-follow svelte-enk54u"><strong class="site-header__links-heading svelte-enk54u" data-svelte-h="svelte-14chcvl">Follow</strong> <ul class="site-header__links-list site-header__links-list-follow svelte-enk54u" data-link="Facebook"><li class="svelte-enk54u"> <a href="https://www.facebook.com/propublica" class="button shape--circle button-is-icon-only svelte-1qpwxqa" data-pp-skip="false" style="--button-bg-color: var(--cool-70); --button-border: none; --button-color: white; --button-font-size: var(--scale-1); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale3); --icon-size: 1em;"><span class="icon-before svelte-1qpwxqa"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><title>Facebook</title><path d="M8.25 14.0297V24H13.6875V14.0297H17.7422L18.5859 9.44531H13.6875V7.82344C13.6875 5.4 14.6391 4.47188 17.0953 4.47188C17.8594 4.47188 18.4734 4.49062 18.8297 4.52812V0.370313C18.1594 0.1875 16.5187 0 15.5719 0C10.5609 0 8.25 2.36719 8.25 7.47187V9.44531H5.15625V14.0297H8.25Z"></path></svg></span> <span class="text font--sans svelte-1qpwxqa a11y">Facebook</span> </a></li> <li data-link="Twitter" class="svelte-enk54u"> <a href="https://twitter.com/propublica" class="button shape--circle button-is-icon-only svelte-1qpwxqa" data-pp-skip="false" style="--button-bg-color: var(--cool-70); --button-border: none; --button-color: white; --button-font-size: var(--scale-1); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale3); --icon-size: 1em;"><span class="icon-before svelte-1qpwxqa"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><title>X</title><path d="M18.2439 2.25H21.5532L14.3251 10.5094L22.8282 21.75H16.172L10.9548 14.9344L4.99229 21.75H1.67822L9.40791 12.9141L1.25635 2.25H8.08135L12.7923 8.47969L18.2439 2.25ZM17.0813 19.7719H18.9142L7.08291 4.125H5.11416L17.0813 19.7719Z"></path></svg></span> <span class="text font--sans svelte-1qpwxqa a11y">Twitter</span> </a></li> <li data-link="Instagram" class="svelte-enk54u"> <a href="https://www.instagram.com/propublica/" class="button shape--circle button-is-icon-only svelte-1qpwxqa" data-pp-skip="false" style="--button-bg-color: var(--cool-70); --button-border: none; --button-color: white; --button-font-size: var(--scale-1); --button-horizontal-spacing: var(--scale-1); --button-size: var(--scale3); --icon-size: 1em;"><span class="icon-before svelte-1qpwxqa"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><title>Instagram</title><path d="M12,2.32c3.15,0,3.53,0,4.77.07a6.51,6.51,0,0,1,2.19.4,3.58,3.58,0,0,1,1.36.89A3.58,3.58,0,0,1,21.21,5a6.51,6.51,0,0,1,.4,2.19c.06,1.24.07,1.62.07,4.77s0,3.53-.07,4.77a6.51,6.51,0,0,1-.4,2.19A4,4,0,0,1,19,21.21a6.51,6.51,0,0,1-2.19.4c-1.24.06-1.62.07-4.77.07s-3.53,0-4.77-.07A6.51,6.51,0,0,1,5,21.21a3.58,3.58,0,0,1-1.36-.89A3.58,3.58,0,0,1,2.79,19a6.51,6.51,0,0,1-.4-2.19c-.06-1.24-.07-1.62-.07-4.77s0-3.53.07-4.77A6.51,6.51,0,0,1,2.79,5a3.58,3.58,0,0,1,.89-1.36A3.58,3.58,0,0,1,5,2.79a6.51,6.51,0,0,1,2.19-.4c1.24-.06,1.62-.07,4.77-.07M12,.19C8.79.19,8.39.2,7.13.26A8.84,8.84,0,0,0,4.26.81,6,6,0,0,0,.81,4.26,8.84,8.84,0,0,0,.26,7.13C.2,8.39.19,8.79.19,12s0,3.61.07,4.87a8.84,8.84,0,0,0,.55,2.87,6,6,0,0,0,3.45,3.45,8.84,8.84,0,0,0,2.87.55c1.26.06,1.66.07,4.87.07s3.61,0,4.87-.07a8.84,8.84,0,0,0,2.87-.55,6,6,0,0,0,3.45-3.45,8.84,8.84,0,0,0,.55-2.87c.06-1.26.07-1.66.07-4.87s0-3.61-.07-4.87a8.84,8.84,0,0,0-.55-2.87A6,6,0,0,0,19.74.81,8.84,8.84,0,0,0,16.87.26C15.61.2,15.21.19,12,.19Z"></path><path d="M12,5.94A6.06,6.06,0,1,0,18.06,12,6.06,6.06,0,0,0,12,5.94Zm0,10A3.94,3.94,0,1,1,15.94,12,3.95,3.95,0,0,1,12,15.94Z"></path><circle cx="18.3" cy="5.7" r="1.42"></circle></svg></span> <span class="text font--sans svelte-1qpwxqa a11y">Instagram</span> </a></li></ul></div> </nav> </div> </div> <!--svelte-component-end--> <main role="main" class="content" id="main"> <div class="home__content"> <!-- Featured stories --> <div class="home__featured-stories"> <div class="story-card story-card--standard"> <div class="lead-art"> <a class="aspect-3-2" href="https://www.propublica.org/article/del-rio-texas-immigration-local-politics"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%273%27%20height%3D%272%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/immigration-del-rio-PROMO.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=267&q=75&w=400&s=220b35bfff88c5789bf7788651c5e0a0 400w, https://img.assets-d.propublica.org/v5/images/immigration-del-rio-PROMO.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=533&q=75&w=800&s=5b42651c4376583f8c9dcb1e6462aa41 800w, https://img.assets-d.propublica.org/v5/images/immigration-del-rio-PROMO.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=800&q=75&w=1200&s=276fa20e0ab54bb6f54ce30240cd6eb5 1200w, https://img.assets-d.propublica.org/v5/images/immigration-del-rio-PROMO.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1067&q=75&w=1600&s=71b26c6b1f8685cf1d1237d15046c2f7 1600w" width="400" height="267" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <a class="story-card__series" href="https://www.propublica.org/series/the-new-immigration">The New Immigration</a> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/del-rio-texas-immigration-local-politics"> A Pro-Gun, Anti-Abortion Border Sheriff Appealed to Both Parties. Then He Was Painted as Soft on Immigration. </a> </h3> <p class="story-card__dek" > In Del Rio, Texas, like in other majority Latino communities, immigration is high on voters’ minds and is disrupting long-standing political allegiances. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/perla-trevizo">Perla Trevizo</a>, <a href="https://www.propublica.org/texas">ProPublica and The Texas Tribune</a>, photography by <a class="name" href="https://www.propublica.org/people/gerardo-del-valle">Gerardo del Valle</a>, ProPublica, <time class="timestamp" datetime="2024-11-03EST06:00">Nov. 3, 5 a.m. CST</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art"> <a class="aspect-3-2" href="https://www.propublica.org/article/joe-frank-martinez-sheriff-del-rio-documentary"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%273%27%20height%3D%272%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/del-rio-doc-promo.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=267&q=75&w=400&s=e2584d7a9cde044a0c5e5747257675b2 400w, https://img.assets-d.propublica.org/v5/images/del-rio-doc-promo.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=533&q=75&w=800&s=a1d7b24a4b6497feb3e248ef74a7b526 800w, https://img.assets-d.propublica.org/v5/images/del-rio-doc-promo.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=800&q=75&w=1200&s=517bcc9c92c5276f5fbe870d5db5a341 1200w, https://img.assets-d.propublica.org/v5/images/del-rio-doc-promo.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1067&q=75&w=1600&s=d9baf864fb6c01987d46be2f0a831323 1600w" width="400" height="267" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <a class="story-card__series" href="https://www.propublica.org/series/the-new-immigration">The New Immigration</a> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/joe-frank-martinez-sheriff-del-rio-documentary"> Watch: How the Race for Sheriff in Del Rio, Texas, Became a Referendum on Immigration </a> </h3> <p class="story-card__dek" > Sheriff Joe Frank Martinez’s run for reelection provides a glimpse at how new patterns of immigration along the U.S.-Mexico border have coincided with, if not driven, changing attitudes among voters who live there. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/gerardo-del-valle">Gerardo del Valle</a>, ProPublica, and <a class="name" href="https://www.propublica.org/people/perla-trevizo">Perla Trevizo</a>, <a href="https://www.propublica.org/texas">ProPublica and The Texas Tribune</a>, <time class="timestamp" datetime="2024-11-03EST06:05">Nov. 3, 5:05 a.m. CST</time> </p> </div> </div> <div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/donald-trump-media-outsourced-jobs-mexico-truth-social"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/GettyImages-2180782205.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5246&fp-y=0.5666&h=105&q=75&w=105&s=d841ed3887d7b53f9dfbff88d6a76511 105w, https://img.assets-d.propublica.org/v5/images/GettyImages-2180782205.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5246&fp-y=0.5666&h=210&q=75&w=210&s=f6b01921b6889bc98b7852ce32f133c8 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/donald-trump-media-outsourced-jobs-mexico-truth-social"> Trump Media Outsourced Jobs to Mexico Even as Trump Pushes “America First” </a> </h3> <p class="story-card__dek" > On the campaign trail, Donald Trump threatened businesses that send jobs south of the border, while his own company that runs the Truth Social platform outsourced coding jobs to workers in Mexico, outraging some staff members. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/robert-faturechi">Robert Faturechi</a>, <a class="name" href="https://www.propublica.org/people/justin-elliott">Justin Elliott</a> and <a class="name" href="https://www.propublica.org/people/alex-mierjeski">Alex Mierjeski</a>, <time class="timestamp" datetime="2024-11-02EDT18:07">Nov. 2, 6:07 p.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/election-issues-2024-immigration-abortion-economy"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/GettyImages-2178184196_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=105&q=75&w=105&s=41db8c49ed1c48ad6b693c63c7d1040d 105w, https://img.assets-d.propublica.org/v5/images/GettyImages-2178184196_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=210&q=75&w=210&s=231da175e5add5022f9d90bcdc58d465 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/election-issues-2024-immigration-abortion-economy"> ProPublica’s Coverage of the Election Issues That Matter to Voters </a> </h3> <p class="story-card__dek" > ProPublica avoids horse race coverage of the election, instead deeply exploring issues that voters care about, like immigration, abortion, health care, the economy, extremism and education. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/propublica">ProPublica</a>, <time class="timestamp" datetime="2024-11-02EDT06:00">Nov. 2, 6 a.m. EDT</time> </p> </div> </div> </div> </div> <!-- end .home__featured-stories --> <!-- Featured series --> <div class="home__featured-series"> <div id="home__intro-module" > <figure data-pp-id="0" data-pp-blocktype="intro-module" class="bb-intro-module size08 bb-intro-module-homepage wide-md "> <h4> New here? </h4> <div class="bb-intro-module__dek"> <p>We’re <a href="https://www.propublica.org/about">ProPublica</a>, a nonprofit, independent newsroom with one job: to hold the powerful to account. Here’s how we’re reporting on <a href="https://www.propublica.org/topics/democracy">democracy</a> this election season:</p> </div> <div class="bb-intro-module__container"> <div class="bb-intro-module__card bb-intro-module__card--current"> <img class="" alt="" width="400" height="400" loading="lazy" js-autosizes src="https://img.assets-d.propublica.org/v5/images/Project-2025-Video-Lead-1_maxWidth_3000_maxHeight_3000_ppi_72_quality_95_embedColorProfile_true.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=800&q=75&w=800&s=56b5da781b326c39682eab9654e68648" srcset="https://img.assets-d.propublica.org/v5/images/Project-2025-Video-Lead-1_maxWidth_3000_maxHeight_3000_ppi_72_quality_95_embedColorProfile_true.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=400&q=75&w=400&s=c5ad06f0eac5b2ccb6d463f5b8f12434 400w, https://img.assets-d.propublica.org/v5/images/Project-2025-Video-Lead-1_maxWidth_3000_maxHeight_3000_ppi_72_quality_95_embedColorProfile_true.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=800&q=75&w=800&s=56b5da781b326c39682eab9654e68648 800w, https://img.assets-d.propublica.org/v5/images/Project-2025-Video-Lead-1_maxWidth_3000_maxHeight_3000_ppi_72_quality_95_embedColorProfile_true.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1200&q=75&w=1200&s=31a8dd97623d62b488e4128c0c2c2601 1200w, https://img.assets-d.propublica.org/v5/images/Project-2025-Video-Lead-1_maxWidth_3000_maxHeight_3000_ppi_72_quality_95_embedColorProfile_true.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1300&q=75&w=1300&s=d2d8be7a050b2d7c78e78e7568c44b4a 1300w, https://img.assets-d.propublica.org/v5/images/Project-2025-Video-Lead-1_maxWidth_3000_maxHeight_3000_ppi_72_quality_95_embedColorProfile_true.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1450&q=75&w=1450&s=20d2fa77230032a53e79e6310fffc7b0 1450w, https://img.assets-d.propublica.org/v5/images/Project-2025-Video-Lead-1_maxWidth_3000_maxHeight_3000_ppi_72_quality_95_embedColorProfile_true.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1600&q=75&w=1600&s=f19919e87bde703197593c59241b1e46 1600w, https://img.assets-d.propublica.org/v5/images/Project-2025-Video-Lead-1_maxWidth_3000_maxHeight_3000_ppi_72_quality_95_embedColorProfile_true.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=2000&q=75&w=2000&s=b082abc1f5bdd6bf2ac2c9807755d003 2000w" /> <div class="bb-intro-module__card-description"> We uncovered <a href="https://www.propublica.org/article/inside-project-2025-secret-training-videos-trump-election">Project 2025’s secret training videos</a>, which were mostly created by people who had worked for former President Donald Trump at some point, despite claims to the contrary. </div> </div> <div class="bb-intro-module__card"> <img class="" alt="" width="400" height="400" loading="lazy" js-autosizes src="https://img.assets-d.propublica.org/v5/images/2023113-Ethics-Code.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=800&q=75&w=800&s=bef937d6f2c382c24d2579a21fbe4faa" srcset="https://img.assets-d.propublica.org/v5/images/2023113-Ethics-Code.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=400&q=75&w=400&s=5175e3f9b0f6c48e154f80b4e632c13a 400w, https://img.assets-d.propublica.org/v5/images/2023113-Ethics-Code.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=800&q=75&w=800&s=bef937d6f2c382c24d2579a21fbe4faa 800w, https://img.assets-d.propublica.org/v5/images/2023113-Ethics-Code.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1200&q=75&w=1200&s=2b9b25d77be27fd1ad53521a86ff8ade 1200w, https://img.assets-d.propublica.org/v5/images/2023113-Ethics-Code.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1300&q=75&w=1300&s=c9ef0572251048f795134a1bb0e3e576 1300w, https://img.assets-d.propublica.org/v5/images/2023113-Ethics-Code.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1450&q=75&w=1450&s=d64703b06df301746018b7188afd4ce9 1450w, https://img.assets-d.propublica.org/v5/images/2023113-Ethics-Code.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1600&q=75&w=1600&s=94c802a3d3ecaa7fbb4523f54b1044cc 1600w, https://img.assets-d.propublica.org/v5/images/2023113-Ethics-Code.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=2000&q=75&w=2000&s=3cda2fa7f244212ec33904a1f61a3545 2000w" /> <div class="bb-intro-module__card-description"> We won the <a href="https://www.propublica.org/article/pulitzer-prize-announcement-propublica-supreme-court">2024 Pulitzer Prize for Public Service</a> for our ongoing coverage of the ultrawealthy’s connections to the Supreme Court. That coverage led to the creation of the court’s <a href="https://www.propublica.org/article/supreme-court-adopts-ethics-code-scotus-thomas-alito-crow">first-ever code of conduct</a>. </div> </div> <div class="bb-intro-module__card"> <img class="" alt="" width="400" height="400" loading="lazy" js-autosizes src="https://img.assets-d.propublica.org/v5/images/Ziklag-Lead-Moharam_2024-07-11-182230_rcku.JPG?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=800&q=75&w=800&s=f5a7707cfe405436b5cb779c6402f147" srcset="https://img.assets-d.propublica.org/v5/images/Ziklag-Lead-Moharam_2024-07-11-182230_rcku.JPG?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=400&q=75&w=400&s=466dc50a63c03042d579825c46ac5e88 400w, https://img.assets-d.propublica.org/v5/images/Ziklag-Lead-Moharam_2024-07-11-182230_rcku.JPG?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=800&q=75&w=800&s=f5a7707cfe405436b5cb779c6402f147 800w, https://img.assets-d.propublica.org/v5/images/Ziklag-Lead-Moharam_2024-07-11-182230_rcku.JPG?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1200&q=75&w=1200&s=69aa1dae0397971a3982afab12c9f8d8 1200w, https://img.assets-d.propublica.org/v5/images/Ziklag-Lead-Moharam_2024-07-11-182230_rcku.JPG?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1300&q=75&w=1300&s=dbefa3c47c1bbfd24fa132f117198a87 1300w, https://img.assets-d.propublica.org/v5/images/Ziklag-Lead-Moharam_2024-07-11-182230_rcku.JPG?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1450&q=75&w=1450&s=b123873b82197422dcd910278fc94ee9 1450w, https://img.assets-d.propublica.org/v5/images/Ziklag-Lead-Moharam_2024-07-11-182230_rcku.JPG?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=1600&q=75&w=1600&s=fb3363c919140541364eb12cdc1c6490 1600w, https://img.assets-d.propublica.org/v5/images/Ziklag-Lead-Moharam_2024-07-11-182230_rcku.JPG?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=2000&q=75&w=2000&s=231dd13f7df42b68c793a7fbea3f4ff7 2000w" /> <div class="bb-intro-module__card-description"> We revealed how <a href="https://www.propublica.org/article/inside-ziklag-secret-christian-charity-2024-election">Ziklag</a>, a secret organization of wealthy Christians including the families behind Hobby Lobby and Uline, is spending millions to try to sway the election and change the country. </div> </div> <div class="bb-intro-module__card"> <div class="bb-intro-module__card-video-container"> <video muted loop playsinline disablePictureInPicture preload="none" width="216" height="325"> <source src="https://assets-d.propublica.org/v5/video/Callout-Onsite2x3_blkbg-small.mp4" type="video/mp4"> </video> <div class="bb-intro-module__card-video-mute"> <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect opacity="0.8" width="32" height="32" rx="16" fill="black"/> <path d="M15.167 10.167L11.0003 13.5003H7.66699V18.5003H11.0003L15.167 21.8337V10.167Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M24.333 13.5L19.333 18.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M19.333 13.5L24.333 18.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </div> </div> <div class="bb-intro-module__card-cta"> <a href="https://www.propublica.org/tips/"> <div class="icon"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle-plus"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"/><path d="M8 12h8"/><path d="M12 8v8"/></svg> </div> <span> Know something we should know? <strong>Send a tip</strong>. </span> <div class="icon"> <svg role="img" xmlns="http://www.w3.org/2000/svg" fill="none" height="16" viewBox="0 0 16 16" width="16"> <title>Caret</title> <path clip-rule="evenodd" d="m9.5858 8.00008-5.29289-5.2929 1.41421-1.41421 6.70708 6.70711-6.70708 6.70712-1.41421-1.4142z" fill="currentColor" fill-rule="evenodd"/> </svg> </div> </a> <a href="https://instagram.com/propublica"> <div class="icon"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-smartphone"><rect width="14" height="20" x="5" y="2" rx="2" ry="2"/><path d="M12 18h.01"/></svg> </div> <span> Are you on Instagram? We are. <strong>Follow us</strong>. </span> <div class="icon"> <svg role="img" xmlns="http://www.w3.org/2000/svg" fill="none" height="16" viewBox="0 0 16 16" width="16"> <title>Caret</title> <path clip-rule="evenodd" d="m9.5858 8.00008-5.29289-5.2929 1.41421-1.41421 6.70708 6.70711-6.70708 6.70712-1.41421-1.4142z" fill="currentColor" fill-rule="evenodd"/> </svg> </div> </a> </div> <div class="bb-intro-module__card-description"> </div> </div> </div> <nav class="bb-intro-module__nav"> <a href="#" class="bb_intro-module__nav--current"><span></span> </a> <a href="#"><span></span> </a> <a href="#"><span></span> </a> <a href="#"><span></span> </a> </nav> <p class="bb-intro-module__survey">We’re trying something new. <a href="https://iteratehq.com/propublica/670eabefffb484af7dc7db86">Was it helpful?</a></p> </figure> </div> <div id="home__featured-series--mask" style="display:none"> <div class="home__featured-series-section stretched-link-contain"> <h3 class="home__featured-series-subhed">How Recent Arrivals at the Border Have Changed the Country and Its Attitudes</h3> <div class="story-card"> <a class="story-card__art stretched-link" href="https://www.propublica.org/series/the-new-immigration"> <img class="series-img" alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2730%27%20height%3D%2740%27%20style%3D%27background%3Atransparent%27%2F%3E" sizes="(min-width: 1440px) 280px, (min-width: 960px) 25vw, 80px" srcset="https://img.assets-d.propublica.org/v5/images/immigration-series-promo-homepage.png?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=827&q=80&w=620&s=564ddd508f68b9ecfa623f043d2f07b2 620w, https://img.assets-d.propublica.org/v5/images/immigration-series-promo-homepage.png?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=413&q=80&w=310&s=73d492efa42e19cbe399c1bfe9d94806 310w, https://img.assets-d.propublica.org/v5/images/immigration-series-promo-homepage.png?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=267&q=80&w=200&s=c8dbfb10ecb154eb3a75d224d99ef0b5 200w, https://img.assets-d.propublica.org/v5/images/immigration-series-promo-homepage.png?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=133&q=80&w=100&s=1c339baa60b95c871e0506507145fea9 100w"> </a> <div class="story-card__description"> <p class="story-card__dek"> America is experiencing new types and patterns of immigration. How did we get here? </p> </div> </div> </div> <div class="home__featured-series-section"> <h3 class="home__featured-series-subhed">Featured Reporting</h3> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/georgia-abortion-ban-amber-thurman-death"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/abortion-deaths-amber-promo.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=105&q=75&w=105&s=498de054c6e614ffcad4849a294676dc 105w, https://img.assets-d.propublica.org/v5/images/abortion-deaths-amber-promo.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=210&q=75&w=210&s=392fc7dc8a1ad90acea66a1aecb96bd6 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <a class="story-card__series" href="https://www.propublica.org/series/life-of-the-mother">Life of the Mother</a> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/georgia-abortion-ban-amber-thurman-death"> Abortion Bans Have Delayed Emergency Medical Care. In Georgia, Experts Say This Mother’s Death Was Preventable. </a> </h3> <p class="story-card__dek" > At least two women in Georgia died after they couldn’t access legal abortions and timely medical care in their state, ProPublica has found. This is one of their stories. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/kavitha-surana">Kavitha Surana</a>, <time class="timestamp" datetime="2024-09-16EDT05:00">Sept. 16, 5 a.m. EDT</time> </p> </div> </div> </div> </div> </div> <!-- end .home__featured-series --> <!-- River --> <div class="home__river"> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/nevada-voter-registration-election-management-system-concerns"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/AP24275007530360_maxWidth_3000_maxHeight_3000_ppi_72_quality_95_embedColorProfile_true.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5271&fp-y=0.3491&h=105&q=75&w=105&s=032253cd8868a623b78617377a864e85 105w, https://img.assets-d.propublica.org/v5/images/AP24275007530360_maxWidth_3000_maxHeight_3000_ppi_72_quality_95_embedColorProfile_true.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5271&fp-y=0.3491&h=210&q=75&w=210&s=d343d1de0500f2dd43fdee80e2637224 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/nevada-voter-registration-election-management-system-concerns"> Nevada Says It Worked Out the Kinks in Its New Voter System in Time for The Election, but Concerns Remain </a> </h3> <p class="story-card__dek" > After recent practice runs showed significant problems in transferring data accurately, the battleground state’s new centralized voter registration system will get its first real-world test in a major presidential election. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/anjeanette-damon">Anjeanette Damon</a> and <a class="name" href="https://www.propublica.org/people/nicole-santa-cruz">Nicole Santa Cruz</a>, <time class="timestamp" datetime="2024-11-02EDT07:00">Nov. 2, 7 a.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/donald-trump-agenda-working-class"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/GettyImages-2178845933_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=105&q=75&w=105&s=f0c3cd720fa1bf36ea44958fd72d87f1 105w, https://img.assets-d.propublica.org/v5/images/GettyImages-2178845933_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=210&q=75&w=210&s=43d6c6e989812a0ad611397974026b0b 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/donald-trump-agenda-working-class"> Trump Says He’ll Fight for Working-Class Americans. His First Presidency Suggests He Won’t. </a> </h3> <p class="story-card__dek" > From cutting children's disability benefits to allowing employers to pocket workers' tips, Trump tried to slash protections for the working poor in ways that have been forgotten by many. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/eli-hager">Eli Hager</a>, <time class="timestamp" datetime="2024-11-02EDT05:00">Nov. 2, 5 a.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/immigration-mexico-us-migrants-mass-kidnappings-cartels-border"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/migrant_kidnappings_MX23_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.4755&fp-y=0.3643&h=105&q=75&w=105&s=1fbdf194a9392400ae361ba3a0dd4af0 105w, https://img.assets-d.propublica.org/v5/images/migrant_kidnappings_MX23_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.4755&fp-y=0.3643&h=210&q=75&w=210&s=db564b4dc5c6c634c41fca79ed3dda26 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <a class="story-card__series" href="https://www.propublica.org/series/the-new-immigration">The New Immigration</a> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/immigration-mexico-us-migrants-mass-kidnappings-cartels-border"> Held for Ransom in Animal Pens, Migrants Face Mass Kidnappings as U.S. and Mexico Ramp Up Enforcement </a> </h3> <p class="story-card__dek" > Cartel-affiliated gangs have created an industrial-scale extortion racket that involves kidnapping large numbers of migrants in southern Mexico as the U.S. pressures Mexican authorities to stop people from reaching the U.S. border. </p> <p class="story-card__byline"> by <span class="name">Emily Green</span>, <time class="timestamp" datetime="2024-11-01EDT14:20">Nov. 1, 2:20 p.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/josseli-barnica-death-miscarriage-texas-abortion-ban-2"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/vanessa.barnica.5-9_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=105&q=75&w=105&s=746f785d923567dda8e4e963a2f40990 105w, https://img.assets-d.propublica.org/v5/images/vanessa.barnica.5-9_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=210&q=75&w=210&s=928f36a85b3cdd6e272dd96668c326df 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <a class="story-card__series" href="https://www.propublica.org/series/life-of-the-mother">Life of the Mother</a> <h3 class="story-card__hed" lang="es"> <a href="https://www.propublica.org/article/josseli-barnica-death-miscarriage-texas-abortion-ban-2"> Una mujer de Texas murió después de que el hospital dijera que sería un “delito” intervenir en su aborto espontáneo </a> </h3> <p class="story-card__dek" lang="es"> Josseli Barnica es una de por lo menos dos mujeres de Texas que murieron después de que los médicos demoraran la atención de emergencia. Le contó a su esposo que el equipo de médicos le dijo que no podía actuar hasta que se detuviera el latido fetal. </p> <p class="story-card__byline"> por <a class="name" href="https://www.propublica.org/people/cassandra-jaramillo">Cassandra Jaramillo</a> y <a class="name" href="https://www.propublica.org/people/kavitha-surana">Kavitha Surana</a>, <time class="timestamp" datetime="2024-11-01EDT10:00">Nov. 1, 10 a.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/nevaeh-crain-death-texas-abortion-ban-emtala"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/20241024-Villasana-AbortionDeathsNevaeh-29.jpg-_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=105&q=75&w=105&s=8b89c0416a5ac46a70c27a8a181ab794 105w, https://img.assets-d.propublica.org/v5/images/20241024-Villasana-AbortionDeathsNevaeh-29.jpg-_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=210&q=75&w=210&s=92a04cbcfedcb96b0c104e7421db056e 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <a class="story-card__series" href="https://www.propublica.org/series/life-of-the-mother">Life of the Mother</a> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/nevaeh-crain-death-texas-abortion-ban-emtala"> A Pregnant Teenager Died After Trying to Get Care in Three Visits to Texas Emergency Rooms </a> </h3> <p class="story-card__dek" > It took three ER visits and 20 hours before a hospital admitted Nevaeh Crain, 18, as her condition worsened. Doctors insisted on two ultrasounds to confirm “fetal demise.” She’s one of at least two Texas women who died under the state’s abortion ban. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/lizzie-presser">Lizzie Presser</a> and <a class="name" href="https://www.propublica.org/people/kavitha-surana">Kavitha Surana</a>, <time class="timestamp" datetime="2024-11-01EDT06:00">Nov. 1, 6 a.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/tim-walz-mayo-clinic-health-care-influence-election-minnesota"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/Walz-Mayo-Clinic_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_951_2024-10-30-194103_sahu.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.4419&fp-y=0.3879&h=105&q=75&w=105&s=db5230c924e453985d5cbe82ce02f2ba 105w, https://img.assets-d.propublica.org/v5/images/Walz-Mayo-Clinic_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_951_2024-10-30-194103_sahu.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.4419&fp-y=0.3879&h=210&q=75&w=210&s=44f50538db030b3058f5eb7f5733d177 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/tim-walz-mayo-clinic-health-care-influence-election-minnesota"> In Minnesota, the Mayo Clinic Sometimes Called the Shots With Gov. Tim Walz </a> </h3> <p class="story-card__dek" > The governor’s ties to the Mayo Clinic raise questions about the world-renowned hospital’s potential influence on federal health care reform. </p> <p class="story-card__byline"> by <span class="name">Max Nesterak</span>, <a href="https://minnesotareformer.com/">Minnesota Reformer</a>, and <a class="name" href="https://www.propublica.org/people/jessica-lussenhop">Jessica Lussenhop</a>, ProPublica, <time class="timestamp" datetime="2024-10-31EDT06:00">Oct. 31, 6 a.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/facebook-instagram-meta-deceptive-political-ads-election"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/20241030-meta-ads-still-1x1a.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.4663&fp-y=0.62&h=105&q=75&w=105&s=d18aa1f46e60aaeece66df398050b4df 105w, https://img.assets-d.propublica.org/v5/images/20241030-meta-ads-still-1x1a.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.4663&fp-y=0.62&h=210&q=75&w=210&s=39c95b916694ec8d1e231c5d4cf714d5 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/facebook-instagram-meta-deceptive-political-ads-election"> Exploiting Meta’s Weaknesses, Deceptive Political Ads Thrived on Facebook and Instagram in Run-Up to Election </a> </h3> <p class="story-card__dek" > Despite Meta's stated commitment to crack down on harmful content, it failed to catch tens of thousands of ads that used false claims and deepfakes of political figures to collect users’ sensitive personal data or bait them into monthly charges. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/craig-silverman">Craig Silverman</a>, ProPublica, and <span class="name">Priyanjana Bengani</span>, <a href="https://towcenter.columbia.edu/">Tow Center for Digital Journalism</a>, <time class="timestamp" datetime="2024-10-31EDT05:00">Oct. 31, 5 a.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/tennessee-school-threat-law-kids-arrested"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/241025-TennesseeThreatsArrests-0045-1-1_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=105&q=75&w=105&s=abdb7adcf76ec8b0220555b6db9973b5 105w, https://img.assets-d.propublica.org/v5/images/241025-TennesseeThreatsArrests-0045-1-1_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=210&q=75&w=210&s=72367aa4c9b6174ee5a7b5b5e1542888 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/tennessee-school-threat-law-kids-arrested"> An 11-Year-Old Denied Making a Threat and Was Allowed to Return to School. Tennessee Police Arrested Him Anyway. </a> </h3> <p class="story-card__dek" > A state law makes threats of mass violence at school a felony, even if they’re not credible. Judges and school officials say the law unnecessarily traumatizes kids. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/aliyya-swaby">Aliyya Swaby</a>, ProPublica, and <span class="name">Paige Pfleger</span>, WPLN/Nashville Public Radio, <time class="timestamp" datetime="2024-10-30EDT07:00">Oct. 30, 7 a.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/2024-election-certification-ads-georgia-wisconsin-pennsylvania"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/AP24296680616413_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_951.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=105&q=75&w=105&s=57bdea68e490b8215ea294cdf1812eba 105w, https://img.assets-d.propublica.org/v5/images/AP24296680616413_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_951.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=210&q=75&w=210&s=748b1bc4ae899ef89509bc64a27793de 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/2024-election-certification-ads-georgia-wisconsin-pennsylvania"> Election Skeptics Are Targeting Voting Officials With Ads That Suggest They Don’t Have to Certify Results </a> </h3> <p class="story-card__dek" > The ads, which have been placed in swing states like Wisconsin and Pennsylvania, come from a new group with deep ties to activists who have challenged the legitimacy of recent elections. </p> <p class="story-card__byline"> by <span class="name">Phoebe Petrovic</span>, <a href="https://wisconsinwatch.org/">Wisconsin Watch</a>, and <a class="name" href="https://www.propublica.org/people/doug-bock-clark">Doug Bock Clark</a>, ProPublica, <time class="timestamp" datetime="2024-10-30EDT06:00">Oct. 30, 6 a.m. EDT</time> </p> <p class="story-card__unit">Local Reporting Network</p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/josseli-barnica-death-miscarriage-texas-abortion-ban"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/JosseliBarnica_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5104&fp-y=0.1827&h=105&q=75&w=105&s=e21aafc838f0ba0c57dc7aed0bfe48c7 105w, https://img.assets-d.propublica.org/v5/images/JosseliBarnica_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5104&fp-y=0.1827&h=210&q=75&w=210&s=b7b686b6d628b381af93e5ca76e1d50b 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <a class="story-card__series" href="https://www.propublica.org/series/life-of-the-mother">Life of the Mother</a> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/josseli-barnica-death-miscarriage-texas-abortion-ban"> A Woman Died After Being Told It Would Be a “Crime” to Intervene in Her Miscarriage at a Texas Hospital </a> </h3> <p class="story-card__dek" > Josseli Barnica is one of at least two pregnant Texas women who died after doctors delayed emergency care. She’d told her husband that the medical team said it couldn’t act until the fetal heartbeat stopped. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/cassandra-jaramillo">Cassandra Jaramillo</a> and <a class="name" href="https://www.propublica.org/people/kavitha-surana">Kavitha Surana</a>, <time class="timestamp" datetime="2024-10-30EDT05:00">Oct. 30, 5 a.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/immigration-louisiana-houma-shipbuilding-jobs-safety-2"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/Elmer-Promo_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=105&q=75&w=105&s=45e282618942bf50c053ae95e950a6e9 105w, https://img.assets-d.propublica.org/v5/images/Elmer-Promo_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=210&q=75&w=210&s=5964f15a8aa4ac3549c3b1f909b9ee2a 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <a class="story-card__series" href="https://www.propublica.org/series/the-new-immigration">The New Immigration</a> <h3 class="story-card__hed" lang="es"> <a href="https://www.propublica.org/article/immigration-louisiana-houma-shipbuilding-jobs-safety-2"> Un inmigrante murió construyendo un barco para el gobierno de EE. UU. Su familia no recibió nada. </a> </h3> <p class="story-card__dek" lang="es"> Elmer De León fue uno de muchos inmigrantes contratados por astilleros estadounidenses para cubrir la urgente necesidad de mano de obra calificada. Estos trabajadores hacen las mismas tareas y corren los mismos riesgos que sus contrapartes estadounidenses, pero no cuentan con apoyo cuando las cosas salen mal. </p> <p class="story-card__byline"> por <a class="name" href="https://www.propublica.org/people/nicole-foy">Nicole Foy</a>, <time class="timestamp" datetime="2024-10-29EDT17:40">Oct. 29, 5:40 p.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="story-card__description"> <h3 class="story-card__hed" > <a href="https://www.propublica.org/atpropublica/propublicas-may-august-2024-impact-report-investigating-for-democracy"> ProPublica’s May-August 2024 Impact Report: Investigating for Democracy </a> </h3> <p class="story-card__dek" > </p> <p class="story-card__byline"> <a class="name" href="https://www.propublica.org/people/propublica">ProPublica</a>, <time class="timestamp" datetime="2024-10-29EDT10:10">Oct. 29, 10:10 a.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/florida-immigration-bill-farmers-rick-roth"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/07302024-Flynn-Roth-029_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=105&q=75&w=105&s=2dc590ae4a32c8c8e33e82f83eced363 105w, https://img.assets-d.propublica.org/v5/images/07302024-Flynn-Roth-029_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=210&q=75&w=210&s=1e3f43bcbfe200a61f4e190b3bb962da 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <a class="story-card__series" href="https://www.propublica.org/series/the-new-immigration">The New Immigration</a> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/florida-immigration-bill-farmers-rick-roth"> When a Florida Farmer-Legislator Turned Against Immigration, the Consequences Were Severe. But Not for Him. </a> </h3> <p class="story-card__dek" > For a lawmaker’s political career and his farm, a federal visa program was a lifeline. For a young father trying to meet his son’s mounting medical needs, that same lifeline failed him. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/seth-freed-wessler">Seth Freed Wessler</a>, photography by <span class="name">Zaydee Sanchez</span> and <span class="name">Kathleen Flynn</span>, with additional reporting by <span class="name">Zaydee Sanchez</span>, <time class="timestamp" datetime="2024-10-29EDT07:00">Oct. 29, 7 a.m. EDT</time> </p> </div> </div> <div class="story-card story-card--standard"> <div class="lead-art thumbnail"> <a class="aspect-1-1" href="https://www.propublica.org/article/texas-noncitizen-voter-roll-removal-mary-howard-elley"> <img alt="" src="data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271%27%20height%3D%271%27%20style%3D%27background%3Atransparent%27%2F%3E" srcset="https://img.assets-d.propublica.org/v5/images/20241020-Villasana-TX-Voter-Rolls-16_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95_2024-10-28-180449_njbi.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=105&q=75&w=105&s=f8ae4699e7b15768a827171cbdf27a42 105w, https://img.assets-d.propublica.org/v5/images/20241020-Villasana-TX-Voter-Rolls-16_preview_maxWidth_3000_maxHeight_3000_ppi_72_embedColorProfile_true_quality_95_2024-10-28-180449_njbi.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=210&q=75&w=210&s=ab02be053e6331ee68acb1accebdad0a 210w" width="105" height="105" loading="lazy" js-autosizes /> </a> </div> <div class="story-card__description"> <h3 class="story-card__hed" > <a href="https://www.propublica.org/article/texas-noncitizen-voter-roll-removal-mary-howard-elley"> She Supports Trump’s Anti-Immigration Policies. Texas Incorrectly Flagged Her as a “Noncitizen” on Its Voting Rolls. </a> </h3> <p class="story-card__dek" > Mary Howard-Elley is the 10th U.S. citizen identified by ProPublica, The Texas Tribune and Votebeat whose registration was canceled after her citizenship was questioned. Her saga shows how tough it can be for eligible voters to get reinstated. </p> <p class="story-card__byline"> by <a class="name" href="https://www.propublica.org/people/lexi-churchill">Lexi Churchill</a>, <a href="https://www.propublica.org/texas">ProPublica and The Texas Tribune</a>, <a class="name" href="https://www.texastribune.org/about/staff/james-barragan/">James Barragán</a>, <a href="https://www.texastribune.org/">The Texas Tribune</a>, <a class="name" href="https://www.propublica.org/people/vianna-davila">Vianna Davila</a>, <a href="https://www.propublica.org/texas">ProPublica and The Texas Tribune</a>, and <a class="name" href="https://www.votebeat.org/authors/natalia-contreras/">Natalia Contreras</a>, <a href="https://www.votebeat.org/">Votebeat</a>, <time class="timestamp" datetime="2024-10-29EDT06:00">Oct. 29, 5 a.m. CDT</time> </p>
Resolver
Resolver ASN
AS396982
Resolver IP
34.153.64.17
Resolver Network Name
Google LLC
Report ID
20241104T005844Z_webconnectivity_AF_55424_n1_ovqqN27gU7GsQqUi
Platform
android
Software Name
ooniprobe-android-unattended (4.0.0)
Measurement Engine
ooniprobe-engine (3.23.0)