August 19, 2022 at 7:55:49 PM UTC
VERIFY
Websites
Websites
Runtime: 4.7s
Share on Facebook or Twitter
On August 19, 2022 at 7:55:49 PM UTC, https://nypost.com/ was accessible when tested on AS5089 in United Kingdom.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
62.255.72.2
Query:
IN A nypost.com
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
192.0.66.32
AS2635 (Automattic, Inc)

TCP Connections

192.0.66.32:443: succeeded

HTTP Requests

URL
GET https://nypost.com/
Response Headers
Accept-Ranges:
bytes
Age:
0
Cache-Control:
private, no-store
Content-Security-Policy:
frame-ancestors nypost.com *.nypost.com *.decider.com *.pagesix.com
Content-Type:
text/html; charset=UTF-8
Date:
Fri, 19 Aug 2022 19:55:47 GMT
Host-Header:
a9130478a60e5f9135f765b23f26593b
Link:
<https://nypost.com/wp-json/>; rel="https://api.w.org/"
Referrer-Policy:
no-referrer-when-downgrade
Server:
nginx
Strict-Transport-Security:
max-age=31536000
X-Cache:
hit
X-Content-Type-Options:
nosniff
X-Hacker:
If you're reading this, you should visit wpvip.com/careers and apply to join the fun, mention this header.
X-Powered-By:
WordPress VIP <https://wpvip.com>
X-Rq:
lhr1 0 4 9980
X-Xss-Protection:
1; mode=block
Response Body

<!doctype html>
<html lang="en-US">

<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
	<title>New York Post – Breaking News, Top Headlines, Photos & Videos</title>

	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta charset="UTF-8">
	<script>document.documentElement.classList.remove("no-js");</script>
	<link rel="profile" href="https://gmpg.org/xfn/11">
		<!-- OneTrust Cookies Consent Notice start -->
	<script
		src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"
		type="text/javascript"
		charset="UTF-8"
		data-domain-script="6c0f8417-b563-477c-8b00-33914cb4600e">
	</script>
	<script
		src="https://cdn.cookielaw.org/opt-out/otCCPAiab.js"
		type="text/javascript"
		charset="UTF-8"
		ccpa-opt-out-ids="C0017,C0023,C0024,C0030"
		ccpa-opt-out-geo="ca"
		ccpa-opt-out-lspa="false">
	</script>

	<script type="text/javascript">
	function OptanonWrapper() { document.getElementById("confirm-choices-handler").addEventListener("click", function() {Optanon.RejectAll(); alert("You have been opted out of browser data sharing by this site. This setting will not apply to other sites, your other browsers or if you clean this browser's cookies");}); }
	</script>
	<!-- OneTrust Cookies Consent Notice end -->
				<script type="application/ld+json">
			{"@context":"http:\/\/schema.org","publisher":{"@type":"Organization","name":"New York Post","sameAs":"https:\/\/nypost.com","logo":{"@type":"ImageObject","url":"https:\/\/nypost.com\/wp-content\/themes\/nypost-2016\/static\/images\/logo-nypost.png","height":60,"width":404}},"headline":"New York Post","url":"https:\/\/nypost.com","@type":"WebPage","keywords":["home"]}			</script>
			<link rel="canonical" href="https://nypost.com/" />		<script type="text/javascript">
			window.nypGa = function(callback) {
				if ('function' === typeof window.ga) {
					window.ga((tracker) => {
						callback(tracker);
					});
				} else {
					window.addEventListener('ga:loaded', function() {
						window.ga((tracker) => {
							callback(tracker);
						});
					});
				}
			};
		</script>

		<!-- Google Analytics command queue start -->
		<script  type="text/plain"  class="optanon-category-C0024">
			(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
			(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
			m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
			})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

			(function() {

				// Set the default options for the Google Analytics "create" function.
				var gaCreateOptions = {
					trackingId: "UA-3922003-6",
					cookieDomain: 'auto',
					useAmpClientId: true
				};

				// Add the allowLinker option if it is configured and found in PHP.
									gaCreateOptions.allowLinker = true;
					
				var isLsAvailable = function() {
					var test = 'test';
					try {
						window.localStorage.setItem(test, test);
						window.localStorage.removeItem(test);
						return true;
					} catch (e) {
						return false;
					}
				}

				// Bail early and use the old method if we do not have localStorage in this browser.
				if ( ! isLsAvailable() ) {
					ga( 'create', gaCreateOptions );
					return;
				}

				// If we have a GA clientId in the URL.
				var haveClientIdInURL = false;

				// First, check for linker param in URL and let GA use that for our clientId if it exists.
				// Check if URLSearchParams is available, otherwise use a polyfill function.
				if ( 'function' === typeof URLSearchParams ) {
					var urlParams = new URLSearchParams( window.location.search );
					if ( urlParams.get( '_ga' ) ) {
						haveClientIdInURL = true;
					}
				} else {
					/**
					 * A polyfill for older browsers like IE.
					 * @link https://caniuse.com/#feat=urlsearchparams
					 * @link https://davidwalsh.name/query-string-javascript
					 */
					var getUrlParameter = function(name) {
						name = name.replace( /[\[]/, '\\[' ).replace( /[\]]/, '\\]' );
						var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
						var results = regex.exec( location.search );
						return results === null ? false : decodeURIComponent( results[1].replace( /\+/g, ' ' ) );
					};
					if ( getUrlParameter( '_ga' ) ) {
						haveClientIdInURL = true;
					}
				}

				// Assume the GA Cookie is not present.
				var hasGACookie = false;

				// Try to get the GA Cookie.
				var GACookie = document.cookie.split(';').filter(function(item) {
					return item.trim().indexOf('_ga=') === 0
				} );

				// Check if we have a cookie.
				if ( GACookie.length ) {
					// If the cookie value is not empty we have a GA cookie.
					hasGACookie = GACookie[0].trim().length > 4 ? true : false;
				}

				// Id to use for localStorage object which holds the GA clientId and expire time.
				var gaClientIdLocalStorageId = 'nyp_ga_client_id';

				// If we don't have a clientId in the URL and there is no GA cookie set, we look in localStorage for one.
				if ( ! haveClientIdInURL && ! hasGACookie ) {

					// If no linker param and no GA cookie, we check in localStorage for the GA clientId.
					var nypGALocalStorage = window.localStorage.getItem( gaClientIdLocalStorageId ) || '{}';
					var parsedNYPGALocalStorage = JSON.parse( nypGALocalStorage );
					var now = new Date().getTime();
					if ( parsedNYPGALocalStorage.clientId && parsedNYPGALocalStorage.expires ) {
						if ( now <= parsedNYPGALocalStorage.expires ) {

							// If we have the clientId, add it to the GA Tracker options.
							if ( parsedNYPGALocalStorage.clientId && '' !== parsedNYPGALocalStorage.clientId ) {
								gaCreateOptions.clientId = parsedNYPGALocalStorage.clientId;
							}
						}
					}
				}

				// Create the tracker instance.
				ga( 'create', gaCreateOptions );

				// Add the clientId to localStorage using readyCallback to ensure the tracker instance has been instantiated.
				ga( function( tracker ) {
					var clientId = tracker.get( 'clientId' );
					if ( clientId ) {
						var gaClientIdStore = JSON.stringify({
							clientId: clientId,
							expires: new Date().getTime() + 1000*60*60*24*365*2
						});
						window.localStorage.setItem( gaClientIdLocalStorageId, gaClientIdStore );
					}
				});

				if ('function' === typeof CustomEvent) {
					window.dispatchEvent(new CustomEvent('ga:loaded'));
				}
			})();

			ga('require', 'linker');
ga('linker:autoLink', ["nypost.com","pagesix.com","decider.com"])

			// Optimizely Universal Analytics Integration code
			window.optimizely = window.optimizely || [];
			window.optimizely.push(['activateUniversalAnalytics']);
		</script>
		<!-- Google Analytics command queue end -->
				<script type="text/javascript">
			window.dataLayer = window.dataLayer || [];
			dataLayer.push({"page_type":"Home","section":"nypost.com-home","pagename":"\/"} );
		</script>
			<!-- Performance Event Tracking start -->
	<script  type="text/plain"  class="optanon-category-C0024">
	  if ('PerformanceObserver' in window) {
	    // Set our starting mark.
	    performance.mark('load-start');

  	    // First Contentful Paint start.
	    // Create a variable to hold the FCP, we'll need it later.
	    var fcp;
	    // Register the PerformanceObserver to track paint timing.
	    var observerFCP = new PerformanceObserver((list) => {
	      for (var entry of list.getEntriesByName('first-contentful-paint')) {
	        fcp = Math.round(entry.startTime);
	        ga('send', 'event', {
	          eventCategory: 'Performance Metrics',
	          eventAction: 'First Contentful Paint',
	          eventValue: fcp,
	          eventLabel: window.location.href,
	          nonInteraction: true,
	        });
	        observerFCP.disconnect();
	      }
	    });
	    // Start observing paint entries.
	    observerFCP.observe({
	      type: 'paint',
	    });
	    // First Contentful Paint end.

  	    // First Input Delay start.
	    // Register the PerformanceObserver to track first input delay.
	    var observerFID = new PerformanceObserver((list) => {
	      for (var entry of list.getEntries()) {
	        var fid = entry.processingStart - entry.startTime;
	          ga('send', 'event', {
	            eventCategory: 'Performance Metrics',
	            eventAction: 'First Input Delay',
	            eventValue: Math.round(fid),
	            eventLabel: window.location.href,
	            nonInteraction: true,
	          });
	        observerFID.disconnect();
	      }
	    });

  	    // Start observing first-input entries.
	    observerFID.observe({
	      type: 'first-input',
	      buffered: true,
	    });
	    // First Input Delay end.

  	    // Largest Contentful Paint start.
	    // Create a variable to hold the latest LCP value (since it can change).
	    var lcp;

  	    // Create the PerformanceObserver instance.
	    var observerLCP = new PerformanceObserver((list) => {
	      var entries = list.getEntries();
	      var lastEntry = entries[entries.length - 1];

  	      // Update `lcp` to the latest value, using `renderTime` if it's available,
	      // otherwise using `loadTime`. (Note: `renderTime` may not be available if
	      // the element is an image and it's loaded cross-origin without the
	      // `Timing-Allow-Origin` header.)
	      lcp = lastEntry.renderTime || lastEntry.loadTime;
	    });

  	    // Observe entries of type `largest-contentful-paint`, including buffered
	    // entries, i.e. entries that occurred before calling `observe()`.
	    observerLCP.observe({
	      type: 'largest-contentful-paint',
	      buffered: true
	    });

  	    // Send the latest LCP value to your analytics server once the user
	    // leaves the tab. This waits to log LCP until the page's lifecycle state changes to hidden.
	    // This is a way of ensuring that it only logs the latest entry.
	    function handleLCPVisibility() {
	      if (lcp && document.visibilityState === 'hidden') {
	        ga('send', 'event', {
	          eventCategory: 'Performance Metrics',
	          eventAction: 'Largest Contentful Paint',
	          eventValue: Math.round(lcp),
	          eventLabel: window.location.href,
	          nonInteraction: true,
	        });
	        removeEventListener('visibilitychange', handleLCPVisibility, true);
	        observerLCP.disconnect();
	      }
	    }
	    addEventListener('visibilitychange',handleLCPVisibility, true);
	    // Largest Contentful Paint end.

  	    // Load Abandonment start.
	    function handleAbandonmentVisibility() {
	      if (document.visibilityState === 'hidden') {
	        // Mark when the user left.
	        performance.mark('user-left');

  	        // Create our measure.
	        performance.measure('time-on-page', 'load-start', 'user-left');

  	        // Get our measure.
	        var timeOnPage = performance.getEntriesByName('time-on-page', 'measure');

  	        // Create our abandonment var.
	        var userAbandoned = false;
	        if (fcp && timeOnPage[0] && timeOnPage[0].duration < fcp) {
	          userAbandoned = true;
	        }
	        ga('send', 'event', {
	          eventCategory: 'Performance Metrics',
	          eventAction: 'User Abandoned',
	          eventValue: userAbandoned,
	          eventLabel: window.location.href,
	          nonInteraction: true,
	        });
	        removeEventListener('visibilitychange', handleAbandonmentVisibility, true);
	      }
	    }
	    addEventListener('visibilitychange', handleAbandonmentVisibility, true);
	    // Load Abandonment end.
	  }
	</script>
	<!-- Performance Event Tracking end -->
			<script  type="text/plain"  class="optanon-category-C0023">
		  /* Start Amazon Publisher Services Library download code. */
		  // Load the APS JavaScript Library
		  !function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
		  /* End Amazon Publisher Services Library download code. */
		</script>
				<meta name="copyright" content="Copyright 2022 NYP Holdings. All rights reserved."/>
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<meta name="p:domain_verify" content="44b526edc36ffbcc163412ee9fe42833"/>

		<meta name="robots" content="max-image-preview:large" />
		<link rel="manifest" href="/wp-content/themes/nypost-2016/static/nypost-manifest.json?ver=912057425a436dc5414e">

			<link rel="apple-touch-icon" href="https://nypost.com/wp-content/themes/nypost-2016/static/images/apple-icons/nypost/apple-icon.png" />
							<link rel="apple-touch-icon" sizes="57x57" href="https://nypost.com/wp-content/themes/nypost-2016/static/images/apple-icons/nypost/apple-icon-57x57.png" />
					<link rel="apple-touch-icon" sizes="114x114" href="https://nypost.com/wp-content/themes/nypost-2016/static/images/apple-icons/nypost/apple-icon-114x114.png" />
					<link rel="apple-touch-icon" sizes="144x144" href="https://nypost.com/wp-content/themes/nypost-2016/static/images/apple-icons/nypost/apple-icon-144x144.png" />
				<link rel="shortcut icon" type="image/x-icon" href="https://nypost.com/wp-content/themes/nypost-2016/static/images/favicon-nypost/favicon.ico" />

		<link rel="profile" href="http://gmpg.org/xfn/11" />
		<meta name='robots' content='max-image-preview:large' />
