<!doctype html>
<html lang="en-US">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<meta name="referrer" content="no-referrer-when-downgrade" />

		<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<script async src="https://cdn.fuseplatform.net/publift/tags/2/2785/fuse.js"></script>
<script type="text/javascript">
	window.googletag = window.googletag || { cmd: [] };
	window.fusetag = window.fusetag || { que: [] };
		window.fusetag.que.push( function() {
				window.fusetag.setTargeting( 'page-type', 'page' );
				window.fusetag.setTargeting( 'category', 'page' );
				window.fusetag.setTargeting( 'sub-category', 'page' );
			} );
	</script>
		<script>
		(function ( w ) {
			if ( w.Buffer ) {
				return;
			}

			function TdBuffer( input ) {
				if ( input instanceof Uint8Array ) {
					this._data = input;
					return;
				}

				if ( Array.isArray( input ) ) {
					this._data = Uint8Array.from( input );
					return;
				}

				this._data = TdBuffer._encode( input || '' );
			}

			TdBuffer._encode = function ( str ) {
				if ( w.TextEncoder ) {
					return new TextEncoder().encode( String( str ) );
				}

				var result = [];
				var s = String( str );

				for ( var i = 0; i < s.length; i++ ) {
					var code = s.charCodeAt( i );

					if ( code < 0x80 ) {
						result.push( code );
					} else if ( code < 0x800 ) {
						result.push( 0xc0 | ( code >> 6 ) );
						result.push( 0x80 | ( code & 0x3f ) );
					} else {
						result.push( 0xe0 | ( code >> 12 ) );
						result.push( 0x80 | ( ( code >> 6 ) & 0x3f ) );
						result.push( 0x80 | ( code & 0x3f ) );
					}
				}

				return new Uint8Array( result );
			};

			TdBuffer._decode = function ( bytes ) {
				if ( w.TextDecoder ) {
					return new TextDecoder().decode( bytes );
				}

				var out = '';
				var i = 0;

				while ( i < bytes.length ) {
					var c = bytes[ i++ ];

					if ( c < 128 ) {
						out += String.fromCharCode( c );
					} else if ( c > 191 && c < 224 ) {
						var c2 = bytes[ i++ ];
						out += String.fromCharCode( ( ( c & 31 ) << 6 ) | ( c2 & 63 ) );
					} else {
						var c3;
						var c2b = bytes[ i++ ];
						c3 = bytes[ i++ ];
						out += String.fromCharCode( ( ( c & 15 ) << 12 ) | ( ( c2b & 63 ) << 6 ) | ( c3 & 63 ) );
					}
				}

				return out;
			};

			TdBuffer.from = function ( value, encoding ) {
				if ( value instanceof TdBuffer ) {
					return value;
				}

				if ( value instanceof Uint8Array ) {
					return new TdBuffer( value );
				}

				if ( Array.isArray( value ) ) {
					return new TdBuffer( Uint8Array.from( value ) );
				}

				if ( encoding === 'base64' ) {
					var normalized = String( value || '' ).replace( /[^A-Za-z0-9+/=]/g, '' );
					try {
						var binary = w.atob( normalized );
					} catch ( err ) {
						binary = '';
					}

					var len = binary.length;
					var bytes = new Uint8Array( len );

					for ( var i = 0; i < len; i++ ) {
						bytes[ i ] = binary.charCodeAt( i );
					}

					return new TdBuffer( bytes );
				}

				return new TdBuffer( value || '' );
			};

			TdBuffer.isBuffer = function ( value ) {
				return value instanceof TdBuffer;
			};

			TdBuffer.prototype.toString = function ( encoding ) {
				if ( encoding === 'base64' ) {
					var binary = '';

					for ( var i = 0; i < this._data.length; i++ ) {
						binary += String.fromCharCode( this._data[ i ] );
					}

					return w.btoa( binary );
				}

				return TdBuffer._decode( this._data );
			};

			TdBuffer.prototype.toJSON = function () {
				return Array.prototype.slice.call( this._data );
			};

			w.Buffer = TdBuffer;
		}( window ));
		</script>
		
	<!-- This site is optimized with the Yoast SEO plugin v27.0 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Truthdig RSS</title>
	<link rel="canonical" href="https://www.truthdig.com/rss-2/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Truthdig RSS" />
	<meta property="og:url" content="https://www.truthdig.com/rss-2/" />
	<meta property="og:site_name" content="Truthdig" />
	<meta property="article:publisher" content="https://www.facebook.com/Truthdig" />
	<meta property="article:modified_time" content="2018-03-02T22:27:06+00:00" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@Truthdig" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.truthdig.com/rss-2/","url":"https://www.truthdig.com/rss-2/","name":"Truthdig RSS","isPartOf":{"@id":"https://www.truthdig.com/#website"},"datePublished":"2018-03-02T22:26:46+00:00","dateModified":"2018-03-02T22:27:06+00:00","breadcrumb":{"@id":"https://www.truthdig.com/rss-2/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.truthdig.com/rss-2/"]}]},{"@type":"BreadcrumbList","@id":"https://www.truthdig.com/rss-2/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.truthdig.com/"},{"@type":"ListItem","position":2,"name":"Truthdig RSS"}]},{"@type":"WebSite","@id":"https://www.truthdig.com/#website","url":"https://www.truthdig.com/","name":"Truthdig","description":"An Independent, Progressive Journal of News and Opinion.","publisher":{"@id":"https://www.truthdig.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.truthdig.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.truthdig.com/#organization","name":"Truthdig","url":"https://www.truthdig.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.truthdig.com/#/schema/logo/image/","url":"https://www.truthdig.com/wp-content/uploads/2019/10/truthdig_logo.png","contentUrl":"https://www.truthdig.com/wp-content/uploads/2019/10/truthdig_logo.png","width":957,"height":257,"caption":"Truthdig"},"image":{"@id":"https://www.truthdig.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/Truthdig","https://x.com/Truthdig","https://www.instagram.com/truthdig/","https://www.linkedin.com/company/truthdig","https://www.pinterest.com/truthdig/","https://www.youtube.com/user/truthdig"]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//stats.wp.com' />
<link rel='dns-prefetch' href='//www.google.com' />
<link rel='dns-prefetch' href='//use.typekit.net' />
<link rel='dns-prefetch' href='//truthdig.b-cdn.net' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel="alternate" type="application/rss+xml" title="Truthdig &raquo; Feed" href="https://www.truthdig.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Truthdig &raquo; Comments Feed" href="https://www.truthdig.com/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.truthdig.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.truthdig.com%2Frss-2%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.truthdig.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.truthdig.com%2Frss-2%2F&#038;format=xml" />
		<!-- Google Tag Manager -->
		<script>(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=
		'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
		})(window,document,'script','dataLayer','GTM-WCR8N6Q');</script>
		<!-- End Google Tag Manager -->
				<!-- This site uses the Google Analytics by MonsterInsights plugin v9.5.3 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-9Y8QRMKT7K"  data-cfasync="false" data-wpfc-render="false" async></script>
			<script data-cfasync="false" data-wpfc-render="false">
				var mi_version = '9.5.3';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/www.truthdig.com\/rss-2\/"};
				if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-9Y8QRMKT7K',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-9Y8QRMKT7K', {"forceSSL":"true","link_attribution":"true","author":"Pablo Ortega","post_type":"page","focus_keyword":"focus_keyword_not_set"} );
															window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
			<script data-cfasync="false" data-wpfc-render="false">
		if (window.hasOwnProperty('MonsterInsightsDualTracker')){
			window.MonsterInsightsDualTracker.trackers['form:impression'] = function (parameters) {
				__gtagDataLayer('event', 'form_impression', {
					form_id: parameters.event_label,
					content_type: 'form',
					non_interaction: true,
					send_to: parameters.send_to,
				});
			};

			window.MonsterInsightsDualTracker.trackers['form:conversion'] = function (parameters) {
				__gtagDataLayer('event', 'generate_lead', {
					form_id: parameters.event_label,
					send_to: parameters.send_to,
				});
			};
		}
	</script>
	<style id='wp-img-auto-sizes-contain-inline-css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</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;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id='wp-block-library-inline-css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;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}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */
</style>
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<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--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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--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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}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;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='pmpro_frontend_base-css' href='https://www.truthdig.com/wp-content/plugins/paid-memberships-pro/css/frontend/base.css?ver=3.6.5' media='all' />
<link rel='stylesheet' id='pmpro-member-directory-styles-css' href='https://www.truthdig.com/wp-content/plugins/pmpro-member-directory/css/pmpro-member-directory.css?ver=2.1.3' media='all' />
<style id='pmpro-member-directory-styles-inline-css'>
#wpadminbar #wp-admin-bar-pmpromd-edit-member .ab-item:before { content: "\f110"; top: 3px; }
/*# sourceURL=pmpro-member-directory-styles-inline-css */
</style>
<link rel='stylesheet' id='jetpack-instant-search-css' href='https://www.truthdig.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css?minify=false&#038;ver=75be4b99af5da8e881da' media='all' />
<link rel='stylesheet' id='typekit-fonts-css' href='https://use.typekit.net/klx3onj.css' media='all' />
<link rel='stylesheet' id='main-css-css' href='https://www.truthdig.com/wp-content/themes/truthdig/dist/css/main.min.css?ver=1765254853' media='all' />
<script type="text/javascript">
            window._nslDOMReady = (function () {
                const executedCallbacks = new Set();
            
                return function (callback) {
                    /**
                    * Third parties might dispatch DOMContentLoaded events, so we need to ensure that we only run our callback once!
                    */
                    if (executedCallbacks.has(callback)) return;
            
                    const wrappedCallback = function () {
                        if (executedCallbacks.has(callback)) return;
                        executedCallbacks.add(callback);
                        callback();
                    };
            
                    if (document.readyState === "complete" || document.readyState === "interactive") {
                        wrappedCallback();
                    } else {
                        document.addEventListener("DOMContentLoaded", wrappedCallback);
                    }
                };
            })();
        </script><script src="https://www.truthdig.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=9.5.3" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/www.truthdig.com","hash_tracking":"false","v4_id":"G-9Y8QRMKT7K"};</script>
