CINXE.COM

Fear of FEMA

<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <script> //---------------------------------------------------------- //------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS ------- //---------------------------------------------------------- if ( ! gform ) { document.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } ); document.addEventListener( 'gform/theme/scripts_loaded', function() { gform.themeScriptsLoaded = true; } ); window.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } ); var gform = { domLoaded: false, scriptsLoaded: false, themeScriptsLoaded: false, isFormEditor: () => typeof InitializeEditor === 'function', /** * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated. * @remove-in 3.1 this function will not check for gform.isFormEditor(). */ callIfLoaded: function ( fn ) { if ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) { if ( gform.isFormEditor() ) { console.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' ); } fn(); return true; } return false; }, /** * Call a function when all scripts are loaded * * @param function fn the callback function to call when all scripts are loaded * * @returns void */ initializeOnLoaded: function( fn ) { if ( ! gform.callIfLoaded( fn ) ) { document.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } ); document.addEventListener( 'gform/theme/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } ); window.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } ); } }, hooks: { action: {}, filter: {} }, addAction: function( action, callable, priority, tag ) { gform.addHook( 'action', action, callable, priority, tag ); }, addFilter: function( action, callable, priority, tag ) { gform.addHook( 'filter', action, callable, priority, tag ); }, doAction: function( action ) { gform.doHook( 'action', action, arguments ); }, applyFilters: function( action ) { return gform.doHook( 'filter', action, arguments ); }, removeAction: function( action, tag ) { gform.removeHook( 'action', action, tag ); }, removeFilter: function( action, priority, tag ) { gform.removeHook( 'filter', action, priority, tag ); }, addHook: function( hookType, action, callable, priority, tag ) { if ( undefined == gform.hooks[hookType][action] ) { gform.hooks[hookType][action] = []; } var hooks = gform.hooks[hookType][action]; if ( undefined == tag ) { tag = action + '_' + hooks.length; } if( priority == undefined ){ priority = 10; } gform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } ); }, doHook: function( hookType, action, args ) { // splice args from object into array and remove first index which is the hook name args = Array.prototype.slice.call(args, 1); if ( undefined != gform.hooks[hookType][action] ) { var hooks = gform.hooks[hookType][action], hook; //sort by priority hooks.sort(function(a,b){return a["priority"]-b["priority"]}); hooks.forEach( function( hookItem ) { hook = hookItem.callable; if(typeof hook != 'function') hook = window[hook]; if ( 'action' == hookType ) { hook.apply(null, args); } else { args[0] = hook.apply(null, args); } } ); } if ( 'filter'==hookType ) { return args[0]; } }, removeHook: function( hookType, action, priority, tag ) { if ( undefined != gform.hooks[hookType][action] ) { var hooks = gform.hooks[hookType][action]; hooks = hooks.filter( function(hook, index, arr) { var removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority); return !removeHook; } ); gform.hooks[hookType][action] = hooks; } } }; } </script> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <script>window.addEventListener("DOMContentLoaded",()=>{const t=()=>window.innerWidth-document.body.clientWidth;const e=()=>{document.documentElement.style.setProperty("--wp--custom--scrollbar-width",`${t()}px`)};e();window.addEventListener("resize",e);});</script> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" data-pagespeed-no-defer> var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <!-- This site is optimized with the Yoast SEO plugin v24.3 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://www.splcenter.org/resources/reports/fear-fema/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Fear of FEMA" /> <meta property="og:description" content="Around the country, a conspiracy theory about the government constructing secret concentration camps is taking on new life" /> <meta property="og:url" content="https://www.splcenter.org/resources/reports/fear-fema/" /> <meta property="og:site_name" content="Southern Poverty Law Center" /> <meta property="article:publisher" content="https://www.facebook.com/SPLCenter" /> <meta property="article:modified_time" content="2025-01-10T17:36:55+00:00" /> <meta property="og:image" content="https://www.splcenter.org/wp-content/uploads/2018/10/ir137_fema_hero.jpg" /> <meta property="og:image:width" content="1" /> <meta property="og:image:height" content="1" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="14 minutes" /> <meta name="twitter:label2" content="Written by" /> <meta name="twitter:data2" content="Larry Keller" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.splcenter.org/resources/reports/fear-fema/","url":"https://www.splcenter.org/resources/reports/fear-fema/","name":"Fear of FEMA","isPartOf":{"@id":"https://www.splcenter.org/#website"},"primaryImageOfPage":{"@id":"https://www.splcenter.org/resources/reports/fear-fema/#primaryimage"},"image":{"@id":"https://www.splcenter.org/resources/reports/fear-fema/#primaryimage"},"thumbnailUrl":"https://www.splcenter.org/wp-content/uploads/2018/10/ir137_fema_hero.jpg","datePublished":"2010-03-03T03:00:00+00:00","dateModified":"2025-01-10T17:36:55+00:00","breadcrumb":{"@id":"https://www.splcenter.org/resources/reports/fear-fema/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.splcenter.org/resources/reports/fear-fema/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.splcenter.org/resources/reports/fear-fema/#primaryimage","url":"https://www.splcenter.org/wp-content/uploads/2018/10/ir137_fema_hero.jpg","contentUrl":"https://www.splcenter.org/wp-content/uploads/2018/10/ir137_fema_hero.jpg","caption":"ir137_fema_hero"},{"@type":"BreadcrumbList","@id":"https://www.splcenter.org/resources/reports/fear-fema/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.splcenter.org/"},{"@type":"ListItem","position":2,"name":"Reports","item":"https://www.splcenter.org/resources/reports/"},{"@type":"ListItem","position":3,"name":"Fear of FEMA"}]},{"@type":"WebSite","@id":"https://www.splcenter.org/#website","url":"https://www.splcenter.org/","name":"Southern Poverty Law Center","description":"","publisher":{"@id":"https://www.splcenter.org/#organization"},"alternateName":"SPLC","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.splcenter.org/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.splcenter.org/#organization","name":"Southern Poverty Law Center","url":"https://www.splcenter.org/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.splcenter.org/#/schema/logo/image/","url":"https://res.cloudinary.com/splc/images/f_auto,q_auto/v1736542788/splc-logo_twitter_instream/splc-logo_twitter_instream.png?_i=AA","contentUrl":"https://res.cloudinary.com/splc/images/f_auto,q_auto/v1736542788/splc-logo_twitter_instream/splc-logo_twitter_instream.png?_i=AA","width":880,"height":440,"caption":"Southern Poverty Law Center"},"image":{"@id":"https://www.splcenter.org/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/SPLCenter"]}]}</script> <!-- / Yoast SEO plugin. --> <title>Fear of FEMA</title> <link rel='dns-prefetch' href='//res.cloudinary.com' /> <link rel='preconnect' href='https://res.cloudinary.com' /> <link rel="alternate" type="application/rss+xml" title="Southern Poverty Law Center &raquo; Feed" href="https://www.splcenter.org/feed/" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/www.splcenter.org\/wp-includes\/js\/wp-emoji.js?ver=6.7.1","twemoji":"https:\/\/www.splcenter.org\/wp-includes\/js\/twemoji.js?ver=6.7.1"}}; /** * @output wp-includes/js/wp-emoji-loader.js */ /** * Emoji Settings as exported in PHP via _print_emoji_detection_script(). * @typedef WPEmojiSettings * @type {object} * @property {?object} source * @property {?string} source.concatemoji * @property {?string} source.twemoji * @property {?string} source.wpemoji * @property {?boolean} DOMReady * @property {?Function} readyCallback */ /** * Support tests. * @typedef SupportTests * @type {object} * @property {?boolean} flag * @property {?boolean} emoji */ /** * IIFE to detect emoji support and load Twemoji if needed. * * @param {Window} window * @param {Document} document * @param {WPEmojiSettings} settings */ ( function wpEmojiLoader( window, document, settings ) { if ( typeof Promise === 'undefined' ) { return; } var sessionStorageKey = 'wpEmojiSettingsSupports'; var tests = [ 'flag', 'emoji' ]; /** * Checks whether the browser supports offloading to a Worker. * * @since 6.3.0 * * @private * * @returns {boolean} */ function supportsWorkerOffloading() { return ( typeof Worker !== 'undefined' && typeof OffscreenCanvas !== 'undefined' && typeof URL !== 'undefined' && URL.createObjectURL && typeof Blob !== 'undefined' ); } /** * @typedef SessionSupportTests * @type {object} * @property {number} timestamp * @property {SupportTests} supportTests */ /** * Get support tests from session. * * @since 6.3.0 * * @private * * @returns {?SupportTests} Support tests, or null if not set or older than 1 week. */ function getSessionSupportTests() { try { /** @type {SessionSupportTests} */ var item = JSON.parse( sessionStorage.getItem( sessionStorageKey ) ); if ( typeof item === 'object' && typeof item.timestamp === 'number' && new Date().valueOf() < item.timestamp + 604800 && // Note: Number is a week in seconds. typeof item.supportTests === 'object' ) { return item.supportTests; } } catch ( e ) {} return null; } /** * Persist the supports in session storage. * * @since 6.3.0 * * @private * * @param {SupportTests} supportTests Support tests. */ function setSessionSupportTests( supportTests ) { try { /** @type {SessionSupportTests} */ var item = { supportTests: supportTests, timestamp: new Date().valueOf() }; sessionStorage.setItem( sessionStorageKey, JSON.stringify( item ) ); } catch ( e ) {} } /** * Checks if two sets of Emoji characters render the same visually. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.9.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} set1 Set of Emoji to test. * @param {string} set2 Set of Emoji to test. * * @return {boolean} True if the two sets render the same. */ function emojiSetsRenderIdentically( context, set1, set2 ) { // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set1, 0, 0 ); var rendered1 = new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set2, 0, 0 ); var rendered2 = new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); return rendered1.every( function ( rendered2Data, index ) { return rendered2Data === rendered2[ index ]; } ); } /** * Determines if the browser properly renders Emoji that Twemoji can supplement. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.2.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} type Whether to test for support of "flag" or "emoji". * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {boolean} True if the browser can render emoji, false if it cannot. */ function browserSupportsEmoji( context, type, emojiSetsRenderIdentically ) { var isIdentical; switch ( type ) { case 'flag': /* * Test for Transgender flag compatibility. Added in Unicode 13. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (white flag emoji + transgender symbol). */ isIdentical = emojiSetsRenderIdentically( context, '\uD83C\uDFF3\uFE0F\u200D\u26A7\uFE0F', // as a zero-width joiner sequence '\uD83C\uDFF3\uFE0F\u200B\u26A7\uFE0F' // separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for UN flag compatibility. This is the least supported of the letter locale flags, * so gives us an easy test for full support. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly ([U] + [N]). */ isIdentical = emojiSetsRenderIdentically( context, '\uD83C\uDDFA\uD83C\uDDF3', // as the sequence of two code points '\uD83C\uDDFA\u200B\uD83C\uDDF3' // as the two code points separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for English flag compatibility. England is a country in the United Kingdom, it * does not have a two letter locale code but rather a five letter sub-division code. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]). */ isIdentical = emojiSetsRenderIdentically( context, // as the flag sequence '\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F', // with each code point separated by a zero-width space '\uD83C\uDFF4\u200B\uDB40\uDC67\u200B\uDB40\uDC62\u200B\uDB40\uDC65\u200B\uDB40\uDC6E\u200B\uDB40\uDC67\u200B\uDB40\uDC7F' ); return ! isIdentical; case 'emoji': /* * Four and twenty blackbirds baked in a pie. * * To test for Emoji 15.0 support, try to render a new emoji: Blackbird. * * The Blackbird is a ZWJ sequence combining 🐦 Bird and ⬛ large black square., * * 0x1F426 (\uD83D\uDC26) == Bird * 0x200D == Zero-Width Joiner (ZWJ) that links the code points for the new emoji or * 0x200B == Zero-Width Space (ZWS) that is rendered for clients not supporting the new emoji. * 0x2B1B == Large Black Square * * When updating this test for future Emoji releases, ensure that individual emoji that make up the * sequence come from older emoji standards. */ isIdentical = emojiSetsRenderIdentically( context, '\uD83D\uDC26\u200D\u2B1B', // as the zero-width joiner sequence '\uD83D\uDC26\u200B\u2B1B' // separated by a zero-width space ); return ! isIdentical; } return false; } /** * Checks emoji support tests. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 6.3.0 * * @private * * @param {string[]} tests Tests. * @param {Function} browserSupportsEmoji Reference to browserSupportsEmoji function, needed due to minification. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * * @return {SupportTests} Support tests. */ function testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ) { var canvas; if ( typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope ) { canvas = new OffscreenCanvas( 300, 150 ); // Dimensions are default for HTMLCanvasElement. } else { canvas = document.createElement( 'canvas' ); } var context = canvas.getContext( '2d', { willReadFrequently: true } ); /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesn't work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline = 'top'; context.font = '600 32px Arial'; var supports = {}; tests.forEach( function ( test ) { supports[ test ] = browserSupportsEmoji( context, test, emojiSetsRenderIdentically ); } ); return supports; } /** * Adds a script to the head of the document. * * @ignore * * @since 4.2.0 * * @param {string} src The url where the script is located. * * @return {void} */ function addScript( src ) { var script = document.createElement( 'script' ); script.src = src; script.defer = true; document.head.appendChild( script ); } settings.supports = { everything: true, everythingExceptFlag: true }; // Create a promise for DOMContentLoaded since the worker logic may finish after the event has fired. var domReadyPromise = new Promise( function ( resolve ) { document.addEventListener( 'DOMContentLoaded', resolve, { once: true } ); } ); // Obtain the emoji support from the browser, asynchronously when possible. new Promise( function ( resolve ) { var supportTests = getSessionSupportTests(); if ( supportTests ) { resolve( supportTests ); return; } if ( supportsWorkerOffloading() ) { try { // Note that the functions are being passed as arguments due to minification. var workerScript = 'postMessage(' + testEmojiSupports.toString() + '(' + [ JSON.stringify( tests ), browserSupportsEmoji.toString(), emojiSetsRenderIdentically.toString() ].join( ',' ) + '));'; var blob = new Blob( [ workerScript ], { type: 'text/javascript' } ); var worker = new Worker( URL.createObjectURL( blob ), { name: 'wpTestEmojiSupports' } ); worker.onmessage = function ( event ) { supportTests = event.data; setSessionSupportTests( supportTests ); worker.terminate(); resolve( supportTests ); }; return; } catch ( e ) {} } supportTests = testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ); setSessionSupportTests( supportTests ); resolve( supportTests ); } ) // Once the browser emoji support has been obtained from the session, finalize the settings. .then( function ( supportTests ) { /* * Tests the browser support for flag emojis and other emojis, and adjusts the * support settings accordingly. */ for ( var test in supportTests ) { settings.supports[ test ] = supportTests[ test ]; settings.supports.everything = settings.supports.everything && settings.supports[ test ]; if ( 'flag' !== test ) { settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ test ]; } } settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag; // Sets DOMReady to false and assigns a ready function to settings. settings.DOMReady = false; settings.readyCallback = function () { settings.DOMReady = true; }; } ) .then( function () { return domReadyPromise; } ) .then( function () { // When the browser can not render everything we need to load a polyfill. if ( ! settings.supports.everything ) { settings.readyCallback(); var src = settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } ); } )( window, document, window._wpemojiSettings ); </script> <style id='wp-block-paragraph-inline-css'> .is-small-text{ font-size:.875em; } .is-regular-text{ font-size:1em; } .is-large-text{ font-size:2.25em; } .is-larger-text{ font-size:3em; } .has-drop-cap:not(:focus):first-letter{ float:left; font-size:8.4em; font-style:normal; font-weight:100; line-height:.68; margin:.05em .1em 0 0; text-transform:uppercase; } body.rtl .has-drop-cap:not(:focus):first-letter{ float:none; margin-left:.1em; } p.has-drop-cap.has-background{ overflow:hidden; } :root :where(p.has-background){ padding:1.25em 2.375em; } :where(p.has-text-color:not(.has-link-color)) a{ color:inherit; } p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{ rotate:180deg; } </style> <style id='tenup-theme-core/paragraph-inline-css'> .wp-block-paragraph.is-style-stat{color:var(--wp--preset--color--black)}.wp-block-paragraph.is-style-stat strong{display:block;font-family:var(--wp--preset--font-family--sans-serif);font-size:var(--stat-font-size,var(--wp--preset--font-size--display-lg));line-height:1;white-space:nowrap}.wp-block-paragraph.is-style-stat.has-headline-6-font-size{--stat-font-size:var(--wp--preset--font-size--headline-1);align-items:center;background-color:var(--wp--preset--color--light-gold-3);display:flex;gap:var(--wp--preset--spacing--24);padding:var(--wp--custom--spacing--36)}.wp-block-paragraph.is-style-post-intro{font-family:var(--wp--custom--font--headlines--5--font-family);font-size:var(--wp--preset--font-size--headline-5);font-weight:var(--wp--custom--font--headlines--5--font-weight);letter-spacing:var(--wp--custom--font--headlines--5--letter-spacing);line-height:var(--wp--custom--font--headlines--5--line-height);text-transform:var(--wp--custom--font--headlines--5--text-transform)} </style> <link rel='stylesheet' id='splc-alert-bar-style-css' href='https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/alert-bar/style.css?ver=88d7defcd05c7a4aeb2e65ab39d9c03112e4861a7b6da738053865d91a570642' media='all' /> <link rel='stylesheet' id='splc-site-switcher-style-css' href='https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/site-switcher/style.css?ver=9e6bc37f5d9f4feba9995a7c556c767535176c12bd53f0edc6d7b54e4ca67b1f' media='all' /> <style id='wp-block-navigation-link-inline-css'> .wp-block-navigation .wp-block-navigation-item__label{ overflow-wrap:break-word; } .wp-block-navigation .wp-block-navigation-item__description{ display:none; } .link-ui-tools{ border-top:1px solid #f0f0f0; padding:8px; } .link-ui-block-inserter{ padding-top:8px; } .link-ui-block-inserter__back{ margin-left:8px; text-transform:uppercase; } </style> <link rel='stylesheet' id='wp-block-navigation-css' href='https://www.splcenter.org/wp-includes/blocks/navigation/style.css?ver=6.7.1' media='all' /> <style id='tenup-theme-core/navigation-inline-css'> .wp-block-navigation-item__content{font-family:var(--wp--preset--font-family--sans-serif-alt);font-weight:var(--wp--custom--font--weight--medium)} </style> <style id='wp-block-separator-inline-css'> @charset "UTF-8"; .wp-block-separator{ border:none; border-top:2px solid; } :root :where(.wp-block-separator.is-style-dots){ height:auto; line-height:1; text-align:center; } :root :where(.wp-block-separator.is-style-dots):before{ color:currentColor; content:"···"; font-family:serif; font-size:1.5em; letter-spacing:2em; padding-left:2em; } .wp-block-separator.is-style-dots{ background:none !important; border:none !important; } </style> <style id='wp-block-button-inline-css'> .wp-block-button__link{ box-sizing:border-box; cursor:pointer; display:inline-block; text-align:center; word-break:break-word; } .wp-block-button__link.aligncenter{ text-align:center; } .wp-block-button__link.alignright{ text-align:right; } :where(.wp-block-button__link){ border-radius:9999px; box-shadow:none; padding:calc(.667em + 2px) calc(1.333em + 2px); text-decoration:none; } .wp-block-button[style*=text-decoration] .wp-block-button__link{ text-decoration:inherit; } .wp-block-buttons>.wp-block-button.has-custom-width{ max-width:none; } .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{ width:100%; } .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{ font-size:inherit; } .wp-block-buttons>.wp-block-button.wp-block-button__width-25{ width:calc(25% - var(--wp--style--block-gap, .5em)*.75); } .wp-block-buttons>.wp-block-button.wp-block-button__width-50{ width:calc(50% - var(--wp--style--block-gap, .5em)*.5); } .wp-block-buttons>.wp-block-button.wp-block-button__width-75{ width:calc(75% - var(--wp--style--block-gap, .5em)*.25); } .wp-block-buttons>.wp-block-button.wp-block-button__width-100{ flex-basis:100%; width:100%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{ width:25%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{ width:50%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{ width:75%; } .wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{ border-radius:0; } .wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{ border-radius:0 !important; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){ border:2px solid; padding:.667em 1.333em; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){ color:currentColor; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){ background-color:initial; background-image:none; } </style> <link rel='stylesheet' id='tenup-theme-core/button-css' href='https://www.splcenter.org/wp-content/themes/splc-theme/dist/blocks/autoenqueue/core/button.css?ver=1739976578' media='all' /> <style id='wp-block-buttons-inline-css'> .wp-block-buttons.is-vertical{ flex-direction:column; } .wp-block-buttons.is-vertical>.wp-block-button:last-child{ margin-bottom:0; } .wp-block-buttons>.wp-block-button{ display:inline-block; margin:0; } .wp-block-buttons.is-content-justification-left{ justify-content:flex-start; } .wp-block-buttons.is-content-justification-left.is-vertical{ align-items:flex-start; } .wp-block-buttons.is-content-justification-center{ justify-content:center; } .wp-block-buttons.is-content-justification-center.is-vertical{ align-items:center; } .wp-block-buttons.is-content-justification-right{ justify-content:flex-end; } .wp-block-buttons.is-content-justification-right.is-vertical{ align-items:flex-end; } .wp-block-buttons.is-content-justification-space-between{ justify-content:space-between; } .wp-block-buttons.aligncenter{ text-align:center; } .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{ margin-left:auto; margin-right:auto; width:100%; } .wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{ text-decoration:inherit; } .wp-block-buttons.has-custom-font-size .wp-block-button__link{ font-size:inherit; } .wp-block-button.aligncenter{ text-align:center; } </style> <style id='wp-block-group-inline-css'> .wp-block-group{ box-sizing:border-box; } :where(.wp-block-group.wp-block-group-is-layout-constrained){ position:relative; } </style> <style id='tenup-theme-core/group-inline-css'> .wp-block-group>.wp-block-image>img{width:100%}.post-picker-person-group{container:post-picker-person-group/inline-size;margin-bottom:10px;position:relative}.post-picker-person-group .wp-block-group{padding-bottom:max(14px,min(4cqw,24px));padding-left:0;padding-right:0;padding-top:max(14px,min(4cqw,24px));width:100%}.post-picker-person-group .wp-block-post-title a{background-image:linear-gradient(var(--splc-mixin-u-link-underline-color,transparent),var(--splc-mixin-u-link-underline-color,transparent)),linear-gradient(var(--splc-mixin-u-link-hover-underline-color,var(--wp--preset--color--black)),var(--splc-mixin-u-link-hover-underline-color,var(--wp--preset--color--black)));background-position:100% 100%,0 100%;background-repeat:no-repeat;background-size:100% var(--splc-mixin-u-link-underline-weight,1px),0 var(--splc-mixin-u-link-underline-weight,1px);color:var(--splc-mixin-u-link-color,inherit);display:inline;line-height:var(--splc-mixin-u-link-line-height,inherit);padding-bottom:var(--splc-mixin-u-link-underline-distance,.1em);-webkit-text-decoration:none;text-decoration:none;text-decoration-color:transparent}@media (hover:hover){.post-picker-person-group .wp-block-post-title a{transition:var(--splc-mixin-u-link-underline-transition,background-size .3s ease,color .3s ease)}.post-picker-person-group .wp-block-post-title a:focus-visible,.post-picker-person-group .wp-block-post-title a:hover{background-size:0 var(--splc-mixin-u-link-underline-weight,1px),100% var(--splc-mixin-u-link-underline-weight,1px);color:var(--splc-mixin-u-link-hover-color,inherit)}}.post-picker-person-group .wp-block-post-title a:before{bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.post-picker-person-group .wp-block-splc-person-role{margin-top:9px} </style> <link rel='stylesheet' id='splc-navigation-megamenu-style-css' href='https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation-megamenu/style.css?ver=035cfbd3670137c2ac1f6e640a9d8af5060b984fdac50b469722294ae40fd767' media='all' /> <style id='splc-navigation-style-inline-css'> .wp-block-splc-navigation__list{align-items:center;display:flex;flex-wrap:nowrap;gap:var(--wp--preset--spacing--8);list-style:none;margin:0;padding:0}.wp-block-splc-navigation__list>li .wp-block-navigation-item__content{color:var(--header-foreground-color);line-height:1.22;padding:var(--wp--custom--spacing--12) 0;-webkit-text-decoration:none;text-decoration:none}@media (min-width:60rem){.wp-block-splc-navigation__list>li .wp-block-navigation-item__content{padding:var(--wp--custom--spacing--12) var(--wp--custom--spacing--20)}}.wp-block-splc-navigation-flyout__container .wp-block-splc-navigation__list>li .wp-block-navigation-item__content{font-size:var(--wp--custom--font--size--24)}.wp-block-splc-navigation__list>li .wp-block-navigation-item__content:focus-visible,.wp-block-splc-navigation__list>li .wp-block-navigation-item__content:hover{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.wp-block-splc-navigation__list>li.wp-block-splc-navigation-megamenu.is-style-button .wp-block-splc-navigation-megamenu__container .wp-block-navigation-item__content{padding:0}.wp-block-splc-navigation.should-collapse-on-mobile,.wp-block-splc-navigation__mobile-actions{display:none}@media (min-width:60rem){.wp-block-splc-navigation.should-collapse-on-mobile{display:flex}}@media (max-width:59.9375rem){.wp-block-splc-navigation-portal{display:none}.wp-block-splc-navigation-flyout__container .wp-block-splc-navigation-portal{display:block}} </style> <style id='safe-svg-svg-icon-style-inline-css'> .safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%} </style> <style id='wp-block-columns-inline-css'> .wp-block-columns{ align-items:normal !important; box-sizing:border-box; display:flex; flex-wrap:wrap !important; } @media (min-width:782px){ .wp-block-columns{ flex-wrap:nowrap !important; } } .wp-block-columns.are-vertically-aligned-top{ align-items:flex-start; } .wp-block-columns.are-vertically-aligned-center{ align-items:center; } .wp-block-columns.are-vertically-aligned-bottom{ align-items:flex-end; } @media (max-width:781px){ .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{ flex-basis:100% !important; } } @media (min-width:782px){ .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{ flex-basis:0; flex-grow:1; } .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{ flex-grow:0; } } .wp-block-columns.is-not-stacked-on-mobile{ flex-wrap:nowrap !important; } .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{ flex-basis:0; flex-grow:1; } .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{ flex-grow:0; } :where(.wp-block-columns){ margin-bottom:1.75em; } :where(.wp-block-columns.has-background){ padding:1.25em 2.375em; } .wp-block-column{ flex-grow:1; min-width:0; overflow-wrap:break-word; word-break:break-word; } .wp-block-column.is-vertically-aligned-top{ align-self:flex-start; } .wp-block-column.is-vertically-aligned-center{ align-self:center; } .wp-block-column.is-vertically-aligned-bottom{ align-self:flex-end; } .wp-block-column.is-vertically-aligned-stretch{ align-self:stretch; } .wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{ width:100%; } </style> <style id='wp-block-heading-inline-css'> h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{ padding:1.25em 2.375em; } h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){ rotate:180deg; } </style> <style id='tenup-theme-core/heading-inline-css'> .wp-block-heading{scroll-margin-top:var(--splc-heading-scroll-margin-top,min(100px,20dvh))} </style> <style id='wp-block-post-featured-image-inline-css'> .wp-block-post-featured-image{ margin-left:0; margin-right:0; } .wp-block-post-featured-image a{ display:block; height:100%; } .wp-block-post-featured-image :where(img){ box-sizing:border-box; height:auto; max-width:100%; vertical-align:bottom; width:100%; } .wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{ width:100%; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{ background-color:#000; inset:0; position:absolute; } .wp-block-post-featured-image{ position:relative; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{ background-color:initial; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{ opacity:0; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{ opacity:.1; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{ opacity:.2; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{ opacity:.3; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{ opacity:.4; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{ opacity:.5; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{ opacity:.6; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{ opacity:.7; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{ opacity:.8; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{ opacity:.9; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{ opacity:1; } .wp-block-post-featured-image:where(.alignleft,.alignright){ width:100%; } </style> <style id='wp-block-post-title-inline-css'> .wp-block-post-title{ box-sizing:border-box; word-break:break-word; } .wp-block-post-title :where(a){ display:inline-block; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit; text-decoration:inherit; } </style> <style id='tenup-post-picker-style-inline-css'> .wp-block-tenup-post-picker-post-picker{position:relative} </style> <style id='block-visibility-screen-size-styles-inline-css'> /* Large screens (desktops, 1280px and up) */ @media ( min-width: 1280px ) { .block-visibility-hide-large-screen { display: none !important; } } /* Medium screens (tablets, between 959px and 1280px) */ @media ( min-width: 959px ) and ( max-width: 1279.98px ) { .block-visibility-hide-medium-screen { display: none !important; } } /* Small screens (mobile devices, less than 959px) */ @media ( max-width: 958.98px ) { .block-visibility-hide-small-screen { display: none !important; } } </style> <link rel='stylesheet' id='wp-block-search-css' href='https://www.splcenter.org/wp-includes/blocks/search/style.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='splc-search-button-style-css' href='https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/search-button/style.css?ver=54cccc6c6f0d86ed8f7213874fbea4c00ecf6dec89b07425f49161fa6b6c3fe2' media='all' /> <link rel='stylesheet' id='splc-navigation-flyout-style-css' href='https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation-flyout/style.css?ver=6d8ede4aab0d27f2349be004bdfc40ea102415087827ba8c4a8f508e69dc8e2f' media='all' /> <link rel='stylesheet' id='splc-site-header-style-css' href='https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/site-header/style.css?ver=be8edd88fdd0af788de32203451a58b7d3f1b19e24cbf9b38fd2de50e91ea0ca' media='all' /> <style id='splc-term-style-inline-css'> .wp-block-splc-term{display:flex}.wp-block-splc-term p{margin:0}.wp-block-splc-term ul{display:flex;list-style-type:none;margin:0;padding:0;padding-left:0!important}.wp-block-splc-term ul li span{margin:0 .5rem 0 .4rem}.wp-block-splc-term ul :not(:first-child):before{content:"|";margin:0 .4rem 0 .5rem}.wp-block-splc-term ul li:not(:last-child){margin-bottom:0!important}.wp-block-splc-term ul a{color:var(--wp--custom--color--black);-webkit-text-decoration:none;text-decoration:none} </style> <style id='wp-block-post-date-inline-css'> .wp-block-post-date{ box-sizing:border-box; } </style> <style id='splc-authors-style-inline-css'> .wp-block-splc-authors{display:inline-block} </style> <style id='splc-file-download-style-inline-css'> .wp-block-splc-file-download{display:inline-block;font-family:var(--wp--preset--font-family--sans-serif-alt);font-size:var(--wp--custom--font--size--16);font-weight:var(--wp--custom--font--weight--medium);line-height:var(--wp--custom--font--line-height--122)}.wp-block-splc-file-download .file-download__button{align-items:center;color:var(--wp--preset--color--white);display:flex;gap:var(--wp--custom--spacing--8);-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:4px}.wp-block-splc-file-download .file-download__button-icon{display:inline-block;margin-top:-.4em;position:relative;top:.2em;width:16px} </style> <link rel='stylesheet' id='splc-share-dialog-style-css' href='https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/share-dialog/style.css?ver=9bb1018b021683fc79e4932d6afd8ab187bcf1196d9a102192adacafd4b12fe0' media='all' /> <style id='splc-topper-style-inline-css'> .wp-block-splc-topper:not(.alignfull){display:flex;flex-direction:column;gap:var(--wp--custom--spacing--24);justify-content:stretch;padding-bottom:var(--wp--custom--spacing--48);padding-top:var(--wp--custom--spacing--48)}.wp-block-splc-topper:not(.alignfull)>*{margin-bottom:0!important;margin-left:auto;margin-right:auto;margin-top:0!important;max-width:var(--splc-topper-inner-max-width,var(--wp--style--global--wide-size))!important;width:100%}.wp-block-splc-language-switcher{align-items:flex-end;display:flex;font-family:var(--wp--preset--font-family--sans-serif-alt);font-size:var(--wp--custom--font--size--14);font-weight:var(--wp--custom--font--weight--medium);gap:var(--wp--custom--spacing--8);justify-content:flex-end}.wp-block-splc-language-switcher .pll-switcher-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-radius:0;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;padding:0;padding-right:22px;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.wp-block-splc-language-switcher__select-wrapper{position:relative}.wp-block-splc-language-switcher__icon{pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:14px} </style> <link rel='stylesheet' id='tenup-theme-splc/topper-css' href='https://www.splcenter.org/wp-content/themes/splc-theme/dist/blocks/autoenqueue/splc/topper.css?ver=1739976578' media='all' /> <link rel='stylesheet' id='splc-table-of-contents-style-css' href='https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/table-of-contents/style.css?ver=ffa8e623f64fbb7339852aa7536f25d72a3ea94a8fd515b1b7e0e43cfe598d0e' media='all' /> <link rel='stylesheet' id='wp-block-image-css' href='https://www.splcenter.org/wp-includes/blocks/image/style.css?ver=6.7.1' media='all' /> <style id='wp-block-post-content-inline-css'> .wp-block-post-content{ display:flow-root; } </style> <link rel='stylesheet' id='tenup-theme-core/post-content-css' href='https://www.splcenter.org/wp-content/themes/splc-theme/dist/blocks/autoenqueue/core/post-content.css?ver=1739976578' media='all' /> <link rel='stylesheet' id='gravity_forms_theme_reset-css' href='https://www.splcenter.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-reset.min.css?ver=2.9.3' media='all' /> <link rel='stylesheet' id='gravity_forms_theme_foundation-css' href='https://www.splcenter.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-foundation.min.css?ver=2.9.3' media='all' /> <link rel='stylesheet' id='gravity_forms_theme_framework-css' href='https://www.splcenter.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-framework.min.css?ver=2.9.3' media='all' /> <link rel='stylesheet' id='gravity_forms_orbital_theme-css' href='https://www.splcenter.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-orbital-theme.min.css?ver=2.9.3' media='all' /> <link rel='stylesheet' id='tenup-theme-core/shortcode-css' href='https://www.splcenter.org/wp-content/themes/splc-theme/dist/blocks/autoenqueue/core/shortcode.css?ver=1739976578' media='all' /> <style id='wp-block-site-logo-inline-css'> .wp-block-site-logo{ box-sizing:border-box; line-height:0; } .wp-block-site-logo a{ display:inline-block; line-height:0; } .wp-block-site-logo.is-default-size img{ height:auto; width:120px; } .wp-block-site-logo img{ height:auto; max-width:100%; } .wp-block-site-logo a,.wp-block-site-logo img{ border-radius:inherit; } .wp-block-site-logo.aligncenter{ margin-left:auto; margin-right:auto; text-align:center; } :root :where(.wp-block-site-logo.is-style-rounded){ border-radius:9999px; } </style> <link rel='stylesheet' id='wp-block-social-links-css' href='https://www.splcenter.org/wp-includes/blocks/social-links/style.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://www.splcenter.org/wp-includes/css/dist/block-library/common.css?ver=6.7.1' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--aspect-ratio--1-1: 1/1;--wp--preset--aspect-ratio--21-9: 21/9;--wp--preset--color--black: var(--wp--custom--color--text--secondary);--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: var(--wp--custom--color--neutrals--white);--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--dark-green: var(--wp--custom--color--primary--100);--wp--preset--color--green: var(--wp--custom--color--primary--200);--wp--preset--color--dark-blue: var(--wp--custom--color--primary--300);--wp--preset--color--blue: var(--wp--custom--color--primary--400);--wp--preset--color--purple: var(--wp--custom--color--primary--500);--wp--preset--color--light-purple: var(--wp--custom--color--primary--600);--wp--preset--color--red: var(--wp--custom--color--primary--700);--wp--preset--color--orange: var(--wp--custom--color--primary--800);--wp--preset--color--gold: var(--wp--custom--color--primary--900);--wp--preset--color--dark-gray: var(--wp--custom--color--neutrals--500);--wp--preset--color--text-secondary: var(--wp--custom--color--text--primary);--wp--preset--color--light-gold: var(--wp--custom--color--secondary--100);--wp--preset--color--light-gold-2: var(--wp--custom--color--secondary--300);--wp--preset--color--light-gold-3: var(--wp--custom--color--secondary--500);--wp--preset--color--light-gold-4: var(--wp--custom--color--secondary--700);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: clamp(14px, 0.875rem + ((1vw - 3.9px) * 0.566), 20px);--wp--preset--font-size--large: clamp(22.041px, 1.378rem + ((1vw - 3.9px) * 1.317), 36px);--wp--preset--font-size--x-large: clamp(25.014px, 1.563rem + ((1vw - 3.9px) * 1.602), 42px);--wp--preset--font-size--xs: var(--wp--custom--font--size--body--xs);--wp--preset--font-size--sm: var(--wp--custom--font--size--body--sm);--wp--preset--font-size--md: var(--wp--custom--font--size--body--md);--wp--preset--font-size--lg: clamp(1rem, 1rem + ((1vw - 0.244rem) * 0.189), 1.125rem);--wp--preset--font-size--display-lg: clamp(2.5rem, 2.5rem + ((1vw - 0.244rem) * 6.792), 7rem);--wp--preset--font-size--display-md-lg: clamp(2.5rem, 2.5rem + ((1vw - 0.244rem) * 5.283), 6rem);--wp--preset--font-size--headline-1: clamp(2.5rem, 2.5rem + ((1vw - 0.244rem) * 3.962), 5.125rem);--wp--preset--font-size--headline-2: clamp(2rem, 2rem + ((1vw - 0.244rem) * 1.509), 3rem);--wp--preset--font-size--headline-3: clamp(1.5rem, 1.5rem + ((1vw - 0.244rem) * 1.509), 2.5rem);--wp--preset--font-size--headline-4: clamp(1.125rem, 1.125rem + ((1vw - 0.244rem) * 1.321), 2rem);--wp--preset--font-size--headline-5: clamp(1rem, 1rem + ((1vw - 0.244rem) * 0.566), 1.375rem);--wp--preset--font-size--headline-6: clamp(0.875rem, 0.875rem + ((1vw - 0.244rem) * 0.566), 1.25rem);--wp--preset--font-family--serif: 'Tiempos Text', sans-serif;--wp--preset--font-family--sans-serif: 'Sharp Grotesk', sans-serif;--wp--preset--font-family--sans-serif-alt: Lateral, sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--spacing--8: var(--wp--custom--spacing--8);--wp--preset--spacing--16: var(--wp--custom--spacing--16);--wp--preset--spacing--24: var(--wp--custom--spacing--24);--wp--preset--spacing--32: var(--wp--custom--spacing--32);--wp--preset--spacing--48: var(--wp--custom--spacing--48);--wp--preset--spacing--56: clamp(var(--wp--custom--spacing--48), 5dvw, var(--wp--custom--spacing--56));--wp--preset--spacing--88: clamp(var(--wp--custom--spacing--56), 7dvw, var(--wp--custom--spacing--88));--wp--preset--spacing--134: clamp(var(--wp--custom--spacing--88), 8dvw, var(--wp--custom--spacing--134));--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);--wp--custom--uikit--separator-height: 1;--wp--custom--uikit--animation: 1;--wp--custom--color--neutrals--transparent: transparent;--wp--custom--color--neutrals--white: #ffffff;--wp--custom--color--neutrals--400: #43403c;--wp--custom--color--neutrals--500: #222222;--wp--custom--color--neutrals--600: #343434;--wp--custom--color--neutrals--black: #151515;--wp--custom--color--neutrals--grey: #b5b5b5;--wp--custom--color--neutrals--divider-grey: #444444CC;--wp--custom--color--primary--100: #002d01;--wp--custom--color--primary--200: #86d830;--wp--custom--color--primary--300: #060659;--wp--custom--color--primary--400: #4970ce;--wp--custom--color--primary--500: #65039E;--wp--custom--color--primary--600: #e9bfff;--wp--custom--color--primary--700: #ec1a0c;--wp--custom--color--primary--800: #ff4301;--wp--custom--color--primary--900: #b78839;--wp--custom--color--secondary--100: #fcf8f1;--wp--custom--color--secondary--300: #f2ece2;--wp--custom--color--secondary--500: #ebe0cd;--wp--custom--color--secondary--700: #c2aa81;--wp--custom--color--text--primary: var(--wp--custom--color--neutrals--400);--wp--custom--color--text--secondary: var(--wp--custom--color--neutrals--black);--wp--custom--color--button--primary--text--default: currentColor;--wp--custom--color--button--primary--text--hover: currentColor;--wp--custom--color--button--primary--background--default: var(--wp--custom--color--neutrals--transparent);--wp--custom--color--button--primary--background--hover: var(--wp--custom--color--neutrals--transparent);--wp--custom--color--button--outline--text--default: currentColor;--wp--custom--color--button--outline--text--hover: currentColor;--wp--custom--color--button--outline--background--default: var(--wp--custom--color--neutrals--transparent);--wp--custom--color--button--outline--background--hover: var(--wp--custom--color--neutrals--transparent);--wp--custom--color--button--outline--border--default: var(--wp--custom--color--neutrals--black);--wp--custom--color--button--outline--icon--default: var(--wp--custom--color--button--text--default);--wp--custom--color--button--outline--icon--hover: var(--wp--custom--color--button--text--hover);--wp--custom--font--line-height--86: 0.86;--wp--custom--font--line-height--92: 0.92;--wp--custom--font--line-height--104: 1.04;--wp--custom--font--line-height--116: 1.16;--wp--custom--font--line-height--122: 1.22;--wp--custom--font--line-height--132: 1.32;--wp--custom--font--line-height--140: 1.4;--wp--custom--font--line-height--160: 1.6;--wp--custom--font--weight--bold: 700;--wp--custom--font--weight--semibold: 600;--wp--custom--font--weight--medium: 500;--wp--custom--font--weight--normal: 400;--wp--custom--font--weight--light: 300;--wp--custom--font--letter-spacing--sm: -0.01em;--wp--custom--font--headlines--1--font-family: var(--wp--preset--font-family--sans-serif);--wp--custom--font--headlines--1--font-weight: var(--wp--custom--font--weight--bold);--wp--custom--font--headlines--1--line-height: var(--wp--custom--font--line-height--86);--wp--custom--font--headlines--1--letter-spacing: 0;--wp--custom--font--headlines--1--text-transform: uppercase;--wp--custom--font--headlines--2--font-family: var(--wp--preset--font-family--sans-serif-alt);--wp--custom--font--headlines--2--font-weight: var(--wp--custom--font--weight--bold);--wp--custom--font--headlines--2--line-height: var(--wp--custom--font--line-height--104);--wp--custom--font--headlines--2--font-size: var(--wp--preset--font-size--headline-2);--wp--custom--font--headlines--3--font-family: var(--wp--preset--font-family--sans-serif-alt);--wp--custom--font--headlines--3--font-weight: var(--wp--custom--font--weight--bold);--wp--custom--font--headlines--3--line-height: var(--wp--custom--font--line-height--104);--wp--custom--font--headlines--3--font-size: var(--wp--preset--font-size--headline-3);--wp--custom--font--headlines--4--font-family: var(--wp--preset--font-family--serif);--wp--custom--font--headlines--4--font-weight: var(--wp--custom--font--weight--semibold);--wp--custom--font--headlines--4--line-height: var(--wp--custom--font--line-height--132);--wp--custom--font--headlines--4--letter-spacing: var(--wp--custom--font--letter-spacing--sm);--wp--custom--font--headlines--4--font-size: var(--wp--preset--font-size--headline-4);--wp--custom--font--headlines--5--font-family: var(--wp--preset--font-family--sans-serif-alt);--wp--custom--font--headlines--5--font-weight: var(--wp--custom--font--weight--medium);--wp--custom--font--headlines--5--line-height: var(--wp--custom--font--line-height--140);--wp--custom--font--headlines--5--letter-spacing: var(--wp--custom--font--letter-spacing--sm);--wp--custom--font--headlines--5--font-size: var(--wp--preset--font-size--headline-5);--wp--custom--font--headlines--6--font-family: var(--wp--preset--font-family--serif);--wp--custom--font--headlines--6--font-weight: var(--wp--custom--font--weight--normal);--wp--custom--font--headlines--6--line-height: var(--wp--custom--font--line-height--140);--wp--custom--font--headlines--6--font-size: var(--wp--preset--font-size--headline-6);--wp--custom--font--size--body--md: var(--wp--custom--font--size--16);--wp--custom--font--size--body--sm: var(--wp--custom--font--size--14);--wp--custom--font--size--body--xs: var(--wp--custom--font--size--12);--wp--custom--font--size--display--lg--max: var(--wp--custom--font--size--112);--wp--custom--font--size--display--lg--min: var(--wp--custom--font--size--52);--wp--custom--font--size--heading--1--max: var(--wp--custom--font--size--82);--wp--custom--font--size--heading--1--min: var(--wp--custom--font--size--40);--wp--custom--font--size--heading--2--max: var(--wp--custom--font--size--56);--wp--custom--font--size--heading--2--min: var(--wp--custom--font--size--32);--wp--custom--font--size--heading--3--max: var(--wp--custom--font--size--40);--wp--custom--font--size--heading--3--min: var(--wp--custom--font--size--24);--wp--custom--font--size--heading--4--max: var(--wp--custom--font--size--32);--wp--custom--font--size--heading--4--min: var(--wp--custom--font--size--18);--wp--custom--font--size--heading--5--max: var(--wp--custom--font--size--22);--wp--custom--font--size--heading--5--min: var(--wp--custom--font--size--16);--wp--custom--font--size--heading--6--max: var(--wp--custom--font--size--20);--wp--custom--font--size--heading--6--min: var(--wp--custom--font--size--14);--wp--custom--font--size--112: 7rem;--wp--custom--font--size--96: 6rem;--wp--custom--font--size--82: 5.125rem;--wp--custom--font--size--56: 3.5rem;--wp--custom--font--size--52: 3.25rem;--wp--custom--font--size--40: 2.5rem;--wp--custom--font--size--38: 2.375rem;--wp--custom--font--size--32: 2rem;--wp--custom--font--size--24: 1.5rem;--wp--custom--font--size--22: 1.375rem;--wp--custom--font--size--20: 1.25rem;--wp--custom--font--size--18: 1.125rem;--wp--custom--font--size--16: 1rem;--wp--custom--font--size--14: 0.875rem;--wp--custom--font--size--12: 0.75rem;--wp--custom--radius--sm: 0.25rem;--wp--custom--radius--round: 100%;--wp--custom--full-viewport-width: calc(100vw - var(--wp--custom--scrollbar-width, 0px));--wp--custom--scrollbar-width: 0px;--wp--custom--site-content-width: 45.25rem;--wp--custom--site-content-wide-width: 91.5rem;--wp--custom--site-outer-padding: var(--wp--custom--spacing--24);--wp--custom--transitions--timing--default: 300ms;--wp--custom--transitions--timing--slow: 450ms;--wp--custom--transitions--timing--fast: 150ms;--wp--custom--spacing--0: 0;--wp--custom--spacing--6: 0.375rem;--wp--custom--spacing--8: 0.5rem;--wp--custom--spacing--10: 0.625rem;--wp--custom--spacing--12: 0.75rem;--wp--custom--spacing--16: 1rem;--wp--custom--spacing--18: 1.125rem;--wp--custom--spacing--20: 1.25rem;--wp--custom--spacing--24: 1.5rem;--wp--custom--spacing--30: 1.875rem;--wp--custom--spacing--34: 2.125rem;--wp--custom--spacing--32: 2rem;--wp--custom--spacing--36: 2.25rem;--wp--custom--spacing--40: 2.5rem;--wp--custom--spacing--42: 2.625rem;--wp--custom--spacing--48: 3rem;--wp--custom--spacing--52: 3.25rem;--wp--custom--spacing--56: 3.5rem;--wp--custom--spacing--60: 3.75rem;--wp--custom--spacing--64: 4rem;--wp--custom--spacing--80: 5rem;--wp--custom--spacing--88: 5.5rem;--wp--custom--spacing--100: 6.25rem;--wp--custom--spacing--134: 8.375rem;}.wp-block-button .wp-block-button__link{--wp--preset--color--orange: var(--wp--custom--color--primary--800);--wp--preset--color--gold: var(--wp--custom--color--primary--900);--wp--preset--color--text-secondary: var(--wp--custom--color--neutrals--white);--wp--preset--color--black: var(--wp--custom--color--neutrals--black);}.wp-block-tenup-accordion-header{--wp--custom--tenup--icon-position: right;--wp--custom--tenup--icon--icon-set: uikit;--wp--custom--tenup--icon--icon-name: chevron-down;--wp--custom--tenup--expanded--icon--icon-set: uikit;--wp--custom--tenup--expanded--icon--icon-name: chevron-up;}.wp-block-query{--wp--custom--uikit--animation: ;}:root { --wp--style--global--content-size: min(724px, var(--wp--custom--site-content-width));--wp--style--global--wide-size: min(1464px, var(--wp--custom--site-content-wide-width)); }:where(body) { margin: 0; }.wp-site-blocks { padding-top: var(--wp--style--root--padding-top); padding-bottom: var(--wp--style--root--padding-bottom); }.has-global-padding { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding > .alignfull { margin-right: calc(var(--wp--style--root--padding-right) * -1); margin-left: calc(var(--wp--style--root--padding-left) * -1); }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) { padding-right: 0; padding-left: 0; }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) > .alignfull { margin-left: 0; margin-right: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: var(--wp--preset--spacing--16); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: var(--wp--preset--spacing--16); }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--16);margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--16);margin-block-end: 0;}:root :where(.is-layout-flex){gap: var(--wp--preset--spacing--16);}:root :where(.is-layout-grid){gap: var(--wp--preset--spacing--16);}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{background-color: var(--wp--preset--color--light-gold);font-family: var(--wp--preset--font-family--serif);font-size: var(--wp--custom--font--size--body--md);line-height: var(--wp--custom--font--line-height--160);--wp--style--root--padding-top: 0;--wp--style--root--padding-right: var(--wp--custom--site-outer-padding);--wp--style--root--padding-bottom: 0;--wp--style--root--padding-left: var(--wp--custom--site-outer-padding);}a:where(:not(.wp-element-button)){text-decoration: underline;}h1{font-family: var(--wp--custom--font--headlines--1--font-family);font-size: var(--wp--preset--font-size--headline-1);font-weight: var(--wp--custom--font--headlines--1--font-weight);line-height: var(--wp--custom--font--headlines--1--line-height);text-transform: var(--wp--custom--font--headlines--1--text-transform);}h2{font-family: var(--wp--custom--font--headlines--2--font-family);font-size: var(--wp--preset--font-size--headline-2);font-weight: var(--wp--custom--font--headlines--2--font-weight);line-height: var(--wp--custom--font--headlines--2--line-height);text-transform: var(--wp--custom--font--headlines--2--text-transform);}h3{font-family: var(--wp--custom--font--headlines--3--font-family);font-size: var(--wp--preset--font-size--headline-3);font-weight: var(--wp--custom--font--headlines--3--font-weight);line-height: var(--wp--custom--font--headlines--3--line-height);text-transform: var(--wp--custom--font--headlines--3--text-transform);}h4{font-family: var(--wp--custom--font--headlines--4--font-family);font-size: var(--wp--preset--font-size--headline-4);font-weight: var(--wp--custom--font--headlines--4--font-weight);letter-spacing: var(--wp--custom--font--headlines--4--letter-spacing);line-height: var(--wp--custom--font--headlines--4--line-height);text-transform: var(--wp--custom--font--headlines--4--text-transform);}h5{font-family: var(--wp--custom--font--headlines--5--font-family);font-size: var(--wp--preset--font-size--headline-5);font-weight: var(--wp--custom--font--headlines--5--font-weight);letter-spacing: var(--wp--custom--font--headlines--5--letter-spacing);line-height: var(--wp--custom--font--headlines--5--line-height);text-transform: var(--wp--custom--font--headlines--5--text-transform);}h6{font-family: var(--wp--custom--font--headlines--6--font-family);font-size: var(--wp--preset--font-size--headline-6);font-weight: var(--wp--custom--font--headlines--6--font-weight);line-height: var(--wp--custom--font--headlines--6--line-height);text-transform: var(--wp--custom--font--headlines--6--text-transform);}:root :where(.wp-element-button, .wp-block-button__link){background-color: var(--wp--custom--color--button--primary--background--default);border-width: 0;color: var(--wp--custom--color--button--primary--text--default);font-family: var(--wp--preset--font-family--sans-serif-alt);font-size: var(--wp--custom--font--size--22);font-weight: var(--wp--custom--font--weight--medium);letter-spacing: var(--wp--custom--font--letter-spacing--sm);line-height: var(--wp--custom--font--line-height--122);padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0;text-decoration: none;}:root :where(.wp-element-button:hover, .wp-block-button__link:hover){background-color: var(--wp--custom--color--button--primary--background--hover);color: var(--wp--custom--color--button--primary--text--hover);}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-dark-green-color{color: var(--wp--preset--color--dark-green) !important;}.has-green-color{color: var(--wp--preset--color--green) !important;}.has-dark-blue-color{color: var(--wp--preset--color--dark-blue) !important;}.has-blue-color{color: var(--wp--preset--color--blue) !important;}.has-purple-color{color: var(--wp--preset--color--purple) !important;}.has-light-purple-color{color: var(--wp--preset--color--light-purple) !important;}.has-red-color{color: var(--wp--preset--color--red) !important;}.has-orange-color{color: var(--wp--preset--color--orange) !important;}.has-gold-color{color: var(--wp--preset--color--gold) !important;}.has-dark-gray-color{color: var(--wp--preset--color--dark-gray) !important;}.has-text-secondary-color{color: var(--wp--preset--color--text-secondary) !important;}.has-light-gold-color{color: var(--wp--preset--color--light-gold) !important;}.has-light-gold-2-color{color: var(--wp--preset--color--light-gold-2) !important;}.has-light-gold-3-color{color: var(--wp--preset--color--light-gold-3) !important;}.has-light-gold-4-color{color: var(--wp--preset--color--light-gold-4) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-dark-green-background-color{background-color: var(--wp--preset--color--dark-green) !important;}.has-green-background-color{background-color: var(--wp--preset--color--green) !important;}.has-dark-blue-background-color{background-color: var(--wp--preset--color--dark-blue) !important;}.has-blue-background-color{background-color: var(--wp--preset--color--blue) !important;}.has-purple-background-color{background-color: var(--wp--preset--color--purple) !important;}.has-light-purple-background-color{background-color: var(--wp--preset--color--light-purple) !important;}.has-red-background-color{background-color: var(--wp--preset--color--red) !important;}.has-orange-background-color{background-color: var(--wp--preset--color--orange) !important;}.has-gold-background-color{background-color: var(--wp--preset--color--gold) !important;}.has-dark-gray-background-color{background-color: var(--wp--preset--color--dark-gray) !important;}.has-text-secondary-background-color{background-color: var(--wp--preset--color--text-secondary) !important;}.has-light-gold-background-color{background-color: var(--wp--preset--color--light-gold) !important;}.has-light-gold-2-background-color{background-color: var(--wp--preset--color--light-gold-2) !important;}.has-light-gold-3-background-color{background-color: var(--wp--preset--color--light-gold-3) !important;}.has-light-gold-4-background-color{background-color: var(--wp--preset--color--light-gold-4) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-dark-green-border-color{border-color: var(--wp--preset--color--dark-green) !important;}.has-green-border-color{border-color: var(--wp--preset--color--green) !important;}.has-dark-blue-border-color{border-color: var(--wp--preset--color--dark-blue) !important;}.has-blue-border-color{border-color: var(--wp--preset--color--blue) !important;}.has-purple-border-color{border-color: var(--wp--preset--color--purple) !important;}.has-light-purple-border-color{border-color: var(--wp--preset--color--light-purple) !important;}.has-red-border-color{border-color: var(--wp--preset--color--red) !important;}.has-orange-border-color{border-color: var(--wp--preset--color--orange) !important;}.has-gold-border-color{border-color: var(--wp--preset--color--gold) !important;}.has-dark-gray-border-color{border-color: var(--wp--preset--color--dark-gray) !important;}.has-text-secondary-border-color{border-color: var(--wp--preset--color--text-secondary) !important;}.has-light-gold-border-color{border-color: var(--wp--preset--color--light-gold) !important;}.has-light-gold-2-border-color{border-color: var(--wp--preset--color--light-gold-2) !important;}.has-light-gold-3-border-color{border-color: var(--wp--preset--color--light-gold-3) !important;}.has-light-gold-4-border-color{border-color: var(--wp--preset--color--light-gold-4) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-xs-font-size{font-size: var(--wp--preset--font-size--xs) !important;}.has-sm-font-size{font-size: var(--wp--preset--font-size--sm) !important;}.has-md-font-size{font-size: var(--wp--preset--font-size--md) !important;}.has-lg-font-size{font-size: var(--wp--preset--font-size--lg) !important;}.has-display-lg-font-size{font-size: var(--wp--preset--font-size--display-lg) !important;}.has-display-md-lg-font-size{font-size: var(--wp--preset--font-size--display-md-lg) !important;}.has-headline-1-font-size{font-size: var(--wp--preset--font-size--headline-1) !important;}.has-headline-2-font-size{font-size: var(--wp--preset--font-size--headline-2) !important;}.has-headline-3-font-size{font-size: var(--wp--preset--font-size--headline-3) !important;}.has-headline-4-font-size{font-size: var(--wp--preset--font-size--headline-4) !important;}.has-headline-5-font-size{font-size: var(--wp--preset--font-size--headline-5) !important;}.has-headline-6-font-size{font-size: var(--wp--preset--font-size--headline-6) !important;}.has-serif-font-family{font-family: var(--wp--preset--font-family--serif) !important;}.has-sans-serif-font-family{font-family: var(--wp--preset--font-family--sans-serif) !important;}.has-sans-serif-alt-font-family{font-family: var(--wp--preset--font-family--sans-serif-alt) !important;}.wp-block-button .wp-block-button__link.has-orange-color{color: var(--wp--preset--color--orange) !important;}.wp-block-button .wp-block-button__link.has-gold-color{color: var(--wp--preset--color--gold) !important;}.wp-block-button .wp-block-button__link.has-text-secondary-color{color: var(--wp--preset--color--text-secondary) !important;}.wp-block-button .wp-block-button__link.has-black-color{color: var(--wp--preset--color--black) !important;}.wp-block-button .wp-block-button__link.has-orange-background-color{background-color: var(--wp--preset--color--orange) !important;}.wp-block-button .wp-block-button__link.has-gold-background-color{background-color: var(--wp--preset--color--gold) !important;}.wp-block-button .wp-block-button__link.has-text-secondary-background-color{background-color: var(--wp--preset--color--text-secondary) !important;}.wp-block-button .wp-block-button__link.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.wp-block-button .wp-block-button__link.has-orange-border-color{border-color: var(--wp--preset--color--orange) !important;}.wp-block-button .wp-block-button__link.has-gold-border-color{border-color: var(--wp--preset--color--gold) !important;}.wp-block-button .wp-block-button__link.has-text-secondary-border-color{border-color: var(--wp--preset--color--text-secondary) !important;}.wp-block-button .wp-block-button__link.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.wp-block-column p.is-style-Stat { height: 100%; } :root :where(.wp-block-tenup-accordion){background-color: var(--wp--preset--color--surface-primary);border-radius: 8px;border-color: var(--wp--custom--color--neutrals--300);border-width: 1px;border-style: solid;color: var(--wp--preset--color--surface-inverted);font-size: var(--wp--preset--font-size--body);} :root :where(.wp-block-tenup-accordion-header){font-weight: 700;padding-top: var(--wp--preset--spacing--xs);padding-right: var(--wp--preset--spacing--s);padding-bottom: var(--wp--preset--spacing--xs);padding-left: var(--wp--preset--spacing--s);} :root :where(.wp-block-tenup-accordion-content){margin-top: 0;margin-right: var(--wp--preset--spacing--s);margin-bottom: 0;margin-left: var(--wp--preset--spacing--s);padding-top: 0;padding-bottom: var(--wp--preset--spacing--xs);} :root :where(p){margin-top: var(--wp--preset--spacing--24);} </style> <style id='block-style-variation-styles-inline-css'> :root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link){background: transparent none;border-color: var(--wp--custom--color--button--outline--border--default);border-width: 1px;border-style: solid;color: currentColor;font-size: var(--wp--custom--font--size--16);letter-spacing: normal;padding-top: var(--wp--custom--spacing--12);padding-right: var(--wp--custom--spacing--20);padding-bottom: var(--wp--custom--spacing--12);padding-left: var(--wp--custom--spacing--20);} :root :where(.wp-block-button.is-style-outline--6 .wp-block-button__link){background: transparent none;border-color: var(--wp--custom--color--button--outline--border--default);border-width: 1px;border-style: solid;color: currentColor;font-size: var(--wp--custom--font--size--16);letter-spacing: normal;padding-top: var(--wp--custom--spacing--12);padding-right: var(--wp--custom--spacing--20);padding-bottom: var(--wp--custom--spacing--12);padding-left: var(--wp--custom--spacing--20);} </style> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='tenup-inline-icon-css' href='https://www.splcenter.org/wp-content/mu-plugins/ui-kit-icons//dist/css/inline-icon-css.css' media='all' /> <link rel='stylesheet' id='animate-blocks-css' href='https://www.splcenter.org/wp-content/mu-plugins/ui-kit-animate-blocks//dist/css/animate-blocks-style.css?ver=640dd7e41c9815c13071' media='all' /> <style id='core-block-supports-inline-css'> /** * Core styles: block-supports */ .wp-container-core-navigation-is-layout-1 { gap: var(--wp--preset--spacing--24); flex-direction: column; align-items: flex-start; } .wp-container-core-buttons-is-layout-1 { gap: 0; flex-direction: column; align-items: flex-start; } .wp-container-core-group-is-layout-2 { flex-wrap: nowrap; justify-content: space-between; align-items: stretch; } .wp-elements-e128aecc86992b86bb72b401f798d45b a:where(:not(.wp-element-button)) { color: var(--wp--preset--color--white); } .wp-container-core-navigation-is-layout-2 { flex-direction: column; align-items: flex-start; } .wp-container-core-columns-is-layout-1 { flex-wrap: nowrap; } .wp-container-core-group-is-layout-4 > .alignfull { margin-right: calc(0px * -1); margin-left: calc(0px * -1); } .wp-container-core-group-is-layout-4 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { margin-right: 0 !important; } .wp-elements-ab76f4eef2ad911a9480fda900290b74 a:where(:not(.wp-element-button)) { color: var(--wp--preset--color--white); } .wp-elements-b94710e81765918bdb628c1d64c51d07 a:where(:not(.wp-element-button)) { color: var(--wp--preset--color--light-gold-4); } .wp-container-core-navigation-is-layout-3 { flex-direction: column; align-items: flex-start; } .wp-elements-63c5b11874926069942774e831cfb276 a:where(:not(.wp-element-button)) { color: var(--wp--preset--color--light-gold-4); } .wp-container-core-navigation-is-layout-4 { flex-direction: column; align-items: flex-start; } .wp-container-core-navigation-is-layout-5 { flex-direction: column; align-items: flex-start; } .wp-container-core-columns-is-layout-2 { flex-wrap: nowrap; gap: 2em var(--wp--preset--spacing--16); } .wp-container-core-columns-is-layout-3 { flex-wrap: nowrap; gap: 0 0; } .wp-container-core-group-is-layout-5 > .alignfull { margin-right: calc(0px * -1); margin-left: calc(0px * -1); } .wp-elements-20eb6217fb82416a43dce38bf0ebfa62 a:where(:not(.wp-element-button)) { color: var(--wp--preset--color--white); } .wp-container-core-navigation-is-layout-6 { flex-direction: column; align-items: flex-start; } .wp-container-core-navigation-is-layout-7 { flex-direction: column; align-items: flex-start; } .wp-container-core-navigation-is-layout-8 { flex-direction: column; align-items: flex-start; } .wp-container-core-navigation-is-layout-9 { gap: var(--wp--preset--spacing--8); flex-direction: column; align-items: flex-start; } .wp-container-core-group-is-layout-8 { flex-wrap: nowrap; } .wp-container-core-navigation-is-layout-10 { flex-direction: column; align-items: flex-start; } .wp-container-core-navigation-is-layout-11 { flex-direction: column; align-items: flex-start; } .wp-container-core-navigation-is-layout-12 { flex-direction: column; align-items: flex-start; } .wp-container-core-group-is-layout-13 { flex-wrap: nowrap; gap: var(--wp--preset--spacing--16); } .wp-container-core-group-is-layout-14 { flex-wrap: nowrap; gap: var(--wp--preset--spacing--32); } .wp-container-core-group-is-layout-15 { flex-wrap: nowrap; justify-content: space-between; align-items: flex-end; } .wp-container-core-group-is-layout-16 > * { margin-block-start: 0; margin-block-end: 0; } .wp-container-core-group-is-layout-16 > * + * { margin-block-start: 0; margin-block-end: 0; } .wp-container-core-group-is-layout-24 { justify-content: space-between; } .wp-container-core-navigation-is-layout-13 { flex-direction: column; align-items: flex-start; } .wp-container-core-navigation-is-layout-14 { flex-direction: column; align-items: flex-start; } .wp-container-core-navigation-is-layout-15 { flex-direction: column; align-items: flex-start; } .wp-container-core-group-is-layout-25 { justify-content: space-between; align-items: flex-start; } .wp-container-core-social-links-is-layout-1 { gap: 0.5em var(--wp--preset--spacing--24); } .wp-container-core-group-is-layout-27 { gap: var(--wp--preset--spacing--48); align-items: flex-end; } .wp-container-content-2 { flex-basis: 375px; } .wp-container-core-group-is-layout-30 > * { margin-block-start: 0; margin-block-end: 0; } .wp-container-core-group-is-layout-30 > * + * { margin-block-start: var(--wp--preset--spacing--24); margin-block-end: 0; } .wp-container-core-group-is-layout-31 > * { margin-block-start: 0; margin-block-end: 0; } .wp-container-core-group-is-layout-31 > * + * { margin-block-start: 0; margin-block-end: 0; } </style> <style id='wp-block-template-skip-link-inline-css'> .skip-link.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } .skip-link.screen-reader-text:focus { background-color: #eee; clip: auto !important; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } </style> <style id='dominant-color-styles-inline-css'> img[data-dominant-color]:not(.has-transparency) { background-color: var(--dominant-color); } </style> <link rel='stylesheet' id='splc-theme-styles-css' href='https://www.splcenter.org/wp-content/themes/splc-theme/dist/css/frontend.css?ver=a250bfa0b30d05acecfe' media='all' /> <script> var CLDLB = {"image_delivery":"on","image_optimization":"on","image_format":"auto","image_quality":"auto","image_freeform":"","svg_support":"off","crop_sizes":"","image_preview":"https:\/\/res.cloudinary.com\/demo\/image\/upload\/w_600\/sample.jpg","video_delivery":"on","video_player":"wp","adaptive_streaming":"off","adaptive_streaming_mode":"mpd","video_controls":"on","video_loop":"off","video_autoplay_mode":"off","video_optimization":"on","video_format":"auto","video_quality":"auto","video_freeform":"","video_preview":"","use_lazy_load":"on","lazy_threshold":"100px","lazy_custom_color":"rgba(153,153,153,0.5)","lazy_animate":"on","lazy_placeholder":"off","dpr":"2X","lazyload_preview":"https:\/\/res.cloudinary.com\/demo\/image\/upload\/w_600\/sample.jpg","enable_breakpoints":"on","pixel_step":"192","breakpoints":"10","max_width":"2048","min_width":"320","breakpoints_preview":"https:\/\/res.cloudinary.com\/demo\/image\/upload\/w_600\/sample.jpg","base_url":"https:\/\/res.cloudinary.com\/splc"};!function(){const e={deviceDensity:window.devicePixelRatio?window.devicePixelRatio:"auto",density:null,config:CLDLB||{},lazyThreshold:0,enabled:!1,sizeBands:[],iObserver:null,pObserver:null,rObserver:null,aboveFold:!0,minPlaceholderThreshold:500,bind(e){e.CLDbound=!0,this.enabled||this._init();const t=e.dataset.size.split(" ");e.originalWidth=t[0],e.originalHeight=t[1],this.pObserver?(this.aboveFold&&this.inInitialView(e)?this.buildImage(e):(this.pObserver.observe(e),this.iObserver.observe(e)),e.addEventListener("error",(t=>{e.srcset="",e.src='data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="rgba(0,0,0,0.1)"/><text x="50%" y="50%" fill="red" text-anchor="middle" dominant-baseline="middle">%26%23x26A0%3B︎</text></svg>',this.rObserver.unobserve(e)}))):this.setupFallback(e)},buildImage(e){e.dataset.srcset?(e.cld_loaded=!0,e.srcset=e.dataset.srcset):(e.src=this.getSizeURL(e),e.dataset.responsive&&this.rObserver.observe(e))},inInitialView(e){const t=e.getBoundingClientRect();return this.aboveFold=t.top<window.innerHeight+this.lazyThreshold,this.aboveFold},setupFallback(e){const t=[];this.sizeBands.forEach((i=>{if(i<=e.originalWidth){let s=this.getSizeURL(e,i,!0)+` ${i}w`;-1===t.indexOf(s)&&t.push(s)}})),e.srcset=t.join(","),e.sizes=`(max-width: ${e.originalWidth}px) 100vw, ${e.originalWidth}px`},_init(){this.enabled=!0,this._calcThreshold(),this._getDensity();let e=parseInt(this.config.max_width);const t=parseInt(this.config.min_width),i=parseInt(this.config.pixel_step);for(;e-i>=t;)e-=i,this.sizeBands.push(e);"undefined"!=typeof IntersectionObserver&&this._setupObservers(),this.enabled=!0},_setupObservers(){const e={rootMargin:this.lazyThreshold+"px 0px "+this.lazyThreshold+"px 0px"},t=this.minPlaceholderThreshold<2*this.lazyThreshold?2*this.lazyThreshold:this.minPlaceholderThreshold,i={rootMargin:t+"px 0px "+t+"px 0px"};this.rObserver=new ResizeObserver(((e,t)=>{e.forEach((e=>{e.target.cld_loaded&&e.contentRect.width>=e.target.cld_loaded&&(e.target.src=this.getSizeURL(e.target))}))})),this.iObserver=new IntersectionObserver(((e,t)=>{e.forEach((e=>{e.isIntersecting&&(this.buildImage(e.target),t.unobserve(e.target),this.pObserver.unobserve(e.target))}))}),e),this.pObserver=new IntersectionObserver(((e,t)=>{e.forEach((e=>{e.isIntersecting&&(e.target.src=this.getPlaceholderURL(e.target),t.unobserve(e.target))}))}),i)},_calcThreshold(){const e=this.config.lazy_threshold.replace(/[^0-9]/g,"");let t=0;switch(this.config.lazy_threshold.replace(/[0-9]/g,"").toLowerCase()){case"em":t=parseFloat(getComputedStyle(document.body).fontSize)*e;break;case"rem":t=parseFloat(getComputedStyle(document.documentElement).fontSize)*e;break;case"vh":t=window.innerHeight/e*100;break;default:t=e}this.lazyThreshold=parseInt(t,10)},_getDensity(){let e=this.config.dpr?this.config.dpr.replace("X",""):"off";if("off"===e)return this.density=1,1;let t=this.deviceDensity;"max"!==e&&"auto"!==t&&(e=parseFloat(e),t=t>Math.ceil(e)?e:t),this.density=t},scaleWidth(e,t,i){const s=parseInt(this.config.max_width),r=Math.round(s/i);if(!t){t=e.width;let a=Math.round(t/i);for(;-1===this.sizeBands.indexOf(t)&&a<r&&t<s;)t++,a=Math.round(t/i)}return t>s&&(t=s),e.originalWidth<t&&(t=e.originalWidth),t},scaleSize(e,t,i){const s=e.dataset.crop?parseFloat(e.dataset.crop):(e.originalWidth/e.originalHeight).toFixed(2),r=this.scaleWidth(e,t,s),a=Math.round(r/s),o=[];return e.dataset.transformationCrop?o.push(e.dataset.transformationCrop):e.dataset.crop||(o.push(e.dataset.crop?"c_fill":"c_scale"),e.dataset.crop&&o.push("g_auto")),o.push("w_"+r),o.push("h_"+a),i&&1!==this.density&&o.push("dpr_"+this.density),e.cld_loaded=r,{transformation:o.join(","),nameExtension:r+"x"+a}},getDeliveryMethod:e=>e.dataset.seo&&"upload"===e.dataset.delivery?"images":"image/"+e.dataset.delivery,getSizeURL(e,t){const i=this.scaleSize(e,t,!0);return[this.config.base_url,this.getDeliveryMethod(e),"upload"===e.dataset.delivery?i.transformation:"",e.dataset.transformations,"v"+e.dataset.version,e.dataset.publicId+"?_i=AA"].filter(this.empty).join("/")},getPlaceholderURL(e){e.cld_placehold=!0;const t=this.scaleSize(e,null,!1);return[this.config.base_url,this.getDeliveryMethod(e),t.transformation,this.config.placeholder,e.dataset.publicId].filter(this.empty).join("/")},empty:e=>void 0!==e&&0!==e.length};window.CLDBind=t=>{t.CLDbound||e.bind(t)},window.initFallback=()=>{[...document.querySelectorAll('img[data-cloudinary="lazy"]')].forEach((e=>{CLDBind(e)}))},window.addEventListener("load",(()=>{initFallback()})),document.querySelector('script[src*="?cloudinary_lazy_load_loader"]')&&initFallback()}(); </script> <script src="https://www.splcenter.org/wp-content/themes/splc-theme/dist/js/frontend.js?ver=a250bfa0b30d05acecfe" id="frontend-js" defer data-wp-strategy="defer"></script> <script src="https://www.splcenter.org/wp-includes/js/jquery/jquery.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://www.splcenter.org/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1" id="jquery-migrate-js"></script> <script defer='defer' src="https://www.splcenter.org/wp-content/plugins/gravityforms/js/jquery.json.js?ver=2.9.3" id="gform_json-js"></script> <script id="gform_gravityforms-js-extra"> var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.splcenter.org\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.splcenter.org\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"57b47a29fd8d8ea088d3abda805294be","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":0,"iconText":"Select date"}}; var gf_legacy_multi = {"3":""}; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.splcenter.org\/wp-content\/plugins\/gravityforms\/images"}}; </script> <script defer='defer' src="https://www.splcenter.org/wp-content/plugins/gravityforms/js/gravityforms.js?ver=2.9.3" id="gform_gravityforms-js"></script> <script defer='defer' src="https://www.splcenter.org/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=501a987060f4426fb517400c73c7fc1e" id="gform_gravityforms_utils-js"></script> <link rel="https://api.w.org/" href="https://www.splcenter.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.splcenter.org/wp-json/wp/v2/splc_report/40945" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.splcenter.org/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://www.splcenter.org/?p=40945' /> <meta name="generator" content="dominant-color-images 1.2.0"> <!-- Stream WordPress user activity plugin v4.1.0 --> <script> // Block presence of other buttons window.__Marker = {}; </script> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <!-- GTM Container placement set to automatic --> <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript"> var dataLayer_content = {"pagePostType":"splc_report","pagePostType2":"single-splc_report","pageCategory":["uncategorized"],"pagePostAuthor":"SPLC"}; dataLayer.push( dataLayer_content ); </script> <script data-cfasync="false"> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N35NCMF'); </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> <script type="importmap" id="wp-importmap"> {"imports":{"@wordpress\/interactivity":"https:\/\/www.splcenter.org\/wp-includes\/js\/dist\/script-modules\/interactivity\/debug.js?ver=d1c1c7faff86314c361a","@10up-ui-kit\/headroomjs":"https:\/\/www.splcenter.org\/wp-content\/mu-plugins\/splc-plugin\/dist\/js\/headroom.js?ver=0.12.0","@10up-ui-kit\/scroll-lock":"https:\/\/www.splcenter.org\/wp-content\/mu-plugins\/splc-plugin\/dist\/js\/scroll-lock.js?ver=2.1.5"}} </script> <script type="module" src="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/alert-bar/view-module.js?ver=a0c014954623e4e2ed8e" id="splc-alert-bar-view-script-module-js-module"></script> <script type="module" src="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation-flyout/view-module.js?ver=8f13fae52b761d9b3f2a" id="splc-navigation-flyout-view-script-module-js-module"></script> <script type="module" src="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation-megamenu/view-module.js?ver=f8ebd747093de5c613d8" id="splc-navigation-megamenu-view-script-module-js-module"></script> <script type="module" src="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation-portal/view-module.js?ver=71d1a5c7be79d350fbef" id="splc-navigation-portal-view-script-module-js-module"></script> <script type="module" src="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation/view-module.js?ver=26bd0df4e337e18caad4" id="splc-navigation-view-script-module-js-module"></script> <script type="module" src="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/search-button/view-module.js?ver=36aaf737d5e70353d0ea" id="splc-search-button-view-script-module-js-module"></script> <script type="module" src="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/share-dialog/view-module.js?ver=e7c52fd7989a4ae38e75" id="splc-share-dialog-view-script-module-js-module"></script> <script type="module" src="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/site-switcher/view-module.js?ver=31a807c85154edf7bfa4" id="splc-site-switcher-view-script-module-js-module"></script> <script type="module" src="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/table-of-contents/view-module.js?ver=ff692ac4970afbd8f256" id="splc-table-of-contents-view-script-module-js-module"></script> <script type="module" src="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/site-header/view-module.js?ver=5946f1d677d731bb3f1c" id="@ui-kit-navigation/site-header-view-script-js-module"></script> <link rel="modulepreload" href="https://www.splcenter.org/wp-includes/js/dist/script-modules/interactivity/debug.js?ver=d1c1c7faff86314c361a" id="@wordpress/interactivity-js-modulepreload"><link rel="modulepreload" href="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/js/scroll-lock.js?ver=2.1.5" id="@10up-ui-kit/scroll-lock-js-modulepreload"><link rel="modulepreload" href="https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/js/headroom.js?ver=0.12.0" id="@10up-ui-kit/headroomjs-js-modulepreload"><style class='wp-fonts-local'> @font-face{font-family:"Tiempos Text";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/tiempos-text/tiempos-text-regular.woff2') format('woff2'), url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/tiempos-text/tiempos-text-regular.otf') format('opentype');} @font-face{font-family:"Tiempos Text";font-style:normal;font-weight:500;font-display:fallback;src:url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/tiempos-text/tiempos-text-medium.woff2') format('woff2'), url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/tiempos-text/tiempos-text-medium.otf') format('opentype');} @font-face{font-family:"Tiempos Text";font-style:normal;font-weight:600;font-display:fallback;src:url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/tiempos-text/tiempos-text-semibold.woff2') format('woff2'), url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/tiempos-text/tiempos-text-semibold.otf') format('opentype');} @font-face{font-family:"Sharp Grotesk";font-style:normal;font-weight:700;font-display:fallback;src:url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/sharp-grotesk/bold.ttf') format('truetype'), url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/sharp-grotesk/bold.otf') format('opentype');} @font-face{font-family:Lateral;font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/lateral/lateral-regular.woff2') format('woff2'), url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/lateral/lateral-regular.woff') format('woff');} @font-face{font-family:Lateral;font-style:normal;font-weight:500;font-display:fallback;src:url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/lateral/lateral-medium.woff2') format('woff2'), url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/lateral/lateral-medium.woff') format('woff');} @font-face{font-family:Lateral;font-style:normal;font-weight:800;font-display:fallback;src:url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/lateral/lateral-bold.woff2') format('woff2'), url('https://www.splcenter.org/wp-content/themes/splc-theme/dist/fonts/lateral/lateral-bold.woff') format('woff');} </style> </head> <body class="splc_report-template-default single single-splc_report postid-40945 wp-custom-logo wp-embed-responsive"> <!-- GTM Container placement set to automatic --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N35NCMF" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="wp-site-blocks"><aside class="wp-block-template-part wp-block-template-part--alert"> <script> (function() { if (! sessionStorage.getItem('splc-alert-bar-dismissed')) { document.documentElement.classList.add('alert-bar--ok-to-alert'); } })(); </script> <div data-alert-open="true" class="alert-bar--frontend alert-bar--default wp-block-splc-alert-bar" data-wp-interactive="splc/alert-bar" data-wp-context="{&quot;isOpen&quot;:true}" data-wp-init="callbacks.setupListeners" data-wp-bind--data-alert-open="context.isOpen" > <div class="alert-bar__collapsible-wrapper"> <div class="alert-bar__content" data-wp-bind--inert="!context.isOpen"> <button class="alert-bar__close-button" data-wp-on--click="actions.dismissAlert" data-wp-bind--disabled="!context.isOpen"> <span class="screen-reader-text"> Close Alert </span> <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 1.185 13.818 0 7.513 6.316l-.005-.005-.013.013L1.182 0 0 1.185 6.303 7.5 0 13.815 1.182 15l6.313-6.323.013.013.005-.005L13.818 15 15 13.815 8.697 7.501 15 1.185Z" fill="currentColor"/> </svg> </button> <p class="has-sans-serif-alt-font-family wp-block-paragraph">New SPLC Report Illustrates Predatory Policing Practice Impacting Black Alabamians &#8211; <a href="https://www.splcenter.org/presscenter/new-splc-report-illustrates-predatory-policing-practice-impacting-black-alabamians/" data-type="splc_press" data-id="145323">Read More</a></p> </div> </div> </div> </aside> <header class="wp-block-template-part wp-block-template-part--header"> <div data-is-bottom="false" data-is-pinned="false" data-is-top="true" class="wp-block-splc-site-header" data-wp-interactive="splc/site-header" data-wp-init--init="callbacks.init" data-wp-init--store-height="callbacks.storeHeaderHeight" data-wp-init--browser-width="callbacks.checkBrowserWidth" data-wp-run="callbacks.closeExpandedRegionsOnBreakpointChange" data-wp-on-window--click="callbacks.handleWindowClick" data-wp-on-window--resize="callbacks.checkBrowserWidth" data-wp-on-window--keydown="callbacks.handleKeydown" data-wp-on--focusout="callbacks.handleFocusout" data-wp-watch--header-pin="callbacks.manageHeaderPin" data-wp-style----header-height="state.headerHeightValue" data-wp-class--is-initialized="state.isInitialized" data-wp-class--is-mobile="state.isMobileNavigation" data-wp-class--has-expanded-search="state.isSearchExpanded" data-wp-class--has-expanded-region="state.expandedRegion" data-wp-bind--data-is-pinned="state.headroom.isPinned" data-wp-bind--data-is-top="state.headroom.isTop" data-wp-bind--data-is-bottom="state.headroom.isBottom" data-wp-bind--data-is-frozen="state.headroom.isFrozen"> <div class="wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-16 wp-block-group-is-layout-constrained" style="margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:26px"> <div class="wp-block-group alignwide wp-block-splc-site-header__top is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-2 wp-block-group-is-layout-flex"> <div class="wp-block-splc-site-switcher" data-wp-interactive="splc/site-switcher" data-wp-context="{&quot;isExpanded&quot;:false}" data-wp-run="callbacks.closeExpandedRegionsOnBreakpointChange" data-wp-init--browser-width="callbacks.checkBrowserWidth" data-wp-on-window--resize="callbacks.checkBrowserWidth"> <button type="button" class="wp-block-splc-site-switcher__button" data-wp-on--click="actions.toggle"> Explore Our Sites <span class="wp-block-splc-site-switcher__button-icon"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 13"><path fill="currentColor" d="m12 3.72-.424-.424-5.568 1.468L.441 3.28 0 3.72l6 6z"/></svg> </span> </button> <ul class="wp-block-splc-site-switcher__site-list" data-wp-class--is-expanded="state.isExpanded"> <li class="wp-block-splc-site-switcher__site-list-item is-selected"> <a href="https://www.splcenter.org/" class="wp-block-splc-site-switcher__site-link"> SPLC </a> </li> <li class="wp-block-splc-site-switcher__site-list-item "> <a href="https://www.learningforjustice.org/" class="wp-block-splc-site-switcher__site-link"> Learning for Justice </a> </li> <li class="wp-block-splc-site-switcher__site-list-item "> <a href="https://www.splcenter.org/civil-rights-memorial" class="wp-block-splc-site-switcher__site-link"> Civil Rights Memorial Center </a> </li> </ul> </div> <nav aria-expanded="false" class="wp-block-splc-navigation is-layout-flex wp-block-navigation-is-layout-flex" data-wp-interactive="splc/navigation" data-wp-context="{&quot;region&quot;:&quot;mobile-navigation&quot;,&quot;childRegions&quot;:[&quot;mega-menu-donate&quot;],&quot;collapseOnMobile&quot;:false}" data-wp-bind--aria-expanded="splc/site-header::state.isMobileNavigationExpanded" data-wp-watch="callbacks.manageFocus" data-wp-watch--body-class="callbacks.manageBodyClasses" data-wp-watch--focus-trap="callbacks.manageFocusTrap"> <ul aria-hidden="true" class="wp-block-splc-navigation__list" data-wp-bind--role="state.navigationListRole" data-wp-bind--aria-hidden="splc/site-header::!state.isMobileNavigationExpanded"> <li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/presscenter/"><span class="wp-block-navigation-item__label">Press Center</span></a></li> <li class="is-style-button wp-block-splc-navigation-megamenu" data-wp-interactive="splc/navigation-megamenu" data-wp-context="{&quot;menuSlug&quot;:&quot;mega-menu-donate&quot;,&quot;region&quot;:&quot;mega-menu-donate&quot;,&quot;parentRegion&quot;:&quot;mobile-navigation&quot;}" data-wp-watch="callbacks.manageFocus" data-wp-on--focusout="callbacks.handleFocusout" data-wp-on--mouseenter="" data-wp-on--mouseleave=""> <div class="splc-navigation-megamenu__item-wrap"> <a class="wp-block-navigation-item wp-block-navigation-link wp-block-splc-navigation-megamenu__trigger wp-block-navigation-item__content" href="https://secure.splcenter.org/page/76312/donate/1?_gl=1*9vn5b4*_gcl_aw*R0NMLjE3MjY4MzY5NzQuQ2owS0NRand1clMzQmhDR0FSSXNBRGRVSDUyY2JBV2xPaDloczRYMm41UmZQUS02Y1FUUk1CTFlxQ2NMdUQ5WURLSUdGcU9CSnh0UlMtRWFBbjk4RUFMd193Y0I.*_gcl_au*MTAwNDcyOTEwMi4xNzI5ODgzMjY4*_ga*MTE5NzAxODUyNy4xNzA0NzI4ODc0*_ga_KVHVNMW5TE*MTczMjY2MjUzNC4xNDIuMS4xNzMyNjY0MDc5LjYwLjAuMA.." target="_self" > <span class="wp-block-navigation-item__label"> Donate </span> </a> <button aria-expanded="false" aria-hidden="false" class="wp-block-splc-navigation-megamenu__icon" aria-haspopup="true" data-wp-bind--aria-expanded="splc/site-header::state.isMegaMenuExpanded" data-wp-bind--aria-hidden="splc/site-header::state.isMegaMenuExpanded" data-wp-on--click="splc/site-header::actions.toggleMegaMenu" data-wp-on--mouseenter="splc/site-header::actions.toggleMegaMenu" data-wp-on--mouseleave="splc/site-header::actions.toggleMegaMenu" aria-controls="wp-block-splc-navigation-megamenu__1__container" > <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 13"><path fill="currentColor" d="m12 3.72-.424-.424-5.568 1.468L.441 3.28 0 3.72l6 6z"/></svg> <span class="screen-reader-text"> Open submenu </span> </button> </div> <div aria-hidden="true" inert class="wp-block-splc-navigation-megamenu__container" data-wp-bind--inert="splc/site-header::!state.isMegaMenuExpanded" data-wp-bind--aria-hidden="splc/site-header::!state.isMegaMenuExpanded" data-wp-on--mouseenter="splc/site-header::actions.toggleMegaMenu" data-wp-on--mouseleave="splc/site-header::actions.toggleMegaMenu" id="wp-block-splc-navigation-megamenu__1__container" > <div class="wp-block-group has-white-color has-black-background-color has-text-color has-background is-layout-flow wp-block-group-is-layout-flow" style="border-radius:4px;padding-top:var(--wp--preset--spacing--24);padding-right:var(--wp--preset--spacing--24);padding-bottom:var(--wp--preset--spacing--24);padding-left:var(--wp--preset--spacing--24)"><nav class="is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-1 wp-block-navigation-is-layout-flex" aria-label="Navigation 2"><ul class="wp-block-navigation__container is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/"><span class="wp-block-navigation-item__label">Support Us</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/member-center/"><span class="wp-block-navigation-item__label">Member Center</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/friends-center/"><span class="wp-block-navigation-item__label">Friends of the Center</span></a></li></ul></nav> <hr class="wp-block-separator has-text-color has-dark-gray-color has-alpha-channel-opacity has-dark-gray-background-color has-background" style="border-top-width: 1px; border-bottom: none; margin-top:var(--wp--preset--spacing--24);margin-bottom:var(--wp--preset--spacing--24)"/> <div class="wp-block-buttons is-vertical is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex"> <div class="wp-block-button has-custom-width wp-block-button__width-100 has-custom-font-size is-style-outline has-sm-font-size is-style-outline--2"><a class="wp-block-button__link has-text-secondary-color has-orange-background-color has-text-color has-background has-link-color wp-element-button" href="https://secure.splcenter.org/page/73006/donate/1?_gl=1*1usfsit*_gcl_aw*R0NMLjE3MjY4MzY5NzQuQ2owS0NRand1clMzQmhDR0FSSXNBRGRVSDUyY2JBV2xPaDloczRYMm41UmZQUS02Y1FUUk1CTFlxQ2NMdUQ5WURLSUdGcU9CSnh0UlMtRWFBbjk4RUFMd193Y0I.*_gcl_au*MTAwNDcyOTEwMi4xNzI5ODgzMjY4*_ga*MTE5NzAxODUyNy4xNzA0NzI4ODc0*_ga_KVHVNMW5TE*MTczMjY2MjUzNC4xNDIuMS4xNzMyNjY0MDgyLjU3LjAuMA..">Seen us on TV?</a></div> </div> </div> </div> </li> </ul> <div class="wp-block-splc-navigation__mobile-actions"> <button aria-expanded="false" class="wp-block-splc-navigation__button" data-wp-on--click="splc/site-header::actions.toggleMobileNavigation" data-wp-bind--aria-expanded="splc/site-header::state.isMobileNavigationExpanded"> <span aria-hidden="false" class="wp-block-splc-navigation__icon wp-block-splc-navigation__icon--open" data-wp-bind--aria-hidden="splc/site-header::state.isMobileNavigationExpanded"> </span> <span aria-hidden="true" class="wp-block-splc-navigation__icon wp-block-splc-navigation__icon--close" data-wp-bind--aria-hidden="splc/site-header::!state.isMobileNavigationExpanded"> </span> <span class="screen-reader-text">Toggle Mobile Navigation</span> </button> </div> </nav> </div> <div class="wp-block-group alignwide wp-block-splc-site-header__bottom is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-15 wp-block-group-is-layout-flex"> <div class="wp-block-group splc-site-logo has-global-padding is-layout-constrained wp-block-group-is-layout-constrained"> <p class="wp-block-paragraph splc-site-logo__link"> <a href="/"> <span class="screen-reader-text"> Home </span> </a> </p> <div class="wp-block-safe-svg-svg-icon safe-svg-cover" style="text-align: left;"> <div class="safe-svg-inside safe-svg-inline" style="width: 383px; height: 460px; background-color: var(--wp--preset--color--); color: var(--wp--preset--color--); padding-top: ; padding-right: ; padding-bottom: ; padding-left: ; margin-top: ; margin-right: ; margin-bottom: ; margin-left: ;"><?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 383 460"><g clip-path="url(#a)"><path fill="#fff" d="M175.709 157.252c0-43.808-32.317-58.7791-69.312-74.2346-31.5945-13.139-56.6561-23.2004-56.6561-44.3267 0-19.328 18.2467-30.42702 40.984-30.42702 27.3861 0 50.3431 22.68192 66.0151 84.02002h5.15V1.55593h-2.795L147.381 20.1233C134.724 7.50304 112.74 0 89.3117 0 50.2119 0 12.7452 24.2379 12.7452 68.3226c0 36.8584 25.2814 60.3004 66.9567 76.3094 32.3161 12.378 56.6551 17.011 56.6551 40.73 0 25.276-20.131 34.784-43.0879 34.784-31.3742 0-55.0226-24.237-76.3155-93.321h-5.3704v98.992h2.7951l13.3473-20.884c13.8184 14.695 38.8802 22.682 65.7947 22.682 38.6287 0 82.1887-19.329 82.1887-70.363Zm93.399-143.3178h15.232c26.444 0 41.895 12.8969 41.895 55.9442 0 42.0096-18.969 54.6306-43.999 54.6306H269.14V13.9342h-.032Zm37.687 201.3018-16.394-2.316c-18.026-2.559-21.293-9.785-21.293-27.073v-53.593h13.096c55.965 0 99.493-17.012 99.493-62.3756 0-47.9571-38.628-63.93131-97.169-63.93131H182.932v6.70781l13.127 2.3166c16.614 2.8352 19.189 8.5057 19.189 25.2751V187.956c0 16.769-2.575 22.163-19.189 24.998l-13.127 2.317v6.431c20.853 0 40.042-.519 60.392-.519 20.602 0 43.089.519 63.44.519v-6.466h.031ZM3.1665 455.471H179.446l12.876-77.312H186.7c-31.374 53.351-50.091 69.602-71.416 69.602h-12.405c-11.4632 0-16.6134-5.428-16.6134-18.567V274.535c0-16.493 2.5751-23.201 20.6024-25.76l16.142-2.316v-6.708c-20.382.518-41.8949.518-62.4969.518-20.3823 0-36.7446 0-57.3466-.518v6.708l10.0813 2.316c16.3936 3.873 19.1887 8.506 19.1887 25.275v147.433c0 16.493-2.7951 21.403-19.1887 25.275l-10.0813 2.317v6.396Zm237.8655-20.365c0 13.139 9.359 23.719 21.544 23.719s21.764-10.58 21.764-23.719c0-13.415-9.61-24.238-21.764-24.238-12.185 0-21.544 10.823-21.544 24.238Zm84.512-39.97h1.884v-60.82h-3.517c-12.625 38.657-34.892 55.668-57.817 55.668-25.502 0-38.629-22.44-38.629-74.753 0-44.085 9.139-74.996 38.409-74.996 24.59 0 45.412 17.253 58.068 57.742h3.518v-62.894h-1.885l-9.609 14.176c-9.36-9.785-36.305-15.455-51.505-15.455-51.725 0-90.606 34.023-90.606 81.461 0 56.463 49.872 81.185 90.825 81.185 14.981 0 42.146-5.671 51.286-15.456l9.578 14.142Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h383v460H0z"></path></clipPath></defs></svg> </div> </div></div> <div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-14 wp-block-group-is-layout-flex"> <div class="wp-block-splc-navigation-portal" data-wp-interactive="splc/navigation-portal" data-wp-context="{&quot;isInitialized&quot;:false}" data-wp-init="splc/navigation-portal::actions.init" data-wp-class--is-initialized="splc/navigation-portal::context.isInitialized"> <nav aria-expanded="false" class="wp-block-splc-navigation--main wp-block-splc-navigation is-layout-flex wp-block-navigation-is-layout-flex" data-wp-interactive="splc/navigation" data-wp-context="{&quot;region&quot;:&quot;mobile-navigation&quot;,&quot;childRegions&quot;:[&quot;mega-menu-racial-justice-issues&quot;,&quot;mega-menu-find-resources&quot;,&quot;mega-menu-state-support&quot;],&quot;collapseOnMobile&quot;:false}" data-wp-bind--aria-expanded="splc/site-header::state.isMobileNavigationExpanded" data-wp-watch="callbacks.manageFocus" data-wp-watch--body-class="callbacks.manageBodyClasses" data-wp-watch--focus-trap="callbacks.manageFocusTrap"> <ul aria-hidden="true" class="wp-block-splc-navigation__list" data-wp-bind--role="state.navigationListRole" data-wp-bind--aria-hidden="splc/site-header::!state.isMobileNavigationExpanded"> <li class="wp-block-splc-navigation-megamenu" data-wp-interactive="splc/navigation-megamenu" data-wp-context="{&quot;menuSlug&quot;:&quot;mega-menu-racial-justice-issues&quot;,&quot;region&quot;:&quot;mega-menu-racial-justice-issues&quot;,&quot;parentRegion&quot;:&quot;mobile-navigation&quot;}" data-wp-watch="callbacks.manageFocus" data-wp-on--focusout="callbacks.handleFocusout" data-wp-on--mouseenter="splc/site-header::actions.toggleMegaMenu" data-wp-on--mouseleave="splc/site-header::actions.toggleMegaMenu"> <div class="splc-navigation-megamenu__item-wrap"> <a class="wp-block-navigation-item wp-block-navigation-link wp-block-splc-navigation-megamenu__trigger wp-block-navigation-item__content" href="#racial" target="_self" > <span class="wp-block-navigation-item__label"> Racial Justice Issues </span> </a> <button aria-expanded="false" aria-hidden="false" class="wp-block-splc-navigation-megamenu__icon" aria-haspopup="true" data-wp-bind--aria-expanded="splc/site-header::state.isMegaMenuExpanded" data-wp-bind--aria-hidden="splc/site-header::state.isMegaMenuExpanded" data-wp-on--click="splc/site-header::actions.toggleMegaMenu" data-wp-on--mouseenter="" data-wp-on--mouseleave="" aria-controls="wp-block-splc-navigation-megamenu__3__container" > <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 13"><path fill="currentColor" d="m12 3.72-.424-.424-5.568 1.468L.441 3.28 0 3.72l6 6z"/></svg> <span class="screen-reader-text"> Open submenu </span> </button> </div> <div aria-hidden="true" inert class="wp-block-splc-navigation-megamenu__container" data-wp-bind--inert="splc/site-header::!state.isMegaMenuExpanded" data-wp-bind--aria-hidden="splc/site-header::!state.isMegaMenuExpanded" data-wp-on--mouseenter="" data-wp-on--mouseleave="" id="wp-block-splc-navigation-megamenu__3__container" > <div class="wp-block-group has-global-padding is-content-justification-right is-layout-constrained wp-container-core-group-is-layout-4 wp-block-group-is-layout-constrained" style="padding-right:0;padding-left:0"> <div class="wp-block-columns alignwide mega-menu-right-aligned has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-e128aecc86992b86bb72b401f798d45b is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="padding-top:var(--wp--preset--spacing--48);padding-right:var(--wp--preset--spacing--48);padding-bottom:var(--wp--preset--spacing--48);padding-left:var(--wp--preset--spacing--48)"><div class="wp-block-template-part wp-block-template-part--nav-racial-justice"><nav class="has-headline-6-font-size is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-2 wp-block-navigation-is-layout-flex" aria-label="Menu navigation 3"><ul class="wp-block-navigation__container has-headline-6-font-size is-vertical wp-block-navigation has-headline-6-font-size"><li class="has-headline-6-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/racial-justice-issues/"><span class="wp-block-navigation-item__label">Overview</span></a></li><li class="has-headline-6-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/racial-justice-issues/strengthening-democracy/"><span class="wp-block-navigation-item__label">Strengthening Democracy &amp; Voting Rights</span></a></li><li class="has-headline-6-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/racial-justice-issues/dismantling-white-supremacy/"><span class="wp-block-navigation-item__label">Dismantling White Supremacy</span></a></li><li class="has-headline-6-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/racial-justice-issues/ending-unjust-imprisonment/"><span class="wp-block-navigation-item__label">Ending Unjust Imprisonment</span></a></li><li class="has-headline-6-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/racial-justice-issues/eliminating-poverty/"><span class="wp-block-navigation-item__label">Eliminating Poverty and Economic Inequality</span></a></li></ul></nav></div></div> </div> </div> </div> </li> <li class="wp-block-splc-navigation-megamenu" data-wp-interactive="splc/navigation-megamenu" data-wp-context="{&quot;menuSlug&quot;:&quot;mega-menu-find-resources&quot;,&quot;region&quot;:&quot;mega-menu-find-resources&quot;,&quot;parentRegion&quot;:&quot;mobile-navigation&quot;}" data-wp-watch="callbacks.manageFocus" data-wp-on--focusout="callbacks.handleFocusout" data-wp-on--mouseenter="splc/site-header::actions.toggleMegaMenu" data-wp-on--mouseleave="splc/site-header::actions.toggleMegaMenu"> <div class="splc-navigation-megamenu__item-wrap"> <a class="wp-block-navigation-item wp-block-navigation-link wp-block-splc-navigation-megamenu__trigger wp-block-navigation-item__content" href="#resources" target="_self" > <span class="wp-block-navigation-item__label"> Find Resources </span> </a> <button aria-expanded="false" aria-hidden="false" class="wp-block-splc-navigation-megamenu__icon" aria-haspopup="true" data-wp-bind--aria-expanded="splc/site-header::state.isMegaMenuExpanded" data-wp-bind--aria-hidden="splc/site-header::state.isMegaMenuExpanded" data-wp-on--click="splc/site-header::actions.toggleMegaMenu" data-wp-on--mouseenter="" data-wp-on--mouseleave="" aria-controls="wp-block-splc-navigation-megamenu__4__container" > <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 13"><path fill="currentColor" d="m12 3.72-.424-.424-5.568 1.468L.441 3.28 0 3.72l6 6z"/></svg> <span class="screen-reader-text"> Open submenu </span> </button> </div> <div aria-hidden="true" inert class="wp-block-splc-navigation-megamenu__container" data-wp-bind--inert="splc/site-header::!state.isMegaMenuExpanded" data-wp-bind--aria-hidden="splc/site-header::!state.isMegaMenuExpanded" data-wp-on--mouseenter="" data-wp-on--mouseleave="" id="wp-block-splc-navigation-megamenu__4__container" > <div class="wp-block-group has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-ab76f4eef2ad911a9480fda900290b74 has-global-padding is-layout-constrained wp-container-core-group-is-layout-5 wp-block-group-is-layout-constrained block-visibility-hide-small-screen" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> <div class="wp-block-columns alignwide mega-menu-2-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="padding-top:var(--wp--preset--spacing--48);padding-right:var(--wp--preset--spacing--48);padding-bottom:var(--wp--preset--spacing--48);padding-left:var(--wp--preset--spacing--8)"> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <h5 class="wp-block-heading has-light-gold-4-color has-text-color has-link-color wp-elements-b94710e81765918bdb628c1d64c51d07" id="elevating-hope">Elevating Hope</h5> <div class="wp-block-template-part wp-block-template-part--nav-find-resources-elevating-hope"><nav class="has-text-color has-white-color is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-3 wp-block-navigation-is-layout-flex" aria-label="Menu navigation 4"><ul class="wp-block-navigation__container has-text-color has-white-color is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/hope-watch/"><span class="wp-block-navigation-item__label">Hopewatch</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/civil-rights-memorial/"><span class="wp-block-navigation-item__label">Civil Rights Memorial Center</span></a></li></ul></nav></div></div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <h5 class="wp-block-heading has-light-gold-4-color has-text-color has-link-color wp-elements-63c5b11874926069942774e831cfb276" id="tracking-hate">Tracking Hate</h5> <div class="wp-block-template-part wp-block-template-part--nav-find-resources-tracking-hate"><nav class="has-text-color has-white-color is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-4 wp-block-navigation-is-layout-flex" aria-label="Menu navigation 5"><ul class="wp-block-navigation__container has-text-color has-white-color is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/extremist-files/"><span class="wp-block-navigation-item__label">Extremist Files</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/hate-map/"><span class="wp-block-navigation-item__label">Hate Map</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/hate-watch/"><span class="wp-block-navigation-item__label">Hatewatch</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/reporthate/"><span class="wp-block-navigation-item__label">Report Hate</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/techwatch/"><span class="wp-block-navigation-item__label">Techwatch</span></a></li></ul></nav></div></div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-template-part wp-block-template-part--nav-find-resources"><nav class="has-text-color has-white-color has-headline-5-font-size is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-5 wp-block-navigation-is-layout-flex" aria-label="Menu navigation 6"><ul class="wp-block-navigation__container has-text-color has-white-color has-headline-5-font-size is-vertical wp-block-navigation has-headline-5-font-size"><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/civil-rights-case-docket/"><span class="wp-block-navigation-item__label">Case Docket</span></a></li><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/policy-advocacy/"><span class="wp-block-navigation-item__label">Policy Advocacy</span></a></li><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/"><span class="wp-block-navigation-item__label">Resources</span></a></li><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/reports/"><span class="wp-block-navigation-item__label">Reports</span></a></li><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/stories/"><span class="wp-block-navigation-item__label">Stories</span></a></li><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/guides/"><span class="wp-block-navigation-item__label">Toolkits, Guides, and How-Tos</span></a></li></ul></nav></div></div> </div> </div> <div class="wp-block-column has-dark-gray-background-color has-background is-layout-flow wp-block-column-is-layout-flow" style="padding-top:var(--wp--preset--spacing--48);padding-right:var(--wp--preset--spacing--48);padding-bottom:var(--wp--preset--spacing--48);padding-left:var(--wp--preset--spacing--48)"> <article class="wp-block-post post-56941 page type-page status-publish has-post-thumbnail hentry wp-block-tenup-post-picker"> <figure style="aspect-ratio:16/9;width:100%;" class="wp-block-post-featured-image wp-block-null"><a href="https://www.splcenter.org/hate-map/" target="_self" ><img width="1600" height="1000" src="https://www.splcenter.org/wp-content/uploads/2025/01/web-hate-map-model.jpg" class="attachment-post-thumbnail size-post-thumbnail not-transparent wp-post-image wp-image-123877 wp-post-56941" alt="Hate Map" style="--dominant-color: #f29e93;width:100%;height:100%;object-fit:cover;" decoding="async" srcset="https://www.splcenter.org/wp-content/uploads/2025/01/web-hate-map-model.jpg 1600w, https://www.splcenter.org/wp-content/uploads/2025/01/web-hate-map-model-300x188.jpg 300w, https://www.splcenter.org/wp-content/uploads/2025/01/web-hate-map-model-1024x640.jpg 1024w, https://www.splcenter.org/wp-content/uploads/2025/01/web-hate-map-model-768x480.jpg 768w, https://www.splcenter.org/wp-content/uploads/2025/01/web-hate-map-model-1536x960.jpg 1536w" sizes="(max-width: 1600px) 100vw, 1600px" data-has-transparency="false" data-dominant-color="f29e93" /></a></figure> <h2 style="text-transform:none; margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;" class="wp-block-post-title has-headline-6-font-size has-serif-font-family"><a href="https://www.splcenter.org/hate-map/" target="_self" >Hate Map</a></h2> </article> </div> </div> </div> <div class="wp-block-group has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-20eb6217fb82416a43dce38bf0ebfa62 is-layout-flow wp-block-group-is-layout-flow block-visibility-hide-large-screen block-visibility-hide-medium-screen" style="padding-top:var(--wp--preset--spacing--24);padding-right:var(--wp--preset--spacing--24);padding-bottom:var(--wp--preset--spacing--24);padding-left:var(--wp--preset--spacing--24)"> <h5 class="wp-block-heading has-light-gold-4-color has-text-color has-link-color wp-elements-b94710e81765918bdb628c1d64c51d07" id="elevating-hope">Elevating Hope</h5> <div class="wp-block-template-part wp-block-template-part--nav-find-resources-elevating-hope"><nav class="has-text-color has-white-color is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-6 wp-block-navigation-is-layout-flex" aria-label="Menu navigation 4 2"><ul class="wp-block-navigation__container has-text-color has-white-color is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/hope-watch/"><span class="wp-block-navigation-item__label">Hopewatch</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/civil-rights-memorial/"><span class="wp-block-navigation-item__label">Civil Rights Memorial Center</span></a></li></ul></nav></div> <h5 class="wp-block-heading has-light-gold-4-color has-text-color has-link-color wp-elements-63c5b11874926069942774e831cfb276" id="tracking-hate">Tracking Hate</h5> <div class="wp-block-template-part wp-block-template-part--nav-find-resources-tracking-hate"><nav class="has-text-color has-white-color is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-7 wp-block-navigation-is-layout-flex" aria-label="Menu navigation 5 2"><ul class="wp-block-navigation__container has-text-color has-white-color is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/extremist-files/"><span class="wp-block-navigation-item__label">Extremist Files</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/hate-map/"><span class="wp-block-navigation-item__label">Hate Map</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/hate-watch/"><span class="wp-block-navigation-item__label">Hatewatch</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/reporthate/"><span class="wp-block-navigation-item__label">Report Hate</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/techwatch/"><span class="wp-block-navigation-item__label">Techwatch</span></a></li></ul></nav></div> <div class="wp-block-template-part wp-block-template-part--nav-find-resources"><nav class="has-text-color has-white-color has-headline-5-font-size is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-8 wp-block-navigation-is-layout-flex" aria-label="Menu navigation 6 2"><ul class="wp-block-navigation__container has-text-color has-white-color has-headline-5-font-size is-vertical wp-block-navigation has-headline-5-font-size"><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/civil-rights-case-docket/"><span class="wp-block-navigation-item__label">Case Docket</span></a></li><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/policy-advocacy/"><span class="wp-block-navigation-item__label">Policy Advocacy</span></a></li><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/"><span class="wp-block-navigation-item__label">Resources</span></a></li><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/reports/"><span class="wp-block-navigation-item__label">Reports</span></a></li><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/stories/"><span class="wp-block-navigation-item__label">Stories</span></a></li><li class="has-headline-5-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/guides/"><span class="wp-block-navigation-item__label">Toolkits, Guides, and How-Tos</span></a></li></ul></nav></div></div> </div> </li> <li class="is-style-dropdown wp-block-splc-navigation-megamenu" data-wp-interactive="splc/navigation-megamenu" data-wp-context="{&quot;menuSlug&quot;:&quot;mega-menu-state-support&quot;,&quot;region&quot;:&quot;mega-menu-state-support&quot;,&quot;parentRegion&quot;:&quot;mobile-navigation&quot;}" data-wp-watch="callbacks.manageFocus" data-wp-on--focusout="callbacks.handleFocusout" data-wp-on--mouseenter="splc/site-header::actions.toggleMegaMenu" data-wp-on--mouseleave="splc/site-header::actions.toggleMegaMenu"> <div class="splc-navigation-megamenu__item-wrap"> <a class="wp-block-navigation-item wp-block-navigation-link wp-block-splc-navigation-megamenu__trigger wp-block-navigation-item__content" href="#state_support" target="_self" > <span class="wp-block-navigation-item__label"> State Support </span> </a> <button aria-expanded="false" aria-hidden="false" class="wp-block-splc-navigation-megamenu__icon" aria-haspopup="true" data-wp-bind--aria-expanded="splc/site-header::state.isMegaMenuExpanded" data-wp-bind--aria-hidden="splc/site-header::state.isMegaMenuExpanded" data-wp-on--click="splc/site-header::actions.toggleMegaMenu" data-wp-on--mouseenter="" data-wp-on--mouseleave="" aria-controls="wp-block-splc-navigation-megamenu__5__container" > <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 13"><path fill="currentColor" d="m12 3.72-.424-.424-5.568 1.468L.441 3.28 0 3.72l6 6z"/></svg> <span class="screen-reader-text"> Open submenu </span> </button> </div> <div aria-hidden="true" inert class="wp-block-splc-navigation-megamenu__container" data-wp-bind--inert="splc/site-header::!state.isMegaMenuExpanded" data-wp-bind--aria-hidden="splc/site-header::!state.isMegaMenuExpanded" data-wp-on--mouseenter="" data-wp-on--mouseleave="" id="wp-block-splc-navigation-megamenu__5__container" > <div class="wp-block-group has-black-background-color has-background is-layout-flow wp-block-group-is-layout-flow" style="padding-top:var(--wp--preset--spacing--24);padding-right:var(--wp--preset--spacing--24);padding-bottom:var(--wp--preset--spacing--24);padding-left:var(--wp--preset--spacing--24)"><div class="wp-block-template-part wp-block-template-part--nav-state-support"><nav class="is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-9 wp-block-navigation-is-layout-flex" aria-label="Menu navigation 7"><ul class="wp-block-navigation__container is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/state-support/"><span class="wp-block-navigation-item__label">Overview</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/states/alabama/"><span class="wp-block-navigation-item__label">Alabama</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/states/florida/"><span class="wp-block-navigation-item__label">Florida</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/states/georgia/"><span class="wp-block-navigation-item__label">Georgia</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/states/louisiana/"><span class="wp-block-navigation-item__label">Louisiana</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/states/mississippi/"><span class="wp-block-navigation-item__label">Mississippi</span></a></li></ul></nav></div></div> </div> </li> </ul> <div class="wp-block-splc-navigation__mobile-actions"> <button aria-expanded="false" class="wp-block-splc-navigation__button" data-wp-on--click="splc/site-header::actions.toggleMobileNavigation" data-wp-bind--aria-expanded="splc/site-header::state.isMobileNavigationExpanded"> <span aria-hidden="false" class="wp-block-splc-navigation__icon wp-block-splc-navigation__icon--open" data-wp-bind--aria-hidden="splc/site-header::state.isMobileNavigationExpanded"> </span> <span aria-hidden="true" class="wp-block-splc-navigation__icon wp-block-splc-navigation__icon--close" data-wp-bind--aria-hidden="splc/site-header::!state.isMobileNavigationExpanded"> </span> <span class="screen-reader-text">Toggle Mobile Navigation</span> </button> </div> </nav> </div> <div class="wp-block-group splc-site-header__sticky-only is-nowrap is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex"> <div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex"> <div class="wp-block-button is-style-outline is-style-outline--6"><a class="wp-block-button__link has-text-secondary-color has-orange-background-color has-text-color has-background has-link-color wp-element-button" href="https://secure.splcenter.org/page/76312/donate/1?_gl=1*9vn5b4*_gcl_aw*R0NMLjE3MjY4MzY5NzQuQ2owS0NRand1clMzQmhDR0FSSXNBRGRVSDUyY2JBV2xPaDloczRYMm41UmZQUS02Y1FUUk1CTFlxQ2NMdUQ5WURLSUdGcU9CSnh0UlMtRWFBbjk4RUFMd193Y0I.*_gcl_au*MTAwNDcyOTEwMi4xNzI5ODgzMjY4*_ga*MTE5NzAxODUyNy4xNzA0NzI4ODc0*_ga_KVHVNMW5TE*MTczMjY2MjUzNC4xNDIuMS4xNzMyNjY0MDc5LjYwLjAuMA..">Donate</a></div> </div> </div> <div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-13 wp-block-group-is-layout-flex" style="padding-right:var(--wp--preset--spacing--24)"> <div class="wp-block-splc-search-button" data-wp-interactive="splc/search-button" data-wp-context="{&quot;region&quot;:&quot;search&quot;}" data-wp-watch="callbacks.manageFocus"> <button aria-expanded="false" class="wp-block-splc-search-button__button" data-wp-on--click="splc/site-header::actions.toggleSearch" data-wp-bind--aria-expanded="splc/site-header::state.isSearchExpanded" aria-controls="wp-block-splc-search-button__8__container"> <span class="screen-reader-text">Toggle Search</span> </button> <div aria-hidden="true" inert class="wp-block-splc-search-button__search" data-wp-bind--aria-hidden="splc/site-header::!state.isSearchExpanded" data-wp-bind--inert="splc/site-header::!state.isSearchExpanded" id="wp-block-splc-search-button__8__container" > <form role="search" method="get" action="https://www.splcenter.org/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search" ><label class="wp-block-search__label screen-reader-text" for="wp-block-search__input-7" >Search</label><div class="wp-block-search__inside-wrapper " ><input class="wp-block-search__input" id="wp-block-search__input-7" placeholder="Keyword Search" value="" type="search" name="s" required /><button aria-label="Search" class="wp-block-search__button wp-element-button" type="submit" >Search</button></div></form> </div> </div> <div class="wp-block-splc-navigation-flyout" data-wp-interactive="splc/navigation-flyout" data-wp-context="{&quot;region&quot;:&quot;flyout&quot;}" data-wp-watch="callbacks.manageFocus" data-wp-on--focusout="callbacks.handleFocusout"> <button class="wp-block-splc-navigation-flyout__trigger" aria-haspopup="true" role="menuitem" data-wp-on--click="splc/site-header::actions.toggleFlyout" data-wp-bind--aria-expanded="splc/site-header::state.isFlyoutExpanded" aria-controls="wp-block-splc-navigation-flyout__9__container"> <span class="wp-block-splc-navigation-flyout__label visually-hidden"> Open Menu </span> <span class="wp-block-splc-navigation-flyout__icon"> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="9" fill="none" viewBox="0 0 25 9"><path fill="currentColor" d="M0 .212h25v2H0zM0 6.212h25v2H0z"/></svg> </span> </button> <div aria-hidden="true" inert class="wp-block-splc-navigation-flyout__container" data-wp-bind--inert="splc/site-header::!state.isFlyoutExpanded" data-wp-bind--aria-hidden="splc/site-header::!state.isFlyoutExpanded" id="wp-block-splc-navigation-flyout__9__container" data-wp-class--has-submenu-expand="splc/navigation-flyout::state.hasChildRegionExpanded"> <div aria-hidden="true" class="wp-block-splc-navigation-flyout__actions" data-wp-bind--aria-hidden="splc/site-header::!state.isMobileNavigation"> <div class="wp-block-splc-navigation-flyout__logo"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 383 460"><g clip-path="url(#a)"><path fill="#fff" d="M175.709 157.252c0-43.808-32.317-58.78-69.312-74.235-31.594-13.139-56.656-23.2-56.656-44.326 0-19.328 18.247-30.427 40.984-30.427 27.386 0 50.343 22.682 66.015 84.02h5.15V1.556h-2.795l-11.714 18.567C134.724 7.503 112.74 0 89.311 0c-39.1 0-76.566 24.238-76.566 68.323 0 36.858 25.282 60.3 66.957 76.309 32.316 12.378 56.655 17.011 56.655 40.73 0 25.276-20.131 34.784-43.088 34.784-31.374 0-55.022-24.237-76.315-93.321h-5.37v98.992h2.794l13.348-20.884c13.818 14.695 38.88 22.682 65.794 22.682 38.629 0 82.189-19.329 82.189-70.363m93.399-143.318h15.232c26.444 0 41.895 12.897 41.895 55.944 0 42.01-18.969 54.631-43.999 54.631H269.14V13.934zm37.687 201.302-16.394-2.316c-18.026-2.559-21.293-9.785-21.293-27.073v-53.593h13.096c55.965 0 99.493-17.012 99.493-62.376 0-47.957-38.628-63.93-97.169-63.93H182.932v6.707l13.127 2.316c16.614 2.836 19.189 8.506 19.189 25.276v147.709c0 16.769-2.575 22.163-19.189 24.998l-13.127 2.317v6.431c20.853 0 40.042-.519 60.392-.519 20.602 0 43.089.519 63.44.519v-6.466zM3.166 455.471h176.28l12.876-77.312H186.7c-31.374 53.351-50.091 69.602-71.416 69.602h-12.405c-11.463 0-16.613-5.428-16.613-18.567V274.535c0-16.493 2.575-23.201 20.602-25.76l16.142-2.316v-6.708c-20.382.518-41.895.518-62.497.518-20.382 0-36.744 0-57.347-.518v6.708l10.082 2.316c16.393 3.873 19.188 8.506 19.188 25.275v147.433c0 16.493-2.795 21.403-19.188 25.275l-10.082 2.317zm237.866-20.365c0 13.139 9.359 23.719 21.544 23.719s21.764-10.58 21.764-23.719c0-13.415-9.61-24.238-21.764-24.238-12.185 0-21.544 10.823-21.544 24.238m84.512-39.97h1.884v-60.82h-3.517c-12.625 38.657-34.892 55.668-57.817 55.668-25.502 0-38.629-22.44-38.629-74.753 0-44.085 9.139-74.996 38.409-74.996 24.59 0 45.412 17.253 58.068 57.742h3.518v-62.894h-1.885l-9.609 14.176c-9.36-9.785-36.305-15.455-51.505-15.455-51.725 0-90.606 34.023-90.606 81.461 0 56.463 49.872 81.185 90.825 81.185 14.981 0 42.146-5.671 51.286-15.456z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h383v460H0z"/></clipPath></defs></svg></div> <button class="wp-block-splc-navigation-flyout__close" data-wp-on--click="splc/site-header::actions.closeFlyout"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" viewBox="0 0 18 18"><g clip-path="url(#a)"><path fill="#fff" d="M18 1.422 16.581 0 9.015 7.58l-.005-.006-.016.015L1.42 0 0 1.422 7.564 9 0 16.578 1.419 18l7.575-7.587.016.015.005-.006L16.581 18 18 16.578l-7.564-7.577z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h18v18H0z"/></clipPath></defs></svg> </button> </div> <div class="wp-block-splc-navigation-flyout__content-wrapper"> <button class="wp-block-splc-navigation-flyout__back" data-wp-on--click="splc/site-header::actions.toggleFlyout">Back</button> <div class="wp-block-splc-navigation-flyout__primary-navigation-slot"></div> <div class="wp-block-splc-navigation-flyout__content"> <div class="wp-block-group has-black-background-color has-background is-layout-flow wp-block-group-is-layout-flow"> <div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow" style="margin-bottom:var(--wp--preset--spacing--56)"> <h2 class="wp-block-heading has-md-font-size" id="more">More</h2> <div class="wp-block-template-part wp-block-template-part--nav-flyout"><nav class="is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-10 wp-block-navigation-is-layout-flex" aria-label="Menu navigation 11"><ul class="wp-block-navigation__container is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/resources/stories/"><span class="wp-block-navigation-item__label">Stories</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/presscenter/"><span class="wp-block-navigation-item__label">Press Center</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/contact-us/"><span class="wp-block-navigation-item__label">Contact</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/reporthate/"><span class="wp-block-navigation-item__label">Report Hate</span></a></li></ul></nav></div></div> <div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow" style="margin-bottom:var(--wp--preset--spacing--56)"> <h2 class="wp-block-heading has-md-font-size" id="about"><a href="https://www.splcenter.org/about/" data-type="link" data-id="https://www.splcenter.org/about/">About</a></h2> <div class="wp-block-template-part wp-block-template-part--nav-about"><nav class="is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-11 wp-block-navigation-is-layout-flex" aria-label="Navigation 3"><ul class="wp-block-navigation__container is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/about/our-history/"><span class="wp-block-navigation-item__label">Our History</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/impact-report/"><span class="wp-block-navigation-item__label">Impact Report</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/state-support/"><span class="wp-block-navigation-item__label">State Offices</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/careers/"><span class="wp-block-navigation-item__label">Careers</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/about/open-rfps/"><span class="wp-block-navigation-item__label">Open RFPs</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/about/financial-information/"><span class="wp-block-navigation-item__label">Financial Information</span></a></li></ul></nav></div></div> <div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow"> <h2 class="wp-block-heading has-md-font-size" id="ways-to-give"><a href="https://www.splcenter.org/support-us/" data-type="link" data-id="https://www.splcenter.org/support-us/">Ways to Give</a></h2> <div class="wp-block-template-part wp-block-template-part--nav-ways-to-give"><nav class="is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-12 wp-block-navigation-is-layout-flex" aria-label="Navigation 4"><ul class="wp-block-navigation__container is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/member-center/"><span class="wp-block-navigation-item__label">Member Center</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/planned-giving/"><span class="wp-block-navigation-item__label">Planned Giving</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/gifts-of-stock-and-securities/"><span class="wp-block-navigation-item__label">Stock Gifts</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/donor-advised-funds/"><span class="wp-block-navigation-item__label">Donor Advised Funds</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/gifts-from-your-ira/"><span class="wp-block-navigation-item__label">IRA Gifts</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/workplace-giving/"><span class="wp-block-navigation-item__label">Workplace Giving</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/gift-annuities/"><span class="wp-block-navigation-item__label">Annuity Gifts</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/peer-to-peer-fundraising/"><span class="wp-block-navigation-item__label">Peer to Peer</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/faqs/"><span class="wp-block-navigation-item__label">FAQs</span></a></li></ul></nav></div></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </header> <main class="wp-block-group is-style-default is-layout-flow wp-block-group-is-layout-flow" style="margin-top:0;padding-top:var(--wp--preset--spacing--32-48);padding-bottom:var(--wp--preset--spacing--32-48)"> <header class="alignfull is-layout-constrained has-global-padding topper topper-post topper--is-standard-layout wp-block-splc-topper has-background has-black-background-color"> <div class="wp-block-group topper__inner topper__inner--is-standard-layout is-layout-flow wp-block-group-is-layout-flow wp-block-pattern"> <div class="wp-block-group topper__content is-layout-flow wp-block-group-is-layout-flow"> <div class="wp-block-group topper__content-meta is-layout-flow wp-block-group-is-layout-flow"> <p class="wp-block-splc-post-type"> Report</p> </div> <h1 style="line-height:1.04;" class="wp-block-post-title has-headline-2-font-size">Fear of FEMA</h1> <div class="wp-block-group topper__details is-layout-flow wp-block-group-is-layout-flow wp-block-pattern"> <div class="wp-block-post-date"><time datetime="2010-03-02T17:00:00-05:00">March 2, 2010</time></div> </div> <div class="wp-block-group topper__download-share is-layout-flow wp-block-group-is-layout-flow wp-block-pattern"> <div data-share-open="false" class="share-dialog wp-block-splc-share-dialog" data-wp-interactive="splc/share-dialog" data-wp-context="{&quot;isOpen&quot;:false,&quot;permalink&quot;:&quot;https:\/\/www.splcenter.org\/resources\/reports\/fear-fema\/&quot;,&quot;copyButtonText&quot;:&quot;Copy Link&quot;,&quot;copyDefaultText&quot;:&quot;Copy Link&quot;,&quot;copySuccessText&quot;:&quot;Copied!&quot;,&quot;copyErrorText&quot;:&quot;Copy failed&quot;}" data-wp-init="callbacks.setupDismissListeners" data-wp-bind--data-share-open="context.isOpen"> <button class="share-dialog__button" data-wp-on--click="actions.toggle"> <span class="share-dialog__button__icon"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M16.495 18.75q-.753 0-1.282-.528a1.74 1.74 0 0 1-.529-1.281 1.9 1.9 0 0 1 .1-.59L9.181 13.05a1.9 1.9 0 0 1-.617.466 1.7 1.7 0 0 1-.755.168q-.754 0-1.281-.527A1.74 1.74 0 0 1 6 11.877q0-.754.528-1.282a1.74 1.74 0 0 1 1.281-.53q.402 0 .755.168.351.168.617.467l5.603-3.3a1.9 1.9 0 0 1-.1-.59q0-.754.527-1.282A1.74 1.74 0 0 1 16.491 5q.754 0 1.283.527t.529 1.28-.528 1.283a1.74 1.74 0 0 1-1.282.528q-.402 0-.754-.167a1.9 1.9 0 0 1-.618-.467l-5.603 3.3a1.85 1.85 0 0 1 .075.887 1.6 1.6 0 0 1-.075.294l5.603 3.301q.265-.3.618-.467.352-.167.754-.167.754 0 1.282.527t.528 1.28c0 .753-.176.93-.528 1.282a1.74 1.74 0 0 1-1.28.529m-.002-10.855q.447 0 .767-.32.319-.32.319-.766c0-.446-.107-.553-.32-.766a1.05 1.05 0 0 0-.766-.32q-.446 0-.766.32t-.32.766c0 .446.107.553.32.766q.32.32.766.32M7.81 12.96q.447 0 .766-.32.32-.32.32-.766c0-.446-.107-.553-.32-.766a1.05 1.05 0 0 0-.766-.32q-.447 0-.766.32-.32.32-.32.766c0 .446.107.553.32.766q.32.32.766.32m8.684 5.065q.447 0 .767-.32.319-.318.319-.765c0-.447-.107-.553-.32-.766a1.05 1.05 0 0 0-.766-.32q-.446 0-.766.32t-.32.766c0 .446.107.553.32.766q.32.32.766.32Z"/></svg> </span> <span class="share-dialog__button__share-text"> Share </span> <span class="screen-reader-text"> (Open dialog with sharing options) </span> </button> <dialog class="share-dialog__dialog" data-wp-bind--open="context.isOpen"> <span class="screen-reader-text"> Share Options: </span> <ul> <li class="share-dialog__item"> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.splcenter.org%2Fresources%2Freports%2Ffear-fema%2F&#038;t=Fear%20of%20FEMA" class="share-dialog__link share-dialog__link--facebook" target="_blank" rel="noopener noreferrer">Facebook<span class="screen-reader-text"> (Opens in a new tab)</span></a> </li> <li class="share-dialog__item"> <a href="https://www.threads.net/intent/post?url=https%3A%2F%2Fwww.splcenter.org%2Fresources%2Freports%2Ffear-fema%2F&#038;text=Fear%20of%20FEMA" class="share-dialog__link share-dialog__link--threads" target="_blank" rel="noopener noreferrer">Threads<span class="screen-reader-text"> (Opens in a new tab)</span></a> </li> <li class="share-dialog__item"> <a href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.splcenter.org%2Fresources%2Freports%2Ffear-fema%2F&#038;title=Fear%20of%20FEMA" class="share-dialog__link share-dialog__link--linkedin" target="_blank" rel="noopener noreferrer">LinkedIn<span class="screen-reader-text"> (Opens in a new tab)</span></a> </li> <li class="share-dialog__item"> <button class="share-dialog__link" data-wp-on--click="actions.copyLink"> <span data-wp-text="context.copyButtonText">Copy Link</span> </button> </li> </ul> </dialog> </div> </div> </div> <figure style="aspect-ratio:4/3;" class="wp-block-post-featured-image"><img src="https://www.splcenter.org/wp-content/uploads/2018/10/ir137_fema_hero.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image wp-image-40944 wp-post-40945" alt="ir137_fema_hero" style="width:100%;height:100%;object-fit:cover;" decoding="async" loading="lazy" /></figure> </div> </header> <div class="entry-content wp-block-post-content has-global-padding is-layout-constrained wp-block-post-content-is-layout-constrained"><p class="is-style-post-intro wp-block-paragraph">Around the country, a conspiracy theory about the government constructing secret concentration camps is taking on new life </p><p>MAXWELL AIR FORCE BASE, Ala. — It looks like nothing more than a 2,500-acre military complex, but sinister plans are afoot. One day soon — if it hasn’t happened already — law-abiding U.S. citizens will be rounded up and imprisoned here by their oppressive federal government. It’s perfectly obvious to anyone with eyes to see the traffic signs that direct FEMA trucks this way and that: This is one of the 800 or more detention camps being built by a government gone mad.</p> <p>At least that’s what more and more Americans believe. A fear that the federal government will concoct a pretense for declaring martial law and confine patriotic dissidents to concentration camps — a conspiracy theory that goes back decades and was especially prevalent during the militia movement of the 1990s — is spreading as the country experiences a surge in groups on the radical right.</p> <p>In the last year, FOX News personality <a href="/hatewatch/2009/09/04/putting-glenn-beck-truth-test-he-flunks-again">Glenn Beck</a> devoted airtime on three shows to the theory, saying he “wanted to debunk it” but could not. (He eventually did, but only after much criticism.) Oath Keepers, a conspiracy-minded police and military organization formed last spring, listed the 10 “Orders We Will Not Obey,” including any command to enforce martial law or herd Americans into concentration camps. And in September, William Lewis Films and Gary Franchi Productions released “<a href="/hatewatch/2010/03/11/unlikeliest-conspiracy-monger-colorado-public-tv">Camp FEMA: American Lockdown</a>,” a video that alleges the U.S. Federal Emergency Management Agency is behind the camps. Lewis is a veteran maker of conspiracy-minded videos; Franchi heads Restore the Republic, an antigovernment &#8220;Patriot&#8221; group with militia-like beliefs.&nbsp;</p> <p>The 90-minute film opens with newsreel footage of Japanese Americans being forced into internment camps on the West Coast during World War II and a narrator declaring that after the Sept. 11, 2001, terrorist attacks, the government “again went into open roundup mode.” He adds, “Is it possible history will repeat itself?” For the next 90 minutes, a Who’s Who of conspiracy diehards suggests that it is.</p> <p>Many of the purported detention camps are supposedly on military bases around the country, including some that are closed. The radical-right conspiracy theorists say that nearby railroad tracks and aircraft runways near many of these sites are proof there are FEMA camps in the vicinity, because this is how prisoners will be easily moved. They also claim that razor wire atop tall fences around some of these facilities provides a key clue to their real purpose. The razor edges are directed inward, not outward, they say, because they aren’t meant to keep out trespassers. They’re there to hold prisoners.</p> <p>One long-time Patriot conspiracy theorist, retired Phoenix police officer Jack McLamb, has gone so far as to claim that the government has placed unobtrusive colored dots on people’s mailboxes so that when martial law is declared, foreign troops serving the “New World Order” will know what’s to be done with the people at each address. A blue dot your mailbox: You’re taken to a FEMA camp. Pink: You’ll be used for slave labor. Red: You are shot in the head immediately.</p> <figure class="wp-block-image size-large aligncenter"><img width="585" height="258" data-dominant-color="76807e" data-has-transparency="false" style="--dominant-color: #76807e;" loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1ODUiIGhlaWdodD0iMjU4Ij48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9InJnYmEoMTUzLDE1MywxNTMsMC41KTtyZ2JhKDE1MywxNTMsMTUzLDAuMSk7cmdiYSgxNTMsMTUzLDE1MywwLjUpIiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz48L3JlY3Q+PC9zdmc+" alt="" class="wp-post-40945 wp-image-83635 not-transparent" data-public-id="fema1/fema1.jpg" data-format="jpg" data-transformations="f_auto,q_auto" data-version="1736796760" data-seo="1" data-responsive="1" data-size="585 258" data-delivery="upload" onload=";window.CLDBind?CLDBind(this):null;" data-cloudinary="lazy" /></figure> <p><strong>Myth at Maxwell</strong><br /> On a long list of murky origins that regularly circulates on the Internet, Maxwell Air Force Base is identified as already operating a civilian prison camp with a small support staff and inmate population. That’s true, but it’s a minimum-security federal prison camp with about 900 inmates, not a FEMA facility. And it’s hardly a secret facility — the prison is regularly mentioned in the newspapers and has been operating for years.</p> <p>Conspiracy theorists don’t say exactly where the supposed FEMA detention camp might be at Maxwell. But one of them shot a nine-minute video that appeared last year on YouTube and had been viewed by 1,491 people at press time. In it, the unnamed videographer locates what he thinks must be the spot. He points out orange road signs that say “FEMA Trucks” with arrows pointing to the routes they should follow. He eventually videotapes what he describes as a watchtower, dozens of large tents, an old ambulance, and what he says are picnic tables and games on the other side of a six-foot chain-link fence topped with razor wire. The fact that a low-slung building inside the wire has a loudspeaker on it is “awfully odd,” he asserts.&nbsp;</p> <p>In a silent, isolated corner of Maxwell is indeed the supposedly ominous tower, perhaps three dozen tents and other structures shown in the video. Some days, the only sign of life here is an occasional jogger. The place looks about as sinister as a deserted summer camp. There is razor wire atop the six-foot tall chain-link fence, but it is facing outward. The Air Force is trying to keep people out, not in.</p> <p>That’s because this is an officer-training site, not a secret FEMA concentration camp. Officers — even ROTC cadets — come here to train, sleeping in tents that are part of a simulated “deployed environment.” They are taught military skills including the basics of defending their base, land navigation and field medicine, Lt. Col. Mark Ramsey said during a recent tour of the site.</p> <p>On a 35-degree morning this January, 354 Air Force personnel were going through drills. There was no evidence of a detention camp — but there were innocent explanations for everything the anonymous videomaker discovered. The watchtower? It’s used for rappelling on one side, rocking climbing on another. The tent city? It’s meant to replicate austere battlefield conditions and has been there since 1999, says Phil Berube, a spokesman for the base. The ambulance? A prop “used by the officer trainees who will become military doctors and nurses to give a semblance of battlefield conditions,” he explains. It’s not even operable.</p> <p>The picnic tables and games? There are benches in open-air shelters, but no picnic tables. The shelters provide shade from Alabama’s searing summer heat and double as informal outdoor classrooms, Ramsey says. The “games” are a physically demanding obstacle course. That “awfully odd” speaker, the one mounted on that low-slung building? It’s affixed to a warehouse containing cots and sleeping bags, and is a means to alert those in training of urgent news, such as a violent storm approaching. And the tell-tale “FEMA Trucks” signs? They direct workers to staging areas on the base where they can coordinate efforts, collect supplies and respond to crises in the region, such as providing relief after a hurricane or tornado.</p> <p><strong>A Conspiracy Theory Takes Off</strong></p> <figure class="wp-block-image size-large alignright"><img width="250" height="213" data-dominant-color="667a85" data-has-transparency="false" style="--dominant-color: #667a85;" loading="lazy" decoding="async" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAiIGhlaWdodD0iMjEzIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9InJnYmEoMTUzLDE1MywxNTMsMC41KTtyZ2JhKDE1MywxNTMsMTUzLDAuMSk7cmdiYSgxNTMsMTUzLDE1MywwLjUpIiBkdXI9IjJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz48L3JlY3Q+PC9zdmc+" alt="" class="wp-post-40945 wp-image-83636 not-transparent" data-public-id="fema2/fema2.jpg" data-format="jpg" data-transformations="f_auto,q_auto" data-version="1736796757" data-seo="1" data-responsive="1" data-size="250 213" data-delivery="upload" onload=";window.CLDBind?CLDBind(this):null;" data-cloudinary="lazy" /></figure> <p>FEMA camp stories have been around a long time. Almost three decades ago, back in 1982, a newsletter of the extreme-right and anti-Semitic Posse Comitatus warned that “hardcore Patriots” would be imprisoned in FEMA detention camps. Some versions during the militia heyday of the 1990s had urban street gangs like the Bloods and the Crips, rather than domestic or foreign troops, rounding up antigovernment patriots.</p> <p>Conspiracy theorists often point to a front-page story in <em>The Miami Herald</em> back in 1987 as proof that, in the words of one of them, “FEMA is the executive arm of the coming police state and thus will head up all operations.” The story reported that between 1982 and 1984, Marine Lt. Col. Oliver North had helped draft a secret contingency plan to suspend the Constitution in the event of a national crisis, such as nuclear war, violent and widespread domestic dissent, or national opposition to a U.S. military invasion abroad. North would later become infamous for his part in the Iran-Contra affair, in which weapons were sold to intermediaries in Iran with the proceeds used to fund antigovernment “contra” rebels in Nicaragua.</p> <p>The plan was written for President Ronald Reagan in case he ever wanted to take such action. The newspaper also obtained a copy of a FEMA official’s 1982 memo that it reported was similar to a paper then-FEMA director Louis Guiffrida had written 12 years earlier. In the 1970 document, Guiffrida reportedly advocated martial law in case of a national uprising by black militants and the transferring of at least 21 million “American Negroes” to “assembly centers or relocations camps.”&nbsp;</p> <p>During the Iran-Contra hearings in 1987, Texas congressman Jack Brooks asked North about the newspaper’s findings. But Sen. Daniel Inouye of Hawaii, who chaired the Senate Select Committee on Iran-Contra, rapidly silenced him, telling the Democratic congressman he was getting into a “highly sensitive and classified area.” That was further proof of their claims, conspiracy buffs contend.</p> <p>But FEMA and its alleged plans for freedom-loving Americans are not the only government conspiracies that so-called Patriots and their fellow travelers love to hate. In a related vein, they also point to numerous presidential executive orders that they claim will allow the suspension of the Constitution and the Bill of Rights.&nbsp;</p> <p><strong>Executive Order Angst</strong><br /> Executive orders are nothing new. Presidents have issued them for more than 200 years, usually to direct federal agencies and officials in carrying out established laws or policies. Some have been momentous: Truman signed one that integrated the armed forces. Reagan issued one barring the use of federal money for advocating abortion. FEMA camp aficionados point to another executive order: One signed by Franklin D. Roosevelt that led to Japanese Americans on the West Coast being sent to internment camps for the remainder of World War II. Congress can overturn an executive order, although it requires a supermajority vote to do so. A president can sign an executive order rescinding an executive order of his predecessor. And the courts can overturn an executive order, although they have done so only twice.</p> <p>“It’s fair to say that more executive orders haven’t been struck down by the Supreme Court because most aren’t far reaching and ambitious … or they concern murky issues about separation of powers,” said Gregory Magarian, a law professor at Washington University in St. Louis and a constitutional law expert. The courts tend to be especially deferential to the government in wartime, he added.</p> <p>Like the conspiracy theorists, Magarian sees disturbing trends in how the government deals with political protests, including the creation of “free speech zones” and the collecting of information about protesters. But he finds it hard to imagine a scenario whereby a president could declare martial law and imprison innocent citizens. Historically, martial law has been declared only where there is widespread violence, and the response has been localized, Magarian says. He cites school integration as an example. The National Guard was called out in some cases, but only in communities were there was widespread racial strife.</p> <p>But websites like that run by a conspiracy-mongering group called Friends of Liberty are thick with worries about executive orders. That site lists 15 “Executive Orders associated with FEMA that would suspend the Constitution and the Bill of Rights” and that “could be enacted by the stroke of a Presidential pen.” The orders generally allow the government to take control of various industries in a state of emergency. Only one of the alleged orders actually mentions FEMA.&nbsp;</p> <p>Another, related conspiracy is supposedly the brainchild of U.S. Rep. Alcee Hastings (D-Fla.). When Hastings reintroduced a bill in January last year that would create six National Emergency Centers, <a href="http://www.splcenter.org/blog/?s=jerome+corsi&amp;submit">Jerome Corsi</a>, writing on the far-right WorldNetDaily website, said the measure “appears designed to create the type of detention center that those concerned about use of the military in domestic affairs fear could be used as concentration camps for political dissidents, such as occurred in Nazi Germany.” &nbsp;</p> <p>That’s the same Corsi who launched the Swift boat attacks on Sen. John Kerry after he became the Democratic Party nominee for president in 2004. Corsi has also insisted without proof that President Obama posted a fake birth certificate on his website in order to address groundless claims that he is not an American citizen. The “Camp FEMA” movie has a similar take as Corsi on the Hastings bill.</p> <p>Hastings’ vision: The centers would provide temporary housing, medical and other assistance for people displaced due to an emergency, as well as sites that would serve as centralized locations for training and coordination of first responders in the event of an emergency. The congressman’s state was clobbered by a series of hurricanes in 2004 and 2005. (Conspiracists claim FEMA’s response to Hurricane Katrina in 2005 was so poor because its primary mission had been changed from humanitarian efforts to being the government’s tool for imposing martial law.)</p> <p><strong>Curious and Curiouser</strong><br /> For all their talk about civilian detention camps, the conspiracy theorists are woefully vague on specifics. Their list of detention sites often gives the name of a military base or other facility and nothing more. When there is more information, it can be wildly speculative. In Pensacola, Fla., it “is believed that a facility may be carved out of the wilds.” One conspiracy theorist even claims “the largest of these facilities,” a “massive mental health facility” near Fairbanks, Alaska, “can hold approximately 2 million people.” (Alaska’s 2008 population was 686,000.)</p> <p>Another reputed current or future detention camp is at Fort Chaffee, Ark. The former Army base was transferred to the Arkansas Army National Guard in 1997 and is now a training facility. In recent years, chunks of the base’s land have been forfeited for redevelopment. Even so, the conspiracy theorists believe Fort Chafee has a new runway and a new camp facility that can hold 40,000 prisoners.</p> <p>“It’s kind of a laugh,” said Capt. Chris Heathscott, state public affairs officer for the Arkansas National Guard. A maximum of 7,000 soldiers can train at Fort Chafee, which couldn’t possibly accommodate 40,000 people, Heathscott said. There is no new camp, although some of the base’s old barracks were remodeled for use by soldiers and by Hurricane Katrina evacuees temporarily housed there.&nbsp;</p> <p>A federal prison camp at Allenwood, Pa. is supposed to be another potential concentration camp site. The FEMA camp list says it has only 300 inmates, but has the capacity to hold more than 15,000 people on 400 acres. There are, however, low-, medium- and high-security facilities on 640 acres, not 400. The total inmate population of the three prisons combined was 3,954 as of Dec. 17, a Bureau of Prisons spokeswoman said. “There is no way they can house 15,000 people out there,” spokeswoman Carla Wilson said.</p> <p><em>Popular Mechanics</em> magazine debunked some of the FEMA camp lore last year. An aerial photo, for example, of what supposedly was a detention camp in Wyoming was shown by the magazine to be a North Korean prison camp. And the 500,000 plastic, air-tight coffins supposedly stored in Atlanta, perhaps to bury plague or biological warfare victims? That was about 50,000 polypropylene burial vaults manufactured by a company for routine use in preventing the collapse of burial plots. But facts like these have not slowed the conspiracy theorists.</p> <p>Ultimately, belief in FEMA detention camps requires one to conclude that nobody has ever escaped from one and told their story. It means believing that not one camp worker has breathed a word about his or her job. It requires assuming that not one of America’s 100 senators or 435 congressmen knows of the camps or, if they do, none is alarmed enough to call for hearings. It means believing that not a single ambitious journalist connected to a national media outlet has delved into this dastardly plan. And it requires one to assume that such innocuous things as the “FEMA Trucks” signs at the Maxwell AFB — in plain view of thousands of motorists — actually betray a terrible secret.</p> <p>But the Patriots and other conspiracy theorists who circulate these theories — and they have moved in recent times from that fringe into the so-called “tea parties” and other populist and nativist groups — believe all of that, and believe it with a passion. When Glenn Beck finally conceded there was no evidence of FEMA camps, Texas radio conspiracist <a href="/fighting-hate/intelligence-report/2010/meet-patriots?page=0%2C1">Alex Jones</a> angrily responded by calling the FOX host, among other things, “an operative,” a “sick bastard” and “a piece of crap.”</p> <p>The narrator of the video taken outside Maxwell Air Force Base purporting to show a FEMA camp may have inadvertently summed up detention camp conspiracy theories best. &nbsp;As he neared the end of his faux exposé, he said, “You can come up with whatever story you want to come up with.”</p> </div> </main> <footer class="wp-block-template-part wp-block-template-part--footer"> <div class="wp-block-group is-style-footer is-style-splc/footer is-style-splc-footer has-global-padding is-layout-constrained wp-container-core-group-is-layout-31 wp-block-group-is-layout-constrained"> <div class="wp-block-group alignwide footer-header is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-24 wp-block-group-is-layout-flex"> <h2 class="wp-block-heading" id="get-the-latest-updates-from-southern-poverty-law-center">Get the latest updates from <br>Southern Poverty Law Center.</h2> <div class="wp-block-group splc-gform-wrapper is-layout-flow wp-block-group-is-layout-flow" style="padding-right:0;padding-left:0"><p class="wp-block-shortcode"><script type="text/javascript"> //---------------------------------------------------------- //------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS ------- //----------------------------------------------------------</p> <p>if ( ! gform ) { document.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } ); document.addEventListener( 'gform/theme/scripts_loaded', function() { gform.themeScriptsLoaded = true; } ); window.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );</p> <p> var gform = { domLoaded: false, scriptsLoaded: false, themeScriptsLoaded: false, isFormEditor: () => typeof InitializeEditor === 'function',</p> <p> /** * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated. * @remove-in 3.1 this function will not check for gform.isFormEditor(). */ callIfLoaded: function ( fn ) { if ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) { if ( gform.isFormEditor() ) { console.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' ); } fn(); return true; } return false; },</p> <p> /** * Call a function when all scripts are loaded * * @param function fn the callback function to call when all scripts are loaded * * @returns void */ initializeOnLoaded: function( fn ) { if ( ! gform.callIfLoaded( fn ) ) { document.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } ); document.addEventListener( 'gform/theme/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } ); window.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } ); } },</p> <p> hooks: { action: {}, filter: {} }, addAction: function( action, callable, priority, tag ) { gform.addHook( 'action', action, callable, priority, tag ); }, addFilter: function( action, callable, priority, tag ) { gform.addHook( 'filter', action, callable, priority, tag ); }, doAction: function( action ) { gform.doHook( 'action', action, arguments ); }, applyFilters: function( action ) { return gform.doHook( 'filter', action, arguments ); }, removeAction: function( action, tag ) { gform.removeHook( 'action', action, tag ); }, removeFilter: function( action, priority, tag ) { gform.removeHook( 'filter', action, priority, tag ); }, addHook: function( hookType, action, callable, priority, tag ) { if ( undefined == gform.hooks[hookType][action] ) { gform.hooks[hookType][action] = []; } var hooks = gform.hooks[hookType][action]; if ( undefined == tag ) { tag = action + '_' + hooks.length; } if( priority == undefined ){ priority = 10; }</p> <p> gform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } ); }, doHook: function( hookType, action, args ) {</p> <p> // splice args from object into array and remove first index which is the hook name args = Array.prototype.slice.call(args, 1);</p> <p> if ( undefined != gform.hooks[hookType][action] ) { var hooks = gform.hooks[hookType][action], hook; //sort by priority hooks.sort(function(a,b){return a["priority"]-b["priority"]});</p> <p> hooks.forEach( function( hookItem ) { hook = hookItem.callable;</p> <p> if(typeof hook != 'function') hook = window[hook]; if ( 'action' == hookType ) { hook.apply(null, args); } else { args[0] = hook.apply(null, args); } } ); } if ( 'filter'==hookType ) { return args[0]; } }, removeHook: function( hookType, action, priority, tag ) { if ( undefined != gform.hooks[hookType][action] ) { var hooks = gform.hooks[hookType][action]; hooks = hooks.filter( function(hook, index, arr) { var removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority); return !removeHook; } ); gform.hooks[hookType][action] = hooks; } } }; } </script></p> <div class='gf_browser_ie gf_browser_ie7 gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_3' > <style>#gform_wrapper_3[data-form-index="0"].gform-theme,[data-parent-form="3_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style> <div id='gf_3' class='gform_anchor' tabindex='-1'></div> <div class='gform_heading'> <p class='gform_description'> </p></div> <form method='post' enctype='multipart/form-data' target='gform_ajax_frame_3' id='gform_3' action='/resources/reports/fear-fema/#gf_3' data-formid='3' novalidate> <div class='gform-body gform_body'> <div id='gform_fields_3' class='gform_fields top_label form_sublabel_below description_below validation_below'> <div id="field_3_1" class="gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_3_1" ><label class='gfield_label gform-field-label' for='input_3_1'>Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label></p> <div class='ginput_container ginput_container_email'> <input name='input_1' id='input_3_1' type='email' value='' class='large' placeholder='Your Email Address' aria-required="true" aria-invalid="false" /> </div> </div> <div id="field_submit" class="gfield gfield--type-submit gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-field-class="gform_editor_submit_container" data-field-position="inline" data-js-reload="true" ><input type='submit' id='gform_submit_button_3' class='gform-button gform-button--white button' onclick='gform.submission.handleButtonClick(this);' value='Subscribe' /></div> </div> </div> <div class='gform-footer gform_footer top_label'> <input type='hidden' name='gform_ajax' value='form_id=3&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=orbital&amp;styles=[]&amp;hash=3f072b9d72c95e3941545ae9bc17d622' /><br /> <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_3' value='iframe' /><br /> <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_3' id='gform_theme_3' value='orbital' /><br /> <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_3' id='gform_style_settings_3' value='[]' /><br /> <input type='hidden' class='gform_hidden' name='is_submit_3' value='1' /><br /> <input type='hidden' class='gform_hidden' name='gform_submit' value='3' /></p> <p> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /><br /> <input type='hidden' class='gform_hidden' name='state_3' value='WyJbXSIsIjdkMzNhMzE5MzE2MzY5ZjlmYTRjZjk4YWQwN2Y4YTY4Il0=' /><br /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_3' id='gform_target_page_number_3' value='0' /><br /> <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_3' id='gform_source_page_number_3' value='1' /><br /> <input type='hidden' name='gform_field_values' value='' /></p></div> </p></form> </p></div> <p> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_3' id='gform_ajax_frame_3' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe><br /> <script> gform.initializeOnLoaded( function() {gformInitSpinner( 3, 'https://www.splcenter.org/wp-content/plugins/gravityforms/images/spinner.svg', false );jQuery('#gform_ajax_frame_3').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_3');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_3').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_3').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_3').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_3').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_3').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_3').val();gformInitSpinner( 3, 'https://www.splcenter.org/wp-content/plugins/gravityforms/images/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [3, current_page]);window['gf_submitting_3'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_3').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_3').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [3]);window['gf_submitting_3'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_3').text());}else{jQuery('#gform_3').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "3", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_3" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_3"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_3" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [3, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 3, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 3, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); </script></p> </div> </div> <div class="wp-block-group alignwide footer-navigation is-layout-flow wp-block-group-is-layout-flow" style="font-style:normal;font-weight:500"> <div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-25 wp-block-group-is-layout-flex" style="padding-right:0;padding-left:0"><nav class="is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-13 wp-block-navigation-is-layout-flex" aria-label="Footer First Column"><ul class="wp-block-navigation__container is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/racial-justice-issues/"><span class="wp-block-navigation-item__label">Racial Justice Issues</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="/resources"><span class="wp-block-navigation-item__label">Find Resources</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="/state-support"><span class="wp-block-navigation-item__label">State Support</span></a></li></ul></nav> <nav class="is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-14 wp-block-navigation-is-layout-flex" aria-label="Footer Second Column"><ul class="wp-block-navigation__container is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/"><span class="wp-block-navigation-item__label">Support Us</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/careers/"><span class="wp-block-navigation-item__label">Careers</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/class-action-lawsuits/"><span class="wp-block-navigation-item__label">Class Action Lawsuits</span></a></li></ul></nav> <nav class="is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-15 wp-block-navigation-is-layout-flex" aria-label="Footer Third Column"><ul class="wp-block-navigation__container is-vertical wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/presscenter/"><span class="wp-block-navigation-item__label">Press Center</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="/contact-us/"><span class="wp-block-navigation-item__label">Contact Us</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/support-us/member-center/"><span class="wp-block-navigation-item__label">Member Center</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/civil-rights-memorial/"><span class="wp-block-navigation-item__label">The Civil Rights Memorial Center</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.learningforjustice.org/"><span class="wp-block-navigation-item__label">Learning for Justice</span></a></li></ul></nav></div> </div> <div class="wp-block-group alignwide footer-content has-global-padding is-layout-constrained wp-container-core-group-is-layout-30 wp-block-group-is-layout-constrained" style="margin-top:0;margin-bottom:0"> <div class="wp-block-group alignwide is-layout-flex wp-container-core-group-is-layout-27 wp-block-group-is-layout-flex" style="padding-right:0;padding-left:0"><div class="wp-block-site-logo"><img loading="lazy" width="69" height="82" src="https://www.splcenter.org/wp-content/uploads/2024/11/logo_splc.svg" class="custom-logo" alt="SPLC" decoding="async" /></div> <ul class="wp-block-social-links has-normal-icon-size has-icon-color is-style-logos-only is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex"><li style="color: var(--wp--custom--color--neutrals--white); " class="wp-social-link wp-social-link-facebook has-white-color wp-block-social-link"><a href="https://www.facebook.com/SPLCenter" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Facebook</span></a></li> <li style="color: var(--wp--custom--color--neutrals--white); " class="wp-social-link wp-social-link-instagram has-white-color wp-block-social-link"><a href="https://www.instagram.com/splcenter" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Instagram</span></a></li> <li style="color: var(--wp--custom--color--neutrals--white); " class="wp-social-link wp-social-link-youtube has-white-color wp-block-social-link"><a href="https://www.youtube.com/@SPLCenter" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg><span class="wp-block-social-link-label screen-reader-text">YouTube</span></a></li></ul> </div> <div class="wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow" style="padding-right:0;padding-left:0"> <p class="has-sm-font-size wp-block-paragraph">SPLC is a nonprofit, tax-exempt 501(c)(3) organization (EIN: 63-0598743)</p> <p class="has-sm-font-size wp-block-paragraph">The Southern Poverty Law Center<br>400 Washington Avenue<br>Montgomery, AL 36104</p> </div> <div class="wp-block-group alignwide is-layout-flex wp-block-group-is-layout-flex" style="padding-right:0;padding-left:0"><nav class="has-xs-font-size wp-block-navigation is-layout-flex wp-block-navigation-is-layout-flex" aria-label="Footer Navigation"><ul class="wp-block-navigation__container has-xs-font-size wp-block-navigation has-xs-font-size"><li class="has-xs-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/privacy-policy-terms/"><span class="wp-block-navigation-item__label">Privacy &amp; Terms</span></a></li><li class="has-xs-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.splcenter.org/accessibility/"><span class="wp-block-navigation-item__label">Accessibility Statement</span></a></li></ul></nav> <p class="has-xs-font-size wp-container-content-2 wp-block-paragraph">© Copyright 2025 SPLC. All Rights Reserved.</p> </div> </div> </div> </footer></div> <script type="application/json" id="wp-script-module-data-@wordpress/interactivity"> {"config":{"splc/site-header":{"debug":false,"navigationBreakpoint":960,"enableHeadroom":true,"headroomOptions":{"offset":{"up":100,"down":100},"tolerance":0,"classes":{"initial":"headroom--initialized","pinned":"is-pinned","unpinned":"is-unpinned","top":"is-top","notTop":"not-top","bottom":"is-bottom","notBottom":"not-bottom"}},"focusableSelectors":["a[href]","input:not([disabled]):not([type=\"hidden\"]):not([aria-hidden])","select:not([disabled]):not([aria-hidden])","textarea:not([disabled]):not([aria-hidden])","button:not([disabled]):not([aria-hidden])","[contenteditable]","[tabindex]:not([tabindex^=\"-\"])"],"childRegions":["mega-menu-donate","mega-menu-racial-justice-issues","mega-menu-find-resources","mega-menu-state-support"],"REGIONS":{"SEARCH":"search","MOBILE_NAVIGATION":"mobile-navigation"}},"splc/navigation":{"icons":{"open":{"iconSet":"uikit","icon":"menu"},"close":{"iconSet":"uikit","icon":"close"}}},"splc/search-button":{"icons":{"open":{"iconSet":"uikit","icon":"search"},"close":{"iconSet":"uikit","icon":"close"}}}},"state":{"splc/site-header":{"isMobileNavigation":false,"isMobileNavigationExpanded":false,"hasSearch":false,"isSearchExpanded":false,"isInitialized":false,"expandedRegion":false,"triggerElement":null,"headroom":{"isPinned":false,"isTop":true,"isBottom":false},"debug":false,"isMegaMenuExpanded":false}}} </script> <script src="https://www.splcenter.org/wp-includes/js/dist/dom-ready.js?ver=5b9fa8df0892dc9a7c41" id="wp-dom-ready-js"></script> <script src="https://www.splcenter.org/wp-includes/js/dist/hooks.js?ver=5b4ec27a7b82f601224a" id="wp-hooks-js"></script> <script src="https://www.splcenter.org/wp-includes/js/dist/i18n.js?ver=2aff907006e2aa00e26e" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src="https://www.splcenter.org/wp-includes/js/dist/a11y.js?ver=55ca8e5ef2be0319312c" id="wp-a11y-js"></script> <script defer='defer' src="https://www.splcenter.org/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.9.3" id="gform_placeholder-js"></script> <script defer='defer' src="https://www.splcenter.org/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=ddd2702ee024d421149a5e61416f1ff5" id="gform_gravityforms_theme_vendors-js"></script> <script id="gform_gravityforms_theme-js-extra"> var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"57b47a29fd8d8ea088d3abda805294be"},"ajax":{"ajaxurl":"https:\/\/www.splcenter.org\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"9100ada6f6","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/www.splcenter.org\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"30c6bab340"}; </script> <script defer='defer' src="https://www.splcenter.org/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=cd31c16637eeae0b20e422009e5a8b28" id="gform_gravityforms_theme-js"></script> <script id="wp-block-template-skip-link-js-after"> ( function() { var skipLinkTarget = document.querySelector( 'main' ), sibling, skipLinkTargetID, skipLink; // Early exit if a skip-link target can't be located. if ( ! skipLinkTarget ) { return; } /* * Get the site wrapper. * The skip-link will be injected in the beginning of it. */ sibling = document.querySelector( '.wp-site-blocks' ); // Early exit if the root element was not found. if ( ! sibling ) { return; } // Get the skip-link target's ID, and generate one if it doesn't exist. skipLinkTargetID = skipLinkTarget.id; if ( ! skipLinkTargetID ) { skipLinkTargetID = 'wp--skip-link--target'; skipLinkTarget.id = skipLinkTargetID; } // Create the skip link. skipLink = document.createElement( 'a' ); skipLink.classList.add( 'skip-link', 'screen-reader-text' ); skipLink.href = '#' + skipLinkTargetID; skipLink.innerHTML = 'Skip to content'; // Inject the skip link. sibling.parentElement.insertBefore( skipLink, sibling ); }() ); </script> <script src="https://www.splcenter.org/wp-content/mu-plugins/ui-kit-animate-blocks//dist/js/animate-blocks-view-script.js?ver=8defe4ae065fba96fc86" id="animate-blocks-js"></script> <script src="https://www.splcenter.org/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.7" id="page-links-to-js"></script> <script> (function() { var expirationDate = new Date(); expirationDate.setTime( expirationDate.getTime() + 31536000 * 1000 ); document.cookie = "pll_language=en; expires=" + expirationDate.toUTCString() + "; path=; secure; SameSite=Lax"; }()); </script> <script> gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 3) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); </script> <script> gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "3", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_3" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_3"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_3" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [3, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 3, currentPage: 1 } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 3, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10