<link rel='next' href='https://nypost.com/page/2/'/>
<link rel='dns-prefetch' href='//us.tags.newscgp.com' />
<link rel='dns-prefetch' href='//nypost-com.videoplayerhub.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='dns-prefetch' href='//v0.wordpress.com' />
<link rel='dns-prefetch' href='//fastlane.rubiconproject.com' />
<link rel='dns-prefetch' href='//secure-assets.rubiconproject.com' />
<link rel='dns-prefetch' href='//eus.rubiconproject.com' />
<link rel='dns-prefetch' href='//pixel.rubiconproject.com' />
<link rel='dns-prefetch' href='//prebid-server.rubiconproject.com' />
<link rel='dns-prefetch' href='//googleads.g.doubleclick.net' />
<link rel='dns-prefetch' href='//pagead2.googlesyndication.com' />
<link rel='dns-prefetch' href='//securepubads.g.doubleclick.net' />
<link rel='dns-prefetch' href='//tpc.googlesyndication.com' />
<link rel='dns-prefetch' href='//acdn.adnxs.com' />
<link rel='dns-prefetch' href='//ib.adnxs.com' />
<link rel='dns-prefetch' href='//rb.adnxs.com' />
<link rel='dns-prefetch' href='//secure.adnxs.com' />
<link rel='dns-prefetch' href='//dsum.casalemedia.com' />
<link rel='dns-prefetch' href='//htlb.casalemedia.com' />
<link rel='dns-prefetch' href='//ssum-sec.casalemedia.com' />
<link rel='dns-prefetch' href='//www.google-analytics.com' />
<link rel='dns-prefetch' href='//www.googletagservices.com' />
<link rel='dns-prefetch' href='//zephr-v4.nypost.com' />
<link rel='preconnect' href='https://use.typekit.net' />
<script class="wp-asset-manager gdpr" type="text/javascript">window.nypScripts = window.nypScripts || {}; window.nypScripts["gdpr"] = {"euCountries":["AT","AU","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MT","NL","NO","PL","PT","RO","SK","SI","ES","SE","GB"]}</script><script class="wp-asset-manager nypost_wp_vars" type="text/javascript">window.nypScripts = window.nypScripts || {}; window.nypScripts["nypost_wp_vars"] = {"wp_ajax_url":"https:\/\/nypost.com\/wp-admin\/admin-ajax.php","modal_image_nonce":"258aed777c","nypostSite":"nypost","postType":"","postId":false,"isSingle":false,"isMobile":false,"isRedesign":true,"pagesix_app_flyout":{"is_active":"0","max_modal_views":"1","cookie_expiry":"7","mobile_article_views":"1","desktop_article_views":"1","mobile_cookie_expiry":"7","suppress_flyout_views":"60"},"outbrain_permalink":"","vip":true,"polyfills":"https:\/\/nypost.com\/wp-content\/themes\/nypost-2016\/static\/js\/polyfills.bundle.js","ieNotice":{"scriptPath":"https:\/\/nypost.com\/wp-content\/themes\/nypost-2016\/static\/js\/ieBanner.bundle.js","stylePath":"https:\/\/nypost.com\/wp-content\/themes\/nypost-2016\/static\/css\/ieBanner.css"},"nypostContextIsSite":true,"nypostOnetrustEnabled":true,"position_primary_tag":false,"truncateSidebar":"yes","sailthru_form_email_validation_url":"https:\/\/developer.nypost.com\/temp\/maropost\/webhooks\/validate-email\/","sailthru_form_nonce":"4c94974d0f"}</script><script class="wp-asset-manager load-polyfills" type="text/javascript">!function(e){var t={};function o(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="/wp-content/themes/nypost-2016/static/",o(o.s=230)}({230:function(e,t,o){"use strict";function n(e,t){var o=document.createElement("script");o.src=e,o.onload=function(){t()},o.onerror=function(){t(new Error("Failed to load script ".concat(e)))};var n=document.querySelector(".load-polyfills");n&&n.parentNode.insertBefore(o,n.nextSibling)}if(!(window.fetch&&"function"==typeof Promise&&Element.prototype.matches&&Element.prototype.closest&&Array.from&&Array.prototype.includes&&window.NodeList&&NodeList.prototype.forEach&&Number.isNaN&&String.prototype.repeat)){if(window.nypScripts.nypost_wp_vars.polyfills)n(window.nypScripts.nypost_wp_vars.polyfills,(function(){console.log("polyfills loaded")}));if(window.nypScripts.nypost_wp_vars.ieNotice)n(window.nypScripts.nypost_wp_vars.ieNotice.scriptPath,(function(){console.log("IE banner loaded")}))}}});
//# sourceMappingURL=loadPolyfills.bundle.js.map</script><script class="wp-asset-manager nypost-screen" type="text/javascript">!function(){"use strict";const e="1024".toString(),n=window.screen.width<e?"mobile":"desktop";window.matchMedia(`(max-width: ${e}px)`).addEventListener("change",(e=>{window.nypost_screen=e.matches?"mobile":"desktop"})),window.nypost_screen=n}();
//# sourceMappingURL=nypost-screen.bundle.min.js.map</script><link rel="stylesheet" class="wp-asset-manager adobe-fonts-pyz4pvc" href="https://use.typekit.net/pyz4pvc.css?ver=f2fbfb6b11b77827b095" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://use.typekit.net/pyz4pvc.css?ver=f2fbfb6b11b77827b095" media="all" class="wp-asset-manager adobe-fonts-pyz4pvc" /></noscript><style class="wp-asset-manager global-assets-critical" type="text/css">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;box-sizing:border-box;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}html{background-color:#fff}ol,ul{list-style:none}*{box-sizing:border-box}html{font-size:16px;overflow:auto}body{font-size:1rem}body,html{color:#585858;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:1.3}img{height:auto;max-width:100%;width:100%}body>img{width:auto}svg{max-width:100%}.site-container{margin-left:auto;margin-right:auto;max-width:100%;padding:1.875rem .625rem;width:calc(66.5rem + (1.25rem*2))}@media (min-width:37.5rem){.site-container{padding-left:1.25rem;padding-right:1.25rem}}.entry-content .alignnone{clear:both;margin-bottom:1.25rem;margin-top:1.25rem;position:relative;width:100%}@media (min-width:37.5rem){.entry-content .alignnone{width:auto}}.entry-content .alignleft{clear:both;margin-bottom:1.25rem;margin-top:1.25rem;position:relative;width:100%;display:block;max-width:100%}@media (min-width:37.5rem){.entry-content .alignleft{width:auto;display:inline-block;float:left;margin-right:1.875rem}}.entry-content .aligncenter{clear:both;margin-bottom:1.25rem;margin-top:1.25rem;position:relative;width:100%}@media (min-width:37.5rem){.entry-content .aligncenter{width:auto}}.screen-reader-text{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.d-none{display:none!important}.d-block{display:block!important}@media (min-width:48rem){.d-block-md{display:block!important}.d-flex-md{display:flex!important}}@media (min-width:64rem){.d-none-lg{display:none!important}.d-block-lg{display:block!important}}@media (min-width:80rem){.d-none-xl{display:none!important}}.m-top{margin-top:1.25rem!important}.m-bottom{margin-bottom:1.25rem!important}.m-bottom-none{margin-bottom:0!important}.m-bottom-double{margin-bottom:calc(1.25rem*2)!important}.m-left-half{margin-left:.625rem!important}@media (min-width:37.5rem){.p-right-sm{padding-right:1.25rem!important}}.p-bottom-half{padding-bottom:.625rem!important}@media (min-width:37.5rem){.p-left-sm{padding-left:1.25rem!important}}.b-bottom{border-bottom:1px solid #ccc!important}.b-bottom--black{border-bottom-color:#000!important}.b-bottom--thick{border-bottom-width:2px!important}@media (min-width:37.5rem){.b-left-sm{border-left:1px solid #ccc!important}}.t-center{text-align:center!important}[class*=t-truncate]{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.t-truncate-3{-webkit-line-clamp:3}.t-color-white{color:#fff!important}.t-color-nyp-brand{color:#c60800!important}p,ul,ol,blockquote,hr{margin-bottom:1rem}b,strong{font-weight:700}a{color:inherit;text-decoration:none}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:currentColor;text-decoration:inherit}p,.body,.body p{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:400;color:#000;font-size:1.125rem;letter-spacing:-.01em;line-height:1.44}.entry-content p{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:400;color:#000;font-size:1.125rem;letter-spacing:-.01em;line-height:1.44;color:#2a2a2a}@media (min-width:37.5rem){.entry-content p{font-size:1rem;line-height:1.5}}.entry-content a{color:#c60800}.body--md,.body--md p{font-size:1rem;line-height:1.25}h1,h2,h3,h4,h5,h6{margin-bottom:1rem}.headline{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;color:#000;line-height:1.1}.headline--xl{font-size:1.875rem;letter-spacing:-.01em;line-height:1.083}@media (min-width:37.5rem){.headline--xl{font-size:2.25rem;line-height:1.05}}.headline--lg{font-size:1.5rem;letter-spacing:-.01em;line-height:1.08}@media (min-width:37.5rem){.headline--lg{font-size:1.875rem;line-height:1.07}}.headline--md{font-size:1.375rem;letter-spacing:-.01em;line-height:1.09}.headline--xxs{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:700;font-size:.9375rem;letter-spacing:-.03em;line-height:1.13}.headline--archive{font-size:1rem;letter-spacing:-.01em;line-height:1.08}@media (min-width:37.5rem){.headline--archive{font-size:1.5rem}}.headline--single{font-size:1.875rem;letter-spacing:-.01em;line-height:1.05;margin-top:1rem}@media (min-width:37.5rem){.headline--single{font-size:2.625rem;margin-top:0}}.section-heading{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;color:#000;font-size:1.125rem;letter-spacing:-.06em;line-height:1.11;text-transform:uppercase}.section-heading--xl{font-size:1.875rem;font-style:italic;letter-spacing:-.01em;line-height:.87;text-transform:uppercase}@media (min-width:37.5rem){.section-heading--xl{font-size:3.75rem}}.section-heading--lg{font-size:1.375rem;letter-spacing:-.01em;line-height:1.09}@media (min-width:37.5rem){.section-heading--lg{font-size:2.875rem;line-height:.96}}.section-heading--md{font-size:1.875rem;font-style:italic;letter-spacing:-.01em;line-height:.86}@media (min-width:37.5rem){.section-heading--md{font-size:2.75rem}}.section-heading--md-semi{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:600;font-size:1.5625rem;font-style:italic;letter-spacing:-.01em;line-height:.94}@media (min-width:37.5rem){.section-heading--md-semi{font-size:1.875rem}}.section-heading--sm{font-size:1.875rem;font-style:italic;letter-spacing:.05em;line-height:.86}.section-heading--xs{font-size:1.125rem;font-style:italic;letter-spacing:0;line-height:.89}.section-heading--xxs{font-size:1.125rem;letter-spacing:.06em;line-height:.89}.section-heading--xxs-em{font-size:1.375rem;font-style:italic;letter-spacing:-.01em;line-height:.9}.section-heading--underline{border-bottom:10px solid #000;padding-bottom:.25rem}.section-heading--underline.t-color-gray{border-bottom-color:#585858}.section-heading--underline.t-color-white{border-bottom-color:#fff}.section-heading--underline.t-color-nyp-brand{border-bottom-color:#c60800}.section-heading--underline.t-color-p6-brand{border-bottom-color:#ffd62b}.sub-heading{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;color:#000;display:block;font-size:1.125rem;letter-spacing:-.01em;line-height:1.1}@media (min-width:37.5rem){.sub-heading{font-size:1.375rem}}.sub-heading--semi{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:700;font-size:.9375rem;letter-spacing:-.03em;line-height:1.26}.webwood{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;color:#c60800;letter-spacing:-.01em;line-height:.8;text-transform:uppercase}.webwood:empty{margin-bottom:0}.webwood--xl{font-size:3.75rem;letter-spacing:-.02em}@media (min-width:30rem){.webwood--xl{font-size:5.3125rem}}@media (min-width:48rem){.webwood--xl{font-size:8rem}}@media (min-width:64rem){.webwood--xl{font-size:10.625rem}}.webwood--lg{font-size:2.5rem;line-height:.87}@media (min-width:37.5rem){.webwood--lg{font-size:4.375rem;line-height:.83}}.webwood--xl span[data-fontpercent="80"]{font-size:80%}.webwood--xl span[data-fontpercent="90"]{font-size:90%}.webwood--xl span[data-fontpercent="100"]{font-size:100%}.webwood--xl span[data-fontpercent="110"]{font-size:110%}.webwood--xl span[data-fontpercent="120"]{font-size:120%}.webwood--lg span[data-fontpercent="80"]{font-size:80%}.webwood--lg span[data-fontpercent="90"]{font-size:90%}.webwood--lg span[data-fontpercent="100"]{font-size:100%}.webwood--lg span[data-fontpercent="110"]{font-size:110%}.webwood--lg span[data-fontpercent="120"]{font-size:120%}.webwood--md span[data-fontpercent="80"]{font-size:80%}.webwood--md span[data-fontpercent="90"]{font-size:90%}.webwood--md span[data-fontpercent="100"]{font-size:100%}.webwood--md span[data-fontpercent="110"]{font-size:110%}.webwood--md span[data-fontpercent="120"]{font-size:120%}.widget-heading{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;color:#000;font-size:1.4375rem;font-style:italic;letter-spacing:-.01em;line-height:.73;margin-bottom:1.25rem;text-transform:uppercase}.widget-heading--underline{display:flex;flex-direction:column;width:-webkit-max-content;width:-moz-max-content;width:max-content}.widget-heading--underline::after{background-color:#c60800;content:"";display:block;height:.5rem;margin-left:-1.3125rem;margin-right:-.125rem;margin-top:.125rem}.widget-heading__sub{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;color:#000;display:block;font-size:.875rem;font-style:normal;letter-spacing:.04em;line-height:.85;margin-bottom:.1875rem;margin-top:.1875rem}.widget-heading--underline .widget-heading__sub{order:1}.meta{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:400;color:#585858;font-size:.75rem;letter-spacing:-.01em;line-height:1.17}.meta--heading{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:700;color:#000;font-size:.875rem;line-height:1.14}.meta--byline{color:#000;display:block;font-size:.875rem;line-height:1.14;position:relative}.meta--byline a,.meta--byline .meta__link,.meta--caption a,.meta--caption .meta__link{color:#c60800}.ad--inline{margin-bottom:1.875rem;position:relative;text-align:center;z-index:1}.ad--inline>div,.ad--inline iframe{display:block;margin-left:auto!important;margin-right:auto!important}.ad p.ad__label{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:600;color:#585858;font-size:.625rem;margin-bottom:0;margin-top:.625rem;text-transform:uppercase}.ad__wrapper{align-items:center;display:flex;flex-direction:column}.ad__placeholder{align-items:center;display:flex;margin:0 auto;overflow:hidden;width:100%}.ad__placeholder--banner{max-width:60.625rem;min-height:16rem}.ad__placeholder--banner-sm{max-width:60.625rem;min-height:5.625rem}.ad__placeholder--tall{max-width:18.75rem;min-height:37.5rem}.ad__placeholder--small{max-width:18.75rem;min-height:15.625rem}@media (min-width:64rem){.ad__placeholder.sticky{overflow:visible}.ad__placeholder.sticky>div{height:inherit}.ad__placeholder.sticky>div>div{position:-webkit-sticky;position:sticky;top:0}}.ad__slot{height:inherit}.ad-slot--skin{position:relative}.ad-slot--billboard{display:none}@media (min-width:37.5rem){.ad-slot--billboard{display:block}}.ad-slot--bottom{bottom:env(safe-area-inset-bottom,0);left:0;position:fixed;text-align:center;width:100%;z-index:1000}.ad-slot--overlay_fullpage{height:4px}.ad-slot iframe{display:block}.button,.entry-content .button{background-color:transparent;border:0;border-radius:0;cursor:pointer;outline:0;overflow:visible;text-decoration:none;font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;display:inline-block;padding:0;text-transform:uppercase}.button--solid,.entry-content .button--solid{background-color:#c60800;border:2px solid #c60800;border-radius:6px;color:#fff;font-size:1.125rem;font-weight:800;line-height:1;min-width:12.5rem;padding:.6875rem 2.6875rem .75rem;text-align:center}@media (max-width:37.4375rem){.button--solid,.entry-content .button--solid{padding-left:1.25rem;padding-right:1.25rem}}.button--solid-third,.entry-content .button--solid-third{background-color:#c60800;border:2px solid #c60800;border-radius:6px;color:#fff;font-size:1.125rem;font-weight:800;line-height:1;min-width:12.5rem;padding:.6875rem 2.6875rem .75rem;text-align:center;background-color:#000;border-color:#000;color:#fff}@media (max-width:37.4375rem){.button--solid-third,.entry-content .button--solid-third{padding-left:1.25rem;padding-right:1.25rem}}.button--arrow,.entry-content .button--arrow{color:#000;font-size:.8125rem;letter-spacing:.08em;line-height:1.1;padding-right:.75rem;position:relative}.button--arrow:focus span,.entry-content .button--arrow:focus span{text-decoration:underline}.button--arrow span,.entry-content .button--arrow span{display:inline-block;vertical-align:top}.button--arrow svg,.entry-content .button--arrow svg{height:.625rem;position:absolute;right:0;top:.1875rem}.button--modal-trigger,.entry-content .button--modal-trigger{align-items:center;border:3px #fff solid;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.8),0 3px 6px rgba(0,0,0,.4) inset;display:flex;height:2.375rem;justify-content:center;position:relative;width:2.375rem}.button--modal-trigger svg,.entry-content .button--modal-trigger svg{display:block;filter:drop-shadow(0 0 3px rgba(0,0,0,.8));margin:0 auto;pointer-events:none}.button-wrap-lines,.entry-content .button-wrap-lines{display:flex}.button-wrap-lines::before,.button-wrap-lines::after,.entry-content .button-wrap-lines::before,.entry-content .button-wrap-lines::after{align-self:center;border-bottom:3px solid #000;content:"";flex-grow:1}.button-wrap-lines .button-wrap-lines__inner,.entry-content .button-wrap-lines .button-wrap-lines__inner{padding:0 .3125rem 0 .4375rem}.button-wrap-lines h1,.button-wrap-lines h2,.button-wrap-lines h3,.button-wrap-lines h4,.button-wrap-lines h5,.button-wrap-lines h6,.entry-content .button-wrap-lines h1,.entry-content .button-wrap-lines h2,.entry-content .button-wrap-lines h3,.entry-content .button-wrap-lines h4,.entry-content .button-wrap-lines h5,.entry-content .button-wrap-lines h6{font-size:inherit}.button--secondary,.entry-content .button--secondary{background-color:transparent;border:1px solid #ccc;border-radius:6px;color:#000;font-size:1rem;line-height:1;padding:.6875rem 2.6875rem;text-transform:none}@media (max-width:37.4375rem){.button--secondary,.entry-content .button--secondary{padding-left:1.25rem;padding-right:1.25rem}}.flag{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;display:inline-block;font-size:.8125rem;text-transform:uppercase}.flag--skewed{border:1px transparent solid;letter-spacing:.08em;line-height:1;padding:.0625rem .5rem;text-align:center;transform:skew(-10deg)}.flag--skewed span{display:block}.flag--color-nyp{background-color:#c60800;color:#fff}.flag--color-nyp-inverted{background-color:transparent;color:#c60800}.flag--color-nyp-border{border-color:#c60800}.flag--color-dispatch{background-color:#000;color:#fff}.flag--color-dispatch-inverted{background-color:transparent;color:#000}.flag--color-nyp-inverted:not([class*=-border]),.flag--color-dispatch-inverted:not([class*=-border]){padding-left:0;padding-right:0}input[type=text],input[type=email],input[type=password],textarea{border:1px solid #ccc;font-size:1rem;margin-bottom:.9375rem;padding:.9375rem .625rem 1.0625rem;width:100%}input[type=submit]{background-color:transparent;border:0;border-radius:0;cursor:pointer;outline:0;overflow:visible;text-decoration:none;font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;display:inline-block;padding:0;text-transform:uppercase;background-color:#c60800;border:2px solid #c60800;border-radius:6px;color:#fff;font-size:1.125rem;font-weight:800;line-height:1;min-width:12.5rem;padding:.6875rem 2.6875rem .75rem;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-wrapper input[type=submit]{background-color:#000;border:0;max-width:16.375rem;width:100%}.input-container--floating-label{margin-bottom:.9375rem;position:relative}.floating-label input.floating-label__input{line-height:normal;margin-bottom:0;padding:1.375rem .625rem .625rem}.floating-label input.floating-label__input::-moz-placeholder{visibility:hidden}.floating-label input.floating-label__input::placeholder{visibility:hidden}.floating-label .floating-label__label{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:400}.floating-label .floating-label__input+.floating-label__label-wrap .floating-label__label{display:block;padding-left:.625rem;pointer-events:none;position:relative;top:50%;transform:translateY(-50%);width:100%}.floating-label .floating-label__label-wrap{height:100%;pointer-events:none;position:absolute;top:0;width:100%}.content-header,.entry-content .content-header{margin-bottom:1rem;position:relative}.content-header .section-heading:not(.section-heading--dropshadow),.entry-content .content-header .section-heading:not(.section-heading--dropshadow){margin:0}.content-header--lines-thick,.entry-content .content-header--lines-thick{display:flex;margin-bottom:1.25rem;margin-bottom:.9375rem}.content-header--lines-thick::before,.content-header--lines-thick::after,.entry-content .content-header--lines-thick::before,.entry-content .content-header--lines-thick::after{align-self:center;border-bottom:3px solid #000;content:"";display:inline-block;flex-grow:1}.content-header--lines-thick::after,.entry-content .content-header--lines-thick::after{margin-left:-2px}.content-header--lines-thick.content-header--b-gray::before,.content-header--lines-thick.content-header--b-gray::after,.entry-content .content-header--lines-thick.content-header--b-gray::before,.entry-content .content-header--lines-thick.content-header--b-gray::after{border-color:#585858}.content-header--lines-thick.content-header--b-white::before,.content-header--lines-thick.content-header--b-white::after,.entry-content .content-header--lines-thick.content-header--b-white::before,.entry-content .content-header--lines-thick.content-header--b-white::after{border-color:#fff}.content-header--lines-thick.content-header--b-nyp-brand::before,.content-header--lines-thick.content-header--b-nyp-brand::after,.entry-content .content-header--lines-thick.content-header--b-nyp-brand::before,.entry-content .content-header--lines-thick.content-header--b-nyp-brand::after{border-color:#c60800}.content-header--lines-thick.content-header--b-p6-brand::before,.content-header--lines-thick.content-header--b-p6-brand::after,.entry-content .content-header--lines-thick.content-header--b-p6-brand::before,.entry-content .content-header--lines-thick.content-header--b-p6-brand::after{border-color:#ffd62b}.content-header--lines-thick::before,.entry-content .content-header--lines-thick::before{margin-right:.625rem}.content-header--lines-thick::after,.entry-content .content-header--lines-thick::after{margin-left:.625rem}.content-header--lines-thick::before,.content-header--lines-thick::after,.entry-content .content-header--lines-thick::before,.entry-content .content-header--lines-thick::after{border-bottom-width:.625rem;margin-top:.25rem}@media (min-width:37.5rem){.content-header--lines-thick,.entry-content .content-header--lines-thick{margin-bottom:1.875rem}.content-header--lines-thick::before,.entry-content .content-header--lines-thick::before{margin-right:1.25rem}.content-header--lines-thick::after,.entry-content .content-header--lines-thick::after{margin-left:1.25rem}}@media (max-width:37.4375rem){.content-header--lines-thick .section-heading,.entry-content .content-header--lines-thick .section-heading{flex-basis:min-content;text-align:center}}@media (min-width:37.5rem){.content-header--line-right,.entry-content .content-header--line-right{display:flex}.content-header--line-right::after,.entry-content .content-header--line-right::after{align-self:center;border-bottom:6px solid #000;border-left:4px solid #fff;content:"";display:inline-block;flex-grow:1;margin-left:1.625rem;margin-top:.25rem}.content-header--line-right.content-header--b-gray::after,.entry-content .content-header--line-right.content-header--b-gray::after{border-bottom-color:#585858}.content-header--line-right.content-header--b-white::after,.entry-content .content-header--line-right.content-header--b-white::after{border-bottom-color:#fff;border-left-color:#000}.content-header--line-right.content-header--b-nyp-brand::after,.entry-content .content-header--line-right.content-header--b-nyp-brand::after{border-bottom-color:#c60800}.content-header--line-right.content-header--b-p6-brand::after,.entry-content .content-header--line-right.content-header--b-p6-brand::after{border-bottom-color:#ffd62b}}.module:not(.inline){margin-bottom:1.25rem;margin-top:1.25rem}.module:not(.inline):first-of-type:not(.module--latest){margin-top:0}.skeleton{background-color:#f6f6f6}.skeleton--ad{overflow:hidden;position:relative}.ad__placeholder--banner .skeleton--ad{height:15.625rem;width:60.625rem}.ad__placeholder--banner-sm .skeleton--ad{height:5.625rem;width:60.625rem}.ad__placeholder--small .skeleton--ad{height:15.625rem;width:18.75rem}[class*="--skeleton"]{position:relative}.social-icons--horizontal{align-items:center;display:flex;justify-content:center;list-style-type:none}.social-icons--horizontal li+li a{margin-left:.625rem}@media (min-width:80rem){.social-icons--vertical li+li a{margin-top:.625rem}.social-icons .social-icons__icon--whatsapp{display:none}}.social-icons__icon{display:flex;visibility:hidden}.social-icons__icon:not(.social-icons__icon--comments) span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.social-icons__icon--email::before{height:60%;width:60%}.social-icons__icon--facebook::before{height:60%;width:60%}.social-icons__icon--flipboard::before{height:60%;width:60%}.social-icons__icon--instagram::before{height:60%;width:60%}.social-icons__icon--linkedin::before{height:60%;width:60%}.social-icons__icon--post-url::before{height:60%;width:60%}.social-icons__icon--twitter::before{height:60%;width:60%}.social-icons__icon--whatsapp::before{height:60%;width:60%}.social-icons__icon--youtube::before{height:100%;width:100%}.breaking-news{display:none}.layout:not([class*=layout--5up]):not([class*=layout--sidebar]) .layout__grid{align-content:start;display:grid;grid-gap:1.25rem}.layout:not([class*=layout--5up]):not([class*=layout--sidebar]) .layout__grid--gap-0{grid-gap:0}@media (max-width:37.4375rem){.layout:not([class*=layout--5up]):not([class*=layout--sidebar]) .layout__grid--gap-10-mobile{grid-gap:.625rem}}@media (min-width:37.5rem){.layout:not([class*=layout--5up]):not([class*=layout--sidebar]) .layout__grid--gap-30-row-desktop{grid-gap:1.875rem}}.layout--sidebar>.layout__grid{align-content:start;display:grid;grid-gap:1.25rem;grid-template-columns:minmax(0,1fr)}@media (min-width:64rem){.layout--sidebar>.layout__grid{grid-template-columns:minmax(0,1fr) 18.75rem}.layout--sidebar>.layout__grid>.layout__item{grid-row-start:1}}.layout--sidebar>.layout__grid--gap-0{grid-gap:0}.layout--sidebar>.layout__grid--gap-30{grid-gap:1.875rem}.layout--sidebar>.layout__grid--sidebar-left{grid-template-columns:minmax(0,1fr);grid-template-rows:auto}@media (min-width:64rem){.layout--sidebar>.layout__grid--sidebar-left{grid-template-columns:18.75rem minmax(0,1fr)}.layout--sidebar>.layout__grid--sidebar-left>.layout__item--main{grid-column-start:2}.layout--sidebar>.layout__grid--sidebar-left>.layout__item--sidebar{grid-column-start:1}}.skip-link{opacity:0;position:absolute}.story__flag{margin-bottom:.4375rem}.story__headline{margin-bottom:.625rem}.story__image{margin-bottom:.625rem;position:relative}.story__image img{display:block}.sidebar-images--hide .story__image{display:none}.story__video video{height:auto;max-width:100%}.story__excerpt{margin-bottom:.625rem}.story__headline:last-child,.story__image:last-child,.story__excerpt:last-child{margin-bottom:0!important}.story__icon--image{bottom:.625rem;left:.625rem;position:absolute}.story__icon--inline{margin-right:.3125rem;vertical-align:middle}.story--i-flex{align-items:flex-start;display:flex;flex-wrap:nowrap;justify-content:flex-start}.story--i-flex .story__image{flex-shrink:0;margin-bottom:0;margin-right:.9375rem}.story--i-float::after{clear:both;content:"";display:table}.story--i-float .story__image{float:left;margin-bottom:0;margin-right:.9375rem}.story--list+.story--list{border-top:1px #ccc solid;margin-top:.9375rem;padding-top:.9375rem}.story--list .story__headline{margin-bottom:.4375rem}.story--hfs .webwood,.story--hs .webwood{letter-spacing:-.04em}.story--promo .story__image{margin-bottom:0}.story--promo .story__headline{margin-bottom:0;padding-top:.125rem}.story--promo .story__icon--inline{padding-left:.1875rem;vertical-align:top}.story--archive .meta,.story--archive .story__excerpt{display:none}@media (min-width:37.5rem){.story--archive .meta,.story--archive .story__excerpt{display:block}}.story--archive .meta{margin-bottom:.9375rem}.story--archive .story__image--floated{margin-right:.625rem}@media (min-width:37.5rem){.story--archive .story__image--floated{margin-right:1.25rem}}
/*# sourceMappingURL=global-assets-critical.min.css.map*/</style><link rel="stylesheet" class="wp-asset-manager global-assets" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/global-assets.min.css?ver=8aa538f71da89bdf00fe" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/global-assets.min.css?ver=8aa538f71da89bdf00fe" media="all" class="wp-asset-manager global-assets" /></noscript><style class="wp-asset-manager header-footer-critical" type="text/css">.more-stories{background:#fff;border-top:5px solid #c60800;display:none}@media (min-width:37.5rem){.more-stories{display:block}}.more-stories__inner{margin:0 auto;max-width:66.5rem;padding:3.125rem .625rem}@media (min-width:80rem){.more-stories__inner{padding-left:0;padding-right:0}}.more-stories__title{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:-.01em;line-height:.9;text-transform:uppercase}body{padding-top:3.125rem}@media (min-width:48rem){body{padding-top:6.625rem}}body.header-sub-nav-enabled{padding-top:5.625rem}@media (min-width:48rem){body.header-sub-nav-enabled{padding-top:9.125rem}}body.header-recirc-bar-enabled:not(.header-not-visible){padding-top:9.0625rem}@media (min-width:37.5rem){body.header-recirc-bar-enabled:not(.header-not-visible){padding-top:9.6875rem}}@media (min-width:48rem){body.header-recirc-bar-enabled:not(.header-not-visible){padding-top:13.1875rem}}@media (max-width:37.4375rem){body.header-recirc-bar-enabled:not(.header-not-visible).recirc-bar-mobile-disabled{padding-top:3.125rem}}body.header-sub-nav-enabled.header-recirc-bar-enabled:not(.header-not-visible){padding-top:11.5625rem}@media (min-width:37.5rem){body.header-sub-nav-enabled.header-recirc-bar-enabled:not(.header-not-visible){padding-top:12.1875rem}}@media (min-width:48rem){body.header-sub-nav-enabled.header-recirc-bar-enabled:not(.header-not-visible){padding-top:15.6875rem}}@media (max-width:37.4375rem){body.header-sub-nav-enabled.header-recirc-bar-enabled:not(.header-not-visible).recirc-bar-mobile-disabled{padding-top:5.625rem}}.site-header{position:fixed;top:0;width:100%;z-index:9999}@media (min-width:48rem){.site-header__container{height:calc(6.625rem - 20px)}}.site-header__wrapper{background:#c60800;color:#fff;height:3.125rem;max-height:100%;position:relative;z-index:299}@media (min-width:48rem){.site-header__wrapper{height:6.625rem}}.site-header.has-sub-nav .site-header__wrapper{height:calc(3.125rem + 2.5rem)}@media (min-width:48rem){.site-header.has-sub-nav .site-header__wrapper{height:calc(6.625rem + 2.5rem)}}.site-header__container{align-items:center;display:flex;margin:0 auto;max-width:80.625rem;padding:.625rem .8125rem;position:relative}@media (min-width:48rem){.site-header__container{max-width:81.25rem;padding:1.25rem}}.site-header__left,.site-header__right{display:flex;flex:1 0 0}.site-header__left{justify-content:flex-start;margin-right:.625rem}@media (min-width:37.5rem){.site-header__left{margin-right:0}}.site-header__left>div{align-items:center;display:flex;margin-right:auto}.site-header__right{justify-content:flex-end;margin-left:.625rem;min-width:5rem}@media (min-width:37.5rem){.site-header__right{margin-left:0}}.site-header__right>div{display:none}@media (min-width:64rem){.site-header__right__search{display:none}}.site-header__email,.site-header__search-toggle{background-color:transparent;border:0;border-radius:0;cursor:pointer;outline:0;overflow:visible;text-decoration:none;background-repeat:no-repeat;border-radius:2px;margin-left:.3125rem;opacity:1}@media (min-width:37.5rem){.site-header__email,.site-header__search-toggle{margin-left:1.25rem}}.site-header__search-toggle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDIzIDI0IiB0YWJpbmRleD0iLTEiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBkYXRhLW5hbWU9IlNlYXJjaCBJY29uIiBkPSJNMjEuNTY4IDI0bC03LjM0OC03LjM0NGE5LjIxOCA5LjIxOCAwIDExMS41NC0xLjMyNUwyMyAyMi41NjkgMjEuNTY5IDI0ek05LjExNiAyLjAyNWE3LjA4NyA3LjA4NyAwIDEwNy4wOTEgNy4wODcgNy4xIDcuMSAwIDAwLTcuMDkxLTcuMDg3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);background-position:center;display:flex;height:1.875rem;width:1.875rem}@media (min-width:64rem){.site-header__right .site-header__search-toggle{display:none}}.site-header__email{display:none}@media (min-width:64rem){.site-header__email{display:block;padding:.1875rem}.site-header__email-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMSAyNCI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDQxMiIgZD0iTTEgMXYxMmw2LjAxMS02LjAxMXoiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggNDEzIiBkPSJNMTEuMDExIDcuMDExTDE3IDEzVjF6Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDQxNCIgZD0iTTkuMDMxIDlMNy4wMTIgNi45ODkgMSAxM2gxNmwtNS45ODktNS45ODl6Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDQxNSIgZD0iTTEgMWw2LjAxMSA1Ljk4OUw5LjAzMSA5bDEuOTgxLTEuOTg5TDE3IDF6Ii8+PC9nPjwvc3ZnPg==);background-size:3.4375rem 2.6875rem;display:block;height:1.625rem;width:2.0625rem}}.site-header__logo{align-items:center;display:flex;justify-content:center}.site-header__logo>a{display:block}.site-header__logo>a,.site-header__logo svg{height:1.875rem}@media (min-width:30rem){.site-header__logo>a,.site-header__logo svg{height:2rem}}@media (min-width:48rem){.site-header__logo>a,.site-header__logo svg{height:3.4375rem}.local-country-au .site-header__logo>a,.local-country-au .site-header__logo svg{height:3rem;width:18.75rem}}.site-header__logo svg{margin:0 auto;width:auto}.site-header__date{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:700;background-color:#000;display:none;font-size:.75rem;height:1.25rem;letter-spacing:-.01em;line-height:1.25rem;text-align:center;text-transform:uppercase}@media (min-width:48rem){.site-header__date{display:block}}.site-header__sports-plus{background:#ffd62b;margin:0 auto;position:relative}.site-header__sports-plus .site-container{padding:0}body.nyp-membership-user--subscribed .site-header__sports-plus .pencil-unit{display:none}body.nyp-membership-user--subscribed .site-header__sports-plus .recirc--membership{display:none}body.nyp-membership-user--subscribed .site-header__sports-plus .recirc--membership.recirc--enabled{display:block}body:not(.nyp-membership-user--subscribed) .site-header__sports-plus .recirc--membership{display:none}.site-header__nav{display:none}.search--header{position:absolute;transform:translateY(-200%)}.menu-toggle{background-color:transparent;border:0;border-radius:0;cursor:pointer;outline:0;overflow:visible;text-decoration:none;align-items:center;background-color:transparent;border:1px solid #fff;border-radius:2px;cursor:pointer;display:flex;padding:.4375rem}@media (min-width:48rem){.menu-toggle{padding:.4375rem}}.menu-toggle__icon{display:block;height:.875rem;position:relative;width:1rem}.menu-toggle__line{background-color:#fff;display:block;height:.125rem;position:absolute;width:100%}.menu-toggle__line:nth-of-type(1){left:0;top:0}.menu-toggle__line:nth-of-type(2){left:0;margin-top:-.0625rem;top:50%}.menu-toggle__line:nth-of-type(3){bottom:0;left:0}.menu-toggle__title{display:none}@media (min-width:48rem){.menu-toggle__title{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;transition:.2s color ease-in-out;color:#fff;display:block;font-size:.875rem;letter-spacing:.04em;line-height:1;margin-left:.4375rem;margin-top:.0625rem;padding-bottom:.125rem;text-transform:uppercase}}.page--404 .search--interior{height:2.6875rem;visibility:hidden}
/*# sourceMappingURL=header-footer-critical.min.css.map*/</style><link rel="stylesheet" class="wp-asset-manager header-footer" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/header-footer.min.css?ver=279f0f5e51a50cf87aea" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/header-footer.min.css?ver=279f0f5e51a50cf87aea" media="all" class="wp-asset-manager header-footer" /></noscript><style class="wp-asset-manager blocks-core-critical" type="text/css">.entry-content img{height:auto;max-width:100%;vertical-align:middle}.entry-content .post-image img,.entry-content .wp-caption img,.entry-content .alignleft img,.entry-content .alignright img,.entry-content .aligncenter img,.entry-content .alignnone img,.entry-content .wp-block-image img{box-shadow:0 3px 0 0 #fff,0 7px 0 0 #c60800;margin-bottom:7px}.entry-content>ol,.entry-content>ul,[class*=wp-block] ul,[class*=wp-block] ol{margin:1.5625rem 0}.entry-content>ol li,.entry-content>ul li,[class*=wp-block] ul li,[class*=wp-block] ol li{margin-bottom:1.5625rem}.entry-content>ol li:last-of-type,.entry-content>ul li:last-of-type,[class*=wp-block] ul li:last-of-type,[class*=wp-block] ol li:last-of-type{margin-bottom:0}.entry-content>ol ol,.entry-content>ol ul,.entry-content>ul ol,.entry-content>ul ul,[class*=wp-block] ul ol,[class*=wp-block] ul ul,[class*=wp-block] ol ol,[class*=wp-block] ol ul{margin-bottom:0;margin-top:1.25rem;padding-bottom:0}.entry-content>ul ul,.entry-content>ul>li>ul,[class*=wp-block] ul ul,[class*=wp-block] ul>li>ul,.liveblog-entry ul ul,.liveblog-entry ul>li>ul{margin-left:0}
/*# sourceMappingURL=blocks-core-critical.min.css.map*/</style><link rel="stylesheet" class="wp-asset-manager blocks-core" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-core.min.css?ver=ecf23ac338f9d5e6ad84" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-core.min.css?ver=ecf23ac338f9d5e6ad84" media="all" class="wp-asset-manager blocks-core" /></noscript><link rel="stylesheet" class="wp-asset-manager zephr" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/zephr.min.css?ver=779be200f703da6f430f" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/zephr.min.css?ver=779be200f703da6f430f" media="all" class="wp-asset-manager zephr" /></noscript><link rel="stylesheet" class="wp-asset-manager templates-home" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/templates-home.min.css?ver=b5ee538db1aa28143035" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/templates-home.min.css?ver=b5ee538db1aa28143035" media="all" class="wp-asset-manager templates-home" /></noscript><style class="wp-asset-manager templates-page-default-critical" type="text/css">.interior-menu{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:600;border-bottom:3px solid #c60800;border-top:3px solid #c60800;margin-bottom:1.875rem;padding-right:2.5rem;position:relative}@media (min-width:64rem){.interior-menu{border-bottom:0;border-top:0;margin-bottom:0}}.interior-menu .current-menu-item{display:block;margin-top:.9375rem;position:absolute;top:0;width:100%}@media (min-width:64rem){.interior-menu .current-menu-item{margin-top:0;position:relative}}.interior-menu__heading{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:700;color:#000;font-size:1rem;letter-spacing:-.01em;line-height:1.25;margin-bottom:1.25rem}.interior-menu__sub-heading{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;color:#c60800;font-size:.875rem;letter-spacing:.04em;line-height:1.1;margin-top:.9375rem;padding-left:.9375rem}@media (min-width:64rem){.interior-menu__sub-heading{color:#000;margin-top:0;padding-left:0}.interior-menu__sub-heading--border{border-bottom:2px #c60800 solid;margin-bottom:.9375rem;padding-bottom:.5rem}}.interior-menu__nav{padding-left:.9375rem}@media (min-width:64rem){.interior-menu__nav{padding-left:0}}.interior-menu__nav li{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:700;color:#585858;display:none;font-size:.75rem;letter-spacing:-.01em;line-height:1.1;margin-bottom:.9375rem}@media (min-width:64rem){.interior-menu__nav li{display:block}}.interior-menu__nav+.interior-menu__sub-heading{padding-top:1.25rem}.interior-menu--page>div>ul>li>a{display:none}.layout--full>.layout__grid{grid-template-columns:repeat(1,minmax(0,1fr))}
/*# sourceMappingURL=templates-page-default-critical.min.css.map*/</style><style class="wp-asset-manager templates-shared-interior-with-sidebar-critical" type="text/css">@media (min-width:64rem){.archive div:not(.module) .layout__item--sidebar .layout__inner,.page div:not(.module) .layout__item--sidebar .layout__inner,.section div:not(.module) .layout__item--sidebar .layout__inner,.single div:not(.module) .layout__item--sidebar .layout__inner{display:flex;flex-direction:column}.archive div:not(.module) .layout__item--sidebar .layout__inner .archive__sidebar,.archive div:not(.module) .layout__item--sidebar .layout__inner .page__sidebar,.archive div:not(.module) .layout__item--sidebar .layout__inner .section__sidebar,.archive div:not(.module) .layout__item--sidebar .layout__inner .single__sidebar,.page div:not(.module) .layout__item--sidebar .layout__inner .archive__sidebar,.page div:not(.module) .layout__item--sidebar .layout__inner .page__sidebar,.page div:not(.module) .layout__item--sidebar .layout__inner .section__sidebar,.page div:not(.module) .layout__item--sidebar .layout__inner .single__sidebar,.section div:not(.module) .layout__item--sidebar .layout__inner .archive__sidebar,.section div:not(.module) .layout__item--sidebar .layout__inner .page__sidebar,.section div:not(.module) .layout__item--sidebar .layout__inner .section__sidebar,.section div:not(.module) .layout__item--sidebar .layout__inner .single__sidebar,.single div:not(.module) .layout__item--sidebar .layout__inner .archive__sidebar,.single div:not(.module) .layout__item--sidebar .layout__inner .page__sidebar,.single div:not(.module) .layout__item--sidebar .layout__inner .section__sidebar,.single div:not(.module) .layout__item--sidebar .layout__inner .single__sidebar{display:flex;flex:1;flex-direction:column}}.archive .layout__item--sidebar .ad--container:not(:last-child),.archive .widget:not(:last-child),.page .layout__item--sidebar .ad--container:not(:last-child),.page .widget:not(:last-child),.section .layout__item--sidebar .ad--container:not(:last-child),.section .widget:not(:last-child),.single .layout__item--sidebar .ad--container:not(:last-child),.single .widget:not(:last-child){margin-bottom:1.25rem}.widget-wrapper{padding-bottom:1.25rem}.widget--border{border:1px solid #ccc;padding:.9375rem 1.25rem}.widget__link{background-color:transparent;border:0;border-radius:0;cursor:pointer;outline:0;overflow:visible;text-decoration:none;font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;font-size:.8125rem;letter-spacing:.08em;padding:0;text-transform:uppercase}.widget__link,.entry-content .widget__link{color:#000}
/*# sourceMappingURL=templates-shared-interior-with-sidebar-critical.min.css.map*/</style><link rel="stylesheet" class="wp-asset-manager templates-shared-interior-with-sidebar" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/templates-shared-interior-with-sidebar.min.css?ver=d18e30d6fadba89b0bcd" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/templates-shared-interior-with-sidebar.min.css?ver=d18e30d6fadba89b0bcd" media="all" class="wp-asset-manager templates-shared-interior-with-sidebar" /></noscript><style class="wp-asset-manager templates-shared-curation-critical" type="text/css">.layout--3up{height:100%}.layout--3up:not(.layout--3up--static)>.layout__grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:48rem){.layout--3up:not(.layout--3up--static)>.layout__grid:not([class*=break]){grid-template-columns:repeat(2,minmax(0,1fr))}.layout--3up:not(.layout--3up--static)>.layout__grid:not([class*=break]) .layout__item--full{grid-column-start:span 2}}.layout--3up--static>.layout__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.layout--3up--static>.layout__grid .layout__item--full{grid-column-start:span 2}.layout--full>.layout__grid{grid-template-columns:repeat(1,minmax(0,1fr))}.layout--thirds>.layout__grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:48rem){.layout--thirds>.layout__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.module--3up .module__button--mobile{display:none}}.module--3up .module__button--desktop{display:none}@media (min-width:48rem){.module--3up .module__button--desktop{display:block}}.module--lede-daily .layout__item--main,.module--lede-daily .layout__item--sidebar{grid-column-start:span 3}@media (min-width:64rem){.module--lede-daily .layout__item--main{grid-column-start:span 2}.module--lede-daily .layout__item--sidebar{grid-column-start:span 1}}.sidebar-images--hide .module-sidebar .story__image{display:none}.widget-wrapper{padding-bottom:1.25rem}.widget--border{border:1px solid #ccc;padding:.9375rem 1.25rem}.widget__link{background-color:transparent;border:0;border-radius:0;cursor:pointer;outline:0;overflow:visible;text-decoration:none;font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;font-size:.8125rem;letter-spacing:.08em;padding:0;text-transform:uppercase}.widget__link,.entry-content .widget__link{color:#000}
/*# sourceMappingURL=templates-shared-curation-critical.min.css.map*/</style><link rel="stylesheet" class="wp-asset-manager templates-shared-curation" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/templates-shared-curation.min.css?ver=f22f7bc7e36b83d1abfd" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/templates-shared-curation.min.css?ver=f22f7bc7e36b83d1abfd" media="all" class="wp-asset-manager templates-shared-curation" /></noscript><style class="wp-asset-manager membership-shared-critical" type="text/css">.layout--full>.layout__grid{grid-template-columns:repeat(1,minmax(0,1fr))}.layout--halves>.layout__grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:37.5rem){.layout--halves>.layout__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.layout--halves-thirds>.layout__grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:37.5rem){.layout--halves-thirds>.layout__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.layout--thirds>.layout__grid{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:48rem){.layout--thirds>.layout__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.button--login,.entry-content .button--login{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:700;align-items:center;border:1px solid #fff;color:#fff;display:flex;font-size:1rem;justify-content:center;padding:.25rem .625rem .1875rem;white-space:nowrap}@media (min-width:48rem){.button--login,.entry-content .button--login{font-size:.875rem;padding:.5625rem 1rem .6875rem}}.button--login .icon-account,.entry-content .button--login .icon-account{display:none}@media (min-width:48rem){.button--login .icon-account,.entry-content .button--login .icon-account{display:inline-block;margin-right:.3125rem}}.social-action-buttons{display:flex;flex-direction:column;margin:1.875rem 0 0}@media (min-width:48rem){.social-action-buttons #paypal-button{margin-right:1.25rem}}.social-action-buttons .button{background-color:#fff;border-color:#000;border-radius:4px;height:2.5rem;margin-bottom:.625rem;max-height:2.5rem;padding:0}@media (min-width:48rem){.social-action-buttons{flex-direction:row;justify-content:flex-start}.social-action-buttons .button{margin:0 1.25rem 0 0;max-width:9.25rem;width:9.25rem}}.icon-dropdown-arrow{border-color:#000 transparent transparent transparent;border-style:solid;border-width:.375rem .25rem 0 .25rem;display:inline-block;height:0;width:0}.icon-right-arrow{border-color:transparent transparent transparent #fff;border-style:solid;border-width:.3125rem 0 .3125rem .3125rem;content:"";display:inline-block;margin-left:.3125rem}.icon-account{display:inline-block;height:1.125rem;width:1.1875rem}.icon-arrow-down{display:inline-block;height:1.125rem;width:1.1875rem}.icon-new-red{display:inline-block;height:1.5625rem;width:4.875rem}.icon-new-yellow{display:inline-block;height:1.5625rem;width:4.875rem}@media (min-width:48rem){.icon-new-yellow{width:5.125rem}}.icon-sports-plus{display:inline-block;height:3.625rem;width:14.6875rem}@media (min-width:48rem){.icon-sports-plus{height:4rem;width:16.25rem}}.icon-post-sports-plus{background-repeat:no-repeat;background-size:14.375rem 2rem;display:inline-block;height:2rem;width:14.375rem}.membership-link{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:600;color:#000;text-decoration:underline}.nyp-membership-view #membership-wrapper{margin:0 auto;max-width:100%}@media (min-width:61.875rem){.nyp-membership-view #membership-wrapper{max-width:59.375rem;padding-top:3.125rem}}@media (min-width:80rem){.nyp-membership-view #membership-wrapper{max-width:64rem}}.nyp-membership-view.nyp-membership-darkmode{background-color:#2a2a2a;bottom:0;color:#fff;height:100%;margin-top:0;min-height:100vh;padding-top:0;position:absolute;right:0;top:0;width:100%}.nyp-membership-view.nyp-membership-darkmode p{color:#fff}.nyp-membership-view.nyp-membership-darkmode .site-container--bg{background:0 0}.membership-onboarding__splash{align-items:center;display:flex;flex-direction:column}.member-newsletters__update-button{background:#fff;border-top:2px solid #000;bottom:0;box-shadow:0 -.1875rem .625rem rgba(0,0,0,.29);left:0;padding:1rem 1rem 0;position:fixed;right:0}.sports-plus{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding:0 .375rem;position:absolute;top:-3.125rem}@media (min-width:48rem){.sports-plus{padding:0 1.25rem}}.sports-plus [class*=icon-new-]{margin-bottom:.375rem}@media (min-width:48rem){.sports-plus [class*=icon-new-]{margin-bottom:.5rem}}#header-cta-sports-plus-mobile{height:4.0625rem}@media (min-width:48rem){#header-cta-sports-plus-mobile{display:none}}.nyp-membership-login #header-cta-sports-plus-mobile{margin-bottom:2rem}.cta .cta__text-arrow{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;padding-right:.625rem;position:relative;text-transform:uppercase}.cta .cta__text-arrow::after{border-color:transparent transparent transparent #000;border-style:solid;border-width:4px 0 4px 6px;content:"";display:block;height:0;position:absolute;right:0;top:calc(50% - .1875rem);width:0}.cta .cta__text-arrow--white{color:#fff}.cta .cta__text-arrow--white::after{border-color:transparent transparent transparent #fff}.cta--sports-plus .icon-sports-plus{background-size:8.75rem 2.1875rem;height:2.1875rem;margin-right:.625rem;width:8.75rem}.cta--sports-plus-header{align-items:center;background:#000;border:1px solid #fff;display:flex;justify-content:center;margin-bottom:2rem;padding:2rem .625rem .9375rem}@media (min-width:80rem){.cta--sports-plus-header{background:0 0;margin-bottom:0;padding:.375rem .625rem}}@media (max-width:37.4375rem){.cta--sports-plus-header{margin-bottom:0}}.cta--try-it-free{background:#000;margin-top:2.5rem;padding:.6875rem}.cta--try-it-free .cta__content{align-items:center;background:#fff;border-radius:.3125rem;display:flex;flex-direction:column;padding-bottom:3rem;padding-top:4.3125rem;position:relative}.cta--try-it-free .cta__headline{font-size:2rem;margin-bottom:1.5rem;padding:0 .9375rem;text-align:center}@media (min-width:48rem){.cta--try-it-free .cta__headline{padding:0 6.25rem}}#membership-dropdown-wrapper{margin:0 auto;position:relative;width:100%}@media (min-width:64rem){#membership-dropdown-wrapper{max-width:81.25rem}}.membership-menu__toggle{padding-right:1.25rem;position:relative}.membership-menu__toggle::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTAgNyIgdGFiaW5kZXg9Ii0xIiBhcmlhLWhpZGRlbj0idHJ1ZSI+PHBhdGggZGF0YS1uYW1lPSJpY29uLWFycm93LWNhcmV0LXdoaXRlIiBkPSJNMCAxLjA5M0wxLjMzMiAwIDUgNC4zMzQgOC42NjggMCAxMCAxLjA5MyA1IDd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+Cg==);background-position:center right;background-repeat:no-repeat;content:"";display:inline-block;height:.4375rem;left:calc(100% - 15px);position:absolute;top:50%;transform:translateY(-50%);width:.625rem}.site-header__search-toggle+.membership-menu__toggle{margin-left:.625rem}.membership-menu--dropdown .membership-menu__greeting{font-size:1.125rem;text-align:center}.membership-menu--dropdown .membership-menu__nav{margin-left:-1.25rem;margin-right:-1.25rem}@media (max-width:61.8125rem){.membership-menu--dropdown .nav-item{padding-right:0}}.membership-menu--dropdown .link--button{font-size:.875rem}.membership-menu--dropdown .button--login{background-color:transparent;border:0;border-radius:0;cursor:pointer;outline:0;overflow:visible;text-decoration:none;font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;display:inline-block;padding:0;text-transform:uppercase;background-color:transparent;border:1px solid #ccc;border-radius:6px;color:#000;font-size:1rem;line-height:1;padding:.6875rem 2.6875rem;text-transform:none;border-color:#000;border-radius:6px;left:0;margin-top:1.875rem;position:relative;top:0;width:100%}.input-container--submit .button--solid-third,.input-container--submit .button--secondary{min-width:auto;padding-left:.0625rem;padding-right:.0625rem}.input-container--submit .button--secondary{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:700;font-size:1.125rem;padding:0 0 .1875rem;text-transform:uppercase}body.nyp-sports-plus-page:not(.nyp-membership-user--subscribed){padding-top:6.625rem}@media (min-width:48rem){body.nyp-sports-plus-page:not(.nyp-membership-user--subscribed){padding-top:9.875rem}}body.nyp-sports-plus-page:not(.nyp-membership-user--subscribed).admin-bar{margin-top:0}body.nyp-sports-plus-page.nyp-membership-user--subscribed{padding-top:3.25rem}@media (min-width:48rem){body.nyp-sports-plus-page.nyp-membership-user--subscribed{padding-top:6.625rem}}body.nyp-sports-plus-page.nyp-membership-user--subscribed.admin-bar{margin-top:0;padding-top:8.625rem}@media (min-width:48rem){body.sports-plus--cta-hidden:not(.nyp-membership-user--subscribed),body.sports-plus--cta-hidden-desktop:not(.nyp-membership-user--subscribed){padding-top:6.625rem}}@media (max-width:37.4375rem){body.sports-plus--cta-hidden:not(.nyp-membership-user--subscribed),body.sports-plus--cta-hidden-mobile:not(.nyp-membership-user--subscribed){padding-top:3.25rem}}.pencil-unit{height:3.4375rem}@media (min-width:80rem){.pencil-unit{height:3.25rem}}@media (min-width:48rem){.pencil-unit--no-desktop{display:none}}@media (max-width:37.4375rem){.pencil-unit--no-mobile{display:none}}.pencil-unit__flex-wrap{align-items:flex-start;display:flex;flex-direction:column;min-width:6.875rem}.top-articles{margin:1.875rem auto .9375rem;z-index:0}@media (min-width:80rem){.top-articles{margin-top:5.625rem}.nyp-membership-user--subscribed .top-articles{margin-top:7.5rem}}.top-articles__header{margin-bottom:0;top:-1.875rem}.user-avatar .avatar__image{border-radius:100%;display:none;height:2.5rem;width:2.5rem}.user-avatar .avatar__initials{font-family:"neue-haas-grotesk-display",sans-serif;font-weight:600;align-items:center;background-color:#fff;border-radius:100%;color:#000;display:flex;font-size:.875rem;height:1.875rem;justify-content:center;width:1.875rem}
/*# sourceMappingURL=membership-shared-critical.min.css.map*/</style><link rel="stylesheet" class="wp-asset-manager membership-shared" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/membership-shared.min.css?ver=8c9efec97eb7838e195a" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/membership-shared.min.css?ver=8c9efec97eb7838e195a" media="all" class="wp-asset-manager membership-shared" /></noscript><link rel="preload" href="https://zephr-v4.nypost.com/zephr/features" class="wp-asset-manager zephr-features" as="fetch" media="all" type="application/json" crossorigin /><meta name='description' content='Your source for breaking news, photos, and videos about New York, sports, business, entertainment, opinion, real estate, culture, fashion, and more.' /><!-- WP SEO -->
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/nypost.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.3"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='wp-block-library-css'  href='https://nypost.com/wp-includes/css/dist/block-library/style.min.css?ver=5.9.3' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
.has-text-align-justify{text-align:justify;}
</style>
<link rel='stylesheet' id='mediaelement-css'  href='https://nypost.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.16' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css'  href='https://nypost.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=5.9.3' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}.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;}
</style>
<link rel='stylesheet' id='blocks-betting-offer-css'  href='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-betting-offer.min.css?ver=0962a0e486340b07e91c' type='text/css' media='all' />
<link rel='stylesheet' id='blocks-button-css'  href='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-button.min.css?ver=65b10846c366d8159f2a' type='text/css' media='all' />
<link rel='stylesheet' id='blocks-primary-tag-css'  href='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-primary-tag.min.css?ver=9f243e2a42bbaeec50a2' type='text/css' media='all' />
<link rel='stylesheet' id='blocks-gracenote-css'  href='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-gracenote.min.css?ver=894715ac704274181f6d' type='text/css' media='all' />
<link rel='stylesheet' id='blocks-newsletter-css'  href='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-newsletter.min.css?ver=3f82fcdf1ec8f4a52aef' type='text/css' media='all' />
<link rel='stylesheet' id='blocks-syndicated-css'  href='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-syndicated.min.css?ver=e163172b8edbaa457f6f' type='text/css' media='all' />
<link rel='stylesheet' id='blocks-related-post-css'  href='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-related-post.min.css?ver=d1bcfac6c3dc69d2ae4c' type='text/css' media='all' />
<link rel='stylesheet' id='blocks-review-css'  href='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-review.min.css?ver=1b6e4147acd488cfbb84' type='text/css' media='all' />
<link rel='stylesheet' id='blocks-comments-css'  href='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-comments.min.css?ver=521af6da6b52a06a90c4' type='text/css' media='all' />
<link rel='stylesheet' id='blocks-promos-css'  href='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/css/blocks-promos.min.css?ver=dab2cc3672738f2229c5' type='text/css' media='all' />
<link rel='stylesheet' id='sailthru-subscribe-widget-styles-css'  href='https://nypost.com/wp-content/plugins/sailthru-wordpress-plugin/css/widget.subscribe.css?ver=5.9.3' type='text/css' media='all' />
<script type='text/javascript' async src='https://us.tags.newscgp.com/prod/prebid/nyp/pb.js?ver=1.0.2' id='pb-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-content/themes/nypost-2016/static/js/global-redesign.bundle.js?ver=4cb56ab4341a797535d4' id='global-redesign-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-content/themes/nypost-2016/plugins/brightcove/build/bc-video.js?ver=912057425a436dc5414e' id='brightcove-video-js-js'></script>
<script type='text/javascript' defer src='//nypost-com.videoplayerhub.com/galleryplayer.js?ver=1.0.0' id='blockthrough-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/js/global-assets.bundle.min.js?ver=803b0bde3e7537b4edfd' id='global-assets-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/js/vendor-js-component-framework.bundle.min.js?ver=3ba5297c2b04185a1b0e' id='vendor-js-component-framework-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/js/header-footer.bundle.min.js?ver=80ebc0e76120fe4e1685' id='header-footer-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/js/analytics.bundle.min.js?ver=6a7970e443d7b99ffec0' id='analytics-js'></script>
<script type='text/javascript' async src='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/js/zephr.bundle.min.js?ver=13f4b98a32dd3c75ddd9' id='zephr-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/js/templates-home.bundle.min.js?ver=3700ea7a603b6b0b3454' id='templates-home-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/js/templates-shared-interior-with-sidebar.bundle.min.js?ver=1dae6b627310e7c983ed' id='templates-shared-interior-with-sidebar-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/js/templates-shared-curation.bundle.min.js?ver=eb7242f670f40916c445' id='templates-shared-curation-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-content/themes/nypost-2016/nypost-2021/client/build/js/membership-shared.bundle.min.js?ver=7e89266fcfd4833ef02c' id='membership-shared-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script type='text/javascript' defer src='https://nypost.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type='text/javascript' src='https://nypost.com/wp-content/plugins/sailthru-wordpress-plugin/js/widget.subscribe.js?ver=5.9.3' id='sailthru-subscribe-script-js'></script>
<link rel="https://api.w.org/" href="https://nypost.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://nypost.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://nypost.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.9.3" />
<link rel='shortlink' href='https://wp.me/b3Qpq' />
			<meta property="fb:pages" content="134486075205" />
			<style>img#wpstats{display:none}</style>
		<script  type="text/plain"  class="optanon-category-C0030-C0017-C0024">
		var getCookie = function(name) {
			var regexp = new RegExp("(?:^" + name + "|; *" + name + ")=(.*?)(?:;|$)", "g"),
				result = regexp.exec(document.cookie);
			return (result === null) ? null : result[1];
		}
		var newsId = getCookie('_ncg_id_');
	</script>
			<script  type="text/plain"  class="optanon-category-C0023">
		var googletag = googletag || {};
		googletag.cmd = googletag.cmd || [];

		googletag.cmd.push(function () {
			googletag.pubads().disableInitialLoad();
		});
		</script>
			<script  type="text/plain"  class="optanon-category-C0017-C0030">
	var subscriber = false;
	var z_session = window.localStorage ? JSON.parse(window.localStorage.getItem('zephr')) : null;
	if (
		z_session !== null
		&& z_session?.user?.sessionId
	) {
		subscriber = true;
	}
	!function(n,e,i){if(!n){n=n||{},window.permutive=n,n.q=[],n.config=i||{},n.config.apiKey=e,n.config.environment=n.config.environment||"production";for(var o=["addon","identify","track","trigger","query","segment","segments","ready","on","once","user","consent"],r=0;r<o.length;r++){var t=o[r];n[t]=function(e){return function(){var i=Array.prototype.slice.call(arguments,0);n.q.push({functionName:e,arguments:i})}}(t)}}}(window.permutive,"8716c0bf-3e57-4603-9c05-89d10477c922",{});
	window.googletag=window.googletag||{},window.googletag.cmd=window.googletag.cmd||[],window.googletag.cmd.push(function(){if(0===window.googletag.pubads().getTargeting("permutive").length){var g=window.localStorage.getItem("_pdfps");window.googletag.pubads().setTargeting("permutive",g?JSON.parse(g):[]);var o=window.localStorage.getItem("permutive-id");o&&(window.googletag.pubads().setTargeting("puid",o),window.googletag.pubads().setTargeting("ptime",Date.now().toString()))}});
	var identityArr = [];
	if (newsId) {
		window.permutive.identify([{id: newsId, tag: 'domain_id', priority: 5}]);
	}

	permutive.addon('web', {
		"page": {
			"article": {
				"authors": [""],
				"keywords": [""],
				"publish": null,
				"title": "",
				"wordCount": 0,
				"tag": "",
			},
			"section": "nypost.com-home",
			"pageUri": "https://nypost.com/",
			"type": "Home",
			"subscriber": subscriber,
		}
	});
	</script>
			<script  type="text/plain"  class="optanon-category-C0017-C0030" async>
			OneTrust.InsertScript( 'https://0cf17917-395b-4f25-91cc-db3bdd6044b0.edge.permutive.app/f34a8612-9c89-4e7a-adeb-71a2902d9634-web.js', 'head', null, null, 'C0017' );
		</script>
	
				<script  type="text/plain"  class="optanon-category-C0023" defer>
			OneTrust.InsertScript( 'https://tagan.adlightning.com/nc-nypost/op.js', 'head', null, null, 'C0023' );
		</script>
	
		<script  type="text/plain"  class="optanon-category-C0023">
							var nypost_dfp_screen;
				if ('undefined' !== typeof nypost_screen) {
					if ( 'mobile' == nypost_screen ) {
						nypost_dfp_screen = 'mobile';
					} else if ( 'super desktop' == nypost_screen ) {
						nypost_dfp_screen = 'super desktop';
					} else if ( 'tablet landscape' == nypost_screen ) {
						nypost_dfp_screen = 'tablet landscape';
					} else if ( 'tablet portrait' == nypost_screen ) {
						nypost_dfp_screen = 'tablet portrait';
					} else {
						nypost_dfp_screen = 'desktop';
					}
				} else {
					nypost_dfp_screen = 'desktop';
				}
			
			var dfp_ad_slots_desktop = [];
var dfp_ad_slots_mobile = [];
		</script>
				<script  type="text/plain"  class="optanon-category-C0023" async>
			OneTrust.InsertScript( 'https://securepubads.g.doubleclick.net/tag/js/gpt.js', 'head', null, null, 'C0023' );
		</script>
					<script  type="text/plain"  class="optanon-category-C0023">
			/* Start Amazon Publisher Services code. */
			if ('undefined' !== typeof apstag) {
				// Initialize the Library
				apstag.init({
					pubID: '3105',
					adServer: 'googletag',
					videoAdServer: 'DFP',
					bidTimeout: 1500,
					deals: true
				});

				if ( nypost_dfp_screen == 'desktop' ) {
var apstagSlots = [{"slotID":"div-gpt-ad-rec_atf","slotName":"\/5850\/post.desktop\/rec_atf\/home","sizes":[[1,1],[300,600]]},{"slotID":"div-gpt-ad-rec_btf","slotName":"\/5850\/post.desktop\/rec_btf\/home","sizes":[[300,250],[300,252],[300,600],[1,1]]},{"slotID":"div-gpt-ad-rec_widget","slotName":"\/5850\/post.desktop\/rec_widget\/home","sizes":[[300,255],[300,250],[300,600],[1,1]]},{"slotID":"div-gpt-ad-billb_top","slotName":"\/5850\/post.desktop\/billb_top\/home","sizes":[[728,90],[728,94],[1,1]]},{"slotID":"div-gpt-ad-billb_mid","slotName":"\/5850\/post.desktop\/billb_mid\/home","sizes":[[728,90],[728,92],[1,1]]},{"slotID":"div-gpt-ad-billb_btf","slotName":"\/5850\/post.desktop\/billb_btf\/home","sizes":[[728,90],[728,93],[1,1]]},{"slotID":"div-gpt-ad-skin","slotName":"\/5850\/post.desktop\/skin\/home","sizes":[[1,2],[1,1]]},{"slotID":"div-gpt-ad-custom","slotName":"\/5850\/post.desktop\/custom\/home","sizes":[[1,12]]},{"slotID":"div-gpt-ad-overlay_fullpage","slotName":"\/5850\/post.desktop\/overlay_fullpage\/home","sizes":[[1,4],[1,1]]},{"slotID":"div-gpt-ad-native","slotName":"\/5850\/post.desktop\/native\/home","sizes":[[1,6],[1,1],"fluid"]}];
} else if ( nypost_dfp_screen == 'mobile' ) {
var apstagSlots = [{"slotID":"div-gpt-ad-bottom","slotName":"\/5850\/post.mobile\/bottom\/home","sizes":[[1,1],[320,50]]},{"slotID":"div-gpt-ad-rec_hp_atf","slotName":"\/5850\/post.mobile\/rec_hp_atf\/home","sizes":[[1,1],[300,250],[300,257]]},{"slotID":"div-gpt-ad-rec_atf","slotName":"\/5850\/post.mobile\/rec_atf\/home","sizes":[[300,250],[300,256],[1,1]]},{"slotID":"div-gpt-ad-overlay_fullpage","slotName":"\/5850\/post.mobile\/overlay_fullpage\/home","sizes":[[1,3],[1,1]]},{"slotID":"div-gpt-ad-native","slotName":"\/5850\/post.mobile\/native\/home","sizes":[[1,6],[1,1],"fluid"]}];
}

				apstag.fetchBids({
					slots: apstagSlots,
					timeout: 1500
				}, function(bids) {
					if (typeof googletag !== 'undefined') {
						googletag.cmd.push(function(){
							apstag.setDisplayBids();
						});
					}
				});
			}
			/* End Amazon Publisher Services code. */
		</script>
				<script  type="text/plain"  class="optanon-category-C0023">
		var have_ad_slots = false;
		if (typeof googletag !== 'undefined') {
			googletag.cmd.push(function() {
				if ( nypost_dfp_screen == 'desktop' ) {
dfp_ad_slots_desktop[0] = googletag.defineSlot('/5850/post.desktop/rec_atf/home', [[1,1],[300,600]],'div-gpt-ad-rec_atf').addService(googletag.pubads());
dfp_ad_slots_desktop[1] = googletag.defineSlot('/5850/post.desktop/rec_btf/home', [[300,250],[300,252],[300,600],[1,1]],'div-gpt-ad-rec_btf').addService(googletag.pubads());
dfp_ad_slots_desktop[2] = googletag.defineSlot('/5850/post.desktop/rec_widget/home', [[300,255],[300,250],[300,600],[1,1]],'div-gpt-ad-rec_widget').addService(googletag.pubads());
dfp_ad_slots_desktop[3] = googletag.defineSlot('/5850/post.desktop/billb_top/home', [[728,90],[728,94],[1,1]],'div-gpt-ad-billb_top').addService(googletag.pubads());
dfp_ad_slots_desktop[4] = googletag.defineSlot('/5850/post.desktop/billb_mid/home', [[728,90],[728,92],[1,1]],'div-gpt-ad-billb_mid').addService(googletag.pubads());
dfp_ad_slots_desktop[5] = googletag.defineSlot('/5850/post.desktop/billb_btf/home', [[728,90],[728,93],[1,1]],'div-gpt-ad-billb_btf').addService(googletag.pubads());
dfp_ad_slots_desktop[6] = googletag.defineSlot('/5850/post.desktop/skin/home', [[1,2],[1,1]],'div-gpt-ad-skin').addService(googletag.pubads());
dfp_ad_slots_desktop[7] = googletag.defineSlot('/5850/post.desktop/custom/home', [[1,12]],'div-gpt-ad-custom').addService(googletag.pubads());
dfp_ad_slots_desktop[8] = googletag.defineSlot('/5850/post.desktop/overlay_fullpage/home', [[1,4],[1,1]],'div-gpt-ad-overlay_fullpage').addService(googletag.pubads());
dfp_ad_slots_desktop[9] = googletag.defineSlot('/5850/post.desktop/native/home', [[1,6],[1,1],"fluid"],'div-gpt-ad-native').addService(googletag.pubads());
have_ad_slots = true;
}else if ( nypost_dfp_screen == 'mobile' ) {
dfp_ad_slots_mobile[0] = googletag.defineSlot('/5850/post.mobile/bottom/home', [[1,1],[320,50]],'div-gpt-ad-bottom').addService(googletag.pubads());
dfp_ad_slots_mobile[1] = googletag.defineSlot('/5850/post.mobile/rec_hp_atf/home', [[1,1],[300,250],[300,257]],'div-gpt-ad-rec_hp_atf').addService(googletag.pubads());
dfp_ad_slots_mobile[2] = googletag.defineSlot('/5850/post.mobile/rec_atf/home', [[300,250],[300,256],[1,1]],'div-gpt-ad-rec_atf').addService(googletag.pubads());
dfp_ad_slots_mobile[3] = googletag.defineSlot('/5850/post.mobile/overlay_fullpage/home', [[1,3],[1,1]],'div-gpt-ad-overlay_fullpage').addService(googletag.pubads());
dfp_ad_slots_mobile[4] = googletag.defineSlot('/5850/post.mobile/native/home', [[1,6],[1,1],"fluid"],'div-gpt-ad-native').addService(googletag.pubads());
have_ad_slots = true;
}				if ( have_ad_slots ) {
					googletag.pubads().setTargeting('page_type',"home").setTargeting('site',"nypost").setTargeting('dimension54',"true");
					var testadv = window.location.href.toString().match(/testadv=([\w\d]+)/);
					if ( testadv !== null ) {
						testadv = testadv[1].toString().replace(/testadv=/, "");
						googletag.pubads().setTargeting('testadv',[testadv]);
					}
					if ( typeof pxSegmentIDs != 'undefined' && pxSegmentIDs != '' ) {
						googletag.pubads().setTargeting('psg', pxSegmentIDs);
					}
					if ( typeof newsId != 'undefined' ) {
						googletag.pubads().setTargeting('news_id', newsId);
					}

					var ref = window.location.href.toString().match(/utm_source=([\w\d]+)/);
					if ( ref && ref[1] ) {
						googletag.pubads().setTargeting( 'ref', [ ref[1] ] );
					} else if (document.referrer.toString().match(/nypost\.com/)) {
						googletag.pubads().setTargeting( 'ref', [ 'nypost' ] );
					} else if (document.referrer.toString().match(/pagesix\.com/)) {
						googletag.pubads().setTargeting( 'ref', [ 'pagesix' ] );
					} else if (document.referrer.toString().match(/decider\.com/)) {
						googletag.pubads().setTargeting( 'ref', [ 'decider' ] );
					}

					
					googletag.pubads().enableSingleRequest();
					googletag.pubads().enableAsyncRendering();
											// Lazy loading is not fully compatible with the collapseEmptyDivs() method.
						// For other article entries that are not using lazy loading enable the collapseEmptyDivs() method.
						// see: https://support.google.com/admanager/answer/4578089#lazyloading
						googletag.pubads().collapseEmptyDivs(true);
					
					// returns a random integer from 0 to 9
					var randomUserGroup = Math.floor(Math.random() * 10).toString();
					googletag.pubads().setTargeting('nckey_userGroup', [randomUserGroup]);

					googletag.enableServices();

					googletag.pubads().addEventListener( 'slotRenderEnded', function (e) {
						var theSlot = document.getElementById(e.slot.getSlotElementId()) ;
						if (theSlot) {
							theSlot.setAttribute( 'data-nyp-ad-empty', e.isEmpty );
						}

						if ('div-gpt-ad-skin' === e.slot.getSlotElementId() && false === e.isEmpty) {
															// The ad skin parent element in the redesign.
								var adSkinParent = document.querySelector('[data-ad-skin]');

								if (null !== adSkinParent) {
									adSkinParent.dataset.adSkin = true;
								}

								var recirc = document.querySelector('div.recirc');
								if (null !== recirc) {
									recirc.classList.add('d-none');
								}

								var curatedPromoModule = document.querySelector('[data-module="curated-promo-module"]');
								if (null !== curatedPromoModule) {
									curatedPromoModule.remove();
								}

								var promoModule = document.querySelector('.module--promo');
								if (null !== promoModule) {
									promoModule.remove();
								}

								var floatingShare = document.querySelector('[data-component="floatingShare"]');
								if (null !== floatingShare) {
									floatingShare.classList.add('d-none');
								}

								// Breaking bar logic.
								var hiddenBreakingBar = document.querySelector('[data-ad-skin="true"] .breaking-news--hidden');
								var breakingBarWrapper = document.querySelector('[data-component-wrapper="breaking-news"]');
								if (null !== hiddenBreakingBar && null !== breakingBarWrapper) {
									breakingBarWrapper.remove();
								}

							
							var body = document.body;
							if (null !== body) {
								body.classList.remove('header-recirc-bar-enabled');
							}
						}

					} );
				}
							});
		}
		// Store defined ad slot ids in an array for use in checking whether to display the ad slot.
		var definedSlots = [];
		if ('undefined' !== typeof googletag) {
			googletag.cmd.push(function() {
				var slots = googletag.pubads().getSlots();
				slots.forEach(function(e) {
					definedSlots.push(e.getSlotElementId());
				});

				googletag.pubads().addEventListener('slotOnload', function(e) {
					var skeleton = document.querySelector('.skeleton--' + e.slot.getSlotElementId());
					if (skeleton) {
						var parentPlaceholder = skeleton.closest('.ad__placeholder--skeleton');
						if (parentPlaceholder) {
							parentPlaceholder.classList.remove('ad__placeholder--skeleton');
						}
						skeleton.setAttribute('class', 'ad__slot ad__slot--loaded');
					}
				});
			});
		}
		</script>
				<script  type="text/plain"  class="optanon-category-C0023">
			if ( 'undefined' !== typeof googletag ) {
				document.addEventListener( 'DOMContentLoaded', function() {
					const slots = ['inline_1', 'inline_2', 'inline_3', 'inline_4'];
					slots.forEach( function( slot ) {
						if ( document.getElementById( 'div-gpt-ad-' + slot ) ) {
							googletag.cmd.push( function() {
								googletag.display( 'div-gpt-ad-' + slot );
							} );
						}
					} );
				} );
			}
		</script>
				<script type="text/javascript">
			window.dataLayer = window.dataLayer || [];
			var usprivacy = '1---';
			if (
				'undefined' !== typeof window.usPrivacyCookie       // The usPrivacyCookie object is defined.
				&& 'function' === typeof window.usPrivacyCookie.get // usPrivacyCookie.get is a function.
				&& 'undefined' !== window.usPrivacyCookie.get()     // The value is defined.
				&& null !== window.usPrivacyCookie.get()            // The value is not null.
			) {
				usprivacy = window.usPrivacyCookie.get();
			}
			dataLayer.push({'usprivacy':usprivacy} );
		</script>
			<meta property="article:opinion" content="false"/>
		<meta property="article:content_tier" content="free"/>
			<!-- Begin comScore Tag -->
		<script  type="text/plain"  class="optanon-category-C0024">
			var _comscore = _comscore || [];
			_comscore.push({"c1":"2","c2":"6390601","cj":"1","cv":"3.6"});
			(function() {
			var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
			s.src = "https://sb.scorecardresearch.com/cs/6390601/beacon.js";
			el.parentNode.insertBefore(s, el);
			})();
		</script>
		<noscript>
			<img src="https://sb.scorecardresearch.com/p?c1=2&c2=6390601&cj=1&cv=3.6" />
		</noscript>
		<!-- End comScore Tag -->
		<meta name="google-site-verification" content="0ChYYJ_QsKnyimSC27PNRqpEJ8sstO08-2yQ81t5yfU" />
<meta name="google-site-verification" content="Y35rxQGMDF8RBK0PXe_b3H0oZ6qw1a5l3oI4l_YXIcE" />
<meta name="google-site-verification" content="eyT36MjcFGn_qzUdS9VyWVb89Lq2f8-ItpI8WRksiyw" />
<meta name="msvalidate.01" content="8188997BC82071CE07AB711B5675CE54" />
<script>window.saasquatch_settings = {"tenant_alias":"a1qe491mcg0e7"};</script>				<meta property="fb:pages" content="134486075205" />
								<meta property="fb:pages" content="225343690812937" />
					<script type="text/javascript">var sailthru_vars = {"ajaxurl":"https:\/\/nypost.com\/wp-admin\/admin-ajax.php"}</script>
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="New York Post" />
<meta property="og:description" content="Your source for breaking news, news about New York, sports, business, entertainment, opinion, real estate, culture, fashion, and more." />
<meta property="og:url" content="https://nypost.com/" />
<meta property="og:site_name" content="New York Post" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:site" content="@nypost" />
<meta property="og:image" content="https://nypost.com/wp-content/themes/nypost-2016/static/images/default/nypost.png" />

<!-- End Jetpack Open Graph Tags -->
</head>

<body class="home blog wp-embed-responsive nyp-non-membership-view nypost-2021 nyp-membership-enabled site-nypost nypost-geo-euro">
<div id="nypost-membership-background-slider"></div>
<div id="page" class="site">

	
<header id="masthead" class="site-header" role="banner" data-component="siteHeader">

	
	
	<div class="site-header__wrapper">
		<div class="site-header__container">

			<div class="site-header__left">
				<div>
					
<button class="menu-toggle" aria-controls="menu-main-menu" aria-expanded="false">
	<span class="screen-reader-text">Primary Menu</span>
	<span class="menu-toggle__icon">
		<span class="menu-toggle__line"></span>
		<span class="menu-toggle__line"></span>
		<span class="menu-toggle__line"></span>
	</span>
	<span class="menu-toggle__title">Sections</span>
</button>
					<nav class="site-header__nav" role="navigation">
						<div class="site-header__nav-inner">
															
<div class="search search--interior nyp-membership-nav-search" data-component="searchForm">
	<form class="search__form" action="https://nypost.com/" id="nav-search">
		<div class="search__inner" role="search">
			<label for="search-input-interior" class="screen-reader-text">
				Search			</label>
			<input type="search" name="s" class="search__input" placeholder="Type to Search" value="">
		</div>
		<button class="search__submit" type="submit" id="search-submit" value="search" tabindex="-1" aria-label="Click to Search">
			<span class="search__submit-text">
				Search			</span>
			<span class="search__submit-icon">
				<svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" viewBox="0 0 23 24" tabindex="-1" aria-hidden="true"><path data-name="Search Icon" d="M21.568 24l-7.348-7.344a9.218 9.218 0 111.54-1.325L23 22.569 21.569 24zM9.116 2.025a7.087 7.087 0 107.091 7.087 7.1 7.1 0 00-7.091-7.087z" fill="#C60800"/></svg>
			</span>
		</button>
	</form>
	
<a class="skip-link skip-link--search" href="#search-results">
	Skip to search results</a>
</div>
														<ul id="menu-main-menu" class="header-nav"><li id="menu-item-1612774" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612774"><a href="/news/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;News&quot;}" id="menu-link-1">News</a></li>
<li id="menu-item-1612773" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612773"><a href="/metro/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Metro&quot;}" id="menu-link-2">Metro</a></li>
<li id="menu-item-1612779" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1612779"><a href="https://pagesix.com/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Page Six&quot;}" id="menu-link-3">Page Six</a></li>
<li id="menu-item-1612777" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612777"><a href="/sports/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Sports&quot;}" id="menu-link-4">Sports</a></li>
<li id="menu-item-20047783" class="menu-item-cta-new menu-item menu-item-type-taxonomy menu-item-object-section menu-item-20047783"><a href="/sports-plus/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Post Sports+&quot;}" id="menu-link-5">Post Sports+</a></li>
<li id="menu-item-20743227" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20743227"><a href="https://nypost.com/post-action-betting/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Sports Betting&quot;}" id="menu-link-6">Sports Betting</a></li>
<li id="menu-item-1612768" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612768"><a href="/business/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Business&quot;}" id="menu-link-7">Business</a></li>
<li id="menu-item-1612775" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612775"><a href="/opinion/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Opinion&quot;}" id="menu-link-8">Opinion</a></li>
<li id="menu-item-1612769" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612769"><a href="/entertainment/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Entertainment&quot;}" id="menu-link-9">Entertainment</a></li>
<li id="menu-item-1617339" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1617339"><a href="/fashion/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Fashion&quot;}" id="menu-link-10">Fashion</a></li>
<li id="menu-item-14486425" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14486425"><a href="https://nypost.com/shopping/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Shopping&quot;}" id="menu-link-11">Shopping</a></li>
<li id="menu-item-1612771" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612771"><a href="/living/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Living&quot;}" id="menu-link-12">Living</a></li>
<li id="menu-item-1612772" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612772"><a href="/media/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Media&quot;}" id="menu-link-13">Media</a></li>
<li id="menu-item-1612778" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612778"><a href="/tech/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Tech&quot;}" id="menu-link-14">Tech</a></li>
<li id="menu-item-1615324" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1615324"><a href="/real-estate/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Real Estate&quot;}" id="menu-link-15">Real Estate</a></li>
<li id="menu-item-21956242" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21956242"><a href="https://nypost.com/astrology/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Astrology&quot;}" id="menu-link-16">Astrology</a></li>
<li id="menu-item-9914303" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914303"><a href="/video/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Video&quot;}" id="menu-link-17">Video</a></li>
<li id="menu-item-9914301" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914301"><a href="/photos/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Photos&quot;}" id="menu-link-18">Photos</a></li>
<li id="menu-item-20167757" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20167757"><a href="https://nypost.com/web-stories/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Visual Stories&quot;}" id="menu-link-19">Visual Stories</a></li>
<li id="menu-item-9914299" class="static-sub-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9914299"><a href="#" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Sub Menu 1&quot;}" id="menu-link-20">Sub Menu 1</a>
<ul class="sub-menu">
	<li id="menu-item-7962507" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7962507"><a href="https://nypost.com/covers/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Covers&quot;}" id="menu-link-21">Covers</a></li>
	<li id="menu-item-7962530" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7962530"><a title="New York Post Columnists" href="https://nypost.com/columnists/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Columnists&quot;}" id="menu-link-22">Columnists</a></li>
	<li id="menu-item-7962521" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7962521"><a href="https://nypost.com/horoscopes/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Horoscopes&quot;}" id="menu-link-23">Horoscopes</a></li>
	<li id="menu-item-13175913" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13175913"><a href="https://nypost.com/odds/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Sports Odds&quot;}" id="menu-link-24">Sports Odds</a></li>
	<li id="menu-item-16294558" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16294558"><a href="https://nypost.com/podcasts/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Podcasts&quot;}" id="menu-link-25">Podcasts</a></li>
	<li id="menu-item-19216403" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19216403"><a href="/careers/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Careers&quot;}" id="menu-link-26">Careers</a></li>