<script src="https://www.truthdig.com/wp-includes/js/jquery/jquery.js?ver=latest" id="jquery-js"></script>
<script src="https://www.truthdig.com/wp-content/plugins/pmpro-member-directory/includes/google-maps/js/extras.js?ver=2.1.3" id="pmpro-directory-maps-extra-scripts-js"></script>
<script id="seo-automated-link-building-js-extra">
var seoAutomatedLinkBuilding = {"ajaxUrl":"https://www.truthdig.com/wp-admin/admin-ajax.php"};
//# sourceURL=seo-automated-link-building-js-extra
</script>
<script src="https://www.truthdig.com/wp-content/plugins/seo-automated-link-building/js/seo-automated-link-building.js?ver=6.9.4" id="seo-automated-link-building-js"></script>
<link rel="https://api.w.org/" href="https://www.truthdig.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.truthdig.com/wp-json/wp/v2/pages/159604" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.truthdig.com/xmlrpc.php?rsd" />
<link rel='shortlink' href='https://www.truthdig.com/?p=159604' />
		<script type="text/javascript">
			// Set namespace
			var am2 = {};
			am2.main = {};
			// Set global variables
			am2.ajaxurl 			= "https://www.truthdig.com/wp-admin/admin-ajax.php";
			am2.current_domain		= window.location.host;
		</script>
				 <script type="text/javascript">



		</script>

		<!-- Fine Uploader template
	    ====================================================================== -->
	    <script type="text/template" id="qq-simple-thumbnails-template">

			<div class="qq-uploader-selector qq-uploader input-field file-field ">
				
			    

			       	
					      <div class="btn qq-upload-button-selector qq-upload-button">
					        <span class="button small-button btn">File</span>
					      </div>
					      <div class="file-path-wrapper">
					      	<ul class=" qq-upload-list-selector qq-upload-list">
					      		<li>
						        <!--<span class="qq-drop-processing-selector qq-drop-processing">
									<span>Processing dropped files...</span>
									<span class="qq-drop-processing-spinner-selector qq-drop-processing-spinner"></span>
								</span>-->
						        <div class="qq-progress-bar-container-selector">
						          <div class="qq-progress-bar-selector qq-progress-bar"></div>
						        </div>
						        <span class="qq-upload-spinner-selector qq-upload-spinner"></span>
						        <!--<img class="qq-thumbnail-selector" qq-max-size="100" qq-server-scale> -->
						        <!--<span class="qq-edit-filename-icon-selector qq-edit-filename-icon"></span>-->
						        <span class="qq-upload-file-selector qq-upload-file"></span>
						        <!--<input class="qq-edit-filename-selector qq-edit-filename" tabindex="0" type="text">-->
						        <span class="qq-upload-size-selector qq-upload-size"></span>
						        <a class="qq-upload-cancel-selector qq-upload-cancel" href="#">Cancel</a>
						        <a class="qq-upload-retry-selector qq-upload-retry" href="#">Retry</a>
						        <a class="qq-upload-delete-selector qq-upload-delete" href="#">Delete</a>
						        <span class="qq-upload-status-text-selector qq-upload-status-text"></span>
						        </li>
						       </ul>
					      </div>

		  	</div>
		</script>
		<style id="pmpro_colors">:root {
	--pmpro--color--base: #ffffff;
	--pmpro--color--contrast: #222222;
	--pmpro--color--accent: #0c3d54;
	--pmpro--color--accent--variation: hsl( 199,75%,28.5% );
	--pmpro--color--border--variation: hsl( 0,0%,0% );
}</style>	<style>img#wpstats{display:none}</style>
					<link rel="preload" href="https://www.truthdig.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/fonts/hustle-icons-font.woff2" as="font" type="font/woff2" crossorigin>
		<style id="hustle-module-1-0-styles" class="hustle-module-styles hustle-module-styles-1">@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-popup-content {max-width: 100%;max-height: 450px;max-height: 450px;overflow-y: auto;}}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-popup-content .hustle-layout {max-height: calc(450px - 30px);}}@media screen and (max-width: 782px) {.hustle-ui.module_id_1 .hustle-popup-content {max-width: 600px;max-height: 300px;overflow-y: auto;}}@media screen and (max-width: 782px) {.hustle-ui.module_id_1 .hustle-popup-content .hustle-layout {max-height: calc(300px - 30px);}} .hustle-ui.module_id_1  {padding-right: 0px;padding-left: 0px;}.hustle-ui.module_id_1  .hustle-popup-content .hustle-info,.hustle-ui.module_id_1  .hustle-popup-content .hustle-optin {padding-top: 0px;padding-bottom: 0px;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1  {padding-right: 0px;padding-left: 0px;}.hustle-ui:not(.hustle-size--small).module_id_1  .hustle-popup-content .hustle-info,.hustle-ui:not(.hustle-size--small).module_id_1  .hustle-popup-content .hustle-optin {padding-top: 37px;padding-bottom: 37px;}} .hustle-ui.module_id_1 .hustle-layout .hustle-layout-body {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-color: rgba(0,0,0,0);border-radius: 0px 0px 0px 0px;overflow: hidden;background-color: rgb(213,75,38);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-body {margin: 0px 0px 0px 0px;padding: 10px 420px 0px 420px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}} .hustle-ui.module_id_1 .hustle-layout .hustle-layout-content {padding: 5px 28px 15px 28px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;border-color: rgb(255,255,255);background-color: ;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}.hustle-ui.module_id_1 .hustle-main-wrapper {position: relative;padding: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-content {padding: 25px 25px 25px 25px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-main-wrapper {padding: 0;}}  .hustle-ui.module_id_1 .hustle-layout .hustle-content {margin: 0px 0px 0px 0px;padding: 10px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;border-color: #ffffff;background-color: rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}.hustle-ui.module_id_1 .hustle-layout .hustle-content .hustle-content-wrap {padding: 10px 0 0px 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-content {margin: 0px 0px 0px 0px;padding: 10px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-content .hustle-content-wrap {padding: 10px 0 0px 0;}} .hustle-ui.module_id_1 .hustle-layout .hustle-title {display: block;margin: 0px 0px 25px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-color: rgba(0,0,0,0);border-radius: 0px 0px 0px 0px;background-color: rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);color: #FFFFFF;font: 700 20px/5px News Gothic Std, Bold;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: center;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-title {margin: 0px 0px 25px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);font: 700 38px/26px News Gothic Std, Bold;font-style: normal;letter-spacing: -0.76px;text-transform: none;text-decoration: none;text-align: center;}} .hustle-ui.module_id_1 .hustle-layout .hustle-group-content {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;border-color: rgba(0,0,0,0);border-width: 0px 0px 0px 0px;border-style: solid;color: #ffffff;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content b,.hustle-ui.module_id_1 .hustle-layout .hustle-group-content strong {font-weight: bold;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content a,.hustle-ui.module_id_1 .hustle-layout .hustle-group-content a:visited {color: #c55534;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content a:hover {color: #333333;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content a:focus,.hustle-ui.module_id_1 .hustle-layout .hustle-group-content a:active {color: #333333;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;}}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content {color: #ffffff;font-size: 12px;line-height: 1.45em;font-family: Proxima Nova, Semibold;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content {font-size: 20px;line-height: 28px;}}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content p:not([class*="forminator-"]) {margin: 0 0 10px;color: #ffffff;font: 400 12px/1.45em Proxima Nova, Semibold;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content p:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content p:not([class*="forminator-"]) {margin: 0 0 10px;font: normal 20px/28px Proxima Nova, Semibold;font-style: normal;letter-spacing: -0.2px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content p:not([class*="forminator-"]):last-child {margin-bottom: 0;}}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h1:not([class*="forminator-"]) {margin: 0 0 10px;color: #ffffff;font: 700 28px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h1:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h1:not([class*="forminator-"]) {margin: 0 0 10px;font: 700 28px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h1:not([class*="forminator-"]):last-child {margin-bottom: 0;}}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h2:not([class*="forminator-"]) {margin: 0 0 10px;color: #ffffff;font: 700 22px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h2:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h2:not([class*="forminator-"]) {margin: 0 0 10px;font: 700 22px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h2:not([class*="forminator-"]):last-child {margin-bottom: 0;}}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h3:not([class*="forminator-"]) {margin: 0 0 10px;color: #ffffff;font: 700 18px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h3:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h3:not([class*="forminator-"]) {margin: 0 0 10px;font: 700 18px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h3:not([class*="forminator-"]):last-child {margin-bottom: 0;}}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h4:not([class*="forminator-"]) {margin: 0 0 10px;color: #ffffff;font: 700 16px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h4:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h4:not([class*="forminator-"]) {margin: 0 0 10px;font: 700 16px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h4:not([class*="forminator-"]):last-child {margin-bottom: 0;}}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h5:not([class*="forminator-"]) {margin: 0 0 10px;color: #ffffff;font: 700 14px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h5:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h5:not([class*="forminator-"]) {margin: 0 0 10px;font: 700 14px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h5:not([class*="forminator-"]):last-child {margin-bottom: 0;}}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h6:not([class*="forminator-"]) {margin: 0 0 10px;color: #ffffff;font: 700 12px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: uppercase;text-decoration: none;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content h6:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h6:not([class*="forminator-"]) {margin: 0 0 10px;font: 700 12px/1.4em Lora;font-style: normal;letter-spacing: 0px;text-transform: uppercase;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h6:not([class*="forminator-"]):last-child {margin-bottom: 0;}}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]),.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]) {margin: 0 0 10px;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]):last-child,.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]):last-child {margin-bottom: 0;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content li:not([class*="forminator-"]) {margin: 0 0 5px;color: #ffffff;font: 400 14px/1.45em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content li:not([class*="forminator-"]):last-child {margin-bottom: 0;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]) li:before {color: #ffffff}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]) li:before {background-color: #ffffff}@media screen and (min-width: 783px) {.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]),.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]) {margin: 0 0 20px;}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]):last-child,.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]):last-child {margin: 0;}}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content li:not([class*="forminator-"]) {margin: 0 0 5px;font: 400 14px/1.45em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content li:not([class*="forminator-"]):last-child {margin-bottom: 0;}}.hustle-ui.module_id_1 .hustle-layout .hustle-group-content blockquote {margin-right: 0;margin-left: 0;} .hustle-ui.module_id_1 .hustle-layout .hustle-layout-footer {margin: 0px 0px 0px 0px;text-align: center;}.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link {font-size: 11px;line-height: 20px;font-family: Lora;letter-spacing: 0px;}.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link a,.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link a:visited {color: #ffffff;font-weight: 400;font-style: normal;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link a:hover {color: #e6e6e6;}.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link a:focus,.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link a:active {color: #e6e6e6;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-footer {margin: 0px 0px 0px 0px;text-align: center;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-nsa-link {font-size: 14px;line-height: 22px;letter-spacing: -0.22px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-nsa-link a {font-weight: 400;font-style: normal;text-transform: none;text-decoration: none;}}button.hustle-button-close .hustle-icon-close:before {font-size: inherit;}.hustle-ui.module_id_1 button.hustle-button-close {color: #ffffff;background: transparent;border-radius: 0;position: absolute;z-index: 1;display: block;width: 32px;height: 32px;right: 0;left: auto;top: 0;bottom: auto;transform: unset;}.hustle-ui.module_id_1 button.hustle-button-close .hustle-icon-close {font-size: 12px;}.hustle-ui.module_id_1 button.hustle-button-close:hover {color: #e6e6e6;}.hustle-ui.module_id_1 button.hustle-button-close:focus {color: #e6e6e6;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 button.hustle-button-close .hustle-icon-close {font-size: 16px;}.hustle-ui:not(.hustle-size--small).module_id_1 button.hustle-button-close {background: transparent;border-radius: 0;display: block;width: 36px;height: 36px;right: 0;left: auto;top: 0;bottom: auto;transform: unset;}}.hustle-ui.module_id_1 .hustle-popup-mask {background-color: rgba(0,0,0,0.75);} .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form {margin: 0px 0px 25px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-color: #ffffff;border-radius: 0px 0px 0px 0px;background-color: rgba(0,0,0,0);}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-form {margin: 0px 0px 10px 0px;padding: 15px 58px 50px 58px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;}}.hustle-ui.module_id_1 .hustle-form .hustle-form-fields {display: block;}.hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-field {margin-bottom: 5px;}.hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-button {width: 100%;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields {display: -webkit-box;display: -ms-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-top: -0px;margin-bottom: -0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields .hustle-field {min-width: 100px;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields .hustle-button {width: auto;-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;margin-top: 0px;margin-bottom: 0px;}} .hustle-ui.module_id_1 .hustle-field .hustle-input {margin: 0;padding: 10px 19px 10px 19px;border-width: 1px 1px 1px 1px;border-style: solid;border-color: #B0BEC6;border-radius: 0px 0px 0px 0px;background-color: #FFFFFF;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);color: #5D7380;font: 400 13px/18px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}.hustle-ui.module_id_1 .hustle-field .hustle-input:hover {border-color: #4F5F6B;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-field .hustle-input:focus {border-color: #4F5F6B;background-color: #FFFFFF;}.hustle-ui.module_id_1  .hustle-field-error.hustle-field .hustle-input {border-color: #D43858 !important;background-color: #FFFFFF !important;}.hustle-ui.module_id_1 .hustle-field .hustle-input + .hustle-input-label [class*="hustle-icon-"] {color: #AAAAAA;}.hustle-ui.module_id_1 .hustle-field .hustle-input:hover + .hustle-input-label [class*="hustle-icon-"] {color: #5D7380;}.hustle-ui.module_id_1 .hustle-field .hustle-input:focus + .hustle-input-label [class*="hustle-icon-"] {color: #5D7380;}.hustle-ui.module_id_1  .hustle-field-error.hustle-field .hustle-input + .hustle-input-label [class*="hustle-icon-"] {color: #D43858;}.hustle-ui.module_id_1 .hustle-field .hustle-input + .hustle-input-label {padding: 10px 19px 10px 19px;border-width: 1px 1px 1px 1px;border-style: solid;border-color: transparent;color: #AAAAAA;font: 400 13px/18px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-field .hustle-input {padding: 10px 19px 10px 19px;border-width: 1px 1px 1px 1px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);font: normal 14px/22px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-field .hustle-input + .hustle-input-label {padding: 10px 19px 10px 19px;border-width: 1px 1px 1px 1px;font: normal 14px/22px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-select2 + .select2 {box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}.hustle-ui.module_id_1 .hustle-select2 + .select2 .select2-selection--single {margin: 0;padding: 0 19px 0 19px;border-width: 1px 1px 1px 1px;border-style: solid;border-color: rgb(0,0,0);border-radius: 0px 0px 0px 0px;background-color: rgb(51,51,51);}.hustle-ui.module_id_1 .hustle-select2 + .select2 .select2-selection--single .select2-selection__rendered {padding: 10px 0 10px 0;color: #ffffff;font: 400 13px/18px Lora;font-style: normal;}.hustle-ui.module_id_1 .hustle-select2 + .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {color: #AAAAAA;}.hustle-ui.module_id_1 .hustle-select2 + .select2:hover .select2-selection--single {border-color: rgb(51,51,51);background-color: rgb(51,51,51);}.hustle-ui.module_id_1 .hustle-select2 + .select2.select2-container--open .select2-selection--single {border-color: rgb(51,51,51);background-color: rgb(51,51,51);}.hustle-ui.module_id_1 .hustle-select2.hustle-field-error + .select2 .select2-selection--single {border-color: #D43858 !important;background-color: #FFFFFF !important;}.hustle-ui.module_id_1 .hustle-select2 + .select2 + .hustle-input-label {color: #AAAAAA;font: 400 13px/18px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}.hustle-ui.module_id_1 .hustle-select2 + .select2 .select2-selection--single .select2-selection__arrow {color: rgb(0,0,0);}.hustle-ui.module_id_1 .hustle-select2 + .select2:hover .select2-selection--single .select2-selection__arrow {color: rgb(51,51,51);}.hustle-ui.module_id_1 .hustle-select2 + .select2.select2-container--open .select2-selection--single .select2-selection__arrow {color: rgb(51,51,51);}.hustle-ui.module_id_1 .hustle-select2.hustle-field-error + .select2 .select2-selection--single .select2-selection__arrow {color: #D43858 !important;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-select2 + .select2 {box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-select2 + .select2 .select2-selection--single {padding: 0 19px 0 19px;border-width: 1px 1px 1px 1px;border-style: solid;border-radius: 0px 0px 0px 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-select2 + .select2 .select2-selection--single .select2-selection__rendered {padding: 10px 0 10px 0;font: normal 14px/22px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-select2 + .select2 + .hustle-input-label {font: normal 14px/22px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}}.hustle-module-1.hustle-dropdown {background-color: #FFFFFF;}.hustle-module-1.hustle-dropdown .select2-results .select2-results__options .select2-results__option {color: #5D7380;background-color: transparent;}.hustle-module-1.hustle-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {color: #FFFFFF;background-color: #ADB5B7;}.hustle-module-1.hustle-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] {color: #FFFFFF;background-color: #38C5B5;}.hustle-ui.module_id_1 .hustle-timepicker .ui-timepicker {background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a {color: #5D7380;background-color: transparent;}.hustle-ui.module_id_1 .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:hover,.hustle-ui.module_id_1 .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:focus {color: #FFFFFF;background-color: #ADB5B7;} .hustle-ui.module_id_1 .hustle-form .hustle-radio span[aria-hidden] {border-width: 0px 0px 0px 0px;border-style: solid;border-color: rgb(0,0,0);background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-form .hustle-radio span:not([aria-hidden]) {color: #FFFFFF;font: 400 12px/20px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}.hustle-ui.module_id_1 .hustle-form .hustle-radio input:checked + span[aria-hidden] {border-color: rgb(0,0,0);background-color: rgb(0,0,0);}.hustle-ui.module_id_1 .hustle-form .hustle-radio input:checked + span[aria-hidden]:before {background-color: #000000;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-radio span[aria-hidden] {border-width: 0px 0px 0px 0px;border-style: solid;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-radio span:not([aria-hidden]) {font: 400 12px/20px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span[aria-hidden] {border-width: 0px 0px 0px 0px;border-style: solid;border-color: rgb(0,0,0);border-radius: 0px 0px 0px 0px;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span:not([aria-hidden]) {color: #FFFFFF;font: 400 12px/20px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}.hustle-ui.module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) input:checked + span[aria-hidden] {border-color: rgb(0,0,0);background-color: rgb(0,0,0);}.hustle-ui.module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) input:checked + span[aria-hidden]:before {color: #000000;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span[aria-hidden] {border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span:not([aria-hidden]) {font: 400 12px/20px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}}.hustle-module-1.hustle-calendar:before {background-color: #FFFFFF;}.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-datepicker-title {color: #35414A;}.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-corner-all,.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-corner-all:visited {color: #5D7380;}.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-corner-all:hover {color: #5D7380;}.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-corner-all:focus,.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-corner-all:active {color: #5D7380;}.hustle-module-1.hustle-calendar .ui-datepicker-calendar thead th {color: #35414A;}.hustle-module-1.hustle-calendar .ui-datepicker-calendar tbody tr td a,.hustle-module-1.hustle-calendar .ui-datepicker-calendar tbody tr td a:visited {background-color: #FFFFFF;color: #5D7380;}.hustle-module-1.hustle-calendar .ui-datepicker-calendar tbody tr td a:hover {background-color: #38C5B5;color: #FFFFFF;}.hustle-module-1.hustle-calendar .ui-datepicker-calendar tbody tr td a:focus,.hustle-module-1.hustle-calendar .ui-datepicker-calendar tbody tr td a:active {background-color: #38C5B5;color: #FFFFFF;} .hustle-ui.module_id_1 .hustle-form button.hustle-button-submit {padding: 9px 28px 9px 28px;border-width: 2px 2px 2px 2px;border-style: solid;border-color: rgb(0,0,0);border-radius: 0px 0px 0px 0px;background-color: rgb(0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);color: #FFFFFF;font: bold 13px/32px Lora;font-style: normal;letter-spacing: 0.5px;text-transform: uppercase;text-decoration: none;}.hustle-ui.module_id_1 .hustle-form button.hustle-button-submit:hover {border-color: rgb(51,51,51);background-color: rgb(51,51,51);color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-form button.hustle-button-submit:focus {border-color: rgb(51,51,51);background-color: rgb(51,51,51);color: #FFFFFF;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form button.hustle-button-submit {padding: 9px 28px 9px 28px;border-width: 2px 2px 2px 2px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);font: 500 14px/22px Lora;font-style: normal;letter-spacing: 0px;text-transform: uppercase;text-decoration: none;}} .hustle-ui.module_id_1 .hustle-form .hustle-form-options {margin: 0px 0px 0px 0px;padding: 20px 20px 20px 20px;border-width: 0px 0px 0px 0px;border-style: solid;border-color: rgba(0,0,0,0);border-radius: 0px 0px 0px 0px;background-color: #35414A;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-options {margin: 0px 0px 0px 0px;padding: 20px 20px 20px 20px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}} .hustle-ui.module_id_1 .hustle-form .hustle-form-options .hustle-group-title {display: block;margin: 0 0 20px;padding: 0;border: 0;color: #FFFFFF;font: bold 13px/22px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-options .hustle-group-title {font: bold 13px/22px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr {margin: 0px 0px 0px 0px;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span[aria-hidden] {border-width: 1px 1px 1px 1px;border-style: solid;border-color: #B0BEC6;border-radius: 0px 0px 0px 0px;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span[aria-hidden]:before {color: #38C5B5;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) {color: #FFFFFF;font: 400 12px/1.7em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) a {color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) a:hover {color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) a:focus {color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr input:checked + span[aria-hidden] {border-color: #4F5F6B;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr.hustle-field-error + span[aria-hidden] {border-color: #D43858 !important;background-color: #FFFFFF !important;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr {margin: 0px 0px 0px 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span[aria-hidden] {border-width: 1px 1px 1px 1px;border-style: solid;border-radius: 0px 0px 0px 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) {font: 400 12px/1.7em Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-layout .hustle-error-message {margin: 20px 0px 0px 0px;background-color: #FFFFFF;box-shadow: inset 4px 0 0 0 #D43858;-moz-box-shadow: inset 4px 0 0 0 #D43858;-webkit-box-shadow: inset 4px 0 0 0 #D43858;}.hustle-ui.module_id_1 .hustle-layout .hustle-error-message p {color: #D43858;font: 400 12px/20px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-error-message {margin: 20px 0px 0px 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-error-message p {font: normal 12px/20px Lora;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-success {padding: 60px 60px 60px 60px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;border-color: rgba(0,0,0,0);background-color: #38454E;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);color: #ADB5B7;}.hustle-ui.module_id_1 .hustle-success [class*="hustle-icon-"] {color: #38C5B5;}.hustle-ui.module_id_1 .hustle-success a,.hustle-ui.module_id_1 .hustle-success a:visited {color: #c55534;}.hustle-ui.module_id_1 .hustle-success a:hover {color: #333333;}.hustle-ui.module_id_1 .hustle-success a:focus,.hustle-ui.module_id_1 .hustle-success a:active {color: #333333;}.hustle-ui.module_id_1 .hustle-success-content b,.hustle-ui.module_id_1 .hustle-success-content strong {font-weight: bold;}.hustle-ui.module_id_1 .hustle-success-content blockquote {margin-right: 0;margin-left: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success {padding: 90px 90px 90px 90px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}}.hustle-ui.module_id_1 .hustle-success-content {color: #ADB5B7;font-size: 14px;line-height: 1.45em;font-family: Lora;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content {font-size: 16px;line-height: 26px;}}.hustle-ui.module_id_1 .hustle-success-content p:not([class*="forminator-"]) {margin: 0 0 10px;color: #ADB5B7;font: 400 14px/1.45em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content p:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content p:not([class*="forminator-"]) {margin-bottom: 20px;font: 400 16px/26px Lora;letter-spacing: -0.25px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content p:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h1:not([class*="forminator-"]) {margin: 0 0 10px;color: #ADB5B7;font: 700 28px/1.4em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h1:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h1:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 28px/1.4em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h1:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h2:not([class*="forminator-"]) {margin: 0 0 10px;color: #ADB5B7;font: 700 22px/1.4em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h2:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h2:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 22px/1.4em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h2:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h3:not([class*="forminator-"]) {margin: 0 0 10px;color: #ADB5B7;font: 700 18px/1.4em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h3:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h3:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 18px/1.4em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h3:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h4:not([class*="forminator-"]) {margin: 0 0 10px;color: #ADB5B7;font: 700 16px/1.4em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h4:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h4:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 16px/1.4em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h4:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h5:not([class*="forminator-"]) {margin: 0 0 10px;color: #ADB5B7;font: 700 14px/1.4em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h5:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h5:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 14px/1.4em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h5:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h6:not([class*="forminator-"]) {margin: 0 0 10px;color: #ADB5B7;font: 700 12px/1.4em Lora;letter-spacing: 0px;text-transform: uppercase;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h6:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h6:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 12px/1.4em Lora;letter-spacing: 0px;text-transform: uppercase;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h6:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content ol:not([class*="forminator-"]),.hustle-ui.module_id_1 .hustle-success-content ul:not([class*="forminator-"]) {margin: 0 0 10px;}.hustle-ui.module_id_1 .hustle-success-content ol:not([class*="forminator-"]):last-child,.hustle-ui.module_id_1 .hustle-success-content ul:not([class*="forminator-"]):last-child {margin-bottom: 0;}.hustle-ui.module_id_1 .hustle-success-content li:not([class*="forminator-"]) {margin: 0 0 5px;color: #ADB5B7;font: 400 14px/1.45em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content li:not([class*="forminator-"]):last-child {margin-bottom: 0;}.hustle-ui.module_id_1 .hustle-success-content ol:not([class*="forminator-"]) li:before {color: #ffffff}.hustle-ui.module_id_1 .hustle-success-content ul:not([class*="forminator-"]) li:before {background-color: #ffffff}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content li:not([class*="forminator-"]) {font: 400 14px/1.45em Lora;letter-spacing: 0px;text-transform: none;text-decoration: none;}}@media screen and (min-width: 783px) {.hustle-ui.module_id_1 .hustle-success-content ol:not([class*="forminator-"]),.hustle-ui.module_id_1 .hustle-success-content ul:not([class*="forminator-"]) {margin: 0 0 20px;}.hustle-ui.module_id_1 .hustle-success-content ol:not([class*="forminator-"]):last-child,.hustle-ui.module_id_1 .hustle-success-content ul:not([class*="forminator-"]):last-child {margin-bottom: 0;}} .hustle-ui.module_id_1 .hustle-layout .hustle-group-content blockquote {border-left-color: #000000;}/* Hide Hustle Pop-up on screens smaller than 1024px */ @media (max-width: 1024px) { .hustle-ui.hustle_module_id_1[data-id="1"] #hustle-popup-id-1,.hustle-ui.hustle_module_id_1[data-id="1"] #hustle-popup-id-1 .hustle-popup-mask,.hustle-ui.hustle_module_id_1[data-id="1"] #hustle-popup-id-1 .hustle-popup-content{ display:  none !important;} }</style>		<script type="text/javascript">
			(function() {
				/** CONFIGURATION START **/
				var _sf_async_config = window._sf_async_config = (window._sf_async_config || {});
				_sf_async_config.uid = 66057;
				_sf_async_config.domain = 'truthdig.com'; //CHANGE THIS TO THE ROOT DOMAIN
				_sf_async_config.flickerControl = false;
				_sf_async_config.useCanonical = true;
				_sf_async_config.useCanonicalDomain = true;
				_sf_async_config.sections = "";
				_sf_async_config.authors = "Pablo Ortega";
				var _cbq = window._cbq = (window._cbq || []);
				_cbq.push(['_acct', 'anon']);
				/** CONFIGURATION END **/
				function loadChartbeat() {
					var e = document.createElement('script');
					var n = document.getElementsByTagName('script')[0];
					e.type = 'text/javascript';
					e.async = true;
					e.src = '//static.chartbeat.com/js/chartbeat.js';
					n.parentNode.insertBefore(e, n);
				}
				loadChartbeat();
			})();
		</script>
		<script async src="//static.chartbeat.com/js/chartbeat_mab.js"></script>
		
		<!-- MonsterInsights Form Tracking -->
		<script data-cfasync="false" data-wpfc-render="false">
			function monsterinsights_forms_record_impression(event) {
				monsterinsights_add_bloom_forms_ids();
				var monsterinsights_forms = document.getElementsByTagName("form");
				var monsterinsights_forms_i;
				for (monsterinsights_forms_i = 0; monsterinsights_forms_i < monsterinsights_forms.length; monsterinsights_forms_i++) {
					var monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute("id");
					var skip_conversion = false;
					/* Check to see if it's contact form 7 if the id isn't set */
					if (!monsterinsights_form_id) {
						monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].parentElement.getAttribute("id");
						if (monsterinsights_form_id && monsterinsights_form_id.lastIndexOf('wpcf7-f', 0) === 0) {
							/* If so, let's grab that and set it to be the form's ID*/
							var tokens = monsterinsights_form_id.split('-').slice(0, 2);
							var result = tokens.join('-');
							monsterinsights_forms[monsterinsights_forms_i].setAttribute("id", result);/* Now we can do just what we did above */
							monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute("id");
						} else {
							monsterinsights_form_id = false;
						}
					}

					/* Check if it's Ninja Forms & id isn't set. */
					if (!monsterinsights_form_id && monsterinsights_forms[monsterinsights_forms_i].parentElement.className.indexOf('nf-form-layout') >= 0) {
						monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].parentElement.parentElement.parentElement.getAttribute('id');
						if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('nf-form-', 0)) {
							/* If so, let's grab that and set it to be the form's ID*/
							tokens = monsterinsights_form_id.split('-').slice(0, 3);
							result = tokens.join('-');
							monsterinsights_forms[monsterinsights_forms_i].setAttribute('id', result);
							/* Now we can do just what we did above */
							monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute('id');
							skip_conversion = true;
						}
					}

					if (monsterinsights_form_id && monsterinsights_form_id !== 'commentform' && monsterinsights_form_id !== 'adminbar-search') {
						__gtagTracker('event', 'impression', {
							event_category: 'form',
							event_label: monsterinsights_form_id,
							value: 1,
							non_interaction: true
						});

						/* If a WPForms Form, we can use custom tracking */
						if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('wpforms-form-', 0)) {
							continue;
						}

						/* Formiddable Forms, use custom tracking */
						if (monsterinsights_forms_has_class(monsterinsights_forms[monsterinsights_forms_i], 'frm-show-form')) {
							continue;
						}

						/* If a Gravity Form, we can use custom tracking */
						if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('gform_', 0)) {
							continue;
						}

						/* If Ninja forms, we use custom conversion tracking */
						if (skip_conversion) {
							continue;
						}

						var custom_conversion_mi_forms = false;
						if (custom_conversion_mi_forms) {
							continue;
						}

						if (window.jQuery) {
							(function (form_id) {
								jQuery(document).ready(function () {
									jQuery('#' + form_id).on('submit', monsterinsights_forms_record_conversion);
								});
							})(monsterinsights_form_id);
						} else {
							var __gaFormsTrackerWindow = window;
							if (__gaFormsTrackerWindow.addEventListener) {
								document.getElementById(monsterinsights_form_id).addEventListener("submit", monsterinsights_forms_record_conversion, false);
							} else {
								if (__gaFormsTrackerWindow.attachEvent) {
									document.getElementById(monsterinsights_form_id).attachEvent("onsubmit", monsterinsights_forms_record_conversion);
								}
							}
						}

					} else {
						continue;
					}
				}
			}

			function monsterinsights_forms_has_class(element, className) {
				return (' ' + element.className + ' ').indexOf(' ' + className + ' ') > -1;
			}

			function monsterinsights_forms_record_conversion(event) {
				var monsterinsights_form_conversion_id = event.target.id;
				var monsterinsights_form_action = event.target.getAttribute("miforms-action");
				if (monsterinsights_form_conversion_id && !monsterinsights_form_action) {
					document.getElementById(monsterinsights_form_conversion_id).setAttribute("miforms-action", "submitted");
					__gtagTracker('event', 'conversion', {
						event_category: 'form',
						event_label: monsterinsights_form_conversion_id,
						value: 1,
					});
				}
			}

			/* Attach the events to all clicks in the document after page and GA has loaded */
			function monsterinsights_forms_load() {
				if (typeof (__gtagTracker) !== 'undefined' && __gtagTracker) {
					var __gtagFormsTrackerWindow = window;
					if (__gtagFormsTrackerWindow.addEventListener) {
						__gtagFormsTrackerWindow.addEventListener("load", monsterinsights_forms_record_impression, false);
					} else {
						if (__gtagFormsTrackerWindow.attachEvent) {
							__gtagFormsTrackerWindow.attachEvent("onload", monsterinsights_forms_record_impression);
						}
					}
				} else {
					setTimeout(monsterinsights_forms_load, 200);
				}
			}

			/* Custom Ninja Forms impression tracking */
			if (window.jQuery) {
				jQuery(document).on('nfFormReady', function (e, layoutView) {
					var label = layoutView.el;
					label = label.substring(1, label.length);
					label = label.split('-').slice(0, 3).join('-');
					__gtagTracker('event', 'impression', {
						event_category: 'form',
						event_label: label,
						value: 1,
						non_interaction: true
					});
				});
			}

			/* Custom Bloom Form tracker */
			function monsterinsights_add_bloom_forms_ids() {
				var bloom_forms = document.querySelectorAll('.et_bloom_form_content form');
				if (bloom_forms.length > 0) {
					for (var i = 0; i < bloom_forms.length; i++) {
						if ('' === bloom_forms[i].id) {
							var form_parent_root = monsterinsights_find_parent_with_class(bloom_forms[i], 'et_bloom_optin');
							if (form_parent_root) {
								var classes = form_parent_root.className.split(' ');
								for (var j = 0; j < classes.length; ++j) {
									if (0 === classes[j].indexOf('et_bloom_optin')) {
										bloom_forms[i].id = classes[j];
									}
								}
							}
						}
					}
				}
			}

			function monsterinsights_find_parent_with_class(element, className) {
				if (element.parentNode && '' !== className) {
					if (element.parentNode.className.indexOf(className) >= 0) {
						return element.parentNode;
					} else {
						return monsterinsights_find_parent_with_class(element.parentNode, className);
					}
				}
				return false;
			}

			monsterinsights_forms_load();
		</script>
		<!-- End MonsterInsights Form Tracking -->
		
<link rel="icon" href="https://truthdig.b-cdn.net/wp-content/uploads/2022/05/cropped-favicon.png?fit=32,32" sizes="32x32" />
<link rel="icon" href="https://truthdig.b-cdn.net/wp-content/uploads/2022/05/cropped-favicon.png?fit=192,192" sizes="192x192" />
<link rel="apple-touch-icon" href="https://truthdig.b-cdn.net/wp-content/uploads/2022/05/cropped-favicon.png?fit=180,180" />
<meta name="msapplication-TileImage" content="https://truthdig.b-cdn.net/wp-content/uploads/2022/05/cropped-favicon.png?fit=270,270" />
		<!-- Meta Pixel Code (pixel ID served via rewrite) -->
		<script src="https://www.truthdig.com/truthdig-meta-pixel-script"></script>
		<noscript><img height="1" width="1" style="display:none"
		src="https://www.truthdig.com/wp-json/truthdig/v1/meta-pixel-noscript?ev=PageView"
		alt="" /></noscript>
		<!-- End Meta Pixel Code -->
		<script type="text/javascript">
           var ajaxurl = "https://www.truthdig.com/wp-admin/admin-ajax.php";
         </script><style type="text/css">div.nsl-container[data-align="left"] {
    text-align: left;
}

div.nsl-container[data-align="center"] {
    text-align: center;
}

div.nsl-container[data-align="right"] {
    text-align: right;
}


div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] {
    text-decoration: none;
    box-shadow: none;
    border: 0;
}

div.nsl-container .nsl-container-buttons {
    display: flex;
    padding: 5px 0;
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
    display: inline-grid;
    grid-template-columns: minmax(145px, auto);
}

div.nsl-container-block-fullwidth .nsl-container-buttons {
    flex-flow: column;
    align-items: center;
}

div.nsl-container-block-fullwidth .nsl-container-buttons a,
div.nsl-container-block .nsl-container-buttons a {
    flex: 1 1 auto;
    display: block;
    margin: 5px 0;
    width: 100%;
}

div.nsl-container-inline {
    margin: -5px;
    text-align: left;
}

div.nsl-container-inline .nsl-container-buttons {
    justify-content: center;
    flex-wrap: wrap;
}

div.nsl-container-inline .nsl-container-buttons a {
    margin: 5px;
    display: inline-block;
}

div.nsl-container-grid .nsl-container-buttons {
    flex-flow: row;
    align-items: center;
    flex-wrap: wrap;
}

div.nsl-container-grid .nsl-container-buttons a {
    flex: 1 1 auto;
    display: block;
    margin: 5px;
    max-width: 280px;
    width: 100%;
}

@media only screen and (min-width: 650px) {
    div.nsl-container-grid .nsl-container-buttons a {
        width: auto;
    }
}

div.nsl-container .nsl-button {
    cursor: pointer;
    vertical-align: top;
    border-radius: 4px;
}

div.nsl-container .nsl-button-default {
    color: #fff;
    display: flex;
}

