CINXE.COM

Minnesota Twins Schedule | Minnesota Twins

<!DOCTYPE html> <html lang="en"> <head> <title>Minnesota Twins Schedule | Minnesota Twins</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="Minnesota Twins Schedule"> <meta property="og:image" content="https://www.mlbstatic.com/team-logos/share/142.jpg"> <meta property="og:site_name" content="MLB.com"> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.mlb.com/twins/schedule"> <link rel="canonical" href="https://www.mlb.com/twins/schedule"> <link rel="preconnect" href="https://www.mlbstatic.com/"> <link rel="preconnect" href="https://builds.mlbstatic.com/"> <link rel="preconnect" href="https://www.mlbstatic.com/" crossorigin> <link rel="preconnect" href="https://builds.mlbstatic.com/" crossorigin> <link rel="dns-prefetch" href="https://www.mlbstatic.com/"> <link rel="dns-prefetch" href="https://builds.mlbstatic.com/"> <link rel="preload" href="https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-bold.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-regular.woff2" as="font" type="font/woff2" crossorigin> <link rel="alternate" href="https://www.mlb.com/twins/schedule" hreflang="en"><meta name="keywords" content="MLB, Baseball, Major League Baseball"> <meta name="page_name" content="Minnesota Twins"> <meta name="page_section" content="Schedule"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@Twins"> <meta property="fb:app_id" content="5768707450"> <meta property="fb:pages" content="45991614840"> <meta name="env" content="production"> <meta name="app_group" content="bdata"> <meta name="region" content="us-central1"> <meta name="zone" content="us-central1-a"> <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="twins.mlb"> <meta name="context-url-prefix" content="/twins"> <meta name="app-view" content="web"> <meta name="locale" content="en"> <meta name="lang" content="en"> <meta name="club" content="twins"> <meta name="fileCode" content="min"> <meta name="team_id" content="142"> <meta name="teamName" content="Minnesota Twins"> <meta name="teamNameShort" content="Twins"> <meta name="venue" content="Target Field"> <meta name="branch-journeys-color" content="#E20E32"> <meta name="timezone" content="America/Chicago"> <meta name="serverTime" content="2025-04-06T02:17:25-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="e0372897140a9836b26cdb8a4a2b0f3168572356_1737573538"> <meta name="siteAssetsUri" content="//builds.mlbstatic.com/mlb.com/builds/site-core/1741986710884/dist"> <meta name="sectionAssetsUri" content="//builds.mlbstatic.com/mlb.com/sections/club-schedule/builds/e0372897140a9836b26cdb8a4a2b0f3168572356_1737573538"> <meta name="omniturePageName" content="Schedule"> <meta name="omniturePageProps" content="%7B%22pageName%22%3A%22Schedule%22%2C%22registrationPoints%22%3A%22Schedule%22%7D"> <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/142.png"> <link rel="shortcut icon" href="https://images.ctfassets.net/iiozhi00a8lc/t142_favicon142_x4efe9mu_x1izlwtj_png/c2f4c0cd393152db47da57645e2d4eac/min-favicon-2023.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: 'Schedule', teamId: '142', teamName: 'Minnesota Twins' }); </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/t142-global-properties-t142-background-skins-t142-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/club-schedule/builds/e0372897140a9836b26cdb8a4a2b0f3168572356_1737573538/styles/section.css"> <link rel="stylesheet" href="//builds.mlbstatic.com/mlb.com/sections/club-schedule/builds/e0372897140a9836b26cdb8a4a2b0f3168572356_1737573538/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鈥檚 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鈥檚 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鈥檚 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鈥檚 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鈥檚 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鈥檙e sorry, we couldn鈥檛 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">.deXUua .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){.deXUua .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*/ .deXUua .header__nav-top__button.account.account--logged-in{height:56px;position:relative;overflow:hidden;}/*!sc*/ .deXUua .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*/ .deXUua .header__nav-top__button.account.account--logged-in.active::after{opacity:1;background-color:#FEF8EC;}/*!sc*/ @media (min-width:1024px){.deXUua .header__nav-top__button.account.account--logged-in{position:relative;}.deXUua .header__nav-top__button.account.account--logged-in::after{bottom:-17px;left:auto;right:33%;}}/*!sc*/ .deXUua svg{width:35px;height:35px;}/*!sc*/ data-styled.g89[id="styles__StyledLoginButton-sc-8971dd56-0"]{content:"deXUua,"}/*!sc*/ .jifiao{text-align:left;background-color:#ffffff;border-top:solid 4px #FEF8EC;padding:8px;}/*!sc*/ .jifiao .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){.jifiao .styles__StyledSubNavContent-sc-e6c5124a-0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.jifiao .header__subnav__group:not(:first-child){margin-left:16px;}.jifiao .header__subnav__group.cols{-webkit-column-count:2;column-count:2;-webkit-column-gap:8px;column-gap:8px;}.jifiao .header__subnav--teams__leagues{min-width:600px;}.jifiao .header__subnav--teams__divisions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.jifiao .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){.jifiao .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:"jifiao,"}/*!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*/ .ctiIx.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*/ .ctiIx.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*/ .ctiIx.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){.ctiIx.header__nav-top__nav-item .styles__StyledNavItemLink-sc-87c9f2fb-1 .icon__nav-item{display:none;}}/*!sc*/ .ctiIx.header__nav-top__nav-item--mobile-quick-nav{display:inline;}/*!sc*/ .ctiIx.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){.ctiIx.header__nav-top__nav-item--mobile-quick-nav--hideRevenue{display:none;}}/*!sc*/ .ctiIx.header__nav-top__nav-item--spotlight{background-color:#333333;}/*!sc*/ .ctiIx.header__nav-top__nav-item--spotlight .styles__StyledNavItemText-sc-87c9f2fb-2{color:#ffffff;}/*!sc*/ .ctiIx.header__nav-top__nav-item--spotlight:hover{background-color:lighten;}/*!sc*/ .ctiIx.header__nav-top__nav-item--spotlight:hover .styles__StyledNavItemText-sc-87c9f2fb-2{color:#ffffff;}/*!sc*/ .ctiIx.header__nav-top__nav-item--parent .styles__StyledSubNav-sc-e6c5124a-1{display:none;pointer-events:none;}/*!sc*/ @media (min-width:1024px){.ctiIx.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;}.ctiIx.header__nav-top__nav-item .styles__StyledNavItemText-sc-87c9f2fb-2{opacity:0.8;}.ctiIx.header__nav-top__nav-item:hover .styles__StyledNavItemText-sc-87c9f2fb-2,.ctiIx.header__nav-top__nav-item--open .styles__StyledNavItemText-sc-87c9f2fb-2{opacity:1;}.ctiIx.header__nav-top__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0,.ctiIx.header__nav-top__nav-item .styles__StyledNavItemLink-sc-87c9f2fb-1{height:100%;}.ctiIx.header__nav-top__nav-item .styles__StyledNavItemLink-sc-87c9f2fb-1{padding:20px 10px 0;}.ctiIx.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;}.ctiIx.header__nav-top__nav-item--current{border-bottom:4px solid #FEF8EC;}.ctiIx.header__nav-top__nav-item--current .styles__StyledNavItemText-sc-87c9f2fb-2{opacity:1;}.ctiIx.header__nav-top__nav-item--parent::after{content:'';border-color:transparent transparent #FEF8EC;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;}.ctiIx.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 #FEF8EC;border-radius:0 0 6px 6px;box-shadow:0px 0px 14px 0px rgba(0,0,0,0.25);}.ctiIx.header__nav-top__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-top__nav-item--open{border-bottom:none;}.ctiIx.header__nav-top__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-top__nav-item--open::after{opacity:1;}.ctiIx.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;}.ctiIx.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*/ .ctiIx.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:#031F40;}/*!sc*/ .ctiIx.header__nav-side__nav-item:hover{background-color:#FEF8EC;}/*!sc*/ .ctiIx.header__nav-side__nav-item:focus a{outline:1px dotted #fff;}/*!sc*/ .ctiIx.header__nav-side__nav-item:last-child{border:none;}/*!sc*/ .ctiIx.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*/ .ctiIx.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*/ .ctiIx.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*/ .ctiIx.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*/ .ctiIx.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*/ .ctiIx.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*/ .ctiIx.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0 a,.ctiIx.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0 span{color:#ffffff;}/*!sc*/ .ctiIx.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0 .icon__nav-item *{fill:#ffffff;}/*!sc*/ @media screen and (min-width:1024px){.ctiIx.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0:hover a,.ctiIx.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0:hover span{color:#333333;}.ctiIx.header__nav-side__nav-item .styles__StyledNavItemInner-sc-87c9f2fb-0:hover .icon__nav-item *{fill:#333333;}}/*!sc*/ .ctiIx.header__nav-side__nav-item--open .styles__StyledNavItemInner-sc-87c9f2fb-0::after{display:inline-block;}/*!sc*/ .ctiIx.header__nav-side__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-side__nav-item--open{background-color:#FEF8EC;}/*!sc*/ .ctiIx.header__nav-side__nav-item--parent.styles__StyledNavItem-sc-87c9f2fb-3.header__nav-side__nav-item--open .styles__StyledNavItemInner-sc-87c9f2fb-0 a,.ctiIx.header__nav-side__nav-item--parent.ctiIx.header__nav-side__nav-item--open .styles__StyledNavItemInner-sc-87c9f2fb-0 span{color:#333333;}/*!sc*/ .ctiIx.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:#333333;}/*!sc*/ data-styled.g95[id="styles__StyledNavItem-sc-87c9f2fb-3"]{content:"ctiIx,"}/*!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*/ .TuHsr.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*/ .TuHsr:focus,.TuHsr:hover{border-radius:3px;}/*!sc*/ .TuHsr.header__subnav__item:hover{background-color:#FEF8EC;color:#333333;}/*!sc*/ .TuHsr.header__subnav__item:focus{background-color:#dddddd;color:#002867;outline:1px dotted #031F40;}/*!sc*/ data-styled.g97[id="styles__StyledSubNavItem-sc-b36a60d4-0"]{content:"TuHsr,"}/*!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*/ .eCmGLB{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:#031F40;box-shadow:1px 0 5px #000000;}/*!sc*/ @media (min-width:768px){.eCmGLB{padding:0 16px;}}/*!sc*/ @media (min-width:1024px){.eCmGLB{padding:0 32px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}}/*!sc*/ .eCmGLB > *{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}/*!sc*/ .eCmGLB ul{margin:0;padding:0;}/*!sc*/ .eCmGLB ul li{list-style-type:none;}/*!sc*/ .eCmGLB .icon,.eCmGLB .icon__nav-item *{fill:#ffffff;}/*!sc*/ .eCmGLB .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*/ .eCmGLB .header__nav-top__button:hover{cursor:pointer;}/*!sc*/ .eCmGLB .header__nav-top__button span{display:none;}/*!sc*/ @media (min-width:1024px){.eCmGLB .header__nav-top__button span{display:block;margin-left:8px;margin-right:5px;opacity:0.8;}}/*!sc*/ .eCmGLB .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){.eCmGLB .header__nav-top__secondary-logos{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;}}/*!sc*/ @media (min-width:768px){.eCmGLB .header__nav-top__secondary-logos{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;}}/*!sc*/ @media (min-width:1024px){.eCmGLB .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*/ .eCmGLB .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*/ .eCmGLB .header__nav-top__secondary-logos img{max-height:56px;max-width:none;}/*!sc*/ .eCmGLB .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){.eCmGLB .header__nav-top__sponsor-url-logos--no-sponsor{display:none;}}/*!sc*/ .eCmGLB .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*/ .eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo,.eCmGLB .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*/ .eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo a,.eCmGLB .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*/ .eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo img,.eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo a{height:56px;}/*!sc*/ .eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__url-logo img{height:30px;}/*!sc*/ .eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo--with-sponsor,.eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__url-logo--with-sponsor,.eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__sponsor-logo--with-tagline,.eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__url-logo--with-tagline{display:none;}/*!sc*/ @media (min-width:1024px){.eCmGLB .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){.eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__url-logo{height:30px;}.eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__url-logo img{min-height:30px;height:auto !important;}.eCmGLB .header__nav-top__sponsor-url-logos .header__nav-top__tagline img{width:100%;}}/*!sc*/ .eCmGLB .header__nav-top__tagline{margin-right:auto;display:none;}/*!sc*/ .eCmGLB .header__nav-top__tagline--no-sponsor{margin-right:0;}/*!sc*/ .eCmGLB .header__nav-top__tagline img{max-width:100%;}/*!sc*/ @media (min-width:768px){.eCmGLB .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){.eCmGLB .header__nav-top__tagline--no-sponsor{margin-right:auto;}}/*!sc*/ data-styled.g104[id="styles__StyledNavTop-sc-ea163b63-0"]{content:"eCmGLB,"}/*!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*/ .eQfJaU{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){.eQfJaU{font-size:14px;}}/*!sc*/ .eQfJaU *{box-sizing:border-box;}/*!sc*/ .eQfJaU a:focus,.eQfJaU button:focus,.eQfJaU [class*='__nav']:focus{outline:1px dotted #fff;}/*!sc*/ .eQfJaU ul{margin:0;padding:0;}/*!sc*/ .eQfJaU li{list-style-type:none;}/*!sc*/ .eQfJaU .icon{display:inline-block;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;line-height:20px;}/*!sc*/ .eQfJaU .icon-globe{margin-left:32px;}/*!sc*/ .eQfJaU .styles__StyledNavTop-sc-ea163b63-0{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:112px;}/*!sc*/ .eQfJaU .styles__StyledNavTop-sc-ea163b63-0 .header__nav-top__tagline img{height:45px;max-width:512px;line-height:45px;}/*!sc*/ @media (min-width:1024px){.eQfJaU .styles__StyledNavTop-sc-ea163b63-0{background-image:linear-gradient( #031F40 50%,#031F40 50% );}.eQfJaU .styles__StyledLoginMenu-sc-9117e573-0{top:calc(112px - 4px);}}/*!sc*/ @media (min-width:1024px){.eQfJaU .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;}.eQfJaU .styles__StyledNavTopContainer-sc-ea163b63-1 .styles__StyledSubNavItem-sc-b36a60d4-0,.eQfJaU .styles__StyledNavTopContainer-sc-ea163b63-1 .header__subnav__group-title{padding:11px 8px;white-space:nowrap;}.eQfJaU .styles__StyledNavTopContainer-sc-ea163b63-1 .header__subnav__item:not(.header__subnav--teams__team),.eQfJaU .styles__StyledNavTopContainer-sc-ea163b63-1 .header__subnav__group-title{display:block;}.eQfJaU .styles__StyledNavTopContainer-sc-ea163b63-1 .header__subnav__group-title{background-color:#ffffff;}.eQfJaU .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:"eQfJaU,"}/*!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">.cciqND{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){.cciqND{margin-right:1rem;}}/*!sc*/ .cciqND a:focus{outline:2px solid #fff;}/*!sc*/ .cciqND > ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .cciqND > ul li{height:60px;list-style-type:none;}/*!sc*/ .cciqND .site-footer__mlb-logo{margin-right:0.5rem;}/*!sc*/ .cciqND .site-footer__mlb-logo a{display:block;}/*!sc*/ .cciqND .site-footer__mlb-logo .mlb-logo{width:75px;max-width:75px;max-height:38px;height:38px;}/*!sc*/ @media (max-width:568px){.cciqND .site-footer__mlb-logo .mlb-logo{width:105px;}}/*!sc*/ .cciqND .site-footer__bgca-logo a{display:block;}/*!sc*/ .cciqND .site-footer__bgca-logo img{width:208px;height:auto;}/*!sc*/ @media (max-width:568px){.cciqND .site-footer__bgca-logo img{width:170px;}}/*!sc*/ data-styled.g115[id="styles__StyledSponsor-sc-ac4b9e5d-0"]{content:"cciqND,"}/*!sc*/ .civMhc{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*/ .civMhc 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*/ .civMhc ul.site-footer__team-links li{padding-right:1rem;}/*!sc*/ .civMhc ul.site-footer__team-links li a{font-size:0.87336245rem;color:#999;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .civMhc ul.site-footer__team-links li a:hover{color:#fff;}/*!sc*/ .civMhc ul.site-footer__team-links li a:focus{outline:2px solid #fff;}/*!sc*/ .civMhc ul.site-footer__team-links li a:active{color:#fff;}/*!sc*/ data-styled.g116[id="styles__StyledClubStrip-sc-c2cd316b-0"]{content:"civMhc,"}/*!sc*/ .Aihrh{margin-right:1rem;}/*!sc*/ .Aihrh .site-footer__microsite-logo,.Aihrh .site-footer__team-url-logo{width:205px;height:100%;}/*!sc*/ .Aihrh a{display:block;}/*!sc*/ .Aihrh a:focus{outline:2px solid #fff;}/*!sc*/ data-styled.g117[id="styles__StyledTeamLogo-sc-c2cd316b-1"]{content:"Aihrh,"}/*!sc*/ .eFgfHo{background-color:#000000;position:relative;-webkit-font-smoothing:antialiased;z-index:1;}/*!sc*/ .eFgfHo ul{margin:0;list-style:none;padding:0;}/*!sc*/ .eFgfHo select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}/*!sc*/ .eFgfHo .site-footer__frame{padding:2rem 0 1rem;border-top:1px solid #000000;background-color:#000000;}/*!sc*/ .eFgfHo .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*/ .eFgfHo[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:"eFgfHo,"}/*!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="club-schedule_index" class="lang-en team-142" 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":142,"contentfulProps":{"properties":{"headerPrimaryLogo":{"description":null,"url":"https://images.ctfassets.net/iiozhi00a8lc/t142_header_primaryMN_TC_19_blue_svg/c0f95eb9469a7d98b24498395d4f4dc9/MIN23_Dark_Active.svg"},"urlLogo":{"url":"https://images.ctfassets.net/iiozhi00a8lc/t142_url_logotwins_url_svg/a6572538a456c0b487e3cf2a26d88396/twins-url-logo-2023.svg"},"headerMastheadTagline":{"url":"https://images.ctfassets.net/iiozhi00a8lc/t142_header_masthead_taglineAL_Central_Champs_2019_updated_svg/489753abbedb34cf0063205cc7dc7ace/MINNESOTA-TWINS-2023-adjusted.svg"},"headerMastheadTaglineContainerHeight":"45px","headerMastheadTaglineContainerWidth":"512px"},"palette":{"headerMastheadBackgroundColor":"#031F40","headerNavigationBackgroundColor":"#031F40","headerNavigationBorderColor":"#FEF8EC","headerNavigationTextColor":"#ffffff","headerNavigationTextColorHover":"#333333","buttonSpotlightBackgroundColor":"#333333","buttonSpotlightBackgroundColorHover":"lighten","buttonSpotlightTextColor":"#ffffff","buttonSpotlightTextColorHover":"#ffffff","footerTitleColor":"#fff","footerTextColor":"#d2d2d2","footerBackgroundColor":"#000000","footerBorderColor":"#e2e2e2","footerLinkColor":"#999","footerLinkColorHover":"#fff","footerLinkColorActive":"#fff"},"teamNameDisplay":"Minnesota Twins"},"deviceProperties":{"headerPrimaryLogo":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t142_header_primaryMN_TC_19_blue_svg/c0f95eb9469a7d98b24498395d4f4dc9/MIN23_Dark_Active.svg","description":null,"__typename":"Asset","type":"binaryAsset"},"headerMastheadTagline":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t142_header_masthead_taglineAL_Central_Champs_2019_updated_svg/489753abbedb34cf0063205cc7dc7ace/MINNESOTA-TWINS-2023-adjusted.svg","__typename":"Asset","type":"binaryAsset"},"headerMastheadTaglineContainerHeight":{"binaryFile":"","type":"binaryAsset"},"headerMastheadTaglineContainerWidth":{"binaryFile":"","type":"binaryAsset"},"navigationMastheadSponsorImage":{"binaryFile":"","type":"binaryAsset"},"urlLogo":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t142_url_logotwins_url_svg/a6572538a456c0b487e3cf2a26d88396/twins-url-logo-2023.svg","__typename":"Asset","type":"binaryAsset"},"organismHeadlineFont":{"binaryFile":"","type":"binaryAsset"},"favicon":{"title":"favicon","type":"shortContent","image":{"cuts":{"256x256":{"width":"256","height":"256","src":"https://images.ctfassets.net/iiozhi00a8lc/t142_favicon142_x4efe9mu_x1izlwtj_png/c2f4c0cd393152db47da57645e2d4eac/min-favicon-2023.png","at2x":"https://images.ctfassets.net/iiozhi00a8lc/t142_favicon142_x4efe9mu_x1izlwtj_png/c2f4c0cd393152db47da57645e2d4eac/min-favicon-2023.png","at3x":"https://images.ctfassets.net/iiozhi00a8lc/t142_favicon142_x4efe9mu_x1izlwtj_png/c2f4c0cd393152db47da57645e2d4eac/min-favicon-2023.png"}}}},"__typename":{"binaryFile":"","type":"binaryAsset"},"siteConfig":{"articleVideoAutoPlay":true,"articleVideoAutoPlaySound":false,"__typename":"WebProperties"},"t142_bodyBackgroundSkin1":{"type":"shortContent","title":"t142_bodyBackgroundSkin1","pageContainerBackgroundColor":"#e2e2e2","image":{"title":"t142bodyBackgroundSkin1","cuts":{"1680x900":{"title":"t142_bodyBackgroundSkin1","width":1680,"height":900,"src":"https://images.ctfassets.net/iiozhi00a8lc/t142_bodyBackgroundSkin1_jpg/b0696c42d6dced88d5449d915e117bb5/min-skin-2023.png","__typename":"Asset"}}}},"bodyBackgroundSkinTotal":1,"style":{"bodyBackgroundColor":"#E20E32","t142-base-palette":{"paletteName":"t142-base-palette","pageContainerBorderColor":"#ececec","headerMastheadBackgroundColor":"#031F40","headerMastheadTextColor":"#ffffff","headerNavigationBackgroundColor":"#031F40","headerNavigationBorderColor":"#FEF8EC","headerNavigationTextColorHover":"#333333","headerNavigationTextColor":"#ffffff","footerTitleColor":"#fff","footerTextColor":"#d2d2d2","footerBackgroundColor":"#000000","footerBorderColor":"#e2e2e2","footerLinkColor":"#999","footerLinkColorHover":"#fff","footerLinkColorActive":"#fff","buttonPrimaryBackgroundColor":"#E20E32","buttonPrimaryBackgroundColorHover":"lighten","buttonPrimaryTextColor":"#ffffff","buttonPrimaryTextColorHover":"#ffffff","buttonSpotlightBackgroundColor":"#333333","buttonSpotlightBackgroundColorHover":"lighten","buttonSpotlightTextColor":"#ffffff","buttonSpotlightTextColorHover":"#ffffff","tableHeaderBackgroundColor":"#E20E32","tableRowBackgroundColor":"#ffffff","tableTextColor":"#333333","organismSectionTitleColor":"#031F40","organismTitleColor":"#333333","organismTextColor":"#333333","organismTagBackgroundColor":"#E20E32","organismTagTextColor":"#ffffff","organismBackgroundColor":"#ffffff","organismBorderColor":"#ececec","organismLinkColor":"#333333","organismLinkColorHover":"#E20E32","organismLinkTextDecoration":"none","organismLinkColorActive":"#031F40","organismScrimTitleColor":"#ffffff","organismScrimTextColor":"#ffffff","organismScrimTagColor":"#ffffff","organismScrimBackgroundColor":"#E20E32","organismScrimBackgroundColorHover":"lighten","organismScrimBorderColor":"#ececec","organismScrimLinkColor":"#ececec","organismScrimLinkColorHover":"#E20E32","organismContentHeadingSecondaryBorderColor":"#031F40","organismContentHeadingPrimaryBorderColor":"#E20E32","organismSidekickBackgroundColor":"#333333","organismJumbotronTitleColor":"#333333","__typename":"Palette","pageContainerBackgroundColor":"#e2e2e2"},"organismLogoVersion":"primary","organismLogoStyle":"light","headerMastheadLogoVersion":"cap","headerMastheadLogoStyle":"dark","footerLogoVersion":"primary","footerLogoStyle":"dark","palette":"t142-base-palette","headlineTextTransform":"none","headlineFontFamily":null,"headlineFontFamilySizeMultiplier":1,"__typename":"WebProperties","headerMastheadLogoContainer":{"left":"0px","top":"8px","height":"46px"},"headerMastheadTaglineContainer":{"height":"45px","width":"512px","top":"0px","left":"0px"}},"teamNameDisplay":"Minnesota Twins"},"headerData":{"instanceId":"dc0e9093-5bb0-48b5-a3ac-0cd242ff8b00","name":"global-nav","variables":[],"menuItems":[{"itemId":"tickets","text":"Tickets","properties":{"link":"/tickets","customProperties":"mobile:true;"},"menuItems":[{"itemId":"0e1ade3a-951c-42f6-b14c-514787f8e6ef","text":"Single Game Tickets","properties":{"link":"/tickets/single-game-tickets","visible":"true"},"menuItems":[]},{"itemId":"632d6e7b-c49c-4c50-85dc-ee138517c584","text":"Suite Special","properties":{"link":"/tickets/group-tickets/suites/special","visible":"false"},"menuItems":[]},{"itemId":"cc3a3de3-d9f8-43f2-9e21-9b238b8d5a68","text":"Twins Pass","properties":{"link":"/tickets/specials/twins-pass","visible":"true"},"menuItems":[]},{"itemId":"fa2fe7b4-c9d8-4500-b52a-092b11666abc","text":"Holiday Ticket Pack Offer","properties":{"link":"https://minnesotatwins.turnstyle.fan/2025-holidaypack","visible":"true","customProperties":"expires:1735019940;"},"menuItems":[]},{"itemId":"5b3dcb66-61f9-4132-952a-c8a9b318a584","text":"MyTwins Membership","properties":{"link":"https://twins.fanportal-mlb.com/members/","target":"_blank"},"menuItems":[]},{"itemId":"2ee748e7-5720-485e-ab83-a2a1cc710c2f","text":"Ticket Finder","properties":{"link":"/tickets/ticket-finder","visible":"true"},"menuItems":[]},{"itemId":"f471bc52-61a4-4278-8367-a40057162514","text":"Playoff Push Plan","properties":{"link":"/tickets/season-tickets/playoff-push-plan","visible":"false"},"menuItems":[]},{"itemId":"767d7420-0840-49e7-ad45-6fec4e4af257","text":"Theme Nights","properties":{"link":"/tickets/specials","visible":"true"},"menuItems":[]},{"itemId":"d2a3a3a9-c27d-46d8-82fa-c673897ba117","text":"Spring Training Tickets","properties":{"link":"/tickets/spring-training","visible":"false","enabled":"false"},"menuItems":[]},{"itemId":"8a441516-d7f1-4c61-be1b-0fe0832b1f90","text":"Group Events","properties":{"link":"/tickets/specials/group-events","visible":"true"},"menuItems":[]},{"itemId":"676d31a2-24e0-4982-94ea-0ac8f1f2a26e","text":"Ticket Specials","properties":{"link":"/tickets/specials/daily-specials","visible":"true"},"menuItems":[]},{"itemId":"e30ba616-0948-4ab2-b334-e9acb693aa9e","text":"Commemorative Tickets","properties":{"link":"/tickets/commemorative-tickets","visible":"false"},"menuItems":[]},{"itemId":"d33259f0-9565-400e-87b2-943ebea871a7","text":"Fan Appreciation Weekend","properties":{"link":"/tickets/promotions/fan-appreciation","visible":"false"},"menuItems":[]},{"itemId":"fd46f75c-99e3-44de-bb67-82284b480fe4","text":"TwinsFest","properties":{"link":"/fans/twinsfest","visible":"false","customProperties":"expires:1737846000;"},"menuItems":[]},{"itemId":"89166958-5f4c-4c61-a941-1db02bb70c63","text":"Season Tickets","properties":{"link":"/tickets/season-tickets","visible":"true"},"menuItems":[]},{"itemId":"2ae365aa-8cae-46d1-822e-175e6a7f591c","text":"Premium Seating","properties":{"link":"/tickets/season-tickets/suites"},"menuItems":[]},{"itemId":"1a311c68-4eb5-4e77-a667-ac8308e37e50","text":"Group and Party Information","properties":{"link":"/tickets/group-tickets","visible":"true"},"menuItems":[]},{"itemId":"d3176ece-966f-4618-a3c5-af030bb795c9","text":"Suites and Hospitality","properties":{"link":"/tickets/group-tickets/suites"},"menuItems":[]},{"itemId":"fdf3d30a-be91-4583-b3d9-bc59ce7b9f2a","text":"Split Season Tickets","properties":{"link":"/tickets/split-season-tickets"},"menuItems":[]},{"itemId":"c44cdde7-7e27-4960-ac88-0aeaa2b8a829","text":"Postponed Game Info","properties":{"link":"/tickets/game-postponement","visible":"false"},"menuItems":[]},{"itemId":"105f016f-3a38-476a-8d7a-170638946388","text":"MyTwins Tickets","properties":{"link":"https://mlb.tickets.com/?orgid=30368&agency=TWNM_MYTIXX"},"menuItems":[]},{"itemId":"15f17f63-41f7-4472-9fc1-aaca2d49a559","text":"Mobile Ticketing","properties":{"link":"/tickets/mobile"},"menuItems":[]},{"itemId":"e19e770a-9b0f-4362-902f-644b3fd29b00","text":"Concerts at Target Field","properties":{"link":"/tickets/concerts","visible":"false"},"menuItems":[]},{"itemId":"b3d8ed71-76f8-418a-9929-8a1d322469c2","text":"Postseason Refund Policy","properties":{"link":"/tickets/postseason","visible":"true"},"menuItems":[]},{"itemId":"70753c7d-1c8f-430a-926f-88f70fa0ad88","text":"SeatGeek","properties":{"link":"https://seatgeek.com/minnesota-twins-tickets?aid=15980&pid=integration&rid=1&utm_medium=partnership&utm_source=twins_sponsorship&utm_campaign=integration","target":"_blank","visible":"true"},"menuItems":[]}]},{"itemId":"23638cba-1dd4-4654-8efb-fe8bcea7ef6e","text":"MyTwins Members","properties":{"link":"/tickets/season-tickets/holders","customProperties":"align:right;","visible":"true","icon":"rewards"},"menuItems":[]},{"itemId":"schedule","text":"Schedule","properties":{"link":"/schedule","customProperties":"mobile:true;"},"menuItems":[{"itemId":"b5761c4a-268f-4866-98cd-2aef9161a629","text":"2025 Spring Training Schedule","properties":{"link":"/schedule/2025-02","visible":"false"},"menuItems":[]},{"itemId":"52a2e412-7ae2-4e8d-a060-9253deb6a24f","text":"2025 Regular Season Schedule","properties":{"link":"/schedule/2025-03","enabled":"false","visible":"true"},"menuItems":[]},{"itemId":"9d1fcdec-eb24-415f-bc94-6334f9f0fbad","text":"Printable Schedules","properties":{"link":"/schedule/printable-schedule"},"menuItems":[]},{"itemId":"f9facdb9-8bcf-4136-aa0e-06333214b8ec","text":"Promotions and Giveaways","properties":{"link":"/tickets/promotions","visible":"true"},"menuItems":[]},{"itemId":"a6ffb378-4c93-4a3d-9333-2d0be59a66e4","text":"Sortable Schedule","properties":{"link":"/schedule/list","visible":"false"},"menuItems":[]},{"itemId":"85068c83-7cf7-4641-af24-c7f88c7ddfab","text":"Downloadable Schedule","properties":{"link":"/schedule/downloadable-schedule"},"menuItems":[]},{"itemId":"39774f43-fb94-40fa-83cf-4683c7a2e113","text":"Broadcast Schedule","properties":{"link":"/schedule/list","visible":"false"},"menuItems":[]},{"itemId":"83df63b2-acf8-4583-a5b8-f68f8f88455d","text":"Broadcast FAQ","properties":{"link":"/schedule/broadcast-faq","visible":"true"},"menuItems":[]},{"itemId":"c84ef8b9-4c66-46af-8301-e726ed32ad84","text":"MLB Events","properties":{"link":"https://www.mlb.com/events"},"menuItems":[]}]},{"itemId":"roster","text":"Roster","properties":{"link":"/roster"},"menuItems":[{"itemId":"a3ca70f6-2968-45a8-a833-8f5df8c68cc0","text":"40 Man Roster","properties":{"link":"/roster/40-man","visible":"true"},"menuItems":[]},{"itemId":"7f8388c4-7c82-45e5-bfc4-c5ab1662de75","text":"Non-Roster Invitees - HIDDEN","properties":{"link":"/roster/nri","visible":"false"},"menuItems":[]},{"itemId":"70ed51e9-7f1e-4562-af2b-47b28e99b7fc","text":"Depth Chart","properties":{"link":"/roster/depth-chart","visible":"true"},"menuItems":[]},{"itemId":"cb536727-c804-4525-86b1-bf113805cbce","text":"Coaches","properties":{"link":"/roster/coaches"},"menuItems":[]},{"itemId":"521ee8a0-804d-4c63-975a-b27ef0a220ac","text":"Top 30 Prospects","properties":{"link":"https://www.mlb.com/prospects/twins/"},"menuItems":[]},{"itemId":"a215cd9a-885d-4c6d-a515-cf5ecc3ab0f0","text":"Transactions","properties":{"link":"/roster/transactions","visible":"true"},"menuItems":[]},{"itemId":"bd1de0c8-b58f-4e18-ac3b-c732370fbf12","text":"Injury Updates","properties":{"link":"/news/topic/twins-injury-report","visible":"true"},"menuItems":[]},{"itemId":"ebfa4ac7-a61f-4a36-bd7d-5128d35b4c16","text":"Draft Results","properties":{"link":"https://www.mlb.com/draft/tracker/all/team/twins","visible":"false"},"menuItems":[]},{"itemId":"6a7017d4-9dcb-468f-9ebb-07138a4a46d6","text":"Front Office","properties":{"link":"/team/front-office"},"menuItems":[]},{"itemId":"0f2e6ed5-d5a3-4b5b-b688-33b1eff935f6","text":"Broadcasters","properties":{"link":"/team/broadcasters"},"menuItems":[]},{"itemId":"4ed03373-d00e-4d28-b82d-ea1f758b40df","text":"Starting Lineups","properties":{"link":"/roster/starting-lineups","visible":"false"},"menuItems":[]},{"itemId":"1825f925-e0f6-475c-a0df-a627138c3795","text":"Minor League Affiliates","properties":{"link":"https://www.milb.com/about/affiliations","visible":"true"},"menuItems":[]}]},{"itemId":"ballpark","text":"Target Field","properties":{"link":"/ballpark","icon":"gameday"},"menuItems":[{"itemId":"40fdaf0f-ae93-44c2-96f3-563a91192744","text":"Internship and Career Fair","properties":{"link":"/tickets/specials/career-and-internship-fair","visible":"false"},"menuItems":[]},{"itemId":"9cfba189-4150-4924-a04b-3e23b501b2cc","text":"Mobile Ordering","properties":{"link":"/ballpark/mobile-ordering","visible":"false"},"menuItems":[]},{"itemId":"71da9578-e7cf-4a9e-89c3-3eae736ea5d2","text":"Twins Pay","properties":{"link":"/ballpark/twins-pay","visible":"false"},"menuItems":[]},{"itemId":"d0adee5d-739d-4468-8f23-ce4f2be96214","text":"Entry Policies","properties":{"link":"/fans/infographics/entry-policies","visible":"false"},"menuItems":[]},{"itemId":"b375449c-d1d0-430a-998b-d8a8416421fc","text":"Reference Guide","properties":{"link":"/ballpark/information/guide"},"menuItems":[]},{"itemId":"7b854dc2-8ffb-40f7-a14c-9b693c0dd26c","text":"Accessibility Guide","properties":{"link":"/ballpark/disability-access-guide"},"menuItems":[]},{"itemId":"0da139d5-0c72-4be2-92cb-df5535ce8a09","text":"CLEAR at Target Field","properties":{"link":"/ballpark/clear","visible":"false"},"menuItems":[]},{"itemId":"047c6447-3e73-4984-b707-313235e4d5b6","text":"Target Field Seating Map","properties":{"link":"/ballpark/seat-map"},"menuItems":[]},{"itemId":"72d20d33-3c91-4e32-9e38-5fc01338c7b2","text":"Target Field 3D Seating Map","properties":{"link":"/ballpark/seat-map/3d"},"menuItems":[]},{"itemId":"31f63f31-ef36-4c4a-815e-c13570893819","text":"Taste of Twins Territory","properties":{"link":"/ballpark/taste-of-twins-territory"},"menuItems":[]},{"itemId":"7597d487-0c33-4373-a177-ec1b35fe6c1c","text":"Bars and Restaurants","properties":{"link":"/ballpark/bars-and-restaurants"},"menuItems":[]},{"itemId":"e078f6de-1802-4203-9202-4f3c7c41457f","text":"Twins Team Stores","properties":{"link":"/ballpark/team-stores"},"menuItems":[]},{"itemId":"81b0bffc-58c4-47e6-a39c-4029ecaf451a","text":"Ground Rules","properties":{"link":"/ballpark/ground-rules"},"menuItems":[]},{"itemId":"e5e36bc6-1aad-4d2b-add9-6a91640d9f79","text":"Target Field Tours","properties":{"link":"/ballpark/tours","visible":"true"},"menuItems":[]},{"itemId":"8d993ab0-cb1e-44a2-b3ee-06569e3460ba","text":"Target Field Events","properties":{"link":"/target-field-events"},"menuItems":[]},{"itemId":"07d5d197-c6fc-4251-89ff-a97760b6e325","text":"Lost and Found","properties":{"link":"/ballpark/lost-and-found","visible":"true"},"menuItems":[]}]},{"itemId":"scores","text":"Scores","properties":{"link":"/scores","customProperties":"mobile:true;"},"menuItems":[]},{"itemId":"standings","text":"Standings","properties":{"link":"/standings","visible":"false"},"menuItems":[]},{"itemId":"stats","text":"Stats","properties":{"link":"/stats","customProperties":"mobile:true;"},"menuItems":[{"itemId":"0456a941-8ab7-47ff-8149-d25d355ecbb6","text":"Team Stats","properties":{"link":"/stats/team"},"menuItems":[]},{"itemId":"549195b6-49a6-4fbe-81a7-b86ac2375d08","text":"Top Prospect Stats","properties":{"link":"https://www.mlb.com/prospects/stats?teamId=142"},"menuItems":[]},{"itemId":"4860d3c7-5f1a-4148-b31a-67107570e96c","text":"Affiliate Stats","properties":{"link":"https://www.mlb.com/prospects/stats/affiliates?teamId=142"},"menuItems":[]},{"itemId":"e5d3234a-36cb-475f-9633-f6e4d09f04ea","text":"Baseball Savant","properties":{"link":"https://baseballsavant.mlb.com/team/142"},"menuItems":[]},{"itemId":"ff817146-a4d1-4d35-9ad4-65e5fce2d573","text":"Top Rookies Stats","properties":{"link":"https://www.mlb.com/twins/stats/american-league?playerPool=ROOKIES"},"menuItems":[]}]},{"itemId":"video","text":"Video","properties":{"link":"/video","visible":"true"},"menuItems":[{"itemId":"f36574dd-8a52-4db3-b5ec-042733912cd2","text":"Twins Videos","properties":{"link":"/video/topic/twins-videos"},"menuItems":[]},{"itemId":"8ee7e1b2-e4ac-4d86-bceb-50b8fd8271b1","text":"Twins Community","properties":{"link":"/video/topic/twins-community"},"menuItems":[]},{"itemId":"0851a9d4-5ce3-412e-999a-c032a854ad48","text":"Twins Reviews","properties":{"link":"/video/topic/twins-reviews"},"menuItems":[]},{"itemId":"83404f9e-2159-4cd7-9745-97063bc96565","text":"Twins Cut4","properties":{"link":"/video/topic/twins-cut4"},"menuItems":[]},{"itemId":"515a9bf8-6ec3-4a1f-b8b1-c104fad1b8bd","text":"Most Popular","properties":{"link":"https://www.mlb.com/twins/video/topic/t142-default-vtp"},"menuItems":[]},{"itemId":"e43e0b0e-9119-4224-91c3-231e27b84011","text":"The Diamond","properties":{"link":"/video/topic/the-diamond"},"menuItems":[]},{"itemId":"0245a9b1-35ce-4c7d-b2c0-843742e4453c","text":"Twins Game Recap","properties":{"link":"/video/topic/twins-game-recap"},"menuItems":[]},{"itemId":"c2f13b10-6973-43fc-af05-406cfd92455f","text":"Twins Curtain Calls","properties":{"link":"/video/topic/twins-curtain-calls","visible":"true"},"menuItems":[]},{"itemId":"dc7eca9b-be1b-4be7-a188-53c9513811bb","text":"MLB Network","properties":{"link":"https://www.mlb.com/network"},"menuItems":[]}]},{"itemId":"news","text":"News","properties":{"link":"/news"},"menuItems":[{"itemId":"507cf6bf-3ab6-49cc-abeb-aaeed510cc92","text":"Official Releases","properties":{"link":"/news/topic/twins-press-releases","visible":"true"},"menuItems":[]},{"itemId":"4f3840db-d932-4551-bb28-fef0abea430d","text":"Probable Pitchers","properties":{"link":"/roster/probable-pitchers","visible":"true"},"menuItems":[]},{"itemId":"d1106e43-23eb-4b41-83ec-12b1d622d3f1","text":"Twins Pipeline","properties":{"link":"/news/topic/twins-pipeline-coverage","visible":"true"},"menuItems":[]},{"itemId":"fef7975d-bf41-4fad-b93a-667c2f570145","text":"Photo Stream","properties":{"link":"/team/photos","visible":"true"},"menuItems":[]},{"itemId":"2d7d03ed-fa8d-40a8-8b30-0da68018fb3d","text":"RSS News Feed","properties":{"link":"/feeds/news/rss.xml","visible":"true"},"menuItems":[]},{"itemId":"5b396dac-7859-4180-b99a-e77e5c528175","text":"Twins History","properties":{"link":"/history","visible":"true"},"menuItems":[]},{"itemId":"a26a4c3a-49b2-455b-a9d9-8779f9d5a761","text":"Twins History Feature Stories","properties":{"link":"/news/topic/twins-history-trivia","visible":"true"},"menuItems":[]},{"itemId":"efe7179f-3850-469b-9ab7-8fbe0386abba","text":"MLB News","properties":{"link":"https://www.mlb.com/news","visible":"true"},"menuItems":[]}]},{"itemId":"community","text":"Community","properties":{"link":"/community","icon":"globe"},"menuItems":[{"itemId":"27458956-6918-4327-8fb8-38b0cbbbde16","text":"Twins Community Fund","properties":{"link":"/community/fund"},"menuItems":[]},{"itemId":"69896169-a121-4202-9650-a9545407435a","text":"Empowering Youth","properties":{"link":"/community","visible":"true"},"menuItems":[]},{"itemId":"92e0ee90-9a78-4851-8d03-0ac1847f542c","text":"Fostering Belonging","properties":{"link":"/community/fostering-belonging","visible":"true"},"menuItems":[]},{"itemId":"8997ada6-30b4-4604-a11e-1cb933ec91f9","text":"Nurturing the Planet","properties":{"link":"/community/nurturing-the-planet","visible":"true"},"menuItems":[]},{"itemId":"3d97055f-7272-4353-963d-0065f916c2f3","text":"Education: Learning Through Baseball","properties":{"link":"/community/education","visible":"false"},"menuItems":[]},{"itemId":"7edb71c2-8623-4e46-b6ae-2ae1847cd8df","text":"Fundraising at Target Field","properties":{"link":"/community/fundraising","visible":"false"},"menuItems":[]},{"itemId":"7487d521-6d69-460b-bc1a-0d79b1fae35e","text":"T.C. Bear","properties":{"link":"/community/mascot","visible":"false"},"menuItems":[]},{"itemId":"dfea2977-1639-4b18-990e-1806608d216c","text":"Military Support","properties":{"link":"/community/military-support","visible":"false"},"menuItems":[]},{"itemId":"6f60c6a6-78d0-40e2-b166-1bf5d33aa383","text":"MLB Together","properties":{"link":"https://www.mlb.com/mlb-together","visible":"true"},"menuItems":[]}]},{"itemId":"fans","text":"Fans","properties":{"link":"/fans"},"menuItems":[{"itemId":"51d5296d-c76d-46ea-9a43-a30291ba08ac","text":"Gift Guide","properties":{"link":"/fans/gift-guide","visible":"false"},"menuItems":[]},{"itemId":"68599990-5122-4ee3-8b88-faf4f39c6922","text":"Twins at the State Fair","properties":{"link":"/community/state-fair","visible":"false"},"menuItems":[]},{"itemId":"ddd4ffac-5ef3-4b5f-951e-e69e88707f27","text":"T.C. Sluggers Kids Club","properties":{"link":"/fans/kids/tc-sluggers-kids-club","visible":"false"},"menuItems":[]},{"itemId":"970ec890-4023-49e5-b244-80ba29339109","text":"Sweepstakes","properties":{"link":"/fans/sweepstakes","visible":"false"},"menuItems":[]},{"itemId":"db15dd10-3e74-44a1-a6e3-1c773980656d","text":"Sing the National Anthem","properties":{"link":"/fans/national-anthem","visible":"true"},"menuItems":[]},{"itemId":"d144fc89-b777-4627-8721-2482d3d5ace3","text":"TwinsFest","properties":{"link":"/fans/twinsfest","visible":"true","customProperties":"expires:1706396400;"},"menuItems":[]},{"itemId":"f48f9858-1f97-4827-bcd0-86308a29453a","text":"Gift Cards","properties":{"link":"/tickets/gift-cards","visible":"true"},"menuItems":[]},{"itemId":"c03885cd-443f-49d0-a38d-8b9f2a2c7c4b","text":"Twins Authentics","properties":{"link":"/fans/twins-authentics","visible":"true"},"menuItems":[]},{"itemId":"86637553-c56e-4f4d-a925-04f0848d2c07","text":"Scoreboard Messages","properties":{"link":"/fans/scoreboard-messages","visible":"false"},"menuItems":[]},{"itemId":"d12dfb39-d588-4509-9da6-e0b8919ee269","text":"Twins Hall of Fame Ballot","properties":{"link":"/fans/twins-hall-of-fame-ballot","visible":"false"},"menuItems":[]},{"itemId":"abdb843a-6b1b-46c2-9752-491176f01c53","text":"Special License Plates","properties":{"link":"/community/fund/license-plates","visible":"false"},"menuItems":[]},{"itemId":"dea0728b-9a75-4a71-900b-840846b91063","text":"Twins Kids Activities","properties":{"link":"/fans/kids"},"menuItems":[]},{"itemId":"1d87b202-3f4a-43e4-82cc-2d548ce663a8","text":"Twins Fan Pack","properties":{"link":"/fans/fan-pack","visible":"false"},"menuItems":[]},{"itemId":"64c1794a-3331-49a0-bb0c-51977dd6c332","text":"Player Appearances","properties":{"link":"/community/player-appearances","visible":"false"},"menuItems":[]},{"itemId":"881db073-6c85-4f4a-9080-ef66e1835675","text":"Twins Wallpapers","properties":{"link":"/fans/wallpapers","visible":"false"},"menuItems":[]},{"itemId":"e4397899-a2ee-4cf3-9fab-cefe8b0148c1","text":"Twins Radio Shows","properties":{"link":"/fans/radio-shows","visible":"false"},"menuItems":[]},{"itemId":"957698ab-0fce-4655-b8d9-3ae8b2049d40","text":"Twins Infographics","properties":{"link":"/fans/infographics","visible":"false"},"menuItems":[]},{"itemId":"aeb6547f-1711-4fc4-859f-e62171dfa8b5","text":"Twins Magazine","properties":{"link":"/fans/magazine","visible":"true"},"menuItems":[]},{"itemId":"568cb51b-d7d0-4995-8368-4d000f23225a","text":"2024 Yearbook","properties":{"link":"/fans/yearbook","visible":"true"},"menuItems":[]},{"itemId":"68caacbf-0abd-4331-8c87-bb7f734a712b","text":"Twins Podcasts","properties":{"link":"/fans/podcasts","visible":"false"},"menuItems":[]},{"itemId":"8b83ec03-b6bd-4056-8956-8e171b5e1168","text":"Twins Tasty Truck","properties":{"link":"/fans/tasty-truck","visible":"false"},"menuItems":[]},{"itemId":"c0e81b67-9e55-42d0-881f-6b0670f0849c","text":"Email Newsletters","properties":{"link":"/fans/newsletters"},"menuItems":[]},{"itemId":"700e2ebb-8bcd-4f82-abbe-5733ace04894","text":"Social Media Clubhouse","properties":{"link":"/social","visible":"false"},"menuItems":[]},{"itemId":"4ccc03c1-0960-4098-851c-91f9920fedb8","text":"Walk-up Music","properties":{"link":"/ballpark/music","visible":"false"},"menuItems":[]},{"itemId":"698dd464-6458-467b-8e48-8c86a2f26b1f","text":"Twins Podcasts","properties":{"link":"/fans/podcasts","visible":"false"},"menuItems":[]},{"itemId":"477fd6ee-86f0-4e5c-a57a-6b1f03814b79","text":"Treasure Island Baseball Network","properties":{"link":"/fans/treasure-island-baseball-network","visible":"true","enabled":"false"},"menuItems":[]}]},{"itemId":"apps","text":"Apps","properties":{"link":"/apps","customProperties":"","data":"Apps"},"menuItems":[]},{"itemId":"5fc6d489-3edf-43a4-aaba-78bd79cf44bb","text":"Vote","properties":{"link":"https://www.mlb.com/all-star/ballot?affiliateId=asb-topnav-club-2024","customProperties":"appears:1717603200;expires:1720022400;","visible":"false"},"menuItems":[]},{"itemId":"326c12b4-4385-4c80-8199-9e8fafd4d0d3","text":"Twins.TV","properties":{"link":"https://www.mlb.com/live-stream-games/subscribe/twins?affiliateId=clubMENU","customProperties":"align:right;","visible":"true"},"menuItems":[{"itemId":"6fb477f1-9d3c-4df8-9838-2cc2db282dc2","text":"Buy Twins.TV","properties":{"link":"https://www.mlb.com/live-stream-games/subscribe/twins","visible":"true"},"menuItems":[]},{"itemId":"d6107558-6a96-4e99-858a-68d5f7ab12f2","text":"MVPD Auth","properties":{"link":"https://commerce.mlb.com/mvpd-team/twins"},"menuItems":[]},{"itemId":"5988789c-60d5-4990-b2cc-a9f681898c1e","text":"Watch & Listen","properties":{"link":"https://www.mlb.com/live-stream-games?&affiliateId=clubMENU","visible":"true"},"menuItems":[]},{"itemId":"4c336737-9832-4759-8f66-3448d2e5be32","text":"Help Center","properties":{"link":"https://support.mlb.com/","visible":"true"},"menuItems":[]}]},{"itemId":"mlb.tv","text":"Twins.TV","properties":{"link":"/schedule/programming","icon":"watch","customProperties":"align:right;","data":"MLB.TV","visible":"false"},"menuItems":[]},{"itemId":"shop","text":"Shop","properties":{"link":"https://www.mlbshop.com/minnesota-twins/t-14229840+z-9152295-327796734?_s=bm-mlbcom-min","customProperties":"align:right;"},"menuItems":[{"itemId":"d184e075-e9ca-45d6-ae8f-06c008370b46","text":"Jerseys","properties":{"link":"https://www.mlbshop.com/minnesota-twins/jerseys/t-36881084+d-6783552370+z-90-1332723237?_s=bm-mlbcom-min"},"menuItems":[]},{"itemId":"d8111d8d-d0c1-4d9b-a5fe-dab29c17e71a","text":"Caps","properties":{"link":"https://www.mlbshop.com/minnesota-twins/caps/t-58119817+d-5638112270+z-8-1471072753?_s=bm-mlbcom-min"},"menuItems":[]},{"itemId":"b2bdefa6-80dd-4ba5-b50c-76e6a7236aaa","text":"Men's","properties":{"link":"https://www.mlbshop.com/minnesota-twins/men/t-36775495+ga-34+z-911578-1897218591?_s=bm-mlbcom-min"},"menuItems":[]},{"itemId":"ac640b1d-16d9-4c55-aa19-8dbcdc798285","text":"Women's","properties":{"link":"https://www.mlbshop.com/minnesota-twins/women/t-14776540+ga-79+z-922104-648388001?_s=bm-mlbcom-min"},"menuItems":[]},{"itemId":"998d7d7b-a3fe-4535-a4fd-a86eee9688ae","text":"Kids","properties":{"link":"https://www.mlbshop.com/minnesota-twins/kids/t-36778740+ga-81+z-86591-2507964580?_s=bm-mlbcom-min"},"menuItems":[]},{"itemId":"b0c681db-c326-4d4c-929a-2d4c5861129e","text":"Big & Tall","properties":{"link":"https://www.mlbshop.com/minnesota-twins/big-and-tall/t-36445473+es-35+z-956628-4029279251?_s=bm-mlbcom-min"},"menuItems":[]},{"itemId":"1a607c7f-b9ed-4f97-b0ab-597cbf6851f2","text":"Trading Cards","properties":{"link":"https://www.mlbshop.com/trading-cards/d-4507487451+z-952513-2008381280?_s=bm-mlb.com-ShopButton-2024-TradingCards-min"},"menuItems":[]},{"itemId":"74168909-8f3b-424e-bcb5-06fb5ca82a0d","text":"Collectibles & Memorabilia","properties":{"link":"https://www.mlbshop.com/minnesota-twins/collectibles-and-memorabilia/t-14442106+d-1261887727+z-8-1280083950?_s=bm-mlbcom-min"},"menuItems":[]},{"itemId":"b67cad2b-651b-4573-88d8-eda252c19523","text":"Home & Office","properties":{"link":"https://www.mlbshop.com/minnesota-twins/home-and-office/t-25226584+d-6794557822+z-8-13993954?_s=bm-mlbcom-min"},"menuItems":[]},{"itemId":"d749a17f-49ff-41c8-bcd3-1a4fa134a2ca","text":"Clearance","properties":{"link":"https://www.mlbshop.com/minnesota-twins/t-14229840+z-9152295-327796734?os=1&_s=bm-mlbcom-min"},"menuItems":[]},{"itemId":"c00caab9-9d30-4971-89ac-49829471f58b","text":"European Shop","properties":{"link":"http://www.mlbshopeurope.com/stores/mlb/en/c/shop-by-team/american-league/minnesota-twins?portal=W287DB56&CMP=PSC-W287DB56"},"menuItems":[]},{"itemId":"d7ca9f2e-9cf2-4407-812f-7a9333bfebf8","text":"Gift Certificates","properties":{"link":"https://www.mlbshop.com/gift-cards/x-462351+z-94899005-3509039474?_s=bm-mlbcom-min"},"menuItems":[]},{"itemId":"2ba3724d-7f41-491b-ad91-766a6cf11239","text":"Twins Authentic Shop","properties":{"link":"https://www.mlbshop.com/minnesota-twins/authentication-program/t-58447617+c-4588025390+z-8-2700949655","visible":"true"},"menuItems":[]},{"itemId":"43460e76-8a02-4565-a7da-a513078d83d4","text":"Twins Auctions - Bid or Buy","properties":{"link":"https://twins.auctions.mlb.com/?_gl=1*12om2b7*_gcl_aw*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..*_gcl_dc*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..&utm_source=Nav+Auction+Tray+MIN&utm_medium=Club.com+Shop+Nav&utm_campaign=Club.com+permanent+Navigation","visible":"true"},"menuItems":[]},{"itemId":"3652f678-ece1-4fac-b3ee-ca07a9c4fab1","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+MIN&utm_medium=Club.com+Shop+Nav+MLB&utm_campaign=Club.com+permanent+Navigation","visible":"true"},"menuItems":[]},{"itemId":"f8e23970-6188-419d-a021-61933b05d951","text":"MLB Authentication","properties":{"link":"https://www.mlb.com/official-information/authentication"},"menuItems":[]},{"itemId":"eb450eee-d014-49fe-ba15-696398e1c731","text":"Team Store Locations","properties":{"link":"/ballpark/team-stores"},"menuItems":[]}]},{"itemId":"f4804cb6-cf24-4517-9c52-ae06b2772e77","text":"Teams","properties":{"link":"https://www.mlb.com/team","customProperties":"module:teammodule;align:right;"},"menuItems":[{"itemId":"4edf33e7-343b-44cf-9b72-430c03c932fb","text":"Team Module","properties":{"customProperties":"module:teammodule;"},"menuItems":[]}]},{"itemId":"73503e1b-58ae-4b2f-88ae-486e9075e30f","text":"Espa帽ol","properties":{"link":"https://www.mlb.com/es/twins","customProperties":"align:right;"},"menuItems":[]}]},"locale":"en","reqPath":"/schedule","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":"twins","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 eQfJaU 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 eCmGLB 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--142" data-testid="header-logo"><a class="logo__link" href="/twins/" target="_parent" data-testid="header-nav-top-logo-link"><img src="https://images.ctfassets.net/iiozhi00a8lc/t142_header_primaryMN_TC_19_blue_svg/c0f95eb9469a7d98b24498395d4f4dc9/MIN23_Dark_Active.svg" alt="Minnesota Twins"/></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--142" role="presentation" data-testid="tagline-logo"><img src="https://images.ctfassets.net/iiozhi00a8lc/t142_header_masthead_taglineAL_Central_Champs_2019_updated_svg/489753abbedb34cf0063205cc7dc7ace/MINNESOTA-TWINS-2023-adjusted.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="/twins/" target="_parent" data-testid="header-nav-top-logo-link"><img src="https://images.ctfassets.net/iiozhi00a8lc/t142_url_logotwins_url_svg/a6572538a456c0b487e3cf2a26d88396/twins-url-logo-2023.svg" alt="Minnesota Twins 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 ctiIx 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="/twins/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 jifiao 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 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Single Game Tickets" data-testid="header-subnav-item" href="/twins/tickets/single-game-tickets">Single Game Tickets</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Twins Pass" data-testid="header-subnav-item" href="/twins/tickets/specials/twins-pass">Twins Pass</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="MyTwins Membership" data-testid="header-subnav-item" href="https://twins.fanportal-mlb.com/members/">MyTwins Membership</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Ticket Finder" data-testid="header-subnav-item" href="/twins/tickets/ticket-finder">Ticket Finder</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Theme Nights" data-testid="header-subnav-item" href="/twins/tickets/specials">Theme Nights</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Group Events" data-testid="header-subnav-item" href="/twins/tickets/specials/group-events">Group Events</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Ticket Specials" data-testid="header-subnav-item" href="/twins/tickets/specials/daily-specials">Ticket Specials</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Season Tickets" data-testid="header-subnav-item" href="/twins/tickets/season-tickets">Season Tickets</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Premium Seating" data-testid="header-subnav-item" href="/twins/tickets/season-tickets/suites">Premium Seating</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Group and Party Information" data-testid="header-subnav-item" href="/twins/tickets/group-tickets">Group and Party Information</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Suites and Hospitality" data-testid="header-subnav-item" href="/twins/tickets/group-tickets/suites">Suites and Hospitality</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Split Season Tickets" data-testid="header-subnav-item" href="/twins/tickets/split-season-tickets">Split Season Tickets</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="MyTwins Tickets" data-testid="header-subnav-item" href="https://mlb.tickets.com/?orgid=30368&amp;agency=TWNM_MYTIXX">MyTwins Tickets</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Mobile Ticketing" data-testid="header-subnav-item" href="/twins/tickets/mobile">Mobile Ticketing</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="Postseason Refund Policy" data-testid="header-subnav-item" href="/twins/tickets/postseason">Postseason Refund Policy</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Tickets" data-sub-nav-name="SeatGeek" data-testid="header-subnav-item" href="https://seatgeek.com/minnesota-twins-tickets?aid=15980&amp;pid=integration&amp;rid=1&amp;utm_medium=partnership&amp;utm_source=twins_sponsorship&amp;utm_campaign=integration">SeatGeek</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 ctiIx header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav header__nav-top__nav-item--parent header__nav-top__nav-item--current" 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="/twins/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 jifiao 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"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="2025 Regular Season Schedule" data-testid="header-subnav-item" href="/twins/schedule/2025-03">2025 Regular Season Schedule</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="Printable Schedules" data-testid="header-subnav-item" href="/twins/schedule/printable-schedule">Printable Schedules</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="Promotions and Giveaways" data-testid="header-subnav-item" href="/twins/tickets/promotions">Promotions and Giveaways</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="Downloadable Schedule" data-testid="header-subnav-item" href="/twins/schedule/downloadable-schedule">Downloadable Schedule</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Schedule" data-sub-nav-name="Broadcast FAQ" data-testid="header-subnav-item" href="/twins/schedule/broadcast-faq">Broadcast FAQ</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 ctiIx header__nav-top__nav-item header__nav-top__nav-item--parent" 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="/twins/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 jifiao 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 TuHsr header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="40 Man Roster" data-testid="header-subnav-item" href="/twins/roster/40-man">40 Man Roster</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Depth Chart" data-testid="header-subnav-item" href="/twins/roster/depth-chart">Depth Chart</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Coaches" data-testid="header-subnav-item" href="/twins/roster/coaches">Coaches</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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/twins/">Top 30 Prospects</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Transactions" data-testid="header-subnav-item" href="/twins/roster/transactions">Transactions</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Injury Updates" data-testid="header-subnav-item" href="/twins/news/topic/twins-injury-report">Injury Updates</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Front Office" data-testid="header-subnav-item" href="/twins/team/front-office">Front Office</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Roster" data-sub-nav-name="Broadcasters" data-testid="header-subnav-item" href="/twins/team/broadcasters">Broadcasters</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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/affiliations">Minor League Affiliates</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 ctiIx header__nav-top__nav-item header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-target-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="/twins/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">Target Field</span></a></div><div aria-label="target-field Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 jifiao header__subnav" data-parent-nav-id="nav-top-item-target-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 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Reference Guide" data-testid="header-subnav-item" href="/twins/ballpark/information/guide">Reference Guide</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Accessibility Guide" data-testid="header-subnav-item" href="/twins/ballpark/disability-access-guide">Accessibility Guide</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Target Field Seating Map" data-testid="header-subnav-item" href="/twins/ballpark/seat-map">Target Field Seating Map</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Target Field 3D Seating Map" data-testid="header-subnav-item" href="/twins/ballpark/seat-map/3d">Target Field 3D Seating Map</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Taste of Twins Territory" data-testid="header-subnav-item" href="/twins/ballpark/taste-of-twins-territory">Taste of Twins Territory</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Bars and Restaurants" data-testid="header-subnav-item" href="/twins/ballpark/bars-and-restaurants">Bars and Restaurants</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Twins Team Stores" data-testid="header-subnav-item" href="/twins/ballpark/team-stores">Twins Team Stores</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Ground Rules" data-testid="header-subnav-item" href="/twins/ballpark/ground-rules">Ground Rules</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Target Field Tours" data-testid="header-subnav-item" href="/twins/ballpark/tours">Target Field Tours</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Target Field Events" data-testid="header-subnav-item" href="/twins/target-field-events">Target Field Events</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Target Field" data-sub-nav-name="Lost and Found" data-testid="header-subnav-item" href="/twins/ballpark/lost-and-found">Lost and Found</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 ctiIx 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="/twins/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 ctiIx 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="/twins/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 jifiao 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 TuHsr header__subnav__item" data-nav-position="top" data-parent="Stats" data-sub-nav-name="Team Stats" data-testid="header-subnav-item" href="/twins/stats/team">Team Stats</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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=142">Top Prospect Stats</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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=142">Affiliate Stats</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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/142">Baseball Savant</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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/twins/stats/american-league?playerPool=ROOKIES">Top Rookies Stats</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 ctiIx 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="/twins/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 jifiao 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 TuHsr header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Twins Videos" data-testid="header-subnav-item" href="/twins/video/topic/twins-videos">Twins Videos</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Twins Community" data-testid="header-subnav-item" href="/twins/video/topic/twins-community">Twins Community</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Twins Reviews" data-testid="header-subnav-item" href="/twins/video/topic/twins-reviews">Twins Reviews</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Twins Cut4" data-testid="header-subnav-item" href="/twins/video/topic/twins-cut4">Twins Cut4</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Most Popular" data-testid="header-subnav-item" href="https://www.mlb.com/twins/video/topic/t142-default-vtp">Most Popular</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="The Diamond" data-testid="header-subnav-item" href="/twins/video/topic/the-diamond">The Diamond</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Twins Game Recap" data-testid="header-subnav-item" href="/twins/video/topic/twins-game-recap">Twins Game Recap</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Video" data-sub-nav-name="Twins Curtain Calls" data-testid="header-subnav-item" href="/twins/video/topic/twins-curtain-calls">Twins Curtain Calls</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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 ctiIx 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="/twins/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 jifiao 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 TuHsr header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Official Releases" data-testid="header-subnav-item" href="/twins/news/topic/twins-press-releases">Official Releases</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Probable Pitchers" data-testid="header-subnav-item" href="/twins/roster/probable-pitchers">Probable Pitchers</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Twins Pipeline" data-testid="header-subnav-item" href="/twins/news/topic/twins-pipeline-coverage">Twins Pipeline</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Photo Stream" data-testid="header-subnav-item" href="/twins/team/photos">Photo Stream</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="RSS News Feed" data-testid="header-subnav-item" href="/twins/feeds/news/rss.xml">RSS News Feed</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Twins History" data-testid="header-subnav-item" href="/twins/history">Twins History</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="News" data-sub-nav-name="Twins History Feature Stories" data-testid="header-subnav-item" href="/twins/news/topic/twins-history-trivia">Twins History Feature Stories</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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 ctiIx header__nav-top__nav-item header__nav-top__nav-item--parent" tabindex="0" data-nav-id="nav-top-item-community" data-is-expandable="false" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/twins/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</span></a></div><div aria-label="community Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 jifiao header__subnav" data-parent-nav-id="nav-top-item-community"><div class="styles__StyledSubNavContent-sc-e6c5124a-0 kfPvGF header__subnav__content"><ul class="header__subnav__group"><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Community" data-sub-nav-name="Twins Community Fund" data-testid="header-subnav-item" href="/twins/community/fund">Twins Community Fund</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Community" data-sub-nav-name="Empowering Youth" data-testid="header-subnav-item" href="/twins/community">Empowering Youth</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Community" data-sub-nav-name="Fostering Belonging" data-testid="header-subnav-item" href="/twins/community/fostering-belonging">Fostering Belonging</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Community" data-sub-nav-name="Nurturing the Planet" data-testid="header-subnav-item" href="/twins/community/nurturing-the-planet">Nurturing the Planet</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Community" 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 ctiIx 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="/twins/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 jifiao 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 TuHsr header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Sing the National Anthem" data-testid="header-subnav-item" href="/twins/fans/national-anthem">Sing the National Anthem</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Gift Cards" data-testid="header-subnav-item" href="/twins/tickets/gift-cards">Gift Cards</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Twins Authentics" data-testid="header-subnav-item" href="/twins/fans/twins-authentics">Twins Authentics</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Twins Kids Activities" data-testid="header-subnav-item" href="/twins/fans/kids">Twins Kids Activities</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Twins Magazine" data-testid="header-subnav-item" href="/twins/fans/magazine">Twins Magazine</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="2024 Yearbook" data-testid="header-subnav-item" href="/twins/fans/yearbook">2024 Yearbook</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Email Newsletters" data-testid="header-subnav-item" href="/twins/fans/newsletters">Email Newsletters</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Fans" data-sub-nav-name="Treasure Island Baseball Network" data-testid="header-subnav-item" href="/twins/fans/treasure-island-baseball-network">Treasure Island Baseball Network</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 ctiIx 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="/twins/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 jifiao 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 TuHsr header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB" data-testid="header-subnav-item" href="/twins/apps/mlb-app">MLB</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB Ballpark" data-testid="header-subnav-item" href="/twins/apps/ballpark">MLB Ballpark</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB FAQs" data-testid="header-subnav-item" href="/twins/apps/mlb-app/faq-apple">MLB FAQs</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Apps" data-sub-nav-name="MLB Ballpark FAQs" data-testid="header-subnav-item" href="/twins/apps/ballpark/frequently-asked-questions">MLB Ballpark FAQs</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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 ctiIx header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue" tabindex="0" data-nav-id="nav-top-item-mytwins-members" data-is-expanded="false"><div class="styles__StyledNavItemInner-sc-87c9f2fb-0 cDwnXB header__nav-top__nav-item--inner"><a href="/twins/tickets/season-tickets/holders" 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">MyTwins Members</span></a></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 ctiIx 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-twins.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/live-stream-games/subscribe/twins?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">Twins.TV</span></a></div><div aria-label="twins.tv Subnav Flyout" class="styles__StyledSubNav-sc-e6c5124a-1 jifiao header__subnav" data-parent-nav-id="nav-top-item-twins.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 TuHsr header__subnav__item" data-nav-position="top" data-parent="Twins.TV" data-sub-nav-name="Buy Twins.TV" data-testid="header-subnav-item" href="https://www.mlb.com/live-stream-games/subscribe/twins">Buy Twins.TV</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Twins.TV" data-sub-nav-name="MVPD Auth" data-testid="header-subnav-item" href="https://commerce.mlb.com/mvpd-team/twins">MVPD Auth</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Twins.TV" data-sub-nav-name="Watch &amp; Listen" data-testid="header-subnav-item" href="https://www.mlb.com/live-stream-games?&amp;affiliateId=clubMENU">Watch &amp; Listen</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Twins.TV" data-sub-nav-name="Help Center" data-testid="header-subnav-item" href="https://support.mlb.com/">Help Center</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 ctiIx 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?&amp;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 jifiao 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 TuHsr 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?&amp;affiliateId=clubMENU">Buy MLB.TV</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="MLB.TV" data-sub-nav-name="Watch &amp; Listen" data-testid="header-subnav-item" href="https://www.mlb.com/live-stream-games?&amp;affiliateId=clubMENU">Watch &amp; Listen</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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 ctiIx 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/minnesota-twins/t-14229840+z-9152295-327796734?_s=bm-mlbcom-min" 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 jifiao 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 TuHsr 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/minnesota-twins/jerseys/t-36881084+d-6783552370+z-90-1332723237?_s=bm-mlbcom-min">Jerseys</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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/minnesota-twins/caps/t-58119817+d-5638112270+z-8-1471072753?_s=bm-mlbcom-min">Caps</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Men&#x27;s" data-testid="header-subnav-item" href="https://www.mlbshop.com/minnesota-twins/men/t-36775495+ga-34+z-911578-1897218591?_s=bm-mlbcom-min">Men&#x27;s</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Women&#x27;s" data-testid="header-subnav-item" href="https://www.mlbshop.com/minnesota-twins/women/t-14776540+ga-79+z-922104-648388001?_s=bm-mlbcom-min">Women&#x27;s</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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/minnesota-twins/kids/t-36778740+ga-81+z-86591-2507964580?_s=bm-mlbcom-min">Kids</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Big &amp; Tall" data-testid="header-subnav-item" href="https://www.mlbshop.com/minnesota-twins/big-and-tall/t-36445473+es-35+z-956628-4029279251?_s=bm-mlbcom-min">Big &amp; Tall</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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-min">Trading Cards</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Collectibles &amp; Memorabilia" data-testid="header-subnav-item" href="https://www.mlbshop.com/minnesota-twins/collectibles-and-memorabilia/t-14442106+d-1261887727+z-8-1280083950?_s=bm-mlbcom-min">Collectibles &amp; Memorabilia</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Home &amp; Office" data-testid="header-subnav-item" href="https://www.mlbshop.com/minnesota-twins/home-and-office/t-25226584+d-6794557822+z-8-13993954?_s=bm-mlbcom-min">Home &amp; Office</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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/minnesota-twins/t-14229840+z-9152295-327796734?os=1&amp;_s=bm-mlbcom-min">Clearance</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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/american-league/minnesota-twins?portal=W287DB56&amp;CMP=PSC-W287DB56">European Shop</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Gift Certificates" data-testid="header-subnav-item" href="https://www.mlbshop.com/gift-cards/x-462351+z-94899005-3509039474?_s=bm-mlbcom-min">Gift Certificates</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Twins Authentic Shop" data-testid="header-subnav-item" href="https://www.mlbshop.com/minnesota-twins/authentication-program/t-58447617+c-4588025390+z-8-2700949655">Twins Authentic Shop</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Twins Auctions - Bid or Buy" data-testid="header-subnav-item" href="https://twins.auctions.mlb.com/?_gl=1*12om2b7*_gcl_aw*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..*_gcl_dc*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..&amp;utm_source=Nav+Auction+Tray+MIN&amp;utm_medium=Club.com+Shop+Nav&amp;utm_campaign=Club.com+permanent+Navigation">Twins Auctions - Bid or Buy</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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&amp;isynsharedsession=mki8i1dARcxDt3WwReTi6kJOREHftyZJNK-Xg3m10ZpEdaSACl02r4aCDzYhNvUm&amp;utm_source=Nav+Auction+Tray+MIN&amp;utm_medium=Club.com+Shop+Nav+MLB&amp;utm_campaign=Club.com+permanent+Navigation">MLB Auctions - Bid or Buy</a></li><li><a class="styles__StyledSubNavItem-sc-b36a60d4-0 TuHsr 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 TuHsr header__subnav__item" data-nav-position="top" data-parent="Shop" data-sub-nav-name="Team Store Locations" data-testid="header-subnav-item" href="/twins/ballpark/team-stores">Team Store Locations</a></li></ul></div></div></li><li class="styles__StyledNavItem-sc-87c9f2fb-3 ctiIx 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 jifiao 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 TuHsr 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 ctiIx 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/twins" 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 deXUua 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> <script type="text/javascript"> // Make these server-generated values available to client-side scripts - var serverVals = { fullseasonDisplay: false, // are we using 'list' displayMode to display the whole season? homeRunDerbyURL: '', showDatePicker: true, yyyyMm: '2025-04', // chosen date; month ignored if fullseason mode yearInt: 2025, // chosen year monthInt: 3, // chosen month (Jan = 0); ignored if fullseason mode timezoneLetterCode: 'CT', // 2-char code with RT for ARI timezoneLetterCodeForUiDisplay: 'CT', // 2-char code with MT for ARI timezoneIdentifier: 'America/Chicago', // Timezone (e.g. America/New York, unless undefined for VENUE), either from URL or the team default displayMode: 'grid', tfsParam: '', // the 'tfs' param that gets passed to statsapi as 'timecode'; empty-string if not supplied teamCodePathSegment: 'twins', // e.g. penguins teamId: 142, teamIds: '142,381', sportIds: '1,51,21', legacyCid: 'min', platformCode: 'production', // e.g. LOCAL appView: 'web', // e.g. web nowYear: 2025, // the year, now, for the current timezone nowMonth: 3, // the month, now, for the current timezone maxDate: '2026-01-01', addToCalendarLink: '/twins/schedule/downloadable-schedule', calendar1x1AdTag: '', // may be empty firstDatePicker: '', lastDatePicker: '', firstDateScores: '', firstDateGameCenter: '', genericPromoUrl: '/twins/tickets/promotions', useBookingWidget: { starwood: false, starwoodCHC: false, potawatomi: false, none: true }, bookingWidgetCode: 'none', currentFilterSelections: { scheduleType: 'rs', weekdayIdx: '', nightGame: '', homeGame: '', opponentTeamId: '' }, hasFiltersOnLoad: false, bookingWidgetImagesPath: '//builds.mlbstatic.com/mlb.com/sections/club-schedule/builds/e0372897140a9836b26cdb8a4a2b0f3168572356_1737573538/images/booking-widgets/', datepickerMinYear: 2000, datepickerMaxYear: 2026, epg: {"5560":{"id":5560,"url":"https://www.mlb.com/live-stream-games/youtube","epgName":"youtube","useFgow":true,"buttonLabelKey":"button_youtube","longTextLabelKey":"live_on_youtube_watch_free","shortTextLabelKey":"youtube_label_short"},"5725":{"id":5725,"url":"https://mlb.tv/peacock","epgName":"peacock","useFgow":true,"buttonLabelKey":"button_peacock","longTextLabelKey":"label_watch_on_peacock","shortTextLabelKey":"label_peacock"},"6019":{"id":6019,"url":"https://apple.co/mlb","epgName":"appletv","useFgow":true,"buttonLabelKey":"button_appletv","longTextLabelKey":"label_watch_on_appletv","shortTextLabelKey":"label_appletv"},"appletv":{"id":6019,"url":"https://apple.co/mlb","epgName":"appletv","useFgow":true,"buttonLabelKey":"button_appletv","longTextLabelKey":"label_watch_on_appletv","shortTextLabelKey":"label_appletv"},"peacock":{"id":5725,"url":"https://mlb.tv/peacock","epgName":"peacock","useFgow":true,"buttonLabelKey":"button_peacock","longTextLabelKey":"label_watch_on_peacock","shortTextLabelKey":"label_peacock"},"youtube":{"id":5560,"url":"https://www.mlb.com/live-stream-games/youtube","epgName":"youtube","useFgow":true,"buttonLabelKey":"button_youtube","longTextLabelKey":"live_on_youtube_watch_free","shortTextLabelKey":"youtube_label_short"}}, useContentEpg: false, trans: {"atSign":"@","vs":"vs","buyTicketsLabel":"Buy Tickets","tvBroadcastersLabel":"TV","radioBroadcastersLabel":"Radio","watchLinkLabel":"watch","watchLiveLinkLabel":"Watch live","fgowAbbrevLabel":"FB-WATCH","fgowLabel":"MLB Live on Facebook Watch","youtubeAbbrevLabel":"YouTube","youtubeLabel":"Live on YouTube - Watch Free","wrapLinkLabel":"Wrap","header":"Schedule","completedGames":"Completed Games","completedGamesHeader":"Completed Games","noGamesMessage":"There are no games scheduled for this date.","tooltipGrid":"Grid View","tooltipList":"List View","tooltipFullseason":"Full Season View","tooltipPrintble":"Printable Schedule","tooltipAddToCal":"Add to Calendar","timezoneNote":"All Times CT unless otherwise noted. Subject To Change.","promotions":"Promotions","promotion":"Promotion","splitSquadAbbrev":"SS","promoScheduleLink":"View all promotions","noGamesPerFiltersMessage":"No games match the filters selected.","noGamesPerFilters_fullseasonLinkMessage":"Or, <a href=\"#\">view the full season with these filters.</a>.","home":"Home","away":"Away","springTraining":"Spring Training","regularSeason":"Regular Season","postseason":"Postseason","exhibition":"Exhibition","specialEvents":"Special Events","completed":"Completed","hotel":"Hotel","flight":"Flight","awayTicketWarning":"You have selected an away game. Tickets for this game will be purchased from the home club. Do you wish to continue?","continueBtnLabel":"Continue","moreInfo":"More Info >>","relatedLinksHeader":"Related Links","filtersHeader":"Filters","resetFiltersBtnLabel":"Clear Filters","fullFiltersMessage":"<span class=\"no-games-message-base\">No games match the filters selected.</span><span class=\"no-games-message-fullseason-only\"> Or, <a href=\"#\">view the full season with these filters.</a>.</span>","ifNecessaryNote":"*if necessary","appletvAbbrevLabel":"Apple TV+","appletvLabel":"Watch on Apple TV+","watchOnLabel":"Watch on:","listenOnLabel":"Listen on:","button_youtube":"YouTube","live_on_youtube_watch_free":"Watch on YouTube","youtube_label_short":"YouTube","button_peacock":"Peacock","label_watch_on_peacock":"Watch on Peacock","label_peacock":"Peacock","button_appletv":"Watch","label_watch_on_appletv":"Watch on Apple TV+","label_appletv":"Apple TV+"}, clubScheduleWidget: {"showWidget":true,"iconName":"booking-bed","legendIconLabel":"Booking.com","clickUrl":"https://www.booking.com/index.en-us.html?aid=2326162","promoCopy":"Find your perfect place to stay"}, clubScheduleWidgetIcon: 'booking-bed' }; </script> <div class="p-ad ad-responsive-slot " data-targeting="{&quot;pos&quot;:&quot;1&quot;}" > <div id="ad-top-banner-m" class="ad-responsive-size" data-thresholds="[2,3,4]" 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> <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="header-ad"> <div class="ad-schedule-300x250 ad-responsive-slot"> <div id="ad-schedule-300x250" class="ad-responsive-size" data-thresholds="[3,4]" data-sizes="[[300,250]]"></div> </div> </div> <div class="header-non-ad"> <div class="header-pulldowns-group"> <table> <tr> <td><h1 class="section-header ">Schedule</h1></td> <td></td> </tr> </table> </div> <div class="booking-widget-wrapper none"> </div> <div class="secondary-sponsor-ad"> <div class="ad-schedule-180x40 ad-responsive-slot"> <div id="ad-schedule-180x40" class="ad-responsive-size" data-thresholds="[4]" data-sizes="[[180,40]]"></div> </div> </div> <div class="date-picker-and-links-group"> <div class="datepicker-wrapper"> <div class="p-datepicker"> <div class="p-button-group" role="toolbar"> <div class="p-button"> <button class="p-button__button p-button__button--secondary p-datepicker__prev" aria-label="Previous Day"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 278.696 469.219" class="p-icon p-icon--arrow-left p-datepicker__icon"><title>Arrow Left icon</title><path d="M13.497 265.405c-17.996-17.18-17.996-45.007 0-62.218L213.443 12.72c18.027-17.21 65.252-24.81 65.252 29.57v384.07c0 56.215-47.194 46.782-65.252 29.57L13.497 265.406z"/></svg> </button> </div> <div class="p-button"> <button class="p-button__button p-button__button--secondary p-datepicker__trigger" aria-label="Select Date"> <input class="p-datepicker__field" type="text" tabIndex="-1"> </button> </div> <div class="p-button"> <button class="p-button__button p-button__button--secondary p-datepicker__next" aria-label="Next Day"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="122.6 15.333 278.8 469.276" class="p-icon p-icon--arrow-right p-datepicker__icon"><title>Arrow Right icon</title><path d="M387.9 219.2c18 17.2 18 45 0 62.2l-200 190.5c-18 17.2-65.3 24.8-65.3-29.6V58.2c0-56.2 47.2-46.8 65.3-29.6l200 190.6z"/></svg> </button> </div> </div> <div class="p-datepicker__plugin-container"></div> </div> </div> <div class="icon-links-wrapper"> <a href="" title="Grid View" class="linked-icon grid"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" class="p-icon p-icon--grid p-icon--sm grid"><title>Grid Icon icon</title><path d="M6.4 48.5C6.4 25.1 25.5 6 48.8 6h168.9c23.4 0 42.5 19.1 42.5 42.5v168.9c0 23.4-19.1 42.5-42.5 42.5H48.8c-23.4 0-42.5-19.1-42.5-42.5V48.5h.1zm366.5 0C372.9 25.1 392 6 415.4 6h168.9c23.4 0 42.5 19.1 42.5 42.5v168.9c0 23.4-19.1 42.5-42.5 42.5H415.4c-23.4 0-42.5-19.1-42.5-42.5V48.5zm367.5 0c0-23.4 19.1-42.5 42.5-42.5h168.9c23.4 0 42.5 19.1 42.5 42.5v168.9c0 23.4-19.1 42.5-42.5 42.5H782.9c-23.4 0-42.5-19.1-42.5-42.5V48.5zm0 366.9c0-23.4 19.1-42.5 42.5-42.5h168.9c23.4 0 42.5 19.1 42.5 42.5v168.9c0 23.4-19.1 42.5-42.5 42.5H782.9c-23.4 0-42.5-19.1-42.5-42.5V415.4zm-366.9 0c0-23.4 19.1-42.5 42.5-42.5h168.9c23.4 0 42.5 19.1 42.5 42.5v168.9c0 23.4-19.1 42.5-42.5 42.5H416c-23.4 0-42.5-19.1-42.5-42.5V415.4zm-366.4 0c0-23.4 19.1-42.5 42.5-42.5h168.9c23.4 0 42.5 19.1 42.5 42.5v168.9c0 23.4-19.1 42.5-42.5 42.5H49.6c-23.4 0-42.5-19.1-42.5-42.5V415.4zm-.7 367.3c0-23.4 19.1-42.5 42.5-42.5h168.9c23.4 0 42.5 19.1 42.5 42.5v168.9c0 23.4-19.1 42.5-42.5 42.5h-169c-23.4 0-42.5-19.1-42.5-42.5V782.7h.1zm734 0c0-23.4 19.1-42.5 42.5-42.5h168.9c23.4 0 42.5 19.1 42.5 42.5v168.9c0 23.4-19.1 42.5-42.5 42.5H782.9c-23.4 0-42.5-19.1-42.5-42.5V782.7zm-366.9 0c0-23.4 19.1-42.5 42.5-42.5h168.9c23.4 0 42.5 19.1 42.5 42.5v168.9c0 23.4-19.1 42.5-42.5 42.5H416c-23.4 0-42.5-19.1-42.5-42.5V782.7z" fill="#010101"/></svg> </a> <a href="" title="List View" class="linked-icon list"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" class="p-icon p-icon--list-view p-icon--sm list"><title>List View icon</title><path d="M235.8 615.3c0-34.9 28.5-63.1 63.3-63.1h624.3c35 0 63.3 28.3 63.3 63.1v35.8c0 34.9-28.5 63.1-63.3 63.1H299.1c-35 0-63.3-28.3-63.3-63.1v-35.8zM20.1 579.5c0-23.6 19.2-42.8 42.6-42.8h70.9c23.6 0 42.6 19.2 42.6 42.8V687c0 23.6-19.2 42.8-42.6 42.8h-71C39 729.8 20 710.6 20 687V579.5h.1zm215.7 302.1c0-34.9 28.5-63.1 63.3-63.1h624.3c35 0 63.3 28.3 63.3 63.1v35.8c0 34.9-28.5 63.1-63.3 63.1H299.1c-35 0-63.3-28.3-63.3-63.1v-35.8zM20.1 845.7c0-23.6 19.2-42.8 42.6-42.8h70.9c23.6 0 42.6 19.2 42.6 42.8v107.5c0 23.6-19.2 42.8-42.6 42.8h-71C39 996 20 976.8 20 953.2V845.7h.1zM235.8 83.6c0-34.9 28.5-63.1 63.3-63.1h624.3c35 0 63.3 28.3 63.3 63.1v35.8c0 34.9-28.5 63.1-63.3 63.1H299.1c-35 0-63.3-28.3-63.3-63.1V83.6zM20.1 47.8C20.1 24.2 39.2 5 62.6 5h70.9c23.6 0 42.6 19.2 42.6 42.8v107.5c0 23.6-19.2 42.8-42.6 42.8H62.6C39 198.1 20 178.9 20 155.3V47.8h.1zm215.7 301.7c0-34.9 28.5-63.1 63.3-63.1h624.3c35 0 63.3 28.3 63.3 63.1v35.8c0 34.9-28.5 63.1-63.3 63.1H299.1c-35 0-63.3-28.3-63.3-63.1v-35.8zM20.1 313.6c0-23.6 19.2-42.8 42.6-42.8h70.9c23.6 0 42.6 19.2 42.6 42.8v107.5c0 23.6-19.2 42.8-42.6 42.8h-71C39 463.9 20 444.7 20 421.1V313.6h.1z" fill="#010101"/></svg> </a> <a href="" title="Full Season View" class="linked-icon full"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-319 141 512 512" class="p-icon p-icon--full-schedule p-icon--sm full"><title>Full Schedule icon</title><path d="M-279.1 474.3V252.8c0-16.8 14.8-31.2 31.5-31.2h28v-36.2c0-12 10.3-21.5 22.3-21.5h41.1V161c0-4.8-1.3-9.1-3.6-12.6-3.5-5.4-9.4-8.9-16.6-8.9h-45.1c-11.9-.1-22.3 9.4-22.3 21.5v36.2h-28c-16.7 0-31.5 14.3-31.5 31.2v294.8c0 1.8.2 3.6.5 5.4 2.3 12.1 12.2 21.7 24.2 24.4-.3-1.7-.5-3.5-.5-5.4V511v-36.7z"/><path d="M-230.6 523.2V301.6c0-16.8 14.8-31.2 31.5-31.2h28v-36.2c0-12 10.3-21.5 22.3-21.5h45.1c7.2 0 13.1 3.5 16.6 8.9h42.7v-36.2c0-12 11.3-21.5 23.3-21.5H21.2V161c0-1.7-.2-3.3-.6-4.9-2.2-9.6-10.6-16.7-20.8-16.7H-45.3c-11.9 0-23.3 9.5-23.3 21.5v36.2h-42.7c-3.5-5.4-9.4-8.9-16.6-8.9H-173c-11.9 0-22.3 9.5-22.3 21.5V246h-28c-16.7 0-31.5 14.3-31.5 31.2V572c0 1.8.2 3.6.5 5.4 2.3 12.1 12.2 21.7 24.2 24.4-.3-1.7-.5-3.5-.5-5.4v-73.2z"/><path d="M151.6 295.4c-1.8-.3-3.6-.5-5.5-.5h-28v-36.2c0-1.7-.2-3.3-.6-4.9-2-8.6-9-15.2-17.8-16.4-1-.1-2-.2-3.1-.2H51.5c-11.9 0-23.3 9.5-23.3 21.5v36.2h-87.6v-24.4H4v-36.3c0-12 11.3-21.5 23.3-21.5H69.6v-2.9c0-1.7-.2-3.3-.6-4.9-2.2-9.6-10.6-16.6-20.9-16.6H3c-11.9 0-23.3 9.5-23.3 21.5V246H-63c-3.5-5.4-9.4-8.9-16.6-8.9h-45.1c-11.9 0-22.3 9.5-22.3 21.5v36.2h-28c-16.7 0-31.5 14.3-31.5 31.2v294.8c0 1.8.2 3.6.5 5.4 2.7 14.3 16.1 25.2 30.9 25.2h321c16.7 0 30.3-13.7 30.3-30.6V326c.2-14.9-10.5-27.9-24.6-30.6zm-93.1 26.5v-48.6c0-3.3 2.1-6.2 5-7.3.9-.3 1.8-.5 2.8-.5h13.6c4.3 0 7.8 3.5 7.8 7.9v65.7c0 4.3-3.5 7.9-7.8 7.9H66.3c-4.3 0-7.8-3.5-7.8-7.9v-17.2zm-176.2 0v-48.6c0-3.3 2.1-6.2 5-7.3.9-.3 1.8-.5 2.8-.5h13.6c4.3 0 7.8 3.5 7.8 7.9v65.7c0 4.3-3.5 7.9-7.8 7.9h-13.6c-4.3 0-7.8-3.5-7.8-7.9v-17.2zm264.9 226.8v73.2h-323.3V384.3H147.2v164.4z"/></svg> </a> <a href="https://www.mlb.com/twins/schedule/printable-schedule" title="Printable Schedule" class="linked-icon print"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--printer p-icon--sm print"><title>Printer icon</title><path fill="#010101" d="M558.8 795.9h-121c-24.6 0-29.8-5.4-30.2-29.8 0-74.9-.4-150.1 0-225 .4-75.7 47.3-122.6 122.6-123H559v-21.5-289.4c0-46.1 21.1-67.2 66.9-67.2h376.2c45 0 83.6 15.9 115.3 48l74.9 74.9c31.7 31.7 47.3 70.7 47.3 115.7v139.9c13.6 0 25.4-.4 37.1 0 64.8 1.5 112.6 48 113.7 112.4 1.5 80.1.4 159.9.4 240.2 0 17.5-7.9 25.4-25.4 25.4-41.3-.4-82.8 0-125.9 0v82.8c0 47.3-20.8 68.4-67.2 68.4H625.9c-45.3 0-66.5-21.5-66.5-67.2-.6-27.9-.6-54.8-.6-84.6zm453.8-679.2h-377v376.2h527V266.8h-85.5c-42.3 0-64.4-21.9-64.8-64 .3-28.3.3-56.5.3-86.1zm150 754.5V722.3h-527v148.9h527zm114.2-377.4c-19.6 0-37.5 17.7-37.5 37.5 0 19.6 17.5 37.5 37.1 38.2 20 .4 38.6-18.1 38.2-38.6 0-19.8-18-37.1-37.8-37.1z"/></svg> </a> <a href="/twins/schedule/downloadable-schedule" title="Add to Calendar" class="linked-icon add"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" class="p-icon p-icon--add-to-calendar p-icon--sm add"><title>Add to Calendar icon</title><path d="M825.2 457.6V192.8c0-34.6-29.5-63.7-64.3-63.7h-57.5V54c0-24.9-20.4-45-45.2-45h-93.7c-24.7 0-46.2 20.4-46.2 45v75h-182V54c0-24.9-19.3-45-44.1-45h-93.9c-24.7 0-45.8 20.4-45.8 45v75H93.7c-34.6 0-63.1 29.1-63.1 63.7v607.8c0 34.4 28.3 62.9 63.1 62.9H453c50.8 77.8 138.6 129 238.1 129 157.1 0 284.3-127.5 284.3-284.3.2-108.2-60.6-202.6-150.2-250.5zM596 68.9h29.5c9 0 16.1 7.3 16.1 16.1v136.3c0 9-7.3 16.1-16.1 16.1h-29.3c-9 0-16.1-7.3-16.1-16.1V85h-.2c-.1-9 7.2-16.1 16.1-16.1zM214.2 85c0-9 7.3-16.1 16.1-16.1h29.5c9 0 16.1 7.3 16.1 16.1v136.3c0 9-7.3 16.1-16.1 16.1h-29.5c-9 0-16.1-7.3-16.1-16.1V85zm192.5 623.3c0 32.8 5.6 64.3 15.8 93.5H92.3V312.6h671.2v120.5c-23.1-6-47.4-9.4-72.2-9.4-157.1.4-284.6 127.4-284.6 284.6zM864.6 752H733.5v131.1h-83.4V752H519v-83.6h131.1V537.3h83.4v131.1h131.1V752z" fill="#010101"/></svg> </a> </div> </div> </div> <div class="list-mode-filters "> <div class="narrow-view-header"> <div class="header-label">Filters</div> <div class="arrow-wrapper"> <div class="arrow down-arrow"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 420.255 244.264" class="p-icon p-icon--arrow-expand p-icon--sm down-arrow-icon"><title>Arrow Expand icon</title><path d="M410.568 11.816c-12.915-12.915-33.855-12.916-46.77 0L211.19 164.42 56.457 9.687C43.542-3.23 22.602-3.23 9.687 9.686s-12.917 33.855 0 46.77l175.99 175.992c.357.357.723.7 1.092 1.038.336.37.68.735 1.037 1.092 12.915 12.915 33.856 12.915 46.77 0l175.99-175.99c12.917-12.916 12.916-33.856 0-46.772z" fill="#010101"/></svg> </div> <div class="arrow up-arrow"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 420.255 244.264" class="p-icon p-icon--arrow-contract p-icon--sm up-arrow-icon"><title>Arrow Contract icon</title><path d="M9.687 232.448c12.915 12.915 33.855 12.916 46.77 0L209.063 79.843l154.735 154.735c12.915 12.915 33.855 12.915 46.77 0 12.916-12.915 12.917-33.855.002-46.77L234.577 11.815c-.357-.357-.723-.7-1.092-1.038-.337-.37-.68-.735-1.038-1.092-12.915-12.915-33.856-12.915-46.77 0L9.685 185.676c-12.915 12.916-12.915 33.856 0 46.772z" fill="#010101"/></svg> </div> </div> </div> <div class="list-mode-pulldown-pair-wrapper"> <div class="pulldown-wrapper weekdayIdx"> <div class="p-dropdown generic-filter header-pulldowns-group__element select-weekdayIdx"> <span class="p-dropdown__label">Day of the Week</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 class="p-dropdown__actual-select-element header-pulldowns-group__element" name="weekdayIdx"> <option value="" selected="selected">Day of the Week</option> <option value="0" >Sunday</option> <option value="1" >Monday</option> <option value="2" >Tuesday</option> <option value="3" >Wednesday</option> <option value="4" >Thursday</option> <option value="5" >Friday</option> <option value="6" >Saturday</option> </select> </div> </div> <div class="pulldown-wrapper nightGame"> <div class="p-dropdown generic-filter header-pulldowns-group__element select-nightGame"> <span class="p-dropdown__label">Time</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 class="p-dropdown__actual-select-element header-pulldowns-group__element" name="nightGame"> <option value="" selected="selected">Time</option> <option value="false" >Day Games</option> <option value="true" >Night Games</option> </select> </div> </div> </div> <div class="list-mode-pulldown-pair-wrapper"> <div class="pulldown-wrapper homeGame"> <div class="p-dropdown generic-filter header-pulldowns-group__element select-homeGame"> <span class="p-dropdown__label">Home/Away</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 class="p-dropdown__actual-select-element header-pulldowns-group__element" name="homeGame"> <option value="" selected="selected">Home/Away</option> <option value="true" >Home</option> <option value="false" >Away</option> </select> </div> </div> <div class="pulldown-wrapper opponentTeamId"> <div class="p-dropdown generic-filter header-pulldowns-group__element select-opponentTeamId"> <span class="p-dropdown__label">Opponent</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 class="p-dropdown__actual-select-element header-pulldowns-group__element" name="opponentTeamId"> <option value="" selected="selected">Opponent</option> <option value="109" >Arizona</option> <option value="133" >Athletics</option> <option value="144" >Atlanta</option> <option value="110" >Baltimore</option> <option value="111" >Boston</option> <option value="112" >Chi Cubs</option> <option value="145" >Chi White Sox</option> <option value="113" >Cincinnati</option> <option value="114" >Cleveland</option> <option value="115" >Colorado</option> <option value="116" >Detroit</option> <option value="117" >Houston</option> <option value="118" >Kansas City</option> <option value="108" >LA Angels</option> <option value="119" >LA Dodgers</option> <option value="146" >Miami</option> <option value="158" >Milwaukee</option> <option value="142" >Minnesota</option> <option value="121" >NY Mets</option> <option value="147" >NY Yankees</option> <option value="143" >Philadelphia</option> <option value="134" >Pittsburgh</option> <option value="135" >San Diego</option> <option value="137" >San Francisco</option> <option value="136" >Seattle</option> <option value="138" >St. Louis</option> <option value="139" >Tampa Bay</option> <option value="140" >Texas</option> <option value="141" >Toronto</option> <option value="120" >Washington</option> </select> </div> </div> </div> <div class="p-button p-button--sm reset-filters-btn disabled-btn" data-slug=""> <a href="#" class="p-button__link p-button--sm" data-popout=""> <button class="p-button__button p-button__button--sm p-button__button--tertiary"> <span class="p-button__text">Clear Filters</span> </button> </a> </div> </div> <div class="grid-mode"></div> <div class="list-mode"></div> <div class="list-view-lazy-load-trigger"></div> <div class="lazy-load-data-loading-indicator"> <div class="p-loading p-loading--light"> <div class="p-loading__indicator p-loading__indicator--large p-loading__indicator--light"></div> </div> </div> <div class="templates"> <div class="list-mode-template"> <div class="list-mode-table-wrapper list-wrapper-__IDX__ wrapper-batch-__WIDX__ tracking-game-data" data-tracking-matchup-with-date="" data-tracking-featured-promotion=""> <table class=""> <tbody> <tr class="primary-row-tr"> <td class="date-td"> <div class="game-type-note"></div> <div class="month-date"></div> <div class="weekday"></div> <div class="game-description-note"></div> <div class="if-necessary-note">*if necessary</div> </td> <td class="matchup-td"> <div class="matchup"> <div class="xref-away-team-wrapper"> <div class="xref-away-logo-wrapper"> <img src="" class="xref-away-logo-img" /> </div> <div class="xref-away-name"></div> <div class="xref-away-tricode"></div> </div> <div class="at-or-vs"> <div class="ss-against-note">SS&nbsp;</div> <div class="at">@</div> <div class="vs">vs.</div> </div> <div class="opponent-logo-wrapper"> <img src="" class="opponent-logo-img" /> </div> <div class="opponent-name"></div> <div class="opponent-tricode"></div> <div class="against-ss-note">&nbsp;(SS)</div> <a class="non-game-event-logo-link" href=""> <img class="non-game-event-logo" /> </a> <div class="non-game-event-title"></div> </div> <div class="non-game-event-title"></div> <div class="promotion"> <div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div><div class="label" title=""></div> </div> </td> <td class="time-or-score-td-large"> <a class="score" href="#"> <span class="inning-or-outcome"> <span class="inning"></span> <span class="outcome"></span> </span> <span class="left-score-tricode score-tricode"></span> <span class="left-score"></span> <span class="hyphen">-</span> <span class="right-score-tricode score-tricode"></span> <span class="right-score"></span> </a> <a href="" class="time"> <div class="primary-time"></div> <div class="supp-time"></div> </a> <div class="special-game-state-notice"></div> </td> <td class="broadcasters-or-watch-td-large"> <a href="#watch" class="linked-icon-label-pair watch"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">watch</div> </a> <a href="#watch" class="linked-icon-label-pair watch-live"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">Watch live</div> <div class="label label-abbrev">Watch live</div> </a> <div class="broadcasters"> <div class="tv"> <span class="label">Watch on:</span> <span class="list"></span> </div> <div class="radio"> <span class="label">Listen on:</span> <span class="list"></span> </div> </div> </td> <td class="promotion-or-wrap-td-large"> <div class="promotion"> <div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div><div class="label" title=""></div> </div> <a href="#wrap" class="linked-icon-label-pair wrap"> <svg viewBox="0 0 877 713" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--recap icon"><title>Recap icon</title><defs><path d="M0 712.23h876.285V0H0z"/></defs><g fill="none" 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.756H354.86V273.833H108.46M108.46 163.61H656.1v54.716h-547.64M409.733 547.408h246.403v-54.852H409.733M409.733 438.908h246.403v-54.852H409.733M409.733 328.686h246.403v-54.853H409.733"/></g></svg> <div class="label">Wrap</div> </a> </td> <td class="partner-td-large"> <a class="icon-wrapper genericwidget"> <svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </a> </td> <td class="tickets-td-large"> <span class="large-ticket-link-with-button"><div class="p-button" data-slug=""> <a href="BUYTIX" class="p-button__link" data-popout=""> <button class="p-button__button"> <span class="p-button__text">Buy Tickets</span> </button> </a> </div> </span> </td> <td class="open-close-arrows-td-large"> <div class="down-arrow"><svg viewBox="0 0 245 421" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--carousel-arrow-left icon"><title>Carousel Arrow Left icon</title><path d="M232.447 410.568c12.915-12.915 12.916-33.855 0-46.77L79.842 211.19 234.577 56.457c12.915-12.915 12.915-33.855 0-46.77-12.915-12.916-33.856-12.916-46.77 0L11.814 185.676c-.357.357-.7.723-1.037 1.092-.37.336-.735.68-1.092 1.037-12.915 12.915-12.915 33.856 0 46.77l175.99 175.99c12.916 12.917 33.856 12.916 46.77 0" fill-rule="evenodd"/></svg> </div> <div class="up-arrow"><svg viewBox="0 0 245 421" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--carousel-arrow-left icon"><title>Carousel Arrow Left icon</title><path d="M232.447 410.568c12.915-12.915 12.916-33.855 0-46.77L79.842 211.19 234.577 56.457c12.915-12.915 12.915-33.855 0-46.77-12.915-12.916-33.856-12.916-46.77 0L11.814 185.676c-.357.357-.7.723-1.037 1.092-.37.336-.735.68-1.092 1.037-12.915 12.915-12.915 33.856 0 46.77l175.99 175.99c12.916 12.917 33.856 12.916 46.77 0" fill-rule="evenodd"/></svg> </div> </td> <td class="megacolumn-td-small"> <a class="score" href="#"> <span class="inning-or-outcome"> <span class="inning"></span> <span class="outcome"></span> </span> <span class="left-score-tricode score-tricode"></span> <span class="left-score"></span> <span class="hyphen">-</span> <span class="right-score-tricode score-tricode"></span> <span class="right-score"></span> </a> <a href="" class="time"> <div class="primary-time"></div> <div class="supp-time"></div> </a> <a class="icon-wrapper genericwidget"> <svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </a> <div class="special-game-state-notice"></div> <a href="#watch" class="linked-icon-label-pair watch"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">watch</div> </a> <a href="#watch" class="linked-icon-label-pair watch-live"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">Watch live</div> <div class="label label-abbrev">Watch live</div> </a> <div class="broadcasters"> <div class="tv"> <span class="label">Watch on:</span> <span class="list"></span> </div> <div class="radio"> <span class="label">Listen on:</span> <span class="list"></span> </div> </div> </td> <td class="short-view-blank-td"><div></div></td> <td class="short-view-blank-td"><div></div></td> <td class="short-view-blank-td"><div></div></td> <td class="short-view-blank-td"><div></div></td> <td class="tickets-arrows-wrap-td-small"> <a class="small-ticket-link icon-wrapper tickets" href="BUYTIX"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets icon"><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"/></svg> </a> <a href="#wrap" class="linked-icon-label-pair wrap"> <svg viewBox="0 0 877 713" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--recap icon"><title>Recap icon</title><defs><path d="M0 712.23h876.285V0H0z"/></defs><g fill="none" 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.756H354.86V273.833H108.46M108.46 163.61H656.1v54.716h-547.64M409.733 547.408h246.403v-54.852H409.733M409.733 438.908h246.403v-54.852H409.733M409.733 328.686h246.403v-54.853H409.733"/></g></svg> <div class="label">Wrap</div> </a> <div class="down-arrow"><svg viewBox="0 0 245 421" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--carousel-arrow-left icon"><title>Carousel Arrow Left icon</title><path d="M232.447 410.568c12.915-12.915 12.916-33.855 0-46.77L79.842 211.19 234.577 56.457c12.915-12.915 12.915-33.855 0-46.77-12.915-12.916-33.856-12.916-46.77 0L11.814 185.676c-.357.357-.7.723-1.037 1.092-.37.336-.735.68-1.092 1.037-12.915 12.915-12.915 33.856 0 46.77l175.99 175.99c12.916 12.917 33.856 12.916 46.77 0" fill-rule="evenodd"/></svg> </div> <div class="up-arrow"><svg viewBox="0 0 245 421" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--carousel-arrow-left icon"><title>Carousel Arrow Left icon</title><path d="M232.447 410.568c12.915-12.915 12.916-33.855 0-46.77L79.842 211.19 234.577 56.457c12.915-12.915 12.915-33.855 0-46.77-12.915-12.916-33.856-12.916-46.77 0L11.814 185.676c-.357.357-.7.723-1.037 1.092-.37.336-.735.68-1.092 1.037-12.915 12.915-12.915 33.856 0 46.77l175.99 175.99c12.916 12.917 33.856 12.916 46.77 0" fill-rule="evenodd"/></svg> </div> </td> </tr> <tr class="expanded-row-tr"> <td class="expanded-row-td" colspan="8"> <div class="wrapper"> <div class="inner-wrapper"> <div class="content"> <div class="item promotion promotion-0 first"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-1 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-2 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-3 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-4 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <a class="promo-schedule-link" href="/twins/tickets/promotions">View all promotions</a> <div class="item partner-item genericwidget"> <div class="icon"><svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </div> <a href='' class="label-and-text"> <span class="label"></span> <span class="text"></span> </a> </div> </div> </div> </div> </td> </tr> </tbody> </table> </div> <div class="completed-games-header-table-wrapper completed-games-wrapper-__IDX__ wrapper-batch-__WIDX__">Completed Games</div> </div> <div class="grid-mode-template"> <div class="grid-date-details-template"> <div class="wrapper"> <div id="game1"> <div class="opponent-large-logo-wrapper"> <img src="data:,#" class="opponent-large-logo-img left game1 grid" /> <div class="xref-away-team-at-sign">@</div> <img src="data:,#" class="opponent-large-logo-img right" /> </div> <div class="matchup-area"> <div class="matchup"> <div class="xref-away-team-wrapper"> <div class="xref-away-logo-wrapper"> <img src="" class="xref-away-logo-img" /> </div> <div class="xref-away-name"></div> <div class="xref-away-tricode"></div> </div> <div class="at-or-vs"> <div class="ss-against-note">SS&nbsp;</div> <div class="at">@</div> <div class="vs">vs.</div> </div> <div class="opponent-logo-wrapper"> <img src="" class="opponent-logo-img" /> </div> <div class="opponent-name"></div> <div class="opponent-tricode"></div> <div class="against-ss-note">&nbsp;(SS)</div> <a class="non-game-event-logo-link" href=""> <img class="non-game-event-logo" /> </a> <div class="non-game-event-title"></div> </div> <div class="non-game-event-title"></div> </div> <div class="time-or-score"> <a href="" class="time"> <div class="primary-time"></div> <div class="supp-time"></div> </a> <a class="score" href="#"> <span class="inning-or-outcome"> <span class="inning"></span> <span class="outcome"></span> </span> <span class="left-score-tricode score-tricode"></span> <span class="left-score"></span> <span class="hyphen">-</span> <span class="right-score-tricode score-tricode"></span> <span class="right-score"></span> </a> <div class="special-game-state-notice"></div> </div> <div class="popover-tickets-link"> <span class="large-ticket-link-with-button"><div class="p-button" data-slug=""> <a href="BUYTIX" class="p-button__link" data-popout=""> <button class="p-button__button"> <span class="p-button__text">Buy Tickets</span> </button> </a> </div> </span> </div> <div class="game-description-note"></div> <div class="ps-series-status-note"></div> <div class="if-necessary-note">*if necessary</div> <div class="broadcasters"> <div class="tv"> <span class="label">Watch on:</span> <span class="list"></span> </div> <div class="radio"> <span class="label">Listen on:</span> <span class="list"></span> </div> </div> <a href="#wrap" class="linked-icon-label-pair wrap"> <svg viewBox="0 0 877 713" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--recap icon"><title>Recap icon</title><defs><path d="M0 712.23h876.285V0H0z"/></defs><g fill="none" 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.756H354.86V273.833H108.46M108.46 163.61H656.1v54.716h-547.64M409.733 547.408h246.403v-54.852H409.733M409.733 438.908h246.403v-54.852H409.733M409.733 328.686h246.403v-54.853H409.733"/></g></svg> <div class="label">Wrap</div> </a> <div class="watch-links"><a href="#watch" class="linked-icon-label-pair watch"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">watch</div> </a> <a href="#watch" class="linked-icon-label-pair watch-live"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">Watch live</div> <div class="label label-abbrev">Watch live</div> </a> </div> <div class="cell-bottom-icons"> <a class="small-ticket-link icon-wrapper tickets" href="BUYTIX"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets icon"><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"/></svg> </a> <div class="promotion"> <div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div><div class="label" title=""></div> </div> <a class="icon-wrapper genericwidget"> <svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </a> </div> <div class="popover-promo-partner-details"> <div class="wrapper"> <div class="inner-wrapper"> <div class="content"> <div class="item promotion promotion-0 first"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-1 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-2 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-3 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-4 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <a class="promo-schedule-link" href="/twins/tickets/promotions">View all promotions</a> <div class="item partner-item genericwidget"> <div class="icon"><svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </div> <a href='' class="label-and-text"> <span class="label"></span> <span class="text"></span> </a> </div> </div> </div> </div> </div> </div> <div id="game2"> <div class="opponent-large-logo-wrapper"> <img src="data:,#" class="opponent-large-logo-img left game2 grid" /> <div class="xref-away-team-at-sign">@</div> <img src="data:,#" class="opponent-large-logo-img right" /> </div> <div class="matchup-area"> <div class="matchup"> <div class="xref-away-team-wrapper"> <div class="xref-away-logo-wrapper"> <img src="" class="xref-away-logo-img" /> </div> <div class="xref-away-name"></div> <div class="xref-away-tricode"></div> </div> <div class="at-or-vs"> <div class="ss-against-note">SS&nbsp;</div> <div class="at">@</div> <div class="vs">vs.</div> </div> <div class="opponent-logo-wrapper"> <img src="" class="opponent-logo-img" /> </div> <div class="opponent-name"></div> <div class="opponent-tricode"></div> <div class="against-ss-note">&nbsp;(SS)</div> <a class="non-game-event-logo-link" href=""> <img class="non-game-event-logo" /> </a> <div class="non-game-event-title"></div> </div> <div class="non-game-event-title"></div> </div> <div class="time-or-score"> <a href="" class="time"> <div class="primary-time"></div> <div class="supp-time"></div> </a> <a class="score" href="#"> <span class="inning-or-outcome"> <span class="inning"></span> <span class="outcome"></span> </span> <span class="left-score-tricode score-tricode"></span> <span class="left-score"></span> <span class="hyphen">-</span> <span class="right-score-tricode score-tricode"></span> <span class="right-score"></span> </a> <div class="special-game-state-notice"></div> </div> <div class="popover-tickets-link"> <span class="large-ticket-link-with-button"><div class="p-button" data-slug=""> <a href="BUYTIX" class="p-button__link" data-popout=""> <button class="p-button__button"> <span class="p-button__text">Buy Tickets</span> </button> </a> </div> </span> </div> <div class="game-description-note"></div> <div class="ps-series-status-note"></div> <div class="if-necessary-note">*if necessary</div> <div class="broadcasters"> <div class="tv"> <span class="label">Watch on:</span> <span class="list"></span> </div> <div class="radio"> <span class="label">Listen on:</span> <span class="list"></span> </div> </div> <a href="#wrap" class="linked-icon-label-pair wrap"> <svg viewBox="0 0 877 713" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--recap icon"><title>Recap icon</title><defs><path d="M0 712.23h876.285V0H0z"/></defs><g fill="none" 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.756H354.86V273.833H108.46M108.46 163.61H656.1v54.716h-547.64M409.733 547.408h246.403v-54.852H409.733M409.733 438.908h246.403v-54.852H409.733M409.733 328.686h246.403v-54.853H409.733"/></g></svg> <div class="label">Wrap</div> </a> <div class="watch-links"><a href="#watch" class="linked-icon-label-pair watch"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">watch</div> </a> <a href="#watch" class="linked-icon-label-pair watch-live"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">Watch live</div> <div class="label label-abbrev">Watch live</div> </a> </div> <div class="cell-bottom-icons"> <a class="small-ticket-link icon-wrapper tickets" href="BUYTIX"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets icon"><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"/></svg> </a> <div class="promotion"> <div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div><div class="label" title=""></div> </div> <a class="icon-wrapper genericwidget"> <svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </a> </div> <div class="popover-promo-partner-details"> <div class="wrapper"> <div class="inner-wrapper"> <div class="content"> <div class="item promotion promotion-0 first"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-1 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-2 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-3 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-4 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <a class="promo-schedule-link" href="/twins/tickets/promotions">View all promotions</a> <div class="item partner-item genericwidget"> <div class="icon"><svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </div> <a href='' class="label-and-text"> <span class="label"></span> <span class="text"></span> </a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="popover-date-details-template"> <a href="#" class="close-x-icon-wrapper" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="p-icon p-icon--close p-icon--sm close-x-icon"><title>Close icon</title><path d="M10.3 488.6c13.8 13.1 36.2 13.1 49.9 0l195.6-185.5 195.6 185.5c13.8 13.1 36.2 13.1 49.9 0 13.8-13.1 13.8-34.3 0-47.4L305.8 255.7 501.3 70.2c13.8-13.1 13.8-34.3 0-47.4-13.8-13.1-36.2-13.1-49.9 0L255.8 208.3 60.3 22.8c-13.8-13.1-36.2-13.1-49.9 0-13.8 13.1-13.8 34.3 0 47.4L206 255.7 10.3 441.2c-13.7 13.1-13.7 34.4 0 47.4z"/></svg> </a> <div class="wrapper"> <div id="game1"> <div class="opponent-large-logo-wrapper"> <img src="data:,#" class="opponent-large-logo-img left game1 popover" /> <div class="xref-away-team-at-sign">@</div> <img src="data:,#" class="opponent-large-logo-img right" /> </div> <div class="matchup-area"> <div class="matchup"> <div class="xref-away-team-wrapper"> <div class="xref-away-logo-wrapper"> <img src="" class="xref-away-logo-img" /> </div> <div class="xref-away-name"></div> <div class="xref-away-tricode"></div> </div> <div class="at-or-vs"> <div class="ss-against-note">SS&nbsp;</div> <div class="at">@</div> <div class="vs">vs.</div> </div> <div class="opponent-logo-wrapper"> <img src="" class="opponent-logo-img" /> </div> <div class="opponent-name"></div> <div class="opponent-tricode"></div> <div class="against-ss-note">&nbsp;(SS)</div> <a class="non-game-event-logo-link" href=""> <img class="non-game-event-logo" /> </a> <div class="non-game-event-title"></div> </div> <div class="non-game-event-title"></div> </div> <div class="time-or-score"> <a href="" class="time"> <div class="primary-time"></div> <div class="supp-time"></div> </a> <a class="score" href="#"> <span class="inning-or-outcome"> <span class="inning"></span> <span class="outcome"></span> </span> <span class="left-score-tricode score-tricode"></span> <span class="left-score"></span> <span class="hyphen">-</span> <span class="right-score-tricode score-tricode"></span> <span class="right-score"></span> </a> <div class="special-game-state-notice"></div> </div> <div class="popover-tickets-link"> <span class="large-ticket-link-with-button"><div class="p-button" data-slug=""> <a href="BUYTIX" class="p-button__link" data-popout=""> <button class="p-button__button"> <span class="p-button__text">Buy Tickets</span> </button> </a> </div> </span> </div> <div class="game-description-note"></div> <div class="ps-series-status-note"></div> <div class="if-necessary-note">*if necessary</div> <div class="broadcasters"> <div class="tv"> <span class="label">Watch on:</span> <span class="list"></span> </div> <div class="radio"> <span class="label">Listen on:</span> <span class="list"></span> </div> </div> <a href="#wrap" class="linked-icon-label-pair wrap"> <svg viewBox="0 0 877 713" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--recap icon"><title>Recap icon</title><defs><path d="M0 712.23h876.285V0H0z"/></defs><g fill="none" 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.756H354.86V273.833H108.46M108.46 163.61H656.1v54.716h-547.64M409.733 547.408h246.403v-54.852H409.733M409.733 438.908h246.403v-54.852H409.733M409.733 328.686h246.403v-54.853H409.733"/></g></svg> <div class="label">Wrap</div> </a> <div class="watch-links"><a href="#watch" class="linked-icon-label-pair watch"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">watch</div> </a> <a href="#watch" class="linked-icon-label-pair watch-live"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">Watch live</div> <div class="label label-abbrev">Watch live</div> </a> </div> <div class="cell-bottom-icons"> <a class="small-ticket-link icon-wrapper tickets" href="BUYTIX"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets icon"><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"/></svg> </a> <div class="promotion"> <div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div><div class="label" title=""></div> </div> <a class="icon-wrapper genericwidget"> <svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </a> </div> <div class="popover-promo-partner-details"> <div class="wrapper"> <div class="inner-wrapper"> <div class="content"> <div class="item promotion promotion-0 first"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-1 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-2 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-3 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-4 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <a class="promo-schedule-link" href="/twins/tickets/promotions">View all promotions</a> <div class="item partner-item genericwidget"> <div class="icon"><svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </div> <a href='' class="label-and-text"> <span class="label"></span> <span class="text"></span> </a> </div> </div> </div> </div> </div> </div> <div id="game2"> <div class="opponent-large-logo-wrapper"> <img src="data:,#" class="opponent-large-logo-img left game2 popover" /> <div class="xref-away-team-at-sign">@</div> <img src="data:,#" class="opponent-large-logo-img right" /> </div> <div class="matchup-area"> <div class="matchup"> <div class="xref-away-team-wrapper"> <div class="xref-away-logo-wrapper"> <img src="" class="xref-away-logo-img" /> </div> <div class="xref-away-name"></div> <div class="xref-away-tricode"></div> </div> <div class="at-or-vs"> <div class="ss-against-note">SS&nbsp;</div> <div class="at">@</div> <div class="vs">vs.</div> </div> <div class="opponent-logo-wrapper"> <img src="" class="opponent-logo-img" /> </div> <div class="opponent-name"></div> <div class="opponent-tricode"></div> <div class="against-ss-note">&nbsp;(SS)</div> <a class="non-game-event-logo-link" href=""> <img class="non-game-event-logo" /> </a> <div class="non-game-event-title"></div> </div> <div class="non-game-event-title"></div> </div> <div class="time-or-score"> <a href="" class="time"> <div class="primary-time"></div> <div class="supp-time"></div> </a> <a class="score" href="#"> <span class="inning-or-outcome"> <span class="inning"></span> <span class="outcome"></span> </span> <span class="left-score-tricode score-tricode"></span> <span class="left-score"></span> <span class="hyphen">-</span> <span class="right-score-tricode score-tricode"></span> <span class="right-score"></span> </a> <div class="special-game-state-notice"></div> </div> <div class="popover-tickets-link"> <span class="large-ticket-link-with-button"><div class="p-button" data-slug=""> <a href="BUYTIX" class="p-button__link" data-popout=""> <button class="p-button__button"> <span class="p-button__text">Buy Tickets</span> </button> </a> </div> </span> </div> <div class="game-description-note"></div> <div class="ps-series-status-note"></div> <div class="if-necessary-note">*if necessary</div> <div class="broadcasters"> <div class="tv"> <span class="label">Watch on:</span> <span class="list"></span> </div> <div class="radio"> <span class="label">Listen on:</span> <span class="list"></span> </div> </div> <a href="#wrap" class="linked-icon-label-pair wrap"> <svg viewBox="0 0 877 713" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--recap icon"><title>Recap icon</title><defs><path d="M0 712.23h876.285V0H0z"/></defs><g fill="none" 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.756H354.86V273.833H108.46M108.46 163.61H656.1v54.716h-547.64M409.733 547.408h246.403v-54.852H409.733M409.733 438.908h246.403v-54.852H409.733M409.733 328.686h246.403v-54.853H409.733"/></g></svg> <div class="label">Wrap</div> </a> <div class="watch-links"><a href="#watch" class="linked-icon-label-pair watch"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">watch</div> </a> <a href="#watch" class="linked-icon-label-pair watch-live"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--watch icon"><title>Watch icon</title><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zM655.5 309.3h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"/></svg> <div class="label label-long">Watch live</div> <div class="label label-abbrev">Watch live</div> </a> </div> <div class="cell-bottom-icons"> <a class="small-ticket-link icon-wrapper tickets" href="BUYTIX"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets icon"><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"/></svg> </a> <div class="promotion"> <div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div><div class="label" title=""></div> </div> <a class="icon-wrapper genericwidget"> <svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </a> </div> <div class="popover-promo-partner-details"> <div class="wrapper"> <div class="inner-wrapper"> <div class="content"> <div class="item promotion promotion-0 first"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-1 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-2 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-3 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <div class="item promotion promotion-4 list-view-only"> <div> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo icon"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label-and-text"> <a href="/twins/tickets/promotions" class="popover-promo-header">Promotions</a> <a class="label" href=""></a><span class="label" href=""></span> <span class="text"> <div class="main-text"> <a class="tickets-linked-icon" href="#" title="Buy Tickets"><svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets tickets-icon"><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"/></svg> </a> <span class="description" title=""></span> <a class="more-info-link" href="">More Info >></a> </div> <div class="presby-distro-text"></div> </span> </div> </div> <div class="promo-image"><img src="" /></div> </div> <a class="promo-schedule-link" href="/twins/tickets/promotions">View all promotions</a> <div class="item partner-item genericwidget"> <div class="icon"><svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed icon"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </div> <a href='' class="label-and-text"> <span class="label"></span> <span class="text"></span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="no-games-message"><div class="p-alert p-alert--disclaimer " role="alert" data-cid=""> <div class="p-alert__text"> There are no games scheduled for this date. </div> <div class="p-alert__close"> </div> </div> </div> <div class="no-games-per-filters-message"><div class="p-alert p-alert--disclaimer " role="alert" data-cid=""> <div class="p-alert__text"> <span class="no-games-message-base">No games match the filters selected.</span><span class="no-games-message-fullseason-only"> Or, <a href="#">view the full season with these filters.</a>.</span> </div> <div class="p-alert__close"> </div> </div> </div> <div class="data-loading-indicator"><div class="p-loading p-loading--light"> <div class="p-loading__indicator p-loading__indicator--large p-loading__indicator--light"></div> </div> </div> <div class="footer-notes"> <div class="timezone-note above-legend">All Times CT unless otherwise noted. Subject To Change.</div> <div class="legend"> <div class="nowrap-group grid-only-icons"> <div class="symbol-label-pair home"> <div class="symbol"> <div class="color-block home"></div> </div> <div class="label">- Home</div> </div> <div class="symbol-label-pair"> <div class="symbol"> <div class="color-block away"></div> </div> <div class="label">- Away</div> </div> <div class="symbol-label-pair"> <div class="symbol"> <div class="color-block completed"></div> </div> <div class="label">- Completed</div> </div> <div class="symbol-label-pair spring-training"> <div class="symbol"> <div class="color-block spring-training"> <svg viewBox="0 0 470 279" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--arrow-up p-icon--lg legend-icon spring-training-diag"><title>Arrow Up icon</title><path d="M203.814 13.497c17.18-17.996 45.007-17.996 62.218 0L456.5 213.443c17.21 18.027 24.81 65.252-29.572 65.252H42.858c-56.215 0-46.78-47.194-29.57-65.252L203.813 13.497z" fill="#010201" fill-rule="evenodd"/></svg> </div> </div> <div class="label">- Spring Training</div> </div> </div> <div class="nowrap-group non-color-block-elements"> <div class="inner-nowrap-group"> <div class="symbol-label-pair tickets"> <div class="symbol"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" class="p-icon p-icon--tickets p-icon--sm legend-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"/></svg> </div> <div class="label">- Buy Tickets</div> </div> <div class="symbol-label-pair promo"> <div class="symbol"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="400 0 1000 1000" class="p-icon p-icon--promo p-icon--sm legend-icon promotions"><title>Promo icon</title><path fill="#010101" d="M978.4 852.4c0-77.6-22-146.8-79.9-245.3-57.9 98.6-79.9 167.7-77.9 245.3L720.6 997 524.8 852.4l95.9-142.6c77.9-29.4 113.9-65 199.8-167.7-147.8-33.6-189.8-25.2-251.8 0l-165.8-67.2 79.9-232.8 161.8 50.3c42 62.9 83.9 92.3 203.8 155.2-8-127.9-34-209.7-69.9-272.6V1h241.8v174.1c-40 65-57.9 153.1-71.9 272.6 121.9-62.9 163.8-92.3 205.8-155.2l161.8-50.3 79.9 232.8-165.8 67c-71.9-33.6-131.9-23.1-251.8 0 71.9 90.2 127.9 140.5 199.8 167.7l95.9 142.6L1078.3 997l-99.9-144.6z"/></svg> </div> <div class="label">- Promotion</div> </div> </div> <div class="inner-nowrap-group"> <div class="symbol-label-pair genericwidget"> <div class="symbol"> <svg viewBox="0 0 462 462" fill="none" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--booking-bed p-icon--sm legend-icon genericwidget"><title>Booking icon</title><path d="M52.9375 231H409.062C422.345 231 433.125 241.78 433.125 255.062V346.5L447.562 332.062H14.4375L28.875 346.5V255.062C28.875 241.78 39.655 231 52.9375 231ZM52.9375 202.125C38.8976 202.125 25.4327 207.702 15.505 217.63C5.57733 227.558 0 241.023 0 255.062L0 346.5C0 354.47 6.468 360.938 14.4375 360.938H447.562C451.392 360.938 455.064 359.416 457.771 356.709C460.479 354.001 462 350.329 462 346.5V255.062C462 241.023 456.423 227.558 446.495 217.63C436.567 207.702 423.102 202.125 409.062 202.125H52.9375ZM0 346.5V404.25C0 408.079 1.52109 411.751 4.22865 414.459C6.9362 417.166 10.6084 418.688 14.4375 418.688C18.2666 418.688 21.9388 417.166 24.6464 414.459C27.3539 411.751 28.875 408.079 28.875 404.25V346.5C28.875 342.671 27.3539 338.999 24.6464 336.291C21.9388 333.584 18.2666 332.062 14.4375 332.062C10.6084 332.062 6.9362 333.584 4.22865 336.291C1.52109 338.999 0 342.671 0 346.5ZM433.125 346.5V404.25C433.125 408.079 434.646 411.751 437.354 414.459C440.061 417.166 443.733 418.688 447.562 418.688C451.392 418.688 455.064 417.166 457.771 414.459C460.479 411.751 462 408.079 462 404.25V346.5C462 342.671 460.479 338.999 457.771 336.291C455.064 333.584 451.392 332.062 447.562 332.062C443.733 332.062 440.061 333.584 437.354 336.291C434.646 338.999 433.125 342.671 433.125 346.5ZM418.688 216.562V86.625C418.688 75.1378 414.124 64.1211 406.002 55.9984C397.879 47.8758 386.862 43.3125 375.375 43.3125H86.625C75.1378 43.3125 64.1211 47.8758 55.9984 55.9984C47.8758 64.1211 43.3125 75.1378 43.3125 86.625V216.562C43.3125 220.392 44.8336 224.064 47.5411 226.771C50.2487 229.479 53.9209 231 57.75 231C61.5791 231 65.2513 229.479 67.9589 226.771C70.6664 224.064 72.1875 220.392 72.1875 216.562V86.625C72.1875 82.7959 73.7086 79.1237 76.4161 76.4161C79.1237 73.7086 82.7959 72.1875 86.625 72.1875H375.375C379.204 72.1875 382.876 73.7086 385.584 76.4161C388.291 79.1237 389.812 82.7959 389.812 86.625V216.562C389.812 220.392 391.334 224.064 394.041 226.771C396.749 229.479 400.421 231 404.25 231C408.079 231 411.751 229.479 414.459 226.771C417.166 224.064 418.688 220.392 418.688 216.562ZM163.625 158.812H298.375C299.651 158.812 300.875 159.32 301.778 160.222C302.68 161.125 303.188 162.349 303.188 163.625V216.562L317.625 202.125H144.375L158.812 216.562V163.625C158.812 162.349 159.32 161.125 160.222 160.222C161.125 159.32 162.349 158.812 163.625 158.812ZM163.625 129.938C154.691 129.938 146.122 133.487 139.804 139.804C133.487 146.122 129.938 154.691 129.938 163.625V216.562C129.938 224.532 136.405 231 144.375 231H317.625C321.454 231 325.126 229.479 327.834 226.771C330.541 224.064 332.062 220.392 332.062 216.562V163.625C332.062 154.691 328.513 146.122 322.196 139.804C315.878 133.487 307.309 129.938 298.375 129.938H163.625Z" fill="#262626"/></svg> </div> <div class="label">- Booking.com</div> </div> </div> </div> </div> <div class="timezone-note below-legend">All Times CT unless otherwise noted. Subject To Change.</div> </div> </div> <div class="related-links"> <div class="related-links-header">More Information</div> <div class="p-headline-stack"> <ul class="p-headline-stack__list p-text-list p-text-list--unstyled"> <li class="p-headline-stack__headline"><a class="p-headline-stack__link" href="/twins/tickets/single-game-tickets">Twins Single Game Tickets</a></li> <li class="p-headline-stack__headline"><a class="p-headline-stack__link" href="/twins/schedule/broadcast-faq">Broadcast FAQ</a></li> <li class="p-headline-stack__headline"><a class="p-headline-stack__link" href="/twins/fans/treasure-island-baseball-network">Treasure Island Baseball Network</a></li> <li class="p-headline-stack__headline"><a class="p-headline-stack__link" href="https://seatgeek.com/minnesota-twins-tickets?aid&#x3D;15980&amp;pid&#x3D;integration&amp;rid&#x3D;4&amp;utm_medium&#x3D;partnership&amp;utm_source&#x3D;twins_sponsorship&amp;utm_campaign&#x3D;integration">SeatGeek</a></li> </ul> </div> </div> </div> </div> </div> </div> </div> <dialog class="p-modal tickets-modal"> <header class="p-modal__header"> <div class="u-text-h3 p-modal__title"> Continue? </div> <svg class="p-icon p-icon--close p-icon--sm p-modal__close"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-close"></use> </svg> </header> <div class="p-modal__body"> You have selected an away game. Tickets for this game will be purchased from the home club. Do you wish to continue? <div class="modal-button-wrapper"> <div class="p-button continue-button" data-slug=""> <a href="#" class="p-button__link" data-popout=""> <button class="p-button__button"> <span class="p-button__text">Continue</span> </button> </a> </div> </div> </div> </dialog> <div class="media-width-tracker"> <div class="breakpoint breakpoint-100">&nbsp;&nbsp;&nbsp;&nbsp;100</div> <div class="breakpoint breakpoint-200">&nbsp;&nbsp;&nbsp;&nbsp;200</div> <div class="breakpoint breakpoint-300">&nbsp;&nbsp;&nbsp;&nbsp;300</div> <div class="breakpoint breakpoint-400">&nbsp;&nbsp;&nbsp;&nbsp;400</div> <div class="breakpoint breakpoint-500">&nbsp;&nbsp;&nbsp;&nbsp;500</div> </div> </main> <!-- no footer --> <script> window.__FOOTER_PROPS__ = {"footerData":{"instanceId":"a453682f-a7f0-4478-8480-97aea9ad4569","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://recruitingbypaycor.com/career/CareerHome.action?clientId=8a7883d08b729b3e018b72dc67f6007f"},"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":"69ca1504-8509-48c7-b259-71518dd4b0d8","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/t142_header_primaryMN_TC_19_blue_svg/c0f95eb9469a7d98b24498395d4f4dc9/MIN23_Dark_Active.svg"},"urlLogo":{"url":"https://images.ctfassets.net/iiozhi00a8lc/t142_url_logotwins_url_svg/a6572538a456c0b487e3cf2a26d88396/twins-url-logo-2023.svg"},"headerMastheadTagline":{"url":"https://images.ctfassets.net/iiozhi00a8lc/t142_header_masthead_taglineAL_Central_Champs_2019_updated_svg/489753abbedb34cf0063205cc7dc7ace/MINNESOTA-TWINS-2023-adjusted.svg"},"headerMastheadTaglineContainerHeight":"45px","headerMastheadTaglineContainerWidth":"512px"},"palette":{"headerMastheadBackgroundColor":"#031F40","headerNavigationBackgroundColor":"#031F40","headerNavigationBorderColor":"#FEF8EC","headerNavigationTextColor":"#ffffff","headerNavigationTextColorHover":"#333333","buttonSpotlightBackgroundColor":"#333333","buttonSpotlightBackgroundColorHover":"lighten","buttonSpotlightTextColor":"#ffffff","buttonSpotlightTextColorHover":"#ffffff","footerTitleColor":"#fff","footerTextColor":"#d2d2d2","footerBackgroundColor":"#000000","footerBorderColor":"#e2e2e2","footerLinkColor":"#999","footerLinkColorHover":"#fff","footerLinkColorActive":"#fff"},"teamNameDisplay":"Minnesota Twins"},"clubId":142,"styleProps":{"headerPrimaryLogo":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t142_header_primaryMN_TC_19_blue_svg/c0f95eb9469a7d98b24498395d4f4dc9/MIN23_Dark_Active.svg","description":null,"__typename":"Asset","type":"binaryAsset"},"headerMastheadTagline":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t142_header_masthead_taglineAL_Central_Champs_2019_updated_svg/489753abbedb34cf0063205cc7dc7ace/MINNESOTA-TWINS-2023-adjusted.svg","__typename":"Asset","type":"binaryAsset"},"headerMastheadTaglineContainerHeight":{"binaryFile":"","type":"binaryAsset"},"headerMastheadTaglineContainerWidth":{"binaryFile":"","type":"binaryAsset"},"navigationMastheadSponsorImage":{"binaryFile":"","type":"binaryAsset"},"urlLogo":{"binaryFile":"https://images.ctfassets.net/iiozhi00a8lc/t142_url_logotwins_url_svg/a6572538a456c0b487e3cf2a26d88396/twins-url-logo-2023.svg","__typename":"Asset","type":"binaryAsset"},"organismHeadlineFont":{"binaryFile":"","type":"binaryAsset"},"favicon":{"title":"favicon","type":"shortContent","image":{"cuts":{"256x256":{"width":"256","height":"256","src":"https://images.ctfassets.net/iiozhi00a8lc/t142_favicon142_x4efe9mu_x1izlwtj_png/c2f4c0cd393152db47da57645e2d4eac/min-favicon-2023.png","at2x":"https://images.ctfassets.net/iiozhi00a8lc/t142_favicon142_x4efe9mu_x1izlwtj_png/c2f4c0cd393152db47da57645e2d4eac/min-favicon-2023.png","at3x":"https://images.ctfassets.net/iiozhi00a8lc/t142_favicon142_x4efe9mu_x1izlwtj_png/c2f4c0cd393152db47da57645e2d4eac/min-favicon-2023.png"}}}},"__typename":{"binaryFile":"","type":"binaryAsset"},"siteConfig":{"articleVideoAutoPlay":true,"articleVideoAutoPlaySound":false,"__typename":"WebProperties"},"t142_bodyBackgroundSkin1":{"type":"shortContent","title":"t142_bodyBackgroundSkin1","pageContainerBackgroundColor":"#e2e2e2","image":{"title":"t142bodyBackgroundSkin1","cuts":{"1680x900":{"title":"t142_bodyBackgroundSkin1","width":1680,"height":900,"src":"https://images.ctfassets.net/iiozhi00a8lc/t142_bodyBackgroundSkin1_jpg/b0696c42d6dced88d5449d915e117bb5/min-skin-2023.png","__typename":"Asset"}}}},"bodyBackgroundSkinTotal":1,"style":{"bodyBackgroundColor":"#E20E32","t142-base-palette":{"paletteName":"t142-base-palette","pageContainerBorderColor":"#ececec","headerMastheadBackgroundColor":"#031F40","headerMastheadTextColor":"#ffffff","headerNavigationBackgroundColor":"#031F40","headerNavigationBorderColor":"#FEF8EC","headerNavigationTextColorHover":"#333333","headerNavigationTextColor":"#ffffff","footerTitleColor":"#fff","footerTextColor":"#d2d2d2","footerBackgroundColor":"#000000","footerBorderColor":"#e2e2e2","footerLinkColor":"#999","footerLinkColorHover":"#fff","footerLinkColorActive":"#fff","buttonPrimaryBackgroundColor":"#E20E32","buttonPrimaryBackgroundColorHover":"lighten","buttonPrimaryTextColor":"#ffffff","buttonPrimaryTextColorHover":"#ffffff","buttonSpotlightBackgroundColor":"#333333","buttonSpotlightBackgroundColorHover":"lighten","buttonSpotlightTextColor":"#ffffff","buttonSpotlightTextColorHover":"#ffffff","tableHeaderBackgroundColor":"#E20E32","tableRowBackgroundColor":"#ffffff","tableTextColor":"#333333","organismSectionTitleColor":"#031F40","organismTitleColor":"#333333","organismTextColor":"#333333","organismTagBackgroundColor":"#E20E32","organismTagTextColor":"#ffffff","organismBackgroundColor":"#ffffff","organismBorderColor":"#ececec","organismLinkColor":"#333333","organismLinkColorHover":"#E20E32","organismLinkTextDecoration":"none","organismLinkColorActive":"#031F40","organismScrimTitleColor":"#ffffff","organismScrimTextColor":"#ffffff","organismScrimTagColor":"#ffffff","organismScrimBackgroundColor":"#E20E32","organismScrimBackgroundColorHover":"lighten","organismScrimBorderColor":"#ececec","organismScrimLinkColor":"#ececec","organismScrimLinkColorHover":"#E20E32","organismContentHeadingSecondaryBorderColor":"#031F40","organismContentHeadingPrimaryBorderColor":"#E20E32","organismSidekickBackgroundColor":"#333333","organismJumbotronTitleColor":"#333333","__typename":"Palette","pageContainerBackgroundColor":"#e2e2e2"},"organismLogoVersion":"primary","organismLogoStyle":"light","headerMastheadLogoVersion":"cap","headerMastheadLogoStyle":"dark","footerLogoVersion":"primary","footerLogoStyle":"dark","palette":"t142-base-palette","headlineTextTransform":"none","headlineFontFamily":null,"headlineFontFamilySizeMultiplier":1,"__typename":"WebProperties","headerMastheadLogoContainer":{"left":"0px","top":"8px","height":"46px"},"headerMastheadTaglineContainer":{"height":"45px","width":"512px","top":"0px","left":"0px"}},"teamNameDisplay":"Minnesota Twins"},"locale":"en","teamNameSlug":"twins","teamNameDisplay":"Minnesota Twins","linkBaseUrl":"https://www.mlb.com"} </script> <div id='react-footer'> <footer class="styles__StyledFooterContainer-sc-5eb1a394-0 eFgfHo" data-is-club="true"><div class="site-footer__frame"><div class="styles__StyledClubStrip-sc-c2cd316b-0 civMhc site-footer__team-container"><div class="styles__StyledTeamLogo-sc-c2cd316b-1 Aihrh site-footer__team-logo"><a href="/twins/"><img alt="Minnesota Twins URL logo" class="site-footer__team-url-logo" src="https://images.ctfassets.net/iiozhi00a8lc/t142_url_logotwins_url_svg/a6572538a456c0b487e3cf2a26d88396/twins-url-logo-2023.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://recruitingbypaycor.com/career/CareerHome.action?clientId=8a7883d08b729b3e018b72dc67f6007f">Job Opportunities</a></li></ul></div><div class="site-footer__container"><div class="styles__StyledSponsor-sc-ac4b9e5d-0 cciqND"><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,mlbtwins'; var s = window.adobeAnalytics = window.s_gi(reportingSuiteIds); var rsId = getRsId(s); if(rsId) { setRsId(s, rsId); } window.setAppMeasurementConfig(s); var trackingSectionName = capitalize('Schedule'); var trackingPageName = 'Minnesota Twins: ' + trackingSectionName + ': Schedule'; 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,mlbtwins'; 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":"section","tablet":"section","phone":"section"}; const pageJS = {"desktop":"index","tablet":"index","phone":"index"}; 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/club-schedule/builds/e0372897140a9836b26cdb8a4a2b0f3168572356_1737573538/scripts/'+sectionJS[type]+'.js'); } if (pageJS[type]) { scripts.push('//builds.mlbstatic.com/mlb.com/sections/club-schedule/builds/e0372897140a9836b26cdb8a4a2b0f3168572356_1737573538/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 --> <div class="p-ad ad-responsive-slot ad-outofpage " data-targeting="{&quot;prdct&quot;:&quot;skins&quot;,&quot;pos&quot;:&quot;1&quot;}" > <div id="ad-skin" class="ad-responsive-size" data-thresholds="[3,4]"></div> </div> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T5RM6DXG" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> </body> </html>

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