</ul>
</li>
<li id="menu-item-19225581" class="static-sub-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-19225581"><a href="#" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Sub menu 2&quot;}" id="menu-link-27">Sub menu 2</a>
<ul class="sub-menu">
	<li id="menu-item-10775960" class="menu-item-icon menu-item-icon--email menu-item menu-item-type-custom menu-item-object-custom menu-item-10775960"><a href="https://email.nypost.com/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Email Newsletters&quot;}" id="menu-link-28">Email Newsletters</a></li>
	<li id="menu-item-14167389" class="menu-item-icon menu-item-icon--store menu-item menu-item-type-custom menu-item-object-custom menu-item-14167389"><a href="https://shop.nypost.com/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Official Store&quot;}" id="menu-link-29">Official Store</a></li>
	<li id="menu-item-9914314" class="menu-item-icon menu-item-icon--home-delivery menu-item menu-item-type-custom menu-item-object-custom menu-item-9914314"><a target="_blank" rel="noopener" href="https://subscribe.nypost.com/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Home Delivery&quot;}" id="menu-link-30">Home Delivery</a></li>
	<li id="menu-item-19216514" class="menu-item-icon menu-item-icon--tips menu-item menu-item-type-custom menu-item-object-custom menu-item-19216514"><a href="/tips/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Tips&quot;}" id="menu-link-31">Tips</a></li>
