It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.nypost.com/rss/knicks.x̅mlm%3D5

  1. <!doctype html>
  2. <html lang="en-US">
  3.  
  4. <head prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb#">
  5. <title>Page not found | New York Post</title>
  6.  
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  8. <meta charset="UTF-8">
  9. <script>document.documentElement.classList.remove("no-js");</script>
  10. <link rel="profile" href="https://gmpg.org/xfn/11">
  11. <!-- OneTrust Cookies Consent Notice start -->
  12. <script
  13. src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"
  14. type="text/javascript"
  15. charset="UTF-8"
  16. data-domain-script="6c0f8417-b563-477c-8b00-33914cb4600e">
  17. </script>
  18. <script
  19. src="https://cdn.cookielaw.org/opt-out/otCCPAiab.js"
  20. type="text/javascript"
  21. charset="UTF-8"
  22. ccpa-opt-out-ids="C0017,C0023,C0024,C0030"
  23. ccpa-opt-out-geo="ca"
  24. ccpa-opt-out-lspa="false">
  25. </script>
  26.  
  27. <script type="text/javascript">
  28. function OptanonWrapper() {
  29. var handler = document.getElementById('confirm-choices-handler');
  30.  
  31. if (handler) {
  32. 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");}); }
  33. }
  34.  
  35. </script>
  36. <!-- OneTrust Cookies Consent Notice end -->
  37. <script type="text/javascript">
  38.  var ga4Dims = {"outbrain_widgets":"Outbrain Guarantee","has_brightcove_player":"no","has_sendtonews_player":"no","redesign_viewer":"true","photo_display_type":"Null"};
  39. </script>
  40. <!--Google tag(gtag . js)-->
  41. <script async src="https://www.googletagmanager.com/gtag/js?id=G-0DZ7LHF5PZ"  type="text/plain"  class="optanon-category-C0024"></script> <script type="text/javascript">
  42. window.dataLayer = window.dataLayer || [];
  43. function gtag()
  44. {
  45. dataLayer.push(arguments);
  46. }
  47. gtag('js', new Date());
  48. gtag('config', 'G-0DZ7LHF5PZ', {
  49.  send_page_view: false,
  50. });
  51. </script>
  52. <script type="text/javascript">
  53.  window.ga4Dims = window.ga4Dims || {};
  54.  
  55.  const urlParams = new URLSearchParams(window.location.search);
  56.  const isGA4DebugMode = urlParams.has('debug');
  57.  
  58.  const targetKeys = [
  59. 'zephr_tracking_id',
  60. 'ga_aut_id',
  61. 'aqfer_puu',
  62.  ];
  63.  
  64.  const intervalTime = 250;
  65.  const maxWaitTime = 2000;
  66.  
  67.  function checkForRequiredDim() {
  68. const foundKey = targetKeys.find(key => window.ga4Dims.hasOwnProperty(key) && window.ga4Dims[key] !== null);
  69.  
  70. if (foundKey !== undefined) {
  71.  gtag('event', 'page_view', window.ga4Dims);
  72.  clearInterval(intervalId);
  73.  
  74.  if (isGA4DebugMode) {
  75. console.log(`At least one key found with a non-null value: ${foundKey}. Sending the page_view.`);
  76.  }
  77. } else {
  78.  const elapsedTime = Date.now() - startTime;
  79.  if (isGA4DebugMode) {
  80. console.log(`None of the keys found with a non-null value. Elapsed time: ${elapsedTime} ms`);
  81.  }
  82.  
  83.  if (elapsedTime >= maxWaitTime) {
  84. gtag('event', 'page_view', window.ga4Dims);
  85. clearInterval(intervalId);
  86. if (isGA4DebugMode) {
  87.  console.log(`Maximum wait time exceeded. Stopping the search and send the page_view.`);
  88. }
  89.  }
  90. }
  91.  }
  92.  
  93.  const startTime = Date.now();
  94.  const intervalId = setInterval(checkForRequiredDim, intervalTime);
  95.  
  96. </script>
  97. <script type="text/javascript">
  98. window.nypGa = function(callback) {
  99. if ('function' === typeof window.ga) {
  100. window.ga((tracker) => {
  101. callback(tracker);
  102. });
  103. } else {
  104. window.addEventListener('ga:loaded', function() {
  105. window.ga((tracker) => {
  106. callback(tracker);
  107. });
  108. });
  109. }
  110. };
  111. </script>
  112.  
  113. <!-- Google Analytics command queue start -->
  114. <script  type="text/plain"  class="optanon-category-C0024">
  115. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  116. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  117. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  118. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  119.  
  120. (function() {
  121.  
  122. // Set the default options for the Google Analytics "create" function.
  123. var gaCreateOptions = {
  124. trackingId: "UA-3922003-6",
  125. cookieDomain: 'auto',
  126. useAmpClientId: true
  127. };
  128.  
  129. // Add the allowLinker option if it is configured and found in PHP.
  130. gaCreateOptions.allowLinker = true;
  131. var isLsAvailable = function() {
  132. var test = 'test';
  133. try {
  134. window.localStorage.setItem(test, test);
  135. window.localStorage.removeItem(test);
  136. return true;
  137. } catch (e) {
  138. return false;
  139. }
  140. }
  141.  
  142. // Bail early and use the old method if we do not have localStorage in this browser.
  143. if ( ! isLsAvailable() ) {
  144. ga( 'create', gaCreateOptions );
  145. return;
  146. }
  147.  
  148. // If we have a GA clientId in the URL.
  149. var haveClientIdInURL = false;
  150.  
  151. // First, check for linker param in URL and let GA use that for our clientId if it exists.
  152. // Check if URLSearchParams is available, otherwise use a polyfill function.
  153. if ( 'function' === typeof URLSearchParams ) {
  154. var urlParams = new URLSearchParams( window.location.search );
  155. if ( urlParams.get( '_ga' ) ) {
  156. haveClientIdInURL = true;
  157. }
  158. } else {
  159. /**
  160. * A polyfill for older browsers like IE.
  161. * @link https://caniuse.com/#feat=urlsearchparams
  162. * @link https://davidwalsh.name/query-string-javascript
  163. */
  164. var getUrlParameter = function(name) {
  165. name = name.replace( /[\[]/, '\\[' ).replace( /[\]]/, '\\]' );
  166. var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
  167. var results = regex.exec( location.search );
  168. return results === null ? false : decodeURIComponent( results[1].replace( /\+/g, ' ' ) );
  169. };
  170. if ( getUrlParameter( '_ga' ) ) {
  171. haveClientIdInURL = true;
  172. }
  173. }
  174.  
  175. // Assume the GA Cookie is not present.
  176. var hasGACookie = false;
  177.  
  178. // Try to get the GA Cookie.
  179. var GACookie = document.cookie.split(';').filter(function(item) {
  180. return item.trim().indexOf('_ga=') === 0
  181. } );
  182.  
  183. // Check if we have a cookie.
  184. if ( GACookie.length ) {
  185. // If the cookie value is not empty we have a GA cookie.
  186. hasGACookie = GACookie[0].trim().length > 4 ? true : false;
  187. }
  188.  
  189. // Id to use for localStorage object which holds the GA clientId and expire time.
  190. var gaClientIdLocalStorageId = 'nyp_ga_client_id';
  191.  
  192. // If we don't have a clientId in the URL and there is no GA cookie set, we look in localStorage for one.
  193. if ( ! haveClientIdInURL && ! hasGACookie ) {
  194.  
  195. // If no linker param and no GA cookie, we check in localStorage for the GA clientId.
  196. var nypGALocalStorage = window.localStorage.getItem( gaClientIdLocalStorageId ) || '{}';
  197. var parsedNYPGALocalStorage = JSON.parse( nypGALocalStorage );
  198. var now = new Date().getTime();
  199. if ( parsedNYPGALocalStorage.clientId && parsedNYPGALocalStorage.expires ) {
  200. if ( now <= parsedNYPGALocalStorage.expires ) {
  201.  
  202. // If we have the clientId, add it to the GA Tracker options.
  203. if ( parsedNYPGALocalStorage.clientId && '' !== parsedNYPGALocalStorage.clientId ) {
  204. gaCreateOptions.clientId = parsedNYPGALocalStorage.clientId;
  205. }
  206. }
  207. }
  208. }
  209.  
  210. // Create the tracker instance.
  211. ga( 'create', gaCreateOptions );
  212.  
  213. // Add the clientId to localStorage using readyCallback to ensure the tracker instance has been instantiated.
  214. ga( function( tracker ) {
  215. var clientId = tracker.get( 'clientId' );
  216. if ( clientId ) {
  217. var gaClientIdStore = JSON.stringify({
  218. clientId: clientId,
  219. expires: new Date().getTime() + 1000*60*60*24*365*2
  220. });
  221. window.localStorage.setItem( gaClientIdLocalStorageId, gaClientIdStore );
  222. }
  223.  
  224. // Set the client ID as a dimension for tracking against with Aqfer.
  225. ga( 'set', 'dimension88', clientId );
  226. window.ga4Dims = window.ga4Dims || {};
  227. window.ga4Dims.aqfer_puu = clientId;
  228. });
  229.  
  230. if ('function' === typeof CustomEvent) {
  231. window.dispatchEvent(new CustomEvent('ga:loaded'));
  232. }
  233. })();
  234.  
  235. ga('require', 'linker');
  236. ga('linker:autoLink', ["nypost.com","pagesix.com","decider.com"])
  237.  
  238. // Optimizely Universal Analytics Integration code
  239. window.optimizely = window.optimizely || [];
  240. window.optimizely.push(['activateUniversalAnalytics']);
  241. </script>
  242. <!-- Google Analytics command queue end -->
  243. <script  type="text/plain"  class="optanon-category-C0023">
  244.  /* Start Amazon Publisher Services Library download code. */
  245.  // Load the APS JavaScript Library
  246.  !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");
  247.  /* End Amazon Publisher Services Library download code. */
  248. </script>
  249. <meta name="copyright" content="Copyright 2024 NYP Holdings. All rights reserved."/>
  250. <meta name="viewport" content="width=device-width, initial-scale=1" />
  251. <meta name="p:domain_verify" content="44b526edc36ffbcc163412ee9fe42833"/>
  252.  
  253. <meta name="robots" content="max-image-preview:large" />
  254. <link rel="manifest" href="/wp-content/themes/nypost-2016/static/app.manifest?ver=86ef5cbe5b364f2ceadc">
  255. <link rel="apple-touch-icon" href="https://nypost.com/wp-content/themes/nypost-2016/static/images/apple-icons/nypost/apple-icon.png" />
  256. <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" />
  257. <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" />
  258. <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" />
  259. <link rel="shortcut icon" type="image/x-icon" href="https://nypost.com/wp-content/themes/nypost-2016/static/images/favicons/favicon.ico" />
  260.  
  261. <link rel="profile" href="https://gmpg.org/xfn/11" />
  262.  
  263. <script  type="text/plain"  class="optanon-category-C0030-C0017-C0024">
  264. var getCookie = function(name) {
  265. var regexp = new RegExp("(?:^" + name + "|; *" + name + ")=(.*?)(?:;|$)", "g"),
  266. result = regexp.exec(document.cookie);
  267. return (result === null) ? null : result[1];
  268. }
  269. var newsId = getCookie('_ncg_id_');
  270. </script>
  271. <script  type="text/plain"  class="optanon-category-C0023">
  272. var googletag = googletag || {};
  273. googletag.cmd = googletag.cmd || [];
  274.  
  275. googletag.cmd.push(function () {
  276. googletag.pubads().disableInitialLoad();
  277. });
  278. </script>
  279. <script  type="text/plain"  class="optanon-category-C0017-C0030">
  280. var subscriber = false;
  281. var z_session = window.localStorage ? JSON.parse(window.localStorage.getItem('zephr')) : null;
  282. if (
  283. z_session !== null
  284. && z_session?.user?.sessionId
  285. ) {
  286. subscriber = true;
  287. }
  288. !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",{});
  289. 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()))}});
  290. var identityArr = [];
  291. if (newsId) {
  292. window.permutive.identify([{id: newsId, tag: 'domain_id', priority: 5}]);
  293. }
  294.  
  295. var ncgCookie = document.cookie.match(/_ncg_g_id_=([^;]+)/);
  296. if (ncgCookie) {
  297. window.permutive.identify({id: ncgCookie[1].split('.')[0], tag: 'network_id', priority: 3});
  298. }
  299.  
  300. permutive.addon('web', {
  301. "page": {
  302. "article": {
  303. "authors": [""],
  304. "keywords": [""],
  305. "publish": null,
  306. "title": "",
  307. "wordCount": 0,
  308. "tag": "",
  309. },
  310. "section": "",
  311. "pageUri": "",
  312. "type": "",
  313. "subscriber": subscriber,
  314. }
  315. });
  316. </script>
  317. <script  type="text/plain"  class="optanon-category-C0017-C0030" async>
  318. OneTrust.InsertScript( 'https://0cf17917-395b-4f25-91cc-db3bdd6044b0.edge.permutive.app/f34a8612-9c89-4e7a-adeb-71a2902d9634-web.js', 'head', null, null, 'C0017' );
  319. </script>
  320. <script  type="text/plain"  class="optanon-category-C0023" defer>
  321. OneTrust.InsertScript( 'https://tagan.adlightning.com/nc-nypost/op.js', 'head', null, null, 'C0023' );
  322. </script>
  323. <script  type="text/plain"  class="optanon-category-C0023" async>
  324. OneTrust.InsertScript( 'https://securepubads.g.doubleclick.net/tag/js/gpt.js', 'head', null, null, 'C0023' );
  325. </script>
  326. <script  type="text/plain"  class="optanon-category-C0023">!function(){"use strict";let e=!1;const o={adserverRequestSent:!1,aps:!1,prebid:!1},t=e=>{o.aps&&o.prebid&&!o.adserverRequestSent&&(e(),o.adserverRequestSent=!0)};var n=(n,d)=>{o.adserverRequestSent=!1,o.aps=!d.length,o.prebid=!1;const s=()=>{n.length?googletag.pubads().refresh(n):googletag.pubads().refresh()};googletag.cmd.push((()=>{(e=>new Promise((o=>{if(void 0!==window.pbjs&&"function"==typeof window.pbjs.loadPrebidAds){const t=(e=>{let o=e;return o.length||(o=window.googletag.pubads().getSlots()),o.map((e=>e.getSlotElementId()))})(e);window.pbjs.loadPrebidAds(t,(()=>o(!0)))}else o(!0)})))(n).then((()=>{o.prebid=!0,t(s)})),(o=>new Promise((t=>{o.length&&void 0!==window.apstag?((()=>{var o;if(e)return;e=!0;const t=new URL(window.location.href)||"",n=(null==t?void 0:t.hostname)||"nypost.com",d=document.querySelector('meta[name="keywords"]'),s=null!==(o=null==d?void 0:d.getAttribute("content"))&&void 0!==o?o:"";window.apstag.init({pubID:"3105",adServer:"googletag",videoAdServer:"DFP",bidTimeout:1500,deals:!0,signals:{ortb2:{site:{cat:["IAB1","IAB12","IAB17"],cattax:1,domain:n,keywords:s,name:n,page:t}}}})})(),window.apstag.fetchBids({slots:o,timeout:1500},(()=>{window.apstag.setDisplayBids(),t(!0)}))):(window.location.pathname.startsWith("/account")&&window.apstag.init({pubID:"3105"}),t(!0))})))(d).then((()=>{o.aps=!0,t(s)}))}))},d=()=>{const{nypScripts:{nypost_wp_vars:{isMobile:e=!1}={}}={}}=window;return e?"mobile":"desktop"},s=e=>{var o;const{nypScripts:{nypost_wp_vars:{isRedesign:t=!1}={}}={}}=window,n=document.getElementById(e.slot.getSlotElementId());if(n&&n.setAttribute("data-nyp-ad-empty",e.isEmpty?"true":"false"),"div-gpt-ad-native"===e.slot.getSlotElementId()&&!1===e.isEmpty){let e=null;const o=n?n.closest(".ad-slot--native"):null;o&&(e=o.querySelector(".widget--newsletter-signup")),e&&(e.style.display="none"),null==n||n.classList.add("b-bottom")}if("div-gpt-ad-skin"===e.slot.getSlotElementId()&&!e.isEmpty)if(t){const e=document.querySelector("[data-ad-skin]");null!==e&&(e.dataset.adSkin="true");const o=document.querySelector('[data-module="curated-promo-module"]');null!==o&&o.remove();const t=document.querySelector(".module--promo");null!==t&&t.remove();const n=document.querySelector('[data-component="floatingShare"]');null!==n&&n.classList.add("d-none");const d=document.querySelector('[data-ad-skin="true"] .breaking-news--hidden'),s=document.querySelector('[data-component-wrapper="breaking-news"]');null!==d&&null!==s&&s.remove()}else null===(o=document.getElementById("content-wrapper"))||void 0===o||o.classList.add("background-ad-skin")};const i=d(),{nypScripts:{ads:{shouldLazyLoad:a=!1}={},nypost_wp_vars:{isSingle:l=!1,postType:g=""}={}}={}}=window;window.pbjs=window.pbjs||{},window.pbjs.que=window.pbjs.que||[],window.googletag=window.googletag||{},window.googletag.cmd=window.googletag.cmd||[],window.nypostAdRefresh=(e=[])=>{const o=d(),{nypScripts:{ads:{aps:{[o]:t=[]}={}}={}}={}}=window,s=e.length?e.map((e=>e.getSlotElementId())):[],i=e.length?t.filter((e=>s.includes(e.slotID))):t;n(e,i)},window.dfp_ad_slots_desktop=[],window.dfp_ad_slots_mobile=[],googletag.cmd.push((()=>{const e=(()=>{const e=d(),o=window.nypScripts.ads.slots[e]||null;if(!o)return[];const t=o.map((e=>{if(void 0!==(null==e?void 0:e.divId)&&""!==e.divId&&!document.getElementById(e.divId))return null;if(!e.sizes||Array.isArray(e.sizes)&&!e.sizes.length)return null;window.definedSlots||(window.definedSlots=[]),window.definedSlots.includes(e.divId)||window.definedSlots.push(e.divId);const o=e.path.replace(/\/+$/,"");return window.googletag.defineSlot(o,e.sizes,e.divId).addService(window.googletag.pubads())})).filter((e=>null!==e));return console.log("DFP: definedSlots defined",window.definedSlots),t})();window[`dfp_ad_slots_${i}`]=e,googletag.pubads().enableSingleRequest(),(()=>{const e=d(),{nypScripts:{ads:{slots:{[e]:o=[]}={},targeting:t={}}={},nypost_wp_vars:{isSingle:n=!1,postType:s=""}={}}={}}=window;if(!o.length)return;Object.keys(t).forEach((e=>{window.googletag.pubads().setTargeting(e,t[e])}));const i=window.location.href.toString().match(/testadv=([\w\d]+)/);null!==i&&window.googletag.pubads().setTargeting("testadv",i[1].toString().replace(/testadv=/,"")),void 0!==window.pxSegmentIDs&&""!=window.pxSegmentIDs&&window.googletag.pubads().setTargeting("psg",window.pxSegmentIDs),void 0!==window.newsId&&window.googletag.pubads().setTargeting("news_id",window.newsId);const a=window.location.href.toString().match(/utm_source=([\w\d]+)/);a&&a[1]?window.googletag.pubads().setTargeting("ref",[a[1]]):document.referrer.toString().match(/nypost\.com/)?window.googletag.pubads().setTargeting("ref",["nypost"]):document.referrer.toString().match(/pagesix\.com/)?window.googletag.pubads().setTargeting("ref",["pagesix"]):document.referrer.toString().match(/decider\.com/)&&window.googletag.pubads().setTargeting("ref",["decider"]),n&&"article"===s&&(window.videojs?Object.keys(window.videojs.getPlayers()).some((e=>window.videojs.getPlayers()[e].options_.autoplay||!1))?window.googletag.pubads().setTargeting("video","autoplay"):window.googletag.pubads().setTargeting("video","no_autoplay"):window.googletag.pubads().setTargeting("video","none"));const l=Math.floor(10*Math.random()).toString();window.googletag.pubads().setTargeting("nckey_userGroup",[l])})(),(()=>{if(window.localStorage&&window.localStorage.getItem("nyp_id"))console.log("Using NYP ID for PPID"),googletag.pubads().setPublisherProvidedId(window.localStorage.getItem("nyp_id")||"");else{let e=!1;window.addEventListener("nyp-aqfer:nyp-id-ready",(o=>{!e&&o instanceof CustomEvent&&(console.log("Using NYP ID from nyp-aqfer:nyp-id-ready for PPID",o.detail.nypId||null),googletag.pubads().setPublisherProvidedId(o.detail.nypId),e=!0)}));const o=document.cookie.match(/_autid=([^;]+)/);o&&o[1]&&!e?(console.log("Using _autid cookie for PPID"),e=!0,googletag.pubads().setPublisherProvidedId(`${o[1]}${o[1]}`)):e||(console.log("No _autid cookie found for PPID, waiting for ready event"),window.addEventListener("nyp-aqfer:aut-cookie-ready",(o=>{!e&&o instanceof CustomEvent&&(console.log("Using aUT from event for PPID",o.detail.aut||null),googletag.pubads().setPublisherProvidedId(`${o.detail.aut}${o.detail.aut}`))})))}})(),l&&["article","list","video"].includes(g)&&googletag.pubads().enableVideoAds(),a?googletag.pubads().enableLazyLoad({fetchMarginPercent:-1,renderMarginPercent:50}):googletag.pubads().collapseEmptyDivs(!0),googletag.enableServices(),googletag.pubads().addEventListener("slotRenderEnded",s),googletag.pubads().addEventListener("slotOnload",(e=>(e=>{googletag.cmd.push((()=>{const o=document.querySelector(`.skeleton--${e.slot.getSlotElementId()}`);if(o){const e=o.closest(".ad__placeholder--skeleton");e&&e.classList.remove("ad__placeholder--skeleton"),o.setAttribute("class","ad__slot ad__slot--loaded")}}))})(e))),console.log("Loading Programmatic Ads with the following slots:",e),window.pbjs=window.pbjs||{},window.pbjs.que=window.pbjs.que||[],window.pbjs.que.push((()=>setTimeout((()=>{n(e,window.nypScripts.ads.aps[i]||[])}),10)))}))}();</script> <script  type="text/plain"  class="optanon-category-C0023">
  327. document.addEventListener( 'DOMContentLoaded', function() {
  328. var googletag = googletag || {};
  329. googletag.cmd = googletag.cmd || [];
  330. googletag.cmd.push( function() {
  331. const slots = ["inline_1","inline_2","inline_3","inline_4"];
  332. slots.forEach( function( slot ) {
  333. if ( document.getElementById( 'div-gpt-ad-' + slot ) ) {
  334. googletag.cmd.push( function() {
  335. googletag.display( 'div-gpt-ad-' + slot );
  336. } );
  337. }
  338. } );
  339. } );
  340. } );
  341. </script>
  342. <script type="text/plain" data-dfp-api-debug>
  343. slot definitions (defineSlot):
  344. desktop units
  345. define slot: /5850/post.desktop/rec_atf/, [[300,250],[300,251],[1,1],[300,600],[300,601]], div-gpt-ad-rec_atf // rec_atf
  346. define slot: /5850/post.desktop/billb_atf/, [[970,90],[970,250],[978,250],[1,1],[1,11]], div-gpt-ad-billb_atf // billb_atf
  347. define slot: /5850/post.desktop/rec_btf/, [[300,250],[300,252],[300,600],[1,1],[300,602]], div-gpt-ad-rec_btf // rec_btf
  348. define slot: /5850/post.desktop/rec_widget/, [[300,255],[300,250],[300,600],[1,1],[300,603]], div-gpt-ad-rec_widget // rec_widget
  349. define slot: /5850/post.desktop/custom/, [[1,12]], div-gpt-ad-custom // custom
  350. define slot: /5850/post.desktop/skin/, [[1,2],[1,1]], div-gpt-ad-skin // skin
  351. define slot: /5850/post.desktop/overlay_fullpage/, [[1,4],[1,1]], div-gpt-ad-overlay_fullpage // overlay_fullpage
  352.  
  353. mobile units
  354. define slot: /5850/post.mobile/bottom/, [[1,1],[320,50]], div-gpt-ad-bottom // bottom
  355. define slot: /5850/post.mobile/overlay_fullpage/, [[1,3],[1,1]], div-gpt-ad-overlay_fullpage // overlay_fullpage
  356. define slot: /5850/post.mobile/rec_atf/, [[300,250],[300,256],[1,1]], div-gpt-ad-rec_atf // rec_atf
  357.  
  358.  
  359. targeting (setTargeting):
  360.  site: "nypost"
  361.  dimension54: "true"
  362.  environment: "production"
  363.  
  364. </script><meta name='robots' content='max-image-preview:large' />
  365. <script  type="text/plain"  class="optanon-category-C0023" async>
  366. OneTrust.InsertScript( 'https://cdn.p-n.io/pushly-sdk.min.js?domain_key=lGrO4sEYCy0zUu2DRBSBxuOWIGo8lGqPv8wE', 'head', null, null, 'C0023' );
  367. </script>
  368. <script  type="text/plain"  class="optanon-category-C0023" async>
  369. var PushlySDK = window.PushlySDK || [];
  370. function pushly() { PushlySDK.push(arguments) }
  371. pushly('load', {
  372. domainKey: 'lGrO4sEYCy0zUu2DRBSBxuOWIGo8lGqPv8wE',
  373. sw: '/push-worker.js',
  374. });
  375.  
  376. if ('undefined' !== typeof ga) {
  377. ga(function(tracker) {
  378. pushly('profile', {'external_id': tracker.get('clientId')});
  379. });
  380. }
  381. let autId = false;
  382. document.cookie.split(';').forEach(elt => {
  383. if (elt.includes('_autid=')) {
  384. autId = elt.split('=')[1];
  385. }
  386. });
  387. if (autId) {
  388. pushly('profile', {'aUT_id': autId });
  389. }
  390. </script>
  391.  
  392. <link rel='dns-prefetch' href='//accounts.google.com' />
  393. <link rel='dns-prefetch' href='//cdn.tinypass.com' />
  394. <link rel='dns-prefetch' href='//pbcs.nypost.com' />
  395. <link rel='dns-prefetch' href='//widgets.outbrain.com' />
  396. <link rel='dns-prefetch' href='//stats.wp.com' />
  397. <link rel='dns-prefetch' href='//use.typekit.net' />
  398. <link rel='dns-prefetch' href='//v0.wordpress.com' />
  399. <link rel='dns-prefetch' href='//fastlane.rubiconproject.com' />
  400. <link rel='dns-prefetch' href='//secure-assets.rubiconproject.com' />
  401. <link rel='dns-prefetch' href='//eus.rubiconproject.com' />
  402. <link rel='dns-prefetch' href='//pixel.rubiconproject.com' />
  403. <link rel='dns-prefetch' href='//prebid-server.rubiconproject.com' />
  404. <link rel='dns-prefetch' href='//googleads.g.doubleclick.net' />
  405. <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' />
  406. <link rel='dns-prefetch' href='//securepubads.g.doubleclick.net' />
  407. <link rel='dns-prefetch' href='//tpc.googlesyndication.com' />
  408. <link rel='dns-prefetch' href='//acdn.adnxs.com' />
  409. <link rel='dns-prefetch' href='//ib.adnxs.com' />
  410. <link rel='dns-prefetch' href='//rb.adnxs.com' />
  411. <link rel='dns-prefetch' href='//secure.adnxs.com' />
  412. <link rel='dns-prefetch' href='//dsum.casalemedia.com' />
  413. <link rel='dns-prefetch' href='//htlb.casalemedia.com' />
  414. <link rel='dns-prefetch' href='//ssum-sec.casalemedia.com' />
  415. <link rel='dns-prefetch' href='//ads.pubmatic.com' />
  416. <link rel='dns-prefetch' href='//image6.pubmatic.com' />
  417. <link rel='dns-prefetch' href='//tagan.adlightning.com' />
  418. <link rel='dns-prefetch' href='//www.google-analytics.com' />
  419. <link rel='dns-prefetch' href='//www.googletagservices.com' />
  420. <link rel='dns-prefetch' href='//zephr-v4.nypost.com' />
  421. <link rel='preconnect' href='https://use.typekit.net' />
  422. <link rel='preconnect' href='https://cdn.cookielaw.org' />
  423. <link rel='preconnect' href='https://google.com' />
  424. <link rel='preconnect' href='https://gstatic.com' />
  425. <script  type="text/plain"  class="optanon-category-C0017-C0030">
  426. (function()
  427. { var prox_url = "https://segment-data.zqtk.net/newscorpjs-1f38g3?url="+encodeURIComponent(window.location.href); var prox_script=document.createElement('script');prox_script.type='text/javascript';prox_script.src=prox_url;prox_script.async=false; if(document.getElementsByTagName("head").length>0)document.getElementsByTagName("head")[0].appendChild(prox_script); else if(document.getElementsByTagName("body").length>0)document.getElementsByTagName("body")[0].appendChild(prox_script); }
  428. )();
  429. </script>
  430. <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":"5b449eb29e","nypostSite":"nypost","postType":"","postId":false,"isSingle":false,"isMobile":false,"isRedesign":true,"isProduction":true,"outbrain_permalink":"","vip":true,"polyfills":"https:\/\/nypost.com\/wp-content\/themes\/nypost-2016\/client\/build\/static\/polyfills.bundle.js","ieNotice":{"scriptPath":"https:\/\/nypost.com\/wp-content\/themes\/nypost-2016\/client\/build\/static\/ieBanner.bundle.js","stylePath":"https:\/\/nypost.com\/wp-content\/themes\/nypost-2016\/client\/build\/static\/ieBanner.min.css"},"nypostContextIsSite":true,"nypostOnetrustEnabled":true,"comscore_args":{"c1":"2","c2":"6390601","c3":"NYPOST","cj":"1","cv":"3.6"},"comscore_pageview_candidate_url":"https:\/\/nypost.com\/wp-content\/themes\/nypost-2016\/inc\/comscore\/pageview_candidate.xml","content_tracking_links":[{"action":"Outbound Click","category":"Vividseat","label":"__href__","pattern":"vividseats.com","sourceUnit":"Vividseat"}],"truncateSidebar":"yes","sailthru_form_email_validation_url":"https:\/\/developer.nypost.com\/temp\/maropost\/webhooks\/validate-email\/","sailthru_form_nonce":"af4537b181"}</script><script class="wp-asset-manager load-polyfills" type="text/javascript">!function(){function o(o,t){var e=document.createElement("script");e.src=o,e.onload=function(){t()},e.onerror=function(){t(new Error(`Failed to load script ${o}`))};var n=document.querySelector(".load-polyfills");n&&n.parentNode.insertBefore(e,n.nextSibling)}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||(window.nypScripts.nypost_wp_vars.polyfills&&o(window.nypScripts.nypost_wp_vars.polyfills,(function(){console.log("polyfills loaded")})),window.nypScripts.nypost_wp_vars.ieNotice&&o(window.nypScripts.nypost_wp_vars.ieNotice.scriptPath,(function(){console.log("IE banner loaded")})))}();</script><script class="wp-asset-manager ads" type="text/javascript">window.nypScripts = window.nypScripts || {}; window.nypScripts["ads"] = {"aps":{"desktop":[{"slotID":"div-gpt-ad-rec_atf","slotName":"\/5850\/post.desktop\/rec_atf\/","sizes":[[300,250],[300,251],[1,1],[300,600],[300,601]]},{"slotID":"div-gpt-ad-billb_atf","slotName":"\/5850\/post.desktop\/billb_atf\/","sizes":[[970,90],[970,250],[978,250],[1,1],[1,11]]},{"slotID":"div-gpt-ad-rec_btf","slotName":"\/5850\/post.desktop\/rec_btf\/","sizes":[[300,250],[300,252],[300,600],[1,1],[300,602]]},{"slotID":"div-gpt-ad-rec_widget","slotName":"\/5850\/post.desktop\/rec_widget\/","sizes":[[300,255],[300,250],[300,600],[1,1],[300,603]]},{"slotID":"div-gpt-ad-custom","slotName":"\/5850\/post.desktop\/custom\/","sizes":[[1,12]]},{"slotID":"div-gpt-ad-skin","slotName":"\/5850\/post.desktop\/skin\/","sizes":[[1,2],[1,1]]},{"slotID":"div-gpt-ad-overlay_fullpage","slotName":"\/5850\/post.desktop\/overlay_fullpage\/","sizes":[[1,4],[1,1]]}],"mobile":[{"slotID":"div-gpt-ad-bottom","slotName":"\/5850\/post.mobile\/bottom\/","sizes":[[1,1],[320,50]]},{"slotID":"div-gpt-ad-overlay_fullpage","slotName":"\/5850\/post.mobile\/overlay_fullpage\/","sizes":[[1,3],[1,1]]},{"slotID":"div-gpt-ad-rec_atf","slotName":"\/5850\/post.mobile\/rec_atf\/","sizes":[[300,250],[300,256],[1,1]]}]},"slots":{"desktop":[{"divId":"div-gpt-ad-rec_atf","name":"rec_atf","path":"\/5850\/post.desktop\/rec_atf\/","sizes":[[300,250],[300,251],[1,1],[300,600],[300,601]]},{"divId":"div-gpt-ad-billb_atf","name":"billb_atf","path":"\/5850\/post.desktop\/billb_atf\/","sizes":[[970,90],[970,250],[978,250],[1,1],[1,11]]},{"divId":"div-gpt-ad-rec_btf","name":"rec_btf","path":"\/5850\/post.desktop\/rec_btf\/","sizes":[[300,250],[300,252],[300,600],[1,1],[300,602]]},{"divId":"div-gpt-ad-rec_widget","name":"rec_widget","path":"\/5850\/post.desktop\/rec_widget\/","sizes":[[300,255],[300,250],[300,600],[1,1],[300,603]]},{"divId":"div-gpt-ad-custom","name":"custom","path":"\/5850\/post.desktop\/custom\/","sizes":[[1,12]]},{"divId":"div-gpt-ad-skin","name":"skin","path":"\/5850\/post.desktop\/skin\/","sizes":[[1,2],[1,1]]},{"divId":"div-gpt-ad-overlay_fullpage","name":"overlay_fullpage","path":"\/5850\/post.desktop\/overlay_fullpage\/","sizes":[[1,4],[1,1]]}],"mobile":[{"divId":"div-gpt-ad-bottom","name":"bottom","path":"\/5850\/post.mobile\/bottom\/","sizes":[[1,1],[320,50]]},{"divId":"div-gpt-ad-overlay_fullpage","name":"overlay_fullpage","path":"\/5850\/post.mobile\/overlay_fullpage\/","sizes":[[1,3],[1,1]]},{"divId":"div-gpt-ad-rec_atf","name":"rec_atf","path":"\/5850\/post.mobile\/rec_atf\/","sizes":[[300,250],[300,256],[1,1]]}]},"targeting":{"site":"nypost","dimension54":"true","environment":"production"},"shouldLazyLoad":false}</script><script class="wp-asset-manager nypost-screen" type="text/javascript">!function(){"use strict";const e="1024".toString();window.nypost_screen=window.screen.width<e?"mobile":"desktop",window.matchMedia(`(max-width: ${e}px)`).addEventListener("change",(e=>{window.nypost_screen=e.matches?"mobile":"desktop"}))}();</script><style class="wp-asset-manager global-assets-critical" type="text/css">a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;box-sizing:border-box;margin:0;padding:0;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}body{--site-header--height--core:3.125rem;--site-header--height--container:3.125rem;--site-header--height--offset:0px;--site-header--height:var(--site-header--height--core);--site-header--height--visible:calc(var(--site-header--height) - var(--site-header--height--offset));--section-subnav--height:2.5rem;--section-subnav--height--scrollbar:calc(var(--section-subnav--height) + 0.938rem);--recirc-bar--height:6.25rem;--sports-plus--cta--height:3.4375rem;--sports-plus--promo--height:6rem;--typography--margin-bottom:1rem}@media (min-width:37.5rem){body{--recirc-bar--height:6.9375rem}}@media (min-width:48rem){body{--site-header--height--core:6.625rem;--site-header--height--container:5.375rem;--sports-plus--promo--height:5rem}}@media (min-width:64rem){body{--sports-plus--cta--height:3.25rem}}body.local-country-au{--site-header--height--core:8.75rem}@media (min-width:48rem){body.local-country-au{--site-header--height--core:12.25rem}}@media (prefers-reduced-motion:no-preference){body.header-not-visible{--site-header--height--visible:0px}}@media (prefers-reduced-motion:no-preference) and (min-width:48rem){body.header-not-top.header-is-visible{--site-header--height--container:3.125rem;--site-header--height--offset:3.5rem}}@media (min-width:37.5rem){body.header-recirc-bar-enabled{--site-header--height:calc(var(--site-header--height--core) + var(--recirc-bar--height))}}body.header-recirc-bar-enabled:not(.recirc-bar-mobile-disabled){--site-header--height:calc(var(--site-header--height--core) + var(--recirc-bar--height))}body.nyp-sports-plus-page:not(.nyp-membership-user--subscribed){--site-header--height:calc(var(--site-header--height--core) + var(--sports-plus--cta--height))}body.nyp-sports-plus-page.gated-promo-active{--site-header--height:calc(var(--site-header--height--core) + var(--sports-plus--promo--height))}body.header-sub-nav-enabled{--site-header--height:calc(var(--site-header--height--core) + var(--section-subnav--height))}@media (min-width:37.5rem){body.header-sub-nav-enabled.header-recirc-bar-enabled{--site-header--height:calc(var(--site-header--height--core) + var(--recirc-bar--height) + var(--section-subnav--height))}}body.header-sub-nav-enabled.header-recirc-bar-enabled:not(.recirc-bar-mobile-disabled){--site-header--height:calc(var(--site-header--height--core) + var(--recirc-bar--height) + var(--section-subnav--height))}body.header-sub-nav-enabled.nyp-sports-plus-page:not(.nyp-membership-user--subscribed){--site-header--height:calc(var(--site-header--height--core) + var(--section-subnav--height) + var(--sports-plus--cta--height))}body.header-sub-nav-enabled.nyp-sports-plus-page.gated-promo-active{--site-header--height:calc(var(--site-header--height--core) + var(--section-subnav--height) + var(--sports-plus--promo--height))}*{box-sizing:border-box}html{font-size:16px;overflow:auto}body{font-size:1rem}body,html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--wp--preset--color--gray-e);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;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:69rem}@media (min-width:37.5rem){.site-container{padding-left:1.25rem;padding-right:1.25rem}}.entry-content .alignnone,.widget .alignnone{clear:both;margin-bottom:1.25rem;margin-top:1.25rem;position:relative;width:100%}@media (min-width:37.5rem){.entry-content .alignnone,.widget .alignnone{width:auto}}.entry-content .alignleft,.widget .alignleft{clear:both;display:block;margin-bottom:1.25rem;margin-top:1.25rem;max-width:100%;position:relative;width:100%}@media (min-width:37.5rem){.entry-content .alignleft,.widget .alignleft{display:inline-block;float:left;margin-right:1.875rem;width:auto}}.entry-content .aligncenter,.widget .aligncenter{clear:both;margin-bottom:1.25rem;margin-top:1.25rem;position:relative;width:100%}@media (min-width:37.5rem){.entry-content .aligncenter,.widget .aligncenter{width:auto}}.entry-content>address,.entry-content>area,.entry-content>article,.entry-content>aside,.entry-content>audio,.entry-content>blockquote,.entry-content>code,.entry-content>colgroup,.entry-content>details,.entry-content>figure,.entry-content>footer,.entry-content>form,.entry-content>h1,.entry-content>h2,.entry-content>h3,.entry-content>h4,.entry-content>h5,.entry-content>h6,.entry-content>header,.entry-content>hgroup,.entry-content>hr,.entry-content>img,.entry-content>ol,.entry-content>p,.entry-content>pre,.entry-content>q,.entry-content>section,.entry-content>summary,.entry-content>ul,.entry-content>video{display:block;margin-bottom:1.25rem}.entry-content>.wp-caption{height:auto;max-width:100%;padding:.625rem}.screen-reader-text{clip:rect(0,0,0,0);border: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:2.5rem!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 var(--wp--preset--color--gray-b)!important}.b-bottom--black{border-bottom-color:var(--wp--preset--color--black)!important}.b-bottom--thick{border-bottom-width:2px!important}@media (min-width:37.5rem){.b-left-sm{border-left:1px solid var(--wp--preset--color--gray-b)!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:var(--wp--preset--color--white)!important}.t-color-brand-primary{color:var(--wp--custom--color--brand-primary)!important}.t-color-brand-secondary{color:var(--wp--custom--color--brand-secondary)!important}.t-color-brand-accent{color:var(--wp--custom--color--brand-accent)!important}.t-color-nyp-brand{color:var(--wp--preset--color--nyp-brand)!important}blockquote,hr,ol,p,ul{margin-bottom:var(--typography--margin-bottom)}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}.body,.body p,.entry-content p,p{color:var(--wp--preset--color--black);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:1.125rem;font-weight:400;letter-spacing:-.01em;line-height:1.44}.entry-content p{color:var(--wp--preset--color--gray-g)}@media (min-width:37.5rem){.entry-content p{font-size:1rem;line-height:1.5}}.entry-content a{color:var(--wp--custom--color--link)}.body--md,.body--md p{font-size:1rem;line-height:1.25}h1,h2,h3,h4,h5,h6{margin-bottom:1rem}.headline{color:var(--wp--preset--color--black);font-family:neue-haas-grotesk-display,sans-serif;font-weight:700;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-size:.9375rem;font-weight:700;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}}.headline--single-fallback{color:var(--wp--preset--color--black);font-family:Tahoma,sans-serif;font-size:1.6875rem;font-weight:700;letter-spacing:-.02em;line-height:1.16;margin-top:1rem}@media (min-width:37.5rem){.headline--single-fallback{font-size:2.375rem;margin-top:0}}.section-heading{color:var(--wp--preset--color--black);font-family:neue-haas-grotesk-display,sans-serif;font-size:1.125rem;font-weight:700;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-size:1.5625rem;font-style:italic;font-weight:600;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 var(--wp--custom--color--brand-secondary);color:var(--wp--custom--color--brand-primary);padding-bottom:.25rem}.sub-heading{color:var(--wp--preset--color--black);display:block;font-family:neue-haas-grotesk-display,sans-serif;font-size:1.125rem;font-weight:700;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-size:.9375rem;font-weight:700;letter-spacing:-.03em;line-height:1.26}.webwood{color:var(--wp--custom--color--brand-primary);font-family:neue-haas-grotesk-display,sans-serif;font-weight:700;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%}.subsection-heading{color:var(--wp--preset--color--black);font-family:neue-haas-grotesk-display,sans-serif;font-size:1.4375rem;font-style:italic;font-weight:700;letter-spacing:-.01em;line-height:.73;margin-bottom:1.25rem;text-transform:uppercase}.subsection-heading.subsection-heading--single-line{font-size:1rem;font-style:normal;line-height:1.25}.subsection-heading--underline{display:flex;flex-direction:column;width:-moz-max-content;width:max-content}.subsection-heading--underline:after{background-color:var(--wp--custom--color--brand-secondary);content:"";display:block;height:.5rem;margin-left:-1.3125rem;margin-right:-.125rem;margin-top:.125rem}.subsection-heading--sm{color:var(--wp--custom--color--brand-red);display:block;font-size:1.125rem;letter-spacing:-.01em;line-height:1.11;margin-top:.1875rem;text-transform:uppercase}.subsection-heading__sub{color:var(--wp--preset--color--black);display:block;font-family:neue-haas-grotesk-display,sans-serif;font-size:.875rem;font-style:normal;font-weight:700;letter-spacing:.04em;line-height:.85;margin-bottom:.1875rem;margin-top:.1875rem}.subsection-heading--underline .subsection-heading__sub{order:1}.meta{color:var(--wp--preset--color--gray-e);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:-.01em;line-height:1.17}.meta--heading{font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:700}.meta--byline,.meta--heading{color:var(--wp--preset--color--black);font-size:.875rem;line-height:1.14}.meta--byline{display:block;position:relative}.meta--byline.date{white-space:nowrap}.meta--byline .meta__link,.meta--byline a,.meta--caption .meta__link,.meta--caption a{color:var(--wp--custom--color--link)}.button,.entry-content .button{background-color:transparent;border:none;border-radius:0;cursor:pointer;display:inline-block;font-family:neue-haas-grotesk-display,sans-serif;font-weight:700;outline:none;overflow:visible;padding:0;text-decoration:none;text-transform:uppercase}.button--solid,.entry-content .button--solid{background-color:var(--wp--custom--color--brand-secondary);border:2px solid var(--wp--custom--color--brand-secondary);border-radius:6px;color:var(--wp--custom--color--brand-secondary-complement);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--alt,.entry-content .button--solid--alt{background-color:var(--wp--preset--color--black);border-color:var(--wp--preset--color--black);color:var(--wp--preset--color--white)}.button--arrow,.entry-content .button--arrow{color:var(--wp--preset--color--black);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:.125rem}.button--modal-trigger,.entry-content .button--modal-trigger{align-items:center;border:3px solid var(--wp--preset--color--white);border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.8),inset 0 3px 6px rgba(0,0,0,.4);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:after,.button-wrap-lines:before,.entry-content .button-wrap-lines:after,.entry-content .button-wrap-lines:before{align-self:center;border-bottom:3px solid var(--wp--preset--color--black);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 var(--wp--preset--color--gray-b);border-radius:6px;color:var(--wp--preset--color--black);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{display:inline-block;font-family:neue-haas-grotesk-display,sans-serif;font-size:.8125rem;font-weight:700;text-transform:uppercase}.flag--stamp{--flag--stamp--padding--sides:0;border-color:var(--flag--stamp--border);border-style:solid;border-width:1px;letter-spacing:.08em;line-height:1;padding-bottom:.0625rem;padding-left:var(--flag--stamp--padding--sides);padding-right:var(--flag--stamp--padding--sides);padding-top:.0625rem;text-align:center;transform:skew(-10deg)}.flag--stamp:first-child{margin-left:.125rem}.flag--stamp span{display:block}.flag--stamp span.connect{display:inline}.flag--stamp--dispatch,.flag--stamp--display,.flag--stamp--display-tag{--flag--stamp--padding--sides:0.5rem}.flag--columnist{align-items:flex-end;display:flex}.flag--columnist img{max-width:4.75rem;min-width:4.75rem}.flag--columnist .flag__text-wrap{padding:.375rem .625rem .375rem 1.5625rem}.flag--columnist .flag__text{font-size:1rem;line-height:1.2;margin-bottom:0}input[type=email],input[type=password],input[type=text],textarea{border:1px solid var(--wp--preset--color--gray-b);font-size:1rem;margin-bottom:.9375rem;padding:.9375rem .625rem 1.0625rem;width:100%}input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-color:var(--wp--custom--color--brand-secondary);border:none;border:2px solid var(--wp--custom--color--brand-secondary);border-radius:0;border-radius:6px;color:var(--wp--custom--color--brand-secondary-complement);cursor:pointer;display:inline-block;font-family:neue-haas-grotesk-display,sans-serif;font-size:1.125rem;font-weight:700;font-weight:800;line-height:1;min-width:12.5rem;outline:none;overflow:visible;padding:.6875rem 2.6875rem .75rem;text-align:center;text-decoration:none;text-transform:uppercase}@media (max-width:37.4375rem){input[type=submit]{padding-left:1.25rem;padding-right:1.25rem}}.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:.9375rem}.content-header--lines-thick:after,.content-header--lines-thick:before,.entry-content .content-header--lines-thick:after,.entry-content .content-header--lines-thick:before{align-self:center;border-bottom:3px solid var(--wp--preset--color--black);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--white:after,.content-header--lines-thick--white:before,.entry-content .content-header--lines-thick--white:after,.entry-content .content-header--lines-thick--white:before{border-color:var(--wp--preset--color--white)}.content-header--lines-thick--brand-secondary:after,.content-header--lines-thick--brand-secondary:before,.entry-content .content-header--lines-thick--brand-secondary:after,.entry-content .content-header--lines-thick--brand-secondary:before{border-color:var(--wp--custom--color--brand-secondary)}.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:after,.content-header--lines-thick:before,.entry-content .content-header--lines-thick:after,.entry-content .content-header--lines-thick:before{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 var(--wp--preset--color--black);border-left:4px solid var(--wp--preset--color--white);content:"";display:inline-block;flex-grow:1;margin-left:1.625rem;margin-top:.25rem}.content-header--line-right.content-header--lines--white:after,.entry-content .content-header--line-right.content-header--lines--white:after{border-bottom-color:var(--wp--preset--color--white);border-left-color:var(--wp--preset--color--black)}.content-header--line-right.content-header--lines--brand-secondary:after,.entry-content .content-header--line-right.content-header--lines--brand-secondary:after{border-bottom-color:var(--wp--custom--color--brand-secondary)}}.module:not(.inline){margin-bottom:1.25rem;margin-top:1.25rem}.module:not(.inline):first-of-type:not(.module--latest){margin-top:0}.skeleton{--skeleton--background-color:var(--wp--preset--color--gray-a);background-color:var(--skeleton--background-color)}.skeleton--ad{overflow:hidden;position:relative}.ad__placeholder .skeleton--ad{height:var(--ad-placeholder--min-height);width:var(--ad-placeholder--max-width)}.ad__placeholder--small-16-9 .skeleton--ad{min-height:inherit;width:inherit}[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{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.social-icons__icon--email:before,.social-icons__icon--facebook:before,.social-icons__icon--flipboard:before,.social-icons__icon--instagram:before,.social-icons__icon--linkedin:before,.social-icons__icon--post-url:before,.social-icons__icon--twitter:before,.social-icons__icon--whatsapp:before{height:60%;width:60%}.social-icons__icon--youtube:before{height:100%;width:100%}.ad--inline{margin-bottom:1.875rem;position:relative;text-align:center;z-index:1}.ad--inline iframe,.ad--inline>div{display:block;margin-left:auto!important;margin-right:auto!important}.ad__wrapper{flex-direction:column}.ad__placeholder,.ad__wrapper{align-items:center;display:flex}.ad__placeholder{justify-content:center;margin:0 auto;max-width:var(--ad-placeholder--max-width);min-height:var(--ad-placeholder--min-height);overflow:hidden;width:100%}@supports (content-visibility:auto) and (contain-intrinsic-size:10px 500px){.ad__placeholder{contain-intrinsic-size:auto var(--ad-placeholder--min-height);content-visibility:auto}}.ad p.ad__label{color:var(--wp--preset--color--gray-e);font-family:neue-haas-grotesk-display,sans-serif;font-size:.625rem;font-weight:600;margin-bottom:0;margin-top:.625rem;text-align:center;text-transform:uppercase;width:100%}.ad__placeholder{--ad-placeholder--max-width:none;--ad-placeholder--min-height:auto}.ad__placeholder--banner{--ad-placeholder--max-width:60.625rem;--ad-placeholder--min-height:16rem}.ad__placeholder--banner-xsmall{--ad-placeholder--max-width:20rem;--ad-placeholder--min-height:3.125rem}.ad__placeholder--main{--ad-placeholder--max-width:45.5rem;--ad-placeholder--min-height:5.625rem}.ad__placeholder--tall,.ad__placeholder--tall-small{--ad-placeholder--max-width:18.75rem;--ad-placeholder--min-height:37.6875rem}.ad__placeholder--small{--ad-placeholder--max-width:18.75rem;--ad-placeholder--min-height:15.625rem}.ad__placeholder--small-16-9{--ad-placeholder--max-width:26.3333333333rem;--ad-placeholder--min-height:15.625rem}.ad__placeholder--sticky{--ad-placeholder--sticky--height:37.6875rem}.ad__placeholder--sticky-inline{--ad-placeholder--max-width:100%;--ad-placeholder--min-height:31.75rem}.ad__slot{height:inherit;text-align:center;width: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__placeholder.sticky{overflow:visible}.ad__placeholder.sticky>div{height:inherit;min-height:inherit}.ad__placeholder.sticky>div cnx.cnx-main-container,.ad__placeholder.sticky>div>div{position:sticky;top:var(--site-header--height--visible)}#div-gpt-ad-inline{display:none;height:0}.ad-slot iframe{display:block}.breaking-news-container{padding-bottom:0}.breaking-news{background-color:var(--wp--custom--color--brand-yellow);display:flex;flex-wrap:wrap;font-family:neue-haas-grotesk-display,sans-serif;font-weight:700;letter-spacing:.05em;margin-bottom:1.25rem}[data-ad-skin=true] .breaking-news{z-index:1}.breaking-news__flag{background-color:var(--wp--preset--color--black);letter-spacing:-.03em;padding:0 2.8125rem 0 1.25rem;position:relative;text-transform:uppercase}.breaking-news__flag:after{background-color:var(--wp--custom--color--brand-yellow);border-color:transparent transparent transparent var(--wp--preset--color--black);border-style:solid;border-width:0 10px 34px 20px;content:"";position:absolute;right:-.625rem;top:0}.breaking-news__flag h4{color:var(--wp--preset--color--white);line-height:2.125rem;margin-bottom:0}.breaking-news__headline{color:var(--wp--preset--color--black);line-height:1.1;padding:.5625rem 1.875rem .46875rem .9375rem}.layout:not([class*=layout--5up]):not([class*=layout--sidebar]) .layout__grid{grid-gap:1.25rem;align-content:start;display:grid}.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{grid-gap:1.25rem;align-content:start;display:grid;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:.9375rem;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__excerpt:last-child,.story__headline:last-child,.story__image: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__icon--arrow-caret svg{height:.625rem;width:.4375rem}.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 solid var(--wp--preset--color--gray-b);margin-top:.9375rem;padding-top:.9375rem}.story--list .story__headline{margin-bottom:.4375rem}.story--hfs .webwood,.story--hs .webwood{letter-spacing:-.04em}[data-module=curated-promo-module].site-container{height:100%;padding-bottom:0}.story--promo .story__image{background-color:var(--skeleton--background-color);height:3.5rem;margin-bottom:0;width:5.25rem}.story--promo .story__headline{margin-bottom:0;padding-top:.125rem}.story--promo .story__icon--inline{padding-left:.1875rem;vertical-align:top}.story--columnist .story__sub-heading{border-bottom:1px solid var(--wp--preset--color--black);margin-bottom:1rem;position:relative}.story--columnist .story__sub-heading>a{display:block;padding:1rem 0}.story--columnist .story__image{bottom:0;position:absolute;right:0}.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__excerpt{color:var(--wp--preset--color--black);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:1.125rem;font-size:1rem;font-weight:400;letter-spacing:-.01em;line-height:1.44;line-height:1.25}.story--archive .story__image--floated{margin-right:.625rem}@media (min-width:37.5rem){.story--archive .story__image--floated{margin-right:1.25rem}}.nyp-s2n-wrapper{height:0;padding-top:calc(56.25% + 1.563rem);position:relative;width:100%}.nyp-s2n-wrapper__inner{height:100%;left:0;position:absolute;top:0;width:100%}</style><link rel="stylesheet" class="wp-asset-manager global-assets" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/global-assets.min.css?ver=3f167c03aa204b81cf0e" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/global-assets.min.css?ver=3f167c03aa204b81cf0e" media="all" class="wp-asset-manager global-assets" /></noscript><style class="wp-asset-manager header-footer-critical" type="text/css">.site-header{height:var(--site-header--height);position:sticky;top:var(--wp-admin--admin-bar--height,0);width:100%;z-index:9999}@media (prefers-reduced-motion:no-preference){.site-header{top:0}}.site-header__wrapper{background:var(--wp--custom--color--brand-primary);color:var(--wp--custom--color--brand-primary-complement);position:relative;z-index:299}.site-header__container{align-items:center;display:flex;padding:.625rem}@media (min-width:48rem){.site-header__container{height:calc(var(--site-header--height--container));margin:0 auto;max-width:81.25rem;padding:1.25rem}}.site-header__left,.site-header__right{align-items:center;display:flex;flex:1 0 0}.site-header__left{justify-content:flex-start;margin-right:.625rem;position:relative}@media (min-width:48rem){.site-header__left{margin-right:0}}.site-header__right{justify-content:flex-end;margin-left:.625rem}@media (min-width:37.5rem){.site-header__right{margin-left:0}}.site-header__email,.site-header__search-toggle{background-color:transparent;border:none;border-radius:0;cursor:pointer;margin-left:1.25rem;outline:none;overflow:visible;text-decoration:none}.site-header__search-toggle{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' aria-hidden='true' tabindex='-1'%3E%3Cpath fill='%23FFF' d='m21.568 24-7.348-7.344a9.218 9.218 0 1 1 1.54-1.325L23 22.569 21.569 24zM9.116 2.025a7.087 7.087 0 1 0 7.091 7.087 7.1 7.1 0 0 0-7.091-7.087z' data-name='Search Icon'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;height:1.875rem;width:1.875rem}.site-header__email{border-radius:2px}@media (max-width:47.9375rem){.site-header__email{margin-left:.5rem}}.site-header__email-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgZmlsbD0iI2ZmZiIgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJtOS45NzYgOC44ODggMi44NTcgMi44NTdMMjQuOTQzLS41SC41ODdsOS4zODggOS4zODh6TS0uNS41ODh2MTcuNjg4bDguNzA3LTguODQ0TC0uNS41ODh6Ii8+PHBhdGggZD0iTTEzLjUxNCAxMy42NWMtLjEzNi4xMzYtLjEzNi4xMzYtLjI3Mi4xMzZoLS41NDVjLS4xMzYgMC0uMTM2LS4xMzctLjI3Mi0uMTM3bC0zLjEzLTIuOTkzLTguNzA3IDguNzA4aDI0LjM1NGwtOC43MDctOC43MDgtMi43MjEgMi45OTN6bTEyLjY1MyA0LjQ5Vi43MjNsLTguNTcyIDguNzA4IDguNTcyIDguNzA3eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjYuNjY3djIwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:1.3125rem;width:1.75rem}.site-header__logo svg,.site-header__logo>a{height:1.875rem}@media (min-width:30rem){.site-header__logo svg,.site-header__logo>a{height:2rem}}@media (min-width:48rem){.site-header__logo svg,.site-header__logo>a{height:3.4375rem}.local-country-au .site-header__logo svg,.local-country-au .site-header__logo>a{height:3rem}}.site-header__logo>a{display:block}.site-header__logo svg{width:auto}@media (min-width:48rem){.site-header__bar{background-color:var(--wp--preset--color--black);height:1.25rem}}.site-header .site-header-cta{display:none}.site-header__nav{position:absolute;transform:translateX(-500%);visibility:hidden}.search--header{position:absolute;transform:scaleY(0)}.site-header__sports-plus{background:var(--wp--custom--color--brand-yellow)}.site-header__sports-plus .site-container{padding:0}.site-header__sports-plus .gated-promo,.site-header__sports-plus .pencil-unit{display:none}.menu-toggle{--menu-toggle-icon-foreground-color:var(--wp--preset--color--white);align-items:center;background-color:transparent;border:none;border-radius:0;border-radius:2px;cursor:pointer;display:flex;height:1.875rem;outline:none;overflow:visible;padding:.4375rem;text-decoration:none}@media (min-width:48rem){.menu-toggle{border:1px solid var(--wp--preset--color--white);padding:.4375rem}}.menu-toggle__icon,.menu-toggle__icon:after,.menu-toggle__icon:before{background-color:var(--menu-toggle-icon-foreground-color);display:block;height:var(--toggle-line-height);width:var(--toggle-width)}.menu-toggle__icon:after,.menu-toggle__icon:before{content:""}.menu-toggle__icon:before{margin-top:var(--toggle-top-spacing)}.menu-toggle__icon:after{margin-top:var(--toggle-bottom-spacing)}.menu-toggle__title{display:none}@media (min-width:48rem){.menu-toggle__title{color:var(--menu-toggle-icon-foreground-color);display:block;font-family:neue-haas-grotesk-display,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.04em;line-height:1;margin-left:.4375rem;margin-top:.0625rem;padding-bottom:.125rem;text-transform:uppercase;transition:color .2s ease-in-out}}.page--404 .search--interior{height:2.6875rem;visibility:hidden}</style><link rel="stylesheet" class="wp-asset-manager header-footer" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/header-footer.min.css?ver=d356082c08566ec881c9" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/header-footer.min.css?ver=d356082c08566ec881c9" media="all" class="wp-asset-manager header-footer" /></noscript><style class="wp-asset-manager blocks-core-critical" type="text/css">[class*=entry-content] img{height:auto;max-width:100%;vertical-align:middle}[class*=entry-content] .aligncenter img,[class*=entry-content] .alignleft img,[class*=entry-content] .alignnone img,[class*=entry-content] .alignright img,[class*=entry-content] .post-image img,[class*=entry-content] .wp-block-image img,[class*=entry-content] .wp-caption img{box-shadow:0 3px 0 0 var(--wp--preset--color--white),0 7px 0 0 var(--wp--custom--color--brand-secondary);margin-bottom:7px}[class*=entry-content] .post-image,[class*=entry-content] .wp-caption{display:inline-block;position:relative}[class*=entry-content]>ol,[class*=entry-content]>ul,[class*=wp-block] ol,[class*=wp-block] ul{display:flow-root;margin:var(--mixin--list--margin-top) 0 var(--mixin--list--margin-bottom) 0}[class*=entry-content]>ol li,[class*=entry-content]>ul li,[class*=wp-block] ol li,[class*=wp-block] ul li{margin-bottom:.625rem}[class*=entry-content]>ol li:last-of-type,[class*=entry-content]>ul li:last-of-type,[class*=wp-block] ol li:last-of-type,[class*=wp-block] ul li:last-of-type{margin-bottom:0}[class*=entry-content]>ol ol,[class*=entry-content]>ol ul,[class*=entry-content]>ul ol,[class*=entry-content]>ul ul,[class*=wp-block] ol ol,[class*=wp-block] ol ul,[class*=wp-block] ul ol,[class*=wp-block] ul ul{margin-bottom:0;margin-top:1.25rem;padding-bottom:0}[class*=entry-content]>ol,[class*=entry-content]>ol ol,[class*=entry-content]>ul ol,[class*=wp-block] ol,[class*=wp-block] ul ol{padding-left:2.1875rem}[class*=entry-content]>ol ol>li,[class*=entry-content]>ol>li,[class*=entry-content]>ul ol>li,[class*=wp-block] ol>li,[class*=wp-block] ul ol>li{padding-left:.625rem}</style><link rel="stylesheet" class="wp-asset-manager blocks-core" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-core.min.css?ver=60d0d34221b25d97284b" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-core.min.css?ver=60d0d34221b25d97284b" 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/client/build/css/zephr.min.css?ver=ff73673eaf7a2ae2dadb" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/zephr.min.css?ver=ff73673eaf7a2ae2dadb" media="all" class="wp-asset-manager zephr" /></noscript><style class="wp-asset-manager templates-page-default-critical" type="text/css">.interior-menu{border-bottom:3px solid var(--wp--custom--color--brand-primary);border-top:3px solid var(--wp--custom--color--brand-primary);font-family:neue-haas-grotesk-display,sans-serif;font-weight:600;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{color:var(--wp--preset--color--black);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:1rem;font-weight:700;letter-spacing:-.01em;line-height:1.25;margin-bottom:1.25rem}.interior-menu__sub-heading{color:var(--wp--custom--color--brand-primary);font-family:neue-haas-grotesk-display,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.04em;line-height:1.1;margin-top:.9375rem;padding-left:.9375rem}@media (min-width:64rem){.interior-menu__sub-heading{color:var(--wp--preset--color--black);margin-top:0;padding-left:0}.interior-menu__sub-heading--border{border-bottom:2px solid var(--wp--custom--color--brand-secondary);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{color:var(--wp--preset--color--gray-e);display:none;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:.75rem;font-weight:700;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))}</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 var(--wp--preset--color--gray-b);padding:.9375rem 1.25rem}.widget__link{background-color:transparent;border:none;border-radius:0;cursor:pointer;font-family:neue-haas-grotesk-display,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.08em;outline:none;overflow:visible;padding:0;text-decoration:none;text-transform:uppercase}.entry-content .widget__link,.inline-module--follow .widget__link,.widget__link{color:var(--wp--preset--color--black)}</style><link rel="stylesheet" class="wp-asset-manager templates-shared-interior-with-sidebar" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/templates-shared-interior-with-sidebar.min.css?ver=680c246b0f31b8cb59b5" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/templates-shared-interior-with-sidebar.min.css?ver=680c246b0f31b8cb59b5" media="all" class="wp-asset-manager templates-shared-interior-with-sidebar" /></noscript><style class="wp-asset-manager footer-more-stories-critical" type="text/css">.more-stories{background:var(--wp--preset--color--white);border-top:5px solid var(--wp--custom--color--brand-secondary);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-size:1.25rem;font-weight:700;letter-spacing:-.01em;line-height:.9;text-transform:uppercase}</style><link rel="stylesheet" class="wp-asset-manager footer-more-stories" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/footer-more-stories.min.css?ver=a5a6577e45ff35714f5e" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/footer-more-stories.min.css?ver=a5a6577e45ff35714f5e" media="all" class="wp-asset-manager footer-more-stories" /></noscript><style class="wp-asset-manager inline-templates-shared-interior-with-sidebar-critical" type="text/css">@supports (content-visibility:auto) and (contain-intrinsic-size:10px 500px){.widget{contain-intrinsic-size:10px 500px;content-visibility:auto}}</style><style class="wp-asset-manager membership-shared-critical" type="text/css">.layout--full>.layout__grid,.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{height:1.75rem;visibility:hidden;width:4.375rem}@media (min-width:48rem){.button--login,.entry-content .button--login{height:2.5rem;width:7.625rem}}.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:var(--wp--preset--color--white);border-color:var(--wp--preset--color--black);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-account,.icon-arrow-down{display:inline-block;height:1.125rem;width:1.1875rem}.icon-dropdown-arrow{border-color:var(--wp--preset--color--black) transparent transparent transparent;border-style:solid;border-width:.375rem .25rem 0;display:inline-block;height:0;width:0}.icon-new-red,.icon-new-yellow{display:inline-block;height:1.5625rem;width:4.875rem}@media (min-width:48rem){.icon-new-yellow{width:5.125rem}}.icon-post-sports-plus{background-repeat:no-repeat;background-size:14.375rem 2rem;display:inline-block;height:2rem;width:14.375rem}.icon-right-arrow{border-color:transparent transparent transparent var(--wp--preset--color--white);border-style:solid;border-width:.3125rem 0 .3125rem .3125rem;content:"";display:inline-block;margin-left:.3125rem}.icon-sports-plus{display:inline-block;height:3.625rem;width:14.6875rem}@media (min-width:48rem){.icon-sports-plus{height:4rem;width:16.25rem}}.membership-link{color:var(--wp--preset--color--black);font-family:neue-haas-grotesk-display,sans-serif;font-weight:600;text-decoration:underline}@media (min-width:61.875rem){.site-nypost.membership-gradient-background:not(.nyp-membership-darkmode) #membership-wrapper{padding-top:1.5625rem}}.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:var(--wp--preset--color--gray-g);bottom:0;color:var(--wp--preset--color--white);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:var(--wp--preset--color--white)}.nyp-membership-view.nyp-membership-darkmode .site-container--bg{background:transparent}.membership-onboarding__splash{align-items:center;display:flex;flex-direction:column}.member-newsletters__update-button{background:var(--wp--preset--color--white);border-top:2px solid var(--wp--preset--color--black);bottom:0;box-shadow:0 -.1875rem .625rem rgba(0,0,0,.29);left:0;padding:1rem 1rem 0;position:fixed;right:0}@media (min-width:64rem){[data-comment-count]{min-width:10rem;opacity:0}}.sports-plus{align-items:center;background-color:var(--wp--preset--color--white);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 var(--wp--preset--color--black);border-style:solid;border-width:4px 0 4px 6px;content:"";display:block;height:0;position:absolute;right:0;top:calc(50% - .188rem);width:0}.cta .cta__text-arrow--white{color:var(--wp--preset--color--white)}.cta .cta__text-arrow--white:after{border-color:transparent transparent transparent var(--wp--preset--color--white)}.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:var(--wp--preset--color--black);border:1px solid var(--wp--preset--color--white);display:flex;justify-content:center;margin-bottom:2rem;padding:2rem .625rem .9375rem}@media (min-width:80rem){.cta--sports-plus-header{background:transparent;margin-bottom:0;padding:.375rem .625rem}}@media (max-width:37.4375rem){.cta--sports-plus-header{margin-bottom:0}}.cta--try-it-free{background:var(--wp--preset--color--black);margin-top:2.5rem;padding:.6875rem}.cta--try-it-free .cta__content{align-items:center;background:var(--wp--preset--color--white);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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI3IiBhcmlhLWhpZGRlbj0idHJ1ZSIgdGFiaW5kZXg9Ii0xIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAxLjA5MyAxLjMzMiAwIDUgNC4zMzQgOC42NjggMCAxMCAxLjA5MyA1IDd6IiBkYXRhLW5hbWU9Imljb24tYXJyb3ctY2FyZXQtd2hpdGUiLz48L3N2Zz4=);background-position:100%;background-repeat:no-repeat;content:"";display:inline-block;height:.4375rem;left:calc(100% - 15px);position:absolute;top:50%;transform:translateY(-50%);width:.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}.form-wrapper input[type=submit]{background-color:var(--wp--preset--color--black);border:0;color:var(--wp--preset--color--white);width:100%}.input-container--submit .button--secondary,.input-container--submit .button--solid--alt{min-width:auto;padding-left:.0625rem;padding-right:.0625rem}.input-container--submit .button--secondary{font-family:neue-haas-grotesk-display,sans-serif;font-size:1.125rem;font-weight:700;padding:0 0 .1875rem;text-transform:uppercase}.top-articles{margin:1.875rem auto .9375rem;z-index:0}@media (min-width:80rem){.top-articles{margin-top:3.125rem}}.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{align-items:center;background-color:var(--wp--preset--color--white);border-radius:100%;color:var(--wp--preset--color--black);display:flex;font-family:neue-haas-grotesk-display,sans-serif;font-size:.875rem;font-weight:600;height:1.875rem;justify-content:center;width:1.875rem}</style><link rel="stylesheet" class="wp-asset-manager membership-shared" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/membership-shared.min.css?ver=f00c1d2c026112253383" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/membership-shared.min.css?ver=f00c1d2c026112253383" media="all" class="wp-asset-manager membership-shared" /></noscript><link rel="stylesheet" class="wp-asset-manager membership-nypost" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/membership-nypost.min.css?ver=204f449d0ccafcd7c547" media="print" onload="this.onload=null;this.media='all'" /><noscript><link rel="stylesheet" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/membership-nypost.min.css?ver=204f449d0ccafcd7c547" media="all" class="wp-asset-manager membership-nypost" /></noscript><link rel="preload" href="https://use.typekit.net/pyz4pvc.css?ver=86ef5cbe5b364f2ceadc" class="wp-asset-manager adobe-fonts-pyz4pvc" as="style" media="all" type="text/css" /><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 /><script type="text/javascript">
  431. window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/nypost.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.3.4"}};
  432. /*! This file is auto-generated */
  433. !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
  434. </script>
  435. <style type="text/css">
  436. img.wp-smiley,
  437. img.emoji {
  438. display: inline !important;
  439. border: none !important;
  440. box-shadow: none !important;
  441. height: 1em !important;
  442. width: 1em !important;
  443. margin: 0 0.07em !important;
  444. vertical-align: -0.1em !important;
  445. background: none !important;
  446. padding: 0 !important;
  447. }
  448. </style>
  449. <link rel='stylesheet' id='adobe-fonts-pyz4pvc-css' href='https://use.typekit.net/pyz4pvc.css?ver=86ef5cbe5b364f2ceadc' type='text/css' media='all' />
  450. <link rel='stylesheet' id='wp-block-library-css' href='https://nypost.com/wp-includes/css/dist/block-library/style.min.css?ver=6.3.4' type='text/css' media='all' />
  451. <style id='wp-block-library-inline-css' type='text/css'>
  452. .has-text-align-justify{text-align:justify;}
  453. </style>
  454. <style id='nypost-editor-inline-slideshow-style-inline-css' type='text/css'>
  455. .inline-slideshow{visibility:visible!important}.inline-slideshow[data-component=inlineSlideshow]{margin-bottom:0}.inline-slideshow__pagination{align-items:center;background:var(--wp--preset--color--white);color:var(--wp--preset--color--black);display:flex;font-size:.75rem;letter-spacing:-.01em;line-height:1.33;padding:0 .625rem;position:relative}@media(min-width:37.5rem){.inline-slideshow__pagination{padding:0 1.25rem}}.inline-slideshow__pagination span{color:var(--wp--preset--color--black);display:inline-block;font-size:1.125rem;letter-spacing:.06em;line-height:.89;padding:0 .625rem;position:relative;top:-.0625rem}.inline-slideshow__wrapper{height:100%;list-style:none;margin-left:auto;margin-right:auto;opacity:0;overflow:hidden;padding:0;position:relative;visibility:hidden;width:100%;z-index:1}@media(prefers-reduced-motion:no-preference){.inline-slideshow__wrapper{transition:opacity .2s ease-in-out}}.inline-slideshow__wrapper-initialized{opacity:1;visibility:visible}.inline-slideshow__slides{box-sizing:content-box;height:100%;width:100%;z-index:1}.inline-slideshow__slide,.inline-slideshow__slides{align-items:flex-start;display:flex;position:relative;transition-property:transform}.inline-slideshow__slide{background:var(--wp--preset--color--white);flex-shrink:0;justify-content:center;margin:0 auto;max-width:100%}.inline-slideshow__header{display:flex;justify-content:space-between;margin-bottom:1.25rem;position:relative;text-align:center}.inline-slideshow__header:before{background:var(--wp--preset--color--black);content:"";display:block;height:.0625rem;left:0;margin:0 2.8125rem;position:absolute;right:0;top:50%}@media(min-width:37.5rem){.inline-slideshow__header:before{margin:0 3.4375rem}}.inline-slideshow__image{display:block;margin-bottom:.625rem;margin-left:auto;margin-right:auto;position:relative}.inline-slideshow__nav{background-color:transparent;border:0;border-radius:0;cursor:pointer;display:block;height:2.1875rem;line-height:1!important;padding:0;width:2.1875rem}@media(min-width:48rem){.inline-slideshow__nav{height:3.125rem;width:3.125rem}}.inline-slideshow__nav--prev{transform:rotate(180deg)}.inline-slideshow__nav svg{height:2.1875rem;width:2.1875rem}.inline-slideshow__nav--disabled{opacity:.6}.inline-slideshow__slide .inline-slideshow__slide-figure{margin:.5rem 1.25rem}@media(min-width:37.5rem){.inline-slideshow__slide .inline-slideshow__slide-figure{margin:1rem 2.5rem}}.inline-slideshow__slide .inline-slideshow__slide-figure span.credit,.inline-slideshow__slide .inline-slideshow__slide-figure>figcaption{font-family:Arial,Helvetica Neue,sans-serif}.inline-slideshow__slide .inline-slideshow__slide-figure>figcaption{color:var(--wp--preset--color--gray-e);font-size:.875rem;margin:0}@media(min-width:37.5rem){.inline-slideshow__slide .inline-slideshow__slide-figure>figcaption{font-size:.9375rem}}.inline-slideshow__slide .inline-slideshow__slide-figure span.credit{color:var(--wp--preset--color--gray-d);display:block;font-size:.75rem;padding-top:.5rem}.inline-slideshow__interstitial{background-color:var(--wp--preset--color--white);display:none;height:100%;position:absolute;width:100%;z-index:10}.inline-slideshow__interstitial--visible{display:block}.inline-slideshow__interstitial-ad-container{align-items:center;background-color:var(--wp--preset--color--gray-a);display:flex;flex-direction:column;height:100%;justify-content:center}.inline-slideshow__interstitial-ad-container .ad__label{margin-bottom:.5rem}.inline-slideshow__interstitial-ad-container .ad-slot{padding-bottom:.5rem}
  456.  
  457. </style>
  458. <style id='nypost-editor-newsletter-style-inline-css' type='text/css'>
  459. .inline-module--newsletter{--block--newsletter--icon-height:2.5rem;clear:both;container-type:inline-size;min-width:15.625rem;padding-top:calc(var(--block--newsletter--icon-height)/2)}@media(min-width:37.5rem){.inline-module--newsletter.alignleft,.inline-module--newsletter.alignright{position:relative;width:15.625rem;z-index:99}}.inline-module--newsletter .inline-module__inner{background:var(--wp--preset--color--gray-a);margin-bottom:.625rem;padding:1.5625rem 1.25rem;position:relative}@container (width > 37.5rem){.inline-module--newsletter .inline-module__title-wrapper{align-items:center;display:flex}}.inline-module--newsletter .inline-module__icon{left:50%;position:absolute;top:calc(var(--block--newsletter--icon-height)*-1/2);transform:translateX(-50%)}.inline-module--newsletter .inline-module__icon svg{height:var(--block--newsletter--icon-height);width:auto}@container (width > 37.5rem){.inline-module--newsletter .inline-module__icon{align-items:center;display:flex;justify-content:center;left:0;position:relative;top:0;transform:none}.inline-module--newsletter .inline-module__icon svg{margin-right:.625rem}}.inline-module--newsletter .inline-module__title{font-size:1.25rem;margin-bottom:.625rem}.inline-module--newsletter .inline-module__cta{font-size:1.125rem;letter-spacing:-.01em;line-height:1.11;margin-bottom:.625rem}.inline-module--newsletter .inline-module__form .input-container--floating-label{margin-bottom:.125rem}.inline-module--newsletter .inline-module__form input[type=email],.inline-module--newsletter .inline-module__form label{color:rgba(0,0,0,.7)}.inline-module--newsletter .inline-module__form .floating-label__label,.inline-module--newsletter .inline-module__form input[type=email]{font-size:1rem}@media(min-width:48rem){.inline-module--newsletter .inline-module__form .floating-label__label,.inline-module--newsletter .inline-module__form input[type=email]{font-size:.875rem}}.inline-module--newsletter .inline-module__form input[type=submit]{margin-bottom:.625rem;margin-top:.625rem;width:100%}@container (width > 37.5rem){.inline-module--newsletter .inline-module__form input[type=submit]{margin:0;padding:.875rem;width:auto}}.inline-module--newsletter .inline-module__form input[type=submit]:disabled{background-color:var(--wp--preset--color--gray-b);border-color:var(--wp--preset--color--gray-b)}@container (width > 37.5rem){.inline-module--newsletter .inline-module__form .newsletter-form__inputs{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.625rem}}.inline-module--newsletter .newsletter-form__error{color:var(--wp--preset--color--error);display:none;font-size:.875rem;line-height:1.14;margin-bottom:.3125rem;margin-top:.625rem;padding-top:.3125rem}.inline-module--newsletter .newsletter-form__error svg{margin-right:.125rem;vertical-align:top}.inline-module--newsletter .newsletter-form__error svg path{fill:var(--wp--preset--color--error)}@container (width > 37.5rem){.inline-module--newsletter .newsletter-form__error{margin-bottom:0;padding-top:0}.inline-module--newsletter .newsletter-form__email{margin-right:.625rem;width:100%}}.inline-module--newsletter .newsletter-form__email .input-container--floating-label.newsletter-email{margin-bottom:0}.inline-module--newsletter .newsletter-form__notice p{font-size:.75rem;letter-spacing:-.01em;line-height:1.17}.inline-module--newsletter .newsletter-form__notice p a{color:var(--wp--preset--color--black);font-weight:700;text-decoration:underline}.inline-module--newsletter .newsletter-form__notice p a:focus,.inline-module--newsletter .newsletter-form__notice p a:hover{text-decoration:none}.inline-module--newsletter .newsletter-form__success{border-top:4px solid var(--wp--custom--color--brand-secondary);display:none;margin-top:1.25rem;padding-top:1.25rem}.inline-module--newsletter .newsletter-form__success a{color:var(--wp--preset--color--black);display:inline-block;font-family:var(--wp--preset--font-family--nyp-brand);font-size:.9375rem;padding-right:.75rem;position:relative}@media(min-width:48rem){.inline-module--newsletter .newsletter-form__success a{font-size:.8125rem}}.inline-module--newsletter .newsletter-form__success a:after{border-color:transparent transparent transparent var(--wp--preset--color--black);border-style:solid;border-width:.25rem 0 .25rem .4375rem;content:"";display:block;height:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:0}.inline-module--newsletter .newsletter-form__success a span{font-style:italic;font-weight:700;text-decoration:underline}.inline-module--newsletter .newsletter-form__success a:focus span,.inline-module--newsletter .newsletter-form__success a:hover span{text-decoration:none}.inline-module--newsletter .newsletter-form--error input[type=email]{border-color:var(--wp--preset--color--error)}.inline-module--newsletter .newsletter-form--error .newsletter-form__error{display:block}.inline-module--newsletter .inline-module__inner .inline-module__success-title-wrapper,.inline-module--newsletter .inline-module__title-wrapper--success .inline-module__unsubmitted-title-wrapper{display:none}.inline-module--newsletter .inline-module__title-wrapper--success .inline-module__success-title-wrapper{display:block}.inline-module--newsletter .newsletter-form--success .newsletter-form__inputs,.inline-module--newsletter .newsletter-form--success .newsletter-form__notice{display:none}.inline-module--newsletter .newsletter-form--success .newsletter-form__success{display:block}
  460.  
  461. </style>
  462. <link rel='stylesheet' id='mediaelement-css' href='https://nypost.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' />
  463. <link rel='stylesheet' id='wp-mediaelement-css' href='https://nypost.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.3.4' type='text/css' media='all' />
  464. <style id='global-styles-inline-css' type='text/css'>
  465. body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--nyp-brand: #C60800;--wp--preset--color--nyp-brand-secondary: #FFD62B;--wp--preset--color--p-6-brand: #F7CB00;--wp--preset--color--p-6-brand-secondary: #E13131;--wp--preset--color--decider-brand: #E80100;--wp--preset--color--decider-brand-secondary: #FF3600;--wp--preset--color--gray-a: #F6F6F6;--wp--preset--color--gray-b: #CCCCCC;--wp--preset--color--gray-c: #949494;--wp--preset--color--gray-d: #757677;--wp--preset--color--gray-e: #585858;--wp--preset--color--gray-f: #3C3C3C;--wp--preset--color--gray-g: #2A2A2A;--wp--preset--color--gray-h: #1E1E1E;--wp--preset--color--highlight: #FEF553;--wp--preset--color--success: #25661F;--wp--preset--color--error: #930600;--wp--preset--color--red-light: #E5908B;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--nyp-brand: Arial, 'Helvetica Neue', Helvetica, sans-serif;--wp--preset--font-family--p-6-brand: 'proxima-nova', sans-serif;--wp--preset--font-family--decider-brand: 'canada-type-gibson', sans-serif;--wp--preset--font-family--futura-pt: 'futura-pt', sans-serif;--wp--preset--font-family--neue-haas: 'neue-haas-grotesk-display', sans-serif;--wp--preset--font-family--code-font: 'Menlo', 'Consolas', 'Monaco', monospace;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);--wp--custom--color--link: var(--wp--preset--color--nyp-brand);--wp--custom--color--text: var(--wp--preset--color--gray-f);--wp--custom--color--brand-primary: var(--wp--preset--color--nyp-brand);--wp--custom--color--brand-primary-complement: var(--wp--preset--color--white);--wp--custom--color--brand-secondary: var(--wp--preset--color--nyp-brand);--wp--custom--color--brand-secondary-complement: var(--wp--preset--color--white);--wp--custom--color--brand-accent: var(--wp--preset--color--nyp-brand);--wp--custom--color--brand-red: var(--wp--preset--color--nyp-brand);--wp--custom--color--brand-yellow: var(--wp--preset--color--nyp-brand-secondary);--wp--custom--color--link-on-dark: var(--wp--preset--color--red-light);--wp--custom--font--default: var(--wp--preset--font-family--nyp-brand);}body { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: inherit;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-nyp-brand-color{color: var(--wp--preset--color--nyp-brand) !important;}.has-nyp-brand-secondary-color{color: var(--wp--preset--color--nyp-brand-secondary) !important;}.has-p-6-brand-color{color: var(--wp--preset--color--p-6-brand) !important;}.has-p-6-brand-secondary-color{color: var(--wp--preset--color--p-6-brand-secondary) !important;}.has-decider-brand-color{color: var(--wp--preset--color--decider-brand) !important;}.has-decider-brand-secondary-color{color: var(--wp--preset--color--decider-brand-secondary) !important;}.has-gray-a-color{color: var(--wp--preset--color--gray-a) !important;}.has-gray-b-color{color: var(--wp--preset--color--gray-b) !important;}.has-gray-c-color{color: var(--wp--preset--color--gray-c) !important;}.has-gray-d-color{color: var(--wp--preset--color--gray-d) !important;}.has-gray-e-color{color: var(--wp--preset--color--gray-e) !important;}.has-gray-f-color{color: var(--wp--preset--color--gray-f) !important;}.has-gray-g-color{color: var(--wp--preset--color--gray-g) !important;}.has-gray-h-color{color: var(--wp--preset--color--gray-h) !important;}.has-highlight-color{color: var(--wp--preset--color--highlight) !important;}.has-success-color{color: var(--wp--preset--color--success) !important;}.has-error-color{color: var(--wp--preset--color--error) !important;}.has-red-light-color{color: var(--wp--preset--color--red-light) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-nyp-brand-background-color{background-color: var(--wp--preset--color--nyp-brand) !important;}.has-nyp-brand-secondary-background-color{background-color: var(--wp--preset--color--nyp-brand-secondary) !important;}.has-p-6-brand-background-color{background-color: var(--wp--preset--color--p-6-brand) !important;}.has-p-6-brand-secondary-background-color{background-color: var(--wp--preset--color--p-6-brand-secondary) !important;}.has-decider-brand-background-color{background-color: var(--wp--preset--color--decider-brand) !important;}.has-decider-brand-secondary-background-color{background-color: var(--wp--preset--color--decider-brand-secondary) !important;}.has-gray-a-background-color{background-color: var(--wp--preset--color--gray-a) !important;}.has-gray-b-background-color{background-color: var(--wp--preset--color--gray-b) !important;}.has-gray-c-background-color{background-color: var(--wp--preset--color--gray-c) !important;}.has-gray-d-background-color{background-color: var(--wp--preset--color--gray-d) !important;}.has-gray-e-background-color{background-color: var(--wp--preset--color--gray-e) !important;}.has-gray-f-background-color{background-color: var(--wp--preset--color--gray-f) !important;}.has-gray-g-background-color{background-color: var(--wp--preset--color--gray-g) !important;}.has-gray-h-background-color{background-color: var(--wp--preset--color--gray-h) !important;}.has-highlight-background-color{background-color: var(--wp--preset--color--highlight) !important;}.has-success-background-color{background-color: var(--wp--preset--color--success) !important;}.has-error-background-color{background-color: var(--wp--preset--color--error) !important;}.has-red-light-background-color{background-color: var(--wp--preset--color--red-light) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-nyp-brand-border-color{border-color: var(--wp--preset--color--nyp-brand) !important;}.has-nyp-brand-secondary-border-color{border-color: var(--wp--preset--color--nyp-brand-secondary) !important;}.has-p-6-brand-border-color{border-color: var(--wp--preset--color--p-6-brand) !important;}.has-p-6-brand-secondary-border-color{border-color: var(--wp--preset--color--p-6-brand-secondary) !important;}.has-decider-brand-border-color{border-color: var(--wp--preset--color--decider-brand) !important;}.has-decider-brand-secondary-border-color{border-color: var(--wp--preset--color--decider-brand-secondary) !important;}.has-gray-a-border-color{border-color: var(--wp--preset--color--gray-a) !important;}.has-gray-b-border-color{border-color: var(--wp--preset--color--gray-b) !important;}.has-gray-c-border-color{border-color: var(--wp--preset--color--gray-c) !important;}.has-gray-d-border-color{border-color: var(--wp--preset--color--gray-d) !important;}.has-gray-e-border-color{border-color: var(--wp--preset--color--gray-e) !important;}.has-gray-f-border-color{border-color: var(--wp--preset--color--gray-f) !important;}.has-gray-g-border-color{border-color: var(--wp--preset--color--gray-g) !important;}.has-gray-h-border-color{border-color: var(--wp--preset--color--gray-h) !important;}.has-highlight-border-color{border-color: var(--wp--preset--color--highlight) !important;}.has-success-border-color{border-color: var(--wp--preset--color--success) !important;}.has-error-border-color{border-color: var(--wp--preset--color--error) !important;}.has-red-light-border-color{border-color: var(--wp--preset--color--red-light) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-nyp-brand-font-family{font-family: var(--wp--preset--font-family--nyp-brand) !important;}.has-p-6-brand-font-family{font-family: var(--wp--preset--font-family--p-6-brand) !important;}.has-decider-brand-font-family{font-family: var(--wp--preset--font-family--decider-brand) !important;}.has-futura-pt-font-family{font-family: var(--wp--preset--font-family--futura-pt) !important;}.has-neue-haas-font-family{font-family: var(--wp--preset--font-family--neue-haas) !important;}.has-code-font-font-family{font-family: var(--wp--preset--font-family--code-font) !important;}
  466. .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
  467. :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
  468. :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
  469. .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
  470. </style>
  471. <link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-betting-offer.min.css?ver=099134cf3aee8435dfaa" as="style" id="blocks-betting-offer-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  472. <noscript><link rel='stylesheet' id='blocks-betting-offer-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-betting-offer.min.css?ver=099134cf3aee8435dfaa' type='text/css' media='all' />
  473. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-button.min.css?ver=a570ecf9823c37f6fe9a" as="style" id="blocks-button-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  474. <noscript><link rel='stylesheet' id='blocks-button-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-button.min.css?ver=a570ecf9823c37f6fe9a' type='text/css' media='all' />
  475. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-primary-tag.min.css?ver=a46a89305500e4baba5b" as="style" id="blocks-primary-tag-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  476. <noscript><link rel='stylesheet' id='blocks-primary-tag-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-primary-tag.min.css?ver=a46a89305500e4baba5b' type='text/css' media='all' />
  477. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-gracenote.min.css?ver=7d3680d3b9eefa846925" as="style" id="blocks-gracenote-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  478. <noscript><link rel='stylesheet' id='blocks-gracenote-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-gracenote.min.css?ver=7d3680d3b9eefa846925' type='text/css' media='all' />
  479. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-info-box.min.css?ver=0d591945f0a26fa01c37" as="style" id="blocks-info-box-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  480. <noscript><link rel='stylesheet' id='blocks-info-box-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-info-box.min.css?ver=0d591945f0a26fa01c37' type='text/css' media='all' />
  481. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-list.min.css?ver=a1e79de8850bdc424093" as="style" id="blocks-list-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  482. <noscript><link rel='stylesheet' id='blocks-list-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-list.min.css?ver=a1e79de8850bdc424093' type='text/css' media='all' />
  483. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-syndicated.min.css?ver=24c3c0bd5c5cba7a2ccd" as="style" id="blocks-syndicated-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  484. <noscript><link rel='stylesheet' id='blocks-syndicated-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-syndicated.min.css?ver=24c3c0bd5c5cba7a2ccd' type='text/css' media='all' />
  485. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-product-spotlight.min.css?ver=60326dea64e19e6c918e" as="style" id="blocks-product-spotlight-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  486. <noscript><link rel='stylesheet' id='blocks-product-spotlight-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-product-spotlight.min.css?ver=60326dea64e19e6c918e' type='text/css' media='all' />
  487. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-related-post.min.css?ver=d1bf6de12b64752fa5f0" as="style" id="blocks-related-post-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  488. <noscript><link rel='stylesheet' id='blocks-related-post-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-related-post.min.css?ver=d1bf6de12b64752fa5f0' type='text/css' media='all' />
  489. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-review.min.css?ver=7ac04da8681b127110ce" as="style" id="blocks-review-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  490. <noscript><link rel='stylesheet' id='blocks-review-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-review.min.css?ver=7ac04da8681b127110ce' type='text/css' media='all' />
  491. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-comments.min.css?ver=90538d03be363928a49d" as="style" id="blocks-comments-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  492. <noscript><link rel='stylesheet' id='blocks-comments-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-comments.min.css?ver=90538d03be363928a49d' type='text/css' media='all' />
  493. </noscript><link rel="preload" href="https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-promo.min.css?ver=30f3a27cd7af88dbd55f" as="style" id="blocks-promo-css" media="all" onload="this.onload=null;this.rel='stylesheet'" />
  494. <noscript><link rel='stylesheet' id='blocks-promo-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-promo.min.css?ver=30f3a27cd7af88dbd55f' type='text/css' media='all' />
  495. </noscript><script type='text/javascript' src='//cdn.tinypass.com/api/tinypass.min.js' id='piano-js' async data-wp-strategy='async'></script>
  496. <script type='text/javascript' src='https://pbcs.nypost.com/p/nyp/nyp/pb.js?ver=1.0.2' id='pb-js' async data-wp-strategy='async'></script>
  497. <script type="text/plain" class="optanon-category-C0017-C0030" src='https://widgets.outbrain.com/outbrain.js' id='outbrain-js' async data-wp-strategy='async'></script>
  498. <script type='text/javascript' src='https://nypost.com/wp-content/themes/nypost-2016/client/build/js/vendor-dompurify.bundle.js?ver=7b8a38317f808ffde59d' id='vendor-dompurify-js'></script>
  499. <script type='text/javascript' src='https://nypost.com/wp-content/themes/nypost-2016/client/build/js/global-assets.bundle.js?ver=6fe967ea7a755e428b57' id='global-assets-js' defer data-wp-strategy='defer'></script>
  500. <script type='text/javascript' src='https://nypost.com/wp-content/themes/nypost-2016/client/build/js/header-footer.bundle.js?ver=0b58f2ecc5befe370041' id='header-footer-js' defer data-wp-strategy='defer'></script>
  501. <script type='text/javascript' src='https://nypost.com/wp-content/themes/nypost-2016/client/build/js/analytics.bundle.js?ver=26a4a47d2c2d1b03fd20' id='analytics-js' defer data-wp-strategy='defer'></script>
  502. <script type='text/javascript' src='https://nypost.com/wp-content/themes/nypost-2016/client/build/js/zephr.bundle.js?ver=13d161ca6146b6ca5860' id='zephr-js' async data-wp-strategy='async'></script>
  503. <script type='text/javascript' id='nyp-aqfer-global-uid2-js-extra'>
  504. /* <![CDATA[ */
  505. var nypAqfer = {"aqferAccessToken":"","featureFlags":{"tag":true,"uid2":true},"nonce":"2d7253240c","isProduction":"1","root":"https:\/\/t.nypost.com","uid2":{"enabled":true}};
  506. /* ]]> */
  507. </script>
  508. <script type="text/plain" class="optanon-category-C0030-C0017-C0024" src='https://nypost.com/wp-content/plugins/nyp-aqfer/build/global-uid2/index.js?ver=85fa1c138c0df71fad34' id='nyp-aqfer-global-uid2-js'></script>
  509. <script type="text/plain" class="optanon-category-C0030-C0017-C0024" src='https://nypost.com/wp-content/plugins/nyp-aqfer/build/global-aqfer/index.js?ver=e9ef5d60777499f270f0' id='nyp-aqfer-global-aqfer-js'></script>
  510. <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" />
  511. <meta name="generator" content="WordPress 6.3.4" />
  512. <style class="jw-player-skin-critical-styles" type="text/css">
  513. .nyp-video-player div[class*=jw-breakpoint-] .jw-title-primary{font-size:.875rem;font-weight:400;letter-spacing:1px;line-height:1.333;margin-bottom:.333em;padding:0}.nyp-video-player .jw-display-container{text-align:center}.nyp-video-player .jw-display-container .jw-display-controls{display:flex;justify-content:center;min-width:297px}.nyp-video-player .jw-display-container .jw-display-controls .jw-display-icon-container{box-sizing:content-box;float:left;margin:0 22px;padding:5.5px}.jwplayer.jw-flag-touch .nyp-video-player .jw-display-container .jw-display-controls .jw-display-icon-container,.jwplayer.jw-flag-small-player .nyp-video-player .jw-display-container .jw-display-controls .jw-display-icon-container{display:inline-block}.nyp-video-player .jw-display-container .jw-display-controls .jw-display-icon-container .jw-icon,.nyp-video-player .jw-display-container .jw-display-controls .jw-display-icon-container .jw-svg-icon{height:44px;width:44px}.nyp-video-player .jw-display-container .jw-display-controls .jw-display-icon-container .jw-icon{align-items:center;display:flex}.nyp-video-player .jw-display-container .jw-display-controls .jw-display-icon-container .jw-svg-icon{padding:.2em .05em}
  514.  
  515. /*# sourceMappingURL=jw-player-skin-critical.min.css.map*/ </style>
  516. <style>img#wpstats{display:none}</style>
  517. <script type="text/javascript">
  518. window.dataLayer = window.dataLayer || [];
  519. var usprivacy = '1---';
  520. if (
  521. 'undefined' !== typeof window.usPrivacyCookie       // The usPrivacyCookie object is defined.
  522. && 'function' === typeof window.usPrivacyCookie.get // usPrivacyCookie.get is a function.
  523. && 'undefined' !== window.usPrivacyCookie.get()     // The value is defined.
  524. && null !== window.usPrivacyCookie.get()            // The value is not null.
  525. ) {
  526. usprivacy = window.usPrivacyCookie.get();
  527. }
  528. dataLayer.push({'usprivacy':usprivacy} );
  529. </script>
  530. <meta property="article:opinion" content="false"/>
  531. <meta property="article:content_tier" content="free"/>
  532. <!-- Begin comScore Tag -->
  533. <script  type="text/plain"  class="optanon-category-C0024">
  534. var _comscore = _comscore || [];
  535. const comscoreParams = {"c1":"2","c2":"6390601","c3":"NYPOST","cj":"1","cv":"3.6"};
  536. comscoreParams.cs_ucfr = '1';
  537. comscoreParams.options = { enableFirstPartyCookie: true };
  538. if (localStorage?.nyp_id) {
  539. comscoreParams.cs_fpid = localStorage.nyp_id;
  540. comscoreParams.cs_fpit = 'c';
  541. comscoreParams.cs_fpdm = '*null';
  542. comscoreParams.cs_fpdt = '*null';
  543. }
  544. _comscore.push(comscoreParams);
  545. (function() {
  546. var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
  547. s.src = "https://sb.scorecardresearch.com/cs/6390601/beacon.js";
  548. el.parentNode.insertBefore(s, el);
  549. })();
  550. </script>
  551. <noscript>
  552. <img src="https://sb.scorecardresearch.com/p?c1=2&c2=6390601&c3=NYPOST&cj=1&cv=3.6" />
  553. </noscript>
  554. <!-- End comScore Tag -->
  555. <!-- Unruly Tag -->
  556. <script  type="text/plain"  class="optanon-category-C0017-C0030">
  557. var unruly = window.unruly || {};
  558. unruly.native = unruly.native || {};
  559. unruly.native.siteId = 622640;
  560. </script>
  561. <script  type="text/plain"  class="optanon-category-C0017-C0030" async>
  562. OneTrust.InsertScript( 'https://video.unrulymedia.com/native/native-loader.js', 'head', null, null, 'C0017' );
  563. </script>
  564. <!-- End Unruly Tag -->
  565. <script  type="text/plain"  class="optanon-category-C0013-C0017-C0030" defer src="https://launchpad-wrapper.privacymanager.io/01ae14ca-1fa2-4758-b53e-af78d90b6a28/launchpad-liveramp.js"></script>
  566. <script>
  567. LUX=(function(){var a=("undefined"!==typeof(LUX)&&"undefined"!==typeof(LUX.gaMarks)?LUX.gaMarks:[]);var d=("undefined"!==typeof(LUX)&&"undefined"!==typeof(LUX.gaMeasures)?LUX.gaMeasures:[]);var j="LUX_start";var k=window.performance;var l=("undefined"!==typeof(LUX)&&LUX.ns?LUX.ns:(Date.now?Date.now():+(new Date())));if(k&&k.timing&&k.timing.navigationStart){l=k.timing.navigationStart}function f(){if(k&&k.now){return k.now()}var o=Date.now?Date.now():+(new Date());return o-l}function b(n){if(k){if(k.mark){return k.mark(n)}else{if(k.webkitMark){return k.webkitMark(n)}}}a.push({name:n,entryType:"mark",startTime:f(),duration:0});return}function m(p,t,n){if("undefined"===typeof(t)&&h(j)){t=j}if(k){if(k.measure){if(t){if(n){return k.measure(p,t,n)}else{return k.measure(p,t)}}else{return k.measure(p)}}else{if(k.webkitMeasure){return k.webkitMeasure(p,t,n)}}}var r=0,o=f();if(t){var s=h(t);if(s){r=s.startTime}else{if(k&&k.timing&&k.timing[t]){r=k.timing[t]-k.timing.navigationStart}else{return}}}if(n){var q=h(n);if(q){o=q.startTime}else{if(k&&k.timing&&k.timing[n]){o=k.timing[n]-k.timing.navigationStart}else{return}}}d.push({name:p,entryType:"measure",startTime:r,duration:(o-r)});return}function h(n){return c(n,g())}function c(p,o){for(i=o.length-1;i>=0;i--){var n=o[i];if(p===n.name){return n}}return undefined}function g(){if(k){if(k.getEntriesByType){return k.getEntriesByType("mark")}else{if(k.webkitGetEntriesByType){return k.webkitGetEntriesByType("mark")}}}return a}return{mark:b,measure:m,gaMarks:a,gaMeasures:d}})();LUX.ns=(Date.now?Date.now():+(new Date()));LUX.ac=[];LUX.cmd=function(a){LUX.ac.push(a)};LUX.init=function(){LUX.cmd(["init"])};LUX.send=function(){LUX.cmd(["send"])};LUX.addData=function(a,b){LUX.cmd(["addData",a,b])};LUX_ae=[];window.addEventListener("error",function(a){LUX_ae.push(a)});LUX_al=[];if("function"===typeof(PerformanceObserver)&&"function"===typeof(PerformanceLongTaskTiming)){var LongTaskObserver=new PerformanceObserver(function(c){var b=c.getEntries();for(var a=0;a<b.length;a++){var d=b[a];LUX_al.push(d)}});try{LongTaskObserver.observe({type:["longtask"]})}catch(e){}};
  568. </script>
  569. <script src="https://cdn.speedcurve.com/js/lux.js?id=263325431" async defer crossorigin="anonymous"></script> <script>
  570. LUX = window.LUX || {};
  571. LUX.label = '';
  572. </script>
  573. <script type="text/javascript">!(function(o,_name){o[_name]=o[_name]||function $(){($.q=$.q||[]).push(arguments)},o[_name].v=o[_name].v||2;!(function(o,t,n,f,e,i){function c(f,e){(f=(function(t,n){try{if(n=(t=o.localStorage).getItem("_aQS02NDRBRTMyNEJEMDVCRkY0QzVERTE0NjEtMQ"))return JSON.parse(n).lgk||[];if((t.getItem("v4ac1eiZr0")||"").split(",")[4]>0)return[[_name+"-engaged","true"]]}catch(f){}})())&&typeof f.forEach===n&&(e=o[t].pubads())&&f.forEach((function(o){o&&o[0]&&e.setTargeting(o[0],o[1]||"")}))}(i=o[t]=o[t]||{}).cmd=i.cmd||[],typeof i.pubads===n?c():typeof i.cmd.unshift===n?i.cmd.unshift(c):i.cmd.push(c)})(window,"googletag","function");;})(window,decodeURI('a%64mira%6c'));!(function(t,o,n,c,e,a,i,$,d,r){!(function u(f,s,l,m,p){function _(a){p.removeChild(l),n(r),a&&!a.isTrusted||f===e?(function(n,e,a){if(new(function(){n=(function h(e,t,r,n){if(!e||(function e(r,n,i,o){for(o=0;r&&o<r.length;o+=2)o>0&&(r[o+1]||[]).unshift(i),i=(n=t[r[o]])&&n(e,r[o+1]||[]);return i})(e))return r.apply(this,n||[])}([0,[[[1,[[2,[[[4,["admbenefits"],3,[""]]]]]]]]]],[function c(e,t){for(var r=t[0]&&t[0].length>0,n=0;r&&n<t[0].length;n++)r=e(t[0][n]);return r},function a(e,t){return!e(t[0])},function o(e,t){for(var r=!1,n=0;!r&&t[0]&&n<t[0].length;n++)r=e(t[0][n]);return r},function l(e,t,r,n){return r=t[0]||"",(n=t[1]||"")?-1!==r.indexOf(n):!!r},function f(e,t,r){return(r=(document.cookie||"").match(new RegExp("(^|;\\s*)"+t[0]+"\\s*=\\s*([^;]+)")))?r[2]:void 0}],function(el,a,f,i,m){el=document.createElement("div");el.className="";el.innerHTML="<style>.bOvWNQ{all:initial;position:fixed;top:0;right:0;bottom:0;left:0;font-family:'Source Sans Pro',Arial,'Helvetica';overflow:auto;background-color:rgba(255,255,255,1);z-index:2147483647;}.ghwPHX{width:100%;height:100%;max-width:740px;margin:0 auto;position:relative;padding-top:0;}.duogaR{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;margin:0 auto;height:100%;}.cNA-DtH{display:inline-block;max-width:700px;width:100%;margin-top:48px;padding-top:48px;border-top:1px solid rgba(18,30,64,0.12);}.iNemUn{position:fixed;bottom:0;height:40px;width:100%;text-align:center;line-height:40px;font-size:13px;color:rgba(12,44,91,1);background-color:rgba(24,33,57,0.05);}.fcJBux{display:block;}.gqbAuJ{max-width:150px;max-height:150px;}.dfmDjJ{height:15px;vertical-align:middle;}.jIMMoq{text-align:left;box-sizing:border-box;margin:0 0 5px;font-size:24px;line-height:28px;font-weight:500;color:rgba(24,33,57,1);}.kWbXPo{box-sizing:border-box;text-align:left;margin-bottom:15px;font-size:14px;line-height:22px;font-weight:400;color:rgba(24,33,57,1);}.cPOkjL{display:inline-block;margin-right:5px;line-height:40px;}.dmkxrq{-webkit-text-decoration:none;text-decoration:none;color:rgba(12,44,91,1);}.fuPtwt{width:100%;height:33px;cursor:pointer;color:rgba(244,244,246,1);background-color:rgba(207,46,46,1);border:none;border-radius:3px;font-weight:700;margin-bottom:24px;}.jqUqIl{cursor:pointer;background-color:rgba(255,255,255,1);color:rgba(12,44,91,1);border:none;font-weight:700;}<\/style><div class=\"bOvWNQ\"><div class=\"ghwPHX\"><div class=\"duogaR\"><div class=\"fcJBux\"><img src=\"https://cdn.shopify.com/s/files/1/0054/1130/7620/files/New_York_Post_logo_logotype.png?height=628&amp;pad_color=ffffff&amp;v=1659406927&amp;width=1200\" class=\"gqbAuJ\"><\/img><\/div><div class=\"cNA-DtH\"><h3 color=\"24,33,57,1\" class=\"jIMMoq\">We need your help!<\/h3><div color=\"24,33,57,1\" class=\"kWbXPo\">This site is supported by our trusted ad partners.\n\nPlease consider disabling your adblocker to help support\nThe New York Post and our valuable content.\nThank you!<\/div><button data-asfn-click-0 data-instructions-url=\"https://my.%67e%74adm%69r%61l.com/instructions\" color=\"244,244,246,1\" class=\"fuPtwt\">ALLOW ADS ON NEW YORK POST<\/button><button data-asfn-click-2 color=\"12,44,91,1\" class=\"jqUqIl\">Continue without supporting<\/button><\/div><\/div><\/div><div color=\"12,44,91,1\" class=\"iNemUn\"><span class=\"cPOkjL\"><a href=\"https://%67%65%74%61dm%69r%61%6c.com/pb/\" target=\"_blank\" color=\"12,44,91,1\" class=\"dmkxrq\"><span>We&apos;re using&nbsp;<\/span><img src=\"https://cdnral.com/412d3634344145333234424430354246463443354445313436312d31_logo.svg\" class=\"dfmDjJ\"><\/img><\/a><\/span><\/div><\/div>";function onClose(){el.remove()}a='data-asfn-';f=["click",function(e){var t=e.currentTarget.getAttribute("data-instructions-url"),r=e.currentTarget.parentElement,n=document.createElement("iframe");n.src=t,n.style="margin: 36px 0 36px;outline: 0;border: 0;width: 100%;height: 400px;",r.replaceWith(n),window.addEventListener("message",(function e(t){var i=t.data,o=i.goBack,c=i.blockerDisabled;o?(n.replaceWith(r),window.removeEventListener("message",e)):c&&window.location.reload()}))},"click",onClose];for (i=0;i<f.length;i+=2){(m=el.querySelector('[data-asfn-'+f[i]+'-'+i+']'))&&m.addEventListener(f[i],f[i+1]);}document.body.appendChild(el);return {"candidates":[{"batchID":"65dcea363c55979993ba777d","candidateID":"65dcea363c55979993ba777c","groups":["purpose:failsafe"],"payload":{"name":"Failsafe"},"payloadType":"template","triggers":[{"type":"adblockerDisabled"}],"tsUpdated":1708976852.856}]}},[]))}),!d++){e=o.sessionStorage;try{a=JSON.parse(e[c($)]).slice(-4)}catch(i){a=[]}a.push([Date.now(),{p:""+o.location,r:""+t.referrer,cs:n,t:1}]),e[c($)]=JSON.stringify(a)}})():u(s?f:e)}l=t.createElement(a),m=t.getElementsByTagName(a)[0],p=m.parentNode,l.async=1,l.src=f,l[i]&&(f===e&&(r=setTimeout(_,3e4)),l[i]("error",_),l[i]("load",(function(){o[c('admr%6c%4coa%64ed')]&&n(r)}))),p.insertBefore(l,m)})("https://irritatingfog.com/bundles/bb03d3f8f2205/7c94dc6887344c37456d2f6-prod.js",1)})(document,window,clearTimeout,decodeURI,"https://succeedscene.com/banners/728_full.js","script","addEventListener",'a%66sv%69si%74s');</script><meta name="google-site-verification" content="0ChYYJ_QsKnyimSC27PNRqpEJ8sstO08-2yQ81t5yfU" />
  574. <meta name="google-site-verification" content="Y35rxQGMDF8RBK0PXe_b3H0oZ6qw1a5l3oI4l_YXIcE" />
  575. <meta name="google-site-verification" content="eyT36MjcFGn_qzUdS9VyWVb89Lq2f8-ItpI8WRksiyw" />
  576. <meta name="msvalidate.01" content="8188997BC82071CE07AB711B5675CE54" />
  577. <script>window.saasquatch_settings = {"tenant_alias":"a1qe491mcg0e7"};</script><script type="text/javascript">var sailthru_vars = {"ajaxurl":"https:\/\/nypost.com\/wp-admin\/admin-ajax.php"}</script> <style class="inline-slideshow-critical-styles">
  578. .inline-slideshow{padding-bottom:1.25rem;visibility:hidden} </style>
  579. <script
  580. type="text/plain" src="https://tag.bounceexchange.com/2045/i.js"
  581. defer
  582. class="optanon-category-C0017-C0030"
  583. ></script>
  584. </head>
  585.  
  586. <body class="error404 wp-embed-responsive nyp-non-membership-view device-desktop nypost-2021 nyp-membership-enabled site-nypost nypost-geo-us">
  587. <div id="nypost-membership-background-slider"></div>
  588. <div id="page" class="site">
  589.  
  590. <header id="masthead" class="site-header" role="banner" data-component="siteHeader">
  591.  
  592. <div class="site-header__wrapper">
  593. <div class="site-header__container">
  594. <div class="site-header__left">
  595. <button class="menu-toggle" aria-controls="menu-main-menu" aria-expanded="false">
  596. <span class="screen-reader-text">Primary Menu</span>
  597. <span class="menu-toggle__icon"></span>
  598. <span class="menu-toggle__title">Sections</span>
  599. </button>
  600. <nav class="site-header__nav" role="navigation">
  601. <div class="site-header__nav-inner">
  602. <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-has-children menu-item-1612774 nypost-menu-object-id--103"><a href="https://nypost.com/us-news/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;US News&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:1}" id="menu-link-1">US News</a>
  603. <ul class="sub-menu">
  604. <li id="menu-item-1612773" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612773 nypost-menu-object-id--1498"><a href="https://nypost.com/metro/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Metro&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:2}" id="menu-link-2">Metro</a></li>
  605. <li id="menu-item-30337361" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-30337361 nypost-menu-object-id--423852306"><a href="https://nypost.com/politics/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Politics&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:3}" id="menu-link-3">Politics</a></li>
  606. </ul>
  607. </li>
  608. <li id="menu-item-30699623" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-30699623 nypost-menu-object-id--423852409"><a href="https://nypost.com/world-news/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;World News&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:4}" id="menu-link-4">World News</a></li>
  609. <li id="menu-item-1612779" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1612779 nypost-menu-object-id--1612779"><a href="https://pagesix.com/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Page Six&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:5}" id="menu-link-5">Page Six</a></li>
  610. <li id="menu-item-1612777" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-1612777 nypost-menu-object-id--67"><a href="https://nypost.com/sports/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Sports&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:6}" id="menu-link-6">Sports</a>
  611. <ul class="sub-menu">
  612. <li id="menu-item-24245254" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-24245254 nypost-menu-object-id--1134"><a href="https://nypost.com/nfl/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;NFL&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:7}" id="menu-link-7">NFL</a></li>
  613. <li id="menu-item-24245253" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-24245253 nypost-menu-object-id--1168"><a href="https://nypost.com/mlb/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;MLB&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:8}" id="menu-link-8">MLB</a></li>
  614. <li id="menu-item-24245368" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-24245368 nypost-menu-object-id--1985"><a href="https://nypost.com/nba/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;NBA&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:9}" id="menu-link-9">NBA</a></li>
  615. <li id="menu-item-24245321" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-24245321 nypost-menu-object-id--1994"><a href="https://nypost.com/nhl/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;NHL&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:10}" id="menu-link-10">NHL</a></li>
  616. <li id="menu-item-24245443" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-24245443 nypost-menu-object-id--423849941"><a href="https://nypost.com/college-football/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;College Football&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:11}" id="menu-link-11">College Football</a></li>
  617. <li id="menu-item-24245407" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-24245407 nypost-menu-object-id--423849939"><a href="https://nypost.com/college-basketball/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;College Basketball&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:12}" id="menu-link-12">College Basketball</a></li>
  618. </ul>
  619. </li>
  620. <li id="menu-item-20047783" class="menu-item-cta-new menu-item menu-item-type-taxonomy menu-item-object-section menu-item-20047783 nypost-menu-object-id--423848850"><a href="https://nypost.com/sports-plus/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Post Sports+&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:13}" id="menu-link-13">Post Sports+</a></li>
  621. <li id="menu-item-20743227" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20743227 nypost-menu-object-id--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;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:14}" id="menu-link-14">Sports Betting</a></li>
  622. <li id="menu-item-1612768" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-1612768 nypost-menu-object-id--179"><a href="https://nypost.com/business/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Business&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:15}" id="menu-link-15">Business</a>
  623. <ul class="sub-menu">
  624. <li id="menu-item-26865829" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-26865829 nypost-menu-object-id--423851235"><a href="https://nypost.com/personal-finance/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Personal Finance&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:16}" id="menu-link-16">Personal Finance</a></li>
  625. </ul>
  626. </li>
  627. <li id="menu-item-1612775" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612775 nypost-menu-object-id--352"><a href="https://nypost.com/opinion/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Opinion&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:17}" id="menu-link-17">Opinion</a></li>
  628. <li id="menu-item-1612769" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-1612769 nypost-menu-object-id--384"><a href="https://nypost.com/entertainment/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Entertainment&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:18}" id="menu-link-18">Entertainment</a>
  629. <ul class="sub-menu">
  630. <li id="menu-item-25876612" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25876612 nypost-menu-object-id--462"><a href="https://nypost.com/tv/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;TV&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:19}" id="menu-link-19">TV</a></li>
  631. <li id="menu-item-25876613" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25876613 nypost-menu-object-id--190"><a href="https://nypost.com/movies/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Movies&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:20}" id="menu-link-20">Movies</a></li>
  632. <li id="menu-item-25876616" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25876616 nypost-menu-object-id--18"><a href="https://nypost.com/music/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Music&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:21}" id="menu-link-21">Music</a></li>
  633. <li id="menu-item-25876617" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25876617 nypost-menu-object-id--423850842"><a href="https://nypost.com/celebrities/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Celebrities&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:22}" id="menu-link-22">Celebrities</a></li>
  634. <li id="menu-item-25876621" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25876621 nypost-menu-object-id--423850840"><a href="https://nypost.com/awards/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Awards&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:23}" id="menu-link-23">Awards</a></li>
  635. <li id="menu-item-25876622" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25876622 nypost-menu-object-id--14694"><a href="https://nypost.com/theater/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Theater&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:24}" id="menu-link-24">Theater</a></li>
  636. </ul>
  637. </li>
  638. <li id="menu-item-14486425" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14486425 nypost-menu-object-id--14486425"><a href="https://nypost.com/shopping/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Shopping&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:25}" id="menu-link-25">Shopping</a></li>
  639. <li id="menu-item-1612771" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-1612771 nypost-menu-object-id--11117"><a href="https://nypost.com/lifestyle/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Lifestyle&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:26}" id="menu-link-26">Lifestyle</a>
  640. <ul class="sub-menu">
  641. <li id="menu-item-25533548" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25533548 nypost-menu-object-id--423850479"><a href="https://nypost.com/weird-but-true/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Weird But True&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:27}" id="menu-link-27">Weird But True</a></li>
  642. <li id="menu-item-25533551" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25533551 nypost-menu-object-id--423848859"><a href="https://nypost.com/health/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Health&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:28}" id="menu-link-28">Health</a></li>
  643. <li id="menu-item-25533556" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25533556 nypost-menu-object-id--423848861"><a href="https://nypost.com/sex-and-relationships/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Sex &amp; Relationships&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:36}" id="menu-link-29">Sex &amp; Relationships</a></li>
  644. <li id="menu-item-25533559" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25533559 nypost-menu-object-id--423850499"><a href="https://nypost.com/viral-trends/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Viral Trends&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:37}" id="menu-link-30">Viral Trends</a></li>
  645. <li id="menu-item-25533561" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25533561 nypost-menu-object-id--423850501"><a href="https://nypost.com/human-interest/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Human Interest&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:38}" id="menu-link-31">Human Interest</a></li>
  646. <li id="menu-item-25533564" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25533564 nypost-menu-object-id--423850503"><a href="https://nypost.com/parenting/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Parenting&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:39}" id="menu-link-32">Parenting</a></li>
  647. <li id="menu-item-25533571" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25533571 nypost-menu-object-id--3737"><a href="https://nypost.com/fashion-and-beauty/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Fashion &amp; Beauty&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:40}" id="menu-link-33">Fashion &amp; Beauty</a></li>
  648. <li id="menu-item-25533577" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25533577 nypost-menu-object-id--423848856"><a href="https://nypost.com/food-and-drink/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Food &amp; Drink&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:41}" id="menu-link-34">Food &amp; Drink</a></li>
  649. <li id="menu-item-25885234" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-25885234 nypost-menu-object-id--423848858"><a href="https://nypost.com/travel/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Travel&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:42}" id="menu-link-35">Travel</a></li>
  650. </ul>
  651. </li>
  652. <li id="menu-item-1615324" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1615324 nypost-menu-object-id--3225"><a href="https://nypost.com/real-estate/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Real Estate&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:43}" id="menu-link-36">Real Estate</a></li>
  653. <li id="menu-item-30740548" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30740548 nypost-menu-object-id--30740548"><a href="https://nypost.com/alexa/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Alexa&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:44}" id="menu-link-37">Alexa</a></li>
  654. <li id="menu-item-1612772" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612772 nypost-menu-object-id--292"><a href="https://nypost.com/media/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Media&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:45}" id="menu-link-38">Media</a></li>
  655. <li id="menu-item-1612778" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-1612778 nypost-menu-object-id--318"><a href="https://nypost.com/tech/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Tech&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:46}" id="menu-link-39">Tech</a></li>
  656. <li id="menu-item-21956242" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21956242 nypost-menu-object-id--21956242"><a href="https://nypost.com/astrology/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Astrology&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:47}" id="menu-link-40">Astrology</a></li>
  657. <li id="menu-item-9914303" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914303 nypost-menu-object-id--412"><a href="https://nypost.com/video/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Video&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:48}" id="menu-link-41">Video</a></li>
  658. <li id="menu-item-9914301" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914301 nypost-menu-object-id--304"><a href="https://nypost.com/photos/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Photos&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:49}" id="menu-link-42">Photos</a></li>
  659. <li id="menu-item-20167757" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20167757 nypost-menu-object-id--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;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:50}" id="menu-link-43">Visual Stories</a></li>
  660. <li id="menu-item-9914299" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9914299 nypost-menu-object-id--9914299"><span class="menu-item-divider"></span>
  661. <ul class="sub-menu">
  662. <li id="menu-item-26326391" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26326391 nypost-menu-object-id--26326391"><a href="https://nypost.pressreader.com/new-york-post/?utm_hamburger=todays_paper" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Today&#039;s Paper&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:52}" id="menu-link-45">Today&#8217;s Paper</a></li>
  663. <li id="menu-item-7962507" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7962507 nypost-menu-object-id--7962507"><a href="https://nypost.com/covers/?utm_hamburger=todays_paper" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Covers&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:53}" id="menu-link-46">Covers</a></li>
  664. <li id="menu-item-7962530" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7962530 nypost-menu-object-id--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;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:54}" id="menu-link-47">Columnists</a></li>
  665. <li id="menu-item-7962521" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7962521 nypost-menu-object-id--7962521"><a href="https://nypost.com/horoscopes/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Horoscopes&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:55}" id="menu-link-48">Horoscopes</a></li>
  666. <li id="menu-item-28715256" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-28715256 nypost-menu-object-id--423851854"><a href="https://nypost.com/games/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Crosswords &amp; Games&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:56}" id="menu-link-49">Crosswords &amp; Games</a></li>
  667. <li id="menu-item-13175913" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13175913 nypost-menu-object-id--13175867"><a href="https://nypost.com/odds/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Sports Odds&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:57}" id="menu-link-50">Sports Odds</a></li>
  668. <li id="menu-item-16294558" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16294558 nypost-menu-object-id--16294558"><a href="https://nypost.com/podcasts/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Podcasts&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:58}" id="menu-link-51">Podcasts</a></li>
  669. <li id="menu-item-19216403" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19216403 nypost-menu-object-id--19216403"><a href="/careers/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Careers&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:59}" id="menu-link-52">Careers</a></li>
  670. </ul>
  671. </li>
  672. <li id="menu-item-19225581" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-19225581 nypost-menu-object-id--19225581"><span class="menu-item-divider"></span>
  673. <ul class="sub-menu">
  674. <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 nypost-menu-object-id--10775960"><a href="https://email.nypost.com/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Email Newsletters&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:61}" id="menu-link-54">Email Newsletters</a></li>
  675. <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 nypost-menu-object-id--14167389"><a href="https://shop.nypost.com/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Official Store&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:62}" id="menu-link-55">Official Store</a></li>
  676. <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 nypost-menu-object-id--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;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:63}" id="menu-link-56">Home Delivery</a></li>
  677. <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 nypost-menu-object-id--19216514"><a href="/tips/" data-ga-event="{&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Tips&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:64}" id="menu-link-57">Tips</a></li>
  678. </ul>
  679. </li>
  680. </ul> <div id="membership-login-container"></div>
  681. </div>
  682. </nav>
  683. <button
  684. class="site-header__search-toggle"
  685. aria-controls="search-input-header"
  686. aria-expanded="false"
  687. data-search-header="toggle"
  688. data-ga-event="
  689. {&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Search&quot;} "
  690. data-ga4-event="
  691. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:&quot;Search&quot;} "
  692. >
  693. <span class="screen-reader-text">Search</span>
  694. </button>
  695. <a
  696. href="https://email.nypost.com/"
  697. class="site-header__email"
  698. data-ga-event="
  699. {&quot;category&quot;:&quot;email_icon&quot;,&quot;action&quot;:&quot;click&quot;,&quot;label&quot;:&quot;email.nypost.com&quot;} "
  700. data-ga4-event="
  701. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;email_icon&quot;} "
  702. >
  703. <span class="site-header__email-icon"></span>
  704. <span class="screen-reader-text">Email</span>
  705. </a>
  706. </div>
  707.  
  708. <div class="site-header__logo">
  709. <a
  710. href="https://nypost.com"
  711. data-ga-event="
  712. {&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;New York Post&quot;} "
  713. data-ga4-event="
  714. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:&quot;New York Post&quot;} "
  715. >
  716. <span class="screen-reader-text">New York Post</span>
  717. <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>
  718. </a>
  719. </div>
  720.  
  721. <div class="site-header__right">
  722. <div class="site-header-cta cta">
  723. <a
  724. class="site-header-cta__link"
  725. href="https://pagesix.com/"
  726. data-ga-event="
  727. {&quot;category&quot;:&quot;Top Nav&quot;,&quot;action&quot;:&quot;Page Six Header CTA&quot;,&quot;label&quot;:&quot;&quot;} "
  728. data-ga4-event="
  729. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Top Nav&quot;,&quot;source_position&quot;:&quot;Page Six Header CTA&quot;} "
  730. >
  731. <img width="206" height="40" src="https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?w=206" class="site-header-cta__image" alt="Read the Latest on Page Six" decoding="async" srcset="https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png 412w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=300,58 300w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=180,35 180w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=140,27 140w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=107,21 107w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=200,39 200w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=231,45 231w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=322,63 322w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=87,17 87w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=234,45 234w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=150,29 150w, https://nypost.com/wp-content/uploads/sites/2/2023/02/button_3_bg-2.png?resize=50,10 50w" sizes="(max-width: 206px) 100vw, 206px" /> </a>
  732. </div>
  733. <div
  734. id="nypost-membership-header"
  735. class="nav-header nav-header--membership"
  736. >
  737. </div>
  738. </div>
  739. </div>
  740. <div id="membership-dropdown-wrapper"></div>
  741. <div class="site-header__bar"></div>
  742. </div>
  743.  
  744. <div class="search search--header" data-search-header="search" data-component="searchForm">
  745. <form class="search__form">
  746. <div class="search__inner" role="search">
  747. <label for="search-input-header" class="screen-reader-text">
  748. Search </label>
  749. <input type="search" name="s" class="search__input"  id="search-input-header" placeholder="Type to Search" tabindex="-1" data-search-header="input">
  750. </div>
  751. <button class="search__submit" type="submit" tabindex="-1" aria-label="Click to Search" data-search-header="submit">
  752. <span class="search__submit-text">Search</span>
  753. </button>
  754. </form>
  755. </div>
  756.  
  757. </header>
  758. <div class="ad-slot ad-slot--billboard d-none d-block-lg" data-ad-target="billb_atf_below_header">
  759. <div class="site-container">
  760. <div class="ad ad--container m-bottom d-none d-block-lg">
  761. <div class="ad__wrapper">
  762. <div class="ad__placeholder ad__placeholder--skeleton ad__placeholder--banner">
  763. <div class="ad-slot skeleton skeleton--ad skeleton--div-gpt-ad-billb_atf">
  764. <div id="div-gpt-ad-billb_atf" class="dfp-div-gpt-ad-billb_atf dfp-ad-post" aria-hidden="true" tabindex="-1">
  765. <div id="div-gpt-ad-billb_atf" class="dfp-ad dfp-ad-post dfp-billb_atf" aria-hidden="true" tabindex="-1">
  766. <div class="ad-wrapper">
  767. <script  type="text/plain"  class="optanon-category-C0023">
  768. var adWrapper = document.querySelector('.slideshow-ad-wrapper');
  769. if (typeof googletag !== 'undefined') {
  770. googletag.cmd.push(function() {
  771. if (window.definedSlots && -1 !== window.definedSlots.indexOf("div-gpt-ad-billb_atf")) {
  772. googletag.display("div-gpt-ad-billb_atf");
  773. } else {
  774. console.log('div-gpt-ad-billb_atf not a defined slot', window.definedSlots || []);
  775. }
  776. });
  777. }
  778. </script>
  779. </div>
  780. </div> </div>
  781. </div>
  782. </div>
  783. </div>
  784. </div>
  785. </div>
  786. </div><!-- closing div for `billboard-overlay` or `ad-slot` -->
  787. <div class="ie-notice" style="display:none" aria-hidden="true"></div>
  788. <div id="content" class="site-content" data-ad-skin="false">
  789. <div class="ad-slot ad-slot--skin ad-slot--no-container">
  790. <div id="div-gpt-ad-skin" class="dfp-div-gpt-ad-skin dfp-ad-post" aria-hidden="true" tabindex="-1">
  791. <div id="div-gpt-ad-skin" class="dfp-ad dfp-ad-post dfp-skin" aria-hidden="true" tabindex="-1">
  792. <div class="ad-wrapper">
  793. <script  type="text/plain"  class="optanon-category-C0023">
  794. var adWrapper = document.querySelector('.slideshow-ad-wrapper');
  795. if (typeof googletag !== 'undefined') {
  796. googletag.cmd.push(function() {
  797. if (window.definedSlots && -1 !== window.definedSlots.indexOf("div-gpt-ad-skin")) {
  798. googletag.display("div-gpt-ad-skin");
  799. } else {
  800. console.log('div-gpt-ad-skin not a defined slot', window.definedSlots || []);
  801. }
  802. });
  803. }
  804. </script>
  805. </div>
  806. </div> </div>
  807. </div>
  808. <div class="ad-slot ad-slot--overlay_fullpage ad-slot--no-container">
  809. <div id="div-gpt-ad-overlay_fullpage" class="dfp-div-gpt-ad-overlay_fullpage dfp-ad-post" aria-hidden="true" tabindex="-1">
  810. <div id="div-gpt-ad-overlay_fullpage" class="dfp-ad dfp-ad-post dfp-overlay_fullpage" aria-hidden="true" tabindex="-1">
  811. <div class="ad-wrapper">
  812. <script  type="text/plain"  class="optanon-category-C0023">
  813. var adWrapper = document.querySelector('.slideshow-ad-wrapper');
  814. if (typeof googletag !== 'undefined') {
  815. googletag.cmd.push(function() {
  816. if (window.definedSlots && -1 !== window.definedSlots.indexOf("div-gpt-ad-overlay_fullpage")) {
  817. googletag.display("div-gpt-ad-overlay_fullpage");
  818. } else {
  819. console.log('div-gpt-ad-overlay_fullpage not a defined slot', window.definedSlots || []);
  820. }
  821. });
  822. }
  823. </script>
  824. </div>
  825. </div> </div>
  826. </div>
  827.  
  828. <main id="main" class="site-container site-container--bg">
  829. <div class="page page--404">
  830. <div class="layout layout--sidebar">
  831. <div class="layout__grid layout__grid--gap-30">
  832.  
  833. <div class="layout__item layout__item--main">
  834. <div class="layout__inner">
  835. <header class="page__header content-header content-header--line-right">
  836. <h1 class="section-heading section-heading--md">
  837. Did You Get Lost? </h1>
  838. </header>
  839. <div class="page__content entry-content">
  840. <p>
  841. It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help. </p>
  842. <div class="search search--interior" data-component="searchForm">
  843. <form class="search__form" action="https://nypost.com/" id="page-search-form">
  844. <div class="search__inner" role="search">
  845. <label for="search-input-interior" class="screen-reader-text">
  846. Search </label>
  847. <input type="search" name="s" class="search__input" placeholder="Type to Search" value="">
  848. </div>
  849. <button class="search__submit" type="submit" id="search-submit" value="search" aria-label="Click to Search">
  850. <span class="search__submit-text">
  851. Search </span>
  852. </button>
  853. </form>
  854. </div>
  855. </div>
  856. </div>
  857. </div>
  858.  
  859. <div class="layout__item layout__item--sidebar">
  860. <div class="layout__inner">
  861. <aside class="archive__sidebar">
  862. <div class="widget widget_nypost_top_five_widget"><div class="widget widget--border widget--most-popular-today">
  863. <h4 class="subsection-heading subsection-heading--underline">
  864. Most Popular Today </h4>
  865. <ul>
  866. <li class="story story--list">
  867. <a
  868. href="https://nypost.com/2024/04/26/media/veteran-cnn-anchor-poppy-harlow-to-exit-network-after-morning-show-disaster/"
  869. data-ga-event="{&quot;category&quot;:&quot;Most Popular Today&quot;,&quot;action&quot;:&quot;https:\/\/nypost.com\/2024\/04\/26\/media\/veteran-cnn-anchor-poppy-harlow-to-exit-network-after-morning-show-disaster\/&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}"
  870. class="story__link story--i-float"
  871. data-ga4-event="
  872. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Most Popular Today&quot;,&quot;source_position&quot;:1} "
  873. >
  874. <div class="story__image">
  875. <img width="93" height="62" src="https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?quality=90&amp;strip=all&amp;w=93&amp;h=62&amp;crop=1" class="attachment-nyp_section_tag_mobile size-nyp_section_tag_mobile" alt="Veteran CNN anchor Poppy Harlow to exit network after morning show disaster" decoding="async" loading="lazy" srcset="https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?quality=90&amp;strip=all 2000w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=300,200&amp;quality=90&amp;strip=all 300w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=768,512&amp;quality=90&amp;strip=all 768w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=1024,682&amp;quality=90&amp;strip=all 1024w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=1536,1024&amp;quality=90&amp;strip=all 1536w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=1064,709&amp;quality=90&amp;strip=all 1064w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=375,250&amp;quality=90&amp;strip=all 375w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=956,633&amp;quality=90&amp;strip=all 956w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=717,475&amp;quality=90&amp;strip=all 717w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=878,585&amp;quality=90&amp;strip=all 878w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=744,496&amp;quality=90&amp;strip=all 744w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=720,480&amp;quality=90&amp;strip=all 720w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=135,90&amp;quality=90&amp;strip=all 135w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=576,384&amp;quality=90&amp;strip=all 576w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=478,316&amp;quality=90&amp;strip=all 478w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=457,305&amp;quality=90&amp;strip=all 457w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=440,293&amp;quality=90&amp;strip=all 440w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=424,282&amp;quality=90&amp;strip=all 424w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=389,260&amp;quality=90&amp;strip=all 389w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=360,240&amp;quality=90&amp;strip=all 360w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=340,227&amp;quality=90&amp;strip=all 340w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=320,213&amp;quality=90&amp;strip=all 320w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=314,209&amp;quality=90&amp;strip=all 314w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=306,204&amp;quality=90&amp;strip=all 306w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=280,187&amp;quality=90&amp;strip=all 280w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=260,174&amp;quality=90&amp;strip=all 260w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=246,164&amp;quality=90&amp;strip=all 246w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=234,156&amp;quality=90&amp;strip=all 234w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=195,130&amp;quality=90&amp;strip=all 195w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=180,120&amp;quality=90&amp;strip=all 180w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=171,114&amp;quality=90&amp;strip=all 171w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=160,107&amp;quality=90&amp;strip=all 160w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=144,96&amp;quality=90&amp;strip=all 144w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=140,93&amp;quality=90&amp;strip=all 140w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=107,71&amp;quality=90&amp;strip=all 107w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=93,62&amp;quality=90&amp;strip=all 93w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=84,56&amp;quality=90&amp;strip=all 84w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=200,133&amp;quality=90&amp;strip=all 200w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=231,154&amp;quality=90&amp;strip=all 231w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=322,215&amp;quality=90&amp;strip=all 322w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=600,400&amp;quality=90&amp;strip=all 600w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=87,58&amp;quality=90&amp;strip=all 87w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=150,100&amp;quality=90&amp;strip=all 150w, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?resize=50,33&amp;quality=90&amp;strip=all 50w" sizes="(max-width: 93px) 100vw, 93px" /> </div>
  876. <div class="story__text">
  877. <h5 class="story__headline headline headline--xxs t-truncate-3">
  878. Veteran CNN anchor Poppy Harlow to exit network after morning show disaster </h5>
  879. </div>
  880. </a>
  881. </li>
  882. <li class="story story--list">
  883. <a
  884. href="https://nypost.com/2024/04/26/us-news/inside-the-failed-white-house-coup-against-press-secretary-karine-jean-pierre/"
  885. data-ga-event="{&quot;category&quot;:&quot;Most Popular Today&quot;,&quot;action&quot;:&quot;https:\/\/nypost.com\/2024\/04\/26\/us-news\/inside-the-failed-white-house-coup-against-press-secretary-karine-jean-pierre\/&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}"
  886. class="story__link story--i-float"
  887. data-ga4-event="
  888. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Most Popular Today&quot;,&quot;source_position&quot;:2} "
  889. >
  890. <div class="story__image">
  891. <img width="93" height="62" src="https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?quality=90&amp;strip=all&amp;w=93&amp;h=62&amp;crop=1" class="attachment-nyp_section_tag_mobile size-nyp_section_tag_mobile" alt="Inside the failed White House coup to oust Biden press secretary Karine Jean-Pierre" decoding="async" loading="lazy" srcset="https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?quality=90&amp;strip=all 2000w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=300,200&amp;quality=90&amp;strip=all 300w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=768,512&amp;quality=90&amp;strip=all 768w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=1024,682&amp;quality=90&amp;strip=all 1024w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=1536,1024&amp;quality=90&amp;strip=all 1536w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=1064,709&amp;quality=90&amp;strip=all 1064w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=375,250&amp;quality=90&amp;strip=all 375w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=956,633&amp;quality=90&amp;strip=all 956w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=717,475&amp;quality=90&amp;strip=all 717w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=878,585&amp;quality=90&amp;strip=all 878w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=744,496&amp;quality=90&amp;strip=all 744w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=720,480&amp;quality=90&amp;strip=all 720w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=135,90&amp;quality=90&amp;strip=all 135w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=576,384&amp;quality=90&amp;strip=all 576w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=478,316&amp;quality=90&amp;strip=all 478w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=457,305&amp;quality=90&amp;strip=all 457w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=440,293&amp;quality=90&amp;strip=all 440w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=424,282&amp;quality=90&amp;strip=all 424w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=389,260&amp;quality=90&amp;strip=all 389w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=360,240&amp;quality=90&amp;strip=all 360w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=340,227&amp;quality=90&amp;strip=all 340w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=320,213&amp;quality=90&amp;strip=all 320w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=314,209&amp;quality=90&amp;strip=all 314w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=306,204&amp;quality=90&amp;strip=all 306w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=280,187&amp;quality=90&amp;strip=all 280w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=260,174&amp;quality=90&amp;strip=all 260w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=246,164&amp;quality=90&amp;strip=all 246w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=234,156&amp;quality=90&amp;strip=all 234w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=195,130&amp;quality=90&amp;strip=all 195w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=180,120&amp;quality=90&amp;strip=all 180w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=171,114&amp;quality=90&amp;strip=all 171w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=160,107&amp;quality=90&amp;strip=all 160w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=144,96&amp;quality=90&amp;strip=all 144w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=140,93&amp;quality=90&amp;strip=all 140w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=107,71&amp;quality=90&amp;strip=all 107w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=93,62&amp;quality=90&amp;strip=all 93w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=84,56&amp;quality=90&amp;strip=all 84w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=200,133&amp;quality=90&amp;strip=all 200w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=231,154&amp;quality=90&amp;strip=all 231w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=322,215&amp;quality=90&amp;strip=all 322w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=600,400&amp;quality=90&amp;strip=all 600w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=87,58&amp;quality=90&amp;strip=all 87w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=150,100&amp;quality=90&amp;strip=all 150w, https://nypost.com/wp-content/uploads/sites/2/2024/04/karine-jean-pierre-biden-ousting-attempt-comp.jpg?resize=50,33&amp;quality=90&amp;strip=all 50w" sizes="(max-width: 93px) 100vw, 93px" /> </div>
  892. <div class="story__text">
  893. <h5 class="story__headline headline headline--xxs t-truncate-3">
  894. Inside the failed White House coup to oust Biden press secretary Karine Jean-Pierre </h5>
  895. </div>
  896. </a>
  897. </li>
  898. <li class="story story--list">
  899. <a
  900. href="https://nypost.com/2024/04/26/sports/joe-alt-girlfriend-emilie-meyer-have-awkward-reaction-at-2024-nfl-draft/"
  901. data-ga-event="{&quot;category&quot;:&quot;Most Popular Today&quot;,&quot;action&quot;:&quot;https:\/\/nypost.com\/2024\/04\/26\/sports\/joe-alt-girlfriend-emilie-meyer-have-awkward-reaction-at-2024-nfl-draft\/&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}"
  902. class="story__link story--i-float"
  903. data-ga4-event="
  904. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Most Popular Today&quot;,&quot;source_position&quot;:3} "
  905. >
  906. <div class="story__image">
  907. <img width="93" height="62" src="https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?quality=90&amp;strip=all&amp;1714126050&amp;w=93&amp;h=62&amp;crop=1" class="attachment-nyp_section_tag_mobile size-nyp_section_tag_mobile" alt="Top NFL pick, girlfriend have awkward reaction after getting drafted" decoding="async" loading="lazy" srcset="https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?quality=90&amp;strip=all 2000w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=300,200&amp;quality=90&amp;strip=all 300w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=768,512&amp;quality=90&amp;strip=all 768w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=1024,682&amp;quality=90&amp;strip=all 1024w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=1536,1024&amp;quality=90&amp;strip=all 1536w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=1064,709&amp;quality=90&amp;strip=all 1064w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=375,250&amp;quality=90&amp;strip=all 375w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=956,633&amp;quality=90&amp;strip=all 956w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=717,475&amp;quality=90&amp;strip=all 717w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=878,585&amp;quality=90&amp;strip=all 878w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=744,496&amp;quality=90&amp;strip=all 744w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=720,480&amp;quality=90&amp;strip=all 720w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=135,90&amp;quality=90&amp;strip=all 135w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=576,384&amp;quality=90&amp;strip=all 576w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=478,316&amp;quality=90&amp;strip=all 478w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=457,305&amp;quality=90&amp;strip=all 457w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=440,293&amp;quality=90&amp;strip=all 440w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=424,282&amp;quality=90&amp;strip=all 424w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=389,260&amp;quality=90&amp;strip=all 389w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=360,240&amp;quality=90&amp;strip=all 360w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=340,227&amp;quality=90&amp;strip=all 340w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=320,213&amp;quality=90&amp;strip=all 320w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=314,209&amp;quality=90&amp;strip=all 314w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=306,204&amp;quality=90&amp;strip=all 306w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=280,187&amp;quality=90&amp;strip=all 280w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=260,174&amp;quality=90&amp;strip=all 260w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=246,164&amp;quality=90&amp;strip=all 246w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=234,156&amp;quality=90&amp;strip=all 234w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=195,130&amp;quality=90&amp;strip=all 195w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=180,120&amp;quality=90&amp;strip=all 180w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=171,114&amp;quality=90&amp;strip=all 171w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=160,107&amp;quality=90&amp;strip=all 160w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=144,96&amp;quality=90&amp;strip=all 144w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=140,93&amp;quality=90&amp;strip=all 140w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=107,71&amp;quality=90&amp;strip=all 107w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=93,62&amp;quality=90&amp;strip=all 93w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=84,56&amp;quality=90&amp;strip=all 84w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=200,133&amp;quality=90&amp;strip=all 200w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=231,154&amp;quality=90&amp;strip=all 231w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=322,215&amp;quality=90&amp;strip=all 322w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=600,400&amp;quality=90&amp;strip=all 600w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=87,58&amp;quality=90&amp;strip=all 87w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=150,100&amp;quality=90&amp;strip=all 150w, https://nypost.com/wp-content/uploads/sites/2/2024/04/newspress-collage-nnrnk9wy2-1714140404913.jpg?resize=50,33&amp;quality=90&amp;strip=all 50w" sizes="(max-width: 93px) 100vw, 93px" /> </div>
  908. <div class="story__text">
  909. <h5 class="story__headline headline headline--xxs t-truncate-3">
  910. Top NFL pick, girlfriend have awkward reaction after getting drafted </h5>
  911. </div>
  912. </a>
  913. </li>
  914. <li class="story story--list">
  915. <a
  916. href="https://nypost.com/2024/04/26/us-news/george-soros-maoist-fund-columbias-anti-israel-tent-city/"
  917. data-ga-event="{&quot;category&quot;:&quot;Most Popular Today&quot;,&quot;action&quot;:&quot;https:\/\/nypost.com\/2024\/04\/26\/us-news\/george-soros-maoist-fund-columbias-anti-israel-tent-city\/&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}"
  918. class="story__link story--i-float"
  919. data-ga4-event="
  920. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Most Popular Today&quot;,&quot;source_position&quot;:4} "
  921. >
  922. <div class="story__image">
  923. <img width="93" height="62" src="https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?quality=90&amp;strip=all&amp;w=93&amp;h=62&amp;crop=1" class="attachment-nyp_section_tag_mobile size-nyp_section_tag_mobile" alt="George Soros is paying student radicals who are fueling nationwide explosion of Israel-hating protests" decoding="async" loading="lazy" srcset="https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?quality=90&amp;strip=all 2000w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=300,200&amp;quality=90&amp;strip=all 300w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=768,512&amp;quality=90&amp;strip=all 768w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=1024,682&amp;quality=90&amp;strip=all 1024w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=1536,1024&amp;quality=90&amp;strip=all 1536w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=1064,709&amp;quality=90&amp;strip=all 1064w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=375,250&amp;quality=90&amp;strip=all 375w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=956,633&amp;quality=90&amp;strip=all 956w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=717,475&amp;quality=90&amp;strip=all 717w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=878,585&amp;quality=90&amp;strip=all 878w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=744,496&amp;quality=90&amp;strip=all 744w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=720,480&amp;quality=90&amp;strip=all 720w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=135,90&amp;quality=90&amp;strip=all 135w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=576,384&amp;quality=90&amp;strip=all 576w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=478,316&amp;quality=90&amp;strip=all 478w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=457,305&amp;quality=90&amp;strip=all 457w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=440,293&amp;quality=90&amp;strip=all 440w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=424,282&amp;quality=90&amp;strip=all 424w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=389,260&amp;quality=90&amp;strip=all 389w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=360,240&amp;quality=90&amp;strip=all 360w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=340,227&amp;quality=90&amp;strip=all 340w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=320,213&amp;quality=90&amp;strip=all 320w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=314,209&amp;quality=90&amp;strip=all 314w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=306,204&amp;quality=90&amp;strip=all 306w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=280,187&amp;quality=90&amp;strip=all 280w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=260,174&amp;quality=90&amp;strip=all 260w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=246,164&amp;quality=90&amp;strip=all 246w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=234,156&amp;quality=90&amp;strip=all 234w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=195,130&amp;quality=90&amp;strip=all 195w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=180,120&amp;quality=90&amp;strip=all 180w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=171,114&amp;quality=90&amp;strip=all 171w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=160,107&amp;quality=90&amp;strip=all 160w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=144,96&amp;quality=90&amp;strip=all 144w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=140,93&amp;quality=90&amp;strip=all 140w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=107,71&amp;quality=90&amp;strip=all 107w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=93,62&amp;quality=90&amp;strip=all 93w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=84,56&amp;quality=90&amp;strip=all 84w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=200,133&amp;quality=90&amp;strip=all 200w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=231,154&amp;quality=90&amp;strip=all 231w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=322,215&amp;quality=90&amp;strip=all 322w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=600,400&amp;quality=90&amp;strip=all 600w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=87,58&amp;quality=90&amp;strip=all 87w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=150,100&amp;quality=90&amp;strip=all 150w, https://nypost.com/wp-content/uploads/sites/2/2024/04/college-protestsNEWX.jpg?resize=50,33&amp;quality=90&amp;strip=all 50w" sizes="(max-width: 93px) 100vw, 93px" /> </div>
  924. <div class="story__text">
  925. <h5 class="story__headline headline headline--xxs t-truncate-3">
  926. George Soros is paying student radicals who are fueling nationwide explosion of Israel-hating protests </h5>
  927. </div>
  928. </a>
  929. </li>
  930. <li class="story story--list">
  931. <a
  932. href="https://nypost.com/2024/04/25/business/southwest-airlines-to-end-service-at-four-airports-fire-2000-employees/"
  933. data-ga-event="{&quot;category&quot;:&quot;Most Popular Today&quot;,&quot;action&quot;:&quot;https:\/\/nypost.com\/2024\/04\/25\/business\/southwest-airlines-to-end-service-at-four-airports-fire-2000-employees\/&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}"
  934. class="story__link story--i-float"
  935. data-ga4-event="
  936. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Most Popular Today&quot;,&quot;source_position&quot;:5} "
  937. >
  938. <div class="story__image">
  939. <img width="93" height="62" src="https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?quality=90&amp;strip=all&amp;w=93&amp;h=62&amp;crop=1" class="attachment-nyp_section_tag_mobile size-nyp_section_tag_mobile" alt="Southwest Airlines to end service at 4 airports -- including one in New York -- and reduce staff by up to 2K" decoding="async" loading="lazy" srcset="https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?quality=90&amp;strip=all 3702w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=300,200&amp;quality=90&amp;strip=all 300w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=768,510&amp;quality=90&amp;strip=all 768w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=1024,680&amp;quality=90&amp;strip=all 1024w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=1536,1020&amp;quality=90&amp;strip=all 1536w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=2048,1360&amp;quality=90&amp;strip=all 2048w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=1064,707&amp;quality=90&amp;strip=all 1064w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=376,250&amp;quality=90&amp;strip=all 376w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=956,633&amp;quality=90&amp;strip=all 956w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=717,475&amp;quality=90&amp;strip=all 717w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=878,583&amp;quality=90&amp;strip=all 878w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=744,496&amp;quality=90&amp;strip=all 744w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=720,480&amp;quality=90&amp;strip=all 720w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=135,90&amp;quality=90&amp;strip=all 135w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=576,383&amp;quality=90&amp;strip=all 576w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=478,316&amp;quality=90&amp;strip=all 478w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=457,305&amp;quality=90&amp;strip=all 457w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=440,292&amp;quality=90&amp;strip=all 440w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=424,282&amp;quality=90&amp;strip=all 424w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=389,260&amp;quality=90&amp;strip=all 389w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=360,240&amp;quality=90&amp;strip=all 360w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=340,227&amp;quality=90&amp;strip=all 340w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=320,213&amp;quality=90&amp;strip=all 320w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=314,209&amp;quality=90&amp;strip=all 314w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=306,204&amp;quality=90&amp;strip=all 306w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=280,187&amp;quality=90&amp;strip=all 280w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=260,174&amp;quality=90&amp;strip=all 260w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=246,164&amp;quality=90&amp;strip=all 246w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=234,156&amp;quality=90&amp;strip=all 234w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=195,130&amp;quality=90&amp;strip=all 195w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=180,120&amp;quality=90&amp;strip=all 180w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=171,114&amp;quality=90&amp;strip=all 171w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=160,107&amp;quality=90&amp;strip=all 160w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=144,96&amp;quality=90&amp;strip=all 144w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=140,93&amp;quality=90&amp;strip=all 140w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=107,71&amp;quality=90&amp;strip=all 107w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=93,62&amp;quality=90&amp;strip=all 93w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=84,56&amp;quality=90&amp;strip=all 84w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=200,133&amp;quality=90&amp;strip=all 200w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=231,153&amp;quality=90&amp;strip=all 231w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=322,214&amp;quality=90&amp;strip=all 322w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=600,400&amp;quality=90&amp;strip=all 600w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=87,58&amp;quality=90&amp;strip=all 87w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=150,100&amp;quality=90&amp;strip=all 150w, https://nypost.com/wp-content/uploads/sites/2/2024/04/737-max-aircraft-parked-tarmac-80596676.jpg?resize=50,33&amp;quality=90&amp;strip=all 50w" sizes="(max-width: 93px) 100vw, 93px" /> </div>
  940. <div class="story__text">
  941. <h5 class="story__headline headline headline--xxs t-truncate-3">
  942. Southwest Airlines to end service at 4 airports -- including one in New York -- and reduce staff by up to 2K </h5>
  943. </div>
  944. </a>
  945. </li>
  946. <ul>
  947. </div>
  948. </div> </aside>
  949. </div>
  950. </div>
  951.  
  952. </div>
  953. </div>
  954.  
  955. </div>
  956. </main>
  957. </div><!-- #content -->
  958.  
  959. <aside class="more-stories">
  960. <div class="more-stories__inner">
  961. <header class="content-header content-header--line-right">
  962. <h2 class="more-stories__title m-bottom-none">
  963. More Stories </h2>
  964. </header>
  965. <div class="layout layout--thirds">
  966. <div class="layout__grid">
  967.  
  968. <div class="layout__item">
  969. <div class="layout__inner">
  970. <div class="more-stories__story">
  971. <h3 class="more-stories__site">
  972. Page Six </h3>
  973. <a
  974. href="https://pagesix.com/2024/04/26/entertainment/jon-bon-jovis-wife-dorothea-hurley-skips-doc-screening-after-he-admitted-he-wasnt-a-saint-in-their-marriage/"
  975. tabindex="-1"
  976. data-ga-event="
  977. {&quot;category&quot;:&quot;More Stories - Page Six&quot;,&quot;action&quot;:&quot;Jon Bon Jovi&#039;s wife, Dorothea Hurley, skips doc screening after he admitted he wasn&#039;t a &#039;saint&#039; in their marriage&quot;,&quot;label&quot;:&quot;https:\/\/pagesix.com\/2024\/04\/26\/entertainment\/jon-bon-jovis-wife-dorothea-hurley-skips-doc-screening-after-he-admitted-he-wasnt-a-saint-in-their-marriage\/&quot;} "
  978. data-ga4-event="
  979. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;More Stories - Page Six&quot;} "
  980. >
  981. <img
  982. class="lazyload"
  983. loading="lazy"
  984. srcset="https://nypost.com/wp-content/uploads/sites/2/2024/04/80738003.jpg?quality=75&#038;strip=all&#038;crop=1&#038;w=341&#038;h=227 1x, https://nypost.com/wp-content/uploads/sites/2/2024/04/80738003.jpg?quality=75&#038;strip=all&#038;crop=1&#038;w=682&#038;h=454 2x"
  985. sizes="(min-width: 600px) 341px, 144px"
  986. alt="Jon Bon Jovi&#039;s wife, Dorothea Hurley, skips doc screening after he admitted he wasn&#039;t a &#039;saint&#039; in their marriage"
  987. width="341"
  988. height="227"
  989. />
  990. </a>
  991. <h4 class="headline headline--xxs">
  992. <a
  993. href="https://pagesix.com/2024/04/26/entertainment/jon-bon-jovis-wife-dorothea-hurley-skips-doc-screening-after-he-admitted-he-wasnt-a-saint-in-their-marriage/"
  994. data-ga-event="
  995. {&quot;category&quot;:&quot;More Stories - Page Six&quot;,&quot;action&quot;:&quot;Jon Bon Jovi&#039;s wife, Dorothea Hurley, skips doc screening after he admitted he wasn&#039;t a &#039;saint&#039; in their marriage&quot;,&quot;label&quot;:&quot;https:\/\/pagesix.com\/2024\/04\/26\/entertainment\/jon-bon-jovis-wife-dorothea-hurley-skips-doc-screening-after-he-admitted-he-wasnt-a-saint-in-their-marriage\/&quot;} "
  996. data-ga4-event="
  997. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;More Stories - Page Six&quot;} "
  998. >
  999. Jon Bon Jovi&#039;s wife, Dorothea Hurley, skips doc screening after he admitted he wasn&#039;t a &#039;saint&#039; in their marriage </a>
  1000. </h4>
  1001. </div>
  1002. </div>
  1003. </div>
  1004. <div class="layout__item">
  1005. <div class="layout__inner">
  1006. <div class="more-stories__story">
  1007. <div class="widget">
  1008. <div class="single__outbrain" data-component="outbrain">
  1009. <div id="outbrainContainer0" data-ob-template="nypost" class="OBR" data-src=""></div>
  1010. <script type="text/javascript">
  1011. // set a default widget id
  1012. var ob_id = "AR_12";
  1013.  
  1014. // Select the proper template to use
  1015. if ( nypost_screen == 'mobile' ) {
  1016. ob_id = "AR_12";
  1017.  
  1018. }
  1019.  
  1020. OB_elements = ( typeof( OB_elements ) !== 'undefined' ) ? OB_elements : [];
  1021. var OB_element = {};
  1022.  
  1023. // Editable section
  1024. OB_element.containerId = "outbrainContainer0";
  1025. OB_element.widgetId  = ob_id;
  1026.  
  1027. OB_elements.push( OB_element );
  1028. </script>
  1029. </div>
  1030. </div>
  1031. </div>
  1032. </div>
  1033. </div>
  1034. <div class="layout__item">
  1035. <div class="layout__inner">
  1036. <div class="more-stories__story">
  1037. <h3 class="more-stories__site">
  1038. NYPost </h3>
  1039. <a
  1040. href="https://nypost.com/2024/04/26/media/veteran-cnn-anchor-poppy-harlow-to-exit-network-after-morning-show-disaster/"
  1041. tabindex="-1"
  1042. data-ga-event="
  1043. {&quot;category&quot;:&quot;More Stories - NYPost&quot;,&quot;action&quot;:&quot;Veteran CNN anchor Poppy Harlow to exit network after morning show disaster&quot;,&quot;label&quot;:&quot;https:\/\/nypost.com\/2024\/04\/26\/media\/veteran-cnn-anchor-poppy-harlow-to-exit-network-after-morning-show-disaster\/&quot;} "
  1044. data-ga4-event="
  1045. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;More Stories - NYPost&quot;} "
  1046. >
  1047. <img
  1048. class="lazyload"
  1049. loading="lazy"
  1050. srcset="https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?quality=75&#038;strip=all&#038;crop=1&#038;w=341&#038;h=227 1x, https://nypost.com/wp-content/uploads/sites/2/2024/04/2023-washington-dc-event-features-80728074.jpg?quality=75&#038;strip=all&#038;crop=1&#038;w=682&#038;h=454 2x"
  1051. sizes="(min-width: 600px) 341px, 144px"
  1052. alt="Veteran CNN anchor Poppy Harlow to exit network after morning show disaster"
  1053. width="341"
  1054. height="227"
  1055. />
  1056. </a>
  1057. <h4 class="headline headline--xxs">
  1058. <a
  1059. href="https://nypost.com/2024/04/26/media/veteran-cnn-anchor-poppy-harlow-to-exit-network-after-morning-show-disaster/"
  1060. data-ga-event="
  1061. {&quot;category&quot;:&quot;More Stories - NYPost&quot;,&quot;action&quot;:&quot;Veteran CNN anchor Poppy Harlow to exit network after morning show disaster&quot;,&quot;label&quot;:&quot;https:\/\/nypost.com\/2024\/04\/26\/media\/veteran-cnn-anchor-poppy-harlow-to-exit-network-after-morning-show-disaster\/&quot;} "
  1062. data-ga4-event="
  1063. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;More Stories - NYPost&quot;} "
  1064. >
  1065. Veteran CNN anchor Poppy Harlow to exit network after morning show disaster </a>
  1066. </h4>
  1067. </div>
  1068. </div>
  1069. </div>
  1070. </div>
  1071. </div>
  1072. </div>
  1073. </aside>
  1074.  
  1075.  
  1076. <footer id="colophon" class="site-footer" data-component="footer">
  1077. <div class="site-footer__wrapper">
  1078. <div class="site-footer__top">
  1079.  
  1080. <div class="site-footer__logo">
  1081. <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>
  1082. </div>
  1083.  
  1084. <div class="social-footer">
  1085. <ul class="social-icons social-icons--horizontal">
  1086. <li>
  1087. <a
  1088. class="social-icons__icon social-icons__icon--facebook"
  1089. href="https://www.facebook.com/nypost"
  1090. target="_blank"
  1091. data-ga-event="
  1092. {&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Facebook&quot;,&quot;label&quot;:&quot;ga_current_url&quot;} "
  1093. data-ga4-event="
  1094. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:&quot;Facebook&quot;} "
  1095. >
  1096. <span class="screen-reader-text">Facebook</span>
  1097. </a>
  1098. </li>
  1099. <li>
  1100. <a
  1101. class="social-icons__icon social-icons__icon--twitter"
  1102. href="https://twitter.com/nypost"
  1103. target="_blank"
  1104. data-ga-event="
  1105. {&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Twitter&quot;,&quot;label&quot;:&quot;ga_current_url&quot;} "
  1106. data-ga4-event="
  1107. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:&quot;Twitter&quot;} "
  1108. >
  1109. <span class="screen-reader-text">Twitter</span>
  1110. </a>
  1111. </li>
  1112. <li>
  1113. <a
  1114. class="social-icons__icon social-icons__icon--instagram"
  1115. href="https://instagram.com/nypost"
  1116. target="_blank"
  1117. data-ga-event="
  1118. {&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Instagram&quot;,&quot;label&quot;:&quot;ga_current_url&quot;} "
  1119. data-ga4-event="
  1120. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:&quot;Instagram&quot;} "
  1121. >
  1122. <span class="screen-reader-text">Instagram</span>
  1123. </a>
  1124. </li>
  1125. <li>
  1126. <a
  1127. class="social-icons__icon social-icons__icon--linkedin"
  1128. href="https://www.linkedin.com/company/new-york-post"
  1129. target="_blank"
  1130. data-ga-event="
  1131. {&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;LinkedIn&quot;,&quot;label&quot;:&quot;ga_current_url&quot;} "
  1132. data-ga4-event="
  1133. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:&quot;LinkedIn&quot;} "
  1134. >
  1135. <span class="screen-reader-text">LinkedIn</span>
  1136. </a>
  1137. </li>
  1138. <li>
  1139. <a
  1140. class="social-icons__icon social-icons__icon--email"
  1141. href="https://email.nypost.com/"
  1142. target="_blank"
  1143. data-ga-event="
  1144. {&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Email&quot;,&quot;label&quot;:&quot;ga_current_url&quot;} "
  1145. data-ga4-event="
  1146. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:&quot;Email&quot;} "
  1147. >
  1148. <span class="screen-reader-text">Email</span>
  1149. </a>
  1150. </li>
  1151. <li>
  1152. <a
  1153. class="social-icons__icon social-icons__icon--youtube"
  1154. href="https://www.youtube.com/nypost"
  1155. target="_blank"
  1156. data-ga-event="
  1157. {&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;YouTube&quot;,&quot;label&quot;:&quot;ga_current_url&quot;} "
  1158. data-ga4-event="
  1159. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:&quot;YouTube&quot;} "
  1160. >
  1161. <span class="screen-reader-text">YouTube</span>
  1162. </a>
  1163. </li>
  1164. </ul>
  1165. </div>
  1166.  
  1167. </div><!-- /.site-footer__top -->
  1168.  
  1169. <div class="site-footer__main">
  1170.  
  1171. <nav class="footer-navigation" role="navigation">
  1172. <ul id="menu-footer-menu" class="footer-nav"><li id="menu-item-1612816" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1612816 nypost-menu-object-id--1612816 footer-nav__first-col"><a href="#" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Sections &amp; Features&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:1}" id="menu-link-61">Sections &amp; Features</a>
  1173. <ul class="sub-menu footer-nav__column">
  1174. <li id="menu-item-30731983" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-30731983 nypost-menu-object-id--103"><a href="https://nypost.com/us-news/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;US News&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:2}" id="menu-link-62">US News</a></li>
  1175. <li id="menu-item-9914279" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914279 nypost-menu-object-id--1498"><a href="https://nypost.com/metro/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Metro&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:3}" id="menu-link-63">Metro</a></li>
  1176. <li id="menu-item-30733925" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-30733925 nypost-menu-object-id--423852409"><a href="https://nypost.com/world-news/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;World News&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:4}" id="menu-link-64">World News</a></li>
  1177. <li id="menu-item-9914283" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914283 nypost-menu-object-id--67"><a href="https://nypost.com/sports/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Sports&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:5}" id="menu-link-65">Sports</a></li>
  1178. <li id="menu-item-20743331" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20743331 nypost-menu-object-id--20743331"><a href="https://nypost.com/post-action-betting/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Sports Betting&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:6}" id="menu-link-66">Sports Betting</a></li>
  1179. <li id="menu-item-9914273" class="menu-item menu-item-type-taxonomy menu-item-object-section current-article-ancestor current-menu-parent current-article-parent menu-item-9914273 nypost-menu-object-id--179"><a href="https://nypost.com/business/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Business&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:7}" id="menu-link-67">Business</a></li>
  1180. <li id="menu-item-9914280" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914280 nypost-menu-object-id--352"><a href="https://nypost.com/opinion/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Opinion&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:8}" id="menu-link-68">Opinion</a></li>
  1181. <li id="menu-item-9914274" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914274 nypost-menu-object-id--384"><a href="https://nypost.com/entertainment/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Entertainment&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:9}" id="menu-link-69">Entertainment</a></li>
  1182. <li id="menu-item-9914276" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914276 nypost-menu-object-id--3737"><a href="https://nypost.com/fashion-and-beauty/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Fashion &amp; Beauty&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:10}" id="menu-link-70">Fashion &amp; Beauty</a></li>
  1183. <li id="menu-item-14486543" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14486543 nypost-menu-object-id--14486543"><a href="https://nypost.com/shopping/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Shopping&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:11}" id="menu-link-71">Shopping</a></li>
  1184. <li id="menu-item-9914277" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914277 nypost-menu-object-id--11117"><a href="https://nypost.com/lifestyle/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Lifestyle&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:12}" id="menu-link-72">Lifestyle</a></li>
  1185. <li id="menu-item-9914282" class="menu-item menu-item-type-taxonomy menu-item-object-section current-article-ancestor current-menu-parent current-article-parent menu-item-9914282 nypost-menu-object-id--3225"><a href="https://nypost.com/real-estate/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Real Estate&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:13}" id="menu-link-73">Real Estate</a></li>
  1186. <li id="menu-item-9914278" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914278 nypost-menu-object-id--292"><a href="https://nypost.com/media/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Media&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:14}" id="menu-link-74">Media</a></li>
  1187. <li id="menu-item-9914284" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914284 nypost-menu-object-id--318"><a href="https://nypost.com/tech/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Tech&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:15}" id="menu-link-75">Tech</a></li>
  1188. <li id="menu-item-24080014" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-24080014 nypost-menu-object-id--423848859"><a href="https://nypost.com/health/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Health&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:16}" id="menu-link-76">Health</a></li>
  1189. <li id="menu-item-24080018" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-24080018 nypost-menu-object-id--423848858"><a href="https://nypost.com/travel/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Travel&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:17}" id="menu-link-77">Travel</a></li>
  1190. <li id="menu-item-21954235" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21954235 nypost-menu-object-id--21954235"><a href="https://nypost.com/astrology/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Astrology&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:18}" id="menu-link-78">Astrology</a></li>
  1191. <li id="menu-item-9914285" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914285 nypost-menu-object-id--412"><a href="https://nypost.com/video/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Video&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:19}" id="menu-link-79">Video</a></li>
  1192. <li id="menu-item-9914281" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9914281 nypost-menu-object-id--304"><a href="https://nypost.com/photos/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Photos&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:20}" id="menu-link-80">Photos</a></li>
  1193. <li id="menu-item-20167800" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20167800 nypost-menu-object-id--20167800"><a href="https://nypost.com/web-stories/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Visual Stories&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:21}" id="menu-link-81">Visual Stories</a></li>
  1194. <li id="menu-item-9914292" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914292 nypost-menu-object-id--9914292"><a href="/alexa/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Alexa&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:22}" id="menu-link-82">Alexa</a></li>
  1195. <li id="menu-item-9914293" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914293 nypost-menu-object-id--9914293"><a href="/covers/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Covers&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:23}" id="menu-link-83">Covers</a></li>
  1196. <li id="menu-item-9914294" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914294 nypost-menu-object-id--9914294"><a href="/horoscopes/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Horoscopes&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:24}" id="menu-link-84">Horoscopes</a></li>
  1197. <li id="menu-item-13226362" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13226362 nypost-menu-object-id--13175867"><a href="https://nypost.com/odds/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Sports Odds&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:25}" id="menu-link-85">Sports Odds</a></li>
  1198. <li id="menu-item-16968934" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16968934 nypost-menu-object-id--16968934"><a href="https://nypost.com/podcasts/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Podcasts&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:26}" id="menu-link-86">Podcasts</a></li>
  1199. <li id="menu-item-29468452" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29468452 nypost-menu-object-id--29468452"><a href="https://nypost.com/games/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Crosswords &amp; Games&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:27}" id="menu-link-87">Crosswords &amp; Games</a></li>
  1200. <li id="menu-item-16125052" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16125052 nypost-menu-object-id--16125052"><a href="/columnists/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Columnists&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:28}" id="menu-link-88">Columnists</a></li>
  1201. <li id="menu-item-9914295" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914295 nypost-menu-object-id--9914295"><a href="/classifieds/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Classifieds&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:29}" id="menu-link-89">Classifieds</a></li>
  1202. </ul>
  1203. </li>
  1204. <li id="menu-item-19415794" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-19415794 nypost-menu-object-id--19415794 "><a href="#" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Post Sports+&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:30}" id="menu-link-90">Post Sports+</a>
  1205. <ul class="sub-menu footer-nav__column">
  1206. <li id="menu-item-19415804" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19415804 nypost-menu-object-id--19415804"><a href="/account/subscribe/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Subscribe&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:31}" id="menu-link-91">Subscribe</a></li>
  1207. <li id="menu-item-19415814" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19415814 nypost-menu-object-id--19415814"><a href="/sports-plus/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Articles&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:32}" id="menu-link-92">Articles</a></li>
  1208. <li id="menu-item-19415818" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19415818 nypost-menu-object-id--19415818"><a href="/account/settings/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Manage&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:33}" id="menu-link-93">Manage</a></li>
  1209. </ul>
  1210. </li>
  1211. <li id="menu-item-1612818" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1612818 nypost-menu-object-id--1612818 "><a href="#" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Newsletters &amp; Feeds&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:34}" id="menu-link-94">Newsletters &amp; Feeds</a>
  1212. <ul class="sub-menu footer-nav__column">
  1213. <li id="menu-item-9914298" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914298 nypost-menu-object-id--9914298"><a href="https://email.nypost.com/?c=9u3u4hfnkjbfgu" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Email Newsletters&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:35}" id="menu-link-95">Email Newsletters</a></li>
  1214. <li id="menu-item-9914300" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9914300 nypost-menu-object-id--1643629"><a href="https://nypost.com/rssfeeds/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;RSS Feeds&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:36}" id="menu-link-96">RSS Feeds</a></li>
  1215. <li id="menu-item-9914302" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914302 nypost-menu-object-id--9914302"><a target="_blank" rel="noopener" href="https://shop.nypost.com/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;NY Post Official Store&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:37}" id="menu-link-97">NY Post Official Store</a></li>
  1216. <li id="menu-item-9914304" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9914304 nypost-menu-object-id--9914304"><a href="#" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Home Delivery&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:38}" id="menu-link-98">Home Delivery</a>
  1217. <ul class="sub-menu">
  1218. <li id="menu-item-9914305" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914305 nypost-menu-object-id--9914305"><a target="_blank" rel="nofollow noopener noreferrer" href="https://subscribe.nypost.com/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Subscribe&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:39}" id="menu-link-99">Subscribe</a></li>
  1219. <li id="menu-item-9914306" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914306 nypost-menu-object-id--9914306"><a target="_blank" rel="noopener" href="https://my.nypost.com/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Manage Subscription&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:40}" id="menu-link-100">Manage Subscription</a></li>
  1220. </ul>
  1221. </li>
  1222. <li id="menu-item-9914322" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914322 nypost-menu-object-id--9914322"><a target="_blank" rel="noopener" href="https://nypost.com/home-delivery/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Delivery Help&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:41}" id="menu-link-101">Delivery Help</a></li>
  1223. </ul>
  1224. </li>
  1225. <li id="menu-item-1612820" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1612820 nypost-menu-object-id--1612820 "><a href="#" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Help\/Support&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:42}" id="menu-link-102">Help/Support</a>
  1226. <ul class="sub-menu footer-nav__column">
  1227. <li id="menu-item-18640011" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18640011 nypost-menu-object-id--18639903"><a href="https://nypost.com/about-new-york-post/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;About New York Post&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:43}" id="menu-link-103">About New York Post</a></li>
  1228. <li id="menu-item-9914310" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9914310 nypost-menu-object-id--1673516"><a href="https://nypost.com/customer-service/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Customer Service&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:44}" id="menu-link-104">Customer Service</a></li>
  1229. <li id="menu-item-26456477" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26456477 nypost-menu-object-id--26456317"><a href="https://nypost.com/app-help/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Apps Help&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:45}" id="menu-link-105">Apps Help</a></li>
  1230. <li id="menu-item-17583781" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17583781 nypost-menu-object-id--17583781"><a href="https://nypost.com/community-guidelines/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Community Guidelines&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:46}" id="menu-link-106">Community Guidelines</a></li>
  1231. <li id="menu-item-9914313" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9914313 nypost-menu-object-id--9914313"><a href="#" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Contact Us&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:47}" id="menu-link-107">Contact Us</a>
  1232. <ul class="sub-menu">
  1233. <li id="menu-item-10211271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10211271 nypost-menu-object-id--2691178"><a href="https://nypost.com/tips/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Tips&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:48}" id="menu-link-108">Tips</a></li>
  1234. <li id="menu-item-9914316" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9914316 nypost-menu-object-id--1612812"><a href="https://nypost.com/contact/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Newsroom&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:49}" id="menu-link-109">Newsroom</a></li>
  1235. <li id="menu-item-9914315" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9914315 nypost-menu-object-id--1612812"><a href="https://nypost.com/contact/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Letters to the Editor&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:50}" id="menu-link-110">Letters to the Editor</a></li>
  1236. <li id="menu-item-9914317" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914317 nypost-menu-object-id--9914317"><a rel="nofollow noopener noreferrer" href="https://info.wrightsmedia.com/new-york-post-licensing" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Licensing &amp; Reprints&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:51}" id="menu-link-111">Licensing &amp; Reprints</a></li>
  1237. <li id="menu-item-7879047" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7879047 nypost-menu-object-id--7879047"><a href="/careers/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Careers&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:52}" id="menu-link-112">Careers</a></li>
  1238. <li id="menu-item-25608639" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25608639 nypost-menu-object-id--25608639"><a href="https://nypost.com/vulnerability-disclosure-program/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Vulnerability Disclosure Program&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:53}" id="menu-link-113">Vulnerability Disclosure Program</a></li>
  1239. </ul>
  1240. </li>
  1241. </ul>
  1242. </li>
  1243. <li id="menu-item-10042767" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10042767 nypost-menu-object-id--10042767 "><a href="#" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Apps&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:54}" id="menu-link-114">Apps</a>
  1244. <ul class="sub-menu footer-nav__column">
  1245. <li id="menu-item-10042768" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10042768 nypost-menu-object-id--10042768"><a target="_blank" rel="nofollow noopener noreferrer" href="https://itunes.apple.com/us/app/new-york-post-iphone-edition/id410094240?mt=8" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;iPhone App&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:55}" id="menu-link-115">iPhone App</a></li>
  1246. <li id="menu-item-10042770" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10042770 nypost-menu-object-id--10042770"><a target="_blank" rel="nofollow noopener noreferrer" href="https://itunes.apple.com/us/app/new-york-post-ipad-edition/id378590820?mt=8" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;iPad App&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:56}" id="menu-link-116">iPad App</a></li>
  1247. <li id="menu-item-10042771" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10042771 nypost-menu-object-id--10042771"><a target="_blank" rel="nofollow noopener noreferrer" href="https://play.google.com/store/apps/details?id=br.com.golmobile.nypost&#038;hl=en" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Android Phone&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:57}" id="menu-link-117">Android Phone</a></li>
  1248. <li id="menu-item-10042772" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10042772 nypost-menu-object-id--10042772"><a target="_blank" rel="nofollow noopener noreferrer" href="https://play.google.com/store/apps/details?id=com.nypost.tablet&#038;hl=en" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Android Tablet&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:58}" id="menu-link-118">Android Tablet</a></li>
  1249. <li id="menu-item-9914318" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9914318 nypost-menu-object-id--9914318"><a href="#" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Advertise&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:59}" id="menu-link-119">Advertise</a>
  1250. <ul class="sub-menu">
  1251. <li id="menu-item-9914319" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9914319 nypost-menu-object-id--9914319"><a target="_blank" rel="noopener" href="https://advertising.nypost.com/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Media Kit&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:60}" id="menu-link-120">Media Kit</a></li>
  1252. <li id="menu-item-10042794" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10042794 nypost-menu-object-id--10042794"><a target="_blank" rel="noopener" href="https://advertising.nypost.com/#contact" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Contact&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:61}" id="menu-link-121">Contact</a></li>
  1253. </ul>
  1254. </li>
  1255. </ul>
  1256. </li>
  1257. </ul> </nav>
  1258. </div><!-- /.site-footer__main -->
  1259. <nav class="footer-legal">
  1260. <span class="footer-legal__copyright">&copy; 2024 NYP Holdings, Inc. All Rights Reserved</span>
  1261. <a href="https://nypost.com/terms/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Terms of Use&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:1}">Terms of Use</a>
  1262. <a href="https://nypost.com/membership-terms/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Membership Terms&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:2}">Membership Terms</a>
  1263. <a href="https://nypost.com/privacy/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Privacy Notice&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:3}">Privacy Notice</a>
  1264. <a href="https://nypost.com/sitemap/" data-ga-event="{&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Sitemap&quot;,&quot;label&quot;:&quot;ga_current_url&quot;}" data-ga4-event="{&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:4}">Sitemap</a>
  1265. <hr aria-hidden="true"/>
  1266. <a
  1267. class="ca-privacy"
  1268. href="https://nypost.com/ca-privacy-rights/"
  1269. data-ga-event="
  1270. {&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Your California Privacy Rights&quot;,&quot;label&quot;:&quot;ga_current_url&quot;} "
  1271. data-ga4-event="
  1272. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:&quot;Your California Privacy Rights&quot;} "
  1273. >
  1274. Your California Privacy Rights </a>
  1275. <!-- OneTrust Cookies Settings button start -->
  1276. <button id="ot-sdk-btn" class="ot-sdk-show-settings">Do Not Sell My Personal Information</button>
  1277. <!-- OneTrust Cookies Settings button end -->
  1278. </nav>
  1279. <a
  1280. href="https://wpvip.com/?utm_source=vip_powered_wpcom&#038;utm_medium=web&#038;utm_campaign=VIP%20Footer%20Credit&#038;utm_term=nypost.com"
  1281. rel="generator nofollow"
  1282. class="powered-by-wpcom"
  1283. data-ga4-event="
  1284. {&quot;event_name&quot;:&quot;ux_engagement&quot;,&quot;source_unit&quot;:&quot;Desktop Footer&quot;,&quot;source_position&quot;:&quot;Powered by WordPress.com VIP&quot;} "
  1285. data-ga-event="
  1286. {&quot;category&quot;:&quot;Desktop Footer&quot;,&quot;action&quot;:&quot;Powered by WordPress.com VIP&quot;,&quot;label&quot;:&quot;ga_current_url&quot;} "
  1287. >
  1288. <img
  1289. loading="lazy"
  1290. src="https://nypost.com/wp-content/mu-plugins/vip-helpers/images/vip-powered-dark-small.png"
  1291. width="187"
  1292. height="26"
  1293. alt="Powered by WordPress.com VIP"
  1294. >
  1295. </a>
  1296. </div><!-- /.site-footer__wrapper -->
  1297. </footer>
  1298. </div><!-- #page -->
  1299.  
  1300. <script  type="text/plain"  class="optanon-category-C0024">
  1301. window.dataLayer = window.dataLayer || [];
  1302. dataLayer.push({'scrollTrackingEnabled':0} );
  1303. </script>
  1304. <script type="text/javascript">
  1305. var dimension21 = 'yes';
  1306. </script>
  1307. <script  type="text/plain"  class="optanon-category-C0024">
  1308.  window.ga4Dims = window.ga4Dims || {};
  1309.  if ( typeof nypost_screen !== 'undefined' ) {
  1310. ga('set', 'dimension8', nypost_screen);
  1311. window.ga4Dims.screen = nypost_screen;
  1312.  }
  1313. ga('set', 'dimension87', 'Outbrain Guarantee');
  1314. ga('set', 'dimension40', 'no');
  1315. ga('set', 'dimension44', 'no');
  1316. ga('set', 'dimension54', 'true');
  1317. ga('set', 'dimension76', 'Null');
  1318. ga('set', 'dimension21', dimension21);
  1319. window.ga4Dims.ad_blocker = dimension21;
  1320.  
  1321.  // News Connect Global Identifier
  1322. var ncgGetCookie = function( name ) {
  1323. var regexp = new RegExp( '(?:^' + name + '|;*' + name + ')=(.*?)(?:;|$)', 'g' ),
  1324. result = regexp.exec( document.cookie );
  1325.  
  1326. return ( null === result ) ? null : result[1];
  1327. }
  1328.  
  1329. var ncgId = ncgGetCookie( '_ncg_id_' );
  1330. if ( null !== ncgId ) {
  1331. ga( 'set', 'dimension32', ncgId );
  1332. window.ga4Dims.ncg_id = ncgId;
  1333. }
  1334.  
  1335. var ncgSpId = ncgGetCookie( '_ncg_sp_id\.[^=]*' );
  1336. if ( null !== ncgSpId ) {
  1337. ga( 'set', 'dimension51', ncgSpId );
  1338. window.ga4Dims.ncg_sp_id = ncgSpId;
  1339. }
  1340.  
  1341. var gaAutId = ncgGetCookie( '_autid' );
  1342. if ( null !== gaAutId ) {
  1343. ga( 'set', 'dimension82', gaAutId );
  1344. window.ga4Dims.ga_aut_id = gaAutId;
  1345. }
  1346.  
  1347. // Get Amazon links.
  1348. var hasAmazon = "false";
  1349. var links = document.links;
  1350. var amazonLinks = [];
  1351. for (var i = 0; links.length > i; i++) {
  1352. if (
  1353. links[i].href.indexOf('amazon.com') > 0
  1354. && !links[i].classList.contains('buy-button')
  1355. ) {
  1356. var gaEventData = '';
  1357. var amazonGaEvent = JSON.stringify({
  1358. category: 'affiliate ecommerce click',
  1359. action: 'amazon',
  1360. label: links[i].href
  1361. });
  1362.  var amazonGa4Event = JSON.stringify({
  1363. event_name: 'ux_engagement',
  1364. source_unit: 'amazon',
  1365. source_position: i + 1
  1366. });
  1367.  
  1368. if (links[i].dataset.gaEvent) {
  1369. var currentGaEvent = links[i].dataset.gaEvent;
  1370. if (Array.isArray(currentGaEvent)) {
  1371. currentGaEvent.push(amazonGaEvent);
  1372. gaEventData = currentGaEvent;
  1373. } else {
  1374. gaEventData = '['+currentGaEvent+','+amazonGaEvent+']';
  1375. }
  1376. } else {
  1377. gaEventData = amazonGaEvent;
  1378. }
  1379.  if (links[i].dataset.ga4Event) {
  1380. var currentGa4Event = links[i].dataset.ga4Event;
  1381. if (Array.isArray(currentGa4Event)) {
  1382. currentGa4Event.push(amazonGa4Event);
  1383. ga4EventData = currentGa4Event;
  1384. } else {
  1385. ga4EventData = '['+currentGa4Event+','+amazonGa4Event+']';
  1386. }
  1387.  } else {
  1388. ga4EventData = amazonGa4Event;
  1389.  }
  1390.  
  1391. links[i].setAttribute(
  1392. 'data-ga-event',
  1393. gaEventData
  1394. );
  1395. links[i].setAttribute(
  1396. 'data-ga4-event',
  1397. ga4EventData
  1398. );
  1399. amazonLinks.push(links[i].href);
  1400. hasAmazon = "amazon";
  1401. }
  1402. }
  1403. ga('set', 'dimension46', hasAmazon);
  1404. window.ga4Dims.contains_commerce_link = hasAmazon;
  1405.  
  1406.  if (amazonLinks.length > 0) {
  1407. ga('set', 'dimension47', amazonLinks.join());
  1408. window.ga4Dims.commerce_links = amazonLinks.join();
  1409. }
  1410. ga('require', 'linkid', 'linkid.js');
  1411. ga('require', 'displayfeatures');
  1412. ga('set', "contentGroup1", "");
  1413. ga('set', "contentGroup2", "");
  1414. ga('set', "contentGroup3", "nypost.com");
  1415.  
  1416. ga('send', 'pageview');
  1417. </script>
  1418. <script type="text/javascript">
  1419. // Send an event on clicks for link elements with data-nyp-affiliate="true", wait until the document has loaded.
  1420. document.addEventListener('DOMContentLoaded', function() {
  1421. const affiliateLinks = document.querySelectorAll('a[data-nyp-affiliate="true"]');
  1422. // Return early if we don't have any links.
  1423. if ( ! affiliateLinks ) {
  1424. return;
  1425. }
  1426. // Loop through the links and add the event listener.
  1427. affiliateLinks.forEach(function(link) {
  1428. link.addEventListener('click', function(event) {
  1429.  
  1430. const {
  1431. nypScripts: {
  1432. nypost_wp_vars: {
  1433. nypostSite: siteId = '',
  1434. } = {},
  1435. } = {},
  1436. } = window;
  1437.  
  1438. // Check if we are on the element with the a[data-nyp-affiliate="true"].
  1439. let link = event.target;
  1440. if ( 'true' !== link.dataset.nypAffiliate ) {
  1441. // If not, get the closest one then get the href from that.
  1442. link = event.target.closest('a[data-nyp-affiliate="true"]');
  1443. }
  1444.  
  1445. // Get the URL from the link.
  1446. let href = link.href || '';
  1447.  
  1448. // Bail if we don't have a href.
  1449. if ( ! href ) {
  1450. return;
  1451. }
  1452.  
  1453. // If the URL does not have the protocol we need to add it or URL() will throw an error.
  1454. if (!href.startsWith('http://') && !href.startsWith('https://')) {
  1455. href = 'https://' + href;
  1456. }
  1457.  
  1458. // Get the URL from the link.
  1459. if (href.match(new RegExp(`https?://go.${siteId}.com/`))) {
  1460. // Extract the URL from the skimlinks href.
  1461. href = new URL(href).searchParams.get('url') || href;
  1462. }
  1463.  
  1464. // Get the URL hostname, for example: www.amazon.com.
  1465. const retailer = new URL(href).hostname;
  1466.  
  1467. gtag('event', 'outbound', {
  1468. 'internal_source': window.location.href,
  1469. 'external_destination': href,
  1470. 'retailer': retailer,
  1471. 'post_id': "",
  1472. });
  1473. });
  1474. });
  1475. });
  1476. </script>
  1477. <!-- Google Tag Manager -->
  1478. <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TWX9Z9"
  1479. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  1480. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  1481. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  1482. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  1483. '//www.googletagmanager.com/gtm.js?id='+i+dl;j.addEventListener('load', function() {
  1484. d.dispatchEvent(new CustomEvent('gtm_loaded', { bubbles: true }));});f.parentNode.insertBefore(j,f);
  1485. })(window,document,'script','dataLayer',"GTM-TWX9Z9");
  1486.  
  1487. window.nypGoogletag = function(callback) {
  1488. if ('object' === typeof window.googletag) {
  1489. window.googletag.cmd.push(callback);
  1490. } else {
  1491. window.addEventListener('gtm_loaded', function() {
  1492. window.googletag.cmd.push(callback);
  1493. });
  1494. }
  1495. };
  1496. </script>
  1497. <!-- End Google Tag Manager -->
  1498. <!-- START Parse.ly Include: Standard -->
  1499. <div id="parsely-root" style="display: none">
  1500. <div id="parsely-cfg" data-parsely-site="nypost.com"></div>
  1501. </div>
  1502. <script>
  1503. (function(s, p, d) {
  1504. var h=d.location.protocol, i=p+"-"+s,
  1505. e=d.getElementById(i), r=d.getElementById(p+"-root"),
  1506. u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net"
  1507. :"static."+p+".com";
  1508. if (e) return;
  1509. e = d.createElement(s); e.id = i; e.async = true;
  1510. e.src = h+"//"+u+"/p.js"; r.appendChild(e);
  1511. })("script", "parsely", document);
  1512. </script>
  1513. <!-- END Parse.ly Include -->
  1514. <script class="wp-asset-manager inline-templates-shared-interior-with-sidebar" type="text/javascript">!function(){"use strict";!function(t){if(void 0===t||t.length<1||!CSS.supports("content-visibility","auto")&&!CSS.supports("contain-intrinsic-size","10px 500px"))return;const e=new WeakMap,i=(t,i=t.getBoundingClientRect())=>{const n=e.get(t);n&&!((t,e)=>{if(!t||!e)return;const i=Math.abs(t.width-e.width)<=2,n=Math.abs(t.height-e.height)<=2;return!i||!n})(n,i)||(e.set(t,i),t.style.setProperty("contain-intrinsic-size",`${i.width}px ${i.height}px`))},n=new IntersectionObserver((t=>{t.forEach((t=>{i(null==t?void 0:t.target,null==t?void 0:t.boundingClientRect)}))}),{rootMargin:"500px 0px 500px 0px"}),o=new ResizeObserver((t=>{t.forEach((t=>{i(null==t?void 0:t.target,null==t?void 0:t.contentRect)}))}));t.forEach((t=>{n.observe(t),o.observe(t)})),requestAnimationFrame((()=>{requestAnimationFrame((()=>{t[0].style.setProperty("content-visibility","auto")}))}))}(document.querySelectorAll(".widget"))}();</script><link rel='stylesheet' id='blocks-inline-slideshow-css' href='https://nypost.com/wp-content/themes/nypost-2016/client/build/css/blocks-inline-slideshow.min.css?ver=6.3.4' type='text/css' media='all' />
  1515. <script type='text/javascript' id='nyp-membership-js-extra'>
  1516. /* <![CDATA[ */
  1517. var nypMembership = {"commentsFlagEnabled":"1","commentsEnabled":"","cookie":{"domain":"nypost.com","expires":"Sun, 27 Apr 2025 03:12:14 +0000","group":"is-subscriber","name":"vip-go-seg","path":"\/","segment":"yes"},"featureFlags":{"comments":true,"googleOneTap":true,"membership":true,"membershipCtas":true,"pauseSubscriptions":false,"piano":true},"googleClientId":"924947470839-08gfrcdrsnc2jormo01p12emh9rcal0t.apps.googleusercontent.com","googlePayEnv":"PRODUCTION","googlePayID":"","hasEvents":"","inSupportedRegion":"1","isExclusive":"","isSubscriber":"","membershipCTAsEnabled":"1","membershipEnabled":"1","nonce":"3df04c23de","pauseSubscriptionsEnabled":"","piano":{"data":[["setAid","GVRIdScVpu"],["setEndpoint","https:\/\/buy.tinypass.com\/api\/v3"],["setUseTinypassAccounts",false],["setUsePianoIdUserProvider",false],["setUsePianoIdLiteUserProvider",true],["setCxenseSiteId","5858465841363915437"]]},"plans":{"8-day-penny":{"amount":"0.01","first_billing_date":"2024-05-04 21:47:42","frequency":1,"has_trial":true,"id":"8-day-penny","name":"8 Day Penny Test","next_billing_date":"2024-06-04 21:47:42","normal_amount":null,"product_id":"sports-membership","step_up":[],"trial_duration":8,"trial_duration_unit":"day"},"mf92":{"amount":"4.99","first_billing_date":"2024-05-26 21:47:42","frequency":1,"has_trial":true,"id":"mf92","name":"Monthly Membership - Sports+","next_billing_date":"2024-06-26 21:47:42","normal_amount":null,"product_id":"sports-membership","step_up":[],"trial_duration":30,"trial_duration_unit":"day"},"plan-for-testing":{"amount":"0.01","first_billing_date":"2024-05-04 21:47:42","frequency":1,"has_trial":true,"id":"plan-for-testing","name":"Penny Test","next_billing_date":"2024-06-04 21:47:42","normal_amount":null,"product_id":"sports-membership","step_up":[],"trial_duration":8,"trial_duration_unit":"day"},"SPVariablePricing1":{"amount":"1.99","first_billing_date":"2024-05-26 21:47:42","frequency":1,"has_trial":true,"id":"SPVariablePricing1","name":"Post Sports+ auto renewal monthly","next_billing_date":"2024-06-26 21:47:42","normal_amount":null,"product_id":"sports-membership","step_up":[],"trial_duration":30,"trial_duration_unit":"day"},"tzfm":{"amount":"2.99","first_billing_date":"2024-05-26 21:47:42","frequency":1,"has_trial":true,"id":"tzfm","name":"Post Sports+ Monthly Plan","next_billing_date":"2024-06-26 21:47:42","normal_amount":null,"product_id":"sports-membership","step_up":[],"trial_duration":30,"trial_duration_unit":"day"},"qz9w":{"amount":"29.93","first_billing_date":null,"frequency":12,"has_trial":false,"id":"qz9w","name":"Sports+ Annual Plan - 50% Off","next_billing_date":"2025-04-26 21:47:42","normal_amount":"59.88","product_id":"sports-membership","step_up":{"amount":59.88,"date":"2025-04-26 21:47:42"},"trial_duration":null,"trial_duration_unit":null},"sports-annual":{"amount":"49.99","first_billing_date":"2024-05-26 21:47:42","frequency":12,"has_trial":true,"id":"sports-annual","name":"Sports+ Membership Annual","next_billing_date":"2025-05-26 21:47:42","normal_amount":"60.00","product_id":"sports-membership","step_up":[],"trial_duration":30,"trial_duration_unit":"day"},"sports-biannual":{"amount":"27.99","first_billing_date":"2024-05-26 21:47:42","frequency":6,"has_trial":true,"id":"sports-biannual","name":"Sports+ Membership Biannual","next_billing_date":"2024-11-26 21:47:42","normal_amount":"30.00","product_id":"sports-membership","step_up":[],"trial_duration":30,"trial_duration_unit":"day"},"sports-monthly":{"amount":"4.99","first_billing_date":"2024-05-26 21:47:42","frequency":1,"has_trial":true,"id":"sports-monthly","name":"Sports+ Membership Monthly","next_billing_date":"2024-06-26 21:47:42","normal_amount":null,"product_id":"sports-membership","step_up":[],"trial_duration":30,"trial_duration_unit":"day"},"sports-metered-plan":{"amount":"1.00","first_billing_date":null,"frequency":1,"has_trial":false,"id":"sports-metered-plan","name":"Sports+ Monthly Plan","next_billing_date":"2024-05-26 21:47:42","normal_amount":"4.99","product_id":"sports-membership","step_up":{"amount":4.99,"date":"2024-05-26 21:47:42"},"trial_duration":null,"trial_duration_unit":null},"sports-plus-metered-plan":{"amount":"1.00","first_billing_date":null,"frequency":1,"has_trial":false,"id":"sports-plus-metered-plan","name":"Sports+ Monthly Plan","next_billing_date":"2024-05-26 21:47:42","normal_amount":"4.99","product_id":"sports-membership","step_up":{"amount":4.99,"date":"2024-05-26 21:47:42"},"trial_duration":null,"trial_duration_unit":null},"cj-affiliate-monthly":{"amount":"3.75","first_billing_date":null,"frequency":1,"has_trial":false,"id":"cj-affiliate-monthly","name":"Sports+ Monthly Plan - Save 25%","next_billing_date":"2024-05-26 21:47:42","normal_amount":"4.99","product_id":"sports-membership","step_up":[],"trial_duration":null,"trial_duration_unit":null}},"recaptcha":{"site_key":"6Leg3vIiAAAAAByX7xhKbJS8ZzblWErZEWeeILD1"},"release":"","restUrl":"https:\/\/nypost.com\/wp-json\/","spotId":"sp_Sx8YukwE","webhook":{"comments":"https:\/\/webhook.nypdev.com\/fba51f02-a3cf-11eb-aea9-1fe3cf0f6ea5","reactions":"https:\/\/webhook.nypdev.com\/1CD8BF85-225C-4B69-A802-363B64F8953A"},"zephr":{"product":{"tenantId":"ny-post","subTenantId":"ny-post","id":"sports-membership","label":"Sports+ Membership","description":"","entitlement":{"id":"ff7a8199-c05c-47e8-b8ea-4929b265f1f2","type":"bundle"},"mapping":{"braintree_one_off":{"price_points":[]},"rate_plans":[],"jwt":{"claim_value":""}},"sharingLimit":0}},"curation":{"plans":{"sports-plus-metered-plan":{"plan":"sports-plus-metered-plan","generalCallToAction":"Get 4 Weeks for $1","generalCjPlan":false,"payflowBackgroundImage":null,"payflowHeadline":"Join Post Sports+ today for\u00a0<del>$4.99<\/del>\u00a0<strong>$1<\/strong>","payflowBodyText":"For just\u00a0<strong>$1<\/strong>, enjoy 4 weeks of unlimited sports journalism, inside access to our writers, special newsletters &amp; more. Continue for just\u00a0<strong>$4.99\/month<\/strong>; you can cancel anytime.","payflowChecklistItems":["<a href=\"#access-member-benefits\">Read unlimited sports stories &amp; analysis from top writers<\/a>","<a href=\"#access-member-benefits\">Get exclusive newsletters right to your inbox<\/a>","<a href=\"#sms-feature\">Interact with the best sports writers in town<\/a>"],"payflowCheckoutTitle":"Get 4 Weeks for $1","payflowCheckoutButtonLabel":"Claim Your Offer","payflowBelowHeroHtml":"","payflowBelowHeroCss":".membership-payflow--tagline::before {display:none; }\r\n@media (min-width: 48rem) {\r\n\t.membership-payflow__hero .payflow-hero__bg { background-size: cover;}\r\n}\r\n.membership-payflow__hero .payflow-hero__bg{top:0;}\r\n\r\n.splus-subscribe-lowercontainer,\r\n.splus-subscribe-members {clear:both;}\r\n\r\n.splus-subscribe-members {width:1280px;margin-left:-118px;padding-top: 64px; margin-bottom: 86px;}\r\n.ssm-inner {max-width:100%;width:1020px;margin:0 auto 12px;}\r\n\r\n.splus-subscribe-lowercontainer {width:800px;max-width:100%;margin: -60px auto 0;padding-top: 60px;}\r\n.splus-subscribe-lowercontainer hr {clear:both;background:#CCCCCC; margin: 56px 0 60px;}\r\n.splus-subscribe-lowercontainer .showonmobile {display:none;}\r\n.splus-subscribe-lowercontainer h2 {text-transform:uppercase;font-size:30px;padding-bottom:8px;border-bottom:2px solid #FFD62B;}\r\n\r\na.learnmore {color:#C60800;display:inline-block;margin-top:10px;}\r\n\r\n.sslc-top {margin-bottom: 39px;}\r\n.sslc-top strong {font-family:\"arial\",sans-serif;font-size:24px;line-height:26px;color:#000;letter-spacing: -1px;}\r\n.sslc-top sup {font-size: 11px;position: relative;top: -8px;right: -1px;}\r\n\r\n.sslc-card {font-family: arial;width:375px;float:left;font-size:16px;color:#000;line-height:24px;}\r\n.sslc-card.right {float:right;}\r\n.sslc-card h3 {font-family: arial;\r\nfont-size: 22px;\r\nletter-spacing: -1px; margin-bottom: 6px;}\r\n.sslc-card img {height:226px;width:340px;display:block; margin:0 auto 30px;}\r\n.sslc-card img.m {display:none;}\r\n\r\n.splus-subscribe-members h2 {text-align:center;text-transform:uppercase;font-size:30px; margin-bottom: 35px;}\r\n.splus-subscribe-members .quotemarks {clear:both;position:relative;}\r\n.splus-subscribe-members .quotemarks.top { margin-bottom: 43px;}\r\n.splus-subscribe-members .quotemarks.bottom{ padding-top: 12px;}\r\n.splus-subscribe-members .quotemarks img {width:84px !important;height:84px; margin:0 auto; display:block;position:relative;z-index:10;}\r\n.splus-subscribe-members .quotemarks:before {content:\"\";display:block;position:absolute;top:19px;left:0;width:100%;height:24px;background:url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/diagonal-top.png) no-repeat center top;background-size:cover;z-index:9;}\r\n.splus-subscribe-members .quotemarks.bottom:before {background-image:url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/diagonal-bottom.png)}\r\n\r\n.splus-subscribe-members blockquote {font-weight:bold;font-style:italic;font-size:16px;line-height:20px;width:33.33333%;padding:0 6px;float:left;color:#000;}\r\n.splus-subscribe-members blockquote cite {font-weight:normal;font-style:normal;color:#000;display:block; padding-top:10px;line-height:24px;}\r\n\r\n@media screen and (max-width: 1064px) {\r\n.splus-subscribe-members blockquote {width:auto;margin-bottom:30px;}\r\n.splus-subscribe-members {width: auto;margin-left: 0;}\r\n.ssm-inner {width: auto;}\r\n}\r\n\r\n@media screen and (max-width: 819px) {\r\n.sslc-card {\r\nwidth: 300px;\r\nfloat: none !important;\r\nmargin: 0 auto 50px;\r\nmax-width: 100%;\r\n}\r\n}\r\n\r\n@media screen and (max-width: 767px) {\r\n.splus-subscribe-members .quotemarks.top {\r\nmargin-bottom: 27px;\r\n}\r\n.sslc-card {width: auto;}\r\n.sslc-card img {height:auto;width:300px;max-width:100%;margin-bottom:15px;}\r\n.sslc-card img.d {display:none;}\r\n.sslc-card img.m {display:block;width:100%;}\r\n\r\n.splus-subscribe-members .quotemarks:before {left: -6%;width: 115%;}\r\n\r\n.splus-subscribe-lowercontainer .showonmobile {display:block;}\r\n\r\n.membership-payflow__hero .payflow-hero__bg {    \/*background-image: url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/10\/Payflow-bg-mobile-asset@2x-1.jpg) !important;*\/     background-size: auto 100%;\r\n    top: 0 !important;}\t\r\n\t\r\n}"},"qz9w":{"plan":"qz9w","generalCallToAction":"","generalCjPlan":"1","payflowBackgroundImage":"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2023\/03\/baseballbg-sports.jpeg?quality=90&strip=all","payflowHeadline":"Join Post Sports+ Today\r\n<strong>Get 50% off<\/strong>","payflowBodyText":"Enjoy premium sports journalism, inside access to our writers, special newsletters &amp; more.\u00a0<strong>Get 1 year for just\u00a0<del>$59.88<\/del> $29.95.<\/strong>","payflowChecklistItems":["Read unlimited sports stories &amp; analysis from top writers","Get exclusive newsletters right to your inbox","Interact with the best sports writers in town"],"payflowCheckoutTitle":"","payflowCheckoutButtonLabel":"","payflowBelowHeroHtml":"","payflowBelowHeroCss":".membership-payflow--tagline::before {display:none; }\r\n@media (min-width: 48rem) {\r\n\t.membership-payflow__hero .payflow-hero__bg { background-size: cover;}\r\n}\r\n.membership-payflow__hero .payflow-hero__bg{top:0;}\r\n\r\n.splus-subscribe-lowercontainer,\r\n.splus-subscribe-members {clear:both;}\r\n\r\n.splus-subscribe-members {width:1280px;margin-left:-118px;padding-top: 64px; margin-bottom: 86px;}\r\n.ssm-inner {max-width:100%;width:1020px;margin:0 auto 12px;}\r\n\r\n.splus-subscribe-lowercontainer {width:800px;max-width:100%;margin: -60px auto 0;padding-top: 60px;}\r\n.splus-subscribe-lowercontainer hr {clear:both;background:#CCCCCC; margin: 56px 0 60px;}\r\n.splus-subscribe-lowercontainer .showonmobile {display:none;}\r\n.splus-subscribe-lowercontainer h2 {text-transform:uppercase;font-size:30px;padding-bottom:8px;border-bottom:2px solid #FFD62B;}\r\n\r\na.learnmore {color:#C60800;display:inline-block;margin-top:10px;}\r\n\r\n.sslc-top {margin-bottom: 39px;}\r\n.sslc-top strong {font-family:\"arial\",sans-serif;font-size:24px;line-height:26px;color:#000;letter-spacing: -1px;}\r\n.sslc-top sup {font-size: 11px;position: relative;top: -8px;right: -1px;}\r\n\r\n.sslc-card {font-family: arial;width:375px;float:left;font-size:16px;color:#000;line-height:24px;}\r\n.sslc-card.right {float:right;}\r\n.sslc-card h3 {font-family: arial;\r\nfont-size: 22px;\r\nletter-spacing: -1px; margin-bottom: 6px;}\r\n.sslc-card img {height:226px;width:340px;display:block; margin:0 auto 30px;}\r\n.sslc-card img.m {display:none;}\r\n\r\n.splus-subscribe-members h2 {text-align:center;text-transform:uppercase;font-size:30px; margin-bottom: 35px;}\r\n.splus-subscribe-members .quotemarks {clear:both;position:relative;}\r\n.splus-subscribe-members .quotemarks.top { margin-bottom: 43px;}\r\n.splus-subscribe-members .quotemarks.bottom{ padding-top: 12px;}\r\n.splus-subscribe-members .quotemarks img {width:84px !important;height:84px; margin:0 auto; display:block;position:relative;z-index:10;}\r\n.splus-subscribe-members .quotemarks:before {content:\"\";display:block;position:absolute;top:19px;left:0;width:100%;height:24px;background:url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/diagonal-top.png) no-repeat center top;background-size:cover;z-index:9;}\r\n.splus-subscribe-members .quotemarks.bottom:before {background-image:url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/diagonal-bottom.png)}\r\n\r\n.splus-subscribe-members blockquote {font-weight:bold;font-style:italic;font-size:16px;line-height:20px;width:33.33333%;padding:0 6px;float:left;color:#000;}\r\n.splus-subscribe-members blockquote cite {font-weight:normal;font-style:normal;color:#000;display:block; padding-top:10px;line-height:24px;}\r\n\r\n@media screen and (max-width: 1064px) {\r\n.splus-subscribe-members blockquote {width:auto;margin-bottom:30px;}\r\n.splus-subscribe-members {width: auto;margin-left: 0;}\r\n.ssm-inner {width: auto;}\r\n}\r\n\r\n@media screen and (max-width: 819px) {\r\n.sslc-card {\r\nwidth: 300px;\r\nfloat: none !important;\r\nmargin: 0 auto 50px;\r\nmax-width: 100%;\r\n}\r\n}\r\n\r\n@media screen and (max-width: 767px) {\r\n.splus-subscribe-members .quotemarks.top {\r\nmargin-bottom: 27px;\r\n}\r\n.sslc-card {width: auto;}\r\n.sslc-card img {height:auto;width:300px;max-width:100%;margin-bottom:15px;}\r\n.sslc-card img.d {display:none;}\r\n.sslc-card img.m {display:block;width:100%;}\r\n\r\n.splus-subscribe-members .quotemarks:before {left: -6%;width: 115%;}\r\n\r\n.splus-subscribe-lowercontainer .showonmobile {display:block;}\r\n\r\n.membership-payflow__hero .payflow-hero__bg {   \/* background-image: url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/10\/Payflow-bg-mobile-asset@2x-1.jpg) !important;*\/     background-size: auto 100%;\r\n    top: 0 !important;}\r\n}"},"cj-affiliate-monthly":{"plan":"cj-affiliate-monthly","generalCallToAction":"","generalCjPlan":"1","payflowBackgroundImage":"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2023\/03\/baseballbg-sports.jpeg?quality=90&strip=all","payflowHeadline":"Join Post Sports+ Today\r\n<strong>Get 25% off<\/strong>","payflowBodyText":"Enjoy premium sports journalism, inside access to our writers, special newsletters &amp; more.\u00a0<strong>Get 25% off<\/strong><strong>.<\/strong>","payflowChecklistItems":["Read unlimited sports stories &amp; analysis from top writers","Get exclusive newsletters right to your inbox","Interact with the best sports writers in town"],"payflowCheckoutTitle":"","payflowCheckoutButtonLabel":"","payflowBelowHeroHtml":"","payflowBelowHeroCss":""}},"default":{"generalCallToAction":"","generalCjPlan":"","payflowBackgroundImage":"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2023\/03\/baseballbg-sports.jpeg?quality=90&strip=all","payflowHeadline":"Join Post Sports<strong>+<\/strong>","payflowBodyText":"Enjoy premium sports journalism, inside access to our writers, special newsletters &amp; more. Continue for just %AMOUNT%\/month; you can\u00a0<strong>cancel anytime<\/strong>.","payflowChecklistItems":["<a href=\"#access-member-benefits\">Read unlimited sports stories &amp; analysis from top writers<\/a>","<a href=\"#access-member-benefits\">Get exclusive newsletters right to your inbox<\/a>","<a href=\"#sms-feature\">Interact with the best sports writers in town<\/a>"],"payflowCheckoutTitle":"","payflowCheckoutButtonLabel":"","payflowBelowHeroHtml":"<section id=\"access-member-benefits\" class=\"splus-subscribe-lowercontainer\">\r\n<div class=\"sslc-top\">\r\n<h2>ACCESS EXCLUSIVE MEMBER BENEFITS<\/h2>\r\n<strong>Get the most dynamic coverage on your favorite teams from The Best Sports in Town<\/strong>\r\n\r\n<\/div>\r\n<div class=\"sslc-card left\"><img class=\"d\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Stories_Desktop@2x..png\" alt=\"\" width=\"340\" height=\"226\" \/>\r\n<img class=\"m\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image-Stories_Mobile@2x.png\" alt=\"\" width=\"300\" height=\"200\" \/>\r\n<h3>Premium stories and analysis from top writers<\/h3>\r\nGo inside the game and outside the lines with the writers you love.\r\n\r\n<\/div>\r\n\r\n<hr class=\"showonmobile\" \/>\r\n\r\n<div class=\"sslc-card right\"><img class=\"d\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Newsletters_Desktop@2x..png\" alt=\"\" width=\"340\" height=\"226\" \/>\r\n<img class=\"m\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image-Newsletters_Mobile@2x.png\" alt=\"\" width=\"300\" height=\"200\" \/>\r\n<h3>Unique, in-depth newsletters<\/h3>\r\nChoose from our flagship daily roundup, deep dives on your favorite teams, and the inside scoop on sports media.\r\n\r\n<\/div>\r\n<div style=\"clear: both\"><\/div>\r\n\r\n<hr id=\"sms-feature\" \/>\r\n\r\n<div class=\"sslc-card left\"><img class=\"d\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Subtext_Desktop@2x..png\" alt=\"\" width=\"340\" height=\"226\" \/>\r\n<img class=\"m\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Subtext_Desktop@2x..png\" alt=\"\" width=\"300\" height=\"200\" \/>\r\n<h3>Text messaging with our writers<\/h3>\r\nReceive real-time insights via text message and engage with our writers on a variety of topics.\r\n\r\n<a class=\"learnmore\" href=\"https:\/\/nypost.com\/sports-plus-texts\/\"><strong>Learn More<\/strong><\/a>\r\n\r\n<\/div>\r\n\r\n<hr class=\"showonmobile\" \/>\r\n\r\n<div class=\"sslc-card right\"><img class=\"d\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Discussions_Desktop@2x.png\" alt=\"\" width=\"340\" height=\"226\" \/>\r\n<img class=\"m\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Discussions_Mobile@2x.png\" alt=\"\" width=\"300\" height=\"200\" \/>\r\n<h3>Community discussions and interactive events<\/h3>\r\nDaily discussion topics selected by the Post Sports+ team, Q&amp;As with our writers, expert roundtables, special interviews and more.\r\n\r\n<\/div>\r\n<\/section><section class=\"splus-subscribe-members\">\r\n<div class=\"quotemarks top\"><img src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/icon_quote.png\" width=\"84\" \/><\/div>\r\n<div class=\"ssm-inner\">\r\n<h2>What our members are saying:<\/h2>\r\n<blockquote>\"I have really been enjoying the extra in-depth coverage that Sports+ provides. The fact that you're making this a more personal experience by having the writers send texts is very cool.\"\r\n<cite>- Michael G., <em>Brooklyn<\/em><\/cite><\/blockquote>\r\n<blockquote>\"I absolutely love it. So nice to get some more in-depth stuff. Mollie's Rangers updates are great. Can't wait for baseball season with similar coverage.\"\r\n<cite>- Daniel C., <em>Wayne, NJ<\/em><\/cite><\/blockquote>\r\n<blockquote>\"I think the content is great. Love the Marchand and Brooks weekly newsletters especially. I generally don't sign up for paywall content, but I do not regret doing so for your site.\"\r\n<cite>- Josh M., <em>New York (City)<\/em><\/cite><\/blockquote>\r\n<div style=\"clear: both\"><\/div>\r\n<\/div>\r\n<div class=\"quotemarks bottom\"><\/div>\r\n<\/section>","payflowBelowHeroCss":".membership-payflow--tagline::before {display:none; }\r\n@media (min-width: 48rem) {\r\n\t.membership-payflow__hero .payflow-hero__bg { background-size: cover;}\r\n}\r\n.membership-payflow__hero .payflow-hero__bg{top:0;}\r\n\r\n.splus-subscribe-lowercontainer,\r\n.splus-subscribe-members {clear:both;}\r\n\r\n.splus-subscribe-members {width:1280px;margin-left:-118px;padding-top: 64px; margin-bottom: 86px;}\r\n.ssm-inner {max-width:100%;width:1020px;margin:0 auto 12px;}\r\n\r\n.splus-subscribe-lowercontainer {width:800px;max-width:100%;margin: -60px auto 0;padding-top: 60px;}\r\n.splus-subscribe-lowercontainer hr {clear:both;background:#CCCCCC; margin: 56px 0 60px;}\r\n.splus-subscribe-lowercontainer .showonmobile {display:none;}\r\n.splus-subscribe-lowercontainer h2 {text-transform:uppercase;font-size:30px;padding-bottom:8px;border-bottom:2px solid #FFD62B;}\r\n\r\na.learnmore {color:#C60800;display:inline-block;margin-top:10px;}\r\n\r\n.sslc-top {margin-bottom: 39px;}\r\n.sslc-top strong {font-family:\"arial\",sans-serif;font-size:24px;line-height:26px;color:#000;letter-spacing: -1px;}\r\n.sslc-top sup {font-size: 11px;position: relative;top: -8px;right: -1px;}\r\n\r\n.sslc-card {font-family: arial;width:375px;float:left;font-size:16px;color:#000;line-height:24px;}\r\n.sslc-card.right {float:right;}\r\n.sslc-card h3 {font-family: arial;\r\nfont-size: 22px;\r\nletter-spacing: -1px; margin-bottom: 6px;}\r\n.sslc-card img {height:226px;width:340px;display:block; margin:0 auto 30px;}\r\n.sslc-card img.m {display:none;}\r\n\r\n.splus-subscribe-members h2 {text-align:center;text-transform:uppercase;font-size:30px; margin-bottom: 35px;}\r\n.splus-subscribe-members .quotemarks {clear:both;position:relative;}\r\n.splus-subscribe-members .quotemarks.top { margin-bottom: 43px;}\r\n.splus-subscribe-members .quotemarks.bottom{ padding-top: 12px;}\r\n.splus-subscribe-members .quotemarks img {width:84px !important;height:84px; margin:0 auto; display:block;position:relative;z-index:10;}\r\n.splus-subscribe-members .quotemarks:before {content:\"\";display:block;position:absolute;top:19px;left:0;width:100%;height:24px;background:url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/diagonal-top.png) no-repeat center top;background-size:cover;z-index:9;}\r\n.splus-subscribe-members .quotemarks.bottom:before {background-image:url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/diagonal-bottom.png)}\r\n\r\n.splus-subscribe-members blockquote {font-weight:bold;font-style:italic;font-size:16px;line-height:20px;width:33.33333%;padding:0 6px;float:left;color:#000;}\r\n.splus-subscribe-members blockquote cite {font-weight:normal;font-style:normal;color:#000;display:block; padding-top:10px;line-height:24px;}\r\n\r\n@media screen and (max-width: 1064px) {\r\n.splus-subscribe-members blockquote {width:auto;margin-bottom:30px;}\r\n.splus-subscribe-members {width: auto;margin-left: 0;}\r\n.ssm-inner {width: auto;}\r\n}\r\n\r\n@media screen and (max-width: 819px) {\r\n.sslc-card {\r\nwidth: 300px;\r\nfloat: none !important;\r\nmargin: 0 auto 50px;\r\nmax-width: 100%;\r\n}\r\n}\r\n\r\n@media screen and (max-width: 767px) {\r\n.splus-subscribe-members .quotemarks.top {\r\nmargin-bottom: 27px;\r\n}\r\n.sslc-card {width: auto;}\r\n.sslc-card img {height:auto;width:300px;max-width:100%;margin-bottom:15px;}\r\n.sslc-card img.d {display:none;}\r\n.sslc-card img.m {display:block;width:100%;}\r\n\r\n.splus-subscribe-members .quotemarks:before {left: -6%;width: 115%;}\r\n\r\n.splus-subscribe-lowercontainer .showonmobile {display:block;}\r\n\r\n.membership-payflow__hero .payflow-hero__bg {   \/* background-image: url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/10\/Payflow-bg-mobile-asset@2x-1.jpg) !important;*\/     background-size: auto 100%;\r\n    top: 0 !important;}\t\r\n\t\r\n}"},"defaultTrial":{"generalCallToAction":"","generalCjPlan":"","payflowBackgroundImage":"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2023\/03\/baseballbg-sports.jpeg?quality=90&strip=all","payflowHeadline":"Join Post Sports<strong>+<\/strong> today for <span style=\"text-decoration: line-through\">%AMOUNT%<\/span> <strong>FREE!<\/strong>","payflowBodyText":"Enjoy <strong>30 FREE Days<\/strong> of premium sports journalism, inside access to our writers, special newsletters &amp; more. Continue for just %AMOUNT%\/month; you can <strong>cancel anytime<\/strong>.","payflowChecklistItems":["<a href=\"#access-member-benefits\">Read unlimited sports stories &amp; analysis from top writers<\/a>","<a href=\"#access-member-benefits\">Get exclusive newsletters right to your inbox<\/a>","<a href=\"#sms-feature\">Interact with the best sports writers in town<\/a>"],"payflowCheckoutTitle":"","payflowCheckoutButtonLabel":"","payflowBelowHeroHtml":"<section id=\"access-member-benefits\" class=\"splus-subscribe-lowercontainer\">\r\n<div class=\"sslc-top\">\r\n<h2>ACCESS EXCLUSIVE MEMBER BENEFITS<\/h2>\r\n<strong>Get the most dynamic coverage on your favorite teams from The Best Sports in Town<\/strong>\r\n\r\n<\/div>\r\n<div class=\"sslc-card left\"><img class=\"d\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Stories_Desktop@2x..png\" alt=\"\" width=\"340\" height=\"226\" \/>\r\n<img class=\"m\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image-Stories_Mobile@2x.png\" alt=\"\" width=\"300\" height=\"200\" \/>\r\n<h3>Premium stories and analysis from top writers<\/h3>\r\nGo inside the game and outside the lines with the writers you love.\r\n\r\n<\/div>\r\n\r\n<hr class=\"showonmobile\" \/>\r\n\r\n<div class=\"sslc-card right\"><img class=\"d\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Newsletters_Desktop@2x..png\" alt=\"\" width=\"340\" height=\"226\" \/>\r\n<img class=\"m\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image-Newsletters_Mobile@2x.png\" alt=\"\" width=\"300\" height=\"200\" \/>\r\n<h3>Unique, in-depth newsletters<\/h3>\r\nChoose from our flagship daily roundup, deep dives on your favorite teams, and the inside scoop on sports media.\r\n\r\n<\/div>\r\n<div style=\"clear: both\"><\/div>\r\n\r\n<hr id=\"sms-feature\" \/>\r\n\r\n<div class=\"sslc-card left\"><img class=\"d\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Subtext_Desktop@2x..png\" alt=\"\" width=\"340\" height=\"226\" \/>\r\n<img class=\"m\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Subtext_Desktop@2x..png\" alt=\"\" width=\"300\" height=\"200\" \/>\r\n<h3>Text messaging with our writers<\/h3>\r\nReceive real-time insights via text message and engage with our writers on a variety of topics.\r\n\r\n<a class=\"learnmore\" href=\"https:\/\/nypost.com\/sports-plus-texts\/\"><strong>Learn More<\/strong><\/a>\r\n\r\n<\/div>\r\n\r\n<hr class=\"showonmobile\" \/>\r\n\r\n<div class=\"sslc-card right\"><img class=\"d\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Discussions_Desktop@2x.png\" alt=\"\" width=\"340\" height=\"226\" \/>\r\n<img class=\"m\" src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/Benefits-List-Image_Discussions_Mobile@2x.png\" alt=\"\" width=\"300\" height=\"200\" \/>\r\n<h3>Community discussions and interactive events<\/h3>\r\nDaily discussion topics selected by the Post Sports+ team, Q&amp;As with our writers, expert roundtables, special interviews and more.\r\n\r\n<\/div>\r\n<\/section><section class=\"splus-subscribe-members\">\r\n<div class=\"quotemarks top\"><img src=\"https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/icon_quote.png\" width=\"84\" \/><\/div>\r\n<div class=\"ssm-inner\">\r\n<h2>What our members are saying:<\/h2>\r\n<blockquote>\"I have really been enjoying the extra in-depth coverage that Sports+ provides. The fact that you're making this a more personal experience by having the writers send texts is very cool.\"\r\n<cite>- Michael G., <em>Brooklyn<\/em><\/cite><\/blockquote>\r\n<blockquote>\"I absolutely love it. So nice to get some more in-depth stuff. Mollie's Rangers updates are great. Can't wait for baseball season with similar coverage.\"\r\n<cite>- Daniel C., <em>Wayne, NJ<\/em><\/cite><\/blockquote>\r\n<blockquote>\"I think the content is great. Love the Marchand and Brooks weekly newsletters especially. I generally don't sign up for paywall content, but I do not regret doing so for your site.\"\r\n<cite>- Josh M., <em>New York (City)<\/em><\/cite><\/blockquote>\r\n<div style=\"clear: both\"><\/div>\r\n<\/div>\r\n<div class=\"quotemarks bottom\"><\/div>\r\n<\/section>","payflowBelowHeroCss":".membership-payflow--tagline::before {display:none; }\r\n@media (min-width: 48rem) {\r\n\t.membership-payflow__hero .payflow-hero__bg { background-size: cover;}\r\n}\r\n.membership-payflow__hero .payflow-hero__bg{top:0;}\r\n\r\n.splus-subscribe-lowercontainer,\r\n.splus-subscribe-members {clear:both;}\r\n\r\n.splus-subscribe-members {width:1280px;margin-left:-118px;padding-top: 64px; margin-bottom: 86px;}\r\n.ssm-inner {max-width:100%;width:1020px;margin:0 auto 12px;}\r\n\r\n.splus-subscribe-lowercontainer {width:800px;max-width:100%;margin: -60px auto 0;padding-top: 60px;}\r\n.splus-subscribe-lowercontainer hr {clear:both;background:#CCCCCC; margin: 56px 0 60px;}\r\n.splus-subscribe-lowercontainer .showonmobile {display:none;}\r\n.splus-subscribe-lowercontainer h2 {text-transform:uppercase;font-size:30px;padding-bottom:8px;border-bottom:2px solid #FFD62B;}\r\n\r\na.learnmore {color:#C60800;display:inline-block;margin-top:10px;}\r\n\r\n.sslc-top {margin-bottom: 39px;}\r\n.sslc-top strong {font-family:\"arial\",sans-serif;font-size:24px;line-height:26px;color:#000;letter-spacing: -1px;}\r\n.sslc-top sup {font-size: 11px;position: relative;top: -8px;right: -1px;}\r\n\r\n.sslc-card {font-family: arial;width:375px;float:left;font-size:16px;color:#000;line-height:24px;}\r\n.sslc-card.right {float:right;}\r\n.sslc-card h3 {font-family: arial;\r\nfont-size: 22px;\r\nletter-spacing: -1px; margin-bottom: 6px;}\r\n.sslc-card img {height:226px;width:340px;display:block; margin:0 auto 30px;}\r\n.sslc-card img.m {display:none;}\r\n\r\n.splus-subscribe-members h2 {text-align:center;text-transform:uppercase;font-size:30px; margin-bottom: 35px;}\r\n.splus-subscribe-members .quotemarks {clear:both;position:relative;}\r\n.splus-subscribe-members .quotemarks.top { margin-bottom: 43px;}\r\n.splus-subscribe-members .quotemarks.bottom{ padding-top: 12px;}\r\n.splus-subscribe-members .quotemarks img {width:84px !important;height:84px; margin:0 auto; display:block;position:relative;z-index:10;}\r\n.splus-subscribe-members .quotemarks:before {content:\"\";display:block;position:absolute;top:19px;left:0;width:100%;height:24px;background:url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/diagonal-top.png) no-repeat center top;background-size:cover;z-index:9;}\r\n.splus-subscribe-members .quotemarks.bottom:before {background-image:url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/05\/diagonal-bottom.png)}\r\n\r\n.splus-subscribe-members blockquote {font-weight:bold;font-style:italic;font-size:16px;line-height:20px;width:33.33333%;padding:0 6px;float:left;color:#000;}\r\n.splus-subscribe-members blockquote cite {font-weight:normal;font-style:normal;color:#000;display:block; padding-top:10px;line-height:24px;}\r\n\r\n@media screen and (max-width: 1064px) {\r\n.splus-subscribe-members blockquote {width:auto;margin-bottom:30px;}\r\n.splus-subscribe-members {width: auto;margin-left: 0;}\r\n.ssm-inner {width: auto;}\r\n}\r\n\r\n@media screen and (max-width: 819px) {\r\n.sslc-card {\r\nwidth: 300px;\r\nfloat: none !important;\r\nmargin: 0 auto 50px;\r\nmax-width: 100%;\r\n}\r\n}\r\n\r\n@media screen and (max-width: 767px) {\r\n.splus-subscribe-members .quotemarks.top {\r\nmargin-bottom: 27px;\r\n}\r\n.sslc-card {width: auto;}\r\n.sslc-card img {height:auto;width:300px;max-width:100%;margin-bottom:15px;}\r\n.sslc-card img.d {display:none;}\r\n.sslc-card img.m {display:block;width:100%;}\r\n\r\n.splus-subscribe-members .quotemarks:before {left: -6%;width: 115%;}\r\n\r\n.splus-subscribe-lowercontainer .showonmobile {display:block;}\r\n\r\n.membership-payflow__hero .payflow-hero__bg {   \/* background-image: url(https:\/\/nypost.com\/wp-content\/uploads\/sites\/2\/2022\/10\/Payflow-bg-mobile-asset@2x-1.jpg) !important;*\/     background-size: auto 100%;\r\n    top: 0 !important;}\r\n}"}}};
  1518. /* ]]> */
  1519. </script>
  1520. <script type='text/javascript' src='https://nypost.com/wp-content/plugins/nyp-membership/build/main.bundle.min.js?ver=83fd40c28d9939440478' id='nyp-membership-js' defer data-wp-strategy='defer'></script>
  1521. <script type='text/javascript' src='https://accounts.google.com/gsi/client' id='google-one-tap-js' defer data-wp-strategy='defer'></script>
  1522. <script type='text/javascript' id='nypost-zephr-components-js-extra'>
  1523. /* <![CDATA[ */
  1524. var nypZephr = {"siteId":"nypost","cdnDomain":"zephr-v4.nypost.com","cdnDomainMembership":"zephr-v4.nypost.com","contentId":"","contentType":"","embedScriptBundle":["https:\/\/nypost.com\/wp-content\/plugins\/nyp-zephr\/build\/embed.bundle.min.js?ver=86ef5cbe5b364f2ceadc"],"env":"production","nonce":"2d7253240c","isEuro":"","isSportsArticle":"","isBettingArticle":"","isSportsArticleNonBetting":"","isExclusiveArticle":"","useV4":"1","sdk_rule_slug":"flyouts-and-pencil-units","primarySection":"","primaryTag":"","sections":"","membershipEnabled":"1","meterExperimentEnabled":"","loggedInWordPress":"","isPreview":"","components":null};
  1525. /* ]]> */
  1526. </script>
  1527. <script type='text/javascript' src='https://nypost.com/wp-content/plugins/nyp-zephr/build/app.bundle.min.js?ver=86ef5cbe5b364f2ceadc' id='nypost-zephr-components-js' defer data-wp-strategy='defer'></script>
  1528. <script defer type='text/javascript' src='https://stats.wp.com/e-202417.js' id='jetpack-stats-js'></script>
  1529. <script id="jetpack-stats-js-after" type="text/javascript">
  1530. _stq = window._stq || [];
  1531. _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"163456144\",\"post\":\"0\",\"tz\":\"-4\",\"srv\":\"nypost.com\",\"hp\":\"vip\",\"j\":\"1:13.0\"}") ]);
  1532. _stq.push([ "clickTrackerInit", "163456144", "0" ]);
  1533. </script>
  1534. <script type='text/javascript' src='https://nypost.com/wp-content/themes/nypost-2016/client/build/js/nyp-show-ads.js?ver=869dd293421c93317414' id='nyp-show-ads-js' defer data-wp-strategy='defer'></script>
  1535. <script type="text/javascript">
  1536. var windowOpen;
  1537. document.addEventListener("DOMContentLoaded", function() {
  1538. const shareLinks = document.querySelectorAll('li.share-facebook a');
  1539. shareLinks.forEach(function(shareLink) {
  1540. // Exclude email from opening in modal window.
  1541. if ( shareLink.href.indexOf('mailto') !== -1 ) {
  1542. return;
  1543. }
  1544.  
  1545. shareLink.addEventListener('click', function(event) {
  1546. event.preventDefault();
  1547. if ( 'undefined' !== typeof windowOpen ){ // If there's another sharing window open, close it.
  1548. windowOpen.close();
  1549. }
  1550. windowOpen = window.open( shareLink.href, 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );
  1551. });
  1552. });
  1553. });
  1554. </script>
  1555. <script type="text/javascript">
  1556. var windowOpen;
  1557. document.addEventListener("DOMContentLoaded", function() {
  1558. const shareLinks = document.querySelectorAll('li.share-twitter a');
  1559. shareLinks.forEach(function(shareLink) {
  1560. // Exclude email from opening in modal window.
  1561. if ( shareLink.href.indexOf('mailto') !== -1 ) {
  1562. return;
  1563. }
  1564.  
  1565. shareLink.addEventListener('click', function(event) {
  1566. event.preventDefault();
  1567. if ( 'undefined' !== typeof windowOpen ){ // If there's another sharing window open, close it.
  1568. windowOpen.close();
  1569. }
  1570. windowOpen = window.open( shareLink.href, 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );
  1571. });
  1572. });
  1573. });
  1574. </script>
  1575. <script type="text/javascript">
  1576. var windowOpen;
  1577. document.addEventListener("DOMContentLoaded", function() {
  1578. const shareLinks = document.querySelectorAll('li.share-flipboard a');
  1579. shareLinks.forEach(function(shareLink) {
  1580. // Exclude email from opening in modal window.
  1581. if ( shareLink.href.indexOf('mailto') !== -1 ) {
  1582. return;
  1583. }
  1584.  
  1585. shareLink.addEventListener('click', function(event) {
  1586. event.preventDefault();
  1587. if ( 'undefined' !== typeof windowOpen ){ // If there's another sharing window open, close it.
  1588. windowOpen.close();
  1589. }
  1590. windowOpen = window.open( shareLink.href, 'wpcomflipboard', 'menubar=1,resizable=1,width=600,height=400' );
  1591. });
  1592. });
  1593. });
  1594. </script>
  1595. <script type="text/javascript">
  1596. var windowOpen;
  1597. document.addEventListener("DOMContentLoaded", function() {
  1598. const shareLinks = document.querySelectorAll('li.share-whatsapp a');
  1599. shareLinks.forEach(function(shareLink) {
  1600. // Exclude email from opening in modal window.
  1601. if ( shareLink.href.indexOf('mailto') !== -1 ) {
  1602. return;
  1603. }
  1604.  
  1605. shareLink.addEventListener('click', function(event) {
  1606. event.preventDefault();
  1607. if ( 'undefined' !== typeof windowOpen ){ // If there's another sharing window open, close it.
  1608. windowOpen.close();
  1609. }
  1610. windowOpen = window.open( shareLink.href, 'wpcomwhatsapp', 'menubar=1,resizable=1,width=600,height=400' );
  1611. });
  1612. });
  1613. });
  1614. </script>
  1615. <script type="text/javascript">
  1616. var windowOpen;
  1617. document.addEventListener("DOMContentLoaded", function() {
  1618. const shareLinks = document.querySelectorAll('li.share-email a');
  1619. shareLinks.forEach(function(shareLink) {
  1620. // Exclude email from opening in modal window.
  1621. if ( shareLink.href.indexOf('mailto') !== -1 ) {
  1622. return;
  1623. }
  1624.  
  1625. shareLink.addEventListener('click', function(event) {
  1626. event.preventDefault();
  1627. if ( 'undefined' !== typeof windowOpen ){ // If there's another sharing window open, close it.
  1628. windowOpen.close();
  1629. }
  1630. windowOpen = window.open( shareLink.href, 'wpcomemail', 'menubar=1,resizable=1,width=600,height=400' );
  1631. });
  1632. });
  1633. });
  1634. </script>
  1635. <script type="text/javascript">
  1636. var windowOpen;
  1637. document.addEventListener("DOMContentLoaded", function() {
  1638. const shareLinks = document.querySelectorAll('li.share-url a');
  1639. shareLinks.forEach(function(shareLink) {
  1640. // Exclude email from opening in modal window.
  1641. if ( shareLink.href.indexOf('mailto') !== -1 ) {
  1642. return;
  1643. }
  1644.  
  1645. shareLink.addEventListener('click', function(event) {
  1646. event.preventDefault();
  1647. if ( 'undefined' !== typeof windowOpen ){ // If there's another sharing window open, close it.
  1648. windowOpen.close();
  1649. }
  1650. windowOpen = window.open( shareLink.href, 'wpcomurl', 'menubar=1,resizable=1,width=600,height=400' );
  1651. });
  1652. });
  1653. });
  1654. </script>
  1655. <div id="nyp-zephr-container"></div><div class="ad-slot ad-slot--custom ad-slot--no-container">
  1656. <div id="div-gpt-ad-custom" class="dfp-div-gpt-ad-custom dfp-ad-post" aria-hidden="true" tabindex="-1">
  1657. <div id="div-gpt-ad-custom" class="dfp-ad dfp-ad-post dfp-custom" aria-hidden="true" tabindex="-1">
  1658. <div class="ad-wrapper">
  1659. <script  type="text/plain"  class="optanon-category-C0023">
  1660. var adWrapper = document.querySelector('.slideshow-ad-wrapper');
  1661. if (typeof googletag !== 'undefined') {
  1662. googletag.cmd.push(function() {
  1663. if (window.definedSlots && -1 !== window.definedSlots.indexOf("div-gpt-ad-custom")) {
  1664. googletag.display("div-gpt-ad-custom");
  1665. } else {
  1666. console.log('div-gpt-ad-custom not a defined slot', window.definedSlots || []);
  1667. }
  1668. });
  1669. }
  1670. </script>
  1671. </div>
  1672. </div> </div>
  1673. </div>
  1674. </body>
  1675. </html>
  1676.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda