profootballtalk.com Ads.txt file
<!DOCTYPE html>
<html class="SectionPage" lang="en-US"
data-sticky-aside
>
<head>
<!-- Checking for cookies (those get set on login), if present, set the var which Cross-Domain Consent will read from
this has to run before main script is loaded -->
<script>
var token = document.cookie.match(new RegExp('(^| )' + 'jwt' + '=([^;]+)'));
var id = document.cookie.match(new RegExp('(^| )' + 'prfl' + '=([^;]+)'));
if (token && id){
var OneTrust = {
dataSubjectParams: {
id: id[2],
isAnonymous: false,
token : token[2]
}
};
}
</script>
<!-- OneTrust Cookies Consent Notice start -->
<script src="https://cdn.cookielaw.org/consent/bc8ce68a-b6d0-4e2d-b6ba-5f0f1811d474/otSDKStub.js" integrity="sha384-HBsFIxpR4z9YyqI9Z7n6ZhKHEgXFXTrS62Q0SJRRvEgn2sSTsfRVc6fbJypKmntX" crossorigin="anonymous" data-domain-script="bc8ce68a-b6d0-4e2d-b6ba-5f0f1811d474">
</script>
<script>
function OptanonWrapper() {
if (window.OneTrust.getGeolocationData().country === 'US') {
const otButton = document.getElementById('ot-sdk-btn')
if (otButton) {
otButton.setAttribute('data-privacy-icon', '')
}
}
}
</script>
<script src="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" ccpa-opt-out-ids="USP" ccpa-opt-out-geo="US" ccpa-opt-out-lspa="false">
</script>
<!-- OneTrust Cookies Consent Notice end -->
<meta charset="UTF-8">
<meta property="og:title" content="Pro Football Talk">
<meta property="og:url" content="https://www.nbcsports.com/nfl/profootballtalk">
<meta property="og:site_name" content="NBC Sports">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@NBCSports">
<meta name="twitter:title" content="Pro Football Talk">
<meta property="fb:app_id" content="206053216266379">
<meta data-rh="true" name="sailthru.cid" content="https://www.nbcsports.com/nfl/profootballtalk">
<link data-cssvarsponyfill="true" class="Webpack-css" rel="stylesheet" href="https://nbcsports.brightspotcdn.com/resource/00000187-de45-d718-ada7-fe4596550000/styles/default/All.min.498f8caa93e6fdbdda0f2ab8200e676a.gz.css">
<style>.MpxVideoPlayer-title, .MpxVideoPlayer-description, .Page-headline, .ArticlePromo-authors, .ArticlePromo-authors-item, .ArticlePromo-date, * {
font-family: 'FK Grotesk Neue';
}
.ArticlePage-articleBody,.ArticlePromo-body {
font-family: Georgia,"Times New Roman",Times,serif !important;
}
.ArticlePage-articleBody p,.ArticlePage-articleBody p *, .ArticlePage-articleBody ul,.ArticlePage-articleBody ol,.ArticlePromo-body p, .ArticlePromo-body p *,.ArticlePromo-body ul, .ArticlePromo-body ol, .ArticlePromo-body ul li *, .ArticlePromo-body ol li *{
font-family: Georgia,"Times New Roman",Times,serif !important;
}
@media only screen and (min-width: 1280px) {
.HubHero-main .PagePromo-title a {
-webkit-line-clamp: 3;
}
}</style>
<style>.MpxVideoPlayer .jw-flag-floating.jw-floating-dismissible .jw-float-bar {
left: auto;
}</style>
<style>
:root {
--pageHeaderBgColor: #921e1e;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"><title>ProFootballTalk | PFT: News, Rumors, Videos, Highlights, Results & More - NBC Sports - NBC Sports</title><meta name="description" content="Find all the latest ProFootballTalk news, live coverage, videos, highlights, stats, predictions, and results right here on NBC Sports."><link rel="canonical" href="https://www.nbcsports.com/nfl/profootballtalk"><meta name="brightspot.contentId" content="00000188-a208-d22c-af9e-f6ade2660000"><link rel="apple-touch-icon" sizes="180x180"href="/apple-touch-icon.png"><link rel="icon" type="image/png"href="/favicon-32x32.png"><link rel="icon" type="image/png"href="/favicon-16x16.png"><link type="application/atom+xml" rel="alternate" title="ProFootballTalk | PFT: News, Rumors, Videos, Highlights, Results & More - NBC Sports" href="https://www.nbcsports.com/nfl/profootballtalk.atom"><script type="application/ld+json">{"@context":"http://schema.org","@type":"WebPage","url":"https://www.nbcsports.com/nfl/profootballtalk","description":"Find all the latest ProFootballTalk news, live coverage, videos, highlights, stats, predictions, and results right here on NBC Sports.","@id":"https://www.nbcsports.com/nfl/profootballtalk/#webpage","isPartOf":{"@id":"https://www.nbcsports.com/#website"},"inLanguage":"en-US","publisher":{"@type":"NewsMediaOrganization","name":"NBC Sports","logo":{"@type":"ImageObject","url":"https://nbcsports.brightspotcdn.com/dims4/default/5e75bc6/2147483647/strip/false/crop/1029x400+0+0/resize/154x60!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe9%2F91%2Ff66679574a648b889aa492dda9aa%2Fpft.png","width":154,"height":60},"url":"https://www.nbcsports.com"},"name":"ProFootballTalk | PFT: News, Rumors, Videos, Highlights, Results & More - NBC Sports - NBC Sports"}</script><!-- this will add webcomponent polyfills based on browsers. As of 04/29/21 still needed for IE11 and Safari -->
<script src="https://nbcsports.brightspotcdn.com/resource/00000187-de45-d718-ada7-fe4596550000/webcomponents-loader/webcomponents-loader.ce44f83d1399e8dd41e607b70e0642c9.gz.js"></script>
<script>
/**
This allows us to load the IE polyfills via feature detection so that they do not load
needlessly in the browsers that do not need them. It also ensures they are loaded
non async so that they load before the rest of our JS.
*/
var head = document.getElementsByTagName('head')[0];
if (!window.CSS || !window.CSS.supports || !window.CSS.supports('--fake-var', 0)) {
var script = document.createElement('script');
script.setAttribute('src', "https://nbcsports.brightspotcdn.com/resource/00000187-de45-d718-ada7-fe4596550000/util/IEPolyfills.min.6f55b73d48d7b1d4110f8cf5bcf18d0c.gz.js");
script.setAttribute('type', 'text/javascript');
script.async = false;
head.appendChild(script);
}
</script>
<script>
window.resourceBaseUrl = 'https://nbcsports.brightspotcdn.com/resource/webpack/'
var waitForGlobal = function(variableName, callback, interval = 50, timeout = 5000) { let elapsedTime = 0;if (window[variableName] !== undefined) {callback();return;} const checkInterval = setInterval(() => { elapsedTime += interval; if (window[variableName] !== undefined) { clearInterval(checkInterval); callback(window[variableName]); } else if (elapsedTime >= timeout) { clearInterval(checkInterval); console.error(`Timeout: The variable '${variableName}' was not found within the specified time.`); }}, interval);}
var isBSPPreview = false
</script>
<script src="https://nbcsports.brightspotcdn.com/resource/00000187-de45-d718-ada7-fe4596550000/styles/default/All.min.cb58fa14fd97b140c5e392a2eb42a8c5.gz.js" async></script>
<script type="text/plain" class="optanon-category-4-6-7">
var mpscall = {
"site": "nbcsports-v2-web", "path": "/nfl/profootballtalk", "type": "section", "cat": "NFL|Pro Football Talk"}
var mpsopts = {
"host": "mps.nbcuni.com",
"maxpathsegs": 100
}
var mps = mps || {};
mps._ext = mps._ext || {};
mps._adsheld = [];
mps._queue = mps._queue || {};
mps._queue.mpsloaded = mps._queue.mpsloaded || [];
mps._queue.mpsinit = mps._queue.mpsinit || [];
mps._queue.gptloaded = mps._queue.gptloaded || [];
mps._queue.adload = mps._queue.adload || [];
mps._queue.adclone = mps._queue.adclone || [];
mps._queue.adview = mps._queue.adview || [];
mps._queue.refreshads = mps._queue.refreshads || [];
mps.__timer = Date.now() || function () {
return new Date
};
mps.__intcode = "v2";
if (typeof mps.getAd !== "function") mps.getAd = function (adunit) {
if (typeof adunit !== "string") return false;
var slotId = "mps-getad-" + adunit.replace(/\W/g, "");
if (!mps._ext || !mps._ext.loaded) {
mps._queue.gptloaded.push(function () {
typeof mps._gptfirst === "function" && mps._gptfirst(adunit, slotId);
mps.insertAd("#" + slotId, adunit)
});
mps._adsheld.push(adunit)
}
return '<div id="' + slotId + '" class="mps-wrapper" data-mps-fill-slot="' + adunit + '"></div>'
};
(function () {
head = document.head || document.getElementsByTagName("head") [0], mpsload = document.createElement("script");
mpsload.src = "//" + mpsopts.host + "/fetch/ext/load-" + mpscall.site + ".js? nowrite=2";
mpsload.id = "mps-load";
head.insertBefore(mpsload, head.firstChild)
})();
</script>
<!--START Lightbox Javascript-->
<script async type="text/plain" class="optanon-category-4" src='https://www.lightboxcdn.com/vendor/ffc155a5-eba8-47bf-8e99-ed72cbcffdaf/lightbox_speed.js'></script>
<!--END Lightbox Javascript-->
<script type="text/plain" class="optanon-category-4-6-7">
window._taboola = window._taboola || [];
_taboola.push({ category:'auto'});
!function (e, f, u, i) {
if (!document.getElementById(i)){
e.async = 1;
e.src = u;
e.id = i;
f.parentNode.insertBefore(e, f);
}
}(document.createElement('script'),
document.getElementsByTagName('script')[0],
'//cdn.taboola.com/libtrc/nbcsports-network/loader.js',
'tb_loader_script');
if(window.performance && typeof window.performance.mark == 'function')
{window.performance.mark('tbl_ic');}
</script>
<script type="text/plain" class="optanon-category-4">
window.mParticleIdentityCallback = function (result) {
if (!result) {
console.log('No result received!')
return
}
if (result.getUser()) {
//IDSync request succeeded, mutate attributes or query for the MPID as needed
return;
}
let codes = window.mParticle.Identity.HTTPCodes;
switch(result.httpCode) {
case codes.noHttpCoverage:
// retry the IDSync request
break;
case codes.activeIdentityRequest:
//inspect your implementation if this occurs frequency
//otherwise retry the IDSync request
break;
case 429:
//inspect your implementation if this occurs frequency
//otherwise retry the IDSync request
break;
case codes.validationIssue:
case 400:
console.log('mParticle Request Error Occurred!')
console.log(result.body);
// inspect result.body to determine why the request failed
// this typically means an implementation issue
break;
default:
}
},
window.mParticle = {
config: {
isDevelopmentMode: false,
logLevel: "warning",
identifyRequest: {
userIdentities: {},
},
identityCallback: function (result) {
window.mParticleIdentityCallback(result)
},
},
};
(
function(e){window.mParticle=window.mParticle||{};window.mParticle.EventType={Unknown:0,Navigation:1,Location:2,Search:3,Transaction:4,UserContent:5,UserPreference:6,Social:7,Other:8};window.mParticle.eCommerce={Cart:{}};window.mParticle.Identity={};window.mParticle.config=window.mParticle.config||{};window.mParticle.config.rq=[];window.mParticle.config.snippetVersion=2.3;window.mParticle.ready=function(e){window.mParticle.config.rq.push(e)};var i=["endSession","logError","logBaseEvent","logEvent","logForm","logLink","logPageView","setSessionAttribute","setAppName","setAppVersion","setOptOut","setPosition","startNewSession","startTrackingLocation","stopTrackingLocation"];var n=["setCurrencyCode","logCheckout"];var t=["identify","login","logout","modify"];i.forEach(function(e){window.mParticle[e]=o(e)});n.forEach(function(e){window.mParticle.eCommerce[e]=o(e,"eCommerce")});t.forEach(function(e){window.mParticle.Identity[e]=o(e,"Identity")});function o(i,n){return function(){if(n){i=n+"."+i}var e=Array.prototype.slice.call(arguments);e.unshift(i);window.mParticle.config.rq.push(e)}}var r,c,a=window.mParticle.config,s=a.isDevelopmentMode?1:0,l="?env="+s,w=window.mParticle.config.dataPlan;if(w){r=w.planId;c=w.planVersion;if(r){if(c&&(c<1||c>1e3)){c=null}l+="&plan_id="+r+(c?"&plan_version="+c:"")}}var d=window.mParticle.config.versions;var m=[];if(d){Object.keys(d).forEach(function(e){m.push(e+"="+d[e])})}var f=document.createElement("script");f.type="text/javascript";f.async=true;f.src=("https:"==document.location.protocol?"https://jssdkcdns":"http://jssdkcdn")+".mparticle.com/js/v2/"+e+"/mparticle.js"+l+"&"+m.join("&");var p=document.getElementsByTagName("script")[0];p.parentNode.insertBefore(f,p)}
)
("us1-d26be8b82e8a5a4faf49eabd169d04f6");
//page load event
mParticle.logEvent(
'Page Load',
mParticle.EventType.Navigation, {
'Article ID': '00000188-a208-d22c-af9e-f6ade2660000',
'Author': 'None',
'Business': 'NBCSports',
//Content_Hub: _satellite.getVar('dl_nbcs.contenthub'),
'League': 'None',
'Orientation': window.innerHeight > window.innerWidth
? 'Portrait'
: 'Landscape',
'Page Name': document.title,
'Page Type': 'Section',
'Platform':
navigator.appVersion.match(/Windows Phone/i)
? 'Windows Phone'
: navigator.appVersion.match(/Kindle|Silk/i)
? 'Kindle'
: navigator.appVersion.match(/iPhone|iPad|iPod/i)
? 'iOS'
: navigator.appVersion.match(/Mac OS|Macintosh/i)
? 'Mac OS X'
: navigator.appVersion.match(/Windows/i)
? 'Windows'
: navigator.appVersion.match(/Android/i)
? 'Android'
: navigator.appVersion.match(/mobile|opera m/i)
? 'Other Mobile'
: navigator.appVersion.match(/AppleTV|SMART-TV|SmartTV/i)
? 'tvOS'
: navigator.appVersion.match(/Linux|X11/i) ? 'Linux' : 'Unknown OS',
'Player': 'None',
'Product': window.location.hostname || 'www.nbcsports.com',
'Published Date': '06/09/2023',
'Referring Page': document.referrer || 'None',
'Sport': 'None',
'Team': 'None',
//Site_Type: _satellite.getVar('dl_nbcs.sitetype'),
//Sub_Feature: _satellite.getVar('dl_nbcs.subfeature'),
//Sub_Feature_Detail: _satellite.getVar('dl_nbcs.subfeaturedetail'),
'URL': window.location.href,
//User_ID: _satellite.getVar('dl_nbcs.userid'),
});
</script>
<script type="text/plain" class="optanon-category-4">
window.fbAsyncInit = function() {
FB.init({
appId : '206053216266379',
xfbml : true,
version : 'v2.9'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script>
var analyticsMetadata = {"event":"Page Loaded","nbcs":{"business":"NBC Sports","contenthub":"News","contentid":"00000188-a208-d22c-af9e-f6ade2660000","contenttitle":"Pro Football Talk","contenttype":"Brand","publishdate":"06/09/2023|09:21","release_version":"2025.08.19","blog":"PFT"}};
window.appEventData = window.appEventData || [];
if (analyticsMetadata) {
window.appEventData.push(analyticsMetadata);
}
if ((window.location.href.indexOf('localhost:8080') > -1) || (window.location.href.indexOf('.lower.nbc-sports.') > -1)) { window.s_account = 'nbcusportsgroupglobaldev,nbcusportsgroupnbcsportsdev' } else { window.s_account = 'nbcusportsgroupglobal,nbcusportsgroupnbcsports' }
window.s_linkInternalFilters = 'javascript:,nbcsports.com'
</script>
<script type="text/plain" class="optanon-category-6-7" src="https://assets.adobedtm.com/a2ef59fba8e9/ffbecea365ae/launch-20629b03d5f7.min.js" async></script>
<script type="text/plain" class="optanon-category-6-7" src="https://nbcsports.brightspotcdn.com/resource/00000187-de45-d718-ada7-fe4596550000/vendor/adobe/VideoHeartbeat.min.f03ec31d509c4b1c8367350bee700b05.gz.js" async></script>
<!-- Start Freewheel Ad Head Script -->
<script type="text/plain" class="optanon-category-4">
// Calculate page view random number
const precision = 8
let page_view_random_number = Math.round(Math.pow(10, precision) * Math.random())
// Load/populate unique visitor ID from local storage
if (!localStorage.getItem('_fw_vcid2')) {
localStorage.setItem('_fw_vcid2', '' + Math.round(Math.pow(10, precision) * Math.random()))
}
let fw_vcid2 = localStorage.getItem('_fw_vcid2')
window._fw_vcid2_key = fw_vcid2
window.csid_key = 'nbcsports_embed_on_domain'
window.sfid_key = '751525'
</script>
<!-- End Freewheel Ad Head Script --><script type="text/plain" class="optanon-category-4" class="admiral">!(function(j,_name){j[_name]=j[_name]||function e(){(e.q=e.q||[]).push(arguments)},j[_name].v=j[_name].v||2,j[_name].s="3";!(function(j,e,M,U){function T(M,U){try{T=j.localStorage,(M=JSON.parse(T[decodeURI(decodeURI('g%65%257%34%49%74%25%36%35%256%64'))]("_aQS01OTMzMkE4RUNDMzE4RjE0ODg5RjgyQUItOA")).lgk||[])&&(U=j[e].pubads())&&M.forEach((function(j){j&&j[0]&&U.setTargeting(j[0],j[1]||"")}))}catch(q){}var T}try{(U=j[e]=j[e]||{}).cmd=U.cmd||[],typeof U.pubads===M?T():typeof U.cmd.unshift===M?U.cmd.unshift(T):U.cmd.push(T)}catch(q){}})(window,decodeURI(decodeURI('%67%6f%25%36f%25%36%37%6c%2565ta%25%36%37')),"function");;})(window,decodeURI(decodeURI('%61%25%364%256d%69%72%256%31%25%36%63')));!(function(j,e,M,U,T,q,C,E,d,V,w,r,g,f,H,n,v,N,u,J,s,Z,S,Q){function x(M,q){navigator.onLine&&u&&(u=!1,(q=(function(j,e,M){if(!H)return!1;for(e=(j=H.getEntriesByType("resource")).length;M=j[--e];)if(!M.deliveryType&&M.transferSize>300&&M.fetchStart>n)return!0;return!1})())||(Q=8),!J&&N&&(Q=16),!J&&!q||(function(M,q,C){if(!/bot|spider|headlesschrome|java\//i.test(navigator.userAgent||"")&&(new(function(){M=(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,["%2561%64%6d%25%362%25%365n%65%2566i%257%34%257%33"],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 u(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*)"+decodeURI(decodeURI(t[0]))+"\\s*=\\s*([^;]+)")))?r[2]:void 0}],function(d,c,e,f,i,m,y){e=d.createElement("div");e.innerHTML="<div class=\"DCDOr\"><div class=\"eRIqgq a__s1p0xe8r-0\"><div class=\"ezkXGa a__s1p0xe8r-0\"><div class=\"jozuUb\"><img src=\"https://nbcsports.brightspotcdn.com/78/7b/4d40c7eb4d0f996e8345b5330657/nbc-logo-for-header.svg\" class=\"hgqALM\"><\/img><\/div><div class=\"kdFgxO\"><h3 class=\"kMGqeO\">Disable Your Adblocker<\/h3><div class=\"eFEjHN\">We use ads to keep our content free. To access our site, disable your adblocker.<\/div><button data-bbv4k-0 data-r9nmx3cnkf=\"https://my.%67et%61dmir%61%6c.com/instructions\" class=\"cAnYvb a__s1p0xe8r-1\">Disable my adblocker<\/button><button data-bbv4k-2 class=\"dDuvyE a__s1p0xe8r-1\">Continue without disabling<\/button><\/div><\/div><\/div><div class=\"idHFrh\"><span class=\"bRORkN\"><a href=\"https://ge%74ad%6d%69%72al.typeform.com/to/s8M2nY5H\" target=\"_blank\" class=\"dWdYmI\">Contact support<\/a><\/span><span class=\"bRORkN\">|<\/span><span class=\"bRORkN\"><a href=\"https://g%65%74admir%61%6c.com/pb/\" target=\"_blank\" class=\"dWdYmI\">We're using <img src=\"https://pubgifs.com/412d3539333332413845434333313846313438383946383241422d38_logo.svg\" class=\"ggJJaU\"><\/img><\/a><\/span><\/div><\/div>";function onClose(){e.remove()}f=["click",function(e){var t=e.currentTarget.getAttribute("data-r9nmx3cnkf"),r=e.currentTarget.parentElement,n=document.createElement("iframe");n.src=t,n.style="margin: 36px 0;outline: 0;border: 0;width: 100%;height: 400px;",r.replaceWith(n);var i=function(e){var t=e.data,o=t.goBack,c=t.blockerDisabled;o?(n.replaceWith(r),window.removeEventListener("message",i)):c&&window.location.reload()};window.addEventListener("message",i)},"click",onClose];for (i=0;i<f.length;i+=2){(m=e.querySelector('[data-bbv4k-'+i+']'))&&m.addEventListener(f[i],f[i+1])}y=d.createElement("style");y[c](d.createTextNode(".DCDOr{all:initial;position:fixed;top:0;right:0;bottom:0;left:0;font-family:Arial;overflow:auto;background-color:rgba(255,255,255,1);z-index:2147483647;}.DCDOr .a__s1p0xe8r-0{width:100%;height:100%;margin:0 auto;}.DCDOr .a__s1p0xe8r-1{cursor:pointer;border:none;font-weight:700;}.eRIqgq{max-width:740px;position:relative;}.ezkXGa{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;}.kdFgxO{display:inline-block;max-width:700px;width:100%;margin-top:48px;padding-top:48px;border-top:1px solid #121e401f;color:rgba(24,33,57,1);}.idHFrh{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);}.jozuUb{display:block;}.hgqALM{max-width:150px;max-height:150px;}.ggJJaU{height:15px;vertical-align:middle;}.kMGqeO{box-sizing:border-box;text-align:left;margin:0 0 5px;font-size:24px;line-height:28px;font-weight:500;}.eFEjHN{box-sizing:border-box;text-align:left;margin:0 0 15px;font-size:14px;line-height:22px;}.bRORkN{display:inline-block;margin-right:5px;line-height:40px;}.dWdYmI{-webkit-text-decoration:none;text-decoration:none;color:rgba(12,44,91,1);}.cAnYvb{width:100%;height:33px;background-color:rgba(41,98,255,1);color:rgba(244,244,246,1);border-radius:3px;margin-bottom:24px;}.dDuvyE{background-color:rgba(255,255,255,1);color:rgba(12,44,91,1);}"));d.body[c](y);d.body[c](e);window[decodeURI(decodeURI('%5fa%2564%6d%25%353%74%25%36%31%25%374%2569%256%33%25%34%35n%67%25%36%31%256%37%65%2552%256%35%256e%2564%256%35r%256%35%25%36%34'))]=!0;return {"candidates":[{"batchID":"66ec4d4b899fac3121ce65ca","candidateID":"66ec4d4b899fac3121ce65c9","groups":["purpose:failsafe"],"payload":{"name":"Failsafe"},"payloadType":"template","triggers":[{"type":"adblockerDisabled"}],"tsUpdated":1726762337.272}]}},[document,"appendChild"]))}),!V++)){q=e.sessionStorage;try{C=JSON.parse(q[U(U(w))]).slice(-4)}catch(E){C=[]}C.push([T(),{p:""+e.location,r:""+j.referrer,cs:M,t:1,fc:Q}]),q[U(U(w))]=JSON.stringify(C)}})())}H=e.performance,N=e.fetch,g=U(U('a%2564%256%64%256%39%72%61%25%36c')),u=!N,(function p(q,V,w,Z,S,Q){function a(){e[U(U('%61dmr%256%63Lo%25%361%25%36%34%256%35%25%364'))]&&M(f),Q||e[g]&&e[g].a&&"function"==typeof e[g].a.ready||o()}function o(j){S.removeChild(w),M(f),j&&!1===j.isTrusted||V>=4?(e.setTimeout(x,J!==undefined||u?0:Math.max(4e3-(T()-v),Math.max(2e3-((H&&H.now())-n),0))),u=!0):p(V<2?q:r,++V)}Q=q===r,w=j.createElement(C),Z=j[d](C)[0],S=Z.parentNode,w.async=1,w.src=q,1==V&&N&&(v=T(),N((function(M,U,T,q,C,E,V,w){for(U=(M=j[d]("link")).length,q=(e.origin||"").length||1;q&&(T=M[--U]);)if(C=(T.href||"").substring(0,q),V=0===(T.type||"").indexOf("image/"),w="icon"===T.rel||(T.rel||"").indexOf(" icon")>=0,(V||w)&&("/"===C[0]||C===e.origin)&&(E=T.href,V&&w))return T.href;return E||"/favicon.ico"})(),{mode:"no-cors",credentials:"omit",cache:"no-cache"}).then((function(){J=!0,x()}),(function(j){J=!1}))),s=0,1===V&&s?s(w,(function(j){j||a()})):w[E]&&(f=e.setTimeout(a,Q?3e4:6e3),w[E]("error",o),w[E]("load",a)),S.insertBefore(w,Z)})("https://hustlercoach.com/dist/ka1lf04ddpz2.module.js",0),n=H&&H.now()})(document,window,clearTimeout,decodeURI,Date.now,0,"script","addEventListener","getElementsByTagName",0,'%25%36%31f%25%37%33%76%69%73i%25%37%34s',"https://succeedscene.com/openads/js/v0.js");</script>
<script type="module" src="https://commerce.nbcuni.com/public/widget/latest/bootstrap.js"></script>
</head>
<body class="Page-body" data-user-notloggedin>
<!-- Putting icons here, so we don't have to include in a bunch of -body hbs's -->
<svg xmlns="http://www.w3.org/2000/svg" style="display:none" id="iconsMap">
<symbol id="annotation" viewBox="0 0 11 11">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 2C0 0.895431 0.895431 0 2 0H6C7.10457 0 8 0.895431 8 2V3H9C10.1046 3 11 3.89543 11 5V9C11 10.1046 10.1046 11 9 11H5C3.89543 11 3 10.1046 3 9V8H2C0.895431 8 0 7.10457 0 6V2ZM5 4H9C9.55228 4 10 4.44772 10 5V9C10 9.55228 9.55228 10 9 10H5C4.44772 10 4 9.55228 4 9V5C4 4.44772 4.44772 4 5 4Z" fill="currentColor"/>
</symbol>
<symbol id="arrow-down" viewBox="0 0 8 6" xmlns="http://www.w3.org/2000/svg">
<path d="M4 5.91699L0.25 0.916992L7.75 0.916992L4 5.91699Z" />
</symbol>
<symbol id="arrow-left" viewBox="0 0 12 11" xmlns="http://www.w3.org/2000/svg">
<path d="M6.97247 1.26796C7.13181 1.11103 7.02069 0.839844 6.79705 0.839844L5.34549 0.839844C5.27984 0.839844 5.21683 0.865664 5.17006 0.911728L0.34719 5.66173C0.247758 5.75966 0.247757 5.92003 0.34719 6.01796L5.17006 10.768C5.21683 10.814 5.27984 10.8398 5.34549 10.8398L6.79705 10.8398C7.02069 10.8398 7.13181 10.5687 6.97247 10.4117L3.19284 6.6892L11.583 6.6892C11.7211 6.6892 11.833 6.57727 11.833 6.4392L11.833 5.24048C11.833 5.10241 11.7211 4.99048 11.583 4.99048L3.19284 4.99048L6.97247 1.26796Z"/>
</symbol>
<symbol id="arrow-right" viewBox="0 0 4 6" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.75 3L0.75 0.75L0.75 5.25L3.75 3Z" fill="black"/>
</symbol>
<symbol id="bookmark" viewBox="0 0 14 18" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1V17L7 13L13 17V1H1Z" stroke-width="1.5" stroke-linejoin="round"/>
</symbol>
<symbol id="bookmark-active" viewBox="0 0 14 18" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1V17L7 13L13 17V1H1Z" stroke-width="1.5" stroke-linejoin="round"/>
</symbol>
<symbol id="camera" width="17" height="16" viewBox="0 0 17 16" xmlns="http://www.w3.org/2000/svg">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0613 2.68377C11.9251 2.27543 11.543 2 11.1126 2H5.88743C5.457 2 5.07486 2.27543 4.93875 2.68377L4.72793 3.31623C4.59182 3.72457 4.20968 4 3.77925 4H2.83336C2.28108 4 1.83336 4.44772 1.83336 5V11.9999L1.83336 11.9999L1.83334 12L1.83335 12L1.83336 12V13C1.83336 13.5523 2.28107 14 2.83336 14H14.1667C14.719 14 15.1667 13.5523 15.1667 13V5C15.1667 4.44772 14.719 4 14.1667 4H13.2208C12.7903 4 12.4082 3.72457 12.2721 3.31623L12.0613 2.68377ZM8.50003 10.6667C9.6046 10.6667 10.5 9.77124 10.5 8.66667C10.5 7.5621 9.6046 6.66667 8.50003 6.66667C7.39546 6.66667 6.50003 7.5621 6.50003 8.66667C6.50003 9.77124 7.39546 10.6667 8.50003 10.6667ZM8.50003 11.3333C9.97279 11.3333 11.1667 10.1394 11.1667 8.66667C11.1667 7.19391 9.97279 6 8.50003 6C7.02727 6 5.83336 7.19391 5.83336 8.66667C5.83336 10.1394 7.02727 11.3333 8.50003 11.3333ZM12.5 7.33333C12.8682 7.33333 13.1667 7.03486 13.1667 6.66667C13.1667 6.29848 12.8682 6 12.5 6C12.1318 6 11.8334 6.29848 11.8334 6.66667C11.8334 7.03486 12.1318 7.33333 12.5 7.33333Z"/>
</g>
</symbol>
<symbol id="calendar" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4999 1.33301C10.2238 1.33301 9.99992 1.55687 9.99992 1.83301V2.66634H5.99992V1.83301C5.99992 1.55687 5.77606 1.33301 5.49992 1.33301H5.16658C4.89044 1.33301 4.66658 1.55686 4.66658 1.83301V2.66634H2.33325C1.78097 2.66634 1.33325 3.11406 1.33325 3.66634V13.6663C1.33325 14.2186 1.78097 14.6663 2.33325 14.6663H13.6666C14.2189 14.6663 14.6666 14.2186 14.6666 13.6663V3.66634C14.6666 3.11406 14.2189 2.66634 13.6666 2.66634H11.3333V1.83301C11.3333 1.55687 11.1094 1.33301 10.8333 1.33301H10.4999ZM5.16659 4.66634C4.89044 4.66634 4.66658 4.44248 4.66658 4.16634L2.83325 4.16634V6.49967H13.1666V4.16634H11.3333C11.3333 4.44248 11.1094 4.66634 10.8333 4.66634H10.4999C10.2238 4.66634 9.99992 4.44248 9.99992 4.16634L5.99992 4.16634C5.99992 4.44248 5.77606 4.66634 5.49992 4.66634H5.16659ZM13.1666 7.99967H2.83325V13.1663H13.1666V7.99967Z" />
</symbol>
<symbol id="caret-left" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M15.5 5L9 11.5L15.5 18" stroke-width="1.5"/>
</g>
</symbol>
<symbol id="caret-fat" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M4.54541 0.5L0.0454102 6.5L9.04541 6.5L4.54541 0.5Z"/>
</g>
</symbol>
<symbol id="close-x" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
<g>
<path fill-rule="nonzero" d="M6.336 7L0 .664.664 0 7 6.336 13.336 0 14 .664 7.664 7 14 13.336l-.664.664L7 7.664.664 14 0 13.336 6.336 7z"></path>
</g>
</symbol>
<symbol id="close-x-secondary" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.85449 18.146C1.94759 18.2391 2.05501 18.3 2.17676 18.3286C2.30566 18.3644 2.43099 18.3644 2.55273 18.3286C2.67448 18.3 2.7819 18.2391 2.875 18.146L10.0078 11.0239L17.1299 18.146C17.2158 18.2391 17.3197 18.3 17.4414 18.3286C17.5703 18.3644 17.6956 18.368 17.8174 18.3394C17.9463 18.3107 18.0573 18.2463 18.1504 18.146C18.2435 18.0529 18.3044 17.9455 18.333 17.8237C18.3617 17.702 18.3617 17.5802 18.333 17.4585C18.3044 17.3296 18.2435 17.2186 18.1504 17.1255L11.0283 10.0034L18.1504 2.87061C18.2435 2.77751 18.3044 2.67008 18.333 2.54834C18.3688 2.4266 18.3688 2.30485 18.333 2.18311C18.3044 2.0542 18.2435 1.94678 18.1504 1.86084C18.0501 1.76058 17.9391 1.69613 17.8174 1.66748C17.6956 1.63167 17.5703 1.63167 17.4414 1.66748C17.3197 1.69613 17.2158 1.76058 17.1299 1.86084L10.0078 8.98291L2.875 1.86084C2.7819 1.76058 2.6709 1.69613 2.54199 1.66748C2.42025 1.63167 2.2985 1.63167 2.17676 1.66748C2.05501 1.69613 1.94759 1.76058 1.85449 1.86084C1.76139 1.94678 1.69694 2.0542 1.66113 2.18311C1.63249 2.30485 1.63249 2.4266 1.66113 2.54834C1.69694 2.67008 1.76139 2.77751 1.85449 2.87061L8.97656 10.0034L1.85449 17.1255C1.76139 17.2186 1.69694 17.3296 1.66113 17.4585C1.63249 17.5802 1.63249 17.702 1.66113 17.8237C1.68978 17.9455 1.75423 18.0529 1.85449 18.146Z" fill="black"/>
</symbol>
<symbol id="close-x-dark" viewBox="0 0 9 8" xmlns="http://www.w3.org/2000/svg">
<rect x="0.556152" y="1.22186" width="1.6875" height="9.5625" transform="rotate(-45 0.556152 1.22186)" fill="white"/>
<rect x="1.68164" y="7.97186" width="1.6875" height="9.5625" transform="rotate(-135 1.68164 7.97186)" fill="white"/>
</symbol>
<symbol id="copy" viewBox="0 0 12 12">
<g fill-rule="evenodd">
<path d="M10.199 2.378c.222.205.4.548.465.897.062.332.016.614-.132.774L8.627 6.106c-.187.203-.512.232-.75-.014a.498.498 0 0 0-.706.028.499.499 0 0 0 .026.706 1.509 1.509 0 0 0 2.165-.04l1.903-2.06c.37-.398.506-.98.382-1.636-.105-.557-.392-1.097-.77-1.445L9.968.8C9.591.452 9.03.208 8.467.145 7.803.072 7.233.252 6.864.653L4.958 2.709a1.509 1.509 0 0 0 .126 2.161.5.5 0 1 0 .68-.734c-.264-.218-.26-.545-.071-.747L7.597 1.33c.147-.16.425-.228.76-.19.353.038.71.188.931.394l.91.843.001.001zM1.8 9.623c-.222-.205-.4-.549-.465-.897-.062-.332-.016-.614.132-.774l1.905-2.057c.187-.203.512-.232.75.014a.498.498 0 0 0 .706-.028.499.499 0 0 0-.026-.706 1.508 1.508 0 0 0-2.165.04L.734 7.275c-.37.399-.506.98-.382 1.637.105.557.392 1.097.77 1.445l.91.843c.376.35.937.594 1.5.656.664.073 1.234-.106 1.603-.507L7.04 9.291a1.508 1.508 0 0 0-.126-2.16.5.5 0 0 0-.68.734c.264.218.26.545.071.747l-1.904 2.057c-.147.16-.425.228-.76.191-.353-.038-.71-.188-.931-.394l-.91-.843z"></path>
<path d="M8.208 3.614a.5.5 0 0 0-.707.028L3.764 7.677a.5.5 0 0 0 .734.68L8.235 4.32a.5.5 0 0 0-.027-.707"></path>
</g>
</symbol>
<symbol id="download" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd">
<g>
<g>
<g>
<path d="M0 0H24V24H0z" transform="translate(-802.000000, -1914.000000) translate(0.000000, 1756.000000) translate(802.000000, 158.000000)"/>
<path fill="currentColor" fill-rule="nonzero" d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm-1 8V6h2v4h3l-4 4-4-4h3zm6 7H7v-2h10v2z" transform="translate(-802.000000, -1914.000000) translate(0.000000, 1756.000000) translate(802.000000, 158.000000)"/>
</g>
</g>
</g>
</g>
</symbol>
<symbol id="email" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M2 5.49318L12 12.8265L22 5.49318C22 5.2208 21.7792 5 21.5068 5H2.49318C2.2208 5 2 5.2208 2 5.49318Z" />
<path d="M2 6.64016V18C2 18.5523 2.44772 19 3 19H21C21.5523 19 22 18.5523 22 18V6.64016L12 13.9735L2 6.64016Z" />
</g>
</symbol>
<symbol id="facebook" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M13.0414 13.6272V22H9.19527V13.6272H6V10.2322H9.19527V8.99704C9.19527 4.41124 11.1109 2 15.1642 2C16.4068 2 16.7175 2.1997 17.3979 2.36243V5.72041C16.6361 5.58728 16.4216 5.51331 15.6302 5.51331C14.6908 5.51331 14.1879 5.77959 13.7293 6.30473C13.2707 6.82988 13.0414 7.73965 13.0414 9.04142V10.2396H17.3979L16.2293 13.6346H13.0414V13.6272Z" />
</g>
</symbol>
<symbol id="instagram" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.6571 22H5.34292C3.50308 22 2 20.4969 2 18.6571V5.34292C2 3.50308 3.50308 2 5.34292 2H18.6571C20.4969 2 22 3.50308 22 5.34292V18.6571C22 20.5051 20.5051 22 18.6571 22ZM12.0041 17.1375C10.6324 17.1375 9.34288 16.6037 8.37368 15.6345C7.40449 14.6653 6.87061 13.3757 6.87061 12.0041C6.87061 10.6324 7.40449 9.34288 8.37368 8.37369C9.34288 7.40449 10.6324 6.87061 12.0041 6.87061C13.3757 6.87061 14.6653 7.40449 15.6345 8.37369C16.6037 9.34288 17.1375 10.6324 17.1375 12.0041C17.1375 13.3757 16.6037 14.6653 15.6345 15.6345C14.6571 16.6037 13.3757 17.1375 12.0041 17.1375ZM12.0041 7.96301C9.7782 7.96301 7.96301 9.76999 7.96301 12.0041C7.96301 14.2299 9.76999 16.0451 12.0041 16.0451C14.2299 16.0451 16.0451 14.2382 16.0451 12.0041C16.0369 9.7782 14.2299 7.96301 12.0041 7.96301ZM19.1241 5.71661C19.1241 6.26097 18.6828 6.70226 18.1385 6.70226C17.5941 6.70226 17.1528 6.26097 17.1528 5.71661C17.1528 5.17225 17.5941 4.73096 18.1385 4.73096C18.6828 4.73096 19.1241 5.17225 19.1241 5.71661Z"/>
</g>
</symbol>
<symbol id="linkedin" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
<path d="M9.245 7.318c-.704 0-1.273.57-1.273 1.273v4.454H4.79s.038-7.636 0-8.272h3.182v.945s.985-.919 2.507-.919c1.884 0 3.22 1.364 3.22 4.012v4.234h-3.182V8.591c0-.703-.57-1.273-1.272-1.273zM1.92 3.5h-.018C.94 3.5.318 2.748.318 1.921.318 1.075.96.386 1.94.386s1.583.712 1.603 1.557c0 .828-.622 1.557-1.622 1.557zm1.597 9.545H.336V4.773h3.181v8.272z" fill-rule="evenodd"/>
</symbol>
<symbol id="list" viewBox="0 0 18 14">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.666748 0.333252H2.33341V1.99992H0.666748V0.333252ZM2.33341 6.16659H0.666748V7.83325H2.33341V6.16659ZM2.33341 11.9999H0.666748V13.6666H2.33341V11.9999ZM17.3334 11.9999H4.00008V13.6666H17.3334V11.9999ZM4.00008 6.16659H17.3334V7.83325H4.00008V6.16659ZM17.3334 0.333252H4.00008V1.99992H17.3334V0.333252Z"/>
</symbol>
<symbol id="share" viewBox="0 0 18 14" xmlns="http://www.w3.org/2000/svg">
<path d="M8.99935 9.82118C8.99935 9.68311 8.88742 9.57118 8.74935 9.57118H7.33268C5.96568 9.57066 4.62454 9.93992 3.45425 10.639C2.47679 11.2229 1.64958 12.0184 1.03275 12.9623C0.925876 13.1258 0.665916 13.0652 0.666017 12.8698C0.666017 8.39818 4.2622 4.75803 8.74877 4.62692C8.88679 4.62289 8.99935 4.51134 8.99935 4.37326V1.01678C8.99935 0.807742 9.24063 0.691016 9.40452 0.820764L17.0851 6.90121C17.2115 7.0013 17.2115 7.19314 17.0851 7.29323L9.40453 13.3737C9.24063 13.5034 8.99935 13.3867 8.99935 13.1777V9.82118Z" />
</symbol>
<symbol id="star" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<g id="Favorite Star">
<path id="Star 1" d="M9.99999 2.76549L12.0527 6.78782L12.1683 7.01438L12.4195 7.05433L16.8793 7.76363L13.6882 10.9589L13.5085 11.1388L13.5481 11.3901L14.2517 15.8508L10.2267 13.8032L9.99999 13.6879L9.77328 13.8032L5.74832 15.8508L6.45189 11.3901L6.49152 11.1388L6.31178 10.9589L3.12064 7.76363L7.58044 7.05433L7.83164 7.01438L7.94726 6.78782L9.99999 2.76549Z"/>
</g>
</symbol>
<symbol id="lock-locked" viewBox="0 0 24 24">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C8.68629 2 6 4.68629 6 8V10H5C4.44772 10 4 10.4477 4 11V20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20V11C20 10.4477 19.5523 10 19 10H18V8C18 4.68629 15.3137 2 12 2ZM16 10V8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8V10H16Z" />
</g>
</symbol>
<symbol id="lock-unlocked" viewBox="0 0 24 24">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.001 10C19.5528 10.0005 20 10.448 20 11V20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11C4 10.4477 4.44772 10 5 10H6V8C6 4.68629 8.68629 2 12 2C13.7841 2 15.3863 2.77867 16.4853 4.01469L15.0674 5.43258C14.3337 4.55686 13.2319 4 12 4C9.79086 4 8 5.79086 8 8V10L10.5 10H16H18L19 10C19.0003 10 19.0007 10 19.001 10Z" />
</g>
</symbol>
<symbol id="menu" viewBox="0 0 24 24" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.65C5 5.42909 5.17909 5.25 5.4 5.25H18.6C18.8209 5.25 19 5.42909 19 5.65V6.85C19 7.07091 18.8209 7.25 18.6 7.25H5.4C5.17909 7.25 5 7.07091 5 6.85V5.65ZM5 11.4C5 11.1791 5.17909 11 5.4 11H18.6C18.8209 11 19 11.1791 19 11.4V12.6C19 12.8209 18.8209 13 18.6 13H5.4C5.17909 13 5 12.8209 5 12.6V11.4ZM5.4 16.75C5.17909 16.75 5 16.9291 5 17.15V18.35C5 18.5709 5.17909 18.75 5.4 18.75H18.6C18.8209 18.75 19 18.5709 19 18.35V17.15C19 16.9291 18.8209 16.75 18.6 16.75H5.4Z" fill="currentColor"/>
</symbol>
<symbol id="nbc-logo" viewBox="0 0 67 39" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.2539 7.77251H36.1516C36.1516 7.77251 37.1651 7.77251 37.303 8.25052C37.1444 8.38001 36.9279 8.48545 36.6877 8.6024C35.7967 9.03626 34.5805 9.62848 34.7931 12.1946L37.9836 33.615L47.9516 9.88275C49.9905 4.58381 45.7107 0.158397 41.9143 0.0230842C41.7371 0.0103142 41.5591 4.5653e-09 41.3751 4.5653e-09C37.9675 -0.000122775 34.0627 2.47627 34.2539 7.77251ZM19.1222 9.94403C16.9482 4.02833 21.8331 0.154236 25.0863 0.0880536C28.8199 -0.324147 33.5015 2.53154 32.6853 8.71775L29.1584 33.6141L19.1222 9.94403ZM9.08452 22.4702C4.06775 19.1333 5.08063 13.4252 7.86363 10.9059C11.7979 7.57883 17.3607 8.72285 19.3941 13.9691L29.0982 36.2011L9.08452 22.4702ZM38.1207 36.1316L47.549 14.1665C49.0919 10.404 51.7536 9.08488 54.2405 9.08524C56.3457 9.08524 58.3329 10.0252 59.4152 11.2419C61.9968 13.827 62.7408 19.057 58.1287 22.3283L38.1207 36.1316ZM55.8899 25.4501L37.1 38.5746H60.2355C64.982 38.5746 68.0323 33.6804 66.6764 29.1894C65.7682 26.3666 63.0813 24.1507 59.9626 24.1475C58.6498 24.1481 57.2577 24.5435 55.8899 25.4501ZM30.1151 38.5785H7.32094C2.57014 38.5785 -1.16005 34.2256 0.333916 28.926C2.09642 24.2966 6.97886 22.6643 11.3207 25.454L30.1151 38.5785Z" fill="currentColor"/>
</symbol>
<symbol id="nbc-logo-rainbow" viewBox="0 0 67 40" xmlns="http://www.w3.org/2000/svg">
<path d="M47.8878 4.21326C48.9542 6.42065 48.3464 9.32118 47.1947 11.3046L38.3332 31.2457L38.2585 31.331L35.0594 11.07C34.8035 9.12923 36.8936 8.30813 38.1092 7.36972C38.0403 7.26645 37.9488 7.18017 37.8416 7.11737C37.7345 7.05457 37.6145 7.01688 37.4907 7.00715L34.5262 6.95384L34.4409 6.85786C34.4454 5.61318 34.7881 4.39313 35.4324 3.32815C36.0766 2.26316 36.9982 1.39329 38.0986 0.811545C39.3386 0.162838 40.7422 -0.106246 42.1342 0.0378853C43.5262 0.182017 44.8449 0.732978 45.9257 1.62199C46.7631 2.33872 47.4329 3.23059 47.8878 4.23459" fill="#645FAA"/>
<path d="M31.5741 3.50944C32.352 4.8767 32.6627 6.46035 32.4592 8.02018L28.8442 31.2137V31.2884L27.8951 29.4222L18.831 9.1612C18.4279 7.88819 18.3964 6.52659 18.7403 5.23631C19.0841 3.94603 19.789 2.78065 20.7721 1.87704C21.7552 0.973423 22.9757 0.369092 24.2904 0.135018C25.605 -0.099055 26.9591 0.0468492 28.1937 0.555596C29.5894 1.15588 30.7688 2.16779 31.5741 3.45612" fill="#C9234A"/>
<path d="M60.9536 13.2558C61.5187 14.3781 61.7778 15.6296 61.7047 16.884C61.6317 18.1384 61.2292 19.3514 60.5377 20.4005C59.6953 21.7655 58.309 22.4373 57.1467 23.3224L38.4319 36.1935L38.5598 35.5856L48.5091 13.1919C49.2214 11.9178 50.3053 10.8913 51.6161 10.2492C52.927 9.60715 54.4024 9.38004 55.8457 9.59819C56.9156 9.78946 57.9293 10.2171 58.813 10.8498C59.6966 11.4826 60.4279 12.3046 60.9536 13.2558Z" fill="#0089CF"/>
<path d="M18.3831 13.1493L28.7269 36.2042H28.5562L7.68739 21.8295C6.65526 20.9813 5.89203 19.8513 5.49065 18.5771C5.08926 17.3029 5.06704 15.9395 5.42668 14.6529C5.73219 13.5983 6.27561 12.6278 7.0151 11.8162C7.75459 11.0046 8.67044 10.3735 9.69216 9.97151C11.2905 9.3788 13.0478 9.3753 14.6485 9.96163C16.2492 10.548 17.5884 11.6857 18.4257 13.1706" fill="#F37021"/>
<path d="M66.4338 29.5392C66.9218 30.69 67.0989 31.9489 66.9473 33.1897C66.7957 34.4305 66.3208 35.6097 65.57 36.6092C64.8922 37.4825 64.0167 38.1824 63.0156 38.6515C62.0146 39.1205 60.9165 39.3452 59.8116 39.3071H37.5671L56.1966 26.3614C57.0646 25.8379 58.0339 25.5045 59.0403 25.3832C60.0467 25.262 61.0673 25.3556 62.0349 25.658C63.0024 25.9603 63.8948 26.4645 64.653 27.1372C65.4113 27.8099 66.0183 28.6359 66.4338 29.5605" fill="#0DB14B"/>
<path d="M0.574776 29.5394C0.0819805 30.6886 -0.09865 31.9476 0.0511466 33.189C0.200943 34.4305 0.675856 35.6104 1.42787 36.6094C2.10795 37.4829 2.98533 38.1828 3.98812 38.6518C4.99091 39.1207 6.09056 39.3454 7.19693 39.3073H29.4521L10.8333 26.3616C9.96687 25.8384 8.99921 25.5052 7.99435 25.3841C6.98949 25.263 5.97037 25.3568 5.0045 25.6593C4.03862 25.9617 3.14803 26.466 2.39172 27.1385C1.6354 27.8111 1.03062 28.6368 0.617431 29.5607" fill="#FDB913"/>
</symbol>
<symbol id="profile" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11ZM8.87549 12C6.18283 12 4 14.1828 4 16.8755V21H20V16.8755C20 14.1828 17.8172 12 15.1245 12H8.87549Z" />
</g>
</symbol>
<symbol id="play" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M18.6758 10.6926C19.6953 11.2661 19.6953 12.7339 18.6758 13.3074L7.23539 19.7426C6.23549 20.305 5 19.5825 5 18.4352L5 5.56477C5 4.41753 6.23549 3.69496 7.23539 4.25741L18.6758 10.6926Z" />
</g>
</symbol>
<symbol id="pause" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 4C6.44772 4 6 4.44772 6 5V19C6 19.5523 6.44772 20 7 20H9C9.55228 20 10 19.5523 10 19V5C10 4.44772 9.55228 4 9 4H7ZM15 4C14.4477 4 14 4.44772 14 5V19C14 19.5523 14.4477 20 15 20H17C17.5523 20 18 19.5523 18 19V5C18 4.44772 17.5523 4 17 4H15Z" />
</g>
</symbol>
<symbol id="print" viewBox="0 0 12 12">
<g fill-rule="evenodd">
<path fill-rule="nonzero" d="M9 10V7H3v3H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v3.132A2.868 2.868 0 0 1 9.132 10H9zm.5-4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM3 0h6v2H3z"></path>
<path d="M4 8h4v4H4z"></path>
</g>
</symbol>
<symbol id="reddit" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM17.7363 10.3987C18.6158 10.3987 19.3378 11.1075 19.3378 12.0001C19.3378 12.6564 18.944 13.2209 18.3927 13.4703C18.4189 13.6278 18.432 13.7984 18.432 13.956C18.432 16.4369 15.5573 18.4321 12.0132 18.4321C8.46903 18.4321 5.59433 16.4237 5.59433 13.956C5.59433 13.7853 5.60745 13.6278 5.63371 13.4703C5.08239 13.2209 4.6886 12.6696 4.6886 12.0132C4.6886 11.1338 5.39743 10.4118 6.29003 10.4118C6.72321 10.4118 7.117 10.5824 7.40578 10.8581C8.52153 10.0574 10.0573 9.54546 11.7638 9.49295L12.5776 5.66002C12.5907 5.58126 12.6301 5.51562 12.6958 5.47624C12.7483 5.43686 12.827 5.42374 12.9058 5.43687L15.5705 6.0013C15.7542 5.62064 16.148 5.35811 16.5943 5.35811C17.2244 5.35811 17.7363 5.87004 17.7363 6.50011C17.7363 7.13018 17.2244 7.64212 16.5943 7.64212C15.9774 7.64212 15.4786 7.15644 15.4523 6.55262L13.0633 6.04068L12.3282 9.47982C14.0084 9.54546 15.518 10.0574 16.6206 10.845C16.9094 10.5693 17.3032 10.3987 17.7363 10.3987ZM9.47977 12.0001C8.8497 12.0001 8.33776 12.512 8.33776 13.1421C8.33776 13.7722 8.8497 14.2972 9.47977 14.2841C10.1098 14.2841 10.6218 13.7722 10.6218 13.1421C10.6218 12.512 10.1098 12.0001 9.47977 12.0001ZM12.0132 17.0144C12.4464 17.0144 13.9428 16.9619 14.7304 16.1743C14.8354 16.0562 14.8354 15.8724 14.7304 15.7543C14.6122 15.6361 14.4285 15.6361 14.3103 15.7543C13.8246 16.2531 12.7614 16.4237 12.0132 16.4237C11.265 16.4237 10.2149 16.2531 9.71605 15.7543C9.59791 15.6361 9.41413 15.6361 9.296 15.7543C9.17786 15.8724 9.17786 16.0562 9.296 16.1743C10.0705 16.9488 11.5669 17.0144 12.0132 17.0144ZM13.3783 13.1552C13.3783 13.7853 13.8903 14.2972 14.5203 14.2972C15.1504 14.2972 15.6623 13.7722 15.6623 13.1552C15.6623 12.5252 15.1504 12.0132 14.5203 12.0132C13.8903 12.0132 13.3783 12.5252 13.3783 13.1552Z" />
</g>
</symbol>
<symbol id="search" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5647 7.055C16.6384 9.12866 16.6384 12.4907 14.5647 14.5644C12.491 16.6381 9.12897 16.6381 7.05531 14.5644C4.98165 12.4907 4.98165 9.12866 7.05531 7.055C9.12897 4.98134 12.491 4.98134 14.5647 7.055ZM16.1192 15.0754C18.2731 12.4012 18.1085 8.4775 15.6254 5.99434C12.9659 3.33489 8.6541 3.33489 5.99465 5.99434C3.3352 8.65379 3.3352 12.9656 5.99465 15.6251C8.47774 18.1081 12.4013 18.2728 15.0755 16.119C15.1007 16.1554 15.1295 16.1901 15.1619 16.2225L18.5669 19.6275C18.8598 19.9203 19.3347 19.9203 19.6276 19.6275C19.9205 19.3346 19.9205 18.8597 19.6276 18.5668L16.2226 15.1618C16.1902 15.1294 16.1555 15.1006 16.1192 15.0754Z" />
</g>
</symbol>
<symbol id="tiktok" viewBox="0 0 512 512">
<path d="M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z"></path>
</symbol>
<symbol id="twitter" viewBox="0 0 1200 1227" xmlns="http://www.w3.org/2000/svg">
<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" />
</symbol>
<symbol id="icon-minus" viewBox="0 0 14 14">
<path d="M13, 8H1A1, 1, 0, 0, 1, 1, 6H13a1, 1, 0, 0, 1, 0, 2Z"/>
</symbol>
<symbol id="icon-plus" viewBox="0 0 14 14">
<path d="M13, 6H8V1A1, 1, 0, 0, 0, 6, 1V6H1A1, 1, 0, 0, 0, 1, 8H6v5a1, 1, 0, 0, 0, 2, 0V8h5a1, 1, 0, 0, 0, 0-2Z"/>
</symbol>
<symbol id="nbcsports" viewBox="0 0 56 33" xmlns="http://www.w3.org/2000/svg">
<path d="M40.0259 3.53686C40.9171 5.38987 40.4091 7.82475 39.4466 9.48977L32.0402 26.2295L31.9778 26.3011L29.304 9.29283C29.0901 7.66362 30.837 6.97433 31.853 6.18658C31.7954 6.09989 31.7189 6.02746 31.6294 5.97474C31.5399 5.92202 31.4396 5.89039 31.3361 5.88222L28.8584 5.83746L28.7871 5.7569C28.7909 4.71204 29.0773 3.68785 29.6158 2.79384C30.1542 1.89983 30.9244 1.16961 31.8441 0.681259C32.8805 0.136696 34.0536 -0.0891892 35.2171 0.0318032C36.3805 0.152796 37.4826 0.615305 38.386 1.36159C39.0859 1.96326 39.6457 2.71195 40.0259 3.55477" fill="#C9C9C9"/>
<path d="M26.3909 2.94615C27.0411 4.09391 27.3008 5.42333 27.1307 6.73274L24.1093 26.2028V26.2654L23.3161 24.6989L15.7404 7.69058C15.4035 6.62193 15.3772 5.47893 15.6646 4.39579C15.9519 3.31265 16.541 2.33437 17.3627 1.57582C18.1844 0.81727 19.2045 0.309958 20.3033 0.113463C21.402 -0.0830319 22.5338 0.0394488 23.5656 0.466521C24.7322 0.970439 25.7178 1.81989 26.3909 2.90139" fill="#C9C9C9"/>
<path d="M50.9445 11.1325C51.4167 12.0746 51.6333 13.1252 51.5723 14.1782C51.5112 15.2312 51.1748 16.2494 50.5969 17.1302C49.8928 18.276 48.7341 18.8399 47.7627 19.5829L32.1211 30.3877L32.228 29.8774L40.5435 11.0788C41.1389 10.0093 42.0448 9.14757 43.1403 8.60857C44.2359 8.06956 45.4691 7.87891 46.6753 8.06205C47.5695 8.22261 48.4168 8.58156 49.1553 9.11274C49.8939 9.64392 50.5051 10.3339 50.9445 11.1325Z" fill="#C9C9C9"/>
<path d="M15.3636 11.0373L24.0088 30.391H23.8662L6.42429 18.324C5.56165 17.612 4.92376 16.6634 4.58828 15.5938C4.25281 14.5241 4.23424 13.3796 4.53482 12.2995C4.79016 11.4142 5.24434 10.5996 5.8624 9.91826C6.48046 9.23696 7.24592 8.70718 8.09985 8.36969C9.43573 7.87214 10.9044 7.8692 12.2423 8.3614C13.5801 8.8536 14.6994 9.80871 15.3993 11.0552" fill="#C9C9C9"/>
<path d="M55.5267 24.797C55.9347 25.7631 56.0827 26.8198 55.956 27.8615C55.8293 28.9031 55.4323 29.893 54.8048 30.732C54.2383 31.4651 53.5066 32.0527 52.6699 32.4464C51.8332 32.8401 50.9155 33.0288 49.992 32.9968H31.4004L46.9707 22.1294C47.6962 21.6899 48.5062 21.4101 49.3474 21.3083C50.1885 21.2065 51.0415 21.2851 51.8502 21.5389C52.6588 21.7927 53.4047 22.216 54.0384 22.7807C54.6722 23.3454 55.1795 24.0387 55.5267 24.8149" fill="#C9C9C9"/>
<path d="M0.480391 24.7964C0.0685183 25.7611 -0.0824504 26.818 0.0427476 27.8601C0.167946 28.9023 0.564872 29.8927 1.1934 30.7314C1.76179 31.4646 2.4951 32.0522 3.33322 32.4459C4.17134 32.8395 5.09041 33.0281 6.0151 32.9962H24.6157L9.05429 22.1287C8.33018 21.6895 7.52142 21.4098 6.68157 21.3082C5.84173 21.2065 4.98996 21.2853 4.18269 21.5392C3.37543 21.7931 2.63109 22.2163 1.99897 22.781C1.36685 23.3456 0.861379 24.0387 0.516041 24.8143" fill="#C9C9C9"/>
</symbol>
<symbol id="quotes" viewBox="0 0 27 21" xmlns="http://www.w3.org/2000/svg">
<path d="M26.5107 21V10.8742H21.3509V8.45283C21.3509 5.4151 22.4629 4.31447 25.6211 4.31447H27V0H25.1763C19.4827 0 16.6359 2.64151 16.6359 8.32076V21H26.5107ZM0 21H9.87479V10.8742H4.71499V8.45283C4.71499 5.4151 5.82702 4.31447 8.98517 4.31447H10.4086V0H8.54036C2.84679 0 0 2.64151 0 8.32076V21Z" fill="black"/>
</symbol>
<symbol id="alert" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 11.9999C23 18.075 18.0751 22.9999 12 22.9999C5.92487 22.9999 1 18.075 1 11.9999C1 5.92475 5.92487 0.999878 12 0.999878C18.0751 0.999878 23 5.92475 23 11.9999ZM13.5861 4.49994H10.1639V7.4166L10.7861 13.7944H12.9639L13.5861 7.4166V4.49994ZM13.625 15.3499H10.125V18.4999H13.625V15.3499Z"/>
</symbol>
<symbol id="dot" width="4" height="10" viewBox="0 0 4 10" xmlns="http://www.w3.org/2000/svg">
<circle cx="2" cy="2.5" r="2" fill="#6A6A6A"/>
</symbol>
<symbol id="curved-arrow" viewBox="0 0 18 14">
<path d="M9.00033 9.82118C9.00033 9.68311 8.8884 9.57118 8.75033 9.57118H7.33366C5.96666 9.57066 4.62552 9.93992 3.45522 10.639C2.47777 11.2229 1.65056 12.0184 1.03372 12.9623C0.926852 13.1258 0.666892 13.0652 0.666993 12.8698C0.666993 8.39818 4.26317 4.75803 8.74975 4.62692C8.88776 4.62289 9.00033 4.51134 9.00033 4.37326V1.01678C9.00033 0.807742 9.24161 0.691016 9.4055 0.820764L17.0861 6.90121C17.2125 7.0013 17.2125 7.19314 17.0861 7.29323L9.4055 13.3737C9.24161 13.5034 9.00033 13.3867 9.00033 13.1777V9.82118Z" fill="black"/>
</symbol>
<symbol id="icon-24-expand" viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd">
<path fill="currentColor" d="M0 0H24V24H0z"></path>
<path fill="#ffffff" fill-rule="nonzero" d="M6.017 5.167h3.237c.321 0 .58-.259.58-.58V4.58c0-.32-.259-.579-.58-.579H4.58C4.26 4 4 4.258 4 4.58v4.674c0 .321.258.58.58.58h.008c.32 0 .579-.259.579-.58V6.017l4.879 4.846c.108.108.254.166.408.166.154 0 .3-.058.409-.17.225-.226.225-.592 0-.817L6.017 5.167zM19.42 4h-4.675c-.321 0-.58.258-.58.58v.008c0 .32.259.579.58.579h3.237l-4.846 4.879c-.225.225-.225.591 0 .817.109.108.255.17.409.17.154 0 .3-.058.408-.166l4.88-4.85v3.237c0 .321.258.58.579.58h.008c.32 0 .579-.259.579-.58V4.58c0-.32-.258-.579-.58-.579zm-8.967 8.967c-.154 0-.3.058-.408.166l-4.88 4.85v-3.237c0-.321-.258-.58-.579-.58H4.58c-.32 0-.579.259-.579.58v4.675c0 .32.258.579.58.579h4.674c.321 0 .58-.258.58-.58v-.008c0-.32-.259-.579-.58-.579H6.017l4.846-4.879c.225-.225.225-.591 0-.817-.109-.108-.255-.17-.409-.17zm8.967 1.2h-.008c-.321 0-.58.258-.58.579v3.237l-4.879-4.846c-.108-.108-.254-.166-.408-.166-.154 0-.3.058-.409.17-.225.226-.225.592 0 .817l4.846 4.875h-3.237c-.321 0-.58.259-.58.58v.008c0 .32.259.579.58.579h4.675c.32 0 .579-.258.579-.58v-4.674c0-.321-.258-.58-.58-.58z"></path>
</g>
</symbol>
<symbol id="gear" viewBox="0 0 14 14">
<path d="M0.421382 8.16919C0.3018 7.44968 0.3018 6.71537 0.421382 5.99586C1.15605 6.01319 1.81605 5.66119 2.07272 5.04186C2.32938 4.42186 2.11138 3.70586 1.57938 3.19986C2.00366 2.60605 2.52309 2.08639 3.11672 1.66186C3.62338 2.19386 4.33938 2.41186 4.95938 2.15519C5.57938 1.89853 5.93072 1.23786 5.91272 0.50386C6.63266 0.38413 7.36744 0.38413 8.08738 0.50386C8.06938 1.23853 8.42138 1.89853 9.04072 2.15519C9.66072 2.41186 10.3767 2.19386 10.8827 1.66186C11.4765 2.08614 11.9962 2.60557 12.4207 3.19919C11.8887 3.70586 11.6707 4.42186 11.9274 5.04186C12.184 5.66186 12.8447 6.01319 13.5787 5.99519C13.6984 6.71514 13.6984 7.44991 13.5787 8.16986C12.844 8.15186 12.184 8.50386 11.9274 9.12319C11.6707 9.74319 11.8887 10.4592 12.4207 10.9652C11.9964 11.559 11.477 12.0787 10.8834 12.5032C10.3767 11.9712 9.66072 11.7532 9.04072 12.0099C8.42072 12.2665 8.06938 12.9272 8.08738 13.6612C7.36744 13.7809 6.63266 13.7809 5.91272 13.6612C5.93072 12.9265 5.57872 12.2665 4.95938 12.0099C4.33938 11.7532 3.62338 11.9712 3.11738 12.5032C2.52357 12.0789 2.00391 11.5595 1.57938 10.9659C2.11138 10.4592 2.32938 9.74319 2.07272 9.12319C1.81605 8.50319 1.15538 8.15186 0.421382 8.16986V8.16919ZM7.00005 9.08253C7.53048 9.08253 8.03919 8.87181 8.41426 8.49674C8.78934 8.12167 9.00005 7.61296 9.00005 7.08253C9.00005 6.55209 8.78934 6.04339 8.41426 5.66831C8.03919 5.29324 7.53048 5.08253 7.00005 5.08253C6.46962 5.08253 5.96091 5.29324 5.58583 5.66831C5.21076 6.04339 5.00005 6.55209 5.00005 7.08253C5.00005 7.61296 5.21076 8.12167 5.58583 8.49674C5.96091 8.87181 6.46962 9.08253 7.00005 9.08253Z" fill="white"/>
</symbol>
<symbol id="out-menu" viewBox="0 0 16 16">
<path d="M11.3333 4.66669L4.66667 11.3334M11.3333 4.66669H4.66667M11.3333 4.66669V11.3334" fill="currentColor" stroke-width="1.5" />
</symbol>
<symbol id="soccer-ball" viewBox="0 0 12 12">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.16759 2.119L4.24042 1.45352C3.90154 1.21029 3.75108 0.788614 3.85692 0.394789C2.80932 0.795484 1.90277 1.48138 1.23225 2.3575C1.47261 2.46771 1.66464 2.67013 1.75541 2.92843L2.20045 4.19477C2.24505 4.32168 2.26204 4.45305 2.25368 4.58165L3.71055 5.0112C3.78185 4.86462 3.88944 4.73439 4.02862 4.63501L5.16759 3.82172L5.16759 2.119ZM3.76144 6.06872L1.66806 5.4515L0.769966 6.11796C0.546612 6.2837 0.270729 6.3473 0.00756836 6.30744C0.0662801 7.47371 0.458003 8.55218 1.08957 9.4497C1.25517 9.11849 1.59704 8.89915 1.98007 8.89222L3.343 8.86756C3.47703 8.86513 3.60674 8.88889 3.7262 8.93476L4.31906 7.57519C4.25129 7.48745 4.19741 7.38746 4.16121 7.27796L3.76144 6.06872ZM4.75331 10.7968L4.4194 9.84669L5.24034 7.96407H6.76892C6.85154 7.96407 6.93239 7.95392 7.01005 7.93463L7.80973 9.31003C7.76085 9.37893 7.7203 9.45469 7.68979 9.53619L7.2204 10.7904C7.08456 11.1534 7.17587 11.5557 7.44501 11.8256C6.98215 11.9401 6.4981 12.0008 5.99987 12.0008C5.48927 12.0008 4.99357 11.937 4.5203 11.817C4.7848 11.5501 4.87942 11.1557 4.75331 10.7968ZM7.74248 7.20506L8.71988 8.88612L10.0424 8.93594C10.4093 8.94975 10.7328 9.15769 10.8962 9.46946C11.5769 8.51029 11.9829 7.34244 11.9993 6.08063C11.7118 6.16405 11.395 6.11907 11.1399 5.94388L10.0185 5.17373C9.93748 5.11811 9.8669 5.05223 9.80765 4.9788L8.26978 5.43224C8.27163 5.5423 8.25528 5.65392 8.21931 5.76272L7.74248 7.20506ZM10.0294 2.79968L9.66388 3.97868L7.73024 4.5488L6.52091 3.68527C6.41235 3.60775 6.29215 3.55444 6.16759 3.52534L6.16759 2.40492C6.29217 2.37557 6.41219 2.32246 6.52045 2.24555L7.63043 1.45704C7.98313 1.20649 8.13101 0.760224 7.99689 0.351118L7.99319 0.339844C9.02582 0.703444 9.92903 1.34159 10.6152 2.16666C10.3394 2.2781 10.1201 2.50692 10.0294 2.79968Z" fill="currentColor"/>
<circle cx="6" cy="6" r="5.5" stroke="currentColor" fill="transparent"/>
</symbol>
<symbol id="substitution-icon" viewBox="0 0 20 20">
<path d="M7.01434 2.2412C7.13954 2.11789 7.05223 1.90482 6.87651 1.90482L5.736 1.90482C5.68442 1.90482 5.63491 1.92511 5.59816 1.9613L1.80876 5.69344C1.73064 5.77039 1.73064 5.8964 1.80876 5.97334L5.59816 9.70548C5.63491 9.74168 5.68442 9.76196 5.736 9.76196L6.87651 9.76196C7.05223 9.76196 7.13954 9.54889 7.01434 9.42559L4.04463 6.50075L12.3036 6.50075C12.4121 6.50075 12.5 6.4128 12.5 6.30432L12.5 5.36247C12.5 5.25398 12.4121 5.16604 12.3036 5.16604L4.04463 5.16604L7.01434 2.2412Z" fill="currentColor"/>
<path d="M12.9857 17.5208C12.8605 17.6441 12.9478 17.8571 13.1235 17.8571L14.264 17.8571C14.3156 17.8571 14.3651 17.8369 14.4018 17.8007L18.1912 14.0685C18.2694 13.9916 18.2694 13.8656 18.1912 13.7886L14.4018 10.0565C14.3651 10.0203 14.3156 10 14.264 10L13.1235 10C12.9478 10 12.8605 10.2131 12.9857 10.3364L15.9554 13.2612L7.69643 13.2612C7.58794 13.2612 7.5 13.3492 7.5 13.4576L7.5 14.3995C7.5 14.508 7.58794 14.5959 7.69643 14.5959L15.9554 14.5959L12.9857 17.5208Z" fill="currentColor"/>
</symbol>
<symbol id="card-red" viewBox="0 0 15 20">
<rect x="0.5" width="14" height="20" rx="1" fill="#FF5348"/>
</symbol>
<symbol id="card-yellow" viewBox="0 0 15 20">
<rect x="0.5" width="14" height="20" rx="1" fill="#F4D013"/>
</symbol>
<symbol id="link-out" viewBox="0 0 12 12" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.80429 0.609863H11.7373V4.54627H11.0569V1.77124L5.17832 7.64986L4.69727 7.16881L10.5759 1.29018H7.80429V0.609863Z" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.07715 1.63867H1.07754H1.73386H5.58819V2.29504H1.73386V10.6608H10.1009V6.80737H10.7572V11.3187H10.1009V11.3171H1.07769V11.0083H1.07754V2.29504H1.07715V1.63867Z" />
</symbol>
</svg>
<bsp-header class="Page-header" data-color-inverse>
<a href="#Page-content" class="Page-skipNav sr-only">Skip navigation</a>
<div class="Page-header-hamburger-menu">
<div class="Page-header-hamburger-menu-header">
<div class="Page-header-logo"><a aria-label="home page" href="https://www.nbcsports.com/nfl/profootballtalk" >
<img class="PageLogo-image" src="https://nbcsports.brightspotcdn.com/dims4/default/f2fcd96/2147483647/strip/true/crop/1029x400+0+0/resize/400x155!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe9%2F91%2Ff66679574a648b889aa492dda9aa%2Fpft.png" alt="PFT-logo.png" width="400" height="155" >
</a>
</div>
<div class="Icon-button Page-header-hamburger-menu-close" data-theme="gray"><svg class="close-x"><use xlink:href="#close-x"></use></svg></div>
</div>
<div class="Page-header-hamburger-menu-wrapper">
<div class="Page-header-hamburger-menu-content">
<bsp-search-overlay class="SearchOverlay SearchOverlay-mobile">
<div class="SearchOverlay-search-overlay">
<form class="SearchOverlay-search-form" action="https://www.nbcsports.com/nfl/profootballtalk#nt=navsearch" novalidate="" autocomplete="off">
<label class="SearchOverlay-search-label">
<input placeholder="Keyword Search..." type="text" class="SearchOverlay-search-input" name="q" required="true">
<span class="sr-only">
Search Query
</span>
<button type="submit" class="SearchOverlay-search-submit">
<svg>
<use xlink:href="#search"></use>
</svg>
<span class="sr-only">Submit Search</span>
</button>
<div class="SearchOverlay-search-form-clear">
<svg>
<use xlink:href="#close-x-dark"></use>
</svg>
</div>
</label>
</form>
<div class="SearchOverlay-module-wrapper">
<div class="SearchResultsModule" data-fragment-params="_fragmentId=00000189-d096-d062-a7c9-df9718c80004&_fragmentParent=00000189-d096-d062-a7c9-df9718c80004&_fragmentSignature=cc842392d9276f7a5c242192e5e784ecc0e1b98e&_fragmentContext=WyIvc2VjdGlvbi9TZWN0aW9uUGFnZS5oYnMiLCIvc2VjdGlvbi9TZWN0aW9uUGFnZUV2ZW50LmhicyIsImhlYWRlclNlYXJjaCIsImhlYWRlclNlYXJjaDowIiwiL3NlYXJjaC9TZWFyY2hSZXN1bHRzTW9kdWxlLmhicyIsImZyYWdtZW50UGFyYW1zIl0=" >
<div class="Icon-button SearchResultsModule-close" data-theme="outline"><svg class="close-x"><use xlink:href="#close-x"></use></svg></div>
<div class="SearchResultsModule-container" data-search-results-ajax>
<div class="SearchResultsModule-initialContent">
<div class="PageListIcon"
>
<div class="PageListIcon-items">
<div class="PageListIcon-items-item">
<div class="PagePromo" data-no-media
>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk">Pro Football Talk</a>
</div>
</div>
</div>
</div>
<div class="PageListIcon-items-item">
<div class="PagePromo" data-no-media
>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill">Rumor Mill</a>
</div>
</div>
</div>
</div>
<div class="PageListIcon-items-item">
<div class="PagePromo" data-no-media
>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/pft-videos">PFT Video </a>
</div>
</div>
</div>
</div>
<div class="PageListIcon-items-item">
<div class="PagePromo" data-no-media
>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/pft-pm">PFT PM</a>
</div>
</div>
</div>
</div>
<div class="PageListIcon-items-item">
<div class="PagePromo" data-no-media
>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/pft-live">PFT Live</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="SearchResultsModule-initialContent-scrolling">
<div class="PageListTopSearch"
data-module>
<a class="AnchorLink" id="recent-clips"></a>
<div class="TitleBar">
<div class="TitleBar-left">
<h3 class="TitleBar-title">PFT Clips</h3>
</div>
</div>
<div class="PageListTopSearch-items">
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="Florio: Belichick ‘acts like 5-year-old’ with ban" href="https://www.nbcsports.com/watch/nfl/profootballtalk/bill-belichick-confirms-report-on-banning-patriots-staff-from-unc-practices" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a521ca2/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F73%2F407%2Fnbc_pft_bellichickpatsbeef_250909.jpg">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2da2803/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F73%2F407%2Fnbc_pft_bellichickpatsbeef_250909.jpg">
<img class="Image" alt="nbc_pft_bellichickpatsbeef_250909.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/2da2803/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F73%2F407%2Fnbc_pft_bellichickpatsbeef_250909.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/nfl/profootballtalk/bill-belichick-confirms-report-on-banning-patriots-staff-from-unc-practices">Florio: Belichick ‘acts like 5-year-old’ with ban</a>
</div>
</div>
</div>
</div>
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="Williams’ speed will be a ‘weapon’ for Johnson" href="https://www.nbcsports.com/watch/nfl/profootballtalk/chicago-bears-caleb-williams-speed-will-be-weapon-for-ben-johnson" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a86916f/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F599%2Fnbc_pft_speedycwilliams_250909.jpg">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4113003/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F599%2Fnbc_pft_speedycwilliams_250909.jpg">
<img class="Image" alt="nbc_pft_speedycwilliams_250909.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/4113003/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F599%2Fnbc_pft_speedycwilliams_250909.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/nfl/profootballtalk/chicago-bears-caleb-williams-speed-will-be-weapon-for-ben-johnson">Williams’ speed will be a ‘weapon’ for Johnson</a>
</div>
</div>
</div>
</div>
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="PFT Draft: Week 1 winners" href="https://www.nbcsports.com/watch/nfl/profootballtalk/justin-herbert-aaron-rodgers-daniel-jones-among-nfl-week-1-winners" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/84bbaa1/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F68%2F26%2Fnbc_pft_wk1winners_250909.jpg">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/451b1c7/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F68%2F26%2Fnbc_pft_wk1winners_250909.jpg">
<img class="Image" alt="nbc_pft_wk1winners_250909.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/451b1c7/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F68%2F26%2Fnbc_pft_wk1winners_250909.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/nfl/profootballtalk/justin-herbert-aaron-rodgers-daniel-jones-among-nfl-week-1-winners">PFT Draft: Week 1 winners</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="PageListTopSearch"
data-module>
<a class="AnchorLink" id="recent-posts"></a>
<div class="TitleBar">
<div class="TitleBar-left">
<h3 class="TitleBar-title">Other PFT Content</h3>
</div>
</div>
<div class="PageListTopSearch-items">
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="It’s a Week 1 Big Shield giveaway weekend" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/its-a-week-1-big-shield-giveaway-weekend" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/498f64d/2147483647/strip/true/crop/828x828+107+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F45%2F81%2Fbf4762084f219d6d1a61ab3efcd8%2Fbigshield2.jpg">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/abe60bf/2147483647/strip/true/crop/828x828+107+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F45%2F81%2Fbf4762084f219d6d1a61ab3efcd8%2Fbigshield2.jpg">
<img class="Image" alt="bigshield2.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/abe60bf/2147483647/strip/true/crop/828x828+107+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F45%2F81%2Fbf4762084f219d6d1a61ab3efcd8%2Fbigshield2.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/its-a-week-1-big-shield-giveaway-weekend">It’s a Week 1 Big Shield giveaway weekend</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="Ryan Clark apologizes for “on and off the air” interactions with Peter Schrager" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/ryan-clark-apologizes-for-on-and-off-the-air-interactions-with-peter-schrager" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/528233c/2147483647/strip/true/crop/4814x4814+1202+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F99%2Fc9%2F237c880648b2b04af34e5a92038f%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2194941268">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7081f3f/2147483647/strip/true/crop/4814x4814+1202+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F99%2Fc9%2F237c880648b2b04af34e5a92038f%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2194941268">
<img class="Image" alt="NFC Wild Card Playoffs: Minnesota Vikings v Los Angeles Rams" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/7081f3f/2147483647/strip/true/crop/4814x4814+1202+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F99%2Fc9%2F237c880648b2b04af34e5a92038f%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2194941268" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/ryan-clark-apologizes-for-on-and-off-the-air-interactions-with-peter-schrager">Ryan Clark apologizes for “on and off the air” interactions with Peter Schrager</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="Buy Big Shield today, read it this weekend" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/buy-big-shield-today-read-it-this-weekend" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1191df9/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F559%2F623%2Fnbc_pft_shieldv2_250819.jpg">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7021e77/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F559%2F623%2Fnbc_pft_shieldv2_250819.jpg">
<img class="Image" alt="nbc_pft_shieldv2_250819.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/7021e77/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F559%2F623%2Fnbc_pft_shieldv2_250819.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/buy-big-shield-today-read-it-this-weekend">Buy Big Shield today, read it this weekend</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</bsp-search-overlay>
<nav class="NavigationMobile" >
<ul class="NavigationMobile-items">
<li class="NavigationMobile-items-item" data-current-nav-item>
<div class="NavigationItem" >
<div class="NavigationItem-text">
<a href="https://www.nbcsports.com/nfl/profootballtalk">PFT</a>
</div>
</div>
</li>
<li class="NavigationMobile-items-item" >
<div class="NavigationItem" >
<div class="NavigationItem-text">
<a href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill">Rumor Mill</a>
</div>
</div>
</li>
<li class="NavigationMobile-items-item" data-current-nav-item>
<div class="NavigationItem" data-has-menu data-columns="4">
<div class="NavigationItem-text">
<span>Teams<span class="NavigationItem-more"><svg class="chevron"><use xlink:href="#caret-left"></use></svg></span></span>
</div>
<div class="NavigationItem-items">
<div class="NavigationItem-items-header">
<div class="NavigationItem-items-back">
<button class="Icon-button" data-theme="gray"><svg class="chevron"><use xlink:href="#arrow-left"></use></svg><span class="sr-only"></span></button>
</div>
<div class="NavigationItem-items-heading">Teams</div>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/arizona-cardinals" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/be/34/8dd060774a30965bae210fdd4312/arizona-cardinals-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/be/34/8dd060774a30965bae210fdd4312/arizona-cardinals-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Arizona Cardinals</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/atlanta-falcons" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d1/bb/86d1f31e4b75955954ccce35a3b3/atlanta-falcons-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d1/bb/86d1f31e4b75955954ccce35a3b3/atlanta-falcons-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Atlanta Falcons</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/baltimore-ravens" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/8a/48/04342fb34db4a21b98b357b60e4e/baltimore-ravens-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/8a/48/04342fb34db4a21b98b357b60e4e/baltimore-ravens-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Baltimore Ravens</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/buffalo-bills" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/6f/00/3c305e0045e5996be12ae2b16efc/buffalo-bills-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/6f/00/3c305e0045e5996be12ae2b16efc/buffalo-bills-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Buffalo Bills</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/carolina-panthers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/60/37/ac0b8db64fd9a3bac80eb6a7b5ce/carolina-panthers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/60/37/ac0b8db64fd9a3bac80eb6a7b5ce/carolina-panthers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Carolina Panthers</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/chicago-bears" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dd/2c/abbb110747f2a59be8b167eebf85/chicago-bears-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dd/2c/abbb110747f2a59be8b167eebf85/chicago-bears-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Chicago Bears</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/cincinnati-bengals" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/97/44/909c4f504401a665cc1bbf818a96/cincinnati-bengals-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/97/44/909c4f504401a665cc1bbf818a96/cincinnati-bengals-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Cincinnati Bengals</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/cleveland-browns" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/a7/77/5a5811084eca9521d7e38f80b0b8/cleveland-browns-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/a7/77/5a5811084eca9521d7e38f80b0b8/cleveland-browns-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Cleveland Browns</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/dallas-cowboys" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3e/3d/d655138a4448abef7d3532ea4ad9/dallas-cowboys-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3e/3d/d655138a4448abef7d3532ea4ad9/dallas-cowboys-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Dallas Cowboys</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/denver-broncos" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/97/78/28dc44544fada27333845be9a34a/denver-broncos-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/97/78/28dc44544fada27333845be9a34a/denver-broncos-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Denver Broncos</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/detroit-lions" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/5b/8e/c7dbb5fb48a69febe6bf8789ac47/detroit-lions-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/5b/8e/c7dbb5fb48a69febe6bf8789ac47/detroit-lions-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Detroit Lions</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/green-bay-packers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/96/97/304fd8af43efa65bbb7891c01a06/green-bay-packers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/96/97/304fd8af43efa65bbb7891c01a06/green-bay-packers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Green Bay Packers</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/houston-texans" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3d/7d/163a08a1475ab938cd58d0356e15/houston-texans-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3d/7d/163a08a1475ab938cd58d0356e15/houston-texans-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Houston Texans</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/indianapolis-colts" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/60/2a/f29149eb4222be9c2ada6c4c5459/indianapolis-colts-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/60/2a/f29149eb4222be9c2ada6c4c5459/indianapolis-colts-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Indianapolis Colts</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/jacksonville-jaguars" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/f9/16/976287094137bebbd5839dd80d9f/jacksonville-jaguars-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/f9/16/976287094137bebbd5839dd80d9f/jacksonville-jaguars-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Jacksonville Jaguars</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/kansas-city-chiefs" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/57/00/73fb2fc2465d8458330d48c73688/kansas-city-chiefs-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/57/00/73fb2fc2465d8458330d48c73688/kansas-city-chiefs-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Kansas City Chiefs</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/las-vegas-raiders" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/47/db/5359e8d7450d8bc9e88b51a244b2/las-vegas-raiders-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/47/db/5359e8d7450d8bc9e88b51a244b2/las-vegas-raiders-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Las Vegas Raiders</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/los-angeles-chargers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/c6/ae/3383d6624f3f86385bbc0b453754/los-angeles-chargers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/c6/ae/3383d6624f3f86385bbc0b453754/los-angeles-chargers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Los Angeles Chargers</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/los-angeles-rams" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/1e/d6/3d7dc1ed41c1869b4ca88cea8902/los-angeles-rams-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/1e/d6/3d7dc1ed41c1869b4ca88cea8902/los-angeles-rams-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Los Angeles Rams</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/miami-dolphins" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d0/8f/5be4f6aa48eb8dfe86e03c5e910e/miami-dolphins-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d0/8f/5be4f6aa48eb8dfe86e03c5e910e/miami-dolphins-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Miami Dolphins</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-england-patriots" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/b1/55/14a45496476198c7e8c2d0f5f5ef/new-england-patriots-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/b1/55/14a45496476198c7e8c2d0f5f5ef/new-england-patriots-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New England Patriots</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-orleans-saints" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/9e/d9/c15874f14eb1855bd3a71497b2a3/new-orleans-saints-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/9e/d9/c15874f14eb1855bd3a71497b2a3/new-orleans-saints-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New Orleans Saints</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-york-giants" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/86/50/a9d2fd49420ea5fb2ec17e9a5853/new-york-giants-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/86/50/a9d2fd49420ea5fb2ec17e9a5853/new-york-giants-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New York Giants</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-york-jets" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/85/6b/51a5e82a4982aedb6853673c4b44/new-york-jets-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/85/6b/51a5e82a4982aedb6853673c4b44/new-york-jets-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New York Jets</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/minnesota-vikings" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/40/46/c52d05d74df8999890a88878fc65/minnesota-vikings-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/40/46/c52d05d74df8999890a88878fc65/minnesota-vikings-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Minnesota Vikings</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/philadelphia-eagles" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/80/cc/eae1b5cc48e0834cac7daa16de86/philadelphia-eagles-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/80/cc/eae1b5cc48e0834cac7daa16de86/philadelphia-eagles-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Philadelphia Eagles</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/pittsburgh-steelers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d5/58/cc8414754615bf3e0b1eb88ee69c/pittsburgh-steelers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d5/58/cc8414754615bf3e0b1eb88ee69c/pittsburgh-steelers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Pittsburgh Steelers</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/san-francisco-49ers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/2e/bd/a9b3367f4da39eec93640d0bfa17/san-francisco-49ers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/2e/bd/a9b3367f4da39eec93640d0bfa17/san-francisco-49ers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">San Francisco 49ers</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/seattle-seahawks" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/08/92/767cf8894a87b4cf9f18affa8c34/seattle-seahawks-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/08/92/767cf8894a87b4cf9f18affa8c34/seattle-seahawks-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Seattle Seahawks</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/tampa-bay-buccaneers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/e1/8e/b465627f44ef8df4bf76bd990ce5/tampa-bay-buccaneers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/e1/8e/b465627f44ef8df4bf76bd990ce5/tampa-bay-buccaneers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Tampa Bay Buccaneers</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/tennessee-titans" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3c/c4/7e49bda243db9362f041dff07f2a/tennessee-titans-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3c/c4/7e49bda243db9362f041dff07f2a/tennessee-titans-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Tennessee Titans</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/washington-commanders" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Washington Commanders</span></a>
</div>
</div>
</div>
</li>
<li class="NavigationMobile-items-item" >
<div class="NavigationItem" >
<div class="NavigationItem-text">
<a href="https://www.nbcsports.com/watch/pft-videos">Watch</a>
</div>
</div>
</li>
<li class="NavigationMobile-items-item" >
<div class="NavigationItem" data-has-menu >
<div class="NavigationItem-text">
<span>Podcasts<span class="NavigationItem-more"><svg class="chevron"><use xlink:href="#caret-left"></use></svg></span></span>
</div>
<div class="NavigationItem-items">
<div class="NavigationItem-items-header">
<div class="NavigationItem-items-back">
<button class="Icon-button" data-theme="gray"><svg class="chevron"><use xlink:href="#arrow-left"></use></svg><span class="sr-only"></span></button>
</div>
<div class="NavigationItem-items-heading">Podcasts</div>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/pft-live"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bb06fa7/2147483647/strip/true/crop/308x308+5+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/198fa19/2147483647/strip/true/crop/308x308+5+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6bc4f3f/2147483647/strip/true/crop/308x308+5+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6bc4f3f/2147483647/strip/true/crop/308x308+5+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/ffeb34f/2147483647/strip/true/crop/308x308+5+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/6bc4f3f/2147483647/strip/true/crop/308x308+5+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">PFT Live</span></a>
</div>
</div>
</div>
</li>
<li class="NavigationMobile-items-item" >
<div class="NavigationItem" data-has-menu >
<div class="NavigationItem-text">
<span>More Sports<span class="NavigationItem-more"><svg class="chevron"><use xlink:href="#caret-left"></use></svg></span></span>
</div>
<div class="NavigationItem-items">
<div class="NavigationItem-items-header">
<div class="NavigationItem-items-back">
<button class="Icon-button" data-theme="gray"><svg class="chevron"><use xlink:href="#arrow-left"></use></svg><span class="sr-only"></span></button>
</div>
<div class="NavigationItem-items-heading">More Sports</div>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e1be926/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e121997/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b8d337e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NFL</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7b8af43/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/cea2015/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/85be63c/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/85be63c/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/8961290/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/85be63c/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Fantasy Sports</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mlb"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/6b/c2/690a9f3f46078544a640efd7913d/mlb-league-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/6b/c2/690a9f3f46078544a640efd7913d/mlb-league-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">MLB</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nba"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5debb20/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/40d7ec4/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8536284/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NBA</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nhl"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1a3a959/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/137e086/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/2453fde/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NHL</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/college-football"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">College Football </span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mens-college-basketball"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9c2507c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f75f4af/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a65b9a/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">College Basketball</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/golf"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/c7/8c/3f39ab2f4810955b0d0919ab5842/golf-alternate-color.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/c7/8c/3f39ab2f4810955b0d0919ab5842/golf-alternate-color.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Golf</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/olympics"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1fe2c27/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/af7553a/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9ecee1e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Olympics</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/soccer"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/82874d6/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d9b6c96/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/84b1557/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Soccer</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/motor-sports"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2404ac7/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ca3024b/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/bafc212/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Motors</span></a>
</div>
<div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nascar"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b4ed9e5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f603c29/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/5f3566e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NASCAR </span></a>
</div>
</div>
</div>
</li>
</ul>
<ul class="NavigationMobile-items">
<li class="NavigationMobile-items-item"><a class="NavigationLink" href="https://www.peacocktv.com?cid=2301sptgennbspownedi8371&utm_campaign=2301sptgen&utm_source=nbcs_nbcspts_st-sv&utm_medium=own_edi_awa_glbnvlnk&utm_term=nbcsportssitevisitors&utm_content=sportsonpeacock" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1961ea/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/681d72c/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d506348/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Peacock</span></a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="SearchOverlay-background"></div>
<div class="Page-header-hamburger-menu-overlay"></div>
<div class="Page-header-bar">
<div class="Page-header-bar-start">
<div class="Page-header-logo"><a aria-label="home page" href="https://www.nbcsports.com/nfl/profootballtalk" >
<img class="PageLogo-image" src="https://nbcsports.brightspotcdn.com/dims4/default/f2fcd96/2147483647/strip/true/crop/1029x400+0+0/resize/400x155!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe9%2F91%2Ff66679574a648b889aa492dda9aa%2Fpft.png" alt="PFT-logo.png" width="400" height="155" >
</a>
</div>
<bsp-search-overlay class="SearchOverlay SearchOverlay-desktop">
<div class="SearchOverlay-search-overlay">
<form class="SearchOverlay-search-form" action="https://www.nbcsports.com/nfl/profootballtalk#nt=navsearch" novalidate="" autocomplete="off">
<label class="SearchOverlay-search-label">
<input placeholder="" type="text" class="SearchOverlay-search-input" name="q" required="true">
<span class="sr-only">
Search Query
</span>
<button type="submit" class="SearchOverlay-search-submit">
<svg>
<use xlink:href="#search"></use>
</svg>
<span class="sr-only">Submit Search</span>
</button>
<div class="SearchOverlay-search-form-clear">
<svg>
<use xlink:href="#close-x-dark"></use>
</svg>
</div>
</label>
</form>
<div class="SearchOverlay-module-wrapper">
<div class="SearchResultsModule" data-fragment-params="_fragmentId=00000189-d096-d062-a7c9-df9718c80004&_fragmentParent=00000189-d096-d062-a7c9-df9718c80004&_fragmentSignature=cc842392d9276f7a5c242192e5e784ecc0e1b98e&_fragmentContext=WyIvc2VjdGlvbi9TZWN0aW9uUGFnZS5oYnMiLCIvc2VjdGlvbi9TZWN0aW9uUGFnZUV2ZW50LmhicyIsImhlYWRlclNlYXJjaCIsImhlYWRlclNlYXJjaDowIiwiL3NlYXJjaC9TZWFyY2hSZXN1bHRzTW9kdWxlLmhicyIsImZyYWdtZW50UGFyYW1zIl0=" >
<div class="Icon-button SearchResultsModule-close" data-theme="outline"><svg class="close-x"><use xlink:href="#close-x"></use></svg></div>
<div class="SearchResultsModule-container" data-search-results-ajax>
<div class="SearchResultsModule-initialContent">
<div class="PageListIcon"
>
<div class="PageListIcon-items">
<div class="PageListIcon-items-item">
<div class="PagePromo" data-no-media
>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk">Pro Football Talk</a>
</div>
</div>
</div>
</div>
<div class="PageListIcon-items-item">
<div class="PagePromo" data-no-media
>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill">Rumor Mill</a>
</div>
</div>
</div>
</div>
<div class="PageListIcon-items-item">
<div class="PagePromo" data-no-media
>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/pft-videos">PFT Video </a>
</div>
</div>
</div>
</div>
<div class="PageListIcon-items-item">
<div class="PagePromo" data-no-media
>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/pft-pm">PFT PM</a>
</div>
</div>
</div>
</div>
<div class="PageListIcon-items-item">
<div class="PagePromo" data-no-media
>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/pft-live">PFT Live</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="SearchResultsModule-initialContent-scrolling">
<div class="PageListTopSearch"
data-module>
<a class="AnchorLink" id="recent-clips"></a>
<div class="TitleBar">
<div class="TitleBar-left">
<h3 class="TitleBar-title">PFT Clips</h3>
</div>
</div>
<div class="PageListTopSearch-items">
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="Florio: Belichick ‘acts like 5-year-old’ with ban" href="https://www.nbcsports.com/watch/nfl/profootballtalk/bill-belichick-confirms-report-on-banning-patriots-staff-from-unc-practices" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a521ca2/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F73%2F407%2Fnbc_pft_bellichickpatsbeef_250909.jpg">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2da2803/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F73%2F407%2Fnbc_pft_bellichickpatsbeef_250909.jpg">
<img class="Image" alt="nbc_pft_bellichickpatsbeef_250909.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/2da2803/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F73%2F407%2Fnbc_pft_bellichickpatsbeef_250909.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/nfl/profootballtalk/bill-belichick-confirms-report-on-banning-patriots-staff-from-unc-practices">Florio: Belichick ‘acts like 5-year-old’ with ban</a>
</div>
</div>
</div>
</div>
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="Williams’ speed will be a ‘weapon’ for Johnson" href="https://www.nbcsports.com/watch/nfl/profootballtalk/chicago-bears-caleb-williams-speed-will-be-weapon-for-ben-johnson" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a86916f/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F599%2Fnbc_pft_speedycwilliams_250909.jpg">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4113003/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F599%2Fnbc_pft_speedycwilliams_250909.jpg">
<img class="Image" alt="nbc_pft_speedycwilliams_250909.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/4113003/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F599%2Fnbc_pft_speedycwilliams_250909.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/nfl/profootballtalk/chicago-bears-caleb-williams-speed-will-be-weapon-for-ben-johnson">Williams’ speed will be a ‘weapon’ for Johnson</a>
</div>
</div>
</div>
</div>
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="PFT Draft: Week 1 winners" href="https://www.nbcsports.com/watch/nfl/profootballtalk/justin-herbert-aaron-rodgers-daniel-jones-among-nfl-week-1-winners" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/84bbaa1/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F68%2F26%2Fnbc_pft_wk1winners_250909.jpg">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/451b1c7/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F68%2F26%2Fnbc_pft_wk1winners_250909.jpg">
<img class="Image" alt="nbc_pft_wk1winners_250909.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/451b1c7/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F68%2F26%2Fnbc_pft_wk1winners_250909.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/nfl/profootballtalk/justin-herbert-aaron-rodgers-daniel-jones-among-nfl-week-1-winners">PFT Draft: Week 1 winners</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="PageListTopSearch"
data-module>
<a class="AnchorLink" id="recent-posts"></a>
<div class="TitleBar">
<div class="TitleBar-left">
<h3 class="TitleBar-title">Other PFT Content</h3>
</div>
</div>
<div class="PageListTopSearch-items">
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="It’s a Week 1 Big Shield giveaway weekend" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/its-a-week-1-big-shield-giveaway-weekend" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/498f64d/2147483647/strip/true/crop/828x828+107+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F45%2F81%2Fbf4762084f219d6d1a61ab3efcd8%2Fbigshield2.jpg">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/abe60bf/2147483647/strip/true/crop/828x828+107+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F45%2F81%2Fbf4762084f219d6d1a61ab3efcd8%2Fbigshield2.jpg">
<img class="Image" alt="bigshield2.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/abe60bf/2147483647/strip/true/crop/828x828+107+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F45%2F81%2Fbf4762084f219d6d1a61ab3efcd8%2Fbigshield2.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/its-a-week-1-big-shield-giveaway-weekend">It’s a Week 1 Big Shield giveaway weekend</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="Ryan Clark apologizes for “on and off the air” interactions with Peter Schrager" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/ryan-clark-apologizes-for-on-and-off-the-air-interactions-with-peter-schrager" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/528233c/2147483647/strip/true/crop/4814x4814+1202+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F99%2Fc9%2F237c880648b2b04af34e5a92038f%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2194941268">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7081f3f/2147483647/strip/true/crop/4814x4814+1202+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F99%2Fc9%2F237c880648b2b04af34e5a92038f%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2194941268">
<img class="Image" alt="NFC Wild Card Playoffs: Minnesota Vikings v Los Angeles Rams" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/7081f3f/2147483647/strip/true/crop/4814x4814+1202+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F99%2Fc9%2F237c880648b2b04af34e5a92038f%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2194941268" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/ryan-clark-apologizes-for-on-and-off-the-air-interactions-with-peter-schrager">Ryan Clark apologizes for “on and off the air” interactions with Peter Schrager</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListTopSearch-items-item">
<div class="PagePromo" data-align-left-small
>
<div class="PagePromo-media" ><a class="Link" aria-label="Buy Big Shield today, read it this weekend" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/buy-big-shield-today-read-it-this-weekend" ><picture>
<source type="image/webp" width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1191df9/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F559%2F623%2Fnbc_pft_shieldv2_250819.jpg">
<source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7021e77/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F559%2F623%2Fnbc_pft_shieldv2_250819.jpg">
<img class="Image" alt="nbc_pft_shieldv2_250819.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/7021e77/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F559%2F623%2Fnbc_pft_shieldv2_250819.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/buy-big-shield-today-read-it-this-weekend">Buy Big Shield today, read it this weekend</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</bsp-search-overlay>
</div>
<div class="Page-header-bar-end">
<div class="Page-header-navigation"><nav class="Navigation">
<ul class="Navigation-items">
<li class="Navigation-items-item" data-current-nav-item><div class="NavigationItem" >
<div class="NavigationItem-text">
<a href="https://www.nbcsports.com/nfl/profootballtalk">PFT</a>
</div>
</div>
</li>
<li class="Navigation-items-item"><div class="NavigationItem" >
<div class="NavigationItem-text">
<a href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill">Rumor Mill</a>
</div>
</div>
</li>
<li class="Navigation-items-item" data-current-nav-item><div class="NavigationItem" data-has-menu data-columns="4">
<div class="NavigationItem-text">
<span>Teams<span class="NavigationItem-more"><button class="NavigationItem-more-open" aria-label="Open Sub Navigation"><svg class="chevron"><use xlink:href="#arrow-down"></use></svg></button></span></span>
</div>
<ul class="NavigationItem-items">
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/arizona-cardinals" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/be/34/8dd060774a30965bae210fdd4312/arizona-cardinals-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/be/34/8dd060774a30965bae210fdd4312/arizona-cardinals-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Arizona Cardinals</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/atlanta-falcons" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d1/bb/86d1f31e4b75955954ccce35a3b3/atlanta-falcons-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d1/bb/86d1f31e4b75955954ccce35a3b3/atlanta-falcons-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Atlanta Falcons</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/baltimore-ravens" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/8a/48/04342fb34db4a21b98b357b60e4e/baltimore-ravens-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/8a/48/04342fb34db4a21b98b357b60e4e/baltimore-ravens-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Baltimore Ravens</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/buffalo-bills" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/6f/00/3c305e0045e5996be12ae2b16efc/buffalo-bills-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/6f/00/3c305e0045e5996be12ae2b16efc/buffalo-bills-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Buffalo Bills</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/carolina-panthers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/60/37/ac0b8db64fd9a3bac80eb6a7b5ce/carolina-panthers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/60/37/ac0b8db64fd9a3bac80eb6a7b5ce/carolina-panthers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Carolina Panthers</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/chicago-bears" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dd/2c/abbb110747f2a59be8b167eebf85/chicago-bears-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dd/2c/abbb110747f2a59be8b167eebf85/chicago-bears-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Chicago Bears</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/cincinnati-bengals" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/97/44/909c4f504401a665cc1bbf818a96/cincinnati-bengals-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/97/44/909c4f504401a665cc1bbf818a96/cincinnati-bengals-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Cincinnati Bengals</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/cleveland-browns" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/a7/77/5a5811084eca9521d7e38f80b0b8/cleveland-browns-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/a7/77/5a5811084eca9521d7e38f80b0b8/cleveland-browns-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Cleveland Browns</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/dallas-cowboys" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3e/3d/d655138a4448abef7d3532ea4ad9/dallas-cowboys-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3e/3d/d655138a4448abef7d3532ea4ad9/dallas-cowboys-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Dallas Cowboys</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/denver-broncos" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/97/78/28dc44544fada27333845be9a34a/denver-broncos-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/97/78/28dc44544fada27333845be9a34a/denver-broncos-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Denver Broncos</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/detroit-lions" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/5b/8e/c7dbb5fb48a69febe6bf8789ac47/detroit-lions-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/5b/8e/c7dbb5fb48a69febe6bf8789ac47/detroit-lions-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Detroit Lions</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/green-bay-packers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/96/97/304fd8af43efa65bbb7891c01a06/green-bay-packers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/96/97/304fd8af43efa65bbb7891c01a06/green-bay-packers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Green Bay Packers</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/houston-texans" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3d/7d/163a08a1475ab938cd58d0356e15/houston-texans-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3d/7d/163a08a1475ab938cd58d0356e15/houston-texans-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Houston Texans</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/indianapolis-colts" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/60/2a/f29149eb4222be9c2ada6c4c5459/indianapolis-colts-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/60/2a/f29149eb4222be9c2ada6c4c5459/indianapolis-colts-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Indianapolis Colts</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/jacksonville-jaguars" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/f9/16/976287094137bebbd5839dd80d9f/jacksonville-jaguars-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/f9/16/976287094137bebbd5839dd80d9f/jacksonville-jaguars-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Jacksonville Jaguars</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/kansas-city-chiefs" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/57/00/73fb2fc2465d8458330d48c73688/kansas-city-chiefs-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/57/00/73fb2fc2465d8458330d48c73688/kansas-city-chiefs-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Kansas City Chiefs</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/las-vegas-raiders" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/47/db/5359e8d7450d8bc9e88b51a244b2/las-vegas-raiders-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/47/db/5359e8d7450d8bc9e88b51a244b2/las-vegas-raiders-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Las Vegas Raiders</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/los-angeles-chargers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/c6/ae/3383d6624f3f86385bbc0b453754/los-angeles-chargers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/c6/ae/3383d6624f3f86385bbc0b453754/los-angeles-chargers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Los Angeles Chargers</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/los-angeles-rams" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/1e/d6/3d7dc1ed41c1869b4ca88cea8902/los-angeles-rams-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/1e/d6/3d7dc1ed41c1869b4ca88cea8902/los-angeles-rams-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Los Angeles Rams</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/miami-dolphins" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d0/8f/5be4f6aa48eb8dfe86e03c5e910e/miami-dolphins-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d0/8f/5be4f6aa48eb8dfe86e03c5e910e/miami-dolphins-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Miami Dolphins</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-england-patriots" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/b1/55/14a45496476198c7e8c2d0f5f5ef/new-england-patriots-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/b1/55/14a45496476198c7e8c2d0f5f5ef/new-england-patriots-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New England Patriots</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-orleans-saints" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/9e/d9/c15874f14eb1855bd3a71497b2a3/new-orleans-saints-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/9e/d9/c15874f14eb1855bd3a71497b2a3/new-orleans-saints-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New Orleans Saints</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-york-giants" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/86/50/a9d2fd49420ea5fb2ec17e9a5853/new-york-giants-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/86/50/a9d2fd49420ea5fb2ec17e9a5853/new-york-giants-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New York Giants</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-york-jets" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/85/6b/51a5e82a4982aedb6853673c4b44/new-york-jets-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/85/6b/51a5e82a4982aedb6853673c4b44/new-york-jets-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New York Jets</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/minnesota-vikings" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/40/46/c52d05d74df8999890a88878fc65/minnesota-vikings-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/40/46/c52d05d74df8999890a88878fc65/minnesota-vikings-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Minnesota Vikings</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/philadelphia-eagles" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/80/cc/eae1b5cc48e0834cac7daa16de86/philadelphia-eagles-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/80/cc/eae1b5cc48e0834cac7daa16de86/philadelphia-eagles-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Philadelphia Eagles</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/pittsburgh-steelers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d5/58/cc8414754615bf3e0b1eb88ee69c/pittsburgh-steelers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d5/58/cc8414754615bf3e0b1eb88ee69c/pittsburgh-steelers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Pittsburgh Steelers</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/san-francisco-49ers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/2e/bd/a9b3367f4da39eec93640d0bfa17/san-francisco-49ers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/2e/bd/a9b3367f4da39eec93640d0bfa17/san-francisco-49ers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">San Francisco 49ers</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/seattle-seahawks" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/08/92/767cf8894a87b4cf9f18affa8c34/seattle-seahawks-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/08/92/767cf8894a87b4cf9f18affa8c34/seattle-seahawks-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Seattle Seahawks</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/tampa-bay-buccaneers" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/e1/8e/b465627f44ef8df4bf76bd990ce5/tampa-bay-buccaneers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/e1/8e/b465627f44ef8df4bf76bd990ce5/tampa-bay-buccaneers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Tampa Bay Buccaneers</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/tennessee-titans" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3c/c4/7e49bda243db9362f041dff07f2a/tennessee-titans-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3c/c4/7e49bda243db9362f041dff07f2a/tennessee-titans-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Tennessee Titans</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/washington-commanders" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Washington Commanders</span></a>
</li>
</ul>
</div>
</li>
<li class="Navigation-items-item"><div class="NavigationItem" >
<div class="NavigationItem-text">
<a href="https://www.nbcsports.com/watch/pft-videos">Watch</a>
</div>
</div>
</li>
<li class="Navigation-items-item"><div class="NavigationItem" data-has-menu >
<div class="NavigationItem-text">
<span>Podcasts<span class="NavigationItem-more"><button class="NavigationItem-more-open" aria-label="Open Sub Navigation"><svg class="chevron"><use xlink:href="#arrow-down"></use></svg></button></span></span>
</div>
<ul class="NavigationItem-items">
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/pft-live"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bb06fa7/2147483647/strip/true/crop/308x308+5+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/198fa19/2147483647/strip/true/crop/308x308+5+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6bc4f3f/2147483647/strip/true/crop/308x308+5+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6bc4f3f/2147483647/strip/true/crop/308x308+5+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/ffeb34f/2147483647/strip/true/crop/308x308+5+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/6bc4f3f/2147483647/strip/true/crop/308x308+5+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">PFT Live</span></a>
</li>
</ul>
</div>
</li>
<li class="Navigation-items-item"><div class="NavigationItem" data-has-menu >
<div class="NavigationItem-text">
<span>More Sports<span class="NavigationItem-more"><button class="NavigationItem-more-open" aria-label="Open Sub Navigation"><svg class="chevron"><use xlink:href="#arrow-down"></use></svg></button></span></span>
</div>
<ul class="NavigationItem-items">
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e1be926/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e121997/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b8d337e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NFL</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7b8af43/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/cea2015/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/85be63c/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/85be63c/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/8961290/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/85be63c/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F38%2Fc5%2Fd61f0b1f409c88945d811fecc752%2F01-rotoworld-rgb-i-pos.jpg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Fantasy Sports</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mlb"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/6b/c2/690a9f3f46078544a640efd7913d/mlb-league-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/6b/c2/690a9f3f46078544a640efd7913d/mlb-league-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">MLB</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nba"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5debb20/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/40d7ec4/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8536284/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NBA</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nhl"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1a3a959/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/137e086/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/2453fde/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NHL</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/college-football"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">College Football </span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mens-college-basketball"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9c2507c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f75f4af/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a65b9a/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">College Basketball</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/golf"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/c7/8c/3f39ab2f4810955b0d0919ab5842/golf-alternate-color.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/c7/8c/3f39ab2f4810955b0d0919ab5842/golf-alternate-color.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Golf</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/olympics"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1fe2c27/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/af7553a/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9ecee1e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Olympics</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/soccer"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/82874d6/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d9b6c96/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/84b1557/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Soccer</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/motor-sports"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2404ac7/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ca3024b/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/bafc212/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Motors</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nascar"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b4ed9e5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f603c29/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/5f3566e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NASCAR </span></a>
</li>
</ul>
</div>
</li>
<bsp-favoritelink-modal class="Navigation-items-item" data-favorites>
<div class="NavigationItem">
<div class="NavigationItem-text" data-favorite-link>
<button class="Icon-button" data-theme="gray"><span class="sr-only">Favorites</span><svg class="star"><use href="#star"></use></svg></button>
</div>
</div>
</bsp-favoritelink-modal>
<li class="Navigation-items-item" data-burger-menu>
<div class="NavigationItem-text"><span class="NavigationItem-more"><button class="Icon-button" data-theme="gray" aria-label="More"><svg class="burger-menu"><use xlink:href="#menu"></use></svg></button></span></div>
<div class="NavigationItem">
<ul class="NavigationItem-items">
<li class="NavigationItem-items-item" data-favorites>
<a class="NavigationLink" href="#"><svg class="star"><use href="#star"></use></svg><span class="NavigationLink-text">Favorites</span></a>
</li>
<li class="NavigationItem-items-item" data-login>
<a class="NavigationLink" href="https://www.nbcsports.com/login?sourceUrl=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fprofootballtalk"><svg class="profile"><use xlink:href="#profile"></use></svg><span class="NavigationLink-text">Profile</span></a>
</li>
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.peacocktv.com?cid=2301sptgennbspownedi8371&utm_campaign=2301sptgen&utm_source=nbcs_nbcspts_st-sv&utm_medium=own_edi_awa_glbnvlnk&utm_term=nbcsportssitevisitors&utm_content=sportsonpeacock" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1961ea/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/681d72c/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d506348/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Peacock</span></a>
</li>
</ul>
</div>
</li>
<li class="Navigation-items-item" data-login><div class="NavigationItem" data-has-menu >
<div class="NavigationItem-text">
<span class="Link" ><span class="NavigationItem-more"></span><button class="Icon-button" data-theme="gray"><span class="sr-only">Profile</span>
<svg class="profile"><use xlink:href="#profile"></use></svg></button></span>
</div>
<ul class="NavigationItem-items">
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/login?sourceUrl=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fprofootballtalk"><span class="NavigationLink-text">Login or Create Profile</span></a>
</li>
</ul>
</div>
</li>
</ul>
</nav>
</div>
<div class="Page-header-bar-end-inner">
<div class="Navigation-items-item" data-login><div class="NavigationItem" data-has-menu >
<div class="NavigationItem-text">
<span class="Link" ><span class="NavigationItem-more"></span><button class="Icon-button" data-theme="gray"><span class="sr-only">Profile</span>
<svg class="profile"><use xlink:href="#profile"></use></svg></button></span>
</div>
<ul class="NavigationItem-items">
<li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/login?sourceUrl=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fprofootballtalk"><span class="NavigationLink-text">Login or Create Profile</span></a>
</li>
</ul>
</div>
</div>
<bsp-favoritelink-modal>
<div class="Navigation-items-item" data-favorites data-favorite-link>
<div class="NavigationItem">
<div class="NavigationItem-text">
<button class="Icon-button" data-theme="gray"><span class="sr-only">Favorites</span><svg class="star"><use href="#star"></use></svg></button>
</div>
</div>
</div>
</bsp-favoritelink-modal>
<button class="Icon-button Page-header-menu-trigger" data-theme="gray" aria-expanded="false"><svg class="burger-menu"><use xlink:href="#menu"></use></svg><span class="label">Menu</span></button>
</div>
</div>
</div>
<div class="FavoritesMenu" data-favorites-menu>
<div class="FavoritesMenu-header">
<span>Favorites</span>
</div>
<div class="FavoritesMenu-content" data-favorites-content>
<div class="FavoritesMenu-text">Sign up to follow your favorites on all your devices.</div>
<a class="Pill-button" data-theme="outline" data-size="small" href="https://www.nbcsports.com/login?sourceUrl=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fprofootballtalk">Sign up</a>
</div>
</div>
<div class="Page-header-progressBar" data-progress-bar></div>
</bsp-header>
<div class="Page-content" id="Page-content">
<div class="Page-topper">
<div class="Page-breadcrumbs">
<div class="Page-breadcrumbs-wrapper"><a class="Link" href="https://www.nbcsports.com/nfl">NFL</a><svg class="arrow-right"><use xlink:href="#arrow-right"></use></svg><a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk">Pro Football Talk</a></div>
</div>
<div class="Page-topper-wrapper">
<div class="Page-topper-content">
<div class="Page-topper-name">
<div class="Page-topper-logo">
<picture>
<source type="image/webp" width="100" height="100" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6722a4a/2147483647/strip/true/crop/512x512+0+0/resize/200x200!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2d%2F15%2Fd3ded7b941cab90def73fc33cacb%2Fpro-football-talk.png 2x">
<source width="100" height="100" srcset="https://nbcsports.brightspotcdn.com/dims4/default/8edf3c1/2147483647/strip/true/crop/512x512+0+0/resize/100x100!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2d%2F15%2Fd3ded7b941cab90def73fc33cacb%2Fpro-football-talk.png">
<img class="Image" alt="pro-football-talk.png" srcset="https://nbcsports.brightspotcdn.com/dims4/default/575406e/2147483647/strip/true/crop/512x512+0+0/resize/200x200!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2d%2F15%2Fd3ded7b941cab90def73fc33cacb%2Fpro-football-talk.png 2x" width="100" height="100" src="https://nbcsports.brightspotcdn.com/dims4/default/8edf3c1/2147483647/strip/true/crop/512x512+0+0/resize/100x100!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2d%2F15%2Fd3ded7b941cab90def73fc33cacb%2Fpro-football-talk.png" loading="lazy">
</picture>
</div>
<h1 class="Page-topper-name-info">
<div>Pro Football Talk</div>
</h1>
</div>
<div class="Page-actions">
<div class="ActionBar">
<ul class="ActionBar-items">
<li class="ActionBar-items-item"> <a class="ActionLink" href="https://www.facebook.com/dialog/share?app_id=206053216266379&display=popup&href=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fprofootballtalk"
target="_blank" data-social-service="facebook"
aria-label="Facebook share">
<svg><use xlink:href="#facebook"></use></svg><span>Facebook</span>
</a>
</li>
<li class="ActionBar-items-item"><a class="ActionLink" href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fprofootballtalk&text=Pro%20Football%20Talk"
target="_blank" data-social-service="twitter"
aria-label="Twitter share">
<svg><use xlink:href="#twitter" /></svg><span>Twitter</span>
</a>
</li>
<li class="ActionBar-items-item"><a class="ActionLink" href="mailto:?body=Pro%20Football%20Talk%0A%0Ahttps%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fprofootballtalk"
data-social-service="mailto"
aria-label="Email share">
<svg>
<use xlink:href="#email"></use>
</svg>
<span>
Email
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="Page-sectionNavigation"><div class="SectionNavigation">
<ul class="SectionNavigation-items">
<li class="SectionNavigation-items-item" >
<div class="SectionNavigationItem" data-has-menu data-columns="4">
<div class="SectionNavigationItem-text">
<button class="Pill-button" data-theme="outline" data-type="square" data-theme="gray">Teams<div class="SectionNavigationItem-more"><svg class="chevron"><use xlink:href="#arrow-down"></use></svg></div></button>
</div>
<ul class="SectionNavigationItem-items">
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">AFC East</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/buffalo-bills"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/6f/00/3c305e0045e5996be12ae2b16efc/buffalo-bills-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/6f/00/3c305e0045e5996be12ae2b16efc/buffalo-bills-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Buffalo Bills</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/miami-dolphins"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d0/8f/5be4f6aa48eb8dfe86e03c5e910e/miami-dolphins-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d0/8f/5be4f6aa48eb8dfe86e03c5e910e/miami-dolphins-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Miami Dolphins</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-england-patriots" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/b1/55/14a45496476198c7e8c2d0f5f5ef/new-england-patriots-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/b1/55/14a45496476198c7e8c2d0f5f5ef/new-england-patriots-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New England Patriots</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-york-jets" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/85/6b/51a5e82a4982aedb6853673c4b44/new-york-jets-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/85/6b/51a5e82a4982aedb6853673c4b44/new-york-jets-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New York Jets</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">AFC North</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/baltimore-ravens"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/8a/48/04342fb34db4a21b98b357b60e4e/baltimore-ravens-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/8a/48/04342fb34db4a21b98b357b60e4e/baltimore-ravens-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Baltimore Ravens</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/cincinnati-bengals"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/97/44/909c4f504401a665cc1bbf818a96/cincinnati-bengals-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/97/44/909c4f504401a665cc1bbf818a96/cincinnati-bengals-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Cincinnati Bengals</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/cleveland-browns"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/a7/77/5a5811084eca9521d7e38f80b0b8/cleveland-browns-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/a7/77/5a5811084eca9521d7e38f80b0b8/cleveland-browns-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Cleveland Browns</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/pittsburgh-steelers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d5/58/cc8414754615bf3e0b1eb88ee69c/pittsburgh-steelers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d5/58/cc8414754615bf3e0b1eb88ee69c/pittsburgh-steelers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Pittsburgh Steelers</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">AFC South</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/houston-texans"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3d/7d/163a08a1475ab938cd58d0356e15/houston-texans-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3d/7d/163a08a1475ab938cd58d0356e15/houston-texans-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Houston Texans</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/indianapolis-colts"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/60/2a/f29149eb4222be9c2ada6c4c5459/indianapolis-colts-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/60/2a/f29149eb4222be9c2ada6c4c5459/indianapolis-colts-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Indianapolis Colts</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/jacksonville-jaguars"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/f9/16/976287094137bebbd5839dd80d9f/jacksonville-jaguars-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/f9/16/976287094137bebbd5839dd80d9f/jacksonville-jaguars-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Jacksonville Jaguars</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/tennessee-titans"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3c/c4/7e49bda243db9362f041dff07f2a/tennessee-titans-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3c/c4/7e49bda243db9362f041dff07f2a/tennessee-titans-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Tennessee Titans</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">AFC West</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/denver-broncos"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/97/78/28dc44544fada27333845be9a34a/denver-broncos-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/97/78/28dc44544fada27333845be9a34a/denver-broncos-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Denver Broncos</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/kansas-city-chiefs"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/57/00/73fb2fc2465d8458330d48c73688/kansas-city-chiefs-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/57/00/73fb2fc2465d8458330d48c73688/kansas-city-chiefs-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Kansas City Chiefs</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/las-vegas-raiders"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/47/db/5359e8d7450d8bc9e88b51a244b2/las-vegas-raiders-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/47/db/5359e8d7450d8bc9e88b51a244b2/las-vegas-raiders-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Las Vegas Raiders</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/los-angeles-chargers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/c6/ae/3383d6624f3f86385bbc0b453754/los-angeles-chargers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/c6/ae/3383d6624f3f86385bbc0b453754/los-angeles-chargers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Los Angeles Chargers</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">NFC East</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/dallas-cowboys"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3e/3d/d655138a4448abef7d3532ea4ad9/dallas-cowboys-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3e/3d/d655138a4448abef7d3532ea4ad9/dallas-cowboys-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Dallas Cowboys</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-york-giants"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/86/50/a9d2fd49420ea5fb2ec17e9a5853/new-york-giants-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/86/50/a9d2fd49420ea5fb2ec17e9a5853/new-york-giants-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New York Giants</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/philadelphia-eagles"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/80/cc/eae1b5cc48e0834cac7daa16de86/philadelphia-eagles-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/80/cc/eae1b5cc48e0834cac7daa16de86/philadelphia-eagles-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Philadelphia Eagles</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/washington-commanders"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Washington Commanders</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">NFC North</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/chicago-bears"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dd/2c/abbb110747f2a59be8b167eebf85/chicago-bears-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dd/2c/abbb110747f2a59be8b167eebf85/chicago-bears-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Chicago Bears</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/detroit-lions"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/5b/8e/c7dbb5fb48a69febe6bf8789ac47/detroit-lions-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/5b/8e/c7dbb5fb48a69febe6bf8789ac47/detroit-lions-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Detroit Lions</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/green-bay-packers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/96/97/304fd8af43efa65bbb7891c01a06/green-bay-packers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/96/97/304fd8af43efa65bbb7891c01a06/green-bay-packers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Green Bay Packers</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/minnesota-vikings"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/40/46/c52d05d74df8999890a88878fc65/minnesota-vikings-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/40/46/c52d05d74df8999890a88878fc65/minnesota-vikings-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Minnesota Vikings</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">NFC South</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/atlanta-falcons"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d1/bb/86d1f31e4b75955954ccce35a3b3/atlanta-falcons-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d1/bb/86d1f31e4b75955954ccce35a3b3/atlanta-falcons-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Atlanta Falcons</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/carolina-panthers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/60/37/ac0b8db64fd9a3bac80eb6a7b5ce/carolina-panthers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/60/37/ac0b8db64fd9a3bac80eb6a7b5ce/carolina-panthers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Carolina Panthers</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-orleans-saints"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/9e/d9/c15874f14eb1855bd3a71497b2a3/new-orleans-saints-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/9e/d9/c15874f14eb1855bd3a71497b2a3/new-orleans-saints-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New Orleans Saints</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/tampa-bay-buccaneers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/e1/8e/b465627f44ef8df4bf76bd990ce5/tampa-bay-buccaneers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/e1/8e/b465627f44ef8df4bf76bd990ce5/tampa-bay-buccaneers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Tampa Bay Buccaneers</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">NFC West</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/arizona-cardinals"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/be/34/8dd060774a30965bae210fdd4312/arizona-cardinals-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/be/34/8dd060774a30965bae210fdd4312/arizona-cardinals-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Arizona Cardinals</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/los-angeles-rams"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/1e/d6/3d7dc1ed41c1869b4ca88cea8902/los-angeles-rams-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/1e/d6/3d7dc1ed41c1869b4ca88cea8902/los-angeles-rams-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Los Angeles Rams</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/san-francisco-49ers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/2e/bd/a9b3367f4da39eec93640d0bfa17/san-francisco-49ers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/2e/bd/a9b3367f4da39eec93640d0bfa17/san-francisco-49ers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">San Francisco 49ers</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/seattle-seahawks"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/08/92/767cf8894a87b4cf9f18affa8c34/seattle-seahawks-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/08/92/767cf8894a87b4cf9f18affa8c34/seattle-seahawks-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Seattle Seahawks</span></a>
</li>
</ul>
</div>
</li>
</ul>
<div class="SectionNavigationItem-items-mobile">
<button class="SectionNavigationItem-item-close"><div class="Icon-button" data-theme="gray"><svg class="close-x"><use xlink:href="#close-x"></use></svg></div></button>
<ul class="SectionNavigationItem-items-mobile-content">
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">AFC East</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/buffalo-bills"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/6f/00/3c305e0045e5996be12ae2b16efc/buffalo-bills-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/6f/00/3c305e0045e5996be12ae2b16efc/buffalo-bills-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Buffalo Bills</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/miami-dolphins"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d0/8f/5be4f6aa48eb8dfe86e03c5e910e/miami-dolphins-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d0/8f/5be4f6aa48eb8dfe86e03c5e910e/miami-dolphins-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Miami Dolphins</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-england-patriots" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/b1/55/14a45496476198c7e8c2d0f5f5ef/new-england-patriots-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/b1/55/14a45496476198c7e8c2d0f5f5ef/new-england-patriots-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New England Patriots</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-york-jets" target="_blank"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/85/6b/51a5e82a4982aedb6853673c4b44/new-york-jets-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/85/6b/51a5e82a4982aedb6853673c4b44/new-york-jets-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New York Jets</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">AFC North</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/baltimore-ravens"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/8a/48/04342fb34db4a21b98b357b60e4e/baltimore-ravens-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/8a/48/04342fb34db4a21b98b357b60e4e/baltimore-ravens-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Baltimore Ravens</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/cincinnati-bengals"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/97/44/909c4f504401a665cc1bbf818a96/cincinnati-bengals-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/97/44/909c4f504401a665cc1bbf818a96/cincinnati-bengals-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Cincinnati Bengals</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/cleveland-browns"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/a7/77/5a5811084eca9521d7e38f80b0b8/cleveland-browns-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/a7/77/5a5811084eca9521d7e38f80b0b8/cleveland-browns-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Cleveland Browns</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/pittsburgh-steelers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d5/58/cc8414754615bf3e0b1eb88ee69c/pittsburgh-steelers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d5/58/cc8414754615bf3e0b1eb88ee69c/pittsburgh-steelers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Pittsburgh Steelers</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">AFC South</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/houston-texans"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3d/7d/163a08a1475ab938cd58d0356e15/houston-texans-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3d/7d/163a08a1475ab938cd58d0356e15/houston-texans-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Houston Texans</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/indianapolis-colts"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/60/2a/f29149eb4222be9c2ada6c4c5459/indianapolis-colts-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/60/2a/f29149eb4222be9c2ada6c4c5459/indianapolis-colts-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Indianapolis Colts</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/jacksonville-jaguars"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/f9/16/976287094137bebbd5839dd80d9f/jacksonville-jaguars-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/f9/16/976287094137bebbd5839dd80d9f/jacksonville-jaguars-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Jacksonville Jaguars</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/tennessee-titans"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3c/c4/7e49bda243db9362f041dff07f2a/tennessee-titans-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3c/c4/7e49bda243db9362f041dff07f2a/tennessee-titans-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Tennessee Titans</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">AFC West</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/denver-broncos"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/97/78/28dc44544fada27333845be9a34a/denver-broncos-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/97/78/28dc44544fada27333845be9a34a/denver-broncos-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Denver Broncos</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/kansas-city-chiefs"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/57/00/73fb2fc2465d8458330d48c73688/kansas-city-chiefs-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/57/00/73fb2fc2465d8458330d48c73688/kansas-city-chiefs-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Kansas City Chiefs</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/las-vegas-raiders"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/47/db/5359e8d7450d8bc9e88b51a244b2/las-vegas-raiders-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/47/db/5359e8d7450d8bc9e88b51a244b2/las-vegas-raiders-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Las Vegas Raiders</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/los-angeles-chargers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/c6/ae/3383d6624f3f86385bbc0b453754/los-angeles-chargers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/c6/ae/3383d6624f3f86385bbc0b453754/los-angeles-chargers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Los Angeles Chargers</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">NFC East</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/dallas-cowboys"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/3e/3d/d655138a4448abef7d3532ea4ad9/dallas-cowboys-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/3e/3d/d655138a4448abef7d3532ea4ad9/dallas-cowboys-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Dallas Cowboys</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-york-giants"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/86/50/a9d2fd49420ea5fb2ec17e9a5853/new-york-giants-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/86/50/a9d2fd49420ea5fb2ec17e9a5853/new-york-giants-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New York Giants</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/philadelphia-eagles"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/80/cc/eae1b5cc48e0834cac7daa16de86/philadelphia-eagles-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/80/cc/eae1b5cc48e0834cac7daa16de86/philadelphia-eagles-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Philadelphia Eagles</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/washington-commanders"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Washington Commanders</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">NFC North</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/chicago-bears"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dd/2c/abbb110747f2a59be8b167eebf85/chicago-bears-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dd/2c/abbb110747f2a59be8b167eebf85/chicago-bears-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Chicago Bears</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/detroit-lions"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/5b/8e/c7dbb5fb48a69febe6bf8789ac47/detroit-lions-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/5b/8e/c7dbb5fb48a69febe6bf8789ac47/detroit-lions-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Detroit Lions</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/green-bay-packers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/96/97/304fd8af43efa65bbb7891c01a06/green-bay-packers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/96/97/304fd8af43efa65bbb7891c01a06/green-bay-packers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Green Bay Packers</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/minnesota-vikings"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/40/46/c52d05d74df8999890a88878fc65/minnesota-vikings-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/40/46/c52d05d74df8999890a88878fc65/minnesota-vikings-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Minnesota Vikings</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">NFC South</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/atlanta-falcons"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d1/bb/86d1f31e4b75955954ccce35a3b3/atlanta-falcons-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d1/bb/86d1f31e4b75955954ccce35a3b3/atlanta-falcons-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Atlanta Falcons</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/carolina-panthers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/60/37/ac0b8db64fd9a3bac80eb6a7b5ce/carolina-panthers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/60/37/ac0b8db64fd9a3bac80eb6a7b5ce/carolina-panthers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Carolina Panthers</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/new-orleans-saints"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/9e/d9/c15874f14eb1855bd3a71497b2a3/new-orleans-saints-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/9e/d9/c15874f14eb1855bd3a71497b2a3/new-orleans-saints-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">New Orleans Saints</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/tampa-bay-buccaneers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/e1/8e/b465627f44ef8df4bf76bd990ce5/tampa-bay-buccaneers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/e1/8e/b465627f44ef8df4bf76bd990ce5/tampa-bay-buccaneers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Tampa Bay Buccaneers</span></a>
</li>
</ul>
</div>
</li>
<li class="SectionNavigationItem-items-item"><div class="NavigationGroup">
<span class="NavigationLink">NFC West</span>
<ul class="NavigationGroup-items" >
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/arizona-cardinals"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/be/34/8dd060774a30965bae210fdd4312/arizona-cardinals-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/be/34/8dd060774a30965bae210fdd4312/arizona-cardinals-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Arizona Cardinals</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/los-angeles-rams"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/1e/d6/3d7dc1ed41c1869b4ca88cea8902/los-angeles-rams-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/1e/d6/3d7dc1ed41c1869b4ca88cea8902/los-angeles-rams-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Los Angeles Rams</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/san-francisco-49ers"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/2e/bd/a9b3367f4da39eec93640d0bfa17/san-francisco-49ers-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/2e/bd/a9b3367f4da39eec93640d0bfa17/san-francisco-49ers-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">San Francisco 49ers</span></a>
</li>
<li class="NavigationGroup-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/seattle-seahawks"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/08/92/767cf8894a87b4cf9f18affa8c34/seattle-seahawks-primary.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/08/92/767cf8894a87b4cf9f18affa8c34/seattle-seahawks-primary.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Seattle Seahawks</span></a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</li>
<li class="SectionNavigation-items-item" >
<div class="SectionNavigationItem" >
<div class="SectionNavigationItem-text">
<a class="Pill-button" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill"
data-theme="gray" data-type="square"
>Rumor Mill</a>
</div>
</div>
</li>
<li class="SectionNavigation-items-item" >
<div class="SectionNavigationItem" >
<div class="SectionNavigationItem-text">
<a class="Pill-button" href="https://www.peacocktv.com/channels/nbcsports"
data-theme="gray" data-type="square"
>Peacock</a>
</div>
</div>
</li>
<li class="SectionNavigation-items-item" >
<div class="SectionNavigationItem" >
<div class="SectionNavigationItem-text">
<a class="Pill-button" href="https://www.nbcsports.com/nfl/profootballtalk/micah-parsons"
data-theme="gray" data-type="square"
>Micah Parsons</a>
</div>
</div>
</li>
<li class="SectionNavigation-items-item" >
<div class="SectionNavigationItem" >
<div class="SectionNavigationItem-text">
<a class="Pill-button" href="https://www.nbcsports.com/nfl/profootballtalk/shop"
data-theme="gray" data-type="square"
>PFT Shop</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<main class="Page-main" data-modulewell>
<div class="HubHero" data-module>
<a class="AnchorLink" id="newest-article-with-filter"></a>
<div class="HubHero-container" data-grid-container>
<div class="HubHero-main" data-grid="span:6 md:span:12 lg:span:8 lg:order:2 hk:span:12">
<div class="PagePromo"
>
<div class="PagePromo-media" ><a class="Link" aria-label="Over 75 percent of kickoffs were returned in Week 1" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/more-than-75-percent-of-kickoffs-were-returned-in-week-1" ><picture>
<source type="image/webp" width="1000" height="563" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d1da10e/2147483647/strip/true/crop/4442x2501+0+0/resize/1000x563!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff9%2Fc8%2Ff54a784248d8960598741b54daba%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233789058">
<source width="1000" height="563" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d7ebcfe/2147483647/strip/true/crop/4442x2501+0+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff9%2Fc8%2Ff54a784248d8960598741b54daba%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233789058">
<img class="Image" alt="NFL: SEP 07 Titans at Broncos" width="1000" height="563" src="https://nbcsports.brightspotcdn.com/dims4/default/d7ebcfe/2147483647/strip/true/crop/4442x2501+0+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff9%2Fc8%2Ff54a784248d8960598741b54daba%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233789058">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/more-than-75-percent-of-kickoffs-were-returned-in-week-1">Over 75 percent of kickoffs were returned in Week 1</a>
</div>
<div class="PagePromo-description"><span>The NFL wanted more kickoff returns and they got them. </span></div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/josh-alper" class="Mention" aria-label="Josh Alper" data-no-img>
Josh Alper</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/josh-alper" class="Mention" aria-label="Josh Alper" data-no-img>
Josh Alper</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="HubHero-leftSidebar" data-grid="span:6 lg:span:8 lg:order:1 hk:span:6" data-sidebar>
<div class="SideBarArticleStack"
data-sidebar-module>
<div class="SideBar-header" >
<div class="SideBar-header-title">Top Stories</div>
</div>
<div class="SideBarArticleStack-items">
<hr>
<div class="SideBarArticleStack-items-item">
<div class="PagePromo" data-align-left
>
<div class="PagePromo-media" ><a class="Link" aria-label="Inside the Colton McKivitiz deal" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/inside-the-colton-mckivitiz-deal" ><picture>
<source type="image/webp" width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0b97ceb/2147483647/strip/true/crop/4506x2539+0+232/resize/252x142!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F51%2Fbc%2Fbf60d6854bdeb21f80740071c8ca%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234519155">
<source width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9b11bd5/2147483647/strip/true/crop/4506x2539+0+232/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F51%2Fbc%2Fbf60d6854bdeb21f80740071c8ca%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234519155">
<img class="Image" alt="San Francisco 49ers v Seattle Seahawks - NFL 2025" width="252" height="142" src="https://nbcsports.brightspotcdn.com/dims4/default/9b11bd5/2147483647/strip/true/crop/4506x2539+0+232/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F51%2Fbc%2Fbf60d6854bdeb21f80740071c8ca%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234519155" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/inside-the-colton-mckivitiz-deal">Inside the Colton McKivitiz deal</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<hr>
<div class="SideBarArticleStack-items-item">
<div class="PagePromo" data-align-left
>
<div class="PagePromo-media" ><a class="Link" aria-label="Pete Carroll says Ashton Jeanty was too hyped for his debut, “He’ll play way better”" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pete-carroll-says-ashton-jeanty-was-too-hyped-for-his-debut-hell-play-way-better" ><picture>
<source type="image/webp" width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/85230a6/2147483647/strip/true/crop/3521x1984+0+207/resize/252x142!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F59%2Fc1%2Fc6fcfabd4a91b4034af98296b036%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233756688">
<source width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5a97f57/2147483647/strip/true/crop/3521x1984+0+207/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F59%2Fc1%2Fc6fcfabd4a91b4034af98296b036%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233756688">
<img class="Image" alt="The Patriots sputtered to a 20-13 season opening loss to the Raiders" width="252" height="142" src="https://nbcsports.brightspotcdn.com/dims4/default/5a97f57/2147483647/strip/true/crop/3521x1984+0+207/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F59%2Fc1%2Fc6fcfabd4a91b4034af98296b036%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233756688" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pete-carroll-says-ashton-jeanty-was-too-hyped-for-his-debut-hell-play-way-better">Pete Carroll says Ashton Jeanty was too hyped for his debut, “He’ll play way better”</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/michael-david-smith" class="Mention" aria-label="Michael David Smith" data-no-img>
Michael David Smith</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/michael-david-smith" class="Mention" aria-label="Michael David Smith" data-no-img>
Michael David Smith</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<hr>
<div class="SideBarArticleStack-items-item">
<div class="PagePromo" data-align-left
>
<div class="PagePromo-media" ><a class="Link" aria-label="Broncos announce preferred site of new stadium" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/broncos-announce-preferred-site-of-new-stadium" ><picture>
<source type="image/webp" width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ca7ac57/2147483647/strip/true/crop/5031x2835+0+394/resize/252x142!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F20%2Ff9%2F533b8304469bb638073c6c19ea8d%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2219693808">
<source width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f724f55/2147483647/strip/true/crop/5031x2835+0+394/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F20%2Ff9%2F533b8304469bb638073c6c19ea8d%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2219693808">
<img class="Image" alt="Denver Broncos have reportedly purchased land to build the new Denver Broncos stadium" width="252" height="142" src="https://nbcsports.brightspotcdn.com/dims4/default/f724f55/2147483647/strip/true/crop/5031x2835+0+394/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F20%2Ff9%2F533b8304469bb638073c6c19ea8d%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2219693808" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/broncos-announce-preferred-site-of-new-stadium">Broncos announce preferred site of new stadium</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<hr>
<div class="SideBarArticleStack-items-item">
<div class="PagePromo" data-align-left
>
<div class="PagePromo-media" ><a class="Link" aria-label="49ers to place George Kittle on IR with hamstring injury" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/49ers-to-place-george-kittle-on-ir-with-hamstring-injury" ><picture>
<source type="image/webp" width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/be7f62f/2147483647/strip/true/crop/3150x1775+0+0/resize/252x142!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F58%2F98%2F0086addb495ab35b7ee0820be774%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234517456">
<source width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9e3cb20/2147483647/strip/true/crop/3150x1775+0+0/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F58%2F98%2F0086addb495ab35b7ee0820be774%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234517456">
<img class="Image" alt="San Francisco 49ers v Seattle Seahawks - NFL 2025" width="252" height="142" src="https://nbcsports.brightspotcdn.com/dims4/default/9e3cb20/2147483647/strip/true/crop/3150x1775+0+0/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F58%2F98%2F0086addb495ab35b7ee0820be774%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234517456" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/49ers-to-place-george-kittle-on-ir-with-hamstring-injury">49ers to place George Kittle on IR with hamstring injury</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/myles-simmons" class="Mention" aria-label="Myles Simmons" data-no-img>
Myles Simmons</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/myles-simmons" class="Mention" aria-label="Myles Simmons" data-no-img>
Myles Simmons</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<hr>
<div class="SideBarArticleStack-items-item">
<div class="PagePromo" data-align-left
>
<div class="PagePromo-media" ><a class="Link" aria-label="Stefon Diggs made the most of limited work on Sunday" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/stefon-diggs-made-the-most-of-limited-work-on-sunday" ><picture>
<source type="image/webp" width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/18a56b5/2147483647/strip/true/crop/6000x3381+0+310/resize/252x142!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F88%2Fb6%2Fe5003ca04c04a1a2e782dfa6fd56%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234157895">
<source width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0b8911c/2147483647/strip/true/crop/6000x3381+0+310/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F88%2Fb6%2Fe5003ca04c04a1a2e782dfa6fd56%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234157895">
<img class="Image" alt="Las Vegas Raiders v New England Patriots" width="252" height="142" src="https://nbcsports.brightspotcdn.com/dims4/default/0b8911c/2147483647/strip/true/crop/6000x3381+0+310/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F88%2Fb6%2Fe5003ca04c04a1a2e782dfa6fd56%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234157895" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/stefon-diggs-made-the-most-of-limited-work-on-sunday">Stefon Diggs made the most of limited work on Sunday</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<hr>
<div class="SideBarArticleStack-items-item">
<div class="PagePromo" data-align-left
>
<div class="PagePromo-media" ><a class="Link" aria-label="Mike Tomlin: “Common sense” says Seahawks game means more to DK Metcalf" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/mike-tomlin-common-sense-says-seahawks-game-means-more-to-dk-metcalf" ><picture>
<source type="image/webp" width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2143c65/2147483647/strip/true/crop/4465x2516+0+30/resize/252x142!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9b%2Fd7%2Ff890863a41eca54eb07134bc8109%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234240276">
<source width="252" height="142" srcset="https://nbcsports.brightspotcdn.com/dims4/default/c5d4821/2147483647/strip/true/crop/4465x2516+0+30/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9b%2Fd7%2Ff890863a41eca54eb07134bc8109%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234240276">
<img class="Image" alt="Pittsburgh Steelers v New York Jets - NFL 2025" width="252" height="142" src="https://nbcsports.brightspotcdn.com/dims4/default/c5d4821/2147483647/strip/true/crop/4465x2516+0+30/resize/252x142!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9b%2Fd7%2Ff890863a41eca54eb07134bc8109%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234240276" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/mike-tomlin-common-sense-says-seahawks-game-means-more-to-dk-metcalf">Mike Tomlin: “Common sense” says Seahawks game means more to DK Metcalf</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/myles-simmons" class="Mention" aria-label="Myles Simmons" data-no-img>
Myles Simmons</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/myles-simmons" class="Mention" aria-label="Myles Simmons" data-no-img>
Myles Simmons</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<hr>
</div>
</div>
</div>
<div class="HubHero-rightSidebar" data-grid="span:6 lg:span:8 lg:order:3 hk:span:6" data-sidebar>
<bsp-video-playlist-module data-module data-with-bg data-inverse-colors class="VideoPlaylistModule"data-containerwell>
<a class="AnchorLink" id="video-playlist-module-570002"></a>
<div class="VideoPlaylistModule-body">
<div class="VideoPlaylistModule-player">
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2e8f-da63-a7d9-7fffd3be0000" data-autoplay data-muted>
<script id="data-00000199-2e8f-da63-a7d9-7fffd3be0000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_dart_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"772806","event":"","externalAdvertiserId":"nbcs_nbc_pft_dart_250909","genre":"News, Trending","guid":"nbc_pft_dart_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"New York Giants","title": "Examining when Giants could turn to Dart at QB","datePublished":"September 9, 2025 08:35 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/when-new-york-giants-brian-daboll-could-turn-to-jaxson-dart-as-starting-qb","availableDate":"2025-09-09T12:35:47Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"New York Giants","Athletes":"","Article Title":"","Episode Title":"When New York Giants’ Brian Daboll could turn to Jaxson Dart as starting QB","Video ID":"2450339907947","Video Type":"Short-Form VOD","Video Duration":"12","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-fb661bfdcd550481e89cc142eeb9569e4" data-playerid="fb661bfdcd550481e89cc142eeb9569e4" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/ksnQ8UF3rE6O?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/ksnQ8UF3rE6O?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/a78d965/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_dart_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Examining when Giants could turn to Dart at QB</div>
<div class="Page-byline">September 9, 2025 08:35 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Devin McCourty spell out why if Brian Daboll’s job wasn't on the line this season, he would’ve already started Jaxson Dart, and how politics play a factor in the decision.</div>
</div>
</div>
</div>
<div class="VideoPlaylistModule-playlist">
<div class="VideoPlaylistModule-playlist-header">
<div class="VideoPlaylistModule-playlist-title">Up Next</div>
<div class="VideoPlaylistModule-playlist-buttons">
<button class="Icon-button" data-carousel-btn-previous data-size="small" data-theme="outline" data-rotate="left" title="Previous"><svg><use xlink:href="#arrow-down"></use></svg></button>
<button class="Icon-button" data-carousel-btn-next data-size="small" data-theme="outline" data-rotate="right" title="Next"><svg><use xlink:href="#arrow-down"></use></svg></button>
</div>
</div>
<div class="VideoPlaylistModule-playlist-items" data-playlist-items data-carousel>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2e8f-da63-a7d9-7fffd3be0000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7ff2ad4/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_dart_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/8647157/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_dart_250909.jpg">
<img class="Image" alt="nbc_pft_dart_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/8647157/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_dart_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>12:52</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Examining when Giants could turn to Dart at QB</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2e8f-da63-a7d9-7fffd3be0000" data-muted>
<script id="data-00000199-2e8f-da63-a7d9-7fffd3be0000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_dart_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"772806","event":"","externalAdvertiserId":"nbcs_nbc_pft_dart_250909","genre":"News, Trending","guid":"nbc_pft_dart_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"New York Giants","title": "Examining when Giants could turn to Dart at QB","datePublished":"September 9, 2025 08:35 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/when-new-york-giants-brian-daboll-could-turn-to-jaxson-dart-as-starting-qb","availableDate":"2025-09-09T12:35:47Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"New York Giants","Athletes":"","Article Title":"","Episode Title":"When New York Giants’ Brian Daboll could turn to Jaxson Dart as starting QB","Video ID":"2450339907947","Video Type":"Short-Form VOD","Video Duration":"12","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f87730f395dff4bd7aaf95c7709062d94" data-playerid="f87730f395dff4bd7aaf95c7709062d94" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/ksnQ8UF3rE6O?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/ksnQ8UF3rE6O?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/a78d965/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_dart_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Examining when Giants could turn to Dart at QB</div>
<div class="Page-byline">September 9, 2025 08:35 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Devin McCourty spell out why if Brian Daboll’s job wasn't on the line this season, he would’ve already started Jaxson Dart, and how politics play a factor in the decision.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2ecb-da63-a7d9-7fff612d0000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6d2d1ee/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F99%2Fnbc_pft_carternews_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b0d4dab/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F99%2Fnbc_pft_carternews_250909.jpg">
<img class="Image" alt="nbc_pft_carternews_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/b0d4dab/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F99%2Fnbc_pft_carternews_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>1:04</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Suspension ‘still on the table’ for Carter</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2ecb-da63-a7d9-7fff612d0000" data-muted>
<script id="data-00000199-2ecb-da63-a7d9-7fff612d0000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_carternews_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"64832","event":"","externalAdvertiserId":"nbcs_nbc_pft_carternews_250909","genre":"News","guid":"nbc_pft_carternews_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Philadelphia Eagles","title": "Suspension ‘still on the table’ for Carter","datePublished":"September 9, 2025 09:02 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/jalen-carter-suspension-still-on-the-table-after-spitting-on-dak-prescott","availableDate":"2025-09-09T13:02:26Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Philadelphia Eagles","Athletes":"","Article Title":"","Episode Title":"Jalen Carter suspension ‘still on the table’ after spitting on Dak Prescott","Video ID":"2450346051602","Video Type":"Short-Form VOD","Video Duration":"1","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f2119e11aabf8472086524bd2307f6e97" data-playerid="f2119e11aabf8472086524bd2307f6e97" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/V0SFuABXCiSM?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/V0SFuABXCiSM?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/d6840d0/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F99%2Fnbc_pft_carternews_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Suspension ‘still on the table’ for Carter</div>
<div class="Page-byline">September 9, 2025 09:02 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Devin McCourty map out possible outcomes for Jalen Carter after spitting on Dak Prescott.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2f4b-da63-a7d9-7fff7e930000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/670fbb3/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F66%2F75%2Fnbc_pft_jjleadscomeback_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0e93dd4/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F66%2F75%2Fnbc_pft_jjleadscomeback_250909.jpg">
<img class="Image" alt="nbc_pft_jjleadscomeback_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/0e93dd4/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F66%2F75%2Fnbc_pft_jjleadscomeback_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>14:37</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">McCarthy showed leadership intangibles in comeback</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2f4b-da63-a7d9-7fff7e930000" data-muted>
<script id="data-00000199-2f4b-da63-a7d9-7fff7e930000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_jjleadscomeback_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"877477","event":"","externalAdvertiserId":"nbcs_nbc_pft_jjleadscomeback_250909","genre":"News","guid":"nbc_pft_jjleadscomeback_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Minnesota Vikings","title": "McCarthy showed leadership intangibles in comeback","datePublished":"September 9, 2025 08:55 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/minnesota-vikings-j-j-mccarthy-showed-leadership-intangibles-in-comeback","availableDate":"2025-09-09T12:55:04Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Minnesota Vikings","Athletes":"","Article Title":"","Episode Title":"Minnesota Vikings’ J.J. McCarthy showed leadership intangibles in comeback","Video ID":"2450347075791","Video Type":"Short-Form VOD","Video Duration":"14","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f2d47f83c83804c34a1bfdec5ff9b1733" data-playerid="f2d47f83c83804c34a1bfdec5ff9b1733" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/te1_q10VfY3V?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/te1_q10VfY3V?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/85a14ef/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F66%2F75%2Fnbc_pft_jjleadscomeback_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">McCarthy showed leadership intangibles in comeback</div>
<div class="Page-byline">September 9, 2025 08:55 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Devin McCourty explain why a QB must bring accountability, inspiration and emotion and how J.J. McCarthy never wavered amid adversity.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2eb4-da63-a7d9-7ffd7b910000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/edc2546/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F66%2F75%2Fnbc_pft_hurtniners_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/db5a7d4/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F66%2F75%2Fnbc_pft_hurtniners_250909.jpg">
<img class="Image" alt="nbc_pft_hurtniners_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/db5a7d4/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F66%2F75%2Fnbc_pft_hurtniners_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>3:37</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">At some point ‘injury bug’ is more than ‘bad luck’</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2eb4-da63-a7d9-7ffd7b910000" data-muted>
<script id="data-00000199-2eb4-da63-a7d9-7ffd7b910000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_hurtniners_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"217851","event":"","externalAdvertiserId":"nbcs_nbc_pft_hurtniners_250909","genre":"News","guid":"nbc_pft_hurtniners_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"San Francisco 49ers","title": "At some point ‘injury bug’ is more than ‘bad luck’","datePublished":"September 9, 2025 08:52 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/san-francisco-49ers-brock-purdy-george-kittle-injured-entering-week-2","availableDate":"2025-09-09T12:52:33Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"San Francisco 49ers","Athletes":"","Article Title":"","Episode Title":"San Francisco 49ers’ Brock Purdy, George Kittle injured entering Week 2","Video ID":"2450347075720","Video Type":"Short-Form VOD","Video Duration":"3","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-fa83939dc9d654d0185359e88fe422f8f" data-playerid="fa83939dc9d654d0185359e88fe422f8f" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/Eexy3jD1fyuu?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/Eexy3jD1fyuu?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/27cc949/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F66%2F75%2Fnbc_pft_hurtniners_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">At some point ‘injury bug’ is more than ‘bad luck’</div>
<div class="Page-byline">September 9, 2025 08:52 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Devin McCourty spell out why between Brock Purdy and George Kittle being injured this week, and a slew of injuries in previous seasons, the 49ers could have a systemic issue.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2eab-da63-a7d9-7fff51290000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/245459f/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F62%2F171%2Fnbc_pft_giantssched_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5330d5e/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F62%2F171%2Fnbc_pft_giantssched_250909.jpg">
<img class="Image" alt="nbc_pft_giantssched_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/5330d5e/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F62%2F171%2Fnbc_pft_giantssched_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>4:05</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Florio: Giants ‘not good enough’ for 2025 schedule</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2eab-da63-a7d9-7fff51290000" data-muted>
<script id="data-00000199-2eab-da63-a7d9-7fff51290000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_giantssched_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"245312","event":"","externalAdvertiserId":"nbcs_nbc_pft_giantssched_250909","genre":"News","guid":"nbc_pft_giantssched_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"New York Giants","title": "Florio: Giants ‘not good enough' for 2025 schedule","datePublished":"September 9, 2025 08:40 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/new-york-giants-not-good-enough-for-teams-on-2025-schedule-says-florio","availableDate":"2025-09-09T12:40:30Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"New York Giants","Athletes":"","Article Title":"","Episode Title":"New York Giants 'not good enough' for teams on 2025 schedule, says Florio","Video ID":"2450342979649","Video Type":"Short-Form VOD","Video Duration":"4","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f7dcbd946158f4838b2b40b22164fa3e7" data-playerid="f7dcbd946158f4838b2b40b22164fa3e7" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/ZjVgWPa2b1TJ?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/ZjVgWPa2b1TJ?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/fe64d20/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F62%2F171%2Fnbc_pft_giantssched_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Florio: Giants ‘not good enough' for 2025 schedule</div>
<div class="Page-byline">September 9, 2025 08:40 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Devin McCourty take a deep dive into the Giants’ slate of games this season and map out why Russell Wilson isn’t the man for the job.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2ea2-da63-a7d9-7fff2c2b0000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6b0faed/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F60%2F219%2Fnbc_pft_dolphins_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/896319f/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F60%2F219%2Fnbc_pft_dolphins_250909.jpg">
<img class="Image" alt="nbc_pft_dolphins_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/896319f/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F60%2F219%2Fnbc_pft_dolphins_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>9:20</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">McDaniel is moving towards hot seat quickly</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2ea2-da63-a7d9-7fff2c2b0000" data-muted>
<script id="data-00000199-2ea2-da63-a7d9-7fff2c2b0000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_dolphins_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"560260","event":"","externalAdvertiserId":"nbcs_nbc_pft_dolphins_250909","genre":"News","guid":"nbc_pft_dolphins_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Miami Dolphins","title": "McDaniel is moving towards hot seat quickly","datePublished":"September 9, 2025 08:36 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/miami-dolphins-mike-mcdaniel-will-be-on-hot-seat-if-they-dont-fix-things","availableDate":"2025-09-09T12:36:19Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Miami Dolphins","Athletes":"","Article Title":"","Episode Title":"Miami Dolphins’ Mike McDaniel will be on hot seat if they don’t fix things","Video ID":"2450340931933","Video Type":"Short-Form VOD","Video Duration":"9","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f80c6ccd95d364ff29c11121715a858a8" data-playerid="f80c6ccd95d364ff29c11121715a858a8" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/9rl6S7pQrdig?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/9rl6S7pQrdig?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/33b54a3/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F60%2F219%2Fnbc_pft_dolphins_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">McDaniel is moving towards hot seat quickly</div>
<div class="Page-byline">September 9, 2025 08:36 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Devin McCourty spell out why at a certain point the only one left to blame is the head coach and explain why the Dolphins are as bad as they looked in Week 1.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2e8b-da63-a7d9-7fff4c720000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d80ac58/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_exciting1stweek_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b086f12/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_exciting1stweek_250909.jpg">
<img class="Image" alt="nbc_pft_exciting1stweek_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/b086f12/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_exciting1stweek_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>8:18</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Thrilling Week 1 wraps with epic comeback</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2e8b-da63-a7d9-7fff4c720000" data-muted>
<script id="data-00000199-2e8b-da63-a7d9-7fff4c720000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_exciting1stweek_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"498465","event":"","externalAdvertiserId":"nbcs_nbc_pft_exciting1stweek_250909","genre":"News, Trending","guid":"nbc_pft_exciting1stweek_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"","title": "Thrilling Week 1 wraps with epic comeback","datePublished":"September 9, 2025 08:28 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/nfl-week-1-of-2025-season-wraps-thrilling-slate-of-games-with-epic-comeback","availableDate":"2025-09-09T12:28:27Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"","Athletes":"","Article Title":"","Episode Title":"NFL Week 1 of 2025 season wraps thrilling slate of games with epic comeback","Video ID":"2450339907926","Video Type":"Short-Form VOD","Video Duration":"8","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-fa686c63bc42c44929150374576bf41af" data-playerid="fa686c63bc42c44929150374576bf41af" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/gWjCH5hms_KI?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/gWjCH5hms_KI?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/74f2772/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_exciting1stweek_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Thrilling Week 1 wraps with epic comeback</div>
<div class="Page-byline">September 9, 2025 08:28 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Devin McCourty reflect on a stellar first week of the 2025 NFL season and explain why all the ups and downs made the games even more exciting.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2e82-da63-a7d9-7fff1f710000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/da2d34e/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_koconjj_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6b23c1f/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_koconjj_250909.jpg">
<img class="Image" alt="nbc_pft_koconjj_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/6b23c1f/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_koconjj_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>6:35</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Areas of concern for Vikings despite comeback win</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2e82-da63-a7d9-7fff1f710000" data-muted>
<script id="data-00000199-2e82-da63-a7d9-7fff1f710000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_koconjj_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"395329","event":"","externalAdvertiserId":"nbcs_nbc_pft_koconjj_250909","genre":"News, Trending","guid":"nbc_pft_koconjj_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"","title": "Areas of concern for Vikings despite comeback win","datePublished":"September 9, 2025 08:14 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/minnesota-vikings-must-be-quicker-in-huddle-strengthen-defense","availableDate":"2025-09-09T12:14:15Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"","Athletes":"","Article Title":"","Episode Title":"Minnesota Vikings must be quicker in huddle, strengthen defense","Video ID":"2450339907712","Video Type":"Short-Form VOD","Video Duration":"6","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f8519e6823149433fa372905ae6fe4780" data-playerid="f8519e6823149433fa372905ae6fe4780" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/fjPuQjCVqhX5?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/fjPuQjCVqhX5?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/9d92036/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F59%2F243%2Fnbc_pft_koconjj_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Areas of concern for Vikings despite comeback win</div>
<div class="Page-byline">September 9, 2025 08:14 AM</div>
<div class="MpxVideoPlayer-description">Although the Vikings came out with a win, Mike Florio and Devin McCourty identify specific components they need to improve to put their best foot forward this season.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2e82-da63-a7d9-7fff22f50000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0e0a567/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F61%2F195%2Fnbc_pft_bearswentwrong_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b9d24f1/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F61%2F195%2Fnbc_pft_bearswentwrong_250909.jpg">
<img class="Image" alt="nbc_pft_bearswentwrong_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/b9d24f1/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F61%2F195%2Fnbc_pft_bearswentwrong_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>12:55</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Johnson makes critical late game management error</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2e82-da63-a7d9-7fff22f50000" data-muted>
<script id="data-00000199-2e82-da63-a7d9-7fff22f50000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_bearswentwrong_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"775575","event":"","externalAdvertiserId":"nbcs_nbc_pft_bearswentwrong_250909","genre":"News, Trending","guid":"nbc_pft_bearswentwrong_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Chicago Bears","title": "Johnson makes critical late game management error","datePublished":"September 9, 2025 08:10 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/chicago-bears-ben-johnson-makes-critical-late-game-management-error","availableDate":"2025-09-09T12:10:51Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Chicago Bears","Athletes":"","Article Title":"","Episode Title":"Chicago Bears’ Ben Johnson makes critical late game management error","Video ID":"2450341955802","Video Type":"Short-Form VOD","Video Duration":"12","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-fccc97edd52fb45448d4946c31ab8c876" data-playerid="fccc97edd52fb45448d4946c31ab8c876" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/gfBox2rMov4s?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/gfBox2rMov4s?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/116f140/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F61%2F195%2Fnbc_pft_bearswentwrong_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Johnson makes critical late game management error</div>
<div class="Page-byline">September 9, 2025 08:10 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Devin McCourty spell out where the Bears came up short late in the game against the Vikings and what Ben Johnson should’ve done instead.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2e78-da63-a7d9-7ffdee1e0000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a95de04/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F60%2F219%2Fnbc_pft_jeffersonhappy_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6f9e575/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F60%2F219%2Fnbc_pft_jeffersonhappy_250909.jpg">
<img class="Image" alt="nbc_pft_jeffersonhappy_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/6f9e575/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F60%2F219%2Fnbc_pft_jeffersonhappy_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>3:47</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Vikings’ pure emotion, positive energy are evident</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2e78-da63-a7d9-7ffdee1e0000" data-muted>
<script id="data-00000199-2e78-da63-a7d9-7ffdee1e0000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_jeffersonhappy_250909","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"227595","event":"","externalAdvertiserId":"nbcs_nbc_pft_jeffersonhappy_250909","genre":"News, Trending","guid":"nbc_pft_jeffersonhappy_250909","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Minnesota Vikings","title": "Vikings’ pure emotion, positive energy are evident","datePublished":"September 9, 2025 08:06 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/minnesota-vikings-pure-emotion-positive-energy-evident-in-key-moments","availableDate":"2025-09-09T12:06:17Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Minnesota Vikings","Athletes":"","Article Title":"","Episode Title":"Minnesota Vikings’ pure emotion, positive energy evident in key moments","Video ID":"2450340931645","Video Type":"Short-Form VOD","Video Duration":"3","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-fddc8acc10eb04c77a8aaca2758f5f1ba" data-playerid="fddc8acc10eb04c77a8aaca2758f5f1ba" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/hPbp4EjahCj_?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/hPbp4EjahCj_?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/6c6352b/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F60%2F219%2Fnbc_pft_jeffersonhappy_250909.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Vikings’ pure emotion, positive energy are evident</div>
<div class="Page-byline">September 9, 2025 08:06 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Devin McCourty spell out why the Vikings’ group celebration in the end zone wasn’t pre-planned, but rather, pure emotion in the moment and how that energy radiated.</div>
</div>
</div>
</template>
</a>
</div>
</div>
</div>
</div>
</bsp-video-playlist-module>
</div>
</div>
</div>
<div class="HtmlModule">
<a class="AnchorLink" id="html-embed-module-260000"></a>
<div
class="SectionNavigationItem-text"
pa>
<a class="Pill-button" style="
text-align: center;
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
background-color: #921e1e;
color: #fff;
font-size: var(--headline-3);
width: 95%;
max-width: 1632px;
border-radius: 12px;
margin: 0vh auto 0;
font-weight:500;
margin-left: 16px
margin-right: 16px
" href="/nfl/profootballtalk/rumor-mill" data-theme="gray" data-type="square" data-cms-ai="0">BANG IT HERE<br>FOR THE LATEST NEWS AND RUMORS!</a>
</div>
<br>
</div>
<div class="PageListQuickLinksCarousel"
data-module data-slides-length="5">
<a class="AnchorLink" id="list-module-de0000"></a>
<div class="TitleBar">
<div class="TitleBar-left">
</div>
<div class="TitleBar-carousel-buttons">
<button class="Icon-button" data-carousel-btn-previous data-size="medium" data-theme="outline" data-rotate="left" aria-label="Previous"><svg><use href="#arrow-down"></use></svg></button>
<button class="Icon-button" data-carousel-btn-next data-size="medium" data-theme="outline" data-rotate="right" aria-label="Next"><svg><use href="#arrow-down"></use></svg></button>
</div>
</div>
<bsp-quick-links-carousel>
<ul class="PageListQuickLinksCarousel-slides" data-length="5" data-list-carousel>
<li class="PageListQuickLinksCarousel-slide" data-carousel-slide>
<div class="PagePromoForQuickLinks"
>
<div class="PagePromo-media" ><a class="Link" aria-label="PFT Live Podcast" href="https://www.nbcsports.com/nfl/profootballtalk/pft-live" ><picture>
<source type="image/webp" width="140" height="140" srcset="https://nbcsports.brightspotcdn.com/dims4/default/75b8b0e/2147483647/strip/true/crop/308x308+5+0/resize/140x140!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg">
<source width="140" height="140" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9e690e2/2147483647/strip/true/crop/308x308+5+0/resize/140x140!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg">
<img class="Image" alt="PFT Live Podcast Logo.jpg" width="140" height="140" src="https://nbcsports.brightspotcdn.com/dims4/default/9e690e2/2147483647/strip/true/crop/308x308+5+0/resize/140x140!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe0%2F55%2Fe94a58c14952b95e0ddc29c3eebf%2Fpft-live-podcast-logo.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/pft-live">PFT Live Podcast</a>
</div>
<div class="PagePromo-description"><span>Listen to the Latest Pod</span></div>
<div class="PagePromo-ctaLink">
<a class="Pill-button-with-graphics" href="https://www.nbcsports.com/nfl/profootballtalk/pft-live" data-size="small" data-theme="outline">
Listen Here
<svg class="Icon-button" data-size="small" data-theme="outline">
<use xlink:href="#nbc-logo"></use>
</svg>
</a>
</div>
</div>
</div>
</li>
<li class="PageListQuickLinksCarousel-slide" data-carousel-slide>
<div class="PagePromoForQuickLinks"
>
<div class="PagePromo-media" ><a class="Link" aria-label="<b>Big Shield</b>" href="https://urldefense.com/v3/__https://www.amazon.com/Big-Shield-Mike-Florio-ebook/dp/B0FGH43V6D/ref=sr_1_1?crid=D2Y92DITMOT0&dib=eyJ2IjoiMSJ9.Zt2lB8EZIKBB4uFXm7uOyA.GhyPeL_Z9qve1rp2GVSwijnyhbzLUfQRrFKjBV3OHjo&dib_tag=se&keywords=big*shield*florio&qid=1753637367&sprefix=big*shield*2Caps*2C109&sr=8-1__;KysrJSU!!PIZeeW5wscynRQ!po_D8TDgcoDc_8nP_c11KZhZYCUHSjWf71Vx66EifEhKOiegJvSkafVH2jKtvyh9_TM-pZErImJiom4M-o4$" target="_blank" ><picture>
<source type="image/webp" width="140" height="140" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e54c06f/2147483647/strip/true/crop/1177x1177+0+0/resize/140x140!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8a%2F58%2F3b4ee2b847e8ae5707a33f15d9cf%2Fshield500-500.jpg">
<source width="140" height="140" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a8ded05/2147483647/strip/true/crop/1177x1177+0+0/resize/140x140!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8a%2F58%2F3b4ee2b847e8ae5707a33f15d9cf%2Fshield500-500.jpg">
<img class="Image" alt="shield500_500.jpg" width="140" height="140" src="https://nbcsports.brightspotcdn.com/dims4/default/a8ded05/2147483647/strip/true/crop/1177x1177+0+0/resize/140x140!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8a%2F58%2F3b4ee2b847e8ae5707a33f15d9cf%2Fshield500-500.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://urldefense.com/v3/__https://www.amazon.com/Big-Shield-Mike-Florio-ebook/dp/B0FGH43V6D/ref=sr_1_1?crid=D2Y92DITMOT0&dib=eyJ2IjoiMSJ9.Zt2lB8EZIKBB4uFXm7uOyA.GhyPeL_Z9qve1rp2GVSwijnyhbzLUfQRrFKjBV3OHjo&dib_tag=se&keywords=big*shield*florio&qid=1753637367&sprefix=big*shield*2Caps*2C109&sr=8-1__;KysrJSU!!PIZeeW5wscynRQ!po_D8TDgcoDc_8nP_c11KZhZYCUHSjWf71Vx66EifEhKOiegJvSkafVH2jKtvyh9_TM-pZErImJiom4M-o4$" target="_blank" rel="noopener"><b>Big Shield</b></a>
</div>
<div class="PagePromo-description"><span>Mike Florio’s latest book is available now!</span></div>
<div class="PagePromo-ctaLink">
<a class="Pill-button-with-graphics" href="https://urldefense.com/v3/__https://www.amazon.com/Big-Shield-Mike-Florio-ebook/dp/B0FGH43V6D/ref=sr_1_1?crid=D2Y92DITMOT0&dib=eyJ2IjoiMSJ9.Zt2lB8EZIKBB4uFXm7uOyA.GhyPeL_Z9qve1rp2GVSwijnyhbzLUfQRrFKjBV3OHjo&dib_tag=se&keywords=big*shield*florio&qid=1753637367&sprefix=big*shield*2Caps*2C109&sr=8-1__;KysrJSU!!PIZeeW5wscynRQ!po_D8TDgcoDc_8nP_c11KZhZYCUHSjWf71Vx66EifEhKOiegJvSkafVH2jKtvyh9_TM-pZErImJiom4M-o4$" data-size="small" data-theme="rainbow">
Order here
<svg class="Icon-button" data-size="small" data-theme="rainbow">
<use xlink:href="#nbc-logo-rainbow"></use>
</svg>
</a>
</div>
</div>
</div>
</li>
<li class="PageListQuickLinksCarousel-slide" data-carousel-slide>
<div class="PagePromoForQuickLinks"
>
<div class="PagePromo-media" ><a class="Link" aria-label="Son of Mine" href="https://www.amazon.com/Son-Mine-Mike-Florio-ebook/dp/B0D8Z12X7H/ref=sr_1_1?crid=14RVCUMX6MI5H&dib=eyJ2IjoiMSJ9.LMwcUZVS0P2FkFxyLsnYxnLJp50l-tu1t1C1qZYYueE91WXa3wV3Oyf6YiptW6lNoR9q7ex1xff-sQMtssfPS15UYfObG62JSZVsbpZ-mL1OTl1k-tBF0Cd46R4IQj8LHZmAZShJI_Eq3wthTK8ZvvzFNeQ-fHylsDVxU26ds7AtdIec6jD5QhzArgdZd6or0ahk5lSF-TOkJLz8nVxiVm1PrgeC8_d-lf6UwMRMvQo.VFVCAkhsJ6u9_63nuFxg53rMadCqnVibFAbVaCi_7CI&dib_tag=se&keywords=son+of+mine&qid=1724342985&sprefix=son+of+mine%2Caps%2C88&sr=8-1" target="_blank" ><picture>
<source type="image/webp" width="140" height="140" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0782907/2147483647/strip/true/crop/1080x1080+420+0/resize/140x140!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb4%2F5f%2Fdce1c8104cf7b4489d9730fb948c%2Fsom-16x9.jpeg">
<source width="140" height="140" srcset="https://nbcsports.brightspotcdn.com/dims4/default/565a756/2147483647/strip/true/crop/1080x1080+420+0/resize/140x140!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb4%2F5f%2Fdce1c8104cf7b4489d9730fb948c%2Fsom-16x9.jpeg">
<img class="Image" alt="Son_of_Mine_16X9" width="140" height="140" src="https://nbcsports.brightspotcdn.com/dims4/default/565a756/2147483647/strip/true/crop/1080x1080+420+0/resize/140x140!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb4%2F5f%2Fdce1c8104cf7b4489d9730fb948c%2Fsom-16x9.jpeg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.amazon.com/Son-Mine-Mike-Florio-ebook/dp/B0D8Z12X7H/ref=sr_1_1?crid=14RVCUMX6MI5H&dib=eyJ2IjoiMSJ9.LMwcUZVS0P2FkFxyLsnYxnLJp50l-tu1t1C1qZYYueE91WXa3wV3Oyf6YiptW6lNoR9q7ex1xff-sQMtssfPS15UYfObG62JSZVsbpZ-mL1OTl1k-tBF0Cd46R4IQj8LHZmAZShJI_Eq3wthTK8ZvvzFNeQ-fHylsDVxU26ds7AtdIec6jD5QhzArgdZd6or0ahk5lSF-TOkJLz8nVxiVm1PrgeC8_d-lf6UwMRMvQo.VFVCAkhsJ6u9_63nuFxg53rMadCqnVibFAbVaCi_7CI&dib_tag=se&keywords=son+of+mine&qid=1724342985&sprefix=son+of+mine%2Caps%2C88&sr=8-1" target="_blank" rel="noopener">Son of Mine</a>
</div>
<div class="PagePromo-description"><span>Check out Mike Florio’s sequel to Father of Mine!</span></div>
<div class="PagePromo-ctaLink">
<a class="Pill-button-with-graphics" href="https://www.amazon.com/Son-Mine-Mike-Florio-ebook/dp/B0D8Z12X7H/ref=sr_1_1?crid=14RVCUMX6MI5H&dib=eyJ2IjoiMSJ9.LMwcUZVS0P2FkFxyLsnYxnLJp50l-tu1t1C1qZYYueE91WXa3wV3Oyf6YiptW6lNoR9q7ex1xff-sQMtssfPS15UYfObG62JSZVsbpZ-mL1OTl1k-tBF0Cd46R4IQj8LHZmAZShJI_Eq3wthTK8ZvvzFNeQ-fHylsDVxU26ds7AtdIec6jD5QhzArgdZd6or0ahk5lSF-TOkJLz8nVxiVm1PrgeC8_d-lf6UwMRMvQo.VFVCAkhsJ6u9_63nuFxg53rMadCqnVibFAbVaCi_7CI&dib_tag=se&keywords=son+of+mine&qid=1724342985&sprefix=son+of+mine%2Caps%2C88&sr=8-1" data-size="small" data-theme="rainbow">
Order Here
<svg class="Icon-button" data-size="small" data-theme="rainbow">
<use xlink:href="#nbc-logo-rainbow"></use>
</svg>
</a>
</div>
</div>
</div>
</li>
<li class="PageListQuickLinksCarousel-slide" data-carousel-slide>
<div class="PagePromoForQuickLinks"
>
<div class="PagePromo-media" ><a class="Link" aria-label="Watch on Peacock" href="https://www.peacocktv.com/watch-online/sports/pft-live/6200736474999859112?cid=2401sptgennbspownedi10052&utm_campaign=2401sptgen&utm_source=nbcs_nbcspts_st-sv&utm_medium=own_edi_awa_crsl&utm_term=nbcsportssitevisitors&utm_content=pftlive" target="_blank" ><picture>
<source type="image/webp" width="140" height="140" srcset="https://nbcsports.brightspotcdn.com/dims4/default/8c8cd73/2147483647/strip/true/crop/512x512+0+0/resize/140x140!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png">
<source width="140" height="140" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f1367a4/2147483647/strip/true/crop/512x512+0+0/resize/140x140!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png">
<img class="Image" alt="peacock-app.png" width="140" height="140" src="https://nbcsports.brightspotcdn.com/dims4/default/f1367a4/2147483647/strip/true/crop/512x512+0+0/resize/140x140!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.peacocktv.com/watch-online/sports/pft-live/6200736474999859112?cid=2401sptgennbspownedi10052&utm_campaign=2401sptgen&utm_source=nbcs_nbcspts_st-sv&utm_medium=own_edi_awa_crsl&utm_term=nbcsportssitevisitors&utm_content=pftlive" target="_blank" rel="noopener">Watch on Peacock</a>
</div>
<div class="PagePromo-description"><span>Check out the latest PFT Live show on Peacock</span></div>
<div class="PagePromo-ctaLink">
<a class="Pill-button-with-graphics" href="https://www.peacocktv.com/watch-online/sports/pft-live/6200736474999859112?cid=2401sptgennbspownedi10052&utm_campaign=2401sptgen&utm_source=nbcs_nbcspts_st-sv&utm_medium=own_edi_awa_crsl&utm_term=nbcsportssitevisitors&utm_content=pftlive" data-size="small" data-theme="rainbow">
Watch Here
<svg class="Icon-button" data-size="small" data-theme="rainbow">
<use xlink:href="#nbc-logo-rainbow"></use>
</svg>
</a>
</div>
</div>
</div>
</li>
<li class="PageListQuickLinksCarousel-slide" data-carousel-slide>
<div class="PagePromoForQuickLinks"
>
<div class="PagePromo-media" ><a class="Link" aria-label="On Our Way Home" href="https://www.amazon.com/dp/B0CK5M1GQ6?asc_source=01GTA1FEXXTTTAXWQRBN3ZDNEA&tag=namespacebran369-20" target="_blank" ><picture>
<source type="image/webp" width="140" height="140" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1c134cc/2147483647/strip/true/crop/916x916+103+0/resize/140x140!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fae%2F15%2F40e7c8b24e558de3e1bdeaf19515%2Fon-our-way-home-florio-graphic.jpg">
<source width="140" height="140" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b553235/2147483647/strip/true/crop/916x916+103+0/resize/140x140!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fae%2F15%2F40e7c8b24e558de3e1bdeaf19515%2Fon-our-way-home-florio-graphic.jpg">
<img class="Image" alt="on our way home florio graphic.jpg" width="140" height="140" src="https://nbcsports.brightspotcdn.com/dims4/default/b553235/2147483647/strip/true/crop/916x916+103+0/resize/140x140!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fae%2F15%2F40e7c8b24e558de3e1bdeaf19515%2Fon-our-way-home-florio-graphic.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.amazon.com/dp/B0CK5M1GQ6?asc_source=01GTA1FEXXTTTAXWQRBN3ZDNEA&tag=namespacebran369-20" target="_blank" rel="noopener">On Our Way Home</a>
</div>
<div class="PagePromo-description"><span>Check out Mike Florio’s Christmas novel!</span></div>
<div class="PagePromo-ctaLink">
<a class="Pill-button-with-graphics" href="https://www.amazon.com/dp/B0CK5M1GQ6?asc_source=01GTA1FEXXTTTAXWQRBN3ZDNEA&tag=namespacebran369-20" data-size="small" data-theme="rainbow">
Order Here
<svg class="Icon-button" data-size="small" data-theme="rainbow">
<use xlink:href="#nbc-logo-rainbow"></use>
</svg>
</a>
</div>
</div>
</div>
</li>
</ul>
</bsp-quick-links-carousel>
</div>
<bsp-video-playlist-module data-module data-with-bg data-inverse-colors class="VideoPlaylistModule"data-containerwell>
<a class="AnchorLink" id="pft-clips"></a>
<div class="TitleBar">
<div class="TitleBar-left">
<h3 class="TitleBar-title">PFT Clips</h3>
</div>
</div>
<div class="VideoPlaylistModule-body">
<div class="VideoPlaylistModule-player">
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-29ce-da63-a7d9-7bff2e3e0000" data-muted>
<script id="data-00000199-29ce-da63-a7d9-7bff2e3e0000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_ashtonjv2_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"268636","event":"","externalAdvertiserId":"nbcs_nbc_pft_ashtonjv2_250908","genre":"News","guid":"nbc_pft_ashtonjv2_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Carolina Panthers, Jacksonville Jaguars, Las Vegas Raiders, New England Patriots","title": "Jeanty, Hunter face questions after Week 1","datePublished":"September 8, 2025 10:17 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/questions-surround-ashton-jeanty-travis-hunters-nfl-translation","availableDate":"2025-09-08T14:17:10Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Carolina Panthers, Jacksonville Jaguars, Las Vegas Raiders, New England Patriots","Athletes":"","Article Title":"","Episode Title":"Questions surround Ashton Jeanty, Travis Hunter’s NFL translation","Video ID":"2450093123557","Video Type":"Short-Form VOD","Video Duration":"4","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f3c4f77b2170d4ea1875460f6af2b1c85" data-playerid="f3c4f77b2170d4ea1875460f6af2b1c85" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/7grAOy7DMveW?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/7grAOy7DMveW?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/723a4c0/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F847%2F906%2Fnbc_pft_ashtonjv2_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Jeanty, Hunter face questions after Week 1</div>
<div class="Page-byline">September 8, 2025 10:17 AM</div>
<div class="MpxVideoPlayer-description">Both the Raiders and Jaguars scored Week 1 wins, but we’re still waiting to see if Ashton Jeanty and Travis Hunter will have star-level impacts.</div>
</div>
</div>
</div>
<div class="VideoPlaylistModule-playlist">
<div class="VideoPlaylistModule-playlist-header">
<div class="VideoPlaylistModule-playlist-title">Up Next</div>
<div class="VideoPlaylistModule-playlist-buttons">
<button class="Icon-button" data-carousel-btn-previous data-size="small" data-theme="outline" data-rotate="left" title="Previous"><svg><use xlink:href="#arrow-down"></use></svg></button>
<button class="Icon-button" data-carousel-btn-next data-size="small" data-theme="outline" data-rotate="right" title="Next"><svg><use xlink:href="#arrow-down"></use></svg></button>
</div>
</div>
<div class="VideoPlaylistModule-playlist-items" data-playlist-items data-carousel>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-29ce-da63-a7d9-7bff2e3e0000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/cede6c9/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F847%2F906%2Fnbc_pft_ashtonjv2_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/161923f/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F847%2F906%2Fnbc_pft_ashtonjv2_250908.jpg">
<img class="Image" alt="nbc_pft_ashtonjv2_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/161923f/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F847%2F906%2Fnbc_pft_ashtonjv2_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>4:28</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Jeanty, Hunter face questions after Week 1</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-29ce-da63-a7d9-7bff2e3e0000" data-muted>
<script id="data-00000199-29ce-da63-a7d9-7bff2e3e0000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_ashtonjv2_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"268636","event":"","externalAdvertiserId":"nbcs_nbc_pft_ashtonjv2_250908","genre":"News","guid":"nbc_pft_ashtonjv2_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Carolina Panthers, Jacksonville Jaguars, Las Vegas Raiders, New England Patriots","title": "Jeanty, Hunter face questions after Week 1","datePublished":"September 8, 2025 10:17 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/questions-surround-ashton-jeanty-travis-hunters-nfl-translation","availableDate":"2025-09-08T14:17:10Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Carolina Panthers, Jacksonville Jaguars, Las Vegas Raiders, New England Patriots","Athletes":"","Article Title":"","Episode Title":"Questions surround Ashton Jeanty, Travis Hunter’s NFL translation","Video ID":"2450093123557","Video Type":"Short-Form VOD","Video Duration":"4","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f79ad209731dc490e9685a0249b168320" data-playerid="f79ad209731dc490e9685a0249b168320" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/7grAOy7DMveW?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/7grAOy7DMveW?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/723a4c0/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F847%2F906%2Fnbc_pft_ashtonjv2_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Jeanty, Hunter face questions after Week 1</div>
<div class="Page-byline">September 8, 2025 10:17 AM</div>
<div class="MpxVideoPlayer-description">Both the Raiders and Jaguars scored Week 1 wins, but we’re still waiting to see if Ashton Jeanty and Travis Hunter will have star-level impacts.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-29c5-da63-a7d9-7bfd10680000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4216ef5/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F839%2F99%2Fnbc_pft_bill_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/167c9b7/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F839%2F99%2Fnbc_pft_bill_250908.jpg">
<img class="Image" alt="nbc_pft_bill_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/167c9b7/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F839%2F99%2Fnbc_pft_bill_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>4:35</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Belichick needs to ‘move on’ from Pats drama</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-29c5-da63-a7d9-7bfd10680000" data-muted>
<script id="data-00000199-29c5-da63-a7d9-7bfd10680000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_bill_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"275442","event":"","externalAdvertiserId":"nbcs_nbc_pft_bill_250908","genre":"News, Trending","guid":"nbc_pft_bill_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"PFT PM","sport":"Football","subtype":"","team":"North Carolina Tar Heels, New England Patriots","title": "Belichick needs to ‘move on’ from Pats drama","datePublished":"September 8, 2025 09:26 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/pft-pm/bill-belichicks-treatment-of-patriots-scouts-an-embarrassment-for-unc","availableDate":"2025-09-08T13:26:10Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"North Carolina Tar Heels, New England Patriots","Athletes":"","Article Title":"","Episode Title":"Bill Belichick’s treatment of Patriots scouts ‘an embarrassment’ for UNC","Video ID":"2450083907609","Video Type":"Short-Form VOD","Video Duration":"4","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-ff22d615ad0ce4eeda8b083af2f6ac5a6" data-playerid="ff22d615ad0ce4eeda8b083af2f6ac5a6" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/hUUAUIJbRFPT?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/hUUAUIJbRFPT?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/1a814e2/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F839%2F99%2Fnbc_pft_bill_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Belichick needs to ‘move on’ from Pats drama</div>
<div class="Page-byline">September 8, 2025 09:26 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio explains why Bill Belichick banning Patriots staff from North Carolina practices is “an embarrassment.”</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-29a0-da63-a7d9-7bfd77890000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ea09f6e/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F841%2F51%2Fnbc_pft_vikbears_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f0a86eb/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F841%2F51%2Fnbc_pft_vikbears_250908.jpg">
<img class="Image" alt="nbc_pft_vikbears_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/f0a86eb/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F841%2F51%2Fnbc_pft_vikbears_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>1:42</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Bears begin Ben Johnson era vs. Vikings</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-29a0-da63-a7d9-7bfd77890000" data-muted>
<script id="data-00000199-29a0-da63-a7d9-7bfd77890000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_vikbears_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"102670","event":"","externalAdvertiserId":"nbcs_nbc_pft_vikbears_250908","genre":"News","guid":"nbc_pft_vikbears_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Minnesota Vikings, Chicago Bears","title": "Bears begin Ben Johnson era vs. Vikings","datePublished":"September 8, 2025 09:09 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/vikings-vs-bears-mnf-preview-caleb-williams-j-j-mccarthy-go-at-it","availableDate":"2025-09-08T13:09:54Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Minnesota Vikings, Chicago Bears","Athletes":"","Article Title":"","Episode Title":"Vikings vs. Bears MNF preview: Caleb Williams, J.J. McCarthy go at it","Video ID":"2450085955653","Video Type":"Short-Form VOD","Video Duration":"1","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-fcdab7b105b30482a83a057500e0c3bc7" data-playerid="fcdab7b105b30482a83a057500e0c3bc7" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/tSjtR1qdFx6G?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/tSjtR1qdFx6G?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/6359e5f/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F841%2F51%2Fnbc_pft_vikbears_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Bears begin Ben Johnson era vs. Vikings</div>
<div class="Page-byline">September 8, 2025 09:09 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Chris Simms preview the Monday night matchup between the Vikings and the Bears.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-29c0-da63-a7d9-7bfd795c0000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f48396a/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F830%2F815%2Fnbc_pft_rodgerscomments_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d6548ad/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F830%2F815%2Fnbc_pft_rodgerscomments_250908.jpg">
<img class="Image" alt="nbc_pft_rodgerscomments_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/d6548ad/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F830%2F815%2Fnbc_pft_rodgerscomments_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>6:56</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Rodgers takes satisfaction from beating Jets</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-29c0-da63-a7d9-7bfd795c0000" data-muted>
<script id="data-00000199-29c0-da63-a7d9-7bfd795c0000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_rodgerscomments_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"416516","event":"","externalAdvertiserId":"nbcs_nbc_pft_rodgerscomments_250908","genre":"News, Trending","guid":"nbc_pft_rodgerscomments_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Pittsburgh Steelers, New York Jets","title": "Rodgers takes satisfaction from beating Jets","datePublished":"September 8, 2025 09:09 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/aaron-rodgers-enjoys-sticking-it-to-new-york-jets-with-pittsburgh-steelers","availableDate":"2025-09-08T13:09:37Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Pittsburgh Steelers, New York Jets","Athletes":"","Article Title":"","Episode Title":"Aaron Rodgers enjoys sticking it to New York Jets with Pittsburgh Steelers","Video ID":"2450075203806","Video Type":"Short-Form VOD","Video Duration":"6","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-fc31ffb96871b4667b8f8cc3d91d40d73" data-playerid="fc31ffb96871b4667b8f8cc3d91d40d73" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/UbYP6BJ7LiqU?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/UbYP6BJ7LiqU?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/8b4a80a/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F830%2F815%2Fnbc_pft_rodgerscomments_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Rodgers takes satisfaction from beating Jets</div>
<div class="Page-byline">September 8, 2025 09:09 AM</div>
<div class="MpxVideoPlayer-description">Aaron Rodgers heard the chatter from the Jets fans during Week 1 and enjoyed showing the New York faithful – and his former team – that he can still play.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-29bb-da63-a7d9-7bffec540000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/cd7c854/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F838%2F123%2Fnbc_pft_coldol_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/41117e1/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F838%2F123%2Fnbc_pft_coldol_250908.jpg">
<img class="Image" alt="nbc_pft_coldol_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/41117e1/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F838%2F123%2Fnbc_pft_coldol_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>2:59</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Dolphins’ dysfunction prevalent vs. Colts</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-29bb-da63-a7d9-7bffec540000" data-muted>
<script id="data-00000199-29bb-da63-a7d9-7bffec540000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_coldol_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"179780","event":"","externalAdvertiserId":"nbcs_nbc_pft_coldol_250908","genre":"News","guid":"nbc_pft_coldol_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Miami Dolphins, Indianapolis Colts","title": "Dolphins’ dysfunction prevalent vs. Colts","datePublished":"September 8, 2025 09:07 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/keep-eye-on-tyreek-hill-miami-dolphins-after-blowout-to-indianapolis-colts","availableDate":"2025-09-08T13:07:24Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Miami Dolphins, Indianapolis Colts","Athletes":"","Article Title":"","Episode Title":"Keep eye on Tyreek Hill, Miami Dolphins after blowout to Indianapolis Colts","Video ID":"2450082883615","Video Type":"Short-Form VOD","Video Duration":"2","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f6d0c997040df4cc99c03c0c7d3c80b19" data-playerid="f6d0c997040df4cc99c03c0c7d3c80b19" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/3k9e8U_7XMS9?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/3k9e8U_7XMS9?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/db363c2/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F838%2F123%2Fnbc_pft_coldol_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Dolphins’ dysfunction prevalent vs. Colts</div>
<div class="Page-byline">September 8, 2025 09:07 AM</div>
<div class="MpxVideoPlayer-description">Following the Dolphins’ disastrous loss to the Colts, it’s time to keep an eye on Tyreek Hill and any signs of unrest in Miami.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-29b7-da63-a7d9-7bff49b40000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/eb9a602/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F147%2Fnbc_pft_parsons_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/04248f5/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F147%2Fnbc_pft_parsons_250908.jpg">
<img class="Image" alt="nbc_pft_parsons_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/04248f5/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F147%2Fnbc_pft_parsons_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>10:53</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Parsons, LaFleur shine as Packers pound Lions</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-29b7-da63-a7d9-7bff49b40000" data-muted>
<script id="data-00000199-29b7-da63-a7d9-7bff49b40000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_parsons_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"653486","event":"","externalAdvertiserId":"nbcs_nbc_pft_parsons_250908","genre":"News, Trending","guid":"nbc_pft_parsons_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Detroit Lions, Green Bay Packers","title": "Parsons, LaFleur shine as Packers pound Lions","datePublished":"September 8, 2025 09:05 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/micah-parsons-matt-lafleur-help-packers-beat-lions-at-lambeau-field","availableDate":"2025-09-08T13:05:35Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Detroit Lions, Green Bay Packers","Athletes":"","Article Title":"","Episode Title":"Micah Parsons, Matt LaFleur help Packers beat Lions at Lambeau Field","Video ID":"2450081859705","Video Type":"Short-Form VOD","Video Duration":"10","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f4e8ea50905534206a20a28e99c5502f2" data-playerid="f4e8ea50905534206a20a28e99c5502f2" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/3TOnPZl15u8h?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/3TOnPZl15u8h?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/333c8dc/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F147%2Fnbc_pft_parsons_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Parsons, LaFleur shine as Packers pound Lions</div>
<div class="Page-byline">September 8, 2025 09:05 AM</div>
<div class="MpxVideoPlayer-description">From Micah Parsons dominating on limited snaps to Matt LaFleur scheming up a storm, the Packers had a great opener against the Lions at Lambeau Field.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-29a0-da63-a7d9-7bfd74350000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/612d0e1/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F834%2F719%2Fnbc_pft_benbro_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/74f3bf0/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F834%2F719%2Fnbc_pft_benbro_250908.jpg">
<img class="Image" alt="nbc_pft_benbro_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/74f3bf0/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F834%2F719%2Fnbc_pft_benbro_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>1:30</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Bengals ‘had to sweat’ in narrow win over Browns</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-29a0-da63-a7d9-7bfd74350000" data-muted>
<script id="data-00000199-29a0-da63-a7d9-7bfd74350000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_benbro_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"90157","event":"","externalAdvertiserId":"nbcs_nbc_pft_benbro_250908","genre":"News","guid":"nbc_pft_benbro_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Cincinnati Bengals, Cleveland Browns","title": "Bengals 'had to sweat' in narrow win over Browns","datePublished":"September 8, 2025 08:56 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/cincinnati-bengals-had-to-sweat-in-narrow-win-over-cleveland-browns","availableDate":"2025-09-08T12:56:43Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Cincinnati Bengals, Cleveland Browns","Athletes":"","Article Title":"","Episode Title":"Cincinnati Bengals 'had to sweat' in narrow win over Cleveland Browns","Video ID":"2450079299830","Video Type":"Short-Form VOD","Video Duration":"1","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-fd7d165c00b374eadbc720c9111ff38e8" data-playerid="fd7d165c00b374eadbc720c9111ff38e8" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/L8OLQoDy8Yj5?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/L8OLQoDy8Yj5?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/30c3afe/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F834%2F719%2Fnbc_pft_benbro_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Bengals 'had to sweat' in narrow win over Browns</div>
<div class="Page-byline">September 8, 2025 08:56 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Chris Simms give credit to the Browns for looking like the better team and note what an unimpressive showing Joe Burrow had despite the win.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-2989-da63-a7d9-7bfd8bbe0000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1da6a01/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_camward_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e1e3894/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_camward_250908.jpg">
<img class="Image" alt="nbc_pft_camward_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/e1e3894/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_camward_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>3:30</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Why the 2025 Titans could be like the 2023 Texans</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-2989-da63-a7d9-7bfd8bbe0000" data-muted>
<script id="data-00000199-2989-da63-a7d9-7bfd8bbe0000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_camward_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"210644","event":"","externalAdvertiserId":"nbcs_nbc_pft_camward_250908","genre":"News","guid":"nbc_pft_camward_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Denver Broncos, Tennessee Titans","title": "Why the 2025 Titans could be like the 2023 Texans","datePublished":"September 8, 2025 08:54 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/tennessee-titans-could-be-like-first-year-of-houston-texans-turnaround","availableDate":"2025-09-08T12:54:38Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Denver Broncos, Tennessee Titans","Athletes":"","Article Title":"","Episode Title":"Tennessee Titans could be like first year of Houston Texans' turnaround","Video ID":"2450081859572","Video Type":"Short-Form VOD","Video Duration":"3","Genre":"News","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-fa8d8dc88bd3648618676a7e2fd32210d" data-playerid="fa8d8dc88bd3648618676a7e2fd32210d" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/raNF1F8lyNSc?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/raNF1F8lyNSc?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/8240d96/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_camward_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Why the 2025 Titans could be like the 2023 Texans</div>
<div class="Page-byline">September 8, 2025 08:54 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Chris Simms unpack how there were moments it looked like the Titans were going to beat the Broncos and examine what the team is capable of this season.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-29a9-da63-a7d9-7bfd958e0000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/8f9b99d/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_comgia_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b4a33d2/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_comgia_250908.jpg">
<img class="Image" alt="nbc_pft_comgia_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/b4a33d2/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_comgia_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>3:24</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">How long will Giants start Wilson over Dart?</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-29a9-da63-a7d9-7bfd958e0000" data-muted>
<script id="data-00000199-29a9-da63-a7d9-7bfd958e0000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_comgia_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"204805","event":"","externalAdvertiserId":"nbcs_nbc_pft_comgia_250908","genre":"News, Trending","guid":"nbc_pft_comgia_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"New York Giants, Washington Commanders","title": "How long will Giants start Wilson over Dart?","datePublished":"September 8, 2025 08:54 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/russell-wilsons-play-vs-commanders-will-have-giants-consider-jaxson-dart","availableDate":"2025-09-08T12:54:27Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"New York Giants, Washington Commanders","Athletes":"","Article Title":"","Episode Title":"Russell Wilson’s play vs. Commanders will have Giants consider Jaxson Dart","Video ID":"2450081859558","Video Type":"Short-Form VOD","Video Duration":"3","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-f473b3aed4bc648f4b88eb056a8a36869" data-playerid="f473b3aed4bc648f4b88eb056a8a36869" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/8FqENf4TJxz7?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/8FqENf4TJxz7?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/160a0c9/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_comgia_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">How long will Giants start Wilson over Dart?</div>
<div class="Page-byline">September 8, 2025 08:54 AM</div>
<div class="MpxVideoPlayer-description">Russell Wilson struggled mightily against the Commanders, prompting Mike Florio and Chris Simms to ponder how long Jaxson Dart will ride the bench.</div>
</div>
</div>
</template>
</a>
</div>
<div class="VideoPlaylistModule-playlist-items-item" data-carousel-slide>
<a class="VideoPlaylistItem" href="#" data-content-id="00000199-298e-da63-a7d9-7bff24c00000">
<div class="VideoPlaylistItem-media">
<picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/22a38df/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_billsravens_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d11f5bb/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_billsravens_250908.jpg">
<img class="Image" alt="nbc_pft_billsravens_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/d11f5bb/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_billsravens_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>4:50</span>
</div>
</div>
<div class="VideoPlaylistItem-body">
<div class="VideoPlaylistItem-title">Simms: The Bills prove they are ‘remarkable’</div>
<div class="VideoPlaylistItem-playingText">
Now Playing
</div>
</div>
<template>
<div class="MpxVideoPlayer" data-video-player>
<bsp-mpxplayer class="MpxVideoPlayer-player" data-content-id="00000199-298e-da63-a7d9-7bff24c00000" data-muted>
<script id="data-00000199-298e-da63-a7d9-7bff24c00000" type="application/json">
{"unknownError":"There has been an error","expiredError":"This video has been expired due to copyright restrictions.","unavailableError":"This content is not yet available.","georestrictedError":"This content is not available in your location.","networkId":"169843","adManagerUrl":"https://mssl.fwmrm.net/libs/adm/7.2.1/AdManager.js","serverId":"https://29773.v.fwmrm.net/ad/g/1","profileId":"169843:nbcu_web_jwp_cs_moat_https","afid":"140315314","caid":"nbcs_nbc_pft_billsravens_250908","csid":"nbcsports_embed_on_domain","sfid":"751525","adHocGroup":"","athlete":"","businessUnit":"NBC Sports","category":"","duration":"290357","event":"","externalAdvertiserId":"nbcs_nbc_pft_billsravens_250908","genre":"News, Trending","guid":"nbc_pft_billsravens_250908","league":"NFL","network":"169843","platform":"PC","playlist":"","show":"ProFootballTalk","sport":"Football","subtype":"","team":"Baltimore Ravens, Buffalo Bills","title": "Simms: The Bills prove they are 'remarkable'","datePublished":"September 8, 2025 08:51 AM","videoPageUrl": "https://www.nbcsports.com/watch/nfl/profootballtalk/buffalo-bills-prove-they-are-remarkable-in-stunning-comeback-vs-ravens","availableDate":"2025-09-08T12:51:19Z","expirationDate":"","countries":"","comscorePublisherId":"3000055","comscorePluginSrc":"https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js","mParticleData":{"Brand":"","Sport":"Football","League":"NFL","Teams":"Baltimore Ravens, Buffalo Bills","Athletes":"","Article Title":"","Episode Title":"Buffalo Bills prove they are 'remarkable' in stunning comeback vs. Ravens","Video ID":"2450081859511","Video Type":"Short-Form VOD","Video Duration":"4","Genre":"News, Trending","Secondary Genre":"","Product":"nbcsports.com"}}
</script>
<div class="jwplayer" id="jwplayer-fa8878afb041546c9a5e371947f8bbc64" data-playerid="fa8878afb041546c9a5e371947f8bbc64" data-jwplayer-url="https://cdn.jwplayer.com/libraries/Uk7snCW3.js" data-mp4="https://link.theplatform.com/s/BxmELC/media/WQYB664HUryd?formats=MPEG4" data-hls="https://link.theplatform.com/s/BxmELC/media/WQYB664HUryd?formats=M3U" data-poster="https://nbcsports.brightspotcdn.com/dims4/default/258f341/2147483647/strip/true/crop/1918x1080+1+0/resize/1000x563!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F837%2F146%2Fnbc_pft_billsravens_250908.jpg"></div>
</bsp-mpxplayer>
<div class="MpxVideoPlayer-content">
<div class="MpxVideoPlayer-title">Simms: The Bills prove they are 'remarkable'</div>
<div class="Page-byline">September 8, 2025 08:51 AM</div>
<div class="MpxVideoPlayer-description">Mike Florio and Chris Simms spell out why ultimately, the Ravens were focused on just holding on, while the Bills know better than to count themselves out.</div>
</div>
</div>
</template>
</a>
</div>
</div>
</div>
</div>
</bsp-video-playlist-module>
<bsp-list-loadmore class="PageList4Up"
data-module>
<a class="AnchorLink" id="more-pft-video"></a>
<div class="TitleBar">
<div class="TitleBar-left">
<h3 class="TitleBar-title">More PFT Video</h3>
</div>
<div class="TitleBar-right">
<a class="Pill-button" href="https://www.nbcsports.com/watch/pft-videos" data-theme="gray" data-size="small">More PFT Video</a>
</div>
</div>
<div class="PageList4Up-items" data-grid-container data-list-loadmore-items>
<div class="PageList4Up-items-item" data-grid="span:3 md:span:6">
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" data-media-type="video"><a class="Link" aria-label="Florio: Belichick ‘acts like 5-year-old’ with ban" href="https://www.nbcsports.com/watch/nfl/profootballtalk/bill-belichick-confirms-report-on-banning-patriots-staff-from-unc-practices" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/be73349/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F73%2F407%2Fnbc_pft_bellichickpatsbeef_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0f70378/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F73%2F407%2Fnbc_pft_bellichickpatsbeef_250909.jpg">
<img class="Image" alt="nbc_pft_bellichickpatsbeef_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/0f70378/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F73%2F407%2Fnbc_pft_bellichickpatsbeef_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>08:55</span>
</div>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/nfl/profootballtalk/bill-belichick-confirms-report-on-banning-patriots-staff-from-unc-practices">Florio: Belichick ‘acts like 5-year-old’ with ban</a>
</div>
<div class="PagePromo-description"><span>Mike Florio and Devin McCourty explore how banning Patriots staff from UNC practices could affect prospects from playing there and why ultimately, Bill Belichick is the one who looks bad in this situation.</span></div>
</div>
</div>
</div>
<div class="PageList4Up-items-item" data-grid="span:3 md:span:6">
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" data-media-type="video"><a class="Link" aria-label="Williams’ speed will be a ‘weapon’ for Johnson" href="https://www.nbcsports.com/watch/nfl/profootballtalk/chicago-bears-caleb-williams-speed-will-be-weapon-for-ben-johnson" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9213d73/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F599%2Fnbc_pft_speedycwilliams_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/544f319/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F599%2Fnbc_pft_speedycwilliams_250909.jpg">
<img class="Image" alt="nbc_pft_speedycwilliams_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/544f319/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F65%2F599%2Fnbc_pft_speedycwilliams_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>04:58</span>
</div>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/nfl/profootballtalk/chicago-bears-caleb-williams-speed-will-be-weapon-for-ben-johnson">Williams’ speed will be a ‘weapon’ for Johnson</a>
</div>
<div class="PagePromo-description"><span>Mike Florio and Devin McCourty shed light on why Caleb Williams’ first look in a Ben Johnson offense was “encouraging.”</span></div>
</div>
</div>
</div>
<div class="PageList4Up-items-item" data-grid="span:3 md:span:6">
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" data-media-type="video"><a class="Link" aria-label="PFT Draft: Week 1 winners" href="https://www.nbcsports.com/watch/nfl/profootballtalk/justin-herbert-aaron-rodgers-daniel-jones-among-nfl-week-1-winners" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b8bc546/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F68%2F26%2Fnbc_pft_wk1winners_250909.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/03ddea0/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F68%2F26%2Fnbc_pft_wk1winners_250909.jpg">
<img class="Image" alt="nbc_pft_wk1winners_250909.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/03ddea0/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F68%2F26%2Fnbc_pft_wk1winners_250909.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>04:28</span>
</div>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/nfl/profootballtalk/justin-herbert-aaron-rodgers-daniel-jones-among-nfl-week-1-winners">PFT Draft: Week 1 winners</a>
</div>
<div class="PagePromo-description"><span>From Aaron Rodgers’ debut with the Steelers to Justin Herbert turning heads, Mike Florio and Devin McCourty identify who had the biggest upsides in Week 1.</span></div>
</div>
</div>
</div>
<div class="PageList4Up-items-item" data-grid="span:3 md:span:6">
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" data-media-type="video"><a class="Link" aria-label="Buccaneers score ‘total team win’ over Falcons" href="https://www.nbcsports.com/watch/nfl/profootballtalk/emeka-egbuka-buccaneers-come-up-huge-to-defeat-falcons-in-week-1" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/8576aa7/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F833%2F243%2Fnbc_pft_bucfal_250908.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/c2ccf48/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F833%2F243%2Fnbc_pft_bucfal_250908.jpg">
<img class="Image" alt="nbc_pft_bucfal_250908.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/c2ccf48/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F833%2F243%2Fnbc_pft_bucfal_250908.jpg" loading="lazy">
</picture>
<div class="PagePromo-media-icons">
<span class="Play-button" data-type="video" data-size='small'><svg><use xlink:href="#play"></use></svg></span>
<span class="PagePromo-duration"><svg><use xlink:href="#play"></use></svg>04:23</span>
</div>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/watch/nfl/profootballtalk/emeka-egbuka-buccaneers-come-up-huge-to-defeat-falcons-in-week-1">Buccaneers score ‘total team win’ over Falcons</a>
</div>
<div class="PagePromo-description"><span>The Buccaneers got contributions from everywhere to take down Michael Penix Jr. and the Falcons in Week 1.</span></div>
</div>
</div>
</div>
</div>
</bsp-list-loadmore>
<div class="PageList4UpCarousel"
data-module>
<a class="AnchorLink" id="features"></a>
<div class="TitleBar">
<div class="TitleBar-left">
<h3 class="TitleBar-title">Features</h3>
</div>
<div class="TitleBar-carousel-buttons">
<button class="Icon-button" data-carousel-btn-previous data-size="medium" data-theme="outline" data-rotate="left" aria-label="Previous"><svg><use href="#arrow-down"></use></svg></button>
<button class="Icon-button" data-carousel-btn-next data-size="medium" data-theme="outline" data-rotate="right" aria-label="Next"><svg><use href="#arrow-down"></use></svg></button>
</div>
</div>
<bsp-list-carousel class="PageList4UpCarousel-items" data-carousel>
<div class="PageList4UpCarousel-items-item" data-carousel-slide>
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" ><a class="Link" aria-label="PFT’s Week 2 NFL 2025 power rankings" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-week-2-nfl-2025-power-rankings" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7936afc/2147483647/strip/true/crop/5616x3156+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc7%2F4d%2F754e41734b35bf329f0964078459%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233779722">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/93cc0d9/2147483647/strip/true/crop/5616x3156+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc7%2F4d%2F754e41734b35bf329f0964078459%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233779722">
<img class="Image" alt="Dallas Cowboys vs Philadelphia Eagles" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/93cc0d9/2147483647/strip/true/crop/5616x3156+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc7%2F4d%2F754e41734b35bf329f0964078459%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233779722" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-week-2-nfl-2025-power-rankings">PFT’s Week 2 NFL 2025 power rankings</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageList4UpCarousel-items-item" data-carousel-slide>
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" ><a class="Link" aria-label="PFT’s Week 1 2025 NFL picks: Florio vs. Simms" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-week-1-2025-nfl-picks-florio-vs-simms" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3908620/2147483647/strip/true/crop/3475x1953+0+182/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F52%2F1b%2F2691319c43a3957321812acebb5e%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2194801737">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bfd6b54/2147483647/strip/true/crop/3475x1953+0+182/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F52%2F1b%2F2691319c43a3957321812acebb5e%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2194801737">
<img class="Image" alt="AFC Divisional Playoffs: Baltimore Ravens v Buffalo Bills" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/bfd6b54/2147483647/strip/true/crop/3475x1953+0+182/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F52%2F1b%2F2691319c43a3957321812acebb5e%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2194801737" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-week-1-2025-nfl-picks-florio-vs-simms">PFT’s Week 1 2025 NFL picks: Florio vs. Simms</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageList4UpCarousel-items-item" data-carousel-slide>
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" ><a class="Link" aria-label="PFT’s 2025 NFL season predictions" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-2025-nfl-season-predictions" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e1ad190/2147483647/strip/true/crop/3354x1885+0+176/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fde%2F79%2Fd30c619b4a12981057a57b3fd08b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2222301222">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/38ee540/2147483647/strip/true/crop/3354x1885+0+176/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fde%2F79%2Fd30c619b4a12981057a57b3fd08b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2222301222">
<img class="Image" alt="Kansas City Chiefs Mandatory Minicamp" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/38ee540/2147483647/strip/true/crop/3354x1885+0+176/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fde%2F79%2Fd30c619b4a12981057a57b3fd08b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2222301222" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-2025-nfl-season-predictions">PFT’s 2025 NFL season predictions</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageList4UpCarousel-items-item" data-carousel-slide>
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" ><a class="Link" aria-label="PFT’s Week 1 2025 NFL power rankings" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-week-1-2025-nfl-power-rankings" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/c675ab4/2147483647/strip/true/crop/5803x3261+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F4f%2F64%2F582f13d944c5bd6a8215e443504e%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D25418513">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6cee996/2147483647/strip/true/crop/5803x3261+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F4f%2F64%2F582f13d944c5bd6a8215e443504e%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D25418513">
<img class="Image" alt="Syndication: Wilmington News Journal" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/6cee996/2147483647/strip/true/crop/5803x3261+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F4f%2F64%2F582f13d944c5bd6a8215e443504e%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D25418513" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-week-1-2025-nfl-power-rankings">PFT’s Week 1 2025 NFL power rankings</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageList4UpCarousel-items-item" data-carousel-slide>
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" ><a class="Link" aria-label="2025 NFL roster cuts tracker: Live updates from all 32 teams for Tuesday cutdown deadline" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/2025-nfl-roster-cuts-tracker-live-updates-from-all-32-teams-for-tuesday-cutdown-deadline" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b60a3dc/2147483647/strip/true/crop/3830x2152+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Ffb%2F841977c04dc8bc63baf8606b6ed8%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2229669424">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/59b375c/2147483647/strip/true/crop/3830x2152+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Ffb%2F841977c04dc8bc63baf8606b6ed8%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2229669424">
<img class="Image" alt="NFL: AUG 16 Preseason Patriots at Vikings" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/59b375c/2147483647/strip/true/crop/3830x2152+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Ffb%2F841977c04dc8bc63baf8606b6ed8%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2229669424" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/2025-nfl-roster-cuts-tracker-live-updates-from-all-32-teams-for-tuesday-cutdown-deadline">2025 NFL roster cuts tracker: Live updates from all 32 teams for Tuesday cutdown deadline</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/michael-david-smith" class="Mention" aria-label="Michael David Smith" data-no-img>
Michael David Smith</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/michael-david-smith" class="Mention" aria-label="Michael David Smith" data-no-img>
Michael David Smith</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageList4UpCarousel-items-item" data-carousel-slide>
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" ><a class="Link" aria-label="Who’s on the hot seat entering the 2025 season?" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/whos-on-the-hot-seat-entering-the-2025-season" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b06900/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F852%2F275%2Fnbc_pftpm_coacheshotseat_250627.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/cf60709/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F852%2F275%2Fnbc_pftpm_coacheshotseat_250627.jpg">
<img class="Image" alt="nbc_pftpm_coacheshotseat_250627.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/cf60709/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F852%2F275%2Fnbc_pftpm_coacheshotseat_250627.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/whos-on-the-hot-seat-entering-the-2025-season">Who’s on the hot seat entering the 2025 season?</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageList4UpCarousel-items-item" data-carousel-slide>
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" ><a class="Link" aria-label="PFT’s 2025 NFL post-minicamp power rankings" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-2025-nfl-post-minicamp-power-rankings" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a9d5fe7/2147483647/strip/true/crop/5443x3059+0+285/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F0f%2F95%2F6b8969f1492085567e33e70d2ba9%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D25419257">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6f06b99/2147483647/strip/true/crop/5443x3059+0+285/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F0f%2F95%2F6b8969f1492085567e33e70d2ba9%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D25419257">
<img class="Image" alt="NFL: Super Bowl LIX Philadelphia Eagles Championship Parade" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/6f06b99/2147483647/strip/true/crop/5443x3059+0+285/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F0f%2F95%2F6b8969f1492085567e33e70d2ba9%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D25419257" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-2025-nfl-post-minicamp-power-rankings">PFT’s 2025 NFL post-minicamp power rankings</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageList4UpCarousel-items-item" data-carousel-slide>
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" ><a class="Link" aria-label="Biggest games on the 2025 NFL schedule" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/biggest-games-on-the-2025-nfl-schedule-taking-shape" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3aa4f2c/2147483647/strip/true/crop/7174x4032+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2Fef%2Fe478e1b64c6aa1a757c915fa34d7%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2195999011">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/db51f16/2147483647/strip/true/crop/7174x4032+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2Fef%2Fe478e1b64c6aa1a757c915fa34d7%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2195999011">
<img class="Image" alt="AFC Championship Game: Buffalo Bills v Kansas City Chiefs" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/db51f16/2147483647/strip/true/crop/7174x4032+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2Fef%2Fe478e1b64c6aa1a757c915fa34d7%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2195999011" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/biggest-games-on-the-2025-nfl-schedule-taking-shape">Biggest games on the 2025 NFL schedule</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/michael-david-smith" class="Mention" aria-label="Michael David Smith" data-no-img>
Michael David Smith</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/michael-david-smith" class="Mention" aria-label="Michael David Smith" data-no-img>
Michael David Smith</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageList4UpCarousel-items-item" data-carousel-slide>
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" ><a class="Link" aria-label="2025 NFL Draft Order: Complete list of every pick from Round 1 through Round 7" href="https://www.nbcsports.com/nfl/profootballtalk/news/2025-nfl-draft-order-complete-list-of-every-pick-from-round-1-through-round-7" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/87fa5f1/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F1006%2F990%2Fnbc_pft_travistrade_250424.jpg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/72cdb19/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F1006%2F990%2Fnbc_pft_travistrade_250424.jpg">
<img class="Image" alt="nbc_pft_travistrade_250424.jpg" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/72cdb19/2147483647/strip/true/crop/1920x1079+0+0/resize/500x281!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F1006%2F990%2Fnbc_pft_travistrade_250424.jpg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/news/2025-nfl-draft-order-complete-list-of-every-pick-from-round-1-through-round-7">2025 NFL Draft Order: Complete list of every pick from Round 1 through Round 7</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/pft-editorial-staff" class="Mention" aria-label="PFT Editorial Staff" data-no-img>
PFT Editorial Staff</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/pft-editorial-staff" class="Mention" aria-label="PFT Editorial Staff" data-no-img>
PFT Editorial Staff</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageList4UpCarousel-items-item" data-carousel-slide>
<div class="PagePromo" data-align-bottom
>
<div class="PagePromo-media" ><a class="Link" aria-label="NFL announces key offseason program dates for all 32 teams" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/nfl-announces-key-offseason-program-dates-for-all-32-teams" ><picture>
<source type="image/webp" width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/84242e3/2147483647/strip/true/crop/600x337+0+30/resize/500x281!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Feb%2F8e689c56f64a5d46684e5e56dfd3%2Fnfl-logo.jpeg">
<source width="500" height="281" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6e23510/2147483647/strip/true/crop/600x337+0+30/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Feb%2F8e689c56f64a5d46684e5e56dfd3%2Fnfl-logo.jpeg">
<img class="Image" alt="nfl-logo" width="500" height="281" src="https://nbcsports.brightspotcdn.com/dims4/default/6e23510/2147483647/strip/true/crop/600x337+0+30/resize/500x281!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Feb%2F8e689c56f64a5d46684e5e56dfd3%2Fnfl-logo.jpeg" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/nfl-announces-key-offseason-program-dates-for-all-32-teams">NFL announces key offseason program dates for all 32 teams</a>
</div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/josh-alper" class="Mention" aria-label="Josh Alper" data-no-img>
Josh Alper</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/josh-alper" class="Mention" aria-label="Josh Alper" data-no-img>
Josh Alper</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
</bsp-list-carousel>
</div>
<bsp-list-loadmore class="PageListFeed" data-module
>
<a class="AnchorLink" id="more-from-pft"></a>
<div class="PageListFeed-header">
<svg class="PageListFeed-header-logo"><use xlink:href="#nbc-logo"></use></svg>
<h3 class="PageListFeed-header-title">
More From PFT
</h3>
</div>
<div class="PageListFeed-items" data-list-loadmore-items>
<div class="PageListFeed-items-item">
<div class="PagePromo"
>
<div class="PagePromo-media" ><a class="Link" aria-label="Commanders have “zero concerns” about Jayden Daniels’ right wrist" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/commanders-have-zero-concerns-about-jayden-daniels-right-wrist" ><picture>
<source type="image/webp" width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/28b1579/2147483647/strip/true/crop/8110x4575+0+0/resize/390x220!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd9%2F39%2F434d166a4d91ba12308d6e6b4920%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234510678">
<source width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9c9df45/2147483647/strip/true/crop/8110x4575+0+0/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd9%2F39%2F434d166a4d91ba12308d6e6b4920%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234510678">
<img class="Image" alt="New York Giants v Washington Commanders" width="390" height="220" src="https://nbcsports.brightspotcdn.com/dims4/default/9c9df45/2147483647/strip/true/crop/8110x4575+0+0/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd9%2F39%2F434d166a4d91ba12308d6e6b4920%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234510678" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/commanders-have-zero-concerns-about-jayden-daniels-right-wrist">Commanders have “zero concerns” about Jayden Daniels’ right wrist</a>
</div>
<div class="PagePromo-description"><span>Commanders quarterback Jayden Daniels appeared on Monday’s injury report with a right wrist issue, but there’s no concern about his availability for Thursday’s game against the Packers. </span></div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/josh-alper" class="Mention" aria-label="Josh Alper" data-no-img>
Josh Alper</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/josh-alper" class="Mention" aria-label="Josh Alper" data-no-img>
Josh Alper</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListFeed-items-item">
<div class="PagePromo"
>
<div class="PagePromo-media" ><a class="Link" aria-label="Dolphins to sign Cole Strange off Browns practice squad" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/dolphins-to-sign-cole-strange-off-browns-practice-squad" ><picture>
<source type="image/webp" width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/59328d9/2147483647/strip/true/crop/6786x3828+0+0/resize/390x220!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe1%2F73%2Fc9c656e643a79b0b7b3ba2ced8c5%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2230420727">
<source width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/18622be/2147483647/strip/true/crop/6786x3828+0+0/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe1%2F73%2Fc9c656e643a79b0b7b3ba2ced8c5%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2230420727">
<img class="Image" alt="NFL: AUG 16 Preseason Patriots at Vikings" width="390" height="220" src="https://nbcsports.brightspotcdn.com/dims4/default/18622be/2147483647/strip/true/crop/6786x3828+0+0/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe1%2F73%2Fc9c656e643a79b0b7b3ba2ced8c5%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2230420727" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/dolphins-to-sign-cole-strange-off-browns-practice-squad">Dolphins to sign Cole Strange off Browns practice squad</a>
</div>
<div class="PagePromo-description"><span>Offensive lineman Cole Strange is headed back to the AFC East. </span></div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/myles-simmons" class="Mention" aria-label="Myles Simmons" data-no-img>
Myles Simmons</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/myles-simmons" class="Mention" aria-label="Myles Simmons" data-no-img>
Myles Simmons</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListFeed-items-item">
<div class="PagePromo"
>
<div class="PagePromo-media" ><a class="Link" aria-label="49ers move on from kicker Jake Moody" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/49ers-move-on-from-kicker-jake-moody" ><picture>
<source type="image/webp" width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/957e516/2147483647/strip/true/crop/7139x4027+0+366/resize/390x220!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F98%2Fea%2F488d3ec24e44b99fb57e31d7f4b5%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2230964632">
<source width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a49bbdb/2147483647/strip/true/crop/7139x4027+0+366/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F98%2Fea%2F488d3ec24e44b99fb57e31d7f4b5%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2230964632">
<img class="Image" alt="NFL: AUG 23 Preseason Chargers at 49ers" width="390" height="220" src="https://nbcsports.brightspotcdn.com/dims4/default/a49bbdb/2147483647/strip/true/crop/7139x4027+0+366/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F98%2Fea%2F488d3ec24e44b99fb57e31d7f4b5%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2230964632" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/49ers-move-on-from-kicker-jake-moody">49ers move on from kicker Jake Moody</a>
</div>
<div class="PagePromo-description"><span>After a rough Week 1 outing by Jake Moody, 49ers coach Kyle Shanahan stood by his kicker. </span></div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListFeed-items-item">
<div class="PagePromo"
>
<div class="PagePromo-media" ><a class="Link" aria-label="DeShon Elliott, Derrick Harmon out for Steelers this week; Joey Porter Jr. day-to-day" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/deshon-elliott-derrick-harmon-out-for-steelers-this-week-joey-porter-jr-day-to-day" ><picture>
<source type="image/webp" width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/68a0ee6/2147483647/strip/true/crop/4268x2408+0+0/resize/390x220!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff5%2Fcd%2Faabc27124e339d48590a0de13f39%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234240223">
<source width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/07cc362/2147483647/strip/true/crop/4268x2408+0+0/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff5%2Fcd%2Faabc27124e339d48590a0de13f39%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234240223">
<img class="Image" alt="Pittsburgh Steelers v New York Jets - NFL 2025" width="390" height="220" src="https://nbcsports.brightspotcdn.com/dims4/default/07cc362/2147483647/strip/true/crop/4268x2408+0+0/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff5%2Fcd%2Faabc27124e339d48590a0de13f39%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2234240223" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/deshon-elliott-derrick-harmon-out-for-steelers-this-week-joey-porter-jr-day-to-day">DeShon Elliott, Derrick Harmon out for Steelers this week; Joey Porter Jr. day-to-day</a>
</div>
<div class="PagePromo-description"><span>Steelers head coach Mike Tomlin confirmed that the team will be signing veteran safety Jabrill Peppers at his Tuesday press conference and he confirmed that an injury to DeShon Elliott was the impetus for the move. </span></div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/josh-alper" class="Mention" aria-label="Josh Alper" data-no-img>
Josh Alper</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/josh-alper" class="Mention" aria-label="Josh Alper" data-no-img>
Josh Alper</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListFeed-items-item">
<div class="PagePromo"
>
<div class="PagePromo-media" ><a class="Link" aria-label="Falcons to sign K Parker Romo to practice squad" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/falcons-to-sign-k-parker-romo-to-practice-squad" ><picture>
<source type="image/webp" width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5e13491/2147483647/strip/true/crop/4476x2525+0+0/resize/390x220!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F85%2F7a%2Fb75accf3448d8dc73d841a88a56e%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2187123868">
<source width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2bc8c75/2147483647/strip/true/crop/4476x2525+0+0/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F85%2F7a%2Fb75accf3448d8dc73d841a88a56e%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2187123868">
<img class="Image" alt="Minnesota Vikings v Chicago Bears" width="390" height="220" src="https://nbcsports.brightspotcdn.com/dims4/default/2bc8c75/2147483647/strip/true/crop/4476x2525+0+0/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F85%2F7a%2Fb75accf3448d8dc73d841a88a56e%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2187123868" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/falcons-to-sign-k-parker-romo-to-practice-squad">Falcons to sign K Parker Romo to practice squad</a>
</div>
<div class="PagePromo-description"><span>Falcons head coach Raheem Morris said on Monday that the team would look for a kicker to compete with Younghoe Koo and they have found that kicker. </span></div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/josh-alper" class="Mention" aria-label="Josh Alper" data-no-img>
Josh Alper</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/josh-alper" class="Mention" aria-label="Josh Alper" data-no-img>
Josh Alper</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListFeed-items-item">
<div class="PagePromo"
>
<div class="PagePromo-media" ><a class="Link" aria-label="Jerry Jones declares there’s no violation in bypassing agents (and he’s wrong)" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/jerry-jones-declares-theres-no-violation-in-bypassing-agents-and-hes-wrong" ><picture>
<source type="image/webp" width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1f40398/2147483647/strip/true/crop/7585x4279+0+389/resize/390x220!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F89%2Fad%2F3bff4e8f4b6299a8a776c9817163%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233871420">
<source width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7e979cd/2147483647/strip/true/crop/7585x4279+0+389/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F89%2Fad%2F3bff4e8f4b6299a8a776c9817163%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233871420">
<img class="Image" alt="Dallas Cowboys v Philadelphia Eagles - NFL 2025" width="390" height="220" src="https://nbcsports.brightspotcdn.com/dims4/default/7e979cd/2147483647/strip/true/crop/7585x4279+0+389/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F89%2Fad%2F3bff4e8f4b6299a8a776c9817163%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2233871420" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/jerry-jones-declares-theres-no-violation-in-bypassing-agents-and-hes-wrong">Jerry Jones declares there’s no violation in bypassing agents (and he’s wrong)</a>
</div>
<div class="PagePromo-description"><span>The relationship between the Cowboys and linebacker Micah Parsons went sideways due in part to the insistence of Jones to negotiate directly with the player — and to treat his agent like a bystander. </span></div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/mike-florio" class="Mention" aria-label="Mike Florio" data-no-img>
Mike Florio</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListFeed-items-item">
<div class="PagePromo"
>
<div class="PagePromo-media" ><a class="Link" aria-label="Steelers sign Jabrill Peppers" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/steelers-sign-jabrill-peppers" ><picture>
<source type="image/webp" width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/de9567c/2147483647/strip/true/crop/3830x2161+0+333/resize/390x220!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2F4f%2Ff63cc22a43cbb4937e752354d400%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D21976892">
<source width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/19220fd/2147483647/strip/true/crop/3830x2161+0+333/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2F4f%2Ff63cc22a43cbb4937e752354d400%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D21976892">
<img class="Image" alt="NFL: New England Patriots at New York Giants" width="390" height="220" src="https://nbcsports.brightspotcdn.com/dims4/default/19220fd/2147483647/strip/true/crop/3830x2161+0+333/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2F4f%2Ff63cc22a43cbb4937e752354d400%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D21976892" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/steelers-sign-jabrill-peppers">Steelers sign Jabrill Peppers</a>
</div>
<div class="PagePromo-description"><span>The Steelers are adding a veteran presence to their secondary. </span></div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/michael-david-smith" class="Mention" aria-label="Michael David Smith" data-no-img>
Michael David Smith</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/michael-david-smith" class="Mention" aria-label="Michael David Smith" data-no-img>
Michael David Smith</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
<div class="PageListFeed-items-item">
<div class="PagePromo"
>
<div class="PagePromo-media" ><a class="Link" aria-label="Saints to sign TE Jack Stoll to 53-man roster" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/saints-to-sign-te-jack-stoll-to-53-man-roster" ><picture>
<source type="image/webp" width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/20966e9/2147483647/strip/true/crop/3132x1767+0+0/resize/390x220!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb2%2F12%2F4d4fec254a66abf550ab7aab493d%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D26417499">
<source width="390" height="220" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a81bf55/2147483647/strip/true/crop/3132x1767+0+0/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb2%2F12%2F4d4fec254a66abf550ab7aab493d%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D26417499">
<img class="Image" alt="NFL: New Orleans Saints Minicamp" width="390" height="220" src="https://nbcsports.brightspotcdn.com/dims4/default/a81bf55/2147483647/strip/true/crop/3132x1767+0+0/resize/390x220!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb2%2F12%2F4d4fec254a66abf550ab7aab493d%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D26417499" loading="lazy">
</picture>
</a></div>
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/saints-to-sign-te-jack-stoll-to-53-man-roster">Saints to sign TE Jack Stoll to 53-man roster</a>
</div>
<div class="PagePromo-description"><span>The Saints are promoting one of their tight ends. </span></div>
<div class="PagePromo-byline"><div class="PagePromo-authors">
<ul class="Page-authors-items PagePromo-authors-items mobile" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/myles-simmons" class="Mention" aria-label="Myles Simmons" data-no-img>
Myles Simmons</a><span class="separator">,</span></li>
</ul>
<ul class="Page-authors-items PagePromo-authors-items tablet" >
<li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/authors/myles-simmons" class="Mention" aria-label="Myles Simmons" data-no-img>
Myles Simmons</a><span class="separator">,</span></li>
</ul>
</div></div>
</div>
</div>
</div>
</div>
<div class="PageList-nextPage" data-list-loadmore-pagination>
<span class="PageList-nextPage-loading"></span>
<a class="Pill-button" href="?p=00000189-0dd8-da1d-afef-5ff9e62f0000.2" rel="nofollow">Load More</a>
</div>
</bsp-list-loadmore>
<div id="taboola-below-homepage-thumbnails-feed" data-taboola-div data-container="taboola-below-homepage-thumbnails-feed" data-mode="thumbnails-c" data-placement="Below Homepage Thumbnails - Feed" data-target-type="mix"
></div>
<script>
window._taboola = window._taboola || [];
_taboola.push({container: 'taboola-below-homepage-thumbnails-feed', mode: 'thumbnails-c', placement: 'Below Homepage Thumbnails - Feed', target_type: 'mix'
});
</script>
</main>
</div>
<footer class="Page-footer">
<div class="Page-footer-wrapper">
<div class="Page-footer-content" data-grid-container>
<div class="Page-footer-logo" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
<a aria-label="home page" href="/" >
<img class="PageLogo-image" src="https://nbcsports.brightspotcdn.com/7e/64/509b5f2e485994bb3a02473406cc/nbc-sports-2023.svg" alt="NBC_Sports_2023.svg" width="400" >
</a>
<div class="Page-footer-promo">
<div class="PagePromo">
<div class="PagePromo-content">
<div class="PagePromo-title">
<a class="Link" href="https://cloud.em.nbcsports.com/epc" target="_blank" rel="noopener">Stay in the Know</a>
</div>
<div class="PagePromo-description"><span>Subscribe to our Newsletter and Alerts</span></div>
<div class="PagePromo-ctaLink">
<a class="Pill-button" data-theme="outline" data-size="small" href="https://cloud.em.nbcsports.com/epc" target="_blank">
Subscribe
</a>
</div>
</div>
</div>
</div>
</div>
<bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:8 lg:span:16 hk:span:8">
<div class="FooterNavigationItem-text" data-accordion-header>
<span>Sports</span>
<svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
</div>
<ul class="FooterNavigationItem-items" data-accordion-body>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mens-college-basketball"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9c2507c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f75f4af/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a65b9a/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">College Basketball</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/cycling"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/8a0219c/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b6c0e34/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f9b0504/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Cycling</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/college-football"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">College Football</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/figure-skating"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/42787fa/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d2bb9c9/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ef3aa4c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Figure Skating</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/golf"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/0b/86/31d0b79e4cb381d3bedea5e51b54/golf-white.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/0b/86/31d0b79e4cb381d3bedea5e51b54/golf-white.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Golf</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/horse-racing"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/130823c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/72d61cc/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/cd48b8c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Horse Racing</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mlb"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5eaf720/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/81b9934/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5ae2479/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5ae2479/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/7aa1021/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/5ae2479/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">MLB</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/motor-sports"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2404ac7/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ca3024b/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/bafc212/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Motor Sports</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nascar"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b4ed9e5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f603c29/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/5f3566e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NASCAR</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nba"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5debb20/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/40d7ec4/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8536284/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NBA</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e1be926/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e121997/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b8d337e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NFL</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nhl"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1a3a959/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/137e086/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/2453fde/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NHL</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/olympics"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2a6f803/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/758ebe0/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e8a8f3f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e8a8f3f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4969d3e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e8a8f3f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Olympics</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/soccer"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/82874d6/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d9b6c96/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/84b1557/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Soccer</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/tennis"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ed3df17/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f6e1cda/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/aacc72c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Tennis</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/wnba"><span class="NavigationLink-image"><picture>
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/66/e4/706ef1c846a6b491c5a2027f5299/wnba-logo.svg">
<img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/66/e4/706ef1c846a6b491c5a2027f5299/wnba-logo.svg" loading="lazy">
</picture>
</span><span class="NavigationLink-text">WNBA</span></a>
</li>
</ul>
</bsp-accordion>
<bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
<div class="FooterNavigationItem-text" data-accordion-header>
<span>Fantasy</span>
<svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
</div>
<ul class="FooterNavigationItem-items" data-accordion-body>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/baseball"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ec89988/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/3b0c8f3/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/32e2a97/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Fantasy Baseball</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/basketball"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e485147/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e26a82e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a6a30c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Fantasy Basketball</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/football"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Fantasy Football</span></a>
</li>
</ul>
</bsp-accordion>
<bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
<div class="FooterNavigationItem-text" data-accordion-header>
<span>Stream & Podcast</span>
<svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
</div>
<ul class="FooterNavigationItem-items" data-accordion-body>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/watch"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/deab45c/2147483647/strip/true/crop/439x439+0+37/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/7ea1636/2147483647/strip/true/crop/439x439+0+37/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b30745e/2147483647/strip/true/crop/439x439+0+37/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b30745e/2147483647/strip/true/crop/439x439+0+37/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/234161c/2147483647/strip/true/crop/439x439+0+37/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/b30745e/2147483647/strip/true/crop/439x439+0+37/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Clips & Highlights</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/podcasts"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/364fc5b/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/87fff03/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1a4a8b7/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1a4a8b7/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/3a34926/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1a4a8b7/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Sports Podcasts</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.peacocktv.com?cid=2301sptgennbspownedi8372&utm_campaign=2301sptgen&utm_source=nbcs_nbcspts_st-sv&utm_medium=own_edi_awa_glbftlnk&utm_term=nbcsportssitevisitors&utm_content=sportsonpeacock" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1961ea/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/681d72c/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d506348/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Stream on Peacock</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/watch/schedule"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b1d8102/2147483647/strip/true/crop/14x14+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8ee1bcc/2147483647/strip/true/crop/14x14+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0bcb851/2147483647/strip/true/crop/14x14+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0bcb851/2147483647/strip/true/crop/14x14+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d174ef4/2147483647/strip/true/crop/14x14+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/0bcb851/2147483647/strip/true/crop/14x14+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Watch Live</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.youtube.com/nbcsports" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3fccf91/2147483647/strip/true/crop/214x214+3+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/deb40b5/2147483647/strip/true/crop/214x214+3+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5d115f7/2147483647/strip/true/crop/214x214+3+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5d115f7/2147483647/strip/true/crop/214x214+3+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b0571e5/2147483647/strip/true/crop/214x214+3+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/5d115f7/2147483647/strip/true/crop/214x214+3+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NBC Sports on YouTube</span></a>
</li>
</ul>
</bsp-accordion>
<bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
<div class="FooterNavigationItem-text" data-accordion-header>
<span>Apps</span>
<svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
</div>
<ul class="FooterNavigationItem-items" data-accordion-body>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://apps.apple.com/us/app/nbc-sports/id542511686" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/184f897/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/7774c9b/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4e292a4/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NBC Sports iOS</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://play.google.com/store/apps/details?id=air.com.nbcuni.com.nbcsports.liveextra&hl=en_US&gl=US&pli=1" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/184f897/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/7774c9b/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4e292a4/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NBC Sports Android</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://apps.apple.com/us/app/peacock-tv-stream-tv-movies/id1508186374" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1961ea/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/681d72c/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d506348/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Peacock TV iOS</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://play.google.com/store/apps/details?id=com.peacocktv.peacockandroid&hl=en_US&gl=US" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1961ea/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/681d72c/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d506348/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">Peacock TV Android</span></a>
</li>
</ul>
</bsp-accordion>
<bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
<div class="FooterNavigationItem-text" data-accordion-header>
<span>Local Coverage</span>
<svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
</div>
<ul class="FooterNavigationItem-items" data-accordion-body>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsportsbayarea.com/" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/90f5565/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/32bb7e5/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2c0a227/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2c0a227/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f6cb44e/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/2c0a227/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NBC Sports Bay Area</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsportsboston.com/" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/55c49c2/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9c0d7fb/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/370d426/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/370d426/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4651c50/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/370d426/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NBC Sports Boston</span></a>
</li>
<li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsportsphiladelphia.com/" target="_blank"><span class="NavigationLink-image"><picture>
<source type="image/webp" width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/060fb29/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/2c14c97/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png 2x">
<source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f337463/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png">
<img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f337463/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/de9d549/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f337463/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png" loading="lazy">
</picture>
</span><span class="NavigationLink-text">NBC Sports Philadelphia</span></a>
</li>
</ul>
</bsp-accordion>
<bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
<div class="FooterNavigationItem-text" data-accordion-header>
<span></span>
<svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
</div>
</bsp-accordion>
</div>
<div class="Page-footer-bottom">
<div class="SocialBar">
<ul class="SocialBar-items">
<li class="SocialBar-items-item"> <a class="SocialLink" rel="noreferrer" href="https://twitter.com/NBCSports" target="_blank" data-social-service="twitter">
<svg>
<use xlink:href="#twitter"></use>
</svg>
<span class="sr-only">
twitter
</span>
</a>
</li>
<li class="SocialBar-items-item"> <a class="SocialLink" rel="noreferrer" href="https://www.instagram.com/NBCSports/" target="_blank" data-social-service="instagram">
<svg>
<use xlink:href="#instagram"></use>
</svg>
<span class="sr-only">
instagram
</span>
</a>
</li>
<li class="SocialBar-items-item"> <a class="SocialLink" rel="noreferrer" href="https://www.facebook.com/NBCSports" target="_blank" data-social-service="facebook">
<svg>
<use xlink:href="#facebook"></use>
</svg>
<span class="sr-only">
facebook
</span>
</a>
</li>
</ul>
</div>
<div class="Page-footer-disclaimer-wrapper">
<div class="Page-footer-links"><a class="Link" href="https://www.nbcuniversal.com/privacy/cookies#accordionheader2" target="_blank" rel="noopener">Ad Choices</a> <a class="Link" href="https://together.nbcuni.com/advertise/?utm_source=nbc_sports&utm_medium=referral&utm_campaign=property_ad_pages" target="_blank" rel="noopener">Advertise</a> <a class="Link" href="https://www.nbcunicareers.com/find-a-job?business=1094&subbusiness=5585,2285,2935,6948,3200,7051,2382,5606,6919,5813,5614,5700,2456,2253,5775,5720,2505,5610,2383" target="_blank" rel="noopener">Careers</a> <a class="Link" href="https://www.nbcsports.com/content/closed-captioning" target="_blank" rel="noopener">Closed Captioning</a> <a class="Link" href="https://www.nbcsports.com/frequently-asked-questions">FAQ</a> <a class="Link" href="https://www.nbcsportsstore.com/" target="_blank" rel="noopener">NBC Sports Store</a> <a class="Link" href="http://nbcsportsgrouppressbox.com/" target="_blank" rel="noopener">Press Box</a> <a class="Link" href="https://www.nbcsports.com/terms-use">NEW Terms of Use (Updated June 28, 2023)</a> <a class="Link" href="https://www.nbcuniversal.com/privacy" target="_blank" rel="noopener">Privacy Policy</a> <a class="Link" href="https://www.nbcuniversal.com/privacy/california-consumer-privacy-act" target="_blank" rel="noopener">CA Notice</a> <!-- OneTrust Cookies Settings button start -->
<a id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</a>
<!-- OneTrust Cookies Settings button end --></div>
<div class="Page-footer-disclaimer"><p>A Division of <span class="LinkEnhancement"><a class="Link" href="https://www.nbcuniversal.com/" target="_blank" rel="noopener">NBCUniversal</a></span>.</p><p class="cms-textAlign-left">DISCLAIMER: This site and the products offered are for entertainment purposes only, and there is no gambling offered on this site. This service is intended for adult audiences. No guarantees are made for any specific outcome. If you or someone you know has a gambling problem, please call 1-800-GAMBLER.</p><p>Ⓒ 2024 NBC Universal</p></div>
</div>
</div>
</div>
</footer>
<bsp-reverse-scroll-ad class="Page-ad">
<div class="MpsAd" data-module>
<div id="topbanner" class="MpsAd-ad" data-ad-slot="topbanner"></div>
<script>
waitForGlobal('mps', function () {
if (mps._queue) {
if (mps._queue.gptloaded) {
mps._queue.gptloaded.push(function () {
mps.cloneAd('#topbanner', 'topbanner');
});
}
}
})
</script>
</div>
<button class="Page-ad-close"><svg class="close-x"><use xlink:href="#close-x"></use></svg><span class="sr-only">Close Ad</span></button></bsp-reverse-scroll-ad>
<script>if (window.mps) { if (window.mps.writeFooter) { mps.writeFooter() } }</script>
<script>
document.addEventListener("DOMContentLoaded", async function () {
await window.uscWidget.init({theme: "default",
lang: document.documentElement.lang,
networkBrand: "nbcu-sports",
});
await window.uscWidget.showEmbeddableProductsWidget()
await window.uscWidget.rescan();
})
</script> <script>
const taboolaDivs = document.querySelectorAll('[data-taboola-div]');
for (var i = 0; i < taboolaDivs.length; i++) {
taboolaDivs[i].removeAttribute('data-taboola-div')
}
window._taboola = window._taboola || [];
_taboola.push({ flush: true });
</script>
<template class="FavoriteLinkModal-template">
<div class="FavoriteLinkModal">
<div class="FavoriteLinkModal-content">
<div class="FavoriteLinkModal-close"><svg><use xlink:href="#close-x-secondary"></use></svg></div>
<picture>
<source type="image/webp" width="544" height="138" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d7cf637/2147483647/strip/true/crop/4096x1039+0+504/resize/544x138!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F00%2F86%2F1cc2e11b4590b52881ac84abe4a7%2Ffavoritesmodalbackground.jpeg">
<source width="544" height="138" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9c3454f/2147483647/strip/true/crop/4096x1039+0+504/resize/544x138!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F00%2F86%2F1cc2e11b4590b52881ac84abe4a7%2Ffavoritesmodalbackground.jpeg">
<img class="Image" alt="FavoritesModalBackground.jpeg" width="544" height="138" src="https://nbcsports.brightspotcdn.com/dims4/default/9c3454f/2147483647/strip/true/crop/4096x1039+0+504/resize/544x138!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F00%2F86%2F1cc2e11b4590b52881ac84abe4a7%2Ffavoritesmodalbackground.jpeg" loading="lazy">
</picture>
<div class="FavoriteLinkModal-content-inner">
<div class="FavoriteLinkModal-content-text">Add favorite players, teams, and leagues with an NBCUniversal Profile</div>
<a class="Pill-button" href="https://www.nbcsports.com/login?sourceUrl=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fprofootballtalk">Continue</a>
</div>
</div>
</div>
</template>
</body>
</html>