CINXE.COM

2024 MLB Standings and Records: Wild Card | MLB.com

<!DOCTYPE html> <html lang="en"> <head> <title>2024 MLB Standings and Records: Wild Card | MLB.com</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description" content="The official standings for Major League Baseball including division and league standings for regular season, wild card, and playoffs."> <meta property="og:description" content="The official standings for Major League Baseball including division and league standings for regular season, wild card, and playoffs."> <meta property="og:title" content="2024 MLB Standings and Records: Wild Card"> <meta property="og:image" content="https://www.mlbstatic.com/team-logos/share/mlb.jpg?v=2"> <meta property="og:site_name" content="MLB.com"> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.mlb.com/standings/wild-card"> <link rel="canonical" href="https://www.mlb.com/standings/wild-card"> <link rel="preconnect" href="https://www.mlbstatic.com/"> <link rel="preconnect" href="https://builds.mlbstatic.com/"> <link rel="preconnect" href="https://www.mlbstatic.com/" crossorigin> <link rel="preconnect" href="https://builds.mlbstatic.com/" crossorigin> <link rel="dns-prefetch" href="https://www.mlbstatic.com/"> <link rel="dns-prefetch" href="https://builds.mlbstatic.com/"> <link rel="preload" href="https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-bold.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-regular.woff2" as="font" type="font/woff2" crossorigin> <link rel="alternate" href="https://www.mlb.com/standings/wild-card" hreflang="en"> <link rel="alternate" href="https://www.mlb.com/es/standings/wild-card" hreflang="es"> <link rel="alternate" href="https://www.mlb.com/standings/wild-card" hreflang="x-default"><meta name="keywords" content="MLB, Baseball, Major League Baseball"> <meta name="page_name" content="Major League Baseball"> <meta name="page_section" content="Standings"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@mlb"> <meta property="fb:app_id" content="5768707450"> <meta property="fb:pages" content="5768707450"> <meta name="env" content="production"> <meta name="app_group" content="bdata"> <meta name="region" content="us-central1"> <meta name="zone" content="us-central1-b"> <meta name="build" content="true"> <meta name="server_url" content="https://www.mlb.com"> <meta name="secure_url" content="https://www.mlb.com"> <meta name="uistatic_url" content="//builds.mlbstatic.com/mlb.com"> <meta name="bamcontent_client_url" content="https://content.mlb.com"> <meta name="game_data_url" content="https://statsapi.mlb.com"> <meta name="doubleclick_adunit" content="mlb.mlb"> <meta name="context-url-prefix" content=""> <meta name="app-view" content="web"> <meta name="locale" content="en"> <meta name="lang" content="en"> <meta name="club" content="mlb"> <meta name="timezone" content="America/New_York"> <meta name="serverTime" content="2025-02-17T22:42:25-05:00"> <meta name="flipTime" content="10:00"> <meta name="flipTimeZoneOffset" content="-05:00"> <meta name="siteCoreBuildPath" content="//builds.mlbstatic.com/mlb.com/builds"> <meta name="siteCoreBuildVersionDirectory" content="1729783027794/dist/"> <meta name="sectionBuildVersion" content="35f354cd4323338aba93e892f9e47cbb31306ab9_1738872598"> <meta name="siteAssetsUri" content="//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/dist"> <meta name="sectionAssetsUri" content="//builds.mlbstatic.com/mlb.com/sections/standings-reckoning/builds/35f354cd4323338aba93e892f9e47cbb31306ab9_1738872598"> <meta name="omniturePageName" content="MLB Standings"> <meta name="header" content="true"> <meta name="apple-mobile-web-app-title" content="MLB.com"> <link rel="apple-touch-icon" href="//www.mlbstatic.com/mlb.com/images/logos/apple-touch-icons-180x180/mlb.png"> <link rel="shortcut icon" href="//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/dist/images/favicon.png"> <meta name="page-tags" content="{}"> <script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'dataLayer-initialized', gtmZones: true, siteType: 'MLBsite', siteEnv: 'production', siteOrigin: 'bdata', siteLang: 'en', pageSection: 'Standings', teamId: '', teamName: '' }); </script> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T5RM6DXG'); </script> <!-- End Google Tag Manager --> <script> (function() { // Scan dom and find data-popouts function findAndAttachDataPopout() { Array .from(document.querySelectorAll('[data-popout="true"]')) .forEach(function (node) { if ( // Only set if mlbNative lib is found window.mlbNative && window.mlbNative.launchExternal && node.hasAttribute('href') && // So we don't duplicate click handlers !node.hasAttribute('data-popout-enabled') ) { node.addEventListener('click', function (event) { event.preventDefault(); const url = node.getAttribute('href'); window.mlbNative.launchExternal(url); }); node.setAttribute('data-popout-enabled', true); } }); } // Setup mutation observer const mutationObserver = new MutationObserver(findAndAttachDataPopout); mutationObserver.observe(document, { subtree: true, childList: true }); // Detach on unload window.addEventListener('unload', function () { mutationObserver.disconnect(); }); // Run when dom loads document.addEventListener('DOMContentLoaded', findAndAttachDataPopout); })() </script> <!-- device detection --> <script> !function(a,b){"function"!=typeof define||!define.amd||"undefined"!=typeof bam&&"function"==typeof bam.define?a.deviceBootstrap=b():define("../device",[],b)}(this,function(){function a(a,b){return a&&b?a[b]:a}function b(a){var b=a.split(w).slice(0,3);return a&&b.length<2&&b.push(0),b.join(".")}function c(a){return a=a||navigator.userAgent,D[a]?D[a]:this instanceof c?(D[a]=this,this.userAgent=a,this.is={},this.platform=this.getPlatform(),this.platformVersion=this.getPlatformVersion(),this.browser=this.getBrowser(),this.browserVersion=this.getBrowserVersion(),void(this.formFactor=this.getFormFactor())):new c(a)}var d="(",e=")",f="i",g="|",h="desktop",i="version",j="",k=function(a,b){return new RegExp(a,b||f)},l="iP(?:hone|ad|od)",m="(?:BlackBerry|BB10| RIM )",n="Android",o="Windows",p="WPDesktop",q=o+" Phone",r="Trident(?:.*?Touch(?:.*?Mobile))",s="Linux(?!.*Android)",t="Macintosh",u="CrOS",v=d+"?:"+[t,o,s,u].join(g)+e,w=/[\._]/,x={windowsphone:k(r+g+q+g+p),windows:k(o),ios:k(l),blackberry:k(m),android:k(n),linux:k(s),macintosh:k(t),chromebook:k(u)},y={desktop:/(?:Windows NT(?!.*WPDesktop)(?!.*Xbox))/i,tablet:k(d+["Tablet|iPad","\\sNT.*?"+r,n+"(?!.*Mobi)","silk",m+".*?Tablet","xbox"].join(g)+e),phone:k(d+["Mobi|Mobile","WPDesktop",l,r,m].join(g)+e)},z={tablet:k(d+["Tablet|iPad","\\sNT.*?"+r,n+"(?!.*Mobi)","silk",m+".*?Tablet"].join(g)+e),phone:k(d+["Mobi|Mobile",l,r,m].join(g)+e),desktop:k(v)},A={msie:/msie|iemobile|trident/i,edge:/edge/i,android:/android(?!.+(?:chrome|silk))/i,chrome:/chrome|crios/i,firefox:/firefox/i,opera:/opera(?!.*?mini)\//i,operamini:/opera mini/i,silk:/silk/i,safari:/safari/i},B={webkit:/AppleWebKit/i,gecko:/gecko\//i,trident:/trident/i,edge:/Edge/i},C={desktop:"desktop",other:h,phone:"phone",tablet:"tablet"},D={};return c.prototype={getPlatform:function(){return this.test(x)||h},getPlatformVersion:function(){return b(this.match(k("(?:"+(this.is.blackberry?i:this.platform)+"|"+q+"|OS)[^\\d]+([\\d\\.\\_]+)","ig"),1))},getBrowser:function(){return this.test(B),this.test(A)||h},getFormFactor:function(){var a="";return a=this.is.msie?y:z,C[this.test(a)]||C.other},getBrowserVersion:function(){var a=this.browser,c="[\\/\\s]";return this.is.chrome&&this.is.ios?a="crios":this.is.opera?a=i:this.is.msie&&(a=a+g+"IEMobile"+g+"rv",c="[\\/\\:\\s]"),b(this.match(k("(?:"+a+g+i+")"+c+"([\\d\\.]+)","i"),1))},match:function(b,c){return a(b.exec(this.userAgent),c)||j},test:function(a){var b,c,d,e=this.userAgent;for(b in a)c=a[b].test(e),this.is[b]=this.is[b]||c&&!d,c&&!d&&(d=b);return d}},c}); window.getStartupDeviceTypeString = function() { return window.deviceBootstrap().formFactor; } document.querySelector('html').classList.add('device-' + getStartupDeviceTypeString()); </script> <!-- auth and entitlements --> <script src="https://www.mlbstatic.com/mlb.com/vendor/mlb-okta/mlb-okta.js"></script> <script> (function(window, document) { var adobePageParams = {}; var oktaCookie = document.cookie.match(/oktaid=([^;]+)/); if (oktaCookie) { adobePageParams['id.okta'] = oktaCookie[1]; } adobePageParams['at_property'] = "64bd9a62-f522-8775-9b0d-4984abae73c4"; window.targetPageParams = function() { return adobePageParams; }; })(window, document); </script> <script src="//www.mlbstatic.com/mlb.com/adobe-analytics/VisitorAPI.js"></script> <script> (function(window, document) { var oktaCookie = document.cookie.match(/oktaid=([^;]+)/); var AuthState = (window.Visitor && window.Visitor.AuthState) ? window.Visitor.AuthState.AUTHENTICATED : 0; if (oktaCookie && window.visitor) { window.visitor.setCustomerIDs({ okta: { id: oktaCookie[1], authState: AuthState }, oktaDuplicate: { id: oktaCookie[1], authState: AuthState } }); } })(window, document); </script> <script src="//www.mlbstatic.com/mlb.com/adobe-analytics/target/2.3.0/at.js"></script> <!-- CSS --> <link rel="stylesheet" href="//www.mlbstatic.com/style/en/mlb-global-properties-mlb-background-skins-mlb-base-palette.css" /> <link rel="stylesheet" href="//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/dist/styles/site.css"> <link rel="stylesheet" href="//builds.mlbstatic.com/mlb.com/sections/standings-reckoning/builds/35f354cd4323338aba93e892f9e47cbb31306ab9_1738872598/styles/index.css"> <script> 'use strict'; var pageTags = JSON.parse(document.querySelector('meta[name="page-tags"]').getAttribute('content')) || ''; var contentIdSKUMap = Object.keys(pageTags).reduce(function (obj, tag) { if (tag.indexOf('gate_sku_') === 0) { var sku = pageTags[tag]; var contentId = tag.replace('gate_sku_', ''); obj[contentId] = sku; } return obj; }, {}); if (Object.keys(contentIdSKUMap).length) { var gatedContentStyles = document.createElement('style'); gatedContentStyles.setAttribute('id', 'gated-content-styles'); document.head.appendChild(gatedContentStyles); var styleSheet = gatedContentStyles.sheet; Object.keys(contentIdSKUMap).forEach(function (item) { styleSheet.insertRule('[data-content-id=\'' + item + '\'] { display: none }', 0); }); var accessToken = window.mlbOkta.getToken('access_token').accessToken; var idToken = window.mlbOkta.getToken('id_token'); var oktaID = idToken.claims && idToken.claims.sub; if (!accessToken || !oktaID) { window.mlbOkta.redirectToLogin(); } var subsUrls = 'https://mlbbillingservices.mlb.com/customers/' + oktaID + '/subscriptions'; fetch(subsUrls, { headers: { Authorization: 'Bearer ' + accessToken, 'Content-Type': 'application/json' } }).then(function (res) { return res.text(); }).then(function (text) { return text.length ? JSON.parse(text) : []; }).then(function (subData) { var userSKUs = subData.map(function (sub) { var sku = sub.subscriptionItems && sub.subscriptionItems[0] ? sub.subscriptionItems[0].itemRef : null; return sku; }); var gatedItems = Object.keys(contentIdSKUMap).filter(function (item) { return userSKUs.indexOf(contentIdSKUMap[item]) > -1; }); gatedItems.forEach(function (item) { if (styleSheet.cssRules) { for (var i = 0; i < styleSheet.cssRules.length; i++) { if (styleSheet.cssRules[i].selectorText.indexOf(item) > -1) { styleSheet.deleteRule(i); } } } }); }).catch(function (err) { console.error(err); }); } </script> <script> 'use strict'; var pageTags = JSON.parse(document.querySelector('meta[name="page-tags"]').getAttribute('content')) || ''; var contentIdGeoMap = Object.keys(pageTags).reduce(function (obj, tag) { if (tag.indexOf('gate_geo_') === 0) { var geo = pageTags[tag]; var contentId = tag.replace('gate_geo_', ''); obj[contentId] = geo; } return obj; }, {}); function checkForLocaleMatches(locales, userCountry, userRegion) { return locales.some(function (locale) { var localeCountry = locale.substring(0, 2).toLowerCase(); var localeRegion = locale.substring(2).toLowerCase(); if (localeRegion) { if (userRegion === localeRegion && userCountry === localeCountry) { return true; } else { return false; } } if (localeCountry && userCountry === localeCountry) { return true; } return false; }); } if (Object.keys(contentIdGeoMap).length) { var gatedContentGeoStyles = document.createElement('style'); gatedContentGeoStyles.setAttribute('id', 'gated-content-geo-styles'); document.head.appendChild(gatedContentGeoStyles); var geoStyleSheet = gatedContentGeoStyles.sheet; Object.keys(contentIdGeoMap).forEach(function (item) { var instanceIds = item.split(','); instanceIds.forEach(function (id) { geoStyleSheet.insertRule('[data-content-id=\'' + id + '\'] { display: none }', 0); }); }); fetch('https://terra.mlb.com/', {}).then(function (res) { return res.text(); }).then(function (text) { return text.length ? JSON.parse(text) : {}; }).then(function (geoData) { var userCountry = geoData.countryCode && geoData.countryCode.toLowerCase(); var userRegion = geoData.geo && geoData.geo.regionCode && geoData.geo.regionCode.toLowerCase(); var showIds = []; var hideIds = []; Object.keys(contentIdGeoMap).forEach(function (item) { var geoTargets = contentIdGeoMap[item].split('_'); var instanceIds = item.split(','); if (geoTargets.indexOf('show') > -1) { var hideIndex = geoTargets.indexOf('hide'); var showIndex = geoTargets.indexOf('show'); var showLocales = geoTargets.slice(showIndex + 1, hideIndex > showIndex ? hideIndex : geoTargets.length); var hideLocales = hideIndex > -1 ? geoTargets.slice(hideIndex + 1, showIndex > hideIndex ? showIndex : geoTargets.length) : []; if (checkForLocaleMatches(hideLocales, userCountry, userRegion)) { hideIds = hideIds.concat(instanceIds); } else if (checkForLocaleMatches(showLocales, userCountry, userRegion)) { showIds = showIds.concat(instanceIds); } else { hideIds = hideIds.concat(instanceIds); } } else if (geoTargets.indexOf('hide') > -1) { var _hideLocales = geoTargets.slice(geoTargets.indexOf('hide') + 1, geoTargets.length); if (checkForLocaleMatches(_hideLocales, userCountry, userRegion)) { hideIds = hideIds.concat(instanceIds); } else { showIds = showIds.concat(instanceIds); } } }); showIds.forEach(function (item) { if (!(hideIds.indexOf(item) > -1)) { if (geoStyleSheet.cssRules) { for (var i = 0; i < geoStyleSheet.cssRules.length; i++) { if (geoStyleSheet.cssRules[i].selectorText.indexOf(item) > -1) { geoStyleSheet.deleteRule(i); } } } } }); }).catch(function (err) { console.error(err); }); } </script> <!-- paths to servers--> <script type="text/javascript"> (function(){ window.server_path = {"game_data":{"server":"http://statsapi.mlb.com","client":"https://statsapi.mlb.com","siteCode":"mlb"},"cms_data":{"server":"http://content.mlb.com","client":"https://content.mlb.com","app_geo_directory":"/mlb","fullPath":"https://content.mlb.com/mlb"},"cms_page_building_data":{"lambda":"http://pagebuilder.mlb.com/prod/v2/","server":"http://content.mlb.com","client":"https://content.mlb.com","app_geo_directory":"/mlb"},"cms_dapi":{"server":"https://dapi.cms.mlbinfra.com/v2/content","client":"https://dapi.cms.mlbinfra.com/v2/content"},"cms_vsm":{"server":"https://feen.cms.mlbinfra.com/cms/api/public","client":"https://feen.cms.mlbinfra.com/cms/api/public"},"cms_graphql":"https://graphql.cms.mlbinfra.com/graphql","data_graph":"https://data-graph.mlb.com/graphql","graphql_service":"https://content-service.mlb.com","form_service":"https://forms.mlbam.net/form-service","uistatic":"//builds.mlbstatic.com/mlb.com","mlbstatic":"//www.mlbstatic.com/mlb.com","milbstatic":"//prod-aws.milbstatic.com","uistatic_clubcss":"//css.mlbstatic.com/mlb.com","uistatic_video":"//www.mlbstatic.com/mlb.com","secure":"https://www.mlb.com","server":"https://www.mlb.com","search":{"server":"http://search-api.mlb.com","client":"https://search-api.mlb.com","app_geo_directory":"mlb_global"},"appnexus":"https://acdn.adnxs.com/prebid/c/mlb_prebidv1/pb.js","ticketing_client":{"server":"http://www.ticketing-client.com","client":"https://www.ticketing-client.com"},"box_office":{"client":"https://prod.boxoffice.mlb.com","id":"90RCFSl9MnvDFxJcwep+qQLNYIbUseoJxS39U_+b"},"authentication":{"okta_css":"https://www.mlbstatic.com/mlb.com/vendor/mlb-okta/css/okta-sign-in.min.css","okta_theme_css":"https://www.mlbstatic.com/mlb.com/vendor/mlb-okta/css/okta-widget.css","okta_script":"https://www.mlbstatic.com/mlb.com/vendor/mlb-okta/mlb-okta.js"},"mlbv1":{"https":"https://securea.mlb.com","http":"http://mlb.mlb.com"},"mlbv2":{"https":"https://msecurea.mlb.com","http":"http://m.mlb.com"},"lookup":{"server":"http://lookup-service-prod.mlb.com/json","client":"https://lookup-service-prod.mlb.com/json"},"stitch":"https://bdfed.stitch.mlbinfra.com"}; }()); </script> <!-- i18n dictionary--> <script type="text/javascript"> (function(){ window.i18n_dictionary = {"label_tokyo_series":"Tokyo Series","label_gameType_E_420":"Tokyo Exhibition Game","label_gameType_R_159":"WBC Qualifier","label_gameType_E_590":"Spring Breakout","presented_by_ad":"Presented by","media_center_presented_by":"Presented By","milb_scores_seo_description":"Get up-to-date MiLB scores from today’s games, as well as scores from all the MiLB season games.","milb_schedule_seo_description":"The official schedule of Minor League Baseball including probable pitchers, Gameday, ticket and postseason information.","label_gameType_W_5536":"Championship","label_gameType_W_565":"Championship","label_gameType_W_120":"Appy League Championship","club_homepage_shop_carousel_team_header":"Shop Gear","ligas-invernales_scores_seo_description":"The official source for the Winter League scores, including LIDOM, LVBP, LMP, and LBPRC results of the 2024-25 season.","ligas-invernales_scores_seo_title":"Winter League Scores and Results: LIDOM, LVBP, LMP, and LBPRC","ligas-invernales_schedule_seo_description":"The official source for the Winter League schedule including LIDOM, LVBP, LMP, and LBPRC games today, probable pitchers, and Gameday.","ligas-invernales_schedule_seo_title":"Winter League Schedule: LIDOM, LVBP, LMP, and LBPRC Games Today","ligas-invernales_standings_seo_title":"Winter League Standings and Records: LIDOM, LVBP, LMP, and LBPRC","ligas-invernales_stats_seo_title":"Winter League Stat Leaders: LIDOM, LVBP, LMP, and LBPRC","game_ppd_short":"PPD","game_susp_short":"SUSP","promotions_title":"Promotions & Giveaways","ticketing_ticket_info":"Ticket Info","view_all":"View All","latest_videos":"Latest Videos","stove_stats":"2024 Stats","team133_fullname":"Athletics","team133_location":"Athletics","label_watch_free":"Watch Free","label_watch_on":"Watch on:","app_standings_winter_seo_title":"Posiciones y récord de los equipos en la Ligas Invernales en 2024 | Lidom, LVBP, LMP, LBPRC | Comodín | MLB.com","app_standings_winter_seo_description":"La tabla de posiciones oficial de las Ligas Invernales incluye Lidom, LBVP, LMP y LBPRC, en la temporada regular, comodín y postemporada.","ligas-invernales_standings_seo_description":"La tabla de posiciones oficial de las Ligas Invernales incluye Lidom, LBVP, LMP y LBPRC, en la temporada regular, comodín y postemporada.","ligas-invernales_stats_seo_description":"La fuente oficial de estadísticas de jugadores individuales y de equipos, líderes de jonrones de Ligas Invernales, líderes de la liga y líderes en promedio de bateo, OPS y estadísticas","standings_wild_card_teams":"Wild Card Teams","standings_nav_wild_card":"Wild Card","postseason_wildcard":"Wild Card","reset":"Reset","label_tbd":"TBD","skip_to_content":"Skip to Content","app_standings_cape-cod-league_seo_title":"Cape Cod League Standings","app_standings_mexican_seo_title":"LMB Standings","app_standings_arizona-fall-league_seo_title":"Arizona Fall League Standings","app_standings_appalachian_seo_title":"Appalachian League Standings","standings_appalachian_seo_title":"Appalachian League Standings","standings_mlb-draft-league_seo_title":"MLB Draft League Standings","app_standings_mlb-draft-league_seo_description":"MLB Draft League Standings","app_standings_appalachain_seo_description":"Appalachian League Standings","app_standings_arizona-fall-league_seo_description":"Arizona Fall League Standings","app_standings_mexican_seo_description":"LMB Standings","label_gameType_A_590":"All-Star Futures Game","label_listen_on":"Listen on:","draft_shp":"Switch-Handed Pitchers","button_video":"Video","amateur-scouting-league_scores_seo_title":"Amateur Scouting League Scores: Scoreboard, Results and Highlights","amateur-scouting-league_schedule_seo_title":"Amateur Scouting League Schedule | Amateur Scouting League","mlb_aboutads":"About Our Ads","ticketing_expand_details":"Expand for details","ticketing_at":"at","ticketing_available":"Available","ticketing_lowest_price":"Starting at","label_gameType_F":"Wild Card","cape-cod-league_schedule_seo_description":"The official schedule of the Cape Cod League including probable pitchers, Gameday, ticket and postseason information.","cape-cod-league_schedule_seo_title":"Baseball Schedule | Cape Cod League Schedule","cape-cod-league_scores_seo_description":"Get up-to-date Cape Cod League scores from today’s games, as well as scores from all the 2024 Cape Cod League season games.","cape-cod-league_scores_seo_title":"Cape Cod League Scores: Scoreboard, Results and Highlights","west-virginia_scores_seo_title":"West Virginia Black Bears Scores | West Virginia Black Bears","state-college_scores_seo_title":"State College Spikes Scores | State College Spikes","mahoning-valley_scores_seo_title":"Mahoning Valley Scrappers Scores | Mahoning Valley Scrappers","yarmouth-dennis_scores_seo_title":"Yarmouth-Dennis Red Sox Scores | Yarmouth-Dennis Red Sox","wareham_scores_seo_title":"Wareham Gatemen Scores | Wareham Gatemen","orleans_scores_seo_title":"Orleans Firebirds Scores | Orleans Firebirds","hyannis_scores_seo_title":"Hyannis Harbor Hawks Scores | Hyannis Harbor Hawks","harwich_scores_seo_title":"Harwich Mariners Scores | Harwich Mariners","falmouth_scores_seo_title":"Falmouth Commodores Scores | Falmouth Commodores","cotuit_scores_seo_title":"Cotuit Kettleers Scores | Cotuit Kettleers","chatham_scores_seo_title":"Chatham Anglers Scores | Chatham Anglers","bourne_scores_seo_title":"Bourne Braves Scores | Bourne Braves","brewster_scores_seo_title":"Brewster Whitecaps Scores | Brewster Whitecaps","williamsport_scores_seo_title":"Williamsport Crosscutters Scores | Williamsport Crosscutters","trenton_scores_seo_title":"Trenton Thunder Scores | Trenton Thunder","frederick_scores_seo_title":"Frederick Keys Scores | Frederick Keys","tri-state_scores_seo_title":"Tri-State Coal Cats Scores | Tri-State Coal Cats","pulaski_scores_seo_title":"Pulaski River Turtles Scores | Pulaski River Turtles","kingsport_scores_seo_title":"Kingsport Axmen Scores | Kingsport Axmen","johnson-city_scores_seo_title":"Johnson City Doughboys Scores | Johnson City Doughboys","greeneville_scores_seo_title":"Greeneville Flyboys Scores | Greeneville Flyboys","elizabethton_scores_seo_title":"Elizabethton River Riders Scores | Elizabethton River Riders","danville_scores_seo_title":"Danville Otterbots Scores | Danville Otterbots","burlington_scores_seo_title":"Burlington Sock Puppets Scores | Burlington Sock Puppets","bristol_scores_seo_title":"Bristol State Liners Scores | Bristol State Liners","bluefield_scores_seo_title":"Bluefield Ridge Runners Scores | Bluefield Ridge Runners","button_audio":"Audio","button_story":"Story","button_gameday":"Gameday","scores_message_nogames":"There are no games scheduled for the date selected.","standings_header_vsALNL_tooltip":"Record vs. Interleague Teams","standings_header_vsW_tooltip":"Record vs. West (in league)","standings_header_vsC_tooltip":"Record vs. Central (in league)","standings_header_vsE_tooltip":"Record vs. East (in league)","standings_header_turf_tooltip":"Record when playing on turf","standings_header_grass_tooltip":"Record when playing on grass","standings_header_night_tooltip":"Record in night games","standings_header_day_tooltip":"Record in day games","standings_header_extras_tooltip":"Record in extra inning games","standings_header_500_tooltip":"Record against >.500 Teams","standings_header_away_tooltip":"Record when Away","view_less_ties":"View Less Ties","view_more_ties":"View More Ties","label_gameType_W_119":"AFL Championship","label_gameType_L_119":"AFL Play-In Semifinals","dnp":"Do Not Play","label_gameType_L":"League Championship Series","label_gameType_D":"Division Series","psPicture":"https://www.mlb.com/news/mlb-playoff-picture-and-bracket-2023","standings_nav_ps_picture":"Postseason Picture","my_follows_edit":"Edit","standings_nextgame":"Next Game","add_more_players_teams":"Add More Players & Teams ","ticketing_load_content":"We could not load all the content - please try again later.","ticketing_more_events":"More Events","lineup":"Lineup","label_tiebreaker":"{{winnerAbbreviation}} wins (tiebreaker)","label_tiebreaker_short":"{{winnerAbbreviation}} wins","draft_of":"of","draft_birthplace_column":"Birthplace","mlb-draft-league_schedule_seo_title":"Baseball Schedule | MLB Draft League Schedule","mlb-draft-league_scores_seo_title":"MLB Draft League Scores: Scoreboard, Results and Highlights","appalachian_schedule_seo_title":"Baseball Schedule | Appalachian League Schedule","appalachian_scores_seo_title":"Appalachian League Scores: Scoreboard, Results and Highlights","arizona-fall-league_schedule_seo_title":"Arizona Fall League Schedule | Arizona Fall League","arizona-fall-league_scores_seo_title":"Arizona Fall League Scores: Scoreboard, Results and Highlights","world-baseball-classic_schedule_seo_title":"World Baseball Classic Schedule","world-baseball-classic_scores_seo_title":"World Baseball Classic Scores: Scoreboard, Results and Highlights","milb_schedule_seo_title":"Baseball Schedule | MiLB Schedule","milb_scores_seo_title":"MiLB Scores: Scoreboard, Results and Highlights","club_scores_seo_title":"{{teamNickname}} Scores: Scoreboard, Results and Highlights","mlb_schedule_seo_title":"Baseball Schedule | MLB Schedule","mlb_scores_seo_title":"MLB Scores: Scoreboard, Results and Highlights","draft_collapse_information":"Collapse Information","draft_expand_information":"Expand Information","draft_open_for_more_information_on":"Open for more information on","draft_rk":"RK","draft_pk":"PK","mlb-draft-league_schedule_seo_description":"The Official Site of the MLB Draft League, a six-team baseball league featuring a split-season amateur-professional format.","game_firstpitch_scheduled":"First Pitch Scheduled","app_standings_mlb-draft-league_seo_title":"MLB Draft League Standings: Real-time baseball scores and highlights","mlb-draft-league_scores_seo_description":"Get up-to-date MLB Draft League scores from today’s games, as well as scores from all the 2023 MLB Draft League season games.","button_milbtv":"MiLB.TV","button_mlbtv":"MLB.TV","probables_stats":"Stats","game_status_cancelled":"Canceled","game_canc_reason":"Canceled: {{reason}}","ticketing_eventticket":"Event Ticket","ticketing_updategames":"Update Games","ticketing_buyticketsoffers":"Buy Tickets + Offers","button_tubi":"Watch on Tubi","ticketing_singlegameticket":"Single Game Ticket","ticketing_filters":"Filters","ticketing_xpomotionavailable":"X Promotion(s) Available","ticketing_reset":"Reset","ticketing_hideoffers":"Hide Offers","ticketing_includedwithticket":"Included With Ticket","label_tubi":"Tubi","label_watch_on_tubi":"Watch on Tubi","button_live_box":"Gameday","appalachian_schedule_seo_description":"The Official Site of the Appalachian League, a collegiate summer baseball league featuring the top rising college freshmen and sophomores as part of Major League Baseball and USA Baseball's Prospect Development Pipeline.","appalachian_scores_seo_description":"Get up-to-date Appalachian League scores from today’s games, as well as scores from all the 2023 Appy League season games.","mlb_scores_seo_description":"Get up-to-date MLB scores from today’s games, as well as scores from all the 2023 MLB season games.","ticketing_event_info":"Event Info","ticketing_more":"More","ticketing_section":"Section","ticketing_more_info":"More Info","ticketing_hide_promotion":"Hide Promotion","ticketing_day":"Day","date_saturday":"Saturday","date_wednesday":"Wednesday","ticketing_promotion":"Promotion","label_gameType_S":"Spring Training","button_watch_story":"Watch Story","game_status_top":"Top","game_status_bottom_abbrev":"Bot","game_status_postponed_abbrev":"PPD","game_status_postponed":"Postponed","game_status_cancelled_abbrev":"CANC","game_status_final":"Final","game_status_delayed":"Delay","game_status_end":"End","label_gameType_W_160":"World Baseball Classic","label_gameType_W_159":"World Baseball Classic","label_gameType_L_159":"World Baseball Classic","label_gameType_L_160":"World Baseball Classic","label_gameType_D_159":"World Baseball Classic","label_gameType_D_160":"World Baseball Classic","button_game_story":"Game Story","label_gameType_W":"World Series","label_gameType_F_160":"World Baseball Classic","label_gameType_F_159":"World Baseball Classic","label_gameType_A":"All-Star Game","label_gameType_E":"Exhibition","label_gameType_R":"Regular Season","label_gameType_P":"Postseason","label_gameType_C":"Championship","label_gameType_N":"Nineteenth Century Series","label_gameType_I":"Intrasquad","label_world-baseball-classic":"World Baseball Classic","label_postseason_abbrev_W_104":"WS","label_postseason_abbrev_W_103":"WS","postseason_leadsseries":"{{teamAbbrev}} leads series {{wins}}-{{losses}}","label_gameday3d":"Gameday 3D","label_past_games":"Past Games","world-baseball-classic_scores_seo_description":"Get up-to-date World Baseball Classic scores.","world-baseball-classic_schedule_seo_description":"The official schedule of World Baseball Classic.","label_postseason_abbrev_W":"WS","label_postseason_abbrev_L_103":"ALCS","label_postseason_abbrev_L_104":"NLCS","label_postseason_abbrev_D_103":"ALDS","label_postseason_abbrev_D_104":"NLDS","label_postseason_abbrev_F_103":"ALWC","label_postseason_abbrev_F_104":"NLWC","label_game_abbrev":"G","postseason_ws":"WS","postseason_nlwc":"NLWC","postseason_alwc":"ALWC","postseason_nlds":"NLDS","postseason_alds":"ALDS","postseason_nlcs":"NLCS","postseason_alcs":"ALCS","label_postseason_schedule":"{{season}} Postseason Schedule","label_series":"Series","label_date":"Date","ps_schedule_game_abbreviated":"Gm","gameTypes_I":"Intrasquad","gameTypes_N":"Nineteenth Century Series","gameTypes_C":"Championship","draft_pass":"Passed","draft_birthplace":"Birthplace","draft_country":"Country","game_status_warmup_short":"Warmup","tickets_buy":"Buy Tickets","button_appletv":"Apple TV+","button_peacock":"Peacock","button_preview":"Preview","label_peacock":"Peacock","label_watch_on_peacock":"Watch on Peacock","peacock":"https://mlb.tv/peacock","draft_more_results":"Load More Results","news_more_info":"More Info","news_more":"More News","roster_label_viewmore":"View More Transactions","news_more_at":"Read more news at:","link_read_more":"Read more","news_read_more":"Read more","link_view_more":"Continue Reading","charts_label_hr_breakdown":"Home Run Breakdown","stats_homerun":"Home Runs","appletv":"https://apple.co/mlb","probables_rhp":"RHP","probables_lhp":"LHP","label_watch_on_appletv":"Watch on Apple TV+","game_time_tbd":"TBD","label_appletv":"Apple TV+","scores_probable_pitchers":"Probable Pitchers","stats_summary_springtraining":"{{year}} Spring Training","stats_summary_regularseason":"{{year}} Regular Season","stats_summary_postseason":"{{year}} Postseason","stats_gamesstarted_abbrev":"GS","stats_summary_regularseason_career":"Career Regular Season","stats_summary_springtraining_career":"Career Spring Training","stats_summary_postseason_career":"Career Postseason","summary_keyMoments":"Key Moments","roster_title":"Title","navigation_sign_in":"Log In","aria_label_alert_close":"Close alert","ranking_25":"25th","ranking_27":"27th","ranking_26":"26th","ranking_23":"23rd","ranking_19":"19th","ranking_21":"21st","ranking_20":"20th","ranking_22":"22nd","ranking_24":"24th","ranking_16":"16th","ranking_18":"18th","ranking_17":"17th","ranking_15":"15th","ranking_14":"14th","ranking_13":"13th","ranking_10":"10th","ranking_8":"8th","ranking_11":"11th","ranking_12":"12th","ranking_9":"9th","ranking_7":"7th","ranking_5":"5th","ranking_4":"4th","ranking_2":"2nd","ranking_3":"3rd","ranking_6":"6th","ranking_1":"1st","stats_games_played":"Games Played","team114_fullname":"Cleveland Guardians","team114_nickname":"Guardians","game_status_replay":"Replay","game_status_warmup":"Warmup","game_status_suspended":"Suspended","sections_standings":"Standings","standings_club_seo_description":"The official Standings for the {{clubNickname}}","standings_club_seo_title":"{{clubNickname}} Standings","standings_club_year_seo_description":"The official {{year}} standings for the {{clubNickname}}","standings_club_year_seo_title":"{{year}} {{clubNickname}} Standings","standings_spring_seo_description":"The official Spring Training, Cactus and Grapefruit league standings for Major League Baseball","standings_spring_seo_title":"Spring Training Standings","standings_spring_year_seo_description":"The official {{year}} Spring Training, Cactus and Grapefruit league standings for Major League Baseball","standings_spring_year_seo_title":"{{year}} Spring Training Standings","standings_wildcard_year_seo_description":"The official {{year}} Wild Card standings for Major League Baseball","standings_wildcard_year_seo_title":"{{year}} Wild Card Standings","standings_wildcard_seo_description":"The official Wild Card standings for Major League Baseball","standings_wildcard_seo_title":"Wild Card Standings","standings_seo_description":"The official standings for Major League Baseball","standings_seo_title":"Baseball Standings","standings_year_seo_description":"The official {{year}} standings for Major League Baseball","standings_year_seo_title":"{{year}} Baseball Standings","standings_mlb_seo_description":"The official standings for Major League Baseball","unit_time_just_now":"Just now","unit_time_secs":"Secs","standings_1981_note":"Due to the strike in 1981, the season was split into two halves and playoff seedings were determined using the winners from each half.","label_game_coverage":"News","stats_bvp":"Batter vs. Pitcher","player_page_career_advanced_stats":"Advanced Career Stats","search_card_tbd":"TBD","postseason_series_begins_short":"Begins","control_bar_edit_text":"Edit Teams & Players","control_bar_add_text":"Follow Teams & Players","following":"Following","follow":"Follow","stats_completegames_abbrev":"CG","button_following":"Following","button_follow":"Follow","search_card_next_game":"Next Game","search_team_card_game_leading":"The {team} are beating the {opponent} {teamScore}-{opponentScore} in the {inningOrdinal} inning.","search_team_card_game_trailing":"The {team} are trailing the {opponent} {teamScore}-{opponentScore} in the {inningOrdinal} inning.","search_team_card_game_tied":"The {team} and {opponent} are tied {teamScore}-{opponentScore} in the {inningOrdinal} inning.","search_team_card_game_cta":"Watch Live","search_card_photo_career_stats":"Career Stats","search_card_photo_postseason_stats":"Postseason Stats","search_card_photo_spring_training_stats":"Spring Training Stats","search_card_photo_stats":"Stats","search_card_last_game":"Last Game","search_card_live":"Live","search_team_card_game_suspended":"Suspended","search_follow":"Follow","search_following":"Following","search_official_site":"Official Site","search_my_favorite":"My Favorite","game_susp_completion_on_date":"Completion of game suspended on {{date}}","roster_pitchers":"Pitchers","game_oneout":"1 Out","game_twoouts":"2 Outs","game_noouts":"0 Outs","game_threeouts":"3 Outs","label_postseason_team_comparison":"Postseason Team Comparison","standings_ranking_5":"5th","standings_ranking_4":"4th","standings_ranking_3":"3rd","standings_ranking_2":"2nd","standings_ranking_1":"1st","division_nl_west":"NL West","division_nl_east":"NL East","division_nl_central":"NL Central","division_al_west":"AL West","division_al_central":"AL Central","division_al_east":"AL East","label_top_performers":"Top Performers","label_key_moments":"Key Moments","game_out":"Out","game_outs":"Outs","game_firstpitch":"First Pitch","game_status_bottom":"Bottom","label_news":"News","button_more_highlights":"More highlights from this game","label_alltime":"All-Time","label_team_comparison":"Team Comparison","label_game":"Game","game":"Game","label_season":"Season ","stats_stolenbases":"Stolen Bases","stats_runsbattedin":"Runs Batted In","stats_runs":"Runs","stats_battingaverage":"Batting Average","stats_whip_abbrev":"WHIP","stats_earnedrunaverage":"Earned Run Average","stats_strikeouts":"Strikeouts","stats_saves":"Saves","stats_pitching_short":"Pitching","stats_sortable":"Sortable Stats","stats_wins":"Wins","labelBrief_e":"E","labelBrief_lob":"LOB","button_plays":"Plays","button_play":"Play","button_wrap":"Wrap","button_boxscore":"Box Score","button_box":"Box","favorite_team":"Favorite Team","click_for_all_follows":"Click to display all follows","followed_team":"Followed Team","followed_player":"Followed Player","ticketing_buy_now":"Buy Now","draft_tracker":"Draft Tracker","search_card_legend_z":"Clinched Division and Best Record in League","search_card_legend_y":"Clinched Division","search_card_legend_x":"Clinched Playoff Berth","search_card_legend_w":"Clinched Wild Card","time_zone_mountain_abbrev":"MT","page":"Page","roster_twp":"Two-Way Players","roster_coachingstaff":"Coaching Staff","roster_managerandcoaches":"Manager & Coaches","player_dob":"DOB","roster_minors":"Minors","draft_twoway_players":"Two-Way Players","mlbtvfreegameoftheday":"MLB.TV Free Game of the Day","freegameoftheday":"Free Game of the Day","mlb-in-this-content":"Tags","lightbox_title":"Watch. Create. Share.","share":"Share","lightbox_description":"Step into MLB's new video library with over 3 million clips.","mlb-in-this-story":"In this story","mlb-in-this-video":"In this video","search_card_complete_stats":"Complete Stats","shop_gear":"SHOP GEAR","search_data_viz_pitcher":"Zone - Batting Avg {years}","search_data_viz_hitter":"Spray Chart - Home Runs {years}","year_stats_L":"${year} LCS","year_stats_F":"${year} Wild Card","year_stats_D":"${year} Division Series","year_stats_W":"${year} World Series","year_stats_P":"${year} Postseason","year_stats_S":"${year} Spring Training","year_stats_R":"${year} Stats","year_stats":"{{year}} Stats","postseason_leagueseries_abbrev":"LCS","postseason_divisionseries_abbrev":"DS","postseason_wildcard_abbrev":"WC","search_card_table_ip_abbrev":"IP","search_no_results":"We’re sorry, we couldn’t find any results for","search_card_high_school":"High School","search_card_hall_of_fame":"Hall of Fame","search_card_college":"College","search_card_table_ab_abbrev":"AB","search_card_death":"Death","search_card_draft":"Draft","search_just_published":"Just Published","search_card_table_pct_abbrev":"PCT","search_card_table_gb_abbrev":"GB","search_sort_by_relevancy":"By Relevancy","search_card_table_career_stats":"MLB Career","search_card_table_spring_training":"Spring Training","search_card_table_postseason":"Postseason","search_card_shop_player_gear":"Shop {playerLastName} Gear","search_card_table_year":"Year","search_result_for":"result for","season_stats":"Season Stats","search_card_table_whip_abbrev":"WHIP","search_card_table_so_abbrev":"SO","search_card_table_era_abbrev":"ERA","search_card_table_l_abbrev":"L","search_card_table_w_abbrev":"W","search_card_table_ops_abbrev":"OPS","search_card_table_avg_abbrev":"AVG","search_card_table_sb_abbrev":"SB","search_card_table_rbi_abbrev":"RBI","search_card_table_hr_abbrev":"HR","search_card_table_sv_abbrev":"SV","search_card_table_runs_abbrev":"R","search_card_player_bio_stats":"{playerFullName} Full Bio & Stats","search_card_team_tickets":"{teamNickname} Tickets","search_pagination_more_results":"More Results","search_pagination_next":"Next","search_pagination_previous":"Previous","search_shop_carousel_player_header":"Shop {playerFullName} Gear","search_shop_carousel_team_header":"Shop {teamFullName} Gear","search_card_team_shop":"{teamNickname} Shop","search_card_debut":"Debut","search_card_born":"Born","search_sort_by_oldest":"By Oldest","search_sort_by_newest":"By Newest","search_filter_news":"News","search_filter_all":"All","search_results_for":"results for","search_filter_videos":"Videos","search_header_suggested":"Suggested","search_search_button":"Search","search_search_input_placeholder":"What are you looking for?","search_header_players":"Players","search_header_teams":"Teams","freegameoftheday_short":"Watch Free","label_sort_order_toggle":"Sort Order Toggle","game_delay_reason":"Delay: {{reason}}","date_next_month":"Next Month","date_view_year_x":"View year {{year}}","date_view_all_years":"View all years","date_prev_month":"Previous Month","pitching_abbrev":"P","label_drag_toggle":"Drag Toggle","label_stats_table":"Stats Table","bracket_label":"Bracket","schedule_by_series":"By Series","navigation_account":"Account","label_if_necessary":"if necessary","button_full_schedule":"Full Schedule","more_information":"More Information","draft_organism_copy":"Watch the 2020 MLB Draft LIVE on MLB Network, ESPN at 7 ET","stats_shutouts":"Shutouts","stats_pickoffs":"Pickoffs","team141_fullname":"Toronto Blue Jays","watchlive":"Watch live","game_perfectgame":"Perfect Gm.","schedule_message_nogames_all_dates":"There are no games scheduled for the dates selected.","game_status_middle":"Middle","schedule_message_nogames":"There are no games scheduled for this date.","mlb_schedule_seo_description":"The official schedule of Major League Baseball including probable pitchers, Gameday, ticket and postseason information.","game_status_final_abbrev":"F/{{numInnings}}","versus_abbrev":"vs","roster_bullpen":"Bullpen","roster_rotation":"Rotation","roster_nonroster":"Non-Roster","roster_40man":"40-Man","roster_depthchart":"Depth Chart","roster_active":"Active","roster_nonroster_seo_description":"{{fullClubName}} Non Roster Invitees.","roster_coaches_seo_description":"{{fullClubName}} Coaching Staff.","roster_depthchart_seo_title":"Depth Chart","roster_active_seo_title":"Active Roster","roster_40man_seo_title":"40-Man Roster","roster_nonroster_seo_title":"Non-Roster Invitees","roster_coaches_seo_title":"Coaches","roster_transactions_seo_title":"Transactions","roster_transactions_seo_description":"The latest moves, trades, and transactions from the {{fullClubName}}.","roster_active_seo_description":"{{fullClubName}} Active Team Roster.","roster_depthchart_seo_description":"{{fullClubName}} Depth Chart.","roster_40man_seo_description":"{{fullClubName}} 40 Man Team Roster.","roster_position":"Position","roster_date":"Date","date_january":"January","date_february":"February","date_march":"March","date_april":"April","date_may":"May","date_june":"June","date_july":"July","date_august":"August","date_september":"September","date_october":"October","date_november":"November","date_december":"December","game_position_dh":"Designated Hitter","game_position_rf":"Right Field","game_position_cf":"Center Field","game_position_lf":"Left Field","game_position_ss":"Shortstop","game_position_3b":"Third Base","game_position_2b":"Second Base","game_position_c":"Catcher","game_position_1b":"First Base","roster_outfielders":"Outfielders","roster_infielders":"Infielders","roster_catchers":"Catchers","roster_bats_throws":"B/T","player_weight":"Wt","player_height":"Ht","roster_team":"Team","roster_player":"Player","roster_coach_hitting":"Hitting Coach","roster_coach_pitching":"Pitching Coach","roster_coach_thirdbase":"Third Base Coach","roster_coach_assistanthitting":"Assistant Hitting Coach","roster_coach_firstbase":"First Base Coach","roster_coach_bench":"Bench Coach","roster_coach_bullpen":"Bullpen Coach","roster_coach_infield":"Infield Coach","roster_bullpencatcher":"Bullpen Catcher","roster_coach_catching":"Catching Coach","roster_specialassistant":"Special Assistant","roster_instructor_baserunningoutfield":"Baserunning/Outfield and First Base Coach","roster_trainer":"Athletic Trainer","roster_security_team":"Team Security","roster_director_profscouting":"Director of Professional Scouting","roster_minorleague_hittingcoord":"Minor League Hitting Coordinator","roster_manager":"Manager","roster_director_teamtravel":"Director, Team Travel and Player Services","roster_minorleague_pitchingcoord":"Minor League Pitching Coordinator","roster_baseballoperationsasst":"Baseball Operations Assistant","roster_physician_head":"Head Team Physician","roster_physician_senior_orthopedics":"Senior Advisor of Orthopedics","roster_instructor_catching":"Catching/Defensive Positioning","roster_scout":"Scout","roster_security_execdirector":"Executive Director, Team Security","roster_specialassistant_gm":"Special Assistant to the General Manager","roster_videocoordinator":"Video Coordinator","roster_trainer_asst":"Assistant Athletic Trainer","roster_trainer_head":"Head Athletic Trainer","roster_equipmentmanager":"Equipment Manager","roster_director_mentalconditioning":"Director of Mental Conditioning","roster_clubhousemanager":"Clubhouse Manager","roster_trainer_massagetherapist":"Massage Therapist","roster_generalmanager":"General Manager","roster_trainer_stregnthandconditioning":"Strength and Conditioning Coordinator","roster_managerscoaches":"Manager & Coaches","roster_label_transactions":"Transactions","roster_label_transaction":"Transaction","roster_coaches":"Coaches","roster_staff":"Staff","roster_label_page":"Roster & Staff","game_nohitter":"No-Hitter","game_perfectgame_long":"Perfect Game","player_live":"Live","button_tickets":"Tickets","scores_fullscoreboard":"Full Scoreboard","date_december_abbrev":"dec","date_november_abbrev":"nov","date_october_abbrev":"oct","date_september_abbrev":"sep","date_august_abbrev":"aug","date_july_abbrev":"jul","date_june_abbrev":"jun","date_may_abbrev":"may","date_april_abbrev":"apr","date_march_abbrev":"mar","date_february_abbrev":"feb","date_january_abbrev":"jan","date_sunday_abbrev":"sun","date_friday_abbrev":"fri","date_thursday_abbrev":"thu","date_tuesday_abbrev":"tue","date_monday_abbrev":"mon","date_today":"Today","schedule_label":"Schedule","game_status_date":"Date","date_wednesday_abbrev":"wed","date_saturday_abbrev":"sat","club_scores_seo_description":"The official scoreboard of the {{fullClubName}} including Gameday, video, highlights and box score.","postseason_seriestied":"Series tied at {{wins}}","postseason_winsseries":"{{teamAbbrev}} wins series {{wins}}-{{losses}}","game_ppd_makeup_of":"Makeup of {{date}}","game_delay_start_short":"DEL","game_delay_short":"DEL","game_canc_short":"CANC","game_susp_completion_on_date_short":"Completion of {{date}} game","game_canc_reason_short":"CANC: {{reason}}","game_ppd_reason_short":"PPD: {{reason}}","game_susp_reason_short":"SUSP: {{reason}}","game_delay_reason_short":"DEL: {{reason}}","game_delay_start_reason_short":"DEL: {{reason}}","game_ppd_reason":"Postponed: {{reason}}","game_susp_completed_on_date":"Completed on {{date}}","game_delay_start_reason":"Delayed Start: {{reason}}","game_ppd_makeup_date":"Makeup on {{date}}","game_susp_to_be_completed":"To be completed on {{date}}","game_susp_reason":"Suspended: {{reason}}","time_zone_pacific_short":"Pacific","time_zone_mountain_short":"Mountain","time_zone_central_short":"Central","time_zone_eastern_short":"Eastern","scores_message_times":"All Times {{shortTimeZoneName}}. Subject to change.","club_schedule_seo_title":"{{teamNickname}} Schedule","club_schedule_seo_description":"The official schedule of the {{fullClubName}}, including home and away schedule and promotions.","scores_seo_title":"MLB Scores | Baseball Scores","scores_seo_description":"The official source for scores, previews, recaps, boxscores, video highlights, and more from every Major League Baseball game.","schedule_probable_starter_is":"{{awayTeam}} probable starter is {{awayPItcher}}. {{homeTeam}} probable starter is {{homePItcher}}","game_panel_live":"Live","schedule_is_batting_against":"{{currentBatter}} is batting against {{currentPitcher}}","schedule_game_starts_at":"Game starts at {{gametime}}","button_video_watch_highlight":"Watch highlights","game_panel_delayed":"Delayed","game_panel_ppd":"PPD","game_panel_final":"Final","game_panel_rain_delay":"Rain Delay","draftkings_presented":"presented by","game_panel_preview":"Preview","stove_all_roster_moves":"All Roster Moves","season_type_regularseason_abbreviated":"Reg. Season","draftkings_showdown":"MLB SHOWDOWN","stove_no_records":"No Results","stove_pos":"Pos","stove_all_teams":"All Teams","stats_nav_dropdown_year_alltimetotals_alltime":"All Time Totals - All-Time","stats_nav_league_al":"AL","stats_nav_dropdown_year_alltimetotals_active":"All Time Totals - Active","stats_nav_league_nl":"NL","stats_nav_league_mlb":"MLB","stats_nav_dropdown_year_alltimeseason_alltime":"All Time by Year - All-Time","stove_era":"ERA","stove_so":"SO","stove_notes":"Notes","ps_schedule_round_alchampionshipseries":"ALCS","stove_prev":"Prev","ps_schedule_round_worldseries":"World Series","stats_nav_players":"Players","ps_schedule_round_nltiebreaker":"NL Tiebreaker","ps_schedule_round_altiebreaker":"AL Tiebreaker","stove_next":"Next","player_page_nostats":"No stats available","stats_nav_dropdown_year_alltimeseason_active":"All Time by Year - Active","stats_nav_statcast":"Statcast","stove_header":"MLB Free Agent & Hot Stove Tracker","stats_nav_pitching":"Pitching","stove_hr":"HR","stove_rbi":"RBI","stats_nav_hitting":"Hitting","stove_avg":"AVG","stats_nav_teams":"Teams","stove_transaction_date":"Transaction Date","stove_clear":"Clear","stove_position":"Position","stove_new_team":"New Team","stove_former_team":"Former Teams","stove_status":"Status","stove_moves_by_team":"Player Moves By Team","stove_change_status":"Player Change Status","stove_spotlight":"Spotlight","ps_schedule_round_nlchampionshipseries":"NLCS","ps_schedule_round_nldivisionseries":"NLDS","ps_schedule_round_aldivisionseries":"ALDS","ps_schedule_round_nlwildcard":"NL Wild Card","ps_schedule_round_alwildcard":"AL Wild Card","ps_schedule_scheduleheader":"Schedule","schedule_by_date":"By Date","ps_schedule_past_games":"Past Games","game_status_chal":"Chal","accessibility_footer_link":"MLB.com","probables_stats_five_years":"* Stats aggregated over the past 5 years","status_res":"Reserve List (Minors) ","mini_scoreboard_heading_allscores":"All Scores","status_ti":"Temporary Inactive List ","status_ra":"Rehab Assignment","status_mil":"Military Leave ","status_ret":"Voluntarily Retired List ","status_asg":"Assigned to New Team/Level ","status_bn":"Banned","player_total":"Total","status_rst":"Restricted List ","status_in":"Ineligible List ","submit":"Submit","status_a":"Active","status_su":"Suspended # days ","login":"Login","status_claimed":"Claimed","status_brv":"Bereavement List ","status_dec":"Deceased","status_des":"Designated for Assignment ","status_fa":"Free Agent","status_rl":"Released","status_tr":"Traded","status_wa":"Waived ","status_pl":"Paternity List ","status_min":"Minor League Contract ","status_nri":"Non-Roster Invitee ","status_fme":"Family Medical Emergency ","status_rm":"Reassigned to Minors ","status_d60":"Injured 60-Day ","status_d15":"Injured 15-Day ","status_d10":"Injured 10-Day ","status_d7":"Injured 7-Day ","probables_stats_list_view":"Player Stats Available in List View","media_center_timezone_meta":"All times {{timezonename}}. Subject to Change.","bio_label_view_more_info":"View More Bio Info","stats_last_five_year_label":"Last 5 years","roster_active_player_search":"Active Player Search","stats_post_allstar":"Post All-Star ","bio_label_follow":"Follow","stats_vsright":"vs. Right","bio_label_died":"Died","stats_games_night":"Night Games","bio_label_fullname":"Fullname","stats_ongrass":"On Grass","stats_games_away":"Away Games","bio_label_relationships":"Relationship(s)","bio_label_born":"Born","bio_label_nickname":"Nickname","stats_games_day":"Day Games","stats_pre_allstar":"Pre All-Star ","stats_games_home":"Home Games","bio_label_highschool":"High School","bio_label_college":"College","stats_onturf":"On Turf","stats_vsleft":"vs. Left","bio_label_in":"in","player_fantasy":"Fantasy","bio_label_pronunciation":"Pronunciation","player_view_less_rankings":"View Less Rankings","player_rank":"Rank","player_league_rankings":"League Rankings","player_view_more_rankings":"View More Rankings","draft_video":"Video","news_label_viewmore_videos":"View More Videos","player_shop":"Shop","player_awards":"Awards","distant_relative_of ":"distant relative of ","player_stats":"Stats","daughter_of ":"daughter of ","sister_of ":"sister of ","nephew_of":"nephew of ","grand_nephew_of":"grand nephew of","cousin_of ":"primo de","grand_uncle_of":"grand uncle of","uncle_of":"uncle of","half-brother_of ":"half-brother of ","sister":"sister","father_of":"father of","brother-in-law_of ":"brother-in-law of ","great_grandfather_of":"great grandfather of ","son-in-law_of ":"son-in-law of ","distant_relative":"distant relative","half-brother ":"half-brother ","daughter":"daughter","great_grandson ":"great grandson","brother_-_twin":"brother-twin","brother":"brother","grand_nephew":"grand nephew","father-in-law_of ":"father-in-law of ","grandson_of":"grandson of","brother-in-law ":"brother-in-law ","brother_of ":"brother of ","grandfather_of":"grandfather of ","grand_uncle":"grand uncle","son_of":"son of","great_grandson_of":"great grandson of","nephew":"nephew","cousin":"cousin","brother_-_twin_of ":"brother-twin of ","uncle":"uncle","great_grandfather ":"great grandfather ","son-in-law ":"son-in-law ","grandson":"grandson","father-in-law ":"father-in-law ","son":"son","father":"father","player_page_career_statcast":"Statcast","grandfather":"grandfather","player_page_career_stats":"Career Stats","charts_label_view_more_charts":"View More Charts","charts_label_exit_velocity_against":"Exit Velocity Against","charts_label_exit_velocity":"Exit Velocity","charts_label_batting_avg_against":"Batting Avg Against","charts_label_basehitsbreakdown":"Base Hits Breakdown","charts_label_pitchbreakdown":"Pitch Breakdown","player_page_charts_catcher_perspective":"Catcher Perspective","player_page_charts":"Charts","player_page_charts_zonecharts":"Zone Charts","draft_next":"Next","draft_rd":"Rd","draft_age":"Age","draft_draft_tracker":"Draft Tracker","draft_last":"Last","draft_on_clock":"On the Clock","gdpr_i_agree3":"You can request a copy of your personal information held by MLB at any time. Should you have any complaints about our use and storage of your personal information, you can direct them to your country's data protection authority.","player_page_avg_pitch_speed":"Avg Pitch Speed (mph)","player_page_avg_height":"Avg Height (feet)","gdpr_first_opt":"I agree to the Terms of Use and Privacy Policy for this transaction.","gdpr_i_agree":"By agreeing to any of the above terms, you are agreeing that your personal information will be collected, stored and processed in the United States on behalf of MLB. We provide appropriate security to your personal information. ","player_page_avg_exit_velocity":"Avg Exit Velocity (mph)","gdpr_i_agree4":"If you have any questions, please contact us by postal mail at MLB Advanced Media, 75 Ninth Avenue, 5th Floor, New York, NY 10011 USA, or by email at privacy@website.mlb.com.","gdpr_i_agree2":"You can opt out of receiving communications at any time, all pursuant to the Privacy Policy. You can request the modification or deletion of your personal information from MLB's records at any time.","player_page_avg_hr_distance":"Avg HR Distance (feet)","announcement_developing_story":"Developing Story","datepicker_month":"Month","player_page_avg_gen_velocity":"Avg Gen Velocity (mph)","datepicker_next_day":"Next Day","player_page_avg_perceived_speed":"Avg Perceived Speed (mph)","datepicker_calendar":"Select Date","datepicker_year":"Year","player_page_avg_extension":"Avg Extension (feet)","draft_watch_on":"Watch On","player_page_pitch_type":"Pitch Type","player_page_statcast_avg":"Statcast Averages","header_alt_text":"Major League Baseball","stats_mlb_springtraining":"Spring Training Stats","player_page_PA":"PA","player_page_avg_launch_angle":"Avg Launch Angle (deg)","datepicker_previous_day":"Previous Day","gdpr_second_opt":"Please use my personal information to send me messages about the Major League Baseball companies' (MLB) products and services.","player_page_avg_spin_rate":"Avg Spin Rate (rpm)","announcement_right_now":"Right Now","stats_mlb_springtraining_career":"Spring Training Career Stats","stats_label_wins_losses":"W-L","announcement_breaking_news":"Breaking News","batside_switch":"S","button_fgow":"FB-WATCH","batside_left":"L","button_fgow_L":"MLB Live on Facebook Watch","fbgotw":"MLB Live on Facebook Watch","past_lineups":"Past Lineups","batside_right":"R","starting_lineups":"Starting Lineups","search_cut_four":"Cut4","search_video_title":"Video","search_article":"Article","search_all":"All","search_previous":"Previous","search":"Search","search_press_release":"Press Release","probables_roster":"Roster","search_next":"Next","probables_last_three_starts_of":"Last 3 starts of","probables_view_matchup":"View Matchup By Clicking on a Game","probables_at":"At","probables_tickets":"Tickets","probables_preview":"Preview","probables_view":"View","probables_close":"Close","cutfour_more_from":"More from","cutfour_follow":"Follow Cut4","cutfour_up_next":"Up Next","cutfour_load_more":"Load More","cutfour_related":"Related","cutfour_at":"at","cutfour_topics":"Topics in this article","cutfour_players":"Players in this article","cutfour_teams":"Teams in this article","pw_lhp":"Left-handed Pitcher","standings_vs_east":"East","standings_last_updated":"Last updated:","standings_tie_at":"at","standings_header_runs_allowed_tooltip":"Runs Allowed","unit_time_hrs":"Hrs","standings_vs_west":"West","news_view":"View","ticketing_subject_tochange":"All times {{timezonename}}. Subject to change.","pw_preseason":"Preseason","unit_time_mins":"Mins","standings_tie_games_blurb":"Tie games do not count towards standings calculations","ticketing_clear_filters":"There are no events that meet your filter criteria. Clear filters to view events.","unit_time_days":"Days","standings_1981_note2":"The first half began on April 9 and ended June 11, while the second half started on August 10 and ended October 4. Overall standings are presented here for reference but were not used to determine playoff berths.","pw_current":"Current","ticketing_promotions":"Promotions","ticketing_price":"Price","pw_year":"Year","ticketing_presented_by":"Presented by","pw_midseason":"Midseason","standings_vs_central":"Central","standings_header_runs_scored_tooltip":"Runs Scored","standings_tie_games":"Tie Games","pw_rhp":"Right-handed Pitcher","pw_prospects":"100 Prospects","pw_position":"10 by Position","pw_pdp":"PDP","pw_international":"30 International","pw_draft":"200 Draft","pw_by_team":"30 by Team","pw_shortstop":"Shortstop","pw_outfield":"Outfielder","news_by_byline":"By","ticketing_events_unavailable":"This offer's events are currently unavailable. Please try again later.","ticketing_ticket_details":"Ticket Details","ticketing_seating_area":"Seating Area","ticketing_something_wrong":"Something went wrong. Please check back.","ticketing_tickets_unavailable":"Tickets are currently unavailable. Please check back later.","ticketing_loading":"Loading","schedule_important_dates":"Important Dates","ticketing_pricing_error":"Pricing currently not available. Please check back later.","ticketing_night":"Night","ticketing_clear_all":"Clear All","schedule_postseason_grid":"Postseason Grid","ticketing_time":"Time","ticketing_error_message":"Ticket information currently not available. Please check back later.","ticketing_opponent":"Opponent","ticketing_month":"Month","ticketing_ticket_offer":"Ticket Offer","ticketing_game_highlight":"Game Highlight","ticketing_featured_price":"Featured Price","ps_schedule_footer1":"All games telecast on MLB Network, TBS and FOX will be available to MLB.TV subscribers who are authenticated subscribers to the applicable network through a participating pay TV provider.","stats_minors_career":"Minors Career","stats_fieldingperc_abbrev":"FPCT","stats_mlb_career_short":"MLB Career","ps_schedule_footer2":"ESPN Radio will provide live national coverage of all 2017 MLB Postseason games, including the Wild Card Games.","ps_scores_watch_live":"Watch Live","jays_schedule_footer1":"All games telecast on MLB Network, TBS and FOX will be available to MLB.TV subscribers who are authenticated subscribers to the applicable network through a participating pay TV provider.","schedule_if_necessary":"*if necessary","ticketing_view_pricing":"View Pricing","ticketing_less_events":"Less Events","stats_league":"League","stats_position":"Position","player_mlb":"MLB","stats_doubleplays_abbrev":"DP","stats_assists_abbrev":"A","stats_passedballs_abbrev":"PB","stats_league_abbrev":"LG","ps_al_tiebreaker":"AL Tiebreaker","clubscores_message_timezone":"All Times {{timezonename}}. Game times subject to change","date_tonight":"Tonight","stats_fieldingperc_short":"Fielding %","ps_scores_watch_on":"Watch On","stats_pitchestostrikes_abbrev":"NP-S","jays_schedule_footer2":"ESPN Radio will provide live national coverage of all 2017 MLB Postseason games, including the Wild Card Games.","schedule_printable_header":"MLB {{season}} Schedule","ps_nl_tiebreaker":"NL Tiebreaker","stats_position_abbrev":"POS","stats_pitchestostrikes":"Number of Pitches-Strikes","postseason_score_round_header_W":"WORLD SERIES","postseason_score_round_header_D":"DIVISION SERIES","postseason_score_round_header_L":"CHAMPIONSHIP SERIES","postseason_score_round_header_F":"WILD CARD","news_subject_approval":"This story was not subject to the approval of Major League Baseball or its clubs.","news_posted_time":"Posted at","news_game_coverage":"View Full Game Coverage","postseason_score_round_header_R":"TIEBREAKER","ps_tune_in":"Postseason Bracket and Schedule","news_posted_date":"Posted","division_leader_abbrev_205":"C-","division_name_short_201":"East","division_name_short_203":"West","schedule_message_times":"All Times Eastern","news_article_printed":"This article was printed from mlb, originally published","news_posted_from_now":"Posted","division_name_short_205":"Central","schedule_noGamesScheduled":"No games are scheduled for today.","division_name_short_204":"East","division_leader_abbrev_203":"W-","league_114":"Cactus League","away_pitcher":"Away Pitcher","division_name_short_202":"Central","standings_clinched_league_bestrecord":"Clinched Best Record in League","schedule_gametype_exhibition":"Exhibition","division_leader_abbrev_201":"E-","division_leader_abbrev_202":"C-","league_name_short_115":"Grapefruit","schedule_gametype_specialEvents":"Special Events","standings_team":"Team","home_pitcher":"Home Pitcher","league_115":"Grapefruit League","standings_clinched_league":"Clinched League","division_leader_abbrev_200":"W-","scores_pitchingChange":"Pitching Change","division_name_short_200":"West","division_leader_abbrev_204":"E-","ps_scores_full_coverage":"Full Postseason Coverage","league_name_short_114":"Cactus","schedule_gametype_regSeason":"Regular Season","schedule_gametype_springTraining":"Spring Training","schedule_gametype_postseason":"Postseason","schedule_gametype_asg":"All-Star Game","schedule_game_information":"Game times subject to change","schedule_seo_page_description_date":"The official schedule of Major League Baseball including probable pitchers, Gameday, ticket and postseason information.","schedule_seo_page_title_date":"{{date}} Baseball Schedule","schedule_seo_page_description":"The official schedule of Major League Baseball including probable pitchers, Gameday, ticket and postseason information.","schedule_club_dropdown":"Team","schedule_seo_page_title":"Baseball Schedule","standings_header_elim_number_tooltip":"Elimination Number. E# values are mathematical calculations and do not take tiebreakers or remaining schedules into account","standings_advanced_year_seo_title":"{{year}} Baseball Standings","standings_advanced_seo_title":"Baseball Standings","standings_advanced_year_seo_description":"The official {{year}} standings for Major League Baseball.","standings_spring_league_seo_description":"The official Spring Training, Cactus and Grapefruit league standings for Major League Baseball.","standings_mlb_seo_title":"Baseball Standings","standings_mlb_year_seo_description":"The official {{year}} standings for Major League Baseball.","standings_spring_league_year_seo_description":"The official {{year}} Spring Training, Cactus and Grapefruit league standings for Major League Baseball.","standings_advanced_seo_description":"The official standings for Major League Baseball.","standings_spring_league_seo_title":"Spring Training Standings","standings_spring_league_year_seo_title":"{{year}} Spring Training Standings","standings_mlb_year_seo_title":"{{year}} Baseball Standings","standings_wildcardmessage2":"The top two Wild Card teams from each league make the postseason and play each other in a one-game playoff.","standings_game_live":"Live","standings_ties":"T","schedule_completed":"Completed","standings_nav_power_rankings":"Power Rankings","mig_link_view_full_schedule":"View Full Schedule","standings_select_split_season_second_half":"Second-Half Standings","standings_select_view_spring_leagues":"Spring Training Leagues","standings_select_split_season_first_half":"First-Half Standings","standings_select_view":"Select View","standings_header_vsDivision_tooltip":"Record vs. division","standings_select_splits_advanced":"Advanced","standings_select_view_mlb":"MLB","standings_select_splits_standard":"Standard","standings_select_view_division":"Division","standings_nav_ps_projections":"Postseason Projections","standings_header_1run_tooltip":"Record in 1-run games","standings_select_split_season":"Split Season","standings_wild_card_teams_short":"Wild Card","standings_select_splits":"Select Splits","standings_nav_spring_training":"Spring Training","standings_select_view_league":"League","standings_legend_title":"Key","standings_nav_head_to_head":"Head to Head","standings_header_wild_card":"Wild Card","standings_select_season":"Select Season","standings_division_leaders":"Division Leaders","standings_division_leaders_short":"Leaders","standings_header_leaders":"Leaders","standings_nav_tie_breaker":"Tiebreaking Procedures","standings_nav_regular_season":"Regular Season","standings_select_split_season_overall":"Overall Standings","standings_header_extras":"X-Inn","standings_header_vsDivision":"vs. Div","standings_header_1run":"1-Run","standings_header_turf":"Turf","standings_header_grass":"Grass","schedule_opponent":"Opponent","standings_header_night":"Night","standings_header_day":"Day","standings_header_vsW":"vs. W","standings_header_vsC":"vs. C","standings_header_streak_tooltip":"Current Streak","standings_header_vsE":"vs. E","standings_header_XWL_tooltip":"Expected Win-loss Record Based on Runs Scored and Runs Allowed","standings_header_vsALNL":"AL/NL","standings_header_vsLHP_tooltip":"Record vs. Left-handed Starting Pitchers","standings_header_run_diff_tooltip":"Run Differential (runs scored - runs allowed)","standings_header_wildcard_games_back_tooltip":"Wild Card Games Behind","standings_header_vsLHP":"vs. LHP","standings_header_last_game_tooltip":"Last Game","standings_header_vsRHP_tooltip":"Record vs. Right-handed Starting Pitchers","standings_header_win_tooltip":"Wins","standings_header_loss_tooltip":"Losses","standings_header_home_tooltip":"Record at Home","standings_header_winning_percentage_tooltip":"Winning Percentage","standings_header_next_game_tooltip":"Next Game","standings_header_last10_tooltip":"Record in the Last 10 Games","standings_header_vsRHP":"vs. RHP","standings_header_games_back_tooltip":"Games Behind","standings_header_next_game":"NEXT GAME","standings_header_wildcard_elim_number_tooltip":"Elimination Number. E# values are mathematical calculations and do not take tiebreakers or remaining schedules into account","standings_header_XWL":"X-W/L","standings_header_last_game":"LAST GAME","standings_header_500":">.500","standings_header_away":"AWAY","standings_header_home":"HOME","standings_header_streak":"STRK","standings_header_last10":"L10","standings_header_run_diff":"DIFF","standings_header_wildcard_games_back":"WCGB","standings_header_elim_number":"E#","standings_header_games_back":"GB","videos_plural":"Videos","scores_tied_leaders":"{{numPlayers}} tied at","scores_lastplay":"Last play","draft_social_text":"Check out the {{year}} Draft Tracker","standings_header_win":"W","draft_utility_players":"Utility Players","video_header_searchTitle":"Search","video_header_searchPlaceholder":"Search Video","video_of":"of","draft_designated_hitter":"Designated Hitters","stats_pitches_abbrev":"P","video_messageSearchResultsFor":"Search Results for","draft_connection_issue":"There is a network connection issue. Please wait while we reestablish a connection, or try reloading the page.","draft_available_message":"All ranked players have been drafted.","standings_header_loss":"L","standings_header_winning_percentage":"PCT","draft_top_available":"Top Available","video_header_browseMenu":"Browse","video_less_information":"Less Information","btn_clear_filters":"Clear Filters","video_more_information":"More Information","scores_error_message":"Swing and a miss. Loading scores...","livelookin_sponsor":"Live Look In Presented by {{sponsor}}","club_schedule_filters":"Filters","mediawall_related":"Related","stats_strikes_abbrev":"S","draft_no_results":"There are no results that match your current selection.","draft_current_round":"Current Round","game_status_challenge":"Challenge","at_venue":"At {{venueName}}","draft_open_options":"Open Sort Options","club_insider":"Insider","draft_more_content":"More Draft Content","mini_scoreboard_heading":"Scores","scores_full_view":"Full View","draft_live":"Live","draft_eligible_players":"Draft-Eligible Players","draft_notation_note":"Signing bonuses are reported figures. Clubs have not announced or confirmed bonuses.","draft_other":"Other","draft_topavailable_note":"*Number in parentheses denotes player's rank on MLBPipeline.com's Top 200 Prospects List","draft_approx_pick":"Approx. Pick Value","draft_signing_bonus":"Signing Bonus","draft_by_country":"By Country","draft_by_state":"By State","draft_by_school":"By School","draft_by_name":"By Name","draft_by_team":"By Team","draft_by_position":"By Position","draft_infielders":"Infielders","draft_by_round":"By Round","draft_lhp":"Left-Handed Pitchers","draft_shortstop":"Shortstops","draft_position":"Position","draft_pick":"Pick","draft_notation":"Notes on Bonuses","draft_viewing":"Viewing","draft_team":"Team","draft_thirdbase":"Third Basemen","draft_class":"Class","draft_dob":"DOB","draft_player":"Player","draft_outfielders":"Outfielders","draft_secondbase":"Second Basemen","draft_right":"Right Fielders","draft_rhp":"Right-Handed Pitchers","draft_search":"Search Players in this View","draft_catchers":"Catchers","draft_center":"Center Fielders","draft_pos_column":"Pos","draft_bats_throws":"B/T","draft_rd_column":"Rd","draft_school":"School","draft_left":"Left Fielders","draft_state":"State","draft_pitchers":"Pitchers","draft_firstbase":"First Basemen","draft_player_info":"Player Info","draft_name":"Name","draft_undrafted":"Undrafted","draft_rank":"Rank","draft_round":"Round","draft_drafted":"Drafted","draft_results":"Results","draft_all":"All","access_submit":"Tap to submit your ballot","access_change_selections":"Tap to change your selections","access_review_submit":"Tap to Review and Submit your ballot","access_change_pick":"Tap to change your pick","access_write_in":"Tap to write in a player","profile_email_subscriptions":"Email Subscriptions","access_vote":"Tap to vote for","profile_logout":"Log Out","profile_customer_service":"Customer Service","profile_downloads":"Downloads","profile_av_subscriptions":"Audio & Video Subscriptions","profile_payment_profile":"Payment Profile","profile_update_pw":"Update Password","profile_edit_profile":"Account","invalidate_votes_invalidated":"The All-Star votes submitted from your email address have been invalidated.","ballot_mm":"MM","club_schedule_no_gamesfound":"No games match the filters selected.","ballot_dd":"DD","scores_prevgame":"Prev Game","ballot_date_of_birth":"Date of Birth","ballot_email":"E-mail","ballot_zip_postal_code":"Zip/Postal Code","scores_nextgame":"Next Game","ballot_select_country":"Select Country","search_all_results":"See all results for {{searchString}}","game_status_suspended_abbrev":"SUSP","related_links":"Related Links","schedule_more_info":"More Info >>","ballot_yyyy":"YYYY","ballot_select_your_favorite_team":"Select your favorite team","invalidate_back":"BACK TO MLB","ballot_change_pick":"Change Pick >>","coppa_ineligible":"You are ineligible to vote.","tie_abbrev":"T","coppa_sorry":"We're sorry.","invalidate_thanks":"Thanks For Your Feedback!","scores_ppd_original_message":"Postponed: {{reason}}","ballot_write_in_vote":"Write-In Vote","ballot_player_name":"Player Name","game_position_of_abbrev":"OF","game_position_of":"Outfield","ballot_back_to":"Back to","continue":"Continue","close_verb":"Close","schedule_all_promos":"View all promotions","schedule_ticket_away_warning":"You have selected an away game. Tickets for this game will be purchased from the home club. Do you wish to continue?","completed_game_header":"Completed Games","buy_tickets_abbrev_single_t":"T","game_at_two_team":"@","watch":"watch","day_of_the_week":"Day of the Week","game_at_one_team":"@","game_time_gameX":"Game {{gameNumber}}","livelookin_abbrev":"Live Look","header_welcome":"Welcome to the official site of Major League Baseball.","club_header_official_site":"The Official Site of the","schedule_promo_tlink":"Tickets >>","standings_vsdiv":"vs. DIV","standings_wins":"W","standings_vslose":"vs. L","standings_pct_mini":"%","standings_losses":"L","news_comments":"Comments","footer_connect_mlb":"Connect with MLB","news_comment":"Comment","time_zone_pacific_DST":"Pacific Daylight Time","time_zone_pacific_ST":"Pacific Standard Time","schedule_presentedby":"Presented by {{sponsor}}","video_seo_team_description":"The official video page of the {{fullClubName}} with the latest highlights, recaps, Statcast and interviews.","video_seo_team_title":"{{fullClubName}} Videos and Highlights","time_zone_pacific_ST_abbrev":"PST","schedule_subject_to_change_t147":"Game times subject to determination by, among others, MLB and its television partners. Any future start-time changes to these games will also be accompanied by a change in the television partner.","time_zone_mountain_DST":"Mountain Daylight Time","time_zone_mountain_ST_abbrev":"MST","time_zone_mountain":"Mountain Time","time_zone_mountain_DST_abbrev":"MDT","schedule_promotions":"Promotions","time_zone_mountain_ST":"Mountain Standard Time","time_zone_pacific_DST_abbrev":"PDT","schedule_message_timezone_spring":"All Times {{timezonename}} unless otherwise noted. {{springtimezonename}} refers to game time at Spring Training venue.","schedule_subject_to_change":"Subject To Change.","mixedfeed_label":"Trending","time_zone_pacific":"Pacific Time","time_zone_pacific_abbrev":"PT","time_zone_central_ST_abbrev":"CST","time_zone_central_ST":"Central Standard Time","time_zone_central_DST_abbrev":"CDT","time_zone_eastern_ST_abbrev":"EST","time_zone_central_DST":"Central Daylight Time","time_zone_central_abbrev":"CT","time_zone_central":"Central Time","time_zone_eastern_DST_abbrev":"EDT","time_zone_eastern_ST":"Eastern Standard Time","time_zone_eastern_abbrev":"ET","time_zone_eastern_DST":"Eastern Daylight Time","time_zone_eastern":"Eastern Time","social_share_video_text":"Share this video","social_share_article_text":"Share this article","link_share_this":"Share this","link_share_this_article":"Share this article","link_hide_comments":"Hide Comments","link_view_less":"View Less","and":"and","news":"news","article_by":"By","back_to_mlb":"Back to MLB","search_video":"Search Video","content_flag_live":"live","content_flag_video":"video","schedule_seo_title":"{{fullClubName}} Schedule","clubmig_alltickets":"All Tickets","leaders_pitching":"Pitching Leaders","scores_perfectgame_text":"{{playerName}} has a perfect game through {{inningNumber}}.","leaders_batting":"Batting Leaders","scores_teamleaders":"Team Leaders","scores_gameinformation":"Game Information","sponsor_presentedby":"presented by {{sponsor}}","scores_nohitter_team_text":"The {{teamName}} have a combined no-hitter through {{inningNumber}}.","scores_nohitter_text":"{{playerName}} has a no-hitter through {{inningNumber}}.","scores_perfectgame_team_text":"The {{teamName}} have a combined perfect game through {{inningNumber}}.","content_flag_news":"news","clubmig_seriesdropdown":"Series","clubmig_nexthomegames":"Next Home Games","clubmig_fullschedule":"Full Schedule","radio":"Radio","tv":"TV","livelookin":"Live Look In","freegameoftheday_abbrev":"FGOTD","scores_gamesataglance":"Games At a Glance","page_unavailable":"This page is currently unavailable. Please try again.","mlb_legalnotices":"Legal Notices","mlb_copyrightlanguage":"MLBAM, LP. All rights reserved.","mlb_home":"MLB Home","player_highlights":"Player Highlights","stats_playerstiedat":"{{numPlayers}} tied at {{value}}","mlb_contactus":"Contact Us","player_split":"Split","player_news":"Player News","home_connectwiththe":"Connect with the {{teamName}}","game_status_rain":"Rain","player_searchplayersandteams":"Search Players and Teams","game_status_ceremony":"Ceremony","player_lastmonth":"Last Month","game_status_review":"Review","mlb_termsofuse":"Terms of Use","player_nextmonth":"Next Month","mlb_about":"About MLB","player_minors":"Minors","mlb_privacypolicy":"Privacy Policy","player_level":"Level","game_status_mid":"Mid","game_status_delayed_abbrev":"Del","game_status":"Status","player_college":"College","player_highschool":"High School","player_died":"Died","player_age":"Age","player_media":"Media","player_battervspitcher":"Batter vs. Pitcher","player_gamelogs":"Game Logs","player_born":"Born","player_season":"Season","player_season_summary":"Season Summary","stats_projects":"Projections","player_last30_games":"Last 30 Games","stats_advanced_batting":"Advanced Batting","player_summary":"Summary","player_finalgame":"Final Game","stats_mlb_postseason":"Postseason Stats","player_career":"Career","player_side_throws":"Throws","stats_advanced_fielding":"Advanced Fielding","stats_batting":"Batting Stats","player_last10_games":"Last 10 Games","player_gamesbyposition":"Games by Position","stats_pitching":"Pitching Stats","player_side_bats":"Bats","stats_advanced":"Advanced Stats","stats_batting_short":"Batting","player_last3_seasons":"Last 3 Seasons","player_last":"Last","stats_fielding":"Fielding Stats","stats_advanced_pitching":"Advanced Pitching","stats_mlb_postseason_career":"Postseason Career Stats","stats_mlb_career":"MLB Career Stats","schedule_current_batter":"Current Batter","schedule_current_pitcher":"Current Pitcher","schedule_pitcher_losing":"Losing Pitcher","schedule_time":"Time","schedule_pitcher_winning":"Winning Pitcher","schedule_probable_home":"Home Probable","schedule_probable_away":"Away Probable","schedule_matchup":"Matchup","schedule_singlegametickets":"Single Game Tickets","time_ago_hours":"{{hours}} hours ago","time_ago_minutes":"{{minutes}} minutes ago","time_ago_hour":"{{hours}} hour ago","time_ago_minute":"{{minutes}} minute ago","news_latest":"Latest News","stats_walkoffs":"Walkoffs","stats_inheritedrunners":"Inherited Runners","stats_allMLB":"All MLB","stats_runsupportpernine":"Run Support per Nine Innings","stats_pecota_projections":"PECOTA Projections","stats_battingaverageonballsinplay":"Batting Average on Balls in Play","stats_walkoffs_abbrev":"WO","stats_homerspernine_abbrev":"HR/9","stats_pitchesperplateapperance_abbrev":"P/PA","stats_fielding_short":"Fielding","stats_multihitgames":"Multi-hit Games","stats_runsupportpernine_abbrev":"RS/9","stats_multihitgames_abbrev":"MHG","stats_bequeathedrunners":"Bequeathed Runners","stats_homerspernine":"Home Runs per Nine Innings","stats_reachedonerror_abbrev":"ROE","stats_bequeathedrunnerswhoscored":"Bequeathed Runners Who Scored","stats_battingaverageonballsinplay_abbrev":"BABIP","stats_leftonbase":"Left on Base","stats_inheritedrunnerswhoscored":"Inherited Runners Who Scored","stats_bequeathedrunners_abbrev":"BQR","stats_inheritedrunners_abbrev":"IR","stats_inheritedrunnerswhoscored_abbrev":"IR_S","stats_reachedonerror":"Reached on Error","stats_allpositions_abbrev":"All Pos.","stats_bequeathedrunnerswhoscored_abbrev":"BQR_S","stats_splits":"Splits","stats_pitchesperplateapperance":"Pitches per Plate Appearance","stats_pitchespergame":"Pitches per Game","stats_percentofpitchesforstrikes":"Percent of Pitches for Strikes","stats_pitchespergame_abbrev":"P/GS","stats_groundedintodoubleplayopp":"Grounded Into Double Play Opportunities","stats_groundedintodoubleplayopp_abbrev":"GIDPO","stats_qualitystarts":"Quality Starts","stats_inningsatthisposition":"Innings At This Position","stats_inningsatthisposition_abbrev":"INN","stats_qualitystarts_abbrev":"QS","stats_walkspernine_full":"Walks per Nine Innings","stats_totalchanges_abbrev":"TC","stats_whip_full":"Walks + Hits/Innings Pitched","stats_winningpercentage_short":"Winning %","stats_rangefactor":"Range Factor","stats_errors":"Errors","stats_fieldingpercentage_abbrev":"Fielding %","stats_wildpitches":"Wild Pitches","stats_stolenbasepercentage_short":"Stolen Base %","stats_errors_abbrev":"E","stats_winningpercentage":"Winning Percentage","stats_passedballs":"Passed Balls","stats_putouts":"Putouts","stats_putouts_abbrev":"PO","stats_stolenbasepercentage_abbrev":"SBPCT","stats_wildpitches_abbrev":"WP","stats_rangefactor_abbrev":"RF","stats_catcherwildpitches_short":"Catcher WP","stats_catcherwildpitches":"Catcher Wild Pitches","stats_wins_abbrev":"W","stats_assists":"Assists","stats_stolenbases_allowed":"Stolen Bases (allowed)","stats_walkspernine_short":"Walks/9","stats_winningpercentage_abbrev":"WPCT","stats_stolenbasepercentage":"Stolen Base Percentage","stats_catcherwildpitches_abbrev":"CWP","stats_totalchances":"Total Chances","stats_fieldingpercentage":"Fielding Percentage","stats_walkspernine_abbrev":"BB/9","stats_strikeoutspernine_full":"Strikeouts per Nine Innings","stats_strikeoutspernine":"K/9","stats_strikeoutspernine_short":"Strikeouts/9","stats_strikeoutstowalks_ratio":"Strikeout/Walk Ratio","stats_gamesstarted":"Games Started","stats_strikeoutstowalks":"Strikeout/Walk","stats_strikeoutstowalks_abbrev":"K/BB","stats_starts":"Starts","stats_hitspernineinnings":"Hits per Nine Innings","stats_innings":"Innings","stats_inningspitched_abbrev":"IP","stats_hold_plural":"Holds","stats_pitchesperinningpitched":"P/IP","stats_losses":"Losses","stats_opponentsbattingaverage":"Opponents Batting Average","stats_opponentsbattingaverage_abbrev":"Opp. AVG","stats_numberofpitchesthrown":"Number of Pitches Thrown","stats_sluggingpercentageallowed":"Slugging Percentage Allowed","stats_pitchesthrown":"Pitches Thrown","stats_hold_abbrev":"HLD","stats_saves_abbrev":"SV","stats_hitspernineinnings_short":"Hits/9","stats_pitchesper9":"Pitches/9","stats_inningspitched":"Innings Pitched","stats_hold":"Hold","stats_pitchesperinning":"Pitches per Inning","stats_saveopportunities_abbrev":"SVO","stats_pickoffs_abbrev":"PK","stats_shutouts_abbrev":"SHO","stats_saveopportunities":"Save Opportunities","stats_losses_abbrev":"L","stats_hitspernineinnings_abbrev":"H/9","stat_hitsbatsmen_abbrev":"HB","stats_hitbatsmen":"Hit Batsmen","stats_gamesfinished":"Games Finished","stats_gamesfinished_abbrev":"GF","stats_earnedruns":"Earned Runs","stats_earnedrunaverage_abbrev":"ERA","stats_earnedruns_abbrev":"ER","stats_completegames":"Complete Games","stats_totalbattersfaced":"Total Batters Faced","stats_totalbattersfaced_short":"Batters Faced","stats_totalbattersfaced_abbrev":"TBF","stats_balks_abbrev":"BK","stats_balks":"Balks","stats_pitches76through90":"Pitches 76-90","stats_pitches91through105":"Pitches 91-105","stats_pitches106through120":"Pitches 106-120","stats_pitches121orlater":"Pitches 121 or Later","stats_pitches46through60":"Pitches 46-60","stats_pitches16through30":"Pitches 16-30","stats_pitches31through45":"Pitches 31-45","stats_pitches1through15":"Pitches 1-15","stats_pitches61through75":"Pitches 61-75","stats_firstbatter_rponly":"First Batter (RP Only)","stats_pitches76andlater":"Pitches 76 and Later","stats_pitches101andlater":"Pitches 101 and Later","stats_first100pitches":"First 100 Pitches","stats_first75pitches":"First 75 Pitches","stats_pitchcount":"Pitch Count","stats_triples":"Triples","stats_stolenbases_abbrev":"SB","stats_walks_short":"Bases on Balls","stats_onedayofrest":"One Day of Rest","stats_threedaysoforest":"Three Days of Rest","stats_strikeouts_abbrev":"SO","stats_twodaysofrest":"Two Days of Rest","stats_totalbases_abbrev":"TB","stats_walks_abbrev":"BB","stats_reliever":"Reliever","stats_walks":"Walks","stats_balls":"Balls","stats_vsbatter":"vs. Batter","stats_totalbases":"Total Bases","stats_fiveplusdaysofrest":"Five Plus Days of Rest","stats_allopponentsfacedd":"All Opponents Faced","stats_starter":"Starter","stats_triples_abbrev":"3B","stats_pitches":"Pitches","stats_firstinningpitched":"First Inning Pitched","stats_fourdaysofrest":"Four Days of Rest","stats_sluggingpercentage":"Slugging Percentage","stats_sluggingpercentage_short":"Slugging %","stats_sluggingpercentage_abbrev":"SLG","stats_sacrifice_flies":"Sacrifice Flies","stats_sacrifice_flies_abbrev":"SF","stats_sacrifice_full":"Sacrifice Bunts","stats_sacrifice_abbrev":"SAC","stats_runs_scored":"Runs Scored","stats_runs_abbrev":"R","stats_runsbattedin_abbrev":"RBI","stats_plateappearances":"Plate Appearances","stats_plateappearances_abbrev":"PA","stats_totalpa":"Total Plate Appearances","stats_onbaseplusslugging_full":"On-base Plus Slugging Percentage","stats_onbasepercentage_abbrev":"OBP","stats_onbaseplusslugging":"On Base Plus Slugging","stats_outs_groundoutstoflyouts":"Ground Outs/Fly Outs","stats_onbasepercentage_short":"On-base %","stats_homerun_abbrev":"HR","stats_game_abbrev":"G","stats_onbaseplusslugging_abbrev":"OPS","stats_games":"Games","stats_intentionalwalks":"Intentional Walks","stats_outs_ground_abbrev":"GO","stats_outs_groundoutstoairouts":"Ground Outs/Air Outs","stats_flyouts_abbrev":"AO","stats_doubles":"Doubles","stats_outs_groundtofly_abbrev":"GO/AO","stats_hitbypitch_stats":"HBP","stats_onbasepercentage_full":"On-base Percentage","stats_extrabasehits_abbrev":"XBH","stats_hitbypitch":"Hit by Pitch","stats_intentionalwalks_abbrev":"IBB","stats_hits":"Hits","stats_extrabasehits":"Extra Base Hits","states_doubles_abbrev":"2B","stats_hits_abbrev":"H","stats_flyouts":"Fly Outs","stats_outs_groundtofly":"Ground/Fly Outs","stats_outs_ground":"Ground Outs","stats_numberofpitches":"Number of Pitches","stats_numberofpitches_abbrev":"NP","stats_doubleplay_ground":"Ground into Double Plays","stats_doubleplays":"Double Plays","stats_doubleplay_ground_abbrev":"GIDP","stats_caughtstealing":"Caught Stealing","stats_caughtstealing_abbrev":"CS","stats_battingaverage_short":"Average","stats_atbat_plural":"At Bats","stats_atbat":"AB","stats_battingaverage_abbrev":"AVG","game_runner_atsecond":"Runner at 2nd","game_count_ahead":"Ahead in Count","game_runner_atsecondandthird":"Runners at 2nd & 3rd","game_count_unknown":"Unknown or no Count","game_runner_scoringposition":"Scoring Position","game_runner_atthirdlessthantwoouts":"3rd, Less than 2 Outs","game_runner_atfirstandthird":"Runners at 1st & 3rd","game_runner_scoringposition_twoouts":"Scoring Position - 2 Outs","game_count_even":"Even Count","game_runner_atthird":"Runner at 3rd","game_runner_on":"Runners On","game_count_behind":"Behind in Count","game_runner_on_twoouts":"Runners On - 2 Outs","game_count_full":"Full Count","game_count":"{{balls}}-{{strikes}} count","game_count_twostrikes":"Two Strikes","game_runner_atfirstandsecond":"Runners at 1st & 2nd","game_runner_atfirst":"Runner at 1st","game_bases_loaded":"Bases Loaded","game_bases_empty":"Bases Empty","game_bases_emptynotleadoff":"Empty (Not Leadoff)","game_leadingoff":"Leading Off","game_runnings":"Runners","game_innings_ninthorlater":"Ninth or Later","game_innings_eighthorlater":"Eighth or Later","game_innings_seventhorlater":"Seventh or Later","game_innings_onetosix":"Innings One to Six","game_inning_extras":"Extra Innings","game_inning_9":"Ninth Inning","game_inning_8":"Eighth Inning","game_inning_7":"Seventh Inning","game_inning_6":"Sixth Inning","game_inning_3":"Third Inning","game_position_ss_abbrev":"SS","game_inning_1":"First Inning","game_position_rf_abbrev":"RF","game_position_3b_abbrev":"3B","game_inning":"Inning","game_position_cf_abbrev":"CF","game_position_ph_abbrev":"PH","game_position_dh_abbrev":"DH","game_inning_4":"Fourth Inning","game_position_pr":"Pinch Runner","game_position_lf_abbrev":"LF","game_position_ph":"Pinch Hitter","game_inning_2":"Second Inning","game_inning_5":"Fifth Inning","game_position_1b_abbrev":"1B","game_position_2b_abbrev":"2B","game_position_c_abbrev":"C","game_position_p_abbrev":"P","game_position_p":"Pitcher","game_batting_9":"Batting Ninth","game_batting_8":"Batting Eighth","game_batting_7":"Batting Seventh","game_position":"Position","game_batting_6":"Batting Sixth","game_batting_2":"Batting Second","game_batting_5":"Batting Fifth","game_batting_4":"Batting Fourth","game_batting_3":"Batting Third","game_order":"Order","game_batting_1":"Batting First","game_result":"Result","game_tied":"Score is tied","standings_ingames_followingwin":"In games following a win","standings_onturf":"Turf","standings_allstar_post":"Post All-Star","standings_games_today":"Today's Game","standings_allstar_pre":"Pre All-Star","standings_vs_al":"vs. AL","game_teambehind":"Team is behind","standings_opponent":"Opponent","standings_ingame_lost":"In games lost by team","game_teamahead":"Team is ahead","game_lateandclose":"Late / Close","standings_ingame_won":"In games won by team","standings_day":"Day","standings_timeframe":"Timeframe","standings_ongrass":"Grass","standings_ingames_followingloss":"In games following a loss","game_score":"Score","game_vs_right":"vs Right","game_vs_left":"vs Left","game_batting_right":"Batting Right","game_batting_left":"Batting Left","game_atbat":"At-Bat","standings_vs_c":"vs. C","standings_vs_nl":"vs. NL","standings_vs_e":"vs. E","standings_vs_w":"vs. W","standings_games_day":"Day Games","standings_games_night":"Night Games","standings_games_home":"Home Games","standings_games_away":"Away Games","standings_LOB":"LOB","standings_batting":"Batting","standings_hitting":"Hitting","standings_clinched_division_bestrecord":"Clinched Division and Best Record in League","standings_clinched_wildcard":"Clinched Wild Card","standings_shutout":"Shutout","standings_expectedwl":"X-W/L","standings_wildcard_eliminationnumber_abbrev":"WCE","standings_streak":"STRK","stats_label_viewlessawards":"View Less Awards and Honors","standings_wildcard_gamesback_abbrev":"WCGB","standings_vsleft":"vs. L","standings_today":"Today","standings_lastten":"L10","standings_pct":"PCT","standings_vsright":"vs. R","standings_runsscored":"RS","standings_next":"Next","standings_previous":"Previous","standings_blowout":"Blowout","standings_lastgame":"Last Game","roster_label_latesttransactions":"Latest Transactions","standings_clinched_playoffberth":"Clinched Playoff Berth","standings_gamesback_abbrev":"GB","standings_extra":"XTRA","standings_onerun":"1-RUN","standings_rdiff":"R-DIFF","standings_vswin":"vs W","standings_expectedwl_season":"X-W/L Seas","standings_runsallowed":"RA","standings_clinched_division":"Clinched Division","stats_label_viewmoreawards":"View More Awards","stats_label_honors":"Honors","stats_label_awards":"Awards","stats_label_leaderboards":"Leaderboards","stats_label_awardshonors":"Awards y Honors","stats_label":"Leaders","sections_schedule":"Schedule & Results","sections_scoreboard":"Scoreboard","sections_schedule_calendar":"Calendar","roster_label_transactionsandcareer":"Transactions y Career Path","roster_label_viewless":"View Less Transactions","roster_name":"Name","roster_message_notransactions":"No transactions found.","sections_news":"News","sections_teams":"Teams","schedule_tooltip_addtocal":"Add to Calendar","schedule_tooltip_printable":"Printable Schedule","schedule_tooltip_fullseason":"Full Season View","schedule_tooltip_list":"List View","schedule_tooltip_grid":"Grid View","schedule_upcominggames":"Upcoming Games","schedule_inprogress":"In Progress","schedule_completedgames":"Completed Games","league_103_abbrev":"AL","league_104":"National League","league_spring_grapefruit":"Grapefruit League","league_spring_cactus":"Cactus League","league_160":"World Baseball Classic","league_160_abbrev":"WBC","league_104_abbrev":"NL","team135_cid":"sd","team136_fullname":"Seattle Mariners","team138_fullname":"St. Louis Cardinals","team136_nickname":"Mariners","team139_nickname":"Rays","team139_fullname":"Tampa Bay Rays","team141_nickname":"Blue Jays","team140_cid":"tex","team141_location":"Toronto","team138_nickname":"Cardinals","team135_nickname":"Padres","team137_fullname":"San Francisco Giants","team137_location":"San Francisco","team140_location":"Texas","team137_cid":"sf","team138_cid":"stl","team136_cid":"sea","team141_cid":"tor","team140_fullname":"Texas Rangers","team139_location":"Tampa Bay","team139_cid":"tb","team138_location":"St. Louis","team136_location":"Seattle","team137_nickname":"Giants","team140_nickname":"Rangers","team120_cid":"was","league_103":"American League","team120_nickname":"Nationals","team120_fullname":"Washington Nationals","team120_location":"Washington","team135_location":"San Diego","team135_fullname":"San Diego Padres","team134_cid":"pit","team134_nickname":"Pirates","team143_location":"Philadelphia","team143_nickname":"Phillies","team134_location":"Pittsburgh","team143_cid":"phi","team134_fullname":"Pittsburgh Pirates","team143_fullname":"Philadelphia Phillies","team142_fullname":"Minnesota Twins","team146_cid":"mia","team133_cid":"oak","team142_nickname":"Twins","team121_fullname":"New York Mets","team158_cid":"mil","team158_fullname":"Milwaukee Brewers","team147_cid":"nyy","team121_location":"New York (NL)","team146_location":"Miami","team147_location":"New York (AL)","team147_fullname":"New York Yankees","team142_cid":"min","team146_fullname":"Miami Marlins","team133_nickname":"Athletics","team121_nickname":"Mets","team158_location":"Milwaukee","team142_location":"Minnesota","team146_nickname":"Marlins","team121_cid":"nym","team158_nickname":"Brewers","team147_nickname":"Yankees","team119_cid":"la","team119_nickname":"Dodgers","team119_location":"Los Angeles","team119_fullname":"Los Angeles Dodgers","team108_cid":"ana","team108_nickname":"Angels","team108_location":"Los Angeles","team108_fullname":"Los Angeles Angels","team118_cid":"kc","team118_nickname":"Royals","team118_location":"Kansas City","team118_fullname":"Kansas City Royals","team117_cid":"hou","team117_nickname":"Astros","team117_fullname":"Houston Astros","team117_location":"Houston","team115_cid":"col","team116_location":"Detroit","team112_location":"Chicago (NL)","team115_location":"Colorado","team116_fullname":"Detroit Tigers","team113_nickname":"Reds","team116_cid":"det","team115_nickname":"Rockies","team114_location":"Cleveland","team115_fullname":"Colorado Rockies","team114_cid":"cle","team116_nickname":"Tigers","team113_cid":"cin","team113_location":"Cincinnati","team113_fullname":"Cincinnati Reds","team145_cid":"cws","team145_nickname":"White Sox","team145_location":"Chicago (AL)","team145_fullname":"Chicago White Sox","team112_nickname":"Cubs","team112_cid":"chc","team112_fullname":"Chicago Cubs","team111_cid":"bos","team111_nickname":"Red Sox","team111_location":"Boston","team111_fullname":"Boston Red Sox","team110_cid":"bal","team110_location":"Baltimore","team110_nickname":"Orioles","team110_fullname":"Baltimore Orioles","team144_cid":"atl","team144_nickname":"Braves","postseason_series_begins":"{{SeriesAbbrev}} begins on {{date}}","postseason_leagueseries":"League Championship Series","schedule_gamelocation_home":"Home","team109_cid":"ari","schedule_splitsquad":"Split Squad","postseason_worldseries":"World Series","schedule_promotion_abbrev":"Promo","schedule_promotion":"Promotion","schedule_message_timezone":"All Times {{timezonename}} unless otherwise noted","header_searchplaceholder":"Search","schedule_sponsor_hotel":"Hotel","postseason_divisionseries":"Division Series","team144_fullname":"Atlanta Braves","header_sectionsbutton":"Sections","postseason_worldseries_abbrev":"WS","schedule_gamelocation_away":"Away","schedule_networklabel":"Network","team109_location":"Arizona","schedule_splitsquad_abbrev":"(SS)","schedule_sponsor_flight":"Flight","team109_nickname":"D-backs","team109_fullname":"Arizona Diamondbacks","team144_location":"Atlanta","postseason_cumulative":"Postseason Cumulative","season_type_regseason":"Reg. season","season_type_regularseason":"Regular Season","season_type_spring":"Spring Training","season_type_exhibition":"Exhibition","season_type_postseason":"Postseason","date_friday":"Friday","date_thursday":"Thursday","date_tuesday":"Tuesday","date_monday":"Monday","headToHead":"#","date_sunday":"Sunday","psProbabilities":"http://mlb.mlb.com/mlb/standings/probability.jsp","tieBreakingProcedures":"https://www.mlb.com/news/playoff-tiebreaker-rules/c-59527184","draft_bats":"Bats","powerRankings":"#","draft_throws":"Throws","draft_height":"Height","draft_pick_value":"Pick Value","draft_reset":"Reset","draft_weight":"Weight","home_run_tracker_label":"Home Run Tracker","youtube_label":"Live on YouTube - Watch Free","youtube_abbrev_label":"YouTube","no_splits":"None","home_run_derby_label":"Home Run Derby","select_splits":"Select a Split","draft_overall_pick":"Overall Pick","ps_bracket_soon":"Bracket coming soon","stats_no_results":"Sorry, no results","stats_adjust_filters":"Please adjust your filters"}; window.i18n_dictionary.__ = function __(key, fallBackText){ return this[key] ? this[key] : (fallBackText || ''); }; }()); </script> <!-- team info--> <script type="text/javascript"> (function(){ window.team_info = [{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":133,"name":"Athletics","link":"/api/v1/teams/133","season":2025,"venue":{"id":2529,"name":"Sutter Health Park","link":"/api/v1/venues/2529","location":{"address1":"400 Ballpark Drive","city":"Sacramento","state":"California","stateAbbrev":"CA","postalCode":"95691","defaultCoordinates":{"latitude":38.57994,"longitude":-121.51246},"country":"USA","phone":"916-371-HITS"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2025"},"springVenue":{"id":2507,"link":"/api/v1/venues/2507"},"teamCode":"ath","fileCode":"ath","abbreviation":"ATH","teamName":"Athletics","locationName":"Sacramento","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":200,"name":"American League West","link":"/api/v1/divisions/200"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Athletics","franchiseName":"Athletics","clubName":"Athletics","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":134,"name":"Pittsburgh Pirates","link":"/api/v1/teams/134","season":2025,"venue":{"id":31,"name":"PNC Park","link":"/api/v1/venues/31","location":{"address1":"115 Federal Street","city":"Pittsburgh","state":"Pennsylvania","stateAbbrev":"PA","postalCode":"15212","defaultCoordinates":{"latitude":40.446904,"longitude":-80.005753},"azimuthAngle":116,"elevation":780,"country":"USA","phone":"(412) 323-5000"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":2526,"link":"/api/v1/venues/2526"},"teamCode":"pit","fileCode":"pit","abbreviation":"PIT","teamName":"Pirates","locationName":"Pittsburgh","firstYearOfPlay":"1882","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":205,"name":"National League Central","link":"/api/v1/divisions/205"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Pittsburgh","franchiseName":"Pittsburgh","clubName":"Pirates","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":135,"name":"San Diego Padres","link":"/api/v1/teams/135","season":2025,"venue":{"id":2680,"name":"Petco Park","link":"/api/v1/venues/2680","location":{"address1":"100 Park Boulevard","city":"San Diego","state":"California","stateAbbrev":"CA","postalCode":"92101","defaultCoordinates":{"latitude":32.707861,"longitude":-117.157278},"azimuthAngle":0,"elevation":23,"country":"USA","phone":"(619) 795-5000"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2025"},"springVenue":{"id":2530,"link":"/api/v1/venues/2530"},"teamCode":"sdn","fileCode":"sd","abbreviation":"SD","teamName":"Padres","locationName":"San Diego","firstYearOfPlay":"1968","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":203,"name":"National League West","link":"/api/v1/divisions/203"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"San Diego","franchiseName":"San Diego","clubName":"Padres","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":136,"name":"Seattle Mariners","link":"/api/v1/teams/136","season":2025,"venue":{"id":680,"name":"T-Mobile Park","link":"/api/v1/venues/680","location":{"address1":"P.O. Box 4100","city":"Seattle","state":"Washington","stateAbbrev":"WA","postalCode":"98104","defaultCoordinates":{"latitude":47.591333,"longitude":-122.33251},"azimuthAngle":49,"elevation":10,"country":"USA","phone":"(206) 346-4000"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2025"},"springVenue":{"id":2530,"link":"/api/v1/venues/2530"},"teamCode":"sea","fileCode":"sea","abbreviation":"SEA","teamName":"Mariners","locationName":"Seattle","firstYearOfPlay":"1977","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":200,"name":"American League West","link":"/api/v1/divisions/200"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Seattle","franchiseName":"Seattle","clubName":"Mariners","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":137,"name":"San Francisco Giants","link":"/api/v1/teams/137","season":2025,"venue":{"id":2395,"name":"Oracle Park","link":"/api/v1/venues/2395","location":{"address1":"24 Willie Mays Plaza","city":"San Francisco","state":"California","stateAbbrev":"CA","postalCode":"94107","defaultCoordinates":{"latitude":37.778383,"longitude":-122.389448},"azimuthAngle":85,"elevation":0,"country":"USA","phone":"(415) 972-2000"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2025"},"springVenue":{"id":2532,"link":"/api/v1/venues/2532"},"teamCode":"sfn","fileCode":"sf","abbreviation":"SF","teamName":"Giants","locationName":"San Francisco","firstYearOfPlay":"1883","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":203,"name":"National League West","link":"/api/v1/divisions/203"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"San Francisco","franchiseName":"San Francisco","clubName":"Giants","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":138,"name":"St. Louis Cardinals","link":"/api/v1/teams/138","season":2025,"venue":{"id":2889,"name":"Busch Stadium","link":"/api/v1/venues/2889","location":{"address1":"700 Clark Street","city":"St. Louis","state":"Missouri","stateAbbrev":"MO","postalCode":"63102","defaultCoordinates":{"latitude":38.62256667,"longitude":-90.19286667},"azimuthAngle":62,"elevation":460,"country":"USA","phone":"(314) 345-9600"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2025"},"springVenue":{"id":2520,"link":"/api/v1/venues/2520"},"teamCode":"sln","fileCode":"stl","abbreviation":"STL","teamName":"Cardinals","locationName":"St. Louis","firstYearOfPlay":"1892","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":205,"name":"National League Central","link":"/api/v1/divisions/205"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"St. Louis","franchiseName":"St. Louis","clubName":"Cardinals","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":139,"name":"Tampa Bay Rays","link":"/api/v1/teams/139","season":2025,"venue":{"id":2523,"name":"George M. Steinbrenner Field","link":"/api/v1/venues/2523","location":{"address1":"1 Steinbrenner Drive","city":"Tampa","state":"Florida","stateAbbrev":"FL","postalCode":"33614","defaultCoordinates":{"latitude":27.97997,"longitude":-82.50702},"country":"USA"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":2534,"link":"/api/v1/venues/2534"},"teamCode":"tba","fileCode":"tb","abbreviation":"TB","teamName":"Rays","locationName":"Tampa","firstYearOfPlay":"1996","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":201,"name":"American League East","link":"/api/v1/divisions/201"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Tampa Bay","franchiseName":"Tampa Bay","clubName":"Rays","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":140,"name":"Texas Rangers","link":"/api/v1/teams/140","season":2025,"venue":{"id":5325,"name":"Globe Life Field","link":"/api/v1/venues/5325","location":{"address1":"734 Stadium Drive","city":"Arlington","state":"Texas","stateAbbrev":"TX","postalCode":"76011","defaultCoordinates":{"latitude":32.747299,"longitude":-97.081818},"azimuthAngle":30,"elevation":545,"country":"USA","phone":"(817) 533-1972"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2025"},"springVenue":{"id":2603,"link":"/api/v1/venues/2603"},"teamCode":"tex","fileCode":"tex","abbreviation":"TEX","teamName":"Rangers","locationName":"Arlington","firstYearOfPlay":"1961","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":200,"name":"American League West","link":"/api/v1/divisions/200"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Texas","franchiseName":"Texas","clubName":"Rangers","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":141,"name":"Toronto Blue Jays","link":"/api/v1/teams/141","season":2025,"venue":{"id":14,"name":"Rogers Centre","link":"/api/v1/venues/14","location":{"address1":"1 Blue Jays Way, Suite 3200","city":"Toronto","state":"Ontario","stateAbbrev":"ON","postalCode":"M5V1J1","defaultCoordinates":{"latitude":43.64155,"longitude":-79.38915},"azimuthAngle":345,"elevation":270,"country":"Canada","phone":"(416) 341-1000"},"timeZone":{"id":"America/Toronto","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":2536,"link":"/api/v1/venues/2536"},"teamCode":"tor","fileCode":"tor","abbreviation":"TOR","teamName":"Blue Jays","locationName":"Toronto","firstYearOfPlay":"1977","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":201,"name":"American League East","link":"/api/v1/divisions/201"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Toronto","franchiseName":"Toronto","clubName":"Blue Jays","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":142,"name":"Minnesota Twins","link":"/api/v1/teams/142","season":2025,"venue":{"id":3312,"name":"Target Field","link":"/api/v1/venues/3312","location":{"address1":"1 Twins Way","city":"Minneapolis","state":"Minnesota","stateAbbrev":"MN","postalCode":"55403","defaultCoordinates":{"latitude":44.981829,"longitude":-93.277891},"azimuthAngle":129,"elevation":597,"country":"USA","phone":"(612) 659-3400"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2025"},"springVenue":{"id":2862,"link":"/api/v1/venues/2862"},"teamCode":"min","fileCode":"min","abbreviation":"MIN","teamName":"Twins","locationName":"Minneapolis","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":202,"name":"American League Central","link":"/api/v1/divisions/202"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Minnesota","franchiseName":"Minnesota","clubName":"Twins","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":143,"name":"Philadelphia Phillies","link":"/api/v1/teams/143","season":2025,"venue":{"id":2681,"name":"Citizens Bank Park","link":"/api/v1/venues/2681","location":{"address1":"One Citizens Bank Way","city":"Philadelphia","state":"Pennsylvania","stateAbbrev":"PA","postalCode":"19148","defaultCoordinates":{"latitude":39.90539086,"longitude":-75.16716957},"azimuthAngle":9,"elevation":20,"country":"USA","phone":"(215) 463-6000"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":2700,"link":"/api/v1/venues/2700"},"teamCode":"phi","fileCode":"phi","abbreviation":"PHI","teamName":"Phillies","locationName":"Philadelphia","firstYearOfPlay":"1883","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":204,"name":"National League East","link":"/api/v1/divisions/204"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Philadelphia","franchiseName":"Philadelphia","clubName":"Phillies","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":144,"name":"Atlanta Braves","link":"/api/v1/teams/144","season":2025,"venue":{"id":4705,"name":"Truist Park","link":"/api/v1/venues/4705","location":{"address1":"755 Battery Avenue","city":"Atlanta","state":"Georgia","stateAbbrev":"GA","postalCode":"30339","defaultCoordinates":{"latitude":33.890672,"longitude":-84.467641},"azimuthAngle":145,"elevation":1001,"country":"USA"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":5380,"link":"/api/v1/venues/5380"},"teamCode":"atl","fileCode":"atl","abbreviation":"ATL","teamName":"Braves","locationName":"Atlanta","firstYearOfPlay":"1871","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":204,"name":"National League East","link":"/api/v1/divisions/204"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Atlanta","franchiseName":"Atlanta","clubName":"Braves","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":145,"name":"Chicago White Sox","link":"/api/v1/teams/145","season":2025,"venue":{"id":4,"name":"Rate Field","link":"/api/v1/venues/4","location":{"address1":"333 West 35th Street","city":"Chicago","state":"Illinois","stateAbbrev":"IL","postalCode":"60616","defaultCoordinates":{"latitude":41.83,"longitude":-87.634167},"azimuthAngle":127,"elevation":595,"country":"USA","phone":"(312) 674-1000"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2025"},"springVenue":{"id":3809,"link":"/api/v1/venues/3809"},"teamCode":"cha","fileCode":"cws","abbreviation":"CWS","teamName":"White Sox","locationName":"Chicago","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":202,"name":"American League Central","link":"/api/v1/divisions/202"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Chi White Sox","franchiseName":"Chicago","clubName":"White Sox","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":146,"name":"Miami Marlins","link":"/api/v1/teams/146","season":2025,"venue":{"id":4169,"name":"loanDepot park","link":"/api/v1/venues/4169","location":{"address1":"501 Marlins Way","city":"Miami","state":"Florida","stateAbbrev":"FL","postalCode":"33125","defaultCoordinates":{"latitude":25.77796236,"longitude":-80.21951795},"azimuthAngle":128,"elevation":10,"country":"USA"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":2520,"link":"/api/v1/venues/2520"},"teamCode":"mia","fileCode":"mia","abbreviation":"MIA","teamName":"Marlins","locationName":"Miami","firstYearOfPlay":"1991","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":204,"name":"National League East","link":"/api/v1/divisions/204"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Miami","franchiseName":"Miami","clubName":"Marlins","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":147,"name":"New York Yankees","link":"/api/v1/teams/147","season":2025,"venue":{"id":3313,"name":"Yankee Stadium","link":"/api/v1/venues/3313","location":{"address1":"One East 161st Street","city":"Bronx","state":"New York","stateAbbrev":"NY","postalCode":"10451","defaultCoordinates":{"latitude":40.82919482,"longitude":-73.9264977},"azimuthAngle":75,"elevation":55,"country":"USA","phone":"(718) 293-4300"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":2523,"link":"/api/v1/venues/2523"},"teamCode":"nya","fileCode":"nyy","abbreviation":"NYY","teamName":"Yankees","locationName":"Bronx","firstYearOfPlay":"1903","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":201,"name":"American League East","link":"/api/v1/divisions/201"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"NY Yankees","franchiseName":"New York","clubName":"Yankees","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":158,"name":"Milwaukee Brewers","link":"/api/v1/teams/158","season":2025,"venue":{"id":32,"name":"American Family Field","link":"/api/v1/venues/32","location":{"address1":"One Brewers Way","city":"Milwaukee","state":"Wisconsin","stateAbbrev":"WI","postalCode":"53214","defaultCoordinates":{"latitude":43.02838,"longitude":-87.97099},"azimuthAngle":129,"elevation":597,"country":"USA","phone":"(414) 902-4400"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2025"},"springVenue":{"id":2518,"link":"/api/v1/venues/2518"},"teamCode":"mil","fileCode":"mil","abbreviation":"MIL","teamName":"Brewers","locationName":"Milwaukee","firstYearOfPlay":"1968","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":205,"name":"National League Central","link":"/api/v1/divisions/205"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Milwaukee","franchiseName":"Milwaukee","clubName":"Brewers","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":108,"name":"Los Angeles Angels","link":"/api/v1/teams/108","season":2025,"venue":{"id":1,"name":"Angel Stadium","link":"/api/v1/venues/1","location":{"address1":"2000 Gene Autry Way","city":"Anaheim","state":"California","stateAbbrev":"CA","postalCode":"92806","defaultCoordinates":{"latitude":33.80019044,"longitude":-117.8823996},"azimuthAngle":43.61,"elevation":151,"country":"USA","phone":"(714) 940-2000"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2025"},"springVenue":{"id":2500,"link":"/api/v1/venues/2500"},"teamCode":"ana","fileCode":"ana","abbreviation":"LAA","teamName":"Angels","locationName":"Anaheim","firstYearOfPlay":"1961","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":200,"name":"American League West","link":"/api/v1/divisions/200"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"LA Angels","franchiseName":"Los Angeles","clubName":"Angels","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":109,"name":"Arizona Diamondbacks","link":"/api/v1/teams/109","season":2025,"venue":{"id":15,"name":"Chase Field","link":"/api/v1/venues/15","location":{"address1":"401 East Jefferson Street","city":"Phoenix","state":"Arizona","stateAbbrev":"AZ","postalCode":"85004","defaultCoordinates":{"latitude":33.445302,"longitude":-112.066687},"azimuthAngle":0,"elevation":1086,"country":"USA","phone":"(602) 462-6500"},"timeZone":{"id":"America/Phoenix","offset":-7,"offsetAtGameTime":-7,"tz":"MST"},"active":true,"season":"2025"},"springVenue":{"id":4249,"link":"/api/v1/venues/4249"},"teamCode":"ari","fileCode":"ari","abbreviation":"AZ","teamName":"D-backs","locationName":"Phoenix","firstYearOfPlay":"1996","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":203,"name":"National League West","link":"/api/v1/divisions/203"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Arizona","franchiseName":"Arizona","clubName":"Diamondbacks","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":110,"name":"Baltimore Orioles","link":"/api/v1/teams/110","season":2025,"venue":{"id":2,"name":"Oriole Park at Camden Yards","link":"/api/v1/venues/2","location":{"address1":"333 West Camden Street","city":"Baltimore","state":"Maryland","stateAbbrev":"MD","postalCode":"21201","defaultCoordinates":{"latitude":39.283787,"longitude":-76.621689},"azimuthAngle":31,"elevation":33,"country":"USA","phone":"(410) 685-9800"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":2508,"link":"/api/v1/venues/2508"},"teamCode":"bal","fileCode":"bal","abbreviation":"BAL","teamName":"Orioles","locationName":"Baltimore","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":201,"name":"American League East","link":"/api/v1/divisions/201"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Baltimore","franchiseName":"Baltimore","clubName":"Orioles","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":111,"name":"Boston Red Sox","link":"/api/v1/teams/111","season":2025,"venue":{"id":3,"name":"Fenway Park","link":"/api/v1/venues/3","location":{"address1":"4 Yawkey Way","city":"Boston","state":"Massachusetts","stateAbbrev":"MA","postalCode":"02215","defaultCoordinates":{"latitude":42.346456,"longitude":-71.097441},"azimuthAngle":45,"elevation":21,"country":"USA","phone":"(617) 267-9440"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":4309,"link":"/api/v1/venues/4309"},"teamCode":"bos","fileCode":"bos","abbreviation":"BOS","teamName":"Red Sox","locationName":"Boston","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":201,"name":"American League East","link":"/api/v1/divisions/201"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Boston","franchiseName":"Boston","clubName":"Red Sox","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":112,"name":"Chicago Cubs","link":"/api/v1/teams/112","season":2025,"venue":{"id":17,"name":"Wrigley Field","link":"/api/v1/venues/17","location":{"address1":"1060 West Addison","city":"Chicago","state":"Illinois","stateAbbrev":"IL","postalCode":"60613-4397","defaultCoordinates":{"latitude":41.948171,"longitude":-87.655503},"azimuthAngle":37,"elevation":595,"country":"USA","phone":"(773) 404-2827"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2025"},"springVenue":{"id":4629,"link":"/api/v1/venues/4629"},"teamCode":"chn","fileCode":"chc","abbreviation":"CHC","teamName":"Cubs","locationName":"Chicago","firstYearOfPlay":"1874","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":205,"name":"National League Central","link":"/api/v1/divisions/205"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Chi Cubs","franchiseName":"Chicago","clubName":"Cubs","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":113,"name":"Cincinnati Reds","link":"/api/v1/teams/113","season":2025,"venue":{"id":2602,"name":"Great American Ball Park","link":"/api/v1/venues/2602","location":{"address1":"100 Main Street","city":"Cincinnati","state":"Ohio","stateAbbrev":"OH","postalCode":"45202-4109","defaultCoordinates":{"latitude":39.097389,"longitude":-84.506611},"azimuthAngle":122,"elevation":535,"country":"USA","phone":"(513) 765-7000"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":3834,"link":"/api/v1/venues/3834"},"teamCode":"cin","fileCode":"cin","abbreviation":"CIN","teamName":"Reds","locationName":"Cincinnati","firstYearOfPlay":"1882","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":205,"name":"National League Central","link":"/api/v1/divisions/205"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Cincinnati","franchiseName":"Cincinnati","clubName":"Reds","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":114,"name":"Cleveland Guardians","link":"/api/v1/teams/114","season":2025,"venue":{"id":5,"name":"Progressive Field","link":"/api/v1/venues/5","location":{"address1":"2401 Ontario Street","city":"Cleveland","state":"Ohio","stateAbbrev":"OH","postalCode":"44115","defaultCoordinates":{"latitude":41.495861,"longitude":-81.685255},"azimuthAngle":0,"elevation":653,"country":"USA","phone":"(216) 420-4200"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":3834,"link":"/api/v1/venues/3834"},"teamCode":"cle","fileCode":"cle","abbreviation":"CLE","teamName":"Guardians","locationName":"Cleveland","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":202,"name":"American League Central","link":"/api/v1/divisions/202"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Cleveland","franchiseName":"Cleveland","clubName":"Guardians","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":115,"name":"Colorado Rockies","link":"/api/v1/teams/115","season":2025,"venue":{"id":19,"name":"Coors Field","link":"/api/v1/venues/19","location":{"address1":"2001 Blake Street","city":"Denver","state":"Colorado","stateAbbrev":"CO","postalCode":"80205-2000","defaultCoordinates":{"latitude":39.756042,"longitude":-104.994136},"azimuthAngle":4,"elevation":5190,"country":"USA","phone":"(303) 292-0200"},"timeZone":{"id":"America/Denver","offset":-7,"offsetAtGameTime":-7,"tz":"MST"},"active":true,"season":"2025"},"springVenue":{"id":4249,"link":"/api/v1/venues/4249"},"teamCode":"col","fileCode":"col","abbreviation":"COL","teamName":"Rockies","locationName":"Denver","firstYearOfPlay":"1992","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":203,"name":"National League West","link":"/api/v1/divisions/203"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Colorado","franchiseName":"Colorado","clubName":"Rockies","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":116,"name":"Detroit Tigers","link":"/api/v1/teams/116","season":2025,"venue":{"id":2394,"name":"Comerica Park","link":"/api/v1/venues/2394","location":{"address1":"2100 Woodward Avenue","city":"Detroit","state":"Michigan","stateAbbrev":"MI","postalCode":"48201","defaultCoordinates":{"latitude":42.3391151,"longitude":-83.048695},"azimuthAngle":150,"elevation":600,"country":"USA","phone":"(313) 471-2000"},"timeZone":{"id":"America/Detroit","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":2511,"link":"/api/v1/venues/2511"},"teamCode":"det","fileCode":"det","abbreviation":"DET","teamName":"Tigers","locationName":"Detroit","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":202,"name":"American League Central","link":"/api/v1/divisions/202"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Detroit","franchiseName":"Detroit","clubName":"Tigers","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":117,"name":"Houston Astros","link":"/api/v1/teams/117","season":2025,"venue":{"id":2392,"name":"Daikin Park","link":"/api/v1/venues/2392","location":{"address1":"501 Crawford Street","city":"Houston","state":"Texas","stateAbbrev":"TX","postalCode":"77002","defaultCoordinates":{"latitude":29.756967,"longitude":-95.355509},"azimuthAngle":343,"elevation":45,"country":"USA","phone":"(713) 259-8000"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2025"},"springVenue":{"id":5000,"link":"/api/v1/venues/5000"},"teamCode":"hou","fileCode":"hou","abbreviation":"HOU","teamName":"Astros","locationName":"Houston","firstYearOfPlay":"1962","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":200,"name":"American League West","link":"/api/v1/divisions/200"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Houston","franchiseName":"Houston","clubName":"Astros","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":118,"name":"Kansas City Royals","link":"/api/v1/teams/118","season":2025,"venue":{"id":7,"name":"Kauffman Stadium","link":"/api/v1/venues/7","location":{"address1":"One Royal Way","city":"Kansas City","state":"Missouri","stateAbbrev":"MO","postalCode":"64129","defaultCoordinates":{"latitude":39.051567,"longitude":-94.480483},"azimuthAngle":46,"elevation":856,"country":"USA","phone":"(816) 921-8000"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2025"},"springVenue":{"id":2603,"link":"/api/v1/venues/2603"},"teamCode":"kca","fileCode":"kc","abbreviation":"KC","teamName":"Royals","locationName":"Kansas City","firstYearOfPlay":"1968","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":202,"name":"American League Central","link":"/api/v1/divisions/202"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Kansas City","franchiseName":"Kansas City","clubName":"Royals","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":119,"name":"Los Angeles Dodgers","link":"/api/v1/teams/119","season":2025,"venue":{"id":22,"name":"Dodger Stadium","link":"/api/v1/venues/22","location":{"address1":"1000 Vin Scully Avenue","city":"Los Angeles","state":"California","stateAbbrev":"CA","postalCode":"90012-1199","defaultCoordinates":{"latitude":34.07368,"longitude":-118.24053},"azimuthAngle":26,"elevation":515,"country":"USA","phone":"(323) 224-1500"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2025"},"springVenue":{"id":3809,"link":"/api/v1/venues/3809"},"teamCode":"lan","fileCode":"la","abbreviation":"LAD","teamName":"Dodgers","locationName":"Los Angeles","firstYearOfPlay":"1884","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":203,"name":"National League West","link":"/api/v1/divisions/203"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"LA Dodgers","franchiseName":"Los Angeles","clubName":"Dodgers","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":120,"name":"Washington Nationals","link":"/api/v1/teams/120","season":2025,"venue":{"id":3309,"name":"Nationals Park","link":"/api/v1/venues/3309","location":{"address1":"1500 South Capitol Street, SE","city":"Washington","state":"District of Columbia","stateAbbrev":"DC","postalCode":"20003-1507","defaultCoordinates":{"latitude":38.872861,"longitude":-77.007501},"azimuthAngle":28,"elevation":35,"country":"USA","phone":"(202) 349-0400"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":5000,"link":"/api/v1/venues/5000"},"teamCode":"was","fileCode":"was","abbreviation":"WSH","teamName":"Nationals","locationName":"Washington","firstYearOfPlay":"1968","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":204,"name":"National League East","link":"/api/v1/divisions/204"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Washington","franchiseName":"Washington","clubName":"Nationals","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":121,"name":"New York Mets","link":"/api/v1/teams/121","season":2025,"venue":{"id":3289,"name":"Citi Field","link":"/api/v1/venues/3289","location":{"address1":"Citi Field","city":"Flushing","state":"New York","stateAbbrev":"NY","postalCode":"11368","defaultCoordinates":{"latitude":40.75753012,"longitude":-73.84559155},"azimuthAngle":13,"elevation":10,"country":"USA","phone":"(718) 507-6387"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2025"},"springVenue":{"id":2856,"link":"/api/v1/venues/2856"},"teamCode":"nyn","fileCode":"nym","abbreviation":"NYM","teamName":"Mets","locationName":"Flushing","firstYearOfPlay":"1962","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":204,"name":"National League East","link":"/api/v1/divisions/204"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"NY Mets","franchiseName":"New York","clubName":"Mets","active":true}]; }()); </script> <!-- Ticketing Partials --> <style data-styled="true" data-styled-version="5.1.1">.cfyVyN{display:block;margin:0 auto;text-align:center;}/*!sc*/ data-styled.g1[id="adstyle__Wrapper-sc-rhaap4-0"]{content:"cfyVyN,"}/*!sc*/ .fZSGfm{font-family:"proxima-nova","open Sans","Helvetica","Arial",sans-serif;max-width:1920px;margin:0 auto;}/*!sc*/ data-styled.g2[id="Standingsstyle__StandingsWrapper-sc-18919nx-0"]{content:"fZSGfm,"}/*!sc*/ .gEOkcY{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/ .gEOkcY >div{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}/*!sc*/ .gEOkcY >div:last-child{margin-left:auto;}/*!sc*/ @media (max-width:768px){.gEOkcY >div:last-child{position:absolute;top:-34px;right:0px;}}/*!sc*/ data-styled.g3[id="Standingsstyle__StandingsNavWrapper-sc-18919nx-1"]{content:"gEOkcY,"}/*!sc*/ .giNOia{display:block !important;text-align:right;}/*!sc*/ data-styled.g4[id="Standingsstyle__StandingsRightColWrapper-sc-18919nx-2"]{content:"giNOia,"}/*!sc*/ .gYMXYY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:16px;}/*!sc*/ .gYMXYY > div{width:50%;}/*!sc*/ .gYMXYY > div.ad-responsive-slot{width:auto;height:auto;margin:0;}/*!sc*/ data-styled.g5[id="Standingsstyle__StandingsTopWrapper-sc-18919nx-3"]{content:"gYMXYY,"}/*!sc*/ .coHHdS{min-height:50px;margin:16px 0 20px 0;}/*!sc*/ data-styled.g7[id="Standingsstyle__FooterAdWrapper-sc-18919nx-5"]{content:"coHHdS,"}/*!sc*/ .fcmYDB{font-size:13px;font-weight:500;text-align:center;position:relative;white-space:nowrap;color:#000000;z-index:0;box-sizing:border-box;}/*!sc*/ .hujysJ{font-size:13px;font-weight:500;text-align:center;position:relative;white-space:nowrap;color:#000000;z-index:0;box-sizing:border-box;}/*!sc*/ .hujysJ:after{content:'';position:absolute;right:0px;top:0px;height:39px;width:1px;display:inline;background-color:#dddddd;}/*!sc*/ data-styled.g10[id="table-cellstyle__StyledTableCell-sc-xpntj7-2"]{content:"fcmYDB,hujysJ,"}/*!sc*/ .dwvmFU{font-size:11px;font-weight:600;color:#888888;text-align:left;width:265px;position:relative;white-space:nowrap;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none -moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom:1px solid #dddddd;position:absolute;left:0;z-index:1;}/*!sc*/ .dwvmFU:hover .table-cellstyle__SortIndicator-sc-xpntj7-0 svg,.dwvmFU:focus .table-cellstyle__SortIndicator-sc-xpntj7-0 svg{opacity:1;}/*!sc*/ .hsrZZJ{font-size:11px;font-weight:600;color:#888888;text-align:center;position:relative;white-space:nowrap;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none -moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom:1px solid #dddddd;}/*!sc*/ .hsrZZJ:hover .table-cellstyle__SortIndicator-sc-xpntj7-0 svg,.hsrZZJ:focus .table-cellstyle__SortIndicator-sc-xpntj7-0 svg{opacity:1;}/*!sc*/ .ebbgAQ{font-size:13px;font-weight:400;color:#000000;text-align:left;width:265px;position:relative;white-space:nowrap;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none -moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;z-index:1;}/*!sc*/ .ebbgAQ:hover .table-cellstyle__SortIndicator-sc-xpntj7-0 svg,.ebbgAQ:focus .table-cellstyle__SortIndicator-sc-xpntj7-0 svg{opacity:1;}/*!sc*/ data-styled.g11[id="table-cellstyle__StyledTableHead-sc-xpntj7-3"]{content:"dwvmFU,hsrZZJ,ebbgAQ,"}/*!sc*/ .JnpBX{pointer-events:none;width:24px;height:24px;display:inline-block;overflow:visible;fill:#057AFF;stroke:#057AFF;}/*!sc*/ .JnpBX path{fill:#057AFF;}/*!sc*/ .JnpBX rect{fill:#057AFF;stroke:#057AFF;}/*!sc*/ .fovLwM{pointer-events:none;width:11px;height:11px;display:inline-block;overflow:visible;fill:#666666;stroke:#666666;}/*!sc*/ .fovLwM path{fill:#666666;}/*!sc*/ .fovLwM rect{fill:#666666;stroke:#666666;}/*!sc*/ data-styled.g12[id="iconstyle__IconWrapper-sc-12jucjo-0"]{content:"JnpBX,fovLwM,"}/*!sc*/ .cprRUf{font-family:"proxima-nova","open Sans","Helvetica","Arial",sans-serif;width:100%;padding-bottom:5px;border-collapse:collapse;overflow-x:hidden;}/*!sc*/ .cprRUf thead{border-bottom:1px solid #dddddd;margin-bottom:20px;}/*!sc*/ .cprRUf thead th{padding:6px;}/*!sc*/ .cprRUf tbody th{padding:12px;}/*!sc*/ .cprRUf tbody td{padding:12px 6px;}/*!sc*/ .cprRUf tbody tr[data-underlined="true"]{border-bottom:1px #000000 dotted;}/*!sc*/ .cprRUf tbody tr[data-underlined="true"] th{border-bottom:1px #000000 dotted;}/*!sc*/ .cprRUf tbody tr:hover{background-color:#f3f3f3;border-radius:4px;}/*!sc*/ .cprRUf tbody tr:hover th{background-color:#f3f3f3;}/*!sc*/ .cprRUf tbody tr:hover td,.cprRUf tbody tr:hover th{border-radius:0px;}/*!sc*/ .cprRUf tbody tr:hover td:first-child,.cprRUf tbody tr:hover th:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;}/*!sc*/ .cprRUf tbody tr:hover td:last-child,.cprRUf tbody tr:hover th:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;}/*!sc*/ .cprRUf tbody:before{width:100%;content:'';display:block;line-height:10px;height:5px;}/*!sc*/ .cprRUf tbody:not(:first-child):before{height:0;}/*!sc*/ .cprRUf tfoot{border-top:1px solid #dddddd;}/*!sc*/ .cprRUf tfoot th{padding:12px;}/*!sc*/ .cprRUf tfoot td{padding:12px 6px;}/*!sc*/ data-styled.g20[id="tablestyle__StyledTable-sc-wsl6eq-0"]{content:"cprRUf,"}/*!sc*/ .AhNBv{overflow-x:auto;overflow-y:hidden;box-sizing:border-box;width:calc(100% - 265px - 0px);display:inline-block;margin-right:0px;margin-left:265px;}/*!sc*/ data-styled.g21[id="tablestyle__TableScroller-sc-wsl6eq-1"]{content:"AhNBv,"}/*!sc*/ .gzGGfc{width:100%;position:relative;display:inline-block;overflow:hidden;}/*!sc*/ data-styled.g22[id="tablestyle__TableContainer-sc-wsl6eq-2"]{content:"gzGGfc,"}/*!sc*/ .vqHDC{font-family:"proxima-nova","open Sans","Helvetica","Arial",sans-serif;font-size:40px;color:#222222;margin:0;}/*!sc*/ h5.vqHDC{font-weight:normal;}/*!sc*/ data-styled.g23[id="headlinestyle__HeadlineWrapper-sc-1ccyctx-0"]{content:"vqHDC,"}/*!sc*/ .kGMpgP{padding-bottom:4px;}/*!sc*/ .kGMpgP div::-webkit-scrollbar{display:none;}/*!sc*/ @media (max-width:568px){.kGMpgP{margin-right:-16px;}}/*!sc*/ data-styled.g29[id="StandingsTablestyle__StandingsTableWrapper-sc-1l6jbjt-0"]{content:"kGMpgP,"}/*!sc*/ .kCeyFZ th{z-index:1;}/*!sc*/ .kCeyFZ td{max-width:160px;min-width:55px;}/*!sc*/ .kCeyFZ .popoverstyle__PopperWrapper-sc-1ou8c19-1{background-color:#041E42;border-radius:6px;box-shadow:0px 2px 1px rgba(0,0,0,.1);opacity:1;padding:8px 12px;color:#fff;}/*!sc*/ .kCeyFZ .popoverstyle__PopperWrapper-sc-1ou8c19-1[data-popper-placement="right"] .popoverstyle__PopoverArrow-sc-1ou8c19-0:before{border-right-color:#041E42;}/*!sc*/ .kCeyFZ .popoverstyle__PopperWrapper-sc-1ou8c19-1[data-popper-placement="right"] .popoverstyle__PopoverArrow-sc-1ou8c19-0:after{border-right-color:#041E42;}/*!sc*/ .kCeyFZ .popoverstyle__PopperWrapper-sc-1ou8c19-1[data-popper-placement="bottom"] .popoverstyle__PopoverArrow-sc-1ou8c19-0:before{border-bottom-color:#041E42;}/*!sc*/ .kCeyFZ .popoverstyle__PopperWrapper-sc-1ou8c19-1[data-popper-placement="bottom"] .popoverstyle__PopoverArrow-sc-1ou8c19-0:after{border-bottom-color:#041E42;}/*!sc*/ .kCeyFZ tbody::before{height:0px;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n)::before{height:20px;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n) tr{border-bottom:1px solid #dddddd;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n) tr:hover{background-color:transparent !important;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n) tr:hover th{background-color:transparent !important;border-radius:0;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n) tr td{height:32px;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n) tr th{height:32.7px;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n) td{z-index:1;font-size:11px;padding:8px;font-weight:700;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n) td span{text-transform:uppercase;-webkit-letter-spacing:0.55px;-moz-letter-spacing:0.55px;-ms-letter-spacing:0.55px;letter-spacing:0.55px;padding:0;color:#666666 !important;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n) td::after{content:'';position:absolute;right:0px;top:0px;height:39px;width:1px;display:inline;background-color:transparent;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n) th{border-bottom:1px solid #dddddd;text-transform:uppercase;font-weight:700 !important;-webkit-letter-spacing:0.55px;-moz-letter-spacing:0.55px;-ms-letter-spacing:0.55px;letter-spacing:0.55px;font-size:11px;padding:8px;color:#666666 !important;}/*!sc*/ .kCeyFZ tbody:nth-of-type(2n) th:hover{background:transparent !important;}/*!sc*/ .kCeyFZ tbody td{font-weight:500;}/*!sc*/ .kCeyFZ tbody th{padding:8px;}/*!sc*/ .kCeyFZ tbody tr[data-underlined="true"]{border-bottom-style:dashed;}/*!sc*/ .kCeyFZ tbody tr[data-underlined="true"] th{border-bottom-style:dashed;}/*!sc*/ .kCeyFZ tbody tr[data-selected="true"]{background-color:#f3f3f3;border-radius:4px;}/*!sc*/ .kCeyFZ tbody tr[data-selected="true"] th{background-color:#f3f3f3;}/*!sc*/ .kCeyFZ tbody tr[data-selected="true"] td,.kCeyFZ tbody tr[data-selected="true"] th{border-radius:0px;}/*!sc*/ .kCeyFZ tbody tr[data-selected="true"] td:first-child,.kCeyFZ tbody tr[data-selected="true"] th:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;}/*!sc*/ .kCeyFZ tbody tr[data-selected="true"] td:last-child,.kCeyFZ tbody tr[data-selected="true"] th:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;}/*!sc*/ .kCeyFZ thead tr th{text-transform:uppercase;font-weight:700;-webkit-letter-spacing:0.55px;-moz-letter-spacing:0.55px;-ms-letter-spacing:0.55px;letter-spacing:0.55px;padding:8px;height:32px;color:#666666;}/*!sc*/ .kCeyFZ thead tr th:first-child{top:0.7px;}/*!sc*/ @media (max-width:568px){.kCeyFZ{margin-right:16px;}}/*!sc*/ data-styled.g30[id="StandingsTablestyle__DataTableWrapper-sc-1l6jbjt-1"]{content:"kCeyFZ,"}/*!sc*/ .jioEtH{display:inline-block;width:24;height:24;position:relative;}/*!sc*/ data-styled.g37[id="imagestyle__ImageWrapper-sc-xw1tzz-0"]{content:"jioEtH,"}/*!sc*/ .gArTDD{box-sizing:border-box;padding:0px;background-color:transparent;}/*!sc*/ .gArTDD:-moz-loading{color:transparent;}/*!sc*/ data-styled.g38[id="imagestyle__Img-sc-xw1tzz-1"]{content:"gArTDD,"}/*!sc*/ .iiylwd{padding:0px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5px;}/*!sc*/ data-styled.g42[id="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0"]{content:"iiylwd,"}/*!sc*/ .lPaUQ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;min-height:24px;}/*!sc*/ .lPaUQ img{max-height:25px;max-width:25px;}/*!sc*/ data-styled.g43[id="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1"]{content:"lPaUQ,"}/*!sc*/ .ghLWSx{padding:0px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/ data-styled.g45[id="StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3"]{content:"ghLWSx,"}/*!sc*/ .cmfUnV{color:#008210;}/*!sc*/ .dvtAkb{color:#B30F0F;}/*!sc*/ data-styled.g46[id="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4"]{content:"cmfUnV,dvtAkb,"}/*!sc*/ .bVupjn{color:#000000 !important;-webkit-text-decoration:none;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .bVupjn:hover{color:#0457A9 !important;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;}/*!sc*/ data-styled.g49[id="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7"]{content:"bVupjn,"}/*!sc*/ .eSQldq{margin-right:0.625rem;height:24px;width:24px;}/*!sc*/ .eSQldq img{height:100%;}/*!sc*/ data-styled.g51[id="StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9"]{content:"eSQldq,"}/*!sc*/ .iFjfEK{color:#666666;font-weight:bold;padding-left:10px;}/*!sc*/ data-styled.g52[id="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10"]{content:"iFjfEK,"}/*!sc*/ .fNVyAU{display:inline-block;}/*!sc*/ data-styled.g67[id="buttonstyle__Label-sc-vlv7w5-0"]{content:"fNVyAU,"}/*!sc*/ .bJBTdl{height:32px;padding-left:10px;padding-right:10px;font-size:13px;-webkit-transition:0.2s;transition:0.2s;border-radius:16px;font-weight:bold;vertical-align:bottom;background-color:transparent;border:1px solid #057AFF;color:#057AFF;}/*!sc*/ .bJBTdl svg{padding-top:1px;vertical-align:top;fill:#057AFF;}/*!sc*/ .bJBTdl svg path{fill:#057AFF;}/*!sc*/ .bJBTdl .buttonstyle__Label-sc-vlv7w5-0{font-family:"proxima-nova","open Sans","Helvetica","Arial",sans-serif;}/*!sc*/ .bJBTdl:hover{cursor:pointer;background-color:#057AFF;color:#ffffff;}/*!sc*/ .bJBTdl:hover svg{fill:#057AFF;}/*!sc*/ .bJBTdl:hover svg path{fill:#057AFF;}/*!sc*/ .gDCquG{height:32px;padding-left:10px;padding-right:10px;font-size:13px;-webkit-transition:0.2s;transition:0.2s;border-radius:16px;font-weight:bold;vertical-align:bottom;background-color:transparent;border:1px solid #7F8994;color:#222222;}/*!sc*/ .gDCquG svg{padding-top:1px;vertical-align:top;fill:#222222;}/*!sc*/ .gDCquG svg path{fill:#222222;}/*!sc*/ .gDCquG .buttonstyle__Label-sc-vlv7w5-0{font-family:"proxima-nova","open Sans","Helvetica","Arial",sans-serif;}/*!sc*/ .gDCquG:hover{cursor:pointer;border:1px solid #888888;}/*!sc*/ .gDCquG:hover svg{fill:#222222;}/*!sc*/ .gDCquG:hover svg path{fill:#222222;}/*!sc*/ .jMMFcq{height:32px;padding-left:10px;padding-right:10px;font-size:13px;border-radius:5px;font-weight:bold;vertical-align:bottom;background-color:transparent;border:none;color:#057AFF;}/*!sc*/ .jMMFcq svg{padding-top:1px;vertical-align:top;fill:#057AFF;}/*!sc*/ .jMMFcq svg path{fill:#057AFF;}/*!sc*/ .jMMFcq .buttonstyle__Label-sc-vlv7w5-0{font-family:"proxima-nova","open Sans","Helvetica","Arial",sans-serif;}/*!sc*/ .jMMFcq:hover{cursor:pointer;}/*!sc*/ data-styled.g68[id="buttonstyle__StyledButton-sc-vlv7w5-1"]{content:"bJBTdl,gDCquG,jMMFcq,"}/*!sc*/ .jxiWsm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;overflow:visible;overflow-x:visible;overflow-y:visible;-webkit-overflow-scrolling:touch;}/*!sc*/ data-styled.g92[id="buttonGroupstyle__ButtonGroupWrapper-sc-1ltzngf-0"]{content:"jxiWsm,"}/*!sc*/ .gBRrSD{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:12px 0;z-index:10;}/*!sc*/ data-styled.g96[id="StandingsNavstyle__StandingsNavWrapper-sc-1cqc1cc-0"]{content:"gBRrSD,"}/*!sc*/ .hbAmNf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;}/*!sc*/ data-styled.g98[id="StandingsNavstyle__DropdownsWrapper-sc-1cqc1cc-2"]{content:"hbAmNf,"}/*!sc*/ .iKpsSP{margin-bottom:12px;margin-right:10px;font-weight:bold;}/*!sc*/ .iKpsSP div[tabindex="-1"]{padding-left:12px;font-weight:normal;}/*!sc*/ .iKpsSP div[tabindex="-1"]:hover{color:#0457A9;}/*!sc*/ .iKpsSP svg{stroke:none;}/*!sc*/ data-styled.g99[id="StandingsNavstyle__DropdownWrapper-sc-1cqc1cc-3"]{content:"iKpsSP,"}/*!sc*/ .bcbiGw{margin-left:auto;border-radius:5px;height:36px;}/*!sc*/ .bcbiGw button{height:100%;width:92.5px;border:1px solid #7F8994;color:#666666;font-weight:600;}/*!sc*/ .bcbiGw button:hover,.bcbiGw button[data-selected=true]{background-color:#f3f3f3;border-color:#7F8994;color:#222222;}/*!sc*/ .bcbiGw button:first-of-type{border-right:1px solid #7F8994;border-radius:5px 0px 0px 5px;}/*!sc*/ .bcbiGw button:last-of-type{border-radius:0px 5px 5px 0px;border-left:none;}/*!sc*/ @media (max-width:768px){.bcbiGw{width:178px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}}/*!sc*/ @media (max-width:568px){.bcbiGw{width:164px;}}/*!sc*/ data-styled.g100[id="StandingsNavstyle__ButtonGroupWrapper-sc-1cqc1cc-4"]{content:"bcbiGw,"}/*!sc*/ .lcFuuA{color:#057AFF;-webkit-text-decoration:none;text-decoration:none;border-bottom:none;font-family:"proxima-nova","open Sans","Helvetica","Arial",sans-serif;}/*!sc*/ .lcFuuA:hover{border-bottom:none;color:#0048AB;}/*!sc*/ data-styled.g101[id="linkstyle__AnchorElement-sc-1rt6me7-0"]{content:"lcFuuA,"}/*!sc*/ .kcRKbo > a,.kcRKbo > div{color:#aaaaaa;cursor:pointer;font-weight:bold;}/*!sc*/ .kcRKbo > a:focus,.kcRKbo > div:focus{outline:1px auto #3DB3F8;}/*!sc*/ .kcRKbo > a:hover,.kcRKbo > div:hover{color:#888888;}/*!sc*/ .ivJhBc > a,.ivJhBc > div{color:#0048AB;cursor:pointer;font-weight:bold;}/*!sc*/ .ivJhBc > a:focus,.ivJhBc > div:focus{outline:1px auto #3DB3F8;}/*!sc*/ data-styled.g102[id="nav-itemstyle__NavItemWrapper-sc-1clybge-0"]{content:"kcRKbo,ivJhBc,"}/*!sc*/ .jAWJdl{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;white-space:nowrap;font-size:17px;padding:0;display:inline-block;margin:0;}/*!sc*/ data-styled.g103[id="StandingsTabsstyle__NavListWrapper-sc-gkj692-0"]{content:"jAWJdl,"}/*!sc*/ .lcglkY{display:inline-block;border-radius:0px;vertical-align:bottom;background:transparent;border:0;margin-right:32px;margin-top:6px;}/*!sc*/ @media (max-width:768px){.lcglkY{margin-right:16px;}}/*!sc*/ .lcglkY .linkstyle__AnchorElement-sc-1rt6me7-0{font-weight:600;border-bottom:3px solid transparent;color:#666666;}/*!sc*/ .lcglkY .linkstyle__AnchorElement-sc-1rt6me7-0:hover{color:#666666;border-bottom:3px solid #0457A9;}/*!sc*/ .gNComY{display:inline-block;border-radius:0px;vertical-align:bottom;background:transparent;border:0;margin-right:32px;margin-top:6px;}/*!sc*/ @media (max-width:768px){.gNComY{margin-right:16px;}}/*!sc*/ .gNComY .linkstyle__AnchorElement-sc-1rt6me7-0{font-weight:bold;border-bottom:3px solid #0457A9;color:#000000;}/*!sc*/ .gNComY .linkstyle__AnchorElement-sc-1rt6me7-0:hover{color:#000000;border-bottom:3px solid #0457A9;}/*!sc*/ data-styled.g104[id="StandingsTabsstyle__StyledNavItem-sc-gkj692-1"]{content:"lcglkY,gNComY,"}/*!sc*/ .jKpRFy{font-size:.8125rem;}/*!sc*/ .jKpRFy p{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-top:3px;margin-bottom:16px;}/*!sc*/ .jKpRFy p svg{margin-left:5px;}/*!sc*/ data-styled.g105[id="FooterContentstyle__FooterContentWrapper-sc-1vho1y0-0"]{content:"jKpRFy,"}/*!sc*/ .iwXrvA{height:1px;margin:16px 0;background-color:#dddddd;}/*!sc*/ data-styled.g106[id="FooterContentstyle__FooterDivider-sc-1vho1y0-1"]{content:"iwXrvA,"}/*!sc*/ .knmJWz{color:#666666;font-size:13px;font-weight:600;padding:16px 0px 0px;margin-bottom:16px;}/*!sc*/ data-styled.g107[id="FooterContentstyle__LastUpdatedHeader-sc-1vho1y0-2"]{content:"knmJWz,"}/*!sc*/ .eZZWwA{font-size:12px;margin-top:25px;}/*!sc*/ data-styled.g109[id="FooterContentstyle__GlossaryWrapper-sc-1vho1y0-4"]{content:"eZZWwA,"}/*!sc*/ .cFAuxW{padding-left:0;color:#666666;margin-top:10px;}/*!sc*/ .cFAuxW li{list-style-type:none;margin:0;padding:7px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .cFAuxW li:last-child{margin-bottom:10px;padding-bottom:10px;}/*!sc*/ .cFAuxW li:first-child{padding-top:0;}/*!sc*/ .cFAuxW div:first-child{min-width:55px;font-weight:700;}/*!sc*/ data-styled.g113[id="FooterContentstyle__GlossaryListWrapper-sc-1vho1y0-8"]{content:"cFAuxW,"}/*!sc*/ .iELgcp{font-size:12px;text-transform:uppercase;font-weight:700;-webkit-letter-spacing:1px;-moz-letter-spacing:1px;-ms-letter-spacing:1px;letter-spacing:1px;}/*!sc*/ data-styled.g114[id="FooterContentstyle__GlossarySubHeader-sc-1vho1y0-9"]{content:"iELgcp,"}/*!sc*/ .ZLxfU .animatedModalstyle__ContentWrapper-sc-z0fpay-1{padding:0 16px;box-sizing:border-box;}/*!sc*/ data-styled.g116[id="GlossaryModalstyle__GlossaryModalWrapper-sc-1bjqf8y-1"]{content:"ZLxfU,"}/*!sc*/ .hnWbKK{padding:0;}/*!sc*/ .hnWbKK span{color:#0457A9;}/*!sc*/ data-styled.g117[id="GlossaryModalstyle__GlossaryModalButton-sc-1bjqf8y-2"]{content:"hnWbKK,"}/*!sc*/ .eJDWPH{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}/*!sc*/ .eJDWPH .react-datepicker-popper{z-index:2;}/*!sc*/ .eJDWPH .react-datepicker{background:#ffffff;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:308px;height:auto;font-family:"proxima-nova","open Sans","Helvetica","Arial",sans-serif;border:1px solid #7F8994;}/*!sc*/ .eJDWPH .react-datepicker__navigation{box-sizing:border-box;padding:3px;border-width:2px;-webkit-transform:rotateY(0deg) rotate(135deg);-ms-transform:rotateY(0deg) rotate(135deg);transform:rotateY(0deg) rotate(135deg);margin-top:2px;}/*!sc*/ .eJDWPH .react-datepicker__navigation:focus{outline:1px solid #3DB3F8;}/*!sc*/ .eJDWPH .react-datepicker__navigation--left{position:absolute;left:61px;top:5px;}/*!sc*/ .eJDWPH .react-datepicker__navigation--right{position:absolute;right:61px;top:5px;}/*!sc*/ .eJDWPH .react-datepicker__navigation--previous{border-bottom-color:#CCC;left:61px;}/*!sc*/ .eJDWPH .react-datepicker__navigation--previous:hover{border-bottom-color:#aaaaaa;border-right-color:#aaaaaa;}/*!sc*/ .eJDWPH .react-datepicker__navigation--next{border-top-color:#CCC;right:61px;}/*!sc*/ .eJDWPH .react-datepicker__navigation--next:hover{border-left-color:#aaaaaa;border-top-color:#aaaaaa;}/*!sc*/ .eJDWPH .react-datepicker__triangle{display:none;}/*!sc*/ .eJDWPH .react-datepicker__children-container{width:100%;margin:0;padding:0;}/*!sc*/ .eJDWPH .react-datepicker__header{background:#ffffff;border-bottom:none;}/*!sc*/ .eJDWPH .react-datepicker__week{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .eJDWPH .react-datepicker__month{height:200px;}/*!sc*/ .eJDWPH .react-datepicker__day{font-weight:600;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;color:#444444;}/*!sc*/ .eJDWPH .react-datepicker__day--disabled{color:#aaaaaa;}/*!sc*/ .eJDWPH .react-datepicker__day--today{color:#057AFF;}/*!sc*/ .eJDWPH .react-datepicker__day--keyboard-selected{background:#ffffff;}/*!sc*/ .eJDWPH .react-datepicker__day--keyboard-selected:hover{background:#f3f3f3;}/*!sc*/ .eJDWPH .react-datepicker__input-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .eJDWPH .react-datepicker__day--selected,.eJDWPH .react-datepicker__day--selected:hover,.eJDWPH .react-datepicker__day--highlighted,.eJDWPH .react-datepicker__day--highlighted:hover{background-color:#057AFF;color:#ffffff;}/*!sc*/ .eJDWPH .react-datepicker__current-month{color:#222222;font-weight:bold;font-size:15px;padding-top:5px;}/*!sc*/ .eJDWPH .react-datepicker__day--outside-month{color:#aaaaaa;font-weight:400;}/*!sc*/ .eJDWPH .react-datepicker__day-name{color:#888888;}/*!sc*/ .eJDWPH .react-datepicker__day-names{margin-top:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 .4rem;font-size:11px;font-weight:900;margin-top:25px;}/*!sc*/ .eJDWPH .react-datepicker__day-names > div{visibility:hidden;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;line-height:11px;}/*!sc*/ .eJDWPH .react-datepicker__day-names > div:after{position:relative;right:8px;visibility:visible;}/*!sc*/ .eJDWPH .react-datepicker__day-names > div:nth-child(1):after{content:'S';}/*!sc*/ .eJDWPH .react-datepicker__day-names > div:nth-child(2):after{content:'M';}/*!sc*/ .eJDWPH .react-datepicker__day-names > div:nth-child(3):after{content:'T';}/*!sc*/ .eJDWPH .react-datepicker__day-names > div:nth-child(4):after{content:'W';}/*!sc*/ .eJDWPH .react-datepicker__day-names > div:nth-child(5):after{content:'T';}/*!sc*/ .eJDWPH .react-datepicker__day-names > div:nth-child(6):after{content:'F';}/*!sc*/ .eJDWPH .react-datepicker__day-names > div:nth-child(7):after{content:'S';}/*!sc*/ data-styled.g118[id="datePickerstyle__DatePickerWrapper-sc-1ewrv5d-0"]{content:"eJDWPH,"}/*!sc*/ .aQTqr{font-family:"proxima-nova","open Sans","Helvetica","Arial",sans-serif;display:inline-block;width:123px;text-align:right;font-size:13px;font-weight:bold;line-height:20px;}/*!sc*/ data-styled.g126[id="datePickerstyle__DateLabel-sc-1ewrv5d-8"]{content:"aQTqr,"}/*!sc*/ .fbJSsS{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border:1px solid #7F8994;color:#000000;padding:8px 20px;border-radius:6px;cursor:pointer;}/*!sc*/ .fbJSsS svg{cursor:pointer;}/*!sc*/ .fbJSsS svg{height:20px;width:20px;}/*!sc*/ data-styled.g127[id="datePickerstyle__InputLabel-sc-1ewrv5d-9"]{content:"fbJSsS,"}/*!sc*/ .bMZLol{opacity:1;width:22px;height:25px;cursor:default;color:transparent;background:transparent;text-indent:-9999px;font-size:0;border:0;width:181px;height:36px;}/*!sc*/ .bMZLol:focus{outline:2px auto #057AFF;}/*!sc*/ data-styled.g128[id="datePickerstyle__InputWrapper-sc-1ewrv5d-10"]{content:"bMZLol,"}/*!sc*/ .iHSEHY{margin-right:4px;}/*!sc*/ .iHSEHY svg{stroke:none;}/*!sc*/ .iHSEHY svg path{fill:#0457A9 !important;}/*!sc*/ .iHSEHY .react-datepicker-popper{z-index:12;}/*!sc*/ data-styled.g133[id="StandingsDatestyle__StandingsDateWrapper-sc-1c4rh9o-0"]{content:"iHSEHY,"}/*!sc*/ .eqcbdu{width:100%;border:1px solid #666666;border-radius:7px;padding:12px;margin-bottom:25px;margin-top:-10px;font-size:14px;}/*!sc*/ .eqcbdu a{color:#0457A9 !important;-webkit-text-decoration:none;text-decoration:none;font-weight:600;}/*!sc*/ .eqcbdu a:hover{-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;}/*!sc*/ .eqcbdu p{margin-top:0;margin-bottom:0;}/*!sc*/ data-styled.g134[id="InfoMessagestyle__InfoMessageContent-sc-15klqim-0"]{content:"eqcbdu,"}/*!sc*/ .fHZRZp{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ data-styled.g135[id="InfoMessagestyle__InfoMessageWrapper-sc-15klqim-1"]{content:"fHZRZp,"}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-regular.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-regular.woff') format('woff');font-weight:400;font-style:normal;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-regular-italic.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-regular-italic.woff') format('woff');font-weight:400;font-style:italic;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-medium.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-medium.woff') format('woff');font-weight:500;font-style:normal;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-medium-it.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-medium-it.woff') format('woff');font-weight:500;font-style:italic;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-semibold.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-semibold.woff') format('woff');font-weight:600;font-style:normal;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-semibold-italic.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-semibold-italic.woff') format('woff');font-weight:600;font-style:italic;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-bold.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-bold.woff') format('woff');font-weight:700;font-style:normal;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-bold-italic.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-bold-italic.woff') format('woff');font-weight:700;font-style:italic;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-extrabold.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-extrabold.woff') format('woff');font-style:normal;font-weight:800;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-extrabold-italic.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-extrabold-italic.woff') format('woff');font-style:italic;font-weight:800;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-black.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-black.woff') format('woff');font-style:normal;font-weight:900;font-display:fallback;}/*!sc*/ @font-face{font-family:'proxima-nova';src:url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-black-italic.woff2') format('woff2'),url('https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-black-italic.woff') format('woff');font-style:italic;font-weight:900;font-display:fallback;}/*!sc*/ data-styled.g136[id="sc-global-feDRkC1"]{content:"sc-global-feDRkC1,"}/*!sc*/ body{8601@charset "UTF-8";}/*!sc*/ body .react-datepicker__year-read-view--down-arrow,body .react-datepicker__month-read-view--down-arrow,body .react-datepicker__month-year-read-view--down-arrow,body .react-datepicker__navigation-icon::before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px;}/*!sc*/ body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0;}/*!sc*/ body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after,body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px;}/*!sc*/ body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{border-bottom-color:#aeaeae;}/*!sc*/ body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px;}/*!sc*/ body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{border-top:none;border-bottom-color:#f0f0f0;}/*!sc*/ body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{top:0;}/*!sc*/ body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{top:-1px;border-bottom-color:#aeaeae;}/*!sc*/ body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px;}/*!sc*/ body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after{border-bottom:none;border-top-color:#fff;}/*!sc*/ body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after{bottom:0;}/*!sc*/ body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before{bottom:-1px;border-top-color:#aeaeae;}/*!sc*/ body .react-datepicker-wrapper{display:inline-block;padding:0;border:0;}/*!sc*/ body .react-datepicker{font-family:"Helvetica Neue",helvetica,arial,sans-serif;font-size:0.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:0.3rem;display:inline-block;position:relative;}/*!sc*/ body .react-datepicker--time-only .react-datepicker__triangle{left:35px;}/*!sc*/ body .react-datepicker--time-only .react-datepicker__time-container{border-left:0;}/*!sc*/ body .react-datepicker--time-only .react-datepicker__time,body .react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:0.3rem;border-bottom-right-radius:0.3rem;}/*!sc*/ body .react-datepicker__triangle{position:absolute;left:50px;}/*!sc*/ body .react-datepicker-popper{z-index:1;}/*!sc*/ body .react-datepicker-popper[data-placement^=bottom]{padding-top:10px;}/*!sc*/ body .react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,body .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px;}/*!sc*/ body .react-datepicker-popper[data-placement^=top]{padding-bottom:10px;}/*!sc*/ body .react-datepicker-popper[data-placement^=right]{padding-left:8px;}/*!sc*/ body .react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px;}/*!sc*/ body .react-datepicker-popper[data-placement^=left]{padding-right:8px;}/*!sc*/ body .react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto;}/*!sc*/ body .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:0.3rem;padding:8px 0;position:relative;}/*!sc*/ body .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px;}/*!sc*/ body .react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0;}/*!sc*/ body .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:0.3rem;}/*!sc*/ body .react-datepicker__year-dropdown-container--select,body .react-datepicker__month-dropdown-container--select,body .react-datepicker__month-year-dropdown-container--select,body .react-datepicker__year-dropdown-container--scroll,body .react-datepicker__month-dropdown-container--scroll,body .react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px;}/*!sc*/ body .react-datepicker__current-month,body .react-datepicker-time__header,body .react-datepicker-year-header{margin-top:0;color:#000;font-weight:bold;font-size:0.944rem;}/*!sc*/ body .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}/*!sc*/ body .react-datepicker__navigation{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden;}/*!sc*/ body .react-datepicker__navigation--previous{left:2px;}/*!sc*/ body .react-datepicker__navigation--next{right:2px;}/*!sc*/ body .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px;}/*!sc*/ body .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto;}/*!sc*/ body .react-datepicker__navigation--years-previous{top:4px;}/*!sc*/ body .react-datepicker__navigation--years-upcoming{top:-4px;}/*!sc*/ body .react-datepicker__navigation:hover *::before{border-color:#a6a6a6;}/*!sc*/ body .react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0;}/*!sc*/ body .react-datepicker__navigation-icon--next{left:-2px;}/*!sc*/ body .react-datepicker__navigation-icon--next::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:-7px;}/*!sc*/ body .react-datepicker__navigation-icon--previous{right:-2px;}/*!sc*/ body .react-datepicker__navigation-icon--previous::before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:-7px;}/*!sc*/ body .react-datepicker__month-container{float:left;}/*!sc*/ body .react-datepicker__year{margin:0.4rem;text-align:center;}/*!sc*/ body .react-datepicker__year-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:180px;}/*!sc*/ body .react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px;}/*!sc*/ body .react-datepicker__month{margin:0.4rem;text-align:center;}/*!sc*/ body .react-datepicker__month .react-datepicker__month-text,body .react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px;}/*!sc*/ body .react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left;}/*!sc*/ body .react-datepicker__input-time-container .react-datepicker-time__caption{display:inline-block;}/*!sc*/ body .react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block;}/*!sc*/ body .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px;}/*!sc*/ body .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto;}/*!sc*/ body .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,body .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}/*!sc*/ body .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield;}/*!sc*/ body .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block;}/*!sc*/ body .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px;}/*!sc*/ body .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:0.3rem;position:absolute;right:-87px;top:0;}/*!sc*/ body .react-datepicker__time-container .react-datepicker__time{position:relative;background:white;border-bottom-right-radius:0.3rem;}/*!sc*/ body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:0.3rem;}/*!sc*/ body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + 1.7rem / 2);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box;}/*!sc*/ body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap;}/*!sc*/ body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0;}/*!sc*/ body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:white;font-weight:bold;}/*!sc*/ body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5;}/*!sc*/ body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc;}/*!sc*/ body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent;}/*!sc*/ body .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:0.166rem;}/*!sc*/ body .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer;}/*!sc*/ body .react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:0.3rem;background-color:#f0f0f0;}/*!sc*/ body .react-datepicker__week-number--selected{border-radius:0.3rem;background-color:#216ba5;color:#fff;}/*!sc*/ body .react-datepicker__week-number--selected:hover{background-color:#1d5d90;}/*!sc*/ body .react-datepicker__week-number--keyboard-selected{border-radius:0.3rem;background-color:#2a87d0;color:#fff;}/*!sc*/ body .react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90;}/*!sc*/ body .react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px;}/*!sc*/ body .react-datepicker__week{white-space:nowrap;}/*!sc*/ body .react-datepicker__day-name,body .react-datepicker__day,body .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:0.166rem;}/*!sc*/ body .react-datepicker__day,body .react-datepicker__month-text,body .react-datepicker__quarter-text,body .react-datepicker__year-text{cursor:pointer;}/*!sc*/ body .react-datepicker__day:hover,body .react-datepicker__month-text:hover,body .react-datepicker__quarter-text:hover,body .react-datepicker__year-text:hover{border-radius:0.3rem;background-color:#f0f0f0;}/*!sc*/ body .react-datepicker__day--today,body .react-datepicker__month-text--today,body .react-datepicker__quarter-text--today,body .react-datepicker__year-text--today{font-weight:bold;}/*!sc*/ body .react-datepicker__day--highlighted,body .react-datepicker__month-text--highlighted,body .react-datepicker__quarter-text--highlighted,body .react-datepicker__year-text--highlighted{border-radius:0.3rem;background-color:#3dcc4a;color:#fff;}/*!sc*/ body .react-datepicker__day--highlighted:hover,body .react-datepicker__month-text--highlighted:hover,body .react-datepicker__quarter-text--highlighted:hover,body .react-datepicker__year-text--highlighted:hover{background-color:#32be3f;}/*!sc*/ body .react-datepicker__day--highlighted-custom-1,body .react-datepicker__month-text--highlighted-custom-1,body .react-datepicker__quarter-text--highlighted-custom-1,body .react-datepicker__year-text--highlighted-custom-1{color:magenta;}/*!sc*/ body .react-datepicker__day--highlighted-custom-2,body .react-datepicker__month-text--highlighted-custom-2,body .react-datepicker__quarter-text--highlighted-custom-2,body .react-datepicker__year-text--highlighted-custom-2{color:green;}/*!sc*/ body .react-datepicker__day--holidays,body .react-datepicker__month-text--holidays,body .react-datepicker__quarter-text--holidays,body .react-datepicker__year-text--holidays{position:relative;border-radius:0.3rem;background-color:#ff6803;color:#fff;}/*!sc*/ body .react-datepicker__day--holidays .holiday-overlay,body .react-datepicker__month-text--holidays .holiday-overlay,body .react-datepicker__quarter-text--holidays .holiday-overlay,body .react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity 0.3s ease-in-out;transition:visibility 0s,opacity 0.3s ease-in-out;}/*!sc*/ body .react-datepicker__day--holidays:hover,body .react-datepicker__month-text--holidays:hover,body .react-datepicker__quarter-text--holidays:hover,body .react-datepicker__year-text--holidays:hover{background-color:#cf5300;}/*!sc*/ body .react-datepicker__day--holidays:hover .holiday-overlay,body .react-datepicker__month-text--holidays:hover .holiday-overlay,body .react-datepicker__quarter-text--holidays:hover .holiday-overlay,body .react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1;}/*!sc*/ body .react-datepicker__day--selected,body .react-datepicker__day--in-selecting-range,body .react-datepicker__day--in-range,body .react-datepicker__month-text--selected,body .react-datepicker__month-text--in-selecting-range,body .react-datepicker__month-text--in-range,body .react-datepicker__quarter-text--selected,body .react-datepicker__quarter-text--in-selecting-range,body .react-datepicker__quarter-text--in-range,body .react-datepicker__year-text--selected,body .react-datepicker__year-text--in-selecting-range,body .react-datepicker__year-text--in-range{border-radius:0.3rem;background-color:#216ba5;color:#fff;}/*!sc*/ body .react-datepicker__day--selected:hover,body .react-datepicker__day--in-selecting-range:hover,body .react-datepicker__day--in-range:hover,body .react-datepicker__month-text--selected:hover,body .react-datepicker__month-text--in-selecting-range:hover,body .react-datepicker__month-text--in-range:hover,body .react-datepicker__quarter-text--selected:hover,body .react-datepicker__quarter-text--in-selecting-range:hover,body .react-datepicker__quarter-text--in-range:hover,body .react-datepicker__year-text--selected:hover,body .react-datepicker__year-text--in-selecting-range:hover,body .react-datepicker__year-text--in-range:hover{background-color:#1d5d90;}/*!sc*/ body .react-datepicker__day--keyboard-selected,body .react-datepicker__month-text--keyboard-selected,body .react-datepicker__quarter-text--keyboard-selected,body .react-datepicker__year-text--keyboard-selected{border-radius:0.3rem;background-color:#bad9f1;color:rgb(0,0,0);}/*!sc*/ body .react-datepicker__day--keyboard-selected:hover,body .react-datepicker__month-text--keyboard-selected:hover,body .react-datepicker__quarter-text--keyboard-selected:hover,body .react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90;}/*!sc*/ body .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),body .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),body .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),body .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,0.5);}/*!sc*/ body .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),body .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),body .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),body .react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),body .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),body .react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),body .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),body .react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000;}/*!sc*/ body .react-datepicker__day--disabled,body .react-datepicker__month-text--disabled,body .react-datepicker__quarter-text--disabled,body .react-datepicker__year-text--disabled{cursor:default;color:#ccc;}/*!sc*/ body .react-datepicker__day--disabled:hover,body .react-datepicker__month-text--disabled:hover,body .react-datepicker__quarter-text--disabled:hover,body .react-datepicker__year-text--disabled:hover{background-color:transparent;}/*!sc*/ body .react-datepicker__input-container{position:relative;display:inline-block;width:100%;}/*!sc*/ body .react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:0.5rem;box-sizing:content-box;}/*!sc*/ body .react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px;}/*!sc*/ body .react-datepicker__year-read-view,body .react-datepicker__month-read-view,body .react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:0.3rem;position:relative;}/*!sc*/ body .react-datepicker__year-read-view:hover,body .react-datepicker__month-read-view:hover,body .react-datepicker__month-year-read-view:hover{cursor:pointer;}/*!sc*/ body .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,body .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,body .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,body .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,body .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,body .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3;}/*!sc*/ body .react-datepicker__year-read-view--down-arrow,body .react-datepicker__month-read-view--down-arrow,body .react-datepicker__month-year-read-view--down-arrow{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:-16px;top:0;}/*!sc*/ body .react-datepicker__year-dropdown,body .react-datepicker__month-dropdown,body .react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:0.3rem;border:1px solid #aeaeae;}/*!sc*/ body .react-datepicker__year-dropdown:hover,body .react-datepicker__month-dropdown:hover,body .react-datepicker__month-year-dropdown:hover{cursor:pointer;}/*!sc*/ body .react-datepicker__year-dropdown--scrollable,body .react-datepicker__month-dropdown--scrollable,body .react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll;}/*!sc*/ body .react-datepicker__year-option,body .react-datepicker__month-option,body .react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto;}/*!sc*/ body .react-datepicker__year-option:first-of-type,body .react-datepicker__month-option:first-of-type,body .react-datepicker__month-year-option:first-of-type{border-top-left-radius:0.3rem;border-top-right-radius:0.3rem;}/*!sc*/ body .react-datepicker__year-option:last-of-type,body .react-datepicker__month-option:last-of-type,body .react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:0.3rem;border-bottom-right-radius:0.3rem;}/*!sc*/ body .react-datepicker__year-option:hover,body .react-datepicker__month-option:hover,body .react-datepicker__month-year-option:hover{background-color:#ccc;}/*!sc*/ body .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,body .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,body .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3;}/*!sc*/ body .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,body .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,body .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3;}/*!sc*/ body .react-datepicker__year-option--selected,body .react-datepicker__month-option--selected,body .react-datepicker__month-year-option--selected{position:absolute;left:15px;}/*!sc*/ body .react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle;}/*!sc*/ body .react-datepicker__close-icon::after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×";}/*!sc*/ body .react-datepicker__close-icon--disabled{cursor:default;}/*!sc*/ body .react-datepicker__close-icon--disabled::after{cursor:default;background-color:#ccc;}/*!sc*/ body .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:bold;padding:5px 0;clear:left;}/*!sc*/ body .react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,0.8);left:0;top:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:2147483647;}/*!sc*/ body .react-datepicker__portal .react-datepicker__day-name,body .react-datepicker__portal .react-datepicker__day,body .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem;}/*!sc*/ @media (max-width:400px),(max-height:550px){body .react-datepicker__portal .react-datepicker__day-name,body .react-datepicker__portal .react-datepicker__day,body .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem;}}/*!sc*/ body .react-datepicker__portal .react-datepicker__current-month,body .react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem;}/*!sc*/ body .react-datepicker__children-container{width:13.8rem;margin:0.4rem;padding-right:0.2rem;padding-left:0.2rem;height:auto;}/*!sc*/ body .react-datepicker__aria-live{position:absolute;-webkit-clip-path:circle(0);clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap;}/*!sc*/ body .react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-0.125em;}/*!sc*/ body .mobileDatePickerModal{border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;border:none;}/*!sc*/ body .mobileDatePickerModal > div > div:first-child{height:100%;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list{margin:0;width:100%;height:100%;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list .react-multi-carousel-track{height:100%;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list .react-multi-carousel-track li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list .react-multi-carousel-track li > div{width:90%;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker{border:none;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__week,body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__day-names{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:5px 0;border:none;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__week .react-datepicker__day-name,body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__day-names .react-datepicker__day-name{font-size:13px;font-weight:900;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__header{margin:20px .4rem 0;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__navigation{top:42px;box-sizing:border-box;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__current-month{margin-bottom:20px;}/*!sc*/ body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__day{font-size:13px;}/*!sc*/ @media only screen and (max-width:360px){body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__week,body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__day-names{margin:8px 0;}body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__header{margin:15px .4rem 0;}body .mobileDatePickerModal .react-multi-carousel-list .react-datepicker__navigation{top:28px;}}/*!sc*/ body .mobileDatePickerModal.month-locked .react-multi-carousel-list .react-datepicker__navigation--previous{border-right-color:#f3f3f3;border-bottom-color:#f3f3f3;}/*!sc*/ body .mobileDatePickerModal.month-locked .react-multi-carousel-list .react-datepicker__navigation--next{border-top-color:#f3f3f3;border-left-color:#f3f3f3;}/*!sc*/ body .mobileDatePickerModal .react-datepicker__input-container > label{position:relative;top:2px;}/*!sc*/ data-styled.g137[id="sc-global-haUDxZ1"]{content:"sc-global-haUDxZ1,"}/*!sc*/ </style> <!-- VSM Custom Scripts and Styles --> <!-- Structured Data Schema --> <link rel="stylesheet" type="text/css" href="//www.mlbstatic.com/mlb.com/overrides/styles/mlb.css"/> </head> <body id="standings-reckoning_index" class="lang-en league-mlb" data-background-skin-total="1" > <svg width="0" height="0" style="position:absolute"><symbol id="icon-globe" viewBox="0 0 512 512"><title>Globe icon</title><path d="M0 255.9C0 185 24.9 124.7 74.8 74.8S185 0 255.9 0 387.1 24.9 437 74.8c49.9 49.9 74.8 110.2 74.8 181.1 0 70.8-24.9 131.2-74.8 181.1-49.9 49.9-110.2 74.8-181.1 74.8-70.8 0-131.2-24.9-181.1-74.8S0 326.7 0 255.9zm33 8.2c2.8 58.5 24.8 108.3 66 149.6 18.6-13.1 37.8-23.7 57.8-32-15.1-37.1-23.4-76.4-24.8-117.6H33zm0-16.5h99.1c1.4-36.5 7.9-70.8 19.6-103.2-22-8.9-42.6-21-61.9-36.1C54 148.2 35.1 194.7 33 247.6zM101.1 96c17.9 13.8 36.8 24.8 56.7 33 15.1-35.8 35.8-66.7 61.9-92.9-46 7.6-85.6 27.5-118.6 59.9zm10.3 329.1c31 26.8 67.1 43.7 108.3 50.6-22.7-22.7-41.3-48.8-55.7-78.4-18.5 6.8-36.1 16.1-52.6 27.8zm37.2-161c1.4 39.2 9.3 76.7 23.7 112.5 24.1-7.6 49.2-12 75.3-13.4v-99.1h-99zm0-16.5h99.1v-82.5c-27.5-1.4-54.3-6.5-80.5-15.5-11.1 31-17.2 63.6-18.6 98zm24.7-113.5c24.1 8.3 48.8 13.1 74.3 14.4V33h-1c-31.6 26.8-56.1 60.5-73.3 101.1zm6.2 256.9c17.2 35.1 39.6 64.3 67.1 87.7h1v-99.1c-24 1.5-46.7 5.3-68.1 11.4zm84.6 87.7h1c27.5-23.4 49.9-52.6 67.1-87.7-21.3-6.2-44-10-68.1-11.3v99zm0-115.5c26.1 1.4 51.2 5.8 75.3 13.4 14.4-35.8 22.4-73.3 23.7-112.5H264v99.1zm0-115.6h99.1c-1.4-34.4-7.6-67.1-18.6-98-26.1 8.9-53 14.1-80.5 15.5v82.5zm0-99c25.5-1.4 50.2-6.2 74.3-14.4-17.2-40.7-41.6-74.4-73.2-101.2h-1v115.6zm27.9 327c41.3-6.9 77.4-23.7 108.3-50.6-16.5-11.7-34-21-52.6-27.9-14.4 29.7-33 55.9-55.7 78.5zm0-439.5c26.1 26.1 46.8 57.1 61.9 92.9 19.9-8.3 38.9-19.3 56.7-33-33-32.4-72.5-52.3-118.6-59.9zm62.9 345.7c19.9 8.3 39.2 18.9 57.8 32 41.3-41.3 63.3-91.1 66-149.6h-99.1c-1.3 41.2-9.5 80.4-24.7 117.6zm5.2-237.4c11.7 32.3 18.2 66.7 19.6 103.2h99.1c-2.1-53-21-99.4-56.7-139.3-19.4 15.2-40 27.2-62 36.1z" class="ast0"/></symbol><symbol viewBox="0 0 512 512" id="icon-login"><title>Login icon</title><path d="M509 508s0-34.8-2.9-53c-2.4-14.4-22.3-33.3-106.9-64.4-83.3-30.6-78.1-15.7-78.1-71.9 0-36.5 18.6-15.3 30.4-84.6 4.6-27.3 8.3-9.1 18.3-52.8 5.3-22.9-3.6-24.6-2.5-35.6s2.1-20.7 4.1-43.1C373.8 74.9 348.1 2 256 2S138.2 74.9 140.7 102.7c2 22.3 3 32.2 4.1 43.1 1.1 10.9-7.8 12.7-2.5 35.6 10 43.6 13.7 25.4 18.3 52.8 11.9 69.3 30.4 48.1 30.4 84.6 0 56.4 5.1 41.5-78.1 71.9C28.3 421.7 8.3 440.8 6 455.2c-3 18-3 52.8-3 52.8h506z"/></symbol><symbol viewBox="0 0 877 713" id="icon-recap"><title>Recap icon</title><defs><path d="M0 712.23h876.285V0H0z"/></defs><g fill-rule="evenodd"><path d="M766.623 109.533V0H0v602.697S0 712.23 109.492 712.23H794.04s82.245-1.746 82.245-109.533V109.533H766.62h.003zM108.028 657.637c-54.66 0-54.66-54.68-54.66-54.68V55.11h657.127v547.847c0 25.132 7.737 42.663 18.448 54.68H108.028z"/><path d="M108.46 547.756h246.4V273.833h-246.4m0-110.223H656.1v54.716H108.46m301.273 329.082h246.403v-54.852H409.733m0-53.648h246.403v-54.852H409.733m0-55.37h246.403v-54.853H409.733"/></g></symbol><symbol viewBox="156 245 512 512" id="icon-search"><title>Search icon</title><path d="M667.6 705.2L502.7 564.7c23.2-31.7 37-70.8 37-113.1 0-105.8-86.1-191.9-191.9-191.9S156 345.8 156 451.6s86.1 191.9 191.9 191.9c43.7 0 84.1-14.7 116.4-39.4L632 747l35.6-41.8zM347.9 589.1c-75.9 0-137.6-61.7-137.6-137.6 0-75.8 61.7-137.5 137.6-137.5s137.6 61.7 137.6 137.6c-.1 75.8-61.8 137.5-137.6 137.5z"/></symbol><symbol viewBox="156 245 512 512" id="icon-tickets"><title>Tickets icon</title><path d="M660.1 396.3l-28.2-28.2c-24 24-63 24-87 0s-24-63 0-87l-28.3-28.2c-9.8-9.8-25.7-9.8-35.5 0L164.3 569.7c-9.8 9.8-9.8 25.7 0 35.5l28.2 28.2c24-24 63-24 87 0s24 63 0 87l28.2 28.2c9.8 9.8 25.7 9.8 35.5 0L660 431.8c9.8-9.7 9.8-25.7.1-35.5zm-198.2-45.5l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4z"/></symbol></svg> <script> window.reactHeaderState = {"navItems":{"navSideItems":[{"id":"668844d6-282b-4abb-a162-f6ffff905b11","text":"MLB.TV","url":"https://www.mlb.com/tv?&affiliateId=mlbMENUtv","subnav":[{"id":"43795314-dff1-48d7-8e49-a3d7acab203d","isHidden":false,"text":"Buy MLB.TV","url":"/live-stream-games/subscribe?&affiliateId=mlbMENUtv","shouldOpenInNewWindow":false},{"id":"5e33e51f-2f87-4d40-bf50-cc1704688344","isHidden":false,"text":"Watch & Listen","url":"/live-stream-games?&affiliateID=mlbMENUtv","shouldOpenInNewWindow":false},{"id":"c04b122c-66ec-4bfa-9e26-2e7f75bc915c","isHidden":false,"text":"Help Center","url":"https://support.mlb.com/s/?&affiliateID=mlbMENUtv","shouldOpenInNewWindow":false}],"ariaLabel":"MLB.TV","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"mlb.tv"},{"id":"tickets","text":"Tickets","url":"/tickets","subnav":[{"id":"020f5910-a69a-443a-b5a3-37b7664d8a4f","isHidden":false,"text":"Spring Training","url":"/tickets/spring-training","expires":"1742958000","shouldOpenInNewWindow":false},{"id":"005453a9-72bb-49f7-9dd7-f4f6d70c6a6a","isHidden":false,"text":"Buy on SeatGeek","url":"https://seatgeek.com/mlb-tickets?aid=15994&pid=integration&rid=1&utm_medium=partnership&utm_source=mlb_sponsorship&utm_campaign=integration","shouldOpenInNewWindow":true},{"id":"8fe6d2b6-8de7-490b-a71b-18467d712c95","isHidden":false,"text":"Sell on SeatGeek","url":"https://seatgeek.com/sell/mlb-tickets?aid=15994&pid=integration&rid=15&utm_medium=partnership&utm_source=mlb_sponsorship&utm_campaign=integration","shouldOpenInNewWindow":true},{"id":"1c50bd8c-e100-4469-8546-de8687d83aa8","isHidden":false,"text":"Season Tickets","url":"/tickets/season-tickets","shouldOpenInNewWindow":false},{"id":"d750f8c5-09b8-4590-ace0-bb627f78d65a","isHidden":false,"text":"Single Game Tickets","url":"/schedule","shouldOpenInNewWindow":false},{"id":"cf2e1098-c588-4f08-8e3b-2155238903a0","isHidden":false,"text":"Group Tickets","url":"/tickets/group-tickets","shouldOpenInNewWindow":false},{"id":"31eadef2-73c4-4b75-b086-47f82215a81c","isHidden":false,"text":"Special Ticket Offers","url":"/tickets/fan-value","shouldOpenInNewWindow":false},{"id":"53dc8448-3d3b-4dc9-b145-6228203ef364","isHidden":false,"text":"MLB Speedway Classic","url":"/events/speedway-classic/tickets","shouldOpenInNewWindow":false},{"id":"72695fbc-442b-4c0d-ae5c-be122988e193","isHidden":false,"text":"VIP Ticket Packages","url":"/tickets/on-location-experiences","shouldOpenInNewWindow":false},{"id":"9b6a1944-65e9-4161-8cf6-e22931e1130e","isHidden":false,"text":"MLB Students","url":"/tickets/students","shouldOpenInNewWindow":false},{"id":"3787802a-4ed3-44e4-94a4-92aad54027db","isHidden":false,"text":"MLB Tourism","url":"/tourism","shouldOpenInNewWindow":false},{"id":"5a64aed7-60f2-420c-b4b3-132b3d2c0630","isHidden":false,"text":"MLB World Tour","url":"/international/events","shouldOpenInNewWindow":false},{"id":"44a1fa17-8db4-4a33-bf41-2e54ed6c689b","isHidden":false,"text":"Ticket Terms & Conditions","url":"/tickets/terms-and-conditions","shouldOpenInNewWindow":false}],"ariaLabel":"Tickets","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"tickets"},{"id":"6bfaf88e-891c-4e05-a935-8a32bd23086a","text":"Shop","url":"https://www.mlbshop.com/?_s=bm-mlbcom-hp","subnav":[{"id":"91dcfa1d-f4de-4bf9-93f8-8f91f4069272","isHidden":false,"text":"MLB Online Shop","url":"https://www.mlbshop.com/?_s=bm-mlbcom-hp","shouldOpenInNewWindow":false},{"id":"d7b3c8e0-42c4-45c5-8278-c51adb21b47f","isHidden":false,"text":"Auction","url":"https://auctions.mlb.com/iSynApp/showHomePage.action?sid=1101001&isynsharedsession=9mislq-18JnZhOEp-FeGzvUB3G6zxwkeKqwX99MKAttEdaSACl02r4aCDzYhNvUm","shouldOpenInNewWindow":false},{"id":"c69e35fc-900e-4fcc-9348-085aa0febeab","isHidden":false,"text":"Gift Cards","url":"https://www.mlbshop.com/gift-cards/x-462351+z-94899005-3509039474?_s=bm-mlbcom-Home","shouldOpenInNewWindow":false},{"id":"7423a9ca-3a6f-42fe-8d6e-9459bed284c7","isHidden":false,"text":"MLB NYC Flagship Store","url":"/shop/nyc-retail-store","shouldOpenInNewWindow":false},{"id":"44958e84-599e-44b1-96b4-44f38a477942","isHidden":false,"text":"European Shop","url":"http://www.mlbshopeurope.com/stores/mlb/en?portal=MLTS66FS&CMP=PSC-MLTS66FS","shouldOpenInNewWindow":false}],"ariaLabel":"Shop","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"shopping-cart"},{"id":"5052bac6-3f1d-4847-8739-42021d7cfc2d","text":"News","url":"/news","subnav":[{"id":"d08f0874-ecb6-4378-93c6-be05b4397c21","isHidden":false,"text":"Rule Changes","url":"https://www.mlb.com/rule-changes-2023","shouldOpenInNewWindow":false},{"id":"82d45c9a-d055-4ab4-b785-576d982a2077","isHidden":false,"text":"Probable Pitchers","url":"/probable-pitchers/","shouldOpenInNewWindow":false},{"id":"29c52020-6ed2-45f6-8f8b-6d7e909a68c1","isHidden":false,"text":"Starting Lineups","url":"/starting-lineups","shouldOpenInNewWindow":false},{"id":"28522a27-ab22-43ed-84b4-1b4760c39535","isHidden":false,"text":"Transactions","url":"https://www.mlb.com/transactions","shouldOpenInNewWindow":false},{"id":"28a2e573-86ba-4cdc-a924-86d3b6500979","isHidden":false,"text":"Injury Report","url":"/injury-report","shouldOpenInNewWindow":false},{"id":"3f97e5c6-cd8f-4c42-9be1-b816ea9f47b1","isHidden":false,"text":"World Baseball Classic","url":"/world-baseball-classic","shouldOpenInNewWindow":false},{"id":"c1ac7886-1d18-4ad8-9fc4-326ab4753144","isHidden":false,"text":"MLB Draft","url":"/draft/2024","shouldOpenInNewWindow":false},{"id":"7e316d55-5379-4151-a0e5-828b6b4f8ba8","isHidden":false,"text":"All-Star Game","url":"/all-star/","shouldOpenInNewWindow":false},{"id":"af40cb39-e0a1-4a39-87b6-2620aa48385f","isHidden":false,"text":"MLB Life","url":"/fans/mlb-life","shouldOpenInNewWindow":false},{"id":"de347a3e-0811-49db-aca7-d56d79b69cde","isHidden":false,"text":"MLB Pipeline","url":"https://www.mlb.com/pipeline","shouldOpenInNewWindow":false},{"id":"6efef6dd-bb02-4811-85f8-c8088d743fae","isHidden":false,"text":"Postseason History","url":"/postseason/history","shouldOpenInNewWindow":false},{"id":"527369c6-59ed-47ec-b41f-2b71444bfeee","isHidden":false,"text":"Podcasts","url":"/fans/podcasts","shouldOpenInNewWindow":false}],"ariaLabel":"News","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"news"},{"id":"ed72bef5-d993-4ffe-91d2-15abf6218c12","text":"Watch","url":"/tv?&affiliateId=mlbMENU","subnav":[{"id":"d492eeb7-757f-4600-b3b3-77882293b208","title":"Video","groupItems":[{"id":"5031c87a-7b97-4db0-a447-d29e556f380c","isHidden":false,"text":"Search","url":"/video","shouldOpenInNewWindow":false},{"id":"49538483-21da-4efb-9624-3b27c74823ad","isHidden":false,"text":"Statcast","url":"/video/topic/statcast","shouldOpenInNewWindow":false},{"id":"5dbfda08-1915-42bc-a899-61f8906ede30","isHidden":false,"text":"MLB Network","url":"/network","shouldOpenInNewWindow":false}]},{"id":"5dd37289-4d79-4b66-8359-1c5d0954f7f1","title":"MLB.TV","groupItems":[{"id":"6410ddb0-717a-4b20-b24e-7ca0053c4f6c","isHidden":false,"text":"Buy MLB.TV","url":"/live-stream-games/subscribe?&affiliateId=mlbMENU","shouldOpenInNewWindow":false},{"id":"eb7e4c9b-2723-4af8-9e4c-c4f52be5efb2","isHidden":false,"text":"Watch & Listen","url":"/live-stream-games?&affiliateID=mlbMENU","shouldOpenInNewWindow":false},{"id":"18ca0078-fb25-40f0-98b9-05c2a605965b","isHidden":false,"text":"Help Center","url":"https://support.mlb.com/s/?&affiliateID=mlbMENU","shouldOpenInNewWindow":false}]}],"ariaLabel":"Watch","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"watch"},{"id":"7c68f445-5095-46cc-bab3-73af6c921597","text":"Scores","url":"/scores/2025-02-20","subnav":false,"ariaLabel":"Scores","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"scores"},{"id":"248fea7e-1d19-452a-bb5c-999e1a09b7cd","text":"Schedule","url":"/schedule/2025-02-20","subnav":[{"id":"d50ca7f4-b653-4c3a-a63b-c653bff0bbdc","isHidden":false,"text":"2025 Spring Training","url":"/schedule/2025-02-20","shouldOpenInNewWindow":false},{"id":"2755030c-3503-4089-b6c2-b8e982459945","isHidden":false,"text":"2025 Regular Season","url":"/schedule/2025-03-18","shouldOpenInNewWindow":false},{"id":"d92068f1-fb82-4b03-ae27-10f3e812b6fa","isHidden":false,"text":"2024 Regular Season","url":"/schedule/2024-03-20","shouldOpenInNewWindow":false},{"id":"006e011b-04d6-4533-8732-26f2c5602245","isHidden":false,"text":"2024 Postseason","url":"/postseason","shouldOpenInNewWindow":false},{"id":"94c9d7e4-3477-4217-87f3-008d2290b9ee","isHidden":false,"text":"MLB Events","url":"/events","shouldOpenInNewWindow":false},{"id":"3747c1bc-9b3d-43f5-bd04-d1274c59c02a","isHidden":false,"text":"Team by Team Schedule","url":"/schedule/team-by-team","shouldOpenInNewWindow":false},{"id":"e88e1814-1584-414c-bbe7-b745efe42b93","isHidden":false,"text":"Sync Schedules","url":"https://mlb.ecal.com/","shouldOpenInNewWindow":true}],"ariaLabel":"Schedule","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"schedule"},{"id":"9efaf5e3-6a93-4e4f-b8af-1219110ecb30","text":"Stats","url":"/stats","subnav":[{"id":"41566816-1cb8-421f-9a4a-9ccdefa7ed69","isHidden":false,"text":"Statcast Leaders","url":"https://baseballsavant.mlb.com/statcast_leaderboard","shouldOpenInNewWindow":false},{"id":"0bfb4755-f09b-4bf9-bc8e-173aaebba5de","isHidden":false,"text":"MLB Statcast","url":"/statcast","shouldOpenInNewWindow":false},{"id":"2d0a2684-64c6-4d9f-87a1-a7cf9f661e2f","isHidden":false,"text":"Baseball Savant","url":"https://baseballsavant.mlb.com/","shouldOpenInNewWindow":false},{"id":"b9d0ae31-f31d-449b-82fb-5a77f59293ba","isHidden":false,"text":"Top Prospect Stats","url":"/prospects/stats/top-prospects?type=all&minPA=1","shouldOpenInNewWindow":false}],"ariaLabel":"Stats","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"stats"},{"id":"6af88ec1-9bfe-4494-abc0-898dc919a081","text":"Standings","url":"/standings/wild-card","subnav":false,"ariaLabel":"Standings","isCurrentSection":true,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"standings"},{"id":"8c842eeb-dedd-430c-a452-57a740d5c3df","text":"Players","url":"/players","subnav":[{"id":"2983d4a7-0410-41fe-8b08-35c866b373d5","isHidden":false,"text":"Prospect Rankings","url":"/prospects","shouldOpenInNewWindow":false},{"id":"1f929714-240b-4834-b859-8066a592fa8e","isHidden":false,"text":"Depth Charts","url":"/team/roster/depth-chart","shouldOpenInNewWindow":false},{"id":"a07b01b6-397e-450e-bd8d-7e00c6dd2a80","isHidden":false,"text":"MLB Players Association","url":"https://www.mlbplayers.com","shouldOpenInNewWindow":false},{"id":"3de86763-c530-400b-a7de-1761c927d7bc","isHidden":false,"text":"Negro Leagues","url":"/history/negro-leagues","shouldOpenInNewWindow":false}],"ariaLabel":"Players","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"group"},{"id":"4a28f9d6-aaf8-4fb8-99dd-555e32d99cfc","text":"MLB Play","url":"/play","subnav":[{"id":"b0a48eb1-b83c-4e40-9dd9-1098d97f7b1a","isHidden":false,"text":"Beat the Streak","url":"/play?gameId=BeatTheStreak2022","shouldOpenInNewWindow":false},{"id":"b26b64c9-a5f4-4988-83f9-42f7666e8a5c","isHidden":false,"text":"Immaculate Grid","url":"/play?gameId=ImmaculateGrid2024","shouldOpenInNewWindow":false},{"id":"821e9ef3-a98d-4292-b80c-e3309823eaf5","isHidden":false,"text":"Trivia","url":"/play?gameId=SporcleTrivia2024","shouldOpenInNewWindow":false},{"id":"a51df7d0-b0b6-4e3d-9960-f1c31b1914e0","isHidden":false,"text":"Pickle","url":"/play?gameId=Pickle2023","shouldOpenInNewWindow":false},{"id":"ae542d70-1a35-4a9f-9d08-3fefcfd5b523","isHidden":false,"text":"By the Numbers","url":"/play?gameId=ByTheNumbers2022","shouldOpenInNewWindow":false},{"id":"2b91f94a-2ec4-4ecf-89e3-dcbf5da94e82","isHidden":false,"text":"Diamond Decisions","url":"/play?gameId=DiamondDecisions2024","shouldOpenInNewWindow":false},{"id":"ce7a9acd-e0f0-40fd-88c4-3cefc232ced2","isHidden":false,"text":"Bingo","url":"/play?gameId=Bingo2023","shouldOpenInNewWindow":false}],"ariaLabel":"MLB Play","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"mlb play"},{"id":"15179b67-af8e-42a1-964c-45944e1ab986","text":"Youth","url":"/youth-baseball-softball","subnav":[{"id":"0a04e27f-bcb1-4901-acc0-a14e9ebc5852","isHidden":false,"text":"Play Ball","url":"/play-ball","shouldOpenInNewWindow":false},{"id":"f989fcab-01fa-4d66-8e11-6640be070816","isHidden":false,"text":"Youth Baseball & Softball","url":"/youth-baseball-softball","shouldOpenInNewWindow":false}],"ariaLabel":"Youth","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"youth"},{"id":"5172c099-44af-42eb-ae70-c253c16cfeef","text":"MiLB","url":"/milb","subnav":false,"ariaLabel":"MiLB","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"milb"},{"id":"5b3b6a62-e341-4337-8b7b-2334efb5ba43","text":"Vote","url":"/all-star/ballot?affiliateId=asb-topnav-mlb-2024","subnav":false,"ariaLabel":"Vote","expires":"1720022400","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"vote"},{"id":"98430c25-7924-4112-a70f-0b32fd31594f","text":"Teams","url":"/team","subnav":[{"id":"9191834c-54c4-40a7-8aac-9745d3666084","isHidden":false,"text":"Team Module","url":"","shouldOpenInNewWindow":false}],"ariaLabel":"Teams","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":"teammodule","isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"teams"},{"id":"397b9e10-6d65-4fc0-bbe6-8d07f5e8d3a8","text":"Lang","url":"/language","subnav":[{"id":"7263e7f1-ae87-4e26-b6ff-e64110fd06d9","isHidden":false,"lang":"es","text":"Español","url":"/es","shouldOpenInNewWindow":false},{"id":"ceb83c80-eaf2-4dd4-bdc6-e23b1e11ae60","isHidden":false,"lang":"ja","text":"日本語","url":"http://www.mlb.jp/","shouldOpenInNewWindow":false},{"id":"27ac6728-00c1-4965-963b-05d33268fb50","isHidden":false,"lang":"ko","text":"한국어","url":"https://www.mlbkor.com/","shouldOpenInNewWindow":false}],"ariaLabel":"Language","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"lang"}],"quickNavBarItems":[{"id":"5052bac6-3f1d-4847-8739-42021d7cfc2d","text":"News","url":"/news","subnav":[{"id":"d08f0874-ecb6-4378-93c6-be05b4397c21","isHidden":false,"text":"Rule Changes","url":"https://www.mlb.com/rule-changes-2023","shouldOpenInNewWindow":false},{"id":"82d45c9a-d055-4ab4-b785-576d982a2077","isHidden":false,"text":"Probable Pitchers","url":"/probable-pitchers/","shouldOpenInNewWindow":false},{"id":"29c52020-6ed2-45f6-8f8b-6d7e909a68c1","isHidden":false,"text":"Starting Lineups","url":"/starting-lineups","shouldOpenInNewWindow":false},{"id":"28522a27-ab22-43ed-84b4-1b4760c39535","isHidden":false,"text":"Transactions","url":"https://www.mlb.com/transactions","shouldOpenInNewWindow":false},{"id":"28a2e573-86ba-4cdc-a924-86d3b6500979","isHidden":false,"text":"Injury Report","url":"/injury-report","shouldOpenInNewWindow":false},{"id":"3f97e5c6-cd8f-4c42-9be1-b816ea9f47b1","isHidden":false,"text":"World Baseball Classic","url":"/world-baseball-classic","shouldOpenInNewWindow":false},{"id":"c1ac7886-1d18-4ad8-9fc4-326ab4753144","isHidden":false,"text":"MLB Draft","url":"/draft/2024","shouldOpenInNewWindow":false},{"id":"7e316d55-5379-4151-a0e5-828b6b4f8ba8","isHidden":false,"text":"All-Star Game","url":"/all-star/","shouldOpenInNewWindow":false},{"id":"af40cb39-e0a1-4a39-87b6-2620aa48385f","isHidden":false,"text":"MLB Life","url":"/fans/mlb-life","shouldOpenInNewWindow":false},{"id":"de347a3e-0811-49db-aca7-d56d79b69cde","isHidden":false,"text":"MLB Pipeline","url":"https://www.mlb.com/pipeline","shouldOpenInNewWindow":false},{"id":"6efef6dd-bb02-4811-85f8-c8088d743fae","isHidden":false,"text":"Postseason History","url":"/postseason/history","shouldOpenInNewWindow":false},{"id":"527369c6-59ed-47ec-b41f-2b71444bfeee","isHidden":false,"text":"Podcasts","url":"/fans/podcasts","shouldOpenInNewWindow":false}],"ariaLabel":"News","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"news"},{"id":"ed72bef5-d993-4ffe-91d2-15abf6218c12","text":"Watch","url":"/tv?&affiliateId=mlbMENU","subnav":[{"id":"d492eeb7-757f-4600-b3b3-77882293b208","title":"Video","groupItems":[{"id":"5031c87a-7b97-4db0-a447-d29e556f380c","isHidden":false,"text":"Search","url":"/video","shouldOpenInNewWindow":false},{"id":"49538483-21da-4efb-9624-3b27c74823ad","isHidden":false,"text":"Statcast","url":"/video/topic/statcast","shouldOpenInNewWindow":false},{"id":"5dbfda08-1915-42bc-a899-61f8906ede30","isHidden":false,"text":"MLB Network","url":"/network","shouldOpenInNewWindow":false}]},{"id":"5dd37289-4d79-4b66-8359-1c5d0954f7f1","title":"MLB.TV","groupItems":[{"id":"6410ddb0-717a-4b20-b24e-7ca0053c4f6c","isHidden":false,"text":"Buy MLB.TV","url":"/live-stream-games/subscribe?&affiliateId=mlbMENU","shouldOpenInNewWindow":false},{"id":"eb7e4c9b-2723-4af8-9e4c-c4f52be5efb2","isHidden":false,"text":"Watch & Listen","url":"/live-stream-games?&affiliateID=mlbMENU","shouldOpenInNewWindow":false},{"id":"18ca0078-fb25-40f0-98b9-05c2a605965b","isHidden":false,"text":"Help Center","url":"https://support.mlb.com/s/?&affiliateID=mlbMENU","shouldOpenInNewWindow":false}]}],"ariaLabel":"Watch","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"watch"},{"id":"7c68f445-5095-46cc-bab3-73af6c921597","text":"Scores","url":"/scores/2025-02-20","subnav":false,"ariaLabel":"Scores","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"scores"},{"id":"248fea7e-1d19-452a-bb5c-999e1a09b7cd","text":"Schedule","url":"/schedule/2025-02-20","subnav":[{"id":"d50ca7f4-b653-4c3a-a63b-c653bff0bbdc","isHidden":false,"text":"2025 Spring Training","url":"/schedule/2025-02-20","shouldOpenInNewWindow":false},{"id":"2755030c-3503-4089-b6c2-b8e982459945","isHidden":false,"text":"2025 Regular Season","url":"/schedule/2025-03-18","shouldOpenInNewWindow":false},{"id":"d92068f1-fb82-4b03-ae27-10f3e812b6fa","isHidden":false,"text":"2024 Regular Season","url":"/schedule/2024-03-20","shouldOpenInNewWindow":false},{"id":"006e011b-04d6-4533-8732-26f2c5602245","isHidden":false,"text":"2024 Postseason","url":"/postseason","shouldOpenInNewWindow":false},{"id":"94c9d7e4-3477-4217-87f3-008d2290b9ee","isHidden":false,"text":"MLB Events","url":"/events","shouldOpenInNewWindow":false},{"id":"3747c1bc-9b3d-43f5-bd04-d1274c59c02a","isHidden":false,"text":"Team by Team Schedule","url":"/schedule/team-by-team","shouldOpenInNewWindow":false},{"id":"e88e1814-1584-414c-bbe7-b745efe42b93","isHidden":false,"text":"Sync Schedules","url":"https://mlb.ecal.com/","shouldOpenInNewWindow":true}],"ariaLabel":"Schedule","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"schedule"},{"id":"9efaf5e3-6a93-4e4f-b8af-1219110ecb30","text":"Stats","url":"/stats","subnav":[{"id":"41566816-1cb8-421f-9a4a-9ccdefa7ed69","isHidden":false,"text":"Statcast Leaders","url":"https://baseballsavant.mlb.com/statcast_leaderboard","shouldOpenInNewWindow":false},{"id":"0bfb4755-f09b-4bf9-bc8e-173aaebba5de","isHidden":false,"text":"MLB Statcast","url":"/statcast","shouldOpenInNewWindow":false},{"id":"2d0a2684-64c6-4d9f-87a1-a7cf9f661e2f","isHidden":false,"text":"Baseball Savant","url":"https://baseballsavant.mlb.com/","shouldOpenInNewWindow":false},{"id":"b9d0ae31-f31d-449b-82fb-5a77f59293ba","isHidden":false,"text":"Top Prospect Stats","url":"/prospects/stats/top-prospects?type=all&minPA=1","shouldOpenInNewWindow":false}],"ariaLabel":"Stats","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"stats"},{"id":"6af88ec1-9bfe-4494-abc0-898dc919a081","text":"Standings","url":"/standings/wild-card","subnav":false,"ariaLabel":"Standings","isCurrentSection":true,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"standings"},{"id":"8c842eeb-dedd-430c-a452-57a740d5c3df","text":"Players","url":"/players","subnav":[{"id":"2983d4a7-0410-41fe-8b08-35c866b373d5","isHidden":false,"text":"Prospect Rankings","url":"/prospects","shouldOpenInNewWindow":false},{"id":"1f929714-240b-4834-b859-8066a592fa8e","isHidden":false,"text":"Depth Charts","url":"/team/roster/depth-chart","shouldOpenInNewWindow":false},{"id":"a07b01b6-397e-450e-bd8d-7e00c6dd2a80","isHidden":false,"text":"MLB Players Association","url":"https://www.mlbplayers.com","shouldOpenInNewWindow":false},{"id":"3de86763-c530-400b-a7de-1761c927d7bc","isHidden":false,"text":"Negro Leagues","url":"/history/negro-leagues","shouldOpenInNewWindow":false}],"ariaLabel":"Players","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"group"},{"id":"4a28f9d6-aaf8-4fb8-99dd-555e32d99cfc","text":"MLB Play","url":"/play","subnav":[{"id":"b0a48eb1-b83c-4e40-9dd9-1098d97f7b1a","isHidden":false,"text":"Beat the Streak","url":"/play?gameId=BeatTheStreak2022","shouldOpenInNewWindow":false},{"id":"b26b64c9-a5f4-4988-83f9-42f7666e8a5c","isHidden":false,"text":"Immaculate Grid","url":"/play?gameId=ImmaculateGrid2024","shouldOpenInNewWindow":false},{"id":"821e9ef3-a98d-4292-b80c-e3309823eaf5","isHidden":false,"text":"Trivia","url":"/play?gameId=SporcleTrivia2024","shouldOpenInNewWindow":false},{"id":"a51df7d0-b0b6-4e3d-9960-f1c31b1914e0","isHidden":false,"text":"Pickle","url":"/play?gameId=Pickle2023","shouldOpenInNewWindow":false},{"id":"ae542d70-1a35-4a9f-9d08-3fefcfd5b523","isHidden":false,"text":"By the Numbers","url":"/play?gameId=ByTheNumbers2022","shouldOpenInNewWindow":false},{"id":"2b91f94a-2ec4-4ecf-89e3-dcbf5da94e82","isHidden":false,"text":"Diamond Decisions","url":"/play?gameId=DiamondDecisions2024","shouldOpenInNewWindow":false},{"id":"ce7a9acd-e0f0-40fd-88c4-3cefc232ced2","isHidden":false,"text":"Bingo","url":"/play?gameId=Bingo2023","shouldOpenInNewWindow":false}],"ariaLabel":"MLB Play","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"mlb play"},{"id":"15179b67-af8e-42a1-964c-45944e1ab986","text":"Youth","url":"/youth-baseball-softball","subnav":[{"id":"0a04e27f-bcb1-4901-acc0-a14e9ebc5852","isHidden":false,"text":"Play Ball","url":"/play-ball","shouldOpenInNewWindow":false},{"id":"f989fcab-01fa-4d66-8e11-6640be070816","isHidden":false,"text":"Youth Baseball & Softball","url":"/youth-baseball-softball","shouldOpenInNewWindow":false}],"ariaLabel":"Youth","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"youth"},{"id":"5172c099-44af-42eb-ae70-c253c16cfeef","text":"MiLB","url":"/milb","subnav":false,"ariaLabel":"MiLB","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"milb"},{"id":"5b3b6a62-e341-4337-8b7b-2334efb5ba43","text":"Vote","url":"/all-star/ballot?affiliateId=asb-topnav-mlb-2024","subnav":false,"ariaLabel":"Vote","expires":"1720022400","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"vote"}],"revenueNavBarItems":[{"id":"668844d6-282b-4abb-a162-f6ffff905b11","text":"MLB.TV","url":"https://www.mlb.com/tv?&affiliateId=mlbMENUtv","subnav":[{"id":"43795314-dff1-48d7-8e49-a3d7acab203d","isHidden":false,"text":"Buy MLB.TV","url":"/live-stream-games/subscribe?&affiliateId=mlbMENUtv","shouldOpenInNewWindow":false},{"id":"5e33e51f-2f87-4d40-bf50-cc1704688344","isHidden":false,"text":"Watch & Listen","url":"/live-stream-games?&affiliateID=mlbMENUtv","shouldOpenInNewWindow":false},{"id":"c04b122c-66ec-4bfa-9e26-2e7f75bc915c","isHidden":false,"text":"Help Center","url":"https://support.mlb.com/s/?&affiliateID=mlbMENUtv","shouldOpenInNewWindow":false}],"ariaLabel":"MLB.TV","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"mlb.tv"},{"id":"tickets","text":"Tickets","url":"/tickets","subnav":[{"id":"020f5910-a69a-443a-b5a3-37b7664d8a4f","isHidden":false,"text":"Spring Training","url":"/tickets/spring-training","expires":"1742958000","shouldOpenInNewWindow":false},{"id":"005453a9-72bb-49f7-9dd7-f4f6d70c6a6a","isHidden":false,"text":"Buy on SeatGeek","url":"https://seatgeek.com/mlb-tickets?aid=15994&pid=integration&rid=1&utm_medium=partnership&utm_source=mlb_sponsorship&utm_campaign=integration","shouldOpenInNewWindow":true},{"id":"8fe6d2b6-8de7-490b-a71b-18467d712c95","isHidden":false,"text":"Sell on SeatGeek","url":"https://seatgeek.com/sell/mlb-tickets?aid=15994&pid=integration&rid=15&utm_medium=partnership&utm_source=mlb_sponsorship&utm_campaign=integration","shouldOpenInNewWindow":true},{"id":"1c50bd8c-e100-4469-8546-de8687d83aa8","isHidden":false,"text":"Season Tickets","url":"/tickets/season-tickets","shouldOpenInNewWindow":false},{"id":"d750f8c5-09b8-4590-ace0-bb627f78d65a","isHidden":false,"text":"Single Game Tickets","url":"/schedule","shouldOpenInNewWindow":false},{"id":"cf2e1098-c588-4f08-8e3b-2155238903a0","isHidden":false,"text":"Group Tickets","url":"/tickets/group-tickets","shouldOpenInNewWindow":false},{"id":"31eadef2-73c4-4b75-b086-47f82215a81c","isHidden":false,"text":"Special Ticket Offers","url":"/tickets/fan-value","shouldOpenInNewWindow":false},{"id":"53dc8448-3d3b-4dc9-b145-6228203ef364","isHidden":false,"text":"MLB Speedway Classic","url":"/events/speedway-classic/tickets","shouldOpenInNewWindow":false},{"id":"72695fbc-442b-4c0d-ae5c-be122988e193","isHidden":false,"text":"VIP Ticket Packages","url":"/tickets/on-location-experiences","shouldOpenInNewWindow":false},{"id":"9b6a1944-65e9-4161-8cf6-e22931e1130e","isHidden":false,"text":"MLB Students","url":"/tickets/students","shouldOpenInNewWindow":false},{"id":"3787802a-4ed3-44e4-94a4-92aad54027db","isHidden":false,"text":"MLB Tourism","url":"/tourism","shouldOpenInNewWindow":false},{"id":"5a64aed7-60f2-420c-b4b3-132b3d2c0630","isHidden":false,"text":"MLB World Tour","url":"/international/events","shouldOpenInNewWindow":false},{"id":"44a1fa17-8db4-4a33-bf41-2e54ed6c689b","isHidden":false,"text":"Ticket Terms & Conditions","url":"/tickets/terms-and-conditions","shouldOpenInNewWindow":false}],"ariaLabel":"Tickets","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"tickets"},{"id":"6bfaf88e-891c-4e05-a935-8a32bd23086a","text":"Shop","url":"https://www.mlbshop.com/?_s=bm-mlbcom-hp","subnav":[{"id":"91dcfa1d-f4de-4bf9-93f8-8f91f4069272","isHidden":false,"text":"MLB Online Shop","url":"https://www.mlbshop.com/?_s=bm-mlbcom-hp","shouldOpenInNewWindow":false},{"id":"d7b3c8e0-42c4-45c5-8278-c51adb21b47f","isHidden":false,"text":"Auction","url":"https://auctions.mlb.com/iSynApp/showHomePage.action?sid=1101001&isynsharedsession=9mislq-18JnZhOEp-FeGzvUB3G6zxwkeKqwX99MKAttEdaSACl02r4aCDzYhNvUm","shouldOpenInNewWindow":false},{"id":"c69e35fc-900e-4fcc-9348-085aa0febeab","isHidden":false,"text":"Gift Cards","url":"https://www.mlbshop.com/gift-cards/x-462351+z-94899005-3509039474?_s=bm-mlbcom-Home","shouldOpenInNewWindow":false},{"id":"7423a9ca-3a6f-42fe-8d6e-9459bed284c7","isHidden":false,"text":"MLB NYC Flagship Store","url":"/shop/nyc-retail-store","shouldOpenInNewWindow":false},{"id":"44958e84-599e-44b1-96b4-44f38a477942","isHidden":false,"text":"European Shop","url":"http://www.mlbshopeurope.com/stores/mlb/en?portal=MLTS66FS&CMP=PSC-MLTS66FS","shouldOpenInNewWindow":false}],"ariaLabel":"Shop","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"shopping-cart"},{"id":"98430c25-7924-4112-a70f-0b32fd31594f","text":"Teams","url":"/team","subnav":[{"id":"9191834c-54c4-40a7-8aac-9745d3666084","isHidden":false,"text":"Team Module","url":"","shouldOpenInNewWindow":false}],"ariaLabel":"Teams","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":"teammodule","isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"teams"},{"id":"397b9e10-6d65-4fc0-bbe6-8d07f5e8d3a8","text":"Lang","url":"/language","subnav":[{"id":"7263e7f1-ae87-4e26-b6ff-e64110fd06d9","isHidden":false,"lang":"es","text":"Español","url":"/es","shouldOpenInNewWindow":false},{"id":"ceb83c80-eaf2-4dd4-bdc6-e23b1e11ae60","isHidden":false,"lang":"ja","text":"日本語","url":"http://www.mlb.jp/","shouldOpenInNewWindow":false},{"id":"27ac6728-00c1-4965-963b-05d33268fb50","isHidden":false,"lang":"ko","text":"한국어","url":"https://www.mlbkor.com/","shouldOpenInNewWindow":false}],"ariaLabel":"Language","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"lang"}],"revenueHasMobileItems":false},"navVariables":{"sitesearch":true,"ismlbtvnav":false,"mobileicons":true},"navSideOpen":false,"styleProps":{"primaryLogo":"//www.mlbstatic.com/team-logos/league-on-dark/1.svg","sponsorUrl":""},"isClub":false,"clubId":"mlb","teamData":{"leagues":[{"name":"American League","abr":"AL","divisions":[{"name":"AL East","teams":[{"id":110,"name":"Baltimore Orioles","logo":"//www.mlbstatic.com/team-logos/110.svg","shortName":"Baltimore","url":"/orioles"},{"id":111,"name":"Boston Red Sox","logo":"//www.mlbstatic.com/team-logos/111.svg","shortName":"Boston","url":"/redsox"},{"id":147,"name":"New York Yankees","logo":"//www.mlbstatic.com/team-logos/147.svg","shortName":"NY Yankees","url":"/yankees"},{"id":139,"name":"Tampa Bay Rays","logo":"//www.mlbstatic.com/team-logos/139.svg","shortName":"Tampa Bay","url":"/rays"},{"id":141,"name":"Toronto Blue Jays","logo":"//www.mlbstatic.com/team-logos/141.svg","shortName":"Toronto","url":"/bluejays"}]},{"name":"AL Central","teams":[{"id":145,"name":"Chicago White Sox","logo":"//www.mlbstatic.com/team-logos/145.svg","shortName":"Chi White Sox","url":"/whitesox"},{"id":114,"name":"Cleveland Guardians","logo":"//www.mlbstatic.com/team-logos/114.svg","shortName":"Cleveland","url":"/guardians"},{"id":116,"name":"Detroit Tigers","logo":"//www.mlbstatic.com/team-logos/116.svg","shortName":"Detroit","url":"/tigers"},{"id":118,"name":"Kansas City Royals","logo":"//www.mlbstatic.com/team-logos/118.svg","shortName":"Kansas City","url":"/royals"},{"id":142,"name":"Minnesota Twins","logo":"//www.mlbstatic.com/team-logos/142.svg","shortName":"Minnesota","url":"/twins"}]},{"name":"AL West","teams":[{"id":133,"name":"Athletics","logo":"//www.mlbstatic.com/team-logos/133.svg","shortName":"Athletics","url":"/athletics"},{"id":117,"name":"Houston Astros","logo":"//www.mlbstatic.com/team-logos/117.svg","shortName":"Houston","url":"/astros"},{"id":108,"name":"Los Angeles Angels","logo":"//www.mlbstatic.com/team-logos/108.svg","shortName":"LA Angels","url":"/angels"},{"id":136,"name":"Seattle Mariners","logo":"//www.mlbstatic.com/team-logos/136.svg","shortName":"Seattle","url":"/mariners"},{"id":140,"name":"Texas Rangers","logo":"//www.mlbstatic.com/team-logos/140.svg","shortName":"Texas","url":"/rangers"}]}]},{"name":"National League","abr":"NL","divisions":[{"name":"NL East","teams":[{"id":144,"name":"Atlanta Braves","logo":"//www.mlbstatic.com/team-logos/144.svg","shortName":"Atlanta","url":"/braves"},{"id":146,"name":"Miami Marlins","logo":"//www.mlbstatic.com/team-logos/146.svg","shortName":"Miami","url":"/marlins"},{"id":121,"name":"New York Mets","logo":"//www.mlbstatic.com/team-logos/121.svg","shortName":"NY Mets","url":"/mets"},{"id":143,"name":"Philadelphia Phillies","logo":"//www.mlbstatic.com/team-logos/143.svg","shortName":"Philadelphia","url":"/phillies"},{"id":120,"name":"Washington Nationals","logo":"//www.mlbstatic.com/team-logos/120.svg","shortName":"Washington","url":"/nationals"}]},{"name":"NL Central","teams":[{"id":112,"name":"Chicago Cubs","logo":"//www.mlbstatic.com/team-logos/112.svg","shortName":"Chi Cubs","url":"/cubs"},{"id":113,"name":"Cincinnati Reds","logo":"//www.mlbstatic.com/team-logos/113.svg","shortName":"Cincinnati","url":"/reds"},{"id":158,"name":"Milwaukee Brewers","logo":"//www.mlbstatic.com/team-logos/158.svg","shortName":"Milwaukee","url":"/brewers"},{"id":134,"name":"Pittsburgh Pirates","logo":"//www.mlbstatic.com/team-logos/134.svg","shortName":"Pittsburgh","url":"/pirates"},{"id":138,"name":"St. Louis Cardinals","logo":"//www.mlbstatic.com/team-logos/138.svg","shortName":"St. Louis","url":"/cardinals"}]},{"name":"NL West","teams":[{"id":109,"name":"Arizona Diamondbacks","logo":"//www.mlbstatic.com/team-logos/109.svg","shortName":"Arizona","url":"/dbacks"},{"id":115,"name":"Colorado Rockies","logo":"//www.mlbstatic.com/team-logos/115.svg","shortName":"Colorado","url":"/rockies"},{"id":119,"name":"Los Angeles Dodgers","logo":"//www.mlbstatic.com/team-logos/119.svg","shortName":"LA Dodgers","url":"/dodgers"},{"id":135,"name":"San Diego Padres","logo":"//www.mlbstatic.com/team-logos/135.svg","shortName":"San Diego","url":"/padres"},{"id":137,"name":"San Francisco Giants","logo":"//www.mlbstatic.com/team-logos/137.svg","shortName":"San Francisco","url":"/giants"}]}]}]},"teamNameDisplay":"Major League Baseball","teamNameSlug":"","locale":"en","isLegacy":false}; </script> <div id='react-header'> <header class="mlb-header mlb-header--side-nav-closed"><div class="mlb-header--inner"><div class="header__nav-top" role="menubar" aria-label="Top Navigation"><button class="header__nav-top__button header__nav-top__button-menu" aria-expanded="false" aria-label="Press space bar to expand the side navigation"><div class="icon header__nav-top__button-menu--icon"><span></span><span></span><span></span><span></span></div></button><div class="header__nav-top__logo header__nav-top__logo--mlb"><a class="logo__link" href="/" target="_parent"><img src="//www.mlbstatic.com/team-logos/league-on-dark/1.svg" alt="Major League Baseball"/></a></div><div class="header__nav-top__nav-container"><div class="header__nav-top__nav-container__primary"><nav class="header__nav-top__nav-items header__nav-top__nav-items--quick" aria-label="Secondary Navigation"><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-news" aria-haspopup="true" aria-expanded="false" aria-label="News"><div class="header__nav-top__nav-item--inner"><a href="/news" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">News</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-news"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="https://www.mlb.com/rule-changes-2023" data-sub-nav-name="Rule Changes" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Rule Changes</a><a href="/probable-pitchers/" data-sub-nav-name="Probable Pitchers" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Probable Pitchers</a><a href="/starting-lineups" data-sub-nav-name="Starting Lineups" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Starting Lineups</a><a href="https://www.mlb.com/transactions" data-sub-nav-name="Transactions" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Transactions</a><a href="/injury-report" data-sub-nav-name="Injury Report" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Injury Report</a><a href="/world-baseball-classic" data-sub-nav-name="World Baseball Classic" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">World Baseball Classic</a><a href="/draft/2024" data-sub-nav-name="MLB Draft" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Draft</a><a href="/all-star/" data-sub-nav-name="All-Star Game" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">All-Star Game</a><a href="/fans/mlb-life" data-sub-nav-name="MLB Life" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Life</a><a href="https://www.mlb.com/pipeline" data-sub-nav-name="MLB Pipeline" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Pipeline</a><a href="/postseason/history" data-sub-nav-name="Postseason History" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Postseason History</a><a href="/fans/podcasts" data-sub-nav-name="Podcasts" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Podcasts</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-watch" aria-haspopup="true" aria-expanded="false" aria-label="Watch"><div class="header__nav-top__nav-item--inner"><a href="/tv?&amp;affiliateId=mlbMENU" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Watch</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-watch"><div class="header__subnav__content"><div class="header__subnav__group"><span class="header__subnav__group-title">Video</span><a href="/video" data-sub-nav-name="Search" data-parent="Watch" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Search</a><a href="/video/topic/statcast" data-sub-nav-name="Statcast" data-parent="Watch" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Statcast</a><a href="/network" data-sub-nav-name="MLB Network" data-parent="Watch" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Network</a></div><div class="header__subnav__group"><span class="header__subnav__group-title">MLB.TV</span><a href="/live-stream-games/subscribe?&amp;affiliateId=mlbMENU" data-sub-nav-name="Buy MLB.TV" data-parent="Watch" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Buy MLB.TV</a><a href="/live-stream-games?&amp;affiliateID=mlbMENU" data-sub-nav-name="Watch &amp; Listen" data-parent="Watch" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Watch &amp; Listen</a><a href="https://support.mlb.com/s/?&amp;affiliateID=mlbMENU" data-sub-nav-name="Help Center" data-parent="Watch" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Help Center</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav" role="menu" tabindex="0" data-nav-id="nav-top-item-scores" aria-label="Scores"><div class="header__nav-top__nav-item--inner"><a href="/scores/2025-02-20" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Scores</span></a></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-schedule" aria-haspopup="true" aria-expanded="false" aria-label="Schedule"><div class="header__nav-top__nav-item--inner"><a href="/schedule/2025-02-20" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Schedule</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-schedule"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/schedule/2025-02-20" data-sub-nav-name="2025 Spring Training" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">2025 Spring Training</a><a href="/schedule/2025-03-18" data-sub-nav-name="2025 Regular Season" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">2025 Regular Season</a><a href="/schedule/2024-03-20" data-sub-nav-name="2024 Regular Season" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">2024 Regular Season</a><a href="/postseason" data-sub-nav-name="2024 Postseason" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">2024 Postseason</a><a href="/events" data-sub-nav-name="MLB Events" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Events</a><a href="/schedule/team-by-team" data-sub-nav-name="Team by Team Schedule" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Team by Team Schedule</a><a href="https://mlb.ecal.com/" data-sub-nav-name="Sync Schedules" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Sync Schedules</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-stats" aria-haspopup="true" aria-expanded="false" aria-label="Stats"><div class="header__nav-top__nav-item--inner"><a href="/stats" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Stats</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-stats"><div class="header__subnav__content"><div class="header__subnav__group"><a href="https://baseballsavant.mlb.com/statcast_leaderboard" data-sub-nav-name="Statcast Leaders" data-parent="Stats" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Statcast Leaders</a><a href="/statcast" data-sub-nav-name="MLB Statcast" data-parent="Stats" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Statcast</a><a href="https://baseballsavant.mlb.com/" data-sub-nav-name="Baseball Savant" data-parent="Stats" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Baseball Savant</a><a href="/prospects/stats/top-prospects?type=all&amp;minPA=1" data-sub-nav-name="Top Prospect Stats" data-parent="Stats" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Top Prospect Stats</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--current" role="menu" tabindex="0" data-nav-id="nav-top-item-standings" aria-label="Standings"><div class="header__nav-top__nav-item--inner"><a href="/standings/wild-card" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Standings</span></a></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-players" aria-haspopup="true" aria-expanded="false" aria-label="Players"><div class="header__nav-top__nav-item--inner"><a href="/players" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Players</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-players"><div class="header__subnav__content"><div class="header__subnav__group"><a href="/prospects" data-sub-nav-name="Prospect Rankings" data-parent="Players" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Prospect Rankings</a><a href="/team/roster/depth-chart" data-sub-nav-name="Depth Charts" data-parent="Players" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Depth Charts</a><a href="https://www.mlbplayers.com" data-sub-nav-name="MLB Players Association" data-parent="Players" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Players Association</a><a href="/history/negro-leagues" data-sub-nav-name="Negro Leagues" data-parent="Players" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Negro Leagues</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-mlb-play" aria-haspopup="true" aria-expanded="false" aria-label="MLB Play"><div class="header__nav-top__nav-item--inner"><a href="/play" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">MLB Play</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-mlb-play"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/play?gameId=BeatTheStreak2022" data-sub-nav-name="Beat the Streak" data-parent="MLB Play" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Beat the Streak</a><a href="/play?gameId=ImmaculateGrid2024" data-sub-nav-name="Immaculate Grid" data-parent="MLB Play" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Immaculate Grid</a><a href="/play?gameId=SporcleTrivia2024" data-sub-nav-name="Trivia" data-parent="MLB Play" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Trivia</a><a href="/play?gameId=Pickle2023" data-sub-nav-name="Pickle" data-parent="MLB Play" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Pickle</a><a href="/play?gameId=ByTheNumbers2022" data-sub-nav-name="By the Numbers" data-parent="MLB Play" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">By the Numbers</a><a href="/play?gameId=DiamondDecisions2024" data-sub-nav-name="Diamond Decisions" data-parent="MLB Play" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Diamond Decisions</a><a href="/play?gameId=Bingo2023" data-sub-nav-name="Bingo" data-parent="MLB Play" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Bingo</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-youth" aria-haspopup="true" aria-expanded="false" aria-label="Youth"><div class="header__nav-top__nav-item--inner"><a href="/youth-baseball-softball" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Youth</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-youth"><div class="header__subnav__content"><div class="header__subnav__group"><a href="/play-ball" data-sub-nav-name="Play Ball" data-parent="Youth" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Play Ball</a><a href="/youth-baseball-softball" data-sub-nav-name="Youth Baseball &amp; Softball" data-parent="Youth" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Youth Baseball &amp; Softball</a></div></div></div></div><div class="header__nav-top__nav-item" role="menu" tabindex="0" data-nav-id="nav-top-item-milb" aria-label="MiLB"><div class="header__nav-top__nav-item--inner"><a href="/milb" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">MiLB</span></a></div></div></nav><nav class="header__nav-top__nav-items header__nav-top__nav-items--spillover" aria-label="Secondary Navigation"></nav></div><div class="header__nav-top__nav-container__revenue"><nav class="header__nav-top__nav-items header__nav-top__nav-items--revenue" aria-label="Tertiary Navigation"><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-mlb.tv" aria-haspopup="true" aria-expanded="false" aria-label="MLB.TV"><div class="header__nav-top__nav-item--inner"><a href="https://www.mlb.com/tv?&amp;affiliateId=mlbMENUtv" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">MLB.TV</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-mlb.tv"><div class="header__subnav__content"><div class="header__subnav__group"><a href="/live-stream-games/subscribe?&amp;affiliateId=mlbMENUtv" data-sub-nav-name="Buy MLB.TV" data-parent="MLB.TV" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Buy MLB.TV</a><a href="/live-stream-games?&amp;affiliateID=mlbMENUtv" data-sub-nav-name="Watch &amp; Listen" data-parent="MLB.TV" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Watch &amp; Listen</a><a href="https://support.mlb.com/s/?&amp;affiliateID=mlbMENUtv" data-sub-nav-name="Help Center" data-parent="MLB.TV" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Help Center</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-tickets" aria-haspopup="true" aria-expanded="false" aria-label="Tickets"><div class="header__nav-top__nav-item--inner"><a href="/tickets" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Tickets</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-tickets"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/tickets/spring-training" data-sub-nav-name="Spring Training" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Spring Training</a><a href="https://seatgeek.com/mlb-tickets?aid=15994&amp;pid=integration&amp;rid=1&amp;utm_medium=partnership&amp;utm_source=mlb_sponsorship&amp;utm_campaign=integration" data-sub-nav-name="Buy on SeatGeek" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Buy on SeatGeek</a><a href="https://seatgeek.com/sell/mlb-tickets?aid=15994&amp;pid=integration&amp;rid=15&amp;utm_medium=partnership&amp;utm_source=mlb_sponsorship&amp;utm_campaign=integration" data-sub-nav-name="Sell on SeatGeek" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Sell on SeatGeek</a><a href="/tickets/season-tickets" data-sub-nav-name="Season Tickets" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Season Tickets</a><a href="/schedule" data-sub-nav-name="Single Game Tickets" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Single Game Tickets</a><a href="/tickets/group-tickets" data-sub-nav-name="Group Tickets" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Group Tickets</a><a href="/tickets/fan-value" data-sub-nav-name="Special Ticket Offers" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Special Ticket Offers</a><a href="/events/speedway-classic/tickets" data-sub-nav-name="MLB Speedway Classic" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Speedway Classic</a><a href="/tickets/on-location-experiences" data-sub-nav-name="VIP Ticket Packages" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">VIP Ticket Packages</a><a href="/tickets/students" data-sub-nav-name="MLB Students" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Students</a><a href="/tourism" data-sub-nav-name="MLB Tourism" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Tourism</a><a href="/international/events" data-sub-nav-name="MLB World Tour" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB World Tour</a><a href="/tickets/terms-and-conditions" data-sub-nav-name="Ticket Terms &amp; Conditions" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Ticket Terms &amp; Conditions</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-shop" aria-haspopup="true" aria-expanded="false" aria-label="Shop"><div class="header__nav-top__nav-item--inner"><a href="https://www.mlbshop.com/?_s=bm-mlbcom-hp" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Shop</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-shop"><div class="header__subnav__content"><div class="header__subnav__group"><a href="https://www.mlbshop.com/?_s=bm-mlbcom-hp" data-sub-nav-name="MLB Online Shop" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Online Shop</a><a href="https://auctions.mlb.com/iSynApp/showHomePage.action?sid=1101001&amp;isynsharedsession=9mislq-18JnZhOEp-FeGzvUB3G6zxwkeKqwX99MKAttEdaSACl02r4aCDzYhNvUm" data-sub-nav-name="Auction" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Auction</a><a href="https://www.mlbshop.com/gift-cards/x-462351+z-94899005-3509039474?_s=bm-mlbcom-Home" data-sub-nav-name="Gift Cards" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Gift Cards</a><a href="/shop/nyc-retail-store" data-sub-nav-name="MLB NYC Flagship Store" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB NYC Flagship Store</a><a href="http://www.mlbshopeurope.com/stores/mlb/en?portal=MLTS66FS&amp;CMP=PSC-MLTS66FS" data-sub-nav-name="European Shop" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">European Shop</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-teams" aria-haspopup="true" aria-expanded="false" aria-label="Teams"><div class="header__nav-top__nav-item--inner"><a href="/team" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Teams</span></a></div><div class="header__subnav header__subnav--teams"><div class="leagues header__subnav--teams__leagues"><div class="header__subnav--teams__league"><div class="header__subnav--teams__divisions"><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">AL East</span><div class="header__subnav--teams__teams"><a href="/orioles" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Baltimore Orioles" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Baltimore Orioles Team Logo" src="//www.mlbstatic.com/team-logos/110.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Baltimore Orioles</span><span class="header__subnav--teams__team--shortname">Baltimore</span></a><a href="/redsox" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Boston Red Sox" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Boston Red Sox Team Logo" src="//www.mlbstatic.com/team-logos/111.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Boston Red Sox</span><span class="header__subnav--teams__team--shortname">Boston</span></a><a href="/yankees" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="New York Yankees" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="New York Yankees Team Logo" src="//www.mlbstatic.com/team-logos/147.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">New York Yankees</span><span class="header__subnav--teams__team--shortname">NY Yankees</span></a><a href="/rays" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Tampa Bay Rays" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Tampa Bay Rays Team Logo" src="//www.mlbstatic.com/team-logos/139.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Tampa Bay Rays</span><span class="header__subnav--teams__team--shortname">Tampa Bay</span></a><a href="/bluejays" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Toronto Blue Jays" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Toronto Blue Jays Team Logo" src="//www.mlbstatic.com/team-logos/141.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Toronto Blue Jays</span><span class="header__subnav--teams__team--shortname">Toronto</span></a></div></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">AL Central</span><div class="header__subnav--teams__teams"><a href="/whitesox" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Chicago White Sox" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Chicago White Sox Team Logo" src="//www.mlbstatic.com/team-logos/145.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Chicago White Sox</span><span class="header__subnav--teams__team--shortname">Chi White Sox</span></a><a href="/guardians" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Cleveland Guardians" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Cleveland Guardians Team Logo" src="//www.mlbstatic.com/team-logos/114.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Cleveland Guardians</span><span class="header__subnav--teams__team--shortname">Cleveland</span></a><a href="/tigers" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Detroit Tigers" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Detroit Tigers Team Logo" src="//www.mlbstatic.com/team-logos/116.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Detroit Tigers</span><span class="header__subnav--teams__team--shortname">Detroit</span></a><a href="/royals" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Kansas City Royals" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Kansas City Royals Team Logo" src="//www.mlbstatic.com/team-logos/118.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Kansas City Royals</span><span class="header__subnav--teams__team--shortname">Kansas City</span></a><a href="/twins" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Minnesota Twins" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Minnesota Twins Team Logo" src="//www.mlbstatic.com/team-logos/142.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Minnesota Twins</span><span class="header__subnav--teams__team--shortname">Minnesota</span></a></div></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">AL West</span><div class="header__subnav--teams__teams"><a href="/athletics" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Athletics" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Athletics Team Logo" src="//www.mlbstatic.com/team-logos/133.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Athletics</span><span class="header__subnav--teams__team--shortname">Athletics</span></a><a href="/astros" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Houston Astros" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Houston Astros Team Logo" src="//www.mlbstatic.com/team-logos/117.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Houston Astros</span><span class="header__subnav--teams__team--shortname">Houston</span></a><a href="/angels" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Los Angeles Angels" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Los Angeles Angels Team Logo" src="//www.mlbstatic.com/team-logos/108.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Los Angeles Angels</span><span class="header__subnav--teams__team--shortname">LA Angels</span></a><a href="/mariners" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Seattle Mariners" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Seattle Mariners Team Logo" src="//www.mlbstatic.com/team-logos/136.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Seattle Mariners</span><span class="header__subnav--teams__team--shortname">Seattle</span></a><a href="/rangers" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Texas Rangers" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Texas Rangers Team Logo" src="//www.mlbstatic.com/team-logos/140.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Texas Rangers</span><span class="header__subnav--teams__team--shortname">Texas</span></a></div></div></div></div><div class="header__subnav--teams__league"><div class="header__subnav--teams__divisions"><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">NL East</span><div class="header__subnav--teams__teams"><a href="/braves" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Atlanta Braves" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Atlanta Braves Team Logo" src="//www.mlbstatic.com/team-logos/144.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Atlanta Braves</span><span class="header__subnav--teams__team--shortname">Atlanta</span></a><a href="/marlins" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Miami Marlins" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Miami Marlins Team Logo" src="//www.mlbstatic.com/team-logos/146.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Miami Marlins</span><span class="header__subnav--teams__team--shortname">Miami</span></a><a href="/mets" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="New York Mets" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="New York Mets Team Logo" src="//www.mlbstatic.com/team-logos/121.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">New York Mets</span><span class="header__subnav--teams__team--shortname">NY Mets</span></a><a href="/phillies" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Philadelphia Phillies" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Philadelphia Phillies Team Logo" src="//www.mlbstatic.com/team-logos/143.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Philadelphia Phillies</span><span class="header__subnav--teams__team--shortname">Philadelphia</span></a><a href="/nationals" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Washington Nationals" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Washington Nationals Team Logo" src="//www.mlbstatic.com/team-logos/120.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Washington Nationals</span><span class="header__subnav--teams__team--shortname">Washington</span></a></div></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">NL Central</span><div class="header__subnav--teams__teams"><a href="/cubs" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Chicago Cubs" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Chicago Cubs Team Logo" src="//www.mlbstatic.com/team-logos/112.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Chicago Cubs</span><span class="header__subnav--teams__team--shortname">Chi Cubs</span></a><a href="/reds" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Cincinnati Reds" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Cincinnati Reds Team Logo" src="//www.mlbstatic.com/team-logos/113.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Cincinnati Reds</span><span class="header__subnav--teams__team--shortname">Cincinnati</span></a><a href="/brewers" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Milwaukee Brewers" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Milwaukee Brewers Team Logo" src="//www.mlbstatic.com/team-logos/158.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Milwaukee Brewers</span><span class="header__subnav--teams__team--shortname">Milwaukee</span></a><a href="/pirates" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Pittsburgh Pirates" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Pittsburgh Pirates Team Logo" src="//www.mlbstatic.com/team-logos/134.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Pittsburgh Pirates</span><span class="header__subnav--teams__team--shortname">Pittsburgh</span></a><a href="/cardinals" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="St. Louis Cardinals" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="St. Louis Cardinals Team Logo" src="//www.mlbstatic.com/team-logos/138.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">St. Louis Cardinals</span><span class="header__subnav--teams__team--shortname">St. Louis</span></a></div></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">NL West</span><div class="header__subnav--teams__teams"><a href="/dbacks" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Arizona Diamondbacks" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Arizona Diamondbacks Team Logo" src="//www.mlbstatic.com/team-logos/109.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Arizona Diamondbacks</span><span class="header__subnav--teams__team--shortname">Arizona</span></a><a href="/rockies" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Colorado Rockies" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Colorado Rockies Team Logo" src="//www.mlbstatic.com/team-logos/115.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Colorado Rockies</span><span class="header__subnav--teams__team--shortname">Colorado</span></a><a href="/dodgers" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Los Angeles Dodgers" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Los Angeles Dodgers Team Logo" src="//www.mlbstatic.com/team-logos/119.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Los Angeles Dodgers</span><span class="header__subnav--teams__team--shortname">LA Dodgers</span></a><a href="/padres" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="San Diego Padres" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="San Diego Padres Team Logo" src="//www.mlbstatic.com/team-logos/135.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">San Diego Padres</span><span class="header__subnav--teams__team--shortname">San Diego</span></a><a href="/giants" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="San Francisco Giants" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="San Francisco Giants Team Logo" src="//www.mlbstatic.com/team-logos/137.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">San Francisco Giants</span><span class="header__subnav--teams__team--shortname">San Francisco</span></a></div></div></div></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-lang" aria-haspopup="true" aria-expanded="false" aria-label="Language"><div class="header__nav-top__nav-item--inner"><a href="/language" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Lang</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-lang"><div class="header__subnav__content"><div class="header__subnav__group"><a href="/es" data-sub-nav-name="Español" data-parent="Lang" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0" lang="es">Español</a><a href="http://www.mlb.jp/" data-sub-nav-name="日本語" data-parent="Lang" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0" lang="ja">日本語</a><a href="https://www.mlbkor.com/" data-sub-nav-name="한국어" data-parent="Lang" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0" lang="ko">한국어</a></div></div></div></div></nav></div></div><div class="search-widget"><div data-testid="search-widget-container" class="styles__SearchWidgetContainer-sc-1vorjk3-0 ljiZEn"><button shape="solid" color="#ffffff" aria-label="search" aria-pressed="false" class="buttonstyle__StyledButton-sc-vlv7w5-1 dXitZU styles__SearchWidgetButton-sc-1vorjk3-1 diTxpP" role="button" type="button" data-testid="search-widget-btn"><svg class="iconstyle__IconWrapper-sc-12jucjo-0 jKbrmA" fill="#ffffff" transform="rotate(0)" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><use xlink:href="#search-6444"><symbol xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" id="search-6444"><title id="title-search-6444">search-6444</title><path fill="" d="M667.6 705.2L502.7 564.7c23.2-31.7 37-70.8 37-113.1 0-105.8-86.1-191.9-191.9-191.9S156 345.8 156 451.6s86.1 191.9 191.9 191.9c43.7 0 84.1-14.7 116.4-39.4L632 747l35.6-41.8zM347.9 589.1c-75.9 0-137.6-61.7-137.6-137.6 0-75.8 61.7-137.5 137.6-137.5s137.6 61.7 137.6 137.6c-.1 75.8-61.8 137.5-137.6 137.5z" stroke=""></path></symbol></use></svg><span class="buttonstyle__Label-sc-vlv7w5-0 fDydSc"></span></button></div></div><div class="header__nav-top__login-container"><button class="header__nav-top__button account" aria-label="Login to your account" aria-expanded="false" data-testid="header-profile-button"><span class="header__nav-top__nav-item__text">Sign in</span><svg viewBox="0 0 35 35" class="p-icon p-icon--login icon"><defs><filter x="-.7%" y="-21.4%" width="101.4%" height="142.9%" filterUnits="objectBoundingBox" id="avatar_logged-out_svg__a"><feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset><feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix><feMerge><feMergeNode in="shadowMatrixOuter1"></feMergeNode><feMergeNode in="SourceGraphic"></feMergeNode></feMerge></filter></defs><g filter="url(#avatar_logged-out_svg__a)" transform="translate(-1616 -11)"><path d="M1645.118 28.375c0-6.486-5.257-11.743-11.743-11.743-6.486 0-11.743 5.257-11.743 11.743 0 6.486 5.257 11.743 11.743 11.743 6.486 0 11.743-5.257 11.743-11.743zm1.382 0c0 7.249-5.876 13.125-13.125 13.125s-13.125-5.876-13.125-13.125 5.876-13.125 13.125-13.125 13.125 5.876 13.125 13.125z"></path><path d="M1640.059 37.132v-.289c.005-.993-.011-1.524-.089-2.144-.237-1.909-.944-2.87-2.45-2.87h-7.848c-2.314 0-2.98 1.8-2.98 5.303v.762c.064.05.14.107.226.17.393.283.854.568 1.378.834a11.128 11.128 0 005.079 1.22c1.863 0 3.565-.457 5.071-1.22a10.553 10.553 0 001.613-1.005v-.76zm-.989 2.998a12.508 12.508 0 01-5.695 1.37 12.5 12.5 0 01-5.704-1.37c-1.017-.516-1.74-1.038-2.137-1.402a.69.69 0 01-.224-.51v-1.086c0-1.698.107-2.823.525-3.952.637-1.717 1.899-2.733 3.837-2.733h7.848c2.358 0 3.508 1.565 3.821 4.081.087.697.104 1.271.1 2.32v1.371a.69.69 0 01-.227.511c-.4.363-1.125.884-2.144 1.4zm-2.241-13.828a3.453 3.453 0 10-6.907 0 3.453 3.453 0 006.907 0zm1.382 0a4.835 4.835 0 11-9.67 0 4.835 4.835 0 019.67 0z"></path></g></svg></button></div></div><nav class="header__nav-side" aria-label="Main Navigation" aria-expanded="false" aria-haspopup="true"><div class="header__nav-side__main-nav"><div class="header__nav-side__nav-items"><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav--hideRevenue header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-mlb.tv" aria-haspopup="true" aria-expanded="false" aria-label="MLB.TV"><div class="header__nav-side__nav-item--inner"><a href="https://www.mlb.com/tv?&amp;affiliateId=mlbMENUtv" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-baseball-176283 desc-baseball-176283" class="p-icon p-icon--mlb.tv icon__nav-item"><title id="title-baseball-176283"></title><desc id="desc-baseball-176283"></desc><path d="M511.17 266.2c.17-4.266.23-8.535.19-12.8-.02-1.87-.057-3.738-.12-5.613a264.669 264.669 0 0 0-1.134-17.353c-.392-3.896-.86-7.782-1.426-11.66-7.694-52.614-31.783-103.3-72.27-143.79-43.766-43.767-99.442-68.375-156.597-73.82-2.915-.278-5.834-.49-8.753-.667-1.097-.067-2.207-.145-3.326-.198-.85-.042-1.69-.063-2.522-.09-.588-.026-1.176-.046-1.764-.066-4.774-.147-9.55-.177-14.33-.064C185.71 1.62 122.76 26.59 74.37 74.98 26.98 122.373 2.064 183.73-.393 245.8a260.077 260.077 0 0 0-.069 18.406c.082 2.54.202 5.076.36 7.61a257.7 257.7 0 0 0 .775 9.757c.388 3.895.865 7.78 1.427 11.66 7.687 52.61 31.78 103.297 72.27 143.787 43.766 43.766 99.436 68.373 156.588 73.82 2.914.28 5.837.49 8.754.666 1.102.07 2.207.145 3.326.2.853.035 1.697.057 2.53.094.584.02 1.174.044 1.762.062 4.777.145 9.55.18 14.327.065 63.41-1.55 126.358-26.514 174.75-74.907C483.8 389.628 508.71 328.27 511.17 266.2zM247.276 499.527c-.412-7.34-.484-14.7-.218-22.046a255.368 255.368 0 0 0 19.018 13.198l1.334.844-.047-1.576c-.083-2.88.16-5.803.216-8.776l.003-.46-.375-.255c-6.72-4.532-13.11-9.477-19.456-14.786.58-6.83 1.456-13.643 2.625-20.415l.422.422c5.484 5.485 11.033 10.655 16.97 15.51l1.2.978.17-1.536c.322-2.9.804-5.773 1.356-8.65l.09-.475-.354-.315a207.395 207.395 0 0 1-8.8-8.325 278.803 278.803 0 0 1-8.754-9.184 237.948 237.948 0 0 1 6.536-23.477c4.895 6.454 9.95 12.588 15.37 18.414l1.01 1.088.413-1.426c.828-2.854 1.506-5.703 2.478-8.41l.17-.46-.317-.37c-5.334-6.26-10.39-12.89-15.157-19.833a235.969 235.969 0 0 1 8.193-18.61 245.58 245.58 0 0 0 12.755 20.28l.856 1.224 4.368-9.84-.236-.375c-4.323-6.838-8.533-14.122-12.323-21.608a237.517 237.517 0 0 1 10.61-17.314c2.982 7.483 6.377 14.8 9.866 21.69l.668 1.328 5.723-9.11-.195-.41a248.48 248.48 0 0 1-9.316-23.028c4.015-5.38 8.3-10.63 12.838-15.735 1.952 7.81 4.226 15.417 6.88 22.817l.536 1.492.934-1.276c1.704-2.324 3.697-4.46 5.6-6.73l.298-.356-.14-.442c-2.523-7.863-4.443-15.784-6.15-24.047a122.91 122.91 0 0 1 1.91-1.96c4.192-4.188 8.5-8.183 12.922-11.992.892 8.03 2.072 15.843 3.762 23.615l.313 1.458 1.085-1.032c2.145-2.032 4.202-4.103 6.43-5.933l.38-.31-.084-.48c-1.38-8.095-2.32-16.356-2.853-24.742a236.076 236.076 0 0 1 16.575-11.84c-.205 8.08.012 16.146.544 23.954l.097 1.49 8.816-6.19-.012-.45c-.186-8.086-.096-16.558.495-24.943a239.377 239.377 0 0 1 18.005-9.502c-1.255 8.01-2.164 15.93-2.62 23.85l-.098 1.58 1.365-.807c2.482-1.48 5.155-2.668 7.803-4.015l.414-.212.042-.462c.762-8.26 2.09-16.35 3.753-24.66a237.867 237.867 0 0 1 19.077-6.97c-2.312 7.742-4.26 15.434-5.745 23.23l-.28 1.442 1.388-.495c2.81-1.003 5.485-2.187 8.24-2.974l.47-.136.115-.48a242.002 242.002 0 0 1 7.002-23.837c6.56-1.74 13.18-3.192 19.84-4.36-3.326 7.322-6.257 14.788-8.795 22.137l-.49 1.406 10.517-2.24.164-.417c2.96-7.486 6.342-15.19 10.146-22.636 7.566-.95 15.177-1.53 22.79-1.757-4.396 6.96-8.414 14.152-12 21.247l-.67 1.318 10.73-.758.222-.4c4.006-7.342 8.483-14.427 13.36-21.475 2.95.054 5.892.152 8.833.318a247 247 0 0 1-.145 20.33c-.005.127-.018.268-.028.423-2.958 58.21-26.606 115.54-70.962 159.897-49.58 49.592-115.39 73.294-180.495 71.145zM83.003 428.39c-43.088-43.088-66.632-98.42-70.66-154.902 2.957.154 5.917.256 8.88.3 4.8 6.872 9.987 13.693 15.59 20.198l.282.32.423-.03c3.578-.255 7.205-.375 10.84-.772l1.646-.184-1.115-1.22c-5.538-6.06-10.7-12.13-15.53-18.423 7.678-.25 15.353-.847 22.98-1.807 2.44 2.67 4.94 5.28 7.514 7.843 3.526 3.526 7.182 6.984 10.983 10.46l.323.292 12.728-2.715-1.336-1.107c-6.457-5.373-12.52-10.845-18.267-16.584a246.786 246.786 0 0 0 20.692-4.553 260.413 260.413 0 0 0 20.768 15.603l.336.226.377-.115c3.53-1.047 6.878-2.472 10.247-3.69l1.646-.6-1.493-.913c-7.048-4.3-13.814-9.01-20.268-13.89a245.377 245.377 0 0 0 19.92-7.287c7.195 4.462 14.778 8.832 22.585 12.613l.375.18.37-.185c3.197-1.624 6.505-3.13 9.667-4.983l1.416-.832-1.5-.66c-7.537-3.356-14.847-7.095-21.872-11.047a245.028 245.028 0 0 0 18.716-9.895c7.766 3.54 15.695 6.605 24.042 9.55l.413.14 10.64-7.464-1.66-.5c-8-2.41-15.67-5.06-23.17-8.073 5.87-3.83 11.61-7.93 17.2-12.304a252.715 252.715 0 0 0 25.155 6.243l.395.076.303-.257c2.815-2.344 5.396-4.904 8.004-7.386l1.252-1.19-1.707-.25c-8.153-1.2-16.244-2.926-24.09-4.896a249.365 249.365 0 0 0 13.378-12.422c.685-.684 1.354-1.377 2.024-2.06 8.398 1.302 17.14 2.372 25.847 2.8l.42.023.268-.32c2.313-2.74 4.767-5.43 6.965-8.38l.978-1.316-1.64-.027c-8.313-.135-16.54-.71-24.602-1.62a249.174 249.174 0 0 0 13.395-16.42c8.55.202 17.166-.043 25.963-.68l.426-.034 6.904-11.015-1.72.188c-8.4.895-16.497 1.506-24.602 1.68a247.13 247.13 0 0 0 11.07-18.085c8.493-.94 16.932-2.354 25.604-4.132l.424-.088 5.296-11.876-1.684.428a262.067 262.067 0 0 1-24.025 4.952 246.58 246.58 0 0 0 8.53-19.398 258.89 258.89 0 0 0 24.733-7.513l.376-.136.132-.376c1.22-3.45 2.088-6.98 3.086-10.43l.482-1.664-1.607.655c-7.618 3.126-15.4 5.787-23.122 8.11a246.201 246.201 0 0 0 6.71-24.1c7.914-3.18 15.927-6.734 23.67-10.807l.358-.188.08-.395c.68-3.565 1.273-7.142 1.69-10.76l.19-1.667-1.45.84c-7.197 4.18-14.736 7.903-22.2 11.27a247.209 247.209 0 0 0 2.752-21.098c7.54-4.24 15.114-8.898 22.34-14.028l.345-.245.008-.423c.08-3.58.34-7.21.256-10.87l-.04-1.64-1.31.986c-6.866 5.192-13.77 9.967-20.86 14.35a249.41 249.41 0 0 0-.138-22.847c56.527 4 111.91 27.548 155.032 70.67 43.085 43.086 66.632 98.408 70.656 154.884-2.96-.153-5.92-.256-8.887-.3-4.798-6.863-9.984-13.68-15.583-20.184l-.275-.322-.424.03c-3.58.26-7.208.375-10.842.774l-1.645.18 1.114 1.223c5.535 6.054 10.694 12.12 15.518 18.41-7.683.248-15.35.846-22.985 1.806a237.99 237.99 0 0 0-7.51-7.85 325.376 325.376 0 0 0-10.974-10.44l-.318-.286-12.722 2.705 1.324 1.11c6.456 5.372 12.52 10.84 18.265 16.57a246.11 246.11 0 0 0-20.7 4.557 261.114 261.114 0 0 0-20.758-15.594l-.326-.223-.386.114c-3.523 1.048-6.87 2.472-10.24 3.693l-1.648.59 1.496.92c7.04 4.3 13.8 9.003 20.247 13.877a247.716 247.716 0 0 0-19.912 7.29c-7.194-4.457-14.776-8.82-22.577-12.605l-.377-.185-.37.19c-3.2 1.622-6.512 3.125-9.674 4.983l-1.407.826 1.495.666c7.53 3.353 14.837 7.086 21.858 11.037a245.981 245.981 0 0 0-18.713 9.892c-7.764-3.532-15.687-6.592-24.036-9.538l-.41-.143-10.635 7.455 1.655.506c7.995 2.417 15.66 5.058 23.157 8.073a250.098 250.098 0 0 0-17.198 12.302 255.142 255.142 0 0 0-25.14-6.244l-.392-.07-.306.257c-2.823 2.343-5.395 4.907-8.01 7.384l-1.253 1.194 1.71.25c8.144 1.196 16.235 2.92 24.077 4.89a250.68 250.68 0 0 0-13.373 12.416c-.68.688-1.356 1.383-2.024 2.075-8.4-1.302-17.133-2.372-25.843-2.805l-.408-.023-.274.32c-2.313 2.745-4.767 5.433-6.962 8.38l-.98 1.316 1.643.027c8.315.14 16.538.712 24.596 1.625a247.13 247.13 0 0 0-13.394 16.418c-8.554-.203-17.164.042-25.958.686l-.426.03-6.907 11.007 1.726-.18c8.388-.893 16.486-1.507 24.592-1.68a243.801 243.801 0 0 0-11.07 18.083c-8.492.94-16.922 2.356-25.6 4.13l-.423.086-5.3 11.88 1.692-.43a265.684 265.684 0 0 1 24.017-4.95 245.095 245.095 0 0 0-8.53 19.404 258.419 258.419 0 0 0-24.728 7.506l-.375.132-.13.377c-1.224 3.458-2.094 6.986-3.09 10.43l-.487 1.674 1.613-.662c7.616-3.123 15.397-5.785 23.112-8.103a247.583 247.583 0 0 0-6.706 24.1c-7.91 3.176-15.92 6.732-23.663 10.798l-.36.187-.077.398c-.682 3.567-1.273 7.145-1.696 10.764l-.194 1.668 1.453-.85c7.202-4.172 14.738-7.896 22.197-11.262a247.89 247.89 0 0 0-2.75 21.096c-7.538 4.246-15.108 8.896-22.338 14.033l-.345.242-.008.422c-.08 3.58-.338 7.21-.255 10.872l.035 1.636 1.315-.986c6.864-5.188 13.764-9.962 20.855-14.347-.297 7.616-.26 15.236.14 22.847-56.515-4-111.898-27.543-155.02-70.664zM12.033 243.5C15 185.3 38.648 127.97 83.004 83.614c49.584-49.585 115.388-73.287 180.5-71.14.41 7.337.477 14.693.215 22.042a255.344 255.344 0 0 0-19.015-13.198l-1.336-.843.047 1.576c.086 2.877-.163 5.803-.218 8.777l-.006.456.378.258c6.72 4.527 13.107 9.468 19.45 14.78a240.27 240.27 0 0 1-2.62 20.413l-.433-.433c-5.48-5.48-11.03-10.644-16.96-15.49l-1.196-.977-.172 1.54c-.326 2.892-.806 5.765-1.358 8.643l-.09.47.357.32a207.627 207.627 0 0 1 8.81 8.326 278.103 278.103 0 0 1 8.74 9.173 238.385 238.385 0 0 1-6.54 23.482c-4.89-6.454-9.946-12.586-15.366-18.414l-1.005-1.08-.416 1.423c-.828 2.853-1.505 5.705-2.482 8.41l-.165.46.32.373a241.704 241.704 0 0 1 15.15 19.825 237.918 237.918 0 0 1-8.19 18.61 248.193 248.193 0 0 0-12.757-20.276l-.85-1.218-4.375 9.83.242.38c4.323 6.84 8.532 14.115 12.316 21.605a237.221 237.221 0 0 1-10.605 17.308c-2.985-7.48-6.372-14.79-9.86-21.68l-.673-1.33-5.723 9.108.192.416a249.034 249.034 0 0 1 9.315 23.02 238.518 238.518 0 0 1-12.837 15.733c-1.957-7.805-4.22-15.41-6.882-22.813l-.532-1.483-.937 1.268c-1.7 2.324-3.69 4.46-5.598 6.73l-.3.357.142.443c2.515 7.858 4.443 15.783 6.15 24.037-.64.66-1.277 1.318-1.92 1.96-4.19 4.185-8.5 8.178-12.914 11.992-.896-8.028-2.075-15.838-3.765-23.603l-.313-1.462-1.084 1.03c-2.145 2.036-4.2 4.107-6.433 5.935l-.376.305.08.488c1.38 8.092 2.32 16.348 2.858 24.728a238.12 238.12 0 0 1-16.576 11.843c.205-8.08-.008-16.14-.54-23.944l-.105-1.487-8.808 6.184.01.455c.185 8.08.088 16.545-.498 24.927a239.574 239.574 0 0 1-18.007 9.504c1.26-8.006 2.167-15.927 2.624-23.84l.09-1.577-1.36.81c-2.474 1.475-5.153 2.663-7.802 4.007l-.412.21-.044.465c-.765 8.26-2.09 16.348-3.754 24.655a237.267 237.267 0 0 1-19.08 6.966c2.31-7.736 4.256-15.42 5.74-23.213l.273-1.443-1.38.494c-2.807 1.003-5.483 2.18-8.24 2.973l-.472.136-.113.478a243.095 243.095 0 0 1-7 23.827 239.87 239.87 0 0 1-19.84 4.364c3.326-7.323 6.254-14.78 8.796-22.13l.487-1.41-10.518 2.242-.17.422c-2.958 7.48-6.335 15.182-10.133 22.62a239.007 239.007 0 0 1-22.792 1.76c4.392-6.954 8.406-14.144 11.99-21.23l.67-1.328-10.723.754-.226.406c-4 7.34-8.478 14.425-13.36 21.47a258.231 258.231 0 0 1-8.832-.317 248.163 248.163 0 0 1 .144-20.323c.005-.127.023-.272.026-.438z"></path><path d="M255.39 510.777c-68.054 0-132.035-26.502-180.156-74.622C27.114 388.035.61 324.055.61 256c0-68.053 26.502-132.034 74.624-180.155S187.334 1.223 255.39 1.223c68.053 0 132.033 26.5 180.154 74.623 48.12 48.12 74.622 112.102 74.622 180.155 0 68.055-26.502 132.035-74.622 180.156-48.12 48.12-112.102 74.62-180.155 74.62zm0-489.554c-62.712 0-121.67 24.42-166.014 68.765C45.033 134.33 20.61 193.288 20.61 256c0 62.71 24.422 121.67 68.766 166.013 44.344 44.344 103.3 68.765 166.013 68.765 62.71 0 121.668-24.42 166.012-68.765l7.07 7.07-7.07-7.07C465.746 377.67 490.167 318.71 490.167 256c0-62.71-24.42-121.67-68.765-166.013C377.058 45.644 318.1 21.223 255.39 21.223z"></path></svg><span class="header__nav-side__nav-item__text">MLB.TV</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176284 desc-caret-down-176284" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176284"></title><desc id="desc-caret-down-176284"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav--hideRevenue header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-tickets" aria-haspopup="true" aria-expanded="false" aria-label="Tickets"><div class="header__nav-side__nav-item--inner"><a href="/tickets" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="156 245 512 512" role="img" aria-labelledby="title-tickets-176285 desc-tickets-176285" class="p-icon p-icon--tickets icon__nav-item"><title id="title-tickets-176285"></title><desc id="desc-tickets-176285"></desc><path d="M660.1 396.3l-28.2-28.2c-24 24-63 24-87 0s-24-63 0-87l-28.3-28.2c-9.8-9.8-25.7-9.8-35.5 0L164.3 569.7c-9.8 9.8-9.8 25.7 0 35.5l28.2 28.2c24-24 63-24 87 0s24 63 0 87l28.2 28.2c9.8 9.8 25.7 9.8 35.5 0L660 431.8c9.8-9.7 9.8-25.7.1-35.5zm-198.2-45.5l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4z"></path></svg><span class="header__nav-side__nav-item__text">Tickets</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176286 desc-caret-down-176286" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176286"></title><desc id="desc-caret-down-176286"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav--hideRevenue header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-shop" aria-haspopup="true" aria-expanded="false" aria-label="Shop"><div class="header__nav-side__nav-item--inner"><a href="https://www.mlbshop.com/?_s=bm-mlbcom-hp" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="156 245 512 512" role="img" aria-labelledby="title-shopping-cart-176287 desc-shopping-cart-176287" class="p-icon p-icon--shopping-cart icon__nav-item"><title id="title-shopping-cart-176287"></title><desc id="desc-shopping-cart-176287"></desc><g fill="#010101"><circle cx="587.7" cy="678" r="38.6"></circle><circle cx="312.4" cy="678" r="38.6"></circle><path d="M646 322H278.3l-4.3-20.5c-.5-2.1-1.3-4.3-2.4-6-2.8-7.2-9.8-12.5-18-12.5h-78.5c-10.7 0-19.1 8.7-19.1 19.3v.1c0 10.7 8.4 19.6 19.1 19.6H239l53.3 249.2-16.2 38c-.4.9-.7 1.7-1 2.6-.1.3-.1.5-.2.8 0 .1 0 .2-.1.3-.4 1.6-.6 3.2-.6 4.9 0 10.6 8.6 19.3 19.3 19.3h314.9c10.6 0 19.3-8.9 19.3-19.5s-8.6-19.5-19.3-19.5H323.6l5.9-16.5c1.4-2.9 2-5.9 1.9-8.9 0-1.5-.1-2.9-.4-4.4l-2.6-12 317.9-37.4c11.8 0 21.7-9.6 21.7-21.4V343.1c0-11.8-10.1-21.1-22-21.1z"></path></g></svg><span class="header__nav-side__nav-item__text">Shop</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176288 desc-caret-down-176288" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176288"></title><desc id="desc-caret-down-176288"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-news" aria-haspopup="true" aria-expanded="false" aria-label="News"><div class="header__nav-side__nav-item--inner"><a href="/news" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 32 32" role="img" aria-labelledby="title-news-176289 desc-news-176289" class="p-icon p-icon--news icon__nav-item"><title id="title-news-176289"></title><desc id="desc-news-176289"></desc><g fill-rule="evenodd" clip-rule="evenodd" fill="#444"><path d="M29.131 5.302h-2.189V3.404a.737.737 0 0 0-.737-.738H2.626a.737.737 0 0 0-.737.738v23.631c0 .408.33.738.737.738h2.189v1.899c0 .408.33.738.737.738h23.579c.407 0 .737-.33.737-.738V6.041a.738.738 0 0 0-.737-.739zm-.737 23.631H6.289V6.779h22.105v22.154z"></path><path d="M9.667 12.267h14.737a.737.737 0 0 0 0-1.476H9.667a.737.737 0 0 0 0 1.476zm0 4.185h14.737a.737.737 0 0 0 0-1.476H9.667a.737.737 0 0 0 0 1.476zm0 4.184h14.737a.737.737 0 0 0 0-1.476H9.667a.737.737 0 0 0 0 1.476zm0 4.185h7.368a.737.737 0 0 0 0-1.476H9.667a.737.737 0 0 0 0 1.476z"></path></g></svg><span class="header__nav-side__nav-item__text">News</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176290 desc-caret-down-176290" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176290"></title><desc id="desc-caret-down-176290"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-watch" aria-haspopup="true" aria-expanded="false" aria-label="Watch"><div class="header__nav-side__nav-item--inner"><a href="/tv?&amp;affiliateId=mlbMENU" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="156 245 512 512" role="img" aria-labelledby="title-watch-176291 desc-watch-176291" class="p-icon p-icon--watch icon__nav-item"><title id="title-watch-176291"></title><desc id="desc-watch-176291"></desc><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zm393.1-381.4h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"></path></svg><span class="header__nav-side__nav-item__text">Watch</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176292 desc-caret-down-176292" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176292"></title><desc id="desc-caret-down-176292"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav" role="menu" tabindex="0" data-nav-id="nav-side-item-scores" aria-label="Scores"><div class="header__nav-side__nav-item--inner"><a href="/scores/2025-02-20" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 1000 1000" role="img" aria-labelledby="title-line-score-176293 desc-line-score-176293" class="p-icon p-icon--line-score icon__nav-item"><title id="title-line-score-176293"></title><desc id="desc-line-score-176293"></desc><path d="M1.8 357.4h281.8v281.8H1.8zm357.3 0h281.8v281.8H359.1zm357.3 0h281.8v281.8H716.4zM1.8 688.2h281.8V970H1.8zm357.3 0h281.8V970H359.1zm357.3 0h281.8V970H716.4zM28.3 258.1V30H114c56.1 0 89.7 20 89.7 70.6 0 36.1-17 55.8-47.5 65l50.9 92.5h-53l-47.5-86h-29v86H28.3zm49.3-124.8h34.2c29 0 42.9-8.3 42.9-31.4 0-22.5-13.9-30.8-42.9-30.8H77.6v62.2zm320.8 124.8V30h50.3v88.5h89.7V30h50.2v228.1h-50.2v-97.4h-89.7v97.4h-50.3zm390.4 0V30h155.4v41.9H839.1v49h76.2v39.8h-76.2v56.7h110.7v40.7h-161z"></path></svg><span class="header__nav-side__nav-item__text">Scores</span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-schedule" aria-haspopup="true" aria-expanded="false" aria-label="Schedule"><div class="header__nav-side__nav-item--inner"><a href="/schedule/2025-02-20" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-calendar-176294 desc-calendar-176294" class="p-icon p-icon--calendar icon__nav-item"><title id="title-calendar-176294"></title><desc id="desc-calendar-176294"></desc><path class="st0" d="M455.5 72H421V27c0-14.9-12.2-27-27.1-27h-56.2C322.9 0 310 12.2 310 27v45H201V27c0-14.9-11.5-27-26.4-27h-56.2C103.6 0 91 12.2 91 27v45H55.8C35 72 18 89.4 18 110.2v364.1C18 495 35 512 55.8 512h399.7c20.8 0 38.5-17 38.5-37.7V110.2c0-20.8-17.7-38.2-38.5-38.2zM384 127.3c0 5.4-4.4 9.7-9.7 9.7h-17.6c-5.4 0-9.7-4.4-9.7-9.7V45.7c0-5.4 4.4-9.7 9.7-9.7h17.6c5.4 0 9.7 4.4 9.7 9.7v81.6zm-219 0c0 5.4-4.4 9.7-9.7 9.7h-17.6c-5.4 0-9.7-4.4-9.7-9.7V45.7c0-5.4 4.4-9.7 9.7-9.7h17.6c5.4 0 9.7 4.4 9.7 9.7v81.6zM457 475H55V182h402v293z"></path></svg><span class="header__nav-side__nav-item__text">Schedule</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176295 desc-caret-down-176295" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176295"></title><desc id="desc-caret-down-176295"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-stats" aria-haspopup="true" aria-expanded="false" aria-label="Stats"><div class="header__nav-side__nav-item--inner"><a href="/stats" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 32 32" role="img" aria-labelledby="title-stats-176296 desc-stats-176296" class="p-icon p-icon--stats icon__nav-item"><title id="title-stats-176296"></title><desc id="desc-stats-176296"></desc><path d="M10.3 16.7c0-.4-.4-.7-.8-.7H3.3c-.4 0-.7.3-.7.7v14c0 .4.3.7.7.7h6.3c.4 0 .7-.3.7-.7v-14zM19.8 9c0-.4-.3-.7-.7-.7h-6.3c-.4 0-.7.3-.7.7v21.6c0 .4.3.7.7.7h6.3c.4 0 .7-.3.7-.7V9zm9.6-7.7c0-.4-.3-.7-.7-.7h-6.3c-.4 0-.7.3-.7.7v29.3c0 .4.3.7.7.7h6.3c.4 0 .7-.3.7-.7V1.3z" fill="#444"></path></svg><span class="header__nav-side__nav-item__text">Stats</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176297 desc-caret-down-176297" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176297"></title><desc id="desc-caret-down-176297"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--current" role="menu" tabindex="0" data-nav-id="nav-side-item-standings" aria-label="Standings"><div class="header__nav-side__nav-item--inner"><a href="/standings/wild-card" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 32 32" role="img" aria-labelledby="title-standings-176298 desc-standings-176298" class="p-icon p-icon--standings icon__nav-item"><title id="title-standings-176298"></title><desc id="desc-standings-176298"></desc><path d="M31.78 8.538a.833.833 0 0 0-.945-.247c-4.968 1.944-8.769.528-12.795-.969-3.682-1.371-7.479-2.775-12.182-1.542.157-.357.238-.743.238-1.133 0-1.573-1.28-2.853-2.853-2.853S.39 3.074.39 4.647 1.671 7.5 3.243 7.5c.116 0 .227-.02.339-.034l1.489 4.05 3.059 8.403a.93.93 0 0 0 .095.179l3.515 9.564a.83.83 0 0 0 1.064.495l.003-.001a.83.83 0 0 0 .493-1.065v-.001l-3.442-9.365c2.909-4.264 6.45-4.406 10.196-4.543 3.919-.143 8.361-.305 11.784-5.668a.831.831 0 0 0-.058-.976zM2.053 4.647a1.191 1.191 0 1 1 2.38-.097 1.191 1.191 0 0 1-2.38.097z" fill="#444"></path><circle cx="3.243" cy="4.647" r="1.191" fill="#fff"></circle></svg><span class="header__nav-side__nav-item__text">Standings</span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-players" aria-haspopup="true" aria-expanded="false" aria-label="Players"><div class="header__nav-side__nav-item--inner"><a href="/players" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-group-176299 desc-group-176299" class="p-icon p-icon--group icon__nav-item"><title id="title-group-176299"></title><desc id="desc-group-176299"></desc><path d="M512 443.1c-1-1.9-.5-3.9-.6-5.8-.4-5-.9-10-1.2-14.9-.3-4.8-2.6-8.6-6-11.9-4.2-4.2-9.2-7.4-14.3-10.4-11.3-6.5-23.4-11.6-35.5-16.4-14.6-5.8-29.6-10.8-44.5-15.8-3.8-1.3-7.6-2.8-11.3-4.5-4.9-2.2-7.6-6.1-7.7-11.4-.2-8.4-.2-16.9-.1-25.3.1-3.9 1.4-7.6 4-10.5 8.3-9.4 11.8-20.8 14.2-32.7.8-3.8 1.4-7.6 2.3-11.3.5-1.9 1.1-3.9 2.2-5.5 3.5-5.3 5.5-11.1 7-17.2 1-3.9 1.7-7.8 2.4-11.8.5-3.2.2-6.4-1.1-9.4-1.6-3.7-1.6-7.4-1.2-11.3.9-8.1 1.7-16.3 2.3-24.4.5-6.8-1-13.4-3.5-19.7-8.5-21.8-24.2-35.6-46.7-41.8-5.5-1.5-17.5-3.2-17.8-3.2h-12.8c-2.1 0-4.2.6-6.3.9-15.5 2-29.6 7.5-41.1 18.4-10.8 10.1-17.6 22.5-20.1 37.1-.1.4-.1.9-.2 1.3 2.4.4 4.7.8 7.1 1.5 24.6 6.8 41.7 22.1 50.8 45.5 3.1 8.1 4.4 15.4 3.9 22.4-.6 8.5-1.5 16.9-2.3 24.6-.4 3.7-.2 6.1.7 8.2 1.7 4 2.2 8.4 1.5 12.8-.7 4.4-1.5 8.4-2.5 12.2-1.3 5.5-3.5 12.6-7.9 19.2-.5.7-.9 1.9-1.3 3.5-.6 2.3-1 4.7-1.5 7.3-.2 1.3-.5 2.5-.7 3.8-2.3 11.5-5.9 24.7-15.6 35.6-1.6 1.8-2.4 4-2.4 6.5-.2 9.8-.2 17.7.1 25 .1 2.9 1.3 4.7 4 5.9 4.1 1.8 7.5 3.2 10.7 4.2 13.9 4.6 29.6 9.8 44.8 15.8 10.4 4.1 21.3 9.2 31.8 14.2h116.5c-.1-3.8-.1-7-.1-10.7zm-326.6-16.7c5.5-1.8 11.2-3.9 17.2-6.3 3.1-1.2 3.6-2.6 3.7-3.1.6-1.8 1-3.6 1-5.1.2-5.7.2-11.5.2-17.1v-2.7c0-4.7-1.3-8.4-4.2-11.7-4-4.6-7.1-10-9.6-16.7-2.3-6.5-4.1-13.7-5.6-22.6-.9-5.1-1.8-8.6-4-11.5-.9-1.2-1.4-2.4-1.9-3.4l-.1-.2c-2.4-5.2-3.8-10.6-5.1-15.8l-.5-1.9c-2.3-8.8-1.9-16.2 1-23.1.1-.3.2-.8.2-1.1-.7-7.9-1.5-15.9-2.2-23.6-.5-5.3-.9-10 0-15.2 2.8-15.8 10.2-29.4 22-40.4 10.6-9.9 23.5-16.1 39.4-18.9-.5-4.4-1.7-8.8-3.3-13-8.5-21.8-24.2-35.5-46.7-41.8-4.7-1.3-14.2-2.7-17-3.1-.5-.1-.8-.1-.8-.1h-12.8c-2.1 0-4.2.6-6.3.9-15.5 2-29.6 7.5-41.1 18.4-10.8 10.1-17.6 22.5-20.1 37.1-.8 4.5-.4 9.1 0 13.6.8 7.9 1.6 15.8 2.2 23.7.1 1.3-.1 2.8-.7 4.1-2.7 6.3-2.4 12.7-.7 19.1 1.4 5.6 2.7 11.3 5.2 16.6.4.9.8 1.7 1.3 2.5 3.2 4.2 4.3 9.1 5.1 14.2 1.2 7.3 2.8 14.5 5.4 21.5 2 5.4 4.6 10.4 8.4 14.8 4 4.5 5.8 9.8 5.8 15.8 0 6.7 0 13.4-.2 20-.1 2.3-.6 4.7-1.4 6.9-1.2 3.5-4.1 5.6-7.3 6.8-5.8 2.3-11.6 4.4-17.5 6.4-18.2 6-36.2 12.4-53.7 20.2-8.8 3.9-17.5 8-25.4 13.5-2.9 2-5.5 4.2-8.1 6.5-3.7 3.3-5.7 7.5-6 12.5-.4 6.5-.7 13-1.1 19.5v.8C0 447 0 451 0 454h115.7c5.1-3 10.3-5.1 15.4-7.3 19.2-8.5 39.1-15.3 54.3-20.3z"></path><path d="M321.5 278.4c.8-7.7 1.7-15.9 2.3-24.2.4-5.2-.6-10.6-3.1-17-7.7-19.8-21.6-32.2-42.6-38.1-4.6-1.3-9.4-1.7-14.8-2.1-.4.1-10.5 0-10.5 0-2.3 0-7.7.2-9.2.4-15.6 2-27.9 7.4-37.7 16.5-10 9.3-15.9 20.3-18.3 33.6-.6 3.6-.3 7.4.1 11.8.8 7.8 1.6 15.8 2.2 23.8.2 2.3-.2 4.8-1.1 7-1.9 4.3-2 9-.4 15.2l.5 1.9c1.2 4.9 2.4 9.4 4.3 13.6l.1.3c.2.4.4.9.5 1.1 4.1 5.4 5.4 11.5 6.3 16.8 1.4 8.2 3 14.7 5.1 20.4 1.9 5.2 4.2 9.4 7.2 12.8 4.8 5.5 7.3 12.2 7.3 19.9v2.7c0 5.7 0 11.6-.2 17.5-.1 2.8-.7 5.7-1.7 8.8-1.1 3.3-4 7.9-10.9 10.6-6.2 2.5-12.1 4.6-17.8 6.5-14.9 4.9-34.4 11.7-53.2 20-8.2 3.6-16.8 7.7-24.4 13-2.3 1.6-4.8 3.6-7.5 6-2.5 2.2-3.8 5-4 8.3-.2 3.5-.5 7-.9 10.4-.3 3-.6 6.1-.8 9.1-.1.8-.6 1.5-.6 2.2v3.8h313.9v-6.9c0-1.6 0-3-.1-4.4-.2-3.1-.4-6.1-.6-9.2-.1-1.9-.2-3.8-.4-5.8-.2-2.9-1.4-5.4-4-7.9-4.1-4.1-9.1-7.2-13-9.4-11.2-6.4-23.3-11.5-34.7-16-14.9-5.9-30.4-11.1-44.2-15.7-3.6-1.2-7.4-2.7-11.8-4.7-7-3.1-11.2-9.3-11.4-16.8-.2-7.5-.2-15.6-.1-25.6.1-5.5 2-10.5 5.5-14.5 7.7-8.7 10.7-19.5 12.7-29.8.2-1.2.5-2.4.7-3.7.5-2.6 1-5.2 1.6-7.9.8-3.2 1.7-5.6 3.1-7.5 2.6-3.9 4.4-8.4 6.1-15.2.9-3.5 1.6-7.2 2.3-11.3.4-2.1.1-4.1-.6-6-1.8-5.3-1.6-10.4-1.2-14.3z"></path><path d="M143.6 448.2c1-.4 2-.8 3-1.3-1 .5-2 .9-3 1.3zm14.3-5.6c.7-.2 1.3-.5 2-.7-.7.2-1.4.5-2 .7zm14.2-5.1c.4-.1.7-.2 1.1-.4-.4.1-.8.3-1.1.4zm7.1-2.5c.2-.1.3-.1.5-.2-.1.1-.3.1-.5.2zm-14.3 5c.5-.2 1-.4 1.6-.6-.5.2-1 .4-1.6.6zm-29.1 11.5c1.4-.6 2.9-1.3 4.3-1.9-1.4.7-2.9 1.3-4.3 1.9zm193.7-149.7c-.1.6-.2 1.2-.3 1.7.1-.5.2-1.1.3-1.7zm-.7-11.5c.9 2.2 1.4 4.6 1.3 7 .1-2.3-.3-4.7-1.3-7s-1.4-4.6-1.4-7c.1 2.4.5 4.7 1.4 7zm.7 11.5c.1-.7.2-1.4.4-2.1.1-.8.2-1.6.2-2.4 0 .8-.1 1.6-.2 2.4-.1.7-.2 1.4-.4 2.1zM321 431.2c.7.2 1.5.5 2.2.7-.8-.2-1.5-.5-2.2-.7zm8.2-127.6c-.4 2.1-.9 4.3-1.3 6.4.5-2.2.9-4.3 1.3-6.4zm-31.4 102.2v-1.1 1.1zm-84.2-.7v-1.7 1.7zm-53.7 36.8c1.7-.6 3.4-1.2 5.1-1.9-1.8.6-3.5 1.2-5.1 1.9zm-30.2 12.3z"></path></svg><span class="header__nav-side__nav-item__text">Players</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176300 desc-caret-down-176300" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176300"></title><desc id="desc-caret-down-176300"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-mlb-play" aria-haspopup="true" aria-expanded="false" aria-label="MLB Play"><div class="header__nav-side__nav-item--inner"><a href="/play" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-baseball-176301 desc-baseball-176301" class="p-icon p-icon--mlb play icon__nav-item"><title id="title-baseball-176301"></title><desc id="desc-baseball-176301"></desc><path d="M511.17 266.2c.17-4.266.23-8.535.19-12.8-.02-1.87-.057-3.738-.12-5.613a264.669 264.669 0 0 0-1.134-17.353c-.392-3.896-.86-7.782-1.426-11.66-7.694-52.614-31.783-103.3-72.27-143.79-43.766-43.767-99.442-68.375-156.597-73.82-2.915-.278-5.834-.49-8.753-.667-1.097-.067-2.207-.145-3.326-.198-.85-.042-1.69-.063-2.522-.09-.588-.026-1.176-.046-1.764-.066-4.774-.147-9.55-.177-14.33-.064C185.71 1.62 122.76 26.59 74.37 74.98 26.98 122.373 2.064 183.73-.393 245.8a260.077 260.077 0 0 0-.069 18.406c.082 2.54.202 5.076.36 7.61a257.7 257.7 0 0 0 .775 9.757c.388 3.895.865 7.78 1.427 11.66 7.687 52.61 31.78 103.297 72.27 143.787 43.766 43.766 99.436 68.373 156.588 73.82 2.914.28 5.837.49 8.754.666 1.102.07 2.207.145 3.326.2.853.035 1.697.057 2.53.094.584.02 1.174.044 1.762.062 4.777.145 9.55.18 14.327.065 63.41-1.55 126.358-26.514 174.75-74.907C483.8 389.628 508.71 328.27 511.17 266.2zM247.276 499.527c-.412-7.34-.484-14.7-.218-22.046a255.368 255.368 0 0 0 19.018 13.198l1.334.844-.047-1.576c-.083-2.88.16-5.803.216-8.776l.003-.46-.375-.255c-6.72-4.532-13.11-9.477-19.456-14.786.58-6.83 1.456-13.643 2.625-20.415l.422.422c5.484 5.485 11.033 10.655 16.97 15.51l1.2.978.17-1.536c.322-2.9.804-5.773 1.356-8.65l.09-.475-.354-.315a207.395 207.395 0 0 1-8.8-8.325 278.803 278.803 0 0 1-8.754-9.184 237.948 237.948 0 0 1 6.536-23.477c4.895 6.454 9.95 12.588 15.37 18.414l1.01 1.088.413-1.426c.828-2.854 1.506-5.703 2.478-8.41l.17-.46-.317-.37c-5.334-6.26-10.39-12.89-15.157-19.833a235.969 235.969 0 0 1 8.193-18.61 245.58 245.58 0 0 0 12.755 20.28l.856 1.224 4.368-9.84-.236-.375c-4.323-6.838-8.533-14.122-12.323-21.608a237.517 237.517 0 0 1 10.61-17.314c2.982 7.483 6.377 14.8 9.866 21.69l.668 1.328 5.723-9.11-.195-.41a248.48 248.48 0 0 1-9.316-23.028c4.015-5.38 8.3-10.63 12.838-15.735 1.952 7.81 4.226 15.417 6.88 22.817l.536 1.492.934-1.276c1.704-2.324 3.697-4.46 5.6-6.73l.298-.356-.14-.442c-2.523-7.863-4.443-15.784-6.15-24.047a122.91 122.91 0 0 1 1.91-1.96c4.192-4.188 8.5-8.183 12.922-11.992.892 8.03 2.072 15.843 3.762 23.615l.313 1.458 1.085-1.032c2.145-2.032 4.202-4.103 6.43-5.933l.38-.31-.084-.48c-1.38-8.095-2.32-16.356-2.853-24.742a236.076 236.076 0 0 1 16.575-11.84c-.205 8.08.012 16.146.544 23.954l.097 1.49 8.816-6.19-.012-.45c-.186-8.086-.096-16.558.495-24.943a239.377 239.377 0 0 1 18.005-9.502c-1.255 8.01-2.164 15.93-2.62 23.85l-.098 1.58 1.365-.807c2.482-1.48 5.155-2.668 7.803-4.015l.414-.212.042-.462c.762-8.26 2.09-16.35 3.753-24.66a237.867 237.867 0 0 1 19.077-6.97c-2.312 7.742-4.26 15.434-5.745 23.23l-.28 1.442 1.388-.495c2.81-1.003 5.485-2.187 8.24-2.974l.47-.136.115-.48a242.002 242.002 0 0 1 7.002-23.837c6.56-1.74 13.18-3.192 19.84-4.36-3.326 7.322-6.257 14.788-8.795 22.137l-.49 1.406 10.517-2.24.164-.417c2.96-7.486 6.342-15.19 10.146-22.636 7.566-.95 15.177-1.53 22.79-1.757-4.396 6.96-8.414 14.152-12 21.247l-.67 1.318 10.73-.758.222-.4c4.006-7.342 8.483-14.427 13.36-21.475 2.95.054 5.892.152 8.833.318a247 247 0 0 1-.145 20.33c-.005.127-.018.268-.028.423-2.958 58.21-26.606 115.54-70.962 159.897-49.58 49.592-115.39 73.294-180.495 71.145zM83.003 428.39c-43.088-43.088-66.632-98.42-70.66-154.902 2.957.154 5.917.256 8.88.3 4.8 6.872 9.987 13.693 15.59 20.198l.282.32.423-.03c3.578-.255 7.205-.375 10.84-.772l1.646-.184-1.115-1.22c-5.538-6.06-10.7-12.13-15.53-18.423 7.678-.25 15.353-.847 22.98-1.807 2.44 2.67 4.94 5.28 7.514 7.843 3.526 3.526 7.182 6.984 10.983 10.46l.323.292 12.728-2.715-1.336-1.107c-6.457-5.373-12.52-10.845-18.267-16.584a246.786 246.786 0 0 0 20.692-4.553 260.413 260.413 0 0 0 20.768 15.603l.336.226.377-.115c3.53-1.047 6.878-2.472 10.247-3.69l1.646-.6-1.493-.913c-7.048-4.3-13.814-9.01-20.268-13.89a245.377 245.377 0 0 0 19.92-7.287c7.195 4.462 14.778 8.832 22.585 12.613l.375.18.37-.185c3.197-1.624 6.505-3.13 9.667-4.983l1.416-.832-1.5-.66c-7.537-3.356-14.847-7.095-21.872-11.047a245.028 245.028 0 0 0 18.716-9.895c7.766 3.54 15.695 6.605 24.042 9.55l.413.14 10.64-7.464-1.66-.5c-8-2.41-15.67-5.06-23.17-8.073 5.87-3.83 11.61-7.93 17.2-12.304a252.715 252.715 0 0 0 25.155 6.243l.395.076.303-.257c2.815-2.344 5.396-4.904 8.004-7.386l1.252-1.19-1.707-.25c-8.153-1.2-16.244-2.926-24.09-4.896a249.365 249.365 0 0 0 13.378-12.422c.685-.684 1.354-1.377 2.024-2.06 8.398 1.302 17.14 2.372 25.847 2.8l.42.023.268-.32c2.313-2.74 4.767-5.43 6.965-8.38l.978-1.316-1.64-.027c-8.313-.135-16.54-.71-24.602-1.62a249.174 249.174 0 0 0 13.395-16.42c8.55.202 17.166-.043 25.963-.68l.426-.034 6.904-11.015-1.72.188c-8.4.895-16.497 1.506-24.602 1.68a247.13 247.13 0 0 0 11.07-18.085c8.493-.94 16.932-2.354 25.604-4.132l.424-.088 5.296-11.876-1.684.428a262.067 262.067 0 0 1-24.025 4.952 246.58 246.58 0 0 0 8.53-19.398 258.89 258.89 0 0 0 24.733-7.513l.376-.136.132-.376c1.22-3.45 2.088-6.98 3.086-10.43l.482-1.664-1.607.655c-7.618 3.126-15.4 5.787-23.122 8.11a246.201 246.201 0 0 0 6.71-24.1c7.914-3.18 15.927-6.734 23.67-10.807l.358-.188.08-.395c.68-3.565 1.273-7.142 1.69-10.76l.19-1.667-1.45.84c-7.197 4.18-14.736 7.903-22.2 11.27a247.209 247.209 0 0 0 2.752-21.098c7.54-4.24 15.114-8.898 22.34-14.028l.345-.245.008-.423c.08-3.58.34-7.21.256-10.87l-.04-1.64-1.31.986c-6.866 5.192-13.77 9.967-20.86 14.35a249.41 249.41 0 0 0-.138-22.847c56.527 4 111.91 27.548 155.032 70.67 43.085 43.086 66.632 98.408 70.656 154.884-2.96-.153-5.92-.256-8.887-.3-4.798-6.863-9.984-13.68-15.583-20.184l-.275-.322-.424.03c-3.58.26-7.208.375-10.842.774l-1.645.18 1.114 1.223c5.535 6.054 10.694 12.12 15.518 18.41-7.683.248-15.35.846-22.985 1.806a237.99 237.99 0 0 0-7.51-7.85 325.376 325.376 0 0 0-10.974-10.44l-.318-.286-12.722 2.705 1.324 1.11c6.456 5.372 12.52 10.84 18.265 16.57a246.11 246.11 0 0 0-20.7 4.557 261.114 261.114 0 0 0-20.758-15.594l-.326-.223-.386.114c-3.523 1.048-6.87 2.472-10.24 3.693l-1.648.59 1.496.92c7.04 4.3 13.8 9.003 20.247 13.877a247.716 247.716 0 0 0-19.912 7.29c-7.194-4.457-14.776-8.82-22.577-12.605l-.377-.185-.37.19c-3.2 1.622-6.512 3.125-9.674 4.983l-1.407.826 1.495.666c7.53 3.353 14.837 7.086 21.858 11.037a245.981 245.981 0 0 0-18.713 9.892c-7.764-3.532-15.687-6.592-24.036-9.538l-.41-.143-10.635 7.455 1.655.506c7.995 2.417 15.66 5.058 23.157 8.073a250.098 250.098 0 0 0-17.198 12.302 255.142 255.142 0 0 0-25.14-6.244l-.392-.07-.306.257c-2.823 2.343-5.395 4.907-8.01 7.384l-1.253 1.194 1.71.25c8.144 1.196 16.235 2.92 24.077 4.89a250.68 250.68 0 0 0-13.373 12.416c-.68.688-1.356 1.383-2.024 2.075-8.4-1.302-17.133-2.372-25.843-2.805l-.408-.023-.274.32c-2.313 2.745-4.767 5.433-6.962 8.38l-.98 1.316 1.643.027c8.315.14 16.538.712 24.596 1.625a247.13 247.13 0 0 0-13.394 16.418c-8.554-.203-17.164.042-25.958.686l-.426.03-6.907 11.007 1.726-.18c8.388-.893 16.486-1.507 24.592-1.68a243.801 243.801 0 0 0-11.07 18.083c-8.492.94-16.922 2.356-25.6 4.13l-.423.086-5.3 11.88 1.692-.43a265.684 265.684 0 0 1 24.017-4.95 245.095 245.095 0 0 0-8.53 19.404 258.419 258.419 0 0 0-24.728 7.506l-.375.132-.13.377c-1.224 3.458-2.094 6.986-3.09 10.43l-.487 1.674 1.613-.662c7.616-3.123 15.397-5.785 23.112-8.103a247.583 247.583 0 0 0-6.706 24.1c-7.91 3.176-15.92 6.732-23.663 10.798l-.36.187-.077.398c-.682 3.567-1.273 7.145-1.696 10.764l-.194 1.668 1.453-.85c7.202-4.172 14.738-7.896 22.197-11.262a247.89 247.89 0 0 0-2.75 21.096c-7.538 4.246-15.108 8.896-22.338 14.033l-.345.242-.008.422c-.08 3.58-.338 7.21-.255 10.872l.035 1.636 1.315-.986c6.864-5.188 13.764-9.962 20.855-14.347-.297 7.616-.26 15.236.14 22.847-56.515-4-111.898-27.543-155.02-70.664zM12.033 243.5C15 185.3 38.648 127.97 83.004 83.614c49.584-49.585 115.388-73.287 180.5-71.14.41 7.337.477 14.693.215 22.042a255.344 255.344 0 0 0-19.015-13.198l-1.336-.843.047 1.576c.086 2.877-.163 5.803-.218 8.777l-.006.456.378.258c6.72 4.527 13.107 9.468 19.45 14.78a240.27 240.27 0 0 1-2.62 20.413l-.433-.433c-5.48-5.48-11.03-10.644-16.96-15.49l-1.196-.977-.172 1.54c-.326 2.892-.806 5.765-1.358 8.643l-.09.47.357.32a207.627 207.627 0 0 1 8.81 8.326 278.103 278.103 0 0 1 8.74 9.173 238.385 238.385 0 0 1-6.54 23.482c-4.89-6.454-9.946-12.586-15.366-18.414l-1.005-1.08-.416 1.423c-.828 2.853-1.505 5.705-2.482 8.41l-.165.46.32.373a241.704 241.704 0 0 1 15.15 19.825 237.918 237.918 0 0 1-8.19 18.61 248.193 248.193 0 0 0-12.757-20.276l-.85-1.218-4.375 9.83.242.38c4.323 6.84 8.532 14.115 12.316 21.605a237.221 237.221 0 0 1-10.605 17.308c-2.985-7.48-6.372-14.79-9.86-21.68l-.673-1.33-5.723 9.108.192.416a249.034 249.034 0 0 1 9.315 23.02 238.518 238.518 0 0 1-12.837 15.733c-1.957-7.805-4.22-15.41-6.882-22.813l-.532-1.483-.937 1.268c-1.7 2.324-3.69 4.46-5.598 6.73l-.3.357.142.443c2.515 7.858 4.443 15.783 6.15 24.037-.64.66-1.277 1.318-1.92 1.96-4.19 4.185-8.5 8.178-12.914 11.992-.896-8.028-2.075-15.838-3.765-23.603l-.313-1.462-1.084 1.03c-2.145 2.036-4.2 4.107-6.433 5.935l-.376.305.08.488c1.38 8.092 2.32 16.348 2.858 24.728a238.12 238.12 0 0 1-16.576 11.843c.205-8.08-.008-16.14-.54-23.944l-.105-1.487-8.808 6.184.01.455c.185 8.08.088 16.545-.498 24.927a239.574 239.574 0 0 1-18.007 9.504c1.26-8.006 2.167-15.927 2.624-23.84l.09-1.577-1.36.81c-2.474 1.475-5.153 2.663-7.802 4.007l-.412.21-.044.465c-.765 8.26-2.09 16.348-3.754 24.655a237.267 237.267 0 0 1-19.08 6.966c2.31-7.736 4.256-15.42 5.74-23.213l.273-1.443-1.38.494c-2.807 1.003-5.483 2.18-8.24 2.973l-.472.136-.113.478a243.095 243.095 0 0 1-7 23.827 239.87 239.87 0 0 1-19.84 4.364c3.326-7.323 6.254-14.78 8.796-22.13l.487-1.41-10.518 2.242-.17.422c-2.958 7.48-6.335 15.182-10.133 22.62a239.007 239.007 0 0 1-22.792 1.76c4.392-6.954 8.406-14.144 11.99-21.23l.67-1.328-10.723.754-.226.406c-4 7.34-8.478 14.425-13.36 21.47a258.231 258.231 0 0 1-8.832-.317 248.163 248.163 0 0 1 .144-20.323c.005-.127.023-.272.026-.438z"></path><path d="M255.39 510.777c-68.054 0-132.035-26.502-180.156-74.622C27.114 388.035.61 324.055.61 256c0-68.053 26.502-132.034 74.624-180.155S187.334 1.223 255.39 1.223c68.053 0 132.033 26.5 180.154 74.623 48.12 48.12 74.622 112.102 74.622 180.155 0 68.055-26.502 132.035-74.622 180.156-48.12 48.12-112.102 74.62-180.155 74.62zm0-489.554c-62.712 0-121.67 24.42-166.014 68.765C45.033 134.33 20.61 193.288 20.61 256c0 62.71 24.422 121.67 68.766 166.013 44.344 44.344 103.3 68.765 166.013 68.765 62.71 0 121.668-24.42 166.012-68.765l7.07 7.07-7.07-7.07C465.746 377.67 490.167 318.71 490.167 256c0-62.71-24.42-121.67-68.765-166.013C377.058 45.644 318.1 21.223 255.39 21.223z"></path></svg><span class="header__nav-side__nav-item__text">MLB Play</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176302 desc-caret-down-176302" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176302"></title><desc id="desc-caret-down-176302"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-youth" aria-haspopup="true" aria-expanded="false" aria-label="Youth"><div class="header__nav-side__nav-item--inner"><a href="/youth-baseball-softball" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-baseball-176303 desc-baseball-176303" class="p-icon p-icon--youth icon__nav-item"><title id="title-baseball-176303"></title><desc id="desc-baseball-176303"></desc><path d="M511.17 266.2c.17-4.266.23-8.535.19-12.8-.02-1.87-.057-3.738-.12-5.613a264.669 264.669 0 0 0-1.134-17.353c-.392-3.896-.86-7.782-1.426-11.66-7.694-52.614-31.783-103.3-72.27-143.79-43.766-43.767-99.442-68.375-156.597-73.82-2.915-.278-5.834-.49-8.753-.667-1.097-.067-2.207-.145-3.326-.198-.85-.042-1.69-.063-2.522-.09-.588-.026-1.176-.046-1.764-.066-4.774-.147-9.55-.177-14.33-.064C185.71 1.62 122.76 26.59 74.37 74.98 26.98 122.373 2.064 183.73-.393 245.8a260.077 260.077 0 0 0-.069 18.406c.082 2.54.202 5.076.36 7.61a257.7 257.7 0 0 0 .775 9.757c.388 3.895.865 7.78 1.427 11.66 7.687 52.61 31.78 103.297 72.27 143.787 43.766 43.766 99.436 68.373 156.588 73.82 2.914.28 5.837.49 8.754.666 1.102.07 2.207.145 3.326.2.853.035 1.697.057 2.53.094.584.02 1.174.044 1.762.062 4.777.145 9.55.18 14.327.065 63.41-1.55 126.358-26.514 174.75-74.907C483.8 389.628 508.71 328.27 511.17 266.2zM247.276 499.527c-.412-7.34-.484-14.7-.218-22.046a255.368 255.368 0 0 0 19.018 13.198l1.334.844-.047-1.576c-.083-2.88.16-5.803.216-8.776l.003-.46-.375-.255c-6.72-4.532-13.11-9.477-19.456-14.786.58-6.83 1.456-13.643 2.625-20.415l.422.422c5.484 5.485 11.033 10.655 16.97 15.51l1.2.978.17-1.536c.322-2.9.804-5.773 1.356-8.65l.09-.475-.354-.315a207.395 207.395 0 0 1-8.8-8.325 278.803 278.803 0 0 1-8.754-9.184 237.948 237.948 0 0 1 6.536-23.477c4.895 6.454 9.95 12.588 15.37 18.414l1.01 1.088.413-1.426c.828-2.854 1.506-5.703 2.478-8.41l.17-.46-.317-.37c-5.334-6.26-10.39-12.89-15.157-19.833a235.969 235.969 0 0 1 8.193-18.61 245.58 245.58 0 0 0 12.755 20.28l.856 1.224 4.368-9.84-.236-.375c-4.323-6.838-8.533-14.122-12.323-21.608a237.517 237.517 0 0 1 10.61-17.314c2.982 7.483 6.377 14.8 9.866 21.69l.668 1.328 5.723-9.11-.195-.41a248.48 248.48 0 0 1-9.316-23.028c4.015-5.38 8.3-10.63 12.838-15.735 1.952 7.81 4.226 15.417 6.88 22.817l.536 1.492.934-1.276c1.704-2.324 3.697-4.46 5.6-6.73l.298-.356-.14-.442c-2.523-7.863-4.443-15.784-6.15-24.047a122.91 122.91 0 0 1 1.91-1.96c4.192-4.188 8.5-8.183 12.922-11.992.892 8.03 2.072 15.843 3.762 23.615l.313 1.458 1.085-1.032c2.145-2.032 4.202-4.103 6.43-5.933l.38-.31-.084-.48c-1.38-8.095-2.32-16.356-2.853-24.742a236.076 236.076 0 0 1 16.575-11.84c-.205 8.08.012 16.146.544 23.954l.097 1.49 8.816-6.19-.012-.45c-.186-8.086-.096-16.558.495-24.943a239.377 239.377 0 0 1 18.005-9.502c-1.255 8.01-2.164 15.93-2.62 23.85l-.098 1.58 1.365-.807c2.482-1.48 5.155-2.668 7.803-4.015l.414-.212.042-.462c.762-8.26 2.09-16.35 3.753-24.66a237.867 237.867 0 0 1 19.077-6.97c-2.312 7.742-4.26 15.434-5.745 23.23l-.28 1.442 1.388-.495c2.81-1.003 5.485-2.187 8.24-2.974l.47-.136.115-.48a242.002 242.002 0 0 1 7.002-23.837c6.56-1.74 13.18-3.192 19.84-4.36-3.326 7.322-6.257 14.788-8.795 22.137l-.49 1.406 10.517-2.24.164-.417c2.96-7.486 6.342-15.19 10.146-22.636 7.566-.95 15.177-1.53 22.79-1.757-4.396 6.96-8.414 14.152-12 21.247l-.67 1.318 10.73-.758.222-.4c4.006-7.342 8.483-14.427 13.36-21.475 2.95.054 5.892.152 8.833.318a247 247 0 0 1-.145 20.33c-.005.127-.018.268-.028.423-2.958 58.21-26.606 115.54-70.962 159.897-49.58 49.592-115.39 73.294-180.495 71.145zM83.003 428.39c-43.088-43.088-66.632-98.42-70.66-154.902 2.957.154 5.917.256 8.88.3 4.8 6.872 9.987 13.693 15.59 20.198l.282.32.423-.03c3.578-.255 7.205-.375 10.84-.772l1.646-.184-1.115-1.22c-5.538-6.06-10.7-12.13-15.53-18.423 7.678-.25 15.353-.847 22.98-1.807 2.44 2.67 4.94 5.28 7.514 7.843 3.526 3.526 7.182 6.984 10.983 10.46l.323.292 12.728-2.715-1.336-1.107c-6.457-5.373-12.52-10.845-18.267-16.584a246.786 246.786 0 0 0 20.692-4.553 260.413 260.413 0 0 0 20.768 15.603l.336.226.377-.115c3.53-1.047 6.878-2.472 10.247-3.69l1.646-.6-1.493-.913c-7.048-4.3-13.814-9.01-20.268-13.89a245.377 245.377 0 0 0 19.92-7.287c7.195 4.462 14.778 8.832 22.585 12.613l.375.18.37-.185c3.197-1.624 6.505-3.13 9.667-4.983l1.416-.832-1.5-.66c-7.537-3.356-14.847-7.095-21.872-11.047a245.028 245.028 0 0 0 18.716-9.895c7.766 3.54 15.695 6.605 24.042 9.55l.413.14 10.64-7.464-1.66-.5c-8-2.41-15.67-5.06-23.17-8.073 5.87-3.83 11.61-7.93 17.2-12.304a252.715 252.715 0 0 0 25.155 6.243l.395.076.303-.257c2.815-2.344 5.396-4.904 8.004-7.386l1.252-1.19-1.707-.25c-8.153-1.2-16.244-2.926-24.09-4.896a249.365 249.365 0 0 0 13.378-12.422c.685-.684 1.354-1.377 2.024-2.06 8.398 1.302 17.14 2.372 25.847 2.8l.42.023.268-.32c2.313-2.74 4.767-5.43 6.965-8.38l.978-1.316-1.64-.027c-8.313-.135-16.54-.71-24.602-1.62a249.174 249.174 0 0 0 13.395-16.42c8.55.202 17.166-.043 25.963-.68l.426-.034 6.904-11.015-1.72.188c-8.4.895-16.497 1.506-24.602 1.68a247.13 247.13 0 0 0 11.07-18.085c8.493-.94 16.932-2.354 25.604-4.132l.424-.088 5.296-11.876-1.684.428a262.067 262.067 0 0 1-24.025 4.952 246.58 246.58 0 0 0 8.53-19.398 258.89 258.89 0 0 0 24.733-7.513l.376-.136.132-.376c1.22-3.45 2.088-6.98 3.086-10.43l.482-1.664-1.607.655c-7.618 3.126-15.4 5.787-23.122 8.11a246.201 246.201 0 0 0 6.71-24.1c7.914-3.18 15.927-6.734 23.67-10.807l.358-.188.08-.395c.68-3.565 1.273-7.142 1.69-10.76l.19-1.667-1.45.84c-7.197 4.18-14.736 7.903-22.2 11.27a247.209 247.209 0 0 0 2.752-21.098c7.54-4.24 15.114-8.898 22.34-14.028l.345-.245.008-.423c.08-3.58.34-7.21.256-10.87l-.04-1.64-1.31.986c-6.866 5.192-13.77 9.967-20.86 14.35a249.41 249.41 0 0 0-.138-22.847c56.527 4 111.91 27.548 155.032 70.67 43.085 43.086 66.632 98.408 70.656 154.884-2.96-.153-5.92-.256-8.887-.3-4.798-6.863-9.984-13.68-15.583-20.184l-.275-.322-.424.03c-3.58.26-7.208.375-10.842.774l-1.645.18 1.114 1.223c5.535 6.054 10.694 12.12 15.518 18.41-7.683.248-15.35.846-22.985 1.806a237.99 237.99 0 0 0-7.51-7.85 325.376 325.376 0 0 0-10.974-10.44l-.318-.286-12.722 2.705 1.324 1.11c6.456 5.372 12.52 10.84 18.265 16.57a246.11 246.11 0 0 0-20.7 4.557 261.114 261.114 0 0 0-20.758-15.594l-.326-.223-.386.114c-3.523 1.048-6.87 2.472-10.24 3.693l-1.648.59 1.496.92c7.04 4.3 13.8 9.003 20.247 13.877a247.716 247.716 0 0 0-19.912 7.29c-7.194-4.457-14.776-8.82-22.577-12.605l-.377-.185-.37.19c-3.2 1.622-6.512 3.125-9.674 4.983l-1.407.826 1.495.666c7.53 3.353 14.837 7.086 21.858 11.037a245.981 245.981 0 0 0-18.713 9.892c-7.764-3.532-15.687-6.592-24.036-9.538l-.41-.143-10.635 7.455 1.655.506c7.995 2.417 15.66 5.058 23.157 8.073a250.098 250.098 0 0 0-17.198 12.302 255.142 255.142 0 0 0-25.14-6.244l-.392-.07-.306.257c-2.823 2.343-5.395 4.907-8.01 7.384l-1.253 1.194 1.71.25c8.144 1.196 16.235 2.92 24.077 4.89a250.68 250.68 0 0 0-13.373 12.416c-.68.688-1.356 1.383-2.024 2.075-8.4-1.302-17.133-2.372-25.843-2.805l-.408-.023-.274.32c-2.313 2.745-4.767 5.433-6.962 8.38l-.98 1.316 1.643.027c8.315.14 16.538.712 24.596 1.625a247.13 247.13 0 0 0-13.394 16.418c-8.554-.203-17.164.042-25.958.686l-.426.03-6.907 11.007 1.726-.18c8.388-.893 16.486-1.507 24.592-1.68a243.801 243.801 0 0 0-11.07 18.083c-8.492.94-16.922 2.356-25.6 4.13l-.423.086-5.3 11.88 1.692-.43a265.684 265.684 0 0 1 24.017-4.95 245.095 245.095 0 0 0-8.53 19.404 258.419 258.419 0 0 0-24.728 7.506l-.375.132-.13.377c-1.224 3.458-2.094 6.986-3.09 10.43l-.487 1.674 1.613-.662c7.616-3.123 15.397-5.785 23.112-8.103a247.583 247.583 0 0 0-6.706 24.1c-7.91 3.176-15.92 6.732-23.663 10.798l-.36.187-.077.398c-.682 3.567-1.273 7.145-1.696 10.764l-.194 1.668 1.453-.85c7.202-4.172 14.738-7.896 22.197-11.262a247.89 247.89 0 0 0-2.75 21.096c-7.538 4.246-15.108 8.896-22.338 14.033l-.345.242-.008.422c-.08 3.58-.338 7.21-.255 10.872l.035 1.636 1.315-.986c6.864-5.188 13.764-9.962 20.855-14.347-.297 7.616-.26 15.236.14 22.847-56.515-4-111.898-27.543-155.02-70.664zM12.033 243.5C15 185.3 38.648 127.97 83.004 83.614c49.584-49.585 115.388-73.287 180.5-71.14.41 7.337.477 14.693.215 22.042a255.344 255.344 0 0 0-19.015-13.198l-1.336-.843.047 1.576c.086 2.877-.163 5.803-.218 8.777l-.006.456.378.258c6.72 4.527 13.107 9.468 19.45 14.78a240.27 240.27 0 0 1-2.62 20.413l-.433-.433c-5.48-5.48-11.03-10.644-16.96-15.49l-1.196-.977-.172 1.54c-.326 2.892-.806 5.765-1.358 8.643l-.09.47.357.32a207.627 207.627 0 0 1 8.81 8.326 278.103 278.103 0 0 1 8.74 9.173 238.385 238.385 0 0 1-6.54 23.482c-4.89-6.454-9.946-12.586-15.366-18.414l-1.005-1.08-.416 1.423c-.828 2.853-1.505 5.705-2.482 8.41l-.165.46.32.373a241.704 241.704 0 0 1 15.15 19.825 237.918 237.918 0 0 1-8.19 18.61 248.193 248.193 0 0 0-12.757-20.276l-.85-1.218-4.375 9.83.242.38c4.323 6.84 8.532 14.115 12.316 21.605a237.221 237.221 0 0 1-10.605 17.308c-2.985-7.48-6.372-14.79-9.86-21.68l-.673-1.33-5.723 9.108.192.416a249.034 249.034 0 0 1 9.315 23.02 238.518 238.518 0 0 1-12.837 15.733c-1.957-7.805-4.22-15.41-6.882-22.813l-.532-1.483-.937 1.268c-1.7 2.324-3.69 4.46-5.598 6.73l-.3.357.142.443c2.515 7.858 4.443 15.783 6.15 24.037-.64.66-1.277 1.318-1.92 1.96-4.19 4.185-8.5 8.178-12.914 11.992-.896-8.028-2.075-15.838-3.765-23.603l-.313-1.462-1.084 1.03c-2.145 2.036-4.2 4.107-6.433 5.935l-.376.305.08.488c1.38 8.092 2.32 16.348 2.858 24.728a238.12 238.12 0 0 1-16.576 11.843c.205-8.08-.008-16.14-.54-23.944l-.105-1.487-8.808 6.184.01.455c.185 8.08.088 16.545-.498 24.927a239.574 239.574 0 0 1-18.007 9.504c1.26-8.006 2.167-15.927 2.624-23.84l.09-1.577-1.36.81c-2.474 1.475-5.153 2.663-7.802 4.007l-.412.21-.044.465c-.765 8.26-2.09 16.348-3.754 24.655a237.267 237.267 0 0 1-19.08 6.966c2.31-7.736 4.256-15.42 5.74-23.213l.273-1.443-1.38.494c-2.807 1.003-5.483 2.18-8.24 2.973l-.472.136-.113.478a243.095 243.095 0 0 1-7 23.827 239.87 239.87 0 0 1-19.84 4.364c3.326-7.323 6.254-14.78 8.796-22.13l.487-1.41-10.518 2.242-.17.422c-2.958 7.48-6.335 15.182-10.133 22.62a239.007 239.007 0 0 1-22.792 1.76c4.392-6.954 8.406-14.144 11.99-21.23l.67-1.328-10.723.754-.226.406c-4 7.34-8.478 14.425-13.36 21.47a258.231 258.231 0 0 1-8.832-.317 248.163 248.163 0 0 1 .144-20.323c.005-.127.023-.272.026-.438z"></path><path d="M255.39 510.777c-68.054 0-132.035-26.502-180.156-74.622C27.114 388.035.61 324.055.61 256c0-68.053 26.502-132.034 74.624-180.155S187.334 1.223 255.39 1.223c68.053 0 132.033 26.5 180.154 74.623 48.12 48.12 74.622 112.102 74.622 180.155 0 68.055-26.502 132.035-74.622 180.156-48.12 48.12-112.102 74.62-180.155 74.62zm0-489.554c-62.712 0-121.67 24.42-166.014 68.765C45.033 134.33 20.61 193.288 20.61 256c0 62.71 24.422 121.67 68.766 166.013 44.344 44.344 103.3 68.765 166.013 68.765 62.71 0 121.668-24.42 166.012-68.765l7.07 7.07-7.07-7.07C465.746 377.67 490.167 318.71 490.167 256c0-62.71-24.42-121.67-68.765-166.013C377.058 45.644 318.1 21.223 255.39 21.223z"></path></svg><span class="header__nav-side__nav-item__text">Youth</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176304 desc-caret-down-176304" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176304"></title><desc id="desc-caret-down-176304"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item" role="menu" tabindex="0" data-nav-id="nav-side-item-milb" aria-label="MiLB"><div class="header__nav-side__nav-item--inner"><a href="/milb" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-baseball-176305 desc-baseball-176305" class="p-icon p-icon--milb icon__nav-item"><title id="title-baseball-176305"></title><desc id="desc-baseball-176305"></desc><path d="M511.17 266.2c.17-4.266.23-8.535.19-12.8-.02-1.87-.057-3.738-.12-5.613a264.669 264.669 0 0 0-1.134-17.353c-.392-3.896-.86-7.782-1.426-11.66-7.694-52.614-31.783-103.3-72.27-143.79-43.766-43.767-99.442-68.375-156.597-73.82-2.915-.278-5.834-.49-8.753-.667-1.097-.067-2.207-.145-3.326-.198-.85-.042-1.69-.063-2.522-.09-.588-.026-1.176-.046-1.764-.066-4.774-.147-9.55-.177-14.33-.064C185.71 1.62 122.76 26.59 74.37 74.98 26.98 122.373 2.064 183.73-.393 245.8a260.077 260.077 0 0 0-.069 18.406c.082 2.54.202 5.076.36 7.61a257.7 257.7 0 0 0 .775 9.757c.388 3.895.865 7.78 1.427 11.66 7.687 52.61 31.78 103.297 72.27 143.787 43.766 43.766 99.436 68.373 156.588 73.82 2.914.28 5.837.49 8.754.666 1.102.07 2.207.145 3.326.2.853.035 1.697.057 2.53.094.584.02 1.174.044 1.762.062 4.777.145 9.55.18 14.327.065 63.41-1.55 126.358-26.514 174.75-74.907C483.8 389.628 508.71 328.27 511.17 266.2zM247.276 499.527c-.412-7.34-.484-14.7-.218-22.046a255.368 255.368 0 0 0 19.018 13.198l1.334.844-.047-1.576c-.083-2.88.16-5.803.216-8.776l.003-.46-.375-.255c-6.72-4.532-13.11-9.477-19.456-14.786.58-6.83 1.456-13.643 2.625-20.415l.422.422c5.484 5.485 11.033 10.655 16.97 15.51l1.2.978.17-1.536c.322-2.9.804-5.773 1.356-8.65l.09-.475-.354-.315a207.395 207.395 0 0 1-8.8-8.325 278.803 278.803 0 0 1-8.754-9.184 237.948 237.948 0 0 1 6.536-23.477c4.895 6.454 9.95 12.588 15.37 18.414l1.01 1.088.413-1.426c.828-2.854 1.506-5.703 2.478-8.41l.17-.46-.317-.37c-5.334-6.26-10.39-12.89-15.157-19.833a235.969 235.969 0 0 1 8.193-18.61 245.58 245.58 0 0 0 12.755 20.28l.856 1.224 4.368-9.84-.236-.375c-4.323-6.838-8.533-14.122-12.323-21.608a237.517 237.517 0 0 1 10.61-17.314c2.982 7.483 6.377 14.8 9.866 21.69l.668 1.328 5.723-9.11-.195-.41a248.48 248.48 0 0 1-9.316-23.028c4.015-5.38 8.3-10.63 12.838-15.735 1.952 7.81 4.226 15.417 6.88 22.817l.536 1.492.934-1.276c1.704-2.324 3.697-4.46 5.6-6.73l.298-.356-.14-.442c-2.523-7.863-4.443-15.784-6.15-24.047a122.91 122.91 0 0 1 1.91-1.96c4.192-4.188 8.5-8.183 12.922-11.992.892 8.03 2.072 15.843 3.762 23.615l.313 1.458 1.085-1.032c2.145-2.032 4.202-4.103 6.43-5.933l.38-.31-.084-.48c-1.38-8.095-2.32-16.356-2.853-24.742a236.076 236.076 0 0 1 16.575-11.84c-.205 8.08.012 16.146.544 23.954l.097 1.49 8.816-6.19-.012-.45c-.186-8.086-.096-16.558.495-24.943a239.377 239.377 0 0 1 18.005-9.502c-1.255 8.01-2.164 15.93-2.62 23.85l-.098 1.58 1.365-.807c2.482-1.48 5.155-2.668 7.803-4.015l.414-.212.042-.462c.762-8.26 2.09-16.35 3.753-24.66a237.867 237.867 0 0 1 19.077-6.97c-2.312 7.742-4.26 15.434-5.745 23.23l-.28 1.442 1.388-.495c2.81-1.003 5.485-2.187 8.24-2.974l.47-.136.115-.48a242.002 242.002 0 0 1 7.002-23.837c6.56-1.74 13.18-3.192 19.84-4.36-3.326 7.322-6.257 14.788-8.795 22.137l-.49 1.406 10.517-2.24.164-.417c2.96-7.486 6.342-15.19 10.146-22.636 7.566-.95 15.177-1.53 22.79-1.757-4.396 6.96-8.414 14.152-12 21.247l-.67 1.318 10.73-.758.222-.4c4.006-7.342 8.483-14.427 13.36-21.475 2.95.054 5.892.152 8.833.318a247 247 0 0 1-.145 20.33c-.005.127-.018.268-.028.423-2.958 58.21-26.606 115.54-70.962 159.897-49.58 49.592-115.39 73.294-180.495 71.145zM83.003 428.39c-43.088-43.088-66.632-98.42-70.66-154.902 2.957.154 5.917.256 8.88.3 4.8 6.872 9.987 13.693 15.59 20.198l.282.32.423-.03c3.578-.255 7.205-.375 10.84-.772l1.646-.184-1.115-1.22c-5.538-6.06-10.7-12.13-15.53-18.423 7.678-.25 15.353-.847 22.98-1.807 2.44 2.67 4.94 5.28 7.514 7.843 3.526 3.526 7.182 6.984 10.983 10.46l.323.292 12.728-2.715-1.336-1.107c-6.457-5.373-12.52-10.845-18.267-16.584a246.786 246.786 0 0 0 20.692-4.553 260.413 260.413 0 0 0 20.768 15.603l.336.226.377-.115c3.53-1.047 6.878-2.472 10.247-3.69l1.646-.6-1.493-.913c-7.048-4.3-13.814-9.01-20.268-13.89a245.377 245.377 0 0 0 19.92-7.287c7.195 4.462 14.778 8.832 22.585 12.613l.375.18.37-.185c3.197-1.624 6.505-3.13 9.667-4.983l1.416-.832-1.5-.66c-7.537-3.356-14.847-7.095-21.872-11.047a245.028 245.028 0 0 0 18.716-9.895c7.766 3.54 15.695 6.605 24.042 9.55l.413.14 10.64-7.464-1.66-.5c-8-2.41-15.67-5.06-23.17-8.073 5.87-3.83 11.61-7.93 17.2-12.304a252.715 252.715 0 0 0 25.155 6.243l.395.076.303-.257c2.815-2.344 5.396-4.904 8.004-7.386l1.252-1.19-1.707-.25c-8.153-1.2-16.244-2.926-24.09-4.896a249.365 249.365 0 0 0 13.378-12.422c.685-.684 1.354-1.377 2.024-2.06 8.398 1.302 17.14 2.372 25.847 2.8l.42.023.268-.32c2.313-2.74 4.767-5.43 6.965-8.38l.978-1.316-1.64-.027c-8.313-.135-16.54-.71-24.602-1.62a249.174 249.174 0 0 0 13.395-16.42c8.55.202 17.166-.043 25.963-.68l.426-.034 6.904-11.015-1.72.188c-8.4.895-16.497 1.506-24.602 1.68a247.13 247.13 0 0 0 11.07-18.085c8.493-.94 16.932-2.354 25.604-4.132l.424-.088 5.296-11.876-1.684.428a262.067 262.067 0 0 1-24.025 4.952 246.58 246.58 0 0 0 8.53-19.398 258.89 258.89 0 0 0 24.733-7.513l.376-.136.132-.376c1.22-3.45 2.088-6.98 3.086-10.43l.482-1.664-1.607.655c-7.618 3.126-15.4 5.787-23.122 8.11a246.201 246.201 0 0 0 6.71-24.1c7.914-3.18 15.927-6.734 23.67-10.807l.358-.188.08-.395c.68-3.565 1.273-7.142 1.69-10.76l.19-1.667-1.45.84c-7.197 4.18-14.736 7.903-22.2 11.27a247.209 247.209 0 0 0 2.752-21.098c7.54-4.24 15.114-8.898 22.34-14.028l.345-.245.008-.423c.08-3.58.34-7.21.256-10.87l-.04-1.64-1.31.986c-6.866 5.192-13.77 9.967-20.86 14.35a249.41 249.41 0 0 0-.138-22.847c56.527 4 111.91 27.548 155.032 70.67 43.085 43.086 66.632 98.408 70.656 154.884-2.96-.153-5.92-.256-8.887-.3-4.798-6.863-9.984-13.68-15.583-20.184l-.275-.322-.424.03c-3.58.26-7.208.375-10.842.774l-1.645.18 1.114 1.223c5.535 6.054 10.694 12.12 15.518 18.41-7.683.248-15.35.846-22.985 1.806a237.99 237.99 0 0 0-7.51-7.85 325.376 325.376 0 0 0-10.974-10.44l-.318-.286-12.722 2.705 1.324 1.11c6.456 5.372 12.52 10.84 18.265 16.57a246.11 246.11 0 0 0-20.7 4.557 261.114 261.114 0 0 0-20.758-15.594l-.326-.223-.386.114c-3.523 1.048-6.87 2.472-10.24 3.693l-1.648.59 1.496.92c7.04 4.3 13.8 9.003 20.247 13.877a247.716 247.716 0 0 0-19.912 7.29c-7.194-4.457-14.776-8.82-22.577-12.605l-.377-.185-.37.19c-3.2 1.622-6.512 3.125-9.674 4.983l-1.407.826 1.495.666c7.53 3.353 14.837 7.086 21.858 11.037a245.981 245.981 0 0 0-18.713 9.892c-7.764-3.532-15.687-6.592-24.036-9.538l-.41-.143-10.635 7.455 1.655.506c7.995 2.417 15.66 5.058 23.157 8.073a250.098 250.098 0 0 0-17.198 12.302 255.142 255.142 0 0 0-25.14-6.244l-.392-.07-.306.257c-2.823 2.343-5.395 4.907-8.01 7.384l-1.253 1.194 1.71.25c8.144 1.196 16.235 2.92 24.077 4.89a250.68 250.68 0 0 0-13.373 12.416c-.68.688-1.356 1.383-2.024 2.075-8.4-1.302-17.133-2.372-25.843-2.805l-.408-.023-.274.32c-2.313 2.745-4.767 5.433-6.962 8.38l-.98 1.316 1.643.027c8.315.14 16.538.712 24.596 1.625a247.13 247.13 0 0 0-13.394 16.418c-8.554-.203-17.164.042-25.958.686l-.426.03-6.907 11.007 1.726-.18c8.388-.893 16.486-1.507 24.592-1.68a243.801 243.801 0 0 0-11.07 18.083c-8.492.94-16.922 2.356-25.6 4.13l-.423.086-5.3 11.88 1.692-.43a265.684 265.684 0 0 1 24.017-4.95 245.095 245.095 0 0 0-8.53 19.404 258.419 258.419 0 0 0-24.728 7.506l-.375.132-.13.377c-1.224 3.458-2.094 6.986-3.09 10.43l-.487 1.674 1.613-.662c7.616-3.123 15.397-5.785 23.112-8.103a247.583 247.583 0 0 0-6.706 24.1c-7.91 3.176-15.92 6.732-23.663 10.798l-.36.187-.077.398c-.682 3.567-1.273 7.145-1.696 10.764l-.194 1.668 1.453-.85c7.202-4.172 14.738-7.896 22.197-11.262a247.89 247.89 0 0 0-2.75 21.096c-7.538 4.246-15.108 8.896-22.338 14.033l-.345.242-.008.422c-.08 3.58-.338 7.21-.255 10.872l.035 1.636 1.315-.986c6.864-5.188 13.764-9.962 20.855-14.347-.297 7.616-.26 15.236.14 22.847-56.515-4-111.898-27.543-155.02-70.664zM12.033 243.5C15 185.3 38.648 127.97 83.004 83.614c49.584-49.585 115.388-73.287 180.5-71.14.41 7.337.477 14.693.215 22.042a255.344 255.344 0 0 0-19.015-13.198l-1.336-.843.047 1.576c.086 2.877-.163 5.803-.218 8.777l-.006.456.378.258c6.72 4.527 13.107 9.468 19.45 14.78a240.27 240.27 0 0 1-2.62 20.413l-.433-.433c-5.48-5.48-11.03-10.644-16.96-15.49l-1.196-.977-.172 1.54c-.326 2.892-.806 5.765-1.358 8.643l-.09.47.357.32a207.627 207.627 0 0 1 8.81 8.326 278.103 278.103 0 0 1 8.74 9.173 238.385 238.385 0 0 1-6.54 23.482c-4.89-6.454-9.946-12.586-15.366-18.414l-1.005-1.08-.416 1.423c-.828 2.853-1.505 5.705-2.482 8.41l-.165.46.32.373a241.704 241.704 0 0 1 15.15 19.825 237.918 237.918 0 0 1-8.19 18.61 248.193 248.193 0 0 0-12.757-20.276l-.85-1.218-4.375 9.83.242.38c4.323 6.84 8.532 14.115 12.316 21.605a237.221 237.221 0 0 1-10.605 17.308c-2.985-7.48-6.372-14.79-9.86-21.68l-.673-1.33-5.723 9.108.192.416a249.034 249.034 0 0 1 9.315 23.02 238.518 238.518 0 0 1-12.837 15.733c-1.957-7.805-4.22-15.41-6.882-22.813l-.532-1.483-.937 1.268c-1.7 2.324-3.69 4.46-5.598 6.73l-.3.357.142.443c2.515 7.858 4.443 15.783 6.15 24.037-.64.66-1.277 1.318-1.92 1.96-4.19 4.185-8.5 8.178-12.914 11.992-.896-8.028-2.075-15.838-3.765-23.603l-.313-1.462-1.084 1.03c-2.145 2.036-4.2 4.107-6.433 5.935l-.376.305.08.488c1.38 8.092 2.32 16.348 2.858 24.728a238.12 238.12 0 0 1-16.576 11.843c.205-8.08-.008-16.14-.54-23.944l-.105-1.487-8.808 6.184.01.455c.185 8.08.088 16.545-.498 24.927a239.574 239.574 0 0 1-18.007 9.504c1.26-8.006 2.167-15.927 2.624-23.84l.09-1.577-1.36.81c-2.474 1.475-5.153 2.663-7.802 4.007l-.412.21-.044.465c-.765 8.26-2.09 16.348-3.754 24.655a237.267 237.267 0 0 1-19.08 6.966c2.31-7.736 4.256-15.42 5.74-23.213l.273-1.443-1.38.494c-2.807 1.003-5.483 2.18-8.24 2.973l-.472.136-.113.478a243.095 243.095 0 0 1-7 23.827 239.87 239.87 0 0 1-19.84 4.364c3.326-7.323 6.254-14.78 8.796-22.13l.487-1.41-10.518 2.242-.17.422c-2.958 7.48-6.335 15.182-10.133 22.62a239.007 239.007 0 0 1-22.792 1.76c4.392-6.954 8.406-14.144 11.99-21.23l.67-1.328-10.723.754-.226.406c-4 7.34-8.478 14.425-13.36 21.47a258.231 258.231 0 0 1-8.832-.317 248.163 248.163 0 0 1 .144-20.323c.005-.127.023-.272.026-.438z"></path><path d="M255.39 510.777c-68.054 0-132.035-26.502-180.156-74.622C27.114 388.035.61 324.055.61 256c0-68.053 26.502-132.034 74.624-180.155S187.334 1.223 255.39 1.223c68.053 0 132.033 26.5 180.154 74.623 48.12 48.12 74.622 112.102 74.622 180.155 0 68.055-26.502 132.035-74.622 180.156-48.12 48.12-112.102 74.62-180.155 74.62zm0-489.554c-62.712 0-121.67 24.42-166.014 68.765C45.033 134.33 20.61 193.288 20.61 256c0 62.71 24.422 121.67 68.766 166.013 44.344 44.344 103.3 68.765 166.013 68.765 62.71 0 121.668-24.42 166.012-68.765l7.07 7.07-7.07-7.07C465.746 377.67 490.167 318.71 490.167 256c0-62.71-24.42-121.67-68.765-166.013C377.058 45.644 318.1 21.223 255.39 21.223z"></path></svg><span class="header__nav-side__nav-item__text">MiLB</span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav--hideRevenue header__nav-side__nav-item--parent default" role="menu" tabindex="0" data-nav-id="nav-side-item-teams" aria-haspopup="true" aria-expanded="false" aria-label="Teams"><div class="header__nav-side__nav-item--inner"><a href="/team" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 32 32" role="img" aria-labelledby="title-teams-176306 desc-teams-176306" class="p-icon p-icon--teams icon__nav-item"><title id="title-teams-176306"></title><desc id="desc-teams-176306"></desc><path d="M17.296 5.132c.315-.216.538-.532.706-.883a5.09 5.09 0 0 1-2.018.408 5.114 5.114 0 0 1-1.976-.392c.167.345.389.654.699.867.45.309.89.651 1.294 1.052a9.273 9.273 0 0 1 1.295-1.052zm-5.304-2.405c-.82.23-2.099.609-3.566 1.123.173 1.445.237 4.995-1.364 9.455v12.543c.8.104 1.924.449 2.88 1.503.84.927 1.921 1.651 4.322 2.036V11.333c0-1.69.279-2.919.831-3.871-.371-.4-.877-.722-1.298-1.012-1.355-.929-1.722-2.606-1.805-3.723zM1.965 6.691c.012.882.117 3.001.794 5.332l2.997.289C7.01 8.744 7.007 5.838 6.89 4.423c-1.609.62-3.338 1.379-4.925 2.268zm21.475-2.84c-1.467-.515-2.618-.894-3.438-1.123-.083 1.117-.446 2.794-1.8 3.724-1.263.868-2.497 1.961-2.515 4.887l-.002 18.339c2.755-.13 5.159-1.037 6.327-2.325.956-1.054 1.853-1.4 2.653-1.503V13.306c-1.599-4.461-1.397-8.01-1.225-9.455zm-6.575 18.743a.5.5 0 1 1 0-1.001.5.5 0 0 1 0 1.001zm0-6.383a.5.5 0 1 1 0-1.002h.001a.501.501 0 1 1-.001 1.002zm0-6.383a.5.5 0 1 1 0-1.002h.001a.501.501 0 1 1-.001 1.002zm9.382 2.485l2.998-.289c.493-1.736.76-3.528.793-5.332-1.587-.889-3.316-1.649-4.925-2.269-.116 1.415-.12 4.322 1.134 7.89z" fill="none"></path><path d="M31.636 6.193a.8.8 0 0 0-.396-.659C26.159 2.572 19.67.975 19.397.909a.818.818 0 0 0-.203-.02c-.004 0-.173.024-.226.04a.79.79 0 0 0-.588.757c0 .648-.984 1.37-2.396 1.37-1.399 0-2.375-.709-2.393-1.352a.794.794 0 0 0-.271-.622 1.303 1.303 0 0 0-.237-.137 1.668 1.668 0 0 0-.296-.059c-.006 0-.126.01-.181.023C12.335.975 5.844 2.573.764 5.534a.8.8 0 0 0-.396.659c-.005.133-.12 3.287 1.021 6.821.098.304.348.52.666.551l3.407.331V26.62c0 .229.122.446.293.598.17.152.413.224.641.195.046-.005 1.244-.134 2.285 1.014 1.161 1.28 3.23 2.221 5.636 2.632.227.049 3.034.093 3.355.002 2.28-.65 4.483-1.352 5.646-2.634 1.039-1.147 2.23-1.019 2.271-1.015.231.038.345-.034.52-.187.176-.152.158-.373.158-.605V13.896l3.546-.331c.318-.03.646-.247.745-.551 1.138-3.534 1.083-6.688 1.078-6.821zm-25.88 6.12l-2.997-.289a20.883 20.883 0 0 1-.794-5.333c1.587-.889 3.316-1.648 4.925-2.268.117 1.415.12 4.321-1.134 7.89zm8.508-.98v18.054c-2.401-.384-3.481-1.109-4.322-2.036a4.634 4.634 0 0 0-2.88-1.503V13.306c1.6-4.46 1.536-8.01 1.364-9.455a58.474 58.474 0 0 1 3.566-1.123c.083 1.117.45 2.794 1.804 3.724.421.29.927.612 1.298 1.012-.551.95-.83 2.18-.83 3.869zm.444-6.201c-.31-.213-.532-.522-.699-.867.626.26 1.298.394 1.976.392.745 0 1.427-.155 2.018-.408-.169.351-.393.667-.707.883-.45.309-.89.651-1.294 1.052a9.265 9.265 0 0 0-1.294-1.052zm9.958 20.716c-.8.104-1.697.449-2.653 1.503-1.167 1.288-3.572 2.195-6.327 2.325l.002-18.339c.017-2.926 1.252-4.019 2.515-4.887 1.354-.93 1.718-2.607 1.8-3.724.82.23 1.97.609 3.438 1.123-.173 1.445-.374 4.995 1.226 9.455l-.001 12.544zm4.58-13.825l-2.998.289c-1.254-3.568-1.25-6.474-1.133-7.89 1.608.62 3.337 1.38 4.925 2.269a20.963 20.963 0 0 1-.794 5.332z" fill="#444"></path><circle cx="16.864" cy="15.711" r=".5" fill="#444"></circle><circle cx="16.864" cy="9.328" r=".5" fill="#444"></circle><circle cx="16.864" cy="22.094" r=".5" fill="#444"></circle></svg><span class="header__nav-side__nav-item__text">Teams</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176307 desc-caret-down-176307" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176307"></title><desc id="desc-caret-down-176307"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav--hideRevenue header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-lang" aria-haspopup="true" aria-expanded="false" aria-label="Language"><div class="header__nav-side__nav-item--inner"><a href="/language" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-baseball-176308 desc-baseball-176308" class="p-icon p-icon--lang icon__nav-item"><title id="title-baseball-176308"></title><desc id="desc-baseball-176308"></desc><path d="M511.17 266.2c.17-4.266.23-8.535.19-12.8-.02-1.87-.057-3.738-.12-5.613a264.669 264.669 0 0 0-1.134-17.353c-.392-3.896-.86-7.782-1.426-11.66-7.694-52.614-31.783-103.3-72.27-143.79-43.766-43.767-99.442-68.375-156.597-73.82-2.915-.278-5.834-.49-8.753-.667-1.097-.067-2.207-.145-3.326-.198-.85-.042-1.69-.063-2.522-.09-.588-.026-1.176-.046-1.764-.066-4.774-.147-9.55-.177-14.33-.064C185.71 1.62 122.76 26.59 74.37 74.98 26.98 122.373 2.064 183.73-.393 245.8a260.077 260.077 0 0 0-.069 18.406c.082 2.54.202 5.076.36 7.61a257.7 257.7 0 0 0 .775 9.757c.388 3.895.865 7.78 1.427 11.66 7.687 52.61 31.78 103.297 72.27 143.787 43.766 43.766 99.436 68.373 156.588 73.82 2.914.28 5.837.49 8.754.666 1.102.07 2.207.145 3.326.2.853.035 1.697.057 2.53.094.584.02 1.174.044 1.762.062 4.777.145 9.55.18 14.327.065 63.41-1.55 126.358-26.514 174.75-74.907C483.8 389.628 508.71 328.27 511.17 266.2zM247.276 499.527c-.412-7.34-.484-14.7-.218-22.046a255.368 255.368 0 0 0 19.018 13.198l1.334.844-.047-1.576c-.083-2.88.16-5.803.216-8.776l.003-.46-.375-.255c-6.72-4.532-13.11-9.477-19.456-14.786.58-6.83 1.456-13.643 2.625-20.415l.422.422c5.484 5.485 11.033 10.655 16.97 15.51l1.2.978.17-1.536c.322-2.9.804-5.773 1.356-8.65l.09-.475-.354-.315a207.395 207.395 0 0 1-8.8-8.325 278.803 278.803 0 0 1-8.754-9.184 237.948 237.948 0 0 1 6.536-23.477c4.895 6.454 9.95 12.588 15.37 18.414l1.01 1.088.413-1.426c.828-2.854 1.506-5.703 2.478-8.41l.17-.46-.317-.37c-5.334-6.26-10.39-12.89-15.157-19.833a235.969 235.969 0 0 1 8.193-18.61 245.58 245.58 0 0 0 12.755 20.28l.856 1.224 4.368-9.84-.236-.375c-4.323-6.838-8.533-14.122-12.323-21.608a237.517 237.517 0 0 1 10.61-17.314c2.982 7.483 6.377 14.8 9.866 21.69l.668 1.328 5.723-9.11-.195-.41a248.48 248.48 0 0 1-9.316-23.028c4.015-5.38 8.3-10.63 12.838-15.735 1.952 7.81 4.226 15.417 6.88 22.817l.536 1.492.934-1.276c1.704-2.324 3.697-4.46 5.6-6.73l.298-.356-.14-.442c-2.523-7.863-4.443-15.784-6.15-24.047a122.91 122.91 0 0 1 1.91-1.96c4.192-4.188 8.5-8.183 12.922-11.992.892 8.03 2.072 15.843 3.762 23.615l.313 1.458 1.085-1.032c2.145-2.032 4.202-4.103 6.43-5.933l.38-.31-.084-.48c-1.38-8.095-2.32-16.356-2.853-24.742a236.076 236.076 0 0 1 16.575-11.84c-.205 8.08.012 16.146.544 23.954l.097 1.49 8.816-6.19-.012-.45c-.186-8.086-.096-16.558.495-24.943a239.377 239.377 0 0 1 18.005-9.502c-1.255 8.01-2.164 15.93-2.62 23.85l-.098 1.58 1.365-.807c2.482-1.48 5.155-2.668 7.803-4.015l.414-.212.042-.462c.762-8.26 2.09-16.35 3.753-24.66a237.867 237.867 0 0 1 19.077-6.97c-2.312 7.742-4.26 15.434-5.745 23.23l-.28 1.442 1.388-.495c2.81-1.003 5.485-2.187 8.24-2.974l.47-.136.115-.48a242.002 242.002 0 0 1 7.002-23.837c6.56-1.74 13.18-3.192 19.84-4.36-3.326 7.322-6.257 14.788-8.795 22.137l-.49 1.406 10.517-2.24.164-.417c2.96-7.486 6.342-15.19 10.146-22.636 7.566-.95 15.177-1.53 22.79-1.757-4.396 6.96-8.414 14.152-12 21.247l-.67 1.318 10.73-.758.222-.4c4.006-7.342 8.483-14.427 13.36-21.475 2.95.054 5.892.152 8.833.318a247 247 0 0 1-.145 20.33c-.005.127-.018.268-.028.423-2.958 58.21-26.606 115.54-70.962 159.897-49.58 49.592-115.39 73.294-180.495 71.145zM83.003 428.39c-43.088-43.088-66.632-98.42-70.66-154.902 2.957.154 5.917.256 8.88.3 4.8 6.872 9.987 13.693 15.59 20.198l.282.32.423-.03c3.578-.255 7.205-.375 10.84-.772l1.646-.184-1.115-1.22c-5.538-6.06-10.7-12.13-15.53-18.423 7.678-.25 15.353-.847 22.98-1.807 2.44 2.67 4.94 5.28 7.514 7.843 3.526 3.526 7.182 6.984 10.983 10.46l.323.292 12.728-2.715-1.336-1.107c-6.457-5.373-12.52-10.845-18.267-16.584a246.786 246.786 0 0 0 20.692-4.553 260.413 260.413 0 0 0 20.768 15.603l.336.226.377-.115c3.53-1.047 6.878-2.472 10.247-3.69l1.646-.6-1.493-.913c-7.048-4.3-13.814-9.01-20.268-13.89a245.377 245.377 0 0 0 19.92-7.287c7.195 4.462 14.778 8.832 22.585 12.613l.375.18.37-.185c3.197-1.624 6.505-3.13 9.667-4.983l1.416-.832-1.5-.66c-7.537-3.356-14.847-7.095-21.872-11.047a245.028 245.028 0 0 0 18.716-9.895c7.766 3.54 15.695 6.605 24.042 9.55l.413.14 10.64-7.464-1.66-.5c-8-2.41-15.67-5.06-23.17-8.073 5.87-3.83 11.61-7.93 17.2-12.304a252.715 252.715 0 0 0 25.155 6.243l.395.076.303-.257c2.815-2.344 5.396-4.904 8.004-7.386l1.252-1.19-1.707-.25c-8.153-1.2-16.244-2.926-24.09-4.896a249.365 249.365 0 0 0 13.378-12.422c.685-.684 1.354-1.377 2.024-2.06 8.398 1.302 17.14 2.372 25.847 2.8l.42.023.268-.32c2.313-2.74 4.767-5.43 6.965-8.38l.978-1.316-1.64-.027c-8.313-.135-16.54-.71-24.602-1.62a249.174 249.174 0 0 0 13.395-16.42c8.55.202 17.166-.043 25.963-.68l.426-.034 6.904-11.015-1.72.188c-8.4.895-16.497 1.506-24.602 1.68a247.13 247.13 0 0 0 11.07-18.085c8.493-.94 16.932-2.354 25.604-4.132l.424-.088 5.296-11.876-1.684.428a262.067 262.067 0 0 1-24.025 4.952 246.58 246.58 0 0 0 8.53-19.398 258.89 258.89 0 0 0 24.733-7.513l.376-.136.132-.376c1.22-3.45 2.088-6.98 3.086-10.43l.482-1.664-1.607.655c-7.618 3.126-15.4 5.787-23.122 8.11a246.201 246.201 0 0 0 6.71-24.1c7.914-3.18 15.927-6.734 23.67-10.807l.358-.188.08-.395c.68-3.565 1.273-7.142 1.69-10.76l.19-1.667-1.45.84c-7.197 4.18-14.736 7.903-22.2 11.27a247.209 247.209 0 0 0 2.752-21.098c7.54-4.24 15.114-8.898 22.34-14.028l.345-.245.008-.423c.08-3.58.34-7.21.256-10.87l-.04-1.64-1.31.986c-6.866 5.192-13.77 9.967-20.86 14.35a249.41 249.41 0 0 0-.138-22.847c56.527 4 111.91 27.548 155.032 70.67 43.085 43.086 66.632 98.408 70.656 154.884-2.96-.153-5.92-.256-8.887-.3-4.798-6.863-9.984-13.68-15.583-20.184l-.275-.322-.424.03c-3.58.26-7.208.375-10.842.774l-1.645.18 1.114 1.223c5.535 6.054 10.694 12.12 15.518 18.41-7.683.248-15.35.846-22.985 1.806a237.99 237.99 0 0 0-7.51-7.85 325.376 325.376 0 0 0-10.974-10.44l-.318-.286-12.722 2.705 1.324 1.11c6.456 5.372 12.52 10.84 18.265 16.57a246.11 246.11 0 0 0-20.7 4.557 261.114 261.114 0 0 0-20.758-15.594l-.326-.223-.386.114c-3.523 1.048-6.87 2.472-10.24 3.693l-1.648.59 1.496.92c7.04 4.3 13.8 9.003 20.247 13.877a247.716 247.716 0 0 0-19.912 7.29c-7.194-4.457-14.776-8.82-22.577-12.605l-.377-.185-.37.19c-3.2 1.622-6.512 3.125-9.674 4.983l-1.407.826 1.495.666c7.53 3.353 14.837 7.086 21.858 11.037a245.981 245.981 0 0 0-18.713 9.892c-7.764-3.532-15.687-6.592-24.036-9.538l-.41-.143-10.635 7.455 1.655.506c7.995 2.417 15.66 5.058 23.157 8.073a250.098 250.098 0 0 0-17.198 12.302 255.142 255.142 0 0 0-25.14-6.244l-.392-.07-.306.257c-2.823 2.343-5.395 4.907-8.01 7.384l-1.253 1.194 1.71.25c8.144 1.196 16.235 2.92 24.077 4.89a250.68 250.68 0 0 0-13.373 12.416c-.68.688-1.356 1.383-2.024 2.075-8.4-1.302-17.133-2.372-25.843-2.805l-.408-.023-.274.32c-2.313 2.745-4.767 5.433-6.962 8.38l-.98 1.316 1.643.027c8.315.14 16.538.712 24.596 1.625a247.13 247.13 0 0 0-13.394 16.418c-8.554-.203-17.164.042-25.958.686l-.426.03-6.907 11.007 1.726-.18c8.388-.893 16.486-1.507 24.592-1.68a243.801 243.801 0 0 0-11.07 18.083c-8.492.94-16.922 2.356-25.6 4.13l-.423.086-5.3 11.88 1.692-.43a265.684 265.684 0 0 1 24.017-4.95 245.095 245.095 0 0 0-8.53 19.404 258.419 258.419 0 0 0-24.728 7.506l-.375.132-.13.377c-1.224 3.458-2.094 6.986-3.09 10.43l-.487 1.674 1.613-.662c7.616-3.123 15.397-5.785 23.112-8.103a247.583 247.583 0 0 0-6.706 24.1c-7.91 3.176-15.92 6.732-23.663 10.798l-.36.187-.077.398c-.682 3.567-1.273 7.145-1.696 10.764l-.194 1.668 1.453-.85c7.202-4.172 14.738-7.896 22.197-11.262a247.89 247.89 0 0 0-2.75 21.096c-7.538 4.246-15.108 8.896-22.338 14.033l-.345.242-.008.422c-.08 3.58-.338 7.21-.255 10.872l.035 1.636 1.315-.986c6.864-5.188 13.764-9.962 20.855-14.347-.297 7.616-.26 15.236.14 22.847-56.515-4-111.898-27.543-155.02-70.664zM12.033 243.5C15 185.3 38.648 127.97 83.004 83.614c49.584-49.585 115.388-73.287 180.5-71.14.41 7.337.477 14.693.215 22.042a255.344 255.344 0 0 0-19.015-13.198l-1.336-.843.047 1.576c.086 2.877-.163 5.803-.218 8.777l-.006.456.378.258c6.72 4.527 13.107 9.468 19.45 14.78a240.27 240.27 0 0 1-2.62 20.413l-.433-.433c-5.48-5.48-11.03-10.644-16.96-15.49l-1.196-.977-.172 1.54c-.326 2.892-.806 5.765-1.358 8.643l-.09.47.357.32a207.627 207.627 0 0 1 8.81 8.326 278.103 278.103 0 0 1 8.74 9.173 238.385 238.385 0 0 1-6.54 23.482c-4.89-6.454-9.946-12.586-15.366-18.414l-1.005-1.08-.416 1.423c-.828 2.853-1.505 5.705-2.482 8.41l-.165.46.32.373a241.704 241.704 0 0 1 15.15 19.825 237.918 237.918 0 0 1-8.19 18.61 248.193 248.193 0 0 0-12.757-20.276l-.85-1.218-4.375 9.83.242.38c4.323 6.84 8.532 14.115 12.316 21.605a237.221 237.221 0 0 1-10.605 17.308c-2.985-7.48-6.372-14.79-9.86-21.68l-.673-1.33-5.723 9.108.192.416a249.034 249.034 0 0 1 9.315 23.02 238.518 238.518 0 0 1-12.837 15.733c-1.957-7.805-4.22-15.41-6.882-22.813l-.532-1.483-.937 1.268c-1.7 2.324-3.69 4.46-5.598 6.73l-.3.357.142.443c2.515 7.858 4.443 15.783 6.15 24.037-.64.66-1.277 1.318-1.92 1.96-4.19 4.185-8.5 8.178-12.914 11.992-.896-8.028-2.075-15.838-3.765-23.603l-.313-1.462-1.084 1.03c-2.145 2.036-4.2 4.107-6.433 5.935l-.376.305.08.488c1.38 8.092 2.32 16.348 2.858 24.728a238.12 238.12 0 0 1-16.576 11.843c.205-8.08-.008-16.14-.54-23.944l-.105-1.487-8.808 6.184.01.455c.185 8.08.088 16.545-.498 24.927a239.574 239.574 0 0 1-18.007 9.504c1.26-8.006 2.167-15.927 2.624-23.84l.09-1.577-1.36.81c-2.474 1.475-5.153 2.663-7.802 4.007l-.412.21-.044.465c-.765 8.26-2.09 16.348-3.754 24.655a237.267 237.267 0 0 1-19.08 6.966c2.31-7.736 4.256-15.42 5.74-23.213l.273-1.443-1.38.494c-2.807 1.003-5.483 2.18-8.24 2.973l-.472.136-.113.478a243.095 243.095 0 0 1-7 23.827 239.87 239.87 0 0 1-19.84 4.364c3.326-7.323 6.254-14.78 8.796-22.13l.487-1.41-10.518 2.242-.17.422c-2.958 7.48-6.335 15.182-10.133 22.62a239.007 239.007 0 0 1-22.792 1.76c4.392-6.954 8.406-14.144 11.99-21.23l.67-1.328-10.723.754-.226.406c-4 7.34-8.478 14.425-13.36 21.47a258.231 258.231 0 0 1-8.832-.317 248.163 248.163 0 0 1 .144-20.323c.005-.127.023-.272.026-.438z"></path><path d="M255.39 510.777c-68.054 0-132.035-26.502-180.156-74.622C27.114 388.035.61 324.055.61 256c0-68.053 26.502-132.034 74.624-180.155S187.334 1.223 255.39 1.223c68.053 0 132.033 26.5 180.154 74.623 48.12 48.12 74.622 112.102 74.622 180.155 0 68.055-26.502 132.035-74.622 180.156-48.12 48.12-112.102 74.62-180.155 74.62zm0-489.554c-62.712 0-121.67 24.42-166.014 68.765C45.033 134.33 20.61 193.288 20.61 256c0 62.71 24.422 121.67 68.766 166.013 44.344 44.344 103.3 68.765 166.013 68.765 62.71 0 121.668-24.42 166.012-68.765l7.07 7.07-7.07-7.07C465.746 377.67 490.167 318.71 490.167 256c0-62.71-24.42-121.67-68.765-166.013C377.058 45.644 318.1 21.223 255.39 21.223z"></path></svg><span class="header__nav-side__nav-item__text">Lang</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-176309 desc-caret-down-176309" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-176309"></title><desc id="desc-caret-down-176309"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div></div><div class="scroll-buffer"></div></div><div class="header__nav-side__subnav--transparent" role="menu" tabindex="0"><div class="scroll-buffer"></div></div></nav></div></header> </div> <!-- main content --> <main> <div class="p-ad ad-responsive-slot " data-targeting="{&quot;pos&quot;:&quot;1&quot;}" > <div id="ad-standings-top-banner-lg" class="ad-responsive-size" data-thresholds="[3,4]" data-sizes="[[970,250],[728,90]]"></div> <div id="ad-standings-top-banner-m" class="ad-responsive-size" data-thresholds="[2]" data-sizes="[[728,90]]"></div> <div id="ad-standings-top-banner-sm" class="ad-responsive-size" data-thresholds="[0,1]" data-sizes="[[320,50]]"></div> </div> <div id="standings-app-root" class="section-container"><section class="Standingsstyle__StandingsWrapper-sc-18919nx-0 fZSGfm"><div class="Standingsstyle__StandingsTopWrapper-sc-18919nx-3 gYMXYY"><div><h1 id="page-headline" class="headlinestyle__HeadlineWrapper-sc-1ccyctx-0 vqHDC">Standings</h1></div><div class="adstyle__Wrapper-sc-rhaap4-0 cfyVyN ad-responsive-slot Standingsstyle__SponsorAdWrapper-sc-18919nx-4 gpQgaW" data-targeting="{&quot;pos&quot;:4}" data-mlb-test="topRightSponsorAd"><div id="ad-standings-sponsor-m" data-thresholds="[2,3,4]" class="adstyle__Wrapper-sc-rhaap4-0 cfyVyN ad-responsive-size" data-sizes="[[300,50]]"></div></div></div><div class="Standingsstyle__StandingsNavWrapper-sc-18919nx-1 gEOkcY"><nav id="standings-header-tabs-wrapper" aria-labelledby="page-headline"><ul class="StandingsTabsstyle__NavListWrapper-sc-gkj692-0 jAWJdl"><li class="nav-itemstyle__NavItemWrapper-sc-1clybge-0 kcRKbo StandingsTabsstyle__StyledNavItem-sc-gkj692-1 lcglkY" data-value="regularSeason" data-index="0" data-slug="regular-season"><a class="linkstyle__AnchorElement-sc-1rt6me7-0 lcFuuA" href="#" data-testid="link" type="primary">Regular Season</a></li><li class="nav-itemstyle__NavItemWrapper-sc-1clybge-0 ivJhBc StandingsTabsstyle__StyledNavItem-sc-gkj692-1 gNComY" aria-current="page" data-value="wildCard" data-index="1" data-slug="wild-card"><a class="linkstyle__AnchorElement-sc-1rt6me7-0 lcFuuA" href="#" data-testid="link" type="primary">Wild Card</a></li><li class="nav-itemstyle__NavItemWrapper-sc-1clybge-0 kcRKbo StandingsTabsstyle__StyledNavItem-sc-gkj692-1 lcglkY" data-value="springTraining" data-index="2" data-slug="spring-training"><a class="linkstyle__AnchorElement-sc-1rt6me7-0 lcFuuA" href="#" data-testid="link" type="primary">Spring Training</a></li></ul></nav><div class="Standingsstyle__StandingsRightColWrapper-sc-18919nx-2 giNOia"><div class="StandingsDatestyle__StandingsDateWrapper-sc-1c4rh9o-0 iHSEHY"><div class="datePickerstyle__DatePickerWrapper-sc-1ewrv5d-0 eJDWPH"><div class="react-datepicker-wrapper"><div class="react-datepicker__input-container"><input type="text" value="09/30/2024" id="pickerInput" class="datePickerstyle__InputWrapper-sc-1ewrv5d-10 bMZLol" fill="#057AFF"/><label for="pickerInput" class="datePickerstyle__InputLabel-sc-1ewrv5d-9 fbJSsS"><svg class="iconstyle__IconWrapper-sc-12jucjo-0 JnpBX" fill="#057AFF" transform="rotate(0)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#calendar-2-59"><symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 25" id="calendar-2-59"><title id="title-calendar-2-59">calendar-2-59</title><path d="M16.9230769 3.9285714c.4679231 0 .8461539-.3831428.8461539-.8571428V1.3571429C17.7692308.884 17.391.5 16.9230769.5c-.4679231 0-.8461538.384-.8461538.8571429v1.7142857c0 .474.3782307.8571428.8461538.8571428zm-11.8461538 0c.467923 0 .8461538-.3831428.8461538-.8571428V1.3571429C5.923077.884 5.5448461.5 5.0769231.5c-.4679231 0-.8461539.384-.8461539.8571429v1.7142857c0 .474.3782308.8571428.8461539.8571428zm15.2307692-.8571428h-.8461538c0 1.4202857-1.1363847 2.5714285-2.5384616 2.5714285-1.4020769 0-2.5384615-1.1511428-2.5384615-2.5714285H7.6153846c0 1.4202857-1.1363846 2.5714285-2.5384615 2.5714285-1.402077 0-2.5384616-1.1511428-2.5384616-2.5714285h-.8461538C.7581538 3.0714286 0 3.8394286 0 4.7857143v18C0 23.732.7581538 24.5 1.6923077 24.5h18.6153846C21.2418462 24.5 22 23.732 22 22.7857143v-18c0-.9462857-.7581538-1.7142857-1.6923077-1.7142857zm0 19.7142857H1.6923077V9.0714286h18.6153846v13.7142857z" fill-rule="nonzero" fill="" stroke=""></path></symbol></use></svg><div class="datePickerstyle__DateLabel-sc-1ewrv5d-8 aQTqr">Monday Sep 30</div></label></div></div></div></div></div></div><div class="adstyle__Wrapper-sc-rhaap4-0 cfyVyN ad-responsive-slot Standingsstyle__SponsorAdWrapper-sc-18919nx-4 gpQgaW" data-targeting="{&quot;pos&quot;:4}" data-mlb-test="midCenterSponsorAd"><div id="ad-standings-sponsor-sm" data-thresholds="[0,1]" class="adstyle__Wrapper-sc-rhaap4-0 cfyVyN ad-responsive-size" data-sizes="[[190,18]]"></div></div><div class="StandingsNavstyle__StandingsNavWrapper-sc-1cqc1cc-0 gBRrSD"><div class="StandingsNavstyle__DropdownsWrapper-sc-1cqc1cc-2 hbAmNf"><div data-label="Season" class="dropdownstyle__Wrapper-sc-pjq3tm-1 hOplQF StandingsNavstyle__DropdownWrapper-sc-1cqc1cc-3 iKpsSP"><style data-emotion-css="2b097c-container">.css-2b097c-container{position:relative;box-sizing:border-box;}</style><div class=" css-2b097c-container"><style data-emotion-css="16vlhee-control">.css-16vlhee-control{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffffff;border-color:#7F8994;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-height:34px;outline:none;position:relative;-webkit-transition:all 100ms;transition:all 100ms;box-sizing:border-box;color:#000000;font-size:13px;font-family:"proxima-nova","open Sans","Helvetica","Arial",sans-serif;font-weight:semibold;width:70px;}.css-16vlhee-control:hover{border-color:#7F8994;background-color:#070A0D0D;}.css-16vlhee-control:focus{outline:none;}</style><div class=" css-16vlhee-control"><style data-emotion-css="1hwfws3">.css-1hwfws3{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px 8px;-webkit-overflow-scrolling:touch;position:relative;overflow:hidden;box-sizing:border-box;}</style><div class=" css-1hwfws3"><style data-emotion-css="1xqm9c7-singleValue">.css-1xqm9c7-singleValue{color:inherit;margin-left:2px;margin-right:2px;max-width:calc(100% - 8px);overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box;}</style><div class=" css-1xqm9c7-singleValue">2024</div><style data-emotion-css="62g3xt-dummyInput">.css-62g3xt-dummyInput{background:0;border:0;font-size:inherit;outline:0;padding:0;width:1px;color:transparent;left:-100px;opacity:0;position:relative;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}</style><input id="react-select-39-input" readonly="" tabindex="0" value="" aria-autocomplete="list" aria-label="Season" class="css-62g3xt-dummyInput"/></div><style data-emotion-css="1q3ttve">.css-1q3ttve{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);height:34px;}.css-1q3ttve svg path{fill:#7F8994;}</style><div class=" css-1q3ttve"><style data-emotion-css="1hyfx7x">.css-1hyfx7x{display:none;}</style><span class=" css-1hyfx7x"></span><style data-emotion-css="tlfecz-indicatorContainer">.css-tlfecz-indicatorContainer{color:hsl(0,0%,80%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:8px;-webkit-transition:color 150ms;transition:color 150ms;box-sizing:border-box;}.css-tlfecz-indicatorContainer:hover{color:hsl(0,0%,60%);}</style><div aria-hidden="true" class=" css-tlfecz-indicatorContainer"><svg class="iconstyle__IconWrapper-sc-12jucjo-0 fovLwM" fill="#666666" transform="rotate(0)" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#caret-down-60"><symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6" id="caret-down-60"><title id="title-caret-down-60">caret-down-60</title><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z" fill-rule="nonzero" fill="" stroke=""></path></symbol></use></svg></div></div></div></div></div></div><div data-testid="button-group" id="standings-types-button-group-wrapper" class="buttonGroupstyle__ButtonGroupWrapper-sc-1ltzngf-0 jxiWsm StandingsNavstyle__ButtonGroupWrapper-sc-1cqc1cc-4 bcbiGw"><button shape="pill" color="#057AFF" aria-label="Standard selected" aria-pressed="true" class="buttonstyle__StyledButton-sc-vlv7w5-1 bJBTdl" role="button" type="button" value="wildCardStandard" data-testid="button--0" data-index="0" data-selected="true"><span class="buttonstyle__Label-sc-vlv7w5-0 fNVyAU">Standard</span></button><button shape="pill" color="#222222" aria-label="Expanded" aria-pressed="false" class="buttonstyle__StyledButton-sc-vlv7w5-1 gDCquG" role="button" type="button" value="wildCardExpanded" data-testid="button--1" data-index="1" data-selected="false"><span class="buttonstyle__Label-sc-vlv7w5-0 fNVyAU">Expanded</span></button></div></div><div class="InfoMessagestyle__InfoMessageWrapper-sc-15klqim-1 fHZRZp"></div><div class="StandingsTablestyle__StandingsTableWrapper-sc-1l6jbjt-0 kGMpgP"><div class="tablestyle__TableContainer-sc-wsl6eq-2 gzGGfc"><div class="tablestyle__TableScroller-sc-wsl6eq-1 AhNBv StandingsTablestyle__DataTableWrapper-sc-1l6jbjt-1 kCeyFZ auto-scroller"><table class="tablestyle__StyledTable-sc-wsl6eq-0 cprRUf StandingsTablestyle__DataTableWrapper-sc-1l6jbjt-1 kCeyFZ auto-scroller"><colgroup span="1"></colgroup><colgroup span="4"></colgroup><colgroup span="2"></colgroup><colgroup span="4"></colgroup><colgroup span="3"></colgroup><thead><tr data-selected="false" data-underlined="false"><th scope="col" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 dwvmFU"><span>AL Leaders</span></th><th scope="col" headers="tb-19-header col-1" data-col="1" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>W</span></th><th scope="col" headers="tb-19-header col-2" data-col="2" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>L</span></th><th scope="col" headers="tb-19-header col-3" data-col="3" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>PCT</span></th><th scope="col" headers="tb-19-header col-4" data-col="4" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>WCGB</span></th><th scope="col" headers="tb-19-header col-5" data-col="5" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>L10</span></th><th scope="col" headers="tb-19-header col-6" data-col="6" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>STRK</span></th><th scope="col" headers="tb-19-header col-7" data-col="7" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>RS</span></th><th scope="col" headers="tb-19-header col-8" data-col="8" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>RA</span></th><th scope="col" headers="tb-19-header col-9" data-col="9" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>DIFF</span></th><th scope="col" headers="tb-19-header col-10" data-col="10" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>X-W/L</span></th><th scope="col" headers="tb-19-header col-11" data-col="11" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>HOME</span></th><th scope="col" headers="tb-19-header col-12" data-col="12" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>AWAY</span></th><th scope="col" headers="tb-19-header col-13" data-col="13" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 hsrZZJ"><span>&gt;.500</span></th></tr></thead><tbody><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/yankees" alt="New York Yankees" data-type="teamLink" aria-label="New York Yankees E Clinched Division and Best Record in League" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/147/spots/24 1x, https://midfield.mlbstatic.com/v1/team/147/spots/48 2x, https://midfield.mlbstatic.com/v1/team/147/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/147/spots/48" alt="New York Yankees" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>New York Yankees - E</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">z</span></div></div></th><td scope="row" id="tb-19-body row-0 col-1" data-col="1" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Yankees Wins: 94"><span aria-hidden="true">94</span></span></td><td scope="row" id="tb-19-body row-0 col-2" data-col="2" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Yankees Losses: 68"><span aria-hidden="true">68</span></span></td><td scope="row" id="tb-19-body row-0 col-3" data-col="3" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Yankees Winning Percentage: .580"><span aria-hidden="true">.580</span></span></td><td scope="row" id="tb-19-body row-0 col-4" data-col="4" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="New York Yankees Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-0 col-5" data-col="5" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Yankees Record in the Last 10 Games: 5 and 5"><span aria-hidden="true">5-5</span></span></td><td scope="row" id="tb-19-body row-0 col-6" data-col="6" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="New York Yankees Current Streak: W1"><span aria-hidden="true">W1</span></span></td><td scope="row" id="tb-19-body row-0 col-7" data-col="7" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Yankees Runs Scored: 815"><span aria-hidden="true">815</span></span></td><td scope="row" id="tb-19-body row-0 col-8" data-col="8" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Yankees Runs Allowed: 668"><span aria-hidden="true">668</span></span></td><td scope="row" id="tb-19-body row-0 col-9" data-col="9" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="New York Yankees Run Differential (runs scored - runs allowed): 147"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+147</span></span></div></td><td scope="row" id="tb-19-body row-0 col-10" data-col="10" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="New York Yankees Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 96 and 66"><span aria-hidden="true">96-66</span></span></td><td scope="row" id="tb-19-body row-0 col-11" data-col="11" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Yankees Record at Home: 44 and 37"><span aria-hidden="true">44-37</span></span></td><td scope="row" id="tb-19-body row-0 col-12" data-col="12" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Yankees Record when Away: 50 and 31"><span aria-hidden="true">50-31</span></span></td><td scope="row" id="tb-19-body row-0 col-13" data-col="13" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Yankees Record against &gt;.500 Teams: 55 and 38"><span aria-hidden="true">55-38</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/guardians" alt="Cleveland Guardians" data-type="teamLink" aria-label="Cleveland Guardians C Clinched Division" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/114/spots/24 1x, https://midfield.mlbstatic.com/v1/team/114/spots/48 2x, https://midfield.mlbstatic.com/v1/team/114/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/114/spots/48" alt="Cleveland Guardians" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Cleveland Guardians - C</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">y</span></div></div></th><td scope="row" id="tb-19-body row-1 col-1" data-col="1" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cleveland Guardians Wins: 92"><span aria-hidden="true">92</span></span></td><td scope="row" id="tb-19-body row-1 col-2" data-col="2" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cleveland Guardians Losses: 69"><span aria-hidden="true">69</span></span></td><td scope="row" id="tb-19-body row-1 col-3" data-col="3" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cleveland Guardians Winning Percentage: .571"><span aria-hidden="true">.571</span></span></td><td scope="row" id="tb-19-body row-1 col-4" data-col="4" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Cleveland Guardians Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-1 col-5" data-col="5" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cleveland Guardians Record in the Last 10 Games: 5 and 5"><span aria-hidden="true">5-5</span></span></td><td scope="row" id="tb-19-body row-1 col-6" data-col="6" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Cleveland Guardians Current Streak: L2"><span aria-hidden="true">L2</span></span></td><td scope="row" id="tb-19-body row-1 col-7" data-col="7" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cleveland Guardians Runs Scored: 708"><span aria-hidden="true">708</span></span></td><td scope="row" id="tb-19-body row-1 col-8" data-col="8" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cleveland Guardians Runs Allowed: 621"><span aria-hidden="true">621</span></span></td><td scope="row" id="tb-19-body row-1 col-9" data-col="9" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Cleveland Guardians Run Differential (runs scored - runs allowed): 87"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+87</span></span></div></td><td scope="row" id="tb-19-body row-1 col-10" data-col="10" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Cleveland Guardians Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 90 and 71"><span aria-hidden="true">90-71</span></span></td><td scope="row" id="tb-19-body row-1 col-11" data-col="11" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cleveland Guardians Record at Home: 50 and 30"><span aria-hidden="true">50-30</span></span></td><td scope="row" id="tb-19-body row-1 col-12" data-col="12" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cleveland Guardians Record when Away: 42 and 39"><span aria-hidden="true">42-39</span></span></td><td scope="row" id="tb-19-body row-1 col-13" data-col="13" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cleveland Guardians Record against &gt;.500 Teams: 50 and 47"><span aria-hidden="true">50-47</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/astros" alt="Houston Astros" data-type="teamLink" aria-label="Houston Astros W Clinched Division" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/117/spots/24 1x, https://midfield.mlbstatic.com/v1/team/117/spots/48 2x, https://midfield.mlbstatic.com/v1/team/117/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/117/spots/48" alt="Houston Astros" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Houston Astros - W</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">y</span></div></div></th><td scope="row" id="tb-19-body row-2 col-1" data-col="1" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Houston Astros Wins: 88"><span aria-hidden="true">88</span></span></td><td scope="row" id="tb-19-body row-2 col-2" data-col="2" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Houston Astros Losses: 73"><span aria-hidden="true">73</span></span></td><td scope="row" id="tb-19-body row-2 col-3" data-col="3" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Houston Astros Winning Percentage: .547"><span aria-hidden="true">.547</span></span></td><td scope="row" id="tb-19-body row-2 col-4" data-col="4" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Houston Astros Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-2 col-5" data-col="5" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Houston Astros Record in the Last 10 Games: 6 and 4"><span aria-hidden="true">6-4</span></span></td><td scope="row" id="tb-19-body row-2 col-6" data-col="6" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Houston Astros Current Streak: W2"><span aria-hidden="true">W2</span></span></td><td scope="row" id="tb-19-body row-2 col-7" data-col="7" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Houston Astros Runs Scored: 740"><span aria-hidden="true">740</span></span></td><td scope="row" id="tb-19-body row-2 col-8" data-col="8" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Houston Astros Runs Allowed: 649"><span aria-hidden="true">649</span></span></td><td scope="row" id="tb-19-body row-2 col-9" data-col="9" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Houston Astros Run Differential (runs scored - runs allowed): 91"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+91</span></span></div></td><td scope="row" id="tb-19-body row-2 col-10" data-col="10" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Houston Astros Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 90 and 71"><span aria-hidden="true">90-71</span></span></td><td scope="row" id="tb-19-body row-2 col-11" data-col="11" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Houston Astros Record at Home: 46 and 35"><span aria-hidden="true">46-35</span></span></td><td scope="row" id="tb-19-body row-2 col-12" data-col="12" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Houston Astros Record when Away: 42 and 38"><span aria-hidden="true">42-38</span></span></td><td scope="row" id="tb-19-body row-2 col-13" data-col="13" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Houston Astros Record against &gt;.500 Teams: 41 and 43"><span aria-hidden="true">41-43</span></span></td></tr></tbody><tbody><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div>AL Wild Card</div></th><td scope="row" id="tb-19-body row-0 col-1" data-col="1" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Wins: W"><span aria-hidden="true">W</span></span></td><td scope="row" id="tb-19-body row-0 col-2" data-col="2" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Losses: L"><span aria-hidden="true">L</span></span></td><td scope="row" id="tb-19-body row-0 col-3" data-col="3" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Winning Percentage: PCT"><span aria-hidden="true">PCT</span></span></td><td scope="row" id="tb-19-body row-0 col-4" data-col="4" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Wild Card Games Behind: WCGB"><span aria-hidden="true">WCGB</span></span></td><td scope="row" id="tb-19-body row-0 col-5" data-col="5" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record in the Last 10 Games: L10"><span aria-hidden="true">L10</span></span></td><td scope="row" id="tb-19-body row-0 col-6" data-col="6" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Current Streak: STRK"><span aria-hidden="true">STRK</span></span></td><td scope="row" id="tb-19-body row-0 col-7" data-col="7" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Runs Scored: RS"><span aria-hidden="true">RS</span></span></td><td scope="row" id="tb-19-body row-0 col-8" data-col="8" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Runs Allowed: RA"><span aria-hidden="true">RA</span></span></td><td scope="row" id="tb-19-body row-0 col-9" data-col="9" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Run Differential (runs scored - runs allowed): DIFF"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">DIFF</span></span></div></td><td scope="row" id="tb-19-body row-0 col-10" data-col="10" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Expected Win-Loss Record Based on Runs Scored and Runs Allowed: X-W/L"><span aria-hidden="true">X-W/L</span></span></td><td scope="row" id="tb-19-body row-0 col-11" data-col="11" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record at Home: HOME"><span aria-hidden="true">HOME</span></span></td><td scope="row" id="tb-19-body row-0 col-12" data-col="12" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record when Away: AWAY"><span aria-hidden="true">AWAY</span></span></td><td scope="row" id="tb-19-body row-0 col-13" data-col="13" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record against &gt;.500 Teams: &gt;.500"><span aria-hidden="true">&gt;.500</span></span></td></tr></tbody><tbody><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/orioles" alt="Baltimore Orioles" data-type="teamLink" aria-label="Baltimore Orioles Clinched Wild Card" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/110/spots/24 1x, https://midfield.mlbstatic.com/v1/team/110/spots/48 2x, https://midfield.mlbstatic.com/v1/team/110/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/110/spots/48" alt="Baltimore Orioles" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Baltimore Orioles</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">w</span></div></div></th><td scope="row" id="tb-19-body row-0 col-1" data-col="1" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Baltimore Orioles Wins: 91"><span aria-hidden="true">91</span></span></td><td scope="row" id="tb-19-body row-0 col-2" data-col="2" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Baltimore Orioles Losses: 71"><span aria-hidden="true">71</span></span></td><td scope="row" id="tb-19-body row-0 col-3" data-col="3" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Baltimore Orioles Winning Percentage: .562"><span aria-hidden="true">.562</span></span></td><td scope="row" id="tb-19-body row-0 col-4" data-col="4" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Baltimore Orioles Wild Card Games Behind: +5.0"><span aria-hidden="true">+5.0</span></span></td><td scope="row" id="tb-19-body row-0 col-5" data-col="5" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Baltimore Orioles Record in the Last 10 Games: 7 and 3"><span aria-hidden="true">7-3</span></span></td><td scope="row" id="tb-19-body row-0 col-6" data-col="6" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Baltimore Orioles Current Streak: W3"><span aria-hidden="true">W3</span></span></td><td scope="row" id="tb-19-body row-0 col-7" data-col="7" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Baltimore Orioles Runs Scored: 786"><span aria-hidden="true">786</span></span></td><td scope="row" id="tb-19-body row-0 col-8" data-col="8" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Baltimore Orioles Runs Allowed: 699"><span aria-hidden="true">699</span></span></td><td scope="row" id="tb-19-body row-0 col-9" data-col="9" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Baltimore Orioles Run Differential (runs scored - runs allowed): 87"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+87</span></span></div></td><td scope="row" id="tb-19-body row-0 col-10" data-col="10" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Baltimore Orioles Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 90 and 72"><span aria-hidden="true">90-72</span></span></td><td scope="row" id="tb-19-body row-0 col-11" data-col="11" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Baltimore Orioles Record at Home: 44 and 37"><span aria-hidden="true">44-37</span></span></td><td scope="row" id="tb-19-body row-0 col-12" data-col="12" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Baltimore Orioles Record when Away: 47 and 34"><span aria-hidden="true">47-34</span></span></td><td scope="row" id="tb-19-body row-0 col-13" data-col="13" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Baltimore Orioles Record against &gt;.500 Teams: 47 and 44"><span aria-hidden="true">47-44</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/royals" alt="Kansas City Royals" data-type="teamLink" aria-label="Kansas City Royals Clinched Wild Card" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/118/spots/24 1x, https://midfield.mlbstatic.com/v1/team/118/spots/48 2x, https://midfield.mlbstatic.com/v1/team/118/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/118/spots/48" alt="Kansas City Royals" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Kansas City Royals</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">w</span></div></div></th><td scope="row" id="tb-19-body row-1 col-1" data-col="1" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Kansas City Royals Wins: 86"><span aria-hidden="true">86</span></span></td><td scope="row" id="tb-19-body row-1 col-2" data-col="2" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Kansas City Royals Losses: 76"><span aria-hidden="true">76</span></span></td><td scope="row" id="tb-19-body row-1 col-3" data-col="3" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Kansas City Royals Winning Percentage: .531"><span aria-hidden="true">.531</span></span></td><td scope="row" id="tb-19-body row-1 col-4" data-col="4" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Kansas City Royals Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-1 col-5" data-col="5" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Kansas City Royals Record in the Last 10 Games: 4 and 6"><span aria-hidden="true">4-6</span></span></td><td scope="row" id="tb-19-body row-1 col-6" data-col="6" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Kansas City Royals Current Streak: W1"><span aria-hidden="true">W1</span></span></td><td scope="row" id="tb-19-body row-1 col-7" data-col="7" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Kansas City Royals Runs Scored: 735"><span aria-hidden="true">735</span></span></td><td scope="row" id="tb-19-body row-1 col-8" data-col="8" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Kansas City Royals Runs Allowed: 644"><span aria-hidden="true">644</span></span></td><td scope="row" id="tb-19-body row-1 col-9" data-col="9" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Kansas City Royals Run Differential (runs scored - runs allowed): 91"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+91</span></span></div></td><td scope="row" id="tb-19-body row-1 col-10" data-col="10" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Kansas City Royals Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 91 and 71"><span aria-hidden="true">91-71</span></span></td><td scope="row" id="tb-19-body row-1 col-11" data-col="11" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Kansas City Royals Record at Home: 45 and 36"><span aria-hidden="true">45-36</span></span></td><td scope="row" id="tb-19-body row-1 col-12" data-col="12" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Kansas City Royals Record when Away: 41 and 40"><span aria-hidden="true">41-40</span></span></td><td scope="row" id="tb-19-body row-1 col-13" data-col="13" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Kansas City Royals Record against &gt;.500 Teams: 45 and 54"><span aria-hidden="true">45-54</span></span></td></tr><tr data-selected="false" data-underlined="true"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/tigers" alt="Detroit Tigers" data-type="teamLink" aria-label="Detroit Tigers Clinched Wild Card" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/116/spots/24 1x, https://midfield.mlbstatic.com/v1/team/116/spots/48 2x, https://midfield.mlbstatic.com/v1/team/116/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/116/spots/48" alt="Detroit Tigers" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Detroit Tigers</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">w</span></div></div></th><td scope="row" id="tb-19-body row-2 col-1" data-col="1" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Detroit Tigers Wins: 86"><span aria-hidden="true">86</span></span></td><td scope="row" id="tb-19-body row-2 col-2" data-col="2" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Detroit Tigers Losses: 76"><span aria-hidden="true">76</span></span></td><td scope="row" id="tb-19-body row-2 col-3" data-col="3" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Detroit Tigers Winning Percentage: .531"><span aria-hidden="true">.531</span></span></td><td scope="row" id="tb-19-body row-2 col-4" data-col="4" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Detroit Tigers Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-2 col-5" data-col="5" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Detroit Tigers Record in the Last 10 Games: 7 and 3"><span aria-hidden="true">7-3</span></span></td><td scope="row" id="tb-19-body row-2 col-6" data-col="6" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Detroit Tigers Current Streak: L2"><span aria-hidden="true">L2</span></span></td><td scope="row" id="tb-19-body row-2 col-7" data-col="7" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Detroit Tigers Runs Scored: 682"><span aria-hidden="true">682</span></span></td><td scope="row" id="tb-19-body row-2 col-8" data-col="8" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Detroit Tigers Runs Allowed: 642"><span aria-hidden="true">642</span></span></td><td scope="row" id="tb-19-body row-2 col-9" data-col="9" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Detroit Tigers Run Differential (runs scored - runs allowed): 40"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+40</span></span></div></td><td scope="row" id="tb-19-body row-2 col-10" data-col="10" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Detroit Tigers Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 85 and 77"><span aria-hidden="true">85-77</span></span></td><td scope="row" id="tb-19-body row-2 col-11" data-col="11" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Detroit Tigers Record at Home: 43 and 38"><span aria-hidden="true">43-38</span></span></td><td scope="row" id="tb-19-body row-2 col-12" data-col="12" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Detroit Tigers Record when Away: 43 and 38"><span aria-hidden="true">43-38</span></span></td><td scope="row" id="tb-19-body row-2 col-13" data-col="13" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Detroit Tigers Record against &gt;.500 Teams: 47 and 50"><span aria-hidden="true">47-50</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/mariners" alt="Seattle Mariners" data-type="teamLink" aria-label="Seattle Mariners " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/136/spots/24 1x, https://midfield.mlbstatic.com/v1/team/136/spots/48 2x, https://midfield.mlbstatic.com/v1/team/136/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/136/spots/48" alt="Seattle Mariners" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Seattle Mariners</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-3 col-1" data-col="1" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Seattle Mariners Wins: 85"><span aria-hidden="true">85</span></span></td><td scope="row" id="tb-19-body row-3 col-2" data-col="2" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Seattle Mariners Losses: 77"><span aria-hidden="true">77</span></span></td><td scope="row" id="tb-19-body row-3 col-3" data-col="3" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Seattle Mariners Winning Percentage: .525"><span aria-hidden="true">.525</span></span></td><td scope="row" id="tb-19-body row-3 col-4" data-col="4" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Seattle Mariners Wild Card Games Behind: 1.0"><span aria-hidden="true">1.0</span></span></td><td scope="row" id="tb-19-body row-3 col-5" data-col="5" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Seattle Mariners Record in the Last 10 Games: 8 and 2"><span aria-hidden="true">8-2</span></span></td><td scope="row" id="tb-19-body row-3 col-6" data-col="6" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Seattle Mariners Current Streak: W4"><span aria-hidden="true">W4</span></span></td><td scope="row" id="tb-19-body row-3 col-7" data-col="7" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Seattle Mariners Runs Scored: 676"><span aria-hidden="true">676</span></span></td><td scope="row" id="tb-19-body row-3 col-8" data-col="8" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Seattle Mariners Runs Allowed: 607"><span aria-hidden="true">607</span></span></td><td scope="row" id="tb-19-body row-3 col-9" data-col="9" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Seattle Mariners Run Differential (runs scored - runs allowed): 69"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+69</span></span></div></td><td scope="row" id="tb-19-body row-3 col-10" data-col="10" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Seattle Mariners Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 89 and 73"><span aria-hidden="true">89-73</span></span></td><td scope="row" id="tb-19-body row-3 col-11" data-col="11" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Seattle Mariners Record at Home: 49 and 32"><span aria-hidden="true">49-32</span></span></td><td scope="row" id="tb-19-body row-3 col-12" data-col="12" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Seattle Mariners Record when Away: 36 and 45"><span aria-hidden="true">36-45</span></span></td><td scope="row" id="tb-19-body row-3 col-13" data-col="13" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Seattle Mariners Record against &gt;.500 Teams: 40 and 46"><span aria-hidden="true">40-46</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/twins" alt="Minnesota Twins" data-type="teamLink" aria-label="Minnesota Twins " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/142/spots/24 1x, https://midfield.mlbstatic.com/v1/team/142/spots/48 2x, https://midfield.mlbstatic.com/v1/team/142/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/142/spots/48" alt="Minnesota Twins" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Minnesota Twins</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-4 col-1" data-col="1" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Minnesota Twins Wins: 82"><span aria-hidden="true">82</span></span></td><td scope="row" id="tb-19-body row-4 col-2" data-col="2" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Minnesota Twins Losses: 80"><span aria-hidden="true">80</span></span></td><td scope="row" id="tb-19-body row-4 col-3" data-col="3" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Minnesota Twins Winning Percentage: .506"><span aria-hidden="true">.506</span></span></td><td scope="row" id="tb-19-body row-4 col-4" data-col="4" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Minnesota Twins Wild Card Games Behind: 4.0"><span aria-hidden="true">4.0</span></span></td><td scope="row" id="tb-19-body row-4 col-5" data-col="5" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Minnesota Twins Record in the Last 10 Games: 2 and 8"><span aria-hidden="true">2-8</span></span></td><td scope="row" id="tb-19-body row-4 col-6" data-col="6" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Minnesota Twins Current Streak: L4"><span aria-hidden="true">L4</span></span></td><td scope="row" id="tb-19-body row-4 col-7" data-col="7" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Minnesota Twins Runs Scored: 742"><span aria-hidden="true">742</span></span></td><td scope="row" id="tb-19-body row-4 col-8" data-col="8" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Minnesota Twins Runs Allowed: 735"><span aria-hidden="true">735</span></span></td><td scope="row" id="tb-19-body row-4 col-9" data-col="9" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Minnesota Twins Run Differential (runs scored - runs allowed): 7"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+7</span></span></div></td><td scope="row" id="tb-19-body row-4 col-10" data-col="10" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Minnesota Twins Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 82 and 80"><span aria-hidden="true">82-80</span></span></td><td scope="row" id="tb-19-body row-4 col-11" data-col="11" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Minnesota Twins Record at Home: 43 and 38"><span aria-hidden="true">43-38</span></span></td><td scope="row" id="tb-19-body row-4 col-12" data-col="12" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Minnesota Twins Record when Away: 39 and 42"><span aria-hidden="true">39-42</span></span></td><td scope="row" id="tb-19-body row-4 col-13" data-col="13" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Minnesota Twins Record against &gt;.500 Teams: 39 and 59"><span aria-hidden="true">39-59</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/redsox" alt="Boston Red Sox" data-type="teamLink" aria-label="Boston Red Sox " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/111/spots/24 1x, https://midfield.mlbstatic.com/v1/team/111/spots/48 2x, https://midfield.mlbstatic.com/v1/team/111/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/111/spots/48" alt="Boston Red Sox" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Boston Red Sox</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-5 col-1" data-col="1" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Boston Red Sox Wins: 81"><span aria-hidden="true">81</span></span></td><td scope="row" id="tb-19-body row-5 col-2" data-col="2" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Boston Red Sox Losses: 81"><span aria-hidden="true">81</span></span></td><td scope="row" id="tb-19-body row-5 col-3" data-col="3" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Boston Red Sox Winning Percentage: .500"><span aria-hidden="true">.500</span></span></td><td scope="row" id="tb-19-body row-5 col-4" data-col="4" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Boston Red Sox Wild Card Games Behind: 5.0"><span aria-hidden="true">5.0</span></span></td><td scope="row" id="tb-19-body row-5 col-5" data-col="5" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Boston Red Sox Record in the Last 10 Games: 5 and 5"><span aria-hidden="true">5-5</span></span></td><td scope="row" id="tb-19-body row-5 col-6" data-col="6" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Boston Red Sox Current Streak: W1"><span aria-hidden="true">W1</span></span></td><td scope="row" id="tb-19-body row-5 col-7" data-col="7" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Boston Red Sox Runs Scored: 751"><span aria-hidden="true">751</span></span></td><td scope="row" id="tb-19-body row-5 col-8" data-col="8" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Boston Red Sox Runs Allowed: 747"><span aria-hidden="true">747</span></span></td><td scope="row" id="tb-19-body row-5 col-9" data-col="9" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Boston Red Sox Run Differential (runs scored - runs allowed): 4"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+4</span></span></div></td><td scope="row" id="tb-19-body row-5 col-10" data-col="10" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Boston Red Sox Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 81 and 81"><span aria-hidden="true">81-81</span></span></td><td scope="row" id="tb-19-body row-5 col-11" data-col="11" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Boston Red Sox Record at Home: 38 and 43"><span aria-hidden="true">38-43</span></span></td><td scope="row" id="tb-19-body row-5 col-12" data-col="12" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Boston Red Sox Record when Away: 43 and 38"><span aria-hidden="true">43-38</span></span></td><td scope="row" id="tb-19-body row-5 col-13" data-col="13" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Boston Red Sox Record against &gt;.500 Teams: 37 and 56"><span aria-hidden="true">37-56</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/rays" alt="Tampa Bay Rays" data-type="teamLink" aria-label="Tampa Bay Rays " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/139/spots/24 1x, https://midfield.mlbstatic.com/v1/team/139/spots/48 2x, https://midfield.mlbstatic.com/v1/team/139/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/139/spots/48" alt="Tampa Bay Rays" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Tampa Bay Rays</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-6 col-1" data-col="1" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Tampa Bay Rays Wins: 80"><span aria-hidden="true">80</span></span></td><td scope="row" id="tb-19-body row-6 col-2" data-col="2" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Tampa Bay Rays Losses: 82"><span aria-hidden="true">82</span></span></td><td scope="row" id="tb-19-body row-6 col-3" data-col="3" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Tampa Bay Rays Winning Percentage: .494"><span aria-hidden="true">.494</span></span></td><td scope="row" id="tb-19-body row-6 col-4" data-col="4" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Tampa Bay Rays Wild Card Games Behind: 6.0"><span aria-hidden="true">6.0</span></span></td><td scope="row" id="tb-19-body row-6 col-5" data-col="5" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Tampa Bay Rays Record in the Last 10 Games: 6 and 4"><span aria-hidden="true">6-4</span></span></td><td scope="row" id="tb-19-body row-6 col-6" data-col="6" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Tampa Bay Rays Current Streak: L1"><span aria-hidden="true">L1</span></span></td><td scope="row" id="tb-19-body row-6 col-7" data-col="7" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Tampa Bay Rays Runs Scored: 604"><span aria-hidden="true">604</span></span></td><td scope="row" id="tb-19-body row-6 col-8" data-col="8" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Tampa Bay Rays Runs Allowed: 663"><span aria-hidden="true">663</span></span></td><td scope="row" id="tb-19-body row-6 col-9" data-col="9" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Tampa Bay Rays Run Differential (runs scored - runs allowed): -59"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-59</span></span></div></td><td scope="row" id="tb-19-body row-6 col-10" data-col="10" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Tampa Bay Rays Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 74 and 88"><span aria-hidden="true">74-88</span></span></td><td scope="row" id="tb-19-body row-6 col-11" data-col="11" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Tampa Bay Rays Record at Home: 42 and 39"><span aria-hidden="true">42-39</span></span></td><td scope="row" id="tb-19-body row-6 col-12" data-col="12" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Tampa Bay Rays Record when Away: 38 and 43"><span aria-hidden="true">38-43</span></span></td><td scope="row" id="tb-19-body row-6 col-13" data-col="13" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Tampa Bay Rays Record against &gt;.500 Teams: 47 and 57"><span aria-hidden="true">47-57</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/rangers" alt="Texas Rangers" data-type="teamLink" aria-label="Texas Rangers " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/140/spots/24 1x, https://midfield.mlbstatic.com/v1/team/140/spots/48 2x, https://midfield.mlbstatic.com/v1/team/140/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/140/spots/48" alt="Texas Rangers" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Texas Rangers</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-7 col-1" data-col="1" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Texas Rangers Wins: 78"><span aria-hidden="true">78</span></span></td><td scope="row" id="tb-19-body row-7 col-2" data-col="2" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Texas Rangers Losses: 84"><span aria-hidden="true">84</span></span></td><td scope="row" id="tb-19-body row-7 col-3" data-col="3" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Texas Rangers Winning Percentage: .481"><span aria-hidden="true">.481</span></span></td><td scope="row" id="tb-19-body row-7 col-4" data-col="4" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Texas Rangers Wild Card Games Behind: 8.0"><span aria-hidden="true">8.0</span></span></td><td scope="row" id="tb-19-body row-7 col-5" data-col="5" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Texas Rangers Record in the Last 10 Games: 5 and 5"><span aria-hidden="true">5-5</span></span></td><td scope="row" id="tb-19-body row-7 col-6" data-col="6" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Texas Rangers Current Streak: W3"><span aria-hidden="true">W3</span></span></td><td scope="row" id="tb-19-body row-7 col-7" data-col="7" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Texas Rangers Runs Scored: 683"><span aria-hidden="true">683</span></span></td><td scope="row" id="tb-19-body row-7 col-8" data-col="8" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Texas Rangers Runs Allowed: 738"><span aria-hidden="true">738</span></span></td><td scope="row" id="tb-19-body row-7 col-9" data-col="9" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Texas Rangers Run Differential (runs scored - runs allowed): -55"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-55</span></span></div></td><td scope="row" id="tb-19-body row-7 col-10" data-col="10" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Texas Rangers Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 75 and 87"><span aria-hidden="true">75-87</span></span></td><td scope="row" id="tb-19-body row-7 col-11" data-col="11" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Texas Rangers Record at Home: 44 and 37"><span aria-hidden="true">44-37</span></span></td><td scope="row" id="tb-19-body row-7 col-12" data-col="12" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Texas Rangers Record when Away: 34 and 47"><span aria-hidden="true">34-47</span></span></td><td scope="row" id="tb-19-body row-7 col-13" data-col="13" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Texas Rangers Record against &gt;.500 Teams: 39 and 60"><span aria-hidden="true">39-60</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/bluejays" alt="Toronto Blue Jays" data-type="teamLink" aria-label="Toronto Blue Jays " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/141/spots/24 1x, https://midfield.mlbstatic.com/v1/team/141/spots/48 2x, https://midfield.mlbstatic.com/v1/team/141/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/141/spots/48" alt="Toronto Blue Jays" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Toronto Blue Jays</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-8 col-1" data-col="1" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Toronto Blue Jays Wins: 74"><span aria-hidden="true">74</span></span></td><td scope="row" id="tb-19-body row-8 col-2" data-col="2" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Toronto Blue Jays Losses: 88"><span aria-hidden="true">88</span></span></td><td scope="row" id="tb-19-body row-8 col-3" data-col="3" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Toronto Blue Jays Winning Percentage: .457"><span aria-hidden="true">.457</span></span></td><td scope="row" id="tb-19-body row-8 col-4" data-col="4" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Toronto Blue Jays Wild Card Games Behind: 12.0"><span aria-hidden="true">12.0</span></span></td><td scope="row" id="tb-19-body row-8 col-5" data-col="5" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Toronto Blue Jays Record in the Last 10 Games: 2 and 8"><span aria-hidden="true">2-8</span></span></td><td scope="row" id="tb-19-body row-8 col-6" data-col="6" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Toronto Blue Jays Current Streak: L3"><span aria-hidden="true">L3</span></span></td><td scope="row" id="tb-19-body row-8 col-7" data-col="7" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Toronto Blue Jays Runs Scored: 671"><span aria-hidden="true">671</span></span></td><td scope="row" id="tb-19-body row-8 col-8" data-col="8" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Toronto Blue Jays Runs Allowed: 743"><span aria-hidden="true">743</span></span></td><td scope="row" id="tb-19-body row-8 col-9" data-col="9" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Toronto Blue Jays Run Differential (runs scored - runs allowed): -72"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-72</span></span></div></td><td scope="row" id="tb-19-body row-8 col-10" data-col="10" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Toronto Blue Jays Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 73 and 89"><span aria-hidden="true">73-89</span></span></td><td scope="row" id="tb-19-body row-8 col-11" data-col="11" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Toronto Blue Jays Record at Home: 39 and 42"><span aria-hidden="true">39-42</span></span></td><td scope="row" id="tb-19-body row-8 col-12" data-col="12" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Toronto Blue Jays Record when Away: 35 and 46"><span aria-hidden="true">35-46</span></span></td><td scope="row" id="tb-19-body row-8 col-13" data-col="13" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Toronto Blue Jays Record against &gt;.500 Teams: 43 and 63"><span aria-hidden="true">43-63</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/athletics" alt="Oakland Athletics" data-type="teamLink" aria-label="Oakland Athletics " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/133/spots/24 1x, https://midfield.mlbstatic.com/v1/team/133/spots/48 2x, https://midfield.mlbstatic.com/v1/team/133/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/133/spots/48" alt="Oakland Athletics" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Oakland Athletics</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-9 col-1" data-col="1" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Oakland Athletics Wins: 69"><span aria-hidden="true">69</span></span></td><td scope="row" id="tb-19-body row-9 col-2" data-col="2" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Oakland Athletics Losses: 93"><span aria-hidden="true">93</span></span></td><td scope="row" id="tb-19-body row-9 col-3" data-col="3" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Oakland Athletics Winning Percentage: .426"><span aria-hidden="true">.426</span></span></td><td scope="row" id="tb-19-body row-9 col-4" data-col="4" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Oakland Athletics Wild Card Games Behind: 17.0"><span aria-hidden="true">17.0</span></span></td><td scope="row" id="tb-19-body row-9 col-5" data-col="5" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Oakland Athletics Record in the Last 10 Games: 3 and 7"><span aria-hidden="true">3-7</span></span></td><td scope="row" id="tb-19-body row-9 col-6" data-col="6" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Oakland Athletics Current Streak: L3"><span aria-hidden="true">L3</span></span></td><td scope="row" id="tb-19-body row-9 col-7" data-col="7" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Oakland Athletics Runs Scored: 643"><span aria-hidden="true">643</span></span></td><td scope="row" id="tb-19-body row-9 col-8" data-col="8" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Oakland Athletics Runs Allowed: 764"><span aria-hidden="true">764</span></span></td><td scope="row" id="tb-19-body row-9 col-9" data-col="9" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Oakland Athletics Run Differential (runs scored - runs allowed): -121"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-121</span></span></div></td><td scope="row" id="tb-19-body row-9 col-10" data-col="10" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Oakland Athletics Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 68 and 94"><span aria-hidden="true">68-94</span></span></td><td scope="row" id="tb-19-body row-9 col-11" data-col="11" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Oakland Athletics Record at Home: 38 and 43"><span aria-hidden="true">38-43</span></span></td><td scope="row" id="tb-19-body row-9 col-12" data-col="12" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Oakland Athletics Record when Away: 31 and 50"><span aria-hidden="true">31-50</span></span></td><td scope="row" id="tb-19-body row-9 col-13" data-col="13" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Oakland Athletics Record against &gt;.500 Teams: 33 and 65"><span aria-hidden="true">33-65</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/angels" alt="Los Angeles Angels" data-type="teamLink" aria-label="Los Angeles Angels " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/108/spots/24 1x, https://midfield.mlbstatic.com/v1/team/108/spots/48 2x, https://midfield.mlbstatic.com/v1/team/108/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/108/spots/48" alt="Los Angeles Angels" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Los Angeles Angels</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-10 col-1" data-col="1" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Angels Wins: 63"><span aria-hidden="true">63</span></span></td><td scope="row" id="tb-19-body row-10 col-2" data-col="2" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Angels Losses: 99"><span aria-hidden="true">99</span></span></td><td scope="row" id="tb-19-body row-10 col-3" data-col="3" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Angels Winning Percentage: .389"><span aria-hidden="true">.389</span></span></td><td scope="row" id="tb-19-body row-10 col-4" data-col="4" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Los Angeles Angels Wild Card Games Behind: 23.0"><span aria-hidden="true">23.0</span></span></td><td scope="row" id="tb-19-body row-10 col-5" data-col="5" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Angels Record in the Last 10 Games: 1 and 9"><span aria-hidden="true">1-9</span></span></td><td scope="row" id="tb-19-body row-10 col-6" data-col="6" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Los Angeles Angels Current Streak: L6"><span aria-hidden="true">L6</span></span></td><td scope="row" id="tb-19-body row-10 col-7" data-col="7" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Angels Runs Scored: 635"><span aria-hidden="true">635</span></span></td><td scope="row" id="tb-19-body row-10 col-8" data-col="8" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Angels Runs Allowed: 797"><span aria-hidden="true">797</span></span></td><td scope="row" id="tb-19-body row-10 col-9" data-col="9" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Los Angeles Angels Run Differential (runs scored - runs allowed): -162"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-162</span></span></div></td><td scope="row" id="tb-19-body row-10 col-10" data-col="10" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Los Angeles Angels Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 64 and 98"><span aria-hidden="true">64-98</span></span></td><td scope="row" id="tb-19-body row-10 col-11" data-col="11" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Angels Record at Home: 32 and 49"><span aria-hidden="true">32-49</span></span></td><td scope="row" id="tb-19-body row-10 col-12" data-col="12" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Angels Record when Away: 31 and 50"><span aria-hidden="true">31-50</span></span></td><td scope="row" id="tb-19-body row-10 col-13" data-col="13" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Angels Record against &gt;.500 Teams: 40 and 58"><span aria-hidden="true">40-58</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/whitesox" alt="Chicago White Sox" data-type="teamLink" aria-label="Chicago White Sox " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/145/spots/24 1x, https://midfield.mlbstatic.com/v1/team/145/spots/48 2x, https://midfield.mlbstatic.com/v1/team/145/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/145/spots/48" alt="Chicago White Sox" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Chicago White Sox</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-11 col-1" data-col="1" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago White Sox Wins: 41"><span aria-hidden="true">41</span></span></td><td scope="row" id="tb-19-body row-11 col-2" data-col="2" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago White Sox Losses: 121"><span aria-hidden="true">121</span></span></td><td scope="row" id="tb-19-body row-11 col-3" data-col="3" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago White Sox Winning Percentage: .253"><span aria-hidden="true">.253</span></span></td><td scope="row" id="tb-19-body row-11 col-4" data-col="4" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Chicago White Sox Wild Card Games Behind: 45.0"><span aria-hidden="true">45.0</span></span></td><td scope="row" id="tb-19-body row-11 col-5" data-col="5" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago White Sox Record in the Last 10 Games: 5 and 5"><span aria-hidden="true">5-5</span></span></td><td scope="row" id="tb-19-body row-11 col-6" data-col="6" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Chicago White Sox Current Streak: W2"><span aria-hidden="true">W2</span></span></td><td scope="row" id="tb-19-body row-11 col-7" data-col="7" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago White Sox Runs Scored: 507"><span aria-hidden="true">507</span></span></td><td scope="row" id="tb-19-body row-11 col-8" data-col="8" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago White Sox Runs Allowed: 813"><span aria-hidden="true">813</span></span></td><td scope="row" id="tb-19-body row-11 col-9" data-col="9" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Chicago White Sox Run Differential (runs scored - runs allowed): -306"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-306</span></span></div></td><td scope="row" id="tb-19-body row-11 col-10" data-col="10" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Chicago White Sox Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 48 and 114"><span aria-hidden="true">48-114</span></span></td><td scope="row" id="tb-19-body row-11 col-11" data-col="11" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago White Sox Record at Home: 23 and 58"><span aria-hidden="true">23-58</span></span></td><td scope="row" id="tb-19-body row-11 col-12" data-col="12" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago White Sox Record when Away: 18 and 63"><span aria-hidden="true">18-63</span></span></td><td scope="row" id="tb-19-body row-11 col-13" data-col="13" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago White Sox Record against &gt;.500 Teams: 23 and 90"><span aria-hidden="true">23-90</span></span></td></tr></tbody><tbody><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div>NL Leaders</div></th><td scope="row" id="tb-19-body row-0 col-1" data-col="1" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Wins: W"><span aria-hidden="true">W</span></span></td><td scope="row" id="tb-19-body row-0 col-2" data-col="2" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Losses: L"><span aria-hidden="true">L</span></span></td><td scope="row" id="tb-19-body row-0 col-3" data-col="3" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Winning Percentage: PCT"><span aria-hidden="true">PCT</span></span></td><td scope="row" id="tb-19-body row-0 col-4" data-col="4" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Wild Card Games Behind: WCGB"><span aria-hidden="true">WCGB</span></span></td><td scope="row" id="tb-19-body row-0 col-5" data-col="5" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record in the Last 10 Games: L10"><span aria-hidden="true">L10</span></span></td><td scope="row" id="tb-19-body row-0 col-6" data-col="6" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Current Streak: STRK"><span aria-hidden="true">STRK</span></span></td><td scope="row" id="tb-19-body row-0 col-7" data-col="7" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Runs Scored: RS"><span aria-hidden="true">RS</span></span></td><td scope="row" id="tb-19-body row-0 col-8" data-col="8" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Runs Allowed: RA"><span aria-hidden="true">RA</span></span></td><td scope="row" id="tb-19-body row-0 col-9" data-col="9" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Run Differential (runs scored - runs allowed): DIFF"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">DIFF</span></span></div></td><td scope="row" id="tb-19-body row-0 col-10" data-col="10" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Expected Win-Loss Record Based on Runs Scored and Runs Allowed: X-W/L"><span aria-hidden="true">X-W/L</span></span></td><td scope="row" id="tb-19-body row-0 col-11" data-col="11" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record at Home: HOME"><span aria-hidden="true">HOME</span></span></td><td scope="row" id="tb-19-body row-0 col-12" data-col="12" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record when Away: AWAY"><span aria-hidden="true">AWAY</span></span></td><td scope="row" id="tb-19-body row-0 col-13" data-col="13" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record against &gt;.500 Teams: &gt;.500"><span aria-hidden="true">&gt;.500</span></span></td></tr></tbody><tbody><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/dodgers" alt="Los Angeles Dodgers" data-type="teamLink" aria-label="Los Angeles Dodgers W Clinched Division and Best Record in League" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/119/spots/24 1x, https://midfield.mlbstatic.com/v1/team/119/spots/48 2x, https://midfield.mlbstatic.com/v1/team/119/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/119/spots/48" alt="Los Angeles Dodgers" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Los Angeles Dodgers - W</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">z</span></div></div></th><td scope="row" id="tb-19-body row-0 col-1" data-col="1" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Dodgers Wins: 98"><span aria-hidden="true">98</span></span></td><td scope="row" id="tb-19-body row-0 col-2" data-col="2" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Dodgers Losses: 64"><span aria-hidden="true">64</span></span></td><td scope="row" id="tb-19-body row-0 col-3" data-col="3" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Dodgers Winning Percentage: .605"><span aria-hidden="true">.605</span></span></td><td scope="row" id="tb-19-body row-0 col-4" data-col="4" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Los Angeles Dodgers Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-0 col-5" data-col="5" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Dodgers Record in the Last 10 Games: 8 and 2"><span aria-hidden="true">8-2</span></span></td><td scope="row" id="tb-19-body row-0 col-6" data-col="6" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Los Angeles Dodgers Current Streak: W5"><span aria-hidden="true">W5</span></span></td><td scope="row" id="tb-19-body row-0 col-7" data-col="7" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Dodgers Runs Scored: 842"><span aria-hidden="true">842</span></span></td><td scope="row" id="tb-19-body row-0 col-8" data-col="8" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Dodgers Runs Allowed: 686"><span aria-hidden="true">686</span></span></td><td scope="row" id="tb-19-body row-0 col-9" data-col="9" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Los Angeles Dodgers Run Differential (runs scored - runs allowed): 156"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+156</span></span></div></td><td scope="row" id="tb-19-body row-0 col-10" data-col="10" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Los Angeles Dodgers Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 96 and 66"><span aria-hidden="true">96-66</span></span></td><td scope="row" id="tb-19-body row-0 col-11" data-col="11" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Dodgers Record at Home: 52 and 29"><span aria-hidden="true">52-29</span></span></td><td scope="row" id="tb-19-body row-0 col-12" data-col="12" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Dodgers Record when Away: 46 and 35"><span aria-hidden="true">46-35</span></span></td><td scope="row" id="tb-19-body row-0 col-13" data-col="13" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Los Angeles Dodgers Record against &gt;.500 Teams: 51 and 41"><span aria-hidden="true">51-41</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/phillies" alt="Philadelphia Phillies" data-type="teamLink" aria-label="Philadelphia Phillies E Clinched Division" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/143/spots/24 1x, https://midfield.mlbstatic.com/v1/team/143/spots/48 2x, https://midfield.mlbstatic.com/v1/team/143/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/143/spots/48" alt="Philadelphia Phillies" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Philadelphia Phillies - E</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">y</span></div></div></th><td scope="row" id="tb-19-body row-1 col-1" data-col="1" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Philadelphia Phillies Wins: 95"><span aria-hidden="true">95</span></span></td><td scope="row" id="tb-19-body row-1 col-2" data-col="2" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Philadelphia Phillies Losses: 67"><span aria-hidden="true">67</span></span></td><td scope="row" id="tb-19-body row-1 col-3" data-col="3" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Philadelphia Phillies Winning Percentage: .586"><span aria-hidden="true">.586</span></span></td><td scope="row" id="tb-19-body row-1 col-4" data-col="4" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Philadelphia Phillies Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-1 col-5" data-col="5" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Philadelphia Phillies Record in the Last 10 Games: 4 and 6"><span aria-hidden="true">4-6</span></span></td><td scope="row" id="tb-19-body row-1 col-6" data-col="6" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Philadelphia Phillies Current Streak: W1"><span aria-hidden="true">W1</span></span></td><td scope="row" id="tb-19-body row-1 col-7" data-col="7" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Philadelphia Phillies Runs Scored: 784"><span aria-hidden="true">784</span></span></td><td scope="row" id="tb-19-body row-1 col-8" data-col="8" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Philadelphia Phillies Runs Allowed: 671"><span aria-hidden="true">671</span></span></td><td scope="row" id="tb-19-body row-1 col-9" data-col="9" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Philadelphia Phillies Run Differential (runs scored - runs allowed): 113"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+113</span></span></div></td><td scope="row" id="tb-19-body row-1 col-10" data-col="10" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Philadelphia Phillies Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 92 and 70"><span aria-hidden="true">92-70</span></span></td><td scope="row" id="tb-19-body row-1 col-11" data-col="11" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Philadelphia Phillies Record at Home: 54 and 27"><span aria-hidden="true">54-27</span></span></td><td scope="row" id="tb-19-body row-1 col-12" data-col="12" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Philadelphia Phillies Record when Away: 41 and 40"><span aria-hidden="true">41-40</span></span></td><td scope="row" id="tb-19-body row-1 col-13" data-col="13" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Philadelphia Phillies Record against &gt;.500 Teams: 49 and 41"><span aria-hidden="true">49-41</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/brewers" alt="Milwaukee Brewers" data-type="teamLink" aria-label="Milwaukee Brewers C Clinched Division" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/158/spots/24 1x, https://midfield.mlbstatic.com/v1/team/158/spots/48 2x, https://midfield.mlbstatic.com/v1/team/158/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/158/spots/48" alt="Milwaukee Brewers" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Milwaukee Brewers - C</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">y</span></div></div></th><td scope="row" id="tb-19-body row-2 col-1" data-col="1" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Milwaukee Brewers Wins: 93"><span aria-hidden="true">93</span></span></td><td scope="row" id="tb-19-body row-2 col-2" data-col="2" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Milwaukee Brewers Losses: 69"><span aria-hidden="true">69</span></span></td><td scope="row" id="tb-19-body row-2 col-3" data-col="3" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Milwaukee Brewers Winning Percentage: .574"><span aria-hidden="true">.574</span></span></td><td scope="row" id="tb-19-body row-2 col-4" data-col="4" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Milwaukee Brewers Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-2 col-5" data-col="5" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Milwaukee Brewers Record in the Last 10 Games: 5 and 5"><span aria-hidden="true">5-5</span></span></td><td scope="row" id="tb-19-body row-2 col-6" data-col="6" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Milwaukee Brewers Current Streak: L1"><span aria-hidden="true">L1</span></span></td><td scope="row" id="tb-19-body row-2 col-7" data-col="7" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Milwaukee Brewers Runs Scored: 777"><span aria-hidden="true">777</span></span></td><td scope="row" id="tb-19-body row-2 col-8" data-col="8" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Milwaukee Brewers Runs Allowed: 641"><span aria-hidden="true">641</span></span></td><td scope="row" id="tb-19-body row-2 col-9" data-col="9" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Milwaukee Brewers Run Differential (runs scored - runs allowed): 136"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+136</span></span></div></td><td scope="row" id="tb-19-body row-2 col-10" data-col="10" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Milwaukee Brewers Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 95 and 67"><span aria-hidden="true">95-67</span></span></td><td scope="row" id="tb-19-body row-2 col-11" data-col="11" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Milwaukee Brewers Record at Home: 47 and 34"><span aria-hidden="true">47-34</span></span></td><td scope="row" id="tb-19-body row-2 col-12" data-col="12" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Milwaukee Brewers Record when Away: 46 and 35"><span aria-hidden="true">46-35</span></span></td><td scope="row" id="tb-19-body row-2 col-13" data-col="13" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Milwaukee Brewers Record against &gt;.500 Teams: 52 and 41"><span aria-hidden="true">52-41</span></span></td></tr></tbody><tbody><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div>NL Wild Card</div></th><td scope="row" id="tb-19-body row-0 col-1" data-col="1" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Wins: W"><span aria-hidden="true">W</span></span></td><td scope="row" id="tb-19-body row-0 col-2" data-col="2" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Losses: L"><span aria-hidden="true">L</span></span></td><td scope="row" id="tb-19-body row-0 col-3" data-col="3" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Winning Percentage: PCT"><span aria-hidden="true">PCT</span></span></td><td scope="row" id="tb-19-body row-0 col-4" data-col="4" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Wild Card Games Behind: WCGB"><span aria-hidden="true">WCGB</span></span></td><td scope="row" id="tb-19-body row-0 col-5" data-col="5" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record in the Last 10 Games: L10"><span aria-hidden="true">L10</span></span></td><td scope="row" id="tb-19-body row-0 col-6" data-col="6" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Current Streak: STRK"><span aria-hidden="true">STRK</span></span></td><td scope="row" id="tb-19-body row-0 col-7" data-col="7" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Runs Scored: RS"><span aria-hidden="true">RS</span></span></td><td scope="row" id="tb-19-body row-0 col-8" data-col="8" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Runs Allowed: RA"><span aria-hidden="true">RA</span></span></td><td scope="row" id="tb-19-body row-0 col-9" data-col="9" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Run Differential (runs scored - runs allowed): DIFF"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">DIFF</span></span></div></td><td scope="row" id="tb-19-body row-0 col-10" data-col="10" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Expected Win-Loss Record Based on Runs Scored and Runs Allowed: X-W/L"><span aria-hidden="true">X-W/L</span></span></td><td scope="row" id="tb-19-body row-0 col-11" data-col="11" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record at Home: HOME"><span aria-hidden="true">HOME</span></span></td><td scope="row" id="tb-19-body row-0 col-12" data-col="12" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record when Away: AWAY"><span aria-hidden="true">AWAY</span></span></td><td scope="row" id="tb-19-body row-0 col-13" data-col="13" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Record against &gt;.500 Teams: &gt;.500"><span aria-hidden="true">&gt;.500</span></span></td></tr></tbody><tbody><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/padres" alt="San Diego Padres" data-type="teamLink" aria-label="San Diego Padres Clinched Wild Card" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/135/spots/24 1x, https://midfield.mlbstatic.com/v1/team/135/spots/48 2x, https://midfield.mlbstatic.com/v1/team/135/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/135/spots/48" alt="San Diego Padres" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>San Diego Padres</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">w</span></div></div></th><td scope="row" id="tb-19-body row-0 col-1" data-col="1" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Diego Padres Wins: 93"><span aria-hidden="true">93</span></span></td><td scope="row" id="tb-19-body row-0 col-2" data-col="2" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Diego Padres Losses: 69"><span aria-hidden="true">69</span></span></td><td scope="row" id="tb-19-body row-0 col-3" data-col="3" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Diego Padres Winning Percentage: .574"><span aria-hidden="true">.574</span></span></td><td scope="row" id="tb-19-body row-0 col-4" data-col="4" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="San Diego Padres Wild Card Games Behind: +4.0"><span aria-hidden="true">+4.0</span></span></td><td scope="row" id="tb-19-body row-0 col-5" data-col="5" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Diego Padres Record in the Last 10 Games: 7 and 3"><span aria-hidden="true">7-3</span></span></td><td scope="row" id="tb-19-body row-0 col-6" data-col="6" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="San Diego Padres Current Streak: L1"><span aria-hidden="true">L1</span></span></td><td scope="row" id="tb-19-body row-0 col-7" data-col="7" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Diego Padres Runs Scored: 760"><span aria-hidden="true">760</span></span></td><td scope="row" id="tb-19-body row-0 col-8" data-col="8" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Diego Padres Runs Allowed: 669"><span aria-hidden="true">669</span></span></td><td scope="row" id="tb-19-body row-0 col-9" data-col="9" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="San Diego Padres Run Differential (runs scored - runs allowed): 91"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+91</span></span></div></td><td scope="row" id="tb-19-body row-0 col-10" data-col="10" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="San Diego Padres Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 90 and 72"><span aria-hidden="true">90-72</span></span></td><td scope="row" id="tb-19-body row-0 col-11" data-col="11" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Diego Padres Record at Home: 45 and 36"><span aria-hidden="true">45-36</span></span></td><td scope="row" id="tb-19-body row-0 col-12" data-col="12" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Diego Padres Record when Away: 48 and 33"><span aria-hidden="true">48-33</span></span></td><td scope="row" id="tb-19-body row-0 col-13" data-col="13" data-row="0" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Diego Padres Record against &gt;.500 Teams: 50 and 44"><span aria-hidden="true">50-44</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/braves" alt="Atlanta Braves" data-type="teamLink" aria-label="Atlanta Braves Clinched Wild Card" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/144/spots/24 1x, https://midfield.mlbstatic.com/v1/team/144/spots/48 2x, https://midfield.mlbstatic.com/v1/team/144/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/144/spots/48" alt="Atlanta Braves" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Atlanta Braves</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">w</span></div></div></th><td scope="row" id="tb-19-body row-1 col-1" data-col="1" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Atlanta Braves Wins: 89"><span aria-hidden="true">89</span></span></td><td scope="row" id="tb-19-body row-1 col-2" data-col="2" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Atlanta Braves Losses: 73"><span aria-hidden="true">73</span></span></td><td scope="row" id="tb-19-body row-1 col-3" data-col="3" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Atlanta Braves Winning Percentage: .549"><span aria-hidden="true">.549</span></span></td><td scope="row" id="tb-19-body row-1 col-4" data-col="4" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Atlanta Braves Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-1 col-5" data-col="5" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Atlanta Braves Record in the Last 10 Games: 7 and 3"><span aria-hidden="true">7-3</span></span></td><td scope="row" id="tb-19-body row-1 col-6" data-col="6" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Atlanta Braves Current Streak: W1"><span aria-hidden="true">W1</span></span></td><td scope="row" id="tb-19-body row-1 col-7" data-col="7" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Atlanta Braves Runs Scored: 704"><span aria-hidden="true">704</span></span></td><td scope="row" id="tb-19-body row-1 col-8" data-col="8" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Atlanta Braves Runs Allowed: 607"><span aria-hidden="true">607</span></span></td><td scope="row" id="tb-19-body row-1 col-9" data-col="9" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Atlanta Braves Run Differential (runs scored - runs allowed): 97"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+97</span></span></div></td><td scope="row" id="tb-19-body row-1 col-10" data-col="10" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Atlanta Braves Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 92 and 70"><span aria-hidden="true">92-70</span></span></td><td scope="row" id="tb-19-body row-1 col-11" data-col="11" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Atlanta Braves Record at Home: 46 and 35"><span aria-hidden="true">46-35</span></span></td><td scope="row" id="tb-19-body row-1 col-12" data-col="12" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Atlanta Braves Record when Away: 43 and 38"><span aria-hidden="true">43-38</span></span></td><td scope="row" id="tb-19-body row-1 col-13" data-col="13" data-row="1" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Atlanta Braves Record against &gt;.500 Teams: 52 and 41"><span aria-hidden="true">52-41</span></span></td></tr><tr data-selected="false" data-underlined="true"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/mets" alt="New York Mets" data-type="teamLink" aria-label="New York Mets Clinched Wild Card" aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/121/spots/24 1x, https://midfield.mlbstatic.com/v1/team/121/spots/48 2x, https://midfield.mlbstatic.com/v1/team/121/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/121/spots/48" alt="New York Mets" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>New York Mets</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK">w</span></div></div></th><td scope="row" id="tb-19-body row-2 col-1" data-col="1" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Mets Wins: 89"><span aria-hidden="true">89</span></span></td><td scope="row" id="tb-19-body row-2 col-2" data-col="2" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Mets Losses: 73"><span aria-hidden="true">73</span></span></td><td scope="row" id="tb-19-body row-2 col-3" data-col="3" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Mets Winning Percentage: .549"><span aria-hidden="true">.549</span></span></td><td scope="row" id="tb-19-body row-2 col-4" data-col="4" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="New York Mets Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-2 col-5" data-col="5" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Mets Record in the Last 10 Games: 5 and 5"><span aria-hidden="true">5-5</span></span></td><td scope="row" id="tb-19-body row-2 col-6" data-col="6" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="New York Mets Current Streak: L1"><span aria-hidden="true">L1</span></span></td><td scope="row" id="tb-19-body row-2 col-7" data-col="7" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Mets Runs Scored: 768"><span aria-hidden="true">768</span></span></td><td scope="row" id="tb-19-body row-2 col-8" data-col="8" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Mets Runs Allowed: 697"><span aria-hidden="true">697</span></span></td><td scope="row" id="tb-19-body row-2 col-9" data-col="9" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="New York Mets Run Differential (runs scored - runs allowed): 71"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+71</span></span></div></td><td scope="row" id="tb-19-body row-2 col-10" data-col="10" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="New York Mets Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 88 and 74"><span aria-hidden="true">88-74</span></span></td><td scope="row" id="tb-19-body row-2 col-11" data-col="11" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Mets Record at Home: 46 and 35"><span aria-hidden="true">46-35</span></span></td><td scope="row" id="tb-19-body row-2 col-12" data-col="12" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Mets Record when Away: 43 and 38"><span aria-hidden="true">43-38</span></span></td><td scope="row" id="tb-19-body row-2 col-13" data-col="13" data-row="2" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="New York Mets Record against &gt;.500 Teams: 47 and 46"><span aria-hidden="true">47-46</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/dbacks" alt="Arizona Diamondbacks" data-type="teamLink" aria-label="Arizona Diamondbacks " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/109/spots/24 1x, https://midfield.mlbstatic.com/v1/team/109/spots/48 2x, https://midfield.mlbstatic.com/v1/team/109/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/109/spots/48" alt="Arizona Diamondbacks" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Arizona Diamondbacks</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-3 col-1" data-col="1" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Arizona Diamondbacks Wins: 89"><span aria-hidden="true">89</span></span></td><td scope="row" id="tb-19-body row-3 col-2" data-col="2" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Arizona Diamondbacks Losses: 73"><span aria-hidden="true">73</span></span></td><td scope="row" id="tb-19-body row-3 col-3" data-col="3" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Arizona Diamondbacks Winning Percentage: .549"><span aria-hidden="true">.549</span></span></td><td scope="row" id="tb-19-body row-3 col-4" data-col="4" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Arizona Diamondbacks Wild Card Games Behind: 0"><span aria-hidden="true">-</span></span></td><td scope="row" id="tb-19-body row-3 col-5" data-col="5" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Arizona Diamondbacks Record in the Last 10 Games: 5 and 5"><span aria-hidden="true">5-5</span></span></td><td scope="row" id="tb-19-body row-3 col-6" data-col="6" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Arizona Diamondbacks Current Streak: W1"><span aria-hidden="true">W1</span></span></td><td scope="row" id="tb-19-body row-3 col-7" data-col="7" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Arizona Diamondbacks Runs Scored: 886"><span aria-hidden="true">886</span></span></td><td scope="row" id="tb-19-body row-3 col-8" data-col="8" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Arizona Diamondbacks Runs Allowed: 788"><span aria-hidden="true">788</span></span></td><td scope="row" id="tb-19-body row-3 col-9" data-col="9" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Arizona Diamondbacks Run Differential (runs scored - runs allowed): 98"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+98</span></span></div></td><td scope="row" id="tb-19-body row-3 col-10" data-col="10" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Arizona Diamondbacks Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 90 and 72"><span aria-hidden="true">90-72</span></span></td><td scope="row" id="tb-19-body row-3 col-11" data-col="11" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Arizona Diamondbacks Record at Home: 44 and 37"><span aria-hidden="true">44-37</span></span></td><td scope="row" id="tb-19-body row-3 col-12" data-col="12" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Arizona Diamondbacks Record when Away: 45 and 36"><span aria-hidden="true">45-36</span></span></td><td scope="row" id="tb-19-body row-3 col-13" data-col="13" data-row="3" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Arizona Diamondbacks Record against &gt;.500 Teams: 45 and 48"><span aria-hidden="true">45-48</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/cubs" alt="Chicago Cubs" data-type="teamLink" aria-label="Chicago Cubs " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/112/spots/24 1x, https://midfield.mlbstatic.com/v1/team/112/spots/48 2x, https://midfield.mlbstatic.com/v1/team/112/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/112/spots/48" alt="Chicago Cubs" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Chicago Cubs</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-4 col-1" data-col="1" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago Cubs Wins: 83"><span aria-hidden="true">83</span></span></td><td scope="row" id="tb-19-body row-4 col-2" data-col="2" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago Cubs Losses: 79"><span aria-hidden="true">79</span></span></td><td scope="row" id="tb-19-body row-4 col-3" data-col="3" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago Cubs Winning Percentage: .512"><span aria-hidden="true">.512</span></span></td><td scope="row" id="tb-19-body row-4 col-4" data-col="4" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Chicago Cubs Wild Card Games Behind: 6.0"><span aria-hidden="true">6.0</span></span></td><td scope="row" id="tb-19-body row-4 col-5" data-col="5" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago Cubs Record in the Last 10 Games: 6 and 4"><span aria-hidden="true">6-4</span></span></td><td scope="row" id="tb-19-body row-4 col-6" data-col="6" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Chicago Cubs Current Streak: L1"><span aria-hidden="true">L1</span></span></td><td scope="row" id="tb-19-body row-4 col-7" data-col="7" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago Cubs Runs Scored: 736"><span aria-hidden="true">736</span></span></td><td scope="row" id="tb-19-body row-4 col-8" data-col="8" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago Cubs Runs Allowed: 669"><span aria-hidden="true">669</span></span></td><td scope="row" id="tb-19-body row-4 col-9" data-col="9" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Chicago Cubs Run Differential (runs scored - runs allowed): 67"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+67</span></span></div></td><td scope="row" id="tb-19-body row-4 col-10" data-col="10" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Chicago Cubs Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 88 and 74"><span aria-hidden="true">88-74</span></span></td><td scope="row" id="tb-19-body row-4 col-11" data-col="11" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago Cubs Record at Home: 44 and 37"><span aria-hidden="true">44-37</span></span></td><td scope="row" id="tb-19-body row-4 col-12" data-col="12" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago Cubs Record when Away: 39 and 42"><span aria-hidden="true">39-42</span></span></td><td scope="row" id="tb-19-body row-4 col-13" data-col="13" data-row="4" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Chicago Cubs Record against &gt;.500 Teams: 43 and 47"><span aria-hidden="true">43-47</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/cardinals" alt="St. Louis Cardinals" data-type="teamLink" aria-label="St. Louis Cardinals " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/138/spots/24 1x, https://midfield.mlbstatic.com/v1/team/138/spots/48 2x, https://midfield.mlbstatic.com/v1/team/138/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/138/spots/48" alt="St. Louis Cardinals" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>St. Louis Cardinals</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-5 col-1" data-col="1" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="St. Louis Cardinals Wins: 83"><span aria-hidden="true">83</span></span></td><td scope="row" id="tb-19-body row-5 col-2" data-col="2" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="St. Louis Cardinals Losses: 79"><span aria-hidden="true">79</span></span></td><td scope="row" id="tb-19-body row-5 col-3" data-col="3" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="St. Louis Cardinals Winning Percentage: .512"><span aria-hidden="true">.512</span></span></td><td scope="row" id="tb-19-body row-5 col-4" data-col="4" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="St. Louis Cardinals Wild Card Games Behind: 6.0"><span aria-hidden="true">6.0</span></span></td><td scope="row" id="tb-19-body row-5 col-5" data-col="5" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="St. Louis Cardinals Record in the Last 10 Games: 6 and 4"><span aria-hidden="true">6-4</span></span></td><td scope="row" id="tb-19-body row-5 col-6" data-col="6" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="St. Louis Cardinals Current Streak: W1"><span aria-hidden="true">W1</span></span></td><td scope="row" id="tb-19-body row-5 col-7" data-col="7" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="St. Louis Cardinals Runs Scored: 672"><span aria-hidden="true">672</span></span></td><td scope="row" id="tb-19-body row-5 col-8" data-col="8" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="St. Louis Cardinals Runs Allowed: 719"><span aria-hidden="true">719</span></span></td><td scope="row" id="tb-19-body row-5 col-9" data-col="9" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="St. Louis Cardinals Run Differential (runs scored - runs allowed): -47"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-47</span></span></div></td><td scope="row" id="tb-19-body row-5 col-10" data-col="10" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="St. Louis Cardinals Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 76 and 86"><span aria-hidden="true">76-86</span></span></td><td scope="row" id="tb-19-body row-5 col-11" data-col="11" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="St. Louis Cardinals Record at Home: 44 and 37"><span aria-hidden="true">44-37</span></span></td><td scope="row" id="tb-19-body row-5 col-12" data-col="12" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="St. Louis Cardinals Record when Away: 39 and 42"><span aria-hidden="true">39-42</span></span></td><td scope="row" id="tb-19-body row-5 col-13" data-col="13" data-row="5" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="St. Louis Cardinals Record against &gt;.500 Teams: 44 and 48"><span aria-hidden="true">44-48</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/giants" alt="San Francisco Giants" data-type="teamLink" aria-label="San Francisco Giants " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/137/spots/24 1x, https://midfield.mlbstatic.com/v1/team/137/spots/48 2x, https://midfield.mlbstatic.com/v1/team/137/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/137/spots/48" alt="San Francisco Giants" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>San Francisco Giants</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-6 col-1" data-col="1" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Francisco Giants Wins: 80"><span aria-hidden="true">80</span></span></td><td scope="row" id="tb-19-body row-6 col-2" data-col="2" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Francisco Giants Losses: 82"><span aria-hidden="true">82</span></span></td><td scope="row" id="tb-19-body row-6 col-3" data-col="3" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Francisco Giants Winning Percentage: .494"><span aria-hidden="true">.494</span></span></td><td scope="row" id="tb-19-body row-6 col-4" data-col="4" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="San Francisco Giants Wild Card Games Behind: 9.0"><span aria-hidden="true">9.0</span></span></td><td scope="row" id="tb-19-body row-6 col-5" data-col="5" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Francisco Giants Record in the Last 10 Games: 6 and 4"><span aria-hidden="true">6-4</span></span></td><td scope="row" id="tb-19-body row-6 col-6" data-col="6" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="San Francisco Giants Current Streak: L1"><span aria-hidden="true">L1</span></span></td><td scope="row" id="tb-19-body row-6 col-7" data-col="7" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Francisco Giants Runs Scored: 693"><span aria-hidden="true">693</span></span></td><td scope="row" id="tb-19-body row-6 col-8" data-col="8" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Francisco Giants Runs Allowed: 699"><span aria-hidden="true">699</span></span></td><td scope="row" id="tb-19-body row-6 col-9" data-col="9" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="San Francisco Giants Run Differential (runs scored - runs allowed): -6"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-6</span></span></div></td><td scope="row" id="tb-19-body row-6 col-10" data-col="10" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="San Francisco Giants Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 80 and 82"><span aria-hidden="true">80-82</span></span></td><td scope="row" id="tb-19-body row-6 col-11" data-col="11" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Francisco Giants Record at Home: 42 and 39"><span aria-hidden="true">42-39</span></span></td><td scope="row" id="tb-19-body row-6 col-12" data-col="12" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Francisco Giants Record when Away: 38 and 43"><span aria-hidden="true">38-43</span></span></td><td scope="row" id="tb-19-body row-6 col-13" data-col="13" data-row="6" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="San Francisco Giants Record against &gt;.500 Teams: 46 and 59"><span aria-hidden="true">46-59</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/reds" alt="Cincinnati Reds" data-type="teamLink" aria-label="Cincinnati Reds " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/113/spots/24 1x, https://midfield.mlbstatic.com/v1/team/113/spots/48 2x, https://midfield.mlbstatic.com/v1/team/113/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/113/spots/48" alt="Cincinnati Reds" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Cincinnati Reds</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-7 col-1" data-col="1" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cincinnati Reds Wins: 77"><span aria-hidden="true">77</span></span></td><td scope="row" id="tb-19-body row-7 col-2" data-col="2" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cincinnati Reds Losses: 85"><span aria-hidden="true">85</span></span></td><td scope="row" id="tb-19-body row-7 col-3" data-col="3" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cincinnati Reds Winning Percentage: .475"><span aria-hidden="true">.475</span></span></td><td scope="row" id="tb-19-body row-7 col-4" data-col="4" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Cincinnati Reds Wild Card Games Behind: 12.0"><span aria-hidden="true">12.0</span></span></td><td scope="row" id="tb-19-body row-7 col-5" data-col="5" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cincinnati Reds Record in the Last 10 Games: 3 and 7"><span aria-hidden="true">3-7</span></span></td><td scope="row" id="tb-19-body row-7 col-6" data-col="6" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Cincinnati Reds Current Streak: W1"><span aria-hidden="true">W1</span></span></td><td scope="row" id="tb-19-body row-7 col-7" data-col="7" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cincinnati Reds Runs Scored: 699"><span aria-hidden="true">699</span></span></td><td scope="row" id="tb-19-body row-7 col-8" data-col="8" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cincinnati Reds Runs Allowed: 694"><span aria-hidden="true">694</span></span></td><td scope="row" id="tb-19-body row-7 col-9" data-col="9" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Cincinnati Reds Run Differential (runs scored - runs allowed): 5"><span aria-hidden="true" color="#008210" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 cmfUnV">+5</span></span></div></td><td scope="row" id="tb-19-body row-7 col-10" data-col="10" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Cincinnati Reds Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 82 and 80"><span aria-hidden="true">82-80</span></span></td><td scope="row" id="tb-19-body row-7 col-11" data-col="11" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cincinnati Reds Record at Home: 39 and 42"><span aria-hidden="true">39-42</span></span></td><td scope="row" id="tb-19-body row-7 col-12" data-col="12" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cincinnati Reds Record when Away: 38 and 43"><span aria-hidden="true">38-43</span></span></td><td scope="row" id="tb-19-body row-7 col-13" data-col="13" data-row="7" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Cincinnati Reds Record against &gt;.500 Teams: 46 and 59"><span aria-hidden="true">46-59</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/pirates" alt="Pittsburgh Pirates" data-type="teamLink" aria-label="Pittsburgh Pirates " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/134/spots/24 1x, https://midfield.mlbstatic.com/v1/team/134/spots/48 2x, https://midfield.mlbstatic.com/v1/team/134/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/134/spots/48" alt="Pittsburgh Pirates" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Pittsburgh Pirates</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-8 col-1" data-col="1" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Pittsburgh Pirates Wins: 76"><span aria-hidden="true">76</span></span></td><td scope="row" id="tb-19-body row-8 col-2" data-col="2" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Pittsburgh Pirates Losses: 86"><span aria-hidden="true">86</span></span></td><td scope="row" id="tb-19-body row-8 col-3" data-col="3" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Pittsburgh Pirates Winning Percentage: .469"><span aria-hidden="true">.469</span></span></td><td scope="row" id="tb-19-body row-8 col-4" data-col="4" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Pittsburgh Pirates Wild Card Games Behind: 13.0"><span aria-hidden="true">13.0</span></span></td><td scope="row" id="tb-19-body row-8 col-5" data-col="5" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Pittsburgh Pirates Record in the Last 10 Games: 5 and 5"><span aria-hidden="true">5-5</span></span></td><td scope="row" id="tb-19-body row-8 col-6" data-col="6" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Pittsburgh Pirates Current Streak: L1"><span aria-hidden="true">L1</span></span></td><td scope="row" id="tb-19-body row-8 col-7" data-col="7" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Pittsburgh Pirates Runs Scored: 665"><span aria-hidden="true">665</span></span></td><td scope="row" id="tb-19-body row-8 col-8" data-col="8" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Pittsburgh Pirates Runs Allowed: 739"><span aria-hidden="true">739</span></span></td><td scope="row" id="tb-19-body row-8 col-9" data-col="9" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Pittsburgh Pirates Run Differential (runs scored - runs allowed): -74"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-74</span></span></div></td><td scope="row" id="tb-19-body row-8 col-10" data-col="10" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Pittsburgh Pirates Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 73 and 89"><span aria-hidden="true">73-89</span></span></td><td scope="row" id="tb-19-body row-8 col-11" data-col="11" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Pittsburgh Pirates Record at Home: 39 and 42"><span aria-hidden="true">39-42</span></span></td><td scope="row" id="tb-19-body row-8 col-12" data-col="12" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Pittsburgh Pirates Record when Away: 37 and 44"><span aria-hidden="true">37-44</span></span></td><td scope="row" id="tb-19-body row-8 col-13" data-col="13" data-row="8" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Pittsburgh Pirates Record against &gt;.500 Teams: 44 and 61"><span aria-hidden="true">44-61</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/nationals" alt="Washington Nationals" data-type="teamLink" aria-label="Washington Nationals " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/120/spots/24 1x, https://midfield.mlbstatic.com/v1/team/120/spots/48 2x, https://midfield.mlbstatic.com/v1/team/120/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/120/spots/48" alt="Washington Nationals" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Washington Nationals</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-9 col-1" data-col="1" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Washington Nationals Wins: 71"><span aria-hidden="true">71</span></span></td><td scope="row" id="tb-19-body row-9 col-2" data-col="2" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Washington Nationals Losses: 91"><span aria-hidden="true">91</span></span></td><td scope="row" id="tb-19-body row-9 col-3" data-col="3" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Washington Nationals Winning Percentage: .438"><span aria-hidden="true">.438</span></span></td><td scope="row" id="tb-19-body row-9 col-4" data-col="4" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Washington Nationals Wild Card Games Behind: 18.0"><span aria-hidden="true">18.0</span></span></td><td scope="row" id="tb-19-body row-9 col-5" data-col="5" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Washington Nationals Record in the Last 10 Games: 3 and 7"><span aria-hidden="true">3-7</span></span></td><td scope="row" id="tb-19-body row-9 col-6" data-col="6" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Washington Nationals Current Streak: L1"><span aria-hidden="true">L1</span></span></td><td scope="row" id="tb-19-body row-9 col-7" data-col="7" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Washington Nationals Runs Scored: 660"><span aria-hidden="true">660</span></span></td><td scope="row" id="tb-19-body row-9 col-8" data-col="8" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Washington Nationals Runs Allowed: 764"><span aria-hidden="true">764</span></span></td><td scope="row" id="tb-19-body row-9 col-9" data-col="9" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Washington Nationals Run Differential (runs scored - runs allowed): -104"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-104</span></span></div></td><td scope="row" id="tb-19-body row-9 col-10" data-col="10" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Washington Nationals Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 70 and 92"><span aria-hidden="true">70-92</span></span></td><td scope="row" id="tb-19-body row-9 col-11" data-col="11" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Washington Nationals Record at Home: 38 and 43"><span aria-hidden="true">38-43</span></span></td><td scope="row" id="tb-19-body row-9 col-12" data-col="12" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Washington Nationals Record when Away: 33 and 48"><span aria-hidden="true">33-48</span></span></td><td scope="row" id="tb-19-body row-9 col-13" data-col="13" data-row="9" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Washington Nationals Record against &gt;.500 Teams: 38 and 67"><span aria-hidden="true">38-67</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/marlins" alt="Miami Marlins" data-type="teamLink" aria-label="Miami Marlins " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/146/spots/24 1x, https://midfield.mlbstatic.com/v1/team/146/spots/48 2x, https://midfield.mlbstatic.com/v1/team/146/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/146/spots/48" alt="Miami Marlins" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Miami Marlins</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-10 col-1" data-col="1" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Miami Marlins Wins: 62"><span aria-hidden="true">62</span></span></td><td scope="row" id="tb-19-body row-10 col-2" data-col="2" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Miami Marlins Losses: 100"><span aria-hidden="true">100</span></span></td><td scope="row" id="tb-19-body row-10 col-3" data-col="3" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Miami Marlins Winning Percentage: .383"><span aria-hidden="true">.383</span></span></td><td scope="row" id="tb-19-body row-10 col-4" data-col="4" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Miami Marlins Wild Card Games Behind: 27.0"><span aria-hidden="true">27.0</span></span></td><td scope="row" id="tb-19-body row-10 col-5" data-col="5" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Miami Marlins Record in the Last 10 Games: 6 and 4"><span aria-hidden="true">6-4</span></span></td><td scope="row" id="tb-19-body row-10 col-6" data-col="6" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Miami Marlins Current Streak: W4"><span aria-hidden="true">W4</span></span></td><td scope="row" id="tb-19-body row-10 col-7" data-col="7" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Miami Marlins Runs Scored: 637"><span aria-hidden="true">637</span></span></td><td scope="row" id="tb-19-body row-10 col-8" data-col="8" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Miami Marlins Runs Allowed: 841"><span aria-hidden="true">841</span></span></td><td scope="row" id="tb-19-body row-10 col-9" data-col="9" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Miami Marlins Run Differential (runs scored - runs allowed): -204"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-204</span></span></div></td><td scope="row" id="tb-19-body row-10 col-10" data-col="10" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Miami Marlins Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 61 and 101"><span aria-hidden="true">61-101</span></span></td><td scope="row" id="tb-19-body row-10 col-11" data-col="11" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Miami Marlins Record at Home: 30 and 51"><span aria-hidden="true">30-51</span></span></td><td scope="row" id="tb-19-body row-10 col-12" data-col="12" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Miami Marlins Record when Away: 32 and 49"><span aria-hidden="true">32-49</span></span></td><td scope="row" id="tb-19-body row-10 col-13" data-col="13" data-row="10" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Miami Marlins Record against &gt;.500 Teams: 42 and 61"><span aria-hidden="true">42-61</span></span></td></tr><tr data-selected="false" data-underlined="false"><th scope="row" headers="tb-19-header col-0" data-col="0" class="table-cellstyle__StyledTableHead-sc-xpntj7-3 ebbgAQ"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 iiylwd"><div class="StandingsCustomCellstyle__TeamWrapper-sc-1c94dhk-1 lPaUQ"><a href="/rockies" alt="Colorado Rockies" data-type="teamLink" aria-label="Colorado Rockies " aria-hidden="true" class="StandingsCustomCellstyle__CellLinkWrapper-sc-1c94dhk-7 bVupjn"><div class="imagestyle__ImageWrapper-sc-xw1tzz-0 jioEtH StandingsCustomCellstyle__LogoWrapper-sc-1c94dhk-9 eSQldq"><img srcSet="https://midfield.mlbstatic.com/v1/team/115/spots/24 1x, https://midfield.mlbstatic.com/v1/team/115/spots/48 2x, https://midfield.mlbstatic.com/v1/team/115/spots/72 3x" src="https://midfield.mlbstatic.com/v1/team/115/spots/48" alt="Colorado Rockies" width="24" height="24" data-mlb-test="teamLogos" data-testid="teamLogos" class="imagestyle__Img-sc-xw1tzz-1 gArTDD"/></div>Colorado Rockies</a><span aria-hidden="true" class="StandingsCustomCellstyle__ClinchWrapper-sc-1c94dhk-10 iFjfEK"></span></div></div></th><td scope="row" id="tb-19-body row-11 col-1" data-col="1" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Colorado Rockies Wins: 61"><span aria-hidden="true">61</span></span></td><td scope="row" id="tb-19-body row-11 col-2" data-col="2" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Colorado Rockies Losses: 101"><span aria-hidden="true">101</span></span></td><td scope="row" id="tb-19-body row-11 col-3" data-col="3" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Colorado Rockies Winning Percentage: .377"><span aria-hidden="true">.377</span></span></td><td scope="row" id="tb-19-body row-11 col-4" data-col="4" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Colorado Rockies Wild Card Games Behind: 28.0"><span aria-hidden="true">28.0</span></span></td><td scope="row" id="tb-19-body row-11 col-5" data-col="5" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Colorado Rockies Record in the Last 10 Games: 2 and 8"><span aria-hidden="true">2-8</span></span></td><td scope="row" id="tb-19-body row-11 col-6" data-col="6" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Colorado Rockies Current Streak: L3"><span aria-hidden="true">L3</span></span></td><td scope="row" id="tb-19-body row-11 col-7" data-col="7" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Colorado Rockies Runs Scored: 682"><span aria-hidden="true">682</span></span></td><td scope="row" id="tb-19-body row-11 col-8" data-col="8" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Colorado Rockies Runs Allowed: 929"><span aria-hidden="true">929</span></span></td><td scope="row" id="tb-19-body row-11 col-9" data-col="9" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><div class="StandingsCustomCellstyle__CustomCellWrapper-sc-1c94dhk-0 StandingsCustomCellstyle__ColoredCellWrapper-sc-1c94dhk-3 ghLWSx"><span aria-label="Colorado Rockies Run Differential (runs scored - runs allowed): -247"><span aria-hidden="true" color="#B30F0F" class="StandingsCustomCellstyle__ColoredSpanWrapper-sc-1c94dhk-4 dvtAkb">-247</span></span></div></td><td scope="row" id="tb-19-body row-11 col-10" data-col="10" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 hujysJ"><span aria-label="Colorado Rockies Expected Win-Loss Record Based on Runs Scored and Runs Allowed: 59 and 103"><span aria-hidden="true">59-103</span></span></td><td scope="row" id="tb-19-body row-11 col-11" data-col="11" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Colorado Rockies Record at Home: 37 and 44"><span aria-hidden="true">37-44</span></span></td><td scope="row" id="tb-19-body row-11 col-12" data-col="12" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Colorado Rockies Record when Away: 24 and 57"><span aria-hidden="true">24-57</span></span></td><td scope="row" id="tb-19-body row-11 col-13" data-col="13" data-row="11" class="table-cellstyle__StyledTableCell-sc-xpntj7-2 fcmYDB"><span aria-label="Colorado Rockies Record against &gt;.500 Teams: 42 and 63"><span aria-hidden="true">42-63</span></span></td></tr></tbody></table></div></div></div><div class="FooterContentstyle__FooterContentWrapper-sc-1vho1y0-0 jKpRFy"><div class="FooterContentstyle__LastUpdatedHeader-sc-1vho1y0-2 knmJWz">Last updated:<!-- --> Feb 12th 1:19 PM ET</div><button shape="hollow-borderless" color="#057AFF" aria-label="Glossary" aria-pressed="false" class="buttonstyle__StyledButton-sc-vlv7w5-1 jMMFcq GlossaryModalstyle__GlossaryModalButton-sc-1bjqf8y-2 hnWbKK" role="button" type="button" data-testid="button" data-value="Glossary"><span class="buttonstyle__Label-sc-vlv7w5-0 fNVyAU">Glossary</span></button><div class="FooterContentstyle__FooterDivider-sc-1vho1y0-1 iwXrvA"></div><div class="FooterContentstyle__GlossaryWrapper-sc-1vho1y0-4 eZZWwA"><div class="FooterContentstyle__GlossarySubHeader-sc-1vho1y0-9 iELgcp">Clinch Indicators</div><ul class="FooterContentstyle__GlossaryListWrapper-sc-1vho1y0-8 cFAuxW"><li aria-label="w : Clinched Wild Card"><div aria-hidden="true">w</div><div aria-hidden="true">Clinched Wild Card</div></li><li aria-label="y : Clinched Division"><div aria-hidden="true">y</div><div aria-hidden="true">Clinched Division</div></li><li aria-label="z : Clinched Division and Best Record in League"><div aria-hidden="true">z</div><div aria-hidden="true">Clinched Division and Best Record in League</div></li></ul></div></div><div class="adstyle__Wrapper-sc-rhaap4-0 cfyVyN ad-responsive-slot Standingsstyle__FooterAdWrapper-sc-18919nx-5 coHHdS" data-targeting="{&quot;pos&quot;:5}" data-mlb-test="bottomBannerAd"><div id="ad-standings-bottom-banner-m" data-thresholds="[2,3,4]" class="adstyle__Wrapper-sc-rhaap4-0 cfyVyN ad-responsive-size" data-sizes="[[728,90]]"></div><div id="ad-standings-bottom-banner-sm" data-thresholds="[0,1]" class="adstyle__Wrapper-sc-rhaap4-0 cfyVyN ad-responsive-size" data-sizes="[[320,50]]"></div></div></section></div> <script> (function () { var serverVals = window.serverVals = {"basename":"/standings","route":"/standings/wild-card","locale":"en","clubId":"","leagueIds":["103,104"],"appView":"web","env":"prod","personalizationEnv":"prod","teamNickName":"MLB","fullClubName":"Major League Basebal","rules":{"disableStatCastLink":false,"disableTeamPageLink":false},"displayAdConfig":{"standings":{"enabled":true,"inventoryHierarchy":"standings","adUnitHierarchy1":"mlb.mlb","adUnitHierarchy2":"/standings","responsive":true,"thresholdsMap":["xs","s","m","l","xl"],"thresholds":[0,568,768,1024,1304],"pageTargeting":{},"displayAds":[{"id":"bottomBannerAd","ad-sizes":[{"contentId":"standings-bottom-banner-m","breakpoints":"[2,3,4]","sizes":"[[728,90]]"},{"contentId":"standings-bottom-banner-sm","breakpoints":"[0,1]","sizes":"[[320,50]]"}]},{"id":"topRightSponsorAd","ad-sizes":[{"contentId":"standings-sponsor-m","breakpoints":"[2,3,4]","sizes":"[[300,50]]"}]},{"id":"midCenterSponsorAd","ad-sizes":[{"contentId":"standings-sponsor-sm","breakpoints":"[0,1]","sizes":"[[190,18]]"}]}]}},"dictionary":{"label_tokyo_series":"Tokyo Series","label_gameType_E_420":"Tokyo Exhibition Game","label_gameType_R_159":"WBC Qualifier","label_gameType_E_590":"Spring Breakout","presented_by_ad":"Presented by","media_center_presented_by":"Presented By","milb_scores_seo_description":"Get up-to-date MiLB scores from today’s games, as well as scores from all the MiLB season games.","milb_schedule_seo_description":"The official schedule of Minor League Baseball including probable pitchers, Gameday, ticket and postseason information.","label_gameType_W_5536":"Championship","label_gameType_W_565":"Championship","label_gameType_W_120":"Appy League Championship","club_homepage_shop_carousel_team_header":"Shop Gear","ligas-invernales_scores_seo_description":"The official source for the Winter League scores, including LIDOM, LVBP, LMP, and LBPRC results of the 2024-25 season.","ligas-invernales_scores_seo_title":"Winter League Scores and Results: LIDOM, LVBP, LMP, and LBPRC","ligas-invernales_schedule_seo_description":"The official source for the Winter League schedule including LIDOM, LVBP, LMP, and LBPRC games today, probable pitchers, and Gameday.","ligas-invernales_schedule_seo_title":"Winter League Schedule: LIDOM, LVBP, LMP, and LBPRC Games Today","ligas-invernales_standings_seo_title":"Winter League Standings and Records: LIDOM, LVBP, LMP, and LBPRC","ligas-invernales_stats_seo_title":"Winter League Stat Leaders: LIDOM, LVBP, LMP, and LBPRC","game_ppd_short":"PPD","game_susp_short":"SUSP","promotions_title":"Promotions & Giveaways","ticketing_ticket_info":"Ticket Info","view_all":"View All","latest_videos":"Latest Videos","stove_stats":"2024 Stats","team133_fullname":"Athletics","team133_location":"Athletics","label_watch_free":"Watch Free","label_watch_on":"Watch on:","app_standings_winter_seo_title":"Posiciones y récord de los equipos en la Ligas Invernales en 2024 | Lidom, LVBP, LMP, LBPRC | Comodín | MLB.com","app_standings_winter_seo_description":"La tabla de posiciones oficial de las Ligas Invernales incluye Lidom, LBVP, LMP y LBPRC, en la temporada regular, comodín y postemporada.","ligas-invernales_standings_seo_description":"La tabla de posiciones oficial de las Ligas Invernales incluye Lidom, LBVP, LMP y LBPRC, en la temporada regular, comodín y postemporada.","ligas-invernales_stats_seo_description":"La fuente oficial de estadísticas de jugadores individuales y de equipos, líderes de jonrones de Ligas Invernales, líderes de la liga y líderes en promedio de bateo, OPS y estadísticas","standings_wild_card_teams":"Wild Card Teams","standings_nav_wild_card":"Wild Card","postseason_wildcard":"Wild Card","reset":"Reset","label_tbd":"TBD","skip_to_content":"Skip to Content","app_standings_cape-cod-league_seo_title":"Cape Cod League Standings","app_standings_mexican_seo_title":"LMB Standings","app_standings_arizona-fall-league_seo_title":"Arizona Fall League Standings","app_standings_appalachian_seo_title":"Appalachian League Standings","standings_appalachian_seo_title":"Appalachian League Standings","standings_mlb-draft-league_seo_title":"MLB Draft League Standings","app_standings_mlb-draft-league_seo_description":"MLB Draft League Standings","app_standings_appalachain_seo_description":"Appalachian League Standings","app_standings_arizona-fall-league_seo_description":"Arizona Fall League Standings","app_standings_mexican_seo_description":"LMB Standings","label_gameType_A_590":"All-Star Futures Game","label_listen_on":"Listen on:","draft_shp":"Switch-Handed Pitchers","button_video":"Video","amateur-scouting-league_scores_seo_title":"Amateur Scouting League Scores: Scoreboard, Results and Highlights","amateur-scouting-league_schedule_seo_title":"Amateur Scouting League Schedule | Amateur Scouting League","mlb_aboutads":"About Our Ads","ticketing_expand_details":"Expand for details","ticketing_at":"at","ticketing_available":"Available","ticketing_lowest_price":"Starting at","label_gameType_F":"Wild Card","cape-cod-league_schedule_seo_description":"The official schedule of the Cape Cod League including probable pitchers, Gameday, ticket and postseason information.","cape-cod-league_schedule_seo_title":"Baseball Schedule | Cape Cod League Schedule","cape-cod-league_scores_seo_description":"Get up-to-date Cape Cod League scores from today’s games, as well as scores from all the 2024 Cape Cod League season games.","cape-cod-league_scores_seo_title":"Cape Cod League Scores: Scoreboard, Results and Highlights","west-virginia_scores_seo_title":"West Virginia Black Bears Scores | West Virginia Black Bears","state-college_scores_seo_title":"State College Spikes Scores | State College Spikes","mahoning-valley_scores_seo_title":"Mahoning Valley Scrappers Scores | Mahoning Valley Scrappers","yarmouth-dennis_scores_seo_title":"Yarmouth-Dennis Red Sox Scores | Yarmouth-Dennis Red Sox","wareham_scores_seo_title":"Wareham Gatemen Scores | Wareham Gatemen","orleans_scores_seo_title":"Orleans Firebirds Scores | Orleans Firebirds","hyannis_scores_seo_title":"Hyannis Harbor Hawks Scores | Hyannis Harbor Hawks","harwich_scores_seo_title":"Harwich Mariners Scores | Harwich Mariners","falmouth_scores_seo_title":"Falmouth Commodores Scores | Falmouth Commodores","cotuit_scores_seo_title":"Cotuit Kettleers Scores | Cotuit Kettleers","chatham_scores_seo_title":"Chatham Anglers Scores | Chatham Anglers","bourne_scores_seo_title":"Bourne Braves Scores | Bourne Braves","brewster_scores_seo_title":"Brewster Whitecaps Scores | Brewster Whitecaps","williamsport_scores_seo_title":"Williamsport Crosscutters Scores | Williamsport Crosscutters","trenton_scores_seo_title":"Trenton Thunder Scores | Trenton Thunder","frederick_scores_seo_title":"Frederick Keys Scores | Frederick Keys","tri-state_scores_seo_title":"Tri-State Coal Cats Scores | Tri-State Coal Cats","pulaski_scores_seo_title":"Pulaski River Turtles Scores | Pulaski River Turtles","kingsport_scores_seo_title":"Kingsport Axmen Scores | Kingsport Axmen","johnson-city_scores_seo_title":"Johnson City Doughboys Scores | Johnson City Doughboys","greeneville_scores_seo_title":"Greeneville Flyboys Scores | Greeneville Flyboys","elizabethton_scores_seo_title":"Elizabethton River Riders Scores | Elizabethton River Riders","danville_scores_seo_title":"Danville Otterbots Scores | Danville Otterbots","burlington_scores_seo_title":"Burlington Sock Puppets Scores | Burlington Sock Puppets","bristol_scores_seo_title":"Bristol State Liners Scores | Bristol State Liners","bluefield_scores_seo_title":"Bluefield Ridge Runners Scores | Bluefield Ridge Runners","button_audio":"Audio","button_story":"Story","button_gameday":"Gameday","scores_message_nogames":"There are no games scheduled for the date selected.","standings_header_vsALNL_tooltip":"Record vs. Interleague Teams","standings_header_vsW_tooltip":"Record vs. West (in league)","standings_header_vsC_tooltip":"Record vs. Central (in league)","standings_header_vsE_tooltip":"Record vs. East (in league)","standings_header_turf_tooltip":"Record when playing on turf","standings_header_grass_tooltip":"Record when playing on grass","standings_header_night_tooltip":"Record in night games","standings_header_day_tooltip":"Record in day games","standings_header_extras_tooltip":"Record in extra inning games","standings_header_500_tooltip":"Record against >.500 Teams","standings_header_away_tooltip":"Record when Away","view_less_ties":"View Less Ties","view_more_ties":"View More Ties","label_gameType_W_119":"AFL Championship","label_gameType_L_119":"AFL Play-In Semifinals","dnp":"Do Not Play","label_gameType_L":"League Championship Series","label_gameType_D":"Division Series","psPicture":"https://www.mlb.com/news/mlb-playoff-picture-and-bracket-2023","standings_nav_ps_picture":"Postseason Picture","my_follows_edit":"Edit","standings_nextgame":"Next Game","add_more_players_teams":"Add More Players & Teams ","ticketing_load_content":"We could not load all the content - please try again later.","ticketing_more_events":"More Events","lineup":"Lineup","label_tiebreaker":"{{winnerAbbreviation}} wins (tiebreaker)","label_tiebreaker_short":"{{winnerAbbreviation}} wins","draft_of":"of","draft_birthplace_column":"Birthplace","mlb-draft-league_schedule_seo_title":"Baseball Schedule | MLB Draft League Schedule","mlb-draft-league_scores_seo_title":"MLB Draft League Scores: Scoreboard, Results and Highlights","appalachian_schedule_seo_title":"Baseball Schedule | Appalachian League Schedule","appalachian_scores_seo_title":"Appalachian League Scores: Scoreboard, Results and Highlights","arizona-fall-league_schedule_seo_title":"Arizona Fall League Schedule | Arizona Fall League","arizona-fall-league_scores_seo_title":"Arizona Fall League Scores: Scoreboard, Results and Highlights","world-baseball-classic_schedule_seo_title":"World Baseball Classic Schedule","world-baseball-classic_scores_seo_title":"World Baseball Classic Scores: Scoreboard, Results and Highlights","milb_schedule_seo_title":"Baseball Schedule | MiLB Schedule","milb_scores_seo_title":"MiLB Scores: Scoreboard, Results and Highlights","club_scores_seo_title":"{{teamNickname}} Scores: Scoreboard, Results and Highlights","mlb_schedule_seo_title":"Baseball Schedule | MLB Schedule","mlb_scores_seo_title":"MLB Scores: Scoreboard, Results and Highlights","draft_collapse_information":"Collapse Information","draft_expand_information":"Expand Information","draft_open_for_more_information_on":"Open for more information on","draft_rk":"RK","draft_pk":"PK","mlb-draft-league_schedule_seo_description":"The Official Site of the MLB Draft League, a six-team baseball league featuring a split-season amateur-professional format.","game_firstpitch_scheduled":"First Pitch Scheduled","app_standings_mlb-draft-league_seo_title":"MLB Draft League Standings: Real-time baseball scores and highlights","mlb-draft-league_scores_seo_description":"Get up-to-date MLB Draft League scores from today’s games, as well as scores from all the 2023 MLB Draft League season games.","button_milbtv":"MiLB.TV","button_mlbtv":"MLB.TV","probables_stats":"Stats","game_status_cancelled":"Canceled","game_canc_reason":"Canceled: {{reason}}","ticketing_eventticket":"Event Ticket","ticketing_updategames":"Update Games","ticketing_buyticketsoffers":"Buy Tickets + Offers","button_tubi":"Watch on Tubi","ticketing_singlegameticket":"Single Game Ticket","ticketing_filters":"Filters","ticketing_xpomotionavailable":"X Promotion(s) Available","ticketing_reset":"Reset","ticketing_hideoffers":"Hide Offers","ticketing_includedwithticket":"Included With Ticket","label_tubi":"Tubi","label_watch_on_tubi":"Watch on Tubi","button_live_box":"Gameday","appalachian_schedule_seo_description":"The Official Site of the Appalachian League, a collegiate summer baseball league featuring the top rising college freshmen and sophomores as part of Major League Baseball and USA Baseball's Prospect Development Pipeline.","appalachian_scores_seo_description":"Get up-to-date Appalachian League scores from today’s games, as well as scores from all the 2023 Appy League season games.","mlb_scores_seo_description":"Get up-to-date MLB scores from today’s games, as well as scores from all the 2023 MLB season games.","ticketing_event_info":"Event Info","ticketing_more":"More","ticketing_section":"Section","ticketing_more_info":"More Info","ticketing_hide_promotion":"Hide Promotion","ticketing_day":"Day","date_saturday":"Saturday","date_wednesday":"Wednesday","ticketing_promotion":"Promotion","label_gameType_S":"Spring Training","button_watch_story":"Watch Story","game_status_top":"Top","game_status_bottom_abbrev":"Bot","game_status_postponed_abbrev":"PPD","game_status_postponed":"Postponed","game_status_cancelled_abbrev":"CANC","game_status_final":"Final","game_status_delayed":"Delay","game_status_end":"End","label_gameType_W_160":"World Baseball Classic","label_gameType_W_159":"World Baseball Classic","label_gameType_L_159":"World Baseball Classic","label_gameType_L_160":"World Baseball Classic","label_gameType_D_159":"World Baseball Classic","label_gameType_D_160":"World Baseball Classic","button_game_story":"Game Story","label_gameType_W":"World Series","label_gameType_F_160":"World Baseball Classic","label_gameType_F_159":"World Baseball Classic","label_gameType_A":"All-Star Game","label_gameType_E":"Exhibition","label_gameType_R":"Regular Season","label_gameType_P":"Postseason","label_gameType_C":"Championship","label_gameType_N":"Nineteenth Century Series","label_gameType_I":"Intrasquad","label_world-baseball-classic":"World Baseball Classic","label_postseason_abbrev_W_104":"WS","label_postseason_abbrev_W_103":"WS","postseason_leadsseries":"{{teamAbbrev}} leads series {{wins}}-{{losses}}","label_gameday3d":"Gameday 3D","label_past_games":"Past Games","world-baseball-classic_scores_seo_description":"Get up-to-date World Baseball Classic scores.","world-baseball-classic_schedule_seo_description":"The official schedule of World Baseball Classic.","label_postseason_abbrev_W":"WS","label_postseason_abbrev_L_103":"ALCS","label_postseason_abbrev_L_104":"NLCS","label_postseason_abbrev_D_103":"ALDS","label_postseason_abbrev_D_104":"NLDS","label_postseason_abbrev_F_103":"ALWC","label_postseason_abbrev_F_104":"NLWC","label_game_abbrev":"G","postseason_ws":"WS","postseason_nlwc":"NLWC","postseason_alwc":"ALWC","postseason_nlds":"NLDS","postseason_alds":"ALDS","postseason_nlcs":"NLCS","postseason_alcs":"ALCS","label_postseason_schedule":"{{season}} Postseason Schedule","label_series":"Series","label_date":"Date","ps_schedule_game_abbreviated":"Gm","gameTypes_I":"Intrasquad","gameTypes_N":"Nineteenth Century Series","gameTypes_C":"Championship","draft_pass":"Passed","draft_birthplace":"Birthplace","draft_country":"Country","game_status_warmup_short":"Warmup","tickets_buy":"Buy Tickets","button_appletv":"Apple TV+","button_peacock":"Peacock","button_preview":"Preview","label_peacock":"Peacock","label_watch_on_peacock":"Watch on Peacock","peacock":"https://mlb.tv/peacock","draft_more_results":"Load More Results","news_more_info":"More Info","news_more":"More News","roster_label_viewmore":"View More Transactions","news_more_at":"Read more news at:","link_read_more":"Read more","news_read_more":"Read more","link_view_more":"Continue Reading","charts_label_hr_breakdown":"Home Run Breakdown","stats_homerun":"Home Runs","appletv":"https://apple.co/mlb","probables_rhp":"RHP","probables_lhp":"LHP","label_watch_on_appletv":"Watch on Apple TV+","game_time_tbd":"TBD","label_appletv":"Apple TV+","scores_probable_pitchers":"Probable Pitchers","stats_summary_springtraining":"{{year}} Spring Training","stats_summary_regularseason":"{{year}} Regular Season","stats_summary_postseason":"{{year}} Postseason","stats_gamesstarted_abbrev":"GS","stats_summary_regularseason_career":"Career Regular Season","stats_summary_springtraining_career":"Career Spring Training","stats_summary_postseason_career":"Career Postseason","summary_keyMoments":"Key Moments","roster_title":"Title","navigation_sign_in":"Log In","aria_label_alert_close":"Close alert","ranking_25":"25th","ranking_27":"27th","ranking_26":"26th","ranking_23":"23rd","ranking_19":"19th","ranking_21":"21st","ranking_20":"20th","ranking_22":"22nd","ranking_24":"24th","ranking_16":"16th","ranking_18":"18th","ranking_17":"17th","ranking_15":"15th","ranking_14":"14th","ranking_13":"13th","ranking_10":"10th","ranking_8":"8th","ranking_11":"11th","ranking_12":"12th","ranking_9":"9th","ranking_7":"7th","ranking_5":"5th","ranking_4":"4th","ranking_2":"2nd","ranking_3":"3rd","ranking_6":"6th","ranking_1":"1st","stats_games_played":"Games Played","team114_fullname":"Cleveland Guardians","team114_nickname":"Guardians","game_status_replay":"Replay","game_status_warmup":"Warmup","game_status_suspended":"Suspended","sections_standings":"Standings","standings_club_seo_description":"The official Standings for the {{clubNickname}}","standings_club_seo_title":"{{clubNickname}} Standings","standings_club_year_seo_description":"The official {{year}} standings for the {{clubNickname}}","standings_club_year_seo_title":"{{year}} {{clubNickname}} Standings","standings_spring_seo_description":"The official Spring Training, Cactus and Grapefruit league standings for Major League Baseball","standings_spring_seo_title":"Spring Training Standings","standings_spring_year_seo_description":"The official {{year}} Spring Training, Cactus and Grapefruit league standings for Major League Baseball","standings_spring_year_seo_title":"{{year}} Spring Training Standings","standings_wildcard_year_seo_description":"The official {{year}} Wild Card standings for Major League Baseball","standings_wildcard_year_seo_title":"{{year}} Wild Card Standings","standings_wildcard_seo_description":"The official Wild Card standings for Major League Baseball","standings_wildcard_seo_title":"Wild Card Standings","standings_seo_description":"The official standings for Major League Baseball","standings_seo_title":"Baseball Standings","standings_year_seo_description":"The official {{year}} standings for Major League Baseball","standings_year_seo_title":"{{year}} Baseball Standings","standings_mlb_seo_description":"The official standings for Major League Baseball","unit_time_just_now":"Just now","unit_time_secs":"Secs","standings_1981_note":"Due to the strike in 1981, the season was split into two halves and playoff seedings were determined using the winners from each half.","label_game_coverage":"News","stats_bvp":"Batter vs. Pitcher","player_page_career_advanced_stats":"Advanced Career Stats","search_card_tbd":"TBD","postseason_series_begins_short":"Begins","control_bar_edit_text":"Edit Teams & Players","control_bar_add_text":"Follow Teams & Players","following":"Following","follow":"Follow","stats_completegames_abbrev":"CG","button_following":"Following","button_follow":"Follow","search_card_next_game":"Next Game","search_team_card_game_leading":"The {team} are beating the {opponent} {teamScore}-{opponentScore} in the {inningOrdinal} inning.","search_team_card_game_trailing":"The {team} are trailing the {opponent} {teamScore}-{opponentScore} in the {inningOrdinal} inning.","search_team_card_game_tied":"The {team} and {opponent} are tied {teamScore}-{opponentScore} in the {inningOrdinal} inning.","search_team_card_game_cta":"Watch Live","search_card_photo_career_stats":"Career Stats","search_card_photo_postseason_stats":"Postseason Stats","search_card_photo_spring_training_stats":"Spring Training Stats","search_card_photo_stats":"Stats","search_card_last_game":"Last Game","search_card_live":"Live","search_team_card_game_suspended":"Suspended","search_follow":"Follow","search_following":"Following","search_official_site":"Official Site","search_my_favorite":"My Favorite","game_susp_completion_on_date":"Completion of game suspended on {{date}}","roster_pitchers":"Pitchers","game_oneout":"1 Out","game_twoouts":"2 Outs","game_noouts":"0 Outs","game_threeouts":"3 Outs","label_postseason_team_comparison":"Postseason Team Comparison","standings_ranking_5":"5th","standings_ranking_4":"4th","standings_ranking_3":"3rd","standings_ranking_2":"2nd","standings_ranking_1":"1st","division_nl_west":"NL West","division_nl_east":"NL East","division_nl_central":"NL Central","division_al_west":"AL West","division_al_central":"AL Central","division_al_east":"AL East","label_top_performers":"Top Performers","label_key_moments":"Key Moments","game_out":"Out","game_outs":"Outs","game_firstpitch":"First Pitch","game_status_bottom":"Bottom","label_news":"News","button_more_highlights":"More highlights from this game","label_alltime":"All-Time","label_team_comparison":"Team Comparison","label_game":"Game","game":"Game","label_season":"Season ","stats_stolenbases":"Stolen Bases","stats_runsbattedin":"Runs Batted In","stats_runs":"Runs","stats_battingaverage":"Batting Average","stats_whip_abbrev":"WHIP","stats_earnedrunaverage":"Earned Run Average","stats_strikeouts":"Strikeouts","stats_saves":"Saves","stats_pitching_short":"Pitching","stats_sortable":"Sortable Stats","stats_wins":"Wins","labelBrief_e":"E","labelBrief_lob":"LOB","button_plays":"Plays","button_play":"Play","button_wrap":"Wrap","button_boxscore":"Box Score","button_box":"Box","favorite_team":"Favorite Team","click_for_all_follows":"Click to display all follows","followed_team":"Followed Team","followed_player":"Followed Player","ticketing_buy_now":"Buy Now","draft_tracker":"Draft Tracker","search_card_legend_z":"Clinched Division and Best Record in League","search_card_legend_y":"Clinched Division","search_card_legend_x":"Clinched Playoff Berth","search_card_legend_w":"Clinched Wild Card","time_zone_mountain_abbrev":"MT","page":"Page","roster_twp":"Two-Way Players","roster_coachingstaff":"Coaching Staff","roster_managerandcoaches":"Manager & Coaches","player_dob":"DOB","roster_minors":"Minors","draft_twoway_players":"Two-Way Players","mlbtvfreegameoftheday":"MLB.TV Free Game of the Day","freegameoftheday":"Free Game of the Day","mlb-in-this-content":"Tags","lightbox_title":"Watch. Create. Share.","share":"Share","lightbox_description":"Step into MLB's new video library with over 3 million clips.","mlb-in-this-story":"In this story","mlb-in-this-video":"In this video","search_card_complete_stats":"Complete Stats","shop_gear":"SHOP GEAR","search_data_viz_pitcher":"Zone - Batting Avg {years}","search_data_viz_hitter":"Spray Chart - Home Runs {years}","year_stats_L":"${year} LCS","year_stats_F":"${year} Wild Card","year_stats_D":"${year} Division Series","year_stats_W":"${year} World Series","year_stats_P":"${year} Postseason","year_stats_S":"${year} Spring Training","year_stats_R":"${year} Stats","year_stats":"{{year}} Stats","postseason_leagueseries_abbrev":"LCS","postseason_divisionseries_abbrev":"DS","postseason_wildcard_abbrev":"WC","search_card_table_ip_abbrev":"IP","search_no_results":"We’re sorry, we couldn’t find any results for","search_card_high_school":"High School","search_card_hall_of_fame":"Hall of Fame","search_card_college":"College","search_card_table_ab_abbrev":"AB","search_card_death":"Death","search_card_draft":"Draft","search_just_published":"Just Published","search_card_table_pct_abbrev":"PCT","search_card_table_gb_abbrev":"GB","search_sort_by_relevancy":"By Relevancy","search_card_table_career_stats":"MLB Career","search_card_table_spring_training":"Spring Training","search_card_table_postseason":"Postseason","search_card_shop_player_gear":"Shop {playerLastName} Gear","search_card_table_year":"Year","search_result_for":"result for","season_stats":"Season Stats","search_card_table_whip_abbrev":"WHIP","search_card_table_so_abbrev":"SO","search_card_table_era_abbrev":"ERA","search_card_table_l_abbrev":"L","search_card_table_w_abbrev":"W","search_card_table_ops_abbrev":"OPS","search_card_table_avg_abbrev":"AVG","search_card_table_sb_abbrev":"SB","search_card_table_rbi_abbrev":"RBI","search_card_table_hr_abbrev":"HR","search_card_table_sv_abbrev":"SV","search_card_table_runs_abbrev":"R","search_card_player_bio_stats":"{playerFullName} Full Bio & Stats","search_card_team_tickets":"{teamNickname} Tickets","search_pagination_more_results":"More Results","search_pagination_next":"Next","search_pagination_previous":"Previous","search_shop_carousel_player_header":"Shop {playerFullName} Gear","search_shop_carousel_team_header":"Shop {teamFullName} Gear","search_card_team_shop":"{teamNickname} Shop","search_card_debut":"Debut","search_card_born":"Born","search_sort_by_oldest":"By Oldest","search_sort_by_newest":"By Newest","search_filter_news":"News","search_filter_all":"All","search_results_for":"results for","search_filter_videos":"Videos","search_header_suggested":"Suggested","search_search_button":"Search","search_search_input_placeholder":"What are you looking for?","search_header_players":"Players","search_header_teams":"Teams","freegameoftheday_short":"Watch Free","label_sort_order_toggle":"Sort Order Toggle","game_delay_reason":"Delay: {{reason}}","date_next_month":"Next Month","date_view_year_x":"View year {{year}}","date_view_all_years":"View all years","date_prev_month":"Previous Month","pitching_abbrev":"P","label_drag_toggle":"Drag Toggle","label_stats_table":"Stats Table","bracket_label":"Bracket","schedule_by_series":"By Series","navigation_account":"Account","label_if_necessary":"if necessary","button_full_schedule":"Full Schedule","more_information":"More Information","draft_organism_copy":"Watch the 2020 MLB Draft LIVE on MLB Network, ESPN at 7 ET","stats_shutouts":"Shutouts","stats_pickoffs":"Pickoffs","team141_fullname":"Toronto Blue Jays","watchlive":"Watch live","game_perfectgame":"Perfect Gm.","schedule_message_nogames_all_dates":"There are no games scheduled for the dates selected.","game_status_middle":"Middle","schedule_message_nogames":"There are no games scheduled for this date.","mlb_schedule_seo_description":"The official schedule of Major League Baseball including probable pitchers, Gameday, ticket and postseason information.","game_status_final_abbrev":"F/{{numInnings}}","versus_abbrev":"vs","roster_bullpen":"Bullpen","roster_rotation":"Rotation","roster_nonroster":"Non-Roster","roster_40man":"40-Man","roster_depthchart":"Depth Chart","roster_active":"Active","roster_nonroster_seo_description":"{{fullClubName}} Non Roster Invitees.","roster_coaches_seo_description":"{{fullClubName}} Coaching Staff.","roster_depthchart_seo_title":"Depth Chart","roster_active_seo_title":"Active Roster","roster_40man_seo_title":"40-Man Roster","roster_nonroster_seo_title":"Non-Roster Invitees","roster_coaches_seo_title":"Coaches","roster_transactions_seo_title":"Transactions","roster_transactions_seo_description":"The latest moves, trades, and transactions from the {{fullClubName}}.","roster_active_seo_description":"{{fullClubName}} Active Team Roster.","roster_depthchart_seo_description":"{{fullClubName}} Depth Chart.","roster_40man_seo_description":"{{fullClubName}} 40 Man Team Roster.","roster_position":"Position","roster_date":"Date","date_january":"January","date_february":"February","date_march":"March","date_april":"April","date_may":"May","date_june":"June","date_july":"July","date_august":"August","date_september":"September","date_october":"October","date_november":"November","date_december":"December","game_position_dh":"Designated Hitter","game_position_rf":"Right Field","game_position_cf":"Center Field","game_position_lf":"Left Field","game_position_ss":"Shortstop","game_position_3b":"Third Base","game_position_2b":"Second Base","game_position_c":"Catcher","game_position_1b":"First Base","roster_outfielders":"Outfielders","roster_infielders":"Infielders","roster_catchers":"Catchers","roster_bats_throws":"B/T","player_weight":"Wt","player_height":"Ht","roster_team":"Team","roster_player":"Player","roster_coach_hitting":"Hitting Coach","roster_coach_pitching":"Pitching Coach","roster_coach_thirdbase":"Third Base Coach","roster_coach_assistanthitting":"Assistant Hitting Coach","roster_coach_firstbase":"First Base Coach","roster_coach_bench":"Bench Coach","roster_coach_bullpen":"Bullpen Coach","roster_coach_infield":"Infield Coach","roster_bullpencatcher":"Bullpen Catcher","roster_coach_catching":"Catching Coach","roster_specialassistant":"Special Assistant","roster_instructor_baserunningoutfield":"Baserunning/Outfield and First Base Coach","roster_trainer":"Athletic Trainer","roster_security_team":"Team Security","roster_director_profscouting":"Director of Professional Scouting","roster_minorleague_hittingcoord":"Minor League Hitting Coordinator","roster_manager":"Manager","roster_director_teamtravel":"Director, Team Travel and Player Services","roster_minorleague_pitchingcoord":"Minor League Pitching Coordinator","roster_baseballoperationsasst":"Baseball Operations Assistant","roster_physician_head":"Head Team Physician","roster_physician_senior_orthopedics":"Senior Advisor of Orthopedics","roster_instructor_catching":"Catching/Defensive Positioning","roster_scout":"Scout","roster_security_execdirector":"Executive Director, Team Security","roster_specialassistant_gm":"Special Assistant to the General Manager","roster_videocoordinator":"Video Coordinator","roster_trainer_asst":"Assistant Athletic Trainer","roster_trainer_head":"Head Athletic Trainer","roster_equipmentmanager":"Equipment Manager","roster_director_mentalconditioning":"Director of Mental Conditioning","roster_clubhousemanager":"Clubhouse Manager","roster_trainer_massagetherapist":"Massage Therapist","roster_generalmanager":"General Manager","roster_trainer_stregnthandconditioning":"Strength and Conditioning Coordinator","roster_managerscoaches":"Manager & Coaches","roster_label_transactions":"Transactions","roster_label_transaction":"Transaction","roster_coaches":"Coaches","roster_staff":"Staff","roster_label_page":"Roster & Staff","game_nohitter":"No-Hitter","game_perfectgame_long":"Perfect Game","player_live":"Live","button_tickets":"Tickets","scores_fullscoreboard":"Full Scoreboard","date_december_abbrev":"dec","date_november_abbrev":"nov","date_october_abbrev":"oct","date_september_abbrev":"sep","date_august_abbrev":"aug","date_july_abbrev":"jul","date_june_abbrev":"jun","date_may_abbrev":"may","date_april_abbrev":"apr","date_march_abbrev":"mar","date_february_abbrev":"feb","date_january_abbrev":"jan","date_sunday_abbrev":"sun","date_friday_abbrev":"fri","date_thursday_abbrev":"thu","date_tuesday_abbrev":"tue","date_monday_abbrev":"mon","date_today":"Today","schedule_label":"Schedule","game_status_date":"Date","date_wednesday_abbrev":"wed","date_saturday_abbrev":"sat","club_scores_seo_description":"The official scoreboard of the {{fullClubName}} including Gameday, video, highlights and box score.","postseason_seriestied":"Series tied at {{wins}}","postseason_winsseries":"{{teamAbbrev}} wins series {{wins}}-{{losses}}","game_ppd_makeup_of":"Makeup of {{date}}","game_delay_start_short":"DEL","game_delay_short":"DEL","game_canc_short":"CANC","game_susp_completion_on_date_short":"Completion of {{date}} game","game_canc_reason_short":"CANC: {{reason}}","game_ppd_reason_short":"PPD: {{reason}}","game_susp_reason_short":"SUSP: {{reason}}","game_delay_reason_short":"DEL: {{reason}}","game_delay_start_reason_short":"DEL: {{reason}}","game_ppd_reason":"Postponed: {{reason}}","game_susp_completed_on_date":"Completed on {{date}}","game_delay_start_reason":"Delayed Start: {{reason}}","game_ppd_makeup_date":"Makeup on {{date}}","game_susp_to_be_completed":"To be completed on {{date}}","game_susp_reason":"Suspended: {{reason}}","time_zone_pacific_short":"Pacific","time_zone_mountain_short":"Mountain","time_zone_central_short":"Central","time_zone_eastern_short":"Eastern","scores_message_times":"All Times {{shortTimeZoneName}}. Subject to change.","club_schedule_seo_title":"{{teamNickname}} Schedule","club_schedule_seo_description":"The official schedule of the {{fullClubName}}, including home and away schedule and promotions.","scores_seo_title":"MLB Scores | Baseball Scores","scores_seo_description":"The official source for scores, previews, recaps, boxscores, video highlights, and more from every Major League Baseball game.","schedule_probable_starter_is":"{{awayTeam}} probable starter is {{awayPItcher}}. {{homeTeam}} probable starter is {{homePItcher}}","game_panel_live":"Live","schedule_is_batting_against":"{{currentBatter}} is batting against {{currentPitcher}}","schedule_game_starts_at":"Game starts at {{gametime}}","button_video_watch_highlight":"Watch highlights","game_panel_delayed":"Delayed","game_panel_ppd":"PPD","game_panel_final":"Final","game_panel_rain_delay":"Rain Delay","draftkings_presented":"presented by","game_panel_preview":"Preview","stove_all_roster_moves":"All Roster Moves","season_type_regularseason_abbreviated":"Reg. Season","draftkings_showdown":"MLB SHOWDOWN","stove_no_records":"No Results","stove_pos":"Pos","stove_all_teams":"All Teams","stats_nav_dropdown_year_alltimetotals_alltime":"All Time Totals - All-Time","stats_nav_league_al":"AL","stats_nav_dropdown_year_alltimetotals_active":"All Time Totals - Active","stats_nav_league_nl":"NL","stats_nav_league_mlb":"MLB","stats_nav_dropdown_year_alltimeseason_alltime":"All Time by Year - All-Time","stove_era":"ERA","stove_so":"SO","stove_notes":"Notes","ps_schedule_round_alchampionshipseries":"ALCS","stove_prev":"Prev","ps_schedule_round_worldseries":"World Series","stats_nav_players":"Players","ps_schedule_round_nltiebreaker":"NL Tiebreaker","ps_schedule_round_altiebreaker":"AL Tiebreaker","stove_next":"Next","player_page_nostats":"No stats available","stats_nav_dropdown_year_alltimeseason_active":"All Time by Year - Active","stats_nav_statcast":"Statcast","stove_header":"MLB Free Agent & Hot Stove Tracker","stats_nav_pitching":"Pitching","stove_hr":"HR","stove_rbi":"RBI","stats_nav_hitting":"Hitting","stove_avg":"AVG","stats_nav_teams":"Teams","stove_transaction_date":"Transaction Date","stove_clear":"Clear","stove_position":"Position","stove_new_team":"New Team","stove_former_team":"Former Teams","stove_status":"Status","stove_moves_by_team":"Player Moves By Team","stove_change_status":"Player Change Status","stove_spotlight":"Spotlight","ps_schedule_round_nlchampionshipseries":"NLCS","ps_schedule_round_nldivisionseries":"NLDS","ps_schedule_round_aldivisionseries":"ALDS","ps_schedule_round_nlwildcard":"NL Wild Card","ps_schedule_round_alwildcard":"AL Wild Card","ps_schedule_scheduleheader":"Schedule","schedule_by_date":"By Date","ps_schedule_past_games":"Past Games","game_status_chal":"Chal","accessibility_footer_link":"MLB.com","probables_stats_five_years":"* Stats aggregated over the past 5 years","status_res":"Reserve List (Minors) ","mini_scoreboard_heading_allscores":"All Scores","status_ti":"Temporary Inactive List ","status_ra":"Rehab Assignment","status_mil":"Military Leave ","status_ret":"Voluntarily Retired List ","status_asg":"Assigned to New Team/Level ","status_bn":"Banned","player_total":"Total","status_rst":"Restricted List ","status_in":"Ineligible List ","submit":"Submit","status_a":"Active","status_su":"Suspended # days ","login":"Login","status_claimed":"Claimed","status_brv":"Bereavement List ","status_dec":"Deceased","status_des":"Designated for Assignment ","status_fa":"Free Agent","status_rl":"Released","status_tr":"Traded","status_wa":"Waived ","status_pl":"Paternity List ","status_min":"Minor League Contract ","status_nri":"Non-Roster Invitee ","status_fme":"Family Medical Emergency ","status_rm":"Reassigned to Minors ","status_d60":"Injured 60-Day ","status_d15":"Injured 15-Day ","status_d10":"Injured 10-Day ","status_d7":"Injured 7-Day ","probables_stats_list_view":"Player Stats Available in List View","media_center_timezone_meta":"All times {{timezonename}}. Subject to Change.","bio_label_view_more_info":"View More Bio Info","stats_last_five_year_label":"Last 5 years","roster_active_player_search":"Active Player Search","stats_post_allstar":"Post All-Star ","bio_label_follow":"Follow","stats_vsright":"vs. Right","bio_label_died":"Died","stats_games_night":"Night Games","bio_label_fullname":"Fullname","stats_ongrass":"On Grass","stats_games_away":"Away Games","bio_label_relationships":"Relationship(s)","bio_label_born":"Born","bio_label_nickname":"Nickname","stats_games_day":"Day Games","stats_pre_allstar":"Pre All-Star ","stats_games_home":"Home Games","bio_label_highschool":"High School","bio_label_college":"College","stats_onturf":"On Turf","stats_vsleft":"vs. Left","bio_label_in":"in","player_fantasy":"Fantasy","bio_label_pronunciation":"Pronunciation","player_view_less_rankings":"View Less Rankings","player_rank":"Rank","player_league_rankings":"League Rankings","player_view_more_rankings":"View More Rankings","draft_video":"Video","news_label_viewmore_videos":"View More Videos","player_shop":"Shop","player_awards":"Awards","distant_relative_of ":"distant relative of ","player_stats":"Stats","daughter_of ":"daughter of ","sister_of ":"sister of ","nephew_of":"nephew of ","grand_nephew_of":"grand nephew of","cousin_of ":"primo de","grand_uncle_of":"grand uncle of","uncle_of":"uncle of","half-brother_of ":"half-brother of ","sister":"sister","father_of":"father of","brother-in-law_of ":"brother-in-law of ","great_grandfather_of":"great grandfather of ","son-in-law_of ":"son-in-law of ","distant_relative":"distant relative","half-brother ":"half-brother ","daughter":"daughter","great_grandson ":"great grandson","brother_-_twin":"brother-twin","brother":"brother","grand_nephew":"grand nephew","father-in-law_of ":"father-in-law of ","grandson_of":"grandson of","brother-in-law ":"brother-in-law ","brother_of ":"brother of ","grandfather_of":"grandfather of ","grand_uncle":"grand uncle","son_of":"son of","great_grandson_of":"great grandson of","nephew":"nephew","cousin":"cousin","brother_-_twin_of ":"brother-twin of ","uncle":"uncle","great_grandfather ":"great grandfather ","son-in-law ":"son-in-law ","grandson":"grandson","father-in-law ":"father-in-law ","son":"son","father":"father","player_page_career_statcast":"Statcast","grandfather":"grandfather","player_page_career_stats":"Career Stats","charts_label_view_more_charts":"View More Charts","charts_label_exit_velocity_against":"Exit Velocity Against","charts_label_exit_velocity":"Exit Velocity","charts_label_batting_avg_against":"Batting Avg Against","charts_label_basehitsbreakdown":"Base Hits Breakdown","charts_label_pitchbreakdown":"Pitch Breakdown","player_page_charts_catcher_perspective":"Catcher Perspective","player_page_charts":"Charts","player_page_charts_zonecharts":"Zone Charts","draft_next":"Next","draft_rd":"Rd","draft_age":"Age","draft_draft_tracker":"Draft Tracker","draft_last":"Last","draft_on_clock":"On the Clock","gdpr_i_agree3":"You can request a copy of your personal information held by MLB at any time. Should you have any complaints about our use and storage of your personal information, you can direct them to your country's data protection authority.","player_page_avg_pitch_speed":"Avg Pitch Speed (mph)","player_page_avg_height":"Avg Height (feet)","gdpr_first_opt":"I agree to the Terms of Use and Privacy Policy for this transaction.","gdpr_i_agree":"By agreeing to any of the above terms, you are agreeing that your personal information will be collected, stored and processed in the United States on behalf of MLB. We provide appropriate security to your personal information. ","player_page_avg_exit_velocity":"Avg Exit Velocity (mph)","gdpr_i_agree4":"If you have any questions, please contact us by postal mail at MLB Advanced Media, 75 Ninth Avenue, 5th Floor, New York, NY 10011 USA, or by email at privacy@website.mlb.com.","gdpr_i_agree2":"You can opt out of receiving communications at any time, all pursuant to the Privacy Policy. You can request the modification or deletion of your personal information from MLB's records at any time.","player_page_avg_hr_distance":"Avg HR Distance (feet)","announcement_developing_story":"Developing Story","datepicker_month":"Month","player_page_avg_gen_velocity":"Avg Gen Velocity (mph)","datepicker_next_day":"Next Day","player_page_avg_perceived_speed":"Avg Perceived Speed (mph)","datepicker_calendar":"Select Date","datepicker_year":"Year","player_page_avg_extension":"Avg Extension (feet)","draft_watch_on":"Watch On","player_page_pitch_type":"Pitch Type","player_page_statcast_avg":"Statcast Averages","header_alt_text":"Major League Baseball","stats_mlb_springtraining":"Spring Training Stats","player_page_PA":"PA","player_page_avg_launch_angle":"Avg Launch Angle (deg)","datepicker_previous_day":"Previous Day","gdpr_second_opt":"Please use my personal information to send me messages about the Major League Baseball companies' (MLB) products and services.","player_page_avg_spin_rate":"Avg Spin Rate (rpm)","announcement_right_now":"Right Now","stats_mlb_springtraining_career":"Spring Training Career Stats","stats_label_wins_losses":"W-L","announcement_breaking_news":"Breaking News","batside_switch":"S","button_fgow":"FB-WATCH","batside_left":"L","button_fgow_L":"MLB Live on Facebook Watch","fbgotw":"MLB Live on Facebook Watch","past_lineups":"Past Lineups","batside_right":"R","starting_lineups":"Starting Lineups","search_cut_four":"Cut4","search_video_title":"Video","search_article":"Article","search_all":"All","search_previous":"Previous","search":"Search","search_press_release":"Press Release","probables_roster":"Roster","search_next":"Next","probables_last_three_starts_of":"Last 3 starts of","probables_view_matchup":"View Matchup By Clicking on a Game","probables_at":"At","probables_tickets":"Tickets","probables_preview":"Preview","probables_view":"View","probables_close":"Close","cutfour_more_from":"More from","cutfour_follow":"Follow Cut4","cutfour_up_next":"Up Next","cutfour_load_more":"Load More","cutfour_related":"Related","cutfour_at":"at","cutfour_topics":"Topics in this article","cutfour_players":"Players in this article","cutfour_teams":"Teams in this article","pw_lhp":"Left-handed Pitcher","standings_vs_east":"East","standings_last_updated":"Last updated:","standings_tie_at":"at","standings_header_runs_allowed_tooltip":"Runs Allowed","unit_time_hrs":"Hrs","standings_vs_west":"West","news_view":"View","ticketing_subject_tochange":"All times {{timezonename}}. Subject to change.","pw_preseason":"Preseason","unit_time_mins":"Mins","standings_tie_games_blurb":"Tie games do not count towards standings calculations","ticketing_clear_filters":"There are no events that meet your filter criteria. Clear filters to view events.","unit_time_days":"Days","standings_1981_note2":"The first half began on April 9 and ended June 11, while the second half started on August 10 and ended October 4. Overall standings are presented here for reference but were not used to determine playoff berths.","pw_current":"Current","ticketing_promotions":"Promotions","ticketing_price":"Price","pw_year":"Year","ticketing_presented_by":"Presented by","pw_midseason":"Midseason","standings_vs_central":"Central","standings_header_runs_scored_tooltip":"Runs Scored","standings_tie_games":"Tie Games","pw_rhp":"Right-handed Pitcher","pw_prospects":"100 Prospects","pw_position":"10 by Position","pw_pdp":"PDP","pw_international":"30 International","pw_draft":"200 Draft","pw_by_team":"30 by Team","pw_shortstop":"Shortstop","pw_outfield":"Outfielder","news_by_byline":"By","ticketing_events_unavailable":"This offer's events are currently unavailable. Please try again later.","ticketing_ticket_details":"Ticket Details","ticketing_seating_area":"Seating Area","ticketing_something_wrong":"Something went wrong. Please check back.","ticketing_tickets_unavailable":"Tickets are currently unavailable. Please check back later.","ticketing_loading":"Loading","schedule_important_dates":"Important Dates","ticketing_pricing_error":"Pricing currently not available. Please check back later.","ticketing_night":"Night","ticketing_clear_all":"Clear All","schedule_postseason_grid":"Postseason Grid","ticketing_time":"Time","ticketing_error_message":"Ticket information currently not available. Please check back later.","ticketing_opponent":"Opponent","ticketing_month":"Month","ticketing_ticket_offer":"Ticket Offer","ticketing_game_highlight":"Game Highlight","ticketing_featured_price":"Featured Price","ps_schedule_footer1":"All games telecast on MLB Network, TBS and FOX will be available to MLB.TV subscribers who are authenticated subscribers to the applicable network through a participating pay TV provider.","stats_minors_career":"Minors Career","stats_fieldingperc_abbrev":"FPCT","stats_mlb_career_short":"MLB Career","ps_schedule_footer2":"ESPN Radio will provide live national coverage of all 2017 MLB Postseason games, including the Wild Card Games.","ps_scores_watch_live":"Watch Live","jays_schedule_footer1":"All games telecast on MLB Network, TBS and FOX will be available to MLB.TV subscribers who are authenticated subscribers to the applicable network through a participating pay TV provider.","schedule_if_necessary":"*if necessary","ticketing_view_pricing":"View Pricing","ticketing_less_events":"Less Events","stats_league":"League","stats_position":"Position","player_mlb":"MLB","stats_doubleplays_abbrev":"DP","stats_assists_abbrev":"A","stats_passedballs_abbrev":"PB","stats_league_abbrev":"LG","ps_al_tiebreaker":"AL Tiebreaker","clubscores_message_timezone":"All Times {{timezonename}}. Game times subject to change","date_tonight":"Tonight","stats_fieldingperc_short":"Fielding %","ps_scores_watch_on":"Watch On","stats_pitchestostrikes_abbrev":"NP-S","jays_schedule_footer2":"ESPN Radio will provide live national coverage of all 2017 MLB Postseason games, including the Wild Card Games.","schedule_printable_header":"MLB {{season}} Schedule","ps_nl_tiebreaker":"NL Tiebreaker","stats_position_abbrev":"POS","stats_pitchestostrikes":"Number of Pitches-Strikes","postseason_score_round_header_W":"WORLD SERIES","postseason_score_round_header_D":"DIVISION SERIES","postseason_score_round_header_L":"CHAMPIONSHIP SERIES","postseason_score_round_header_F":"WILD CARD","news_subject_approval":"This story was not subject to the approval of Major League Baseball or its clubs.","news_posted_time":"Posted at","news_game_coverage":"View Full Game Coverage","postseason_score_round_header_R":"TIEBREAKER","ps_tune_in":"Postseason Bracket and Schedule","news_posted_date":"Posted","division_leader_abbrev_205":"C-","division_name_short_201":"East","division_name_short_203":"West","schedule_message_times":"All Times Eastern","news_article_printed":"This article was printed from mlb, originally published","news_posted_from_now":"Posted","division_name_short_205":"Central","schedule_noGamesScheduled":"No games are scheduled for today.","division_name_short_204":"East","division_leader_abbrev_203":"W-","league_114":"Cactus League","away_pitcher":"Away Pitcher","division_name_short_202":"Central","standings_clinched_league_bestrecord":"Clinched Best Record in League","schedule_gametype_exhibition":"Exhibition","division_leader_abbrev_201":"E-","division_leader_abbrev_202":"C-","league_name_short_115":"Grapefruit","schedule_gametype_specialEvents":"Special Events","standings_team":"Team","home_pitcher":"Home Pitcher","league_115":"Grapefruit League","standings_clinched_league":"Clinched League","division_leader_abbrev_200":"W-","scores_pitchingChange":"Pitching Change","division_name_short_200":"West","division_leader_abbrev_204":"E-","ps_scores_full_coverage":"Full Postseason Coverage","league_name_short_114":"Cactus","schedule_gametype_regSeason":"Regular Season","schedule_gametype_springTraining":"Spring Training","schedule_gametype_postseason":"Postseason","schedule_gametype_asg":"All-Star Game","schedule_game_information":"Game times subject to change","schedule_seo_page_description_date":"The official schedule of Major League Baseball including probable pitchers, Gameday, ticket and postseason information.","schedule_seo_page_title_date":"{{date}} Baseball Schedule","schedule_seo_page_description":"The official schedule of Major League Baseball including probable pitchers, Gameday, ticket and postseason information.","schedule_club_dropdown":"Team","schedule_seo_page_title":"Baseball Schedule","standings_header_elim_number_tooltip":"Elimination Number. E# values are mathematical calculations and do not take tiebreakers or remaining schedules into account","standings_advanced_year_seo_title":"{{year}} Baseball Standings","standings_advanced_seo_title":"Baseball Standings","standings_advanced_year_seo_description":"The official {{year}} standings for Major League Baseball.","standings_spring_league_seo_description":"The official Spring Training, Cactus and Grapefruit league standings for Major League Baseball.","standings_mlb_seo_title":"Baseball Standings","standings_mlb_year_seo_description":"The official {{year}} standings for Major League Baseball.","standings_spring_league_year_seo_description":"The official {{year}} Spring Training, Cactus and Grapefruit league standings for Major League Baseball.","standings_advanced_seo_description":"The official standings for Major League Baseball.","standings_spring_league_seo_title":"Spring Training Standings","standings_spring_league_year_seo_title":"{{year}} Spring Training Standings","standings_mlb_year_seo_title":"{{year}} Baseball Standings","standings_wildcardmessage2":"The top two Wild Card teams from each league make the postseason and play each other in a one-game playoff.","standings_game_live":"Live","standings_ties":"T","schedule_completed":"Completed","standings_nav_power_rankings":"Power Rankings","mig_link_view_full_schedule":"View Full Schedule","standings_select_split_season_second_half":"Second-Half Standings","standings_select_view_spring_leagues":"Spring Training Leagues","standings_select_split_season_first_half":"First-Half Standings","standings_select_view":"Select View","standings_header_vsDivision_tooltip":"Record vs. division","standings_select_splits_advanced":"Advanced","standings_select_view_mlb":"MLB","standings_select_splits_standard":"Standard","standings_select_view_division":"Division","standings_nav_ps_projections":"Postseason Projections","standings_header_1run_tooltip":"Record in 1-run games","standings_select_split_season":"Split Season","standings_wild_card_teams_short":"Wild Card","standings_select_splits":"Select Splits","standings_nav_spring_training":"Spring Training","standings_select_view_league":"League","standings_legend_title":"Key","standings_nav_head_to_head":"Head to Head","standings_header_wild_card":"Wild Card","standings_select_season":"Select Season","standings_division_leaders":"Division Leaders","standings_division_leaders_short":"Leaders","standings_header_leaders":"Leaders","standings_nav_tie_breaker":"Tiebreaking Procedures","standings_nav_regular_season":"Regular Season","standings_select_split_season_overall":"Overall Standings","standings_header_extras":"X-Inn","standings_header_vsDivision":"vs. Div","standings_header_1run":"1-Run","standings_header_turf":"Turf","standings_header_grass":"Grass","schedule_opponent":"Opponent","standings_header_night":"Night","standings_header_day":"Day","standings_header_vsW":"vs. W","standings_header_vsC":"vs. C","standings_header_streak_tooltip":"Current Streak","standings_header_vsE":"vs. E","standings_header_XWL_tooltip":"Expected Win-loss Record Based on Runs Scored and Runs Allowed","standings_header_vsALNL":"AL/NL","standings_header_vsLHP_tooltip":"Record vs. Left-handed Starting Pitchers","standings_header_run_diff_tooltip":"Run Differential (runs scored - runs allowed)","standings_header_wildcard_games_back_tooltip":"Wild Card Games Behind","standings_header_vsLHP":"vs. LHP","standings_header_last_game_tooltip":"Last Game","standings_header_vsRHP_tooltip":"Record vs. Right-handed Starting Pitchers","standings_header_win_tooltip":"Wins","standings_header_loss_tooltip":"Losses","standings_header_home_tooltip":"Record at Home","standings_header_winning_percentage_tooltip":"Winning Percentage","standings_header_next_game_tooltip":"Next Game","standings_header_last10_tooltip":"Record in the Last 10 Games","standings_header_vsRHP":"vs. RHP","standings_header_games_back_tooltip":"Games Behind","standings_header_next_game":"NEXT GAME","standings_header_wildcard_elim_number_tooltip":"Elimination Number. E# values are mathematical calculations and do not take tiebreakers or remaining schedules into account","standings_header_XWL":"X-W/L","standings_header_last_game":"LAST GAME","standings_header_500":">.500","standings_header_away":"AWAY","standings_header_home":"HOME","standings_header_streak":"STRK","standings_header_last10":"L10","standings_header_run_diff":"DIFF","standings_header_wildcard_games_back":"WCGB","standings_header_elim_number":"E#","standings_header_games_back":"GB","videos_plural":"Videos","scores_tied_leaders":"{{numPlayers}} tied at","scores_lastplay":"Last play","draft_social_text":"Check out the {{year}} Draft Tracker","standings_header_win":"W","draft_utility_players":"Utility Players","video_header_searchTitle":"Search","video_header_searchPlaceholder":"Search Video","video_of":"of","draft_designated_hitter":"Designated Hitters","stats_pitches_abbrev":"P","video_messageSearchResultsFor":"Search Results for","draft_connection_issue":"There is a network connection issue. Please wait while we reestablish a connection, or try reloading the page.","draft_available_message":"All ranked players have been drafted.","standings_header_loss":"L","standings_header_winning_percentage":"PCT","draft_top_available":"Top Available","video_header_browseMenu":"Browse","video_less_information":"Less Information","btn_clear_filters":"Clear Filters","video_more_information":"More Information","scores_error_message":"Swing and a miss. Loading scores...","livelookin_sponsor":"Live Look In Presented by {{sponsor}}","club_schedule_filters":"Filters","mediawall_related":"Related","stats_strikes_abbrev":"S","draft_no_results":"There are no results that match your current selection.","draft_current_round":"Current Round","game_status_challenge":"Challenge","at_venue":"At {{venueName}}","draft_open_options":"Open Sort Options","club_insider":"Insider","draft_more_content":"More Draft Content","mini_scoreboard_heading":"Scores","scores_full_view":"Full View","draft_live":"Live","draft_eligible_players":"Draft-Eligible Players","draft_notation_note":"Signing bonuses are reported figures. Clubs have not announced or confirmed bonuses.","draft_other":"Other","draft_topavailable_note":"*Number in parentheses denotes player's rank on MLBPipeline.com's Top 200 Prospects List","draft_approx_pick":"Approx. Pick Value","draft_signing_bonus":"Signing Bonus","draft_by_country":"By Country","draft_by_state":"By State","draft_by_school":"By School","draft_by_name":"By Name","draft_by_team":"By Team","draft_by_position":"By Position","draft_infielders":"Infielders","draft_by_round":"By Round","draft_lhp":"Left-Handed Pitchers","draft_shortstop":"Shortstops","draft_position":"Position","draft_pick":"Pick","draft_notation":"Notes on Bonuses","draft_viewing":"Viewing","draft_team":"Team","draft_thirdbase":"Third Basemen","draft_class":"Class","draft_dob":"DOB","draft_player":"Player","draft_outfielders":"Outfielders","draft_secondbase":"Second Basemen","draft_right":"Right Fielders","draft_rhp":"Right-Handed Pitchers","draft_search":"Search Players in this View","draft_catchers":"Catchers","draft_center":"Center Fielders","draft_pos_column":"Pos","draft_bats_throws":"B/T","draft_rd_column":"Rd","draft_school":"School","draft_left":"Left Fielders","draft_state":"State","draft_pitchers":"Pitchers","draft_firstbase":"First Basemen","draft_player_info":"Player Info","draft_name":"Name","draft_undrafted":"Undrafted","draft_rank":"Rank","draft_round":"Round","draft_drafted":"Drafted","draft_results":"Results","draft_all":"All","access_submit":"Tap to submit your ballot","access_change_selections":"Tap to change your selections","access_review_submit":"Tap to Review and Submit your ballot","access_change_pick":"Tap to change your pick","access_write_in":"Tap to write in a player","profile_email_subscriptions":"Email Subscriptions","access_vote":"Tap to vote for","profile_logout":"Log Out","profile_customer_service":"Customer Service","profile_downloads":"Downloads","profile_av_subscriptions":"Audio & Video Subscriptions","profile_payment_profile":"Payment Profile","profile_update_pw":"Update Password","profile_edit_profile":"Account","invalidate_votes_invalidated":"The All-Star votes submitted from your email address have been invalidated.","ballot_mm":"MM","club_schedule_no_gamesfound":"No games match the filters selected.","ballot_dd":"DD","scores_prevgame":"Prev Game","ballot_date_of_birth":"Date of Birth","ballot_email":"E-mail","ballot_zip_postal_code":"Zip/Postal Code","scores_nextgame":"Next Game","ballot_select_country":"Select Country","search_all_results":"See all results for {{searchString}}","game_status_suspended_abbrev":"SUSP","related_links":"Related Links","schedule_more_info":"More Info >>","ballot_yyyy":"YYYY","ballot_select_your_favorite_team":"Select your favorite team","invalidate_back":"BACK TO MLB","ballot_change_pick":"Change Pick >>","coppa_ineligible":"You are ineligible to vote.","tie_abbrev":"T","coppa_sorry":"We're sorry.","invalidate_thanks":"Thanks For Your Feedback!","scores_ppd_original_message":"Postponed: {{reason}}","ballot_write_in_vote":"Write-In Vote","ballot_player_name":"Player Name","game_position_of_abbrev":"OF","game_position_of":"Outfield","ballot_back_to":"Back to","continue":"Continue","close_verb":"Close","schedule_all_promos":"View all promotions","schedule_ticket_away_warning":"You have selected an away game. Tickets for this game will be purchased from the home club. Do you wish to continue?","completed_game_header":"Completed Games","buy_tickets_abbrev_single_t":"T","game_at_two_team":"@","watch":"watch","day_of_the_week":"Day of the Week","game_at_one_team":"@","game_time_gameX":"Game {{gameNumber}}","livelookin_abbrev":"Live Look","header_welcome":"Welcome to the official site of Major League Baseball.","club_header_official_site":"The Official Site of the","schedule_promo_tlink":"Tickets >>","standings_vsdiv":"vs. DIV","standings_wins":"W","standings_vslose":"vs. L","standings_pct_mini":"%","standings_losses":"L","news_comments":"Comments","footer_connect_mlb":"Connect with MLB","news_comment":"Comment","time_zone_pacific_DST":"Pacific Daylight Time","time_zone_pacific_ST":"Pacific Standard Time","schedule_presentedby":"Presented by {{sponsor}}","video_seo_team_description":"The official video page of the {{fullClubName}} with the latest highlights, recaps, Statcast and interviews.","video_seo_team_title":"{{fullClubName}} Videos and Highlights","time_zone_pacific_ST_abbrev":"PST","schedule_subject_to_change_t147":"Game times subject to determination by, among others, MLB and its television partners. Any future start-time changes to these games will also be accompanied by a change in the television partner.","time_zone_mountain_DST":"Mountain Daylight Time","time_zone_mountain_ST_abbrev":"MST","time_zone_mountain":"Mountain Time","time_zone_mountain_DST_abbrev":"MDT","schedule_promotions":"Promotions","time_zone_mountain_ST":"Mountain Standard Time","time_zone_pacific_DST_abbrev":"PDT","schedule_message_timezone_spring":"All Times {{timezonename}} unless otherwise noted. {{springtimezonename}} refers to game time at Spring Training venue.","schedule_subject_to_change":"Subject To Change.","mixedfeed_label":"Trending","time_zone_pacific":"Pacific Time","time_zone_pacific_abbrev":"PT","time_zone_central_ST_abbrev":"CST","time_zone_central_ST":"Central Standard Time","time_zone_central_DST_abbrev":"CDT","time_zone_eastern_ST_abbrev":"EST","time_zone_central_DST":"Central Daylight Time","time_zone_central_abbrev":"CT","time_zone_central":"Central Time","time_zone_eastern_DST_abbrev":"EDT","time_zone_eastern_ST":"Eastern Standard Time","time_zone_eastern_abbrev":"ET","time_zone_eastern_DST":"Eastern Daylight Time","time_zone_eastern":"Eastern Time","social_share_video_text":"Share this video","social_share_article_text":"Share this article","link_share_this":"Share this","link_share_this_article":"Share this article","link_hide_comments":"Hide Comments","link_view_less":"View Less","and":"and","news":"news","article_by":"By","back_to_mlb":"Back to MLB","search_video":"Search Video","content_flag_live":"live","content_flag_video":"video","schedule_seo_title":"{{fullClubName}} Schedule","clubmig_alltickets":"All Tickets","leaders_pitching":"Pitching Leaders","scores_perfectgame_text":"{{playerName}} has a perfect game through {{inningNumber}}.","leaders_batting":"Batting Leaders","scores_teamleaders":"Team Leaders","scores_gameinformation":"Game Information","sponsor_presentedby":"presented by {{sponsor}}","scores_nohitter_team_text":"The {{teamName}} have a combined no-hitter through {{inningNumber}}.","scores_nohitter_text":"{{playerName}} has a no-hitter through {{inningNumber}}.","scores_perfectgame_team_text":"The {{teamName}} have a combined perfect game through {{inningNumber}}.","content_flag_news":"news","clubmig_seriesdropdown":"Series","clubmig_nexthomegames":"Next Home Games","clubmig_fullschedule":"Full Schedule","radio":"Radio","tv":"TV","livelookin":"Live Look In","freegameoftheday_abbrev":"FGOTD","scores_gamesataglance":"Games At a Glance","page_unavailable":"This page is currently unavailable. Please try again.","mlb_legalnotices":"Legal Notices","mlb_copyrightlanguage":"MLBAM, LP. All rights reserved.","mlb_home":"MLB Home","player_highlights":"Player Highlights","stats_playerstiedat":"{{numPlayers}} tied at {{value}}","mlb_contactus":"Contact Us","player_split":"Split","player_news":"Player News","home_connectwiththe":"Connect with the {{teamName}}","game_status_rain":"Rain","player_searchplayersandteams":"Search Players and Teams","game_status_ceremony":"Ceremony","player_lastmonth":"Last Month","game_status_review":"Review","mlb_termsofuse":"Terms of Use","player_nextmonth":"Next Month","mlb_about":"About MLB","player_minors":"Minors","mlb_privacypolicy":"Privacy Policy","player_level":"Level","game_status_mid":"Mid","game_status_delayed_abbrev":"Del","game_status":"Status","player_college":"College","player_highschool":"High School","player_died":"Died","player_age":"Age","player_media":"Media","player_battervspitcher":"Batter vs. Pitcher","player_gamelogs":"Game Logs","player_born":"Born","player_season":"Season","player_season_summary":"Season Summary","stats_projects":"Projections","player_last30_games":"Last 30 Games","stats_advanced_batting":"Advanced Batting","player_summary":"Summary","player_finalgame":"Final Game","stats_mlb_postseason":"Postseason Stats","player_career":"Career","player_side_throws":"Throws","stats_advanced_fielding":"Advanced Fielding","stats_batting":"Batting Stats","player_last10_games":"Last 10 Games","player_gamesbyposition":"Games by Position","stats_pitching":"Pitching Stats","player_side_bats":"Bats","stats_advanced":"Advanced Stats","stats_batting_short":"Batting","player_last3_seasons":"Last 3 Seasons","player_last":"Last","stats_fielding":"Fielding Stats","stats_advanced_pitching":"Advanced Pitching","stats_mlb_postseason_career":"Postseason Career Stats","stats_mlb_career":"MLB Career Stats","schedule_current_batter":"Current Batter","schedule_current_pitcher":"Current Pitcher","schedule_pitcher_losing":"Losing Pitcher","schedule_time":"Time","schedule_pitcher_winning":"Winning Pitcher","schedule_probable_home":"Home Probable","schedule_probable_away":"Away Probable","schedule_matchup":"Matchup","schedule_singlegametickets":"Single Game Tickets","time_ago_hours":"{{hours}} hours ago","time_ago_minutes":"{{minutes}} minutes ago","time_ago_hour":"{{hours}} hour ago","time_ago_minute":"{{minutes}} minute ago","news_latest":"Latest News","stats_walkoffs":"Walkoffs","stats_inheritedrunners":"Inherited Runners","stats_allMLB":"All MLB","stats_runsupportpernine":"Run Support per Nine Innings","stats_pecota_projections":"PECOTA Projections","stats_battingaverageonballsinplay":"Batting Average on Balls in Play","stats_walkoffs_abbrev":"WO","stats_homerspernine_abbrev":"HR/9","stats_pitchesperplateapperance_abbrev":"P/PA","stats_fielding_short":"Fielding","stats_multihitgames":"Multi-hit Games","stats_runsupportpernine_abbrev":"RS/9","stats_multihitgames_abbrev":"MHG","stats_bequeathedrunners":"Bequeathed Runners","stats_homerspernine":"Home Runs per Nine Innings","stats_reachedonerror_abbrev":"ROE","stats_bequeathedrunnerswhoscored":"Bequeathed Runners Who Scored","stats_battingaverageonballsinplay_abbrev":"BABIP","stats_leftonbase":"Left on Base","stats_inheritedrunnerswhoscored":"Inherited Runners Who Scored","stats_bequeathedrunners_abbrev":"BQR","stats_inheritedrunners_abbrev":"IR","stats_inheritedrunnerswhoscored_abbrev":"IR_S","stats_reachedonerror":"Reached on Error","stats_allpositions_abbrev":"All Pos.","stats_bequeathedrunnerswhoscored_abbrev":"BQR_S","stats_splits":"Splits","stats_pitchesperplateapperance":"Pitches per Plate Appearance","stats_pitchespergame":"Pitches per Game","stats_percentofpitchesforstrikes":"Percent of Pitches for Strikes","stats_pitchespergame_abbrev":"P/GS","stats_groundedintodoubleplayopp":"Grounded Into Double Play Opportunities","stats_groundedintodoubleplayopp_abbrev":"GIDPO","stats_qualitystarts":"Quality Starts","stats_inningsatthisposition":"Innings At This Position","stats_inningsatthisposition_abbrev":"INN","stats_qualitystarts_abbrev":"QS","stats_walkspernine_full":"Walks per Nine Innings","stats_totalchanges_abbrev":"TC","stats_whip_full":"Walks + Hits/Innings Pitched","stats_winningpercentage_short":"Winning %","stats_rangefactor":"Range Factor","stats_errors":"Errors","stats_fieldingpercentage_abbrev":"Fielding %","stats_wildpitches":"Wild Pitches","stats_stolenbasepercentage_short":"Stolen Base %","stats_errors_abbrev":"E","stats_winningpercentage":"Winning Percentage","stats_passedballs":"Passed Balls","stats_putouts":"Putouts","stats_putouts_abbrev":"PO","stats_stolenbasepercentage_abbrev":"SBPCT","stats_wildpitches_abbrev":"WP","stats_rangefactor_abbrev":"RF","stats_catcherwildpitches_short":"Catcher WP","stats_catcherwildpitches":"Catcher Wild Pitches","stats_wins_abbrev":"W","stats_assists":"Assists","stats_stolenbases_allowed":"Stolen Bases (allowed)","stats_walkspernine_short":"Walks/9","stats_winningpercentage_abbrev":"WPCT","stats_stolenbasepercentage":"Stolen Base Percentage","stats_catcherwildpitches_abbrev":"CWP","stats_totalchances":"Total Chances","stats_fieldingpercentage":"Fielding Percentage","stats_walkspernine_abbrev":"BB/9","stats_strikeoutspernine_full":"Strikeouts per Nine Innings","stats_strikeoutspernine":"K/9","stats_strikeoutspernine_short":"Strikeouts/9","stats_strikeoutstowalks_ratio":"Strikeout/Walk Ratio","stats_gamesstarted":"Games Started","stats_strikeoutstowalks":"Strikeout/Walk","stats_strikeoutstowalks_abbrev":"K/BB","stats_starts":"Starts","stats_hitspernineinnings":"Hits per Nine Innings","stats_innings":"Innings","stats_inningspitched_abbrev":"IP","stats_hold_plural":"Holds","stats_pitchesperinningpitched":"P/IP","stats_losses":"Losses","stats_opponentsbattingaverage":"Opponents Batting Average","stats_opponentsbattingaverage_abbrev":"Opp. AVG","stats_numberofpitchesthrown":"Number of Pitches Thrown","stats_sluggingpercentageallowed":"Slugging Percentage Allowed","stats_pitchesthrown":"Pitches Thrown","stats_hold_abbrev":"HLD","stats_saves_abbrev":"SV","stats_hitspernineinnings_short":"Hits/9","stats_pitchesper9":"Pitches/9","stats_inningspitched":"Innings Pitched","stats_hold":"Hold","stats_pitchesperinning":"Pitches per Inning","stats_saveopportunities_abbrev":"SVO","stats_pickoffs_abbrev":"PK","stats_shutouts_abbrev":"SHO","stats_saveopportunities":"Save Opportunities","stats_losses_abbrev":"L","stats_hitspernineinnings_abbrev":"H/9","stat_hitsbatsmen_abbrev":"HB","stats_hitbatsmen":"Hit Batsmen","stats_gamesfinished":"Games Finished","stats_gamesfinished_abbrev":"GF","stats_earnedruns":"Earned Runs","stats_earnedrunaverage_abbrev":"ERA","stats_earnedruns_abbrev":"ER","stats_completegames":"Complete Games","stats_totalbattersfaced":"Total Batters Faced","stats_totalbattersfaced_short":"Batters Faced","stats_totalbattersfaced_abbrev":"TBF","stats_balks_abbrev":"BK","stats_balks":"Balks","stats_pitches76through90":"Pitches 76-90","stats_pitches91through105":"Pitches 91-105","stats_pitches106through120":"Pitches 106-120","stats_pitches121orlater":"Pitches 121 or Later","stats_pitches46through60":"Pitches 46-60","stats_pitches16through30":"Pitches 16-30","stats_pitches31through45":"Pitches 31-45","stats_pitches1through15":"Pitches 1-15","stats_pitches61through75":"Pitches 61-75","stats_firstbatter_rponly":"First Batter (RP Only)","stats_pitches76andlater":"Pitches 76 and Later","stats_pitches101andlater":"Pitches 101 and Later","stats_first100pitches":"First 100 Pitches","stats_first75pitches":"First 75 Pitches","stats_pitchcount":"Pitch Count","stats_triples":"Triples","stats_stolenbases_abbrev":"SB","stats_walks_short":"Bases on Balls","stats_onedayofrest":"One Day of Rest","stats_threedaysoforest":"Three Days of Rest","stats_strikeouts_abbrev":"SO","stats_twodaysofrest":"Two Days of Rest","stats_totalbases_abbrev":"TB","stats_walks_abbrev":"BB","stats_reliever":"Reliever","stats_walks":"Walks","stats_balls":"Balls","stats_vsbatter":"vs. Batter","stats_totalbases":"Total Bases","stats_fiveplusdaysofrest":"Five Plus Days of Rest","stats_allopponentsfacedd":"All Opponents Faced","stats_starter":"Starter","stats_triples_abbrev":"3B","stats_pitches":"Pitches","stats_firstinningpitched":"First Inning Pitched","stats_fourdaysofrest":"Four Days of Rest","stats_sluggingpercentage":"Slugging Percentage","stats_sluggingpercentage_short":"Slugging %","stats_sluggingpercentage_abbrev":"SLG","stats_sacrifice_flies":"Sacrifice Flies","stats_sacrifice_flies_abbrev":"SF","stats_sacrifice_full":"Sacrifice Bunts","stats_sacrifice_abbrev":"SAC","stats_runs_scored":"Runs Scored","stats_runs_abbrev":"R","stats_runsbattedin_abbrev":"RBI","stats_plateappearances":"Plate Appearances","stats_plateappearances_abbrev":"PA","stats_totalpa":"Total Plate Appearances","stats_onbaseplusslugging_full":"On-base Plus Slugging Percentage","stats_onbasepercentage_abbrev":"OBP","stats_onbaseplusslugging":"On Base Plus Slugging","stats_outs_groundoutstoflyouts":"Ground Outs/Fly Outs","stats_onbasepercentage_short":"On-base %","stats_homerun_abbrev":"HR","stats_game_abbrev":"G","stats_onbaseplusslugging_abbrev":"OPS","stats_games":"Games","stats_intentionalwalks":"Intentional Walks","stats_outs_ground_abbrev":"GO","stats_outs_groundoutstoairouts":"Ground Outs/Air Outs","stats_flyouts_abbrev":"AO","stats_doubles":"Doubles","stats_outs_groundtofly_abbrev":"GO/AO","stats_hitbypitch_stats":"HBP","stats_onbasepercentage_full":"On-base Percentage","stats_extrabasehits_abbrev":"XBH","stats_hitbypitch":"Hit by Pitch","stats_intentionalwalks_abbrev":"IBB","stats_hits":"Hits","stats_extrabasehits":"Extra Base Hits","states_doubles_abbrev":"2B","stats_hits_abbrev":"H","stats_flyouts":"Fly Outs","stats_outs_groundtofly":"Ground/Fly Outs","stats_outs_ground":"Ground Outs","stats_numberofpitches":"Number of Pitches","stats_numberofpitches_abbrev":"NP","stats_doubleplay_ground":"Ground into Double Plays","stats_doubleplays":"Double Plays","stats_doubleplay_ground_abbrev":"GIDP","stats_caughtstealing":"Caught Stealing","stats_caughtstealing_abbrev":"CS","stats_battingaverage_short":"Average","stats_atbat_plural":"At Bats","stats_atbat":"AB","stats_battingaverage_abbrev":"AVG","game_runner_atsecond":"Runner at 2nd","game_count_ahead":"Ahead in Count","game_runner_atsecondandthird":"Runners at 2nd & 3rd","game_count_unknown":"Unknown or no Count","game_runner_scoringposition":"Scoring Position","game_runner_atthirdlessthantwoouts":"3rd, Less than 2 Outs","game_runner_atfirstandthird":"Runners at 1st & 3rd","game_runner_scoringposition_twoouts":"Scoring Position - 2 Outs","game_count_even":"Even Count","game_runner_atthird":"Runner at 3rd","game_runner_on":"Runners On","game_count_behind":"Behind in Count","game_runner_on_twoouts":"Runners On - 2 Outs","game_count_full":"Full Count","game_count":"{{balls}}-{{strikes}} count","game_count_twostrikes":"Two Strikes","game_runner_atfirstandsecond":"Runners at 1st & 2nd","game_runner_atfirst":"Runner at 1st","game_bases_loaded":"Bases Loaded","game_bases_empty":"Bases Empty","game_bases_emptynotleadoff":"Empty (Not Leadoff)","game_leadingoff":"Leading Off","game_runnings":"Runners","game_innings_ninthorlater":"Ninth or Later","game_innings_eighthorlater":"Eighth or Later","game_innings_seventhorlater":"Seventh or Later","game_innings_onetosix":"Innings One to Six","game_inning_extras":"Extra Innings","game_inning_9":"Ninth Inning","game_inning_8":"Eighth Inning","game_inning_7":"Seventh Inning","game_inning_6":"Sixth Inning","game_inning_3":"Third Inning","game_position_ss_abbrev":"SS","game_inning_1":"First Inning","game_position_rf_abbrev":"RF","game_position_3b_abbrev":"3B","game_inning":"Inning","game_position_cf_abbrev":"CF","game_position_ph_abbrev":"PH","game_position_dh_abbrev":"DH","game_inning_4":"Fourth Inning","game_position_pr":"Pinch Runner","game_position_lf_abbrev":"LF","game_position_ph":"Pinch Hitter","game_inning_2":"Second Inning","game_inning_5":"Fifth Inning","game_position_1b_abbrev":"1B","game_position_2b_abbrev":"2B","game_position_c_abbrev":"C","game_position_p_abbrev":"P","game_position_p":"Pitcher","game_batting_9":"Batting Ninth","game_batting_8":"Batting Eighth","game_batting_7":"Batting Seventh","game_position":"Position","game_batting_6":"Batting Sixth","game_batting_2":"Batting Second","game_batting_5":"Batting Fifth","game_batting_4":"Batting Fourth","game_batting_3":"Batting Third","game_order":"Order","game_batting_1":"Batting First","game_result":"Result","game_tied":"Score is tied","standings_ingames_followingwin":"In games following a win","standings_onturf":"Turf","standings_allstar_post":"Post All-Star","standings_games_today":"Today's Game","standings_allstar_pre":"Pre All-Star","standings_vs_al":"vs. AL","game_teambehind":"Team is behind","standings_opponent":"Opponent","standings_ingame_lost":"In games lost by team","game_teamahead":"Team is ahead","game_lateandclose":"Late / Close","standings_ingame_won":"In games won by team","standings_day":"Day","standings_timeframe":"Timeframe","standings_ongrass":"Grass","standings_ingames_followingloss":"In games following a loss","game_score":"Score","game_vs_right":"vs Right","game_vs_left":"vs Left","game_batting_right":"Batting Right","game_batting_left":"Batting Left","game_atbat":"At-Bat","standings_vs_c":"vs. C","standings_vs_nl":"vs. NL","standings_vs_e":"vs. E","standings_vs_w":"vs. W","standings_games_day":"Day Games","standings_games_night":"Night Games","standings_games_home":"Home Games","standings_games_away":"Away Games","standings_LOB":"LOB","standings_batting":"Batting","standings_hitting":"Hitting","standings_clinched_division_bestrecord":"Clinched Division and Best Record in League","standings_clinched_wildcard":"Clinched Wild Card","standings_shutout":"Shutout","standings_expectedwl":"X-W/L","standings_wildcard_eliminationnumber_abbrev":"WCE","standings_streak":"STRK","stats_label_viewlessawards":"View Less Awards and Honors","standings_wildcard_gamesback_abbrev":"WCGB","standings_vsleft":"vs. L","standings_today":"Today","standings_lastten":"L10","standings_pct":"PCT","standings_vsright":"vs. R","standings_runsscored":"RS","standings_next":"Next","standings_previous":"Previous","standings_blowout":"Blowout","standings_lastgame":"Last Game","roster_label_latesttransactions":"Latest Transactions","standings_clinched_playoffberth":"Clinched Playoff Berth","standings_gamesback_abbrev":"GB","standings_extra":"XTRA","standings_onerun":"1-RUN","standings_rdiff":"R-DIFF","standings_vswin":"vs W","standings_expectedwl_season":"X-W/L Seas","standings_runsallowed":"RA","standings_clinched_division":"Clinched Division","stats_label_viewmoreawards":"View More Awards","stats_label_honors":"Honors","stats_label_awards":"Awards","stats_label_leaderboards":"Leaderboards","stats_label_awardshonors":"Awards y Honors","stats_label":"Leaders","sections_schedule":"Schedule & Results","sections_scoreboard":"Scoreboard","sections_schedule_calendar":"Calendar","roster_label_transactionsandcareer":"Transactions y Career Path","roster_label_viewless":"View Less Transactions","roster_name":"Name","roster_message_notransactions":"No transactions found.","sections_news":"News","sections_teams":"Teams","schedule_tooltip_addtocal":"Add to Calendar","schedule_tooltip_printable":"Printable Schedule","schedule_tooltip_fullseason":"Full Season View","schedule_tooltip_list":"List View","schedule_tooltip_grid":"Grid View","schedule_upcominggames":"Upcoming Games","schedule_inprogress":"In Progress","schedule_completedgames":"Completed Games","league_103_abbrev":"AL","league_104":"National League","league_spring_grapefruit":"Grapefruit League","league_spring_cactus":"Cactus League","league_160":"World Baseball Classic","league_160_abbrev":"WBC","league_104_abbrev":"NL","team135_cid":"sd","team136_fullname":"Seattle Mariners","team138_fullname":"St. Louis Cardinals","team136_nickname":"Mariners","team139_nickname":"Rays","team139_fullname":"Tampa Bay Rays","team141_nickname":"Blue Jays","team140_cid":"tex","team141_location":"Toronto","team138_nickname":"Cardinals","team135_nickname":"Padres","team137_fullname":"San Francisco Giants","team137_location":"San Francisco","team140_location":"Texas","team137_cid":"sf","team138_cid":"stl","team136_cid":"sea","team141_cid":"tor","team140_fullname":"Texas Rangers","team139_location":"Tampa Bay","team139_cid":"tb","team138_location":"St. Louis","team136_location":"Seattle","team137_nickname":"Giants","team140_nickname":"Rangers","team120_cid":"was","league_103":"American League","team120_nickname":"Nationals","team120_fullname":"Washington Nationals","team120_location":"Washington","team135_location":"San Diego","team135_fullname":"San Diego Padres","team134_cid":"pit","team134_nickname":"Pirates","team143_location":"Philadelphia","team143_nickname":"Phillies","team134_location":"Pittsburgh","team143_cid":"phi","team134_fullname":"Pittsburgh Pirates","team143_fullname":"Philadelphia Phillies","team142_fullname":"Minnesota Twins","team146_cid":"mia","team133_cid":"oak","team142_nickname":"Twins","team121_fullname":"New York Mets","team158_cid":"mil","team158_fullname":"Milwaukee Brewers","team147_cid":"nyy","team121_location":"New York (NL)","team146_location":"Miami","team147_location":"New York (AL)","team147_fullname":"New York Yankees","team142_cid":"min","team146_fullname":"Miami Marlins","team133_nickname":"Athletics","team121_nickname":"Mets","team158_location":"Milwaukee","team142_location":"Minnesota","team146_nickname":"Marlins","team121_cid":"nym","team158_nickname":"Brewers","team147_nickname":"Yankees","team119_cid":"la","team119_nickname":"Dodgers","team119_location":"Los Angeles","team119_fullname":"Los Angeles Dodgers","team108_cid":"ana","team108_nickname":"Angels","team108_location":"Los Angeles","team108_fullname":"Los Angeles Angels","team118_cid":"kc","team118_nickname":"Royals","team118_location":"Kansas City","team118_fullname":"Kansas City Royals","team117_cid":"hou","team117_nickname":"Astros","team117_fullname":"Houston Astros","team117_location":"Houston","team115_cid":"col","team116_location":"Detroit","team112_location":"Chicago (NL)","team115_location":"Colorado","team116_fullname":"Detroit Tigers","team113_nickname":"Reds","team116_cid":"det","team115_nickname":"Rockies","team114_location":"Cleveland","team115_fullname":"Colorado Rockies","team114_cid":"cle","team116_nickname":"Tigers","team113_cid":"cin","team113_location":"Cincinnati","team113_fullname":"Cincinnati Reds","team145_cid":"cws","team145_nickname":"White Sox","team145_location":"Chicago (AL)","team145_fullname":"Chicago White Sox","team112_nickname":"Cubs","team112_cid":"chc","team112_fullname":"Chicago Cubs","team111_cid":"bos","team111_nickname":"Red Sox","team111_location":"Boston","team111_fullname":"Boston Red Sox","team110_cid":"bal","team110_location":"Baltimore","team110_nickname":"Orioles","team110_fullname":"Baltimore Orioles","team144_cid":"atl","team144_nickname":"Braves","postseason_series_begins":"{{SeriesAbbrev}} begins on {{date}}","postseason_leagueseries":"League Championship Series","schedule_gamelocation_home":"Home","team109_cid":"ari","schedule_splitsquad":"Split Squad","postseason_worldseries":"World Series","schedule_promotion_abbrev":"Promo","schedule_promotion":"Promotion","schedule_message_timezone":"All Times {{timezonename}} unless otherwise noted","header_searchplaceholder":"Search","schedule_sponsor_hotel":"Hotel","postseason_divisionseries":"Division Series","team144_fullname":"Atlanta Braves","header_sectionsbutton":"Sections","postseason_worldseries_abbrev":"WS","schedule_gamelocation_away":"Away","schedule_networklabel":"Network","team109_location":"Arizona","schedule_splitsquad_abbrev":"(SS)","schedule_sponsor_flight":"Flight","team109_nickname":"D-backs","team109_fullname":"Arizona Diamondbacks","team144_location":"Atlanta","postseason_cumulative":"Postseason Cumulative","season_type_regseason":"Reg. season","season_type_regularseason":"Regular Season","season_type_spring":"Spring Training","season_type_exhibition":"Exhibition","season_type_postseason":"Postseason","date_friday":"Friday","date_thursday":"Thursday","date_tuesday":"Tuesday","date_monday":"Monday","headToHead":"#","date_sunday":"Sunday","psProbabilities":"http://mlb.mlb.com/mlb/standings/probability.jsp","tieBreakingProcedures":"https://www.mlb.com/news/playoff-tiebreaker-rules/c-59527184","draft_bats":"Bats","powerRankings":"#","draft_throws":"Throws","draft_height":"Height","draft_pick_value":"Pick Value","draft_reset":"Reset","draft_weight":"Weight","home_run_tracker_label":"Home Run Tracker","youtube_label":"Live on YouTube - Watch Free","youtube_abbrev_label":"YouTube","no_splits":"None","home_run_derby_label":"Home Run Derby","select_splits":"Select a Split","draft_overall_pick":"Overall Pick","ps_bracket_soon":"Bracket coming soon","stats_no_results":"Sorry, no results","stats_adjust_filters":"Please adjust your filters"},"teamName":"MLB","teamNameDisplay":"Major League Basebal","siteName":"MLB.com","momentTz":{"_timezoneToDictionary":{"CST":"time_zone_central_abbrev","CDT":"time_zone_central_abbrev","CWT":"time_zone_central_abbrev","CPT":"time_zone_central_abbrev","EDT":"time_zone_eastern_abbrev","EPT":"time_zone_eastern_abbrev","EST":"time_zone_eastern_abbrev","EWT":"time_zone_eastern_abbrev","LMT":"time_zone_eastern_abbrev","MST":"time_zone_mountain_abbrev","MDT":"time_zone_mountain_abbrev","MWT":"time_zone_mountain_abbrev","MPT":"time_zone_mountain_abbrev","PST":"time_zone_pacific_abbrev","PDT":"time_zone_pacific_abbrev","PWT":"time_zone_pacific_abbrev","PPT":"time_zone_pacific_abbrev"},"_dictionaryFallback":{"time_zone_central_abbrev":"CT","time_zone_eastern_abbrev":"ET","time_zone_mountain_abbrev":"MT","time_zone_pacific_abbrev":"PT"},"_bamMomentLocales":{}},"tz":"America/New_York","advancedSplits":false}; }()); </script> </main> <!-- no footer --> <script> window.reactFooterState = {"navItems":[{"itemId":"aec375d3-3afa-4491-ab28-60b736f38982","text":"Terms of Use","properties":{"link":"/official-information/terms-of-use","target":"_blank"},"menuItems":[]},{"itemId":"debe8dbf-de27-4eae-b7ec-adae43fc4642","text":"Privacy Policy","properties":{"link":"/official-information/privacy-policy"},"menuItems":[]},{"itemId":"345a1847-cac1-43a4-91bf-70c21ecee681","text":"Legal Notices","properties":{"link":"/official-information/legal-notices"},"menuItems":[]},{"itemId":"34014aad-1069-4bba-b22e-4b287a4f7df1","text":"Contact Us","properties":{"link":"https://support.mlb.com/s/","target":"_blank"},"menuItems":[]},{"itemId":"65e06970-7f8e-4328-ad82-9d90df0f3e87","text":"Do not Sell or Share My Personal Data","properties":{"link":"https://privacyportal.onetrust.com/webform/53a301ae-6882-46f9-af93-24f64f792aee/3251a424-8286-4725-9313-603f12c85a49","target":"_blank"},"menuItems":[]},{"itemId":"dd307e97-49c6-4f80-aff3-89a59696fb80","text":"Official Information","properties":{},"menuItems":[{"itemId":"bdf571d3-e8bb-403b-bb5f-7f28a7127c74","text":"Official Info","properties":{"link":"/official-information"},"menuItems":[]},{"itemId":"ecfd4d42-aa8d-4872-80a5-869c6b493018","text":"About MLB","properties":{"link":"/official-information/about-mlb"},"menuItems":[]},{"itemId":"bb62de22-5c84-4cab-b9fb-5429ea9d647c","text":"Team Information","properties":{"link":"/team"},"menuItems":[]},{"itemId":"7cc37e2a-667c-4405-bd1f-87ad88bc4d9e","text":"Official Rules","properties":{"link":"https://mktg.mlbstatic.com/mlb/official-information/2024-official-baseball-rules.pdf","target":"_blank"},"menuItems":[]},{"itemId":"e658056b-608b-4eee-a04a-43772f9e6bb4","text":"Replay Review Regulations","properties":{"link":"/glossary/rules/replay-review"},"menuItems":[]},{"itemId":"d1ffda83-f016-4ba6-8f32-7cc7ce787a9c","text":"Umpires","properties":{"link":"/official-information/umpires"},"menuItems":[]},{"itemId":"23dde9d7-6aba-4bec-a449-b1b4d5a5767c","text":"Advertise with Us","properties":{"link":"/sponsorship"},"menuItems":[]},{"itemId":"bd193214-b4a4-4c4d-965e-1a55cdc2e0fb","text":"Press Releases","properties":{"link":"/news/topic/mlb-press-releases"},"menuItems":[]}]},{"itemId":"7a60a8fc-0c3c-4c87-b04b-2b57b6c9894c","text":"Help/Contact Us","properties":{},"menuItems":[{"itemId":"efb27376-accc-4ca4-9017-c3309ee122d3","text":"Accessibility Information","properties":{"link":"/official-information/accessibility"},"menuItems":[]},{"itemId":"cf3490fc-f093-4457-99a7-d2bc3f4d4cef","text":"Auctions Customer Service","properties":{"link":"http://auctions.mlb.com/iSynApp/manageUserEmail!showEmailContactUsForm.action?sid=1101001"},"menuItems":[]},{"itemId":"c6867706-11b7-4634-a78e-b5d513948f43","text":"Harassment Policy","properties":{"link":"/official-information/harassment-policy"},"menuItems":[]},{"itemId":"0e3932c9-beec-43f2-b712-66879a51ab63","text":"Help/Contact Us","properties":{"link":"https://support.mlb.com/s/","target":"_blank"},"menuItems":[]},{"itemId":"6d4ebef1-3168-4b79-a237-9f36931d3a2c","text":"MLB App FAQs","properties":{"link":"/apps/mlb-app/faq-apple"},"menuItems":[]},{"itemId":"4d33a7c1-38d5-4b3b-a999-53377f55738d","text":"MLB.TV Help Center","properties":{"link":"/live-stream-games/help-center"},"menuItems":[]},{"itemId":"36f01834-7979-4a42-aa12-52439c2e320b","text":"Shop Help","properties":{"link":"https://www.mlbshop.com/customer-help-desk/hd-1"},"menuItems":[]}]},{"itemId":"6ca8b189-8c54-428f-9f79-3c357ef18469","text":"More MLB Sites & Affiliates","properties":{},"menuItems":[{"itemId":"becc9309-94fc-491b-ad15-45f7c17f85a9","text":"MLB Players Alumni Association","properties":{"link":"/mlbpaa","target":"_blank"},"menuItems":[]},{"itemId":"9ff49c09-8a0d-41e6-b8b0-14f37f8e7f52","text":"MLB Players Association","properties":{"link":"http://www.mlbplayers.com/"},"menuItems":[]},{"itemId":"022ec2ca-bb20-4543-9cdc-95ba3a4443ca","text":"Minor League Baseball","properties":{"link":"https://www.milb.com/"},"menuItems":[]},{"itemId":"c6f9948e-3521-4788-83ed-b568f39e86aa","text":"MLB Network","properties":{"link":"/network","target":"_blank"},"menuItems":[]},{"itemId":"de2ea389-0a29-4600-8048-b4261916183d","text":"Baseball Assistance Team","properties":{"link":"/baseball-assistance-team","target":"_blank"},"menuItems":[]},{"itemId":"6a47c1d6-35aa-4028-9825-7cfc34a3ea40","text":"Player Resource Center","properties":{"link":"/player-resource-center","target":"_blank"},"menuItems":[]},{"itemId":"75f0b763-612d-4557-ae38-227fb5b3b7f1","text":"Tickets.com","properties":{"link":"http://www.tickets.com/"},"menuItems":[]},{"itemId":"cb410dd4-4ace-4b5b-be3e-4ae6d60cd20f","text":"YES Network","properties":{"link":"https://www.yesnetwork.com/","target":"_blank"},"menuItems":[]},{"itemId":"5c8f6196-a4d5-4ed5-b830-189580691d3e","text":"Australian Baseball League","properties":{"link":"https://theabl.com.au/"},"menuItems":[]},{"itemId":"ab6fc805-0bb7-439b-8c3c-92c61b035387","text":"World Baseball Classic","properties":{"link":"/world-baseball-classic","target":"_blank"},"menuItems":[]},{"itemId":"e218ed4d-89f9-4f7d-87e7-c05a3559cd74","text":"sabr.org","properties":{"link":"http://sabr.org/","target":"_blank"},"menuItems":[]},{"itemId":"158a95a6-bd4f-4654-b57f-465d3c356a55","text":"College Baseball Hall of Fame","properties":{"link":"/college-baseball-hall-of-fame","target":"_blank"},"menuItems":[]},{"itemId":"2e494e91-a92e-4763-b89b-7944f37b1b3f","text":"Golden Spikes Award","properties":{"link":"https://www.usabaseball.com/golden-spikes-award","target":"_blank"},"menuItems":[]},{"itemId":"ccd9020d-c619-45d2-bc1f-ef80ae2cd651","text":"USA Baseball","properties":{"link":"https://www.usabaseball.com","target":"_blank"},"menuItems":[]},{"itemId":"75512a93-d52d-4d71-a6d3-70d6b44dfa0f","text":"LasMayores.com","properties":{"link":"https://www.mlb.com/es"},"menuItems":[]},{"itemId":"3b7bbad3-1ed5-468d-8703-205519315e04","text":"MLBTogether.com","properties":{"link":"/mlb-together","target":"_blank"},"menuItems":[]},{"itemId":"f8058121-3606-4ff2-be8a-d1a3d47642db","text":"AllStarGame.com","properties":{"link":"/all-star"},"menuItems":[]},{"itemId":"a624b4e5-c8d8-44b9-9084-7522ed0cee59","text":"MLB.com/Kids","properties":{"link":"https://www.mlb.com/fans/kids"},"menuItems":[]},{"itemId":"43c6bc47-f7d9-445a-85a1-10b3cdc02ee0","text":"MLB Photostore","properties":{"link":"https://photostore.mlb.com/","visible":"false"},"menuItems":[]},{"itemId":"c574a4a2-45ec-47fe-8ca3-b5b99d1cb443","text":"PlayBall.org","properties":{"link":"/play-ball","target":"_blank"},"menuItems":[]}]},{"itemId":"e3a86593-6da0-4d00-a512-0b8c78c9b8a5","text":"Careers","properties":{"link":""},"menuItems":[{"itemId":"35caab61-51c7-4b17-a9b8-e9ecd201058a","text":"Careers Home","properties":{"link":"/careers/home"},"menuItems":[]}]}],"clubId":"mlb","isClub":false,"styleProps":{},"locale":"en","teamNameSlug":"","variables":{}};</script> <footer id='react-footer'> <div class="site-footer" data-reactroot=""><section class="site-footer__subfooter"><div><ul class="site-footer__subfooter-features"><li><div><button class="site-footer__feature-toggle" title="OFFICIAL INFORMATION">OFFICIAL INFORMATION</button><ul class="site-footer__feature-dropdown"><li><a href="/official-information">Official Info</a></li><li><a href="/official-information/about-mlb">About MLB</a></li><li><a href="/team">Team Information</a></li><li><a href="https://mktg.mlbstatic.com/mlb/official-information/2024-official-baseball-rules.pdf">Official Rules</a></li><li><a href="/glossary/rules/replay-review">Replay Review Regulations</a></li><li><a href="/official-information/umpires">Umpires</a></li><li><a href="/sponsorship">Advertise with Us</a></li><li><a href="/news/topic/mlb-press-releases">Press Releases</a></li></ul></div></li><li><div><button class="site-footer__feature-toggle" title="HELP/CONTACT US">HELP/CONTACT US</button><ul class="site-footer__feature-dropdown"><li><a href="/official-information/accessibility">Accessibility Information</a></li><li><a href="http://auctions.mlb.com/iSynApp/manageUserEmail!showEmailContactUsForm.action?sid=1101001">Auctions Customer Service</a></li><li><a href="/official-information/harassment-policy">Harassment Policy</a></li><li><a href="https://support.mlb.com/s/">Help/Contact Us</a></li><li><a href="/apps/mlb-app/faq-apple">MLB App FAQs</a></li><li><a href="/live-stream-games/help-center">MLB.TV Help Center</a></li><li><a href="https://www.mlbshop.com/customer-help-desk/hd-1">Shop Help</a></li></ul></div></li><li><div><button class="site-footer__feature-toggle" title="MORE MLB SITES &amp; AFFILIATES">MORE MLB SITES &amp; AFFILIATES</button><ul class="site-footer__feature-dropdown"><li><a href="/mlbpaa">MLB Players Alumni Association</a></li><li><a href="http://www.mlbplayers.com/">MLB Players Association</a></li><li><a href="https://www.milb.com/">Minor League Baseball</a></li><li><a href="/network">MLB Network</a></li><li><a href="/baseball-assistance-team">Baseball Assistance Team</a></li><li><a href="/player-resource-center">Player Resource Center</a></li><li><a href="http://www.tickets.com/">Tickets.com</a></li><li><a href="https://www.yesnetwork.com/">YES Network</a></li><li><a href="https://theabl.com.au/">Australian Baseball League</a></li><li><a href="/world-baseball-classic">World Baseball Classic</a></li><li><a href="http://sabr.org/">sabr.org</a></li><li><a href="/college-baseball-hall-of-fame">College Baseball Hall of Fame</a></li><li><a href="https://www.usabaseball.com/golden-spikes-award">Golden Spikes Award</a></li><li><a href="https://www.usabaseball.com">USA Baseball</a></li><li><a href="https://www.mlb.com/es">LasMayores.com</a></li><li><a href="/mlb-together">MLBTogether.com</a></li><li><a href="/all-star">AllStarGame.com</a></li><li><a href="https://www.mlb.com/fans/kids">MLB.com/Kids</a></li><li><a href="https://photostore.mlb.com/">MLB Photostore</a></li><li><a href="/play-ball">PlayBall.org</a></li></ul></div></li><li><div><button class="site-footer__feature-toggle" title="CAREERS">CAREERS</button><ul class="site-footer__feature-dropdown"><li><a href="/careers/home">Careers Home</a></li></ul></div></li></ul></div></section><div class="site-footer__frame"><div class="site-footer__container"><div class="site-footer__sponsor-container"><ul class="site-footer__sponsor-image-container"><li class="site-footer__mlb-logo"><a href="/" aria-label="MLB.com"><img alt="MLB.com" class="p-logo mlb-logo" data-src="//www.mlbstatic.com/team-logos/league-on-dark/1.svg" src="//www.mlbstatic.com/team-logos/league-on-dark/1.svg"/></a></li><li class="site-footer__bgca-logo"><a href="https://www.bgca.org/about-us/our-partners/mlb"><img data-src="//www.mlbstatic.com/mlb.com/builds/site-core/6ba79ea6e6d26980b58bc4c45f9688f6c41d1c8e_1551285135/images/bgca.svg" alt="Boys and Girls Club of America" src="//www.mlbstatic.com/mlb.com/builds/site-core/6ba79ea6e6d26980b58bc4c45f9688f6c41d1c8e_1551285135/images/bgca.svg"/></a></li></ul><dl class="p-follow site-footer__social"><dt>Connect with MLB</dt><dd><ul class="p-follow p-follow--sm" data-cid="footer"><li class="p-follow__item"><a class="p-follow__link" title="Follow on facebook" href="https://www.facebook.com/mlb"><span class="p-follow__logo p-follow__logo--facebook"><svg viewBox="0 0 512 512" class="icon"><path d="M388.4 85.3h-48c-37.6 0-45.1 17.9-45.1 44.2v58.1h89.9l-11.8 90.7H295v233.2h-93.9V278.7h-78.3V188h78.3v-67c0-77.7 47.4-119.9 116.8-119.9 33.2 0 61.8 2.6 70.2 3.5v80.9h.3z"></path></svg></span></a></li><li class="p-follow__item"><a class="p-follow__link" title="Follow on twitter" href="https://twitter.com/mlb"><span class="p-follow__logo p-follow__logo--twitter"><svg viewBox="0 0 24 24" class="icon"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></svg></span></a></li><li class="p-follow__item"><a class="p-follow__link" title="Follow on instagram" href="https://www.instagram.com/mlb"><span class="p-follow__logo p-follow__logo--instagram"><svg viewBox="-243 245 512 512" class="icon"><path d="M12.92 294.55c67.266 0 75.234.257 101.798 1.47 24.562 1.12 37.9 5.223 46.778 8.673 11.76 4.57 20.15 10.03 28.966 18.845 8.816 8.815 14.275 17.207 18.845 28.966 3.45 8.877 7.554 22.216 8.674 46.778 1.213 26.564 1.47 34.532 1.47 101.797s-.257 75.233-1.47 101.797c-1.12 24.562-5.223 37.9-8.673 46.778-4.57 11.76-10.03 20.15-18.844 28.966-8.816 8.817-17.208 14.276-28.967 18.846-8.877 3.45-22.216 7.554-46.778 8.674-26.56 1.212-34.527 1.47-101.797 1.47s-75.236-.258-101.797-1.47c-24.562-1.12-37.9-5.224-46.778-8.674-11.76-4.57-20.15-10.03-28.966-18.844-8.816-8.816-14.276-17.208-18.846-28.967-3.45-8.877-7.554-22.216-8.674-46.778-1.212-26.564-1.47-34.532-1.47-101.798s.258-75.234 1.47-101.798c1.12-24.562 5.224-37.9 8.674-46.778 4.57-11.76 10.03-20.15 18.845-28.966 8.814-8.816 17.206-14.275 28.965-18.845 8.877-3.45 22.216-7.554 46.778-8.674 26.564-1.213 34.532-1.47 101.798-1.47m0-45.39c-68.417 0-76.996.29-103.866 1.515-26.814 1.223-45.127 5.482-61.15 11.71-16.567 6.437-30.616 15.05-44.622 29.056-14.005 14.007-22.62 28.056-29.056 44.622-6.228 16.024-10.487 34.337-11.71 61.15-1.226 26.87-1.516 35.45-1.516 103.867s.29 76.996 1.516 103.866c1.223 26.814 5.482 45.127 11.71 61.15 6.437 16.567 15.05 30.616 29.056 44.622 14.006 14.005 28.055 22.62 44.62 29.056 16.025 6.228 34.338 10.487 61.152 11.71C-64.076 752.71-55.496 753 12.92 753s76.997-.29 103.867-1.516c26.814-1.223 45.127-5.482 61.15-11.71 16.567-6.437 30.616-15.05 44.622-29.056 14.004-14.006 22.618-28.055 29.056-44.62 6.227-16.025 10.486-34.338 11.71-61.152 1.225-26.87 1.515-35.45 1.515-103.867s-.29-76.997-1.515-103.867c-1.223-26.814-5.482-45.127-11.71-61.15-6.437-16.567-15.05-30.616-29.056-44.622-14.007-14.004-28.056-22.618-44.622-29.056-16.024-6.227-34.337-10.486-61.15-11.71-26.87-1.225-35.45-1.515-103.867-1.515z"></path><path d="M12.92 371.715c-71.446 0-129.364 57.918-129.364 129.364S-58.526 630.443 12.92 630.443s129.365-57.918 129.365-129.365S84.367 371.714 12.92 371.714zm0 213.338c-46.377 0-83.973-37.596-83.973-83.974s37.596-83.974 83.974-83.974 83.974 37.596 83.974 83.973-37.596 83.973-83.973 83.973z"></path><circle cx="147.396" cy="366.604" r="30.23"></circle></svg></span></a></li></ul></dd></dl></div><div><div class="site-footer__legal-links"><ul><li><a href="/official-information/terms-of-use" class="site-footer__legal-link">Terms of Use</a></li><li><a href="/official-information/privacy-policy" class="site-footer__legal-link">Privacy Policy</a></li><li><a href="/official-information/legal-notices" class="site-footer__legal-link">Legal Notices</a></li><li><a href="https://support.mlb.com/s/" class="site-footer__legal-link">Contact Us</a></li><li><a href="https://privacyportal.onetrust.com/webform/53a301ae-6882-46f9-af93-24f64f792aee/3251a424-8286-4725-9313-603f12c85a49" class="site-footer__legal-link">Do not Sell or Share My Personal Data</a></li></ul></div><div class="site-footer__copyright-container">© <!-- -->2025<!-- --> MLB Advanced Media, LP. All rights reserved.</div></div></div></div></div> </footer> <!-- core javascript files --> <script type="text/javascript" src="//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/site-core.min.js"></script> <script src="//www.mlbstatic.com/mlb.com/adobe-analytics/AppMeasurement-mlb.js"></script> <script src="//www.mlbstatic.com/mlb.com/adobe-analytics/AppMeasurement.js"></script> <script> (function(window, document) { 'use strict'; var getOrientation = function() { var width = window.innerWidth || document.documentElement.clientWidth; var height = window.innerHeight || document.documentElement.clientHeight; var orientation = (height >= width) ? 'Portrait' : 'Landscape'; return orientation; }; var capitalize = function(str) { return str.charAt(0).toUpperCase() + str.substr(1); }; var setRsId = function(s, rsId) { if(!s || !rsId) { return; } try { window.sessionStorage.setItem('rsid', rsId); s.Util.cookieWrite('rsid', rsId); s.sa(rsId); } catch (err) { console.error(err); } }; var getRsId = function(s) { if(!s) { return; } var rsId; try { rsId = s.Util.getQueryParam('rsid') || window.sessionStorage.getItem('rsid') || s.Util.cookieRead('rsid'); } catch (err) { console.error(err); } // TODO: Follow up with Tyler when we can remove this hotfix if (rsId === 'mlbios.at.bat.ios.new.implementation') { rsId = 'mlbios.at.bat.new.implementation'; } return rsId; }; var reportingSuiteIds = 'mlbglobal08,mlbcom08'; var s = window.adobeAnalytics = window.s_gi(reportingSuiteIds); var rsId = getRsId(s); if(rsId) { setRsId(s, rsId); } window.setAppMeasurementConfig(s); var trackingSectionName = capitalize('Standings'); var trackingPageName = 'Major League Baseball: ' + trackingSectionName + ': MLB Standings'; if (document.documentElement.getAttribute('lang') === 'es') { s.prop9 = 'Spanish'; trackingSectionName = trackingSectionName.replace('Homepage','Pagina Central'); trackingPageName = trackingPageName.replace(/: Homepage:(.*)/,': Pagina Central'); } else { trackingPageName = trackingPageName.replace(': Homepage:',':'); } s.channel = trackingSectionName; s.pageName = trackingPageName; s.eVar73 = rsId || reportingSuiteIds; s.prop5 = s.eVar34 = capitalize(window.getStartupDeviceTypeString()); s.prop6 = s.eVar35 = getOrientation(); s.prop7 = s.eVar36 = capitalize(window.getStartupDeviceTypeString()) + ': ' + getOrientation(); s.prop22 = (s.Util.cookieRead('oktaid')) ? s.Util.cookieRead('oktaid') : null; s.eVar199 = s.Util?.cookieRead('s_ecid')?.length !== 0 ? s.Util?.cookieRead('s_ecid') : s.Util?.cookieRead('s_mid')?.length !== 0 ? s.Util?.cookieRead('s_mid') : null; s.prop39 = s.eVar39 = (window.mlbOkta && window.mlbOkta.getAuthClient().tokenManager.get('access_token')) ? 'Logged In': 'Not Logged In'; s.prop71 = 'en'; // section level overrides // page level overrides // response overrides window.trackPageView = function( sProps ) { var s = window.s_gi(reportingSuiteIds); var rsId = getRsId(s); if(rsId) { setRsId(s, rsId); } s.eVar73 = rsId || reportingSuiteIds; s.channel = trackingSectionName; s.pageName = trackingPageName; var prop; for ( prop in sProps ) { s[ prop ] = sProps[ prop ]; } s.t(); }; // page view call window.suppressPageViewTracking = true; })(window, document); </script> <script type="text/javascript"> (function(window, document) { 'use strict'; // Hack to clear the props not being cleared in s.clearVars(). var CLEAR_VARS = [ 'eVar13', 'eVar16', 'eVar19', 'eVar28', 'eVar49', 'eVar53', 'prop54', 'prop12', 'prop13', 'prop14', 'prop25', 'prop26', 'prop27', 'prop28', 'prop29', 'prop30', 'prop32', 'prop33', 'prop43', 'prop49', ]; var clearVars = function(s) { for ( var prop in CLEAR_VARS ) { delete s[ CLEAR_VARS[prop] ]; } delete s['events']; } var getOrientation = function() { var width = window.innerWidth || document.documentElement.clientWidth; var height = window.innerHeight || document.documentElement.clientHeight; var orientation = (height >= width) ? 'Portrait' : 'Landscape'; return orientation; }; var capitalize = function(str) { return str.charAt(0).toUpperCase() + str.substr(1); }; var setRsId = function(s, rsId) { if(!s || !rsId) { return; } try { window.sessionStorage.setItem('rsid', rsId); s.Util.cookieWrite('rsid', rsId); s.sa(rsId); } catch (err) { console.error(err); } }; var getRsId = function(s) { if(!s) { return; } var rsId; try { rsId = s.Util.getQueryParam('rsid') || window.sessionStorage.getItem('rsid') || s.Util.cookieRead('rsid'); } catch (err) { console.error(err); } // TODO: Follow up with Tyler when we can remove this hotfix if (rsId === 'mlbios.at.bat.ios.new.implementation') { rsId = 'mlbios.at.bat.new.implementation'; } return rsId; }; var originalPageName = window.adobeAnalytics.pageName; var reportingSuiteId = 'mlbglobal08,mlbcom08'; window.trackAsync = function(asyncSProps) { var s = window.s_gi(reportingSuiteId); var rsId = getRsId(s); if(rsId) { setRsId(s, rsId); } s.pageName = originalPageName; s.eVar73 = rsId || reportingSuiteId; s.prop11 = 'Dynamic Page View'; s.prop13 = asyncSProps.prop13 ? asyncSProps.prop13 : originalPageName; s.prop15 = capitalize(window.getStartupDeviceTypeString()) + ': ' + getOrientation(); s.prop22 = (s.Util.cookieRead('oktaid')) ? s.Util.cookieRead('oktaid') : null; s.eVar199 = s.Util?.cookieRead('s_ecid')?.length !== 0 ? s.Util?.cookieRead('s_ecid') : s.Util?.cookieRead('s_mid')?.length !== 0 ? s.Util?.cookieRead('s_mid') : null; for (var prop in asyncSProps) { s[ prop ] = asyncSProps[ prop ]; } // async call only on demand if(asyncSProps) { //delay adBlocker and prop66 to the next call var isAdblockerOnly = (asyncSProps.events === 'event96' || asyncSProps.prop70) && Object.keys(asyncSProps).length < 3; var isLoadPropOnly = asyncSProps.prop66 && Object.keys(asyncSProps).length < 2; const sendAnalytics = isAdblockerOnly ? false : !isLoadPropOnly; if(sendAnalytics){ s.tl(true, 'o', 'http://myGenericURL'); //clear eVars only after the call and not before to allow for consolidated eVars to persist s.clearVars(); clearVars( s ); } } }; })(window, document); </script> <!-- build scripts --> <script type="text/javascript"> (function() { const siteJS = {"desktop":"site-desktop","tablet":"site-tablet","phone":"site-phone"}; const sectionJS = {"desktop":"build/index.bundle","tablet":"build/index.bundle","phone":"build/index.bundle"}; const pageJS = {}; const patternJS = {}; const type = getStartupDeviceTypeString(); /* site and section build=true */ // dev, qa, beta, k8s, prod, etc. const siteScripts = []; const scripts = []; if (siteJS[type]) { siteScripts.push('//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/dist/scripts/'+siteJS[type]+'.min.js'); } if (sectionJS[type]) { scripts.push('//builds.mlbstatic.com/mlb.com/sections/standings-reckoning/builds/35f354cd4323338aba93e892f9e47cbb31306ab9_1738872598/scripts/'+sectionJS[type]+'.js'); } if (pageJS[type]) { scripts.push('//builds.mlbstatic.com/mlb.com/sections/standings-reckoning/builds/35f354cd4323338aba93e892f9e47cbb31306ab9_1738872598/scripts/'+pageJS[type]+'.js'); } const loadPatternScripts = function () { const patternNames = Object.keys(patternJS); if (patternNames.length) { const patternScripts = []; patternNames.forEach(function (patternName) { const patternScript = '//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/patterns/' + patternName + '/' + patternName + '.js'; patternScripts.push(patternScript); }); requirejs.config({ baseUrl: '//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/bower_components', waitSeconds: 18, config: { text: { useXhr: function (url, protocol, hostname, port) { return true; } } } }); requirejs(patternScripts); } } if (siteScripts.length) { requirejs.config({ waitSeconds: 18, paths : { "bam-video-bootstrap": "//builds.mlbstatic.com/mlb.com/video/videocore/video" } }); requirejs(siteScripts, function(){ if (scripts.length) { requirejs(scripts, loadPatternScripts); } else { loadPatternScripts(); } }); } })(); </script> <!-- TODO debugging --> <!-- interstitial modal --> <dialog class="p-modal p-ad--interstitial"> <header class="p-modal__header"> <span id="p-ad-interstitial__seconds"> </span> <svg class="p-icon p-icon--close p-icon--xs p-modal__close" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <title>Close icon</title> <path d="M10.3 488.6c13.8 13.1 36.2 13.1 49.9 0l195.6-185.5 195.6 185.5c13.8 13.1 36.2 13.1 49.9 0 13.8-13.1 13.8-34.3 0-47.4L305.8 255.7 501.3 70.2c13.8-13.1 13.8-34.3 0-47.4-13.8-13.1-36.2-13.1-49.9 0L255.8 208.3 60.3 22.8c-13.8-13.1-36.2-13.1-49.9 0-13.8 13.1-13.8 34.3 0 47.4L206 255.7 10.3 441.2c-13.7 13.1-13.7 34.4 0 47.4z"/> </svg> </header> <div class="p-modal__body"> <div class="p-ad ad-responsive-slot " > <div id="ad-1x2-interstitial" class="ad-responsive-size" data-thresholds="[0,1,2,3,4]" data-sizes="[[1,2]]"></div> </div> </div> </dialog> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T5RM6DXG" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> </body> </html>

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