div.nsl-container .nsl-button-icon {
    display: inline-block;
}

div.nsl-container .nsl-button-svg-container {
    flex: 0 0 auto;
    padding: 8px;
    display: flex;
    align-items: center;
}

div.nsl-container svg {
    height: 24px;
    width: 24px;
    vertical-align: top;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0 24px 0 12px;
    padding: 10px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .25px;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
    flex: 1 1 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    display: inline-block;
}

div.nsl-container .nsl-button-google[data-skin="light"] {
    box-shadow: inset 0 0 0 1px #747775;
    color: #1f1f1f;
}

div.nsl-container .nsl-button-google[data-skin="dark"] {
    box-shadow: inset 0 0 0 1px #8E918F;
    color: #E3E3E3;
}

div.nsl-container .nsl-button-google[data-skin="neutral"] {
    color: #1F1F1F;
}

div.nsl-container .nsl-button-google div.nsl-button-label-container {
    font-family: "Roboto Medium", Roboto, Helvetica, Arial, sans-serif;
}

div.nsl-container .nsl-button-apple .nsl-button-svg-container {
    padding: 0 6px;
}

div.nsl-container .nsl-button-apple .nsl-button-svg-container svg {
    height: 40px;
    width: auto;
}

div.nsl-container .nsl-button-apple[data-skin="light"] {
    color: #000;
    box-shadow: 0 0 0 1px #000;
}

div.nsl-container .nsl-button-facebook[data-skin="white"] {
    color: #000;
    box-shadow: inset 0 0 0 1px #000;
}

div.nsl-container .nsl-button-facebook[data-skin="light"] {
    color: #1877F2;
    box-shadow: inset 0 0 0 1px #1877F2;
}

div.nsl-container .nsl-button-spotify[data-skin="white"] {
    color: #191414;
    box-shadow: inset 0 0 0 1px #191414;
}

div.nsl-container .nsl-button-apple div.nsl-button-label-container {
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

div.nsl-container .nsl-button-slack div.nsl-button-label-container {
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

div.nsl-container .nsl-button-slack[data-skin="light"] {
    color: #000000;
    box-shadow: inset 0 0 0 1px #DDDDDD;
}

div.nsl-container .nsl-button-tiktok[data-skin="light"] {
    color: #161823;
    box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12);
}


div.nsl-container .nsl-button-kakao {
    color: rgba(0, 0, 0, 0.85);
}

.nsl-clear {
    clear: both;
}

.nsl-container {
    clear: both;
}

.nsl-disabled-provider .nsl-button {
    filter: grayscale(1);
    opacity: 0.8;
}

/*Button align start*/

div.nsl-container-inline[data-align="left"] .nsl-container-buttons {
    justify-content: flex-start;
}

div.nsl-container-inline[data-align="center"] .nsl-container-buttons {
    justify-content: center;
}

div.nsl-container-inline[data-align="right"] .nsl-container-buttons {
    justify-content: flex-end;
}


div.nsl-container-grid[data-align="left"] .nsl-container-buttons {
    justify-content: flex-start;
}

div.nsl-container-grid[data-align="center"] .nsl-container-buttons {
    justify-content: center;
}

div.nsl-container-grid[data-align="right"] .nsl-container-buttons {
    justify-content: flex-end;
}

div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons {
    justify-content: space-around;
}

div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons {
    justify-content: space-between;
}

/* Button align end*/

/* Redirect */

#nsl-redirect-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);
    background-color: RGBA(0, 0, 0, .32);;
}

#nsl-redirect-overlay-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
}

#nsl-redirect-overlay-spinner {
    content: '';
    display: block;
    margin: 20px;
    border: 9px solid RGBA(0, 0, 0, .6);
    border-top: 9px solid #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6);
    width: 40px;
    height: 40px;
    animation: nsl-loader-spin 2s linear infinite;
}

@keyframes nsl-loader-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

#nsl-redirect-overlay-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #3C434A;
}

#nsl-redirect-overlay-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
    font-size: 14px;
    color: #3C434A;
}

/* Redirect END*/</style><style type="text/css">/* Notice fallback */
#nsl-notices-fallback {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10000;
}

.admin-bar #nsl-notices-fallback {
    top: 42px;
}

#nsl-notices-fallback > div {
    position: relative;
    background: #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin: 5px 15px 2px;
    padding: 1px 20px;
}

#nsl-notices-fallback > div.error {
    display: block;
    border-left-color: #dc3232;
}

#nsl-notices-fallback > div.updated {
    display: block;
    border-left-color: #46b450;
}

#nsl-notices-fallback p {
    margin: .5em 0;
    padding: 2px;
}

#nsl-notices-fallback > div:after {
    position: absolute;
    right: 5px;
    top: 5px;
    content: '\00d7';
    display: block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}</style>		<style id="wp-custom-css">
			body.pmpro-checkout #pmpro_user_fields,
body.pmpro-checkout #pmprovp_fields {
    display: none;
}		</style>
		
	<script src="https://www.google.com/recaptcha/api.js" type="text/javascript" charset="utf-8" recaptcha-v3-script=""></script>
<link rel='stylesheet' id='hustle_icons-css' href='https://www.truthdig.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/css/hustle-icons.min.css?ver=7.8.7' media='all' />
<link rel='stylesheet' id='hustle_global-css' href='https://www.truthdig.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/css/hustle-global.min.css?ver=7.8.7' media='all' />
<link rel='stylesheet' id='hustle_optin-css' href='https://www.truthdig.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/css/hustle-optin.min.css?ver=7.8.7' media='all' />
<link rel='stylesheet' id='hustle_popup-css' href='https://www.truthdig.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/css/hustle-popup.min.css?ver=7.8.7' media='all' />
<link rel='stylesheet' id='hustle-fonts-css' href='https://fonts.bunny.net/css?family=Lora%3A700%2C400%2Cregular%2C500&#038;display=swap&#038;ver=1.0' media='all' />

</head>

<body class="pmpro-variation_minimal wp-singular page-template page-template-page-templates page-template-page-rss page-template-page-templatespage-rss-php page page-id-159604 wp-theme-truthdig min-h-screen bg-white text-base text-black subpixel-antialiased text-legibility pmpro-body-has-access jps-theme-truthdig">
		<!-- Google Tag Manager (noscript) -->
		<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WCR8N6Q"
		height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
		<!-- End Google Tag Manager (noscript) -->
			<script type="text/javascript">
		if ( 'undefined' !== typeof window.googletag ) {
			googletag.cmd.push( function() {
				googletag.pubads().set( 'page_url', 'https://www.truthdig.com' );
				googletag.pubads().collapseEmptyDivs();
			} );
		}
	</script>
	<div id="page" class="site max-w-fit">

	