</ul>
</li>
</ul>															<div id="membership-login-container"></div>
													</div>
					</nav>
					<button
						class="site-header__search-toggle"
						aria-controls="search-input-header"
						aria-expanded="false"
						data-search-header="toggle"
						data-ga-event="
						{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Search&quot;}						"
					>
						<span class="screen-reader-text">Search</span>
					</button>
					<a
						href="https://email.nypost.com/"
						class="site-header__email"
						data-ga-event="
						{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Email Sign Up&quot;}						"
					>
						<span class="site-header__email-icon"></span>
						<span class="screen-reader-text">Email</span>
					</a>
				</div>
			</div>

			<div class="site-header__logo">
				<a
					href="https://nypost.com"
					data-ga-event="
					{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;New York Post&quot;}					"
				>
					<span class="screen-reader-text">New York Post</span>
					<svg xmlns="http://www.w3.org/2000/svg" tabindex="-1" aria-hidden="true" width="450" height="67" viewBox="0 0 450 67"><g fill="#fff"><path data-name="Path 1" d="M187.917 12.81l-8.744 32.081c-3.5 14.2 28.09 14.523 32.353 0l8.744-32.081c3.498-14.09-28.09-14.415-32.353 0zm19.233 3.251l-7 25.578c-1.53 5.527-9.509 5.527-7.979 0l7-25.578c1.534-5.527 9.513-5.527 7.979 0z"/><path data-name="Path 2" d="M285.851 3.922l-15.3 17.775 4.916-17.775h-11.914l-13.444 49.205h11.914l6.012-22h.109l4.372 22h12.9l-5.246-27.2h-.219l18.909-22z"/><path data-name="Path 3" d="M247.705 28.85c6.449-1.517 7.214-6.394 8.744-12.247 1.967-7.045 4.263-12.789-7-12.789h-22.948l-13.335 49.313h11.914l5.465-19.942h4.044c2.732 0 4.153.325 3.06 4.227l-4.263 15.607v.108h12.788l3.279-12.03c1.859-7.261 3.713-11.055-1.748-12.247zm-4.591-8.562c-1.093 3.793-2.623 4.227-5.356 4.227h-4.919l3.17-11.705h4.919c2.623 0 4.044.325 3.17 3.9.219-.866-.983 3.578-.983 3.578z"/><path data-name="Path 4" d="M123.211 28.199l1.2-24.061v-.216h-9.4l-.109.217-11.916 24.06 1.862-24.277H66.921L53.586 53.127h25.9l2.4-8.887H67.904l3.17-11.705h13.991l2.4-8.887H73.479L76.43 12.81h15.739l-3.06 40.318h12.132l12.023-25.361-1.858 25.36h12.132l22.954-49.205h-11.914z"/><path data-name="Path 5" d="M52.277 3.922l-7 25.686-2.621-25.686H29.321L15.877 53.127h10.6l7.651-28.071 2.949 28.071h12.355L62.877 3.922z"/><path data-name="Path 6" d="M179.938 3.922l-11.7 17.341-2.181-17.341h-10.821l3.826 29.263-5.356 19.942h11.8l5.465-19.942 19.788-29.263z"/><path data-name="Path 7" d="M347.387 12.81l-8.744 32.081c-3.5 14.2 28.09 14.523 32.353 0l8.744-32.081c3.498-14.09-28.09-14.415-32.353 0zm19.233 3.251l-7 25.686c-1.53 5.527-9.509 5.527-7.979 0l7-25.578c1.534-5.635 9.513-5.635 7.979-.108z"/><path data-name="Path 8" d="M401.163 20.396h11.914c.656-2.493 2.077-7.587 2.077-7.587 2.841-11.813-16.177-13.872-26.67-6.394a17.483 17.483 0 00-6.012 7.8c-4.481 14.306 16.832 20.484 11.8 28.938-2.4 3.685-8.853 2.926-7.651-1.626l1.093-4.118h-11.91l-2.077 7.587c-3.607 14.631 27.762 14.09 33.228-.542 7.214-18.316-16.5-21.785-11.367-30.455 2.4-3.685 7.76-2.168 6.558 2.384z"/><path data-name="Path 9" d="M419.635 3.922l-2.514 8.887h7.979l-10.93 40.318h11.914l10.93-40.318h7.979l2.4-8.887z"/><path data-name="Path 10" d="M342.25 20.938c.437-1.3.765-2.818 1.2-4.227 1.97-7.045 2.625-12.789-8.633-12.789h-20.439l-13.444 49.205h11.914l4.153-15.065h8.525c11.258 0 13.663-5.636 15.521-12.789.438-1.517.875-3.035 1.203-4.335zm-11.914 0c-.656 2.276-1.312 4.769-1.2 4.335-1.093 3.468-2.623 3.9-5.246 3.9h-4.372l4.481-16.366h4.372c2.623 0 4.044.325 3.17 3.9a23.3 23.3 0 00-1.207 4.231z"/></g><path data-name="Path 11" d="M287.926 54.537l-5.354-27.53a1.3 1.3 0 01.328-1.084l20.326-23.41c.219-.217.109-.434-.219-.434h-17.921a1.951 1.951 0 00-1.093.434l-7 5.853c-.219.217-.437.108-.328-.217l1.421-5.419a.478.478 0 00-.437-.65h-14.861a1.951 1.951 0 00-1.093.434l-2.077 1.951c-.219.217-.437.325-.656 0-1.749-2.493-6.012-2.493-8.525-2.493h-24.811a1.951 1.951 0 00-1.093.434l-3.06 3.251c-.219.217-.437.325-.656.108 0 0-2.186-5.419-13.553-5.527-8.635-.108-12.9 2.926-12.9 2.926-.328.217-.328 0-.109-.325l.219-.325c.219-.325 0-.542-.328-.542h-14.645a1.857 1.857 0 00-1.093.325l-8.963 6.178c-.328.217-.547.108-.547-.217l-.765-5.636a.729.729 0 00-.765-.65h-13.881a2.319 2.319 0 00-1.093.434l-5.468 6.177c-.219.217-.328.217-.109-.108l2.733-5.961c.109-.325 0-.542-.328-.542h-15.409a1.951 1.951 0 00-1.093.434l-6.012 6.178c-.219.217-.437.217-.437-.217l.328-5.744a.608.608 0 00-.546-.65h-11.8a1.951 1.951 0 00-1.093.434l-6.016 5.85c-.219.217-.437.108-.437-.217l.437-5.419a.608.608 0 00-.547-.65H51.072a1.951 1.951 0 00-1.093.434l-4.481 4.769c-.219.217-.437.217-.547-.217l-.437-4.444a.7.7 0 00-.656-.65H28.119a1.951 1.951 0 00-1.093.433L13.691 17.037a2.059 2.059 0 00-.547 1.084L.026 66.137a.478.478 0 00.437.65h10.163a1.858 1.858 0 001.093-.325l7.979-5.527c.328-.217.547-.108.547.217l.551 4.985a.7.7 0 00.656.65h12.023a1.951 1.951 0 001.093-.434l3.279-2.818c.219-.217.437-.108.328.217l-.656 2.485a.478.478 0 00.437.65h25.686a1.858 1.858 0 001.093-.325l8.2-5.744c.328-.217.547-.108.437.217l-.44 5.102a.608.608 0 00.547.65h11.8a2.508 2.508 0 001.2-.325l8.747-5.64c.328-.217.547-.108.437.325l-.437 5.09a.608.608 0 00.547.65h11.8a1.858 1.858 0 001.093-.325l15.521-10.838a2.188 2.188 0 00.765-.975L139.38 23.86c.109-.325.328-.325.328 0l2.951 22.435a4.409 4.409 0 01-.109 1.192l-4.802 18.65a.478.478 0 00.437.65h13.772a1.951 1.951 0 001.093-.434l9.4-7.37c.219-.217.656-.325.765.108 0 0 1.749 7.587 14.318 7.478a28.2 28.2 0 0014.209-4.01c.328-.108.765-.434 1.093-.542l5.9-3.251c.328-.217.437 0 .328.325l-1.965 7.146a.478.478 0 00.437.65h11.477a1.858 1.858 0 001.093-.325l8.088-5.636c.328-.217.437-.108.328.217l-1.421 5.2a.478.478 0 00.437.65h12.351a1.951 1.951 0 001.093-.434l3.279-2.71c.219-.217.437-.108.328.217l-.656 2.276a.478.478 0 00.437.65h11.587a1.951 1.951 0 001.093-.434l7.214-5.636a.392.392 0 01.656.217l.984 5.2a.936.936 0 00.765.65h15.958a1.951 1.951 0 001.093-.434l13.444-10.838c.655-.422.874-.856.763-1.18zm-250.844-1.41l-2.956-28.07-7.647 28.07h-10.6L29.326 3.922h13.33l2.623 25.686 7-25.686h10.6L49.433 53.127zm86.457 0h-12.133l1.749-25.361-12.023 25.361H89.109l3.06-40.209H76.426l-2.947 10.838h13.99l-2.4 8.887H71.074l-3.17 11.705h13.991l-2.4 8.887H53.586L66.921 3.922h37.818l-1.858 24.277 11.914-24.062.109-.217h9.4v.217l-1.2 24.061 11.365-24.276h12.023zm47.437-19.942l-5.465 19.834h-11.914l5.465-19.834-3.826-29.263h10.821l2.3 17.341 11.7-17.341h10.821zm8.2 11.705l8.744-32.081c4.372-14.523 35.851-14.2 32.353 0l-8.747 32.081c-4.372 14.523-35.851 14.198-32.353 0zm66.892 8.237h-12.791v-.108l4.263-15.607c1.093-3.793-.328-4.227-3.06-4.227h-4.044l-5.466 19.942h-11.8l13.44-49.205h22.953c11.258 0 8.963 5.636 7 12.789-1.53 5.744-2.4 10.621-8.744 12.247 5.465 1.192 3.607 4.986 1.639 12.247zm26.451 0l-4.372-22h-.109l-6.012 22h-11.917l13.445-49.205h11.914l-4.81 17.775 15.3-17.775h13.007l-18.909 22h.109l5.356 27.2z"/><path data-name="Path 12" d="M328.259 12.809h-4.372l-4.481 16.366h4.372c2.623 0 4.263-.325 5.247-3.9-.109.434.546-1.951 1.2-4.335.656-2.276 1.312-4.769 1.2-4.335.881-3.471-.542-3.796-3.166-3.796z"/><path data-name="Path 13" d="M358.755 16.061l-7 25.578c-1.53 5.527 6.449 5.527 7.979 0l7-25.578c1.421-5.528-6.558-5.528-7.979 0z"/><path data-name="Path 14" d="M240.928 12.809h-4.918l-3.17 11.705h4.919c2.733 0 4.372-.325 5.356-4.227 0 0 1.2-4.444.984-3.685.873-3.468-.547-3.793-3.171-3.793z"/><path data-name="Path 15" d="M199.175 16.061l-7 25.578c-1.53 5.527 6.449 5.527 7.979 0l7-25.578c1.53-5.528-6.449-5.528-7.979 0z"/><path data-name="Path 16" d="M449.584 1.971h-30.823a2.436 2.436 0 00-1.2.542l-1.749 1.734c-.328.217-.437.759-.765 0-2.625-3.143-6.888-4.335-12.354-4.228-2.077 0-9.072-.108-15.3 4.227a19.536 19.536 0 00-4.81 4.773c-.219.325-.437.542-.437-.108.109-2.71-2.4-9.1-15.521-8.887-5.356-.217-16.067 1.192-19.893 9.212-.109.325-.219.325-.219 0 .437-5.419-2.842-7.37-10.165-7.37h-22.734a1.951 1.951 0 00-1.093.434l-13.663 14.628a2.058 2.058 0 00-.547 1.084l-13.118 47.907a.478.478 0 00.437.65h12.57a3.227 3.227 0 001.093-.327l14.865-10.838a1.949 1.949 0 00.656-.975l1.093-3.9c.109-.325.328-.65.765-.542 1.312.108 6.339-.434 7.979-1.192.328-.108.437.108.328.542l-1.312 5.094c-3.274 12.352 14.426 12.136 14.426 12.136 10.712 0 16.614-1.084 19.128-6.286.109-.325.109-.325.219 0 0 0-.328 2.493 4.153 4.444 3.825 1.626 13.99 3.577 24.046-.759.765-.325 14.974-8.237 14.974-8.237.328-.217.437 0 .437.325l-2.732 9.971a.478.478 0 00.437.65h11.586a1.857 1.857 0 001.093-.325l15.739-10.838a1.949 1.949 0 00.656-.975l8.964-32.623a3.075 3.075 0 01.656-.975l8.635-5.853a1.948 1.948 0 00.656-.975l3.17-11.6c.221-.214.002-.54-.326-.54zM325.527 37.954h-8.525l-4.153 15.065h-11.914l13.444-49.205h20.439c11.258 0 10.6 5.636 8.635 12.789-.437 1.517-.765 2.926-1.2 4.227a87.931 87.931 0 01-1.2 4.227c-1.86 7.262-4.267 12.897-15.526 12.897zm45.466 6.936c-4.372 14.523-35.851 14.2-32.353 0l8.744-32.081c4.372-14.523 35.851-14.2 32.353 0zm30.167-24.494l1.093-4.118c1.2-4.552-4.153-6.069-6.558-2.384-5.028 8.562 18.581 12.139 11.367 30.455-5.465 14.631-36.834 15.282-33.227.542l2.077-7.587h11.914l-1.09 4.115c-1.2 4.552 5.137 5.311 7.651 1.626 4.919-8.454-16.4-14.631-11.8-28.938a17.484 17.484 0 016.012-7.8c10.384-7.37 29.511-5.311 26.669 6.394 0 0-1.421 5.2-2.077 7.587l-12.023.108zm43.83-7.587h-7.979l-10.926 40.21h-11.914l10.93-40.209h-7.979l2.4-8.887h27.771z"/></svg>
				</a>
			</div>

			<div class="site-header__right">
									<div id="header-cta-sports-plus-desktop"></div>
													<div
						id="nypost-membership-header"
						class="nav-header nav-header--membership"
					></div>
							</div>
		</div>
		<div id="membership-dropdown-wrapper"></div>
		<div class="site-header__date">August 19, 2022</div>
			</div>

	
<div class="search search--header" data-search-header="search" data-component="searchForm">
	<form class="search__form">
		<div class="search__inner" role="search">
			<label for="search-input-header" class="screen-reader-text">
				Search			</label>
			<span class="search__input-icon"><svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" viewBox="0 0 23 24" tabindex="-1" aria-hidden="true"><path data-name="Search Icon" d="M21.568 24l-7.348-7.344a9.218 9.218 0 111.54-1.325L23 22.569 21.569 24zM9.116 2.025a7.087 7.087 0 107.091 7.087 7.1 7.1 0 00-7.091-7.087z" fill="#fff"/></svg>
</span>
			<input type="search" name="s" class="search__input"  id="search-input-header" placeholder="Type to Search" tabindex="-1" data-search-header="input">
		</div>
		<button class="search__submit" type="submit" tabindex="-1" aria-label="Click to Search" data-search-header="submit">
			<span class="search__submit-text">Search</span>
			<span class="search__submit-icon"><svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" viewBox="0 0 23 24" tabindex="-1" aria-hidden="true"><path data-name="Search Icon" d="M21.568 24l-7.348-7.344a9.218 9.218 0 111.54-1.325L23 22.569 21.569 24zM9.116 2.025a7.087 7.087 0 107.091 7.087 7.1 7.1 0 00-7.091-7.087z" fill="#fff"/></svg>
