CINXE.COM
Active Roster | Milwaukee Brewers
<!DOCTYPE html> <html lang="en"> <head> <title>Active Roster | Milwaukee Brewers</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 Site of Major League Baseball"> <meta property="og:description" content="The Official Site of Major League Baseball"> <meta property="og:title" content="Active Roster"> <meta property="og:image" content="https://www.mlbstatic.com/team-logos/share/158.jpg"> <meta property="og:site_name" content="MLB.com"> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.mlb.com/brewers/roster"> <link rel="canonical" href="https://www.mlb.com/brewers/roster"> <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="preload" href="https://assets.ctfassets.net/iiozhi00a8lc/Oswald_Regular_ttf/8adc3517613198e72eead83693ffd65f/Oswald_Regular.ttf" as="font" type="font/woff2" crossorigin><meta name="keywords" content="MLB, Baseball, Major League Baseball"> <meta name="page_name" content="Milwaukee Brewers"> <meta name="page_section" content="Roster"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@Brewers"> <meta property="fb:app_id" content="5768707450"> <meta property="fb:pages" content="45083850002"> <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="brewers.mlb"> <meta name="context-url-prefix" content="/brewers"> <meta name="app-view" content="web"> <meta name="locale" content="en"> <meta name="lang" content="en"> <meta name="club" content="brewers"> <meta name="fileCode" content="mil"> <meta name="team_id" content="158"> <meta name="teamName" content="Milwaukee Brewers"> <meta name="teamNameShort" content="Brewers"> <meta name="venue" content="American Family Field"> <meta name="branch-journeys-color" content="#13294B"> <meta name="timezone" content="America/Chicago"> <meta name="serverTime" content="2025-04-02T13:28:02-04:00"> <meta name="flipTime" content="10:00"> <meta name="flipTimeZoneOffset" content="-04:00"> <meta name="siteCoreBuildPath" content="//builds.mlbstatic.com/mlb.com/builds"> <meta name="siteCoreBuildVersionDirectory" content="1741986710884/dist/"> <meta name="sectionBuildVersion" content="461176d63f52f110a3ba2d4c166b593ed69c7d41_1726068366"> <meta name="siteAssetsUri" content="//builds.mlbstatic.com/mlb.com/builds/site-core/1741986710884/dist"> <meta name="sectionAssetsUri" content="//builds.mlbstatic.com/mlb.com/sections/roster/builds/461176d63f52f110a3ba2d4c166b593ed69c7d41_1726068366"> <meta name="omniturePageName" content="Active Roster"> <meta name="header" content="true"> <meta name="apple-mobile-web-app-title" content="MLB.com"> <link rel="apple-touch-icon" href="//www.mlbstatic.com/team-logos/apple-touch-icons-180x180/158.png"> <link rel="shortcut icon" href="https://images.ctfassets.net/iiozhi00a8lc/t158_faviconcut_png/3d48b6725f173b4e775e74bb58c5f3e0/t158_favicon.png"> <meta name="page-tags" content="{}"> <script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'dataLayer-initialized', gtmZones: true, siteType: 'Teamsite', siteEnv: 'production', siteOrigin: 'bdata', siteLang: 'en', pageSection: 'Roster', teamId: '158', teamName: 'Milwaukee Brewers' }); </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/t158-global-properties-t158-background-skins-t158-base-palette.css" /> <link rel="stylesheet" href="//builds.mlbstatic.com/mlb.com/builds/site-core/1741986710884/dist/styles/site.css"> <link rel="stylesheet" href="//builds.mlbstatic.com/mlb.com/sections/roster/builds/461176d63f52f110a3ba2d4c166b593ed69c7d41_1726068366/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_appletv":"Apple TV+","vs_abbrev":"vs.","follow_on":"Follow on","button_appletv":"Watch","button_milbtv":"Watch","message_dfv_feature_disabled":"Feature Disabled","attempting_to_reconnect":"Attempting to reconnect","ranking_9":"9th","ranking_1":"1st","game_firstpitch":"First Pitch","freegameoftheday_short":"Watch Free","button_live_box":"Gameday","game_status_middle":"Middle","date_today":"Today","unit_time_just_now":"Just now","tickets_buy":"Buy Tickets","summary_keyMoments":"Key Moments","standings_ranking_5":"5th","standings_ranking_4":"4th","standings_ranking_3":"3rd","standings_ranking_2":"2nd","standings_ranking_1":"1st","scores_probable_pitchers":"Probable Pitchers","scores_message_nogames":"There are no games scheduled for the date selected.","ranking_8":"8th","ranking_7":"7th","ranking_6":"6th","ranking_5":"5th","ranking_4":"4th","ranking_3":"3rd","ranking_27":"27th","ranking_26":"26th","ranking_25":"25th","ranking_24":"24th","ranking_23":"23rd","ranking_22":"22nd","ranking_21":"21st","ranking_20":"20th","ranking_2":"2nd","ranking_19":"19th","ranking_18":"18th","ranking_17":"17th","ranking_16":"16th","ranking_15":"15th","ranking_14":"14th","ranking_13":"13th","ranking_12":"12th","ranking_11":"11th","ranking_10":"10th","ps_schedule_game_abbreviated":"Gm","probables_rhp":"RHP","probables_lhp":"LHP","link_read_more":"Read more","label_watch_on_peacock":"Watch on Peacock","label_watch_on_appletv":"Watch on Apple TV+","label_watch_on":"Watch on:","label_watch_free":"Watch Free","label_top_performers":"Top Performers","label_team_comparison":"Team Comparison","label_tbd":"TBD","label_series":"Series","label_season":"Season ","label_postseason_team_comparison":"Postseason Team Comparison","label_peacock":"Peacock","label_news":"News","label_key_moments":"Key Moments","label_gameday3d":"Gameday 3D","label_game_coverage":"News","label_game_abbrev":"G","label_game":"Game","label_alltime":"All-Time","gameTypes_N":"Nineteenth Century Series","gameTypes_I":"Intrasquad","gameTypes_C":"Championship","game_twoouts":"2 Outs","game_threeouts":"3 Outs","game_susp_short":"SUSP","game_status_warmup_short":"Warmup","game_status_warmup":"Warmup","game_status_top":"Top","game_status_suspended":"Suspended","game_status_replay":"Replay","game_status_postponed":"Postponed","game_status_final":"Final","game_status_end":"End","game_status_delayed":"Delay","game_status_cancelled":"Canceled","game_status_bottom_abbrev":"Bot","game_status_bottom":"Bottom","game_ppd_short":"PPD","game_outs":"Outs","game_out":"Out","game_oneout":"1 Out","game_noouts":"0 Outs","game_firstpitch_scheduled":"First Pitch Scheduled","division_nl_west":"NL West","division_nl_east":"NL East","division_nl_central":"NL Central","division_al_west":"AL West","division_al_east":"AL East","division_al_central":"AL Central","button_wrap":"Wrap","button_video":"Video","button_story":"Story","button_preview":"Preview","button_plays":"Plays","button_play":"Play","button_peacock":"Peacock","button_more_highlights":"More highlights from this game","button_mlbtv":"MLB.TV","button_gameday":"Gameday","button_boxscore":"Box Score","button_box":"Box","button_audio":"Audio","date_format_day":"EEEE, MMMM do","date_format_medium":"MMM d, yyyy","date_format_short":"E M/d","date_format_long":"MMMM d, yyyy","date_sunday":"Sunday","date_thursday":"Thursday","date_wednesday":"Wednesday","date_friday":"Friday","date_monday":"Monday","date_tuesday":"Tuesday","date_saturday":"Saturday","date_thursday_calendar":"t","date_wednesday_calendar":"w","date_friday_calendar":"f","date_tuesday_calendar":"t","date_saturday_calendar":"s","date_sunday_calendar":"s","date_monday_calendar":"m","open":"Open","button_mlb_audio":"Listen to MLB Audio","return_to_home":"Return to home","sections_standings":"Standings","ticketing_ticket_info":"Ticket Info","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","promotions_title":"Promotions & Giveaways","view_all":"View All","latest_videos":"Latest Videos","stove_stats":"2024 Stats","team133_fullname":"Athletics","team133_location":"Athletics","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","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","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","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.","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.","probables_stats":"Stats","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","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","ticketing_promotion":"Promotion","label_gameType_S":"Spring Training","button_watch_story":"Watch Story","game_status_postponed_abbrev":"PPD","game_status_cancelled_abbrev":"CANC","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_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","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_date":"Date","draft_pass":"Passed","draft_birthplace":"Birthplace","draft_country":"Country","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:","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","game_time_tbd":"TBD","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","roster_title":"Title","navigation_sign_in":"Log In","aria_label_alert_close":"Close alert","stats_games_played":"Games Played","team114_fullname":"Cleveland Guardians","team114_nickname":"Guardians","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_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.","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":"Game","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","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","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.","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","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","headToHead":"#","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},"azimuthAngle":46,"elevation":24,"country":"USA","phone":"916-371-HITS"},"timeZone":{"id":"America/Los_Angeles","offset":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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},"azimuthAngle":60,"elevation":34,"country":"USA"},"timeZone":{"id":"America/New_York","offset":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-6,"offsetAtGameTime":-6,"tz":"MDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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 --> <!-- Inject Styled Components CSS for Header if available --> <style data-styled="true" data-styled-version="5.3.1">.fEsAUw .header__nav-top__button.account{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:0 0 0 4px;white-space:nowrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (min-width:1024px){.fEsAUw .header__nav-top__button.account{position:relative;color:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0 1 auto;-webkit-flex-grow:0 1 auto;-ms-flex-positive:0 1 auto;flex-grow:0 1 auto;font-family:inherit;margin-left:auto;}}/*!sc*/ .fEsAUw .header__nav-top__button.account.account--logged-in{height:56px;position:relative;overflow:hidden;}/*!sc*/ .fEsAUw .header__nav-top__button.account.account--logged-in::after{background:none;bottom:-17px;content:'';height:22px;left:auto;right:7px;opacity:0;position:absolute;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:opacity 100ms ease 100ms;transition:opacity 100ms ease 100ms;width:22px;}/*!sc*/ .fEsAUw .header__nav-top__button.account.account--logged-in.active::after{opacity:1;background-color:#FFC72C;}/*!sc*/ @media (min-width:1024px){.fEsAUw .header__nav-top__button.account.account--logged-in{position:relative;}.fEsAUw .header__nav-top__button.account.account--logged-in::after{bottom:-17px;left:auto;right:33%;}}/*!sc*/ .fEsAUw svg{width:35px;height:35px;}/*!sc*/ data-styled.g89[id="styles__StyledLoginButton-sc-8971dd56-0"]{content:"fEsAUw,"}/*!sc*/ .faba-du{text-align:left;background-color:#ffffff;border-top:solid 4px #FFC72C;padding:8px;}/*!sc*/ .faba-du .header__subnav__group-title{background-color:#ffffff;-webkit-break-inside:avoid;break-inside:avoid;color:#aaaaaa;display:block;font-size:12px;font-weight:700;padding:10px;text-transform:uppercase;word-break:break-word;word-wrap:break-word;}/*!sc*/ @media (min-width:768px){.faba-du .styles__StyledSubNavContent-sc-e6c5124a-0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.faba-du .header__subnav__group:not(:first-child){margin-left:16px;}.faba-du .header__subnav__group.cols{-webkit-column-count:2;column-count:2;-webkit-column-gap:8px;column-gap:8px;}.faba-du .header__subnav--teams__leagues{min-width:600px;}.faba-du .header__subnav--teams__divisions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.faba-du .header__subnav--teams__divisions > *{-webkit-flex:1 0 200px;-ms-flex:1 0 200px;flex:1 0 200px;margin-left:0;}}/*!sc*/ @media (min-width:1024px){.faba-du .styles__StyledSubNavContent-sc-e6c5124a-0{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}/*!sc*/ data-styled.g91[id="styles__StyledSubNav-sc-e6c5124a-1"]{content:"faba-du,"}/*!sc*/ .jigdBg{text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;color:#ffffff;}/*!sc*/ data-styled.g93[id="styles__StyledNavItemLink-sc-87c9f2fb-1"]{content:"jigdBg,"}/*!sc*/ .FkPCS{text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;color:#ffffff;}/*!sc*/ data-styled.g94[id="styles__StyledNavItemText-sc-87c9f2fb-2"]{content:"FkPCS,"}/*!sc*/ .cczjbk.header__nav-top__nav-item{display:none;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;position:relative;text-align:center;}/*!sc*/ .cczjbk.header__nav-top__nav-item .styles__StyledNavItemLink-sc-87c9f2fb-1{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:10px 12px;}/*!sc*/ .cczjbk.header__nav-top__nav-item .styles__StyledNavItemLink-sc-87c9f2fb-1 .icon__nav-item{margin-right:5px;width:10px;height:15px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}/*!sc*/ @media (max-width:350px){.cczjbk.header__nav-top__nav-item .styles__StyledNavItemLink-sc-87c9f2fb-1 .icon__nav-item{display:none;}}/*!sc*/ .cczjbk.header__nav-top__nav-item--mobile-quick-nav{display:inline;}/*!sc*/ .cczjbk.header__nav-top__nav-item--mobile-quick-nav .styles__StyledNavItemInner-sc-87c9f2fb-0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;height:100%;}/*!sc*/ @media (min-width:1024px){.cczjbk.header__nav-top__nav-item--mobile-quick-nav--hideRevenue{display:none;}}/*!sc*/ .cczjbk.header__nav-top__nav-item--spotlight{background-color:#333333;}/*!sc*/ .cczjbk.header__nav-top__nav-item--spotlight .styles__StyledNavItemText-sc-87c9f2fb-2{color:#ffffff;}/*!sc*/ .cczjbk.header__nav-top__nav-item--spotlight:hover{background-color:lighten;}/*!sc*/ .cczjbk.header__nav-top__nav-item--spotlight:hover .styles__StyledNavItemText-sc-87c9f2fb-2{color:#ffffff;}/*!sc*/ .cczjbk.header__nav-top__nav-item--parent .styles__StyledSubNav-sc-e6c5124a-1{display:none;pointer-events:none;}/*!sc*/ @media (min-width:1024px){.cczjbk.header__nav-top__nav-item{height:56px;display:inline-block;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;}.cczjbk.header__nav-top__nav-item .styles__StyledNavItemText-sc-87c9f2fb-2{opacity:0.8;}.cczjbk.header__nav-top__nav-item:hover .styles__StyledNavItemText-sc-87c9f2fb-2,.cczjbk.header__nav-top__nav-item--open .styles__StyledNavItemText-sc-87c9f2fb-2{opacity:1;}.cczjbk.header__nav-top__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0,.cczjbk.header__nav-top__nav-item .styles__StyledNavItemLink-sc-87c9f2fb-1{height:100%;}.cczjbk.header__nav-top__nav-item .styles__StyledNavItemLink-sc-87c9f2fb-1{padding:20px 10px 0;}.cczjbk.header__nav-top__nav-item .icon__nav-item{display:block;margin-right:8px;width:18px;height:14px;float:left;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}.cczjbk.header__nav-top__nav-item--current{border-bottom:4px solid #FFC72C;}.cczjbk.header__nav-top__nav-item--current .styles__StyledNavItemText-sc-87c9f2fb-2{opacity:1;}.cczjbk.header__nav-top__nav-item--parent::after{content:'';border-color:transparent transparent #FFC72C;border-style:solid;border-width:8px;width:0px;height:0px;opacity:0;display:block;margin:-4px auto 0px;position:absolute;bottom:4px;right:0;left:0;z-index:99992;}.cczjbk.header__nav-top__nav-item--parent .styles__StyledSubNav-sc-e6c5124a-1{opacity:0;display:none;left:-9999px;position:absolute;margin:0px;-webkit-transition:opacity 100ms ease 100ms;transition:opacity 100ms ease 100ms;pointer-events:initial;border-top:solid 4px #FFC72C;border-radius:0 0 6px 6px;box-shadow:0px 0px 14px 0px rgba(0,0,0,0.25);}.cczjbk.header__nav-top__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-top__nav-item--open{border-bottom:none;}.cczjbk.header__nav-top__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-top__nav-item--open::after{opacity:1;}.cczjbk.header__nav-top__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-top__nav-item--open .styles__StyledSubNav-sc-e6c5124a-1{display:block;opacity:1;top:52px;left:0px;}.cczjbk.header__nav-top__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-top__nav-item--open .header__subnav--pin-to-right{right:0;left:auto;}}/*!sc*/ .cczjbk.header__nav-side__nav-item{width:100%;-webkit-order:0;-ms-flex-order:0;order:0;border-bottom:1px solid #002867;border-color:rgba(255,255,255,0.15);background-color:#13294B;}/*!sc*/ .cczjbk.header__nav-side__nav-item:hover{background-color:#FFC72C;}/*!sc*/ .cczjbk.header__nav-side__nav-item:focus a{outline:1px dotted #fff;}/*!sc*/ .cczjbk.header__nav-side__nav-item:last-child{border:none;}/*!sc*/ .cczjbk.header__nav-side__nav-item .styles__StyledNavItemLink-sc-87c9f2fb-1{width:100%;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;padding:14px;}/*!sc*/ .cczjbk.header__nav-side__nav-item .header__nav-side__nav-item__subnav-arrow{color:#ffffff;margin-left:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:10px;opacity:0.5;}/*!sc*/ .cczjbk.header__nav-side__nav-item .icon__nav-item{margin-right:8px;width:18px;height:14px;float:left;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}/*!sc*/ .cczjbk.header__nav-side__nav-item .icon__subnav-arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);margin-right:0;width:11px;height:11px;float:none;}/*!sc*/ .cczjbk.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0{width:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;position:relative;}/*!sc*/ .cczjbk.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0::after{display:none;content:'';width:0;height:0;position:absolute;left:auto;right:-1px;top:33%;z-index:calc(99992 + 1);border-color:transparent #ffffff transparent transparent;border-style:solid;border-width:8px;}/*!sc*/ .cczjbk.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0 a,.cczjbk.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0 span{color:#ffffff;}/*!sc*/ .cczjbk.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0 .icon__nav-item *{fill:#ffffff;}/*!sc*/ @media screen and (min-width:1024px){.cczjbk.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0:hover a,.cczjbk.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0:hover span{color:#13294B;}.cczjbk.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0:hover .icon__nav-item *{fill:#13294B;}}/*!sc*/ .cczjbk.header__nav-side__nav-item--open .styles__StyledNavItemInner-sc-87c9f2fb-0::after{display:inline-block;}/*!sc*/ .cczjbk.header__nav-side__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-side__nav-item--open{background-color:#FFC72C;}/*!sc*/ .cczjbk.header__nav-side__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-side__nav-item--open .styles__StyledNavItemInner-sc-87c9f2fb-0 a,.cczjbk.header__nav-side__nav-item--parent.cczjbk.header__nav-side__nav-item--open .styles__StyledNavItemInner-sc-87c9f2fb-0 span{color:#13294B;}/*!sc*/ .cczjbk.header__nav-side__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-side__nav-item--open .styles__StyledNavItemInner-sc-87c9f2fb-0 .icon__nav-item *{fill:#13294B;}/*!sc*/ data-styled.g95[id="styles__StyledNavItem-sc-87c9f2fb-3"]{content:"cczjbk,"}/*!sc*/ .ehbeTb.header__nav-top__button.header__nav-top__button-menu{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;cursor:pointer;}/*!sc*/ @media (min-width:1024px){.ehbeTb.header__nav-top__button.header__nav-top__button-menu{display:none;}}/*!sc*/ .ehbeTb.header__nav-top__button.header__nav-top__button-menu .header__nav-top__button-text{text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;color:#ffffff;}/*!sc*/ .ehbeTb.header__nav-top__button.header__nav-top__button-menu .icon{background:none;padding:0px;width:24px;height:18px;position:relative;margin:0px auto;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out;cursor:pointer;}/*!sc*/ .ehbeTb.header__nav-top__button.header__nav-top__button-menu .icon span{display:block;position:absolute;height:2px;width:24px;background-color:#ffffff;opacity:1;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;border-radius:3px;}/*!sc*/ .ehbeTb.header__nav-top__button.header__nav-top__button-menu .icon span:nth-child(1){top:0px;}/*!sc*/ .ehbeTb.header__nav-top__button.header__nav-top__button-menu .icon span:nth-child(2),.ehbeTb.header__nav-top__button.header__nav-top__button-menu .icon span:nth-child(3){top:8px;}/*!sc*/ .ehbeTb.header__nav-top__button.header__nav-top__button-menu .icon span:nth-child(4){top:16px;}/*!sc*/ data-styled.g96[id="styles__StyledMenuButton-sc-d2ef0539-0"]{content:"ehbeTb,"}/*!sc*/ .dtaxxl.header__subnav__item{background-color:#ffffff;-webkit-break-inside:avoid;break-inside:avoid;color:#222222;display:block;font-size:14px;padding:10px;-webkit-text-decoration:none;text-decoration:none;word-break:break-word;word-wrap:break-word;}/*!sc*/ .dtaxxl:focus,.dtaxxl:hover{border-radius:3px;}/*!sc*/ .dtaxxl.header__subnav__item:hover{background-color:#FFC72C;color:#13294B;}/*!sc*/ .dtaxxl.header__subnav__item:focus{background-color:#dddddd;color:#002867;outline:1px dotted #13294B;}/*!sc*/ data-styled.g97[id="styles__StyledSubNavItem-sc-b36a60d4-0"]{content:"dtaxxl,"}/*!sc*/ .hhptox .styles__StyledSubNavItem-sc-b36a60d4-0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .hhptox .styles__StyledSubNavItem-sc-b36a60d4-0 .header__subnav--teams__team--name{display:none;}/*!sc*/ .hhptox .styles__StyledSubNavItem-sc-b36a60d4-0 .header__subnav--teams__team--logo{height:24px;width:24px;padding:2px 2px 2px 0;margin-right:2px;display:inline-block;}/*!sc*/ @media (min-width:375px){.hhptox .styles__StyledSubNavItem-sc-b36a60d4-0 .header__subnav--teams__team--shortname{display:none;}.hhptox .styles__StyledSubNavItem-sc-b36a60d4-0 .header__subnav--teams__team--name{display:inline-block;}}/*!sc*/ data-styled.g98[id="styles__StyledSubNavTeam-sc-aa8233a3-0"]{content:"hhptox,"}/*!sc*/ .bCcqoc{margin-bottom:5px;}/*!sc*/ data-styled.g99[id="styles__StyledLeague-sc-9213acec-0"]{content:"bCcqoc,"}/*!sc*/ .TtEda{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;padding:0px;}/*!sc*/ @media (min-width:1024px){.TtEda{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;height:56px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;}}/*!sc*/ .TtEda.resizing{overflow-y:hidden;}/*!sc*/ .TtEda > nav{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;width:100%;padding:0px;}/*!sc*/ .TtEda > nav.header__nav-top__nav-items--spillover{display:none;}/*!sc*/ @media (max-width:1023px){.TtEda > nav .header__nav-top__nav-items--secondary{display:contents;}}/*!sc*/ @media (min-width:1024px){.TtEda > nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;height:56px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.TtEda > nav.header__nav-top__nav-items--spillover{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;min-width:168px;}}/*!sc*/ data-styled.g101[id="styles__StyledQuickNavBar-sc-a936ffd1-0"]{content:"TtEda,"}/*!sc*/ .ixMGFY{display:none;}/*!sc*/ @media (min-width:1024px){.ixMGFY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;height:56px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;margin-left:auto;margin-right:4px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding-right:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}}/*!sc*/ .ixMGFY > nav{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;width:100%;padding:0px;}/*!sc*/ @media (min-width:1024px){.ixMGFY > nav{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}}/*!sc*/ data-styled.g102[id="styles__StyledRevenueNavBar-sc-d857918-0"]{content:"ixMGFY,"}/*!sc*/ .jDjAvW.header__nav-top__logo{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;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;text-align:left;height:56px;padding:0 16px 0 0;}/*!sc*/ .jDjAvW.header__nav-top__logo a{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;}/*!sc*/ .jDjAvW.header__nav-top__logo img{width:auto;min-height:31px;max-height:31px;height:100%;}/*!sc*/ @media (min-width:768px){.jDjAvW.header__nav-top__logo img{min-height:40px;max-height:40px;}}/*!sc*/ .jDjAvW.header__nav-top__logo--mlb,.jDjAvW.header__nav-top__logo--milb{-webkit-box-flex:99;-webkit-flex-grow:99;-ms-flex-positive:99;flex-grow:99;padding-right:0;padding-left:28px;}/*!sc*/ .jDjAvW.header__nav-top__logo--mlb a,.jDjAvW.header__nav-top__logo--milb a{text-align:center;}/*!sc*/ .jDjAvW.header__nav-top__logo--mlb img,.jDjAvW.header__nav-top__logo--milb img{margin:auto;}/*!sc*/ @media (min-width:1024px){.jDjAvW.header__nav-top__logo{padding:0 16px 0 0;}.jDjAvW.header__nav-top__logo--mlb,.jDjAvW.header__nav-top__logo--milb{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;}.jDjAvW.header__nav-top__logo--mlb a,.jDjAvW.header__nav-top__logo--milb a{text-align:left;}}/*!sc*/ data-styled.g103[id="styles__StyledLogo-sc-937b1c87-0"]{content:"jDjAvW,"}/*!sc*/ .edYnMi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:auto;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:99993;padding:0 14px;background-color:#13294B;box-shadow:1px 0 5px #000000;}/*!sc*/ @media (min-width:768px){.edYnMi{padding:0 16px;}}/*!sc*/ @media (min-width:1024px){.edYnMi{padding:0 32px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}}/*!sc*/ .edYnMi > *{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}/*!sc*/ .edYnMi ul{margin:0;padding:0;}/*!sc*/ .edYnMi ul li{list-style-type:none;}/*!sc*/ .edYnMi .icon,.edYnMi .icon__nav-item *{fill:#ffffff;}/*!sc*/ .edYnMi .header__nav-top__button{background:none;border:none;padding:0 16px 0 0;font-size:14px;font-weight:bold;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .edYnMi .header__nav-top__button:hover{cursor:pointer;}/*!sc*/ .edYnMi .header__nav-top__button span{display:none;}/*!sc*/ @media (min-width:1024px){.edYnMi .header__nav-top__button span{display:block;margin-left:8px;margin-right:5px;opacity:0.8;}}/*!sc*/ .edYnMi .header__nav-top__secondary-logos{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:56px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-flex:99 1 45%;-ms-flex:99 1 45%;flex:99 1 45%;}/*!sc*/ @media (min-width:500px){.edYnMi .header__nav-top__secondary-logos{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;}}/*!sc*/ @media (min-width:768px){.edYnMi .header__nav-top__secondary-logos{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;}}/*!sc*/ @media (min-width:1024px){.edYnMi .header__nav-top__secondary-logos{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;-webkit-order:-1;-ms-flex-order:-1;order:-1;}}/*!sc*/ .edYnMi .header__nav-top__secondary-logos > *{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/ .edYnMi .header__nav-top__secondary-logos img{max-height:56px;max-width:none;}/*!sc*/ .edYnMi .header__nav-top__sponsor-url-logos{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (max-width:1024px){.edYnMi .header__nav-top__sponsor-url-logos--no-sponsor{display:none;}}/*!sc*/ .edYnMi .header__nav-top__sponsor-url-logos > *{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}/*!sc*/ .edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo,.edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__url-logo{padding-left:20px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}/*!sc*/ .edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo a,.edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__url-logo a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}/*!sc*/ .edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo img,.edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo a{height:56px;}/*!sc*/ .edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__url-logo img{height:30px;}/*!sc*/ .edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo--with-sponsor,.edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__url-logo--with-sponsor,.edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo--with-tagline,.edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__url-logo--with-tagline{display:none;}/*!sc*/ @media (min-width:1024px){.edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__url-logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/ @media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__url-logo{height:30px;}.edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__url-logo img{min-height:30px;height:auto !important;}.edYnMi .header__nav-top__sponsor-url-logos .header__nav-top__tagline img{width:100%;}}/*!sc*/ .edYnMi .header__nav-top__tagline{margin-right:auto;display:none;}/*!sc*/ .edYnMi .header__nav-top__tagline--no-sponsor{margin-right:0;}/*!sc*/ .edYnMi .header__nav-top__tagline img{max-width:100%;}/*!sc*/ @media (min-width:768px){.edYnMi .header__nav-top__tagline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}}/*!sc*/ @media (min-width:1024px){.edYnMi .header__nav-top__tagline--no-sponsor{margin-right:auto;}}/*!sc*/ data-styled.g104[id="styles__StyledNavTop-sc-ea163b63-0"]{content:"edYnMi,"}/*!sc*/ .lnMCCM{-webkit-order:99;-ms-flex-order:99;order:99;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:99 1 100%;-ms-flex:99 1 100%;flex:99 1 100%;width:100%;}/*!sc*/ @media (min-width:1024px){.lnMCCM{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:auto;min-width:50vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:56px;overflow:hidden;}.lnMCCM.header__nav-top__nav-container--initialized{overflow:visible;}}/*!sc*/ data-styled.g105[id="styles__StyledNavTopContainer-sc-ea163b63-1"]{content:"lnMCCM,"}/*!sc*/ .bfsFAm{margin:auto;max-width:none;position:relative;}/*!sc*/ data-styled.g107[id="styles__StyledHeaderInner-sc-c41de9b9-0"]{content:"bfsFAm,"}/*!sc*/ .iHxlKJ{width:100%;font-family:'proxima-nova','mlb-primary','Helvetica Neue','Helvetica','Arial',sans-serif;font-style:normal;font-variant:normal;font-size:14px;font-weight:500;line-height:15px;color:#ffffff;-webkit-font-smoothing:antialiased;}/*!sc*/ @media (min-width:768px){.iHxlKJ{font-size:14px;}}/*!sc*/ .iHxlKJ *{box-sizing:border-box;}/*!sc*/ .iHxlKJ a:focus,.iHxlKJ button:focus,.iHxlKJ [class*='__nav']:focus{outline:1px dotted #fff;}/*!sc*/ .iHxlKJ ul{margin:0;padding:0;}/*!sc*/ .iHxlKJ li{list-style-type:none;}/*!sc*/ .iHxlKJ .icon{display:inline-block;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;line-height:20px;}/*!sc*/ .iHxlKJ .icon-globe{margin-left:32px;}/*!sc*/ .iHxlKJ .styles__StyledNavTop-sc-ea163b63-0{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:112px;}/*!sc*/ .iHxlKJ .styles__StyledNavTop-sc-ea163b63-0 .header__nav-top__tagline img{height:56px;max-width:375px;line-height:56px;}/*!sc*/ @media (min-width:1024px){.iHxlKJ .styles__StyledNavTop-sc-ea163b63-0{background-image:linear-gradient( #FFC72C 50%,#13294B 50% );}.iHxlKJ .styles__StyledLoginMenu-sc-9117e573-0{top:calc(112px - 4px);}}/*!sc*/ @media (min-width:1024px){.iHxlKJ .styles__StyledNavTopContainer-sc-ea163b63-1 .styles__StyledSubNavContent-sc-e6c5124a-0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}.iHxlKJ .styles__StyledNavTopContainer-sc-ea163b63-1 .styles__StyledSubNavItem-sc-b36a60d4-0,.iHxlKJ .styles__StyledNavTopContainer-sc-ea163b63-1 .header__subnav__group-title{padding:11px 8px;white-space:nowrap;}.iHxlKJ .styles__StyledNavTopContainer-sc-ea163b63-1 .header__subnav__item:not(.header__subnav--teams__team),.iHxlKJ .styles__StyledNavTopContainer-sc-ea163b63-1 .header__subnav__group-title{display:block;}.iHxlKJ .styles__StyledNavTopContainer-sc-ea163b63-1 .header__subnav__group-title{background-color:#ffffff;}.iHxlKJ .styles__StyledNavTopContainer-sc-ea163b63-1 .header__subnav__group{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}}/*!sc*/ data-styled.g108[id="styles__StyledHeader-sc-c41de9b9-1"]{content:"iHxlKJ,"}/*!sc*/ body.side-nav-open{max-height:100vh;overflow:hidden;overscroll-behavior:none;position:fixed;top:0;touch-action:none;width:100vw;}/*!sc*/ data-styled.g109[id="sc-global-iaVluf1"]{content:"sc-global-iaVluf1,"}/*!sc*/ </style> <!-- Inject Styled Components CSS for Footer if available --> <style data-styled="true" data-styled-version="5.3.1">.hydpoN{margin-bottom:0.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/ @media (min-width:568px){.hydpoN{margin-right:1rem;}}/*!sc*/ .hydpoN a:focus{outline:2px solid #ffffff;}/*!sc*/ .hydpoN > ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .hydpoN > ul li{height:60px;list-style-type:none;}/*!sc*/ .hydpoN .site-footer__mlb-logo{margin-right:0.5rem;}/*!sc*/ .hydpoN .site-footer__mlb-logo a{display:block;}/*!sc*/ .hydpoN .site-footer__mlb-logo .mlb-logo{width:75px;max-width:75px;max-height:38px;height:38px;}/*!sc*/ @media (max-width:568px){.hydpoN .site-footer__mlb-logo .mlb-logo{width:105px;}}/*!sc*/ .hydpoN .site-footer__bgca-logo a{display:block;}/*!sc*/ .hydpoN .site-footer__bgca-logo img{width:208px;height:auto;}/*!sc*/ @media (max-width:568px){.hydpoN .site-footer__bgca-logo img{width:170px;}}/*!sc*/ data-styled.g115[id="styles__StyledSponsor-sc-ac4b9e5d-0"]{content:"hydpoN,"}/*!sc*/ .csqdrT{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1304px;margin:0 auto 2rem;padding:0 1rem;}/*!sc*/ .csqdrT ul.site-footer__team-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.5rem 0;border-bottom:solid 1px #e2e2e2;}/*!sc*/ .csqdrT ul.site-footer__team-links li{padding-right:1rem;}/*!sc*/ .csqdrT ul.site-footer__team-links li a{font-size:0.87336245rem;color:#999999;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .csqdrT ul.site-footer__team-links li a:hover{color:#ffffff;}/*!sc*/ .csqdrT ul.site-footer__team-links li a:focus{outline:2px solid #ffffff;}/*!sc*/ .csqdrT ul.site-footer__team-links li a:active{color:#ffffff;}/*!sc*/ data-styled.g116[id="styles__StyledClubStrip-sc-c2cd316b-0"]{content:"csqdrT,"}/*!sc*/ .cqLtmT{margin-right:1rem;}/*!sc*/ .cqLtmT .site-footer__microsite-logo,.cqLtmT .site-footer__team-url-logo{width:205px;height:100%;}/*!sc*/ .cqLtmT a{display:block;}/*!sc*/ .cqLtmT a:focus{outline:2px solid #ffffff;}/*!sc*/ data-styled.g117[id="styles__StyledTeamLogo-sc-c2cd316b-1"]{content:"cqLtmT,"}/*!sc*/ .cCIjgk{background-color:#13294B;position:relative;-webkit-font-smoothing:antialiased;z-index:1;}/*!sc*/ .cCIjgk ul{margin:0;list-style:none;padding:0;}/*!sc*/ .cCIjgk select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}/*!sc*/ .cCIjgk .site-footer__frame{padding:2rem 0 1rem;border-top:1px solid #000000;background-color:#13294B;}/*!sc*/ .cCIjgk .site-footer__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1304px;margin:0 auto;padding:0 1rem;}/*!sc*/ .cCIjgk[data-is-club='true'] .site-footer__frame{padding-top:0.25rem;padding-bottom:1rem;}/*!sc*/ data-styled.g118[id="styles__StyledFooterContainer-sc-5eb1a394-0"]{content:"cCIjgk,"}/*!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="roster_index" class="lang-en team-158" 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.__HEADER_PROPS__ = {"clubId":158,"contentfulProps":{"properties":{"headerPrimaryLogo":{"description":null,"url":"https://images.ctfassets.net/iiozhi00a8lc/t158_header_primarycap_on_dark_svg/6091a9cdc75a6738fc4a261d9ec33454/t158_header_primary.svg"},"urlLogo":{"url":"https://images.ctfassets.net/iiozhi00a8lc/t158_url_logourl_svg/83f36d7ccab155ca936617d5745230f3/t158_url_logo.svg"},"headerMastheadTagline":{"url":"https://images.ctfassets.net/iiozhi00a8lc/t158_header_masthead_taglineMB_20_Masthead_This_Is_My_Crew_svg/a0ed8c7df4ade095595ddb33e6f7c15c/t158_header_masthead_tagline.svg"},"headerMastheadTaglineContainerHeight":"56px","headerMastheadTaglineContainerWidth":"375px"},"palette":{"headerMastheadBackgroundColor":"#FFC72C","headerNavigationBackgroundColor":"#13294B","headerNavigationBorderColor":"#FFC72C","headerNavigationTextColor":"#ffffff","headerNavigationTextColorHover":"#13294B","buttonSpotlightBackgroundColor":"#333333","buttonSpotlightBackgroundColorHover":"lighten","buttonSpotlightTextColor":"#ffffff","buttonSpotlightTextColorHover":"#ffffff","footerTitleColor":"#ffffff","footerTextColor":"#d2d2d2","footerBackgroundColor":"#13294B","footerBorderColor":"#e2e2e2","footerLinkColor":"#999999","footerLinkColorHover":"#ffffff","footerLinkColorActive":"#ffffff"},"teamNameDisplay":"Milwaukee Brewers"},"deviceProperties":{"headerPrimaryLogo":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t158_header_primarycap_on_dark_svg/6091a9cdc75a6738fc4a261d9ec33454/t158_header_primary.svg","description":null,"__typename":"Asset","type":"binaryAsset"},"headerMastheadTagline":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t158_header_masthead_taglineMB_20_Masthead_This_Is_My_Crew_svg/a0ed8c7df4ade095595ddb33e6f7c15c/t158_header_masthead_tagline.svg","__typename":"Asset","type":"binaryAsset"},"headerMastheadTaglineContainerHeight":{"binaryFile":"","type":"binaryAsset"},"headerMastheadTaglineContainerWidth":{"binaryFile":"","type":"binaryAsset"},"navigationMastheadSponsorImage":{"binaryFile":"","type":"binaryAsset"},"urlLogo":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t158_url_logourl_svg/83f36d7ccab155ca936617d5745230f3/t158_url_logo.svg","__typename":"Asset","type":"binaryAsset"},"organismHeadlineFont":{"binaryFile":"https://assets.ctfassets.net/iiozhi00a8lc/Oswald_Regular_ttf/8adc3517613198e72eead83693ffd65f/Oswald_Regular.ttf","__typename":"Asset","type":"binaryAsset"},"favicon":{"title":"favicon","type":"shortContent","image":{"cuts":{"256x256":{"width":"256","height":"256","src":"https://images.ctfassets.net/iiozhi00a8lc/t158_faviconcut_png/3d48b6725f173b4e775e74bb58c5f3e0/t158_favicon.png","at2x":"https://images.ctfassets.net/iiozhi00a8lc/t158_faviconcut_png/3d48b6725f173b4e775e74bb58c5f3e0/t158_favicon.png","at3x":"https://images.ctfassets.net/iiozhi00a8lc/t158_faviconcut_png/3d48b6725f173b4e775e74bb58c5f3e0/t158_favicon.png"}}}},"__typename":{"binaryFile":"","type":"binaryAsset"},"siteConfig":{"articleVideoAutoPlay":true,"articleVideoAutoPlaySound":false,"__typename":"WebProperties"},"t158_bodyBackgroundSkinBlank":{"type":"shortContent","title":"t158_bodyBackgroundSkinBlank","pageContainerBackgroundColor":"#e2e2e2","image":{"title":"t158bodyBackgroundSkinBlank","cuts":{"1680x900":{"title":"t158_bodyBackgroundSkinBlank","width":1680,"height":900,"src":"https://images.ctfassets.net/iiozhi00a8lc/3oV6uciDEZkFtk0aXIB1vr/a4ff8b2a694082f60259168d0fd21054/MB-21_Webskin-blank.jpg","__typename":"Asset"}}}},"bodyBackgroundSkinTotal":1,"style":{"bodyBackgroundColor":"#13294B","t158-base-palette":{"paletteName":"t158-base-palette","pageContainerBorderColor":"#ececec","headerMastheadBackgroundColor":"#FFC72C","headerMastheadTextColor":"#ffffff","headerNavigationBackgroundColor":"#13294B","headerNavigationBorderColor":"#FFC72C","headerNavigationTextColorHover":"#13294B","headerNavigationTextColor":"#ffffff","footerTitleColor":"#ffffff","footerTextColor":"#d2d2d2","footerBackgroundColor":"#13294B","footerBorderColor":"#e2e2e2","footerLinkColor":"#999999","footerLinkColorHover":"#ffffff","footerLinkColorActive":"#ffffff","buttonPrimaryBackgroundColor":"#FFC72C","buttonPrimaryBackgroundColorHover":"lighten","buttonPrimaryTextColor":"#13294B","buttonPrimaryTextColorHover":"#13294B","buttonSpotlightBackgroundColor":"#333333","buttonSpotlightBackgroundColorHover":"lighten","buttonSpotlightTextColor":"#ffffff","buttonSpotlightTextColorHover":"#ffffff","tableHeaderBackgroundColor":"#13294B","tableRowBackgroundColor":"#ffffff","tableTextColor":"#333333","organismSectionTitleColor":"#13294B","organismTitleColor":"#333333","organismTextColor":"#333333","organismTagBackgroundColor":"#FFC72C","organismTagTextColor":"#13294B","organismBackgroundColor":"#ffffff","organismBorderColor":"#ececec","organismLinkColor":"#003DA5","organismLinkColorHover":"#024EBC","organismLinkTextDecoration":"none","organismLinkColorActive":"#13294B","organismScrimTitleColor":"#ffffff","organismScrimTextColor":"#ffffff","organismScrimTagColor":"#ffffff","organismScrimBackgroundColor":"#13294B","organismScrimBackgroundColorHover":"lighten","organismScrimBorderColor":"#ececec","organismScrimLinkColor":"#ececec","organismScrimLinkColorHover":"#FFC72C","organismContentHeadingSecondaryBorderColor":"#13294B","organismContentHeadingPrimaryBorderColor":"#13294B","organismSidekickBackgroundColor":"#333333","organismJumbotronTitleColor":"#333333","__typename":"Palette","pageContainerBackgroundColor":"#e2e2e2"},"organismLogoVersion":"primary","organismLogoStyle":"dark","headerMastheadLogoVersion":"cap","headerMastheadLogoStyle":"dark","footerLogoVersion":"primary","footerLogoStyle":"dark","palette":"t158-base-palette","headlineTextTransform":"none","headlineFontFamily":"industry","headlineFontFamilySizeMultiplier":1,"__typename":"WebProperties","headerMastheadLogoContainer":{"left":"0px","top":"8px","height":"46px"},"headerMastheadTaglineContainer":{"height":"56px","width":"375px","top":"0px","left":"0px"}},"teamNameDisplay":"Milwaukee Brewers"},"headerData":{"instanceId":"82366c51-b698-428f-bb17-ea14458a7a9e","name":"global-nav","variables":[],"menuItems":[{"itemId":"logo","text":"-Logo","properties":{"link":"https://brewers.fanportal-mlb.com/glovestory/","visible":"false","customProperties":"mobile:true;"},"menuItems":[]},{"itemId":"53f3fdfb-5ff2-4bb4-86b8-2d5ff8616057","text":"Ticket Finder","properties":{"link":"/tickets/ticket-finder","icon":"tickets"},"menuItems":[{"itemId":"6b1cde48-c6fe-4cc3-a61b-31b2cb0a53cd","text":"-Opening Day Tickets","properties":{"link":"/tickets/opening-day","visible":"false"},"menuItems":[]},{"itemId":"29e8d88e-39c9-4fcd-b982-68d59696481f","text":"Single-Game Tickets","properties":{"link":"/tickets/ticket-finder?redirect=type-single.filters"},"menuItems":[]},{"itemId":"6ae93248-e205-449b-b244-c4685ca3228e","text":"Season Tickets","properties":{"link":"/tickets/ticket-finder?redirect=season-tickets"},"menuItems":[]},{"itemId":"bf0c1ace-0edc-4d71-bb30-a3b908c3fa70","text":"Mini Plans","properties":{"link":"/tickets/ticket-finder?redirect=mini-plans"},"menuItems":[]},{"itemId":"09436176-1f98-4ff7-b907-c07cddae2629","text":"Build-Your-Own Packs","properties":{"link":"/tickets/ticket-finder?redirect=packs"},"menuItems":[]}]},{"itemId":"tickets","text":"Tickets","properties":{"link":"/tickets","customProperties":"mobile:true;"},"menuItems":[{"itemId":"136f7dc8-87e1-4620-8580-8736626b7126","text":"TicketFinder: Find the Best Ticket Option for You","properties":{"link":"/tickets/ticket-finder","visible":"true"},"menuItems":[]},{"itemId":"54986dc2-f1ea-45ce-9e1d-f5f258082ce1","text":"Single-Game Tickets","properties":{"link":"/tickets/single-game-tickets","visible":"true"},"menuItems":[]},{"itemId":"b578b3fd-a104-42d3-9ace-8915ea5d44eb","text":"-Opening Day Tickets","properties":{"link":"/tickets/opening-day","visible":"false"},"menuItems":[]},{"itemId":"e4b97a8e-0094-4bcf-b992-abfc9e3a8de6","text":"Featured Giveaways","properties":{"link":"/tickets/promotions/featured-giveaways","visible":"true"},"menuItems":[]},{"itemId":"eae6c4cd-9424-4249-b472-316a8aaca372","text":"Ticket Deals","properties":{"link":"/tickets/ticket-deals","visible":"true"},"menuItems":[]},{"itemId":"d3858eb8-c659-445c-bfee-668cf83b6ee3","text":"Theme Nights","properties":{"link":"/tickets/specials","visible":"true"},"menuItems":[]},{"itemId":"58412a69-4f31-40b4-b100-9ecb79e53f12","text":"Community Nights","properties":{"link":"/tickets/specials/community-nights"},"menuItems":[]},{"itemId":"a61b6292-1f8c-49c1-aa4d-4fdbd217d347","text":"Concerts at American Family Field","properties":{"link":"/tickets/concerts","visible":"true"},"menuItems":[]},{"itemId":"9cc14364-b840-4c64-8834-af794caaee05","text":"-Spring Training Tickets","properties":{"link":"/tickets/spring-training","visible":"false"},"menuItems":[]},{"itemId":"fe21bfae-3321-4d8f-931d-f338fce59211","text":"Single-Game Ticket Pricing","properties":{"link":"/tickets/pricing","visible":"true"},"menuItems":[]},{"itemId":"28b4b821-d932-4095-8e2e-56c316ee5162","text":"Ticket Plans","properties":{"link":"/tickets/ticket-finder","visible":"true"},"menuItems":[]},{"itemId":"6ee49053-748a-4ec7-8e42-e92920b60885","text":"Request Ticket Plan Info","properties":{"link":"/tickets/season-tickets"},"menuItems":[]},{"itemId":"442694fb-95cb-4e69-a323-f577072a3386","text":"Flash Sale","properties":{"link":"/tickets/specials/flash-sale","visible":"true","customProperties":"expires:1721883599"},"menuItems":[]},{"itemId":"44724ce7-8e41-486d-9d53-abf9053406dc","text":"-Craig Counsell 563 Celebration Offer","properties":{"link":"/tickets/specials/563-celebration","customProperties":"expires:1655269199","visible":"false"},"menuItems":[]},{"itemId":"2a578ccf-a6cb-4a6f-8270-be8d6695197a","text":"-Parking","properties":{"link":"/ballpark/transportation/parking","visible":"false"},"menuItems":[]},{"itemId":"539fa3d9-b5f3-42e6-bdc0-edab8a305f05","text":"-Postseason Refund Information","properties":{"link":"/tickets/postseason","visible":"false"},"menuItems":[]},{"itemId":"9ae065a3-e697-4e07-bc4b-65b7e03d2755","text":"-Winter Warm-up","properties":{"link":"/fans/winter-warmup","visible":"false"},"menuItems":[]},{"itemId":"2f3050a4-f550-4a29-8091-c18068746fc4","text":"-Wisconsin Resident Presale","properties":{"link":"/tickets/single-game-tickets/presale/wisconsin-residents","visible":"true","customProperties":"expires:1645855199"},"menuItems":[]},{"itemId":"ad57c667-b912-432d-85ef-6be07ca87439","text":"-Promotions & Giveaways","properties":{"link":"/tickets/promotions","visible":"false"},"menuItems":[]},{"itemId":"82d92453-e2ae-4995-96dd-2c933250832e","text":"-Sunday Fun-Day Bundle","properties":{"link":"/tickets/specials/sunday-fun-day","visible":"false"},"menuItems":[]},{"itemId":"ec6d07b3-5681-4839-882b-b0999880213b","text":"-Fan Values","properties":{"link":"/tickets/specials/fan-values","visible":"false"},"menuItems":[]},{"itemId":"eabfbbe9-4622-4a7e-b35a-6105af26e9d0","text":"Group Tickets","properties":{"link":"/tickets/group-tickets","visible":"true"},"menuItems":[]},{"itemId":"5f71c2d2-11f0-4b6d-8d90-a2774d7c7dab","text":"Suites","properties":{"link":"https://brewerssuites.com/","target":"_blank"},"menuItems":[]},{"itemId":"ec14e3df-830e-418c-a3c4-5278f936bd65","text":"Ballpark Pass+","properties":{"link":"/tickets/specials/ballpark-pass","visible":"true"},"menuItems":[]},{"itemId":"3f19118e-4352-4044-9f75-654b872816b7","text":"-4-Packs","properties":{"link":"/tickets/packs/four","visible":"false"},"menuItems":[]},{"itemId":"3d074841-a0a3-49a6-87e6-fa53219bee65","text":"-10-Packs","properties":{"link":"/tickets/packs/ten/landing","visible":"false"},"menuItems":[]},{"itemId":"df1957cc-4f43-4ab5-b4ae-5792c84020b7","text":"-10-Pack Renewals","properties":{"link":"/tickets/packs/ten/holders","visible":"false"},"menuItems":[]},{"itemId":"dbabbf44-3f87-4755-806a-51f2ed540d11","text":"-Flex Packs","properties":{"link":"/tickets/packs/flex","visible":"false"},"menuItems":[]},{"itemId":"c63b8eda-6756-4e2b-989a-a69c69ee8e8f","text":"-Season Tickets & Exchanges","properties":{"link":"/tickets/season-tickets/landing","visible":"false"},"menuItems":[]},{"itemId":"c9cf0f10-76da-49d5-ba1a-3ccfa5f0b541","text":"Season Seat Member Info","properties":{"link":"/tickets/season-tickets/holders","visible":"true"},"menuItems":[]},{"itemId":"d048a3ed-9010-403f-bf1d-4708f19f8c70","text":"-Miller Lite Landing","properties":{"link":"/tickets/premium/miller-lite-landing","visible":"false"},"menuItems":[]},{"itemId":"96aefc15-f4b5-4017-9bb7-48b7b2cabef6","text":"My Brewers Tickets","properties":{"link":"/tickets/my-tickets"},"menuItems":[]},{"itemId":"ea1913da-0f3f-4dcd-931d-c366c37b8b02","text":"-Ticket Voucher Redemption","properties":{"link":"/tickets/vouchers","visible":"false"},"menuItems":[]},{"itemId":"633a702f-af0e-449a-8512-095db26f5712","text":"-Restaurant to be Named Later","properties":{"link":"/tickets/premium/restaurant","visible":"false"},"menuItems":[]},{"itemId":"f7cc59c4-448b-4997-a07e-20504afd69bb","text":"Buy & Sell Tickets on SeatGeek","properties":{"link":"https://seatgeek.com/milwaukee-brewers-tickets?aid=15979&pid=integration&rid=1&utm_medium=partnership&utm_source=brewers_sponsorship&utm_campaign=integration","visible":"true","target":"_blank"},"menuItems":[]},{"itemId":"d9e155d5-1593-48a2-8ce3-8c0bb3dd51ce","text":"Brewers Gift Cards","properties":{"link":"/tickets/gift-cards"},"menuItems":[]},{"itemId":"fff1bbd5-00e4-402c-9c7d-898ad361bafa","text":"American Family Field Seating Map","properties":{"link":"/ballpark/seat-map"},"menuItems":[]},{"itemId":"93b8461e-7cd5-4046-9cfe-fb770301ad05","text":"-Brew City Battle","properties":{"link":"/tickets/events/badgers-basketball","visible":"false"},"menuItems":[]},{"itemId":"2c5cb167-47b4-4a99-80f7-b13a73744a3c","text":"-Yoga in the Outfield","properties":{"link":"/tickets/events/yoga","visible":"false"},"menuItems":[]},{"itemId":"4df2d8b6-21ac-42c6-9ceb-42861ee6b4c9","text":"-True Blue Brew Crew™","properties":{"link":"/tickets/specials/true-blue","visible":"false"},"menuItems":[]},{"itemId":"718c33bc-c5e5-4e23-b47c-b539852bc828","text":"-Season-Long Promotions","properties":{"link":"/tickets/promotions/season-long","visible":"false"},"menuItems":[]},{"itemId":"b38a1195-a16c-48ce-abdf-8c1577a79064","text":"-Peanut-Controlled Areas","properties":{"link":"/tickets/specials/peanut-controlled","visible":"false"},"menuItems":[]},{"itemId":"6f6ce4b1-13e2-40d4-a88c-8c6eafb549e8","text":"-Brewers Bucks","properties":{"link":"/tickets/gift-certificates","visible":"false"},"menuItems":[]},{"itemId":"7fc5a392-0dcc-45d5-8774-7d07e065b0dd","text":"-Timeless Ticket","properties":{"link":"/tickets/specials/timeless-ticket","visible":"false"},"menuItems":[]}]},{"itemId":"schedule","text":"Schedule","properties":{"link":"/schedule","customProperties":"mobile:true;"},"menuItems":[{"itemId":"db6817a0-0ca9-49aa-8bb3-1dbcb4e42653","text":"-2020 60-Game Schedule","properties":{"link":"/schedule","visible":"false"},"menuItems":[]},{"itemId":"97d17b4a-c15f-40f9-8729-743c9d231154","text":"-2020 Postseason Schedule","properties":{"link":"/postseason","visible":"false"},"menuItems":[]},{"itemId":"d4b2110a-f824-46a1-be50-a592736f7cc9","text":"-2024 Postseason Schedule","properties":{"link":"/schedule","visible":"false"},"menuItems":[]},{"itemId":"4bec7f55-828f-4b7e-8d6e-7dd268c49fe9","text":"-2024 Regular-Season Schedule","properties":{"link":"/schedule","visible":"false"},"menuItems":[]},{"itemId":"d6780ce9-c54c-4e27-bec6-c27664c36444","text":"Regular-Season Schedule","properties":{"link":"/schedule","visible":"true"},"menuItems":[]},{"itemId":"7841dc85-cb13-43a8-879b-98b1066577a5","text":"-2025 Spring Training Schedule","properties":{"link":"/schedule/2025-02","visible":"false"},"menuItems":[]},{"itemId":"8a8470cd-8e78-4f57-8dec-67b43fcefa90","text":"Sortable Schedule","properties":{"link":"/schedule/2025/fullseason"},"menuItems":[]},{"itemId":"85b5e4ca-ffb6-450d-a7ea-6dd6ba3cc99b","text":"Downloadable Schedule","properties":{"link":"/schedule/downloadable-schedule","visible":"true","customProperties":""},"menuItems":[]},{"itemId":"5482634a-1490-4af5-a479-2abb640dea7b","text":"Broadcast Schedule","properties":{"link":"/schedule/list","visible":"true"},"menuItems":[]},{"itemId":"3e374f1f-baa1-4115-87df-e30380eb3012","text":"Printable Schedule","properties":{"link":"/schedule/printable-schedule","visible":"true"},"menuItems":[]},{"itemId":"32f04ed3-c67a-4b7f-a5cf-3e7a88e94caa","text":"-Brewers.TV","properties":{"link":"/schedule/programming","visible":"false"},"menuItems":[]},{"itemId":"8a903d12-4e55-4a78-9931-4e660dfe0f26","text":"TV Broadcast Information","properties":{"link":"/schedule/tv-broadcast-information","visible":"true"},"menuItems":[]},{"itemId":"7e469a28-6286-4323-afeb-903e09768935","text":"MLB Events","properties":{"link":"https://www.mlb.com/events"},"menuItems":[]},{"itemId":"e328a901-4a96-44ff-ac94-719d63abf645","text":"-Tryout Camps","properties":{"link":"/schedule/tryouts","visible":"false"},"menuItems":[]},{"itemId":"45baa9e9-dd5a-4379-abdb-53688b509bc4","text":"Brewers Radio Network","properties":{"link":"/schedule/brewers-radio-network","visible":"true"},"menuItems":[]}]},{"itemId":"scores","text":"Scores","properties":{"link":"/scores","customProperties":"mobile:true;"},"menuItems":[]},{"itemId":"standings","text":"Standings","properties":{"link":"/standings"},"menuItems":[]},{"itemId":"stats","text":"Stats","properties":{"link":"/stats","customProperties":"mobile:true;"},"menuItems":[{"itemId":"41fe63df-9ede-4cab-bef4-cdd4604ac9aa","text":"Team Stats","properties":{"link":"/stats/team"},"menuItems":[]},{"itemId":"eef7ff9f-f636-4d0f-8b11-c370a8ef0a87","text":"Top Prospect Stats","properties":{"link":"https://www.mlb.com/prospects/stats?teamId=158"},"menuItems":[]},{"itemId":"f9d674e6-4de5-4e7e-bede-7cd98f7c80ea","text":"Affiliate Stats","properties":{"link":"https://www.mlb.com/prospects/stats/affiliates?teamId=158"},"menuItems":[]},{"itemId":"92ba3aa3-d283-41ba-885c-4a569ee8acc6","text":"Baseball Savant","properties":{"link":"https://baseballsavant.mlb.com/team/158"},"menuItems":[]},{"itemId":"6dcf8323-66de-47d3-818b-7ab17ea9a402","text":"Top Rookies Stats","properties":{"link":"https://www.mlb.com/brewers/stats/national-league?playerPool=ROOKIES"},"menuItems":[]}]},{"itemId":"roster","text":"Roster","properties":{"link":"/roster"},"menuItems":[{"itemId":"a1bee4f7-e90e-4bd6-b679-dea0247cec30","text":"40-Man Roster","properties":{"link":"/roster/40-man","customProperties":"","visible":"true"},"menuItems":[]},{"itemId":"6e83751d-3504-423c-8b64-2fe1223d7c0c","text":"-Non-Roster Invitees","properties":{"link":"/roster/nri","visible":"false","customProperties":""},"menuItems":[]},{"itemId":"7406566c-c865-4f52-aa0f-2d45776377b5","text":"Depth Chart","properties":{"link":"/roster/depth-chart","customProperties":"","visible":"true"},"menuItems":[]},{"itemId":"2184b55f-ff94-4edf-9ef9-461aa9028d68","text":"Coaches","properties":{"link":"/roster/coaches","visible":"true","customProperties":""},"menuItems":[]},{"itemId":"0a722569-c211-4bf4-9c9a-93f072fcd9b7","text":"Top 30 Prospects","properties":{"link":"https://www.mlb.com/prospects/brewers/"},"menuItems":[]},{"itemId":"4eed6774-5a04-49a6-bbbb-8b78ade265a9","text":"Transactions","properties":{"link":"/roster/transactions","customProperties":""},"menuItems":[]},{"itemId":"2c4819d8-333a-4017-9db6-8650b82fa112","text":"Injury Updates","properties":{"link":"https://www.mlb.com/brewers/news/topic/brewers-injury-report","visible":"true","customProperties":""},"menuItems":[]},{"itemId":"33b94cdd-9173-4c08-8f82-16fb9d1e8ea6","text":"Draft Results","properties":{"link":"https://www.mlb.com/draft/tracker/all/team/brewers","visible":"true","customProperties":""},"menuItems":[]},{"itemId":"5cd861ce-bc33-4991-a551-17ab3dcccce8","text":"Front Office","properties":{"link":"/team/front-office"},"menuItems":[]},{"itemId":"d28d6470-bcd9-493d-81bc-ba41fb032239","text":"Broadcasters","properties":{"link":"/team/broadcasters"},"menuItems":[]},{"itemId":"3a535c89-08d9-426a-ab27-b2f4b260e425","text":"Starting Lineups","properties":{"link":"/roster/starting-lineups","visible":"true","customProperties":""},"menuItems":[]},{"itemId":"7909d6ef-4447-4964-a251-a0039c512115","text":"Player Search","properties":{"link":"https://www.mlb.com/players","visible":"true","customProperties":""},"menuItems":[]},{"itemId":"bf3c5112-887e-424e-9be6-018482c95643","text":"Minor League Affiliates","properties":{"link":"https://www.milb.com/about/teams/by-affiliate","visible":"true","customProperties":""},"menuItems":[]}]},{"itemId":"video","text":"Video","properties":{"link":"/video","customProperties":""},"menuItems":[{"itemId":"cc651d26-7208-4149-bbd8-ddf39ed936ea","text":"Brewers Home Run Leaderboard","properties":{"link":"/video/topic/brewers-homers","visible":"true"},"menuItems":[]},{"itemId":"f39210bf-f5ea-420e-8293-5a630c237b31","text":"Most Popular","properties":{"link":"/video/topic/t158-default-vtp"},"menuItems":[]},{"itemId":"c487cd95-0be3-4cc7-97a6-1faa5f1e3ac3","text":"60 seconds with… presented by AmFam","properties":{"link":"/video/topic/brewers-content-series"},"menuItems":[]},{"itemId":"1eb83a59-772c-4bbb-97db-551c2c983e53","text":"Brewers Top Plays of the Month","properties":{"link":"/video/topic/brewers-top-plays","customProperties":""},"menuItems":[]},{"itemId":"e29ae332-8329-4d0c-83c6-709928099642","text":"Brewers Cut4","properties":{"link":"/video/topic/brewers-cut4","customProperties":"expires:1638367200"},"menuItems":[]},{"itemId":"6b411335-5880-4970-a862-0cc255998b24","text":"Brewers Reviews","properties":{"link":"/video/topic/brewers-reviews","customProperties":"expires:1638367200"},"menuItems":[]},{"itemId":"0984198f-2902-4ee8-903c-9a6632c9eae7","text":"Brewers Radio Network Pregame","properties":{"link":"/video/topic/brewers-radio-network-pregame"},"menuItems":[]},{"itemId":"463b01ee-085e-4e68-861d-f03cc2b27776","text":"Brewers Game Recaps","properties":{"link":"/video/topic/brewers-game-recap","customProperties":""},"menuItems":[]},{"itemId":"c81aa28e-8b1a-4067-96aa-d262e325f036","text":"Brewers Curtain Calls","properties":{"link":"/video/topic/brewers-curtain-calls","customProperties":"expires:1638367200"},"menuItems":[]},{"itemId":"8eb84912-071b-455c-b13a-39896db1d5ae","text":"MLB Network","properties":{"link":"https://www.mlb.com/network","customProperties":""},"menuItems":[]},{"itemId":"6ca01efc-e604-4aa0-85f6-c94d6d24ca6a","text":"-Players for the Planet Saves","properties":{"link":"/video/topic/brewers-saves","visible":"false"},"menuItems":[]},{"itemId":"7a77abb5-6f0e-46bf-b388-aa41a5a9f4a5","text":"-Brewers On Tap","properties":{"link":"/video/topic/brewers-on-tap","customProperties":"","visible":"false"},"menuItems":[]},{"itemId":"98a09bbd-86d3-4f16-922f-626e0a482737","text":"-Clubhouse Conversations","properties":{"link":"/video/topic/brewers-clubhouse-conversations","customProperties":"","visible":"false"},"menuItems":[]}]},{"itemId":"news","text":"News","properties":{"link":"/news"},"menuItems":[{"itemId":"b8ed8261-3508-4c73-a266-70d79c49da25","text":"Celebrating Bob Uecker","properties":{"link":"/uecker"},"menuItems":[]},{"itemId":"163b6fd1-ff4e-4eb8-b5fb-b967dd8fafc0","text":"Official Releases","properties":{"link":"/news/topic/brewers-press-releases","customProperties":""},"menuItems":[]},{"itemId":"9dfedea5-3be9-4443-a5ba-3a984b19ac6a","text":"Game Notes","properties":{"link":"/news/game-notes","visible":"true","customProperties":""},"menuItems":[]},{"itemId":"12a8a77a-68c0-42ba-a5a0-68f258aaf7af","text":"Probable Pitchers","properties":{"link":"/roster/probable-pitchers","visible":"true","customProperties":""},"menuItems":[]},{"itemId":"da61e2f2-1799-4190-8b2c-579ffbe258c2","text":"Brewers Breakdown","properties":{"link":"/news/topic/brewers-breakdown"},"menuItems":[]},{"itemId":"423e09f5-780a-4b70-a400-4189298b4fb2","text":"Brewers Pipeline","properties":{"link":"/news/topic/brewers-pipeline-coverage","customProperties":""},"menuItems":[]},{"itemId":"804d9d1b-ae26-49bf-b3ed-3778b188d744","text":"Brewers Media Guide","properties":{"link":"/fans/publications/media-guide"},"menuItems":[]},{"itemId":"dc87a8a9-2759-4f2d-a6d7-1551c61dc38d","text":"Photo Stream","properties":{"link":"/team/photos","customProperties":""},"menuItems":[]},{"itemId":"1391c181-c9ed-420c-8f59-67a16656e0ec","text":"RSS News Feed","properties":{"link":"/feeds/news/rss.xml","customProperties":""},"menuItems":[]},{"itemId":"98ebe268-a077-4cfe-b3df-3d47bd284399","text":"Brewers History","properties":{"link":"/history","customProperties":""},"menuItems":[]},{"itemId":"20b5af3e-b59a-4996-8032-eaca14081848","text":"Brewers History Feature Stories","properties":{"link":"/news/topic/brewers-history-trivia","customProperties":""},"menuItems":[]},{"itemId":"43b4d37d-912e-4178-86fa-23deca7d36e4","text":"MLB News","properties":{"link":"https://www.mlb.com/news","customProperties":""},"menuItems":[]}]},{"itemId":"ballpark","text":"American Family Field","properties":{"link":"/ballpark","icon":"gameday"},"menuItems":[{"itemId":"e818e247-5867-48f2-8585-d9dee5aa4f5d","text":"-COVID-19 Information","properties":{"link":"/ballpark/covid-19","visible":"false"},"menuItems":[]},{"itemId":"6f8cde77-2297-4db6-8eff-6cbdcbb386c6","text":"Fan Guidelines","properties":{"link":"/ballpark/information/guide"},"menuItems":[]},{"itemId":"b81f7eda-5aad-4f4c-bd5a-b0557c4618b8","text":"Reference Guide","properties":{"link":"/ballpark/information"},"menuItems":[]},{"itemId":"5faa62a4-8bdc-4b1d-8efb-61fa7ede5a70","text":"Getting to American Family Field","properties":{"link":"/ballpark/transportation"},"menuItems":[]},{"itemId":"92a5aeb7-7e84-4004-9462-ad1e8e93474d","text":"Events at American Family Field","properties":{"link":"/ballpark/events","customProperties":""},"menuItems":[]},{"itemId":"4f292034-afb7-47d9-bbcc-9be1b0dbcaa6","text":"X-Golf at American Family Field","properties":{"link":"/ballpark/x-golf"},"menuItems":[]},{"itemId":"de773889-cafb-4a57-a8ad-c34287ec6a1b","text":"-Brewing a Greener Game","properties":{"link":"/ballpark/green","visible":"false"},"menuItems":[]},{"itemId":"4841b041-6c4b-4c41-b250-e0deff34afcc","text":"American Family Field Tours","properties":{"link":"/ballpark/tours","visible":"true"},"menuItems":[]},{"itemId":"137ca686-87f2-4341-b8c6-06d68fbb2b70","text":"Entertainment/Attractions","properties":{"link":"/ballpark/attractions"},"menuItems":[]},{"itemId":"6b79a873-c72c-4bb4-9fb4-249ee65e1b1d","text":"Lost and Found","properties":{"link":"/ballpark/lost-and-found","visible":"true"},"menuItems":[]},{"itemId":"6a21645a-c890-408e-a110-aa565909ed76","text":"American Family Field Roof Status","properties":{"link":"/ballpark/roof-status"},"menuItems":[]},{"itemId":"b63cf80f-1851-4dbf-900d-158d1ff0516e","text":"Brewers Team Store","properties":{"link":"/ballpark/team-store"},"menuItems":[]},{"itemId":"a30ef7a2-f948-4a17-98e6-8427cac347a2","text":"Access Guide for Guests with Disabilities","properties":{"link":"/ballpark/disability-access-guide"},"menuItems":[]}]},{"itemId":"a8aa2322-bb96-414c-bf4e-e6fbc5b386ed","text":"Vote","properties":{"link":"https://www.mlb.com/all-star/ballot?affiliateId=asb-topnav-club-2024","customProperties":"appears:1717603200;expires:1720022400;"},"menuItems":[]},{"itemId":"community","text":"Community & Foundation","properties":{"link":"/community","icon":"globe"},"menuItems":[{"itemId":"3fb2ad03-a1a6-43b3-a3e1-16e4c9a2d0ba","text":"-Voter Registration Event","properties":{"link":"/community/vote","visible":"false"},"menuItems":[]},{"itemId":"080050de-a7e9-47fe-9d9a-412df7c6b90a","text":"-Brent Suter Book Reading Event","properties":{"link":"/community/suter-book","customProperties":"expires:1654556400","visible":"false"},"menuItems":[]},{"itemId":"6e2332dd-7458-44e2-972e-9fd5f1a0960f","text":"Donation Requests","properties":{"link":"/community/donation-requests"},"menuItems":[]},{"itemId":"d408dd06-5626-46ec-8516-ac325b568cf1","text":"Player Appearances","properties":{"link":"/community/player-appearance-requests"},"menuItems":[]},{"itemId":"1b7b62f4-2ad4-4834-926c-ec174e818523","text":"Donate Now","properties":{"link":"/community/donate"},"menuItems":[]},{"itemId":"54942109-453e-4237-a94a-b5485cbd56dd","text":"Grant Requests","properties":{"link":"/community/grant-requests"},"menuItems":[]},{"itemId":"04446957-4771-4a33-bdb1-fdb4fcb2036e","text":"BCF Programs","properties":{"link":"/community/foundation-programs"},"menuItems":[]},{"itemId":"8c101ac6-c567-471e-af9f-0ea6f9556ad7","text":"BCF Special Events","properties":{"link":"/community/foundation-events"},"menuItems":[]},{"itemId":"c8702731-5c5e-49a1-9702-38fd8ef9ec8f","text":"Youth Baseball","properties":{"link":"/community/youth-baseball"},"menuItems":[]},{"itemId":"9e31d686-41bf-4430-a2d3-5512056667c5","text":"Beyond the Diamond","properties":{"link":"/community/beyond-the-diamond"},"menuItems":[]},{"itemId":"55c74e74-5828-4c7b-8ba9-61223e5581e6","text":"Fan Initiatives","properties":{"link":"/community/fan-initiatives"},"menuItems":[]},{"itemId":"2cf8fb8c-1843-4e48-a137-73dbbdcfa903","text":"Brewers Showcase","properties":{"link":"/community/brewers-showcase","visible":"true"},"menuItems":[]},{"itemId":"55a1a5d5-0468-4365-80c1-dce8a3ee1caf","text":"BCF Partners","properties":{"link":"/community/foundation-partners"},"menuItems":[]},{"itemId":"d1fac79a-7d1a-4320-9912-1be7342d12b6","text":"MLB Together","properties":{"link":"https://www.mlb.com/mlb-together","customProperties":""},"menuItems":[]},{"itemId":"b525bde2-1d65-4538-8fe3-35ee44065482","text":"-Brewers Mini Marathon","properties":{"link":"/community/brewers-mini-marathon","customProperties":"expires:1638367200","visible":"false"},"menuItems":[]},{"itemId":"62a96c1b-7d14-481b-a8e7-a92f8b0babe6","text":"-Nellie Global Award","properties":{"link":"/community/nellie-global-award","customProperties":"","visible":"false"},"menuItems":[]},{"itemId":"b9520966-5e29-4d19-a0b3-d5f75eb009f0","text":"-Community Achievers","properties":{"link":"/community/community-achievers","customProperties":"expires:1638367200","visible":"false"},"menuItems":[]},{"itemId":"0cd52db5-b75c-41c7-b0cf-d2d177c900d0","text":"-Student Achievers","properties":{"link":"/foundation/programs/student-achievers","visible":"false"},"menuItems":[]},{"itemId":"24785225-0563-469d-8544-21647af69955","text":"-Martin Luther King Jr. Day Poetry Contest","properties":{"link":"/community/martin-luther-king-jr-poetry-contest","visible":"false"},"menuItems":[]},{"itemId":"efc43b4d-ac41-4628-b144-dd2dbb0d98d3","text":"-Grand Slam Teacher of the Month","properties":{"link":"/community/grand-slam-teacher","customProperties":"","visible":"false"},"menuItems":[]},{"itemId":"da7788a9-a994-4ad5-bf0f-391387a80e5a","text":"-Hometown Champions Award","properties":{"link":"/community/hometown-champions","visible":"false"},"menuItems":[]},{"itemId":"5da474a1-e8ca-4c7b-b8d3-41a74b4c39b5","text":"-Superfan Spotlight","properties":{"link":"/community/superfan-spotlight","visible":"false"},"menuItems":[]},{"itemId":"cb60804a-f1d5-4da2-a953-45eeea4e870e","text":"-Brewers Families in the Community","properties":{"link":"/community/families-in-the-community","customProperties":"","visible":"false"},"menuItems":[]},{"itemId":"255edb45-8aa8-4e7d-a02a-82896e20032f","text":"-Brewers Buddies Ticket Requests","properties":{"link":"/community/brewers-buddies","customProperties":"","visible":"false"},"menuItems":[]},{"itemId":"1c539d7c-a240-4f00-835e-12061dc98ff9","text":"-PLAY BALL Initiative","properties":{"link":"/community/play-ball","visible":"false"},"menuItems":[]},{"itemId":"c396e1b7-b7e8-449c-8d1e-07f1793dcd9a","text":"-Multicultural Outreach","properties":{"link":"/community/multicultural-outreach","visible":"false"},"menuItems":[]},{"itemId":"c3caf568-3e93-42cf-87a0-e08dee5ee486","text":"-Brewers Alumni Association","properties":{"link":"/community/brewers-alumni-association","visible":"false"},"menuItems":[]}]},{"itemId":"fans","text":"Fans","properties":{"link":"/fans"},"menuItems":[{"itemId":"9307a44b-3819-473a-907a-f5c00238196e","text":"All-Star Ballot","properties":{"link":"https://www.mlb.com/all-star/ballot","visible":"true","customProperties":"appears:1717603200;expires:1720022400;"},"menuItems":[]},{"itemId":"5d80acd2-4900-4994-b947-bb21779b9cdd","text":"#VoteBrewers","properties":{"link":"/fans/all-star-ballot-offers","visible":"true","customProperties":"appears:1717603200;expires:1720022400;"},"menuItems":[]},{"itemId":"897243e4-9b62-4d19-8867-d0ec64e0da09","text":"-Home Opener Sweepstakes","properties":{"link":"/fans/home-opener-sweepstakes","visible":"false"},"menuItems":[]},{"itemId":"61e31234-3970-49d2-a636-5c64bbc5f5d0","text":"-Nike City Connect Uniforms","properties":{"link":"/fans/city-connect","visible":"false"},"menuItems":[]},{"itemId":"1658e86e-c1b7-4174-870c-7be9ae5901c4","text":"Social Media Clubhouse","properties":{"link":"/social","customProperties":""},"menuItems":[]},{"itemId":"23aea9f2-c48d-4f8a-bb70-b5518c08b542","text":"-Brewers Cutout Crew","properties":{"link":"/fans/cutout-crew","visible":"false"},"menuItems":[]},{"itemId":"d9c0dd6c-876a-4a06-9314-8d3509a34568","text":"What's Brewing Newsletter","properties":{"link":"/fans/newsletters"},"menuItems":[]},{"itemId":"fda2b5cb-add0-4fda-9fd8-419868f33cd3","text":"Brewers Unfiltered Podcast","properties":{"link":"/fans/podcasts"},"menuItems":[]},{"itemId":"8b11d6e2-5b1e-43ce-8425-ed87693d2d98","text":"Brewers Publications","properties":{"link":"/fans/publications","customProperties":"","visible":"true"},"menuItems":[]},{"itemId":"619b040b-a80e-4202-bdce-a2b0f6675d41","text":"-Winter Warm-up Weekend","properties":{"link":"/fans/winter-warmup","visible":"false"},"menuItems":[]},{"itemId":"e82d523b-8583-4856-8295-eff9fa4650e4","text":"-Brewers On Deck","properties":{"link":"/fans/brewers-on-deck","visible":"false","customProperties":"expires:1638367200"},"menuItems":[]},{"itemId":"16b2dea2-4211-4207-893e-e459b29b2b0c","text":"Brewers Baseball Academy","properties":{"link":"/fans/camps","customProperties":""},"menuItems":[]},{"itemId":"debae579-0518-4129-97c8-d1e49626beb3","text":"Brewers Fantasy Camp","properties":{"link":"/fans/fantasy-camp","customProperties":""},"menuItems":[]},{"itemId":"01be7979-485b-4962-b8c1-40f09f793f6b","text":"Walk-Up Music Playlist","properties":{"link":"/ballpark/music","visible":"true"},"menuItems":[]},{"itemId":"bf59be8c-3e7d-4d17-9448-1ba5029c7f75","text":"-Big Screen: Scoreboard Videos","properties":{"link":"/fans/scoreboard-videos","visible":"false"},"menuItems":[]},{"itemId":"736ff4cb-9739-44ef-a4f9-71e99ad4566c","text":"Brewers Youtube","properties":{"link":"https://www.youtube.com/Brewers","target":"_blank","customProperties":""},"menuItems":[]},{"itemId":"7bde0680-8ec5-44e9-942a-2071c08286bc","text":"Brewers Kids","properties":{"link":"/fans/kids"},"menuItems":[]},{"itemId":"1087f8e5-d2c4-4090-8f0a-3185b2258803","text":"Brewers Mascots","properties":{"link":"/fans/mascots"},"menuItems":[]},{"itemId":"068fe9f7-100d-4b7e-9dea-fc377da1df07","text":"Experiences and Merchandise","properties":{"link":"/fans/experiences-and-merchandise"},"menuItems":[]},{"itemId":"23f9874a-5bfb-4fe0-84d2-57839aaa79d7","text":"Brewers Authentics","properties":{"link":"/fans/experiences-and-merchandise/brewers-authentics"},"menuItems":[]},{"itemId":"300ef587-fc4c-44bd-99de-6183606d79d8","text":"Glove Story","properties":{"link":"/history/logos/glove-story"},"menuItems":[]},{"itemId":"f05dbe3f-d9cc-4dea-8c02-eb684cc7c641","text":"Brewers Gift Guide","properties":{"link":"/fans/gift-guide"},"menuItems":[]}]},{"itemId":"foundation","text":"-Foundation","properties":{"link":"/foundation","customProperties":"","icon":"been-here","visible":"false"},"menuItems":[{"itemId":"fccddd28-33bd-44d3-9416-362d09b359e2","text":"About Brewers Community Foundation","properties":{"link":"/foundation/about"},"menuItems":[]},{"itemId":"973f376d-70be-44e5-8a9b-50d1c9131810","text":"Programs","properties":{"link":"/foundation/programs"},"menuItems":[]},{"itemId":"848c15e9-83f9-4fd0-947b-08cb12a24cf3","text":"Events","properties":{"link":"/foundation/events"},"menuItems":[]},{"itemId":"d28d4b9b-1abe-4ae7-a35f-d6c5865ba596","text":"50-50 Raffle","properties":{"link":"/foundation/programs/50-50-raffle"},"menuItems":[]},{"itemId":"9c37950a-8c6a-44a4-97c1-f72a000a8c95","text":"Scoreboard Messages","properties":{"link":"/foundation/programs/scoreboard-recognition"},"menuItems":[]},{"itemId":"f79a549e-caad-4a2e-815f-f073dce52072","text":"Scholarship Programs","properties":{"link":"/foundation/programs/scholarships"},"menuItems":[]},{"itemId":"5886ded2-0d66-4be2-96eb-d9a429812949","text":"Brewers Buddies","properties":{"link":"/foundation/programs/brewers-buddies"},"menuItems":[]},{"itemId":"dae1856c-b015-4042-b4b7-62c4b74d0dfc","text":"Drive for Charity","properties":{"link":"/foundation/events/drive-for-charity"},"menuItems":[]},{"itemId":"8392427d-1909-4803-b95d-3701fe27a735","text":"BCF Week & Ultimate Auction","properties":{"link":"/foundation/events/bcf-week"},"menuItems":[]},{"itemId":"1cacd887-8d5b-4b74-aea2-aedb6aef0bf1","text":"5K Famous Racing Sausages Run/Walk","properties":{"link":"https://brewers.race-mlb.com/"},"menuItems":[]},{"itemId":"fa8d3cd4-9a0e-495b-83f0-32178f31ae30","text":"-HItting 4 The Cycle","properties":{"link":"http://www.brewers.ride-mlb.com/","visible":"false"},"menuItems":[]},{"itemId":"b7917ad5-d4db-47c3-94c0-e0da33881d1a","text":"Grant Requests","properties":{"link":"/foundation/grant-requests"},"menuItems":[]},{"itemId":"f38570dc-1745-4a78-9e98-605a29d87b79","text":"-BCF Videos","properties":{"link":"/video/topic/brewers-community","visible":"false"},"menuItems":[]},{"itemId":"ff239d60-f334-49bd-ada9-9420e87e3235","text":"Donate to BCF","properties":{"link":"/foundation/donate"},"menuItems":[]}]},{"itemId":"restaurant","text":"Restaurant","properties":{"link":"https://barrelyardmke.com/","target":"_blank","icon":"beer-stein"},"menuItems":[]},{"itemId":"spring-training","text":"-Spring Training","properties":{"customProperties":"","link":"/spring-training","icon":"stadium","visible":"false"},"menuItems":[{"itemId":"eacf591a-06f6-4651-a478-7bb4e8024333","text":"Spring Training Tickets","properties":{"link":"/tickets/spring-training","visible":"true"},"menuItems":[]},{"itemId":"a2b95d5e-312f-4416-a546-a1b7cac20fdf","text":"-Mexican Baseball Fiesta","properties":{"link":"/spring-training/mexican-baseball-fiesta","visible":"false"},"menuItems":[]},{"itemId":"053494b5-b2c0-4956-a0cd-1ada76990987","text":"American Family Fields of Phoenix","properties":{"link":"/spring-training/ballpark"},"menuItems":[]},{"itemId":"ab905b69-3c6d-4965-8436-082d5f9f867c","text":"2025 Spring Training Schedule","properties":{"link":"/schedule/2025-02","visible":"true","enabled":"false","tag":""},"menuItems":[]},{"itemId":"31bc7dcc-abbe-4495-ba0f-497b6a95e255","text":"Spring Training Trip Planning","properties":{"link":"/spring-training/trip-planning"},"menuItems":[]},{"itemId":"725abc94-b221-4011-8ea8-bd7b9a7c6413","text":"-Spring Training Ticket Vouchers","properties":{"link":"/spring-training/vouchers","visible":"false"},"menuItems":[]},{"itemId":"72cd7e18-bf69-4e1d-b2c4-cb2e5db9d8e3","text":"Spring Training Ticket Policies","properties":{"link":"/spring-training/ticket-policy"},"menuItems":[]}]},{"itemId":"apps","text":"Apps","properties":{"link":"/apps","customProperties":"","data":"Apps"},"menuItems":[]},{"itemId":"mlb.tv","text":"MLB.TV","properties":{"link":"https://www.mlb.com/live-stream-games/subscribe?affiliateId=clubMENU","icon":"watch","customProperties":"align:right;","data":"MLB.TV","visible":"true"},"menuItems":[]},{"itemId":"595a715c-67c0-4477-8e6e-c09b42bcc7fe","text":"-BREWERS.TV","properties":{"link":"/schedule/programming?affiliateId=clubMENU","icon":"watch","customProperties":"align:right;","visible":"false"},"menuItems":[]},{"itemId":"shop","text":"Shop","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/t-69882150+z-869049-3674632542?_s=bm-mlbcom-mil","customProperties":"align:right;"},"menuItems":[{"itemId":"a22da2da-f645-4070-b6e2-5ce98b0c0ccb","text":"Jerseys","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/jerseys/t-14225494+d-2350886747+z-95-1848729636?_s=bm-mlbcom-mil"},"menuItems":[]},{"itemId":"991c01ad-0b9c-483f-9c7e-809162370ac5","text":"Caps","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/caps/t-36448705+d-7838883303+z-94-1044256882?_s=bm-mlbcom-mil"},"menuItems":[]},{"itemId":"9a29636f-7e23-422a-a6ef-af2aa0819674","text":"Men's","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/men/t-25552172+ga-23+z-918374-3034137?_s=bm-mlbcom-mil"},"menuItems":[]},{"itemId":"87e56bcc-9028-4ced-a69b-cca79534cce0","text":"Women's","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/women/t-14664372+ga-80+z-940739-316332431?_s=bm-mlbcom-mil"},"menuItems":[]},{"itemId":"8d131696-2666-4fef-81ba-c07a3e5e5c1d","text":"Kids","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/kids/t-69339838+ga-36+z-82166-3087741350?_s=bm-mlbcom-mil"},"menuItems":[]},{"itemId":"33583a5c-ae98-4bc9-b73a-b598b3bb753d","text":"Big & Tall","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/big-and-tall/t-14557605+es-02+z-968024-3759056151?_s=bm-mlbcom-mil"},"menuItems":[]},{"itemId":"d3bcab95-3118-4b8e-9127-fa84b4cd5e92","text":"Trading Cards","properties":{"link":"https://www.mlbshop.com/trading-cards/d-4507487451+z-952513-2008381280?_s=bm-mlb.com-ShopButton-2024-TradingCards-mil"},"menuItems":[]},{"itemId":"367fb354-648a-4598-8e29-886dabafbfee","text":"Collectibles & Memorabilia","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/collectibles-and-memorabilia/t-47006549+d-4549332227+z-97-2885198994?_s=bm-mlbcom-mil"},"menuItems":[]},{"itemId":"87dae5d0-d5f8-4f4e-aad2-ba16f8ff748e","text":"Home & Office","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/home-and-office/t-36339816+d-0183776799+z-99-3668710001?_s=bm-mlbcom-mil"},"menuItems":[]},{"itemId":"6d15ca6c-53a4-4873-a0f0-f68ce7a9dcd1","text":"Clearance","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/t-69882150+z-869049-3674632542?os=1&_s=bm-mlbcom-mil"},"menuItems":[]},{"itemId":"9eb7f889-0183-4d38-8188-da518b1283f7","text":"European Shop","properties":{"link":"http://www.mlbshopeurope.com/stores/mlb/en/c/shop-by-team/national-league/milwaukee-brewers?portal=O6E1PH54&CMP=PSC-O6E1PH54"},"menuItems":[]},{"itemId":"6c36d780-a03b-47ee-aeca-884c0873478a","text":"MLB Gift Certificates","properties":{"link":"https://www.mlbshop.com/gift-cards/x-462351+z-94899005-3509039474?_s=bm-mlbcom-mil"},"menuItems":[]},{"itemId":"843f0b44-e25e-4c6f-8b74-7da1e119e99e","text":"Brewers Authentic Shop","properties":{"link":"https://www.mlbshop.com/milwaukee-brewers/authentication-program/t-47117694+c-124480755+z-7-810200344"},"menuItems":[]},{"itemId":"7072b094-92b8-4800-8b1f-15fb23760c66","text":"Brewers Auctions - Bid or Buy","properties":{"link":"https://brewers.auctions.mlb.com/?_gl=1*fpr0yz*_gcl_aw*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..*_gcl_dc*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..&utm_source=Nav+Auction+Tray+MIL&utm_medium=Club.com+Shop+Nav&utm_campaign=Club.com+permanent+Navigation","customProperties":""},"menuItems":[]},{"itemId":"aadae945-d018-48ab-8128-a6ac6513040c","text":"MLB Auctions - Bid or Buy","properties":{"link":"https://auctions.mlb.com/iSynApp/showHomePage.action?sid=1101001&isynsharedsession=mki8i1dARcxDt3WwReTi6kJOREHftyZJNK-Xg3m10ZpEdaSACl02r4aCDzYhNvUm&utm_source=Nav+Auction+Tray+MIL&utm_medium=Club.com+Shop+Nav+MLB&utm_campaign=Club.com+permanent+Navigation","visible":"true"},"menuItems":[]},{"itemId":"c1a7df72-cc40-4408-9206-f5cd1c4e65d3","text":"MLB Authentication","properties":{"link":"https://www.mlb.com/official-information/authentication"},"menuItems":[]},{"itemId":"d6dfe1c4-bf46-46a0-8b65-28b3a0dc6f06","text":"Team Store Locations","properties":{"link":"/ballpark/team-store/"},"menuItems":[]}]},{"itemId":"teams","text":"Teams","properties":{"customProperties":"module:teammodule;align:right;","link":"https://www.mlb.com/team"},"menuItems":[{"itemId":"d116d5d3-47a3-47e6-8568-fc8172f6f373","text":"Team Module","properties":{"customProperties":"module:teammodule;"},"menuItems":[]}]},{"itemId":"es","text":"Español","properties":{"link":"https://www.mlb.com/es/brewers","customProperties":"align:right;"},"menuItems":[]}]},"locale":"en","reqPath":"/roster","sharedNav":{"instanceId":"6c265854-d856-4f92-aea1-07dfe5cda020","name":"shared-nav","variables":[],"menuItems":[{"itemId":"93b3e9b2-65a9-4585-9185-03e255cb523c","text":"MLB.TV","properties":{"link":"https://www.mlb.com/tv?&affiliateId=clubMENU","icon":"watch","customProperties":"align:right;"},"menuItems":[{"itemId":"2d8d6ad8-dc2a-4971-9b12-f1853530c5d3","text":"Buy MLB.TV","properties":{"link":"https://www.mlb.com/live-stream-games/subscribe?&affiliateId=clubMENU"},"menuItems":[]},{"itemId":"d54a2b21-9db9-4252-9ebe-e3a4b2a3cf83","text":"Watch & Listen","properties":{"link":"https://www.mlb.com/live-stream-games?&affiliateId=clubMENU"},"menuItems":[]},{"itemId":"6254640c-2069-4447-822f-084d0a38f161","text":"Help Center","properties":{"link":"https://support.mlb.com/s/"},"menuItems":[]}]},{"itemId":"d54d0be0-f610-4f8b-90ac-c246c361e2e2","text":"Fantasy","properties":{"link":"https://www.mlb.com/fantasy","visible":"true","customProperties":""},"menuItems":[{"itemId":"5ec4bde4-6bc1-412b-a92b-6b7cb3b2f07c","text":"Yahoo Fantasy Baseball","properties":{"link":"http://yhoo.it/3aK5QQw","visible":"false","target":"_blank"},"menuItems":[]},{"itemId":"b2a63b51-03fc-423d-971e-1e566f6008f4","text":"MLB Rally","properties":{"link":"https://www.mlb.com/apps/rally","visible":"false"},"menuItems":[]},{"itemId":"f6929b88-632d-4a6f-ba73-8a64fccba1b0","text":"MLB Quick Pick","properties":{"link":"https://www.mlb.com/apps/rally/quickpick","visible":"false"},"menuItems":[]},{"itemId":"0ebe9e5d-3fc7-48d2-acb1-c33eb931b911","text":"MLB Beat the Streak","properties":{"link":"https://www.mlb.com/apps/beat-the-streak","visible":"false"},"menuItems":[]},{"itemId":"086bd307-a929-4414-9dd7-09bdac8d3f2e","text":"MLB MOONBLASTS Pick 'Em","properties":{"link":"https://www.mlb.com/sponsorship/ftx-moonblasts-pick-em","customProperties":"expires:1627754400","visible":"false"},"menuItems":[]},{"itemId":"14aa1d4b-0193-4670-a1fc-b4386d4977e8","text":"The Vault","properties":{"link":"https://www.mlb.com/the-vault","visible":"false"},"menuItems":[]},{"itemId":"4e0abdd4-8a0f-4bc5-838f-91dd2796041e","text":"MLB Home Run Derby","properties":{"link":"https://www.mlb.com/fantasy/home-run-derby"},"menuItems":[]},{"itemId":"7d8dfda7-345a-46fa-82dc-105068ba223e","text":"Season Pick 'Em","properties":{"link":"https://www.mlb.com/season-pick-em?affiliateId=spe-fantasynav-club-2021","visible":"false"},"menuItems":[]},{"itemId":"6eda396d-199b-4772-b3c9-c0b032513b6c","text":"MLB Pre-Pick (AUS)","properties":{"customProperties":"","link":"https://www.mlb.com/pre-pick/tab","visible":"false"},"menuItems":[]},{"itemId":"9f1ff266-0ed8-4adb-ba77-428d1871b237","text":"Closer Report","properties":{"link":"https://www.mlb.com/closer-report","visible":"false"},"menuItems":[]},{"itemId":"4c4f57bd-e31a-46c9-8f73-0fa2227451d3","text":"Prospect Rankings","properties":{"link":"https://www.mlb.com/prospects"},"menuItems":[]},{"itemId":"1ebe4dc3-2c6a-469f-be59-474fe14dbbd7","text":"MLB Champions","properties":{"link":"https://www.mlbc.app/?ref=mlbcom","target":"_blank","visible":"false"},"menuItems":[]}]},{"itemId":"d1f61f89-9fd0-4f03-be17-2c5e128711a4","text":"Apps","properties":{"link":"/apps","customProperties":""},"menuItems":[{"itemId":"83ac2ddf-414b-47d1-afec-ffacd068ab57","text":"MLB","properties":{"link":"/apps/mlb-app"},"menuItems":[]},{"itemId":"83dbba73-02ac-4ba0-bebf-2c62ef04c19e","text":"MLB Rally","properties":{"link":"https://www.mlb.com/apps/rally","visible":"false"},"menuItems":[]},{"itemId":"26fda476-348c-4f42-aa7c-92d1f9b1bf5c","text":"MLB Beat the Streak","properties":{"link":"https://www.mlb.com/apps/beat-the-streak","visible":"false"},"menuItems":[]},{"itemId":"e09e6978-fcf7-4c2f-8387-59d83b7be38e","text":"MLB Ballpark","properties":{"link":"/apps/ballpark"},"menuItems":[]},{"itemId":"86320a6b-11a1-4312-8eeb-a6c44f293f6c","text":"MLB Play","properties":{"link":"https://www.mlb.com/play"},"menuItems":[]},{"itemId":"5e7b8019-9484-4872-abd7-8b963cd5969e","text":"MiLB","properties":{"link":"https://www.milb.com/about/milb-app"},"menuItems":[]},{"itemId":"4fd8c1f8-a753-4501-916c-663390f1a566","text":"MLB Home Run Derby","properties":{"link":"https://www.mlb.com/apps/home-run-derby"},"menuItems":[]},{"itemId":"9d8dfe8b-be1a-4ebf-9509-6bd0165a868e","text":"MLB FAQs","properties":{"link":"/apps/mlb-app/faq-apple"},"menuItems":[]},{"itemId":"df4e8527-e357-4272-bcf7-61876ed9455d","text":"MLB Ballpark FAQs","properties":{"link":"/apps/ballpark/frequently-asked-questions","visible":"true"},"menuItems":[]},{"itemId":"0ee38329-4c3c-48f5-86c7-04a58c24c006","text":"MLB Play FAQs","properties":{"link":"https://www.mlb.com/help/play/frequently-asked-questions"},"menuItems":[]},{"itemId":"c2943c65-a843-437a-9ef4-4ccfe5be088f","text":"MLB Rally FAQs","properties":{"link":"https://www.mlb.com/apps/rally/faq-apple","visible":"false"},"menuItems":[]}]}]},"teamNameSlug":"brewers","teamsData":[{"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},"azimuthAngle":46,"elevation":24,"country":"USA","phone":"916-371-HITS"},"timeZone":{"id":"America/Los_Angeles","offset":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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},"azimuthAngle":60,"elevation":34,"country":"USA"},"timeZone":{"id":"America/New_York","offset":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-6,"offsetAtGameTime":-6,"tz":"MDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-5,"offsetAtGameTime":-5,"tz":"CDT"},"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":-7,"offsetAtGameTime":-7,"tz":"PDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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":-4,"offsetAtGameTime":-4,"tz":"EDT"},"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> <div id='react-header'> <header class="styles__StyledHeader-sc-c41de9b9-1 iHxlKJ mlb-header mlb-header--side-nav-closed" data-is-club="true"><div class="styles__StyledHeaderInner-sc-c41de9b9-0 bfsFAm mlb-header--inner"><div class="styles__StyledNavTop-sc-ea163b63-0 edYnMi header__nav-top" aria-label="Top Navigation"><button aria-controls="header__nav-side" aria-expanded="false" aria-label="Open menu" class="styles__StyledMenuButton-sc-d2ef0539-0 ehbeTb header__nav-top__button header__nav-top__button-menu" type="button"><div class="icon header__nav-top__button-menu--icon"><span></span><span></span><span></span><span></span></div></button><div class="styles__StyledLogo-sc-937b1c87-0 jDjAvW header__nav-top__logo header__nav-top__logo--158" data-testid="header-logo"><a class="logo__link" href="/brewers/" target="_parent" data-testid="header-nav-top-logo-link"><img src="https://images.ctfassets.net/iiozhi00a8lc/t158_header_primarycap_on_dark_svg/6091a9cdc75a6738fc4a261d9ec33454/t158_header_primary.svg" alt="Milwaukee Brewers"/></a></div><div class="header__nav-top__secondary-logos" data-testid="secondary-logos"><div class="styles__StyledLogo-sc-937b1c87-0 jDjAvW header__nav-top__tagline header__nav-top__tagline--no-sponsor header__nav-top__tagline--158" role="presentation" data-testid="tagline-logo"><img src="https://images.ctfassets.net/iiozhi00a8lc/t158_header_masthead_taglineMB_20_Masthead_This_Is_My_Crew_svg/a0ed8c7df4ade095595ddb33e6f7c15c/t158_header_masthead_tagline.svg" alt="" role="presentation"/></div><div class="header__nav-top__sponsor-url-logos header__nav-top__sponsor-url-logos--no-sponsor"><div class="styles__StyledLogo-sc-937b1c87-0 jDjAvW header__nav-top__url-logo header__nav-top__url-logo--no-sponsor header__nav-top__url-logo--with-tagline" data-testid="url-logo"><a class="logo__link" href="/brewers/" target="_parent" data-testid="header-nav-top-logo-link"><img src="https://images.ctfassets.net/iiozhi00a8lc/t158_url_logourl_svg/83f36d7ccab155ca936617d5745230f3/t158_url_logo.svg" alt="Milwaukee Brewers URL logo"/></a></div></div></div><div class="styles__StyledNavTopContainer-sc-ea163b63-1 lnMCCM header__nav-top__nav-container"><div class="styles__StyledQuickNavBar-sc-a936ffd1-0 TtEda header__nav-top__nav-container__primary"><nav class="header__nav-top__nav-items header__nav-top__nav-items--quick"><ul class="header__nav-top__nav-items--secondary" aria-label="Secondary Navigation"><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-ticket-finder" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/tickets/ticket-finder" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Ticket Finder</span></a></div><div aria-label="ticket-finder Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-ticket-finder"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Ticket Finder" data-sub-nav-name="Single-Game Tickets" data-testid="header-subnav-item" href="/brewers/tickets/ticket-finder?redirect=type-single.filters">Single-Game Tickets</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Ticket Finder" data-sub-nav-name="Season Tickets" data-testid="header-subnav-item" href="/brewers/tickets/ticket-finder?redirect=season-tickets">Season Tickets</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Ticket Finder" data-sub-nav-name="Mini Plans" data-testid="header-subnav-item" href="/brewers/tickets/ticket-finder?redirect=mini-plans">Mini Plans</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Ticket Finder" data-sub-nav-name="Build-Your-Own Packs" data-testid="header-subnav-item" href="/brewers/tickets/ticket-finder?redirect=packs">Build-Your-Own Packs</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-tickets" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/tickets" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Tickets</span></a></div><div aria-label="tickets Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-tickets"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group cols"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="TicketFinder: Find the Best Ticket Option for You" data-testid="header-subnav-item" href="/brewers/tickets/ticket-finder">TicketFinder: Find the Best Ticket Option for You</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Single-Game Tickets" data-testid="header-subnav-item" href="/brewers/tickets/single-game-tickets">Single-Game Tickets</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Featured Giveaways" data-testid="header-subnav-item" href="/brewers/tickets/promotions/featured-giveaways">Featured Giveaways</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Ticket Deals" data-testid="header-subnav-item" href="/brewers/tickets/ticket-deals">Ticket Deals</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Theme Nights" data-testid="header-subnav-item" href="/brewers/tickets/specials">Theme Nights</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Community Nights" data-testid="header-subnav-item" href="/brewers/tickets/specials/community-nights">Community Nights</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Concerts at American Family Field" data-testid="header-subnav-item" href="/brewers/tickets/concerts">Concerts at American Family Field</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Single-Game Ticket Pricing" data-testid="header-subnav-item" href="/brewers/tickets/pricing">Single-Game Ticket Pricing</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Ticket Plans" data-testid="header-subnav-item" href="/brewers/tickets/ticket-finder">Ticket Plans</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Request Ticket Plan Info" data-testid="header-subnav-item" href="/brewers/tickets/season-tickets">Request Ticket Plan Info</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Group Tickets" data-testid="header-subnav-item" href="/brewers/tickets/group-tickets">Group Tickets</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Suites" data-testid="header-subnav-item" href="https://brewerssuites.com/">Suites</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Ballpark Pass+" data-testid="header-subnav-item" href="/brewers/tickets/specials/ballpark-pass">Ballpark Pass+</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Season Seat Member Info" data-testid="header-subnav-item" href="/brewers/tickets/season-tickets/holders">Season Seat Member Info</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="My Brewers Tickets" data-testid="header-subnav-item" href="/brewers/tickets/my-tickets">My Brewers Tickets</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Buy & Sell Tickets on SeatGeek" data-testid="header-subnav-item" href="https://seatgeek.com/milwaukee-brewers-tickets?aid=15979&pid=integration&rid=1&utm_medium=partnership&utm_source=brewers_sponsorship&utm_campaign=integration">Buy & Sell Tickets on SeatGeek</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Brewers Gift Cards" data-testid="header-subnav-item" href="/brewers/tickets/gift-cards">Brewers Gift Cards</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="American Family Field Seating Map" data-testid="header-subnav-item" href="/brewers/ballpark/seat-map">American Family Field Seating Map</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-schedule" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/schedule" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Schedule</span></a></div><div aria-label="schedule Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-schedule"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group cols"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="Regular-Season Schedule" data-testid="header-subnav-item" href="/brewers/schedule">Regular-Season Schedule</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="Sortable Schedule" data-testid="header-subnav-item" href="/brewers/schedule/2025/fullseason">Sortable Schedule</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="Downloadable Schedule" data-testid="header-subnav-item" href="/brewers/schedule/downloadable-schedule">Downloadable Schedule</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="Broadcast Schedule" data-testid="header-subnav-item" href="/brewers/schedule/list">Broadcast Schedule</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="Printable Schedule" data-testid="header-subnav-item" href="/brewers/schedule/printable-schedule">Printable Schedule</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="TV Broadcast Information" data-testid="header-subnav-item" href="/brewers/schedule/tv-broadcast-information">TV Broadcast Information</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="MLB Events" data-testid="header-subnav-item" href="https://www.mlb.com/events">MLB Events</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="Brewers Radio Network" data-testid="header-subnav-item" href="/brewers/schedule/brewers-radio-network">Brewers Radio Network</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav" tabindex="0" data-nav-id="nav-top-item-scores" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/scores" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Scores</span></a></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item" tabindex="0" data-nav-id="nav-top-item-standings" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/standings" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Standings</span></a></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-stats" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/stats" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Stats</span></a></div><div aria-label="stats Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-stats"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Stats" data-sub-nav-name="Team Stats" data-testid="header-subnav-item" href="/brewers/stats/team">Team Stats</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Stats" data-sub-nav-name="Top Prospect Stats" data-testid="header-subnav-item" href="https://www.mlb.com/prospects/stats?teamId=158">Top Prospect Stats</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Stats" data-sub-nav-name="Affiliate Stats" data-testid="header-subnav-item" href="https://www.mlb.com/prospects/stats/affiliates?teamId=158">Affiliate Stats</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Stats" data-sub-nav-name="Baseball Savant" data-testid="header-subnav-item" href="https://baseballsavant.mlb.com/team/158">Baseball Savant</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Stats" data-sub-nav-name="Top Rookies Stats" data-testid="header-subnav-item" href="https://www.mlb.com/brewers/stats/national-league?playerPool=ROOKIES">Top Rookies Stats</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--parent header__nav-top__nav-item--current" tabindex="0" data-nav-id="nav-top-item-roster" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/roster" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Roster</span></a></div><div aria-label="roster Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-roster"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group cols"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="40-Man Roster" data-testid="header-subnav-item" href="/brewers/roster/40-man">40-Man Roster</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Depth Chart" data-testid="header-subnav-item" href="/brewers/roster/depth-chart">Depth Chart</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Coaches" data-testid="header-subnav-item" href="/brewers/roster/coaches">Coaches</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Top 30 Prospects" data-testid="header-subnav-item" href="https://www.mlb.com/prospects/brewers/">Top 30 Prospects</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Transactions" data-testid="header-subnav-item" href="/brewers/roster/transactions">Transactions</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Injury Updates" data-testid="header-subnav-item" href="https://www.mlb.com/brewers/news/topic/brewers-injury-report">Injury Updates</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Draft Results" data-testid="header-subnav-item" href="https://www.mlb.com/draft/tracker/all/team/brewers">Draft Results</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Front Office" data-testid="header-subnav-item" href="/brewers/team/front-office">Front Office</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Broadcasters" data-testid="header-subnav-item" href="/brewers/team/broadcasters">Broadcasters</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Starting Lineups" data-testid="header-subnav-item" href="/brewers/roster/starting-lineups">Starting Lineups</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Player Search" data-testid="header-subnav-item" href="https://www.mlb.com/players">Player Search</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Minor League Affiliates" data-testid="header-subnav-item" href="https://www.milb.com/about/teams/by-affiliate">Minor League Affiliates</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-video" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/video" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Video</span></a></div><div aria-label="video Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-video"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group cols"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Brewers Home Run Leaderboard" data-testid="header-subnav-item" href="/brewers/video/topic/brewers-homers">Brewers Home Run Leaderboard</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Most Popular" data-testid="header-subnav-item" href="/brewers/video/topic/t158-default-vtp">Most Popular</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="60 seconds with… presented by AmFam" data-testid="header-subnav-item" href="/brewers/video/topic/brewers-content-series">60 seconds with… presented by AmFam</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Brewers Top Plays of the Month" data-testid="header-subnav-item" href="/brewers/video/topic/brewers-top-plays">Brewers Top Plays of the Month</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Brewers Radio Network Pregame" data-testid="header-subnav-item" href="/brewers/video/topic/brewers-radio-network-pregame">Brewers Radio Network Pregame</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Brewers Game Recaps" data-testid="header-subnav-item" href="/brewers/video/topic/brewers-game-recap">Brewers Game Recaps</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="MLB Network" data-testid="header-subnav-item" href="https://www.mlb.com/network">MLB Network</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-news" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/news" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">News</span></a></div><div aria-label="news Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-news"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group cols"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Celebrating Bob Uecker" data-testid="header-subnav-item" href="/brewers/uecker">Celebrating Bob Uecker</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Official Releases" data-testid="header-subnav-item" href="/brewers/news/topic/brewers-press-releases">Official Releases</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Game Notes" data-testid="header-subnav-item" href="/brewers/news/game-notes">Game Notes</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Probable Pitchers" data-testid="header-subnav-item" href="/brewers/roster/probable-pitchers">Probable Pitchers</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Brewers Breakdown" data-testid="header-subnav-item" href="/brewers/news/topic/brewers-breakdown">Brewers Breakdown</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Brewers Pipeline" data-testid="header-subnav-item" href="/brewers/news/topic/brewers-pipeline-coverage">Brewers Pipeline</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Brewers Media Guide" data-testid="header-subnav-item" href="/brewers/fans/publications/media-guide">Brewers Media Guide</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Photo Stream" data-testid="header-subnav-item" href="/brewers/team/photos">Photo Stream</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="RSS News Feed" data-testid="header-subnav-item" href="/brewers/feeds/news/rss.xml">RSS News Feed</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Brewers History" data-testid="header-subnav-item" href="/brewers/history">Brewers History</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Brewers History Feature Stories" data-testid="header-subnav-item" href="/brewers/news/topic/brewers-history-trivia">Brewers History Feature Stories</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="MLB News" data-testid="header-subnav-item" href="https://www.mlb.com/news">MLB News</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-american-family-field" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/ballpark" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">American Family Field</span></a></div><div aria-label="american-family-field Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-american-family-field"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group cols"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="Fan Guidelines" data-testid="header-subnav-item" href="/brewers/ballpark/information/guide">Fan Guidelines</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="Reference Guide" data-testid="header-subnav-item" href="/brewers/ballpark/information">Reference Guide</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="Getting to American Family Field" data-testid="header-subnav-item" href="/brewers/ballpark/transportation">Getting to American Family Field</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="Events at American Family Field" data-testid="header-subnav-item" href="/brewers/ballpark/events">Events at American Family Field</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="X-Golf at American Family Field" data-testid="header-subnav-item" href="/brewers/ballpark/x-golf">X-Golf at American Family Field</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="American Family Field Tours" data-testid="header-subnav-item" href="/brewers/ballpark/tours">American Family Field Tours</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="Entertainment/Attractions" data-testid="header-subnav-item" href="/brewers/ballpark/attractions">Entertainment/Attractions</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="Lost and Found" data-testid="header-subnav-item" href="/brewers/ballpark/lost-and-found">Lost and Found</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="American Family Field Roof Status" data-testid="header-subnav-item" href="/brewers/ballpark/roof-status">American Family Field Roof Status</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="Brewers Team Store" data-testid="header-subnav-item" href="/brewers/ballpark/team-store">Brewers Team Store</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="American Family Field" data-sub-nav-name="Access Guide for Guests with Disabilities" data-testid="header-subnav-item" href="/brewers/ballpark/disability-access-guide">Access Guide for Guests with Disabilities</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-community-&-foundation" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/community" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Community & Foundation</span></a></div><div aria-label="community-&-foundation Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-community-&-foundation"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group cols"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="Donation Requests" data-testid="header-subnav-item" href="/brewers/community/donation-requests">Donation Requests</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="Player Appearances" data-testid="header-subnav-item" href="/brewers/community/player-appearance-requests">Player Appearances</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="Donate Now" data-testid="header-subnav-item" href="/brewers/community/donate">Donate Now</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="Grant Requests" data-testid="header-subnav-item" href="/brewers/community/grant-requests">Grant Requests</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="BCF Programs" data-testid="header-subnav-item" href="/brewers/community/foundation-programs">BCF Programs</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="BCF Special Events" data-testid="header-subnav-item" href="/brewers/community/foundation-events">BCF Special Events</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="Youth Baseball" data-testid="header-subnav-item" href="/brewers/community/youth-baseball">Youth Baseball</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="Beyond the Diamond" data-testid="header-subnav-item" href="/brewers/community/beyond-the-diamond">Beyond the Diamond</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="Fan Initiatives" data-testid="header-subnav-item" href="/brewers/community/fan-initiatives">Fan Initiatives</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="Brewers Showcase" data-testid="header-subnav-item" href="/brewers/community/brewers-showcase">Brewers Showcase</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="BCF Partners" data-testid="header-subnav-item" href="/brewers/community/foundation-partners">BCF Partners</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Community & Foundation" data-sub-nav-name="MLB Together" data-testid="header-subnav-item" href="https://www.mlb.com/mlb-together">MLB Together</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-fans" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/fans" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Fans</span></a></div><div aria-label="fans Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-fans"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group cols"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Social Media Clubhouse" data-testid="header-subnav-item" href="/brewers/social">Social Media Clubhouse</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="What's Brewing Newsletter" data-testid="header-subnav-item" href="/brewers/fans/newsletters">What's Brewing Newsletter</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Brewers Unfiltered Podcast" data-testid="header-subnav-item" href="/brewers/fans/podcasts">Brewers Unfiltered Podcast</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Brewers Publications" data-testid="header-subnav-item" href="/brewers/fans/publications">Brewers Publications</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Brewers Baseball Academy" data-testid="header-subnav-item" href="/brewers/fans/camps">Brewers Baseball Academy</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Brewers Fantasy Camp" data-testid="header-subnav-item" href="/brewers/fans/fantasy-camp">Brewers Fantasy Camp</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Walk-Up Music Playlist" data-testid="header-subnav-item" href="/brewers/ballpark/music">Walk-Up Music Playlist</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Brewers Youtube" data-testid="header-subnav-item" href="https://www.youtube.com/Brewers">Brewers Youtube</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Brewers Kids" data-testid="header-subnav-item" href="/brewers/fans/kids">Brewers Kids</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Brewers Mascots" data-testid="header-subnav-item" href="/brewers/fans/mascots">Brewers Mascots</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Experiences and Merchandise" data-testid="header-subnav-item" href="/brewers/fans/experiences-and-merchandise">Experiences and Merchandise</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Brewers Authentics" data-testid="header-subnav-item" href="/brewers/fans/experiences-and-merchandise/brewers-authentics">Brewers Authentics</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Glove Story" data-testid="header-subnav-item" href="/brewers/history/logos/glove-story">Glove Story</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Brewers Gift Guide" data-testid="header-subnav-item" href="/brewers/fans/gift-guide">Brewers Gift Guide</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item" tabindex="0" data-nav-id="nav-top-item-restaurant" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="https://barrelyardmke.com/" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Restaurant</span></a></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-apps" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/brewers/apps" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Apps</span></a></div><div aria-label="apps Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-apps"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group cols"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB" data-testid="header-subnav-item" href="/brewers/apps/mlb-app">MLB</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB Ballpark" data-testid="header-subnav-item" href="/brewers/apps/ballpark">MLB Ballpark</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB Play" data-testid="header-subnav-item" href="https://www.mlb.com/play">MLB Play</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MiLB" data-testid="header-subnav-item" href="https://www.milb.com/about/milb-app">MiLB</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB Home Run Derby" data-testid="header-subnav-item" href="https://www.mlb.com/apps/home-run-derby">MLB Home Run Derby</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB FAQs" data-testid="header-subnav-item" href="/brewers/apps/mlb-app/faq-apple">MLB FAQs</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB Ballpark FAQs" data-testid="header-subnav-item" href="/brewers/apps/ballpark/frequently-asked-questions">MLB Ballpark FAQs</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB Play FAQs" data-testid="header-subnav-item" href="https://www.mlb.com/help/play/frequently-asked-questions">MLB Play FAQs</a></li></ul></div></div></li></ul></nav><nav class="header__nav-top__nav-items header__nav-top__nav-items--spillover"></nav></div><div class="styles__StyledRevenueNavBar-sc-d857918-0 ixMGFY header__nav-top__nav-container__revenue"><nav class="header__nav-top__nav-items header__nav-top__nav-items--revenue" aria-label="Tertiary Navigation"><ul aria-label="Tertiary Navigation"><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-mlb.tv" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="https://www.mlb.com/tv?&affiliateId=clubMENU" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">MLB.TV</span></a></div><div aria-label="mlb.tv Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-mlb.tv"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="MLB.TV" data-sub-nav-name="Buy MLB.TV" data-testid="header-subnav-item" href="https://www.mlb.com/live-stream-games/subscribe?&affiliateId=clubMENU">Buy MLB.TV</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="MLB.TV" data-sub-nav-name="Watch & Listen" data-testid="header-subnav-item" href="https://www.mlb.com/live-stream-games?&affiliateId=clubMENU">Watch & Listen</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="MLB.TV" data-sub-nav-name="Help Center" data-testid="header-subnav-item" href="https://support.mlb.com/s/">Help Center</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-shop" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="https://www.mlbshop.com/milwaukee-brewers/t-69882150+z-869049-3674632542?_s=bm-mlbcom-mil" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Shop</span></a></div><div aria-label="shop Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav" data-parent-nav-id="nav-top-item-shop"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group cols"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Jerseys" data-testid="header-subnav-item" href="https://www.mlbshop.com/milwaukee-brewers/jerseys/t-14225494+d-2350886747+z-95-1848729636?_s=bm-mlbcom-mil">Jerseys</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Caps" data-testid="header-subnav-item" href="https://www.mlbshop.com/milwaukee-brewers/caps/t-36448705+d-7838883303+z-94-1044256882?_s=bm-mlbcom-mil">Caps</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Men's" data-testid="header-subnav-item" href="https://www.mlbshop.com/milwaukee-brewers/men/t-25552172+ga-23+z-918374-3034137?_s=bm-mlbcom-mil">Men's</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Women's" data-testid="header-subnav-item" href="https://www.mlbshop.com/milwaukee-brewers/women/t-14664372+ga-80+z-940739-316332431?_s=bm-mlbcom-mil">Women's</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Kids" data-testid="header-subnav-item" href="https://www.mlbshop.com/milwaukee-brewers/kids/t-69339838+ga-36+z-82166-3087741350?_s=bm-mlbcom-mil">Kids</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Big & Tall" data-testid="header-subnav-item" href="https://www.mlbshop.com/milwaukee-brewers/big-and-tall/t-14557605+es-02+z-968024-3759056151?_s=bm-mlbcom-mil">Big & Tall</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Trading Cards" data-testid="header-subnav-item" href="https://www.mlbshop.com/trading-cards/d-4507487451+z-952513-2008381280?_s=bm-mlb.com-ShopButton-2024-TradingCards-mil">Trading Cards</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Collectibles & Memorabilia" data-testid="header-subnav-item" href="https://www.mlbshop.com/milwaukee-brewers/collectibles-and-memorabilia/t-47006549+d-4549332227+z-97-2885198994?_s=bm-mlbcom-mil">Collectibles & Memorabilia</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Home & Office" data-testid="header-subnav-item" href="https://www.mlbshop.com/milwaukee-brewers/home-and-office/t-36339816+d-0183776799+z-99-3668710001?_s=bm-mlbcom-mil">Home & Office</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Clearance" data-testid="header-subnav-item" href="https://www.mlbshop.com/milwaukee-brewers/t-69882150+z-869049-3674632542?os=1&_s=bm-mlbcom-mil">Clearance</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="European Shop" data-testid="header-subnav-item" href="http://www.mlbshopeurope.com/stores/mlb/en/c/shop-by-team/national-league/milwaukee-brewers?portal=O6E1PH54&CMP=PSC-O6E1PH54">European Shop</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="MLB Gift Certificates" data-testid="header-subnav-item" href="https://www.mlbshop.com/gift-cards/x-462351+z-94899005-3509039474?_s=bm-mlbcom-mil">MLB Gift Certificates</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Brewers Authentic Shop" data-testid="header-subnav-item" href="https://www.mlbshop.com/milwaukee-brewers/authentication-program/t-47117694+c-124480755+z-7-810200344">Brewers Authentic Shop</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Brewers Auctions - Bid or Buy" data-testid="header-subnav-item" href="https://brewers.auctions.mlb.com/?_gl=1*fpr0yz*_gcl_aw*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..*_gcl_dc*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..&utm_source=Nav+Auction+Tray+MIL&utm_medium=Club.com+Shop+Nav&utm_campaign=Club.com+permanent+Navigation">Brewers Auctions - Bid or Buy</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="MLB Auctions - Bid or Buy" data-testid="header-subnav-item" href="https://auctions.mlb.com/iSynApp/showHomePage.action?sid=1101001&isynsharedsession=mki8i1dARcxDt3WwReTi6kJOREHftyZJNK-Xg3m10ZpEdaSACl02r4aCDzYhNvUm&utm_source=Nav+Auction+Tray+MIL&utm_medium=Club.com+Shop+Nav+MLB&utm_campaign=Club.com+permanent+Navigation">MLB Auctions - Bid or Buy</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="MLB Authentication" data-testid="header-subnav-item" href="https://www.mlb.com/official-information/authentication">MLB Authentication</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Team Store Locations" data-testid="header-subnav-item" href="/brewers/ballpark/team-store/">Team Store Locations</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-teams" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="https://www.mlb.com/team" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Teams</span></a></div><div class="styles__StyledSubNav-sc-e6c5124a-1 faba-du header__subnav header__subnav--teams" data-parent-nav-id="nav-side-item-teams"><div class="leagues header__subnav--teams__leagues" aria-label="Leagues Flyout"><div class="styles__StyledLeague-sc-9213acec-0 bCcqoc header__subnav--teams__league"><div class="styles__StyledLeagueDivisions-sc-9213acec-1 gJqWmX header__subnav--teams__divisions"><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title" id="al-east">AL East</span><ul class="header__subnav--teams__teams" aria-labelledby="al-east"><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/orioles" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Baltimore Orioles" data-parent="Teams" data-nav-position="top"><img alt="Baltimore Orioles Team Logo" src="//www.mlbstatic.com/team-logos/110.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Baltimore Orioles</span><span class="header__subnav--teams__team--shortname">Baltimore</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/redsox" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Boston Red Sox" data-parent="Teams" data-nav-position="top"><img alt="Boston Red Sox Team Logo" src="//www.mlbstatic.com/team-logos/111.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Boston Red Sox</span><span class="header__subnav--teams__team--shortname">Boston</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/yankees" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="New York Yankees" data-parent="Teams" data-nav-position="top"><img alt="New York Yankees Team Logo" src="//www.mlbstatic.com/team-logos/147.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">New York Yankees</span><span class="header__subnav--teams__team--shortname">NY Yankees</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/rays" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Tampa Bay Rays" data-parent="Teams" data-nav-position="top"><img alt="Tampa Bay Rays Team Logo" src="//www.mlbstatic.com/team-logos/139.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Tampa Bay Rays</span><span class="header__subnav--teams__team--shortname">Tampa Bay</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/bluejays" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Toronto Blue Jays" data-parent="Teams" data-nav-position="top"><img alt="Toronto Blue Jays Team Logo" src="//www.mlbstatic.com/team-logos/141.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Toronto Blue Jays</span><span class="header__subnav--teams__team--shortname">Toronto</span></a></li></ul></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title" id="al-central">AL Central</span><ul class="header__subnav--teams__teams" aria-labelledby="al-central"><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/whitesox" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Chicago White Sox" data-parent="Teams" data-nav-position="top"><img alt="Chicago White Sox Team Logo" src="//www.mlbstatic.com/team-logos/145.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Chicago White Sox</span><span class="header__subnav--teams__team--shortname">Chi White Sox</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/guardians" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Cleveland Guardians" data-parent="Teams" data-nav-position="top"><img alt="Cleveland Guardians Team Logo" src="//www.mlbstatic.com/team-logos/114.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Cleveland Guardians</span><span class="header__subnav--teams__team--shortname">Cleveland</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/tigers" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Detroit Tigers" data-parent="Teams" data-nav-position="top"><img alt="Detroit Tigers Team Logo" src="//www.mlbstatic.com/team-logos/116.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Detroit Tigers</span><span class="header__subnav--teams__team--shortname">Detroit</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/royals" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Kansas City Royals" data-parent="Teams" data-nav-position="top"><img alt="Kansas City Royals Team Logo" src="//www.mlbstatic.com/team-logos/118.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Kansas City Royals</span><span class="header__subnav--teams__team--shortname">Kansas City</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/twins" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Minnesota Twins" data-parent="Teams" data-nav-position="top"><img alt="Minnesota Twins Team Logo" src="//www.mlbstatic.com/team-logos/142.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Minnesota Twins</span><span class="header__subnav--teams__team--shortname">Minnesota</span></a></li></ul></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title" id="al-west">AL West</span><ul class="header__subnav--teams__teams" aria-labelledby="al-west"><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/athletics" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Athletics" data-parent="Teams" data-nav-position="top"><img alt="Athletics Team Logo" src="//www.mlbstatic.com/team-logos/133.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Athletics</span><span class="header__subnav--teams__team--shortname">Athletics</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/astros" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Houston Astros" data-parent="Teams" data-nav-position="top"><img alt="Houston Astros Team Logo" src="//www.mlbstatic.com/team-logos/117.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Houston Astros</span><span class="header__subnav--teams__team--shortname">Houston</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/angels" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Los Angeles Angels" data-parent="Teams" data-nav-position="top"><img alt="Los Angeles Angels Team Logo" src="//www.mlbstatic.com/team-logos/108.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Los Angeles Angels</span><span class="header__subnav--teams__team--shortname">LA Angels</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/mariners" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Seattle Mariners" data-parent="Teams" data-nav-position="top"><img alt="Seattle Mariners Team Logo" src="//www.mlbstatic.com/team-logos/136.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Seattle Mariners</span><span class="header__subnav--teams__team--shortname">Seattle</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/rangers" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Texas Rangers" data-parent="Teams" data-nav-position="top"><img alt="Texas Rangers Team Logo" src="//www.mlbstatic.com/team-logos/140.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Texas Rangers</span><span class="header__subnav--teams__team--shortname">Texas</span></a></li></ul></div></div></div><div class="styles__StyledLeague-sc-9213acec-0 bCcqoc header__subnav--teams__league"><div class="styles__StyledLeagueDivisions-sc-9213acec-1 gJqWmX header__subnav--teams__divisions"><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title" id="nl-east">NL East</span><ul class="header__subnav--teams__teams" aria-labelledby="nl-east"><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/braves" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Atlanta Braves" data-parent="Teams" data-nav-position="top"><img alt="Atlanta Braves Team Logo" src="//www.mlbstatic.com/team-logos/144.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Atlanta Braves</span><span class="header__subnav--teams__team--shortname">Atlanta</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/marlins" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Miami Marlins" data-parent="Teams" data-nav-position="top"><img alt="Miami Marlins Team Logo" src="//www.mlbstatic.com/team-logos/146.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Miami Marlins</span><span class="header__subnav--teams__team--shortname">Miami</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/mets" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="New York Mets" data-parent="Teams" data-nav-position="top"><img alt="New York Mets Team Logo" src="//www.mlbstatic.com/team-logos/121.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">New York Mets</span><span class="header__subnav--teams__team--shortname">NY Mets</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/phillies" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Philadelphia Phillies" data-parent="Teams" data-nav-position="top"><img alt="Philadelphia Phillies Team Logo" src="//www.mlbstatic.com/team-logos/143.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Philadelphia Phillies</span><span class="header__subnav--teams__team--shortname">Philadelphia</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/nationals" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Washington Nationals" data-parent="Teams" data-nav-position="top"><img alt="Washington Nationals Team Logo" src="//www.mlbstatic.com/team-logos/120.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Washington Nationals</span><span class="header__subnav--teams__team--shortname">Washington</span></a></li></ul></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title" id="nl-central">NL Central</span><ul class="header__subnav--teams__teams" aria-labelledby="nl-central"><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/cubs" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Chicago Cubs" data-parent="Teams" data-nav-position="top"><img alt="Chicago Cubs Team Logo" src="//www.mlbstatic.com/team-logos/112.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Chicago Cubs</span><span class="header__subnav--teams__team--shortname">Chi Cubs</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/reds" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Cincinnati Reds" data-parent="Teams" data-nav-position="top"><img alt="Cincinnati Reds Team Logo" src="//www.mlbstatic.com/team-logos/113.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Cincinnati Reds</span><span class="header__subnav--teams__team--shortname">Cincinnati</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/brewers" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Milwaukee Brewers" data-parent="Teams" data-nav-position="top"><img alt="Milwaukee Brewers Team Logo" src="//www.mlbstatic.com/team-logos/158.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Milwaukee Brewers</span><span class="header__subnav--teams__team--shortname">Milwaukee</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/pirates" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Pittsburgh Pirates" data-parent="Teams" data-nav-position="top"><img alt="Pittsburgh Pirates Team Logo" src="//www.mlbstatic.com/team-logos/134.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Pittsburgh Pirates</span><span class="header__subnav--teams__team--shortname">Pittsburgh</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/cardinals" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="St. Louis Cardinals" data-parent="Teams" data-nav-position="top"><img alt="St. Louis Cardinals Team Logo" src="//www.mlbstatic.com/team-logos/138.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">St. Louis Cardinals</span><span class="header__subnav--teams__team--shortname">St. Louis</span></a></li></ul></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title" id="nl-west">NL West</span><ul class="header__subnav--teams__teams" aria-labelledby="nl-west"><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/dbacks" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Arizona Diamondbacks" data-parent="Teams" data-nav-position="top"><img alt="Arizona Diamondbacks Team Logo" src="//www.mlbstatic.com/team-logos/109.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Arizona Diamondbacks</span><span class="header__subnav--teams__team--shortname">Arizona</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/rockies" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Colorado Rockies" data-parent="Teams" data-nav-position="top"><img alt="Colorado Rockies Team Logo" src="//www.mlbstatic.com/team-logos/115.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Colorado Rockies</span><span class="header__subnav--teams__team--shortname">Colorado</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/dodgers" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="Los Angeles Dodgers" data-parent="Teams" data-nav-position="top"><img alt="Los Angeles Dodgers Team Logo" src="//www.mlbstatic.com/team-logos/119.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">Los Angeles Dodgers</span><span class="header__subnav--teams__team--shortname">LA Dodgers</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/padres" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="San Diego Padres" data-parent="Teams" data-nav-position="top"><img alt="San Diego Padres Team Logo" src="//www.mlbstatic.com/team-logos/135.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">San Diego Padres</span><span class="header__subnav--teams__team--shortname">San Diego</span></a></li><li class="styles__StyledSubNavTeam-sc-aa8233a3-0 hhptox"><a href="/giants" class="styles__StyledSubNavItem-sc-b36a60d4-0 dtaxxl header__subnav__item header__subnav--teams__team" data-sub-nav-name="San Francisco Giants" data-parent="Teams" data-nav-position="top"><img alt="San Francisco Giants Team Logo" src="//www.mlbstatic.com/team-logos/137.svg" class="header__subnav--teams__team--logo" role="presentation" loading="lazy"/><span class="header__subnav--teams__team--name">San Francisco Giants</span><span class="header__subnav--teams__team--shortname">San Francisco</span></a></li></ul></div></div></div></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 cczjbk header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue" tabindex="0" data-nav-id="nav-top-item-español" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="https://www.mlb.com/es/brewers" aria-haspopup="false" class="styles__StyledNavItemLink-sc-87c9f2fb-1 jigdBg header__nav-top__nav-item__link" tabindex="-1"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text" aria-hidden="false">Español</span></a></div></li></ul></nav></div></div><div class="styles__StyledLoginButton-sc-8971dd56-0 fEsAUw header__nav-top__login-container"><button class="header__nav-top__button account" aria-haspopup="false" aria-label="Log in" aria-expanded="false" data-testid="header-profile-button"><span class="styles__StyledNavItemText-sc-87c9f2fb-2 FkPCS header__nav-top__nav-item__text">Log in</span><svg viewBox="0 0 35 35" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" class="icon__nav-item icon__nav-item--login icon" aria-hidden="true"><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></div></header> </div> <!-- main content --> <main> <div class="p-ad ad-responsive-slot " data-targeting="{"pos":"1"}" > <div id="ad-top-banner-xl" class="ad-responsive-size" data-thresholds="[4]" data-sizes="[[1280,100],[970,90],[970,66],[728,90]]"></div> <div id="ad-top-banner-l" class="ad-responsive-size" data-thresholds="[3]" data-sizes="[[970,90],[970,66],[728,90]]"></div> <div id="ad-top-banner-m" class="ad-responsive-size" data-thresholds="[2]" data-sizes="[[728,90]]"></div> <div id="ad-top-banner-sm" class="ad-responsive-size" data-thresholds="[0,1]" data-sizes="[[320,50]]"></div> </div> <!-- stitchConfigUrl- https://bdfed.stitch.mlbinfra.com/bdfed/mlb-roster/en-US?teamId=158 --> <div class="container"> <div class="l-grid l-grid--one-column"> <div class="l-grid__col l-grid--one-column__col--middle"> <div class="l-grid__content l-grid__content--box"> <div class="l-grid"> <div id="" class="l-grid__col l-grid__col--xs-12 l-grid__col--sm-12 l-grid__col--md-12 l-grid__col--lg-12 l-grid__col--xl-12"> <div class="roster__assets content-box"> <div class="p-content-heading p-content-heading--none p-content-heading--left"> <h2 class="p-content-heading__text p-content-heading__text--none p-content-heading__text--left">Brewers Roster & Staff</h2> </div> <div class="tabs__filter-buttons--container"> <div class="tabs__filter-buttons"> <a href="/brewers/roster"> <button class="tabs__filter-buttons--button tabs__filter-buttons--button-selected">Active</button> </a> <a href="/brewers/roster/depth-chart"> <button class="tabs__filter-buttons--button">Depth Chart</button> </a> <a href="/brewers/roster/40-man"> <button class="tabs__filter-buttons--button">40-Man</button> </a> <a href="/brewers/roster/nri"> <button class="tabs__filter-buttons--button"> <span class="desktop">Non-Roster</span> <span class="mobile">NRI</span> </button> </a> <a href="/brewers/roster/coaches"> <button class="tabs__filter-buttons--button">Coaches</button> </a> <a href="/brewers/roster/transactions"> <button class="tabs__filter-buttons--button"> <span class="desktop">Transactions</span> <span class="mobile">Moves</span> </button> </a> </div> </div> <div class="roster-dropdown__container"> <div class="p-dropdown roster-dropdown"> <span class="p-dropdown__label">Active</span> <div class="p-dropdown__arrow"> <svg viewBox="0 0 470 279" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--arrow-down p-dropdown__icon"><title>arrow-down</title><g transform="translate(-565 -1714)" fill="#010201" fill-rule="evenodd"><title>Arrow Down icon</title><path d="M830.405 1979.198c-17.18 17.996-45.007 17.996-62.218 0L577.72 1779.252c-17.21-18.027-24.81-65.252 29.57-65.252h384.07c56.216 0 46.782 47.194 29.572 65.252l-190.527 199.946z"/></g></svg> </div> <select id="rosterDropdown" class="p-dropdown__actual-select-element"> <option value="/brewers/roster" selected>Active</option> <option value="/brewers/roster/depth-chart">Depth Chart</option> <option value="/brewers/roster/40-man">40-Man</option> <option value="/brewers/roster/nri">Non-Roster</option> <option value="/brewers/roster/coaches">Coaches</option> <option value="/brewers/roster/transactions">Transactions</option> </select> </div> </div> <div class="players"> <table class="roster__table"> <thead> <tr> <td colspan="2">Pitchers</td> <td class="bat-throw">B/T</td> <td class="height">Ht</td> <td class="weight">Wt</td> <td class="birthday">DOB</td> </tr> </thead> <tbody> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/641302/headshot/silo/current" alt="Tyler Alexander" /> </div> </td> <td class="info"> <a href="/player/641302">Tyler Alexander</a> <span class="jersey">33</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/L</span> <span class="mobile-info__height">Ht: 6' 1"</span> <span class="mobile-info__weight">Wt: 214</span> <span class="mobile-info__birthday">DOB: 07/14/1994</span> </div> </td> <td class="bat-throw">R/L</td> <td class="height">6' 1"</td> <td class="weight">214</td> <td class="birthday">07/14/1994</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/681982/headshot/silo/current" alt="Grant Anderson" /> </div> </td> <td class="info"> <a href="/player/681982">Grant Anderson</a> <span class="jersey">56</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 204</span> <span class="mobile-info__birthday">DOB: 06/21/1997</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 0"</td> <td class="weight">204</td> <td class="birthday">06/21/1997</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/641482/headshot/silo/current" alt="Nestor Cortes" /> </div> </td> <td class="info"> <a href="/player/641482">Nestor Cortes</a> <span class="jersey">65</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/L</span> <span class="mobile-info__height">Ht: 5' 10"</span> <span class="mobile-info__weight">Wt: 225</span> <span class="mobile-info__birthday">DOB: 12/10/1994</span> </div> </td> <td class="bat-throw">R/L</td> <td class="height">5' 10"</td> <td class="weight">225</td> <td class="birthday">12/10/1994</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/663542/headshot/silo/current" alt="Bryan Hudson" /> </div> </td> <td class="info"> <a href="/player/663542">Bryan Hudson</a> <span class="jersey">52</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/L</span> <span class="mobile-info__height">Ht: 6' 8"</span> <span class="mobile-info__weight">Wt: 248</span> <span class="mobile-info__birthday">DOB: 05/08/1997</span> </div> </td> <td class="bat-throw">L/L</td> <td class="height">6' 8"</td> <td class="weight">248</td> <td class="birthday">05/08/1997</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/657649/headshot/silo/current" alt="Jared Koenig" /> </div> </td> <td class="info"> <a href="/player/657649">Jared Koenig</a> <span class="jersey">47</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/L</span> <span class="mobile-info__height">Ht: 6' 5"</span> <span class="mobile-info__weight">Wt: 248</span> <span class="mobile-info__birthday">DOB: 01/24/1994</span> </div> </td> <td class="bat-throw">R/L</td> <td class="height">6' 5"</td> <td class="weight">248</td> <td class="birthday">01/24/1994</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/656730/headshot/silo/current" alt="Trevor Megill" /> </div> </td> <td class="info"> <a href="/player/656730">Trevor Megill</a> <span class="jersey">29</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 6' 8"</span> <span class="mobile-info__weight">Wt: 249</span> <span class="mobile-info__birthday">DOB: 12/05/1993</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">6' 8"</td> <td class="weight">249</td> <td class="birthday">12/05/1993</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/694477/headshot/silo/current" alt="Chad Patrick" /> </div> </td> <td class="info"> <a href="/player/694477">Chad Patrick</a> <span class="jersey">39</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 1"</span> <span class="mobile-info__weight">Wt: 217</span> <span class="mobile-info__birthday">DOB: 08/14/1998</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 1"</td> <td class="weight">217</td> <td class="birthday">08/14/1998</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/606303/headshot/silo/current" alt="Joel Payamps" /> </div> </td> <td class="info"> <a href="/player/606303">Joel Payamps</a> <span class="jersey">31</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 3"</span> <span class="mobile-info__weight">Wt: 214</span> <span class="mobile-info__birthday">DOB: 04/07/1994</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 3"</td> <td class="weight">214</td> <td class="birthday">04/07/1994</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/665625/headshot/silo/current" alt="Elvis Peguero" /> </div> </td> <td class="info"> <a href="/player/665625">Elvis Peguero</a> <span class="jersey">59</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 4"</span> <span class="mobile-info__weight">Wt: 238</span> <span class="mobile-info__birthday">DOB: 03/20/1997</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 4"</td> <td class="weight">238</td> <td class="birthday">03/20/1997</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/642547/headshot/silo/current" alt="Freddy Peralta" /> </div> </td> <td class="info"> <a href="/player/642547">Freddy Peralta</a> <span class="jersey">51</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 198</span> <span class="mobile-info__birthday">DOB: 06/04/1996</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 0"</td> <td class="weight">198</td> <td class="birthday">06/04/1996</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/660730/headshot/silo/current" alt="Elvin Rodriguez" /> </div> </td> <td class="info"> <a href="/player/660730">Elvin Rodriguez</a> <span class="jersey">35</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 4"</span> <span class="mobile-info__weight">Wt: 214</span> <span class="mobile-info__birthday">DOB: 03/31/1998</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 4"</td> <td class="weight">214</td> <td class="birthday">03/31/1998</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/671162/headshot/silo/current" alt="Connor Thomas" /> </div> </td> <td class="info"> <a href="/player/671162">Connor Thomas</a> <span class="jersey">57</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/L</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 200</span> <span class="mobile-info__birthday">DOB: 05/29/1998</span> </div> </td> <td class="bat-throw">L/L</td> <td class="height">6' 0"</td> <td class="weight">200</td> <td class="birthday">05/29/1998</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/682842/headshot/silo/current" alt="Abner Uribe" /> </div> </td> <td class="info"> <a href="/player/682842">Abner Uribe</a> <span class="jersey">45</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 3"</span> <span class="mobile-info__weight">Wt: 210</span> <span class="mobile-info__birthday">DOB: 06/20/2000</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 3"</td> <td class="weight">210</td> <td class="birthday">06/20/2000</td> </tr> </tbody> </table> <div class="p-ad ad-roster-responsive ad-responsive-slot" data-targeting="{"pos":"2"}"> <div id="ad-roster-desktop" class="ad-responsive-size" data-thresholds="[4]" data-sizes="[[970,90],[728,90]]"></div> <div id="ad-roster-tablet" class="ad-responsive-size" data-thresholds="[2,3]" data-sizes="[[728,90]]"></div> <div id="ad-roster-mobile" class="ad-responsive-size" data-thresholds="[0,1]" data-sizes="[[320,50]]"></div> </div> <table class="roster__table"> <thead> <tr> <td colspan="2">Catchers</td> <td class="bat-throw">B/T</td> <td class="height">Ht</td> <td class="weight">Wt</td> <td class="birthday">DOB</td> </tr> </thead> <tbody> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/661388/headshot/silo/current" alt="William Contreras" /> </div> </td> <td class="info"> <a href="/player/661388">William Contreras</a> <span class="jersey">24</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 5' 10"</span> <span class="mobile-info__weight">Wt: 218</span> <span class="mobile-info__birthday">DOB: 12/24/1997</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">5' 10"</td> <td class="weight">218</td> <td class="birthday">12/24/1997</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/606992/headshot/silo/current" alt="Eric Haase" /> </div> </td> <td class="info"> <a href="/player/606992">Eric Haase</a> <span class="jersey">13</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 5' 10"</span> <span class="mobile-info__weight">Wt: 204</span> <span class="mobile-info__birthday">DOB: 12/18/1992</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">5' 10"</td> <td class="weight">204</td> <td class="birthday">12/18/1992</td> </tr> </tbody> </table> <table class="roster__table"> <thead> <tr> <td colspan="2">Infielders</td> <td class="bat-throw">B/T</td> <td class="height">Ht</td> <td class="weight">Wt</td> <td class="birthday">DOB</td> </tr> </thead> <tbody> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/641343/headshot/silo/current" alt="Jake Bauers" /> </div> </td> <td class="info"> <a href="/player/641343">Jake Bauers</a> <span class="jersey">9</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/L</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 203</span> <span class="mobile-info__birthday">DOB: 10/06/1995</span> </div> </td> <td class="bat-throw">L/L</td> <td class="height">6' 0"</td> <td class="weight">203</td> <td class="birthday">10/06/1995</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/681962/headshot/silo/current" alt="Vinny Capra" /> </div> </td> <td class="info"> <a href="/player/681962">Vinny Capra</a> <span class="jersey">18</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 5' 8"</span> <span class="mobile-info__weight">Wt: 188</span> <span class="mobile-info__birthday">DOB: 07/07/1996</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">5' 8"</td> <td class="weight">188</td> <td class="birthday">07/07/1996</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/686554/headshot/silo/current" alt="Oliver Dunn" /> </div> </td> <td class="info"> <a href="/player/686554">Oliver Dunn</a> <span class="jersey">15</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 5' 11"</span> <span class="mobile-info__weight">Wt: 207</span> <span class="mobile-info__birthday">DOB: 09/02/1997</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">5' 11"</td> <td class="weight">207</td> <td class="birthday">09/02/1997</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/656555/headshot/silo/current" alt="Rhys Hoskins" /> </div> </td> <td class="info"> <a href="/player/656555">Rhys Hoskins</a> <span class="jersey">12</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 3"</span> <span class="mobile-info__weight">Wt: 241</span> <span class="mobile-info__birthday">DOB: 03/17/1993</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 3"</td> <td class="weight">241</td> <td class="birthday">03/17/1993</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/687401/headshot/silo/current" alt="Joey Ortiz" /> </div> </td> <td class="info"> <a href="/player/687401">Joey Ortiz</a> <span class="jersey">3</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 5' 10"</span> <span class="mobile-info__weight">Wt: 183</span> <span class="mobile-info__birthday">DOB: 07/14/1998</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">5' 10"</td> <td class="weight">183</td> <td class="birthday">07/14/1998</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/668930/headshot/silo/current" alt="Brice Turang" /> </div> </td> <td class="info"> <a href="/player/668930">Brice Turang</a> <span class="jersey">2</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 5' 11"</span> <span class="mobile-info__weight">Wt: 190</span> <span class="mobile-info__birthday">DOB: 11/21/1999</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">5' 11"</td> <td class="weight">190</td> <td class="birthday">11/21/1999</td> </tr> </tbody> </table> <table class="roster__table"> <thead> <tr> <td colspan="2">Outfielders</td> <td class="bat-throw">B/T</td> <td class="height">Ht</td> <td class="weight">Wt</td> <td class="birthday">DOB</td> </tr> </thead> <tbody> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/694192/headshot/silo/current" alt="Jackson Chourio" /> </div> </td> <td class="info"> <a href="/player/694192">Jackson Chourio</a> <span class="jersey">11</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 204</span> <span class="mobile-info__birthday">DOB: 03/11/2004</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 0"</td> <td class="weight">204</td> <td class="birthday">03/11/2004</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/686555/headshot/silo/current" alt="Isaac Collins" /> </div> </td> <td class="info"> <a href="/player/686555">Isaac Collins</a> <span class="jersey">6</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: S/R</span> <span class="mobile-info__height">Ht: 5' 8"</span> <span class="mobile-info__weight">Wt: 188</span> <span class="mobile-info__birthday">DOB: 07/22/1997</span> </div> </td> <td class="bat-throw">S/R</td> <td class="height">5' 8"</td> <td class="weight">188</td> <td class="birthday">07/22/1997</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/686217/headshot/silo/current" alt="Sal Frelick" /> </div> </td> <td class="info"> <a href="/player/686217">Sal Frelick</a> <span class="jersey">10</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 5' 8"</span> <span class="mobile-info__weight">Wt: 188</span> <span class="mobile-info__birthday">DOB: 04/19/2000</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">5' 8"</td> <td class="weight">188</td> <td class="birthday">04/19/2000</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/669003/headshot/silo/current" alt="Garrett Mitchell" /> </div> </td> <td class="info"> <a href="/player/669003">Garrett Mitchell</a> <span class="jersey">5</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 6' 2"</span> <span class="mobile-info__weight">Wt: 228</span> <span class="mobile-info__birthday">DOB: 09/04/1998</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">6' 2"</td> <td class="weight">228</td> <td class="birthday">09/04/1998</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/592885/headshot/silo/current" alt="Christian Yelich" /> </div> </td> <td class="info"> <a href="/player/592885">Christian Yelich</a> <span class="jersey">22</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 6' 3"</span> <span class="mobile-info__weight">Wt: 203</span> <span class="mobile-info__birthday">DOB: 12/05/1991</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">6' 3"</td> <td class="weight">203</td> <td class="birthday">12/05/1991</td> </tr> </tbody> </table> <section id="footer-message-container"> <div> While not officially part of the 40-man roster, players on the 60-day injured list (IL-60) are included on the 40-Man tab. </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </main> <!-- no footer --> <script> window.__FOOTER_PROPS__ = {"footerData":{"instanceId":"66735e83-4338-41f3-bfaa-f64ca51ebd04","name":"global-footer","variables":[],"menuItems":[{"itemId":"96faeb5a-179a-466e-8f05-97209ab14f8d","text":"top","properties":{},"menuItems":[{"itemId":"570e7b5c-1787-4c6e-a8ee-054648d783ca","text":"Official Info","properties":{"link":"/official-information"},"menuItems":[]},{"itemId":"02710390-c746-4e58-8904-b0772ed562a0","text":"Help/Contact Us","properties":{"link":"https://support.mlb.com/s/","target":"_blank"},"menuItems":[]},{"itemId":"c8ed5557-a8f1-4c47-a112-b52d01f7c67d","text":"Accessibility","properties":{"link":"https://www.mlb.com/official-information/accessibility"},"menuItems":[]},{"itemId":"5d84559f-9e7f-40e7-8364-6c96041fb3c7","text":"Job Opportunities","properties":{"link":"https://www.teamworkonline.com/baseball-jobs/milwaukeebaseball/milwaukee-brewers-micro","target":"_blank"},"menuItems":[]},{"itemId":"911a8b17-58c4-4994-a037-b20c52636f22","text":"Partnership Opportunities","properties":{"link":"/sponsorship/partnership-opportunities","visible":"true","target":"_blank","customProperties":""},"menuItems":[]}]},{"itemId":"8aa2f8e9-f499-4195-839b-47c05a6b8569","text":"Terms of Use","properties":{"link":"https://www.mlb.com/official-information/terms-of-use"},"menuItems":[]},{"itemId":"d95b5742-3dc3-493b-b179-05dceca3c4b3","text":"Privacy Policy","properties":{"link":"https://www.mlb.com/official-information/privacy-policy"},"menuItems":[]},{"itemId":"0d8de3a1-5c1f-46d6-8961-2b06517e4196","text":"Legal Notices","properties":{"link":"https://www.mlb.com/official-information/legal-notices"},"menuItems":[]},{"itemId":"fa0a2056-91f6-4bbf-be24-c638ac242721","text":"Contact Us","properties":{"link":"https://support.mlb.com/s/","target":"_blank"},"menuItems":[]},{"itemId":"86d484f1-390d-4216-8fab-8de1fa5197e3","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":[]}]},"contentfulProps":{"properties":{"headerPrimaryLogo":{"description":null,"url":"https://images.ctfassets.net/iiozhi00a8lc/t158_header_primarycap_on_dark_svg/6091a9cdc75a6738fc4a261d9ec33454/t158_header_primary.svg"},"urlLogo":{"url":"https://images.ctfassets.net/iiozhi00a8lc/t158_url_logourl_svg/83f36d7ccab155ca936617d5745230f3/t158_url_logo.svg"},"headerMastheadTagline":{"url":"https://images.ctfassets.net/iiozhi00a8lc/t158_header_masthead_taglineMB_20_Masthead_This_Is_My_Crew_svg/a0ed8c7df4ade095595ddb33e6f7c15c/t158_header_masthead_tagline.svg"},"headerMastheadTaglineContainerHeight":"56px","headerMastheadTaglineContainerWidth":"375px"},"palette":{"headerMastheadBackgroundColor":"#FFC72C","headerNavigationBackgroundColor":"#13294B","headerNavigationBorderColor":"#FFC72C","headerNavigationTextColor":"#ffffff","headerNavigationTextColorHover":"#13294B","buttonSpotlightBackgroundColor":"#333333","buttonSpotlightBackgroundColorHover":"lighten","buttonSpotlightTextColor":"#ffffff","buttonSpotlightTextColorHover":"#ffffff","footerTitleColor":"#ffffff","footerTextColor":"#d2d2d2","footerBackgroundColor":"#13294B","footerBorderColor":"#e2e2e2","footerLinkColor":"#999999","footerLinkColorHover":"#ffffff","footerLinkColorActive":"#ffffff"},"teamNameDisplay":"Milwaukee Brewers"},"clubId":158,"styleProps":{"headerPrimaryLogo":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t158_header_primarycap_on_dark_svg/6091a9cdc75a6738fc4a261d9ec33454/t158_header_primary.svg","description":null,"__typename":"Asset","type":"binaryAsset"},"headerMastheadTagline":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t158_header_masthead_taglineMB_20_Masthead_This_Is_My_Crew_svg/a0ed8c7df4ade095595ddb33e6f7c15c/t158_header_masthead_tagline.svg","__typename":"Asset","type":"binaryAsset"},"headerMastheadTaglineContainerHeight":{"binaryFile":"","type":"binaryAsset"},"headerMastheadTaglineContainerWidth":{"binaryFile":"","type":"binaryAsset"},"navigationMastheadSponsorImage":{"binaryFile":"","type":"binaryAsset"},"urlLogo":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t158_url_logourl_svg/83f36d7ccab155ca936617d5745230f3/t158_url_logo.svg","__typename":"Asset","type":"binaryAsset"},"organismHeadlineFont":{"binaryFile":"https://assets.ctfassets.net/iiozhi00a8lc/Oswald_Regular_ttf/8adc3517613198e72eead83693ffd65f/Oswald_Regular.ttf","__typename":"Asset","type":"binaryAsset"},"favicon":{"title":"favicon","type":"shortContent","image":{"cuts":{"256x256":{"width":"256","height":"256","src":"https://images.ctfassets.net/iiozhi00a8lc/t158_faviconcut_png/3d48b6725f173b4e775e74bb58c5f3e0/t158_favicon.png","at2x":"https://images.ctfassets.net/iiozhi00a8lc/t158_faviconcut_png/3d48b6725f173b4e775e74bb58c5f3e0/t158_favicon.png","at3x":"https://images.ctfassets.net/iiozhi00a8lc/t158_faviconcut_png/3d48b6725f173b4e775e74bb58c5f3e0/t158_favicon.png"}}}},"__typename":{"binaryFile":"","type":"binaryAsset"},"siteConfig":{"articleVideoAutoPlay":true,"articleVideoAutoPlaySound":false,"__typename":"WebProperties"},"t158_bodyBackgroundSkinBlank":{"type":"shortContent","title":"t158_bodyBackgroundSkinBlank","pageContainerBackgroundColor":"#e2e2e2","image":{"title":"t158bodyBackgroundSkinBlank","cuts":{"1680x900":{"title":"t158_bodyBackgroundSkinBlank","width":1680,"height":900,"src":"https://images.ctfassets.net/iiozhi00a8lc/3oV6uciDEZkFtk0aXIB1vr/a4ff8b2a694082f60259168d0fd21054/MB-21_Webskin-blank.jpg","__typename":"Asset"}}}},"bodyBackgroundSkinTotal":1,"style":{"bodyBackgroundColor":"#13294B","t158-base-palette":{"paletteName":"t158-base-palette","pageContainerBorderColor":"#ececec","headerMastheadBackgroundColor":"#FFC72C","headerMastheadTextColor":"#ffffff","headerNavigationBackgroundColor":"#13294B","headerNavigationBorderColor":"#FFC72C","headerNavigationTextColorHover":"#13294B","headerNavigationTextColor":"#ffffff","footerTitleColor":"#ffffff","footerTextColor":"#d2d2d2","footerBackgroundColor":"#13294B","footerBorderColor":"#e2e2e2","footerLinkColor":"#999999","footerLinkColorHover":"#ffffff","footerLinkColorActive":"#ffffff","buttonPrimaryBackgroundColor":"#FFC72C","buttonPrimaryBackgroundColorHover":"lighten","buttonPrimaryTextColor":"#13294B","buttonPrimaryTextColorHover":"#13294B","buttonSpotlightBackgroundColor":"#333333","buttonSpotlightBackgroundColorHover":"lighten","buttonSpotlightTextColor":"#ffffff","buttonSpotlightTextColorHover":"#ffffff","tableHeaderBackgroundColor":"#13294B","tableRowBackgroundColor":"#ffffff","tableTextColor":"#333333","organismSectionTitleColor":"#13294B","organismTitleColor":"#333333","organismTextColor":"#333333","organismTagBackgroundColor":"#FFC72C","organismTagTextColor":"#13294B","organismBackgroundColor":"#ffffff","organismBorderColor":"#ececec","organismLinkColor":"#003DA5","organismLinkColorHover":"#024EBC","organismLinkTextDecoration":"none","organismLinkColorActive":"#13294B","organismScrimTitleColor":"#ffffff","organismScrimTextColor":"#ffffff","organismScrimTagColor":"#ffffff","organismScrimBackgroundColor":"#13294B","organismScrimBackgroundColorHover":"lighten","organismScrimBorderColor":"#ececec","organismScrimLinkColor":"#ececec","organismScrimLinkColorHover":"#FFC72C","organismContentHeadingSecondaryBorderColor":"#13294B","organismContentHeadingPrimaryBorderColor":"#13294B","organismSidekickBackgroundColor":"#333333","organismJumbotronTitleColor":"#333333","__typename":"Palette","pageContainerBackgroundColor":"#e2e2e2"},"organismLogoVersion":"primary","organismLogoStyle":"dark","headerMastheadLogoVersion":"cap","headerMastheadLogoStyle":"dark","footerLogoVersion":"primary","footerLogoStyle":"dark","palette":"t158-base-palette","headlineTextTransform":"none","headlineFontFamily":"industry","headlineFontFamilySizeMultiplier":1,"__typename":"WebProperties","headerMastheadLogoContainer":{"left":"0px","top":"8px","height":"46px"},"headerMastheadTaglineContainer":{"height":"56px","width":"375px","top":"0px","left":"0px"}},"teamNameDisplay":"Milwaukee Brewers"},"locale":"en","teamNameSlug":"brewers","teamNameDisplay":"Milwaukee Brewers","linkBaseUrl":"https://www.mlb.com"} </script> <div id='react-footer'> <footer class="styles__StyledFooterContainer-sc-5eb1a394-0 cCIjgk" data-is-club="true"><div class="site-footer__frame"><div class="styles__StyledClubStrip-sc-c2cd316b-0 csqdrT site-footer__team-container"><div class="styles__StyledTeamLogo-sc-c2cd316b-1 cqLtmT site-footer__team-logo"><a href="/brewers/"><img alt="Milwaukee Brewers URL logo" class="site-footer__team-url-logo" src="https://images.ctfassets.net/iiozhi00a8lc/t158_url_logourl_svg/83f36d7ccab155ca936617d5745230f3/t158_url_logo.svg" role="presentation" loading="lazy"/></a></div><ul class="site-footer__team-links"><li><a class="site-footer__team-link" href="https://www.mlb.com/official-information">Official Info</a></li><li><a class="site-footer__team-link" href="https://support.mlb.com/s/">Help/Contact Us</a></li><li><a class="site-footer__team-link" href="https://www.mlb.com/official-information/accessibility">Accessibility</a></li><li><a class="site-footer__team-link" href="https://www.teamworkonline.com/baseball-jobs/milwaukeebaseball/milwaukee-brewers-micro">Job Opportunities</a></li><li><a class="site-footer__team-link" href="https://www.mlb.com/sponsorship/partnership-opportunities">Partnership Opportunities</a></li></ul></div><div class="site-footer__container"><div class="styles__StyledSponsor-sc-ac4b9e5d-0 hydpoN"><ul><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" loading="lazy"/></a></li><li class="site-footer__bgca-logo"><a href="https://www.bgca.org/about-us/our-partners/mlb"><img alt="Boys and Girls Club of America" data-src="//www.mlbstatic.com/mlb.com/builds/site-core/6ba79ea6e6d26980b58bc4c45f9688f6c41d1c8e_1551285135/images/bgca.svg" src="//www.mlbstatic.com/mlb.com/builds/site-core/6ba79ea6e6d26980b58bc4c45f9688f6c41d1c8e_1551285135/images/bgca.svg" loading="lazy"/></a></li></ul></div></div></div></footer> </div> <!-- core javascript files --> <script type="text/javascript" src="//builds.mlbstatic.com/mlb.com/builds/site-core/1741986710884/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,mlbbrewers'; var s = window.adobeAnalytics = window.s_gi(reportingSuiteIds); var rsId = getRsId(s); if(rsId) { setRsId(s, rsId); } window.setAppMeasurementConfig(s); var trackingSectionName = capitalize('Roster'); var trackingPageName = 'Milwaukee Brewers: ' + trackingSectionName + ': Active Roster'; 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.trackPageView(); })(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,mlbbrewers'; 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":"index.bundle","tablet":"index.bundle","phone":"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/1741986710884/dist/scripts/'+siteJS[type]+'.min.js'); } if (sectionJS[type]) { scripts.push('//builds.mlbstatic.com/mlb.com/sections/roster/builds/461176d63f52f110a3ba2d4c166b593ed69c7d41_1726068366/scripts/'+sectionJS[type]+'.js'); } if (pageJS[type]) { scripts.push('//builds.mlbstatic.com/mlb.com/sections/roster/builds/461176d63f52f110a3ba2d4c166b593ed69c7d41_1726068366/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/1741986710884/patterns/' + patternName + '/' + patternName + '.js'; patternScripts.push(patternScript); }); requirejs.config({ baseUrl: '//builds.mlbstatic.com/mlb.com/builds/site-core/1741986710884/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 --> <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>