302 status code indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: mlsgo.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="https://images.mlssoccer.com/image/upload/v1682956828/assets/mlsgo/MLS_GO-Favicon-40x40_hlzhgy.svg" asp-append-version="true" /> <link rel="apple-touch-icon" href="https://images.mlssoccer.com/image/upload/assets/logos/apple-touch-icon.png" /> <link rel="manifest" href="/manifest.json" asp-append-version="true" /> <link rel="preload" href="/assets/fonts/MLSTifo/MLSTifo--regular.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" href="/assets/fonts/MLSTifo/MLSTifo--light.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" href="/assets/fonts/MLSTifo/MLSTifo--medium.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" href="/assets/fonts/MLSTifo/MLSTifo--bold.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" href="/assets/fonts/MLSTifo/MLSTifo--regular.woff" as="font" type="font/woff" crossorigin /> <link rel="preload" href="/assets/fonts/MLSTifo/MLSTifo--light.woff" as="font" type="font/woff" crossorigin /> <link rel="preload" href="/assets/fonts/MLSTifo/MLSTifo--medium.woff" as="font" type="font/woff" crossorigin /> <link rel="preload" href="/assets/fonts/MLSTifo/MLSTifo--bold.woff" as="font" type="font/woff" crossorigin /> <title>MLSGO.com | The Official Site of MLS GO</title> <meta content="MLS GO is Major League Soccer’s youth soccer experience, with the mission of creating an inclusive and elevated recreational experience for boys and girls of all levels." name="description"></meta> <meta content="mlssoccer" name="author"></meta> <link href="https://www.mlssoccer.com/mlsgo/" rel="canonical"></link> <meta content="noodp" name="robots"></meta> <meta content="summary_large_image" property="twitter:card"></meta><meta content="MLSGO.com | The Official Site of MLS GO" property="og:title"></meta><meta content="MLS GO is Major League Soccer’s youth soccer experience, with the mission of creating an inclusive and elevated recreational experience for boys and girls of all levels." property="og:description"></meta><meta content="@107146095" property="twitter:site"></meta><meta content="website" property="og:type"></meta><meta content="https://www.mlssoccer.com/mlsgo/" property="og:url"></meta><meta content="MLS GO is Major League Soccer’s youth soccer experience, with the mission of creating an inclusive and elevated recreational experience for boys and girls of all levels." property="twitter:description"></meta><meta content="https://www.mlssoccer.com" property="twitter:domain"></meta><meta content="MLSGO.com | The Official Site of MLS GO" property="twitter:title"></meta><meta content="@107146095" property="twitter:creator"></meta><meta content="en-US" property="og:locale"></meta><meta content="123268204377180" property="fb:app_id"></meta><meta content="mlssoccer" property="og:site_name"></meta> <!-- OptanonConsentNoticeStart --> <script src="https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="e7c875ca-97f7-46e8-a14a-5e69cb2a3ee8"></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OptanonConsentNoticeEnd --> <script type="text/plain" class="optanon-category-C0002-C0003-C0004-C0005" async defer src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> // early compute the vw/vh units more reliably than CSS does itself function computeViewportDimensions() { if (document.documentElement && document.documentElement.style && document.documentElement.style.setProperty) { document.documentElement.style.setProperty( "--vw-unit", (document.documentElement.clientWidth / 100).toFixed(1) + "px" ); document.documentElement.style.setProperty( "--vh-unit", (document.documentElement.clientHeight / 100).toFixed(1) + "px" ); } } (function listenForViewportChanges() { // keep the CSS vw-unit/vh-unit CSS variables updated as the viewport changes size (or orientation!) window.addEventListener("resize", computeViewportDimensions, false); // work-arounds for browsers that don't fire "resize" when the orientation changes // ref: https://developer.mozilla.org/en-US/docs/Web/API/ScreenOrientation/onchange if (typeof window.screen != "undefined" && typeof window.screen.orientation != "undefined") { window.screen.orientation.addEventListener("change", computeViewportDimensions, false); } // ref: https://www.reddit.com/r/javascript/comments/lttxdy/js_workaround_for_fixing_how_css_vwvh_units_arent/gp61ghe/ // ref: https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList/matches else if (typeof window.matchMedia != "undefined") { var query = window.matchMedia("(orientation: landscape)"); // handle variances in the event handling in various older browsers if (typeof query.addEventListener != "undefined") { query.addEventListener("change", computeViewportDimensions, false); } else if (typeof query.addListener != "undefined") { query.addListener(computeViewportDimensions); } else { query.onchange = computeViewportDimensions; } } // make sure nothing during HTML parsing invalidated the early // computation (from the <script> embed) // // has the DOM already loaded? if (document.readyState !== "loading") { computeViewportDimensions(); } // otherwise, assume we can listen for the future DOM-ready event else { document.addEventListener("DOMContentLoaded", computeViewportDimensions, false); } })(); </script> <link as="script" href="/assets/js/base.js?_t=f341089f028f7dd45d89e0d3b96f329c" rel="preload"></link><link as="script" href="/addon/whitelabel/js/jquery/jquery-3_5_1_min_js?_t=dc5e7f18c8d36ac1d3d4753a87c98d0a" rel="preload"></link><link as="script" href="/addon/whitelabel-razor/js/lazyload_js?_t=6902fae3128df034d67dec8038c6d08a" rel="preload"></link><link as="script" href="/assets/js/vendors/auth0-spa-js.js?_t=36328c8142b1efe71319b78014e25be1" rel="preload"></link> <link rel="dns-prefetch" href="https://res.cloudinary.com" /> <link rel="preconnect" href="https://res.cloudinary.com" crossorigin /> <link rel="dns-prefetch" href="https://storage.googleapis.com" /> <link rel="preconnect" href="https://storage.googleapis.com" crossorigin /> <link rel="canonical" href="https://www.mlssoccer.com/mlsgo/" /> <link href="/assets/css/skins/default.css?_t=a269af68df73327bf02967c65938a712" rel="stylesheet" type="text/css" /><link href="/assets/css/base.css?_t=2b12e2c18cfdb252d9096e441bdc0b13" rel="stylesheet" type="text/css" /> <style>:root {--theme-enabled: True;--theme-accentcolor: #FFFFFF;--theme-advbackground: #000000;--theme-mastheadbackgroundcolor: #151516;--theme-subnavbackgroundcolor: #151516;--theme-promobackgroundcolor: #151516;--theme-promotextcolor: #ffffff;--theme-overlapcolor: #000000;--theme-mastheadtextcolor: #FFFFFF;--theme-subnavtextcolor: #FFFFFF;--theme-subnavaccentcolor: #00FF17;--theme-backgroundhovercolor: #151516;}</style> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script> <script type="text/javascript" data-ot-ignore> window.forgeVariables = function () { return { match: { sportecId: "", slug: "", competitionSportecId: "", season: "", matchDateTime: "", mlsCompetitionIds: "98,1294,1231,1209", mlsDefaultCompetitionId: "MLS-COM-000001", mlsCompetitionSportecIds: "MLS-COM-000001,MLS-COM-000006", mlsCompetitionsToSkip: "MLS-COM-000003,MLS-COM-000004,MLS-COM-00002R", ticketmasterIconDarkUrl: "https://images.mlssoccer.com/image/upload/assets/match-icons/ticketmaster-black.svg", ticketmasterIconLightUrl: "https://images.mlssoccer.com/image/upload/assets/match-icons/ticketmaster-white.svg", hotelBookingIconDarkUrl: "https://images.mlssoccer.com/image/upload/assets/match-icons/IHG_dark_nghmhl.svg", hotelBookingIconLightUrl: "https://images.mlssoccer.com/image/upload/assets/match-icons/IHG_light_baxkef.svg", competitionsWithFirstSecondAssists: "MLS-COM-000001,MLS-COM-000002,MLS-COM-000005" }, videoTags: { fullGameTags: "full-replays", condensedGameTags: "mls-in-15", gameHighlightsTags: "match-highlights, full-highlights, 4-minute-highlights" }, urlList: { baseUrl: "https://www.mlssoccer.com/mlsgo", defaultAdUrl: "https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/8375/www.mlssoccer.com/video/default&impl=s&gdfp_req=1&env=vp&output=xml_vast4", imageBaseUrl: "https://images.mlssoccer.com", ticketMasterPostMatchUrl: "https://www.ticketmaster.com", venueBgUrl: "https://images.mlssoccer.com/image/upload/t_keep-aspect-ratio-e/assets/venue-backgrounds/", calendarUrl: "", remindMeUrl: "" }, apiList: { statsAPI: "https://stats-api.mlssoccer.com", statsAPIToken: "", forgeDAPI: "https://dapi.mlssoccer.com/v2", d3SportsAPI: "https://sportapi.mlssoccer.com/api", forgeDAPIv1: "https://dapi.mlssoccer.com/v1", leagueForgeDAPIv1: "https://dapi.mlssoccer.com/v1", }, directoryList: { matchHubDir: "competitions", storiesDir: "", playerStatsDir: "", clubStatsDir: "", clubsDir: "clubs", }, currentSite: { isLeague: "True", isClub: "False", clubSportecId: "", betMgmUrl: "https://mediaserver.betmgmpartners.com/renderBanner.do?zoneId=1632254", culture: "en-US", freemiumPopupImageUrl: "https://images.mlssoccer.com/image/upload/v1736877410/assets/freemium/ADIDAS_MLS_OMB_2025_HERO_SELECTS_BALL_IN_HAND_1_16X9-08126_bxl0yp.jpg", currentSeasonSportecId: "MLS-SEA-0001K9" }, auth0: { domain: "mlsid.mlssoccer.com", clientId: "za31eSOrb42Z9cdKo6OqYNub5ukCXRoj" }, brackets: { ThirdPlaceMatchTitle: "" } } }(); </script> <script> console.log("dotnet version: dotnet6"); if ("serviceWorker" in navigator) { window.addEventListener("load", function () { navigator.serviceWorker.register("/assets/serviceWorker.js", { scope: "/" }); }, function (err) { console.debug('ServiceWorker registration failed: ', err); }); }</script> <script> window.dataLayer = window.dataLayer || []; var data = {"event":"dataLayer-initialized","authorName":null,"topics":null,"pageSection":null,"publishedDate":null,"publishedTime":null,"pageType":null,"pageTitle":"MLSGO.com | The Official Site of MLS GO","authorTwitterHandle":null,"contentCategory":null,"pageTemplate":"A2","storyLayout":null,"storyWordCount":null,"storyType":null,"hideInApp":"no","disableMobileAlert":"no","playerPositions":null,"relatedContent":null,"entityCode":null,"videoId":null,"venues":null,"accountWall":null}; for (var key in data) { if (data.hasOwnProperty(key)) data[key] = data[key] === null ? undefined : data[key]; } data['userId'] = undefined; window.dataLayerInitialized = data; window.dataLayer.push(data); </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-TZ9F6LF');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript> <iframe data-src="https://www.googletagmanager.com/ns.html?id=GTM-TZ9F6LF" height="0" width="0" style="display:none;visibility:hidden" title="gtm" class="optanon-category-C0002-C0003-C0004-C0005"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript"> window.gptconfig = {}; var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; window.gptSlots = []; var advPageInfo = {"Sections":["mlsgo"],"ItemPath":"mlsgo/index","AdUnitName":"mlsgo","IsCustom":false}; var adUnitName = advPageInfo.AdUnitName; var adUnitDomain = '/8375/www.mlsgo.com'; if (adUnitName) { adUnitName = "/" + adUnitName; } window.adUnit = adUnitDomain + adUnitName; //Ad Unit Name are the section googletag.cmd.push(function () { gptconfig.responsiveMappings = {}; gptconfig.responsiveMappings['standard-leaderboard'] = googletag.sizeMapping().addSize([1080, 1], [ [8, 1], [10, 1], [728, 90], [970, 90], [1280, 90] ]).addSize([768, 1], [ [8, 1], [728, 90], [1280, 90] ]).addSize([0, 0], [ [6, 1], [300, 50], [320, 50], [300, 250] ]).build(); gptconfig.responsiveMappings['standard-narrow-leaderboard'] = googletag.sizeMapping().addSize([1080, 1], [ [8, 1], [10, 1], [728, 90], [970, 90] ]).addSize([768, 1], [ [8, 1], [728, 90] ]).addSize([0, 0], [ [6, 1], [300, 50], [320, 50], [300, 250] ]).build(); gptconfig.responsiveMappings['premium-leaderboard'] = googletag.sizeMapping().addSize([1080, 1], [ [4, 1], [8, 1], [10, 1], [728, 90], [970, 90], [970, 250], [1280, 90] ]).addSize([768, 1], [ [4, 1], [8, 1], [10, 1], [728, 90], [1280, 90] ]).addSize([0, 0], [ [6, 1], [300, 50], [320, 50], ]).build(); gptconfig.responsiveMappings['leaderboard-scoreboard'] = googletag.sizeMapping().addSize([1080, 1], []).addSize([0, 0], [ [6, 1], [300, 50], [320, 50] ]).build(); gptconfig.responsiveMappings['leaderboard-pencil'] = googletag.sizeMapping().addSize([1080, 1], [ [1260, 50] ]).addSize([0, 0], [ [320, 50], ]).build(); gptconfig.responsiveMappings['standard-box'] = googletag.sizeMapping().addSize([1080, 1], [ [1, 1], [2, 1], [300, 250] ]).addSize([768, 1], [ [1, 1], [2, 1], [300, 250], ]).addSize([0, 0], [ [1, 1], [2, 1], [300, 250], ]).build(); gptconfig.responsiveMappings['match-standard-box'] = googletag.sizeMapping().addSize([1080, 1], [ [1, 1], [2, 1], [300, 250] ]).addSize([768, 1], []).addSize([0, 0], []).build(); gptconfig.responsiveMappings['premium-box'] = googletag.sizeMapping().addSize([1080, 1], [ [1, 1], [1, 2], [2, 1], [120, 60], [300, 250], [300, 600] ]).addSize([768, 1], [ [1, 1], [1, 2], [2, 1], [1, 4], [120, 60], [300, 250], [300, 600] ]).addSize([0, 0], [ [1, 1], [2, 1], [1, 2], [60, 30], [300, 250], [300, 600], ]).build(); gptconfig.responsiveMappings['masthead-logo'] = googletag.sizeMapping().addSize([1080, 1], [ [120, 60] ]).addSize([768, 1], [ [120, 60] ]).addSize([0, 0], [ [60, 30] ]).build(); gptconfig.responsiveMappings['bodyarticle-leaderboard'] = googletag.sizeMapping().addSize([1080, 1], [ [728, 90] ]).addSize([768, 1], [ [728, 90] ]).addSize([0, 0], [ [300, 50], [320, 50] ]).build(); gptconfig.responsiveMappings['nav-logo'] = googletag.sizeMapping().addSize([1080, 1], [ [80, 40] ]).addSize([768, 1], [ [60, 30] ]).addSize([0, 0], [ [60, 30] ]).build(); gptconfig.responsiveMappings['blockheader-logo'] = googletag.sizeMapping().addSize([1080, 1], [ [60, 30] ]).addSize([768, 1], [ [60, 30] ]).addSize([0, 0], [ [60, 30] ]).build(); gptconfig.adSizes = [ [1280, 90], [728, 90], [970, 250], [970, 90], [300, 250], [320, 50], [300, 600], [160, 600], [300, 60], [300, 100], [120, 60], [60, 30], [1, 4], [3, 4] ]; }); </script> <script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; googletag.cmd.push(function () { googletag.pubads().enableLazyLoad({ fetchMarginPercent: 0, renderMarginPercent: 0, mobileScaling: 2.0 }); googletag.pubads().enableAsyncRendering(); googletag.pubads().collapseEmptyDivs(); googletag.pubads().disableInitialLoad(); googletag.pubads().setTargeting('lang', 'en'); //Ads container collapsed if not served if (window.googletag && googletag.apiReady) { googletag.pubads().addEventListener('slotRenderEnded', function (event) { if (event.isEmpty) { var id = event.slot.getSlotElementId(); var adSlotNotServed = document.getElementsByClassName('mls-' + id); for (i = 0; i < adSlotNotServed.length; i++) { adSlotNotServed[i].classList.add("mls-o-adv-container--collapsed"); } } }); } //Ads Delay setTimeout(function () { googletag.pubads().refresh(); }, 2 * 1000); googletag.enableServices(); }); </script> <script> !function (t, e, n, i, o, c) { if (!t[i]) { t[i] = function () { (t[i].init = []).push(arguments[0]); }, o = e.createElement(n), c = e.getElementsByTagName(n)[0], o.defer = 1, o.async = 1, o.src = "https://widgets.touch.global/sdk/index.js", c.parentNode.insertBefore(o, c); t[i]({ clientID: "bRUVL8o0KiMIDRBKojxECtTWp" }); } }(window, document, "script", "ecTouchPlatform"); </script> <script async="async" src="https://static.srcspot.com/libs/ira.js" type="application/javascript"></script> <script type="text/javascript"> // Make match object available to JavaScript environment window.matchData = null; </script> </head> <body> <a id="skip-to-main-content" class="mls-o-skip-to-main-content fa-button" href="#main-content"> <span>Skip to main content</span> </a> <div class="d3-l-wrap mls-l-template-A2"> <style type="text/css"> .mls-c-header__club-logo { width: auto; } .mls-c-header__club-logo .img-responsive { padding: 0px 0px; width: 72px; } @media (min-width: 1080px) { .mls-c-header__club-logo .img-responsive { padding: 10px 0px; width: 91px; } } @media (min-width: 768px) { .oc-o-icon--horizontal-dots { visibility: hidden;} } </style><style type="text/css"> .oc-o-icon--search { visibility: hidden; } .mls-o-navigation__item-link--account { visibility: hidden; } </style> <header class="mls-c-header" role="banner"> <section class="d3-l-grid--outer"> <div class="d3-l-grid--inner"> <div class="d3-l-col__col-12"> <div class="mls-c-header__wrapper"> <div class="mls-c-header__primary"> <a class="mls-c-header__club-logo" href="https://www.mlssoccer.com/mlsgo" title="Major League Soccer" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Major League Soccer","navigationPosition":0,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <picture> <img alt="Major League Soccer" class="img-responsive" src="https://images.mlssoccer.com/image/upload/v1682956828/assets/mlsgo/MLS_GO_Logo_Green_Trap_bohg0c.png"> </picture> </a> <nav role="navigation" class="mls-o-navigation mls-o-navigation--lg"> <div js-search class="fo-search" aria-hidden="true"> <div class="fo-search__head"> <div class="fo-search__wrapper"> <div class="fo-search__form"> <form tabindex="-1" method="get" autocomplete="off" action="/search"> <div class="fo-search__icon"> <button tabindex="-1" type="submit" name="search" title="Search"> <span class="fa-icon-svg fa-icon-svg--x-large oc-o-icon--white oc-o-icon--search"><svg class="fa-icon-svg fa-icon-svg--search" viewBox="0 0 24 24"><use xlink:href='#search'></use></svg></span> </button> </div> <input tabindex="-1" type="text" id="q-lg" name="q" required placeholder="Search" aria-label="Search"> </form> </div> </div> <button tabindex="-1" class="fo-search__close" js-menu-close aria-pressed="false" aria-label="Close search panel" aria-hidden="true"> <span class="fa-icon-svg fa-icon-svg--small oc-o-icon--white oc-o-icon--close"><svg class="fa-icon-svg fa-icon-svg--close" viewBox="0 0 30 30"><use xlink:href='#close'></use></svg></span> </button> </div> </div> <script> function updateSidebar() { if(document.getElementsByClassName('mls-c-alert-bar--apple')[0] != null){ var width = window.innerWidth; var height = window.innerHeight; if(width <= 441 && height <= 954){ slimBarHeight = document.getElementsByClassName('mls-c-alert-bar--apple')[0].clientHeight; scrollTop = document.documentElement.scrollTop; if(scrollTop >= 0 && scrollTop <= slimBarHeight) { diff = slimBarHeight - scrollTop; incrementAmount = diff.toString(); document.getElementsByClassName('mls-o-overlay__wrapper')[1].style.setProperty("top", incrementAmount + "px"); } else { document.getElementsByClassName('mls-o-overlay__wrapper')[1].style.setProperty("top", "0"); } } } } </script> <ul class="mls-o-navigation__primary-list"> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link active" href="/mlsgo/about/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"About","navigationPosition":1,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">About</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/about/faq" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"FAQs","navigationPosition":2,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">FAQs</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/find-a-league/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Find a League","navigationPosition":3,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Find a League</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/join-a-league/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Join a League","navigationPosition":4,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Join a League</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/start-a-league/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Start a League","navigationPosition":5,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Start a League</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/play-fund/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"PLAY FUND","navigationPosition":6,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">PLAY FUND</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/playbook/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"PLAYBOOK","navigationPosition":7,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">PLAYBOOK</span> </a> </li> </ul> <ul class="mls-o-navigation__secondary-list"> <li js-nav-advert-container-desktop></li> <li class="fo-search-btn"> <button js-search-open tab-index="0" aria-label="Open search panel" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"search","navigationPosition":1,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="fa-icon-svg fa-icon-svg--medium oc-o-icon--club oc-o-icon--search"><svg class="fa-icon-svg fa-icon-svg--search" viewBox="0 0 24 24"><use xlink:href='#search'></use></svg></span> </button> </li> <li class="mls-o-navigation__secondary-item"> <a class="mls-o-navigation__item-link active" href="/mlsgo/contact-us/index" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"Contact Us","navigationPosition":2,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Contact Us</span> </a> </li> <li class="mls-o-navigation__secondary-item"> <a class="mls-o-navigation__item-link " href="https://www.mlssoccer.com/mlsnext/index" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"MLS NEXT","navigationPosition":3,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">MLS NEXT</span> </a> </li> <li class="mls-o-navigation__secondary-item"> <a class="mls-o-navigation__item-link " href="https://www.mlsnextpro.com/index" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"NEXT Pro","navigationPosition":4,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">NEXT Pro</span> </a> </li> <li class="mls-o-navigation__secondary-item"> <a class="mls-o-navigation__item-link " href="https://www.mlssoccer.com" target=_blank data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"MLSSoccer.com","navigationPosition":5,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">MLSSoccer.com</span> </a> </li> <li class="mls-o-navigation__secondary-item"> <a class="mls-o-navigation__item-link mls-o-navigation__item-link--account mls-o-navigation__item-link--login"> <span class="fa-icon-svg fa-icon-svg--small oc-o-icon--mls-profile d-none"><svg class="fa-icon-svg fa-icon-svg--mls-profile-icon" viewBox="0 0 16 16"><use xlink:href='#mls-profile-icon'></use></svg></span> <span class="mls-o-navigation__item-text d-none">Sign in</span> </a> </li> </ul> </nav> <nav role="navigation" class="mls-o-navigation mls-o-navigation--md"> <div js-search class="fo-search" aria-hidden="true"> <div class="fo-search__head"> <div class="fo-search__wrapper"> <div class="fo-search__form"> <form tabindex="-1" method="get" autocomplete="off" action="/search"> <div class="fo-search__icon"> <button tabindex="-1" type="submit" name="search" title="Search"> <span class="fa-icon-svg fa-icon-svg--x-large oc-o-icon--white oc-o-icon--search"><svg class="fa-icon-svg fa-icon-svg--search" viewBox="0 0 24 24"><use xlink:href='#search'></use></svg></span> </button> </div> <input tabindex="-1" type="text" id="q-md" name="q" required placeholder="Search" aria-label="Search"> </form> </div> </div> <button tabindex="-1" class="fo-search__close" js-menu-close aria-pressed="false" aria-label="Close search panel" aria-hidden="true"> <span class="fa-icon-svg fa-icon-svg--small oc-o-icon--white oc-o-icon--close"><svg class="fa-icon-svg fa-icon-svg--close" viewBox="0 0 30 30"><use xlink:href='#close'></use></svg></span> </button> </div> </div> <script> function updateSidebar() { if(document.getElementsByClassName('mls-c-alert-bar--apple')[0] != null){ var width = window.innerWidth; var height = window.innerHeight; if(width <= 441 && height <= 954){ slimBarHeight = document.getElementsByClassName('mls-c-alert-bar--apple')[0].clientHeight; scrollTop = document.documentElement.scrollTop; if(scrollTop >= 0 && scrollTop <= slimBarHeight) { diff = slimBarHeight - scrollTop; incrementAmount = diff.toString(); document.getElementsByClassName('mls-o-overlay__wrapper')[1].style.setProperty("top", incrementAmount + "px"); } else { document.getElementsByClassName('mls-o-overlay__wrapper')[1].style.setProperty("top", "0"); } } } } </script> <ul class="mls-o-navigation__primary-list"> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link active" href="/mlsgo/about/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"About","navigationPosition":1,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">About</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/about/faq" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"FAQs","navigationPosition":2,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">FAQs</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/find-a-league/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Find a League","navigationPosition":3,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Find a League</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/join-a-league/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Join a League","navigationPosition":4,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Join a League</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/start-a-league/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Start a League","navigationPosition":5,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Start a League</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/play-fund/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"PLAY FUND","navigationPosition":6,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">PLAY FUND</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/playbook/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"PLAYBOOK","navigationPosition":7,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">PLAYBOOK</span> </a> </li> <li x-data="AlpineModules.overflowMenu()" x-on:resize.debounce.window=" checkWindowWidth(window.outerWidth, clearAllBodyScrollLocks); " x-on:click.away="closeOverflowMenu(); clearAllBodyScrollLocks()" class="mls-o-navigation__toggle" :class="{ 'active': isOverflowMenuOpen() }"> <button type="button" onclick=updateSidebar() x-on:click="toggleOverflowMenu(); isOverflowMenuOpen() ? disableBodyScroll(document.querySelector('.mls-o-navigation--md .mls-o-navigation__overflow-list')) : enableBodyScroll(document.querySelector('.mls-o-navigation--md .mls-o-navigation__overflow-list'))" class="mls-o-navigation__button" aria-label="Toggle Overflow Menu" data-test-id="toggle-overflow--md" role="button" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"more items button","navigationPosition":8,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="fa-icon-svg fa-icon-svg--small oc-o-icon--club oc-o-icon--horizontal-dots"><svg class="fa-icon-svg fa-icon-svg--horizontal-dots" viewBox="0 0 20 20"><use xlink:href='#horizontal-dots'></use></svg></span> </button> <div class="mls-o-overlay"> <div class="mls-o-overlay__wrapper"> <div x-show="isOverflowMenuOpen()" x-cloak x-transition:enter-start="opacity--0" x-transition:enter="ease-in-out duration--200" x-transition:enter-end="opacity--100" x-transition:leave-start="opacity--100" x-transition:leave="ease-in-out duration--200" x-transition:leave-end="opacity--0" class="mls-o-overlay__overlay"></div> <section x-on:click.away="close;" class="mls-o-navigation__side-bar-wrapper"> <aside x-cloak data-test-id="sidebar-overflow--md" x-show="isOverflowMenuOpen()" x-transition:enter-start="translate-x--full" x-transition:enter="transform transition ease-in-out duration--200" x-transition:enter-end="translate-x--0" x-transition:leave-start="translate-x--0" x-transition:leave="transform transition ease-in-out duration--200" x-transition:leave-end="translate-x--full" class="mls-o-navigation__side-bar "> <ul body-scroll-lock-ignore class="mls-o-navigation__overflow-list"> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link mls-o-navigation__item-link--account mls-o-navigation__item-link--login mls-o-navigation__item-link--login-mobile" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"Sign In","navigationPosition":9,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="fa-icon-svg fa-icon-svg--small oc-o-icon--mls-profile d-none"><svg class="fa-icon-svg fa-icon-svg--mls-profile-icon" viewBox="0 0 16 16"><use xlink:href='#mls-profile-icon'></use></svg></span> <span class="mls-o-navigation__item-text d-none">Sign in</span> </a> </li> </ul> </aside> </section> </div> </div> </li> </ul> <ul class="mls-o-navigation__secondary-list"> <li js-nav-advert-container-tablet></li> <li class="fo-search-btn"> <button js-search-open tab-index="0" aria-label="Open search panel" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"search","navigationPosition":1,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="fa-icon-svg fa-icon-svg--medium oc-o-icon--club oc-o-icon--search"><svg class="fa-icon-svg fa-icon-svg--search" viewBox="0 0 24 24"><use xlink:href='#search'></use></svg></span> </button> </li> <li class="mls-o-navigation__secondary-item"> <a class="mls-o-navigation__item-link active" href="/mlsgo/contact-us/index" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"Contact Us","navigationPosition":2,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Contact Us</span> </a> </li> <li class="mls-o-navigation__secondary-item"> <a class="mls-o-navigation__item-link " href="https://www.mlssoccer.com/mlsnext/index" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"MLS NEXT","navigationPosition":3,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">MLS NEXT</span> </a> </li> <li class="mls-o-navigation__secondary-item"> <a class="mls-o-navigation__item-link " href="https://www.mlsnextpro.com/index" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"NEXT Pro","navigationPosition":4,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">NEXT Pro</span> </a> </li> <li class="mls-o-navigation__secondary-item"> <a class="mls-o-navigation__item-link " href="https://www.mlssoccer.com" target=_blank data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"MLSSoccer.com","navigationPosition":5,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">MLSSoccer.com</span> </a> </li> </ul> </nav> <nav role="navigation" class="mls-o-navigation mls-o-navigation--sm"> <div js-search class="fo-search" aria-hidden="true"> <div class="fo-search__head"> <div class="fo-search__wrapper"> <div class="fo-search__form"> <form tabindex="-1" method="get" autocomplete="off" action="/search"> <div class="fo-search__icon"> <button tabindex="-1" type="submit" name="search" title="Search"> <span class="fa-icon-svg fa-icon-svg--x-large oc-o-icon--white oc-o-icon--search"><svg class="fa-icon-svg fa-icon-svg--search" viewBox="0 0 24 24"><use xlink:href='#search'></use></svg></span> </button> </div> <input tabindex="-1" type="text" id="q-sm" name="q" required placeholder="Search" aria-label="Search"> </form> </div> </div> <button tabindex="-1" class="fo-search__close" js-menu-close aria-pressed="false" aria-label="Close search panel" aria-hidden="true"> <span class="fa-icon-svg fa-icon-svg--small oc-o-icon--white oc-o-icon--close"><svg class="fa-icon-svg fa-icon-svg--close" viewBox="0 0 30 30"><use xlink:href='#close'></use></svg></span> </button> </div> </div> <script> function updateSidebar() { if(document.getElementsByClassName('mls-c-alert-bar--apple')[0] != null){ var width = window.innerWidth; var height = window.innerHeight; if(width <= 441 && height <= 954){ slimBarHeight = document.getElementsByClassName('mls-c-alert-bar--apple')[0].clientHeight; scrollTop = document.documentElement.scrollTop; if(scrollTop >= 0 && scrollTop <= slimBarHeight) { diff = slimBarHeight - scrollTop; incrementAmount = diff.toString(); document.getElementsByClassName('mls-o-overlay__wrapper')[1].style.setProperty("top", incrementAmount + "px"); } else { document.getElementsByClassName('mls-o-overlay__wrapper')[1].style.setProperty("top", "0"); } } } } </script> <ul class="mls-o-navigation__primary-list"> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link active" href="/mlsgo/about/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"About","navigationPosition":1,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">About</span> </a> </li> <li class="mls-o-navigation__primary-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/about/faq" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"FAQs","navigationPosition":2,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">FAQs</span> </a> </li> <li x-data="AlpineModules.overflowMenu()" x-on:resize.debounce.window=" checkWindowWidth(window.outerWidth, clearAllBodyScrollLocks); " x-on:click.away="closeOverflowMenu(); clearAllBodyScrollLocks()" class="mls-o-navigation__toggle" :class="{ 'active': isOverflowMenuOpen() }"> <button type="button" onclick=updateSidebar() x-on:click="toggleOverflowMenu(); isOverflowMenuOpen() ? disableBodyScroll(document.querySelector('.mls-o-navigation--sm .mls-o-navigation__overflow-list')) : enableBodyScroll(document.querySelector('.mls-o-navigation--sm .mls-o-navigation__overflow-list'))" class="mls-o-navigation__button" aria-label="Toggle Overflow Menu" data-test-id="toggle-overflow--sm" role="button" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"more items button","navigationPosition":3,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="fa-icon-svg fa-icon-svg--small oc-o-icon--club oc-o-icon--horizontal-dots"><svg class="fa-icon-svg fa-icon-svg--horizontal-dots" viewBox="0 0 20 20"><use xlink:href='#horizontal-dots'></use></svg></span> </button> <div class="mls-o-overlay"> <div class="mls-o-overlay__wrapper"> <div x-show="isOverflowMenuOpen()" x-cloak x-transition:enter-start="opacity--0" x-transition:enter="ease-in-out duration--200" x-transition:enter-end="opacity--100" x-transition:leave-start="opacity--100" x-transition:leave="ease-in-out duration--200" x-transition:leave-end="opacity--0" class="mls-o-overlay__overlay"></div> <section x-on:click.away="close;" class="mls-o-navigation__side-bar-wrapper"> <aside x-cloak data-test-id="sidebar-overflow--sm" x-show="isOverflowMenuOpen()" x-transition:enter-start="translate-x--full" x-transition:enter="transform transition ease-in-out duration--200" x-transition:enter-end="translate-x--0" x-transition:leave-start="translate-x--0" x-transition:leave="transform transition ease-in-out duration--200" x-transition:leave-end="translate-x--full" class="mls-o-navigation__side-bar "> <ul body-scroll-lock-ignore class="mls-o-navigation__overflow-list"> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/find-a-league/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Find a League","navigationPosition":4,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Find a League</span> </a> </li> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/join-a-league/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Join a League","navigationPosition":5,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Join a League</span> </a> </li> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/start-a-league/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Start a League","navigationPosition":6,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Start a League</span> </a> </li> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/play-fund/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"PLAY FUND","navigationPosition":7,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">PLAY FUND</span> </a> </li> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link " href="/mlsgo/playbook/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"PLAYBOOK","navigationPosition":8,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">PLAYBOOK</span> </a> </li> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link active" href="/mlsgo/contact-us/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"Contact Us","navigationPosition":9,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">Contact Us</span> </a> </li> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link " href="https://www.mlssoccer.com/mlsnext/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"MLS NEXT","navigationPosition":10,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">MLS NEXT</span> </a> </li> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link " href="https://www.mlsnextpro.com/index" data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"NEXT Pro","navigationPosition":11,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">NEXT Pro</span> </a> </li> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link " href="https://www.mlssoccer.com" target=_blank data-tracking-click="{"navigationType":"primary navigation","navigationSelection":"MLSSoccer.com","navigationPosition":12,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="mls-o-navigation__item-text">MLSSoccer.com</span> </a> </li> <li class="mls-o-navigation__overflow-item fo-search-btn"> <button js-search-open tab-index="0" aria-label="Open search panel" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"search","navigationPosition":13,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="fa-icon-svg fa-icon-svg--medium oc-o-icon--club oc-o-icon--search"><svg class="fa-icon-svg fa-icon-svg--search" viewBox="0 0 24 24"><use xlink:href='#search'></use></svg></span> </button> </li> <li class="mls-o-navigation__overflow-item"> <a class="mls-o-navigation__item-link mls-o-navigation__item-link--account mls-o-navigation__item-link--login mls-o-navigation__item-link--login-mobile" data-tracking-click="{"navigationType":"secondary navigation","navigationSelection":"Sign In","navigationPosition":14,"navigationCategory":null,"clickLocation":"header"}" data-click-event-name="navigation-click"> <span class="fa-icon-svg fa-icon-svg--small oc-o-icon--mls-profile d-none"><svg class="fa-icon-svg fa-icon-svg--mls-profile-icon" viewBox="0 0 16 16"><use xlink:href='#mls-profile-icon'></use></svg></span> <span class="mls-o-navigation__item-text d-none">Sign in</span> </a> </li> </ul> </aside> </section> </div> </div> </li> </ul> <ul class="mls-o-navigation__secondary-list"> </ul> </nav> </div> </div> </div> </div> </section> </header> <div class="mls-o-adv-container mls-premium-leaderboard mls-leaderboard-top"><div class="d3-l-grid--outer d3-l-adv-row"><div class="d3-l-grid--inner"><script>var googletag = googletag || {};googletag.cmd = googletag.cmd || [];var slot = slot || {};googletag.cmd.push(function() {googletag.defineSlot(adUnit, gptconfig.adSizes, 'leaderboard-top').defineSizeMapping(gptconfig.responsiveMappings['premium-leaderboard']).setTargeting('position', 'leaderboard-top').addService(googletag.pubads());});</script><div class="d3-o-adv-block " data-id="leaderboard-top" id="leaderboard-top"></div></div></div><script>var googletag = googletag || {};googletag.cmd = googletag.cmd || [];googletag.cmd.push(function () {googletag.display('leaderboard-top');});</script></div> <main role="main" id="main-content" class="first-row-parent" data-bucket-name="main-content" tabindex="-1" aria-label="Page main content"> <section class="mls-c-ledeblock -newsday"> <div class="mls-c-ledeblock__overlap"> </div> <div class="d3-l-grid--outer d3-l-section-row -main-section"> <div class="d3-l-grid--inner"> <div class="d3-l-col__col-12"> <div class=" mls-c-ledeblock__container"> <div class="mls-c-ledeblock__bucket -bucket-a"> <div class="mls-c-ledeblock__bucket-content"> <section class="d3-c-editorial-list mls-c-ledeblock__editorial-list -large " data-block-type="editorial-list"> <a class="fm-card-wrap -story" href="/news/how-one-woman-brought-youth-soccer-to-a-town-that-had-never-played-it" title="How One Woman Brought Youth Soccer to a Town That Had Never Played It" data-id="3cdb873a-34b4-45b3-b1ec-db195b48bbe4" aria-label="How One Woman Brought Youth Soccer to a Town That Had Never Played It" data-tracking-block-click="{"blockLayout":"large","clickItem":"card","ctaLabel":null,"blockTitle":"How One Woman Brought Youth Soccer to a Town That Had Never Played It","flags":null,"topics":null,"relatedEntityCompetition":null,"relatedEntitySeason":null,"relatedEntityMatch":null,"relatedEntityPlayer":null,"relatedEntityClub":null}" data-tracking-block-impression="{"id":"how-one-woman-brought-youth-soccer-to-a-town-that-had-never-played-it","name":"How One Woman Brought Youth Soccer to a Town That Had Never Played It","creative":"story","position":1}"> <article class="fm-card -default fm-card--btn-alignment-horizontal " > <div class="fm-card__media fm-card__media--gradient"><figure class="fm-card__figure fa-image -ratio-t-16-9 -ratio-1-1"><picture class="d3-o-media-object__picture lazy"><!--[if IE 9]><video style="display: none; "><![endif]--><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/rprjhg0u0vcq6l6shycm 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_2x/f_auto/mls/rprjhg0u0vcq6l6shycm 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_3x/f_auto/mls/rprjhg0u0vcq6l6shycm 3x" media="(min-width:1024px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><source data-srcset="https://images.mlssoccer.com/image/private/t_landscape_tablet/f_auto/mls/rprjhg0u0vcq6l6shycm 1x, https://images.mlssoccer.com/image/private/t_landscape_tablet_2x/f_auto/mls/rprjhg0u0vcq6l6shycm 2x, https://images.mlssoccer.com/image/private/t_landscape_tablet_3x/f_auto/mls/rprjhg0u0vcq6l6shycm 3x" media="(min-width:768px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/rprjhg0u0vcq6l6shycm 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_2x/f_auto/mls/rprjhg0u0vcq6l6shycm 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_3x/f_auto/mls/rprjhg0u0vcq6l6shycm 3x" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><!--[if IE 9]></video><![endif]--><img alt="How One Woman Brought Youth Soccer to a Town That Had Never Played It" class="img-responsive" data-src="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/rprjhg0u0vcq6l6shycm" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></img></picture></figure></div> <div class="fm-card__content"> <div class="fa-text"> <h2 class="fa-text__title">How One Woman Brought Youth Soccer to a Town That Had Never Played It</h2> <div class="fa-text__body"><p>For years, if kids in Centreville, Alabama wanted to play soccer, they had to travel to another town—or not play at all. There were no local leagues, no teams, and no real options. But Katie Crumpler, who grew up in Centreville, saw potential where others saw obstacles. When she became</p> </div> </div> </div> </article> </a> </section> </div> </div> <div class="mls-c-ledeblock__bucket -bucket-b"> <div class="mls-c-ledeblock__bucket-content"> <section class="d3-c-editorial-list mls-c-ledeblock__editorial-list -medium " data-block-type="editorial-list"> <a class="fm-card-wrap -story" href="/news/inside-noah-beck-s-visit-to-mls-go" title="Inside Noah Beck’s Visit to MLS GO" data-id="67bb4886-dd9f-46e5-bb9a-a95eb47a656e" aria-label="Inside Noah Beck’s Visit to MLS GO" data-tracking-block-click="{"blockLayout":"medium","clickItem":"card","ctaLabel":null,"blockTitle":"Inside Noah Beck’s Visit to MLS GO","flags":null,"topics":null,"relatedEntityCompetition":null,"relatedEntitySeason":null,"relatedEntityMatch":null,"relatedEntityPlayer":null,"relatedEntityClub":null}" data-tracking-block-impression="{"id":"inside-noah-beck-s-visit-to-mls-go","name":"Inside Noah Beck’s Visit to MLS GO","creative":"story","position":1}"> <article class="fm-card -default fm-card--btn-alignment-horizontal " > <div class="fm-card__media fm-card__media--gradient"><figure class="fm-card__figure fa-image -ratio-t-16-9 -ratio-1-1"><picture class="d3-o-media-object__picture lazy"><!--[if IE 9]><video style="display: none; "><![endif]--><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop/f_auto/mls/yaolbam4aprv3u0qtzw5 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop_2x/f_auto/mls/yaolbam4aprv3u0qtzw5 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop_3x/f_auto/mls/yaolbam4aprv3u0qtzw5 3x" media="(min-width:1024px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet/f_auto/mls/yaolbam4aprv3u0qtzw5 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet_2x/f_auto/mls/yaolbam4aprv3u0qtzw5 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet_3x/f_auto/mls/yaolbam4aprv3u0qtzw5 3x" media="(min-width:768px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/yaolbam4aprv3u0qtzw5 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_2x/f_auto/mls/yaolbam4aprv3u0qtzw5 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_3x/f_auto/mls/yaolbam4aprv3u0qtzw5 3x" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><!--[if IE 9]></video><![endif]--><img alt="Inside Noah Beck’s Visit to MLS GO" class="img-responsive" data-src="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/yaolbam4aprv3u0qtzw5" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></img></picture></figure></div> <div class="fm-card__content"> <div class="fa-text"> <h2 class="fa-text__title">Inside Noah Beck’s Visit to MLS GO</h2> </div> </div> </article> </a> </section> </div> <div class="mls-c-ledeblock__bucket-content"> <section class="d3-c-editorial-list mls-c-ledeblock__editorial-list -small " data-block-type="editorial-list"> <a class="fm-card-wrap -story" href="/news/building-community-and-promoting-equity-through-soccer-in-the-18th-ward" title="Building Community and Promoting Equity through Soccer in the 18th Ward " data-id="b5de508a-5d4a-48f8-be42-a69294077262" aria-label="Building Community and Promoting Equity through Soccer in the 18th Ward " data-tracking-block-click="{"blockLayout":"small","clickItem":"card","ctaLabel":null,"blockTitle":"Building Community and Promoting Equity through Soccer in the 18th Ward ","flags":null,"topics":null,"relatedEntityCompetition":null,"relatedEntitySeason":null,"relatedEntityMatch":null,"relatedEntityPlayer":null,"relatedEntityClub":null}" data-tracking-block-impression="{"id":"building-community-and-promoting-equity-through-soccer-in-the-18th-ward","name":"Building Community and Promoting Equity through Soccer in the 18th Ward ","creative":"story","position":1}"> <article class="fm-card -default fm-card--btn-alignment-horizontal " > <div class="fm-card__media fm-card__media--gradient"><figure class="fm-card__figure fa-image -ratio-t-16-9 -ratio-1-1"><picture class="d3-o-media-object__picture lazy"><!--[if IE 9]><video style="display: none; "><![endif]--><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop/f_auto/mls/e1zuamzfhefmas3foktk 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop_2x/f_auto/mls/e1zuamzfhefmas3foktk 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop_3x/f_auto/mls/e1zuamzfhefmas3foktk 3x" media="(min-width:1024px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet/f_auto/mls/e1zuamzfhefmas3foktk 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet_2x/f_auto/mls/e1zuamzfhefmas3foktk 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet_3x/f_auto/mls/e1zuamzfhefmas3foktk 3x" media="(min-width:768px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/e1zuamzfhefmas3foktk 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_2x/f_auto/mls/e1zuamzfhefmas3foktk 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_3x/f_auto/mls/e1zuamzfhefmas3foktk 3x" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><!--[if IE 9]></video><![endif]--><img alt="Building Community and Promoting Equity through Soccer in the 18th Ward " class="img-responsive" data-src="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/e1zuamzfhefmas3foktk" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></img></picture></figure></div> <div class="fm-card__content"> <div class="fa-text"> <h2 class="fa-text__title">Building Community and Promoting Equity through Soccer in the 18th Ward </h2> </div> </div> </article> </a> <a class="fm-card-wrap -story" href="/news/unlock-playbook-mls-go-s-new-resource-for-youth-soccer-coaches" title="Unlock PLAYBOOK: MLS GO's New Resource for Youth Soccer Coaches" data-id="a197bbc2-e465-415c-a22c-83eae2cfb439" aria-label="Unlock PLAYBOOK: MLS GO's New Resource for Youth Soccer Coaches" data-tracking-block-click="{"blockLayout":"small","clickItem":"card","ctaLabel":null,"blockTitle":"Unlock PLAYBOOK: MLS GO's New Resource for Youth Soccer Coaches","flags":null,"topics":null,"relatedEntityCompetition":null,"relatedEntitySeason":null,"relatedEntityMatch":null,"relatedEntityPlayer":null,"relatedEntityClub":null}" data-tracking-block-impression="{"id":"unlock-playbook-mls-go-s-new-resource-for-youth-soccer-coaches","name":"Unlock PLAYBOOK: MLS GO's New Resource for Youth Soccer Coaches","creative":"story","position":2}"> <article class="fm-card -default fm-card--btn-alignment-horizontal " > <div class="fm-card__media fm-card__media--gradient"><figure class="fm-card__figure fa-image -ratio-t-16-9 -ratio-1-1"><picture class="d3-o-media-object__picture lazy"><!--[if IE 9]><video style="display: none; "><![endif]--><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop/f_auto/mls/jwewvuowtjhbkbsdfass 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop_2x/f_auto/mls/jwewvuowtjhbkbsdfass 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop_3x/f_auto/mls/jwewvuowtjhbkbsdfass 3x" media="(min-width:1024px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet/f_auto/mls/jwewvuowtjhbkbsdfass 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet_2x/f_auto/mls/jwewvuowtjhbkbsdfass 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet_3x/f_auto/mls/jwewvuowtjhbkbsdfass 3x" media="(min-width:768px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/jwewvuowtjhbkbsdfass 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_2x/f_auto/mls/jwewvuowtjhbkbsdfass 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_3x/f_auto/mls/jwewvuowtjhbkbsdfass 3x" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><!--[if IE 9]></video><![endif]--><img alt="Unlock PLAYBOOK: MLS GO's New Resource for Youth Soccer Coaches" class="img-responsive" data-src="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/jwewvuowtjhbkbsdfass" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></img></picture></figure></div> <div class="fm-card__content"> <div class="fa-text"> <h2 class="fa-text__title">Unlock PLAYBOOK: MLS GO's New Resource for Youth Soccer Coaches</h2> </div> </div> </article> </a> <a class="fm-card-wrap -story" href="/news/mls-go-takes-center-stage-at-rcx-sports-free-community-event" title="MLS GO Takes Center Stage at RCX Sports Free Community Event" data-id="93f8535c-584d-4c8c-89ed-5ec98d51c730" aria-label="MLS GO Takes Center Stage at RCX Sports Free Community Event" data-tracking-block-click="{"blockLayout":"small","clickItem":"card","ctaLabel":null,"blockTitle":"MLS GO Takes Center Stage at RCX Sports Free Community Event","flags":null,"topics":null,"relatedEntityCompetition":null,"relatedEntitySeason":null,"relatedEntityMatch":null,"relatedEntityPlayer":null,"relatedEntityClub":null}" data-tracking-block-impression="{"id":"mls-go-takes-center-stage-at-rcx-sports-free-community-event","name":"MLS GO Takes Center Stage at RCX Sports Free Community Event","creative":"story","position":3}"> <article class="fm-card -default fm-card--btn-alignment-horizontal " > <div class="fm-card__media fm-card__media--gradient"><figure class="fm-card__figure fa-image -ratio-t-16-9 -ratio-1-1"><picture class="d3-o-media-object__picture lazy"><!--[if IE 9]><video style="display: none; "><![endif]--><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop/f_auto/mls/l2ghziud64xwhddwpi0j 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop_2x/f_auto/mls/l2ghziud64xwhddwpi0j 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_3_4_desktop_3x/f_auto/mls/l2ghziud64xwhddwpi0j 3x" media="(min-width:1024px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet/f_auto/mls/l2ghziud64xwhddwpi0j 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet_2x/f_auto/mls/l2ghziud64xwhddwpi0j 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_tablet_3x/f_auto/mls/l2ghziud64xwhddwpi0j 3x" media="(min-width:768px)" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><source data-srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/l2ghziud64xwhddwpi0j 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_2x/f_auto/mls/l2ghziud64xwhddwpi0j 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile_3x/f_auto/mls/l2ghziud64xwhddwpi0j 3x" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></source><!--[if IE 9]></video><![endif]--><img alt="MLS GO Takes Center Stage at RCX Sports Free Community Event" class="img-responsive" data-src="https://images.mlssoccer.com/image/private/t_editorial_landscape_8_desktop_mobile/f_auto/mls/l2ghziud64xwhddwpi0j" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></img></picture></figure></div> <div class="fm-card__content"> <div class="fa-text"> <h2 class="fa-text__title">MLS GO Takes Center Stage at RCX Sports Free Community Event</h2> </div> </div> </article> </a> </section> </div> </div> <div class="mls-c-ledeblock__bucket -bucket-c"> <div class="mls-o-adv-container mls-standard-box mls-box-1"><div class="d3-l-grid--outer d3-l-adv-row"><div class="d3-l-grid--inner"><script>var googletag = googletag || {};googletag.cmd = googletag.cmd || [];var slot = slot || {};googletag.cmd.push(function() {googletag.defineSlot(adUnit, gptconfig.adSizes, 'box-1').defineSizeMapping(gptconfig.responsiveMappings['standard-box']).setTargeting('position', 'box-1').addService(googletag.pubads());});</script><div class="d3-o-adv-block " data-id="box-1" id="box-1"></div></div></div><script>var googletag = googletag || {};googletag.cmd = googletag.cmd || [];googletag.cmd.push(function () {googletag.display('box-1');});</script></div> <div class="mls-c-ledeblock__bucket-content"> <section class="d3-c-editorial-list mls-c-ledeblock__editorial-list - " data-block-type="editorial-list"> <a class="fm-card-wrap -customentity -promo" href="https://mlsgoplaybook.mlsgo.com/home/selection" data-id="5418c278-06a6-4539-9ffb-8f0a7e6e8184" data-tracking-block-click="{"blockLayout":"","clickItem":"card","ctaLabel":null,"blockTitle":"MLS GO Playbook","flags":null,"topics":null,"relatedEntityCompetition":null,"relatedEntitySeason":null,"relatedEntityMatch":null,"relatedEntityPlayer":null,"relatedEntityClub":null}" data-tracking-block-impression="{"id":"mls-go-playbook","name":"MLS GO Playbook","creative":"promo","position":1}"> <article class="fm-card -default fm-card--btn-alignment"> <div class="fm-card__bg-image"> <picture class="d3-o-media-object__picture"><!--[if IE 9]><video style="display: none; "><![endif]--><source media="(min-width:1024px)" srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_12_desktop/f_auto/mls/wbgawcpyzmpn0kyi8e1e 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_12_desktop_2x/f_auto/mls/wbgawcpyzmpn0kyi8e1e 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_12_desktop_3x/f_auto/mls/wbgawcpyzmpn0kyi8e1e 3x"></source><source media="(min-width:768px)" srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_12_desktop/f_auto/mls/wbgawcpyzmpn0kyi8e1e 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_12_desktop_2x/f_auto/mls/wbgawcpyzmpn0kyi8e1e 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_12_desktop_3x/f_auto/mls/wbgawcpyzmpn0kyi8e1e 3x"></source><source srcset="https://images.mlssoccer.com/image/private/t_editorial_landscape_12_desktop/f_auto/mls/wbgawcpyzmpn0kyi8e1e 1x, https://images.mlssoccer.com/image/private/t_editorial_landscape_12_desktop_2x/f_auto/mls/wbgawcpyzmpn0kyi8e1e 2x, https://images.mlssoccer.com/image/private/t_editorial_landscape_12_desktop_3x/f_auto/mls/wbgawcpyzmpn0kyi8e1e 3x"></source><!--[if IE 9]></video><![endif]--><img class="img-responsive" loading="lazy" src="https://images.mlssoccer.com/image/private/t_editorial_landscape_12_desktop/f_auto/mls/wbgawcpyzmpn0kyi8e1e"></img></picture> </div> <div class="fm-card__container"> <div class="fm-card__media--gradient fm-card__media"> <figure class="fm-card__figure fa-image -ratio-16-9"> </figure> </div> </div> </article> </a> </section> </div> </div> </div> </div> </div> </div> </section> <section class="d3-l-grid--outer d3-l-section-row" data-toggle=""> <div class="d3-l-grid--inner"> <div class="d3-l-col__col-12"> <div class="mls-o-block-header mls-o-block-header--layout mls-o-block-header--border"> <div class="mls-o-block-header__title"> Connect With Us </div> <div class="mls-o-block-header__title mls-o-block-header__title--sm"> Connect With Us </div> </div> <section class="d3-l-grid--outer d3-l-section-row" data-layout-name="grid_4-4-4"> <div class="d3-l-grid--inner"> <div class="d3-l-col__col-4"> <div class="mls-o-single-photo"> <div class="mls-o-single-photo--photo"> <a href="https://twitter.com/mlsgo" target="_blank"> <picture class="d3-o-media-object__picture"><!--[if IE 9]><video style="display: none; "><![endif]--><source media="(min-width:1024px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop/f_auto/prd-league/qrr5wjj6v9aceslnhrcf.jpg 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_2x/f_auto/prd-league/qrr5wjj6v9aceslnhrcf.jpg 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_3x/f_auto/prd-league/qrr5wjj6v9aceslnhrcf.jpg 3x"></source><source media="(min-width:768px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet/f_auto/prd-league/qrr5wjj6v9aceslnhrcf.jpg 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_2x/f_auto/prd-league/qrr5wjj6v9aceslnhrcf.jpg 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_3x/f_auto/prd-league/qrr5wjj6v9aceslnhrcf.jpg 3x"></source><source srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_auto/prd-league/qrr5wjj6v9aceslnhrcf.jpg 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_2x/f_auto/prd-league/qrr5wjj6v9aceslnhrcf.jpg 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_3x/f_auto/prd-league/qrr5wjj6v9aceslnhrcf.jpg 3x"></source><!--[if IE 9]></video><![endif]--><img alt="mlsgo_webPAGE4-04" class="img-responsive" loading="lazy" src="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_auto/prd-league/qrr5wjj6v9aceslnhrcf.jpg"></img></picture> </a> </div> </div> </div> <div class="d3-l-col__col-4"> <div class="mls-o-single-photo"> <div class="mls-o-single-photo--photo"> <a href="https://www.facebook.com/MLS-GO-116988578065805" target="_blank"> <picture class="d3-o-media-object__picture"><!--[if IE 9]><video style="display: none; "><![endif]--><source media="(min-width:1024px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop/f_auto/prd-league/jsj5qrvwjljjmhsrnzbz.jpg 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_2x/f_auto/prd-league/jsj5qrvwjljjmhsrnzbz.jpg 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_3x/f_auto/prd-league/jsj5qrvwjljjmhsrnzbz.jpg 3x"></source><source media="(min-width:768px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet/f_auto/prd-league/jsj5qrvwjljjmhsrnzbz.jpg 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_2x/f_auto/prd-league/jsj5qrvwjljjmhsrnzbz.jpg 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_3x/f_auto/prd-league/jsj5qrvwjljjmhsrnzbz.jpg 3x"></source><source srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_auto/prd-league/jsj5qrvwjljjmhsrnzbz.jpg 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_2x/f_auto/prd-league/jsj5qrvwjljjmhsrnzbz.jpg 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_3x/f_auto/prd-league/jsj5qrvwjljjmhsrnzbz.jpg 3x"></source><!--[if IE 9]></video><![endif]--><img alt="mlsgo_webPAGE4-05" class="img-responsive" loading="lazy" src="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_auto/prd-league/jsj5qrvwjljjmhsrnzbz.jpg"></img></picture> </a> </div> </div> </div> <div class="d3-l-col__col-4"> <div class="mls-o-single-photo"> <div class="mls-o-single-photo--photo"> <a href="https://www.instagram.com/mlsgo" target="_blank"> <picture class="d3-o-media-object__picture"><!--[if IE 9]><video style="display: none; "><![endif]--><source media="(min-width:1024px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop/f_auto/prd-league/xkpr78taehp67ewdvber.jpg 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_2x/f_auto/prd-league/xkpr78taehp67ewdvber.jpg 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_3x/f_auto/prd-league/xkpr78taehp67ewdvber.jpg 3x"></source><source media="(min-width:768px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet/f_auto/prd-league/xkpr78taehp67ewdvber.jpg 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_2x/f_auto/prd-league/xkpr78taehp67ewdvber.jpg 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_3x/f_auto/prd-league/xkpr78taehp67ewdvber.jpg 3x"></source><source srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_auto/prd-league/xkpr78taehp67ewdvber.jpg 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_2x/f_auto/prd-league/xkpr78taehp67ewdvber.jpg 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_3x/f_auto/prd-league/xkpr78taehp67ewdvber.jpg 3x"></source><!--[if IE 9]></video><![endif]--><img alt="mlsgo_webPAGE4-06" class="img-responsive" loading="lazy" src="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_auto/prd-league/xkpr78taehp67ewdvber.jpg"></img></picture> </a> </div> </div> </div> </div> </section> </div> </div> </section> <section class="d3-l-grid--outer d3-l-section-row" data-toggle=""> <div class="d3-l-grid--inner"> <div class="d3-l-col__col-12"> <section class="d3-l-grid--outer d3-l-section-row" data-layout-name="grid_6-6"> <div class="d3-l-grid--inner"> <div class="d3-l-col__col-6"> <div class="mls-o-single-photo"> <div class="mls-o-single-photo--photo"> <a href="/mlsgo/play-fund" target="_self"> <picture class="d3-o-media-object__picture"><!--[if IE 9]><video style="display: none; "><![endif]--><source media="(min-width:1024px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop/f_png/mls/xtqpdftucgpyilcxruus.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_2x/f_png/mls/xtqpdftucgpyilcxruus.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_3x/f_png/mls/xtqpdftucgpyilcxruus.png 3x"></source><source media="(min-width:768px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet/f_png/mls/xtqpdftucgpyilcxruus.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_2x/f_png/mls/xtqpdftucgpyilcxruus.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_3x/f_png/mls/xtqpdftucgpyilcxruus.png 3x"></source><source srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_png/mls/xtqpdftucgpyilcxruus.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_2x/f_png/mls/xtqpdftucgpyilcxruus.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_3x/f_png/mls/xtqpdftucgpyilcxruus.png 3x"></source><!--[if IE 9]></video><![endif]--><img alt="Learn More-Replacement" class="img-responsive" loading="lazy" src="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_png/mls/xtqpdftucgpyilcxruus.png"></img></picture> </a> </div> </div> </div> <div class="d3-l-col__col-6"> <div class="mls-o-single-photo"> <div class="mls-o-single-photo--photo"> <a href="https://mlsgoplaybook.mlsgo.com/home/selection" target="_self"> <picture class="d3-o-media-object__picture"><!--[if IE 9]><video style="display: none; "><![endif]--><source media="(min-width:1024px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop/f_png/mls/fjkis2ylwfcxmmvgkh5f.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_2x/f_png/mls/fjkis2ylwfcxmmvgkh5f.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_3x/f_png/mls/fjkis2ylwfcxmmvgkh5f.png 3x"></source><source media="(min-width:768px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet/f_png/mls/fjkis2ylwfcxmmvgkh5f.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_2x/f_png/mls/fjkis2ylwfcxmmvgkh5f.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_3x/f_png/mls/fjkis2ylwfcxmmvgkh5f.png 3x"></source><source srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_png/mls/fjkis2ylwfcxmmvgkh5f.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_2x/f_png/mls/fjkis2ylwfcxmmvgkh5f.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_3x/f_png/mls/fjkis2ylwfcxmmvgkh5f.png 3x"></source><!--[if IE 9]></video><![endif]--><img alt="FAQ-Replacement" class="img-responsive" loading="lazy" src="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_png/mls/fjkis2ylwfcxmmvgkh5f.png"></img></picture> </a> </div> </div> </div> </div> </section> <section class="d3-l-grid--outer d3-l-section-row" data-layout-name="grid_4-4-4"> <div class="d3-l-grid--inner"> <div class="d3-l-col__col-4"> <div class="mls-o-single-photo"> <div class="mls-o-single-photo--photo"> <a href="/mlsgo/find-a-league/" target="_self"> <picture class="d3-o-media-object__picture"><!--[if IE 9]><video style="display: none; "><![endif]--><source media="(min-width:1024px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop/f_png/prd-league/d27i7cup1k30gndxwejv.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_2x/f_png/prd-league/d27i7cup1k30gndxwejv.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_3x/f_png/prd-league/d27i7cup1k30gndxwejv.png 3x"></source><source media="(min-width:768px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet/f_png/prd-league/d27i7cup1k30gndxwejv.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_2x/f_png/prd-league/d27i7cup1k30gndxwejv.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_3x/f_png/prd-league/d27i7cup1k30gndxwejv.png 3x"></source><source srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_png/prd-league/d27i7cup1k30gndxwejv.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_2x/f_png/prd-league/d27i7cup1k30gndxwejv.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_3x/f_png/prd-league/d27i7cup1k30gndxwejv.png 3x"></source><!--[if IE 9]></video><![endif]--><img alt="MLSGO_HERO-08" class="img-responsive" loading="lazy" src="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_png/prd-league/d27i7cup1k30gndxwejv.png"></img></picture> </a> </div> </div> </div> <div class="d3-l-col__col-4"> <div class="mls-o-single-photo"> <div class="mls-o-single-photo--photo"> <a href="/mlsgo/join-a-league/" target="_self"> <picture class="d3-o-media-object__picture"><!--[if IE 9]><video style="display: none; "><![endif]--><source media="(min-width:1024px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop/f_png/prd-league/l9lybi2yf4n1unzmdyth.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_2x/f_png/prd-league/l9lybi2yf4n1unzmdyth.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_3x/f_png/prd-league/l9lybi2yf4n1unzmdyth.png 3x"></source><source media="(min-width:768px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet/f_png/prd-league/l9lybi2yf4n1unzmdyth.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_2x/f_png/prd-league/l9lybi2yf4n1unzmdyth.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_3x/f_png/prd-league/l9lybi2yf4n1unzmdyth.png 3x"></source><source srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_png/prd-league/l9lybi2yf4n1unzmdyth.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_2x/f_png/prd-league/l9lybi2yf4n1unzmdyth.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_3x/f_png/prd-league/l9lybi2yf4n1unzmdyth.png 3x"></source><!--[if IE 9]></video><![endif]--><img alt="MLSGO_HERO-25" class="img-responsive" loading="lazy" src="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_png/prd-league/l9lybi2yf4n1unzmdyth.png"></img></picture> </a> </div> </div> </div> <div class="d3-l-col__col-4"> <div class="mls-o-single-photo"> <div class="mls-o-single-photo--photo"> <a href="/mlsgo/start-a-league/" target="_self"> <picture class="d3-o-media-object__picture"><!--[if IE 9]><video style="display: none; "><![endif]--><source media="(min-width:1024px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop/f_png/prd-league/ammyatgvt7vc9apvcpqo.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_2x/f_png/prd-league/ammyatgvt7vc9apvcpqo.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-desktop_3x/f_png/prd-league/ammyatgvt7vc9apvcpqo.png 3x"></source><source media="(min-width:768px)" srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet/f_png/prd-league/ammyatgvt7vc9apvcpqo.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_2x/f_png/prd-league/ammyatgvt7vc9apvcpqo.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-tablet_3x/f_png/prd-league/ammyatgvt7vc9apvcpqo.png 3x"></source><source srcset="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_png/prd-league/ammyatgvt7vc9apvcpqo.png 1x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_2x/f_png/prd-league/ammyatgvt7vc9apvcpqo.png 2x, https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile_3x/f_png/prd-league/ammyatgvt7vc9apvcpqo.png 3x"></source><!--[if IE 9]></video><![endif]--><img alt="MLSGO_HERO-36" class="img-responsive" loading="lazy" src="https://images.mlssoccer.com/image/private/t_keep-aspect-ratio-e-mobile/f_png/prd-league/ammyatgvt7vc9apvcpqo.png"></img></picture> </a> </div> </div> </div> </div> </section> </div> </div> </section> </main> <div class="mls-o-adv-container mls-premium-leaderboard mls-leaderboard-bottom"><div class="d3-l-grid--outer d3-l-adv-row"><div class="d3-l-grid--inner"><script>var googletag = googletag || {};googletag.cmd = googletag.cmd || [];var slot = slot || {};googletag.cmd.push(function() {googletag.defineSlot(adUnit, gptconfig.adSizes, 'leaderboard-bottom').defineSizeMapping(gptconfig.responsiveMappings['premium-leaderboard']).setTargeting('position', 'leaderboard-bottom').addService(googletag.pubads());});</script><div class="d3-o-adv-block " data-id="leaderboard-bottom" id="leaderboard-bottom"></div></div></div><script>var googletag = googletag || {};googletag.cmd = googletag.cmd || [];googletag.cmd.push(function () {googletag.display('leaderboard-bottom');});</script></div> <footer class="mls-c-footer" aria-label="Footer" role="contentinfo"> <div class="mls-c-footer__wrapper"> <div class="mls-c-footer__legal-links" aria-label="Legal Links"> <ul class="mls-c-footer__crest-list"> <li class="mls-c-footer__crest"> <a class="mls-c-footer__club-logo" href="/" title="Major League Soccer"> <picture> <img alt="Major League Soccer" class="img-responsive" src="https://images.mlssoccer.com/image/upload/v1594889391/assets/crest/MLS-Crest-FFF.svg"> </picture> </a> </li> </ul> <div class="mls-c-footer__legal-list"> <ul> <li class="mls-c-footer__legal-item mls-c-footer__legal-item--link"> <a class="mls-c-footer__item-link " href="/legal/terms-of-service" data-tracking-click="{"navigationType":"footer navigation","navigationSelection":"Terms of Service","navigationPosition":1,"navigationCategory":null,"clickLocation":"footer"}" data-click-event-name="navigation-click"> <span class="mls-c-footer__item-text">Terms of Service</span> </a> </li> <li class="mls-c-footer__legal-item mls-c-footer__legal-item--link"> <a class="mls-c-footer__item-link " href="/legal/privacy-policy" data-tracking-click="{"navigationType":"footer navigation","navigationSelection":"Privacy Policy","navigationPosition":2,"navigationCategory":null,"clickLocation":"footer"}" data-click-event-name="navigation-click"> <span class="mls-c-footer__item-text">Privacy Policy</span> </a> </li> <li class="mls-c-footer__legal-item mls-c-footer__legal-item--link"> <a class="mls-c-footer__item-link " href="https://forms.office.com/Pages/ResponsePage.aspx?id=hslDPaqBtU-nNMOAt8hHpZWgX73AZz1HidlattlTrqdURTJaS09NR0tWRk1DQzRKWFBKVEZPWUpUMy4u" target=_blank data-tracking-click="{"navigationType":"footer navigation","navigationSelection":"Do Not Sell or Share My Personal Information","navigationPosition":3,"navigationCategory":null,"clickLocation":"footer"}" data-click-event-name="navigation-click"> <span class="mls-c-footer__item-text">Do Not Sell or Share My Personal Information</span> </a> </li> <li class="mls-c-footer__legal-item mls-c-footer__legal-item--link"> <a class="mls-c-footer__item-link " href="cookie-settings" data-tracking-click="{"navigationType":"footer navigation","navigationSelection":"Manage Cookies","navigationPosition":4,"navigationCategory":null,"clickLocation":"footer"}" data-click-event-name="navigation-click"> <span class="mls-c-footer__item-text">Manage Cookies</span> </a> </li> </ul> <style> #ot-sdk-btn, #ot-sdk-btn:hover { color: inherit !important; border: none !important; font-size: 14px !important; padding: 0 !important; line-height: normal !important; background: none !important; } #ot-sdk-btn:hover { color: #666666 !important; } @media screen and (max-width: 768px) { #ot-sdk-btn, #ot-sdk-btn:hover { font-size: 12px !important; } } </style> <script>var linkElement = document.querySelector("[href='cookie-settings']"); if (linkElement) { var buttonElement = document.createElement("button"); buttonElement.id = "ot-sdk-btn"; buttonElement.className = "ot-sdk-show-settings"; buttonElement.textContent = linkElement.textContent; if (linkElement) { linkElement.parentNode.replaceChild(buttonElement, linkElement); } }</script> <ul> <li class="mls-c-footer__legal-item mls-c-footer__legal-item--copyright"> <a class="mls-c-footer__item-link " href="#" data-tracking-click="{"navigationType":"footer navigation","navigationSelection":"©2025 MLS. The Major League Soccer and MLS name and shield are registered trademarks of Major League Soccer, L.L.C. (“MLS”). The names and logos of MLS teams are registered and/or common law trademarks of MLS or are used with the permission of their owners. Any unauthorized use is forbidden.","navigationPosition":4,"navigationCategory":null,"clickLocation":"footer"}" data-click-event-name="navigation-click">©2025 MLS. The Major League Soccer and MLS name and shield are registered trademarks of Major League Soccer, L.L.C. (“MLS”). The names and logos of MLS teams are registered and/or common law trademarks of MLS or are used with the permission of their owners. Any unauthorized use is forbidden. </a> </li> </ul> </div> </div> </div> </footer> </div> <script data-ot-ignore src="/assets/js/base.js?_t=f341089f028f7dd45d89e0d3b96f329c" type="text/javascript"></script><script data-ot-ignore src="/addon/whitelabel/js/jquery/jquery-3_5_1_min_js?_t=dc5e7f18c8d36ac1d3d4753a87c98d0a" type="text/javascript"></script><script data-ot-ignore src="/addon/whitelabel-razor/js/lazyload_js?_t=6902fae3128df034d67dec8038c6d08a" type="text/javascript"></script><script data-ot-ignore src="/addon/whitelabel-razor/js/lazyload_js?_t=6902fae3128df034d67dec8038c6d08a" type="text/javascript" async defer></script><script data-ot-ignore src="/addon/whitelabel-razor/js/lazyload_js?_t=6902fae3128df034d67dec8038c6d08a" type="text/javascript" async defer></script><script data-ot-ignore src="/addon/whitelabel-razor/js/lazyload_js?_t=6902fae3128df034d67dec8038c6d08a" type="text/javascript" async defer></script><script data-ot-ignore src="/addon/whitelabel-razor/js/lazyload_js?_t=6902fae3128df034d67dec8038c6d08a" type="text/javascript" async defer></script><script data-ot-ignore src="/assets/js/vendors/auth0-spa-js.js?_t=36328c8142b1efe71319b78014e25be1" type="text/javascript"></script> <svg id="OCIcons" style="display:none" xmlns="http://www.w3.org/2000/svg"><symbol id='search'><desc></desc><path d="M15.5 16.6l5.3 5.3c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-5.3-5.3-.2-.2.2-.2c2.5-3.2 2.2-7.9-.7-10.8-1.5-1.5-3.6-2.4-5.8-2.4s-4.2.9-5.7 2.4c-3.2 3.2-3.2 8.4 0 11.6 1.5 1.5 3.6 2.4 5.8 2.4 1.8 0 3.6-.6 5-1.7l.2-.2.2.2zm-.7-1.8c-1.3 1.3-2.9 2-4.7 2s-3.5-.7-4.7-2a6.64 6.64 0 010-9.4c1.3-1.3 2.9-2 4.7-2s3.5.7 4.7 2c2.6 2.6 2.6 6.8 0 9.4z"></path></symbol><symbol id='close'><desc></desc><path d="M20.11 10.65l-.85-.85-4.3 4.31-4.31-4.31-.85.85 4.31 4.31-4.31 4.3.85.85 4.31-4.31 4.3 4.31.85-.85-4.31-4.3 4.31-4.31z" /></symbol><symbol id='mls-profile-icon'><desc></desc><g clip-path="url(#clip0_941_311)"><path d="M15.5 8C15.5 12.142 12.142 15.5 8 15.5C3.85796 15.5 0.5 12.142 0.5 8C0.5 3.85796 3.85796 0.5 8 0.5C12.142 0.5 15.5 3.85796 15.5 8Z" stroke="#EDEDED" stroke-linecap="round" stroke-linejoin="round" /><path fill-rule="evenodd" clip-rule="evenodd" d="M7.98289 3.81162C6.98558 3.81162 6.17383 4.58994 6.17383 5.54617C6.17383 6.5024 6.98558 7.28071 7.98289 7.28071C8.9802 7.28071 9.79144 6.5024 9.79144 5.54617C9.79144 4.58994 8.9802 3.81162 7.98289 3.81162ZM7.98411 7.78185C6.69827 7.78185 5.65234 6.77901 5.65234 5.54614C5.65234 4.31326 6.69827 3.31042 7.98411 3.31042C9.26943 3.31042 10.3154 4.31326 10.3154 5.54614C10.3154 6.77901 9.26943 7.78185 7.98411 7.78185Z" fill="#EDEDED" /><path fill-rule="evenodd" clip-rule="evenodd" d="M5.02148 10.5651C5.02148 9.04601 6.31099 7.81013 7.89529 7.81013H8.10228C9.68711 7.81013 10.9761 9.04601 10.9761 10.5651V11.7989H5.02148V10.5651ZM11.5 11.7278V10.5651C11.5 8.76937 9.97633 7.30896 8.10349 7.30896H7.89651C6.02367 7.30896 4.5 8.76937 4.5 10.5651V12.3001H10.9031L11.5 11.7278Z" fill="#EDEDED" /><path d="M10.9761 11.7989V11.8552H11.0323V11.7989H10.9761ZM5.02148 11.7989H4.96523V11.8552H5.02148V11.7989ZM11.5 11.7278L11.5389 11.7684L11.5563 11.7518V11.7278H11.5ZM4.5 12.3001H4.44375V12.3563H4.5V12.3001ZM10.9031 12.3001V12.3563H10.9257L10.942 12.3407L10.9031 12.3001ZM5.07773 10.5651C5.07773 9.07929 6.33978 7.86638 7.89529 7.86638V7.75388C6.28219 7.75388 4.96523 9.01272 4.96523 10.5651H5.07773ZM7.89529 7.86638H8.10228V7.75388H7.89529V7.86638ZM8.10228 7.86638C9.6583 7.86638 10.9198 9.07929 10.9198 10.5651H11.0323C11.0323 9.01273 9.71591 7.75388 8.10228 7.75388V7.86638ZM10.9198 10.5651V11.7989H11.0323V10.5651H10.9198ZM10.9761 11.7427H5.02148V11.8552H10.9761V11.7427ZM5.07773 11.7989V10.5651H4.96523V11.7989H5.07773ZM11.5563 11.7278V10.5651H11.4438V11.7278H11.5563ZM11.5563 10.5651C11.5563 8.73608 10.0051 7.25271 8.10349 7.25271V7.36521C9.94753 7.36521 11.4438 8.80265 11.4438 10.5651H11.5563ZM8.10349 7.25271H7.89651V7.36521H8.10349V7.25271ZM7.89651 7.25271C5.99487 7.25271 4.44375 8.73608 4.44375 10.5651H4.55625C4.55625 8.80265 6.05247 7.36521 7.89651 7.36521V7.25271ZM4.44375 10.5651V12.3001H4.55625V10.5651H4.44375ZM4.5 12.3563H10.9031V12.2438H4.5V12.3563ZM10.942 12.3407L11.5389 11.7684L11.4611 11.6872L10.8641 12.2595L10.942 12.3407Z" fill="#EDEDED" /> </g></symbol><symbol id='horizontal-dots'><desc></desc><path d="M2 0a2 2 0 11-2 2 2 2 0 012-2zm8 0a2 2 0 11-2 2 2 2 0 012-2zm8 0a2 2 0 11-2 2 2 2 0 012-2z" /></symbol></svg> <script type="text/plain" class="optanon-category-C0002-C0003-C0004-C0005" src="https://offer.fevo.com/js/fevo.js" charset="utf-8"></script> <script type="text/plain" class="optanon-category-C0002-C0003-C0004-C0005" src="https://fevo-enterprise.com/react/dist/js/widget/gm-widget.js?ver=1" charset="utf-8"></script> </body> </html>