</span>
		</button>
	</form>
</div>

	
	</header>
	<div class="ie-notice" style="display:none" aria-hidden="true"></div>
				<div id="header-cta-sports-plus-mobile"></div>
	
	<div id="content" class="site-content" data-ad-skin="false">
		<div class="ad-slot ad-slot--skin ad-slot--no-container">
	<div id="div-gpt-ad-skin" class="dfp-div-gpt-ad-skin dfp-ad-post" aria-hidden="true" tabindex="-1">
				<div class="ad-wrapper">
			<script type='text/javascript'>
				if (typeof googletag !== 'undefined') {
					googletag.cmd.push( function() {
						var slotName = "div-gpt-ad-skin";
						if ( -1 !== definedSlots.indexOf(slotName) ) {
							googletag.display(slotName);
						}
					});
				}
			</script>
		</div>

			</div>
</div>
<div class="ad-slot ad-slot--overlay_fullpage ad-slot--no-container">
	<div id="div-gpt-ad-overlay_fullpage" class="dfp-div-gpt-ad-overlay_fullpage dfp-ad-post" aria-hidden="true" tabindex="-1">
				<div class="ad-wrapper">
			<script type='text/javascript'>
				if (typeof googletag !== 'undefined') {
					googletag.cmd.push( function() {
						var slotName = "div-gpt-ad-overlay_fullpage";
						if ( -1 !== definedSlots.indexOf(slotName) ) {
							googletag.display(slotName);
						}
					});
				}
			</script>
		</div>

			</div>