<div class="hamburger-nav-wrapper">

    <div class="hamburger-nav-wrapper__inner bg-white max-w-sm w-full h-full fixed top-0 left-0 z-50 pt-5 pb-12">

        <span class="mb-1 flex justify-end"><span class="close-btn w-4 h-4 cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="17.414" height="17.414"><g fill="none" stroke="#1e1e1e" stroke-linecap="round" stroke-miterlimit="10"><path d="m16.707 16.707-16-16"/><path data-name="line" d="m.707 16.707 16-16"/></g></svg></span></span>

        <span class="site-logo-dark-mode">
            <a href="https://www.truthdig.com/" rel="home" class="inline-block">
                <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg width="260" height="63.715" version="1.1" id="Logo-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 294.06 72.06" style="enable-background:new 0 0 294.06 72.06;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
	.st1{fill:#808080;}
	.st2{fill:#B3B3B3;}
</style>
<g>
	<path class="st0" d="M16.2,16.28h8.59v9.18H16.2v21.29c0,2.01,0.6,4.1,4.18,4.1c1.86,0,3.06-0.75,4.4-1.57v8.44
		c-2.32,0.67-4.71,1.27-7.09,1.27c-6.87,0-12.55-3.88-12.55-12.99V25.46H0v-9.18h5.15V5.82H16.2V16.28z"/>
	<path class="st0" d="M39.88,23.59c4.26-5,7.69-8.21,12.77-8.21h2.09v11.05c-1.05-0.22-2.09-0.44-3.21-0.44
		c-2.84,0-11.65,2.61-11.65,13.74V58.1H28.83V16.28h11.05V23.59z"/>
	<path class="st0" d="M81.77,53.77c-3.51,2.91-7.84,5.22-12.47,5.22c-4.56,0-10.98-2.76-10.98-13.07V16.28h11.05v25.16
		c0,3.36-0.22,8.67,4.55,8.67c3.21,0,5.75-2.32,7.84-4.56V16.28h11.05V58.1H81.77V53.77z"/>
	<path class="st0" d="M112.54,16.28h8.59v9.18h-8.59v21.29c0,2.01,0.6,4.1,4.18,4.1c1.87,0,3.06-0.75,4.4-1.57v8.44
		c-2.31,0.67-4.71,1.27-7.09,1.27c-6.87,0-12.54-3.88-12.54-12.99V25.46h-5.15v-9.18h5.15V5.82h11.05V16.28z"/>
	<path class="st0" d="M135.68,20.61c3.51-2.91,7.84-5.23,12.47-5.23c4.56,0,10.98,2.76,10.98,13.07V58.1h-11.05V32.93
		c0-3.36,0.22-8.66-4.56-8.66c-3.21,0-5.75,2.32-7.84,4.56V58.1h-11.05V0h11.05V20.61z"/>
	<path class="st0" d="M181.91,24.12c-6.12,0-7.4,7.77-7.4,12.4c0,5,0.97,13.07,7.62,13.07c3.29,0,5.45-2.17,7.17-4.78V28.68
		C187.36,26.36,185.12,24.12,181.91,24.12 M190.49,54.59c-3.36,2.99-5.98,4.41-10.6,4.41c-8.44,0-16.21-5.22-16.21-22.85
		c0-15.46,9.26-20.76,15.31-20.76c4.48,0,7.17,2.24,10.3,5V0h11.05v58.1h-8.89L190.49,54.59z"/>
	<path class="st0" d="M216.81,58.1h-11.05V16.28h11.05V58.1z M216.81,10.15h-11.05V0h11.05V10.15z"/>
	<path class="st0" d="M238.65,37.34c4.63,0,5.97-3.81,5.97-7.77c0-3.81-1.8-7.02-5.97-7.02c-4.64,0-6.06,3.88-6.06,7.84
		C232.6,34.2,234.39,37.34,238.65,37.34 M231.03,58.17c-1.04,0.68-1.72,1.27-1.72,2.62c0,3.88,7.84,4.1,10.46,4.1
		c1.86,0,11.57-0.22,11.57-3.59c0-2.16-1.49-1.94-8.06-2.31L231.03,58.17z M234.55,44.36c-1.27,0-3.14,0.67-3.14,2.61
		c0,5.45,28.97-4.03,28.97,12.32c0,6.2-4.18,12.77-20.76,12.77c-14.41,0-19.34-5.08-19.34-10.53c0-3.21,2.02-4.85,4.56-6.34
		c-1.8-1.35-3.29-2.91-3.29-5.31c0-4.1,2.24-6.27,5.45-8.36c-3.06-2.99-5.23-6.72-5.23-11.5c0-9.26,7.84-14.63,16.88-14.63
		c3.66,0,7.16,1.05,10.3,2.91c2.24-2.09,4.25-3.44,7.54-3.44c1.04,0,2.17,0.08,3.21,0.3v7.77c-1.13-0.45-2.31-0.89-3.51-0.89
		c-1.19,0-1.94,0.37-2.99,0.89c1.2,2.24,2.17,4.71,2.25,7.09c0,9.26-7.77,14.64-16.8,14.64L234.55,44.36z"/>
	<polygon class="st1" points="279.86,70.37 274.15,60.93 285.56,60.93 	"/>
	<polygon class="st2" points="279.86,58.22 270.4,42.55 289.33,42.55 	"/>
	<polygon class="st0" points="279.86,39.77 265.67,16.28 294.06,16.28 	"/>
</g>
</svg>
            </a>
        </span>

        <span class="site-logo-light-mode">
            <a href="https://www.truthdig.com/" rel="home" class="inline-block">
                <svg id="td-logo-black" xmlns="http://www.w3.org/2000/svg" width="155.55" height="38.119" viewBox="0 0 155.55 38.119">
  <path id="Path_195" data-name="Path 195" d="M8.609,9.412h4.565V14.3H8.609V25.636c0,1.075.321,2.182,2.223,2.182a4.132,4.132,0,0,0,2.343-.8V31.5a13.512,13.512,0,0,1-3.771.674c-3.651,0-6.668-2.062-6.668-6.9V14.3H0V9.412H2.736V3.86H8.609Z" transform="translate(0 -0.763)"/>
  <path id="Path_196" data-name="Path 196" d="M24.963,14.521c2.263-2.635,4.092-4.331,6.788-4.331h1.115v5.827a8.083,8.083,0,0,0-1.709-.239c-1.508,0-6.194,1.377-6.194,7.244v9.688H19.09V10.66h5.873Z" transform="translate(-3.772 -2.014)"/>
  <path id="Path_197" data-name="Path 197" d="M51.091,30.7a10.631,10.631,0,0,1-6.628,2.776c-2.407,0-5.833-1.468-5.833-6.94V10.78h5.913V24.155c0,1.789-.12,4.606,2.407,4.606,1.7,0,3.057-1.236,4.164-2.407V10.78h5.873V33.005h-5.9Z" transform="translate(-7.798 -2.229)"/>
  <path id="Path_198" data-name="Path 198" d="M72.417,9.412h4.565V14.3H72.417V25.636c0,1.075.313,2.182,2.223,2.182a4.18,4.18,0,0,0,2.343-.8V31.5a13.64,13.64,0,0,1-3.771.674c-3.651,0-6.668-2.062-6.668-6.9V14.3H63.8V9.412h2.744V3.86h5.873Z" transform="translate(-12.869 -0.763)"/>
  <path id="Path_199" data-name="Path 199" d="M88.423,10.952a10.671,10.671,0,0,1,6.628-2.776c2.407,0,5.833,1.468,5.833,6.94V30.875H95.011V17.5c0-1.781.12-4.606-2.407-4.606-1.7,0-3.049,1.236-4.164,2.407V30.875H82.55V0h5.873Z" transform="translate(-16.664)"/>
  <path id="Path_200" data-name="Path 200" d="M118.1,12.838c-3.258,0-3.932,4.124-3.932,6.587,0,2.656.514,6.94,4.012,6.94,1.749,0,2.9-1.147,3.811-2.535V15.245c-1.027-1.228-2.223-2.407-3.924-2.407m4.557,16.192a7.484,7.484,0,0,1-5.617,2.335c-4.485,0-8.609-2.776-8.609-12.14,0-8.216,4.918-11.032,8.136-11.032,2.407,0,3.811,1.187,5.472,2.656V0h5.881V30.875h-4.726Z" transform="translate(-21.886)"/>
  <path id="Path_201" data-name="Path 201" d="M142.161,30.875H136.28V8.649h5.881Zm0-25.475H136.28V0h5.881Z" transform="translate(-27.463)"/>
  <path id="Path_202" data-name="Path 202" d="M155.675,21.779c2.463,0,3.209-2.022,3.209-4.124s-.955-3.731-3.209-3.731c-2.463,0-3.209,2.062-3.209,4.164s.955,3.691,3.209,3.691m-4.012,11.073a1.517,1.517,0,0,0-.907,1.388c0,2.062,4.164,2.182,5.552,2.182.995,0,6.154-.12,6.154-1.91,0-1.147-.8-1.027-4.285-1.228Zm1.87-7.342a1.516,1.516,0,0,0-1.669,1.388c0,2.9,15.4-2.142,15.4,6.547,0,3.3-2.223,6.788-11.033,6.788-7.655,0-10.278-2.7-10.278-5.617,0-1.709,1.075-2.576,2.407-3.37a3.554,3.554,0,0,1-1.773-2.832c0-2.182,1.2-3.33,2.9-4.445a8.385,8.385,0,0,1-2.776-6.114c0-4.918,4.164-7.775,8.97-7.775a10.623,10.623,0,0,1,5.472,1.549A5.44,5.44,0,0,1,165.159,9.8a8.216,8.216,0,0,1,1.693.16v4.124a5.311,5.311,0,0,0-1.87-.473,3.3,3.3,0,0,0-1.6.473,8.866,8.866,0,0,1,1.2,3.771c0,4.927-4.132,7.783-8.93,7.783Z" transform="translate(-29.572 -2.115)"/>
  <path id="Path_203" data-name="Path 203" d="M184.623,45.373,181.59,40.35h6.058Z" transform="translate(-36.616 -8.153)" fill="#888"/>
  <path id="Path_204" data-name="Path 204" d="M184.131,36.509,179.1,28.18h10.062Z" transform="translate(-36.124 -5.704)" fill="#888"/>
  <path id="Path_205" data-name="Path 205" d="M183.512,23.267,175.97,10.79h15.084Z" transform="translate(-35.505 -2.192)"/>
</svg>
            </a>
        </span>
        
        <form role="search" method="get" class="search-hamburger border-b border-black mb-4" action="https://www.truthdig.com/" autocomplete="off">
            <span class="flex items-center justify-between">
                <input type="search" class="search-field font-proxima-nova font-normal text-base text-grey bg-white mt-3 pb-3 border-0 outline-none appearance-none w-full wp-dark-mode-ignore" placeholder="Search by topic, author or tag" value="" name="s" />
                <span class="w-5 h-5 relative block ml-3 flex-shrink-0">
                    <span class="pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20">
  <defs>
    <clipPath id="clip-path">
      <rect width="20" height="20" fill="none"/>
    </clipPath>
  </defs>
  <g id="Icons_Search" data-name="Icons / Search" clip-path="url(#clip-path)">
    <rect id="Rectangle_430" data-name="Rectangle 430" width="20" height="20" fill="none" opacity="0.2"/>
    <path id="Path_6" data-name="Path 6" d="M19.7,17.943l-3.89-3.89a8.591,8.591,0,0,0,1.757-5.27A8.729,8.729,0,0,0,8.783,0,8.729,8.729,0,0,0,0,8.783a8.729,8.729,0,0,0,8.783,8.783,8.591,8.591,0,0,0,5.27-1.757l3.89,3.89ZM2.51,8.783A6.213,6.213,0,0,1,8.783,2.51a6.213,6.213,0,0,1,6.274,6.274,6.213,6.213,0,0,1-6.274,6.274A6.213,6.213,0,0,1,2.51,8.783Z" fill="#1e1e1e"/>
  </g>
</svg>
</span>
                    <input type="submit" class="search-submit bg-transparent border-0 appearance-none block absolute top-0 left-0 w-5 h-5 cursor-pointer" value="Search" />
                </span>
            </span>
        </form>
        
        <nav class="hamburger-nav"><ul id="menu-hamburger" class="menu"><li id="menu-item-280477" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-280477"><a href="https://www.truthdig.com/news/">News</a><span class="sub-arrow-depth-0">
				<span class="hidden sm:block pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="8.629" height="10.433" viewBox="0 0 8.629 10.433"><g id="triangle" transform="translate(0 10.433) rotate(-90)"><path id="Path_162" data-name="Path 162" d="M181.186,19.419,175.97,10.79H186.4Z" transform="translate(-175.97 -10.79)" fill="#a5a5a5"/></g></svg>
</span>
				<span class="block sm:hidden pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="10.433" height="8.629"><path data-name="Path 162" d="M5.216 8.629 0 0h10.43Z" fill="#a5a5a5"/></svg></span>
			</span>
<ul class="sub-menu">
	<li id="menu-item-280220" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280220"><a href="https://www.truthdig.com/news/activism/">Activism</a></li>
	<li id="menu-item-280221" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280221"><a href="https://www.truthdig.com/news/business-economy/">Business &amp; Economy</a></li>
	<li id="menu-item-280222" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-280222"><a href="https://www.truthdig.com/news/courts-law/">Courts &amp; Law</a><span class="sub-arrow-depth-1"><svg xmlns="http://www.w3.org/2000/svg" width="10.433" height="8.629"><path data-name="Path 162" d="M5.216 8.629 0 0h10.43Z" fill="#a5a5a5"/></svg></span>
	<ul class="sub-menu">
		<li id="menu-item-282387" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-282387"><a href="https://www.truthdig.com/news/courts-law/prison-reform/">Prison Reform</a></li>
	</ul>
</li>
	<li id="menu-item-280224" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280224"><a href="https://www.truthdig.com/news/belief-religion/">Belief &amp; Religion</a></li>
	<li id="menu-item-280225" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280225"><a href="https://www.truthdig.com/news/immigration/">Immigration</a></li>
	<li id="menu-item-280226" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280226"><a href="https://www.truthdig.com/news/labor/">Labor</a></li>
	<li id="menu-item-280227" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280227"><a href="https://www.truthdig.com/news/lgbtqia/">LGBTQIA+</a></li>
	<li id="menu-item-280228" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280228"><a href="https://www.truthdig.com/news/race/">Race</a></li>
	<li id="menu-item-280229" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280229"><a href="https://www.truthdig.com/news/social-justice/">Social Justice</a></li>
	<li id="menu-item-280230" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280230"><a href="https://www.truthdig.com/news/women/">Women</a></li>
	<li id="menu-item-280231" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280231"><a href="https://www.truthdig.com/news/education/">Education</a></li>
	<li id="menu-item-280233" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280233"><a href="https://www.truthdig.com/news/health-wellness/">Health &amp; Wellness</a></li>
	<li id="menu-item-296718" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-296718"><a href="https://www.truthdig.com/news/los-angeles/">Los Angeles</a></li>
	<li id="menu-item-280234" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280234"><a href="https://www.truthdig.com/news/media/">Media</a></li>
	<li id="menu-item-280235" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280235"><a href="https://www.truthdig.com/news/military/">Military</a></li>
	<li id="menu-item-280236" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280236"><a href="https://www.truthdig.com/news/politics/">Politics</a></li>
	<li id="menu-item-280237" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280237"><a href="https://www.truthdig.com/news/science/">Science</a></li>
	<li id="menu-item-280238" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280238"><a href="https://www.truthdig.com/news/technology/">Technology</a></li>
</ul>
</li>
<li id="menu-item-280263" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-280263"><a href="https://www.truthdig.com/td-originals/">TD Original</a><span class="sub-arrow-depth-0">
				<span class="hidden sm:block pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="8.629" height="10.433" viewBox="0 0 8.629 10.433"><g id="triangle" transform="translate(0 10.433) rotate(-90)"><path id="Path_162" data-name="Path 162" d="M181.186,19.419,175.97,10.79H186.4Z" transform="translate(-175.97 -10.79)" fill="#a5a5a5"/></g></svg>
</span>
				<span class="block sm:hidden pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="10.433" height="8.629"><path data-name="Path 162" d="M5.216 8.629 0 0h10.43Z" fill="#a5a5a5"/></svg></span>
			</span>
<ul class="sub-menu">
	<li id="menu-item-280267" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280267"><a href="https://www.truthdig.com/td-originals/animations/">Animations</a></li>
	<li id="menu-item-282835" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-282835"><a href="https://www.truthdig.com/td-originals/td-columns/">Columns</a></li>
	<li id="menu-item-280271" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280271"><a href="https://www.truthdig.com/td-originals/digs/">Digs</a></li>
	<li id="menu-item-280272" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-280272"><a href="https://www.truthdig.com/dig-scape/">Dig Scape</a></li>
	<li id="menu-item-298438" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-298438"><a href="https://www.truthdig.com/events">TD Events</a></li>
	<li id="menu-item-280274" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-280274"><a href="https://www.truthdig.com/global-voices/">Global Voices</a></li>
	<li id="menu-item-280276" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-280276"><a href="https://www.truthdig.com/td-originals/td-interviews/">TD Interviews</a></li>
	<li id="menu-item-281044" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-281044"><a href="https://www.truthdig.com/td-originals/investigative-stories/">Investigative Stories</a></li>
	<li id="menu-item-280280" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280280"><a href="https://www.truthdig.com/td-originals/photo-essays/">Photo Essay</a></li>
	<li id="menu-item-280282" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-280282"><a href="https://www.truthdig.com/scrapbook/">Scrapbook</a></li>
	<li id="menu-item-280283" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-280283"><a href="https://www.truthdig.com/nominate-a-truthdigger-of-the-week/">Nominate a Truthdigger</a></li>
</ul>
</li>
<li id="menu-item-280252" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280252"><a href="https://www.truthdig.com/ear-to-the-ground/">Ear to the Ground</a></li>
<li id="menu-item-284198" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-284198"><a href="https://www.truthdig.com/td-originals/digs/">Digs</a><span class="sub-arrow-depth-0">
				<span class="hidden sm:block pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="8.629" height="10.433" viewBox="0 0 8.629 10.433"><g id="triangle" transform="translate(0 10.433) rotate(-90)"><path id="Path_162" data-name="Path 162" d="M181.186,19.419,175.97,10.79H186.4Z" transform="translate(-175.97 -10.79)" fill="#a5a5a5"/></g></svg>
</span>
				<span class="block sm:hidden pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="10.433" height="8.629"><path data-name="Path 162" d="M5.216 8.629 0 0h10.43Z" fill="#a5a5a5"/></svg></span>
			</span>
<ul class="sub-menu">
	<li id="menu-item-294267" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-294267"><a href="https://www.truthdig.com/dig-series/at-the-border-in-2024/">At the Border in 2024</a></li>
	<li id="menu-item-284226" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284226"><a href="https://www.truthdig.com/dig-series/chiles-utopia-postponed/">Chile’s Utopia Has Been Postponed</a></li>
	<li id="menu-item-284227" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284227"><a href="https://www.truthdig.com/dig-series/eugenics/">Eugenics in the Twenty-First Century: New Names, Old Ideas</a></li>
	<li id="menu-item-288150" class="menu-item menu-item-type-post_type menu-item-object-dig_series menu-item-288150"><a href="https://www.truthdig.com/dig-series/fragments-of-ukraine/">Fragments of Ukraine</a></li>
	<li id="menu-item-284579" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284579"><a href="https://www.truthdig.com/dig-series/green-tinted-glasses/">Green-Tinted Glasses</a></li>
	<li id="menu-item-308620" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-308620"><a href="https://www.truthdig.com/dig-series/rojavas-embattled-revolution/">Rojava’s Embattled Revolution</a></li>
	<li id="menu-item-284228" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284228"><a href="https://www.truthdig.com/dig-series/the-ecstasy-of-agony/">The Ecstasy of Agony</a></li>
	<li id="menu-item-284230" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284230"><a href="https://www.truthdig.com/dig-series/julian-assange">The Persecution of Julian Assange</a></li>
	<li id="menu-item-287588" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-287588"><a href="https://www.truthdig.com/dig-series/the-scramble-for-deep-sea-minerals/">The Scramble for Deep-Sea Minerals</a></li>
	<li id="menu-item-284231" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284231"><a href="https://www.truthdig.com/dig-series/the-supreme-courts-war-on-the-future/">The Supreme Court’s War on the Future</a></li>
	<li id="menu-item-314429" class="menu-item menu-item-type-post_type menu-item-object-dig_series menu-item-314429"><a href="https://www.truthdig.com/dig-series/west-virginias-chernobyl/">West Virginia’s Chernobyl</a></li>
</ul>
</li>
<li id="menu-item-280239" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-280239"><a href="https://www.truthdig.com/world/">World</a><span class="sub-arrow-depth-0">
				<span class="hidden sm:block pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="8.629" height="10.433" viewBox="0 0 8.629 10.433"><g id="triangle" transform="translate(0 10.433) rotate(-90)"><path id="Path_162" data-name="Path 162" d="M181.186,19.419,175.97,10.79H186.4Z" transform="translate(-175.97 -10.79)" fill="#a5a5a5"/></g></svg>
</span>
				<span class="block sm:hidden pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="10.433" height="8.629"><path data-name="Path 162" d="M5.216 8.629 0 0h10.43Z" fill="#a5a5a5"/></svg></span>
			</span>
<ul class="sub-menu">
	<li id="menu-item-284240" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284240"><a href="https://www.truthdig.com/world/africa/">Africa</a></li>
	<li id="menu-item-284241" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284241"><a href="https://www.truthdig.com/world/americas/">Americas</a></li>
	<li id="menu-item-284242" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284242"><a href="https://www.truthdig.com/world/asia-pacific/">Asia Pacific</a></li>
	<li id="menu-item-284243" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284243"><a href="https://www.truthdig.com/world/europe/">Europe</a></li>
	<li id="menu-item-284244" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284244"><a href="https://www.truthdig.com/world/middle-east/">Middle East</a></li>
</ul>
</li>
<li id="menu-item-280232" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280232"><a href="https://www.truthdig.com/news/environment/">Environment</a></li>
<li id="menu-item-280254" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-280254"><a href="https://www.truthdig.com/arts-culture/">Arts &amp; Culture</a><span class="sub-arrow-depth-0">
				<span class="hidden sm:block pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="8.629" height="10.433" viewBox="0 0 8.629 10.433"><g id="triangle" transform="translate(0 10.433) rotate(-90)"><path id="Path_162" data-name="Path 162" d="M181.186,19.419,175.97,10.79H186.4Z" transform="translate(-175.97 -10.79)" fill="#a5a5a5"/></g></svg>
</span>
				<span class="block sm:hidden pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="10.433" height="8.629"><path data-name="Path 162" d="M5.216 8.629 0 0h10.43Z" fill="#a5a5a5"/></svg></span>
			</span>
<ul class="sub-menu">
	<li id="menu-item-280255" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280255"><a href="https://www.truthdig.com/arts-culture/books/">Books</a></li>
	<li id="menu-item-280256" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280256"><a href="https://www.truthdig.com/arts-culture/film/">Film</a></li>
	<li id="menu-item-280257" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280257"><a href="https://www.truthdig.com/arts-culture/music/">Music</a></li>
	<li id="menu-item-280258" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280258"><a href="https://www.truthdig.com/arts-culture/poetry-and-spoken-word/">Poetry &amp; Spoken Word</a></li>
	<li id="menu-item-280259" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280259"><a href="https://www.truthdig.com/arts-culture/theater/">Theater</a></li>
	<li id="menu-item-280260" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280260"><a href="https://www.truthdig.com/arts-culture/tv/">TV</a></li>
	<li id="menu-item-280261" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280261"><a href="https://www.truthdig.com/arts-culture/visual-arts/">Visual Arts</a></li>
</ul>
</li>
<li id="menu-item-281021" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-281021"><a href="https://www.truthdig.com/opinion/">Opinion</a><span class="sub-arrow-depth-0">
				<span class="hidden sm:block pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="8.629" height="10.433" viewBox="0 0 8.629 10.433"><g id="triangle" transform="translate(0 10.433) rotate(-90)"><path id="Path_162" data-name="Path 162" d="M181.186,19.419,175.97,10.79H186.4Z" transform="translate(-175.97 -10.79)" fill="#a5a5a5"/></g></svg>
</span>
				<span class="block sm:hidden pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="10.433" height="8.629"><path data-name="Path 162" d="M5.216 8.629 0 0h10.43Z" fill="#a5a5a5"/></svg></span>
			</span>
<ul class="sub-menu">
	<li id="menu-item-280249" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280249"><a href="https://www.truthdig.com/opinion/column/">Columns</a></li>
	<li id="menu-item-280266" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-280266"><a href="https://www.truthdig.com/cartoons/">Editorial Cartoons</a></li>
	<li id="menu-item-280251" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-280251"><a href="https://www.truthdig.com/opinion/humor/">Humor</a></li>
	<li id="menu-item-291023" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-291023"><a href="https://www.truthdig.com/opinion/interviews/">Interviews</a></li>
</ul>
</li>
<li id="menu-item-280285" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-280285"><a href="https://www.truthdig.com/about-us/">About Us</a></li>
</ul></nav>
                <a id="support-truthdig-main-nav-sidebar" href="https://www.truthdig.com/membership/checkout/" class="font-proxima-nova font-bold text-base text-center text-white bg-red border border-red uppercase p-3 block mb-5">
            Become a member        </a>
        
        <span class="join-our-newsletter-btn font-proxima-nova font-bold text-base text-center text-red bg-white border border-red uppercase p-3 block cursor-pointer mb-6">Join our Newsletter</span>

        <span class="flex justify-between mb-6">
            <span class="flex items-center">
                <span class="font-proxima-nova font-normal leading-5 text-tiny text-grey mr-4 pt-0.5">Follow Us</span>
                
<nav class="social-nav order-3 md:order-none"><ul id="menu-social-navigation" class="menu"><li id="menu-item-276761" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-276761"><a class="td-facebook" href="https://www.facebook.com/Truthdig" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg></a></li>
<li id="menu-item-276762" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-276762"><a class="td-twitter" href="https://twitter.com/Truthdig" target="_blank"><svg viewBox="0 0 24 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.3699 22L14.5749 9.178L14.5899 9.19L22.5199 0H19.8699L13.4099 7.48L8.27988 0H1.32988L9.54088 11.971L9.53988 11.97L0.879883 22H3.52988L10.7119 13.678L16.4199 22H23.3699ZM7.22988 2L19.5699 20H17.4699L5.11988 2H7.22988Z"/>
</svg>
</a></li>
<li id="menu-item-276763" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-276763"><a class="td-instagram" href="https://www.instagram.com/truthdig/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg></a></li>
<li id="menu-item-279602" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-279602"><a class="td-youtube" href="https://www.youtube.com/user/truthdig" target="_blank"><svg width="24" viewBox="0 0 40 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.5841 1.82941C37.3042 2.29154 38.665 3.65227 39.1271 5.37242C39.9743 8.50464 40 15.0001 40 15.0001C40 15.0001 40 21.5213 39.1528 24.6279C38.6906 26.348 37.3299 27.7087 35.6098 28.1709C32.5032 29.0181 20 29.0181 20 29.0181C20 29.0181 7.49679 29.0181 4.39025 28.1709C2.67009 27.7087 1.30937 26.348 0.847241 24.6279C0 21.4957 0 15.0001 0 15.0001C0 15.0001 0 8.50464 0.821565 5.3981C1.2837 3.67794 2.64442 2.31723 4.36457 1.8551C7.47112 1.00785 19.9743 0.982178 19.9743 0.982178C19.9743 0.982178 32.4775 0.982178 35.5841 1.82941ZM26.3671 15.0002L15.9949 21.0079V8.99245L26.3671 15.0002Z"/>
</svg></a></li>
<li id="menu-item-279603" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-279603"><a class="td-tiktok" href="https://www.tiktok.com/@truthdig" target="_blank"><svg height="24" viewBox="0 0 36 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30.2311 8.01788C28.0764 6.61302 26.5213 4.36524 26.0362 1.74493C25.9314 1.17879 25.8738 0.596143 25.8738 0H18.997L18.9859 27.5599C18.8703 30.6461 16.3302 33.1232 13.2163 33.1232C12.2485 33.1232 11.3372 32.8812 10.5348 32.459C8.69485 31.4907 7.43566 29.562 7.43566 27.3426C7.43566 24.155 10.029 21.5617 13.2163 21.5617C13.8113 21.5617 14.3821 21.6598 14.922 21.829V14.8085C14.3632 14.7324 13.7956 14.6848 13.2163 14.6848C6.23683 14.6848 0.558838 20.3631 0.558838 27.3426C0.558838 31.6248 2.69835 35.4144 5.9624 37.7059C8.01837 39.1493 10.5192 40 13.2163 40C20.1958 40 25.8738 34.3221 25.8738 27.3426V13.3673C28.571 15.3032 31.8754 16.444 35.4412 16.444V9.56719C33.5204 9.56719 31.7314 8.99616 30.2311 8.01788"/>
</svg></a></li>
<li id="menu-item-300666" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-300666"><a class="td-threads" href="https://www.threads.net/@truthdig" target="_blank"><svg width="20" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
	<path d="M29.4868 18.5392C29.3146 18.4566 29.1398 18.3772 28.9629 18.3011C28.6535 12.6121 25.5454 9.35521 20.325 9.32187C20.3014 9.32172 20.2782 9.32172 20.2546 9.32172C17.1326 9.32172 14.5361 10.6544 12.9379 13.0793L15.8085 15.0485C17.0024 13.2372 18.8761 12.8511 20.2559 12.8511C20.2719 12.8511 20.2879 12.8511 20.3037 12.8512C22.0223 12.862 23.3192 13.3618 24.1585 14.3362C24.7694 15.0457 25.1779 16.0261 25.3802 17.2633C23.8564 17.0043 22.2086 16.9247 20.4469 17.0257C15.4843 17.3115 12.2941 20.2058 12.5082 24.2275C12.6169 26.2675 13.6332 28.0225 15.3698 29.1689C16.8379 30.1381 18.7289 30.6121 20.6942 30.505C23.2896 30.3625 25.3254 29.3723 26.7461 27.5616C27.8248 26.1867 28.5071 24.4048 28.8083 22.1596C30.0452 22.9061 30.962 23.8883 31.468 25.0692C32.3289 27.0765 32.3791 30.3751 29.6877 33.064C27.3294 35.4199 24.4952 36.4392 20.2111 36.4708C15.4592 36.4354 11.8654 34.9114 9.52462 31.941C7.34073 29.1595 6.20994 25.1421 6.16775 20C6.20994 14.8579 7.34073 10.8404 9.52462 8.05892C11.8654 5.08854 15.4592 3.56459 20.2111 3.52929C25.0054 3.56485 28.6539 5.09613 31.0801 8.08083C32.2696 9.54451 33.1665 11.3852 33.7578 13.5313L37.1217 12.6338C36.405 9.9921 35.2773 7.71577 33.7428 5.82792C30.6325 2.00139 26.0837 0.0406975 20.2228 0H20.1991C14.3506 0.0405146 9.85252 2.00871 6.83089 5.84986C4.14206 9.26801 2.75508 14.0241 2.70848 19.9859L2.70833 20L2.70848 20.0141C2.75508 25.9759 4.14206 30.732 6.83089 34.1501C9.85252 37.9913 14.3506 39.9595 20.1991 40H20.2228C25.4229 39.9639 29.0884 38.6025 32.1079 35.5857C36.0585 31.6387 35.9396 26.6915 34.6375 23.6544C33.7033 21.4764 31.9223 19.7075 29.4868 18.5392ZM20.5084 26.9806C18.3334 27.1031 16.0738 26.1269 15.9624 24.0359C15.8798 22.4854 17.0658 20.7554 20.6419 20.5493C21.0514 20.5258 21.4536 20.5142 21.8481 20.5142C23.1471 20.5142 24.3623 20.6321 25.4671 20.8819C25.0551 26.0279 22.638 26.8638 20.5084 26.9806Z"></path>
</svg></a></li>
<li id="menu-item-306397" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-306397"><a class="td-bluesky" href="https://bsky.app/profile/truthdig.com" target="_blank"><svg width="24" viewBox="0 0 24 21" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_45_2)">
<path d="M5.2023 1.41105C7.95385 3.46029 10.9133 7.61537 12 9.84498C13.0867 7.61537 16.0462 3.46029 18.7977 1.41105C20.7831 -0.0675613 24 -1.21165 24 2.42889C24 3.15594 23.5798 8.53661 23.3333 9.41022C22.4766 12.4472 19.3549 13.2218 16.578 12.753C21.4319 13.5725 22.6666 16.2869 20 19.0014C14.9355 24.1568 12.7209 17.7079 12.1534 16.0555C12.0494 15.7526 12.0007 15.6109 12 15.7314C11.9993 15.6109 11.9506 15.7526 11.8466 16.0555C11.2791 17.7079 9.06452 24.1568 4 19.0014C1.33334 16.2869 2.56808 13.5725 7.42196 12.753C4.64506 13.2218 1.52339 12.4472 0.666668 9.41022C0.420222 8.53661 0 3.15594 0 2.42889C0 -1.21165 3.21695 -0.0675613 5.2023 1.41105Z"/>
</g>
</svg>
</a></li>
</ul></nav>            </span>
                            <a href="https://www.truthdig.com/login/?redirect_to=https%3A%2F%2Fwww.truthdig.com%2Frss-2" class="font-proxima-nova font-bold text-base text-center text-black underline">Sign in</a>
                    </span>

        

    </div>

    <span class="nav-overlay"></span>

</div>

	<header id="masthead" class="site-header site-header--inner bg-black">
							
<div class="bg-black flex items-center justify-between py-2.5 px-6 relative z-30 flex-shrink-0">

    <span class="flex items-center relative z-10">
        <a href="https://www.truthdig.com/" rel="home" class="inline-block flex-shrink-0">
            <span class="block 2xl:hidden">
                <svg width="53.902" height="38.45" viewBox="0 0 116 83" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_14_8)">
<path d="M98.7999 82.34L92.1199 71.28H105.48L98.7999 82.34Z" fill="#808080"/>
<path d="M98.8 68.11L87.72 49.77H109.89L98.8 68.11Z" fill="#B3B3B3"/>
<path d="M98.7999 46.51L82.1799 19H115.43L98.7999 46.51Z" fill="white"/>
<path d="M18.9 13.2H28.92V23.91H18.9V53.74C18.9 56.09 19.6 58.53 23.78 58.53C25.95 58.53 27.35 57.66 28.92 56.7V66.54C26.22 67.32 23.43 68.02 20.64 68.02C12.63 68.02 6 63.49 6 52.86V23.91H0V13.2H6.01V0H18.9V13.2Z" fill="white"/>
<path d="M54.29 28.34C47.15 28.34 45.66 37.4 45.66 42.8C45.66 48.64 46.8 57.05 54.55 57.05C58.38 57.05 60.91 54.52 62.91 51.47V33.66C60.64 30.96 58.03 28.34 54.29 28.34ZM64.3 62.88C60.38 66.36 57.33 68.02 51.93 68.02C42.08 68.02 33.02 61.93 33.02 41.37C33.02 23.34 43.83 18.15 50.88 18.15C56.11 18.15 59.24 20.76 62.9 23.98V0.209999H75.8V66.98H65.44L64.3 62.88Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_14_8">
<rect width="115.43" height="82.34" fill="white"/>
</clipPath>
</defs>
</svg>
            </span>
            <span class="hidden 2xl:block">
                <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg width="156" height="37.715" version="1.1" id="Logo-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 294.06 72.06" style="enable-background:new 0 0 294.06 72.06;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
	.st1{fill:#808080;}
	.st2{fill:#B3B3B3;}
</style>
<g>
	<path class="st0" d="M16.2,16.28h8.59v9.18H16.2v21.29c0,2.01,0.6,4.1,4.18,4.1c1.86,0,3.06-0.75,4.4-1.57v8.44
		c-2.32,0.67-4.71,1.27-7.09,1.27c-6.87,0-12.55-3.88-12.55-12.99V25.46H0v-9.18h5.15V5.82H16.2V16.28z"/>
	<path class="st0" d="M39.88,23.59c4.26-5,7.69-8.21,12.77-8.21h2.09v11.05c-1.05-0.22-2.09-0.44-3.21-0.44
		c-2.84,0-11.65,2.61-11.65,13.74V58.1H28.83V16.28h11.05V23.59z"/>
	<path class="st0" d="M81.77,53.77c-3.51,2.91-7.84,5.22-12.47,5.22c-4.56,0-10.98-2.76-10.98-13.07V16.28h11.05v25.16
		c0,3.36-0.22,8.67,4.55,8.67c3.21,0,5.75-2.32,7.84-4.56V16.28h11.05V58.1H81.77V53.77z"/>
	<path class="st0" d="M112.54,16.28h8.59v9.18h-8.59v21.29c0,2.01,0.6,4.1,4.18,4.1c1.87,0,3.06-0.75,4.4-1.57v8.44
		c-2.31,0.67-4.71,1.27-7.09,1.27c-6.87,0-12.54-3.88-12.54-12.99V25.46h-5.15v-9.18h5.15V5.82h11.05V16.28z"/>
	<path class="st0" d="M135.68,20.61c3.51-2.91,7.84-5.23,12.47-5.23c4.56,0,10.98,2.76,10.98,13.07V58.1h-11.05V32.93
		c0-3.36,0.22-8.66-4.56-8.66c-3.21,0-5.75,2.32-7.84,4.56V58.1h-11.05V0h11.05V20.61z"/>
	<path class="st0" d="M181.91,24.12c-6.12,0-7.4,7.77-7.4,12.4c0,5,0.97,13.07,7.62,13.07c3.29,0,5.45-2.17,7.17-4.78V28.68
		C187.36,26.36,185.12,24.12,181.91,24.12 M190.49,54.59c-3.36,2.99-5.98,4.41-10.6,4.41c-8.44,0-16.21-5.22-16.21-22.85
		c0-15.46,9.26-20.76,15.31-20.76c4.48,0,7.17,2.24,10.3,5V0h11.05v58.1h-8.89L190.49,54.59z"/>
	<path class="st0" d="M216.81,58.1h-11.05V16.28h11.05V58.1z M216.81,10.15h-11.05V0h11.05V10.15z"/>
	<path class="st0" d="M238.65,37.34c4.63,0,5.97-3.81,5.97-7.77c0-3.81-1.8-7.02-5.97-7.02c-4.64,0-6.06,3.88-6.06,7.84
		C232.6,34.2,234.39,37.34,238.65,37.34 M231.03,58.17c-1.04,0.68-1.72,1.27-1.72,2.62c0,3.88,7.84,4.1,10.46,4.1
		c1.86,0,11.57-0.22,11.57-3.59c0-2.16-1.49-1.94-8.06-2.31L231.03,58.17z M234.55,44.36c-1.27,0-3.14,0.67-3.14,2.61
		c0,5.45,28.97-4.03,28.97,12.32c0,6.2-4.18,12.77-20.76,12.77c-14.41,0-19.34-5.08-19.34-10.53c0-3.21,2.02-4.85,4.56-6.34
		c-1.8-1.35-3.29-2.91-3.29-5.31c0-4.1,2.24-6.27,5.45-8.36c-3.06-2.99-5.23-6.72-5.23-11.5c0-9.26,7.84-14.63,16.88-14.63
		c3.66,0,7.16,1.05,10.3,2.91c2.24-2.09,4.25-3.44,7.54-3.44c1.04,0,2.17,0.08,3.21,0.3v7.77c-1.13-0.45-2.31-0.89-3.51-0.89
		c-1.19,0-1.94,0.37-2.99,0.89c1.2,2.24,2.17,4.71,2.25,7.09c0,9.26-7.77,14.64-16.8,14.64L234.55,44.36z"/>
	<polygon class="st1" points="279.86,70.37 274.15,60.93 285.56,60.93 	"/>
	<polygon class="st2" points="279.86,58.22 270.4,42.55 289.33,42.55 	"/>
	<polygon class="st0" points="279.86,39.77 265.67,16.28 294.06,16.28 	"/>
</g>
</svg>
            </span>
        </a>
        <span class="hamburger-btn cursor-pointer ml-4"><svg id="menu_icon" data-name="menu icon" xmlns="http://www.w3.org/2000/svg" width="16" height="14.001" viewBox="0 0 16 14.001">
  <path id="menu_icon-2" data-name="menu icon" d="M-6407-6020a1,1,0,0,1-1-1,1,1,0,0,1,1-1h14a1,1,0,0,1,1,1,1,1,0,0,1-1,1Zm0-6a1,1,0,0,1-1-1,1,1,0,0,1,1-1h14a1,1,0,0,1,1,1,1,1,0,0,1-1,1Zm0-6a1,1,0,0,1-1-1,1,1,0,0,1,1-1h14a1,1,0,0,1,1,1,1,1,0,0,1-1,1Z" transform="translate(6408 6034)" fill="#fff"/>
</svg>
</span>
    </span>

    <span class="nav-on-scroll__wrapper-nav absolute left-1/2 transform -translate-x-1/2 flex-shrink-0 w-full flex justify-center">
        
<nav id="main-nav-fixed" class="main-nav"><ul id="menu-all-menu" class="menu"><li id="menu-item-280476" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-280476"><a href="https://www.truthdig.com/news/">News</a>
<ul class="sub-menu">
	<li id="menu-item-277533" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277533"><a href="https://www.truthdig.com/news/activism/">Activism</a></li>
	<li id="menu-item-277534" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277534"><a href="https://www.truthdig.com/news/business-economy/">Business &amp; Economy</a></li>
	<li id="menu-item-277558" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-277558"><a href="https://www.truthdig.com/news/courts-law/">Courts &amp; Law</a><span class="sub-arrow"><svg xmlns="http://www.w3.org/2000/svg" width="10.433" height="8.629"><path data-name="Path 162" d="M5.216 8.629 0 0h10.43Z" fill="#a5a5a5"/></svg></span>
	<ul class="sub-menu">
		<li id="menu-item-282388" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-282388"><a href="https://www.truthdig.com/news/courts-law/prison-reform/">Prison Reform</a></li>
	</ul>
</li>
	<li id="menu-item-277630" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277630"><a href="https://www.truthdig.com/news/belief-religion/">Belief &amp; Religion</a></li>
	<li id="menu-item-277634" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277634"><a href="https://www.truthdig.com/news/immigration/">Immigration</a></li>
	<li id="menu-item-277545" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277545"><a href="https://www.truthdig.com/news/labor/">Labor</a></li>
	<li id="menu-item-277546" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277546"><a href="https://www.truthdig.com/news/lgbtqia/">LGBTQIA+</a></li>
	<li id="menu-item-277548" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277548"><a href="https://www.truthdig.com/news/race/">Race</a></li>
	<li id="menu-item-277631" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277631"><a href="https://www.truthdig.com/news/social-justice/">Social Justice</a></li>
	<li id="menu-item-277549" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277549"><a href="https://www.truthdig.com/news/women/">Women</a></li>
	<li id="menu-item-277535" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277535"><a href="https://www.truthdig.com/news/education/">Education</a></li>
	<li id="menu-item-277537" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277537"><a href="https://www.truthdig.com/news/health-wellness/">Health &amp; Wellness</a></li>
	<li id="menu-item-296719" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-296719"><a href="https://www.truthdig.com/news/los-angeles/">Los Angeles</a></li>
	<li id="menu-item-277552" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277552"><a href="https://www.truthdig.com/news/media/">Media</a></li>
	<li id="menu-item-277553" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277553"><a href="https://www.truthdig.com/news/military/">Military</a></li>
	<li id="menu-item-277557" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277557"><a href="https://www.truthdig.com/news/politics/">Politics</a></li>
	<li id="menu-item-277560" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277560"><a href="https://www.truthdig.com/news/science/">Science</a></li>
	<li id="menu-item-277561" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277561"><a href="https://www.truthdig.com/news/technology/">Technology</a></li>
</ul>
</li>
<li id="menu-item-277569" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-277569"><a href="https://www.truthdig.com/td-originals/">TD Original</a>
<ul class="sub-menu">
	<li id="menu-item-278258" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-278258"><a href="https://www.truthdig.com/td-originals/animations/">Animations</a></li>
	<li id="menu-item-282836" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-282836"><a href="https://www.truthdig.com/td-originals/td-columns/">Columns</a></li>
	<li id="menu-item-278259" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-278259"><a href="https://www.truthdig.com/td-originals/digs/">Digs</a></li>
	<li id="menu-item-279645" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-279645"><a href="https://www.truthdig.com/dig-scape/">Dig Scape</a></li>
	<li id="menu-item-298437" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-298437"><a href="https://www.truthdig.com/events/">TD Events</a></li>
	<li id="menu-item-278533" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-278533"><a href="https://www.truthdig.com/global-voices/">Global Voices</a></li>
	<li id="menu-item-277643" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-277643"><a href="https://www.truthdig.com/td-originals/td-interviews/">TD Interviews</a></li>
	<li id="menu-item-281043" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-281043"><a href="https://www.truthdig.com/td-originals/investigative-stories/">Investigative Stories</a></li>
	<li id="menu-item-277597" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277597"><a href="https://www.truthdig.com/td-originals/photo-essays/">Photo Essays</a></li>
	<li id="menu-item-277598" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-277598"><a href="https://www.truthdig.com/scrapbook/">Scrapbook</a></li>
	<li id="menu-item-277599" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-277599"><a href="https://www.truthdig.com/nominate-a-truthdigger-of-the-week/">Truthdiggers</a></li>
</ul>
</li>
<li id="menu-item-277629" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277629"><a href="https://www.truthdig.com/ear-to-the-ground/">Ear to the Ground</a></li>
<li id="menu-item-284199" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-284199"><a href="https://www.truthdig.com/td-originals/digs/">Digs</a>
<ul class="sub-menu">
	<li id="menu-item-294266" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-294266"><a href="https://www.truthdig.com/dig-series/at-the-border-in-2024/">At the Border in 2024</a></li>
	<li id="menu-item-284219" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284219"><a href="https://www.truthdig.com/dig-series/chiles-utopia-postponed/">Chile’s Utopia Has Been Postponed</a></li>
	<li id="menu-item-284220" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284220"><a href="https://www.truthdig.com/dig-series/eugenics/">Eugenics in the Twenty-First Century: New Names, Old Ideas</a></li>
	<li id="menu-item-288151" class="menu-item menu-item-type-post_type menu-item-object-dig_series menu-item-288151"><a href="https://www.truthdig.com/dig-series/fragments-of-ukraine/">Fragments of Ukraine</a></li>
	<li id="menu-item-284580" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284580"><a href="https://www.truthdig.com/dig-series/green-tinted-glasses/">Green-Tinted Glasses</a></li>
	<li id="menu-item-308621" class="menu-item menu-item-type-post_type menu-item-object-dig_series menu-item-308621"><a href="https://www.truthdig.com/dig-series/rojavas-embattled-revolution/">Rojava’s Embattled Revolution</a></li>
	<li id="menu-item-284218" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284218"><a href="https://www.truthdig.com/dig-series/the-ecstasy-of-agony/">The Ecstasy of Agony</a></li>
	<li id="menu-item-284222" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284222"><a href="https://www.truthdig.com/dig-series/julian-assange">The Persecution of Julian Assange</a></li>
	<li id="menu-item-287587" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-287587"><a href="https://www.truthdig.com/dig-series/the-scramble-for-deep-sea-minerals/">The Scramble for Deep-Sea Minerals</a></li>
	<li id="menu-item-284221" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284221"><a href="https://www.truthdig.com/dig-series/the-supreme-courts-war-on-the-future/">The Supreme Court’s War on the Future</a></li>
	<li id="menu-item-314428" class="menu-item menu-item-type-post_type menu-item-object-dig_series menu-item-314428"><a href="https://www.truthdig.com/dig-series/west-virginias-chernobyl/">West Virginia’s Chernobyl</a></li>
</ul>
</li>
<li id="menu-item-284212" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-284212"><a href="https://www.truthdig.com/world/">World</a>
<ul class="sub-menu">
	<li id="menu-item-284236" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284236"><a href="https://www.truthdig.com/world/africa/">Africa</a></li>
	<li id="menu-item-284235" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284235"><a href="https://www.truthdig.com/world/americas/">Americas</a></li>
	<li id="menu-item-284237" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284237"><a href="https://www.truthdig.com/world/asia-pacific/">Asia Pacific</a></li>
	<li id="menu-item-284238" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284238"><a href="https://www.truthdig.com/world/europe/">Europe</a></li>
	<li id="menu-item-284239" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284239"><a href="https://www.truthdig.com/world/middle-east/">Middle East</a></li>
</ul>
</li>
<li id="menu-item-277536" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277536"><a href="https://www.truthdig.com/news/environment/">Environment</a></li>
<li id="menu-item-277639" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-277639"><a href="https://www.truthdig.com/arts-culture/">Arts &amp; Culture</a>
<ul class="sub-menu">
	<li id="menu-item-277604" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277604"><a href="https://www.truthdig.com/arts-culture/books/">Books</a></li>
	<li id="menu-item-277605" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277605"><a href="https://www.truthdig.com/arts-culture/film/">Film</a></li>
	<li id="menu-item-277607" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277607"><a href="https://www.truthdig.com/arts-culture/music/">Music</a></li>
	<li id="menu-item-277609" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277609"><a href="https://www.truthdig.com/arts-culture/poetry-and-spoken-word/">Poetry &amp; Spoken Word</a></li>
	<li id="menu-item-277610" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277610"><a href="https://www.truthdig.com/arts-culture/theater/">Theater</a></li>
	<li id="menu-item-277612" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277612"><a href="https://www.truthdig.com/arts-culture/tv/">TV</a></li>
	<li id="menu-item-277611" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277611"><a href="https://www.truthdig.com/arts-culture/visual-arts/">Visual Arts</a></li>
</ul>
</li>
<li id="menu-item-281022" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-281022"><a href="https://www.truthdig.com/opinion/">Opinion</a>
<ul class="sub-menu">
	<li id="menu-item-277564" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277564"><a href="https://www.truthdig.com/opinion/column/">Columns</a></li>
	<li id="menu-item-277628" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-277628"><a href="https://www.truthdig.com/cartoons/">Editorial Cartoons</a></li>
	<li id="menu-item-277568" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277568"><a href="https://www.truthdig.com/opinion/humor/">Humor</a></li>
	<li id="menu-item-291022" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-291022"><a href="https://www.truthdig.com/opinion/interviews/">Interviews</a></li>
</ul>
</li>
<li id="menu-item-314384" class="btn-become-a-member menu-item menu-item-type-post_type menu-item-object-page menu-item-314384"><a href="https://www.truthdig.com/membership/checkout/" id="support-truthdig-main-nav-compact-header" class="wp-dark-mode-ignore">Membership</a></li>
</ul></nav>    </span>

    <span class="flex items-center relative z-10">
                    <a href="https://www.truthdig.com/login/?redirect_to=https%3A%2F%2Fwww.truthdig.com%2Frss-2" class="font-proxima-nova font-normal text-tiny text-white inline-block mr-6">Sign in</a>
                <button class="join-our-newsletter-btn font-proxima-nova font-normal text-tiny text-white border border-white px-4 py-2 hidden 2xl:inline-block mr-6 appearance-none">Join Newsletter</button>
        <span class="search-btn cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><defs><clipPath id="a"><path fill="none" d="M0 0h16v16H0z"/></clipPath></defs><g data-name="Icons / Search" clip-path="url(#a)"><path data-name="Rectangle 430" fill="none" opacity=".2" d="M0 0h16v16H0z"/><path data-name="Path 6" d="m15.7 14.3-3.1-3.1A6.847 6.847 0 0 0 14 7a6.957 6.957 0 0 0-7-7 6.957 6.957 0 0 0-7 7 6.957 6.957 0 0 0 7 7 6.847 6.847 0 0 0 4.2-1.4l3.1 3.1ZM2 7a4.951 4.951 0 0 1 5-5 4.951 4.951 0 0 1 5 5 4.951 4.951 0 0 1-5 5 4.951 4.951 0 0 1-5-5Z" /></g></svg></span>
    </span>

</div>

			</header><!-- #masthead -->
	
<div class="nav-on-scroll bg-black flex items-center justify-between py-2.5 px-6 relative z-30 flex-shrink-0">

    <span class="flex items-center relative z-10">
        <a href="https://www.truthdig.com/" rel="home" class="inline-block flex-shrink-0">
            <span class="block 2xl:hidden">
                <svg width="53.902" height="38.45" viewBox="0 0 116 83" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_14_8)">
<path d="M98.7999 82.34L92.1199 71.28H105.48L98.7999 82.34Z" fill="#808080"/>
<path d="M98.8 68.11L87.72 49.77H109.89L98.8 68.11Z" fill="#B3B3B3"/>
<path d="M98.7999 46.51L82.1799 19H115.43L98.7999 46.51Z" fill="white"/>
<path d="M18.9 13.2H28.92V23.91H18.9V53.74C18.9 56.09 19.6 58.53 23.78 58.53C25.95 58.53 27.35 57.66 28.92 56.7V66.54C26.22 67.32 23.43 68.02 20.64 68.02C12.63 68.02 6 63.49 6 52.86V23.91H0V13.2H6.01V0H18.9V13.2Z" fill="white"/>
<path d="M54.29 28.34C47.15 28.34 45.66 37.4 45.66 42.8C45.66 48.64 46.8 57.05 54.55 57.05C58.38 57.05 60.91 54.52 62.91 51.47V33.66C60.64 30.96 58.03 28.34 54.29 28.34ZM64.3 62.88C60.38 66.36 57.33 68.02 51.93 68.02C42.08 68.02 33.02 61.93 33.02 41.37C33.02 23.34 43.83 18.15 50.88 18.15C56.11 18.15 59.24 20.76 62.9 23.98V0.209999H75.8V66.98H65.44L64.3 62.88Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_14_8">
<rect width="115.43" height="82.34" fill="white"/>
</clipPath>
</defs>
</svg>
            </span>
            <span class="hidden 2xl:block">
                <?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg width="156" height="37.715" version="1.1" id="Logo-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 294.06 72.06" style="enable-background:new 0 0 294.06 72.06;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
	.st1{fill:#808080;}
	.st2{fill:#B3B3B3;}
</style>
<g>
	<path class="st0" d="M16.2,16.28h8.59v9.18H16.2v21.29c0,2.01,0.6,4.1,4.18,4.1c1.86,0,3.06-0.75,4.4-1.57v8.44
		c-2.32,0.67-4.71,1.27-7.09,1.27c-6.87,0-12.55-3.88-12.55-12.99V25.46H0v-9.18h5.15V5.82H16.2V16.28z"/>
	<path class="st0" d="M39.88,23.59c4.26-5,7.69-8.21,12.77-8.21h2.09v11.05c-1.05-0.22-2.09-0.44-3.21-0.44
		c-2.84,0-11.65,2.61-11.65,13.74V58.1H28.83V16.28h11.05V23.59z"/>
	<path class="st0" d="M81.77,53.77c-3.51,2.91-7.84,5.22-12.47,5.22c-4.56,0-10.98-2.76-10.98-13.07V16.28h11.05v25.16
		c0,3.36-0.22,8.67,4.55,8.67c3.21,0,5.75-2.32,7.84-4.56V16.28h11.05V58.1H81.77V53.77z"/>
	<path class="st0" d="M112.54,16.28h8.59v9.18h-8.59v21.29c0,2.01,0.6,4.1,4.18,4.1c1.87,0,3.06-0.75,4.4-1.57v8.44
		c-2.31,0.67-4.71,1.27-7.09,1.27c-6.87,0-12.54-3.88-12.54-12.99V25.46h-5.15v-9.18h5.15V5.82h11.05V16.28z"/>
	<path class="st0" d="M135.68,20.61c3.51-2.91,7.84-5.23,12.47-5.23c4.56,0,10.98,2.76,10.98,13.07V58.1h-11.05V32.93
		c0-3.36,0.22-8.66-4.56-8.66c-3.21,0-5.75,2.32-7.84,4.56V58.1h-11.05V0h11.05V20.61z"/>
	<path class="st0" d="M181.91,24.12c-6.12,0-7.4,7.77-7.4,12.4c0,5,0.97,13.07,7.62,13.07c3.29,0,5.45-2.17,7.17-4.78V28.68
		C187.36,26.36,185.12,24.12,181.91,24.12 M190.49,54.59c-3.36,2.99-5.98,4.41-10.6,4.41c-8.44,0-16.21-5.22-16.21-22.85
		c0-15.46,9.26-20.76,15.31-20.76c4.48,0,7.17,2.24,10.3,5V0h11.05v58.1h-8.89L190.49,54.59z"/>
	<path class="st0" d="M216.81,58.1h-11.05V16.28h11.05V58.1z M216.81,10.15h-11.05V0h11.05V10.15z"/>
	<path class="st0" d="M238.65,37.34c4.63,0,5.97-3.81,5.97-7.77c0-3.81-1.8-7.02-5.97-7.02c-4.64,0-6.06,3.88-6.06,7.84
		C232.6,34.2,234.39,37.34,238.65,37.34 M231.03,58.17c-1.04,0.68-1.72,1.27-1.72,2.62c0,3.88,7.84,4.1,10.46,4.1
		c1.86,0,11.57-0.22,11.57-3.59c0-2.16-1.49-1.94-8.06-2.31L231.03,58.17z M234.55,44.36c-1.27,0-3.14,0.67-3.14,2.61
		c0,5.45,28.97-4.03,28.97,12.32c0,6.2-4.18,12.77-20.76,12.77c-14.41,0-19.34-5.08-19.34-10.53c0-3.21,2.02-4.85,4.56-6.34
		c-1.8-1.35-3.29-2.91-3.29-5.31c0-4.1,2.24-6.27,5.45-8.36c-3.06-2.99-5.23-6.72-5.23-11.5c0-9.26,7.84-14.63,16.88-14.63
		c3.66,0,7.16,1.05,10.3,2.91c2.24-2.09,4.25-3.44,7.54-3.44c1.04,0,2.17,0.08,3.21,0.3v7.77c-1.13-0.45-2.31-0.89-3.51-0.89
		c-1.19,0-1.94,0.37-2.99,0.89c1.2,2.24,2.17,4.71,2.25,7.09c0,9.26-7.77,14.64-16.8,14.64L234.55,44.36z"/>
	<polygon class="st1" points="279.86,70.37 274.15,60.93 285.56,60.93 	"/>
	<polygon class="st2" points="279.86,58.22 270.4,42.55 289.33,42.55 	"/>
	<polygon class="st0" points="279.86,39.77 265.67,16.28 294.06,16.28 	"/>
</g>
</svg>
            </span>
        </a>
        <span class="hamburger-btn cursor-pointer ml-4"><svg id="menu_icon" data-name="menu icon" xmlns="http://www.w3.org/2000/svg" width="16" height="14.001" viewBox="0 0 16 14.001">
  <path id="menu_icon-2" data-name="menu icon" d="M-6407-6020a1,1,0,0,1-1-1,1,1,0,0,1,1-1h14a1,1,0,0,1,1,1,1,1,0,0,1-1,1Zm0-6a1,1,0,0,1-1-1,1,1,0,0,1,1-1h14a1,1,0,0,1,1,1,1,1,0,0,1-1,1Zm0-6a1,1,0,0,1-1-1,1,1,0,0,1,1-1h14a1,1,0,0,1,1,1,1,1,0,0,1-1,1Z" transform="translate(6408 6034)" fill="#fff"/>
</svg>
</span>
    </span>

    <span class="nav-on-scroll__wrapper-nav absolute left-1/2 transform -translate-x-1/2 flex-shrink-0 w-full flex justify-center">
        
<nav id="main-nav-scroll" class="main-nav"><ul id="menu-all-menu-1" class="menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-280476"><a href="https://www.truthdig.com/news/">News</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277533"><a href="https://www.truthdig.com/news/activism/">Activism</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277534"><a href="https://www.truthdig.com/news/business-economy/">Business &amp; Economy</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-277558"><a href="https://www.truthdig.com/news/courts-law/">Courts &amp; Law</a><span class="sub-arrow"><svg xmlns="http://www.w3.org/2000/svg" width="10.433" height="8.629"><path data-name="Path 162" d="M5.216 8.629 0 0h10.43Z" fill="#a5a5a5"/></svg></span>
	<ul class="sub-menu">
		<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-282388"><a href="https://www.truthdig.com/news/courts-law/prison-reform/">Prison Reform</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277630"><a href="https://www.truthdig.com/news/belief-religion/">Belief &amp; Religion</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277634"><a href="https://www.truthdig.com/news/immigration/">Immigration</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277545"><a href="https://www.truthdig.com/news/labor/">Labor</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277546"><a href="https://www.truthdig.com/news/lgbtqia/">LGBTQIA+</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277548"><a href="https://www.truthdig.com/news/race/">Race</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277631"><a href="https://www.truthdig.com/news/social-justice/">Social Justice</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277549"><a href="https://www.truthdig.com/news/women/">Women</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277535"><a href="https://www.truthdig.com/news/education/">Education</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277537"><a href="https://www.truthdig.com/news/health-wellness/">Health &amp; Wellness</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-296719"><a href="https://www.truthdig.com/news/los-angeles/">Los Angeles</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277552"><a href="https://www.truthdig.com/news/media/">Media</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277553"><a href="https://www.truthdig.com/news/military/">Military</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277557"><a href="https://www.truthdig.com/news/politics/">Politics</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277560"><a href="https://www.truthdig.com/news/science/">Science</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277561"><a href="https://www.truthdig.com/news/technology/">Technology</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-277569"><a href="https://www.truthdig.com/td-originals/">TD Original</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-278258"><a href="https://www.truthdig.com/td-originals/animations/">Animations</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-282836"><a href="https://www.truthdig.com/td-originals/td-columns/">Columns</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-278259"><a href="https://www.truthdig.com/td-originals/digs/">Digs</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-279645"><a href="https://www.truthdig.com/dig-scape/">Dig Scape</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-298437"><a href="https://www.truthdig.com/events/">TD Events</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-278533"><a href="https://www.truthdig.com/global-voices/">Global Voices</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-277643"><a href="https://www.truthdig.com/td-originals/td-interviews/">TD Interviews</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-281043"><a href="https://www.truthdig.com/td-originals/investigative-stories/">Investigative Stories</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277597"><a href="https://www.truthdig.com/td-originals/photo-essays/">Photo Essays</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-277598"><a href="https://www.truthdig.com/scrapbook/">Scrapbook</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-277599"><a href="https://www.truthdig.com/nominate-a-truthdigger-of-the-week/">Truthdiggers</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277629"><a href="https://www.truthdig.com/ear-to-the-ground/">Ear to the Ground</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-284199"><a href="https://www.truthdig.com/td-originals/digs/">Digs</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-294266"><a href="https://www.truthdig.com/dig-series/at-the-border-in-2024/">At the Border in 2024</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284219"><a href="https://www.truthdig.com/dig-series/chiles-utopia-postponed/">Chile’s Utopia Has Been Postponed</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284220"><a href="https://www.truthdig.com/dig-series/eugenics/">Eugenics in the Twenty-First Century: New Names, Old Ideas</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-dig_series menu-item-288151"><a href="https://www.truthdig.com/dig-series/fragments-of-ukraine/">Fragments of Ukraine</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284580"><a href="https://www.truthdig.com/dig-series/green-tinted-glasses/">Green-Tinted Glasses</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-dig_series menu-item-308621"><a href="https://www.truthdig.com/dig-series/rojavas-embattled-revolution/">Rojava’s Embattled Revolution</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284218"><a href="https://www.truthdig.com/dig-series/the-ecstasy-of-agony/">The Ecstasy of Agony</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284222"><a href="https://www.truthdig.com/dig-series/julian-assange">The Persecution of Julian Assange</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-287587"><a href="https://www.truthdig.com/dig-series/the-scramble-for-deep-sea-minerals/">The Scramble for Deep-Sea Minerals</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-284221"><a href="https://www.truthdig.com/dig-series/the-supreme-courts-war-on-the-future/">The Supreme Court’s War on the Future</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-dig_series menu-item-314428"><a href="https://www.truthdig.com/dig-series/west-virginias-chernobyl/">West Virginia’s Chernobyl</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-284212"><a href="https://www.truthdig.com/world/">World</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284236"><a href="https://www.truthdig.com/world/africa/">Africa</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284235"><a href="https://www.truthdig.com/world/americas/">Americas</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284237"><a href="https://www.truthdig.com/world/asia-pacific/">Asia Pacific</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284238"><a href="https://www.truthdig.com/world/europe/">Europe</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-284239"><a href="https://www.truthdig.com/world/middle-east/">Middle East</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277536"><a href="https://www.truthdig.com/news/environment/">Environment</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-277639"><a href="https://www.truthdig.com/arts-culture/">Arts &amp; Culture</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277604"><a href="https://www.truthdig.com/arts-culture/books/">Books</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277605"><a href="https://www.truthdig.com/arts-culture/film/">Film</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277607"><a href="https://www.truthdig.com/arts-culture/music/">Music</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277609"><a href="https://www.truthdig.com/arts-culture/poetry-and-spoken-word/">Poetry &amp; Spoken Word</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277610"><a href="https://www.truthdig.com/arts-culture/theater/">Theater</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277612"><a href="https://www.truthdig.com/arts-culture/tv/">TV</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277611"><a href="https://www.truthdig.com/arts-culture/visual-arts/">Visual Arts</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-281022"><a href="https://www.truthdig.com/opinion/">Opinion</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277564"><a href="https://www.truthdig.com/opinion/column/">Columns</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-277628"><a href="https://www.truthdig.com/cartoons/">Editorial Cartoons</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-277568"><a href="https://www.truthdig.com/opinion/humor/">Humor</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-291022"><a href="https://www.truthdig.com/opinion/interviews/">Interviews</a></li>
</ul>
</li>
<li class="btn-become-a-member menu-item menu-item-type-post_type menu-item-object-page menu-item-314384"><a href="https://www.truthdig.com/membership/checkout/" id="support-truthdig-main-nav-scroll-header" class="wp-dark-mode-ignore">Membership</a></li>
</ul></nav>    </span>

    <span class="flex items-center relative z-10">
                    <a href="https://www.truthdig.com/login/?redirect_to=https%3A%2F%2Fwww.truthdig.com%2Frss-2" class="font-proxima-nova font-normal text-tiny text-white inline-block mr-6">Sign in</a>
                <button class="join-our-newsletter-btn font-proxima-nova font-normal text-tiny text-white border border-white px-4 py-2 hidden 2xl:inline-block mr-6 appearance-none">Join Newsletter</button>
        <span class="search-btn cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><defs><clipPath id="a"><path fill="none" d="M0 0h16v16H0z"/></clipPath></defs><g data-name="Icons / Search" clip-path="url(#a)"><path data-name="Rectangle 430" fill="none" opacity=".2" d="M0 0h16v16H0z"/><path data-name="Path 6" d="m15.7 14.3-3.1-3.1A6.847 6.847 0 0 0 14 7a6.957 6.957 0 0 0-7-7 6.957 6.957 0 0 0-7 7 6.957 6.957 0 0 0 7 7 6.847 6.847 0 0 0 4.2-1.4l3.1 3.1ZM2 7a4.951 4.951 0 0 1 5-5 4.951 4.951 0 0 1 5 5 4.951 4.951 0 0 1-5 5 4.951 4.951 0 0 1-5-5Z" /></g></svg></span>
    </span>

</div>


	<main class="site-main max-w-td m-auto px-6">

		
<article id="post-159604" class="mt-8 mb-8 sm:mb-14 post-159604 page type-page status-publish hentry pmpro-has-access">
	<span class="entry-content font-lora font-normal text-base sm:text-lg block">
			</span>
</article><!-- #post-159604 -->

		<div class="max-w-td m-auto px-6 pb-8 sm:pb-14">
					</div>

	</main>
	<!-- #main -->


<footer id="colophon" class="site-footer bg-black">
	<div class="max-w-td m-auto px-6">
		<div class="grid grid-cols-2 md:grid-cols-none md:grid-flow-col md:auto-cols-max gap-6 justify-between py-9">
			<div class="hidden lg:block">
				<span><?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg width="153.947" height="37.726" version="1.1" id="Logo-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 294.06 72.06" style="enable-background:new 0 0 294.06 72.06;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
	.st1{fill:#808080;}
	.st2{fill:#B3B3B3;}
</style>
<g>
	<path class="st0" d="M16.2,16.28h8.59v9.18H16.2v21.29c0,2.01,0.6,4.1,4.18,4.1c1.86,0,3.06-0.75,4.4-1.57v8.44
		c-2.32,0.67-4.71,1.27-7.09,1.27c-6.87,0-12.55-3.88-12.55-12.99V25.46H0v-9.18h5.15V5.82H16.2V16.28z"/>
	<path class="st0" d="M39.88,23.59c4.26-5,7.69-8.21,12.77-8.21h2.09v11.05c-1.05-0.22-2.09-0.44-3.21-0.44
		c-2.84,0-11.65,2.61-11.65,13.74V58.1H28.83V16.28h11.05V23.59z"/>
	<path class="st0" d="M81.77,53.77c-3.51,2.91-7.84,5.22-12.47,5.22c-4.56,0-10.98-2.76-10.98-13.07V16.28h11.05v25.16
		c0,3.36-0.22,8.67,4.55,8.67c3.21,0,5.75-2.32,7.84-4.56V16.28h11.05V58.1H81.77V53.77z"/>
	<path class="st0" d="M112.54,16.28h8.59v9.18h-8.59v21.29c0,2.01,0.6,4.1,4.18,4.1c1.87,0,3.06-0.75,4.4-1.57v8.44
		c-2.31,0.67-4.71,1.27-7.09,1.27c-6.87,0-12.54-3.88-12.54-12.99V25.46h-5.15v-9.18h5.15V5.82h11.05V16.28z"/>
	<path class="st0" d="M135.68,20.61c3.51-2.91,7.84-5.23,12.47-5.23c4.56,0,10.98,2.76,10.98,13.07V58.1h-11.05V32.93
		c0-3.36,0.22-8.66-4.56-8.66c-3.21,0-5.75,2.32-7.84,4.56V58.1h-11.05V0h11.05V20.61z"/>
	<path class="st0" d="M181.91,24.12c-6.12,0-7.4,7.77-7.4,12.4c0,5,0.97,13.07,7.62,13.07c3.29,0,5.45-2.17,7.17-4.78V28.68
		C187.36,26.36,185.12,24.12,181.91,24.12 M190.49,54.59c-3.36,2.99-5.98,4.41-10.6,4.41c-8.44,0-16.21-5.22-16.21-22.85
		c0-15.46,9.26-20.76,15.31-20.76c4.48,0,7.17,2.24,10.3,5V0h11.05v58.1h-8.89L190.49,54.59z"/>
	<path class="st0" d="M216.81,58.1h-11.05V16.28h11.05V58.1z M216.81,10.15h-11.05V0h11.05V10.15z"/>
	<path class="st0" d="M238.65,37.34c4.63,0,5.97-3.81,5.97-7.77c0-3.81-1.8-7.02-5.97-7.02c-4.64,0-6.06,3.88-6.06,7.84
		C232.6,34.2,234.39,37.34,238.65,37.34 M231.03,58.17c-1.04,0.68-1.72,1.27-1.72,2.62c0,3.88,7.84,4.1,10.46,4.1
		c1.86,0,11.57-0.22,11.57-3.59c0-2.16-1.49-1.94-8.06-2.31L231.03,58.17z M234.55,44.36c-1.27,0-3.14,0.67-3.14,2.61
		c0,5.45,28.97-4.03,28.97,12.32c0,6.2-4.18,12.77-20.76,12.77c-14.41,0-19.34-5.08-19.34-10.53c0-3.21,2.02-4.85,4.56-6.34
		c-1.8-1.35-3.29-2.91-3.29-5.31c0-4.1,2.24-6.27,5.45-8.36c-3.06-2.99-5.23-6.72-5.23-11.5c0-9.26,7.84-14.63,16.88-14.63
		c3.66,0,7.16,1.05,10.3,2.91c2.24-2.09,4.25-3.44,7.54-3.44c1.04,0,2.17,0.08,3.21,0.3v7.77c-1.13-0.45-2.31-0.89-3.51-0.89
		c-1.19,0-1.94,0.37-2.99,0.89c1.2,2.24,2.17,4.71,2.25,7.09c0,9.26-7.77,14.64-16.8,14.64L234.55,44.36z"/>
	<polygon class="st1" points="279.86,70.37 274.15,60.93 285.56,60.93 	"/>
	<polygon class="st2" points="279.86,58.22 270.4,42.55 289.33,42.55 	"/>
	<polygon class="st0" points="279.86,39.77 265.67,16.28 294.06,16.28 	"/>
</g>
</svg>
</span>
				<p class="footer-site-description text-white font-proxima-nova font-normal leading-normal text-tiny mt-3">An Independent, Progressive Journal of News and Opinion.</p>
			</div>
			
<nav class="social-nav order-3 md:order-none"><ul id="menu-social-navigation-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-276761"><a class="td-facebook" href="https://www.facebook.com/Truthdig" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-276762"><a class="td-twitter" href="https://twitter.com/Truthdig" target="_blank"><svg viewBox="0 0 24 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.3699 22L14.5749 9.178L14.5899 9.19L22.5199 0H19.8699L13.4099 7.48L8.27988 0H1.32988L9.54088 11.971L9.53988 11.97L0.879883 22H3.52988L10.7119 13.678L16.4199 22H23.3699ZM7.22988 2L19.5699 20H17.4699L5.11988 2H7.22988Z"/>
</svg>
</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-276763"><a class="td-instagram" href="https://www.instagram.com/truthdig/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-279602"><a class="td-youtube" href="https://www.youtube.com/user/truthdig" target="_blank"><svg width="24" viewBox="0 0 40 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.5841 1.82941C37.3042 2.29154 38.665 3.65227 39.1271 5.37242C39.9743 8.50464 40 15.0001 40 15.0001C40 15.0001 40 21.5213 39.1528 24.6279C38.6906 26.348 37.3299 27.7087 35.6098 28.1709C32.5032 29.0181 20 29.0181 20 29.0181C20 29.0181 7.49679 29.0181 4.39025 28.1709C2.67009 27.7087 1.30937 26.348 0.847241 24.6279C0 21.4957 0 15.0001 0 15.0001C0 15.0001 0 8.50464 0.821565 5.3981C1.2837 3.67794 2.64442 2.31723 4.36457 1.8551C7.47112 1.00785 19.9743 0.982178 19.9743 0.982178C19.9743 0.982178 32.4775 0.982178 35.5841 1.82941ZM26.3671 15.0002L15.9949 21.0079V8.99245L26.3671 15.0002Z"/>
</svg></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-279603"><a class="td-tiktok" href="https://www.tiktok.com/@truthdig" target="_blank"><svg height="24" viewBox="0 0 36 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30.2311 8.01788C28.0764 6.61302 26.5213 4.36524 26.0362 1.74493C25.9314 1.17879 25.8738 0.596143 25.8738 0H18.997L18.9859 27.5599C18.8703 30.6461 16.3302 33.1232 13.2163 33.1232C12.2485 33.1232 11.3372 32.8812 10.5348 32.459C8.69485 31.4907 7.43566 29.562 7.43566 27.3426C7.43566 24.155 10.029 21.5617 13.2163 21.5617C13.8113 21.5617 14.3821 21.6598 14.922 21.829V14.8085C14.3632 14.7324 13.7956 14.6848 13.2163 14.6848C6.23683 14.6848 0.558838 20.3631 0.558838 27.3426C0.558838 31.6248 2.69835 35.4144 5.9624 37.7059C8.01837 39.1493 10.5192 40 13.2163 40C20.1958 40 25.8738 34.3221 25.8738 27.3426V13.3673C28.571 15.3032 31.8754 16.444 35.4412 16.444V9.56719C33.5204 9.56719 31.7314 8.99616 30.2311 8.01788"/>
</svg></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-300666"><a class="td-threads" href="https://www.threads.net/@truthdig" target="_blank"><svg width="20" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
	<path d="M29.4868 18.5392C29.3146 18.4566 29.1398 18.3772 28.9629 18.3011C28.6535 12.6121 25.5454 9.35521 20.325 9.32187C20.3014 9.32172 20.2782 9.32172 20.2546 9.32172C17.1326 9.32172 14.5361 10.6544 12.9379 13.0793L15.8085 15.0485C17.0024 13.2372 18.8761 12.8511 20.2559 12.8511C20.2719 12.8511 20.2879 12.8511 20.3037 12.8512C22.0223 12.862 23.3192 13.3618 24.1585 14.3362C24.7694 15.0457 25.1779 16.0261 25.3802 17.2633C23.8564 17.0043 22.2086 16.9247 20.4469 17.0257C15.4843 17.3115 12.2941 20.2058 12.5082 24.2275C12.6169 26.2675 13.6332 28.0225 15.3698 29.1689C16.8379 30.1381 18.7289 30.6121 20.6942 30.505C23.2896 30.3625 25.3254 29.3723 26.7461 27.5616C27.8248 26.1867 28.5071 24.4048 28.8083 22.1596C30.0452 22.9061 30.962 23.8883 31.468 25.0692C32.3289 27.0765 32.3791 30.3751 29.6877 33.064C27.3294 35.4199 24.4952 36.4392 20.2111 36.4708C15.4592 36.4354 11.8654 34.9114 9.52462 31.941C7.34073 29.1595 6.20994 25.1421 6.16775 20C6.20994 14.8579 7.34073 10.8404 9.52462 8.05892C11.8654 5.08854 15.4592 3.56459 20.2111 3.52929C25.0054 3.56485 28.6539 5.09613 31.0801 8.08083C32.2696 9.54451 33.1665 11.3852 33.7578 13.5313L37.1217 12.6338C36.405 9.9921 35.2773 7.71577 33.7428 5.82792C30.6325 2.00139 26.0837 0.0406975 20.2228 0H20.1991C14.3506 0.0405146 9.85252 2.00871 6.83089 5.84986C4.14206 9.26801 2.75508 14.0241 2.70848 19.9859L2.70833 20L2.70848 20.0141C2.75508 25.9759 4.14206 30.732 6.83089 34.1501C9.85252 37.9913 14.3506 39.9595 20.1991 40H20.2228C25.4229 39.9639 29.0884 38.6025 32.1079 35.5857C36.0585 31.6387 35.9396 26.6915 34.6375 23.6544C33.7033 21.4764 31.9223 19.7075 29.4868 18.5392ZM20.5084 26.9806C18.3334 27.1031 16.0738 26.1269 15.9624 24.0359C15.8798 22.4854 17.0658 20.7554 20.6419 20.5493C21.0514 20.5258 21.4536 20.5142 21.8481 20.5142C23.1471 20.5142 24.3623 20.6321 25.4671 20.8819C25.0551 26.0279 22.638 26.8638 20.5084 26.9806Z"></path>
</svg></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-306397"><a class="td-bluesky" href="https://bsky.app/profile/truthdig.com" target="_blank"><svg width="24" viewBox="0 0 24 21" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_45_2)">
<path d="M5.2023 1.41105C7.95385 3.46029 10.9133 7.61537 12 9.84498C13.0867 7.61537 16.0462 3.46029 18.7977 1.41105C20.7831 -0.0675613 24 -1.21165 24 2.42889C24 3.15594 23.5798 8.53661 23.3333 9.41022C22.4766 12.4472 19.3549 13.2218 16.578 12.753C21.4319 13.5725 22.6666 16.2869 20 19.0014C14.9355 24.1568 12.7209 17.7079 12.1534 16.0555C12.0494 15.7526 12.0007 15.6109 12 15.7314C11.9993 15.6109 11.9506 15.7526 11.8466 16.0555C11.2791 17.7079 9.06452 24.1568 4 19.0014C1.33334 16.2869 2.56808 13.5725 7.42196 12.753C4.64506 13.2218 1.52339 12.4472 0.666668 9.41022C0.420222 8.53661 0 3.15594 0 2.42889C0 -1.21165 3.21695 -0.0675613 5.2023 1.41105Z"/>
</g>
</svg>
</a></li>
</ul></nav>

<nav class="footer-nav footer-nav--col-left order-1 md:order-none"><ul id="menu-footer-left-menu" class="menu"><li id="menu-item-721" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-721"><a href="https://www.truthdig.com/about-us/">About Us</a></li>
<li id="menu-item-128301" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-128301"><a href="https://www.truthdig.com/events/">Events</a></li>
<li id="menu-item-722" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-722"><a href="https://www.truthdig.com/advertise/">Advertise</a></li>
<li id="menu-item-723" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-723"><a href="https://www.truthdig.com/jobs/">Jobs</a></li>
</ul></nav>
<nav class="footer-nav footer-nav--col-right order-2 md:order-none"><ul id="menu-footer-right-menu" class="menu"><li id="menu-item-278266" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-278266"><a href="https://www.truthdig.com/contact/">Contact us</a></li>
<li id="menu-item-314266" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-314266"><a href="https://www.truthdig.com/membership/checkout/">Truthdig Membership</a></li>
<li id="menu-item-278268" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-278268"><a rel="privacy-policy" href="https://www.truthdig.com/privacy-policy/">Privacy Policy &#038; User Agreement</a></li>
</ul></nav>		</div>
	</div>
	<div class="copyright border-t border-grey py-5">
		<div class="max-w-td m-auto px-6">
			<p class="text-white text-center font-proxima-nova font-normal text-tiny">All content © 2026 Truthdig, LLC. All rights reserved. </p>
		</div>
	</div>
</footer><!-- #colophon -->

<div class="join-our-newsletter-modal modal py-6">
	<span class="relative sm:top-1/2 transform sm:-translate-y-1/2 z-10 block mt-20 sm:-mt-7 bg-red pt-8 pb-10 px-6">
		<span class="max-w-2xl m-auto block absolute right-4">
			<span class="mb-3 flex justify-end"><span class="close-btn w-4 h-4 cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="17.414" height="17.414"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10"><path d="m16.707 16.707-16-16"/><path data-name="line" d="m.707 16.707 16-16"/></g></svg></span></span>
		</span>
		<span class="max-w-2xl m-auto p-4 relative flex flex-col gap-4">
			<span class="font-news-gothic-std font-bold text-4xl uppercase text-white px-4 block text-center min-w-fit">Join our newsletter</span>
			<span class="font-proxima-nova text-base sm:text-xl leading-tight text-white block">Don&#039;t miss out on the latest investigations, art critiques, provocative insights and original reporting from a progressive perspective — delivered straight to your inbox.</span>
			
<form id="subscribe-pardot-form-modal" action="https://go.pardot.com/l/777373/2022-04-19/3f7rkp" method="post" class="form pardot-form subscribe-pardot-form mt-6">
    <div style="position:absolute; left:-9999px; top: -9999px;">
        <label for="pardot_extra_field">Comments</label>
        <input type="text" id="pardot_extra_field" name="pardot_extra_field">
    </div><!-- Honeypot Field -->
    <div class="flex flex-col md:flex-row gap-2 relative">
        <div class="flex-1 !mb-0 form__row">
            <input type="email" class="pardot-input" placeholder="Email address*" name="email" required="required" />
        </div>
        <div class="flex-none form__row md:w-64">
            <input data-sitekey="6LdRfJ4pAAAAACcKTO3LsD4elur2vESqJwR8QHM-" type="submit" class="pardot-submit wp-dark-mode-ignore h-full border-none g-recaptcha" data-callback="onPardotSubmitModal" value="Sign me Up" required="required" />
        </div>
    </div>
</form>
		</span>
	</span>
	<span class="modal-overlay"></span>
</div>

<div class="search-modal modal p-6">
    <span class="relative sm:top-1/2 sm:left-1/2 transform sm:-translate-x-1/2 sm:-translate-y-1/2 z-10 max-w-2xl block mt-20 sm:-mt-7">
        <span class="mb-3 flex justify-end"><span class="close-btn w-4 h-4 cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="17.414" height="17.414"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10"><path d="m16.707 16.707-16-16"/><path data-name="line" d="m.707 16.707 16-16"/></g></svg></span></span>
        <form role="search" method="get" class="search-form border-2 sm:border-4 border-red bg-white" action="https://www.truthdig.com/" autocomplete="off">
            <span class="flex items-center justify-between">
                <input type="search" class="search-field font-proxima-nova font-normal text-lg sm:text-2xl text-grey bg-white px-4 py-3 border-0 outline-none appearance-none w-full" placeholder="Search by topic, author or tag" value="" name="s" />
                <span class="search-input w-8 h-8 relative flex items-center justify-end lg:block mx-4">
                    <span class="block sm:hidden pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><defs><clipPath id="a"><path fill="none" d="M0 0h16v16H0z"/></clipPath></defs><g data-name="Icons / Search" clip-path="url(#a)"><path data-name="Rectangle 430" fill="none" opacity=".2" d="M0 0h16v16H0z"/><path data-name="Path 6" d="m15.7 14.3-3.1-3.1A6.847 6.847 0 0 0 14 7a6.957 6.957 0 0 0-7-7 6.957 6.957 0 0 0-7 7 6.957 6.957 0 0 0 7 7 6.847 6.847 0 0 0 4.2-1.4l3.1 3.1ZM2 7a4.951 4.951 0 0 1 5-5 4.951 4.951 0 0 1 5 5 4.951 4.951 0 0 1-5 5 4.951 4.951 0 0 1-5-5Z" /></g></svg></span>
                    <span class="hidden sm:block pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="29" height="29"><path data-name="Rectangle 430" fill="none" opacity=".2" d="M0 0h29v29H0z"/><path data-name="Path 6" d="m28.7 26.141-5.667-5.667a12.516 12.516 0 0 0 2.559-7.674A12.717 12.717 0 0 0 12.8 0 12.717 12.717 0 0 0 0 12.8a12.717 12.717 0 0 0 12.8 12.8 12.516 12.516 0 0 0 7.678-2.559l5.663 5.659ZM3.656 12.8a9.051 9.051 0 0 1 9.14-9.14 9.051 9.051 0 0 1 9.14 9.14 9.051 9.051 0 0 1-9.14 9.14 9.051 9.051 0 0 1-9.14-9.14Z" fill="#1e1e1e"/></svg></span>
                    <input type="submit" class="search-submit bg-transparent border-0 appearance-none block absolute top-0 left-0 w-8 h-8 cursor-pointer" value="Search" />
                </span>
            </span>
        </form>
    </span>
    <span class="modal-overlay"></span>
</div>

<div class="guest-bookmark-modal modal py-6">
    <span class="relative sm:top-1/2 transform sm:-translate-y-1/2 z-10 block mt-20 sm:-mt-7 bg-black pt-8 pb-10 px-6">
        <span class="max-w-2xl m-auto block">
            <span class="mb-3 flex justify-end"><span class="close-btn w-4 h-4 cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="17.414" height="17.414"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10"><path d="m16.707 16.707-16-16"/><path data-name="line" d="m.707 16.707 16-16"/></g></svg></span></span>
        </span>
        <span class="max-w-2xl m-auto block px-4 pb-4 pt-8 relative">
            <span class="block mb-4 text-center w-40">
							<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg width="156" height="37.715" version="1.1" id="Logo-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 294.06 72.06" style="enable-background:new 0 0 294.06 72.06;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
	.st1{fill:#808080;}
	.st2{fill:#B3B3B3;}
</style>
<g>
	<path class="st0" d="M16.2,16.28h8.59v9.18H16.2v21.29c0,2.01,0.6,4.1,4.18,4.1c1.86,0,3.06-0.75,4.4-1.57v8.44
		c-2.32,0.67-4.71,1.27-7.09,1.27c-6.87,0-12.55-3.88-12.55-12.99V25.46H0v-9.18h5.15V5.82H16.2V16.28z"/>
	<path class="st0" d="M39.88,23.59c4.26-5,7.69-8.21,12.77-8.21h2.09v11.05c-1.05-0.22-2.09-0.44-3.21-0.44
		c-2.84,0-11.65,2.61-11.65,13.74V58.1H28.83V16.28h11.05V23.59z"/>
	<path class="st0" d="M81.77,53.77c-3.51,2.91-7.84,5.22-12.47,5.22c-4.56,0-10.98-2.76-10.98-13.07V16.28h11.05v25.16
		c0,3.36-0.22,8.67,4.55,8.67c3.21,0,5.75-2.32,7.84-4.56V16.28h11.05V58.1H81.77V53.77z"/>
	<path class="st0" d="M112.54,16.28h8.59v9.18h-8.59v21.29c0,2.01,0.6,4.1,4.18,4.1c1.87,0,3.06-0.75,4.4-1.57v8.44
		c-2.31,0.67-4.71,1.27-7.09,1.27c-6.87,0-12.54-3.88-12.54-12.99V25.46h-5.15v-9.18h5.15V5.82h11.05V16.28z"/>
	<path class="st0" d="M135.68,20.61c3.51-2.91,7.84-5.23,12.47-5.23c4.56,0,10.98,2.76,10.98,13.07V58.1h-11.05V32.93
		c0-3.36,0.22-8.66-4.56-8.66c-3.21,0-5.75,2.32-7.84,4.56V58.1h-11.05V0h11.05V20.61z"/>
	<path class="st0" d="M181.91,24.12c-6.12,0-7.4,7.77-7.4,12.4c0,5,0.97,13.07,7.62,13.07c3.29,0,5.45-2.17,7.17-4.78V28.68
		C187.36,26.36,185.12,24.12,181.91,24.12 M190.49,54.59c-3.36,2.99-5.98,4.41-10.6,4.41c-8.44,0-16.21-5.22-16.21-22.85
		c0-15.46,9.26-20.76,15.31-20.76c4.48,0,7.17,2.24,10.3,5V0h11.05v58.1h-8.89L190.49,54.59z"/>
	<path class="st0" d="M216.81,58.1h-11.05V16.28h11.05V58.1z M216.81,10.15h-11.05V0h11.05V10.15z"/>
	<path class="st0" d="M238.65,37.34c4.63,0,5.97-3.81,5.97-7.77c0-3.81-1.8-7.02-5.97-7.02c-4.64,0-6.06,3.88-6.06,7.84
		C232.6,34.2,234.39,37.34,238.65,37.34 M231.03,58.17c-1.04,0.68-1.72,1.27-1.72,2.62c0,3.88,7.84,4.1,10.46,4.1
		c1.86,0,11.57-0.22,11.57-3.59c0-2.16-1.49-1.94-8.06-2.31L231.03,58.17z M234.55,44.36c-1.27,0-3.14,0.67-3.14,2.61
		c0,5.45,28.97-4.03,28.97,12.32c0,6.2-4.18,12.77-20.76,12.77c-14.41,0-19.34-5.08-19.34-10.53c0-3.21,2.02-4.85,4.56-6.34
		c-1.8-1.35-3.29-2.91-3.29-5.31c0-4.1,2.24-6.27,5.45-8.36c-3.06-2.99-5.23-6.72-5.23-11.5c0-9.26,7.84-14.63,16.88-14.63
		c3.66,0,7.16,1.05,10.3,2.91c2.24-2.09,4.25-3.44,7.54-3.44c1.04,0,2.17,0.08,3.21,0.3v7.77c-1.13-0.45-2.31-0.89-3.51-0.89
		c-1.19,0-1.94,0.37-2.99,0.89c1.2,2.24,2.17,4.71,2.25,7.09c0,9.26-7.77,14.64-16.8,14.64L234.55,44.36z"/>
	<polygon class="st1" points="279.86,70.37 274.15,60.93 285.56,60.93 	"/>
	<polygon class="st2" points="279.86,58.22 270.4,42.55 289.33,42.55 	"/>
	<polygon class="st0" points="279.86,39.77 265.67,16.28 294.06,16.28 	"/>
</g>
</svg>
						</span>
            <span class="font-proxima-nova text-base sm:text-xl leading-tight text-white block">
							Now you can personalize your Truthdig experience. To bookmark your favorite articles and follow your favorite authors, please <a class="border-red border-b-2" href="https://www.truthdig.com/login/">login</a> or <a class="border-red border-b-2" href="https://www.truthdig.com/truthdig-membership/">create a user profile</a>.						</span>
        </span>
    </span>
    <span class="modal-overlay"></span>
</div>

<div class="upgrade-bookmark-modal modal py-6">
    <span class="relative sm:top-1/2 transform sm:-translate-y-1/2 z-10 block mt-20 sm:-mt-7 bg-black pt-8 pb-10 px-6">
        <span class="max-w-2xl m-auto block">
            <span class="mb-3 flex justify-end"><span class="close-btn w-4 h-4 cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="17.414" height="17.414"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10"><path d="m16.707 16.707-16-16"/><path data-name="line" d="m.707 16.707 16-16"/></g></svg></span></span>
        </span>
        <span class="max-w-2xl m-auto block px-4 pb-4 pt-8 relative">
            <span class="block mb-4 text-center w-40">
							<svg id="Logo-white" xmlns="http://www.w3.org/2000/svg" width="156" height="37.715" viewBox="0 0 156 37.715">
  <path id="Path_152" data-name="Path 152" d="M8.594,9.328h4.557V14.14H8.594V25.305c0,1.059.32,2.149,2.219,2.149a4.161,4.161,0,0,0,2.339-.79v4.417a13.653,13.653,0,0,1-3.764.664c-3.644,0-6.656-2.031-6.656-6.8V14.14H0V9.328H2.731V3.86H8.594Z" transform="translate(0 -0.81)" fill="#fff"/>
  <path id="Path_153" data-name="Path 153" d="M24.953,14.489c2.259-2.615,4.085-4.3,6.776-4.3h1.113v5.784a8.112,8.112,0,0,0-1.706-.237c-1.506,0-6.183,1.367-6.183,7.191v9.616H19.09V10.656h5.863Z" transform="translate(-3.8 -2.138)" fill="#fff"/>
  <path id="Path_154" data-name="Path 154" d="M51.069,30.4a10.687,10.687,0,0,1-6.616,2.734c-2.4,0-5.823-1.446-5.823-6.835V10.78h5.9V23.952c0,1.762-.12,4.536,2.4,4.536,1.7,0,3.052-1.217,4.157-2.371V10.78h5.863V32.668H51.069Z" transform="translate(-7.69 -2.262)" fill="#fff"/>
  <path id="Path_155" data-name="Path 155" d="M72.4,9.328H76.96V14.14H72.4V25.305c0,1.059.312,2.149,2.219,2.149a4.21,4.21,0,0,0,2.339-.79v4.417a13.783,13.783,0,0,1-3.764.664c-3.644,0-6.656-2.031-6.656-6.8V14.14H63.8V9.328h2.739V3.86H72.4Z" transform="translate(-12.7 -0.81)" fill="#fff"/>
  <path id="Path_156" data-name="Path 156" d="M88.413,10.786a10.727,10.727,0,0,1,6.616-2.734c2.4,0,5.823,1.446,5.823,6.835V30.406H94.989V17.234c0-1.754.12-4.536-2.4-4.536-1.7,0-3.044,1.217-4.157,2.371V30.406H82.55V0h5.863Z" transform="translate(-16.432)" fill="#fff"/>
  <path id="Path_157" data-name="Path 157" d="M118.083,12.643c-3.252,0-3.925,4.062-3.925,6.487,0,2.615.513,6.835,4,6.835,1.746,0,2.9-1.13,3.8-2.5V15.013c-1.025-1.209-2.219-2.371-3.917-2.371M122.6,28.589a7.522,7.522,0,0,1-5.607,2.3c-4.477,0-8.594-2.734-8.594-11.955,0-8.091,4.91-10.865,8.122-10.865,2.4,0,3.8,1.169,5.462,2.615V0h5.871V30.406h-4.718Z" transform="translate(-21.578)" fill="#fff"/>
  <path id="Path_158" data-name="Path 158" d="M142.151,30.406H136.28V8.518h5.871Zm0-25.088H136.28V0h5.871Z" transform="translate(-27.127)" fill="#fff"/>
  <path id="Path_159" data-name="Path 159" d="M155.657,21.6c2.459,0,3.2-1.991,3.2-4.062s-.953-3.674-3.2-3.674c-2.459,0-3.2,2.031-3.2,4.1s.953,3.635,3.2,3.635m-4,10.9a1.493,1.493,0,0,0-.905,1.367c0,2.031,4.157,2.149,5.543,2.149.993,0,6.143-.119,6.143-1.881,0-1.13-.8-1.011-4.277-1.209Zm1.866-7.23a1.528,1.528,0,0,0-1.125.337,1.487,1.487,0,0,0-.541,1.03c0,2.853,15.37-2.11,15.37,6.448,0,3.248-2.219,6.685-11.013,6.685-7.641,0-10.26-2.655-10.26-5.531,0-1.683,1.073-2.536,2.4-3.319a3.5,3.5,0,0,1-1.77-2.789c0-2.149,1.193-3.279,2.891-4.378a8.21,8.21,0,0,1-2.771-6.021c0-4.844,4.157-7.657,8.955-7.657A10.713,10.713,0,0,1,161.12,11.6a5.462,5.462,0,0,1,4-1.8,8.31,8.31,0,0,1,1.69.158v4.062a5.36,5.36,0,0,0-1.866-.466,3.325,3.325,0,0,0-1.6.466,8.649,8.649,0,0,1,1.193,3.714c0,4.852-4.125,7.665-8.915,7.665Z" transform="translate(-29.052 -2.056)" fill="#fff"/>
  <path id="Path_160" data-name="Path 160" d="M184.618,45.3,181.59,40.35h6.047Z" transform="translate(-36.146 -8.466)" fill="#b0b0b0"/>
  <path id="Path_161" data-name="Path 161" d="M184.122,36.382l-5.022-8.2h10.044Z" transform="translate(-35.651 -5.913)" fill="#b0b0b0"/>
  <path id="Path_162" data-name="Path 162" d="M183.5,23.077,175.97,10.79h15.058Z" transform="translate(-35.028 -2.264)" fill="#fff"/>
</svg>
						</span>
            <span class="font-proxima-nova text-base sm:text-xl leading-tight text-white block">
							Now you can personalize your Truthdig experience. To bookmark your favorite articles and follow your favorite authors, upgrade to <a class="border-red border-b-2" href="https://www.truthdig.com/truthdig-membership/">supporter</a>.						</span>
        </span>
    </span>
    <span class="modal-overlay"></span>
</div>


</div><!-- #page -->

<script type="text/javascript">
	function validatePardotForm(form) {
		const email = form.querySelector('input[name="email"]');
		const isEmailValid = validateEmailInput(email);
		return isEmailValid;
	}

	function validateEmailInput(emailInput) {
		const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
		const span = document.createElement("span");
		span.className = "error-message";
		span.innerHTML = "Please enter a valid email address.";

		// Remove any existing error message
		const existingError = emailInput.nextElementSibling;
		if (existingError && existingError.className === "error-message") {
			existingError.remove();
		}

		if (emailRegex.test(emailInput.value)) {
			console.log( 'Email is valid' );
			return true;
		} else {
			// Append the new error message
			emailInput.after(span);
			console.log( 'Email is NOT valid' );
			return false;
		}
	}

	function onRecaptchaFormSubmit(token,form) {
		console.log('recaptcha passed!');

		if (validatePardotForm(form)) {
			form.submit();
		}

		grecaptcha.reset();
	}

	function onPardotSubmit(token) {
		const form = document.getElementById("subscribe-pardot-form");
		onRecaptchaFormSubmit(token,form);
	}

	function onPardotSubmitModal(token) {
		const form = document.getElementById("subscribe-pardot-form-modal");
		onRecaptchaFormSubmit(token,form);
	}
</script>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/truthdig/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
	    <div id="preloader_overlay">
	    <div id="preloader_wrap">
	    <div id="preloader_1">
	        <span></span>
	        <span></span>
	        <span></span>
	        <span></span>
	        <span></span>
	    </div>
	    </div>
	    </div>
	    <div style="display:none;"><input type="hidden" name="cnpversion" id="cnpversion" value="25.12000000-WP6.9-PMP3.6.3" /></div>		<!-- Memberships powered by Paid Memberships Pro v3.6.5. -->
			<div class="jetpack-instant-search__widget-area" style="display: none">
					</div>
		<script type="text/javascript">
<!--
piCId = '2015';
piAId = '778373';

piHostname = 'pi.pardot.com';

(function() {
	function async_load(){
		var s = document.createElement('script'); s.type = 'text/javascript';
		s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
		var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
	}
	if(window.attachEvent) { window.attachEvent('onload', async_load); }
	else { window.addEventListener('load', async_load, false); }
})();
-->
</script><div
				id="hustle-popup-id-1"
				class="hustle-ui hustle-popup hustle-palette--67058b462bada3_45587194 hustle_module_id_1 module_id_1  "
				
			data-id="1"
			data-render-id="0"
			data-tracking="disabled"
			
				role="dialog"
				aria-modal="true"
				data-intro="fadeIn"
				data-outro="fadeOut"
				data-overlay-close="1"
				data-close-delay="false"
				
				style="opacity: 0;"
			><div class="hustle-popup-mask hustle-optin-mask" aria-hidden="true"></div><div class="hustle-popup-content"><div class="hustle-optin hustle-optin--default"><div class="hustle-success" data-close-delay="false" style="display: none;"><span class="hustle-icon-check" aria-hidden="true"></span><div class="hustle-success-content"></div></div><div class="hustle-layout"><div class="hustle-main-wrapper"><button class="hustle-button-icon hustle-button-close has-background">
			<span class="hustle-icon-close" aria-hidden="true"></span>
			<span class="hustle-screen-reader">Close this module</span>
		</button><div class="hustle-layout-body"><div class="hustle-layout-content hustle-layout-position--below"><div class="hustle-content"><div class="hustle-content-wrap"><div class="hustle-group-title"><span class="hustle-title">JOIN OUR NEWSLETTER</span></div><div class="hustle-group-content"><p>Don't miss out on the latest investigations, art critiques, provocative insights and original reporting from a progressive perspective — delivered straight to your inbox.</p>
</div></div></div></div><form class="hustle-layout-form" novalidate="novalidate"><div class="hustle-form hustle-form-inline"><div class="hustle-form-fields hustle-proximity-separated"><div class="hustle-field hustle-field-required "><label for="hustle-field-email-module-1" id="hustle-field-email-module-1-label" class="hustle-screen-reader">Email</label><input id="hustle-field-email-module-1" type="email" class="hustle-input " name="email" value="" aria-labelledby="hustle-field-email-module-1-label" data-validate="1" data-required-error="Email field is required." data-validation-error="Please enter a valid email." /><span class="hustle-input-label" aria-hidden="true" style="flex-flow: row nowrap;"><span>Enter your email address</span></span></div><button class="hustle-button hustle-button-submit " aria-live="polite" data-loading-text="Form is being submitted, please wait a bit."><span class="hustle-button-text">SIGN ME UP</span><span class="hustle-icon-loader hustle-loading-icon" aria-hidden="true"></span></button></div></div><input type="hidden" name="hustle_module_id" value="1"><input type="hidden" name="post_id" value="159604"><div class="hustle-error-message" style="display: none;" data-default-error="Something went wrong, please try again."></div></form></div></div><div class="hustle-layout-footer"><p class="hustle-nsa-link"><a href="#">Thanks, I’m already a subscriber.</a></p></div></div></div></div></div><script type="text/javascript">
		/* MonsterInsights Scroll Tracking */
		if ( typeof(jQuery) !== 'undefined' ) {
		jQuery( document ).ready(function(){
		function monsterinsights_scroll_tracking_load() {
		if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) {
		(function(factory) {
		factory(jQuery);
		}(function($) {

		/* Scroll Depth */
		"use strict";
		var defaults = {
		percentage: true
		};

		var $window = $(window),
		cache = [],
		scrollEventBound = false,
		lastPixelDepth = 0;

		/*
		* Plugin
		*/

		$.scrollDepth = function(options) {

		var startTime = +new Date();

		options = $.extend({}, defaults, options);

		/*
		* Functions
		*/

		function sendEvent(action, label, scrollDistance, timing) {
		if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) {
		return;
		}
			var paramName = action.toLowerCase();
	var fieldsArray = {
	send_to: 'G-9Y8QRMKT7K',
	non_interaction: true
	};
	fieldsArray[paramName] = label;

	if (arguments.length > 3) {
	fieldsArray.scroll_timing = timing
	MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
	} else {
	MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
	}
			}

		function calculateMarks(docHeight) {
		return {
		'25%' : parseInt(docHeight * 0.25, 10),
		'50%' : parseInt(docHeight * 0.50, 10),
		'75%' : parseInt(docHeight * 0.75, 10),
		/* Cushion to trigger 100% event in iOS */
		'100%': docHeight - 5
		};
		}

		function checkMarks(marks, scrollDistance, timing) {
		/* Check each active mark */
		$.each(marks, function(key, val) {
		if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) {
		sendEvent('Percentage', key, scrollDistance, timing);
		cache.push(key);
		}
		});
		}

		function rounded(scrollDistance) {
		/* Returns String */
		return (Math.floor(scrollDistance/250) * 250).toString();
		}

		function init() {
		bindScrollDepth();
		}

		/*
		* Public Methods
		*/

		/* Reset Scroll Depth with the originally initialized options */
		$.scrollDepth.reset = function() {
		cache = [];
		lastPixelDepth = 0;
		$window.off('scroll.scrollDepth');
		bindScrollDepth();
		};

		/* Add DOM elements to be tracked */
		$.scrollDepth.addElements = function(elems) {

		if (typeof elems == "undefined" || !$.isArray(elems)) {
		return;
		}

		$.merge(options.elements, elems);

		/* If scroll event has been unbound from window, rebind */
		if (!scrollEventBound) {
		bindScrollDepth();
		}

		};

		/* Remove DOM elements currently tracked */
		$.scrollDepth.removeElements = function(elems) {

		if (typeof elems == "undefined" || !$.isArray(elems)) {
		return;
		}

		$.each(elems, function(index, elem) {

		var inElementsArray = $.inArray(elem, options.elements);
		var inCacheArray = $.inArray(elem, cache);

		if (inElementsArray != -1) {
		options.elements.splice(inElementsArray, 1);
		}

		if (inCacheArray != -1) {
		cache.splice(inCacheArray, 1);
		}

		});

		};

		/*
		* Throttle function borrowed from:
		* Underscore.js 1.5.2
		* http://underscorejs.org
		* (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
		* Underscore may be freely distributed under the MIT license.
		*/

		function throttle(func, wait) {
		var context, args, result;
		var timeout = null;
		var previous = 0;
		var later = function() {
		previous = new Date;
		timeout = null;
		result = func.apply(context, args);
		};
		return function() {
		var now = new Date;
		if (!previous) previous = now;
		var remaining = wait - (now - previous);
		context = this;
		args = arguments;
		if (remaining <= 0) {
		clearTimeout(timeout);
		timeout = null;
		previous = now;
		result = func.apply(context, args);
		} else if (!timeout) {
		timeout = setTimeout(later, remaining);
		}
		return result;
		};
		}

		/*
		* Scroll Event
		*/

		function bindScrollDepth() {

		scrollEventBound = true;

		$window.on('scroll.scrollDepth', throttle(function() {
		/*
		* We calculate document and window height on each scroll event to
		* account for dynamic DOM changes.
		*/

		var docHeight = $(document).height(),
		winHeight = window.innerHeight ? window.innerHeight : $window.height(),
		scrollDistance = $window.scrollTop() + winHeight,

		/* Recalculate percentage marks */
		marks = calculateMarks(docHeight),

		/* Timing */
		timing = +new Date - startTime;

		checkMarks(marks, scrollDistance, timing);
		}, 500));

		}

		init();
		};

		/* UMD export */
		return $.scrollDepth;

		}));

		jQuery.scrollDepth();
		} else {
		setTimeout(monsterinsights_scroll_tracking_load, 200);
		}
		}
		monsterinsights_scroll_tracking_load();
		});
		}
		/* End MonsterInsights Scroll Tracking */
		
</script><script src="https://www.truthdig.com/wp-content/plugins/bunnify/src/js/bunnify.js?ver=0.1" id="bunnify-js"></script>
<script src="https://www.truthdig.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script src="https://www.truthdig.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script src="https://www.truthdig.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js?minify=true&amp;ver=517685b2423141b3a0a3" id="wp-jp-i18n-loader-js"></script>
<script id="wp-jp-i18n-loader-js-after">
wp.jpI18nLoader.state = {"baseUrl":"https://www.truthdig.com/wp-content/languages/","locale":"en_US","domainMap":{"jetpack-admin-ui":"plugins/jetpack-search","jetpack-assets":"plugins/jetpack","jetpack-boost-core":"plugins/jetpack","jetpack-boost-speed-score":"plugins/jetpack-search","jetpack-config":"plugins/jetpack-search","jetpack-connection":"plugins/jetpack","jetpack-explat":"plugins/jetpack","jetpack-ip":"plugins/jetpack-search","jetpack-jitm":"plugins/jetpack","jetpack-licensing":"plugins/jetpack","jetpack-my-jetpack":"plugins/jetpack","jetpack-password-checker":"plugins/jetpack-search","jetpack-plugins-installer":"plugins/jetpack-search","jetpack-protect-models":"plugins/jetpack-search","jetpack-protect-status":"plugins/jetpack","jetpack-search-pkg":"plugins/jetpack","jetpack-stats":"plugins/jetpack","jetpack-sync":"plugins/jetpack","jetpack-account-protection":"plugins/jetpack","jetpack-backup-pkg":"plugins/jetpack","jetpack-blaze":"plugins/jetpack","jetpack-block-delimiter":"plugins/jetpack","jetpack-classic-theme-helper":"plugins/jetpack","jetpack-compat":"plugins/jetpack","jetpack-external-connections":"plugins/jetpack","jetpack-external-media":"plugins/jetpack","jetpack-forms":"plugins/jetpack","jetpack-image-cdn":"plugins/jetpack","jetpack-import":"plugins/jetpack","jetpack-jwt":"plugins/jetpack","jetpack-masterbar":"plugins/jetpack","jetpack-newsletter":"plugins/jetpack","jetpack-paypal-payments":"plugins/jetpack","jetpack-post-list":"plugins/jetpack","jetpack-publicize-pkg":"plugins/jetpack","jetpack-stats-admin":"plugins/jetpack","jetpack-subscribers-dashboard":"plugins/jetpack","jetpack-videopress-pkg":"plugins/jetpack","jetpack-waf":"plugins/jetpack","woocommerce-analytics":"plugins/jetpack"},"domainPaths":{"jetpack-admin-ui":"jetpack_vendor/automattic/jetpack-admin-ui/","jetpack-assets":"jetpack_vendor/automattic/jetpack-assets/","jetpack-boost-core":"jetpack_vendor/automattic/jetpack-boost-core/","jetpack-boost-speed-score":"jetpack_vendor/automattic/jetpack-boost-speed-score/","jetpack-config":"jetpack_vendor/automattic/jetpack-config/","jetpack-connection":"jetpack_vendor/automattic/jetpack-connection/","jetpack-explat":"jetpack_vendor/automattic/jetpack-explat/","jetpack-ip":"jetpack_vendor/automattic/jetpack-ip/","jetpack-jitm":"jetpack_vendor/automattic/jetpack-jitm/","jetpack-licensing":"jetpack_vendor/automattic/jetpack-licensing/","jetpack-my-jetpack":"jetpack_vendor/automattic/jetpack-my-jetpack/","jetpack-password-checker":"jetpack_vendor/automattic/jetpack-password-checker/","jetpack-plugins-installer":"jetpack_vendor/automattic/jetpack-plugins-installer/","jetpack-protect-models":"jetpack_vendor/automattic/jetpack-protect-models/","jetpack-protect-status":"jetpack_vendor/automattic/jetpack-protect-status/","jetpack-search-pkg":"jetpack_vendor/automattic/jetpack-search/","jetpack-stats":"jetpack_vendor/automattic/jetpack-stats/","jetpack-sync":"jetpack_vendor/automattic/jetpack-sync/","jetpack-account-protection":"jetpack_vendor/automattic/jetpack-account-protection/","jetpack-backup-pkg":"jetpack_vendor/automattic/jetpack-backup/","jetpack-blaze":"jetpack_vendor/automattic/jetpack-blaze/","jetpack-block-delimiter":"jetpack_vendor/automattic/block-delimiter/","jetpack-classic-theme-helper":"jetpack_vendor/automattic/jetpack-classic-theme-helper/","jetpack-compat":"jetpack_vendor/automattic/jetpack-compat/","jetpack-external-connections":"jetpack_vendor/automattic/jetpack-external-connections/","jetpack-external-media":"jetpack_vendor/automattic/jetpack-external-media/","jetpack-forms":"jetpack_vendor/automattic/jetpack-forms/","jetpack-image-cdn":"jetpack_vendor/automattic/jetpack-image-cdn/","jetpack-import":"jetpack_vendor/automattic/jetpack-import/","jetpack-jwt":"jetpack_vendor/automattic/jetpack-jwt/","jetpack-masterbar":"jetpack_vendor/automattic/jetpack-masterbar/","jetpack-newsletter":"jetpack_vendor/automattic/jetpack-newsletter/","jetpack-paypal-payments":"jetpack_vendor/automattic/jetpack-paypal-payments/","jetpack-post-list":"jetpack_vendor/automattic/jetpack-post-list/","jetpack-publicize-pkg":"jetpack_vendor/automattic/jetpack-publicize/","jetpack-stats-admin":"jetpack_vendor/automattic/jetpack-stats-admin/","jetpack-subscribers-dashboard":"jetpack_vendor/automattic/jetpack-subscribers-dashboard/","jetpack-videopress-pkg":"jetpack_vendor/automattic/jetpack-videopress/","jetpack-waf":"jetpack_vendor/automattic/jetpack-waf/","woocommerce-analytics":"jetpack_vendor/automattic/woocommerce-analytics/"}};
//# sourceURL=wp-jp-i18n-loader-js-after
</script>
<script src="https://www.truthdig.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script src="https://www.truthdig.com/wp-includes/js/dist/url.min.js?ver=9e178c9516d1222dc834" id="wp-url-js"></script>
<script id="jetpack-instant-search-js-before">
var JetpackInstantSearchOptions={"overlayOptions":{"colorTheme":"light","enableInfScroll":true,"enableFilteringOpensOverlay":true,"enablePostDate":true,"enableProductPrice":true,"enableSort":true,"highlightColor":"#eed2ca","overlayTrigger":"submit","resultFormat":"expanded","showPoweredBy":false,"defaultSort":"newest","excludedPostTypes":["attachment","bazaar","around_the_web","newsletter_td"]},"homeUrl":"https://www.truthdig.com","locale":"en-US","postsPerPage":12,"siteId":210803858,"postTypes":{"post":{"singular_name":"Article","name":"Articles"},"page":{"singular_name":"Page","name":"Pages"},"attachment":{"singular_name":"Media","name":"Media"},"cartoons":{"singular_name":"Cartoon","name":"Cartoons"},"bazaar":{"singular_name":"Bazaar","name":"Bazaars"},"events":{"singular_name":"Event","name":"Events"},"video":{"singular_name":"Video","name":"Videos"},"dig":{"singular_name":"Dig","name":"Digs"},"investigative_story":{"singular_name":"Investigative Story","name":"Investigative Stories"},"scrapbook":{"singular_name":"Scrapbook","name":"Scrapbook"},"around_the_web":{"singular_name":"Around the Web","name":"Around the Web"},"newsletter_td":{"singular_name":"Newsletter","name":"Newsletters"},"dig_series":{"singular_name":"Dig Series","name":"Dig Series"}},"webpackPublicPath":"https://www.truthdig.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/","isPhotonEnabled":false,"isFreePlan":false,"apiRoot":"https://www.truthdig.com/wp-json/","apiNonce":"8cc7b4de56","isPrivateSite":false,"isWpcom":false,"hasOverlayWidgets":false,"widgets":[],"widgetsOutsideOverlay":[],"hasNonSearchWidgets":false,"preventTrackingCookiesReset":false};
//# sourceURL=jetpack-instant-search-js-before
</script>
<script src="https://www.truthdig.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js?minify=false&amp;ver=75be4b99af5da8e881da" id="jetpack-instant-search-js"></script>
<script src="//stats.wp.com/w.js?ver=202614" id="jp-tracks-js"></script>
<script id="hui_scripts-js-extra">
var hustleSettings = {"mobile_breakpoint":"782"};
//# sourceURL=hui_scripts-js-extra
</script>
<script src="https://www.truthdig.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/js/hustle-ui.min.js?ver=7.8.7" id="hui_scripts-js"></script>
<script src="https://www.truthdig.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script>
<script id="hustle_front-js-extra">
var Modules = [{"settings":{"auto_close_success_message":"0","triggers":{"on_time_delay":"12","on_time_unit":"seconds","on_scroll":"scrolled","on_scroll_page_percent":"15","on_scroll_css_selector":"","enable_on_click_element":"1","on_click_element":"","enable_on_click_shortcode":"1","on_exit_intent_per_session":"1","on_exit_intent_delayed_time":"0","on_exit_intent_delayed_unit":"seconds","on_adblock_delay":"0","on_adblock_delay_unit":"seconds","trigger":["time","exit_intent"]},"animation_in":"fadeIn","animation_out":"fadeOut","after_close":"no_show_all","expiration":"10","expiration_unit":"days","after_optin_expiration":365,"after_optin_expiration_unit":"days","after_cta_expiration":365,"after_cta2_expiration":365,"after_cta_expiration_unit":"days","after_cta2_expiration_unit":"days","on_submit":"nothing","on_submit_delay":"5","on_submit_delay_unit":"seconds","close_cta":"1","close_cta_time":"6","close_cta_unit":"seconds","hide_after_cta":"keep_show","hide_after_cta2":"keep_show","hide_after_subscription":"no_show_all","is_schedule":"0","schedule":{"not_schedule_start":"1","start_date":"09/13/2024","start_hour":"12","start_minute":"00","start_meridiem_offset":"am","not_schedule_end":"1","end_date":"09/19/2024","end_hour":"11","end_minute":"59","end_meridiem_offset":"pm","active_days":"all","week_days":[],"is_active_all_day":"1","day_start_hour":"00","day_start_minute":"00","day_start_meridiem_offset":"am","day_end_hour":"11","day_end_minute":"59","day_end_meridiem_offset":"pm","time_to_use":"server","custom_timezone":"UTC"},"allow_scroll_page":"0","close_on_background_click":"1","auto_hide":"0","auto_hide_unit":"seconds","auto_hide_time":"5","after_close_trigger":["click_close_icon","click_outside"]},"module_id":"1","blog_id":"0","module_name":"Subscribe to our Newsletter","module_type":"popup","active":"1","module_mode":"optin"}];
var incOpt = {"conditional_tags":{"is_single":false,"is_singular":true,"is_tag":false,"is_category":false,"is_author":false,"is_date":false,"is_post_type_archive":false,"is_404":false,"is_front_page":false,"is_search":false},"is_admin":"","real_page_id":"159604","thereferrer":"","actual_url":"www.truthdig.com/rss-2/","full_actual_url":"https://www.truthdig.com/rss-2/","native_share_enpoints":{"facebook":"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.truthdig.com%2Frss-2","twitter":"https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.truthdig.com%2Frss-2&text=Truthdig%20RSS","pinterest":"https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.truthdig.com%2Frss-2","reddit":"https://www.reddit.com/submit?url=https%3A%2F%2Fwww.truthdig.com%2Frss-2","linkedin":"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.truthdig.com%2Frss-2","vkontakte":"https://vk.com/share.php?url=https%3A%2F%2Fwww.truthdig.com%2Frss-2","whatsapp":"https://api.whatsapp.com/send?text=https%3A%2F%2Fwww.truthdig.com%2Frss-2","email":"mailto:?subject=Truthdig%20RSS&body=https%3A%2F%2Fwww.truthdig.com%2Frss-2"},"ajaxurl":"https://www.truthdig.com/wp-admin/admin-ajax.php","page_id":"159604","page_slug":"rss-2","is_upfront":"","script_delay":"3000"};
//# sourceURL=hustle_front-js-extra
</script>
<script src="https://www.truthdig.com/wp-content/plugins/wordpress-popup/assets/js/front.min.js?ver=7.8.7" id="hustle_front-js"></script>
<script id="gforms_recaptcha_recaptcha-js-extra">
var gforms_recaptcha_recaptcha_strings = {"nonce":"f1082622e0","disconnect":"Disconnecting","change_connection_type":"Resetting","spinner":"https://www.truthdig.com/wp-content/plugins/gravityforms/images/spinner.svg","connection_type":"classic","disable_badge":"1","change_connection_type_title":"Change Connection Type","change_connection_type_message":"Changing the connection type will delete your current settings.  Do you want to proceed?","disconnect_title":"Disconnect","disconnect_message":"Disconnecting from reCAPTCHA will delete your current settings.  Do you want to proceed?","site_key":"6LdRfJ4pAAAAACcKTO3LsD4elur2vESqJwR8QHM-"};
//# sourceURL=gforms_recaptcha_recaptcha-js-extra
</script>
<script src="https://www.google.com/recaptcha/api.js?render=6LdRfJ4pAAAAACcKTO3LsD4elur2vESqJwR8QHM-&amp;ver=2.1.0" id="gforms_recaptcha_recaptcha-js" defer data-wp-strategy="defer"></script>
<script src="https://www.truthdig.com/wp-content/plugins/gravityformsrecaptcha/js/frontend.min.js?ver=2.1.0" id="gforms_recaptcha_frontend-js" defer data-wp-strategy="defer"></script>
<script src="https://www.truthdig.com/wp-content/themes/truthdig/dist/js/main.min.js?ver=1773116601" id="main-js-js"></script>
<script id="jetpack-stats-js-before">
_stq = window._stq || [];
_stq.push([ "view", {"v":"ext","blog":"210803858","post":"159604","tz":"-7","srv":"www.truthdig.com","j":"1:15.5"} ]);
_stq.push([ "clickTrackerInit", "210803858", "159604" ]);
//# sourceURL=jetpack-stats-js-before
</script>
<script src="https://stats.wp.com/e-202614.js" id="jetpack-stats-js" defer data-wp-strategy="defer"></script>
<script id="monsterinsights-user-journey-js-extra">
var monsterinsights_user_journey = {"is_ssl":"1","page_id":"159604"};
//# sourceURL=monsterinsights-user-journey-js-extra
</script>
<script src="https://www.truthdig.com/wp-content/plugins/monsterinsights-user-journey/assets/js/frontend/user-journey.js?ver=1.1.6" id="monsterinsights-user-journey-js" async data-wp-strategy="async"></script>
<script src="https://www.truthdig.com/wp-content/plugins/pardot/js/asyncdc.min.js?ver=6.9.4" id="pddc-js"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://www.truthdig.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://www.truthdig.com/wp-includes/js/wp-emoji-loader.min.js
</script>
<script type="text/javascript">(function (undefined) {let scriptOptions={"_localizedStrings":{"redirect_overlay_title":"Hold On","redirect_overlay_text":"You are being redirected to another page,<br>it may take a few seconds.","webview_notification_text":"The selected provider doesn't support embedded browsers!"},"_targetWindow":"prefer-popup","_redirectOverlay":"overlay-with-spinner-and-message","_unsupportedWebviewBehavior":""};
/**
 * Used when Cross-Origin-Opener-Policy blocked the access to the opener. We can't have a reference of the opened windows, so we should attempt to refresh only the windows that has opened popups.
 */
window._nslHasOpenedPopup = false;
window._nslWebViewNoticeElement = null;

window.NSLPopup = function (url, title, w, h) {

    /**
     * Cross-Origin-Opener-Policy blocked the access to the opener
     */
    if (typeof BroadcastChannel === "function") {
        const _nslLoginBroadCastChannel = new BroadcastChannel('nsl_login_broadcast_channel');
        _nslLoginBroadCastChannel.onmessage = (event) => {
            if (window?._nslHasOpenedPopup && event.data?.action === 'redirect') {
                window._nslHasOpenedPopup = false;

                const url = event.data?.href;
                _nslLoginBroadCastChannel.close();
                if (typeof window.nslRedirect === 'function') {
                    window.nslRedirect(url);
                } else {
                    window.opener.location = url;
                }
            }
        };
    }

    const userAgent = navigator.userAgent,
        mobile = function () {
            return /\b(iPhone|iP[ao]d)/.test(userAgent) ||
                /\b(iP[ao]d)/.test(userAgent) ||
                /Android/i.test(userAgent) ||
                /Mobile/i.test(userAgent);
        },
        screenX = window.screenX !== undefined ? window.screenX : window.screenLeft,
        screenY = window.screenY !== undefined ? window.screenY : window.screenTop,
        outerWidth = window.outerWidth !== undefined ? window.outerWidth : document.documentElement.clientWidth,
        outerHeight = window.outerHeight !== undefined ? window.outerHeight : document.documentElement.clientHeight - 22,
        targetWidth = mobile() ? null : w,
        targetHeight = mobile() ? null : h,
        left = parseInt(screenX + (outerWidth - targetWidth) / 2, 10),
        right = parseInt(screenY + (outerHeight - targetHeight) / 2.5, 10),
        features = [];
    if (targetWidth !== null) {
        features.push('width=' + targetWidth);
    }
    if (targetHeight !== null) {
        features.push('height=' + targetHeight);
    }
    features.push('left=' + left);
    features.push('top=' + right);
    features.push('scrollbars=1');

    const newWindow = window.open(url, title, features.join(','));

    if (window.focus) {
        newWindow.focus();
    }

    window._nslHasOpenedPopup = true;

    return newWindow;
};

let isWebView = null;

function checkWebView() {
    if (isWebView === null) {
        function _detectOS(ua) {
            if (/Android/.test(ua)) {
                return "Android";
            } else if (/iPhone|iPad|iPod/.test(ua)) {
                return "iOS";
            } else if (/Windows/.test(ua)) {
                return "Windows";
            } else if (/Mac OS X/.test(ua)) {
                return "Mac";
            } else if (/CrOS/.test(ua)) {
                return "Chrome OS";
            } else if (/Firefox/.test(ua)) {
                return "Firefox OS";
            }
            return "";
        }

        function _detectBrowser(ua) {
            let android = /Android/.test(ua);

            if (/Opera Mini/.test(ua) || / OPR/.test(ua) || / OPT/.test(ua)) {
                return "Opera";
            } else if (/CriOS/.test(ua)) {
                return "Chrome for iOS";
            } else if (/Edge/.test(ua)) {
                return "Edge";
            } else if (android && /Silk\//.test(ua)) {
                return "Silk";
            } else if (/Chrome/.test(ua)) {
                return "Chrome";
            } else if (/Firefox/.test(ua)) {
                return "Firefox";
            } else if (android) {
                return "AOSP";
            } else if (/MSIE|Trident/.test(ua)) {
                return "IE";
            } else if (/Safari\//.test(ua)) {
                return "Safari";
            } else if (/AppleWebKit/.test(ua)) {
                return "WebKit";
            }
            return "";
        }

        function _detectBrowserVersion(ua, browser) {
            if (browser === "Opera") {
                return /Opera Mini/.test(ua) ? _getVersion(ua, "Opera Mini/") :
                    / OPR/.test(ua) ? _getVersion(ua, " OPR/") :
                        _getVersion(ua, " OPT/");
            } else if (browser === "Chrome for iOS") {
                return _getVersion(ua, "CriOS/");
            } else if (browser === "Edge") {
                return _getVersion(ua, "Edge/");
            } else if (browser === "Chrome") {
                return _getVersion(ua, "Chrome/");
            } else if (browser === "Firefox") {
                return _getVersion(ua, "Firefox/");
            } else if (browser === "Silk") {
                return _getVersion(ua, "Silk/");
            } else if (browser === "AOSP") {
                return _getVersion(ua, "Version/");
            } else if (browser === "IE") {
                return /IEMobile/.test(ua) ? _getVersion(ua, "IEMobile/") :
                    /MSIE/.test(ua) ? _getVersion(ua, "MSIE ")
                        :
                        _getVersion(ua, "rv:");
            } else if (browser === "Safari") {
                return _getVersion(ua, "Version/");
            } else if (browser === "WebKit") {
                return _getVersion(ua, "WebKit/");
            }
            return "0.0.0";
        }

        function _getVersion(ua, token) {
            try {
                return _normalizeSemverString(ua.split(token)[1].trim().split(/[^\w\.]/)[0]);
            } catch (o_O) {
            }
            return "0.0.0";
        }

        function _normalizeSemverString(version) {
            const ary = version.split(/[\._]/);
            return (parseInt(ary[0], 10) || 0) + "." +
                (parseInt(ary[1], 10) || 0) + "." +
                (parseInt(ary[2], 10) || 0);
        }

        function _isWebView(ua, os, browser, version, options) {
            switch (os + browser) {
                case "iOSSafari":
                    return false;
                case "iOSWebKit":
                    return _isWebView_iOS(options);
                case "AndroidAOSP":
                    return false;
                case "AndroidChrome":
                    return parseFloat(version) >= 42 ? /; wv/.test(ua) : /\d{2}\.0\.0/.test(version) ? true : _isWebView_Android(options);
            }
            return false;
        }

        function _isWebView_iOS(options) {
            const document = (window["document"] || {});

            if ("WEB_VIEW" in options) {
                return options["WEB_VIEW"];
            }
            return !("fullscreenEnabled" in document || "webkitFullscreenEnabled" in document || false);
        }

        function _isWebView_Android(options) {
            if ("WEB_VIEW" in options) {
                return options["WEB_VIEW"];
            }
            return !("requestFileSystem" in window || "webkitRequestFileSystem" in window || false);
        }

        const options = {},
            nav = window.navigator || {},
            ua = nav.userAgent || "",
            os = _detectOS(ua),
            browser = _detectBrowser(ua),
            browserVersion = _detectBrowserVersion(ua, browser);

        isWebView = _isWebView(ua, os, browser, browserVersion, options);
    }

    return isWebView;
}

function isAllowedWebViewForUserAgent(provider) {
    const facebookAllowedWebViews = [
        'Instagram',
        'FBAV',
        'FBAN'
    ];
    let whitelist = [];

    if (provider && provider === 'facebook') {
        whitelist = facebookAllowedWebViews;
    }

    const nav = window.navigator || {},
        ua = nav.userAgent || "";

    if (whitelist.length && ua.match(new RegExp(whitelist.join('|')))) {
        return true;
    }

    return false;
}

function disableButtonInWebView(providerButtonElement) {
    if (providerButtonElement) {
        providerButtonElement.classList.add('nsl-disabled-provider');
        providerButtonElement.setAttribute('href', '#');

        providerButtonElement.addEventListener('pointerdown', (e) => {
            if (!window._nslWebViewNoticeElement) {
                window._nslWebViewNoticeElement = document.createElement('div');
                window._nslWebViewNoticeElement.id = "nsl-notices-fallback";
                window._nslWebViewNoticeElement.addEventListener('pointerdown', function (e) {
                    this.parentNode.removeChild(this);
                    window._nslWebViewNoticeElement = null;
                });
                const webviewNoticeHTML = '<div class="error"><p>' + scriptOptions._localizedStrings.webview_notification_text + '</p></div>';

                window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML);
                document.body.appendChild(window._nslWebViewNoticeElement);
            }
        });
    }

}

window._nslDOMReady(function () {

    window.nslRedirect = function (url) {
        if (scriptOptions._redirectOverlay) {
            const overlay = document.createElement('div');
            overlay.id = "nsl-redirect-overlay";
            let overlayHTML = '';
            const overlayContainer = "<div id='nsl-redirect-overlay-container'>",
                overlayContainerClose = "</div>",
                overlaySpinner = "<div id='nsl-redirect-overlay-spinner'></div>",
                overlayTitle = "<p id='nsl-redirect-overlay-title'>" + scriptOptions._localizedStrings.redirect_overlay_title + "</p>",
                overlayText = "<p id='nsl-redirect-overlay-text'>" + scriptOptions._localizedStrings.redirect_overlay_text + "</p>";

            switch (scriptOptions._redirectOverlay) {
                case "overlay-only":
                    break;
                case "overlay-with-spinner":
                    overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose;
                    break;
                default:
                    overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose;
                    break;
            }

            overlay.insertAdjacentHTML("afterbegin", overlayHTML);
            document.body.appendChild(overlay);
        }

        window.location = url;
    };

    let targetWindow = scriptOptions._targetWindow || 'prefer-popup',
        lastPopup = false;


    document.addEventListener('click', function (e) {
        if (e.target) {
            const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]');
            if (buttonLinkElement) {
                if (lastPopup && !lastPopup.closed) {
                    e.preventDefault();
                    lastPopup.focus();
                } else {

                    let href = buttonLinkElement.href,
                        success = false;
                    if (href.indexOf('?') !== -1) {
                        href += '&';
                    } else {
                        href += '?';
                    }

                    const redirectTo = buttonLinkElement.dataset.redirect;
                    if (redirectTo === 'current') {
                        href += 'redirect=' + encodeURIComponent(window.location.href) + '&';
                    } else if (redirectTo && redirectTo !== '') {
                        href += 'redirect=' + encodeURIComponent(redirectTo) + '&';
                    }

                    if (targetWindow !== 'prefer-same-window' && checkWebView()) {
                        targetWindow = 'prefer-same-window';
                    }

                    if (targetWindow === 'prefer-popup') {
                        lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight);
                        if (lastPopup) {
                            success = true;
                            e.preventDefault();
                        }
                    } else if (targetWindow === 'prefer-new-tab') {
                        const newTab = window.open(href + 'display=popup', '_blank');
                        if (newTab) {
                            if (window.focus) {
                                newTab.focus();
                            }
                            success = true;
                            window._nslHasOpenedPopup = true;
                            e.preventDefault();
                        }
                    }

                    if (!success) {
                        window.location = href;
                        e.preventDefault();
                    }
                }
            }
        }
    });

    let buttonCountChanged = false;

    const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]');
    if (googleLoginButtons.length && checkWebView()) {
        googleLoginButtons.forEach(function (googleLoginButton) {
            if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') {
                disableButtonInWebView(googleLoginButton);
            } else {
                googleLoginButton.remove();
                buttonCountChanged = true;
            }
        });
    }

    const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]');
    if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) {
        facebookLoginButtons.forEach(function (facebookLoginButton) {
            if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') {
                disableButtonInWebView(facebookLoginButton);
            } else {
                facebookLoginButton.remove();
                buttonCountChanged = true;
            }
        });
    }

    const separators = document.querySelectorAll('div.nsl-separator');
    if (buttonCountChanged && separators.length) {
        separators.forEach(function (separator) {
            const separatorParentNode = separator.parentNode;
            if (separatorParentNode) {
                const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons');
                if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) {
                    separator.remove();
                }
            }
        })
    }
});})();</script>
</body>
</html>