</div>

		
		<main id="main" class="site-container site-container--bg">
			<div class="ad-slot ad-slot--bottom ad-slot--no-container">
	<div id="div-gpt-ad-bottom" class="dfp-div-gpt-ad-bottom dfp-ad-post" aria-hidden="true" tabindex="-1">
				<div class="ad-wrapper">
			<script type='text/javascript'>
				if (typeof googletag !== 'undefined') {
					googletag.cmd.push( function() {
						var slotName = "div-gpt-ad-bottom";
						if ( -1 !== definedSlots.indexOf(slotName) ) {
							googletag.display(slotName);
						}
					});
				}
			</script>
		</div>

			</div>
</div>

			<div class="home">
			<div class="layout layout--sidebar">
		<div class="layout__grid layout__grid--gap-30">
						<div class="layout__item layout__item--main">
				<div class="module module--lede-hs module--precede-with-border module--follow-with-border"><div class="layout layout--full"><div class="layout__grid"><div class="layout__item"><div class="layout__inner"><div class="story story--hs"><h3 class="webwood t-center"><span class="webwood__text webwood--lg">
								<span data-fontpercent="100">Where is Tom?</span>
							</span></h3>
<div class="story__image"><a class="" href="https://nypost.com/2022/08/19/wild-tom-brady-theory-suggests-qb-is-filming-masked-singer/" data-ga-event="{&quot;category&quot;:&quot;Home Page | Hs Lede Module | Module 1&quot;,&quot;action&quot;:&quot;https:\/\/nypost.com\/2022\/08\/19\/wild-tom-brady-theory-suggests-qb-is-filming-masked-singer\/&quot;,&quot;label&quot;:&quot;Slot 1&quot;}"><img width="744" height="496" src="https://nypost.com/wp-content/uploads/sites/2/2022/08/newspress-collage-23530307-1660934390117.jpg?quality=75&amp;strip=all&amp;1660920519&amp;w=744" class="attachment-nyp_large_article size-nyp_large_article" alt="Wild Tom Brady theory suggests QB filming ‘Masked Singer’ during Buccaneers absence" importance="high" srcset="https://nypost.com/wp-content/uploads/sites/2/2022/08/newspress-collage-23530307-1660934390117.jpg?quality=75&amp;strip=all&amp;1660920519&amp;w=1488 1488w, https://nypost.com/wp-content/uploads/sites/2/2022/08/newspress-collage-23530307-1660934390117.jpg?quality=75&amp;strip=all&amp;1660920519&amp;w=1116 1116w, https://nypost.com/wp-content/uploads/sites/2/2022/08/newspress-collage-23530307-1660934390117.jpg?quality=75&amp;strip=all&amp;1660920519&amp;w=744 744w, https://nypost.com/wp-content/uploads/sites/2/2022/08/newspress-collage-23530307-1660934390117.jpg?quality=75&amp;strip=all&amp;1660920519&amp;w=372 372w, https://nypost.com/wp-content/uploads/sites/2/2022/08/newspress-collage-23530307-1660934390117.jpg?quality=75&amp;strip=all&amp;1660920519 1024w" sizes="(max-width: 744px) 100vw, 744px" /></a></div>
<div class="t-center"></div>
<h2 class="story__headline headline headline--xl">
<a class="postid-23530307" href="https://nypost.com/2022/08/19/wild-tom-brady-theory-suggests-qb-is-filming-masked-singer/" data-ga-event="{&quot;category&quot;:&quot;Home Page | Hs Lede Module | Module 1&quot;,&quot;action&quot;:&quot;https:\/\/nypost.com\/2022\/08\/19\/wild-tom-brady-theory-suggests-qb-is-filming-masked-singer\/&quot;,&quot;label&quot;:&quot;Slot 1&quot;}">Wild theory suggests Brady filming &#039;The Masked Singer&#039; during mysterious absence</a></h2>
<p class="story__excerpt body body--md"><a href="https://nypost.com/2022/08/19/wild-tom-brady-theory-suggests-qb-is-filming-masked-singer/" data-ga-event="{&quot;category&quot;:&quot;Home Page | Hs Lede Module | Module 1&quot;,&quot;action&quot;:&quot;https:\/\/nypost.com\/2022\/08\/19\/wild-tom-brady-theory-suggests-qb-is-filming-masked-singer\/&quot;,&quot;label&quot;:&quot;Slot 1&quot;}">Where in the world is Tom Brady? That&#8217;s the question stumping much of the internet after the Buccaneers quarterback stepped away from the team earlier this month.</a></p></div></div></div>
</div></div></div><div class="module module--news-5 module--precede-with-border module--follow-with-border"><div class="layout layout--thirds"><div class="layout__grid layout__grid--gap-10"><div class="layout__item"><div class="layout__inner b-right-md p-right-md p-bottom-half p-bottom-none-md"><div class="story story--3up story--i-flex story--i-flex-none-md"><div class="story__image"><a class="" href="https://pagesix.com/2022/08/19/child-injured-at-ben-affleck-jennifer-lopez-wedding-venue-report/" data-ga-event="{&quot;category&quot;:&quot;Home Page | News Module 5 | Module 2&quot;,&quot;action&quot;:&quot;https:\/\/pagesix.com\/2022\/08\/19\/child-injured-at-ben-affleck-jennifer-lopez-wedding-venue-report\/&quot;,&quot;label&quot;:&quot;Slot 1&quot;}"><img width="234" height="156" src="https://nypost.com/wp-content/uploads/sites/2/2022/08/ben-jlo-wedding-injury.jpg?quality=75&amp;strip=all&amp;w=234" class="attachment-nyp_small_news_v2 size-nyp_small_news_v2" alt="Child injured at Ben Affleck, Jennifer Lopez Georgia wedding venue: report" srcset="https://nypost.com/wp-content/uploads/sites/2/2022/08/ben-jlo-wedding-injury.jpg?quality=75&amp;strip=all&amp;w=468 468w, https://nypost.com/wp-content/uploads/sites/2/2022/08/ben-jlo-wedding-injury.jpg?quality=75&amp;strip=all&amp;w=351 351w, https://nypost.com/wp-content/uploads/sites/2/2022/08/ben-jlo-wedding-injury.jpg?quality=75&amp;strip=all&amp;w=234 234w, https://nypost.com/wp-content/uploads/sites/2/2022/08/ben-jlo-wedding-injury.jpg?quality=75&amp;strip=all&amp;w=117 117w, https://nypost.com/wp-content/uploads/sites/2/2022/08/ben-jlo-wedding-injury.jpg?quality=75&amp;strip=all 1024w" sizes="(min-width: 600px) 234px, 107px" /></a></div>
<div class="story__text">
<h3 class="story__headline headline headline--sm">
<a class="postid-23533709" href="http

Resolver

Resolver ASN
AS5089
Resolver IP
62.255.72.2
Resolver Network Name
Virgin Media Limited
Measurement UID
20220819195552.182919_GB_webconnectivity_c1679713f37f6455
Report ID
20220819T194932Z_webconnectivity_GB_5089_n1_5fQ7f1tqoZB46MAe
Platform
android
Software Name
ooniprobe-android-unattended (3.7.0)
Measurement Engine
ooniprobe-engine (3.15.2)

Raw Measurement Data

Loading…