butlersports.com Open in urlscan Pro
67.192.28.17  Public Scan

Submitted URL: http://butlersports.com/
Effective URL: https://butlersports.com/
Submission Tags: tranco_l324
Submission: On April 02 via api from DE — Scanned from DE

Form analysis 1 forms found in the DOM

Name: aspnetFormPOST ./

<form name="aspnetForm" method="post" action="./" id="aspnetForm" data-airgap-id="37">
  <div>
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJOTI1NzQ1NjQ1ZGSF25aBw6EHmpQMqk+FjSmQivbza+jxPxhQM6fQOPTB6g==">
  </div>
  <script src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" type="text/javascript" data-airgap-id="38"></script>
  <script src="https://dbukjj6eu5tsf.cloudfront.net/assets.sidearmsports.com/responsive/js/main.1701117076018.js" type="text/javascript" data-airgap-id="39"></script>
  <div>
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987">
  </div>
  <header class="main-header">
    <h1 class="hide">Butler University Athletics</h1>
    <div class="main-header__primary">
      <div class="main-header__primary-inner flex">
        <div class="main-header__logo-holder">
          <a class="main-header__logo" href="/index.aspx">
                                <img class="main-header__logo-img" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler University logo" data-airgap-id="40"> 
                            </a>
        </div>
        <div class="main-header__wordmark-holder">
          <a class="main-header__wordmark" href="/index.aspx">
                                <img class="main-header__wordmark-img" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/logo_butler.svg" alt="Butler University logo" data-airgap-id="41"> 
                            </a>
        </div>
        <div class="main-header__sponsor">
          <script>
            var obj = {
              "start": 0,
              "count": 10,
              "name": "cs--mainheader-145c7e",
              "sport_id": null,
              "count_breakpoints": null,
              "css_class": "",
              "pinned_id": "",
              "extra": {},
              "context": null,
              "dummy": false,
              "type": "ads",
              "id": "3ee17408-323b-405f-b2e1-2c1a4d84dd04",
              "data": {
                "location": {
                  "id": 147,
                  "title": "CS - Main Header",
                  "type": "single",
                  "effect": "none",
                  "fixed_image_sizes": true,
                  "excluded_sport_ids": [],
                  "slick": false,
                  "dfp": false,
                  "sidearm_dfp": false,
                  "common_page": false,
                  "html_template": null,
                  "name": "cs--mainheader-145c7e",
                  "autoplay_speed": 8,
                  "accessibility_icons": false,
                  "sizes": null,
                  "slick_options": null,
                  "dfp_sizes": null
                },
                "campaigns": [{
                  "id": 1076,
                  "title": "Hancock Health",
                  "start_date": "2022-11-29T00:00:00",
                  "end_date": null,
                  "open_in_new_window": true,
                  "link": "/common/controls/adhandler.aspx?ad_id=1076&target=https://www.hancockregionalhospital.org/",
                  "icon": null,
                  "html": null,
                  "picture": {
                    "images": [{
                      "breakpoint": 768,
                      "alt": "Hancock Health",
                      "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2022/11/29/Hancock_Health.png",
                      "width": 150,
                      "height": 50
                    }]
                  },
                  "css_class": null,
                  "is_dummy": false,
                  "hover_text": null
                }],
                "content_id": "cs--mainheader-145c7e",
                "content_title": "cs--mainheader-145c7e",
                "content_date": null,
                "content_url": null,
                "content_image_url": null
              },
              "mode": "web"
            };
            if (!("sidearmComponents" in window)) window.sidearmComponents = [];
            window.sidearmComponents.push(obj);
          </script>
          <ads-component params="{ id: '3ee17408-323b-405f-b2e1-2c1a4d84dd04' }"><!-- ko ifnot: isInitializing() -->
            <!-- ko switch -->
            <!-- ko case: ad.location.type === 'single' -->
            <!-- ko with: single -->
            <div class="ad single-ad" data-bind="css: css_class">
              <!-- ko if: link === '' || link === '#' --><!-- /ko -->
              <!-- ko if: link !== '' && link !== '#' -->
              <a data-bind="
                            attr:{
                                'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), 
                                href: link, 
                                title: hover_text ? hover_text : title, 
                                target: open_in_new_window ? '_blank' : '', 
                                click: $component.trackEvent.bind($data, 'click', $data.title),
                                'tabindex' : ko.computed(function() {
                                    var index = 
                                    $parents.findIndex(function(item) {
                                        return Object.keys(item).length > 0 &amp;&amp; item.component;
                                    });
                                    if(index < 0)
                                        return 0;

                                    var model = $parents[index];
                                    if(model.component.name != 'main-nav')
                                        return 0;
                                    if (model.component.name === 'main-nav')
                                        return model.isMenuOpen() ? '0' : '-1';
                                    return 0;
                                })
                            },
                            event: {
                                focus: function() {
                                    var index = 
                                    $parents.findIndex(function(item) {
                                        return Object.keys(item).length > 0 &amp;&amp; item.component;
                                    });
                                    if(index < 0)
                                        return;

                                    var model = $parents[index];
                                    if (model.component.name === 'main-nav') {
                                        model.openMenu();
                                    }
                                    return;
                                },
                                blur: function() {
                                    var index = 
                                    $parents.findIndex(function(item) {
                                        return Object.keys(item).length > 0 &amp;&amp; item.component;
                                    });
                                    if(index < 0)
                                        return;

                                    var model = $parents[index];
                                    if (model.component.name === 'main-nav') {
                                        model.closeMenu();
                                    }
                                    return;
                                }
                            }
                            " aria-label="Hancock Health" href="/common/controls/adhandler.aspx?ad_id=1076&amp;target=https://www.hancockregionalhospital.org/" title="Hancock Health" target="_blank" click="function () { [native code] }" tabindex="0">
                            <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:768px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2022/11/29/Hancock_Health.png" srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2022/11/29/Hancock_Health.png"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2022/11/29/Hancock_Health.png" alt="Hancock Health" class=" lazyloaded" style="" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2022/11/29/Hancock_Health.png"></picture>
                            <!-- ko if: open_in_new_window -->
                                <span class="external-link a11y-hide">Opens in new window</span>
                            <!-- /ko -->
                        </a>
              <!-- /ko -->
            </div>
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
            <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
            <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
            <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
            <!-- /ko -->
            <!-- /ko -->
          </ads-component>
        </div>
        <nav class="main-header__nav flex-item-1" aria-labelledby="h2_nav">
          <h2 class="hide" id="h2_nav">Main Navigation Menu</h2>
          <script>
            var obj = {
              "start": 0,
              "count": 10,
              "name": "main-nav",
              "sport_id": null,
              "count_breakpoints": null,
              "css_class": "",
              "pinned_id": "",
              "extra": {
                "watch_badge": false
              },
              "context": null,
              "dummy": false,
              "type": "main-navigation",
              "id": "b3d12108-7310-40e8-bbbb-959bdaca67a3",
              "data": [{
                "id": 2,
                "title": "Sports",
                "rank": 1,
                "url": "",
                "open_in_new_window": false,
                "include_social_media": true,
                "include_schedule_roster_news": true,
                "include_stats": false,
                "include_tickets": false,
                "include_youtube": false,
                "class_name": null,
                "items": [{
                  "id": 103,
                  "title": "Men's Sports",
                  "short_title": null,
                  "rank": 1,
                  "column": 1,
                  "url": "",
                  "separator": true,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 101,
                  "title": "Baseball",
                  "short_title": null,
                  "rank": 12,
                  "column": 1,
                  "url": "/sports/baseball",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 1,
                  "sport": {
                    "id": 1,
                    "title": "Baseball",
                    "abbreviation": "BB",
                    "shortname": "baseball",
                    "short_title": "BASE",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "baseball",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerUBaseball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerubaseball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/baseball/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/baseball/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/baseball/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 142,
                  "title": "Basketball",
                  "short_title": null,
                  "rank": 17,
                  "column": 1,
                  "url": "/sports/mens-basketball",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 5,
                  "sport": {
                    "id": 5,
                    "title": "Men's Basketball",
                    "abbreviation": "MBB",
                    "shortname": "mbball",
                    "short_title": "MBB",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "mbball",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerMBB",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlermbb",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-basketball/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-basketball/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-basketball/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 162,
                  "title": "Cross Country",
                  "short_title": null,
                  "rank": 18,
                  "column": 1,
                  "url": "/sports/mens-cross-country",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 6,
                  "sport": {
                    "id": 6,
                    "title": "Men's Cross Country",
                    "abbreviation": "MCROSS",
                    "shortname": "mcross",
                    "short_title": "MCROSS",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "mcross",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerXCTF",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerxctf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-cross-country/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-cross-country/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-cross-country/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 102,
                  "title": "Football",
                  "short_title": null,
                  "rank": 19,
                  "column": 1,
                  "url": "/sports/football",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 2,
                  "sport": {
                    "id": 2,
                    "title": "Football",
                    "abbreviation": "FB",
                    "shortname": "football",
                    "short_title": "FB",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "football",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerUFootball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerufootball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/football/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/football/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/football/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 149,
                  "title": "Golf",
                  "short_title": null,
                  "rank": 20,
                  "column": 1,
                  "url": "/sports/golf",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 4,
                  "sport": {
                    "id": 4,
                    "title": "Men's Golf",
                    "abbreviation": "MGOLF",
                    "shortname": "golf",
                    "short_title": "MGOLF",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "golf",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerUGolf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerugolf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/golf/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/golf/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/golf/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 152,
                  "title": "Soccer",
                  "short_title": null,
                  "rank": 21,
                  "column": 1,
                  "url": "/sports/mens-soccer",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 23,
                  "sport": {
                    "id": 23,
                    "title": "Men's Soccer",
                    "abbreviation": "MSOC",
                    "shortname": "msoc",
                    "short_title": "MSOC",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "msoc",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerMSoccer",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlermensoccer",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-soccer/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-soccer/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-soccer/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 155,
                  "title": "Tennis",
                  "short_title": null,
                  "rank": 22,
                  "column": 1,
                  "url": "/sports/mens-tennis",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 8,
                  "sport": {
                    "id": 8,
                    "title": "Men's Tennis",
                    "abbreviation": "MTEN",
                    "shortname": "mten",
                    "short_title": "MTEN",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "mten",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerUMTennis",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerumtennis",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-tennis/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-tennis/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-tennis/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 157,
                  "title": "Track & Field",
                  "short_title": null,
                  "rank": 23,
                  "column": 1,
                  "url": "/sports/mens-track-and-field",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 9,
                  "sport": {
                    "id": 9,
                    "title": "Men's Track and Field",
                    "abbreviation": "MTRACK",
                    "shortname": "mtrack",
                    "short_title": "MTRACK",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "mtrack",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerXCTF",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerxctf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-track-and-field/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-track-and-field/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/mens-track-and-field/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 105,
                  "title": "Women's Sports",
                  "short_title": null,
                  "rank": 5,
                  "column": 2,
                  "url": "",
                  "separator": true,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 159,
                  "title": "Basketball",
                  "short_title": null,
                  "rank": 6,
                  "column": 2,
                  "url": "/sports/womens-basketball",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 12,
                  "sport": {
                    "id": 12,
                    "title": "Women's Basketball",
                    "abbreviation": "WBB",
                    "shortname": "wbball",
                    "short_title": "WBB",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "wbball",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerUWBB",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butleruwbb",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-basketball/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-basketball/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-basketball/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 161,
                  "title": "Cross Country",
                  "short_title": null,
                  "rank": 7,
                  "column": 2,
                  "url": "/sports/womens-cross-country",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 21,
                  "sport": {
                    "id": 21,
                    "title": "Women's Cross Country",
                    "abbreviation": "WCROSS",
                    "shortname": "wcross",
                    "short_title": "WCROSS",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "wcross",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerXCTF",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerxctf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-cross-country/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-cross-country/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-cross-country/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 165,
                  "title": "Golf",
                  "short_title": null,
                  "rank": 8,
                  "column": 2,
                  "url": "/sports/womens-golf",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 14,
                  "sport": {
                    "id": 14,
                    "title": "Women's Golf",
                    "abbreviation": "WGOLF",
                    "shortname": "wgolf",
                    "short_title": "WGOLF",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "wgolf",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerUGolf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerugolf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-golf/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-golf/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-golf/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 166,
                  "title": "Lacrosse",
                  "short_title": null,
                  "rank": 9,
                  "column": 2,
                  "url": "/sports/womens-lacrosse",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 15,
                  "sport": {
                    "id": 15,
                    "title": "Women's Lacrosse",
                    "abbreviation": "WLAX",
                    "shortname": "wlax",
                    "short_title": "WLAX",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "wlax",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerWLacrosse",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerwlacrosse",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-lacrosse/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-lacrosse/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-lacrosse/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 167,
                  "title": "Soccer",
                  "short_title": null,
                  "rank": 10,
                  "column": 2,
                  "url": "/sports/womens-soccer",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 16,
                  "sport": {
                    "id": 16,
                    "title": "Women's Soccer",
                    "abbreviation": "WSOC",
                    "shortname": "wsoc",
                    "short_title": "WSOC",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "wsoc",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerUWSoccer",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerwsoccer",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-soccer/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-soccer/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-soccer/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 104,
                  "title": "Softball",
                  "short_title": null,
                  "rank": 11,
                  "column": 2,
                  "url": "/sports/softball",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 10,
                  "sport": {
                    "id": 10,
                    "title": "Softball",
                    "abbreviation": "SB",
                    "shortname": "softball",
                    "short_title": "SB",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "softball",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerSoftball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlersoftball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/softball/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/softball/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/softball/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 168,
                  "title": "Swimming",
                  "short_title": null,
                  "rank": 13,
                  "column": 2,
                  "url": "/sports/womens-swimming-and-diving",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 17,
                  "sport": {
                    "id": 17,
                    "title": "Women's Swimming",
                    "abbreviation": "WSWIM",
                    "shortname": "wswim",
                    "short_title": "WSWIM",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "wswim",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerSwimming",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerswimming",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-swimming-and-diving/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-swimming-and-diving/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-swimming-and-diving/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 169,
                  "title": "Tennis",
                  "short_title": null,
                  "rank": 14,
                  "column": 2,
                  "url": "/sports/womens-tennis",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 18,
                  "sport": {
                    "id": 18,
                    "title": "Women's Tennis",
                    "abbreviation": "WTEN",
                    "shortname": "wten",
                    "short_title": "WTEN",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "wten",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerWTennis",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerwtennis",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-tennis/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-tennis/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-tennis/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 170,
                  "title": "Track & Field",
                  "short_title": null,
                  "rank": 15,
                  "column": 2,
                  "url": "/sports/womens-track-and-field",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 22,
                  "sport": {
                    "id": 22,
                    "title": "Women's Track & Field",
                    "abbreviation": "WTRACK",
                    "shortname": "wtrack",
                    "short_title": "WTRACK",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "wtrack",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerXCTF",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlerxctf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-track-and-field/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-track-and-field/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-track-and-field/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 171,
                  "title": "Volleyball",
                  "short_title": null,
                  "rank": 16,
                  "column": 2,
                  "url": "/sports/womens-volleyball",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 20,
                  "sport": {
                    "id": 20,
                    "title": "Women's Volleyball",
                    "abbreviation": "WVB",
                    "shortname": "wvball",
                    "short_title": "WVB",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "wvball",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "https://www.facebook.com/ButlerBulldogs",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerVB",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/butlervb",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-volleyball/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-volleyball/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/womens-volleyball/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 374,
                  "title": "Spirit",
                  "short_title": null,
                  "rank": 2,
                  "column": 3,
                  "url": "",
                  "separator": true,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 375,
                  "title": "Cheer",
                  "short_title": null,
                  "rank": 3,
                  "column": 3,
                  "url": "/sports/cheerleading",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 29,
                  "sport": {
                    "id": 29,
                    "title": "Cheer",
                    "abbreviation": "CHEER",
                    "shortname": "cheer",
                    "short_title": "",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "cheer",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": "hide-schedule",
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerUCheer",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/ButlerUCheer",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/cheerleading/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/cheerleading/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/cheerleading/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 376,
                  "title": "Dance",
                  "short_title": null,
                  "rank": 4,
                  "column": 3,
                  "url": "/sports/dance-team",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 26,
                  "sport": {
                    "id": 26,
                    "title": "Dance",
                    "abbreviation": "DANCE",
                    "shortname": "dance",
                    "short_title": "",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "dance",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": "hide-schedule",
                  "social_media_links": [{
                    "id": 0,
                    "title": "Facebook",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "facebook",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Twitter",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//twitter.com/ButlerUDance",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "twitter",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Instagram",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "//instagram.com/ButlerUDanceTeam",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "instagram",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Tickets",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": null,
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "tickets",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "schedule_roster_news_links": [{
                    "id": 0,
                    "title": "Schedule",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/dance-team/schedule",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "schedule",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "Roster",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/dance-team/roster",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "roster",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 0,
                    "title": "News",
                    "short_title": null,
                    "rank": 0,
                    "column": 0,
                    "url": "/sports/dance-team/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": null,
                    "class_name": "news",
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": null,
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }],
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }],
                "columns": [{
                  "column": 1,
                  "items": [{
                    "id": 103,
                    "title": "Men's Sports",
                    "short_title": null,
                    "rank": 1,
                    "column": 1,
                    "url": "",
                    "separator": true,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 101,
                    "title": "Baseball",
                    "short_title": null,
                    "rank": 12,
                    "column": 1,
                    "url": "/sports/baseball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 1,
                    "sport": {
                      "id": 1,
                      "title": "Baseball",
                      "abbreviation": "BB",
                      "shortname": "baseball",
                      "short_title": "BASE",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "baseball",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerUBaseball",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerubaseball",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/baseball/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/baseball/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/baseball/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 142,
                    "title": "Basketball",
                    "short_title": null,
                    "rank": 17,
                    "column": 1,
                    "url": "/sports/mens-basketball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 5,
                    "sport": {
                      "id": 5,
                      "title": "Men's Basketball",
                      "abbreviation": "MBB",
                      "shortname": "mbball",
                      "short_title": "MBB",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "mbball",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerMBB",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlermbb",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-basketball/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-basketball/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-basketball/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 162,
                    "title": "Cross Country",
                    "short_title": null,
                    "rank": 18,
                    "column": 1,
                    "url": "/sports/mens-cross-country",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 6,
                    "sport": {
                      "id": 6,
                      "title": "Men's Cross Country",
                      "abbreviation": "MCROSS",
                      "shortname": "mcross",
                      "short_title": "MCROSS",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "mcross",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerXCTF",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerxctf",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-cross-country/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-cross-country/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-cross-country/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 102,
                    "title": "Football",
                    "short_title": null,
                    "rank": 19,
                    "column": 1,
                    "url": "/sports/football",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 2,
                    "sport": {
                      "id": 2,
                      "title": "Football",
                      "abbreviation": "FB",
                      "shortname": "football",
                      "short_title": "FB",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "football",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerUFootball",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerufootball",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/football/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/football/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/football/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 149,
                    "title": "Golf",
                    "short_title": null,
                    "rank": 20,
                    "column": 1,
                    "url": "/sports/golf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 4,
                    "sport": {
                      "id": 4,
                      "title": "Men's Golf",
                      "abbreviation": "MGOLF",
                      "shortname": "golf",
                      "short_title": "MGOLF",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "golf",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerUGolf",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerugolf",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/golf/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/golf/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/golf/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 152,
                    "title": "Soccer",
                    "short_title": null,
                    "rank": 21,
                    "column": 1,
                    "url": "/sports/mens-soccer",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 23,
                    "sport": {
                      "id": 23,
                      "title": "Men's Soccer",
                      "abbreviation": "MSOC",
                      "shortname": "msoc",
                      "short_title": "MSOC",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "msoc",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerMSoccer",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlermensoccer",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-soccer/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-soccer/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-soccer/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 155,
                    "title": "Tennis",
                    "short_title": null,
                    "rank": 22,
                    "column": 1,
                    "url": "/sports/mens-tennis",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 8,
                    "sport": {
                      "id": 8,
                      "title": "Men's Tennis",
                      "abbreviation": "MTEN",
                      "shortname": "mten",
                      "short_title": "MTEN",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "mten",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerUMTennis",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerumtennis",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-tennis/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-tennis/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-tennis/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 157,
                    "title": "Track & Field",
                    "short_title": null,
                    "rank": 23,
                    "column": 1,
                    "url": "/sports/mens-track-and-field",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 9,
                    "sport": {
                      "id": 9,
                      "title": "Men's Track and Field",
                      "abbreviation": "MTRACK",
                      "shortname": "mtrack",
                      "short_title": "MTRACK",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "mtrack",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerXCTF",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerxctf",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-track-and-field/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-track-and-field/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/mens-track-and-field/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }, {
                  "column": 2,
                  "items": [{
                    "id": 105,
                    "title": "Women's Sports",
                    "short_title": null,
                    "rank": 5,
                    "column": 2,
                    "url": "",
                    "separator": true,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 159,
                    "title": "Basketball",
                    "short_title": null,
                    "rank": 6,
                    "column": 2,
                    "url": "/sports/womens-basketball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 12,
                    "sport": {
                      "id": 12,
                      "title": "Women's Basketball",
                      "abbreviation": "WBB",
                      "shortname": "wbball",
                      "short_title": "WBB",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wbball",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerUWBB",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butleruwbb",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-basketball/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-basketball/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-basketball/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 161,
                    "title": "Cross Country",
                    "short_title": null,
                    "rank": 7,
                    "column": 2,
                    "url": "/sports/womens-cross-country",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 21,
                    "sport": {
                      "id": 21,
                      "title": "Women's Cross Country",
                      "abbreviation": "WCROSS",
                      "shortname": "wcross",
                      "short_title": "WCROSS",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wcross",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerXCTF",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerxctf",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-cross-country/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-cross-country/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-cross-country/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 165,
                    "title": "Golf",
                    "short_title": null,
                    "rank": 8,
                    "column": 2,
                    "url": "/sports/womens-golf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 14,
                    "sport": {
                      "id": 14,
                      "title": "Women's Golf",
                      "abbreviation": "WGOLF",
                      "shortname": "wgolf",
                      "short_title": "WGOLF",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wgolf",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerUGolf",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerugolf",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-golf/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-golf/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-golf/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 166,
                    "title": "Lacrosse",
                    "short_title": null,
                    "rank": 9,
                    "column": 2,
                    "url": "/sports/womens-lacrosse",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 15,
                    "sport": {
                      "id": 15,
                      "title": "Women's Lacrosse",
                      "abbreviation": "WLAX",
                      "shortname": "wlax",
                      "short_title": "WLAX",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wlax",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerWLacrosse",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerwlacrosse",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-lacrosse/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-lacrosse/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-lacrosse/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 167,
                    "title": "Soccer",
                    "short_title": null,
                    "rank": 10,
                    "column": 2,
                    "url": "/sports/womens-soccer",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 16,
                    "sport": {
                      "id": 16,
                      "title": "Women's Soccer",
                      "abbreviation": "WSOC",
                      "shortname": "wsoc",
                      "short_title": "WSOC",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wsoc",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerUWSoccer",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerwsoccer",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-soccer/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-soccer/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-soccer/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 104,
                    "title": "Softball",
                    "short_title": null,
                    "rank": 11,
                    "column": 2,
                    "url": "/sports/softball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 10,
                    "sport": {
                      "id": 10,
                      "title": "Softball",
                      "abbreviation": "SB",
                      "shortname": "softball",
                      "short_title": "SB",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "softball",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerSoftball",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlersoftball",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/softball/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/softball/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/softball/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 168,
                    "title": "Swimming",
                    "short_title": null,
                    "rank": 13,
                    "column": 2,
                    "url": "/sports/womens-swimming-and-diving",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 17,
                    "sport": {
                      "id": 17,
                      "title": "Women's Swimming",
                      "abbreviation": "WSWIM",
                      "shortname": "wswim",
                      "short_title": "WSWIM",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wswim",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerSwimming",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerswimming",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-swimming-and-diving/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-swimming-and-diving/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-swimming-and-diving/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 169,
                    "title": "Tennis",
                    "short_title": null,
                    "rank": 14,
                    "column": 2,
                    "url": "/sports/womens-tennis",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 18,
                    "sport": {
                      "id": 18,
                      "title": "Women's Tennis",
                      "abbreviation": "WTEN",
                      "shortname": "wten",
                      "short_title": "WTEN",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wten",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerWTennis",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerwtennis",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-tennis/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-tennis/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-tennis/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 170,
                    "title": "Track & Field",
                    "short_title": null,
                    "rank": 15,
                    "column": 2,
                    "url": "/sports/womens-track-and-field",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 22,
                    "sport": {
                      "id": 22,
                      "title": "Women's Track & Field",
                      "abbreviation": "WTRACK",
                      "shortname": "wtrack",
                      "short_title": "WTRACK",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wtrack",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerXCTF",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlerxctf",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-track-and-field/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-track-and-field/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-track-and-field/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 171,
                    "title": "Volleyball",
                    "short_title": null,
                    "rank": 16,
                    "column": 2,
                    "url": "/sports/womens-volleyball",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 20,
                    "sport": {
                      "id": 20,
                      "title": "Women's Volleyball",
                      "abbreviation": "WVB",
                      "shortname": "wvball",
                      "short_title": "WVB",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wvball",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "https://www.facebook.com/ButlerBulldogs",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerVB",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/butlervb",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-volleyball/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-volleyball/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/womens-volleyball/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }, {
                  "column": 3,
                  "items": [{
                    "id": 374,
                    "title": "Spirit",
                    "short_title": null,
                    "rank": 2,
                    "column": 3,
                    "url": "",
                    "separator": true,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 375,
                    "title": "Cheer",
                    "short_title": null,
                    "rank": 3,
                    "column": 3,
                    "url": "/sports/cheerleading",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 29,
                    "sport": {
                      "id": 29,
                      "title": "Cheer",
                      "abbreviation": "CHEER",
                      "shortname": "cheer",
                      "short_title": "",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "cheer",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": "hide-schedule",
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerUCheer",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/ButlerUCheer",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/cheerleading/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/cheerleading/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/cheerleading/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 376,
                    "title": "Dance",
                    "short_title": null,
                    "rank": 4,
                    "column": 3,
                    "url": "/sports/dance-team",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 26,
                    "sport": {
                      "id": 26,
                      "title": "Dance",
                      "abbreviation": "DANCE",
                      "shortname": "dance",
                      "short_title": "",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "dance",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": "hide-schedule",
                    "social_media_links": [{
                      "id": 0,
                      "title": "Facebook",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "facebook",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Twitter",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//twitter.com/ButlerUDance",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "twitter",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Instagram",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "//instagram.com/ButlerUDanceTeam",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "instagram",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Tickets",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": null,
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "tickets",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "schedule_roster_news_links": [{
                      "id": 0,
                      "title": "Schedule",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/dance-team/schedule",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "schedule",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "Roster",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/dance-team/roster",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "roster",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }, {
                      "id": 0,
                      "title": "News",
                      "short_title": null,
                      "rank": 0,
                      "column": 0,
                      "url": "/sports/dance-team/archives",
                      "separator": false,
                      "open_in_new_window": false,
                      "sport_id_association": null,
                      "sport": null,
                      "class_name": "news",
                      "social_media_links": null,
                      "schedule_roster_news_links": null,
                      "items": null,
                      "stats": null,
                      "tickets": null,
                      "youtube": null
                    }],
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }],
                "ad": null
              }, {
                "id": 6,
                "title": "Give Now",
                "rank": 2,
                "url": "/index.aspx?path=bulldog_club",
                "open_in_new_window": false,
                "include_social_media": false,
                "include_schedule_roster_news": false,
                "include_stats": false,
                "include_tickets": false,
                "include_youtube": false,
                "class_name": null,
                "items": [{
                  "id": 447,
                  "title": "Donate",
                  "short_title": null,
                  "rank": 2,
                  "column": 1,
                  "url": "https://give.butler.edu/give/481721/#!/donation/checkout",
                  "separator": false,
                  "open_in_new_window": true,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 402,
                  "title": "Bulldog Club Main Page",
                  "short_title": null,
                  "rank": 4,
                  "column": 1,
                  "url": "/sports/bulldog-club",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 395,
                  "title": "Development Staff",
                  "short_title": null,
                  "rank": 6,
                  "column": 1,
                  "url": "/staff-directory/development-department/18",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 394,
                  "title": "Bulldog Club FAQ",
                  "short_title": null,
                  "rank": 8,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-boosters-bulldog-club-faq.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 400,
                  "title": "Member Benefits",
                  "short_title": null,
                  "rank": 11,
                  "column": 1,
                  "url": "/documents/2023/9/25/23-ATH-9603_-_Bulldog_Club_Brochure_Benefits.pdf",
                  "separator": false,
                  "open_in_new_window": true,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 391,
                  "title": "Hospitality",
                  "short_title": null,
                  "rank": 12,
                  "column": 1,
                  "url": "/sports/2016/5/19/bulldog-club-hospitality-features.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 392,
                  "title": "Upcoming Events",
                  "short_title": null,
                  "rank": 1,
                  "column": 2,
                  "url": "/sports/2016/5/19/upcoming-events.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 24,
                  "sport": {
                    "id": 24,
                    "title": "Bulldog Club",
                    "abbreviation": "BDC",
                    "shortname": "bulldog_club",
                    "short_title": "",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 449,
                  "title": "Tax Deductibility / Donor Advised Funds (DAF) / Matching Gifts",
                  "short_title": null,
                  "rank": 3,
                  "column": 2,
                  "url": "/documents/2022/10/13/Butler_Athletics_Tax_Legislation___Priority_Point_Information_2022.pdf?path=bulldog_club",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 24,
                  "sport": {
                    "id": 24,
                    "title": "Bulldog Club",
                    "abbreviation": "BDC",
                    "shortname": "bulldog_club",
                    "short_title": "",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 393,
                  "title": "Priority Points Info",
                  "short_title": null,
                  "rank": 5,
                  "column": 2,
                  "url": "/sports/2016/5/19/priority-points",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 431,
                  "title": "Check Your Points",
                  "short_title": null,
                  "rank": 7,
                  "column": 2,
                  "url": "/documents/2023/7/25/STH_Priority_Points_For_Web_July_21_2023.pdf",
                  "separator": false,
                  "open_in_new_window": true,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 396,
                  "title": "Who is a Booster?",
                  "short_title": null,
                  "rank": 9,
                  "column": 2,
                  "url": "/documents/2015/8/20/Representatives_of_Athletics_Interest.pdf",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 398,
                  "title": "Contact Bulldog Club",
                  "short_title": null,
                  "rank": 10,
                  "column": 2,
                  "url": "mailto:bulldogclub@butler.edu",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }],
                "columns": [{
                  "column": 1,
                  "items": [{
                    "id": 447,
                    "title": "Donate",
                    "short_title": null,
                    "rank": 2,
                    "column": 1,
                    "url": "https://give.butler.edu/give/481721/#!/donation/checkout",
                    "separator": false,
                    "open_in_new_window": true,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 402,
                    "title": "Bulldog Club Main Page",
                    "short_title": null,
                    "rank": 4,
                    "column": 1,
                    "url": "/sports/bulldog-club",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 395,
                    "title": "Development Staff",
                    "short_title": null,
                    "rank": 6,
                    "column": 1,
                    "url": "/staff-directory/development-department/18",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 394,
                    "title": "Bulldog Club FAQ",
                    "short_title": null,
                    "rank": 8,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-boosters-bulldog-club-faq.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 400,
                    "title": "Member Benefits",
                    "short_title": null,
                    "rank": 11,
                    "column": 1,
                    "url": "/documents/2023/9/25/23-ATH-9603_-_Bulldog_Club_Brochure_Benefits.pdf",
                    "separator": false,
                    "open_in_new_window": true,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 391,
                    "title": "Hospitality",
                    "short_title": null,
                    "rank": 12,
                    "column": 1,
                    "url": "/sports/2016/5/19/bulldog-club-hospitality-features.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }, {
                  "column": 2,
                  "items": [{
                    "id": 392,
                    "title": "Upcoming Events",
                    "short_title": null,
                    "rank": 1,
                    "column": 2,
                    "url": "/sports/2016/5/19/upcoming-events.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 24,
                    "sport": {
                      "id": 24,
                      "title": "Bulldog Club",
                      "abbreviation": "BDC",
                      "shortname": "bulldog_club",
                      "short_title": "",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 449,
                    "title": "Tax Deductibility / Donor Advised Funds (DAF) / Matching Gifts",
                    "short_title": null,
                    "rank": 3,
                    "column": 2,
                    "url": "/documents/2022/10/13/Butler_Athletics_Tax_Legislation___Priority_Point_Information_2022.pdf?path=bulldog_club",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 24,
                    "sport": {
                      "id": 24,
                      "title": "Bulldog Club",
                      "abbreviation": "BDC",
                      "shortname": "bulldog_club",
                      "short_title": "",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 393,
                    "title": "Priority Points Info",
                    "short_title": null,
                    "rank": 5,
                    "column": 2,
                    "url": "/sports/2016/5/19/priority-points",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 431,
                    "title": "Check Your Points",
                    "short_title": null,
                    "rank": 7,
                    "column": 2,
                    "url": "/documents/2023/7/25/STH_Priority_Points_For_Web_July_21_2023.pdf",
                    "separator": false,
                    "open_in_new_window": true,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 396,
                    "title": "Who is a Booster?",
                    "short_title": null,
                    "rank": 9,
                    "column": 2,
                    "url": "/documents/2015/8/20/Representatives_of_Athletics_Interest.pdf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 398,
                    "title": "Contact Bulldog Club",
                    "short_title": null,
                    "rank": 10,
                    "column": 2,
                    "url": "mailto:bulldogclub@butler.edu",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }],
                "ad": null
              }, {
                "id": 4,
                "title": "Tickets",
                "rank": 3,
                "url": "",
                "open_in_new_window": false,
                "include_social_media": false,
                "include_schedule_roster_news": false,
                "include_stats": false,
                "include_tickets": false,
                "include_youtube": false,
                "class_name": null,
                "items": [{
                  "id": 110,
                  "title": "Main Page",
                  "short_title": null,
                  "rank": 1,
                  "column": 1,
                  "url": "/sports/tickets",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 108,
                  "title": "Buy Single Game Tickets",
                  "short_title": null,
                  "rank": 4,
                  "column": 1,
                  "url": "https://am.ticketmaster.com/butler/buy#/",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 111,
                  "title": "Men's Basketball",
                  "short_title": null,
                  "rank": 8,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-tickets-mbb-tickets.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 112,
                  "title": "Women's Basketball",
                  "short_title": null,
                  "rank": 9,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-tickets-wbb-tickets.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 129,
                  "title": "Priority Points Information",
                  "short_title": null,
                  "rank": 13,
                  "column": 1,
                  "url": "/sports/2016/5/19/priority-points.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 410,
                  "title": "Track Your Parking Pass",
                  "short_title": null,
                  "rank": 14,
                  "column": 1,
                  "url": "/documents/2023/10/11/PDF_Tracking_Numbers.pdf",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 114,
                  "title": "Select A Seat",
                  "short_title": null,
                  "rank": 16,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-tickets-select-seat.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 131,
                  "title": "Hinkle Seating Chart",
                  "short_title": null,
                  "rank": 17,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-tickets-seating-chart.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 117,
                  "title": "Basketball Group Tickets",
                  "short_title": null,
                  "rank": 18,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-tickets-group-tickets.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 487,
                  "title": "Junior Dawg Pound",
                  "short_title": null,
                  "rank": 19,
                  "column": 1,
                  "url": "/documents/2023/12/13/JDP_Mobile_Ticket_Design_Contest.pdf",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 122,
                  "title": "Men's Soccer",
                  "short_title": null,
                  "rank": 2,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-tickets-msoc-tickets.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 124,
                  "title": "Women's Soccer",
                  "short_title": null,
                  "rank": 3,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-tickets-wsoc-tickets.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 125,
                  "title": "Volleyball",
                  "short_title": null,
                  "rank": 5,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-tickets-vb-tickets.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 120,
                  "title": "Football",
                  "short_title": null,
                  "rank": 6,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-tickets-fb-tickets.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 285,
                  "title": "Group Tickets for Additional Sports",
                  "short_title": null,
                  "rank": 7,
                  "column": 2,
                  "url": "/sports/2016/6/6/group-sales-for-womens-basketball-soccer-volleyball-and-football",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 133,
                  "title": "Ticketmaster.com",
                  "short_title": null,
                  "rank": 10,
                  "column": 2,
                  "url": "http://www.ticketmaster.com/",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 136,
                  "title": "Ticket FAQ",
                  "short_title": null,
                  "rank": 11,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-tickets-Account-Manager-FAQ.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 141,
                  "title": "Spirit Group Tickets",
                  "short_title": null,
                  "rank": 12,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-tickets-Spirit-Tickets.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 429,
                  "title": "Student Ticketing",
                  "short_title": null,
                  "rank": 15,
                  "column": 2,
                  "url": "/sports/2021/8/10/student-tickets-for-home-athletic-events",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }],
                "columns": [{
                  "column": 1,
                  "items": [{
                    "id": 110,
                    "title": "Main Page",
                    "short_title": null,
                    "rank": 1,
                    "column": 1,
                    "url": "/sports/tickets",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 108,
                    "title": "Buy Single Game Tickets",
                    "short_title": null,
                    "rank": 4,
                    "column": 1,
                    "url": "https://am.ticketmaster.com/butler/buy#/",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 111,
                    "title": "Men's Basketball",
                    "short_title": null,
                    "rank": 8,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-tickets-mbb-tickets.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 112,
                    "title": "Women's Basketball",
                    "short_title": null,
                    "rank": 9,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-tickets-wbb-tickets.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 129,
                    "title": "Priority Points Information",
                    "short_title": null,
                    "rank": 13,
                    "column": 1,
                    "url": "/sports/2016/5/19/priority-points.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 410,
                    "title": "Track Your Parking Pass",
                    "short_title": null,
                    "rank": 14,
                    "column": 1,
                    "url": "/documents/2023/10/11/PDF_Tracking_Numbers.pdf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 114,
                    "title": "Select A Seat",
                    "short_title": null,
                    "rank": 16,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-tickets-select-seat.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 131,
                    "title": "Hinkle Seating Chart",
                    "short_title": null,
                    "rank": 17,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-tickets-seating-chart.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 117,
                    "title": "Basketball Group Tickets",
                    "short_title": null,
                    "rank": 18,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-tickets-group-tickets.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 487,
                    "title": "Junior Dawg Pound",
                    "short_title": null,
                    "rank": 19,
                    "column": 1,
                    "url": "/documents/2023/12/13/JDP_Mobile_Ticket_Design_Contest.pdf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }, {
                  "column": 2,
                  "items": [{
                    "id": 122,
                    "title": "Men's Soccer",
                    "short_title": null,
                    "rank": 2,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-tickets-msoc-tickets.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 124,
                    "title": "Women's Soccer",
                    "short_title": null,
                    "rank": 3,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-tickets-wsoc-tickets.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 125,
                    "title": "Volleyball",
                    "short_title": null,
                    "rank": 5,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-tickets-vb-tickets.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 120,
                    "title": "Football",
                    "short_title": null,
                    "rank": 6,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-tickets-fb-tickets.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 285,
                    "title": "Group Tickets for Additional Sports",
                    "short_title": null,
                    "rank": 7,
                    "column": 2,
                    "url": "/sports/2016/6/6/group-sales-for-womens-basketball-soccer-volleyball-and-football",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 133,
                    "title": "Ticketmaster.com",
                    "short_title": null,
                    "rank": 10,
                    "column": 2,
                    "url": "http://www.ticketmaster.com/",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 136,
                    "title": "Ticket FAQ",
                    "short_title": null,
                    "rank": 11,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-tickets-Account-Manager-FAQ.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 141,
                    "title": "Spirit Group Tickets",
                    "short_title": null,
                    "rank": 12,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-tickets-Spirit-Tickets.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 429,
                    "title": "Student Ticketing",
                    "short_title": null,
                    "rank": 15,
                    "column": 2,
                    "url": "/sports/2021/8/10/student-tickets-for-home-athletic-events",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }],
                "ad": null
              }, {
                "id": 3,
                "title": "Inside Athletics",
                "rank": 4,
                "url": "",
                "open_in_new_window": false,
                "include_social_media": false,
                "include_schedule_roster_news": false,
                "include_stats": false,
                "include_tickets": false,
                "include_youtube": false,
                "class_name": null,
                "items": [{
                  "id": 106,
                  "title": "About Butler Athletics",
                  "short_title": null,
                  "rank": 1,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-general-athletics.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 107,
                  "title": "Academic Recognition",
                  "short_title": null,
                  "rank": 2,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-academic-honors.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 109,
                  "title": "Academic Support/Life Skills",
                  "short_title": null,
                  "rank": 3,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-academics-academic-life-skills.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 350,
                  "title": "Athletic Advisory Council",
                  "short_title": null,
                  "rank": 5,
                  "column": 1,
                  "url": "/sports/2017/7/19/athletic-advisory-council.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 115,
                  "title": "Athletic Honors",
                  "short_title": null,
                  "rank": 7,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-athletic-honors.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 453,
                  "title": "Butler NIL Marketplace",
                  "short_title": null,
                  "rank": 11,
                  "column": 1,
                  "url": "https://opendorse.com/butler-bulldogs",
                  "separator": false,
                  "open_in_new_window": true,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 118,
                  "title": "Camps",
                  "short_title": null,
                  "rank": 12,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-camps-sports-camps.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 119,
                  "title": "Compliance",
                  "short_title": null,
                  "rank": 13,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-compliance-compliance-info.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 387,
                  "title": "Corporate Partners",
                  "short_title": null,
                  "rank": 16,
                  "column": 1,
                  "url": "/sports/2019/7/30/butler-sports-properties.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 417,
                  "title": "EADA Report",
                  "short_title": null,
                  "rank": 17,
                  "column": 1,
                  "url": "/sports/2020/12/23/information-EADA-report",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 123,
                  "title": "Facilities",
                  "short_title": null,
                  "rank": 4,
                  "column": 2,
                  "url": "/facilities",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 121,
                  "title": "General Releases",
                  "short_title": null,
                  "rank": 6,
                  "column": 2,
                  "url": "/sports/general/archives",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 126,
                  "title": "Hall of Fame",
                  "short_title": null,
                  "rank": 10,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-hall-of-fame-hof-year.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 369,
                  "title": "Hinkle Fieldhouse Rental Opportunities",
                  "short_title": null,
                  "rank": 14,
                  "column": 2,
                  "url": "/sports/2018/7/31/rental-opportunities.aspx",
                  "separator": false,
                  "open_in_new_window": true,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 127,
                  "title": "Mission Statement and Strategic Goals",
                  "short_title": null,
                  "rank": 18,
                  "column": 2,
                  "url": "/sports/2017/6/27/the-butler-way.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 128,
                  "title": "NCAA Peer Review Report",
                  "short_title": null,
                  "rank": 19,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-NCAA-Peer-Review-ncaa-report.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 130,
                  "title": "SAAC",
                  "short_title": null,
                  "rank": 20,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-academics-Butler-University-SAAC.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 137,
                  "title": "Staff Directory",
                  "short_title": null,
                  "rank": 22,
                  "column": 2,
                  "url": "/staff-directory",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 139,
                  "title": "Student-Athlete Handbook",
                  "short_title": null,
                  "rank": 23,
                  "column": 2,
                  "url": "/documents/2023/10/19/Student_Athlete_Handbook_101923_web.pdf",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }],
                "columns": [{
                  "column": 1,
                  "items": [{
                    "id": 106,
                    "title": "About Butler Athletics",
                    "short_title": null,
                    "rank": 1,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-general-athletics.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 107,
                    "title": "Academic Recognition",
                    "short_title": null,
                    "rank": 2,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-academic-honors.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 109,
                    "title": "Academic Support/Life Skills",
                    "short_title": null,
                    "rank": 3,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-academics-academic-life-skills.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 350,
                    "title": "Athletic Advisory Council",
                    "short_title": null,
                    "rank": 5,
                    "column": 1,
                    "url": "/sports/2017/7/19/athletic-advisory-council.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 115,
                    "title": "Athletic Honors",
                    "short_title": null,
                    "rank": 7,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-athletic-honors.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 453,
                    "title": "Butler NIL Marketplace",
                    "short_title": null,
                    "rank": 11,
                    "column": 1,
                    "url": "https://opendorse.com/butler-bulldogs",
                    "separator": false,
                    "open_in_new_window": true,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 118,
                    "title": "Camps",
                    "short_title": null,
                    "rank": 12,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-camps-sports-camps.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 119,
                    "title": "Compliance",
                    "short_title": null,
                    "rank": 13,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-compliance-compliance-info.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 387,
                    "title": "Corporate Partners",
                    "short_title": null,
                    "rank": 16,
                    "column": 1,
                    "url": "/sports/2019/7/30/butler-sports-properties.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 417,
                    "title": "EADA Report",
                    "short_title": null,
                    "rank": 17,
                    "column": 1,
                    "url": "/sports/2020/12/23/information-EADA-report",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }, {
                  "column": 2,
                  "items": [{
                    "id": 123,
                    "title": "Facilities",
                    "short_title": null,
                    "rank": 4,
                    "column": 2,
                    "url": "/facilities",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 121,
                    "title": "General Releases",
                    "short_title": null,
                    "rank": 6,
                    "column": 2,
                    "url": "/sports/general/archives",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 126,
                    "title": "Hall of Fame",
                    "short_title": null,
                    "rank": 10,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-hall-of-fame-hof-year.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 369,
                    "title": "Hinkle Fieldhouse Rental Opportunities",
                    "short_title": null,
                    "rank": 14,
                    "column": 2,
                    "url": "/sports/2018/7/31/rental-opportunities.aspx",
                    "separator": false,
                    "open_in_new_window": true,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 127,
                    "title": "Mission Statement and Strategic Goals",
                    "short_title": null,
                    "rank": 18,
                    "column": 2,
                    "url": "/sports/2017/6/27/the-butler-way.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 128,
                    "title": "NCAA Peer Review Report",
                    "short_title": null,
                    "rank": 19,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-NCAA-Peer-Review-ncaa-report.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 130,
                    "title": "SAAC",
                    "short_title": null,
                    "rank": 20,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-academics-Butler-University-SAAC.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 137,
                    "title": "Staff Directory",
                    "short_title": null,
                    "rank": 22,
                    "column": 2,
                    "url": "/staff-directory",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 139,
                    "title": "Student-Athlete Handbook",
                    "short_title": null,
                    "rank": 23,
                    "column": 2,
                    "url": "/documents/2023/10/19/Student_Athlete_Handbook_101923_web.pdf",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }],
                "ad": null
              }, {
                "id": 8,
                "title": "The Butler Way",
                "rank": 5,
                "url": "",
                "open_in_new_window": true,
                "include_social_media": false,
                "include_schedule_roster_news": false,
                "include_stats": false,
                "include_tickets": false,
                "include_youtube": false,
                "class_name": null,
                "items": [{
                  "id": 399,
                  "title": "Message from the Athletic Director",
                  "short_title": null,
                  "rank": 1,
                  "column": 1,
                  "url": "/sports/2016/5/19/message-from-the-a-d.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 349,
                  "title": "The Butler Way",
                  "short_title": null,
                  "rank": 2,
                  "column": 1,
                  "url": "/sports/2017/6/27/the-butler-way.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 455,
                  "title": "Butler NIL Marketplace",
                  "short_title": null,
                  "rank": 3,
                  "column": 1,
                  "url": "https://opendorse.com/butler-bulldogs",
                  "separator": false,
                  "open_in_new_window": true,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 351,
                  "title": "Butler Way Leadership Institute",
                  "short_title": null,
                  "rank": 4,
                  "column": 1,
                  "url": "/sports/2017/8/24/butler-way-leadership-institute.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 414,
                  "title": "#BUnited Initiative",
                  "short_title": null,
                  "rank": 5,
                  "column": 1,
                  "url": "/feature/BUnited",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }],
                "columns": [{
                  "column": 1,
                  "items": [{
                    "id": 399,
                    "title": "Message from the Athletic Director",
                    "short_title": null,
                    "rank": 1,
                    "column": 1,
                    "url": "/sports/2016/5/19/message-from-the-a-d.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 349,
                    "title": "The Butler Way",
                    "short_title": null,
                    "rank": 2,
                    "column": 1,
                    "url": "/sports/2017/6/27/the-butler-way.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 455,
                    "title": "Butler NIL Marketplace",
                    "short_title": null,
                    "rank": 3,
                    "column": 1,
                    "url": "https://opendorse.com/butler-bulldogs",
                    "separator": false,
                    "open_in_new_window": true,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 351,
                    "title": "Butler Way Leadership Institute",
                    "short_title": null,
                    "rank": 4,
                    "column": 1,
                    "url": "/sports/2017/8/24/butler-way-leadership-institute.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 414,
                    "title": "#BUnited Initiative",
                    "short_title": null,
                    "rank": 5,
                    "column": 1,
                    "url": "/feature/BUnited",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }],
                "ad": null
              }, {
                "id": 7,
                "title": "Shop",
                "rank": 6,
                "url": "https://www.bkstr.com/butlerstore/home",
                "open_in_new_window": false,
                "include_social_media": false,
                "include_schedule_roster_news": false,
                "include_stats": false,
                "include_tickets": false,
                "include_youtube": false,
                "class_name": null,
                "items": [],
                "columns": [],
                "ad": null
              }, {
                "id": 5,
                "title": "Fans",
                "rank": 7,
                "url": "",
                "open_in_new_window": false,
                "include_social_media": false,
                "include_schedule_roster_news": false,
                "include_stats": false,
                "include_tickets": false,
                "include_youtube": false,
                "class_name": null,
                "items": [{
                  "id": 143,
                  "title": "Buy Tickets",
                  "short_title": null,
                  "rank": 1,
                  "column": 1,
                  "url": "https://oss.ticketmaster.com/aps/butler/EN/buy/browse",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 454,
                  "title": "Butler NIL Marketplace",
                  "short_title": null,
                  "rank": 3,
                  "column": 1,
                  "url": "https://opendorse.com/butler-bulldogs",
                  "separator": false,
                  "open_in_new_window": true,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 329,
                  "title": "Sportsmanship Statement",
                  "short_title": null,
                  "rank": 4,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-sportsmanship-statement.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 151,
                  "title": "Know Before You Go - Hinkle Fieldhouse",
                  "short_title": null,
                  "rank": 7,
                  "column": 1,
                  "url": "/feature/Gameday",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 437,
                  "title": "Know Before You Go - Sellick Bowl",
                  "short_title": null,
                  "rank": 8,
                  "column": 1,
                  "url": "/feature/SellickBowl",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 150,
                  "title": "Directions",
                  "short_title": null,
                  "rank": 9,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-directions.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 154,
                  "title": "Parking Policies",
                  "short_title": null,
                  "rank": 10,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-parking.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 164,
                  "title": "Travel Guide",
                  "short_title": null,
                  "rank": 12,
                  "column": 1,
                  "url": "/sports/2016/5/19/information-travel-travel-overview.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 144,
                  "title": "Alumni ",
                  "short_title": null,
                  "rank": 14,
                  "column": 1,
                  "url": "https://www.butler.edu/alumni/",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 160,
                  "title": "Spirit Shop",
                  "short_title": null,
                  "rank": 2,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-Spirit-Shop.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 145,
                  "title": "Auctions",
                  "short_title": null,
                  "rank": 5,
                  "column": 2,
                  "url": "/auctions/",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 163,
                  "title": "Trademarks & Licensing",
                  "short_title": null,
                  "rank": 6,
                  "column": 2,
                  "url": "/sports/2016/5/19/information-licensing-main.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 148,
                  "title": "Dawg Pound",
                  "short_title": null,
                  "rank": 11,
                  "column": 2,
                  "url": "/sports/dawg-pound",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 321,
                  "title": "Live Audio",
                  "short_title": null,
                  "rank": 13,
                  "column": 2,
                  "url": "https://tunein.com/radio/Butler-Bulldog-Sports-Network-s254036/?_branch_match_id=572182792583543306&path=mbball",
                  "separator": false,
                  "open_in_new_window": true,
                  "sport_id_association": 5,
                  "sport": {
                    "id": 5,
                    "title": "Men's Basketball",
                    "abbreviation": "MBB",
                    "shortname": "mbball",
                    "short_title": "MBB",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "mbball",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 406,
                  "title": "Butler War Song",
                  "short_title": null,
                  "rank": 15,
                  "column": 2,
                  "url": "https://www.youtube.com/watch?v=HErh7gPn-Ac",
                  "separator": false,
                  "open_in_new_window": true,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 158,
                  "title": "Promotions",
                  "short_title": null,
                  "rank": 16,
                  "column": 2,
                  "url": "/sports/2016/5/19/promotions.aspx",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": 2,
                  "sport": {
                    "id": 2,
                    "title": "Football",
                    "abbreviation": "FB",
                    "shortname": "football",
                    "short_title": "FB",
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": "football",
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }, {
                  "id": 416,
                  "title": "Kids Corner",
                  "short_title": null,
                  "rank": 17,
                  "column": 2,
                  "url": "/feature/kidscorner",
                  "separator": false,
                  "open_in_new_window": false,
                  "sport_id_association": null,
                  "sport": {
                    "id": 0,
                    "title": null,
                    "abbreviation": null,
                    "shortname": null,
                    "short_title": null,
                    "global_sport_id": null,
                    "non_sport": false,
                    "show_at_vs": false,
                    "global_sport_shortname": null,
                    "gender": null,
                    "youtube": null,
                    "facebook": null,
                    "twitter": null,
                    "instagram": null,
                    "pinterest": null,
                    "tickets": null,
                    "global_sport_name_slug": null,
                    "url": null,
                    "ranking": null,
                    "game_synonym": null
                  },
                  "class_name": null,
                  "social_media_links": null,
                  "schedule_roster_news_links": null,
                  "items": [],
                  "stats": null,
                  "tickets": null,
                  "youtube": null
                }],
                "columns": [{
                  "column": 1,
                  "items": [{
                    "id": 143,
                    "title": "Buy Tickets",
                    "short_title": null,
                    "rank": 1,
                    "column": 1,
                    "url": "https://oss.ticketmaster.com/aps/butler/EN/buy/browse",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 454,
                    "title": "Butler NIL Marketplace",
                    "short_title": null,
                    "rank": 3,
                    "column": 1,
                    "url": "https://opendorse.com/butler-bulldogs",
                    "separator": false,
                    "open_in_new_window": true,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 329,
                    "title": "Sportsmanship Statement",
                    "short_title": null,
                    "rank": 4,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-sportsmanship-statement.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 151,
                    "title": "Know Before You Go - Hinkle Fieldhouse",
                    "short_title": null,
                    "rank": 7,
                    "column": 1,
                    "url": "/feature/Gameday",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 437,
                    "title": "Know Before You Go - Sellick Bowl",
                    "short_title": null,
                    "rank": 8,
                    "column": 1,
                    "url": "/feature/SellickBowl",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 150,
                    "title": "Directions",
                    "short_title": null,
                    "rank": 9,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-directions.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 154,
                    "title": "Parking Policies",
                    "short_title": null,
                    "rank": 10,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-parking.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 164,
                    "title": "Travel Guide",
                    "short_title": null,
                    "rank": 12,
                    "column": 1,
                    "url": "/sports/2016/5/19/information-travel-travel-overview.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 144,
                    "title": "Alumni ",
                    "short_title": null,
                    "rank": 14,
                    "column": 1,
                    "url": "https://www.butler.edu/alumni/",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }, {
                  "column": 2,
                  "items": [{
                    "id": 160,
                    "title": "Spirit Shop",
                    "short_title": null,
                    "rank": 2,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-Spirit-Shop.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 145,
                    "title": "Auctions",
                    "short_title": null,
                    "rank": 5,
                    "column": 2,
                    "url": "/auctions/",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 163,
                    "title": "Trademarks & Licensing",
                    "short_title": null,
                    "rank": 6,
                    "column": 2,
                    "url": "/sports/2016/5/19/information-licensing-main.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 148,
                    "title": "Dawg Pound",
                    "short_title": null,
                    "rank": 11,
                    "column": 2,
                    "url": "/sports/dawg-pound",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 321,
                    "title": "Live Audio",
                    "short_title": null,
                    "rank": 13,
                    "column": 2,
                    "url": "https://tunein.com/radio/Butler-Bulldog-Sports-Network-s254036/?_branch_match_id=572182792583543306&path=mbball",
                    "separator": false,
                    "open_in_new_window": true,
                    "sport_id_association": 5,
                    "sport": {
                      "id": 5,
                      "title": "Men's Basketball",
                      "abbreviation": "MBB",
                      "shortname": "mbball",
                      "short_title": "MBB",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "mbball",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 406,
                    "title": "Butler War Song",
                    "short_title": null,
                    "rank": 15,
                    "column": 2,
                    "url": "https://www.youtube.com/watch?v=HErh7gPn-Ac",
                    "separator": false,
                    "open_in_new_window": true,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 158,
                    "title": "Promotions",
                    "short_title": null,
                    "rank": 16,
                    "column": 2,
                    "url": "/sports/2016/5/19/promotions.aspx",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": 2,
                    "sport": {
                      "id": 2,
                      "title": "Football",
                      "abbreviation": "FB",
                      "shortname": "football",
                      "short_title": "FB",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "football",
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }, {
                    "id": 416,
                    "title": "Kids Corner",
                    "short_title": null,
                    "rank": 17,
                    "column": 2,
                    "url": "/feature/kidscorner",
                    "separator": false,
                    "open_in_new_window": false,
                    "sport_id_association": null,
                    "sport": {
                      "id": 0,
                      "title": null,
                      "abbreviation": null,
                      "shortname": null,
                      "short_title": null,
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": null,
                      "gender": null,
                      "youtube": null,
                      "facebook": null,
                      "twitter": null,
                      "instagram": null,
                      "pinterest": null,
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "class_name": null,
                    "social_media_links": null,
                    "schedule_roster_news_links": null,
                    "items": [],
                    "stats": null,
                    "tickets": null,
                    "youtube": null
                  }]
                }],
                "ad": null
              }],
              "mode": "web"
            };
            if (!("sidearmComponents" in window)) window.sidearmComponents = [];
            window.sidearmComponents.push(obj);
          </script>
          <navigation-component params="{ id: 'b3d12108-7310-40e8-bbbb-959bdaca67a3' }"><!-- ko if: name() === 'main-nav' -->
            <div class="component c-navigation c-navigation--main flex">
              <!-- ko if: ko.observable().matchMedia("(min-width: 1121px)")-->
              <div class="c-navigation-desktop flex-item-1">
                <ul class="c-navigation__level-1 flex" data-bind="afterBind: { fastForEach: data, callback: navOverflow }">
                  <!-- ko if: !isHidden() -->
                  <li data-bind="
                      attr: { 
                          'class': ko.computed(function() { return class_name ? class_name + ' c-navigation__item c-navigation__item--level-1': 'c-navigation__item c-navigation__item--level-1' })
                      },
                      css: {
                          'c-navigation__parent': items &amp;&amp; items.length > 0,
                          'is-open': isItemOpen(),  'sidearm-haspopup': items.length
                      }" class="c-navigation__item c-navigation__item--level-1 c-navigation__parent sidearm-haspopup">
                    <!-- ko if: url === "" || url === "#" -->
                    <button class="c-navigation__url c-navigation__url--level-1" data-bind="
                        html: title,
                        css: {'is-toggled':isItemOpen() },
                        click: function() {
                            let currentTarget = event.currentTarget;
                            let menuItems = document.querySelectorAll('.c-navigation__url--level-1');

                            menuItems.forEach((element) => {
                                if(!currentTarget.isSameNode(element)) {
                                    let navdata = ko.dataFor(element);
                                    navdata.closeMenuItem();
                                }
                            });

                            toggleMenuItem();
                        },
                        attr: {
                            'aria-expanded': isItemOpen() ? 'true' : 'false'
                        }" tabindex="0" aria-expanded="false">Sports</button>
                    <!-- /ko -->
                    <!-- ko if: url !== "" && url !== "#" --><!-- /ko -->
                    <!-- ko if: columns.length > 0 -->
                    <div class="c-navigation__level-2" data-bind="
                              css: { 'is-open' : isItemOpen() }, 
                              attr: { 'aria-hidden' : isItemOpen() ? 'false' : 'true' }, 
                              onEscape:closeMenuItem" aria-hidden="true">
                      <div class="c-navigation__level-2-inner">
                        <div class="flex">
                          <!-- ko fastForEach: columns -->
                          <ul class="c-navigation__column reset-list" data-bind="fastForEach: items, attr: { 'aria-label': $parent.title }" aria-label="Sports">
                            <li class="c-navigation__item c-navigation__item--level-2 c-navigation__separator" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator -->
                              <span data-bind="text: title" role="heading" aria-level="3">Men's Sports</span>
                              <!-- /ko -->
                              <!-- ko ifnot: separator --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/baseball" target="" aria-label="Men's Sports Baseball" tabindex="-1">Baseball</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/baseball/schedule" aria-label="Men's Sports Baseball Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/baseball/roster" aria-label="Men's Sports Baseball Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Men's Sports Baseball Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/baseball/archives" aria-label="Men's Sports Baseball News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerUBaseball" aria-label="Men's Sports Baseball Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerubaseball" aria-label="Men's Sports Baseball Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/mens-basketball" target="" aria-label="Men's Sports Basketball" tabindex="-1">Basketball</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/mens-basketball/schedule" aria-label="Men's Sports Basketball Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/mens-basketball/roster" aria-label="Men's Sports Basketball Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Men's Sports Basketball Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/mens-basketball/archives" aria-label="Men's Sports Basketball News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerMBB" aria-label="Men's Sports Basketball Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlermbb" aria-label="Men's Sports Basketball Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/mens-cross-country" target="" aria-label="Men's Sports Cross Country" tabindex="-1">Cross Country</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/mens-cross-country/schedule" aria-label="Men's Sports Cross Country Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/mens-cross-country/roster" aria-label="Men's Sports Cross Country Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Men's Sports Cross Country Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/mens-cross-country/archives" aria-label="Men's Sports Cross Country News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerXCTF" aria-label="Men's Sports Cross Country Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerxctf" aria-label="Men's Sports Cross Country Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/football" target="" aria-label="Men's Sports Football" tabindex="-1">Football</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/football/schedule" aria-label="Men's Sports Football Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/football/roster" aria-label="Men's Sports Football Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Men's Sports Football Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/football/archives" aria-label="Men's Sports Football News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerUFootball" aria-label="Men's Sports Football Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerufootball" aria-label="Men's Sports Football Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/golf" target="" aria-label="Men's Sports Golf" tabindex="-1">Golf</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/golf/schedule" aria-label="Men's Sports Golf Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/golf/roster" aria-label="Men's Sports Golf Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Men's Sports Golf Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/golf/archives" aria-label="Men's Sports Golf News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerUGolf" aria-label="Men's Sports Golf Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerugolf" aria-label="Men's Sports Golf Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/mens-soccer" target="" aria-label="Men's Sports Soccer" tabindex="-1">Soccer</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/mens-soccer/schedule" aria-label="Men's Sports Soccer Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/mens-soccer/roster" aria-label="Men's Sports Soccer Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Men's Sports Soccer Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/mens-soccer/archives" aria-label="Men's Sports Soccer News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerMSoccer" aria-label="Men's Sports Soccer Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlermensoccer" aria-label="Men's Sports Soccer Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/mens-tennis" target="" aria-label="Men's Sports Tennis" tabindex="-1">Tennis</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/mens-tennis/schedule" aria-label="Men's Sports Tennis Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/mens-tennis/roster" aria-label="Men's Sports Tennis Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Men's Sports Tennis Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/mens-tennis/archives" aria-label="Men's Sports Tennis News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerUMTennis" aria-label="Men's Sports Tennis Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerumtennis" aria-label="Men's Sports Tennis Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/mens-track-and-field" target="" aria-label="Men's Sports Track &amp; Field" tabindex="-1">Track &amp; Field</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/mens-track-and-field/schedule" aria-label="Men's Sports Track &amp; Field Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/mens-track-and-field/roster" aria-label="Men's Sports Track &amp; Field Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Men's Sports Track &amp; Field Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/mens-track-and-field/archives" aria-label="Men's Sports Track &amp; Field News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerXCTF" aria-label="Men's Sports Track &amp; Field Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerxctf" aria-label="Men's Sports Track &amp; Field Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                          </ul>
                          <ul class="c-navigation__column reset-list" data-bind="fastForEach: items, attr: { 'aria-label': $parent.title }" aria-label="Sports">
                            <li class="c-navigation__item c-navigation__item--level-2 c-navigation__separator" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator -->
                              <span data-bind="text: title" role="heading" aria-level="3">Women's Sports</span>
                              <!-- /ko -->
                              <!-- ko ifnot: separator --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/womens-basketball" target="" aria-label="Women's Sports Basketball" tabindex="-1">Basketball</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-basketball/schedule" aria-label="Women's Sports Basketball Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-basketball/roster" aria-label="Women's Sports Basketball Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Women's Sports Basketball Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/womens-basketball/archives" aria-label="Women's Sports Basketball News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerUWBB" aria-label="Women's Sports Basketball Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butleruwbb" aria-label="Women's Sports Basketball Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/womens-cross-country" target="" aria-label="Women's Sports Cross Country" tabindex="-1">Cross Country</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-cross-country/schedule" aria-label="Women's Sports Cross Country Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-cross-country/roster" aria-label="Women's Sports Cross Country Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Women's Sports Cross Country Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/womens-cross-country/archives" aria-label="Women's Sports Cross Country News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerXCTF" aria-label="Women's Sports Cross Country Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerxctf" aria-label="Women's Sports Cross Country Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/womens-golf" target="" aria-label="Women's Sports Golf" tabindex="-1">Golf</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-golf/schedule" aria-label="Women's Sports Golf Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-golf/roster" aria-label="Women's Sports Golf Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Women's Sports Golf Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/womens-golf/archives" aria-label="Women's Sports Golf News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerUGolf" aria-label="Women's Sports Golf Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerugolf" aria-label="Women's Sports Golf Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/womens-lacrosse" target="" aria-label="Women's Sports Lacrosse" tabindex="-1">Lacrosse</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-lacrosse/schedule" aria-label="Women's Sports Lacrosse Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-lacrosse/roster" aria-label="Women's Sports Lacrosse Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Women's Sports Lacrosse Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/womens-lacrosse/archives" aria-label="Women's Sports Lacrosse News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerWLacrosse" aria-label="Women's Sports Lacrosse Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerwlacrosse" aria-label="Women's Sports Lacrosse Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/womens-soccer" target="" aria-label="Women's Sports Soccer" tabindex="-1">Soccer</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-soccer/schedule" aria-label="Women's Sports Soccer Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-soccer/roster" aria-label="Women's Sports Soccer Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Women's Sports Soccer Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/womens-soccer/archives" aria-label="Women's Sports Soccer News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerUWSoccer" aria-label="Women's Sports Soccer Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerwsoccer" aria-label="Women's Sports Soccer Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/softball" target="" aria-label="Women's Sports Softball" tabindex="-1">Softball</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/softball/schedule" aria-label="Women's Sports Softball Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/softball/roster" aria-label="Women's Sports Softball Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Women's Sports Softball Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/softball/archives" aria-label="Women's Sports Softball News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerSoftball" aria-label="Women's Sports Softball Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlersoftball" aria-label="Women's Sports Softball Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/womens-swimming-and-diving" target="" aria-label="Women's Sports Swimming" tabindex="-1">Swimming</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-swimming-and-diving/schedule" aria-label="Women's Sports Swimming Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-swimming-and-diving/roster" aria-label="Women's Sports Swimming Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Women's Sports Swimming Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/womens-swimming-and-diving/archives" aria-label="Women's Sports Swimming News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerSwimming" aria-label="Women's Sports Swimming Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerswimming" aria-label="Women's Sports Swimming Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/womens-tennis" target="" aria-label="Women's Sports Tennis" tabindex="-1">Tennis</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-tennis/schedule" aria-label="Women's Sports Tennis Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-tennis/roster" aria-label="Women's Sports Tennis Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Women's Sports Tennis Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/womens-tennis/archives" aria-label="Women's Sports Tennis News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerWTennis" aria-label="Women's Sports Tennis Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerwtennis" aria-label="Women's Sports Tennis Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/womens-track-and-field" target="" aria-label="Women's Sports Track &amp; Field" tabindex="-1">Track &amp; Field</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-track-and-field/schedule" aria-label="Women's Sports Track &amp; Field Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-track-and-field/roster" aria-label="Women's Sports Track &amp; Field Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Women's Sports Track &amp; Field Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/womens-track-and-field/archives" aria-label="Women's Sports Track &amp; Field News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerXCTF" aria-label="Women's Sports Track &amp; Field Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlerxctf" aria-label="Women's Sports Track &amp; Field Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/womens-volleyball" target="" aria-label="Women's Sports Volleyball" tabindex="-1">Volleyball</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-volleyball/schedule" aria-label="Women's Sports Volleyball Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/womens-volleyball/roster" aria-label="Women's Sports Volleyball Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Women's Sports Volleyball Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/womens-volleyball/archives" aria-label="Women's Sports Volleyball News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerVB" aria-label="Women's Sports Volleyball Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/butlervb" aria-label="Women's Sports Volleyball Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                          </ul>
                          <ul class="c-navigation__column reset-list" data-bind="fastForEach: items, attr: { 'aria-label': $parent.title }" aria-label="Sports">
                            <li class="c-navigation__item c-navigation__item--level-2 c-navigation__separator" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator -->
                              <span data-bind="text: title" role="heading" aria-level="3">Spirit</span>
                              <!-- /ko -->
                              <!-- ko ifnot: separator --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2 hide-schedule" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/cheerleading" target="" aria-label="Spirit Cheer" tabindex="-1">Cheer</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/cheerleading/schedule" aria-label="Spirit Cheer Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/cheerleading/roster" aria-label="Spirit Cheer Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Spirit Cheer Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/cheerleading/archives" aria-label="Spirit Cheer News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerUCheer" aria-label="Spirit Cheer Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/ButlerUCheer" aria-label="Spirit Cheer Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2 hide-schedule" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/dance-team" target="" aria-label="Spirit Dance" tabindex="-1">Dance</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news schedule" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/dance-team/schedule" aria-label="Spirit Dance Schedule" aria-hidden="false" tabindex="-1">Schedule</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news roster" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', 
                                                                      tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="/sports/dance-team/roster" aria-label="Spirit Dance Roster" aria-hidden="false" tabindex="-1">Roster</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'schedule' || class_name == 'roster' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' --><!-- /ko -->
                              <!-- ko if: class_name == 'tickets' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news tickets" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" aria-label="Spirit Dance Tickets" aria-hidden="true" tabindex="-1">Tickets</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links -->
                              <!-- ko fastForEach: schedule_roster_news_links -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' --><!-- /ko -->
                              <!-- ko if: class_name == 'news' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__schedule-roster-news news" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', 
                                                                  tabindex: $parents[2].isItemOpen() ? 0 : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="/sports/dance-team/archives" aria-label="Spirit Dance News" aria-hidden="false" tabindex="-1">News</a>
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social twitter" data-bind="
                                                                  text: title, 
                                                                  attr: { 
                                                                      href: url, 
                                                                      'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                      'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                      tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                                  },
                                                                  event: {
                                                                      focus: function() { $parents[2].openMenuItem(); },
                                                                      blur:  function() { $parents[2].closeMenuItem(); },
                                                                      keyup: function(data, event) {
                                                                        if(event.key == 'Escape') {
                                                                            $parents[2].closeMenuItem();
                                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                            focusableElement.focus();
                                                                        }
                                                                    }
                                                                  },
                                                                  css: class_name" href="//twitter.com/ButlerUDance" aria-label="Spirit Dance Twitter" aria-hidden="false" tabindex="-1">Twitter</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- ko if: class_name == 'twitter' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                              <!-- ko if: social_media_links -->
                              <!-- ko fastForEach: social_media_links -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- ko if: class_name == 'instagram' -->
                              <a class="c-navigation__url c-navigation__url--level-2 c-navigation__social instagram" data-bind="
                                                              text: title, 
                                                              attr: { 
                                                                  href: url, 
                                                                  'aria-label': ($parents[1].items[0].separator === 0 ? '' : $parents[1].items[0].title + ' ') + $parent.title + ' ' + title, 
                                                                  'aria-hidden': !url ? 'true' : 'false', tabindex: $parents[2].isItemOpen() ? 0 : -1,
                                                                  tabindex: url ? ($parents[2].isItemOpen() ? 0 : -1) : -1
                                                              },
                                                              event: {
                                                                  focus: function() { $parents[2].openMenuItem(); },
                                                                  blur:  function() { $parents[2].closeMenuItem(); },
                                                                  keyup: function(data, event) {
                                                                    if(event.key == 'Escape') {
                                                                        $parents[2].closeMenuItem();
                                                                        let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                        let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                        focusableElement.focus();
                                                                    }
                                                                }
                                                              },
                                                              css: class_name" href="//instagram.com/ButlerUDanceTeam" aria-label="Spirit Dance Instagram" aria-hidden="false" tabindex="-1">Instagram</a>
                              <!-- /ko -->
                              <!-- ko if: class_name == 'instagram' --><!-- /ko -->
                              <!-- /ko -->
                              <!-- /ko -->
                            </li>
                          </ul>
                          <!-- /ko -->
                        </div>
                        <!-- ko if: ad --><!-- /ko -->
                      </div>
                    </div>
                    <!-- /ko -->
                  </li>
                  <!-- /ko -->
                  <!-- ko if: !isHidden() -->
                  <li data-bind="
                      attr: { 
                          'class': ko.computed(function() { return class_name ? class_name + ' c-navigation__item c-navigation__item--level-1': 'c-navigation__item c-navigation__item--level-1' })
                      },
                      css: {
                          'c-navigation__parent': items &amp;&amp; items.length > 0,
                          'is-open': isItemOpen(),  'sidearm-haspopup': items.length
                      }" class="c-navigation__item c-navigation__item--level-1 c-navigation__parent sidearm-haspopup">
                    <!-- ko if: url === "" || url === "#" --><!-- /ko -->
                    <!-- ko if: url !== "" && url !== "#" -->
                    <a class="c-navigation__url c-navigation__url--level-1" data-bind="
                              html: title, 
                              attr: { 
                                  href: url, target: open_in_new_window ? '_blank' : '' 
                              }, 
                              onEnter: toggleMenuItem" href="/index.aspx?path=bulldog_club" target="">Give Now</a>
                    <!-- /ko -->
                    <!-- ko if: columns.length > 0 -->
                    <div class="c-navigation__level-2" data-bind="
                              css: { 'is-open' : isItemOpen() }, 
                              attr: { 'aria-hidden' : isItemOpen() ? 'false' : 'true' }, 
                              onEscape:closeMenuItem" aria-hidden="true">
                      <div class="c-navigation__level-2-inner">
                        <div class="flex">
                          <!-- ko fastForEach: columns -->
                          <ul class="c-navigation__column reset-list" data-bind="fastForEach: items, attr: { 'aria-label': $parent.title }" aria-label="Give Now">
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="https://give.butler.edu/give/481721/#!/donation/checkout" target="_blank" aria-label="Donate Donate" tabindex="-1">Donate</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/bulldog-club" target="" aria-label="Donate Bulldog Club Main Page" tabindex="-1">Bulldog Club Main Page</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/staff-directory/development-department/18" target="" aria-label="Donate Development Staff" tabindex="-1">Development Staff</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-boosters-bulldog-club-faq.aspx" target="" aria-label="Donate Bulldog Club FAQ" tabindex="-1">Bulldog Club FAQ</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/documents/2023/9/25/23-ATH-9603_-_Bulldog_Club_Brochure_Benefits.pdf" target="_blank" aria-label="Donate Member Benefits" tabindex="-1">Member Benefits</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/bulldog-club-hospitality-features.aspx" target="" aria-label="Donate Hospitality" tabindex="-1">Hospitality</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                          </ul>
                          <ul class="c-navigation__column reset-list" data-bind="fastForEach: items, attr: { 'aria-label': $parent.title }" aria-label="Give Now">
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/upcoming-events.aspx" target="" aria-label="Upcoming Events Upcoming Events" tabindex="-1">Upcoming Events</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/documents/2022/10/13/Butler_Athletics_Tax_Legislation___Priority_Point_Information_2022.pdf?path=bulldog_club" target="" aria-label="Upcoming Events Tax Deductibility / Donor Advised Funds (DAF) / Matching Gifts" tabindex="-1">Tax Deductibility / Donor Advised Funds (DAF) / Matching Gifts</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/priority-points" target="" aria-label="Upcoming Events Priority Points Info" tabindex="-1">Priority Points Info</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/documents/2023/7/25/STH_Priority_Points_For_Web_July_21_2023.pdf" target="_blank" aria-label="Upcoming Events Check Your Points" tabindex="-1">Check Your Points</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/documents/2015/8/20/Representatives_of_Athletics_Interest.pdf" target="" aria-label="Upcoming Events Who is a Booster?" tabindex="-1">Who is a Booster?</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="mailto:bulldogclub@butler.edu" target="" aria-label="Upcoming Events Contact Bulldog Club" tabindex="-1">Contact Bulldog Club</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                          </ul>
                          <!-- /ko -->
                        </div>
                        <!-- ko if: ad --><!-- /ko -->
                      </div>
                    </div>
                    <!-- /ko -->
                  </li>
                  <!-- /ko -->
                  <!-- ko if: !isHidden() -->
                  <li data-bind="
                      attr: { 
                          'class': ko.computed(function() { return class_name ? class_name + ' c-navigation__item c-navigation__item--level-1': 'c-navigation__item c-navigation__item--level-1' })
                      },
                      css: {
                          'c-navigation__parent': items &amp;&amp; items.length > 0,
                          'is-open': isItemOpen(),  'sidearm-haspopup': items.length
                      }" class="c-navigation__item c-navigation__item--level-1 c-navigation__parent sidearm-haspopup">
                    <!-- ko if: url === "" || url === "#" -->
                    <button class="c-navigation__url c-navigation__url--level-1" data-bind="
                        html: title,
                        css: {'is-toggled':isItemOpen() },
                        click: function() {
                            let currentTarget = event.currentTarget;
                            let menuItems = document.querySelectorAll('.c-navigation__url--level-1');

                            menuItems.forEach((element) => {
                                if(!currentTarget.isSameNode(element)) {
                                    let navdata = ko.dataFor(element);
                                    navdata.closeMenuItem();
                                }
                            });

                            toggleMenuItem();
                        },
                        attr: {
                            'aria-expanded': isItemOpen() ? 'true' : 'false'
                        }" tabindex="0" aria-expanded="false">Tickets</button>
                    <!-- /ko -->
                    <!-- ko if: url !== "" && url !== "#" --><!-- /ko -->
                    <!-- ko if: columns.length > 0 -->
                    <div class="c-navigation__level-2" data-bind="
                              css: { 'is-open' : isItemOpen() }, 
                              attr: { 'aria-hidden' : isItemOpen() ? 'false' : 'true' }, 
                              onEscape:closeMenuItem" aria-hidden="true">
                      <div class="c-navigation__level-2-inner">
                        <div class="flex">
                          <!-- ko fastForEach: columns -->
                          <ul class="c-navigation__column reset-list" data-bind="fastForEach: items, attr: { 'aria-label': $parent.title }" aria-label="Tickets">
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/tickets" target="" aria-label="Main Page Main Page" tabindex="-1">Main Page</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="https://am.ticketmaster.com/butler/buy#/" target="" aria-label="Main Page Buy Single Game Tickets" tabindex="-1">Buy Single Game Tickets</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-mbb-tickets.aspx" target="" aria-label="Main Page Men's Basketball" tabindex="-1">Men's Basketball</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-wbb-tickets.aspx" target="" aria-label="Main Page Women's Basketball" tabindex="-1">Women's Basketball</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/priority-points.aspx" target="" aria-label="Main Page Priority Points Information" tabindex="-1">Priority Points Information</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/documents/2023/10/11/PDF_Tracking_Numbers.pdf" target="" aria-label="Main Page Track Your Parking Pass" tabindex="-1">Track Your Parking Pass</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-select-seat.aspx" target="" aria-label="Main Page Select A Seat" tabindex="-1">Select A Seat</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-seating-chart.aspx" target="" aria-label="Main Page Hinkle Seating Chart" tabindex="-1">Hinkle Seating Chart</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-group-tickets.aspx" target="" aria-label="Main Page Basketball Group Tickets" tabindex="-1">Basketball Group Tickets</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/documents/2023/12/13/JDP_Mobile_Ticket_Design_Contest.pdf" target="" aria-label="Main Page Junior Dawg Pound" tabindex="-1">Junior Dawg Pound</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                          </ul>
                          <ul class="c-navigation__column reset-list" data-bind="fastForEach: items, attr: { 'aria-label': $parent.title }" aria-label="Tickets">
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-msoc-tickets.aspx" target="" aria-label="Men's Soccer Men's Soccer" tabindex="-1">Men's Soccer</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-wsoc-tickets.aspx" target="" aria-label="Men's Soccer Women's Soccer" tabindex="-1">Women's Soccer</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-vb-tickets.aspx" target="" aria-label="Men's Soccer Volleyball" tabindex="-1">Volleyball</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-fb-tickets.aspx" target="" aria-label="Men's Soccer Football" tabindex="-1">Football</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/6/6/group-sales-for-womens-basketball-soccer-volleyball-and-football" target="" aria-label="Men's Soccer Group Tickets for Additional Sports" tabindex="-1">Group Tickets for Additional Sports</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="http://www.ticketmaster.com/" target="" aria-label="Men's Soccer Ticketmaster.com" tabindex="-1">Ticketmaster.com</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-Account-Manager-FAQ.aspx" target="" aria-label="Men's Soccer Ticket FAQ" tabindex="-1">Ticket FAQ</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-tickets-Spirit-Tickets.aspx" target="" aria-label="Men's Soccer Spirit Group Tickets" tabindex="-1">Spirit Group Tickets</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2021/8/10/student-tickets-for-home-athletic-events" target="" aria-label="Men's Soccer Student Ticketing" tabindex="-1">Student Ticketing</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                          </ul>
                          <!-- /ko -->
                        </div>
                        <!-- ko if: ad --><!-- /ko -->
                      </div>
                    </div>
                    <!-- /ko -->
                  </li>
                  <!-- /ko -->
                  <!-- ko if: !isHidden() -->
                  <li data-bind="
                      attr: { 
                          'class': ko.computed(function() { return class_name ? class_name + ' c-navigation__item c-navigation__item--level-1': 'c-navigation__item c-navigation__item--level-1' })
                      },
                      css: {
                          'c-navigation__parent': items &amp;&amp; items.length > 0,
                          'is-open': isItemOpen(),  'sidearm-haspopup': items.length
                      }" class="c-navigation__item c-navigation__item--level-1 c-navigation__parent sidearm-haspopup">
                    <!-- ko if: url === "" || url === "#" -->
                    <button class="c-navigation__url c-navigation__url--level-1" data-bind="
                        html: title,
                        css: {'is-toggled':isItemOpen() },
                        click: function() {
                            let currentTarget = event.currentTarget;
                            let menuItems = document.querySelectorAll('.c-navigation__url--level-1');

                            menuItems.forEach((element) => {
                                if(!currentTarget.isSameNode(element)) {
                                    let navdata = ko.dataFor(element);
                                    navdata.closeMenuItem();
                                }
                            });

                            toggleMenuItem();
                        },
                        attr: {
                            'aria-expanded': isItemOpen() ? 'true' : 'false'
                        }" tabindex="0" aria-expanded="false">Inside Athletics</button>
                    <!-- /ko -->
                    <!-- ko if: url !== "" && url !== "#" --><!-- /ko -->
                    <!-- ko if: columns.length > 0 -->
                    <div class="c-navigation__level-2" data-bind="
                              css: { 'is-open' : isItemOpen() }, 
                              attr: { 'aria-hidden' : isItemOpen() ? 'false' : 'true' }, 
                              onEscape:closeMenuItem" aria-hidden="true">
                      <div class="c-navigation__level-2-inner">
                        <div class="flex">
                          <!-- ko fastForEach: columns -->
                          <ul class="c-navigation__column reset-list" data-bind="fastForEach: items, attr: { 'aria-label': $parent.title }" aria-label="Inside Athletics">
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-general-athletics.aspx" target="" aria-label="About Butler Athletics About Butler Athletics" tabindex="-1">About Butler Athletics</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-academic-honors.aspx" target="" aria-label="About Butler Athletics Academic Recognition" tabindex="-1">Academic Recognition</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-academics-academic-life-skills.aspx" target="" aria-label="About Butler Athletics Academic Support/Life Skills" tabindex="-1">Academic Support/Life Skills</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2017/7/19/athletic-advisory-council.aspx" target="" aria-label="About Butler Athletics Athletic Advisory Council" tabindex="-1">Athletic Advisory Council</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-athletic-honors.aspx" target="" aria-label="About Butler Athletics Athletic Honors" tabindex="-1">Athletic Honors</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="https://opendorse.com/butler-bulldogs" target="_blank" aria-label="About Butler Athletics Butler NIL Marketplace" tabindex="-1">Butler NIL Marketplace</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-camps-sports-camps.aspx" target="" aria-label="About Butler Athletics Camps" tabindex="-1">Camps</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-compliance-compliance-info.aspx" target="" aria-label="About Butler Athletics Compliance" tabindex="-1">Compliance</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2019/7/30/butler-sports-properties.aspx" target="" aria-label="About Butler Athletics Corporate Partners" tabindex="-1">Corporate Partners</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2020/12/23/information-EADA-report" target="" aria-label="About Butler Athletics EADA Report" tabindex="-1">EADA Report</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                          </ul>
                          <ul class="c-navigation__column reset-list" data-bind="fastForEach: items, attr: { 'aria-label': $parent.title }" aria-label="Inside Athletics">
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/facilities" target="" aria-label="Facilities Facilities" tabindex="-1">Facilities</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/general/archives" target="" aria-label="Facilities General Releases" tabindex="-1">General Releases</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-hall-of-fame-hof-year.aspx" target="" aria-label="Facilities Hall of Fame" tabindex="-1">Hall of Fame</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2018/7/31/rental-opportunities.aspx" target="_blank" aria-label="Facilities Hinkle Fieldhouse Rental Opportunities" tabindex="-1">Hinkle Fieldhouse Rental Opportunities</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2017/6/27/the-butler-way.aspx" target="" aria-label="Facilities Mission Statement and Strategic Goals" tabindex="-1">Mission Statement and Strategic Goals</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-NCAA-Peer-Review-ncaa-report.aspx" target="" aria-label="Facilities NCAA Peer Review Report" tabindex="-1">NCAA Peer Review Report</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/sports/2016/5/19/information-academics-Butler-University-SAAC.aspx" target="" aria-label="Facilities SAAC" tabindex="-1">SAAC</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/staff-directory" target="" aria-label="Facilities Staff Directory" tabindex="-1">Staff Directory</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                            <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator, 'c-navigation__parent':items &amp;&amp; items.length > 0}">
                              <!-- ko if: separator --><!-- /ko -->
                              <!-- ko ifnot: separator -->
                              <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                          text: title, 
                                                          attr: { 
                                                              href: url, 
                                                              target: open_in_new_window ? '_blank' : '', 
                                                              'aria-label': ($parent.items[0].separator === 0 ? '' : $parent.items[0].title + ' ') + title, tabindex: $parents[1].isItemOpen() ? 0 : -1
                                                          },
                                                          event: {
                                                              focus: function() { $parents[1].openMenuItem(); },
                                                              blur:  function() { $parents[1].closeMenuItem(); },
                                                              keyup: function(data, event) {
                                                                if(event.key == 'Escape') {
                                                                    $parents[1].closeMenuItem();
                                                                    let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                                    let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                                    focusableElement.focus();
                                                                }
                                                            }
                                                          },
                                                          css: class_name" href="/documents/2023/10/19/Student_Athlete_Handbook_101923_web.pdf" target="" aria-label="Facilities Student-Athlete Handbook" tabindex="-1">Student-Athlete Handbook</a>
                              <!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: schedule_roster_news_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                              <!-- ko if: social_media_links --><!-- /ko -->
                            </li>
                          </ul>
                          <!-- /ko -->
                        </div>
                        <!-- ko if: ad --><!-- /ko -->
                      </div>
                    </div>
                    <!-- /ko -->
                  </li>
                  <!-- /ko -->
                  <!-- ko if: !isHidden() --><!-- /ko -->
                  <!-- ko if: !isHidden() --><!-- /ko -->
                  <!-- ko if: !isHidden() --><!-- /ko -->
                </ul>
              </div>
              <!-- /ko -->
              <button type="button" class="c-navigation__toggle"
                data-bind="click: toggleMenu, attr: {'aria-expanded': isMenuOpen() ? 'true' : 'false' }, css: {'is-toggled': isMenuOpen()}, visible: ko.observable().matchMedia('(max-width: 1120px)')() || hasHiddenItems"
                aria-label="Toggle main navigation menu" aria-expanded="false" style="">
                <!-- ko if: !isMenuOpen() -->
                <div class="c-navigation__toggle-inner">
                  <span class="c-navigation__toggle-text">Menu</span>
                  <span class="c-navigation__toggle-icon sf-menu sidearm-icon" aria-hidden="true"></span>
                </div>
                <!-- /ko -->
                <!-- ko if: isMenuOpen() --><!-- /ko -->
              </button>
              <!-- ko if: hasHiddenItems() || ko.observable().matchMedia("(max-width: 1120px)") -->
              <div class="c-navigation-mobile">
                <div class="c-navigation__offcanvas" data-bind="css: isMenuOpen() ? 'is-open' : '', onEscape: function(){
            $component.closeMenu();
            document.querySelector('.c-navigation__toggle').focus();
         }">
                  <ul class="c-navigation__level-1" data-bind="fastForEach: data">
                    <!-- ko if: isHidden() || ko.observable().matchMedia("(max-width: 1120px)") --><!-- /ko -->
                    <!-- ko if: isHidden() || ko.observable().matchMedia("(max-width: 1120px)") --><!-- /ko -->
                    <!-- ko if: isHidden() || ko.observable().matchMedia("(max-width: 1120px)") --><!-- /ko -->
                    <!-- ko if: isHidden() || ko.observable().matchMedia("(max-width: 1120px)") --><!-- /ko -->
                    <!-- ko if: isHidden() || ko.observable().matchMedia("(max-width: 1120px)") -->
                    <li data-bind="
                          attr: {
                              'class': ko.computed(function() { return class_name ? class_name + ' c-navigation__item c-navigation__item--level-1': 'c-navigation__item c-navigation__item--level-1' })
                          },
                          css: {
                              'c-navigation__parent' : items.length > 0, 'is-open': isItemOpen()
                          }" class="c-navigation__item c-navigation__item--level-1 c-navigation__parent">
                      <!-- ko if: url === "" || url === "#" -->
                      <button class="c-navigation__url c-navigation__url--level-1" data-bind="
                                  html: title,
                                  attr: { 
                                      href: url,
                                      target: open_in_new_window ? '_blank' : '',
                                      tabindex: $parent.isMenuOpen() ? 0 : -1
                                  }, 
                                  click: toggleMenuItem, 
                                  css: {
                                      'is-open': isItemOpen()
                                  },
                                  event: {
                                      focus: function() { $parent.openMenu(); },
                                      blur:  function() { $parent.closeMenu(); },
                                      keyup: function(data, event) {
                                        if(event.key == 'Escape') {
                                            $parent.closeMenu();
                                            document.querySelector('.c-navigation__toggle').focus();
                                        }
                                    }
                                  }" href="" target="_blank" tabindex="-1">The Butler Way</button>
                      <!-- /ko -->
                      <!-- ko if: url !== "" && url !== "#" --><!-- /ko -->
                      <!-- ko if: items.length > 0 -->
                      <div class="c-navigation__level-2" data-bind="css: isItemOpen() ? 'is-open' : '', onEscape: closeMenuItem">
                        <ul data-bind="fastForEach: items">
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/2016/5/19/message-from-the-a-d.aspx" target="" tabindex="-1">Message from the Athletic Director</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/2017/6/27/the-butler-way.aspx" target="" tabindex="-1">The Butler Way</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="https://opendorse.com/butler-bulldogs" target="_blank" tabindex="-1">Butler NIL Marketplace</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/2017/8/24/butler-way-leadership-institute.aspx" target="" tabindex="-1">Butler Way Leadership Institute</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/feature/BUnited" target="" tabindex="-1">#BUnited Initiative</a>
                            <!-- /ko -->
                          </li>
                        </ul>
                      </div>
                      <!-- /ko -->
                    </li>
                    <!-- /ko -->
                    <!-- ko if: isHidden() || ko.observable().matchMedia("(max-width: 1120px)") -->
                    <li data-bind="
                          attr: {
                              'class': ko.computed(function() { return class_name ? class_name + ' c-navigation__item c-navigation__item--level-1': 'c-navigation__item c-navigation__item--level-1' })
                          },
                          css: {
                              'c-navigation__parent' : items.length > 0, 'is-open': isItemOpen()
                          }" class="c-navigation__item c-navigation__item--level-1">
                      <!-- ko if: url === "" || url === "#" --><!-- /ko -->
                      <!-- ko if: url !== "" && url !== "#" -->
                      <a class="c-navigation__url c-navigation__url--level-1" data-bind="html: title, css: {'is-open': isItemOpen()}, attr: { href: url }, keyup: function(data, event) {
                                if(event.key == 'Escape') {
                                    $parent.closeMenu();
                                    document.querySelector('.c-navigation__toggle').focus();
                                }
                            }" href="https://www.bkstr.com/butlerstore/home">Shop</a>
                      <!-- /ko -->
                      <!-- ko if: items.length > 0 --><!-- /ko -->
                    </li>
                    <!-- /ko -->
                    <!-- ko if: isHidden() || ko.observable().matchMedia("(max-width: 1120px)") -->
                    <li data-bind="
                          attr: {
                              'class': ko.computed(function() { return class_name ? class_name + ' c-navigation__item c-navigation__item--level-1': 'c-navigation__item c-navigation__item--level-1' })
                          },
                          css: {
                              'c-navigation__parent' : items.length > 0, 'is-open': isItemOpen()
                          }" class="c-navigation__item c-navigation__item--level-1 c-navigation__parent">
                      <!-- ko if: url === "" || url === "#" -->
                      <button class="c-navigation__url c-navigation__url--level-1" data-bind="
                                  html: title,
                                  attr: { 
                                      href: url,
                                      target: open_in_new_window ? '_blank' : '',
                                      tabindex: $parent.isMenuOpen() ? 0 : -1
                                  }, 
                                  click: toggleMenuItem, 
                                  css: {
                                      'is-open': isItemOpen()
                                  },
                                  event: {
                                      focus: function() { $parent.openMenu(); },
                                      blur:  function() { $parent.closeMenu(); },
                                      keyup: function(data, event) {
                                        if(event.key == 'Escape') {
                                            $parent.closeMenu();
                                            document.querySelector('.c-navigation__toggle').focus();
                                        }
                                    }
                                  }" href="" target="" tabindex="-1">Fans</button>
                      <!-- /ko -->
                      <!-- ko if: url !== "" && url !== "#" --><!-- /ko -->
                      <!-- ko if: items.length > 0 -->
                      <div class="c-navigation__level-2" data-bind="css: isItemOpen() ? 'is-open' : '', onEscape: closeMenuItem">
                        <ul data-bind="fastForEach: items">
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="https://oss.ticketmaster.com/aps/butler/EN/buy/browse" target="" tabindex="-1">Buy Tickets</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="https://opendorse.com/butler-bulldogs" target="_blank" tabindex="-1">Butler NIL Marketplace</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/2016/5/19/information-sportsmanship-statement.aspx" target="" tabindex="-1">Sportsmanship Statement</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/feature/Gameday" target="" tabindex="-1">Know Before You Go - Hinkle Fieldhouse</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/feature/SellickBowl" target="" tabindex="-1">Know Before You Go - Sellick Bowl</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/2016/5/19/information-directions.aspx" target="" tabindex="-1">Directions</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/2016/5/19/information-parking.aspx" target="" tabindex="-1">Parking Policies</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/2016/5/19/information-travel-travel-overview.aspx" target="" tabindex="-1">Travel Guide</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="https://www.butler.edu/alumni/" target="" tabindex="-1">Alumni </a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/2016/5/19/information-Spirit-Shop.aspx" target="" tabindex="-1">Spirit Shop</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/auctions/" target="" tabindex="-1">Auctions</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/2016/5/19/information-licensing-main.aspx" target="" tabindex="-1">Trademarks &amp; Licensing</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/dawg-pound" target="" tabindex="-1">Dawg Pound</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="https://tunein.com/radio/Butler-Bulldog-Sports-Network-s254036/?_branch_match_id=572182792583543306&amp;path=mbball" target="_blank" tabindex="-1">Live Audio</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="https://www.youtube.com/watch?v=HErh7gPn-Ac" target="_blank" tabindex="-1">Butler War Song</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/sports/2016/5/19/promotions.aspx" target="" tabindex="-1">Promotions</a>
                            <!-- /ko -->
                          </li>
                          <li class="c-navigation__item c-navigation__item--level-2" data-bind="css: {'c-navigation__separator': separator}">
                            <!-- ko if: separator --><!-- /ko -->
                            <!-- ko ifnot: separator -->
                            <a class="c-navigation__url c-navigation__url--level-2" data-bind="
                                                  html: title,
                                                  attr: {
                                                      href: url,
                                                      target: open_in_new_window ? '_blank' : '',
                                                      tabindex: $parent.isItemOpen() ? 0 : -1
                                                  }, 
                                                  event: {
                                                      focus: function() { $parents[1].openMenu(); $parent.openMenuItem(); },
                                                      blur:  function() { $parents[1].closeMenu(); $parent.closeMenuItem(); },
                                                      keyup: function(data, event) {
                                                        if(event.key == 'Escape') {
                                                            $parents[1].closeMenu();
                                                            $parent.closeMenuItem();
                                                            let parentElement = event.currentTarget.closest('.c-navigation__item--level-1');
                                                            let focusableElement = parentElement.querySelector('.c-navigation__url--level-1');
                                                            focusableElement.focus();
                                                        }
                                                    }
                                                  },
                                                  css: class_name" href="/feature/kidscorner" target="" tabindex="-1">Kids Corner</a>
                            <!-- /ko -->
                          </li>
                        </ul>
                      </div>
                      <!-- /ko -->
                    </li>
                    <!-- /ko -->
                  </ul>
                </div>
              </div>
              <!-- /ko -->
            </div>
            <!-- /ko -->
            <!-- ko if: name() === 'sports-nav' --><!-- /ko -->
          </navigation-component>
          <!-- ko if: false --><!-- /ko -->
        </nav>
        <div class="main-header__conf-holder">
          <a class="main-header__conf" href="http://www.bigeast.com" target="_blank">
                                <img class="main-header__conf-img" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/footer_conf_bigeast_1.svg" alt="Big East logo" data-airgap-id="42"> 
                            </a>
        </div>
        <div class="main-header__search">
          <search-component data-gist-id="130" params="{name:'search-overlay'}"><!-- ko if: name() === 'search-overlay' -->
            <div class="component c-search c-search--overlay" role="search" data-bind="focusTrapWithin: '.c-search__overlay', css:{ 'is-open': toggled() }, onEscape: closeSearch">
              <button type="button" class="c-search__toggle" aria-label="Toggle search form" data-bind="click: toggleSearch, attr: { 'aria-expanded': toggled() ? 'true' : 'false' }, css: { 'is-toggled' : toggled() }" aria-expanded="false">
                <span aria-hidden="true" class="sf-search-2 sidearm-icon"></span>
              </button>
              <div class="c-search__overlay" data-bind="css:{ 'is-open': toggled() }, click: closeSearch">
                <fieldset>
                  <legend class="accessible-hide">Search</legend>
                  <div class="c-search__text-wrap relative flex" data-bind="click: function(){}, clickBubble: false">
                    <input type="text" class="c-search__text" data-bind="textInput: query, onEnter: search, attr:{ tabindex: toggled() ? 0 : -1 }" placeholder="Search..." aria-label="Search this site" tabindex="-1">
                    <button type="submit" class="c-search__submit" data-bind="click: search, disable: !query(), attr:{ tabindex: toggled() ? 0 : -1 }" aria-label="Search site" disabled="" tabindex="-1">Go</button>
                  </div>
                </fieldset>
                <button type="button" class="c-search__close" aria-label="Close search" data-bind="click: closeSearch, clickBubble: false, attr:{ tabindex: toggled() ? 0 : -1 }" tabindex="-1">
                  <span aria-hidden="true" class="sf-close-minimal sidearm-font"></span>
                </button>
              </div>
            </div>
            <!-- /ko -->
          </search-component>
        </div>
      </div>
    </div>
  </header>
  <main class="main-content-placeholder" id="main-content">
    <section class="s-countdown" aria-labelledby="h2_countdown">
      <h2 class="hide" id="h2_countdown">Countdown</h2>
      <div class="s-countdown__inner row pad">
        <script>
          var obj = {
            "start": 0,
            "count": 10,
            "name": "",
            "sport_id": null,
            "count_breakpoints": null,
            "css_class": "",
            "pinned_id": "",
            "extra": {},
            "context": null,
            "dummy": false,
            "type": "countdowns",
            "id": "9006f142-8a21-4350-8161-5eaec579ccbc",
            "data": null,
            "mode": "web"
          };
          if (!("sidearmComponents" in window)) window.sidearmComponents = [];
          window.sidearmComponents.push(obj);
        </script>
        <countdown-component params="{ id: '9006f142-8a21-4350-8161-5eaec579ccbc' }"> <!-- ko if: data().length --><!--/ko--></countdown-component>
      </div>
    </section>
    <div class="s-top">
      <div class="s-top__inner row pad">
        <div class="s-top__cols flex flex-justify-between">
          <div class="s-top__left flex-item-1">
            <section class="s-top-story" aria-labelledby="h2_main-story">
              <h2 class="hide" id="h2_main-story">Top Story</h2>
              <script>
                var obj = {
                  "start": 0,
                  "count": 1,
                  "name": "main-story",
                  "sport_id": null,
                  "count_breakpoints": null,
                  "css_class": "",
                  "pinned_id": "",
                  "extra": {
                    "sports": [{
                      "id": 31,
                      "title": "B-Association"
                    }, {
                      "id": 1,
                      "title": "Baseball"
                    }, {
                      "id": 24,
                      "title": "Bulldog Club"
                    }, {
                      "id": 29,
                      "title": "Cheer"
                    }, {
                      "id": 26,
                      "title": "Dance"
                    }, {
                      "id": 27,
                      "title": "Dawg Pound"
                    }, {
                      "id": 2,
                      "title": "Football"
                    }, {
                      "id": 3,
                      "title": "General"
                    }, {
                      "id": 5,
                      "title": "Men's Basketball"
                    }, {
                      "id": 6,
                      "title": "Men's Cross Country"
                    }, {
                      "id": 4,
                      "title": "Men's Golf"
                    }, {
                      "id": 23,
                      "title": "Men's Soccer"
                    }, {
                      "id": 8,
                      "title": "Men's Tennis"
                    }, {
                      "id": 9,
                      "title": "Men's Track and Field"
                    }, {
                      "id": 10,
                      "title": "Softball"
                    }, {
                      "id": 25,
                      "title": "Tickets"
                    }, {
                      "id": 30,
                      "title": "Trademarks and Licensing"
                    }, {
                      "id": 12,
                      "title": "Women's Basketball"
                    }, {
                      "id": 21,
                      "title": "Women's Cross Country"
                    }, {
                      "id": 14,
                      "title": "Women's Golf"
                    }, {
                      "id": 15,
                      "title": "Women's Lacrosse"
                    }, {
                      "id": 16,
                      "title": "Women's Soccer"
                    }, {
                      "id": 17,
                      "title": "Women's Swimming"
                    }, {
                      "id": 18,
                      "title": "Women's Tennis"
                    }, {
                      "id": 22,
                      "title": "Women's Track & Field"
                    }, {
                      "id": 20,
                      "title": "Women's Volleyball"
                    }]
                  },
                  "context": null,
                  "dummy": false,
                  "type": "stories",
                  "id": "2a2ae971-4110-4fcc-8371-5bc18aeababe",
                  "data": [{
                    "title": "Butler Tied for the Lead After First Day of Benbow Spring Invitational",
                    "title_in_rotator": true,
                    "sub_headline": null,
                    "teaser": "The Bulldogs are tied for the lead after the opening day of the Don Benbow Butler Spring Invitational.",
                    "type": null,
                    "byline": "John Dedman",
                    "app_exclusive": false,
                    "sport_display": "Men's Golf",
                    "sport": {
                      "id": 4,
                      "title": "Men's Golf",
                      "abbreviation": "MGOLF",
                      "shortname": "golf",
                      "short_title": "MGOLF",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "golf",
                      "gender": "g",
                      "youtube": "",
                      "facebook": "https://www.facebook.com/ButlerBulldogs",
                      "twitter": "ButlerUGolf",
                      "instagram": "butlerugolf",
                      "pinterest": "",
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "sport_shortname": null,
                    "image_source": "/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg",
                    "image_focal_point": null,
                    "image_alt_text": "Kenny Leseur - 2023 Spring Invitational",
                    "video": null,
                    "url": "/news/2024/4/1/mens-golf-butler-tied-for-the-lead-after-first-day-of-benbow-spring-invitational.aspx",
                    "redirect_absolute_url": null,
                    "links": null,
                    "homepage_feed_template": "story_links",
                    "game_id": null,
                    "games": [],
                    "gallery_id": 0,
                    "writer": null,
                    "id": 30335,
                    "content_id": "30335",
                    "content_title": "Butler Tied for the Lead After First Day of Benbow Spring Invitational",
                    "content_date": "2024-04-01T21:33:00",
                    "content_url": "http://butlersports.com/news/2024/4/1/mens-golf-butler-tied-for-the-lead-after-first-day-of-benbow-spring-invitational.aspx",
                    "content_image_url": "http://butlersports.com/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg",
                    "date": "2024-04-01T21:33:00"
                  }],
                  "mode": "web"
                };
                if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                window.sidearmComponents.push(obj);
              </script>
              <stories-component params="{ id: '2a2ae971-4110-4fcc-8371-5bc18aeababe' }"><!--ko if: name() === 'main-story'-->
                <div class="component c-stories c-stories--featured" data-bind="fastForEach: data">
                  <div class="c-stories__item">
                    <div class="c-stories__media-container relative">
                      <div class="c-stories__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                        <!-- ko switch -->
                        <!-- ko case: image_source -->
                        <picture class="c-stories__picture" data-bind="html5Picture: { 'images': [
                                { 'breakpoint': 1128, 'image': image_source + '?width=1416&amp;height=797&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80' },
                                { 'breakpoint': 768, 'image': image_source + '?width=1128&amp;height=635&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80' },
                                { 'breakpoint': 540, 'image': image_source + '?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80' },
                                { 'breakpoint': 0, 'image': image_source + '?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80' }
                            ]}, alt: image_alt_text">
                          <source media="(min-width:1128px)" data-srcset="/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg?width=1416&amp;height=797&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80"
                            srcset="/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg?width=1416&amp;height=797&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <source media="(min-width:768px)" data-srcset="/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg?width=1128&amp;height=635&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80"
                            srcset="/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg?width=1128&amp;height=635&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <source media="(min-width:540px)" data-srcset="/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80"
                            srcset="/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <source media="(min-width:0px)" data-srcset="/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80"
                            srcset="/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80"><img
                            data-src="/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg?width=1416&amp;height=797&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80" alt="Kenny Leseur - 2023 Spring Invitational"
                            class=" lazyloaded" style="" src="/images/2023/10/14/20230328_Don_Benbow_Spring_Invitational_094_to5Uo.jpg?width=1416&amp;height=797&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                        </picture>
                        <!-- /ko -->
                        <!-- ko case: $else --><!-- /ko -->
                        <!-- /ko -->
                      </div>
                    </div>
                    <div class="c-stories__details">
                      <div class="c-stories__sport" data-bind="text: sport.title">Men's Golf</div>
                      <div class="c-stories__title">
                        <a class="c-stories__url" data-bind="text: title, attr: { href:url }" href="/news/2024/4/1/mens-golf-butler-tied-for-the-lead-after-first-day-of-benbow-spring-invitational.aspx">Butler Tied for the Lead After First Day of Benbow Spring Invitational</a>
                      </div>
                      <ul class="flex reset-list c-stories__links flex-align-center">
                        <li class="c-stories__links-item">
                          <a data-bind="attr:{ 'aria-label': 'Roster: ' + sport.title, href: '/roster.aspx?path=' + sport.shortname }" aria-label="Roster: Men's Golf" href="/roster.aspx?path=golf">Roster<span class="sidearm-icon sf-arrows-round-right"></span>
                  </a>
                        </li>
                        <li class="c-stories__links-item">
                          <a data-bind="attr:{ 'aria-label': 'Schedule: ' + sport.title, href: '/schedule.aspx?path=' + sport.shortname }" aria-label="Schedule: Men's Golf" href="/schedule.aspx?path=golf">Schedule
                  <span class="sidearm-icon sf-arrows-round-right"></span>
                  </a>
                        </li>
                        <!--ko if: sport.instagram-->
                        <li class="c-stories__links-item">
                          <a data-bind="attr: {href: 'https://instagram.com/' + sport.instagram}" target="_blank" href="https://instagram.com/butlerugolf">
                      <span class="hide-small">Instagram</span>
                  <span class="hide-medium social-icon sf-instagram"></span>         
                  <span class="sidearm-icon sf-arrows-round-right"></span>
              </a>
                        </li>
                        <!--/ko-->
                        <!--ko if: sport.twitter-->
                        <li class="c-stories__links-item">
                          <a data-bind="attr: {href: 'https://twitter.com/' + sport.twitter}" target="_blank" href="https://twitter.com/ButlerUGolf">
                  <span class="hide-small">Twitter</span>
                  <span class="hide-medium social-icon sf-twitter"></span> 
                  <span class="sidearm-icon sf-arrows-round-right"></span>
                  </a>
                        </li>
                        <!--/ko-->
                      </ul>
                    </div>
                  </div>
                </div>
                <!--/ko-->
                <!--ko if: name() === 'stories-recent'--><!--/ko-->
              </stories-component>
            </section>
            <section class="s-recent" aria-labelledby="h2_recent">
              <h2 class="hide" id="h2_recent">Recent Headlines</h2>
              <script>
                var obj = {
                  "start": 1,
                  "count": 8,
                  "name": "stories-recent",
                  "sport_id": null,
                  "count_breakpoints": "[{\"breakpoint\":1025,\"count\":8},{\"breakpoint\":0,\"count\":4}]",
                  "css_class": "",
                  "pinned_id": "",
                  "extra": {
                    "sports": [{
                      "id": 31,
                      "title": "B-Association"
                    }, {
                      "id": 1,
                      "title": "Baseball"
                    }, {
                      "id": 24,
                      "title": "Bulldog Club"
                    }, {
                      "id": 29,
                      "title": "Cheer"
                    }, {
                      "id": 26,
                      "title": "Dance"
                    }, {
                      "id": 27,
                      "title": "Dawg Pound"
                    }, {
                      "id": 2,
                      "title": "Football"
                    }, {
                      "id": 3,
                      "title": "General"
                    }, {
                      "id": 5,
                      "title": "Men's Basketball"
                    }, {
                      "id": 6,
                      "title": "Men's Cross Country"
                    }, {
                      "id": 4,
                      "title": "Men's Golf"
                    }, {
                      "id": 23,
                      "title": "Men's Soccer"
                    }, {
                      "id": 8,
                      "title": "Men's Tennis"
                    }, {
                      "id": 9,
                      "title": "Men's Track and Field"
                    }, {
                      "id": 10,
                      "title": "Softball"
                    }, {
                      "id": 25,
                      "title": "Tickets"
                    }, {
                      "id": 30,
                      "title": "Trademarks and Licensing"
                    }, {
                      "id": 12,
                      "title": "Women's Basketball"
                    }, {
                      "id": 21,
                      "title": "Women's Cross Country"
                    }, {
                      "id": 14,
                      "title": "Women's Golf"
                    }, {
                      "id": 15,
                      "title": "Women's Lacrosse"
                    }, {
                      "id": 16,
                      "title": "Women's Soccer"
                    }, {
                      "id": 17,
                      "title": "Women's Swimming"
                    }, {
                      "id": 18,
                      "title": "Women's Tennis"
                    }, {
                      "id": 22,
                      "title": "Women's Track & Field"
                    }, {
                      "id": 20,
                      "title": "Women's Volleyball"
                    }]
                  },
                  "context": null,
                  "dummy": false,
                  "type": "stories",
                  "id": "f765dfb4-bd99-4347-be9f-bc89b6353343",
                  "data": [{
                    "title": "Tuesday's Baseball Game Moved to Eastern Illinois",
                    "title_in_rotator": true,
                    "sub_headline": null,
                    "teaser": "Due to impending weather and resulting field conditions, Tuesday's midweek contest with Eastern Illinois has been moved to the EIU campus in Charleston, Illinois.",
                    "type": null,
                    "byline": null,
                    "app_exclusive": false,
                    "sport_display": "Baseball",
                    "sport": {
                      "id": 1,
                      "title": "Baseball",
                      "abbreviation": "BB",
                      "shortname": "baseball",
                      "short_title": "BASE",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "baseball",
                      "gender": "m",
                      "youtube": "",
                      "facebook": "https://www.facebook.com/ButlerBulldogs",
                      "twitter": "ButlerUBaseball",
                      "instagram": "butlerubaseball",
                      "pinterest": "",
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "sport_shortname": null,
                    "image_source": "/images/2024/4/1/_DSC9359_2.JPEG",
                    "image_focal_point": null,
                    "image_alt_text": "2024 Baseball team",
                    "video": null,
                    "url": "/news/2024/4/1/tuesdays-baseball-game-moved-to-eastern-illinois.aspx",
                    "redirect_absolute_url": null,
                    "links": null,
                    "homepage_feed_template": "story_links",
                    "game_id": null,
                    "games": [],
                    "gallery_id": 0,
                    "writer": null,
                    "id": 30334,
                    "content_id": "30334",
                    "content_title": "Tuesday's Baseball Game Moved to Eastern Illinois",
                    "content_date": "2024-04-01T14:46:00",
                    "content_url": "http://butlersports.com/news/2024/4/1/tuesdays-baseball-game-moved-to-eastern-illinois.aspx",
                    "content_image_url": "http://butlersports.com/images/2024/4/1/_DSC9359_2.JPEG",
                    "date": "2024-04-01T14:46:00"
                  }, {
                    "title": "Butler Hosts Benbow Spring Invitational at Highland Beginning Monday",
                    "title_in_rotator": true,
                    "sub_headline": null,
                    "teaser": "Up next for the Bulldogs is the Don Benbow Butler Spring Invitational.",
                    "type": "pregame",
                    "byline": "John Dedman",
                    "app_exclusive": false,
                    "sport_display": "Men's Golf",
                    "sport": {
                      "id": 4,
                      "title": "Men's Golf",
                      "abbreviation": "MGOLF",
                      "shortname": "golf",
                      "short_title": "MGOLF",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "golf",
                      "gender": "g",
                      "youtube": "",
                      "facebook": "https://www.facebook.com/ButlerBulldogs",
                      "twitter": "ButlerUGolf",
                      "instagram": "butlerugolf",
                      "pinterest": "",
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "sport_shortname": null,
                    "image_source": "/images/2024/3/31/4B5A9966.jpeg",
                    "image_focal_point": null,
                    "image_alt_text": "2024 App State",
                    "video": null,
                    "url": "/news/2024/3/31/mens-golf-butler-hosts-benbow-spring-invitational-at-highland-beginning-monday.aspx",
                    "redirect_absolute_url": null,
                    "links": null,
                    "homepage_feed_template": "story_links",
                    "game_id": null,
                    "games": [{
                      "id": 14211,
                      "game_pregame_story_id": 30333,
                      "game_postgame_story_id": null,
                      "date": "2024-04-01T00:00:00",
                      "end_date": "2024-04-02T00:00:00",
                      "date_utc": null,
                      "end_date_utc": null,
                      "time": null,
                      "is_doubleheader": false,
                      "allday": false,
                      "tbd": false,
                      "team_prefix": "",
                      "status": "A",
                      "location_indicator": "H",
                      "neutral_hometeam": false,
                      "location": "Indianapolis, Ind. -- Highland Golf Club",
                      "conference": null,
                      "conference_abbrev": null,
                      "conference_logo": null,
                      "is_conference": false,
                      "show_atvs": false,
                      "is_spotlight": false,
                      "type": "upcoming",
                      "tournament": null,
                      "sport": null,
                      "schedule": null,
                      "opponent": {
                        "id": 58,
                        "prefix": null,
                        "name": null,
                        "title": "Don Benbow Butler Spring Invitational",
                        "image": "/images/logos/Butler-Bulldog.png"
                      },
                      "media": {
                        "video": null,
                        "video_text": null,
                        "audio": null,
                        "audio_text": null,
                        "stats": "https://www.golfgenius.com/pages/10451438518684112857",
                        "tickets": null,
                        "game_note": null,
                        "game_promotion_name": null,
                        "tv": null,
                        "tv_image": null,
                        "tv_image_link": null,
                        "radio": null,
                        "custom1": null,
                        "custom2": null,
                        "custom3": null,
                        "gamefiles": null,
                        "program": null,
                        "program_text": null
                      },
                      "story": null,
                      "result": null,
                      "game_facility": null,
                      "promotion": null,
                      "event_image": null,
                      "pac_tickets": null
                    }],
                    "gallery_id": 0,
                    "writer": null,
                    "id": 30333,
                    "content_id": "30333",
                    "content_title": "Butler Hosts Benbow Spring Invitational at Highland Beginning Monday",
                    "content_date": "2024-03-31T21:42:00",
                    "content_url": "http://butlersports.com/news/2024/3/31/mens-golf-butler-hosts-benbow-spring-invitational-at-highland-beginning-monday.aspx",
                    "content_image_url": "http://butlersports.com/images/2024/3/31/4B5A9966.jpeg",
                    "date": "2024-03-31T21:42:00"
                  }, {
                    "title": "Saturday's Come-From-Behind Win Earns Butler the Series Split with Indiana",
                    "title_in_rotator": true,
                    "sub_headline": null,
                    "teaser": "Butler picked up an 8-5 decision in the second game of Saturday's doubleheader at Indiana, splitting the pair of games on the day and earning a split in the four-game series with the Hoosiers.",
                    "type": "postgame",
                    "byline": "John Dedman",
                    "app_exclusive": false,
                    "sport_display": "Baseball",
                    "sport": {
                      "id": 1,
                      "title": "Baseball",
                      "abbreviation": "BB",
                      "shortname": "baseball",
                      "short_title": "BASE",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "baseball",
                      "gender": "m",
                      "youtube": "",
                      "facebook": "https://www.facebook.com/ButlerBulldogs",
                      "twitter": "ButlerUBaseball",
                      "instagram": "butlerubaseball",
                      "pinterest": "",
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "sport_shortname": null,
                    "image_source": "/images/2024/3/7/_DSC5791_t8oB2.jpg",
                    "image_focal_point": null,
                    "image_alt_text": "Butler Bulldogs",
                    "video": null,
                    "url": "/news/2024/3/30/baseball-saturdays-come-from-behind-win-earns-butler-the-series-split-with-indiana.aspx",
                    "redirect_absolute_url": null,
                    "links": null,
                    "homepage_feed_template": "story_links",
                    "game_id": null,
                    "games": [{
                      "id": 14367,
                      "game_pregame_story_id": 30320,
                      "game_postgame_story_id": 30332,
                      "date": "2024-03-30T14:00:00",
                      "end_date": null,
                      "date_utc": "2024-03-30T18:00:00Z",
                      "end_date_utc": null,
                      "time": "2 PM",
                      "is_doubleheader": false,
                      "allday": false,
                      "tbd": false,
                      "team_prefix": "",
                      "status": "O",
                      "location_indicator": "A",
                      "neutral_hometeam": false,
                      "location": "Bloomington, Ind.",
                      "conference": null,
                      "conference_abbrev": null,
                      "conference_logo": null,
                      "is_conference": false,
                      "show_atvs": false,
                      "is_spotlight": false,
                      "type": "recent",
                      "tournament": null,
                      "sport": null,
                      "schedule": null,
                      "opponent": {
                        "id": 179,
                        "prefix": null,
                        "name": null,
                        "title": "Indiana ",
                        "image": "/images/logos/Indiana-University.png"
                      },
                      "media": {
                        "video": "https://www.bigtenplus.com/en-int/livestream/butler-at-indiana/1718843",
                        "video_text": null,
                        "audio": "https://iuhoosiers.com/watch/?Live=4391&type=Live",
                        "audio_text": null,
                        "stats": "https://stats.statbroadcast.com/broadcast/?id=499359",
                        "tickets": null,
                        "game_note": null,
                        "game_promotion_name": null,
                        "tv": "BTN+",
                        "tv_image": null,
                        "tv_image_link": null,
                        "radio": null,
                        "custom1": null,
                        "custom2": null,
                        "custom3": null,
                        "gamefiles": null,
                        "program": null,
                        "program_text": null
                      },
                      "story": null,
                      "result": {
                        "game_id": 14367,
                        "status": "L",
                        "team_score": "3",
                        "opponent_score": "22",
                        "prescore": null,
                        "postscore": null,
                        "bid": null,
                        "boxscore": "/boxscore.aspx?id=14367",
                        "line_scores": null
                      },
                      "game_facility": null,
                      "promotion": null,
                      "event_image": null,
                      "pac_tickets": null
                    }, {
                      "id": 14368,
                      "game_pregame_story_id": 30320,
                      "game_postgame_story_id": 30332,
                      "date": "2024-03-30T18:00:00",
                      "end_date": null,
                      "date_utc": "2024-03-30T22:00:00Z",
                      "end_date_utc": null,
                      "time": "6 PM",
                      "is_doubleheader": false,
                      "allday": false,
                      "tbd": false,
                      "team_prefix": "",
                      "status": "O",
                      "location_indicator": "A",
                      "neutral_hometeam": false,
                      "location": "Bloomington, Ind.",
                      "conference": null,
                      "conference_abbrev": null,
                      "conference_logo": null,
                      "is_conference": false,
                      "show_atvs": false,
                      "is_spotlight": false,
                      "type": "recent",
                      "tournament": null,
                      "sport": null,
                      "schedule": null,
                      "opponent": {
                        "id": 179,
                        "prefix": null,
                        "name": null,
                        "title": "Indiana ",
                        "image": "/images/logos/Indiana-University.png"
                      },
                      "media": {
                        "video": "https://www.bigtenplus.com/en-int/livestream/butler-at-indiana/1718870",
                        "video_text": null,
                        "audio": "https://iuhoosiers.com/watch/?Live=4391&type=Live",
                        "audio_text": null,
                        "stats": "https://stats.statbroadcast.com/broadcast/?id=499360",
                        "tickets": null,
                        "game_note": null,
                        "game_promotion_name": null,
                        "tv": "BTN+",
                        "tv_image": null,
                        "tv_image_link": null,
                        "radio": null,
                        "custom1": null,
                        "custom2": null,
                        "custom3": null,
                        "gamefiles": null,
                        "program": null,
                        "program_text": null
                      },
                      "story": null,
                      "result": {
                        "game_id": 14368,
                        "status": "W",
                        "team_score": "8",
                        "opponent_score": "5",
                        "prescore": null,
                        "postscore": null,
                        "bid": null,
                        "boxscore": "/boxscore.aspx?id=14368",
                        "line_scores": null
                      },
                      "game_facility": null,
                      "promotion": null,
                      "event_image": null,
                      "pac_tickets": null
                    }],
                    "gallery_id": 0,
                    "writer": null,
                    "id": 30332,
                    "content_id": "30332",
                    "content_title": "Saturday's Come-From-Behind Win Earns Butler the Series Split with Indiana",
                    "content_date": "2024-03-30T21:02:00",
                    "content_url": "http://butlersports.com/news/2024/3/30/baseball-saturdays-come-from-behind-win-earns-butler-the-series-split-with-indiana.aspx",
                    "content_image_url": "http://butlersports.com/images/2024/3/7/_DSC5791_t8oB2.jpg",
                    "date": "2024-03-30T21:02:00"
                  }, {
                    "title": "ButlerXCTF Wrap Up the Weekend at the Raleigh Relays",
                    "title_in_rotator": true,
                    "sub_headline": null,
                    "teaser": "<span id=\"docs-internal-guid-372d7eaa-7fff-7ed2-d5b4-f62262ee4d46\"></span><strong><span id=\"docs-internal-guid-372d7eaa-7fff-7ed2-d5b4-f62262ee4d46\">Day 2 Results I Day 3 Results</span></strong>",
                    "type": "postgame",
                    "byline": "Ethan Polak",
                    "app_exclusive": false,
                    "sport_display": "Men's Track and Field, Women's Track & Field",
                    "sport": {
                      "id": 9,
                      "title": "Men's Track and Field",
                      "abbreviation": "MTRACK",
                      "shortname": "mtrack",
                      "short_title": "MTRACK",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "mtrack",
                      "gender": "m",
                      "youtube": "",
                      "facebook": "https://www.facebook.com/ButlerBulldogs",
                      "twitter": "ButlerXCTF",
                      "instagram": "butlerxctf",
                      "pinterest": "",
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "sport_shortname": null,
                    "image_source": "/images/2024/1/28/DSC_1162.JPG",
                    "image_focal_point": null,
                    "image_alt_text": "Martin Kovacech Butler Invitational 2024",
                    "video": null,
                    "url": "/news/2024/3/30/mens-track-and-field-butlerxctf-wrap-up-the-weekend-at-the-raleigh-relays.aspx",
                    "redirect_absolute_url": null,
                    "links": null,
                    "homepage_feed_template": "story_links",
                    "game_id": null,
                    "games": [{
                      "id": 14516,
                      "game_pregame_story_id": null,
                      "game_postgame_story_id": 30330,
                      "date": "2024-03-28T00:00:00",
                      "end_date": "2024-03-30T00:00:00",
                      "date_utc": null,
                      "end_date_utc": null,
                      "time": null,
                      "is_doubleheader": false,
                      "allday": false,
                      "tbd": false,
                      "team_prefix": "",
                      "status": "O",
                      "location_indicator": "A",
                      "neutral_hometeam": false,
                      "location": "Raleigh, N.C.",
                      "conference": null,
                      "conference_abbrev": null,
                      "conference_logo": null,
                      "is_conference": false,
                      "show_atvs": false,
                      "is_spotlight": false,
                      "type": "recent",
                      "tournament": null,
                      "sport": null,
                      "schedule": null,
                      "opponent": {
                        "id": 253,
                        "prefix": null,
                        "name": null,
                        "title": "Raleigh Relays",
                        "image": "/images/logos/WolfHeadLogo.png"
                      },
                      "media": {
                        "video": null,
                        "video_text": null,
                        "audio": null,
                        "audio_text": null,
                        "stats": "https://www.flashresults.com/2024_Meets/Outdoor/03-28_RaleighRelays/index.htm",
                        "tickets": null,
                        "game_note": null,
                        "game_promotion_name": null,
                        "tv": null,
                        "tv_image": null,
                        "tv_image_link": null,
                        "radio": null,
                        "custom1": null,
                        "custom2": null,
                        "custom3": null,
                        "gamefiles": null,
                        "program": null,
                        "program_text": null
                      },
                      "story": null,
                      "result": {
                        "game_id": 14516,
                        "status": "N",
                        "team_score": null,
                        "opponent_score": null,
                        "prescore": null,
                        "postscore": null,
                        "bid": null,
                        "boxscore": null,
                        "line_scores": null
                      },
                      "game_facility": null,
                      "promotion": null,
                      "event_image": null,
                      "pac_tickets": null
                    }, {
                      "id": 14539,
                      "game_pregame_story_id": null,
                      "game_postgame_story_id": 30330,
                      "date": "2024-03-28T00:00:00",
                      "end_date": "2024-03-30T00:00:00",
                      "date_utc": null,
                      "end_date_utc": null,
                      "time": null,
                      "is_doubleheader": false,
                      "allday": false,
                      "tbd": false,
                      "team_prefix": "",
                      "status": "O",
                      "location_indicator": "A",
                      "neutral_hometeam": false,
                      "location": "Raleigh, N.C.",
                      "conference": null,
                      "conference_abbrev": null,
                      "conference_logo": null,
                      "is_conference": false,
                      "show_atvs": false,
                      "is_spotlight": false,
                      "type": "recent",
                      "tournament": null,
                      "sport": null,
                      "schedule": null,
                      "opponent": {
                        "id": 253,
                        "prefix": null,
                        "name": null,
                        "title": "Raleigh Relays",
                        "image": "/images/logos/WolfHeadLogo.png"
                      },
                      "media": {
                        "video": null,
                        "video_text": null,
                        "audio": null,
                        "audio_text": null,
                        "stats": "https://www.flashresults.com/2024_Meets/Outdoor/03-28_RaleighRelays/index.htm",
                        "tickets": null,
                        "game_note": null,
                        "game_promotion_name": null,
                        "tv": null,
                        "tv_image": null,
                        "tv_image_link": null,
                        "radio": null,
                        "custom1": null,
                        "custom2": null,
                        "custom3": null,
                        "gamefiles": null,
                        "program": null,
                        "program_text": null
                      },
                      "story": null,
                      "result": {
                        "game_id": 14539,
                        "status": "N",
                        "team_score": null,
                        "opponent_score": null,
                        "prescore": null,
                        "postscore": null,
                        "bid": null,
                        "boxscore": null,
                        "line_scores": null
                      },
                      "game_facility": null,
                      "promotion": null,
                      "event_image": null,
                      "pac_tickets": null
                    }],
                    "gallery_id": 0,
                    "writer": null,
                    "id": 30330,
                    "content_id": "30330",
                    "content_title": "ButlerXCTF Wrap Up the Weekend at the Raleigh Relays",
                    "content_date": "2024-03-30T18:40:00",
                    "content_url": "http://butlersports.com/news/2024/3/30/mens-track-and-field-butlerxctf-wrap-up-the-weekend-at-the-raleigh-relays.aspx",
                    "content_image_url": "http://butlersports.com/images/2024/1/28/DSC_1162.JPG",
                    "date": "2024-03-30T18:40:00"
                  }, {
                    "title": "@ButlerWTennis Sweeps Marian (Ind.) on Senior Day",
                    "title_in_rotator": true,
                    "sub_headline": null,
                    "teaser": "The Butler women's tennis team topped Marian (Ind.) 7-0 today at the Butler Bubble. Prior to today's victory, the Butler University Athletic Department recognized the program's two seniors <dfn><a href=\"/sports/womens-tennis/roster/natalie-boesing/10888\" rel=\"smarttag\" rev=\"10888\">Natalie Boesing</a></dfn> and <dfn><a href=\"/sports/womens-tennis/roster/delaney-schurhamer/10891\" rel=\"smarttag\" rev=\"10891\">Delaney Schurhamer</a></dfn>. ",
                    "type": "postgame",
                    "byline": "Nina Mazzotti",
                    "app_exclusive": false,
                    "sport_display": "Women's Tennis",
                    "sport": {
                      "id": 18,
                      "title": "Women's Tennis",
                      "abbreviation": "WTEN",
                      "shortname": "wten",
                      "short_title": "WTEN",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wten",
                      "gender": "f",
                      "youtube": "",
                      "facebook": "https://www.facebook.com/ButlerBulldogs",
                      "twitter": "ButlerWTennis",
                      "instagram": "butlerwtennis",
                      "pinterest": "",
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "sport_shortname": null,
                    "image_source": "/images/2024/3/30/NZ9_5941.jpeg",
                    "image_focal_point": null,
                    "image_alt_text": "WTEN Senior Day Team Photo ",
                    "video": null,
                    "url": "/news/2024/3/30/womens-tennis-butlerwtennis-sweeps-marian-ind-on-senior-day.aspx",
                    "redirect_absolute_url": null,
                    "links": null,
                    "homepage_feed_template": "story_links",
                    "game_id": null,
                    "games": [{
                      "id": 14553,
                      "game_pregame_story_id": null,
                      "game_postgame_story_id": 30331,
                      "date": "2024-03-30T10:00:00",
                      "end_date": null,
                      "date_utc": "2024-03-30T14:00:00Z",
                      "end_date_utc": null,
                      "time": "10AM",
                      "is_doubleheader": false,
                      "allday": false,
                      "tbd": false,
                      "team_prefix": "",
                      "status": "O",
                      "location_indicator": "H",
                      "neutral_hometeam": false,
                      "location": "Indianapolis, Ind.",
                      "conference": null,
                      "conference_abbrev": null,
                      "conference_logo": null,
                      "is_conference": false,
                      "show_atvs": false,
                      "is_spotlight": false,
                      "type": "recent",
                      "tournament": null,
                      "sport": null,
                      "schedule": null,
                      "opponent": {
                        "id": 363,
                        "prefix": null,
                        "name": null,
                        "title": "Marian (Ind.)",
                        "image": "/images/logos/marian-indiana_200px.png"
                      },
                      "media": {
                        "video": null,
                        "video_text": null,
                        "audio": null,
                        "audio_text": null,
                        "stats": null,
                        "tickets": null,
                        "game_note": null,
                        "game_promotion_name": null,
                        "tv": null,
                        "tv_image": null,
                        "tv_image_link": null,
                        "radio": null,
                        "custom1": null,
                        "custom2": null,
                        "custom3": null,
                        "gamefiles": null,
                        "program": null,
                        "program_text": null
                      },
                      "story": null,
                      "result": {
                        "game_id": 14553,
                        "status": "W",
                        "team_score": "7",
                        "opponent_score": "0",
                        "prescore": "",
                        "postscore": "",
                        "bid": null,
                        "boxscore": null,
                        "line_scores": null
                      },
                      "game_facility": null,
                      "promotion": null,
                      "event_image": null,
                      "pac_tickets": null
                    }],
                    "gallery_id": 0,
                    "writer": null,
                    "id": 30331,
                    "content_id": "30331",
                    "content_title": "@ButlerWTennis Sweeps Marian (Ind.) on Senior Day",
                    "content_date": "2024-03-30T17:49:00",
                    "content_url": "http://butlersports.com/news/2024/3/30/womens-tennis-butlerwtennis-sweeps-marian-ind-on-senior-day.aspx",
                    "content_image_url": "http://butlersports.com/images/2024/3/30/NZ9_5941.jpeg",
                    "date": "2024-03-30T17:49:00"
                  }, {
                    "title": "@ButlerSoftball Controls Game Three with Seton Hall",
                    "title_in_rotator": true,
                    "sub_headline": null,
                    "teaser": "<strong>INDIANAPOLIS</strong> – The Butler softball team led throughout game three of the series with Seton Hall and secured the victory with a final score of 5-2. The Bulldogs (15-19, 4-8 BIG EAST) scored runs in the first four innings and limited the Pirates (16-13, 7-5 BIG EAST) to only two runs in the third. Seton Hall took the series, two games to one.",
                    "type": "postgame",
                    "byline": "Joey Gruner",
                    "app_exclusive": false,
                    "sport_display": "Softball",
                    "sport": {
                      "id": 10,
                      "title": "Softball",
                      "abbreviation": "SB",
                      "shortname": "softball",
                      "short_title": "SB",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "softball",
                      "gender": "f",
                      "youtube": "",
                      "facebook": "https://www.facebook.com/ButlerBulldogs",
                      "twitter": "ButlerSoftball",
                      "instagram": "butlersoftball",
                      "pinterest": "",
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "sport_shortname": null,
                    "image_source": "/images/2024/3/30/1b.jpg",
                    "image_focal_point": null,
                    "image_alt_text": "2024 SB Ella White vs Seton Hall 3-28",
                    "video": null,
                    "url": "/news/2024/3/30/-butlersoftball-controls-game-three-with-seton-hall.aspx",
                    "redirect_absolute_url": null,
                    "links": null,
                    "homepage_feed_template": "story_links",
                    "game_id": null,
                    "games": [{
                      "id": 14457,
                      "game_pregame_story_id": 30319,
                      "game_postgame_story_id": 30328,
                      "date": "2024-03-30T11:00:00",
                      "end_date": null,
                      "date_utc": "2024-03-30T15:00:00Z",
                      "end_date_utc": null,
                      "time": "11AM",
                      "is_doubleheader": false,
                      "allday": false,
                      "tbd": false,
                      "team_prefix": "",
                      "status": "O",
                      "location_indicator": "H",
                      "neutral_hometeam": false,
                      "location": "Indianapolis, Ind.",
                      "conference": null,
                      "conference_abbrev": null,
                      "conference_logo": null,
                      "is_conference": true,
                      "show_atvs": false,
                      "is_spotlight": false,
                      "type": "recent",
                      "tournament": null,
                      "sport": null,
                      "schedule": null,
                      "opponent": {
                        "id": 103,
                        "prefix": null,
                        "name": null,
                        "title": "Seton Hall",
                        "image": "/images/logos/Seton-Hall.png"
                      },
                      "media": {
                        "video": "https://flosports.link/42bUMGd",
                        "video_text": "Watch",
                        "audio": null,
                        "audio_text": null,
                        "stats": "http://bit.ly/3ZLhzXz",
                        "tickets": null,
                        "game_note": null,
                        "game_promotion_name": null,
                        "tv": "FloSports/BEDN",
                        "tv_image": null,
                        "tv_image_link": null,
                        "radio": null,
                        "custom1": null,
                        "custom2": null,
                        "custom3": null,
                        "gamefiles": null,
                        "program": null,
                        "program_text": null
                      },
                      "story": null,
                      "result": {
                        "game_id": 14457,
                        "status": "W",
                        "team_score": "5",
                        "opponent_score": "2",
                        "prescore": "",
                        "postscore": "",
                        "bid": null,
                        "boxscore": "/boxscore.aspx?id=14457",
                        "line_scores": null
                      },
                      "game_facility": null,
                      "promotion": null,
                      "event_image": null,
                      "pac_tickets": null
                    }],
                    "gallery_id": 0,
                    "writer": null,
                    "id": 30328,
                    "content_id": "30328",
                    "content_title": "@ButlerSoftball Controls Game Three with Seton Hall",
                    "content_date": "2024-03-30T14:46:00",
                    "content_url": "http://butlersports.com/news/2024/3/30/-butlersoftball-controls-game-three-with-seton-hall.aspx",
                    "content_image_url": "http://butlersports.com/images/2024/3/30/1b.jpg",
                    "date": "2024-03-30T14:46:00"
                  }, {
                    "title": "@ButlerWLacrosse Faces Loss to BIG EAST Member Villanova",
                    "title_in_rotator": true,
                    "sub_headline": null,
                    "teaser": "The Butler women's lacrosse team fell 16-11 to Villanova in today's matchup in Indianapolis, Ind. at Varsity Field. The Bulldogs now fall to 2-8 for the season and 1-1 in BIG EAST play, while the Wildcats now improve to 5-6 overall and 1-1 in conference play.",
                    "type": "postgame",
                    "byline": "Nina Mazzotti",
                    "app_exclusive": false,
                    "sport_display": "Women's Lacrosse",
                    "sport": {
                      "id": 15,
                      "title": "Women's Lacrosse",
                      "abbreviation": "WLAX",
                      "shortname": "wlax",
                      "short_title": "WLAX",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "wlax",
                      "gender": "f",
                      "youtube": "",
                      "facebook": null,
                      "twitter": "ButlerWLacrosse",
                      "instagram": "butlerwlacrosse",
                      "pinterest": "",
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "sport_shortname": null,
                    "image_source": "/images/2024/3/30/NZ9_2042.jpeg",
                    "image_focal_point": null,
                    "image_alt_text": "Leah Rubino vs. Villanova",
                    "video": null,
                    "url": "/news/2024/3/30/womens-lacrosse-butlerwlacrosse-faces-loss-to-big-east-member-villanova.aspx",
                    "redirect_absolute_url": null,
                    "links": null,
                    "homepage_feed_template": "story_links",
                    "game_id": null,
                    "games": [{
                      "id": 14335,
                      "game_pregame_story_id": 30318,
                      "game_postgame_story_id": 30329,
                      "date": "2024-03-30T12:00:00",
                      "end_date": null,
                      "date_utc": "2024-03-30T16:00:00Z",
                      "end_date_utc": null,
                      "time": "12PM",
                      "is_doubleheader": false,
                      "allday": false,
                      "tbd": false,
                      "team_prefix": "",
                      "status": "O",
                      "location_indicator": "H",
                      "neutral_hometeam": false,
                      "location": "Indianapolis, Ind.",
                      "conference": null,
                      "conference_abbrev": null,
                      "conference_logo": null,
                      "is_conference": true,
                      "show_atvs": false,
                      "is_spotlight": false,
                      "type": "recent",
                      "tournament": null,
                      "sport": null,
                      "schedule": null,
                      "opponent": {
                        "id": 72,
                        "prefix": null,
                        "name": null,
                        "title": "Villanova",
                        "image": "/images/logos/Villanova.png"
                      },
                      "media": {
                        "video": "https://flosports.link/3W2lFaH",
                        "video_text": null,
                        "audio": null,
                        "audio_text": null,
                        "stats": "https://www.statbroadcast.com/events/statbroadcast.php?t=1&gid=butl",
                        "tickets": null,
                        "game_note": null,
                        "game_promotion_name": null,
                        "tv": "FloSports",
                        "tv_image": null,
                        "tv_image_link": null,
                        "radio": null,
                        "custom1": null,
                        "custom2": null,
                        "custom3": null,
                        "gamefiles": null,
                        "program": null,
                        "program_text": null
                      },
                      "story": null,
                      "result": {
                        "game_id": 14335,
                        "status": "L",
                        "team_score": "11",
                        "opponent_score": "16",
                        "prescore": "",
                        "postscore": "",
                        "bid": null,
                        "boxscore": "/boxscore.aspx?id=14335",
                        "line_scores": null
                      },
                      "game_facility": null,
                      "promotion": null,
                      "event_image": null,
                      "pac_tickets": null
                    }],
                    "gallery_id": 0,
                    "writer": null,
                    "id": 30329,
                    "content_id": "30329",
                    "content_title": "@ButlerWLacrosse Faces Loss to BIG EAST Member Villanova",
                    "content_date": "2024-03-30T15:27:00",
                    "content_url": "http://butlersports.com/news/2024/3/30/womens-lacrosse-butlerwlacrosse-faces-loss-to-big-east-member-villanova.aspx",
                    "content_image_url": "http://butlersports.com/images/2024/3/30/NZ9_2042.jpeg",
                    "date": "2024-03-30T15:27:00"
                  }, {
                    "title": "Indiana Takes Friday Result over Butler in Bloomington",
                    "title_in_rotator": true,
                    "sub_headline": null,
                    "teaser": "A six-run sixth inning allowed Indiana to pull away as part of an 11-2 win over visiting Butler Friday afternoon at Bart Kaufman Field in Bloomington. The IU win levels the series at a game apiece after the Bulldogs took the opener Thursday in Indianapolis.",
                    "type": "postgame",
                    "byline": "John Dedman",
                    "app_exclusive": false,
                    "sport_display": "Baseball",
                    "sport": {
                      "id": 1,
                      "title": "Baseball",
                      "abbreviation": "BB",
                      "shortname": "baseball",
                      "short_title": "BASE",
                      "global_sport_id": null,
                      "non_sport": false,
                      "show_at_vs": false,
                      "global_sport_shortname": "baseball",
                      "gender": "m",
                      "youtube": "",
                      "facebook": "https://www.facebook.com/ButlerBulldogs",
                      "twitter": "ButlerUBaseball",
                      "instagram": "butlerubaseball",
                      "pinterest": "",
                      "tickets": null,
                      "global_sport_name_slug": null,
                      "url": null,
                      "ranking": null,
                      "game_synonym": null
                    },
                    "sport_shortname": null,
                    "image_source": "/images/2024/3/7/_DSC5039_aBRAU.jpg",
                    "image_focal_point": null,
                    "image_alt_text": "Butler Bulldogs",
                    "video": null,
                    "url": "/news/2024/3/29/baseball-indiana-takes-saturday-result-over-butler-in-bloomington.aspx",
                    "redirect_absolute_url": null,
                    "links": null,
                    "homepage_feed_template": "story_links",
                    "game_id": null,
                    "games": [{
                      "id": 14366,
                      "game_pregame_story_id": 30320,
                      "game_postgame_story_id": 30327,
                      "date": "2024-03-29T17:00:00",
                      "end_date": null,
                      "date_utc": "2024-03-29T21:00:00Z",
                      "end_date_utc": null,
                      "time": "5 PM",
                      "is_doubleheader": false,
                      "allday": false,
                      "tbd": false,
                      "team_prefix": "",
                      "status": "O",
                      "location_indicator": "A",
                      "neutral_hometeam": false,
                      "location": "Bloomington, Ind.",
                      "conference": null,
                      "conference_abbrev": null,
                      "conference_logo": null,
                      "is_conference": false,
                      "show_atvs": false,
                      "is_spotlight": false,
                      "type": "recent",
                      "tournament": null,
                      "sport": null,
                      "schedule": null,
                      "opponent": {
                        "id": 179,
                        "prefix": null,
                        "name": null,
                        "title": "Indiana ",
                        "image": "/images/logos/Indiana-University.png"
                      },
                      "media": {
                        "video": "https://www.bigtenplus.com/en-int/livestream/butler-at-indiana/1718819",
                        "video_text": null,
                        "audio": "https://iuhoosiers.com/watch/?Live=4391&type=Live",
                        "audio_text": null,
                        "stats": "https://stats.statbroadcast.com/broadcast/?id=499358",
                        "tickets": null,
                        "game_note": null,
                        "game_promotion_name": null,
                        "tv": "BTN+",
                        "tv_image": null,
                        "tv_image_link": null,
                        "radio": null,
                        "custom1": null,
                        "custom2": null,
                        "custom3": null,
                        "gamefiles": null,
                        "program": null,
                        "program_text": null
                      },
                      "story": null,
                      "result": {
                        "game_id": 14366,
                        "status": "L",
                        "team_score": "2",
                        "opponent_score": "11",
                        "prescore": null,
                        "postscore": null,
                        "bid": null,
                        "boxscore": "/boxscore.aspx?id=14366",
                        "line_scores": null
                      },
                      "game_facility": null,
                      "promotion": null,
                      "event_image": null,
                      "pac_tickets": null
                    }],
                    "gallery_id": 0,
                    "writer": null,
                    "id": 30327,
                    "content_id": "30327",
                    "content_title": "Indiana Takes Friday Result over Butler in Bloomington",
                    "content_date": "2024-03-29T23:14:00",
                    "content_url": "http://butlersports.com/news/2024/3/29/baseball-indiana-takes-saturday-result-over-butler-in-bloomington.aspx",
                    "content_image_url": "http://butlersports.com/images/2024/3/7/_DSC5039_aBRAU.jpg",
                    "date": "2024-03-29T23:14:00"
                  }],
                  "mode": "web"
                };
                if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                window.sidearmComponents.push(obj);
              </script>
              <stories-component params="{ id: 'f765dfb4-bd99-4347-be9f-bc89b6353343' }"><!--ko if: name() === 'main-story'--><!--/ko-->
                <!--ko if: name() === 'stories-recent'-->
                <div class="c-stories c-stories--row c-stories--wrapper">
                  <div class="common-header">
                    <div class="common-header__title"><span>Recent&nbsp;</span><span>Headlines</span></div>
                    <div class="common-header__ad"><ads-component params="{name: 'cs---headlines-9cc85d'}"><!-- ko ifnot: isInitializing() -->
                        <!-- ko switch -->
                        <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                        <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                        <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                        <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                        <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                        <!-- /ko -->
                        <!-- /ko --></ads-component></div>
                  </div>
                  <div class="component c-stories c-stories--row__inner flex flex-wrap" data-bind="foreach:data">
                    <div class="c-stories__item">
                      <div class="c-stories__media-container relative">
                        <div class="c-stories__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                          <!-- ko switch -->
                          <!-- ko case: image_source -->
                          <img class="c-stories__image lazyloaded" data-bind="attr: { 'data-src': image_source + '?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80', alt:image_alt_text }"
                            data-src="/images/2024/4/1/_DSC9359_2.JPEG?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80" alt="2024 Baseball team"
                            src="/images/2024/4/1/_DSC9359_2.JPEG?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <!-- /ko -->
                          <!-- ko case: $else --><!-- /ko -->
                          <!-- /ko -->
                        </div>
                      </div>
                      <div class="c-stories__details">
                        <div class="c-stories__sport" data-bind="text: sport.title">Baseball</div>
                        <div class="c-stories__title" data-bind="text:title">Tuesday's Baseball Game Moved to Eastern Illinois</div>
                        <div class="c-stories__button flex">
                          <a class="c-stories__url" data-bind="attr: {href:url}" href="/news/2024/4/1/tuesdays-baseball-game-moved-to-eastern-illinois.aspx">View Story</a>
                        </div>
                      </div>
                    </div>
                    <div class="c-stories__item">
                      <div class="c-stories__media-container relative">
                        <div class="c-stories__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                          <!-- ko switch -->
                          <!-- ko case: image_source -->
                          <img class="c-stories__image lazyloaded" data-bind="attr: { 'data-src': image_source + '?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80', alt:image_alt_text }"
                            data-src="/images/2024/3/31/4B5A9966.jpeg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80" alt="2024 App State"
                            src="/images/2024/3/31/4B5A9966.jpeg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <!-- /ko -->
                          <!-- ko case: $else --><!-- /ko -->
                          <!-- /ko -->
                        </div>
                      </div>
                      <div class="c-stories__details">
                        <div class="c-stories__sport" data-bind="text: sport.title">Men's Golf</div>
                        <div class="c-stories__title" data-bind="text:title">Butler Hosts Benbow Spring Invitational at Highland Beginning Monday</div>
                        <div class="c-stories__button flex">
                          <a class="c-stories__url" data-bind="attr: {href:url}" href="/news/2024/3/31/mens-golf-butler-hosts-benbow-spring-invitational-at-highland-beginning-monday.aspx">View Story</a>
                        </div>
                      </div>
                    </div>
                    <div class="c-stories__item">
                      <div class="c-stories__media-container relative">
                        <div class="c-stories__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                          <!-- ko switch -->
                          <!-- ko case: image_source -->
                          <img class="c-stories__image lazyloaded" data-bind="attr: { 'data-src': image_source + '?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80', alt:image_alt_text }"
                            data-src="/images/2024/3/7/_DSC5791_t8oB2.jpg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80" alt="Butler Bulldogs"
                            src="/images/2024/3/7/_DSC5791_t8oB2.jpg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <!-- /ko -->
                          <!-- ko case: $else --><!-- /ko -->
                          <!-- /ko -->
                        </div>
                      </div>
                      <div class="c-stories__details">
                        <div class="c-stories__sport" data-bind="text: sport.title">Baseball</div>
                        <div class="c-stories__title" data-bind="text:title">Saturday's Come-From-Behind Win Earns Butler the Series Split with Indiana</div>
                        <div class="c-stories__button flex">
                          <a class="c-stories__url" data-bind="attr: {href:url}" href="/news/2024/3/30/baseball-saturdays-come-from-behind-win-earns-butler-the-series-split-with-indiana.aspx">View Story</a>
                        </div>
                      </div>
                    </div>
                    <div class="c-stories__item">
                      <div class="c-stories__media-container relative">
                        <div class="c-stories__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                          <!-- ko switch -->
                          <!-- ko case: image_source -->
                          <img class="c-stories__image lazyloaded" data-bind="attr: { 'data-src': image_source + '?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80', alt:image_alt_text }"
                            data-src="/images/2024/1/28/DSC_1162.JPG?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80" alt="Martin Kovacech Butler Invitational 2024"
                            src="/images/2024/1/28/DSC_1162.JPG?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <!-- /ko -->
                          <!-- ko case: $else --><!-- /ko -->
                          <!-- /ko -->
                        </div>
                      </div>
                      <div class="c-stories__details">
                        <div class="c-stories__sport" data-bind="text: sport.title">Men's Track and Field</div>
                        <div class="c-stories__title" data-bind="text:title">ButlerXCTF Wrap Up the Weekend at the Raleigh Relays</div>
                        <div class="c-stories__button flex">
                          <a class="c-stories__url" data-bind="attr: {href:url}" href="/news/2024/3/30/mens-track-and-field-butlerxctf-wrap-up-the-weekend-at-the-raleigh-relays.aspx">View Story</a>
                        </div>
                      </div>
                    </div>
                    <div class="c-stories__item">
                      <div class="c-stories__media-container relative">
                        <div class="c-stories__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                          <!-- ko switch -->
                          <!-- ko case: image_source -->
                          <img class="c-stories__image lazyloaded" data-bind="attr: { 'data-src': image_source + '?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80', alt:image_alt_text }"
                            data-src="/images/2024/3/30/NZ9_5941.jpeg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80" alt="WTEN Senior Day Team Photo "
                            src="/images/2024/3/30/NZ9_5941.jpeg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <!-- /ko -->
                          <!-- ko case: $else --><!-- /ko -->
                          <!-- /ko -->
                        </div>
                      </div>
                      <div class="c-stories__details">
                        <div class="c-stories__sport" data-bind="text: sport.title">Women's Tennis</div>
                        <div class="c-stories__title" data-bind="text:title">@ButlerWTennis Sweeps Marian (Ind.) on Senior Day</div>
                        <div class="c-stories__button flex">
                          <a class="c-stories__url" data-bind="attr: {href:url}" href="/news/2024/3/30/womens-tennis-butlerwtennis-sweeps-marian-ind-on-senior-day.aspx">View Story</a>
                        </div>
                      </div>
                    </div>
                    <div class="c-stories__item">
                      <div class="c-stories__media-container relative">
                        <div class="c-stories__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                          <!-- ko switch -->
                          <!-- ko case: image_source -->
                          <img class="c-stories__image lazyloaded" data-bind="attr: { 'data-src': image_source + '?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80', alt:image_alt_text }"
                            data-src="/images/2024/3/30/1b.jpg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80" alt="2024 SB Ella White vs Seton Hall 3-28"
                            src="/images/2024/3/30/1b.jpg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <!-- /ko -->
                          <!-- ko case: $else --><!-- /ko -->
                          <!-- /ko -->
                        </div>
                      </div>
                      <div class="c-stories__details">
                        <div class="c-stories__sport" data-bind="text: sport.title">Softball</div>
                        <div class="c-stories__title" data-bind="text:title">@ButlerSoftball Controls Game Three with Seton Hall</div>
                        <div class="c-stories__button flex">
                          <a class="c-stories__url" data-bind="attr: {href:url}" href="/news/2024/3/30/-butlersoftball-controls-game-three-with-seton-hall.aspx">View Story</a>
                        </div>
                      </div>
                    </div>
                    <div class="c-stories__item">
                      <div class="c-stories__media-container relative">
                        <div class="c-stories__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                          <!-- ko switch -->
                          <!-- ko case: image_source -->
                          <img class="c-stories__image lazyloaded" data-bind="attr: { 'data-src': image_source + '?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80', alt:image_alt_text }"
                            data-src="/images/2024/3/30/NZ9_2042.jpeg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80" alt="Leah Rubino vs. Villanova"
                            src="/images/2024/3/30/NZ9_2042.jpeg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <!-- /ko -->
                          <!-- ko case: $else --><!-- /ko -->
                          <!-- /ko -->
                        </div>
                      </div>
                      <div class="c-stories__details">
                        <div class="c-stories__sport" data-bind="text: sport.title">Women's Lacrosse</div>
                        <div class="c-stories__title" data-bind="text:title">@ButlerWLacrosse Faces Loss to BIG EAST Member Villanova</div>
                        <div class="c-stories__button flex">
                          <a class="c-stories__url" data-bind="attr: {href:url}" href="/news/2024/3/30/womens-lacrosse-butlerwlacrosse-faces-loss-to-big-east-member-villanova.aspx">View Story</a>
                        </div>
                      </div>
                    </div>
                    <div class="c-stories__item">
                      <div class="c-stories__media-container relative">
                        <div class="c-stories__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                          <!-- ko switch -->
                          <!-- ko case: image_source -->
                          <img class="c-stories__image lazyloaded" data-bind="attr: { 'data-src': image_source + '?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80', alt:image_alt_text }"
                            data-src="/images/2024/3/7/_DSC5039_aBRAU.jpg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80" alt="Butler Bulldogs"
                            src="/images/2024/3/7/_DSC5039_aBRAU.jpg?width=540&amp;height=304&amp;mode=crop&amp;scale=both&amp;format=jpg&amp;quality=80">
                          <!-- /ko -->
                          <!-- ko case: $else --><!-- /ko -->
                          <!-- /ko -->
                        </div>
                      </div>
                      <div class="c-stories__details">
                        <div class="c-stories__sport" data-bind="text: sport.title">Baseball</div>
                        <div class="c-stories__title" data-bind="text:title">Indiana Takes Friday Result over Butler in Bloomington</div>
                        <div class="c-stories__button flex">
                          <a class="c-stories__url" data-bind="attr: {href:url}" href="/news/2024/3/29/baseball-indiana-takes-saturday-result-over-butler-in-bloomington.aspx">View Story</a>
                        </div>
                      </div>
                    </div>
                  </div>
                  <!-- ko if: moreToLoad -->
                  <div class="c-stories__footer">
                    <button data-bind="click: loadMore, text: isLoadingMore() ? 'Loading...' : 'Load More'" class="c-stories__footer-link load-more__button">Load More</button>
                  </div>
                  <!--/ko-->
                </div>
                <!--/ko-->
              </stories-component>
            </section>
            <div class="hide-medium-down">
              <section class="s-slideshow" aria-labelledby="h2_slideshow">
                <h2 class="hide" id="h2_slideshow">The Butler Way</h2>
                <script>
                  var obj = {
                    "start": 0,
                    "count": 1,
                    "name": "butler-way",
                    "sport_id": null,
                    "count_breakpoints": null,
                    "css_class": "",
                    "pinned_id": "",
                    "extra": {
                      "slideshow_id": 1
                    },
                    "context": null,
                    "dummy": false,
                    "type": "slideshow",
                    "id": "47e0ea68-7c28-45db-85d0-e9bdbc44ebe1",
                    "data": [{
                      "id": 1,
                      "title": "The Butler Way",
                      "subtitle": null,
                      "start_date": "2021-01-29T00:00:00",
                      "end_date": null,
                      "teaser": "Demands Commitment, Denies Selfishness, Accepts Reality,<br >\r\nYet Seeks Improvement everyday while putting the team above self.",
                      "primary_link": "https://butlersports.com/sports/2017/6/27/the-butler-way.aspx",
                      "links": null,
                      "video": null,
                      "primary_image": {
                        "images": [{
                          "breakpoint": 0,
                          "alt": "Blue ",
                          "image": "/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg"
                        }]
                      },
                      "secondary_image": {
                        "images": []
                      }
                    }],
                    "mode": "web"
                  };
                  if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                  window.sidearmComponents.push(obj);
                </script>
                <slideshow-component params="{ id: '47e0ea68-7c28-45db-85d0-e9bdbc44ebe1' }"><!--ko if: name() === 'butler-way'-->
                  <div class="component c-slideshow c-slideshow--row">
                    <ul class="c-slideshow__list reset-list flex" data-bind="fastForEach: data">
                      <li class="c-slideshow__item">
                        <!-- ko if: primary_image -->
                        <div class="c-slideshow__media-container relative">
                          <div class="c-slideshow__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                            <!--<picture class="c-slideshow__image" data-bind="html5Picture: primary_image, alt: title"></picture>-->
                            <picture class="c-stories__picture" data-bind="html5Picture: { 'images': [ 
            { 'breakpoint': 768, 'image': single_primary_image + '?width=1056&amp;height=594&amp;mode=crop&amp;quality=80&amp;format=png'},
            { 'breakpoint': 0, 'image': single_primary_image + '?width=767&amp;height=767&amp;mode=crop&amp;quality=80&amp;format=png' } ]}, 
          alt: title">
                              <source media="(min-width:768px)" data-srcset="/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg?width=1056&amp;height=594&amp;mode=crop&amp;quality=80&amp;format=png"
                                srcset="/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg?width=1056&amp;height=594&amp;mode=crop&amp;quality=80&amp;format=png">
                              <source media="(min-width:0px)" data-srcset="/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg?width=767&amp;height=767&amp;mode=crop&amp;quality=80&amp;format=png"
                                srcset="/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg?width=767&amp;height=767&amp;mode=crop&amp;quality=80&amp;format=png"><img
                                data-src="/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg?width=1056&amp;height=594&amp;mode=crop&amp;quality=80&amp;format=png" alt="The Butler Way" class=" lazyloaded" style=""
                                src="/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg?width=1056&amp;height=594&amp;mode=crop&amp;quality=80&amp;format=png">
                            </picture>
                          </div>
                          <div class="c-slideshow__teaser" data-bind="trimText: teaser, words: true, count: 300">Demands Commitment, Denies Selfishness, Accepts Reality,<br> Yet Seeks Improvement everyday while putting the team above self.</div>
                        </div>
                        <!-- /ko -->
                        <div class="c-slideshow__overlay flex">
                          <div class="c-slideshow__overlay-right">
                            <div class="c-slideshow__title">
                              <div>The</div>
                              <img data-bind="attr: {src: $component.bucket + '/images/responsive_2021/logo_butler.svg', alt:' Butler '}"
                                src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/logo_butler.svg" alt=" Butler " data-airgap-id="78">
                              <div class="text-right">Way</div>
                            </div>
                          </div>
                          <div class="c-slideshow__overlay-left flex flex-column">
                            <div class="c-slideshow__ad"><ads-component params="{name: 'cs---butler-way-2db155'}"><!-- ko ifnot: isInitializing() -->
                                <!-- ko switch -->
                                <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                                <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                                <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                                <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                                <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                                <!-- /ko -->
                                <!-- /ko --></ads-component></div>
                            <a class="c-slideshow__link" data-bind="attr: {href: primary_link ? primary_link : ''}" href="https://butlersports.com/sports/2017/6/27/the-butler-way.aspx">Learn More Here</a>
                          </div>
                        </div>
                      </li>
                    </ul>
                  </div>
                  <!--/ko-->
                  <!--ko if: name() === 'parallax'--><!--/ko-->
                </slideshow-component>
              </section>
              <section class="s-poll" aria-labelledby="h2_poll">
                <h2 class="hide" id="h2_poll">Fan Poll</h2>
                <script>
                  var obj = {
                    "start": 0,
                    "count": 1,
                    "name": "foo",
                    "sport_id": null,
                    "count_breakpoints": null,
                    "css_class": "",
                    "pinned_id": "",
                    "extra": {},
                    "context": null,
                    "dummy": false,
                    "type": "poll",
                    "id": "c90b20ba-a78e-4580-aa3b-966eaee8b2e0",
                    "data": null,
                    "mode": "web"
                  };
                  if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                  window.sidearmComponents.push(obj);
                </script>
                <poll-component params="{ id: 'c90b20ba-a78e-4580-aa3b-966eaee8b2e0' }"><!-- ko if: data().length --><!-- /ko --></poll-component>
              </section>
            </div>
          </div>
          <div class="s-top__right">
            <div class="s-top__right-inner flex flex-column">
              <section class="s-dfp s-top__right-dfp">
                <script>
                  var obj = {
                    "start": 0,
                    "count": 10,
                    "name": "sidearm-dfp-1",
                    "sport_id": null,
                    "count_breakpoints": null,
                    "css_class": "",
                    "pinned_id": "",
                    "extra": {},
                    "context": null,
                    "dummy": false,
                    "type": "ads",
                    "id": "8ec2b999-b6d6-43d7-85c1-afc50e94d0de",
                    "data": {
                      "location": {
                        "id": 93,
                        "title": "SIDEARM DFP - Location 1",
                        "type": "dfp",
                        "effect": "none",
                        "fixed_image_sizes": false,
                        "excluded_sport_ids": [],
                        "slick": false,
                        "dfp": true,
                        "sidearm_dfp": true,
                        "common_page": false,
                        "html_template": null,
                        "name": "sidearm-dfp-1",
                        "autoplay_speed": 8,
                        "accessibility_icons": false,
                        "sizes": null,
                        "slick_options": null,
                        "dfp_sizes": [{
                          "id": 225,
                          "enabled": true,
                          "breakpoint": 0,
                          "width": 300,
                          "height": 250,
                          "size_list": null,
                          "unit_name": "//butler/sidearm-dfp-1",
                          "sidearm_dfp": null
                        }]
                      },
                      "campaigns": null,
                      "content_id": "sidearm-dfp-1",
                      "content_title": "sidearm-dfp-1",
                      "content_date": null,
                      "content_url": null,
                      "content_image_url": null
                    },
                    "mode": "web"
                  };
                  if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                  window.sidearmComponents.push(obj);
                </script>
                <ads-component params="{ id: '8ec2b999-b6d6-43d7-85c1-afc50e94d0de' }"><!-- ko ifnot: isInitializing() -->
                  <!-- ko switch -->
                  <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'dfp' -->
                  <div data-bind="component: {
                name: &quot;dfp-component&quot;,
                params: DFPParams
            }">
                    <div class="sidearm-dfp-ad"
                      data-bind=" attr: { id: id, 'class' : (sidearm_dfp ? 'sidearm-dfp-ad' : 'dfp-ad') }, style: { width: width() + 'px', height: height() === 0 ? 'auto' : height() + 'px', 'background-color' : window.site_in_dev_mode === 'true' ? '#ccc' : '' }, afterBind: { callback: renderAd, foreach: data }"
                      id="sidearm-dfp-10" style="width: 300px; height: 250px; text-align: center;"></div>
                  </div>
                  <!-- /ko -->
                  <!-- /ko -->
                  <!-- /ko -->
                </ads-component>
              </section>
              <div class="s-top__right-donate">
                <script>
                  var obj = {
                    "start": 0,
                    "count": 10,
                    "name": "bulldogs-club-promo-84b895",
                    "sport_id": null,
                    "count_breakpoints": null,
                    "css_class": "",
                    "pinned_id": "",
                    "extra": {},
                    "context": null,
                    "dummy": false,
                    "type": "ads",
                    "id": "d54e2db6-1083-4523-8a2e-e7c27fbbf3b1",
                    "data": {
                      "location": {
                        "id": 151,
                        "title": "Bulldogs Club Promo",
                        "type": "single",
                        "effect": "none",
                        "fixed_image_sizes": true,
                        "excluded_sport_ids": [],
                        "slick": false,
                        "dfp": false,
                        "sidearm_dfp": false,
                        "common_page": false,
                        "html_template": null,
                        "name": "bulldogs-club-promo-84b895",
                        "autoplay_speed": 8,
                        "accessibility_icons": false,
                        "sizes": null,
                        "slick_options": null,
                        "dfp_sizes": null
                      },
                      "campaigns": [{
                        "id": 18,
                        "title": "Donate Now",
                        "start_date": "2021-01-29T18:09:36",
                        "end_date": null,
                        "open_in_new_window": true,
                        "link": "/common/controls/adhandler.aspx?ad_id=18&target=https://butlersports.com/sports/2016/5/19/bulldogClub-donate-now.aspx?path=bulldog_club",
                        "icon": null,
                        "html": null,
                        "picture": {
                          "images": [{
                            "breakpoint": 1200,
                            "alt": "2021 Bulldog Club",
                            "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/8/26/butlersports_comGraphic_BulldogClub.jpg",
                            "width": 288,
                            "height": 288
                          }]
                        },
                        "css_class": null,
                        "is_dummy": false,
                        "hover_text": null
                      }],
                      "content_id": "bulldogs-club-promo-84b895",
                      "content_title": "bulldogs-club-promo-84b895",
                      "content_date": null,
                      "content_url": null,
                      "content_image_url": null
                    },
                    "mode": "web"
                  };
                  if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                  window.sidearmComponents.push(obj);
                </script>
                <ads-component params="{ id: 'd54e2db6-1083-4523-8a2e-e7c27fbbf3b1' }"><!-- ko ifnot: isInitializing() -->
                  <!-- ko switch -->
                  <!-- ko case: ad.location.type === 'single' -->
                  <!-- ko with: single -->
                  <div class="ad single-ad" data-bind="css: css_class">
                    <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                    <!-- ko if: link !== '' && link !== '#' -->
                    <a data-bind="
                            attr:{
                                'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), 
                                href: link, 
                                title: hover_text ? hover_text : title, 
                                target: open_in_new_window ? '_blank' : '', 
                                click: $component.trackEvent.bind($data, 'click', $data.title),
                                'tabindex' : ko.computed(function() {
                                    var index = 
                                    $parents.findIndex(function(item) {
                                        return Object.keys(item).length > 0 &amp;&amp; item.component;
                                    });
                                    if(index < 0)
                                        return 0;

                                    var model = $parents[index];
                                    if(model.component.name != 'main-nav')
                                        return 0;
                                    if (model.component.name === 'main-nav')
                                        return model.isMenuOpen() ? '0' : '-1';
                                    return 0;
                                })
                            },
                            event: {
                                focus: function() {
                                    var index = 
                                    $parents.findIndex(function(item) {
                                        return Object.keys(item).length > 0 &amp;&amp; item.component;
                                    });
                                    if(index < 0)
                                        return;

                                    var model = $parents[index];
                                    if (model.component.name === 'main-nav') {
                                        model.openMenu();
                                    }
                                    return;
                                },
                                blur: function() {
                                    var index = 
                                    $parents.findIndex(function(item) {
                                        return Object.keys(item).length > 0 &amp;&amp; item.component;
                                    });
                                    if(index < 0)
                                        return;

                                    var model = $parents[index];
                                    if (model.component.name === 'main-nav') {
                                        model.closeMenu();
                                    }
                                    return;
                                }
                            }
                            " aria-label="2021 Bulldog Club" href="/common/controls/adhandler.aspx?ad_id=18&amp;target=https://butlersports.com/sports/2016/5/19/bulldogClub-donate-now.aspx?path=bulldog_club" title="Donate Now" target="_blank" click="function () { [native code] }" tabindex="0">
                            <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:1200px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/8/26/butlersports_comGraphic_BulldogClub.jpg" srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/8/26/butlersports_comGraphic_BulldogClub.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/8/26/butlersports_comGraphic_BulldogClub.jpg" alt="2021 Bulldog Club" class=" lazyloaded" style="" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/8/26/butlersports_comGraphic_BulldogClub.jpg"></picture>
                            <!-- ko if: open_in_new_window -->
                                <span class="external-link a11y-hide">Opens in new window</span>
                            <!-- /ko -->
                        </a>
                    <!-- /ko -->
                  </div>
                  <!-- /ko -->
                  <!-- /ko -->
                  <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                  <!-- /ko -->
                  <!-- /ko -->
                </ads-component>
                <script>
                  var obj = {
                    "start": 0,
                    "count": 10,
                    "name": "bulldogs-club-promo-button-3df568",
                    "sport_id": null,
                    "count_breakpoints": null,
                    "css_class": "",
                    "pinned_id": "",
                    "extra": {},
                    "context": null,
                    "dummy": false,
                    "type": "ads",
                    "id": "8c8e536d-4d46-4069-8a36-17750c4bcb29",
                    "data": {
                      "location": {
                        "id": 155,
                        "title": "Bulldogs Club Promo Button",
                        "type": "html",
                        "effect": "none",
                        "fixed_image_sizes": false,
                        "excluded_sport_ids": [],
                        "slick": false,
                        "dfp": false,
                        "sidearm_dfp": false,
                        "common_page": false,
                        "html_template": null,
                        "name": "bulldogs-club-promo-button-3df568",
                        "autoplay_speed": 8,
                        "accessibility_icons": false,
                        "sizes": null,
                        "slick_options": null,
                        "dfp_sizes": null
                      },
                      "campaigns": [{
                        "id": 22,
                        "title": "Donate Now Button",
                        "start_date": "2021-02-01T15:43:31",
                        "end_date": null,
                        "open_in_new_window": true,
                        "link": "#",
                        "icon": null,
                        "html": "&lt;a class=&quot;s-top__right-donate--button&quot; href=&quot;https://butlersports.com/sports/2016/5/19/bulldogClub-donate-now.aspx?path=bulldog_club&quot;&gt;Donate Now &lt;/a&gt;",
                        "picture": null,
                        "css_class": null,
                        "is_dummy": false,
                        "hover_text": null
                      }],
                      "content_id": "bulldogs-club-promo-button-3df568",
                      "content_title": "bulldogs-club-promo-button-3df568",
                      "content_date": null,
                      "content_url": null,
                      "content_image_url": null
                    },
                    "mode": "web"
                  };
                  if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                  window.sidearmComponents.push(obj);
                </script>
                <ads-component params="{ id: '8c8e536d-4d46-4069-8a36-17750c4bcb29' }"><!-- ko ifnot: isInitializing() -->
                  <!-- ko switch -->
                  <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'html' -->
                  <!-- ko with: single -->
                  <div class="ad html-ad" data-bind="css: css_class, html: html"><a class="s-top__right-donate--button" href="https://butlersports.com/sports/2016/5/19/bulldogClub-donate-now.aspx?path=bulldog_club">Donate Now </a></div>
                  <!-- /ko -->
                  <!-- /ko -->
                  <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                  <!-- /ko -->
                  <!-- /ko -->
                </ads-component>
              </div>
              <div class="s-top__tabset flex flex-column ui-tabs ui-corner-all ui-widget ui-widget-content">
                <div class="s-top__tabset-top">
                  <div class="s-top__tabset-header flex flex-align-center flex-justify-between">
                    <span>Calendar</span>
                    <script>
                      var obj = {
                        "start": 0,
                        "count": 10,
                        "name": "cs---calendar-3d1220",
                        "sport_id": null,
                        "count_breakpoints": null,
                        "css_class": "",
                        "pinned_id": "",
                        "extra": {},
                        "context": null,
                        "dummy": false,
                        "type": "ads",
                        "id": "4a481177-2327-4147-bd66-757995dcc8e2",
                        "data": {
                          "location": {
                            "id": 0,
                            "title": null,
                            "type": null,
                            "effect": null,
                            "fixed_image_sizes": false,
                            "excluded_sport_ids": null,
                            "slick": false,
                            "dfp": false,
                            "sidearm_dfp": false,
                            "common_page": false,
                            "html_template": null,
                            "name": null,
                            "autoplay_speed": 0,
                            "accessibility_icons": false,
                            "sizes": null,
                            "slick_options": null,
                            "dfp_sizes": null
                          },
                          "campaigns": [],
                          "content_id": null,
                          "content_title": null,
                          "content_date": null,
                          "content_url": null,
                          "content_image_url": null
                        },
                        "mode": "web"
                      };
                      if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                      window.sidearmComponents.push(obj);
                    </script>
                    <ads-component params="{ id: '4a481177-2327-4147-bd66-757995dcc8e2' }"><!-- ko ifnot: isInitializing() -->
                      <!-- ko switch -->
                      <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                      <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                      <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                      <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                      <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                      <!-- /ko -->
                      <!-- /ko --></ads-component>
                  </div>
                  <ul class="s-top__tabset-buttons reset-list flex ui-tabs-nav ui-corner-all ui-helper-reset ui-helper-clearfix ui-widget-header" role="tablist">
                    <li class="s-top__tabset-item ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active" role="tab" tabindex="0" aria-controls="events" aria-labelledby="ui-id-1" aria-selected="true" aria-expanded="true">
                      <a class="s-top__tabset-button ui-tabs-anchor" href="#events" role="presentation" tabindex="0" id="ui-id-1">
                    <span class="s-top__tabset-button-text">Events</span>
                    </a>
                    </li>
                    <li class="s-top__tabset-item ui-tabs-tab ui-corner-top ui-state-default ui-tab" role="tab" tabindex="-1" aria-controls="results" aria-labelledby="ui-id-2" aria-selected="false" aria-expanded="false">
                      <a class="s-top__tabset-button ui-tabs-anchor" href="#results" role="presentation" tabindex="0" id="ui-id-2">
                    <span class="s-top__tabset-button-text">Results</span>
                    </a>
                    </li>
                  </ul>
                </div>
                <div class="s-top__tabset-content">
                  <div class="s-top__tabset-content-inner">
                    <section class="s-events s-top__tabset-tab s-top__tabset-tab--events ui-tabs-panel ui-corner-bottom ui-widget-content" id="events" aria-labelledby="ui-id-1" role="tabpanel" aria-hidden="false">
                      <h2 class="hide" id="h2_events">Events</h2>
                      <script>
                        var obj = {
                          "start": 0,
                          "count": 6,
                          "name": "events",
                          "sport_id": null,
                          "count_breakpoints": "[{\"breakpoint\":0,\"count\":4},{\"breakpoint\":1025,\"count\":6}]",
                          "css_class": "",
                          "pinned_id": "",
                          "extra": {
                            "school_name": "Butler University"
                          },
                          "context": null,
                          "dummy": false,
                          "type": "events",
                          "id": "9b5b1995-8956-42b7-a30d-e3a4e64293b9",
                          "data": [{
                            "id": 14211,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-04-01T00:00:00",
                            "end_date": "2024-04-02T00:00:00",
                            "date_utc": null,
                            "end_date_utc": null,
                            "time": "",
                            "is_doubleheader": false,
                            "allday": true,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "A",
                            "location_indicator": "H",
                            "neutral_hometeam": false,
                            "location": "Indianapolis, Ind. -- Highland Golf Club",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": false,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "upcoming",
                            "tournament": null,
                            "sport": {
                              "id": 4,
                              "title": "Men's Golf",
                              "abbreviation": "MGOLF",
                              "shortname": "golf",
                              "short_title": "MGOLF",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "golf",
                              "gender": "g",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Event"
                            },
                            "schedule": {
                              "id": 2323,
                              "title": "2023-24 Men's Golf Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2323"
                            },
                            "opponent": {
                              "id": 58,
                              "prefix": null,
                              "name": "Don Benbow Butler Spring Invitational",
                              "title": "Don Benbow Butler Spring Invitational",
                              "image": "/images/logos/Butler-Bulldog.png"
                            },
                            "media": {
                              "video": null,
                              "video_text": null,
                              "audio": null,
                              "audio_text": null,
                              "stats": "https://www.golfgenius.com/pages/10451438518684112857",
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": null,
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": null,
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": "Butler Hosts Benbow Spring Invitational at Highland Beginning Monday",
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": "/images/2024/3/31/4B5A9966.jpeg",
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "/news/2024/3/31/mens-golf-butler-hosts-benbow-spring-invitational-at-highland-beginning-monday.aspx",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": 30333,
                              "content_id": "30333",
                              "content_title": "Butler Hosts Benbow Spring Invitational at Highland Beginning Monday",
                              "content_date": "2024-04-01T01:45:45.927",
                              "content_url": "http://butlersports.com/news/2024/3/31/mens-golf-butler-hosts-benbow-spring-invitational-at-highland-beginning-monday.aspx",
                              "content_image_url": "http://butlersports.com/images/2024/3/31/4B5A9966.jpeg",
                              "date": "2024-04-01T01:45:45.927"
                            },
                            "result": {
                              "game_id": 14211,
                              "status": null,
                              "team_score": null,
                              "opponent_score": null,
                              "prescore": null,
                              "postscore": null,
                              "bid": "6FafiTkqkGxeNOa6sAxEPg%3d%3d",
                              "boxscore": null,
                              "line_scores": null
                            },
                            "game_facility": null,
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }, {
                            "id": 14240,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-04-01T00:00:00",
                            "end_date": "2024-04-02T00:00:00",
                            "date_utc": null,
                            "end_date_utc": null,
                            "time": "",
                            "is_doubleheader": false,
                            "allday": true,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "A",
                            "location_indicator": "A",
                            "neutral_hometeam": false,
                            "location": "Richmond, Ky. -- Gibson Bay",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": false,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "upcoming",
                            "tournament": null,
                            "sport": {
                              "id": 14,
                              "title": "Women's Golf",
                              "abbreviation": "WGOLF",
                              "shortname": "wgolf",
                              "short_title": "WGOLF",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "wgolf",
                              "gender": "f",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Event"
                            },
                            "schedule": {
                              "id": 2326,
                              "title": "2023-24 Women's Golf Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2326"
                            },
                            "opponent": {
                              "id": 14,
                              "prefix": null,
                              "name": "Colonel Classic",
                              "title": "Colonel Classic",
                              "image": "/images/logos/eku_logo.png"
                            },
                            "media": {
                              "video": null,
                              "video_text": null,
                              "audio": null,
                              "audio_text": null,
                              "stats": "https://results.golfstat.com/public/leaderboards/gsnav.cfm?pg=team&tid=28937",
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": null,
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": null,
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": null,
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": null,
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": null,
                              "content_id": "",
                              "content_title": null,
                              "content_date": null,
                              "content_url": "",
                              "content_image_url": null,
                              "date": null
                            },
                            "result": {
                              "game_id": 14240,
                              "status": null,
                              "team_score": null,
                              "opponent_score": null,
                              "prescore": null,
                              "postscore": null,
                              "bid": "3DUhHm%2bxIn35nOTuieTtBw%3d%3d",
                              "boxscore": null,
                              "line_scores": null
                            },
                            "game_facility": null,
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }, {
                            "id": 14369,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-04-02T16:00:00",
                            "end_date": null,
                            "date_utc": "2024-04-02T20:00:00Z",
                            "end_date_utc": null,
                            "time": "4PM ET (3PM CT)",
                            "is_doubleheader": false,
                            "allday": false,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "A",
                            "location_indicator": "A",
                            "neutral_hometeam": false,
                            "location": "Charleston, IL",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": false,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "upcoming",
                            "tournament": null,
                            "sport": {
                              "id": 1,
                              "title": "Baseball",
                              "abbreviation": "BB",
                              "shortname": "baseball",
                              "short_title": "BASE",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "baseball",
                              "gender": "m",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Game"
                            },
                            "schedule": {
                              "id": 2331,
                              "title": "2024 Baseball Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2331"
                            },
                            "opponent": {
                              "id": 12,
                              "prefix": null,
                              "name": "Eastern Illinois University",
                              "title": "Eastern Illinois University",
                              "image": "/images/logos/EIU.png"
                            },
                            "media": {
                              "video": null,
                              "video_text": null,
                              "audio": null,
                              "audio_text": null,
                              "stats": "https://www.statbroadcast.com/events/statbroadcast.php?t=1&gid=butl",
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": null,
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": null,
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": null,
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": null,
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": null,
                              "content_id": "",
                              "content_title": null,
                              "content_date": null,
                              "content_url": "",
                              "content_image_url": null,
                              "date": null
                            },
                            "result": {
                              "game_id": 14369,
                              "status": null,
                              "team_score": null,
                              "opponent_score": null,
                              "prescore": null,
                              "postscore": null,
                              "bid": "pFkuvHC45p3Dvpto6atIRA%3d%3d",
                              "boxscore": null,
                              "line_scores": null
                            },
                            "game_facility": null,
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }, {
                            "id": 14336,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-04-03T13:00:00",
                            "end_date": null,
                            "date_utc": "2024-04-03T17:00:00Z",
                            "end_date_utc": null,
                            "time": "1PM ET / 12PM CT",
                            "is_doubleheader": false,
                            "allday": false,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "A",
                            "location_indicator": "A",
                            "neutral_hometeam": false,
                            "location": "Milwaukee, Wis.",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": true,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "upcoming",
                            "tournament": null,
                            "sport": {
                              "id": 15,
                              "title": "Women's Lacrosse",
                              "abbreviation": "WLAX",
                              "shortname": "wlax",
                              "short_title": "WLAX",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "wlax",
                              "gender": "f",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Game"
                            },
                            "schedule": {
                              "id": 2330,
                              "title": "2024 Women's Lacrosse Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2330"
                            },
                            "opponent": {
                              "id": 171,
                              "prefix": null,
                              "name": "Marquette",
                              "title": "Marquette",
                              "image": "/images/logos/Marquette_.png"
                            },
                            "media": {
                              "video": null,
                              "video_text": null,
                              "audio": null,
                              "audio_text": null,
                              "stats": null,
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": null,
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": null,
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": null,
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": null,
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": null,
                              "content_id": "",
                              "content_title": null,
                              "content_date": null,
                              "content_url": "",
                              "content_image_url": null,
                              "date": null
                            },
                            "result": {
                              "game_id": 14336,
                              "status": null,
                              "team_score": null,
                              "opponent_score": null,
                              "prescore": null,
                              "postscore": null,
                              "bid": "ZEHMC627PwHJ0w14s6t0kQ%3d%3d",
                              "boxscore": null,
                              "line_scores": null
                            },
                            "game_facility": null,
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }, {
                            "id": 14557,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-04-03T14:00:00",
                            "end_date": null,
                            "date_utc": "2024-04-03T18:00:00Z",
                            "end_date_utc": null,
                            "time": "2PM",
                            "is_doubleheader": false,
                            "allday": false,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "A",
                            "location_indicator": "H",
                            "neutral_hometeam": false,
                            "location": "Indianapolis, Ind.",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": false,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "upcoming",
                            "tournament": null,
                            "sport": {
                              "id": 8,
                              "title": "Men's Tennis",
                              "abbreviation": "MTEN",
                              "shortname": "mten",
                              "short_title": "MTEN",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "mten",
                              "gender": "m",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Match"
                            },
                            "schedule": {
                              "id": 2329,
                              "title": "2023-24 Men's Tennis Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2329"
                            },
                            "opponent": {
                              "id": 186,
                              "prefix": null,
                              "name": "IUPUI",
                              "title": "IUPUI",
                              "image": "/images/logos/IUPUI.png"
                            },
                            "media": {
                              "video": null,
                              "video_text": null,
                              "audio": null,
                              "audio_text": null,
                              "stats": null,
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": null,
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": null,
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": null,
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": null,
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": null,
                              "content_id": "",
                              "content_title": null,
                              "content_date": null,
                              "content_url": "",
                              "content_image_url": null,
                              "date": null
                            },
                            "result": {
                              "game_id": 14557,
                              "status": null,
                              "team_score": null,
                              "opponent_score": null,
                              "prescore": null,
                              "postscore": null,
                              "bid": "ZZca4L46nnintxaoLVdZnw%3d%3d",
                              "boxscore": null,
                              "line_scores": null
                            },
                            "game_facility": {
                              "id": 13,
                              "title": "Outdoor Tennis Courts",
                              "url": "/facilities/?id=13"
                            },
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }, {
                            "id": 14459,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-04-03T15:00:00",
                            "end_date": null,
                            "date_utc": "2024-04-03T19:00:00Z",
                            "end_date_utc": null,
                            "time": "3PM",
                            "is_doubleheader": false,
                            "allday": false,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "A",
                            "location_indicator": "A",
                            "neutral_hometeam": false,
                            "location": "Dayton, Ohio",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": false,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "upcoming",
                            "tournament": null,
                            "sport": {
                              "id": 10,
                              "title": "Softball",
                              "abbreviation": "SB",
                              "shortname": "softball",
                              "short_title": "SB",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "softball",
                              "gender": "f",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Game"
                            },
                            "schedule": {
                              "id": 2332,
                              "title": "2024 Softball Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2332"
                            },
                            "opponent": {
                              "id": 29,
                              "prefix": null,
                              "name": "Dayton",
                              "title": "Dayton",
                              "image": "/images/logos/Dayton_1Color.png"
                            },
                            "media": {
                              "video": null,
                              "video_text": null,
                              "audio": null,
                              "audio_text": null,
                              "stats": null,
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": null,
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": null,
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": null,
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": null,
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": null,
                              "content_id": "",
                              "content_title": null,
                              "content_date": null,
                              "content_url": "",
                              "content_image_url": null,
                              "date": null
                            },
                            "result": {
                              "game_id": 14459,
                              "status": null,
                              "team_score": null,
                              "opponent_score": null,
                              "prescore": null,
                              "postscore": null,
                              "bid": "thPvTga07SxBr0Ry6%2bW3pg%3d%3d",
                              "boxscore": null,
                              "line_scores": null
                            },
                            "game_facility": null,
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }],
                          "mode": "web"
                        };
                        if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                        window.sidearmComponents.push(obj);
                      </script>
                      <events-component params="{ id: '9b5b1995-8956-42b7-a30d-e3a4e64293b9' }"><!--ko if: name() === 'events'-->
                        <!-- ko if: !data().length --><!-- /ko -->
                        <div class="component c-events c-events--list flex">
                          <div class="c-events__list flex-item-1" data-bind="fastForEach: data">
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Men's Golf versus Don Benbow Butler Spring Invitational on 4/1/2024 at ">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'upcoming' -->
                              <div class="c-events__date-time">
                                <!-- ko if: isLive() --><!-- /ko -->
                                <!-- ko if: !isLive() -->
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Apr 1</span>
                                <span class="c-events__date-time-divider" data-bind="if: date &amp;&amp; time"></span>
                                <span class="c-events__time" data-bind="text: time, format: 'hh:mm A z'" )=""></span>
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <!-- ko if: type === 'recent' --><!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="c-events__body-col flex-item-1">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="65">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Men's Golf</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' --><!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/Butler-Bulldog.png?width=24"
                                        alt="Don Benbow Butler Spring Invitational" src="/images/logos/Butler-Bulldog.png?width=24">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'vs. ' + opponent.title">vs. Don Benbow Butler Spring Invitational</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) -->
                                <button type="button" class="c-events__toggle" data-bind="click: toggleGame, css: {'is-toggled': selected()}, attr: { 
                'aria-expanded': selected() ? 'true' : 'false'
            },
            event: {
                keyup: function(data, event) {
                    if(event.key == 'Enter') {
                        toggleGame()
                    }
                    if(event.key == 'Escape') {
                        closeGame();
                    }
                }
            }" aria-label="Toggle game links" aria-expanded="false">
                                  <span class="sf-plus sidearm-icon" aria-hidden="true"></span>
                                </button>
                                <div class="c-events__overlay" data-bind="css: {'is-open': selected()}, event: {
                keyup: function(data, event) {
                    if(event.key == 'Escape') {
                        closeGame();
                        $(event.target).closest('.slick-slide').find('[class*=&quot;__toggle&quot;]').focus();
                    }
                }
            }">
                                  <ul class="c-events__media reset-list flex">
                                    <!-- ko if: type === 'upcoming' -->
                                    <!-- ko if: media.audio --><!-- /ko -->
                                    <!-- ko if: media.video --><!-- /ko -->
                                    <!-- ko if: media.stats -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: media.stats }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="https://www.golfgenius.com/pages/10451438518684112857">
                                      <span aria-hidden="true" class="sf-stats sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Live stats for <span data-bind="text: sport.title">Men's Golf</span> <span data-bind="text: atVs">vs</span> <span data-bind="text: opponent.title">Don Benbow Butler Spring Invitational</span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">April 1, 2024</span> at <span data-bind="text: time"></span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- ko if: media.tickets --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: type === 'recent' --><!-- /ko -->
                                  </ul>
                                </div>
                                <!-- /ko -->
                              </div>
                            </div>
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Women's Golf versus Colonel Classic on 4/1/2024 at ">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'upcoming' -->
                              <div class="c-events__date-time">
                                <!-- ko if: isLive() --><!-- /ko -->
                                <!-- ko if: !isLive() -->
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Apr 1</span>
                                <span class="c-events__date-time-divider" data-bind="if: date &amp;&amp; time"></span>
                                <span class="c-events__time" data-bind="text: time, format: 'hh:mm A z'" )=""></span>
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <!-- ko if: type === 'recent' --><!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="c-events__body-col flex-item-1">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/eku_logo.png?width=24" alt="Colonel Classic"
                                        src="/images/logos/eku_logo.png?width=24">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'at ' + opponent.title">at Colonel Classic</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="66">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Women's Golf</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) -->
                                <button type="button" class="c-events__toggle" data-bind="click: toggleGame, css: {'is-toggled': selected()}, attr: { 
                'aria-expanded': selected() ? 'true' : 'false'
            },
            event: {
                keyup: function(data, event) {
                    if(event.key == 'Enter') {
                        toggleGame()
                    }
                    if(event.key == 'Escape') {
                        closeGame();
                    }
                }
            }" aria-label="Toggle game links" aria-expanded="false">
                                  <span class="sf-plus sidearm-icon" aria-hidden="true"></span>
                                </button>
                                <div class="c-events__overlay" data-bind="css: {'is-open': selected()}, event: {
                keyup: function(data, event) {
                    if(event.key == 'Escape') {
                        closeGame();
                        $(event.target).closest('.slick-slide').find('[class*=&quot;__toggle&quot;]').focus();
                    }
                }
            }">
                                  <ul class="c-events__media reset-list flex">
                                    <!-- ko if: type === 'upcoming' -->
                                    <!-- ko if: media.audio --><!-- /ko -->
                                    <!-- ko if: media.video --><!-- /ko -->
                                    <!-- ko if: media.stats -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: media.stats }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="https://results.golfstat.com/public/leaderboards/gsnav.cfm?pg=team&amp;tid=28937">
                                      <span aria-hidden="true" class="sf-stats sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Live stats for <span data-bind="text: sport.title">Women's Golf</span> <span data-bind="text: atVs">at</span> <span data-bind="text: opponent.title">Colonel Classic</span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">April 1, 2024</span> at <span data-bind="text: time"></span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- ko if: media.tickets --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: type === 'recent' --><!-- /ko -->
                                  </ul>
                                </div>
                                <!-- /ko -->
                              </div>
                            </div>
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Baseball versus Eastern Illinois University on 4/2/2024 at 4PM ET (3PM CT)">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'upcoming' -->
                              <div class="c-events__date-time">
                                <!-- ko if: isLive() --><!-- /ko -->
                                <!-- ko if: !isLive() -->
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Apr 2</span>
                                <span class="c-events__date-time-divider" data-bind="if: date &amp;&amp; time"> | </span>
                                <span class="c-events__time" data-bind="text: time, format: 'hh:mm A z'" )="">4PM ET (3PM CT)</span>
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <!-- ko if: type === 'recent' --><!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="c-events__body-col flex-item-1">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/EIU.png?width=24" alt="Eastern Illinois University"
                                        src="/images/logos/EIU.png?width=24">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'at ' + opponent.title">at Eastern Illinois University</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="67">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Baseball</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) -->
                                <button type="button" class="c-events__toggle" data-bind="click: toggleGame, css: {'is-toggled': selected()}, attr: { 
                'aria-expanded': selected() ? 'true' : 'false'
            },
            event: {
                keyup: function(data, event) {
                    if(event.key == 'Enter') {
                        toggleGame()
                    }
                    if(event.key == 'Escape') {
                        closeGame();
                    }
                }
            }" aria-label="Toggle game links" aria-expanded="false">
                                  <span class="sf-plus sidearm-icon" aria-hidden="true"></span>
                                </button>
                                <div class="c-events__overlay" data-bind="css: {'is-open': selected()}, event: {
                keyup: function(data, event) {
                    if(event.key == 'Escape') {
                        closeGame();
                        $(event.target).closest('.slick-slide').find('[class*=&quot;__toggle&quot;]').focus();
                    }
                }
            }">
                                  <ul class="c-events__media reset-list flex">
                                    <!-- ko if: type === 'upcoming' -->
                                    <!-- ko if: media.audio --><!-- /ko -->
                                    <!-- ko if: media.video --><!-- /ko -->
                                    <!-- ko if: media.stats -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: media.stats }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="https://www.statbroadcast.com/events/statbroadcast.php?t=1&amp;gid=butl">
                                      <span aria-hidden="true" class="sf-stats sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Live stats for <span data-bind="text: sport.title">Baseball</span> <span data-bind="text: atVs">at</span> <span data-bind="text: opponent.title">Eastern Illinois University</span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">April 2, 2024</span> at <span data-bind="text: time">4PM ET (3PM CT)</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- ko if: media.tickets --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: type === 'recent' --><!-- /ko -->
                                  </ul>
                                </div>
                                <!-- /ko -->
                              </div>
                            </div>
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Women's Lacrosse versus Marquette on 4/3/2024 at 1PM ET / 12PM CT">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'upcoming' -->
                              <div class="c-events__date-time">
                                <!-- ko if: isLive() --><!-- /ko -->
                                <!-- ko if: !isLive() -->
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Apr 3</span>
                                <span class="c-events__date-time-divider" data-bind="if: date &amp;&amp; time"> | </span>
                                <span class="c-events__time" data-bind="text: time, format: 'hh:mm A z'" )="">1PM ET / 12PM CT</span>
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <!-- ko if: type === 'recent' --><!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="c-events__body-col flex-item-1">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/Marquette_.png?width=24" alt="Marquette"
                                        src="/images/logos/Marquette_.png?width=24">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'at ' + opponent.title">at Marquette</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="68">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Women's Lacrosse</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) --><!-- /ko -->
                              </div>
                            </div>
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Men's Tennis versus IUPUI on 4/3/2024 at 2PM">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'upcoming' -->
                              <div class="c-events__date-time">
                                <!-- ko if: isLive() --><!-- /ko -->
                                <!-- ko if: !isLive() -->
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Apr 3</span>
                                <span class="c-events__date-time-divider" data-bind="if: date &amp;&amp; time"> | </span>
                                <span class="c-events__time" data-bind="text: time, format: 'hh:mm A z'" )="">2PM</span>
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <!-- ko if: type === 'recent' --><!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="c-events__body-col flex-item-1">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="69">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Men's Tennis</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' --><!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/IUPUI.png?width=24" alt="IUPUI"
                                        src="/images/logos/IUPUI.png?width=24">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'vs. ' + opponent.title">vs. IUPUI</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) --><!-- /ko -->
                              </div>
                            </div>
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Softball versus Dayton on 4/3/2024 at 3PM">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'upcoming' -->
                              <div class="c-events__date-time">
                                <!-- ko if: isLive() --><!-- /ko -->
                                <!-- ko if: !isLive() -->
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Apr 3</span>
                                <span class="c-events__date-time-divider" data-bind="if: date &amp;&amp; time"> | </span>
                                <span class="c-events__time" data-bind="text: time, format: 'hh:mm A z'" )="">3PM</span>
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <!-- ko if: type === 'recent' --><!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="c-events__body-col flex-item-1">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/Dayton_1Color.png?width=24" alt="Dayton"
                                        src="/images/logos/Dayton_1Color.png?width=24">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'at ' + opponent.title">at Dayton</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyloaded" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="70">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Softball</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' --><!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) --><!-- /ko -->
                              </div>
                            </div>
                          </div>
                        </div>
                        <!--/ko-->
                      </events-component>
                    </section>
                    <section class="s-events s-top__tabset-tab s-top__tabset-tab--results ui-tabs-panel ui-corner-bottom ui-widget-content" id="results" aria-labelledby="ui-id-2" role="tabpanel" aria-hidden="true" style="display: none;">
                      <h2 class="hide" id="h2_results">Results</h2>
                      <script>
                        var obj = {
                          "start": 0,
                          "count": 6,
                          "name": "results",
                          "sport_id": null,
                          "count_breakpoints": "[{\"breakpoint\":0,\"count\":4},{\"breakpoint\":1025,\"count\":6}]",
                          "css_class": "",
                          "pinned_id": "",
                          "extra": {
                            "school_name": "Butler University"
                          },
                          "context": null,
                          "dummy": false,
                          "type": "results",
                          "id": "ec62d2cb-8efd-402e-96eb-342ae22760fb",
                          "data": [{
                            "id": 14368,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-03-30T18:00:00",
                            "end_date": null,
                            "date_utc": "2024-03-30T22:00:00Z",
                            "end_date_utc": null,
                            "time": "6 PM",
                            "is_doubleheader": false,
                            "allday": false,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "O",
                            "location_indicator": "A",
                            "neutral_hometeam": false,
                            "location": "Bloomington, Ind.",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": false,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "recent",
                            "tournament": null,
                            "sport": {
                              "id": 1,
                              "title": "Baseball",
                              "abbreviation": "BB",
                              "shortname": "baseball",
                              "short_title": "BASE",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "baseball",
                              "gender": "m",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Game"
                            },
                            "schedule": {
                              "id": 2331,
                              "title": "2024 Baseball Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2331"
                            },
                            "opponent": {
                              "id": 179,
                              "prefix": null,
                              "name": "Indiana ",
                              "title": "Indiana ",
                              "image": "/images/logos/Indiana-University.png"
                            },
                            "media": {
                              "video": "https://www.bigtenplus.com/en-int/livestream/butler-at-indiana/1718870",
                              "video_text": null,
                              "audio": "https://iuhoosiers.com/watch/?Live=4391&type=Live",
                              "audio_text": null,
                              "stats": "https://stats.statbroadcast.com/broadcast/?id=499360",
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": "BTN+",
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": [{
                                "css_class": null,
                                "title": "PDF Box Score",
                                "url": "/documents/2024/3/31/2024_Butler_Baseball_-_Indiana_-_Series_Game_4_-_033024.pdf"
                              }],
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": "Saturday's Come-From-Behind Win Earns Butler the Series Split with Indiana",
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": "/images/2024/3/7/_DSC5791_t8oB2.jpg",
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "/news/2024/3/30/baseball-saturdays-come-from-behind-win-earns-butler-the-series-split-with-indiana.aspx",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": 30332,
                              "content_id": "30332",
                              "content_title": "Saturday's Come-From-Behind Win Earns Butler the Series Split with Indiana",
                              "content_date": "2024-03-31T01:04:57.613",
                              "content_url": "http://butlersports.com/news/2024/3/30/baseball-saturdays-come-from-behind-win-earns-butler-the-series-split-with-indiana.aspx",
                              "content_image_url": "http://butlersports.com/images/2024/3/7/_DSC5791_t8oB2.jpg",
                              "date": "2024-03-31T01:04:57.613"
                            },
                            "result": {
                              "game_id": 14368,
                              "status": "W",
                              "team_score": "8",
                              "opponent_score": "5",
                              "prescore": null,
                              "postscore": null,
                              "bid": "353BnNj%2b8JqrcvfikDSVoA%3d%3d",
                              "boxscore": "/boxscore.aspx?id=14368",
                              "line_scores": {
                                "game_winner": "A",
                                "this_team_is_home_team": false,
                                "home_full_name": "Indiana",
                                "home_short_name": "IND",
                                "away_full_name": "Butler",
                                "away_short_name": "BUT",
                                "period_label": "Inning",
                                "periods": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "F"],
                                "period_home_score": ["0", "0", "0", "4", "0", "1", "0", "0", "0", "5"],
                                "period_away_score": ["0", "0", "1", "0", "2", "0", "2", "0", "3", "8"]
                              }
                            },
                            "game_facility": null,
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }, {
                            "id": 14367,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-03-30T14:00:00",
                            "end_date": null,
                            "date_utc": "2024-03-30T18:00:00Z",
                            "end_date_utc": null,
                            "time": "2 PM",
                            "is_doubleheader": false,
                            "allday": false,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "O",
                            "location_indicator": "A",
                            "neutral_hometeam": false,
                            "location": "Bloomington, Ind.",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": false,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "recent",
                            "tournament": null,
                            "sport": {
                              "id": 1,
                              "title": "Baseball",
                              "abbreviation": "BB",
                              "shortname": "baseball",
                              "short_title": "BASE",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "baseball",
                              "gender": "m",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Game"
                            },
                            "schedule": {
                              "id": 2331,
                              "title": "2024 Baseball Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2331"
                            },
                            "opponent": {
                              "id": 179,
                              "prefix": null,
                              "name": "Indiana ",
                              "title": "Indiana ",
                              "image": "/images/logos/Indiana-University.png"
                            },
                            "media": {
                              "video": "https://www.bigtenplus.com/en-int/livestream/butler-at-indiana/1718843",
                              "video_text": null,
                              "audio": "https://iuhoosiers.com/watch/?Live=4391&type=Live",
                              "audio_text": null,
                              "stats": "https://stats.statbroadcast.com/broadcast/?id=499359",
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": "BTN+",
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": [{
                                "css_class": null,
                                "title": "PDF Box Score",
                                "url": "/documents/2024/3/31/2024_Butler_Baseball_-_Indiana_-_Series_Game_3_-_033024.pdf"
                              }],
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": "Saturday's Come-From-Behind Win Earns Butler the Series Split with Indiana",
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": "/images/2024/3/7/_DSC5791_t8oB2.jpg",
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "/news/2024/3/30/baseball-saturdays-come-from-behind-win-earns-butler-the-series-split-with-indiana.aspx",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": 30332,
                              "content_id": "30332",
                              "content_title": "Saturday's Come-From-Behind Win Earns Butler the Series Split with Indiana",
                              "content_date": "2024-03-31T01:04:57.613",
                              "content_url": "http://butlersports.com/news/2024/3/30/baseball-saturdays-come-from-behind-win-earns-butler-the-series-split-with-indiana.aspx",
                              "content_image_url": "http://butlersports.com/images/2024/3/7/_DSC5791_t8oB2.jpg",
                              "date": "2024-03-31T01:04:57.613"
                            },
                            "result": {
                              "game_id": 14367,
                              "status": "L",
                              "team_score": "3",
                              "opponent_score": "22",
                              "prescore": null,
                              "postscore": null,
                              "bid": "q4yklXD9VvwRCeyb6rTiqA%3d%3d",
                              "boxscore": "/boxscore.aspx?id=14367",
                              "line_scores": {
                                "game_winner": "H",
                                "this_team_is_home_team": false,
                                "home_full_name": "Indiana",
                                "home_short_name": "IND",
                                "away_full_name": "Butler",
                                "away_short_name": "BUT",
                                "period_label": "Inning",
                                "periods": ["1", "2", "3", "4", "5", "6", "7", "F"],
                                "period_home_score": ["6", "4", "4", "0", "5", "3", "X", "22"],
                                "period_away_score": ["0", "2", "0", "0", "0", "1", "0", "3"]
                              }
                            },
                            "game_facility": null,
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }, {
                            "id": 14335,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-03-30T12:00:00",
                            "end_date": null,
                            "date_utc": "2024-03-30T16:00:00Z",
                            "end_date_utc": null,
                            "time": "12PM",
                            "is_doubleheader": false,
                            "allday": false,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "O",
                            "location_indicator": "H",
                            "neutral_hometeam": false,
                            "location": "Indianapolis, Ind.",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": true,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "recent",
                            "tournament": null,
                            "sport": {
                              "id": 15,
                              "title": "Women's Lacrosse",
                              "abbreviation": "WLAX",
                              "shortname": "wlax",
                              "short_title": "WLAX",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "wlax",
                              "gender": "f",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Game"
                            },
                            "schedule": {
                              "id": 2330,
                              "title": "2024 Women's Lacrosse Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2330"
                            },
                            "opponent": {
                              "id": 72,
                              "prefix": null,
                              "name": "Villanova",
                              "title": "Villanova",
                              "image": "/images/logos/Villanova.png"
                            },
                            "media": {
                              "video": "https://flosports.link/3W2lFaH",
                              "video_text": null,
                              "audio": null,
                              "audio_text": null,
                              "stats": "https://www.statbroadcast.com/events/statbroadcast.php?t=1&gid=butl",
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": "FloSports",
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": [{
                                "css_class": null,
                                "title": "PDF Results",
                                "url": "/documents/2024/3/30/2024_Butler_W_Lacrosse_-_Villanova_-_Box_-_033024.pdf"
                              }],
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": "@ButlerWLacrosse Faces Loss to BIG EAST Member Villanova",
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": "/images/2024/3/30/NZ9_2042.jpeg",
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "/news/2024/3/30/womens-lacrosse-butlerwlacrosse-faces-loss-to-big-east-member-villanova.aspx",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": 30329,
                              "content_id": "30329",
                              "content_title": "@ButlerWLacrosse Faces Loss to BIG EAST Member Villanova",
                              "content_date": "2024-03-30T19:35:58.133",
                              "content_url": "http://butlersports.com/news/2024/3/30/womens-lacrosse-butlerwlacrosse-faces-loss-to-big-east-member-villanova.aspx",
                              "content_image_url": "http://butlersports.com/images/2024/3/30/NZ9_2042.jpeg",
                              "date": "2024-03-30T19:35:58.133"
                            },
                            "result": {
                              "game_id": 14335,
                              "status": "L",
                              "team_score": "11",
                              "opponent_score": "16",
                              "prescore": "",
                              "postscore": "",
                              "bid": "BU1Ruw2YCezebOSUP1zkKg%3d%3d",
                              "boxscore": "/boxscore.aspx?id=14335",
                              "line_scores": {
                                "game_winner": "A",
                                "this_team_is_home_team": false,
                                "home_full_name": "Butler",
                                "home_short_name": "BU",
                                "away_full_name": "Villanova",
                                "away_short_name": "VU",
                                "period_label": "Period",
                                "periods": ["1", "2", "3", "4", "F"],
                                "period_home_score": ["2", "5", "4", "0", "11"],
                                "period_away_score": ["4", "5", "3", "4", "16"]
                              }
                            },
                            "game_facility": {
                              "id": 3,
                              "title": "Varsity Field",
                              "url": "/sports/2016/5/19/information-facilities-canal-field.aspx"
                            },
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }, {
                            "id": 14457,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-03-30T11:00:00",
                            "end_date": null,
                            "date_utc": "2024-03-30T15:00:00Z",
                            "end_date_utc": null,
                            "time": "11AM",
                            "is_doubleheader": false,
                            "allday": false,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "O",
                            "location_indicator": "H",
                            "neutral_hometeam": false,
                            "location": "Indianapolis, Ind.",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": true,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "recent",
                            "tournament": null,
                            "sport": {
                              "id": 10,
                              "title": "Softball",
                              "abbreviation": "SB",
                              "shortname": "softball",
                              "short_title": "SB",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "softball",
                              "gender": "f",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Game"
                            },
                            "schedule": {
                              "id": 2332,
                              "title": "2024 Softball Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2332"
                            },
                            "opponent": {
                              "id": 103,
                              "prefix": null,
                              "name": "Seton Hall",
                              "title": "Seton Hall",
                              "image": "/images/logos/Seton-Hall.png"
                            },
                            "media": {
                              "video": "https://flosports.link/42bUMGd",
                              "video_text": "Watch",
                              "audio": null,
                              "audio_text": null,
                              "stats": "http://bit.ly/3ZLhzXz",
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": "FloSports/BEDN",
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": [{
                                "css_class": null,
                                "title": "PDF results",
                                "url": "/documents/2024/3/30/BU34SH_box.pdf"
                              }],
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": "@ButlerSoftball Controls Game Three with Seton Hall",
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": "/images/2024/3/30/1b.jpg",
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "/news/2024/3/30/-butlersoftball-controls-game-three-with-seton-hall.aspx",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": 30328,
                              "content_id": "30328",
                              "content_title": "@ButlerSoftball Controls Game Three with Seton Hall",
                              "content_date": "2024-03-30T18:48:10.29",
                              "content_url": "http://butlersports.com/news/2024/3/30/-butlersoftball-controls-game-three-with-seton-hall.aspx",
                              "content_image_url": "http://butlersports.com/images/2024/3/30/1b.jpg",
                              "date": "2024-03-30T18:48:10.29"
                            },
                            "result": {
                              "game_id": 14457,
                              "status": "W",
                              "team_score": "5",
                              "opponent_score": "2",
                              "prescore": "",
                              "postscore": "",
                              "bid": "NoGQuHoKIW1zIplUkJIAWA%3d%3d",
                              "boxscore": "/boxscore.aspx?id=14457",
                              "line_scores": null
                            },
                            "game_facility": {
                              "id": 11,
                              "title": "Softball Field",
                              "url": "/facilities/?id=11"
                            },
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }, {
                            "id": 14553,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-03-30T10:00:00",
                            "end_date": null,
                            "date_utc": "2024-03-30T14:00:00Z",
                            "end_date_utc": null,
                            "time": "10AM",
                            "is_doubleheader": false,
                            "allday": false,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "O",
                            "location_indicator": "H",
                            "neutral_hometeam": false,
                            "location": "Indianapolis, Ind.",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": false,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "recent",
                            "tournament": null,
                            "sport": {
                              "id": 18,
                              "title": "Women's Tennis",
                              "abbreviation": "WTEN",
                              "shortname": "wten",
                              "short_title": "WTEN",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "wten",
                              "gender": "f",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Match"
                            },
                            "schedule": {
                              "id": 2321,
                              "title": "2023-24 Women's Tennis Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2321"
                            },
                            "opponent": {
                              "id": 363,
                              "prefix": null,
                              "name": "Marian (Ind.)",
                              "title": "Marian (Ind.)",
                              "image": "/images/logos/marian-indiana_200px.png"
                            },
                            "media": {
                              "video": null,
                              "video_text": null,
                              "audio": null,
                              "audio_text": null,
                              "stats": null,
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": null,
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": null,
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": "@ButlerWTennis Sweeps Marian (Ind.) on Senior Day",
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": "/images/2024/3/30/NZ9_5941.jpeg",
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "/news/2024/3/30/womens-tennis-butlerwtennis-sweeps-marian-ind-on-senior-day.aspx",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": 30331,
                              "content_id": "30331",
                              "content_title": "@ButlerWTennis Sweeps Marian (Ind.) on Senior Day",
                              "content_date": "2024-03-30T22:13:00.223",
                              "content_url": "http://butlersports.com/news/2024/3/30/womens-tennis-butlerwtennis-sweeps-marian-ind-on-senior-day.aspx",
                              "content_image_url": "http://butlersports.com/images/2024/3/30/NZ9_5941.jpeg",
                              "date": "2024-03-30T22:13:00.223"
                            },
                            "result": {
                              "game_id": 14553,
                              "status": "W",
                              "team_score": "7",
                              "opponent_score": "0",
                              "prescore": "",
                              "postscore": "",
                              "bid": "OgQuwY64gGl8f63z%2bPSqJw%3d%3d",
                              "boxscore": null,
                              "line_scores": null
                            },
                            "game_facility": {
                              "id": 13,
                              "title": "Outdoor Tennis Courts",
                              "url": "/facilities/?id=13"
                            },
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }, {
                            "id": 14366,
                            "game_pregame_story_id": null,
                            "game_postgame_story_id": null,
                            "date": "2024-03-29T17:00:00",
                            "end_date": null,
                            "date_utc": "2024-03-29T21:00:00Z",
                            "end_date_utc": null,
                            "time": "5 PM",
                            "is_doubleheader": false,
                            "allday": false,
                            "tbd": false,
                            "team_prefix": "",
                            "status": "O",
                            "location_indicator": "A",
                            "neutral_hometeam": false,
                            "location": "Bloomington, Ind.",
                            "conference": "Big East Conference",
                            "conference_abbrev": "Big East",
                            "conference_logo": null,
                            "is_conference": false,
                            "show_atvs": true,
                            "is_spotlight": false,
                            "type": "recent",
                            "tournament": null,
                            "sport": {
                              "id": 1,
                              "title": "Baseball",
                              "abbreviation": "BB",
                              "shortname": "baseball",
                              "short_title": "BASE",
                              "global_sport_id": null,
                              "non_sport": false,
                              "show_at_vs": true,
                              "global_sport_shortname": "baseball",
                              "gender": "m",
                              "youtube": null,
                              "facebook": null,
                              "twitter": null,
                              "instagram": null,
                              "pinterest": null,
                              "tickets": null,
                              "global_sport_name_slug": null,
                              "url": null,
                              "ranking": null,
                              "game_synonym": "Game"
                            },
                            "schedule": {
                              "id": 2331,
                              "title": "2024 Baseball Schedule",
                              "url": "https://butlersports.com/schedule.aspx?schedule=2331"
                            },
                            "opponent": {
                              "id": 179,
                              "prefix": null,
                              "name": "Indiana ",
                              "title": "Indiana ",
                              "image": "/images/logos/Indiana-University.png"
                            },
                            "media": {
                              "video": "https://www.bigtenplus.com/en-int/livestream/butler-at-indiana/1718819",
                              "video_text": null,
                              "audio": "https://iuhoosiers.com/watch/?Live=4391&type=Live",
                              "audio_text": null,
                              "stats": "https://stats.statbroadcast.com/broadcast/?id=499358",
                              "tickets": null,
                              "game_note": null,
                              "game_promotion_name": null,
                              "tv": "BTN+",
                              "tv_image": null,
                              "tv_image_link": null,
                              "radio": null,
                              "custom1": null,
                              "custom2": null,
                              "custom3": null,
                              "gamefiles": [{
                                "css_class": null,
                                "title": "PDF Box Score",
                                "url": "/documents/2024/3/31/2024_Butler_Baseball_-_Indiana_-_Series_Game_2_-_032924.pdf"
                              }],
                              "program": null,
                              "program_text": null
                            },
                            "story": {
                              "title": "Indiana Takes Friday Result over Butler in Bloomington",
                              "title_in_rotator": false,
                              "sub_headline": null,
                              "teaser": null,
                              "type": null,
                              "byline": null,
                              "app_exclusive": false,
                              "sport_display": null,
                              "sport": null,
                              "sport_shortname": null,
                              "image_source": "/images/2024/3/7/_DSC5039_aBRAU.jpg",
                              "image_focal_point": null,
                              "image_alt_text": null,
                              "video": null,
                              "url": "/news/2024/3/29/baseball-indiana-takes-saturday-result-over-butler-in-bloomington.aspx",
                              "redirect_absolute_url": null,
                              "links": null,
                              "homepage_feed_template": null,
                              "game_id": null,
                              "games": null,
                              "gallery_id": null,
                              "writer": null,
                              "id": 30327,
                              "content_id": "30327",
                              "content_title": "Indiana Takes Friday Result over Butler in Bloomington",
                              "content_date": "2024-03-30T03:16:29.7",
                              "content_url": "http://butlersports.com/news/2024/3/29/baseball-indiana-takes-saturday-result-over-butler-in-bloomington.aspx",
                              "content_image_url": "http://butlersports.com/images/2024/3/7/_DSC5039_aBRAU.jpg",
                              "date": "2024-03-30T03:16:29.7"
                            },
                            "result": {
                              "game_id": 14366,
                              "status": "L",
                              "team_score": "2",
                              "opponent_score": "11",
                              "prescore": null,
                              "postscore": null,
                              "bid": "JktQ1tOiyzUn4A%2bDkN0K8A%3d%3d",
                              "boxscore": "/boxscore.aspx?id=14366",
                              "line_scores": {
                                "game_winner": "H",
                                "this_team_is_home_team": false,
                                "home_full_name": "Indiana",
                                "home_short_name": "IND",
                                "away_full_name": "Butler",
                                "away_short_name": "BUT",
                                "period_label": "Inning",
                                "periods": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "F"],
                                "period_home_score": ["1", "0", "0", "1", "3", "6", "0", "0", "X", "11"],
                                "period_away_score": ["0", "0", "0", "0", "2", "0", "0", "0", "0", "2"]
                              }
                            },
                            "game_facility": null,
                            "promotion": {
                              "name": null,
                              "link": null,
                              "image": null,
                              "caption": null
                            },
                            "event_image": {
                              "link": null,
                              "image": null,
                              "caption": null,
                              "alt_text": null
                            },
                            "pac_tickets": {
                              "stubhub_id": 0,
                              "ticketLink": null,
                              "ticket_range": null,
                              "stubhub_link": null,
                              "stubhub_range": null,
                              "seatgeek_link": null,
                              "isModified": 0
                            }
                          }],
                          "mode": "web"
                        };
                        if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                        window.sidearmComponents.push(obj);
                      </script>
                      <results-component params="{ id: 'ec62d2cb-8efd-402e-96eb-342ae22760fb' }"><!--ko if: name() === 'results'-->
                        <!-- ko if: !data().length --><!-- /ko -->
                        <div class="component c-events c-events--list flex">
                          <div class="c-events__list flex-item-1" data-bind="fastForEach: data">
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Baseball versus Indiana  on 3/30/2024 at 6 PM">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'recent' -->
                              <div class="c-events__date-time">
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Mar 30</span>
                                <span class="c-events__date-time-divider"> | </span>
                                <!-- ko switch-->
                                <!-- ko case: status === 'P' --><!-- /ko -->
                                <!-- ko case: status === 'C' --><!-- /ko -->
                                <!-- ko case: $else -->
                                <span class="c-events__time">Final</span>
                                <!-- /ko -->
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="flex-item-1 c-events__body-col">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyload" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/Indiana-University.png?width=24" alt="Indiana ">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'at ' + opponent.title">at Indiana </div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.opponent_score">5</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyload" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="71">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Baseball</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.team_score">8</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) -->
                                <button type="button" class="c-events__toggle" data-bind="click: toggleGame, css: {'is-toggled': selected()}, attr: { 
            'aria-expanded': selected() ? 'true' : 'false'
        },
        event: {
            keyup: function(data, event) {
                if(event.key == 'Enter') {
                    toggleGame()
                }
                if(event.key == 'Escape') {
                    closeGame();
                }
            }
        }" aria-label="Toggle game links" aria-expanded="false">
                                  <span class="sf-plus sidearm-icon" aria-hidden="true"></span>
                                </button>
                                <div class="c-events__overlay" data-bind="css: {'is-open': selected()}, , event: {
                keyup: function(data, event) {
                    if(event.key == 'Escape') {
                        closeGame();
                        $(event.target).closest('.slick-slide').find('[class*=&quot;__toggle&quot;]').focus();
                    }
                }
            }">
                                  <ul class="c-events__media reset-list flex">
                                    <!-- ko if: type === 'upcoming' --><!-- /ko -->
                                    <!-- ko if: type === 'recent' -->
                                    <!-- ko if: story.url -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: story.url }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/news/2024/3/30/baseball-saturdays-come-from-behind-win-earns-butler-the-series-split-with-indiana.aspx">
                                      <span aria-hidden="true" class="sf-loop sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Story recap for  <span data-bind="text: sport.title">Baseball</span> <span data-bind="text: atVs">at</span> <span data-bind="text: opponent.title">Indiana </span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 30, 2024</span> at <span data-bind="text: time">6 PM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- ko if: result.boxscore -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: result.boxscore }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/boxscore.aspx?id=14368">
                                      <span aria-hidden="true" class="sf-list-minimal sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Boxscore for <span data-bind="text: sport.title">Baseball</span> <span data-bind="text: atVs">at</span> <span data-bind="text: opponent.title">Indiana </span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 30, 2024</span> at <span data-bind="text: time">6 PM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- /ko -->
                                  </ul>
                                </div>
                                <!-- /ko -->
                              </div>
                            </div>
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Baseball versus Indiana  on 3/30/2024 at 2 PM">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'recent' -->
                              <div class="c-events__date-time">
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Mar 30</span>
                                <span class="c-events__date-time-divider"> | </span>
                                <!-- ko switch-->
                                <!-- ko case: status === 'P' --><!-- /ko -->
                                <!-- ko case: status === 'C' --><!-- /ko -->
                                <!-- ko case: $else -->
                                <span class="c-events__time">Final</span>
                                <!-- /ko -->
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="flex-item-1 c-events__body-col">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyload" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/Indiana-University.png?width=24" alt="Indiana ">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'at ' + opponent.title">at Indiana </div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.opponent_score">22</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyload" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="72">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Baseball</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.team_score">3</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) -->
                                <button type="button" class="c-events__toggle" data-bind="click: toggleGame, css: {'is-toggled': selected()}, attr: { 
            'aria-expanded': selected() ? 'true' : 'false'
        },
        event: {
            keyup: function(data, event) {
                if(event.key == 'Enter') {
                    toggleGame()
                }
                if(event.key == 'Escape') {
                    closeGame();
                }
            }
        }" aria-label="Toggle game links" aria-expanded="false">
                                  <span class="sf-plus sidearm-icon" aria-hidden="true"></span>
                                </button>
                                <div class="c-events__overlay" data-bind="css: {'is-open': selected()}, , event: {
                keyup: function(data, event) {
                    if(event.key == 'Escape') {
                        closeGame();
                        $(event.target).closest('.slick-slide').find('[class*=&quot;__toggle&quot;]').focus();
                    }
                }
            }">
                                  <ul class="c-events__media reset-list flex">
                                    <!-- ko if: type === 'upcoming' --><!-- /ko -->
                                    <!-- ko if: type === 'recent' -->
                                    <!-- ko if: story.url -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: story.url }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/news/2024/3/30/baseball-saturdays-come-from-behind-win-earns-butler-the-series-split-with-indiana.aspx">
                                      <span aria-hidden="true" class="sf-loop sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Story recap for  <span data-bind="text: sport.title">Baseball</span> <span data-bind="text: atVs">at</span> <span data-bind="text: opponent.title">Indiana </span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 30, 2024</span> at <span data-bind="text: time">2 PM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- ko if: result.boxscore -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: result.boxscore }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/boxscore.aspx?id=14367">
                                      <span aria-hidden="true" class="sf-list-minimal sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Boxscore for <span data-bind="text: sport.title">Baseball</span> <span data-bind="text: atVs">at</span> <span data-bind="text: opponent.title">Indiana </span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 30, 2024</span> at <span data-bind="text: time">2 PM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- /ko -->
                                  </ul>
                                </div>
                                <!-- /ko -->
                              </div>
                            </div>
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Women's Lacrosse versus Villanova on 3/30/2024 at 12PM">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'recent' -->
                              <div class="c-events__date-time">
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Mar 30</span>
                                <span class="c-events__date-time-divider"> | </span>
                                <!-- ko switch-->
                                <!-- ko case: status === 'P' --><!-- /ko -->
                                <!-- ko case: status === 'C' --><!-- /ko -->
                                <!-- ko case: $else -->
                                <span class="c-events__time">Final</span>
                                <!-- /ko -->
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="flex-item-1 c-events__body-col">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyload" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="73">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Women's Lacrosse</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.team_score">11</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' --><!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyload" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/Villanova.png?width=24" alt="Villanova">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'vs. ' + opponent.title">vs. Villanova</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.opponent_score">16</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) -->
                                <button type="button" class="c-events__toggle" data-bind="click: toggleGame, css: {'is-toggled': selected()}, attr: { 
            'aria-expanded': selected() ? 'true' : 'false'
        },
        event: {
            keyup: function(data, event) {
                if(event.key == 'Enter') {
                    toggleGame()
                }
                if(event.key == 'Escape') {
                    closeGame();
                }
            }
        }" aria-label="Toggle game links" aria-expanded="false">
                                  <span class="sf-plus sidearm-icon" aria-hidden="true"></span>
                                </button>
                                <div class="c-events__overlay" data-bind="css: {'is-open': selected()}, , event: {
                keyup: function(data, event) {
                    if(event.key == 'Escape') {
                        closeGame();
                        $(event.target).closest('.slick-slide').find('[class*=&quot;__toggle&quot;]').focus();
                    }
                }
            }">
                                  <ul class="c-events__media reset-list flex">
                                    <!-- ko if: type === 'upcoming' --><!-- /ko -->
                                    <!-- ko if: type === 'recent' -->
                                    <!-- ko if: story.url -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: story.url }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/news/2024/3/30/womens-lacrosse-butlerwlacrosse-faces-loss-to-big-east-member-villanova.aspx">
                                      <span aria-hidden="true" class="sf-loop sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Story recap for  <span data-bind="text: sport.title">Women's Lacrosse</span> <span data-bind="text: atVs">vs</span> <span data-bind="text: opponent.title">Villanova</span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 30, 2024</span> at <span data-bind="text: time">12PM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- ko if: result.boxscore -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: result.boxscore }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/boxscore.aspx?id=14335">
                                      <span aria-hidden="true" class="sf-list-minimal sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Boxscore for <span data-bind="text: sport.title">Women's Lacrosse</span> <span data-bind="text: atVs">vs</span> <span data-bind="text: opponent.title">Villanova</span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 30, 2024</span> at <span data-bind="text: time">12PM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- /ko -->
                                  </ul>
                                </div>
                                <!-- /ko -->
                              </div>
                            </div>
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Softball versus Seton Hall on 3/30/2024 at 11AM">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'recent' -->
                              <div class="c-events__date-time">
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Mar 30</span>
                                <span class="c-events__date-time-divider"> | </span>
                                <!-- ko switch-->
                                <!-- ko case: status === 'P' --><!-- /ko -->
                                <!-- ko case: status === 'C' --><!-- /ko -->
                                <!-- ko case: $else -->
                                <span class="c-events__time">Final</span>
                                <!-- /ko -->
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="flex-item-1 c-events__body-col">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyload" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="74">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Softball</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.team_score">5</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' --><!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyload" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/Seton-Hall.png?width=24" alt="Seton Hall">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'vs. ' + opponent.title">vs. Seton Hall</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.opponent_score">2</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) -->
                                <button type="button" class="c-events__toggle" data-bind="click: toggleGame, css: {'is-toggled': selected()}, attr: { 
            'aria-expanded': selected() ? 'true' : 'false'
        },
        event: {
            keyup: function(data, event) {
                if(event.key == 'Enter') {
                    toggleGame()
                }
                if(event.key == 'Escape') {
                    closeGame();
                }
            }
        }" aria-label="Toggle game links" aria-expanded="false">
                                  <span class="sf-plus sidearm-icon" aria-hidden="true"></span>
                                </button>
                                <div class="c-events__overlay" data-bind="css: {'is-open': selected()}, , event: {
                keyup: function(data, event) {
                    if(event.key == 'Escape') {
                        closeGame();
                        $(event.target).closest('.slick-slide').find('[class*=&quot;__toggle&quot;]').focus();
                    }
                }
            }">
                                  <ul class="c-events__media reset-list flex">
                                    <!-- ko if: type === 'upcoming' --><!-- /ko -->
                                    <!-- ko if: type === 'recent' -->
                                    <!-- ko if: story.url -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: story.url }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/news/2024/3/30/-butlersoftball-controls-game-three-with-seton-hall.aspx">
                                      <span aria-hidden="true" class="sf-loop sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Story recap for  <span data-bind="text: sport.title">Softball</span> <span data-bind="text: atVs">vs</span> <span data-bind="text: opponent.title">Seton Hall</span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 30, 2024</span> at <span data-bind="text: time">11AM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- ko if: result.boxscore -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: result.boxscore }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/boxscore.aspx?id=14457">
                                      <span aria-hidden="true" class="sf-list-minimal sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Boxscore for <span data-bind="text: sport.title">Softball</span> <span data-bind="text: atVs">vs</span> <span data-bind="text: opponent.title">Seton Hall</span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 30, 2024</span> at <span data-bind="text: time">11AM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- /ko -->
                                  </ul>
                                </div>
                                <!-- /ko -->
                              </div>
                            </div>
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Women's Tennis versus Marian (Ind.) on 3/30/2024 at 10AM">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'recent' -->
                              <div class="c-events__date-time">
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Mar 30</span>
                                <span class="c-events__date-time-divider"> | </span>
                                <!-- ko switch-->
                                <!-- ko case: status === 'P' --><!-- /ko -->
                                <!-- ko case: status === 'C' --><!-- /ko -->
                                <!-- ko case: $else -->
                                <span class="c-events__time">Final</span>
                                <!-- /ko -->
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="flex-item-1 c-events__body-col">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyload" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="75">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Women's Tennis</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.team_score">7</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' --><!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyload" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/marian-indiana_200px.png?width=24" alt="Marian (Ind.)">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'vs. ' + opponent.title">vs. Marian (Ind.)</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.opponent_score">0</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) -->
                                <button type="button" class="c-events__toggle" data-bind="click: toggleGame, css: {'is-toggled': selected()}, attr: { 
            'aria-expanded': selected() ? 'true' : 'false'
        },
        event: {
            keyup: function(data, event) {
                if(event.key == 'Enter') {
                    toggleGame()
                }
                if(event.key == 'Escape') {
                    closeGame();
                }
            }
        }" aria-label="Toggle game links" aria-expanded="false">
                                  <span class="sf-plus sidearm-icon" aria-hidden="true"></span>
                                </button>
                                <div class="c-events__overlay" data-bind="css: {'is-open': selected()}, , event: {
                keyup: function(data, event) {
                    if(event.key == 'Escape') {
                        closeGame();
                        $(event.target).closest('.slick-slide').find('[class*=&quot;__toggle&quot;]').focus();
                    }
                }
            }">
                                  <ul class="c-events__media reset-list flex">
                                    <!-- ko if: type === 'upcoming' --><!-- /ko -->
                                    <!-- ko if: type === 'recent' -->
                                    <!-- ko if: story.url -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: story.url }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/news/2024/3/30/womens-tennis-butlerwtennis-sweeps-marian-ind-on-senior-day.aspx">
                                      <span aria-hidden="true" class="sf-loop sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Story recap for  <span data-bind="text: sport.title">Women's Tennis</span> <span data-bind="text: atVs">vs</span> <span data-bind="text: opponent.title">Marian (Ind.)</span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 30, 2024</span> at <span data-bind="text: time">10AM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- ko if: result.boxscore --><!-- /ko -->
                                    <!-- /ko -->
                                  </ul>
                                </div>
                                <!-- /ko -->
                              </div>
                            </div>
                            <div class="c-events__item" tabindex="0" role="tab" data-bind="
      css: {
        'is-open': selected()
      },
      attr: {
        'aria-label': 'Game information for ' + $component.component.extra.school_name + ' ' + sport.title + ' versus ' + opponent.title + ' on ' + moment(date).format('M/D/YYYY') + ' at ' + time 
      }, 
      onEnter:function(){return false;}" aria-label="Game information for Butler University Baseball versus Indiana  on 3/29/2024 at 5 PM">
                              <!-- <div class="c-events__date" data-bind="formatDate:date, format:'MMM D'"></div> -->
                              <!-- ko if: type === 'recent' -->
                              <div class="c-events__date-time">
                                <span class="c-events__date" data-bind="formatDate:date, format:'MMM D'">Mar 29</span>
                                <span class="c-events__date-time-divider"> | </span>
                                <!-- ko switch-->
                                <!-- ko case: status === 'P' --><!-- /ko -->
                                <!-- ko case: status === 'C' --><!-- /ko -->
                                <!-- ko case: $else -->
                                <span class="c-events__time">Final</span>
                                <!-- /ko -->
                                <!-- /ko -->
                              </div>
                              <!-- /ko -->
                              <div class="c-events__body flex flex-align-center">
                                <div class="flex-item-1 c-events__body-col">
                                  <div class="c-events__team c-events__team--home flex flex-align-center">
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <!-- ko if: opponent.image -->
                                      <img class="c-events__team-logo lazyload" data-bind="attr: { 'data-src': opponent.image + '?width=24', alt: opponent.title }" data-src="/images/logos/Indiana-University.png?width=24" alt="Indiana ">
                                      <!-- /ko -->
                                      <!-- ko ifnot: opponent.image --><!-- /ko -->
                                    </div>
                                    <div class="c-events__team-name flex-item-1" data-bind="text: 'at ' + opponent.title">at Indiana </div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.opponent_score">11</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                  </div>
                                  <div class="c-events__team c-events__team--away flex flex-align-center">
                                    <!-- ko if: locationIndicator === 'A' -->
                                    <div class="c-events__team-logo-container">
                                      <img class="c-events__team-logo lazyload" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/nav_main.svg', alt: 'Butler logo'}"
                                        src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler logo" data-airgap-id="76">
                                    </div>
                                    <!-- <div class="c-events__team-name flex-item-1">School Name</div> -->
                                    <div class="c-events__sport flex-item-1" data-bind="text: sport.title">Baseball</div>
                                    <!-- ko if: type === 'recent' && result.status != 'N' -->
                                    <div class="c-events__team-score" data-bind="text: result.team_score">2</div>
                                    <!-- /ko -->
                                    <!-- ko if: type === 'upcoming' && liveStats() --><!-- /ko -->
                                    <!-- /ko -->
                                    <!-- ko if: locationIndicator !== 'A' --><!-- /ko -->
                                  </div>
                                </div>
                                <!-- ko if: result.status === "N"--><!-- /ko -->
                                <!-- ko if: (type === 'upcoming' && (media.audio || media.video || media.stats || media.tickets)) || (type === 'recent' && (story.url || result.boxscore)) -->
                                <button type="button" class="c-events__toggle" data-bind="click: toggleGame, css: {'is-toggled': selected()}, attr: { 
            'aria-expanded': selected() ? 'true' : 'false'
        },
        event: {
            keyup: function(data, event) {
                if(event.key == 'Enter') {
                    toggleGame()
                }
                if(event.key == 'Escape') {
                    closeGame();
                }
            }
        }" aria-label="Toggle game links" aria-expanded="false">
                                  <span class="sf-plus sidearm-icon" aria-hidden="true"></span>
                                </button>
                                <div class="c-events__overlay" data-bind="css: {'is-open': selected()}, , event: {
                keyup: function(data, event) {
                    if(event.key == 'Escape') {
                        closeGame();
                        $(event.target).closest('.slick-slide').find('[class*=&quot;__toggle&quot;]').focus();
                    }
                }
            }">
                                  <ul class="c-events__media reset-list flex">
                                    <!-- ko if: type === 'upcoming' --><!-- /ko -->
                                    <!-- ko if: type === 'recent' -->
                                    <!-- ko if: story.url -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: story.url }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/news/2024/3/29/baseball-indiana-takes-saturday-result-over-butler-in-bloomington.aspx">
                                      <span aria-hidden="true" class="sf-loop sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Story recap for  <span data-bind="text: sport.title">Baseball</span> <span data-bind="text: atVs">at</span> <span data-bind="text: opponent.title">Indiana </span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 29, 2024</span> at <span data-bind="text: time">5 PM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- ko if: result.boxscore -->
                                    <li class="c-events__media-item">
                                      <a class="c-events__media-link" data-bind="attr: { href: result.boxscore }, event: { 
                                    focus: function() { openGame(); }, 
                                    blur:  function() { closeGame(); } 
                                }" href="/boxscore.aspx?id=14366">
                                      <span aria-hidden="true" class="sf-list-minimal sidearm-icon"></span>
                                      <span class="accessible-hide">
                                          Boxscore for <span data-bind="text: sport.title">Baseball</span> <span data-bind="text: atVs">at</span> <span data-bind="text: opponent.title">Indiana </span> on <span data-bind="formatDate:date, format:'MMMM D, YYYY'">March 29, 2024</span> at <span data-bind="text: time">5 PM</span>
                                      </span>
                                  </a>
                                    </li>
                                    <!-- /ko -->
                                    <!-- /ko -->
                                  </ul>
                                </div>
                                <!-- /ko -->
                              </div>
                            </div>
                          </div>
                        </div>
                        <!--/ko-->
                      </results-component>
                    </section>
                  </div>
                </div>
                <div class="s-top__tabset-link">
                  <a href="calendar.aspx">View Calendar</a>
                </div>
              </div>
              <div class="s-top__right-promos">
                <script>
                  var obj = {
                    "start": 0,
                    "count": 10,
                    "name": "right-promo-slider-3cdc65",
                    "sport_id": null,
                    "count_breakpoints": null,
                    "css_class": "",
                    "pinned_id": "",
                    "extra": {},
                    "context": null,
                    "dummy": false,
                    "type": "ads",
                    "id": "8867be01-ef22-4840-8375-2130ac7c6f50",
                    "data": {
                      "location": {
                        "id": 150,
                        "title": "Right Promo Slider",
                        "type": "multi",
                        "effect": "slide",
                        "fixed_image_sizes": true,
                        "excluded_sport_ids": [],
                        "slick": true,
                        "dfp": false,
                        "sidearm_dfp": false,
                        "common_page": false,
                        "html_template": null,
                        "name": "right-promo-slider-3cdc65",
                        "autoplay_speed": 8,
                        "accessibility_icons": false,
                        "sizes": null,
                        "slick_options": [{
                          "id": 0,
                          "breakpoint": 0,
                          "arrows": true,
                          "dots": false,
                          "slides_to_show": 1,
                          "slides_to_scroll": 1,
                          "extra_options": "{pausable: true, autoplay:true, autoplaySpeed:8000}"
                        }],
                        "dfp_sizes": null
                      },
                      "campaigns": [{
                        "id": 1087,
                        "title": "TBT - All Good Dawgs",
                        "start_date": "2024-02-14T00:00:00",
                        "end_date": "2024-07-25T00:00:00",
                        "open_in_new_window": true,
                        "link": "/common/controls/adhandler.aspx?ad_id=1087&target=https://thetournament.com/tbt/teams/all-good-dawgs-butler-alumni/",
                        "icon": null,
                        "html": null,
                        "picture": {
                          "images": [{
                            "breakpoint": 1200,
                            "alt": "TBT at Hinkle",
                            "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/TBT.jpg",
                            "width": null,
                            "height": null
                          }]
                        },
                        "css_class": null,
                        "is_dummy": false,
                        "hover_text": null
                      }, {
                        "id": 1088,
                        "title": "WBIT",
                        "start_date": "2024-02-14T00:00:00",
                        "end_date": "2024-04-04T00:00:00",
                        "open_in_new_window": true,
                        "link": "/common/controls/adhandler.aspx?ad_id=1088&target=https://www.ncaa.com/championships/basketball-women/wbit",
                        "icon": null,
                        "html": null,
                        "picture": {
                          "images": [{
                            "breakpoint": 1200,
                            "alt": "WBIT",
                            "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/WBIT.jpg",
                            "width": null,
                            "height": null
                          }]
                        },
                        "css_class": null,
                        "is_dummy": false,
                        "hover_text": null
                      }, {
                        "id": 1089,
                        "title": "NIT",
                        "start_date": "2024-02-14T00:00:00",
                        "end_date": "2024-04-04T00:00:00",
                        "open_in_new_window": true,
                        "link": "/common/controls/adhandler.aspx?ad_id=1089&target=https://www.ncaa.com/championships/basketball-men/nit",
                        "icon": null,
                        "html": null,
                        "picture": {
                          "images": [{
                            "breakpoint": 1200,
                            "alt": "NIT",
                            "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/NIT.jpg",
                            "width": null,
                            "height": null
                          }]
                        },
                        "css_class": null,
                        "is_dummy": false,
                        "hover_text": null
                      }],
                      "content_id": "right-promo-slider-3cdc65",
                      "content_title": "right-promo-slider-3cdc65",
                      "content_date": null,
                      "content_url": null,
                      "content_image_url": null
                    },
                    "mode": "web"
                  };
                  if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                  window.sidearmComponents.push(obj);
                </script>
                <ads-component params="{ id: '8867be01-ef22-4840-8375-2130ac7c6f50' }"><!-- ko ifnot: isInitializing() -->
                  <!-- ko switch -->
                  <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'multi' -->
                  <!-- ko if: ad.location.effect === 'slide' || ad.location.effect === 'fade' -->
                  <div class="ads-container on-focus-outline slick-initialized slick-slider" data-bind="afterBind: { callback: function() { $component.slick($element, slickOptions) }, foreach: ad.campaigns }">
                    <div class="slick-list draggable" tabindex="0">
                      <div class="slick-track" style="opacity: 1; width: 1430px; transform: translate3d(-286px, 0px, 0px);">
                        <div class="ad multi-ad slick-slide slick-cloned" data-bind="css: css_class" data-slick-index="-1" aria-hidden="true" style="width: 286px;">
                          <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                          <!-- ko if: link !== '' && link !== '#' -->
                          <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="NIT" href="/common/controls/adhandler.aspx?ad_id=1089&amp;target=https://www.ncaa.com/championships/basketball-men/nit" title="NIT" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:1200px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/NIT.jpg" srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/NIT.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/NIT.jpg" alt="NIT" class=" lazyloaded" style="" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/NIT.jpg"></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                          <!-- /ko -->
                        </div>
                        <div class="ad multi-ad slick-slide slick-active" data-bind="css: css_class" data-slick-index="0" aria-hidden="false" style="width: 286px;">
                          <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                          <!-- ko if: link !== '' && link !== '#' -->
                          <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="TBT at Hinkle" href="/common/controls/adhandler.aspx?ad_id=1087&amp;target=https://thetournament.com/tbt/teams/all-good-dawgs-butler-alumni/" title="TBT - All Good Dawgs" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:1200px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/TBT.jpg" srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/TBT.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/TBT.jpg" alt="TBT at Hinkle" class=" lazyloaded" style="" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/TBT.jpg"></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                          <!-- /ko -->
                        </div>
                        <div class="ad multi-ad slick-slide" data-bind="css: css_class" data-slick-index="1" aria-hidden="true" style="width: 286px;">
                          <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                          <!-- ko if: link !== '' && link !== '#' -->
                          <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="WBIT" href="/common/controls/adhandler.aspx?ad_id=1088&amp;target=https://www.ncaa.com/championships/basketball-women/wbit" title="WBIT" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:1200px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/WBIT.jpg" srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/WBIT.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/WBIT.jpg" alt="WBIT" class=" lazyloaded" style="" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/WBIT.jpg"></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                          <!-- /ko -->
                        </div>
                        <div class="ad multi-ad slick-slide" data-bind="css: css_class" data-slick-index="2" aria-hidden="true" style="width: 286px;">
                          <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                          <!-- ko if: link !== '' && link !== '#' -->
                          <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="NIT" href="/common/controls/adhandler.aspx?ad_id=1089&amp;target=https://www.ncaa.com/championships/basketball-men/nit" title="NIT" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:1200px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/NIT.jpg" srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/NIT.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/NIT.jpg" alt="NIT" class=" lazyloaded" style="" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/NIT.jpg"></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                          <!-- /ko -->
                        </div>
                        <div class="ad multi-ad slick-slide slick-cloned" data-bind="css: css_class" data-slick-index="3" aria-hidden="true" style="width: 286px;">
                          <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                          <!-- ko if: link !== '' && link !== '#' -->
                          <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="TBT at Hinkle" href="/common/controls/adhandler.aspx?ad_id=1087&amp;target=https://thetournament.com/tbt/teams/all-good-dawgs-butler-alumni/" title="TBT - All Good Dawgs" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:1200px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/TBT.jpg" srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/TBT.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/TBT.jpg" alt="TBT at Hinkle" class=" lazyloaded" style="" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/2/14/TBT.jpg"></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                          <!-- /ko -->
                        </div>
                      </div>
                    </div>
                    <button type="button" data-role="none" class="slick-prev" aria-label="previous" style="display: block;">Previous</button><button type="button" data-role="none" class="slick-next" aria-label="next"
                      style="display: block;">Next</button><button type="button" aria-label="Pause" class="slick-pause-play slick-pause">Pause</button>
                  </div>
                  <!-- /ko -->
                  <!-- ko if: ad.location.effect === 'none' --><!-- /ko -->
                  <!-- ko if: ad.location.effect === 'random' --><!-- /ko -->
                  <!-- /ko -->
                  <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                  <!-- /ko -->
                  <!-- /ko -->
                </ads-component>
              </div>
              <section class="s-top__right-dfp s-dfp">
                <script>
                  var obj = {
                    "start": 0,
                    "count": 10,
                    "name": "sidearm-dfp-2",
                    "sport_id": null,
                    "count_breakpoints": null,
                    "css_class": "",
                    "pinned_id": "",
                    "extra": {},
                    "context": null,
                    "dummy": false,
                    "type": "ads",
                    "id": "2b0d8839-a042-4ec6-ac87-e04d1fc8ae88",
                    "data": {
                      "location": {
                        "id": 94,
                        "title": "SIDEARM DFP - Location 2",
                        "type": "dfp",
                        "effect": "none",
                        "fixed_image_sizes": false,
                        "excluded_sport_ids": [],
                        "slick": false,
                        "dfp": true,
                        "sidearm_dfp": true,
                        "common_page": false,
                        "html_template": null,
                        "name": "sidearm-dfp-2",
                        "autoplay_speed": 8,
                        "accessibility_icons": false,
                        "sizes": null,
                        "slick_options": null,
                        "dfp_sizes": [{
                          "id": 228,
                          "enabled": true,
                          "breakpoint": 0,
                          "width": 300,
                          "height": 250,
                          "size_list": null,
                          "unit_name": "//butler/sidearm-dfp-2",
                          "sidearm_dfp": null
                        }]
                      },
                      "campaigns": null,
                      "content_id": "sidearm-dfp-2",
                      "content_title": "sidearm-dfp-2",
                      "content_date": null,
                      "content_url": null,
                      "content_image_url": null
                    },
                    "mode": "web"
                  };
                  if (!("sidearmComponents" in window)) window.sidearmComponents = [];
                  window.sidearmComponents.push(obj);
                </script>
                <ads-component params="{ id: '2b0d8839-a042-4ec6-ac87-e04d1fc8ae88' }"><!-- ko ifnot: isInitializing() -->
                  <!-- ko switch -->
                  <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'dfp' -->
                  <div data-bind="component: {
                name: &quot;dfp-component&quot;,
                params: DFPParams
            }">
                    <div class="sidearm-dfp-ad"
                      data-bind=" attr: { id: id, 'class' : (sidearm_dfp ? 'sidearm-dfp-ad' : 'dfp-ad') }, style: { width: width() + 'px', height: height() === 0 ? 'auto' : height() + 'px', 'background-color' : window.site_in_dev_mode === 'true' ? '#ccc' : '' }, afterBind: { callback: renderAd, foreach: data }"
                      id="sidearm-dfp-20" style="width: 300px; height: 250px; text-align: center;"></div>
                  </div>
                  <!-- /ko -->
                  <!-- /ko -->
                  <!-- /ko -->
                </ads-component>
              </section>
            </div>
          </div>
        </div>
      </div>
      <div class="s-top__tablet row pad hide-large">
        <section class="s-slideshow" aria-labelledby="h2_slideshow">
          <h2 class="hide" id="h2_slideshow">The Butler Way</h2>
          <script>
            var obj = {
              "start": 0,
              "count": 1,
              "name": "butler-way",
              "sport_id": null,
              "count_breakpoints": null,
              "css_class": "",
              "pinned_id": "",
              "extra": {
                "slideshow_id": 1
              },
              "context": null,
              "dummy": false,
              "type": "slideshow",
              "id": "a72dbdb2-cc46-46fd-9edc-32c07a60ccef",
              "data": [{
                "id": 1,
                "title": "The Butler Way",
                "subtitle": null,
                "start_date": "2021-01-29T00:00:00",
                "end_date": null,
                "teaser": "Demands Commitment, Denies Selfishness, Accepts Reality,<br >\r\nYet Seeks Improvement everyday while putting the team above self.",
                "primary_link": "https://butlersports.com/sports/2017/6/27/the-butler-way.aspx",
                "links": null,
                "video": null,
                "primary_image": {
                  "images": [{
                    "breakpoint": 0,
                    "alt": "Blue ",
                    "image": "/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg"
                  }]
                },
                "secondary_image": {
                  "images": []
                }
              }],
              "mode": "web"
            };
            if (!("sidearmComponents" in window)) window.sidearmComponents = [];
            window.sidearmComponents.push(obj);
          </script>
          <slideshow-component params="{ id: 'a72dbdb2-cc46-46fd-9edc-32c07a60ccef' }"><!--ko if: name() === 'butler-way'-->
            <div class="component c-slideshow c-slideshow--row">
              <ul class="c-slideshow__list reset-list flex" data-bind="fastForEach: data">
                <li class="c-slideshow__item">
                  <!-- ko if: primary_image -->
                  <div class="c-slideshow__media-container relative">
                    <div class="c-slideshow__media relative" data-bind="showcasePlayer: showcase, appendButton:true">
                      <!--<picture class="c-slideshow__image" data-bind="html5Picture: primary_image, alt: title"></picture>-->
                      <picture class="c-stories__picture" data-bind="html5Picture: { 'images': [ 
            { 'breakpoint': 768, 'image': single_primary_image + '?width=1056&amp;height=594&amp;mode=crop&amp;quality=80&amp;format=png'},
            { 'breakpoint': 0, 'image': single_primary_image + '?width=767&amp;height=767&amp;mode=crop&amp;quality=80&amp;format=png' } ]}, 
          alt: title">
                        <source media="(min-width:768px)" data-srcset="/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg?width=1056&amp;height=594&amp;mode=crop&amp;quality=80&amp;format=png">
                        <source media="(min-width:0px)" data-srcset="/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg?width=767&amp;height=767&amp;mode=crop&amp;quality=80&amp;format=png"><img
                          data-src="/images/2021/2/26/dal2011252684_WMU_at_BUT.jpg?width=1056&amp;height=594&amp;mode=crop&amp;quality=80&amp;format=png" alt="The Butler Way" class="lazyload" style="">
                      </picture>
                    </div>
                    <div class="c-slideshow__teaser" data-bind="trimText: teaser, words: true, count: 300">Demands Commitment, Denies Selfishness, Accepts Reality,<br> Yet Seeks Improvement everyday while putting the team above self.</div>
                  </div>
                  <!-- /ko -->
                  <div class="c-slideshow__overlay flex">
                    <div class="c-slideshow__overlay-right">
                      <div class="c-slideshow__title">
                        <div>The</div>
                        <img data-bind="attr: {src: $component.bucket + '/images/responsive_2021/logo_butler.svg', alt:' Butler '}"
                          src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/logo_butler.svg" alt=" Butler " data-airgap-id="79">
                        <div class="text-right">Way</div>
                      </div>
                    </div>
                    <div class="c-slideshow__overlay-left flex flex-column">
                      <div class="c-slideshow__ad"><ads-component params="{name: 'cs---butler-way-2db155'}"><!-- ko ifnot: isInitializing() -->
                          <!-- ko switch -->
                          <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                          <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                          <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                          <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                          <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                          <!-- /ko -->
                          <!-- /ko --></ads-component></div>
                      <a class="c-slideshow__link" data-bind="attr: {href: primary_link ? primary_link : ''}" href="https://butlersports.com/sports/2017/6/27/the-butler-way.aspx">Learn More Here</a>
                    </div>
                  </div>
                </li>
              </ul>
            </div>
            <!--/ko-->
            <!--ko if: name() === 'parallax'--><!--/ko-->
          </slideshow-component>
        </section>
        <section class="s-poll" aria-labelledby="h2_poll">
          <h2 class="hide" id="h2_poll">Fan Poll</h2>
          <script>
            var obj = {
              "start": 0,
              "count": 1,
              "name": "foo",
              "sport_id": null,
              "count_breakpoints": null,
              "css_class": "",
              "pinned_id": "",
              "extra": {},
              "context": null,
              "dummy": false,
              "type": "poll",
              "id": "ec71bff0-ac02-4e4f-89d3-fa58ae6f9507",
              "data": null,
              "mode": "web"
            };
            if (!("sidearmComponents" in window)) window.sidearmComponents = [];
            window.sidearmComponents.push(obj);
          </script>
          <poll-component params="{ id: 'ec71bff0-ac02-4e4f-89d3-fa58ae6f9507' }"><!-- ko if: data().length --><!-- /ko --></poll-component>
        </section>
      </div>
    </div>
    <section class="s-social" aria-labelledby="h2_social">
      <h2 class="hide" id="h2_social">Social</h2>
      <div class="s-social__inner row pad">
        <script>
          var obj = {
            "start": 0,
            "count": 3,
            "name": "all",
            "sport_id": null,
            "count_breakpoints": "[{\"breakpoint\":1025,\"count\":3},{\"breakpoint\":0,\"count\":2}]",
            "css_class": "",
            "pinned_id": "",
            "extra": {},
            "context": null,
            "dummy": false,
            "type": "content-stream",
            "id": "f1b5919f-996c-4414-bba8-b2327005e16e",
            "data": {
              "stream": [],
              "types": [{
                "type": "All",
                "value": "all"
              }, {
                "type": "Twitter",
                "value": "tweet"
              }, {
                "type": "Instagram",
                "value": "instagram"
              }, {
                "type": "Facebook",
                "value": "facebook"
              }]
            },
            "mode": "web"
          };
          if (!("sidearmComponents" in window)) window.sidearmComponents = [];
          window.sidearmComponents.push(obj);
        </script>
        <content-stream-component params="{ id: 'f1b5919f-996c-4414-bba8-b2327005e16e' }">
          <div class="component c-contentstream">
            <a class="sidearm-skip-link" href="#main-footer">Skip Content Stream</a>
            <div class="common-header">
              <div class="common-header__title"><span>Social&nbsp;</span><span>Zone</span></div>
              <div class="common-header__ad"><ads-component params="{name: 'cs---content-stream-4dc49c'}"><!-- ko ifnot: isInitializing() -->
                  <!-- ko switch -->
                  <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                  <!-- /ko -->
                  <!-- /ko --></ads-component></div>
            </div>
            <ul class="c-contentstream__filter reset-list flex flex-justify-center flex-align-center">
              <!-- ko foreach: displayTypes --><!-- /ko -->
            </ul>
            <div class="c-contentstream__stream-wrapper">
              <div class="c-contentstream__stream" data-bind="afterBind: { foreach: data, callback: packery }"></div>
              <!-- ko if: moreToLoad --><!-- /ko -->
            </div>
          </div>
        </content-stream-component>
      </div>
    </section>
    <section class="s-parallax" aria-labelledby="h2_parallax">
      <h2 class="hide" id="h2_parallax">Parallax</h2>
      <script>
        var obj = {
          "start": 0,
          "count": 2,
          "name": "parallax",
          "sport_id": null,
          "count_breakpoints": null,
          "css_class": "",
          "pinned_id": "",
          "extra": {
            "slideshow_id": 2
          },
          "context": null,
          "dummy": false,
          "type": "slideshow",
          "id": "9a921a66-6115-43bf-bf97-53759475356b",
          "data": [{
            "id": 2,
            "title": "Hinkle",
            "subtitle": null,
            "start_date": "2021-02-01T00:00:00",
            "end_date": null,
            "teaser": null,
            "primary_link": null,
            "links": null,
            "video": null,
            "primary_image": {
              "images": [{
                "breakpoint": 0,
                "alt": "Parallax Background",
                "image": "/images/2021/2/1/bg.png"
              }]
            },
            "secondary_image": {
              "images": []
            }
          }],
          "mode": "web"
        };
        if (!("sidearmComponents" in window)) window.sidearmComponents = [];
        window.sidearmComponents.push(obj);
      </script>
      <slideshow-component params="{ id: '9a921a66-6115-43bf-bf97-53759475356b' }"><!--ko if: name() === 'butler-way'--><!--/ko-->
        <!--ko if: name() === 'parallax'-->
        <div class="component c-slideshow c-slideshow--parallax">
          <div class="c-slideshow__list" data-bind="fastForEach: data">
            <div class="c-slideshow__item" data-bind="style: { backgroundImage: 'url(' + single_primary_image + ')' }" style="background-image: url(&quot;/images/2021/2/1/bg.png&quot;);">
            </div>
          </div>
        </div>
        <!--/ko-->
      </slideshow-component>
    </section>
    <section class="s-testimonial" aria-labelledby="h2_testimonial">
      <h2 class="hide" id="h2_testimonial">Testimonial</h2>
      <script>
        var obj = {
          "start": 0,
          "count": 6,
          "name": "testimonial",
          "sport_id": null,
          "count_breakpoints": "[{\"breakpoint\":1025,\"count\":6},{\"breakpoint\":0,\"count\":1}]",
          "css_class": "",
          "pinned_id": "",
          "extra": {
            "award_id": 2
          },
          "context": null,
          "dummy": false,
          "type": "awards",
          "id": "ff3232f6-9fef-49bb-9fe8-55f1193e1656",
          "data": [],
          "mode": "web"
        };
        if (!("sidearmComponents" in window)) window.sidearmComponents = [];
        window.sidearmComponents.push(obj);
      </script>
      <awards-component params="{ id: 'ff3232f6-9fef-49bb-9fe8-55f1193e1656' }"><!-- ko if: name() === 'aotw-desktop' || name() === 'aotw-mobile'  --><!--/ko-->
        <!-- ko if: name() === 'testimonial' -->
        <!-- ko with: data -->
        <!-- ko with: $parent -->
        <div class="c-awards__wrapper">
          <div class="component c-awards c-awards--quote row pad" data-bind="afterBind: {foreach: data, callback: slick}" data-slick-options="{
            slidesToShow: 1,
            slidesToScroll: 1,
            autoplay:true, 
            autoplaySpeed:8000,
            pausable: true,
            pauseOnHover: false,
            infinite: true,
            fade:true
        }"></div>
        </div>
        <!-- /ko -->
        <!-- /ko -->
        <!-- /ko -->
      </awards-component>
    </section>
    <section class="s-dfp s-dfp__main">
      <div class="row pad">
        <script>
          var obj = {
            "start": 0,
            "count": 10,
            "name": "sidearm-dfp-3",
            "sport_id": null,
            "count_breakpoints": null,
            "css_class": "",
            "pinned_id": "",
            "extra": {},
            "context": null,
            "dummy": false,
            "type": "ads",
            "id": "92e9173f-91b4-4171-9f3e-24ff7adbb835",
            "data": {
              "location": {
                "id": 159,
                "title": "SIDEARM DFP - Location 3",
                "type": "dfp",
                "effect": "none",
                "fixed_image_sizes": false,
                "excluded_sport_ids": [],
                "slick": false,
                "dfp": true,
                "sidearm_dfp": true,
                "common_page": false,
                "html_template": null,
                "name": "sidearm-dfp-3",
                "autoplay_speed": 8,
                "accessibility_icons": false,
                "sizes": null,
                "slick_options": null,
                "dfp_sizes": [{
                  "id": 330,
                  "enabled": true,
                  "breakpoint": 1024,
                  "width": 970,
                  "height": 0,
                  "size_list": "[[970,90],[970,66]]",
                  "unit_name": "//butler",
                  "sidearm_dfp": null
                }, {
                  "id": 329,
                  "enabled": true,
                  "breakpoint": 767,
                  "width": 728,
                  "height": 90,
                  "size_list": null,
                  "unit_name": "//butler",
                  "sidearm_dfp": null
                }, {
                  "id": 328,
                  "enabled": true,
                  "breakpoint": 0,
                  "width": 320,
                  "height": 50,
                  "size_list": null,
                  "unit_name": "//butler",
                  "sidearm_dfp": null
                }]
              },
              "campaigns": null,
              "content_id": "sidearm-dfp-3",
              "content_title": "sidearm-dfp-3",
              "content_date": null,
              "content_url": null,
              "content_image_url": null
            },
            "mode": "web"
          };
          if (!("sidearmComponents" in window)) window.sidearmComponents = [];
          window.sidearmComponents.push(obj);
        </script>
        <ads-component params="{ id: '92e9173f-91b4-4171-9f3e-24ff7adbb835' }"><!-- ko ifnot: isInitializing() -->
          <!-- ko switch -->
          <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
          <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
          <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
          <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
          <!-- ko case: ad.location.type === 'dfp' -->
          <div data-bind="component: {
                name: &quot;dfp-component&quot;,
                params: DFPParams
            }">
            <div class="sidearm-dfp-ad"
              data-bind=" attr: { id: id, 'class' : (sidearm_dfp ? 'sidearm-dfp-ad' : 'dfp-ad') }, style: { width: width() + 'px', height: height() === 0 ? 'auto' : height() + 'px', 'background-color' : window.site_in_dev_mode === 'true' ? '#ccc' : '' }, afterBind: { callback: renderAd, foreach: data }"
              id="sidearm-dfp-30" style="width: 970px; height: auto; text-align: center;"></div>
          </div>
          <!-- /ko -->
          <!-- /ko -->
          <!-- /ko -->
        </ads-component>
      </div>
    </section>
    <section class="s-videos" aria-labelledby="h2_videos">
      <h2 class="hide" id="h2_videos">Videos</h2>
      <div class="s-videos__inner row pad">
        <script>
          var obj = {
            "start": 0,
            "count": 4,
            "name": "",
            "sport_id": null,
            "count_breakpoints": "[{\"breakpoint\":768,\"count\":4},{\"breakpoint\":0,\"count\":3}]",
            "css_class": "",
            "pinned_id": "",
            "extra": {
              "order_by": "",
              "categories": [{
                "id": 6,
                "title": "Behind The Mic"
              }, {
                "id": 4,
                "title": "Full Game Archive"
              }, {
                "id": 2,
                "title": "Highlights"
              }],
              "sports": [{
                "id": 1,
                "title": "Baseball"
              }, {
                "id": 24,
                "title": "Bulldog Club"
              }, {
                "id": 2,
                "title": "Football"
              }, {
                "id": 3,
                "title": "General"
              }, {
                "id": 5,
                "title": "Men's Basketball"
              }, {
                "id": 6,
                "title": "Men's Cross Country"
              }, {
                "id": 23,
                "title": "Men's Soccer"
              }, {
                "id": 8,
                "title": "Men's Tennis"
              }, {
                "id": 9,
                "title": "Men's Track and Field"
              }, {
                "id": 10,
                "title": "Softball"
              }, {
                "id": 12,
                "title": "Women's Basketball"
              }, {
                "id": 21,
                "title": "Women's Cross Country"
              }, {
                "id": 14,
                "title": "Women's Golf"
              }, {
                "id": 15,
                "title": "Women's Lacrosse"
              }, {
                "id": 16,
                "title": "Women's Soccer"
              }, {
                "id": 17,
                "title": "Women's Swimming"
              }, {
                "id": 18,
                "title": "Women's Tennis"
              }, {
                "id": 22,
                "title": "Women's Track & Field"
              }, {
                "id": 20,
                "title": "Women's Volleyball"
              }]
            },
            "context": null,
            "dummy": false,
            "type": "all-access",
            "id": "72e2d5b4-03eb-47a9-8058-9241fa6e9f53",
            "data": [{
              "id": 6043,
              "title": "@ButlerUWBB Highlights vs. Purdue",
              "description": null,
              "app_exclusive": false,
              "views": 0,
              "favorites": 0,
              "poster": "https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/25/butler-57643878-4d04-4d5d-af52-02c74e5ea086.jpg",
              "sport": {
                "id": 12,
                "title": "Women's Basketball",
                "abbreviation": "WBB",
                "shortname": "wbball",
                "short_title": null,
                "global_sport_id": null,
                "non_sport": false,
                "show_at_vs": false,
                "global_sport_shortname": null,
                "gender": null,
                "youtube": null,
                "facebook": null,
                "twitter": null,
                "instagram": null,
                "pinterest": null,
                "tickets": null,
                "global_sport_name_slug": null,
                "url": null,
                "ranking": null,
                "game_synonym": null
              },
              "category": {
                "id": 2,
                "title": "Highlights"
              },
              "format": "Video",
              "caption_file": null,
              "content_id": "6043",
              "content_title": "@ButlerUWBB Highlights vs. Purdue",
              "content_date": "2024-03-25T21:14:50",
              "content_url": "http://butlersports.com/watch/?Archive=6043&type=Archive",
              "content_image_url": "https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/25/butler-57643878-4d04-4d5d-af52-02c74e5ea086.jpg",
              "date": "2024-03-25T21:14:50",
              "duration": 128.094999
            }, {
              "id": 6042,
              "title": "@ButlerUWBB Highlights vs. Bowling Green",
              "description": null,
              "app_exclusive": false,
              "views": 0,
              "favorites": 0,
              "poster": "https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/21/butler-c78d5831-a297-45f3-9a76-2d628a16735e.jpg",
              "sport": {
                "id": 12,
                "title": "Women's Basketball",
                "abbreviation": "WBB",
                "shortname": "wbball",
                "short_title": null,
                "global_sport_id": null,
                "non_sport": false,
                "show_at_vs": false,
                "global_sport_shortname": null,
                "gender": null,
                "youtube": null,
                "facebook": null,
                "twitter": null,
                "instagram": null,
                "pinterest": null,
                "tickets": null,
                "global_sport_name_slug": null,
                "url": null,
                "ranking": null,
                "game_synonym": null
              },
              "category": {
                "id": 2,
                "title": "Highlights"
              },
              "format": "Video",
              "caption_file": null,
              "content_id": "6042",
              "content_title": "@ButlerUWBB Highlights vs. Bowling Green",
              "content_date": "2024-03-21T21:16:44",
              "content_url": "http://butlersports.com/watch/?Archive=6042&type=Archive",
              "content_image_url": "https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/21/butler-c78d5831-a297-45f3-9a76-2d628a16735e.jpg",
              "date": "2024-03-21T21:16:44",
              "duration": 131.198
            }, {
              "id": 6041,
              "title": "Dolan Dash with Butler's Austin Parkinson",
              "description": null,
              "app_exclusive": false,
              "views": 0,
              "favorites": 0,
              "poster": "https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/21/butler-61f9e131-352e-4fc4-8a08-cf897a113925.jpg",
              "sport": {
                "id": 12,
                "title": "Women's Basketball",
                "abbreviation": "WBB",
                "shortname": "wbball",
                "short_title": null,
                "global_sport_id": null,
                "non_sport": false,
                "show_at_vs": false,
                "global_sport_shortname": null,
                "gender": null,
                "youtube": null,
                "facebook": null,
                "twitter": null,
                "instagram": null,
                "pinterest": null,
                "tickets": null,
                "global_sport_name_slug": null,
                "url": null,
                "ranking": null,
                "game_synonym": null
              },
              "category": {
                "id": 6,
                "title": "Behind The Mic"
              },
              "format": "Video",
              "caption_file": null,
              "content_id": "6041",
              "content_title": "Dolan Dash with Butler's Austin Parkinson",
              "content_date": "2024-03-21T12:56:01",
              "content_url": "http://butlersports.com/watch/?Archive=6041&type=Archive",
              "content_image_url": "https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/21/butler-61f9e131-352e-4fc4-8a08-cf897a113925.jpg",
              "date": "2024-03-21T12:56:01",
              "duration": 1531.497
            }, {
              "id": 6039,
              "title": "HIGHLIGHTS: Minnesota 73, Butler 72 – March 19, 2024",
              "description": "Minnesota sneaks by Butler, 73-72, in the opening round of the NIT Tournament. Senior forward Jahmyl Telfort led the Bulldogs on offense with 25 points. Senior guards DJ Davis and Posh Alexander each contributed 13.",
              "app_exclusive": false,
              "views": 0,
              "favorites": 0,
              "poster": "https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/19/butler-bf104dd5-00a7-43d9-b4df-6588a4caed0b.jpg",
              "sport": {
                "id": 5,
                "title": "Men's Basketball",
                "abbreviation": "MBB",
                "shortname": "mbball",
                "short_title": null,
                "global_sport_id": null,
                "non_sport": false,
                "show_at_vs": false,
                "global_sport_shortname": null,
                "gender": null,
                "youtube": null,
                "facebook": null,
                "twitter": null,
                "instagram": null,
                "pinterest": null,
                "tickets": null,
                "global_sport_name_slug": null,
                "url": null,
                "ranking": null,
                "game_synonym": null
              },
              "category": {
                "id": 2,
                "title": "Highlights"
              },
              "format": "Video",
              "caption_file": null,
              "content_id": "6039",
              "content_title": "HIGHLIGHTS: Minnesota 73, Butler 72 – March 19, 2024",
              "content_date": "2024-03-19T23:56:56",
              "content_url": "http://butlersports.com/watch/?Archive=6039&type=Archive",
              "content_image_url": "https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/19/butler-bf104dd5-00a7-43d9-b4df-6588a4caed0b.jpg",
              "date": "2024-03-19T23:56:56",
              "duration": 120.253
            }],
            "mode": "web"
          };
          if (!("sidearmComponents" in window)) window.sidearmComponents = [];
          window.sidearmComponents.push(obj);
        </script>
        <all-access-component params="{ id: '72e2d5b4-03eb-47a9-8058-9241fa6e9f53', modal: true }">
          <div class="component c-videos c-videos--grid">
            <div class="common-header">
              <div class="common-header__title"><span>Bulldog&nbsp;</span><span>Videos</span></div>
              <div class="common-header__ad"><ads-component params="{name: 'cs---videos-4ffca8'}"><!-- ko ifnot: isInitializing() -->
                  <!-- ko switch -->
                  <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                  <!-- /ko -->
                  <!-- /ko --></ads-component></div>
            </div>
            <!-- ko if: !data().length --><!-- /ko -->
            <div class="showcase-modal"
              data-bind="focusTrapWithin: '.showcase-modal', showcasePlayer: selectedVideo().showcase, modal :true, videoContainer: '.showcase-modal__player', click: selectedVideo().showcase().closeVideo, onEscape: selectedVideo().showcase().closeVideo">
              <div class="showcase-modal__inner flex flex-column flex-align-stretch" data-bind="click: function() { return true; }, clickBubble: false">
                <div class="showcase-modal__player-wrapper">
                  <div class="showcase-modal__player"></div>
                </div>
                <button type="button" class="showcase-modal__close" data-bind="click: selectedVideo().showcase().closeVideo" aria-label="Close video modal">
                  <i class="icon-cancel"></i>
                </button>
                <div class="showcase-modal__title" data-bind="text: selectedVideo().title">@ButlerUWBB Highlights vs. Purdue</div>
              </div>
            </div>
            <div class="c-videos__list flex flex-wrap" data-bind="fastForEach: data">
              <div class="c-videos__item">
                <a href="javascript:void(0)" class="c-videos__item-inner relative flex flex-column" data-bind="click: $component.switchVideo">
              <div class="c-videos__media-container relative">
                  <div class="c-videos__media relative">
                      <img class="c-videos__image lazyload" alt="" data-bind="attr: {'data-src': poster}" data-src="https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/25/butler-57643878-4d04-4d5d-af52-02c74e5ea086.jpg">
                      <button type="button" class="c-videos__play-btn" data-bind="click: $parent.switchVideo, attr: {'aria-label': 'Play video ' + title}" aria-label="Play video @ButlerUWBB Highlights vs. Purdue">
                        <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 4.5C10.841 4.5 4.625 10.548 4.625 18C4.625 25.452 10.841 31.5 18.5 31.5C26.159 31.5 32.375 25.452 32.375 18C32.375 10.548 26.159 4.5 18.5 4.5ZM15.725 24.075V11.925L24.05 18L15.725 24.075Z" fill="#00A3E0"></path>
                          <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="29" height="28">
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 4.5C10.841 4.5 4.625 10.548 4.625 18C4.625 25.452 10.841 31.5 18.5 31.5C26.159 31.5 32.375 25.452 32.375 18C32.375 10.548 26.159 4.5 18.5 4.5ZM15.725 24.075V11.925L24.05 18L15.725 24.075Z" fill="#00A3E0"></path>
                          </mask>
                          <g mask="url(#mask0)">
                          </g>
                          </svg>
                          
                    </button>
                  </div>
                  
              </div>
              <div class="c-videos__details">
                  <div class="c-videos__title" data-bind="text: title">@ButlerUWBB Highlights vs. Purdue</div>
              </div>
          </a>
              </div>
              <div class="c-videos__item">
                <a href="javascript:void(0)" class="c-videos__item-inner relative flex flex-column" data-bind="click: $component.switchVideo">
              <div class="c-videos__media-container relative">
                  <div class="c-videos__media relative">
                      <img class="c-videos__image lazyload" alt="" data-bind="attr: {'data-src': poster}" data-src="https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/21/butler-c78d5831-a297-45f3-9a76-2d628a16735e.jpg">
                      <button type="button" class="c-videos__play-btn" data-bind="click: $parent.switchVideo, attr: {'aria-label': 'Play video ' + title}" aria-label="Play video @ButlerUWBB Highlights vs. Bowling Green">
                        <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 4.5C10.841 4.5 4.625 10.548 4.625 18C4.625 25.452 10.841 31.5 18.5 31.5C26.159 31.5 32.375 25.452 32.375 18C32.375 10.548 26.159 4.5 18.5 4.5ZM15.725 24.075V11.925L24.05 18L15.725 24.075Z" fill="#00A3E0"></path>
                          <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="29" height="28">
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 4.5C10.841 4.5 4.625 10.548 4.625 18C4.625 25.452 10.841 31.5 18.5 31.5C26.159 31.5 32.375 25.452 32.375 18C32.375 10.548 26.159 4.5 18.5 4.5ZM15.725 24.075V11.925L24.05 18L15.725 24.075Z" fill="#00A3E0"></path>
                          </mask>
                          <g mask="url(#mask0)">
                          </g>
                          </svg>
                          
                    </button>
                  </div>
                  
              </div>
              <div class="c-videos__details">
                  <div class="c-videos__title" data-bind="text: title">@ButlerUWBB Highlights vs. Bowling Green</div>
              </div>
          </a>
              </div>
              <div class="c-videos__item">
                <a href="javascript:void(0)" class="c-videos__item-inner relative flex flex-column" data-bind="click: $component.switchVideo">
              <div class="c-videos__media-container relative">
                  <div class="c-videos__media relative">
                      <img class="c-videos__image lazyload" alt="" data-bind="attr: {'data-src': poster}" data-src="https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/21/butler-61f9e131-352e-4fc4-8a08-cf897a113925.jpg">
                      <button type="button" class="c-videos__play-btn" data-bind="click: $parent.switchVideo, attr: {'aria-label': 'Play video ' + title}" aria-label="Play video Dolan Dash with Butler's Austin Parkinson">
                        <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 4.5C10.841 4.5 4.625 10.548 4.625 18C4.625 25.452 10.841 31.5 18.5 31.5C26.159 31.5 32.375 25.452 32.375 18C32.375 10.548 26.159 4.5 18.5 4.5ZM15.725 24.075V11.925L24.05 18L15.725 24.075Z" fill="#00A3E0"></path>
                          <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="29" height="28">
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 4.5C10.841 4.5 4.625 10.548 4.625 18C4.625 25.452 10.841 31.5 18.5 31.5C26.159 31.5 32.375 25.452 32.375 18C32.375 10.548 26.159 4.5 18.5 4.5ZM15.725 24.075V11.925L24.05 18L15.725 24.075Z" fill="#00A3E0"></path>
                          </mask>
                          <g mask="url(#mask0)">
                          </g>
                          </svg>
                          
                    </button>
                  </div>
                  
              </div>
              <div class="c-videos__details">
                  <div class="c-videos__title" data-bind="text: title">Dolan Dash with Butler's Austin Parkinson</div>
              </div>
          </a>
              </div>
              <div class="c-videos__item">
                <a href="javascript:void(0)" class="c-videos__item-inner relative flex flex-column" data-bind="click: $component.switchVideo">
              <div class="c-videos__media-container relative">
                  <div class="c-videos__media relative">
                      <img class="c-videos__image lazyload" alt="" data-bind="attr: {'data-src': poster}" data-src="https://s3.us-east-2.amazonaws.com/sidearm.nextgen.sites/butler.sidearmsports.com/images/2024/3/19/butler-bf104dd5-00a7-43d9-b4df-6588a4caed0b.jpg">
                      <button type="button" class="c-videos__play-btn" data-bind="click: $parent.switchVideo, attr: {'aria-label': 'Play video ' + title}" aria-label="Play video HIGHLIGHTS: Minnesota 73, Butler 72 – March 19, 2024">
                        <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 4.5C10.841 4.5 4.625 10.548 4.625 18C4.625 25.452 10.841 31.5 18.5 31.5C26.159 31.5 32.375 25.452 32.375 18C32.375 10.548 26.159 4.5 18.5 4.5ZM15.725 24.075V11.925L24.05 18L15.725 24.075Z" fill="#00A3E0"></path>
                          <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="29" height="28">
                          <path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 4.5C10.841 4.5 4.625 10.548 4.625 18C4.625 25.452 10.841 31.5 18.5 31.5C26.159 31.5 32.375 25.452 32.375 18C32.375 10.548 26.159 4.5 18.5 4.5ZM15.725 24.075V11.925L24.05 18L15.725 24.075Z" fill="#00A3E0"></path>
                          </mask>
                          <g mask="url(#mask0)">
                          </g>
                          </svg>
                          
                    </button>
                  </div>
                  
              </div>
              <div class="c-videos__details">
                  <div class="c-videos__title" data-bind="text: title">HIGHLIGHTS: Minnesota 73, Butler 72 – March 19, 2024</div>
              </div>
          </a>
              </div>
            </div>
            <div class="c-videos__footer">
              <a href="https://butlersports.com/videos" class="c-videos__footer-link">View All Videos
        <span class="sf-arrows-round-right"></span>
    </a>
            </div>
          </div>
        </all-access-component>
      </div>
    </section>
    <section class="s-galleries" aria-labelledby="h2_galleries">
      <h2 class="hide" id="h2_galleries">Photo Galleries</h2>
      <div class="s-galleries__inner row pad">
        <script>
          var obj = {
            "start": 0,
            "count": 4,
            "name": "",
            "sport_id": null,
            "count_breakpoints": "[{\"breakpoint\":1025,\"count\":4},{\"breakpoint\":0,\"count\":2}]",
            "css_class": "",
            "pinned_id": "",
            "extra": {
              "sports": [{
                "id": 31,
                "title": "B-Association"
              }, {
                "id": 1,
                "title": "Baseball"
              }, {
                "id": 24,
                "title": "Bulldog Club"
              }, {
                "id": 29,
                "title": "Cheer"
              }, {
                "id": 26,
                "title": "Dance"
              }, {
                "id": 27,
                "title": "Dawg Pound"
              }, {
                "id": 2,
                "title": "Football"
              }, {
                "id": 3,
                "title": "General"
              }, {
                "id": 5,
                "title": "Men's Basketball"
              }, {
                "id": 6,
                "title": "Men's Cross Country"
              }, {
                "id": 4,
                "title": "Men's Golf"
              }, {
                "id": 23,
                "title": "Men's Soccer"
              }, {
                "id": 8,
                "title": "Men's Tennis"
              }, {
                "id": 9,
                "title": "Men's Track and Field"
              }, {
                "id": 10,
                "title": "Softball"
              }, {
                "id": 25,
                "title": "Tickets"
              }, {
                "id": 30,
                "title": "Trademarks and Licensing"
              }, {
                "id": 12,
                "title": "Women's Basketball"
              }, {
                "id": 21,
                "title": "Women's Cross Country"
              }, {
                "id": 14,
                "title": "Women's Golf"
              }, {
                "id": 15,
                "title": "Women's Lacrosse"
              }, {
                "id": 16,
                "title": "Women's Soccer"
              }, {
                "id": 17,
                "title": "Women's Swimming"
              }, {
                "id": 18,
                "title": "Women's Tennis"
              }, {
                "id": 22,
                "title": "Women's Track & Field"
              }, {
                "id": 20,
                "title": "Women's Volleyball"
              }]
            },
            "context": null,
            "dummy": false,
            "type": "galleries",
            "id": "7a6899be-6a5b-4934-9dcf-978a2381e9f5",
            "data": [{
              "id": 2521,
              "title": "@ButlerUWBB WNIT vs. Purdue",
              "url": "/galleries/?gallery=2521",
              "sport": {
                "id": 12,
                "title": "Women's Basketball",
                "abbreviation": "WBB",
                "shortname": "wbball",
                "short_title": null,
                "global_sport_id": null,
                "non_sport": false,
                "show_at_vs": false,
                "global_sport_shortname": "wbball",
                "gender": null,
                "youtube": null,
                "facebook": null,
                "twitter": null,
                "instagram": null,
                "pinterest": null,
                "tickets": null,
                "global_sport_name_slug": null,
                "url": null,
                "ranking": null,
                "game_synonym": null
              },
              "images": {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              },
              "gallery_images": [{
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_002.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_002.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_002.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_002.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_003.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_003.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_003.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_003.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_007.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_007.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_007.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_007.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_010.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_010.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_010.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_010.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_013.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_013.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_013.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_013.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_014.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_014.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_014.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_014.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_016.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_016.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_016.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_016.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_018.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_018.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_018.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_018.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_020.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_020.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_020.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_020.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_022.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_022.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_022.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_022.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_026.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_026.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_026.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_026.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_033.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_033.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_033.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_033.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_034.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_034.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_034.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_034.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_040.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_040.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_040.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_040.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_043.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_043.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_043.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_043.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_044.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_044.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_044.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_044.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_045.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_045.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_045.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_045.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_047.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_047.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_047.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_047.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_051.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_051.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_051.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_051.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_052.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_052.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_052.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_052.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_053.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_053.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_053.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_053.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_060.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_060.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_060.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_060.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_065.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_065.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_065.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_065.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_066.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_066.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_066.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_066.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_070.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_070.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_070.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_070.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_074.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_074.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_074.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_074.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_081.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_081.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_081.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_081.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_099.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_099.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_099.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_099.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }, {
                "small": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_102.jpg?width=240&height=159",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "medium": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_102.jpg?width=370&height=246",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "large": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_102.jpg?width=1024&height=682",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                },
                "original": {
                  "url": "/images/2024/3/27/20240325_vs_Purdue_Boilermakers_102.jpg",
                  "caption": "Butler vs Purdue",
                  "credit": "Copyright 2024 Butler University. All Rights reserved."
                }
              }],
              "caption": "Butler vs Purdue",
              "credit": "Copyright 2024 Butler University. All Rights reserved.",
              "content_id": "2521",
              "content_title": "@ButlerUWBB WNIT vs. Purdue",
              "content_date": "2024-03-25T19:00:00",
              "content_url": "/galleries/?gallery=2521",
              "content_image_url": "http://butlersports.com/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg?width=370&height=246",
              "date": "2024-03-25T19:00:00"
            }, {
              "id": 2520,
              "title": "2024 Baseball Home Opener vs. PFW",
              "url": "/galleries/?gallery=2520",
              "sport": {
                "id": 1,
                "title": "Baseball",
                "abbreviation": "BB",
                "shortname": "baseball",
                "short_title": null,
                "global_sport_id": null,
                "non_sport": false,
                "show_at_vs": false,
                "global_sport_shortname": "baseball",
                "gender": null,
                "youtube": null,
                "facebook": null,
                "twitter": null,
                "instagram": null,
                "pinterest": null,
                "tickets": null,
                "global_sport_name_slug": null,
                "url": null,
                "ranking": null,
                "game_synonym": null
              },
              "images": {
                "small": {
                  "url": "/images/2024/3/7/_DSC3103.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3103.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3103.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3103.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              },
              "gallery_images": [{
                "small": {
                  "url": "/images/2024/3/7/_DSC3027.jpg?width=240&height=162",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3027.jpg?width=370&height=249",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3027.jpg?width=1024&height=691",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3027.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3103.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3103.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3103.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3103.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3117.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3117.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3117.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3117.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3162_izOg8.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3162_izOg8.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3162_izOg8.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3162_izOg8.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3187.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3187.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3187.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3187.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3259.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3259.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3259.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3259.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3282.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3282.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3282.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3282.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3302.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3302.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3302.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3302.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3306.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3306.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3306.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3306.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3362_prBwc.jpg?width=240&height=134",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3362_prBwc.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3362_prBwc.jpg?width=1024&height=575",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3362_prBwc.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3377_yu2VN.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3377_yu2VN.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3377_yu2VN.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3377_yu2VN.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3406.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3406.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3406.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3406.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3420.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3420.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3420.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3420.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3469.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3469.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3469.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3469.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3490.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3490.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3490.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3490.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3516.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3516.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3516.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3516.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3545.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3545.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3545.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3545.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3562.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3562.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3562.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3562.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3565-2.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3565-2.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3565-2.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3565-2.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3589.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3589.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3589.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3589.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3594.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3594.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3594.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3594.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3665_hqLev.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3665_hqLev.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3665_hqLev.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3665_hqLev.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3689_vBkfr.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3689_vBkfr.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3689_vBkfr.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3689_vBkfr.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3765.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3765.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3765.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3765.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3782.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3782.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3782.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3782.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3815.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3815.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3815.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3815.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3834.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3834.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3834.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3834.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3844_0VqQP.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3844_0VqQP.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3844_0VqQP.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3844_0VqQP.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3870_DRdEA.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3870_DRdEA.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3870_DRdEA.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3870_DRdEA.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3894.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3894.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3894.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3894.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC3989_UNFsN.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC3989_UNFsN.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC3989_UNFsN.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC3989_UNFsN.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4024_qmZQI.jpg?width=240&height=134",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4024_qmZQI.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4024_qmZQI.jpg?width=1024&height=575",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4024_qmZQI.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4119_LMiQf.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4119_LMiQf.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4119_LMiQf.jpg?width=1023&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4119_LMiQf.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4132_UDiLC.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4132_UDiLC.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4132_UDiLC.jpg?width=1023&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4132_UDiLC.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4159.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4159.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4159.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4159.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4243_s5Wpi.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4243_s5Wpi.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4243_s5Wpi.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4243_s5Wpi.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4262_6gOQ3.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4262_6gOQ3.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4262_6gOQ3.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4262_6gOQ3.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4464_gmil3.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4464_gmil3.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4464_gmil3.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4464_gmil3.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4491.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4491.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4491.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4491.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4671_nnrSK.jpg?width=240&height=134",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4671_nnrSK.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4671_nnrSK.jpg?width=1024&height=575",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4671_nnrSK.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4687.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4687.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4687.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4687.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4866.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4866.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4866.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4866.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4890.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4890.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4890.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4890.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4907.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4907.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4907.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4907.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4911.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4911.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4911.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4911.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC4928.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC4928.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC4928.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC4928.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5031_LVTvl.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5031_LVTvl.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5031_LVTvl.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5031_LVTvl.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5034.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5034.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5034.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5034.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5039_aBRAU.jpg?width=240&height=134",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5039_aBRAU.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5039_aBRAU.jpg?width=1024&height=575",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5039_aBRAU.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5056_06AwK.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5056_06AwK.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5056_06AwK.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5056_06AwK.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5123_H5cqC.jpg?width=239&height=134",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5123_H5cqC.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5123_H5cqC.jpg?width=1023&height=575",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5123_H5cqC.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5184_L8iy8.jpg?width=240&height=134",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5184_L8iy8.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5184_L8iy8.jpg?width=1024&height=575",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5184_L8iy8.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5200.jpg?width=240&height=159",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5200.jpg?width=370&height=246",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5200.jpg?width=1024&height=682",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5200.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5309_zS2zs.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5309_zS2zs.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5309_zS2zs.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5309_zS2zs.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5319_2CVDj.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5319_2CVDj.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5319_2CVDj.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5319_2CVDj.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5331_WfQ5X.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5331_WfQ5X.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5331_WfQ5X.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5331_WfQ5X.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5382_FOAVP.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5382_FOAVP.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5382_FOAVP.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5382_FOAVP.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5389_HmxKY.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5389_HmxKY.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5389_HmxKY.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5389_HmxKY.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5390_tP7JJ.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5390_tP7JJ.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5390_tP7JJ.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5390_tP7JJ.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5397_POgkt.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5397_POgkt.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5397_POgkt.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5397_POgkt.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5413.jpg?width=159&height=240",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5413.jpg?width=366&height=550",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5413.jpg?width=682&height=1024",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5413.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5480_l143p.jpg?width=239&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5480_l143p.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5480_l143p.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5480_l143p.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5481_xlvnJ.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5481_xlvnJ.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5481_xlvnJ.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5481_xlvnJ.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5498_O1YXF.jpg?width=240&height=134",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5498_O1YXF.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5498_O1YXF.jpg?width=1023&height=575",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5498_O1YXF.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5562_EkUFW.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5562_EkUFW.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5562_EkUFW.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5562_EkUFW.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5565_9nICC.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5565_9nICC.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5565_9nICC.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5565_9nICC.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5580_wQCKF.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5580_wQCKF.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5580_wQCKF.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5580_wQCKF.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5613_dlCnE.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5613_dlCnE.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5613_dlCnE.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5613_dlCnE.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5648_cpy1c.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5648_cpy1c.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5648_cpy1c.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5648_cpy1c.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5668_bWKKh.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5668_bWKKh.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5668_bWKKh.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5668_bWKKh.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5715_NgQMI.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5715_NgQMI.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5715_NgQMI.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5715_NgQMI.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5730_76EdW.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5730_76EdW.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5730_76EdW.jpg?width=1023&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5730_76EdW.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5791_t8oB2.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5791_t8oB2.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5791_t8oB2.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5791_t8oB2.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5824_feMzQ.jpg?width=240&height=134",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5824_feMzQ.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5824_feMzQ.jpg?width=1024&height=575",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5824_feMzQ.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5890_jwIEO.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5890_jwIEO.jpg?width=369&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5890_jwIEO.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5890_jwIEO.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC5960_9d92N.jpg?width=240&height=134",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC5960_9d92N.jpg?width=370&height=207",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC5960_9d92N.jpg?width=1024&height=575",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC5960_9d92N.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }, {
                "small": {
                  "url": "/images/2024/3/7/_DSC6033_WCckP.jpg?width=240&height=135",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "medium": {
                  "url": "/images/2024/3/7/_DSC6033_WCckP.jpg?width=370&height=208",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "large": {
                  "url": "/images/2024/3/7/_DSC6033_WCckP.jpg?width=1024&height=576",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                },
                "original": {
                  "url": "/images/2024/3/7/_DSC6033_WCckP.jpg",
                  "caption": "Butler Bulldogs",
                  "credit": "Alden Stone"
                }
              }],
              "caption": "Butler Bulldogs",
              "credit": "Alden Stone",
              "content_id": "2520",
              "content_title": "2024 Baseball Home Opener vs. PFW",
              "content_date": "2024-03-05T15:00:00",
              "content_url": "/galleries/?gallery=2520",
              "content_image_url": "http://butlersports.com/images/2024/3/7/_DSC3103.jpg?width=370&height=246",
              "date": "2024-03-05T15:00:00"
            }, {
              "id": 2519,
              "title": "2023-24 Butler MBB - Providence",
              "url": "/galleries/?gallery=2519",
              "sport": {
                "id": 5,
                "title": "Men's Basketball",
                "abbreviation": "MBB",
                "shortname": "mbball",
                "short_title": null,
                "global_sport_id": null,
                "non_sport": false,
                "show_at_vs": false,
                "global_sport_shortname": "mbball",
                "gender": null,
                "youtube": null,
                "facebook": null,
                "twitter": null,
                "instagram": null,
                "pinterest": null,
                "tickets": null,
                "global_sport_name_slug": null,
                "url": null,
                "ranking": null,
                "game_synonym": null
              },
              "images": {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg?width=240&height=135",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg?width=370&height=208",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg?width=1024&height=576",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              },
              "gallery_images": [{
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_002_wYjHv.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_002_wYjHv.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_002_wYjHv.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_002_wYjHv.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_003_r6cep.jpg?width=240&height=135",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_003_r6cep.jpg?width=370&height=208",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_003_r6cep.jpg?width=1024&height=576",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_003_r6cep.jpg",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_006_aREFY.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_006_aREFY.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_006_aREFY.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_006_aREFY.jpg",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_007_BUsCH.jpg?width=240&height=135",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_007_BUsCH.jpg?width=370&height=208",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_007_BUsCH.jpg?width=1024&height=576",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_007_BUsCH.jpg",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_008_cbZXP.jpg?width=240&height=135",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_008_cbZXP.jpg?width=370&height=208",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_008_cbZXP.jpg?width=1024&height=576",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_008_cbZXP.jpg",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_009_G7rox.jpg?width=240&height=135",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_009_G7rox.jpg?width=370&height=208",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_009_G7rox.jpg?width=1024&height=576",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_009_G7rox.jpg",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_021_qrnLR.jpg?width=240&height=135",
                  "caption": "Finley Bizjack - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_021_qrnLR.jpg?width=370&height=208",
                  "caption": "Finley Bizjack - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_021_qrnLR.jpg?width=1024&height=576",
                  "caption": "Finley Bizjack - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_021_qrnLR.jpg",
                  "caption": "Finley Bizjack - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_118_FGLse.jpg?width=240&height=135",
                  "caption": "Landon Moore - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_118_FGLse.jpg?width=370&height=208",
                  "caption": "Landon Moore - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_118_FGLse.jpg?width=1024&height=576",
                  "caption": "Landon Moore - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_118_FGLse.jpg",
                  "caption": "Landon Moore - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_029_PJDmF.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_029_PJDmF.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_029_PJDmF.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_029_PJDmF.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_036_w2IbR.jpg?width=240&height=135",
                  "caption": "DJ Davis and Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_036_w2IbR.jpg?width=370&height=208",
                  "caption": "DJ Davis and Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_036_w2IbR.jpg?width=1024&height=576",
                  "caption": "DJ Davis and Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_036_w2IbR.jpg",
                  "caption": "DJ Davis and Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_114_YBks8.jpg?width=240&height=135",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_114_YBks8.jpg?width=370&height=208",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_114_YBks8.jpg?width=1024&height=576",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_114_YBks8.jpg",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_037_CJPHu.jpg?width=240&height=135",
                  "caption": "Landon Moore - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_037_CJPHu.jpg?width=370&height=208",
                  "caption": "Landon Moore - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_037_CJPHu.jpg?width=1024&height=576",
                  "caption": "Landon Moore - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_037_CJPHu.jpg",
                  "caption": "Landon Moore - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg?width=240&height=135",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg?width=370&height=208",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg?width=1024&height=576",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_039_JtWF0.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_039_JtWF0.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_039_JtWF0.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_039_JtWF0.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_040_CAf8A.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_040_CAf8A.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_040_CAf8A.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_040_CAf8A.jpg",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_116_hVZpl.jpg?width=240&height=135",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_116_hVZpl.jpg?width=370&height=208",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_116_hVZpl.jpg?width=1024&height=576",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_116_hVZpl.jpg",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_117_xJyKB.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_117_xJyKB.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_117_xJyKB.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_117_xJyKB.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_048_tedX2.jpg?width=240&height=135",
                  "caption": "2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_048_tedX2.jpg?width=370&height=208",
                  "caption": "2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_048_tedX2.jpg?width=1024&height=576",
                  "caption": "2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_048_tedX2.jpg",
                  "caption": "2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_113_C3Tsc.jpg?width=240&height=135",
                  "caption": "Andre Screen - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_113_C3Tsc.jpg?width=370&height=208",
                  "caption": "Andre Screen - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_113_C3Tsc.jpg?width=1024&height=576",
                  "caption": "Andre Screen - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_113_C3Tsc.jpg",
                  "caption": "Andre Screen - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_052_It4v2.jpg?width=240&height=135",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_052_It4v2.jpg?width=370&height=208",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_052_It4v2.jpg?width=1024&height=576",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_052_It4v2.jpg",
                  "caption": "Jalen Thomas - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_055_deyuQ.jpg?width=240&height=135",
                  "caption": "Augusto Cassia - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_055_deyuQ.jpg?width=370&height=208",
                  "caption": "Augusto Cassia - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_055_deyuQ.jpg?width=1024&height=576",
                  "caption": "Augusto Cassia - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_055_deyuQ.jpg",
                  "caption": "Augusto Cassia - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_061_HuXIF.jpg?width=240&height=135",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_061_HuXIF.jpg?width=370&height=208",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_061_HuXIF.jpg?width=1024&height=576",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_061_HuXIF.jpg",
                  "caption": "Pierre Brooks II - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_066_jN8lO.jpg?width=240&height=135",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_066_jN8lO.jpg?width=370&height=208",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_066_jN8lO.jpg?width=1024&height=576",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_066_jN8lO.jpg",
                  "caption": "Posh Alexander - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_095_gcRNS.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_095_gcRNS.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_095_gcRNS.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_095_gcRNS.jpg",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_104_qEqW7.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_104_qEqW7.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_104_qEqW7.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_104_qEqW7.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_106_sEWLw.jpg?width=240&height=135",
                  "caption": "Andre Screen - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_106_sEWLw.jpg?width=370&height=208",
                  "caption": "Andre Screen - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_106_sEWLw.jpg?width=1024&height=576",
                  "caption": "Andre Screen - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_106_sEWLw.jpg",
                  "caption": "Andre Screen - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_082_1nF7E.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_082_1nF7E.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_082_1nF7E.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_082_1nF7E.jpg",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_119_wJilC.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_119_wJilC.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_119_wJilC.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240210_vs_Providence_119_wJilC.jpg",
                  "caption": "DJ Davis - 2023-24 Providence",
                  "credit": "Zach Bolinger"
                }
              }],
              "caption": "Posh Alexander - 2023-24 Providence",
              "credit": "Zach Bolinger",
              "content_id": "2519",
              "content_title": "2023-24 Butler MBB - Providence",
              "content_date": "2024-02-10T14:00:00",
              "content_url": "/galleries/?gallery=2519",
              "content_image_url": "http://butlersports.com/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg?width=370&height=208",
              "date": "2024-02-10T14:00:00"
            }, {
              "id": 2518,
              "title": "2023-24 BUTLER MBB AT CREIGHTON",
              "url": "/galleries/?gallery=2518",
              "sport": {
                "id": 5,
                "title": "Men's Basketball",
                "abbreviation": "MBB",
                "shortname": "mbball",
                "short_title": null,
                "global_sport_id": null,
                "non_sport": false,
                "show_at_vs": false,
                "global_sport_shortname": "mbball",
                "gender": null,
                "youtube": null,
                "facebook": null,
                "twitter": null,
                "instagram": null,
                "pinterest": null,
                "tickets": null,
                "global_sport_name_slug": null,
                "url": null,
                "ranking": null,
                "game_synonym": null
              },
              "images": {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg?width=240&height=135",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg?width=370&height=208",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg?width=1024&height=576",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              },
              "gallery_images": [{
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_060_908fI.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_060_908fI.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_060_908fI.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_060_908fI.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_064_dpGiK.jpg?width=240&height=135",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_064_dpGiK.jpg?width=370&height=208",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_064_dpGiK.jpg?width=1024&height=576",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_064_dpGiK.jpg",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_067_jBqQA.jpg?width=240&height=135",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_067_jBqQA.jpg?width=370&height=208",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_067_jBqQA.jpg?width=1024&height=576",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_067_jBqQA.jpg",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_070_dRB7U.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_070_dRB7U.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_070_dRB7U.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_070_dRB7U.jpg",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_076_8WYc0.jpg?width=240&height=135",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_076_8WYc0.jpg?width=370&height=208",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_076_8WYc0.jpg?width=1024&height=576",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_076_8WYc0.jpg",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_077_anB2S.jpg?width=240&height=135",
                  "caption": "Augusto Cassia - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_077_anB2S.jpg?width=370&height=208",
                  "caption": "Augusto Cassia - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_077_anB2S.jpg?width=1024&height=576",
                  "caption": "Augusto Cassia - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_077_anB2S.jpg",
                  "caption": "Augusto Cassia - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_126_eENuy.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_126_eENuy.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_126_eENuy.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_126_eENuy.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_080_6er6A.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_080_6er6A.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_080_6er6A.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_080_6er6A.jpg",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_100_ldhYv.jpg?width=240&height=135",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_100_ldhYv.jpg?width=370&height=208",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_100_ldhYv.jpg?width=1024&height=576",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_100_ldhYv.jpg",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_081_bV7j0.jpg?width=240&height=135",
                  "caption": "Boden Kapke - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_081_bV7j0.jpg?width=370&height=208",
                  "caption": "Boden Kapke - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_081_bV7j0.jpg?width=1024&height=576",
                  "caption": "Boden Kapke - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_081_bV7j0.jpg",
                  "caption": "Boden Kapke - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_083_APxTb.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_083_APxTb.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_083_APxTb.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_083_APxTb.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_095_1dXbq.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_095_1dXbq.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_095_1dXbq.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_095_1dXbq.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_120_M03Uo.jpg?width=240&height=135",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_120_M03Uo.jpg?width=370&height=208",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_120_M03Uo.jpg?width=1024&height=576",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_120_M03Uo.jpg",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_108_evYuC.jpg?width=240&height=135",
                  "caption": "Finley Bizjack and Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_108_evYuC.jpg?width=370&height=208",
                  "caption": "Finley Bizjack and Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_108_evYuC.jpg?width=1024&height=576",
                  "caption": "Finley Bizjack and Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_108_evYuC.jpg",
                  "caption": "Finley Bizjack and Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_119_zv8qt.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_119_zv8qt.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_119_zv8qt.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_119_zv8qt.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_128_JLOqb.jpg?width=240&height=135",
                  "caption": " Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_128_JLOqb.jpg?width=370&height=208",
                  "caption": " Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_128_JLOqb.jpg?width=1024&height=576",
                  "caption": " Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_128_JLOqb.jpg",
                  "caption": " Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_141_7VLh5.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_141_7VLh5.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_141_7VLh5.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_141_7VLh5.jpg",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_149_u2mLA.jpg?width=240&height=135",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_149_u2mLA.jpg?width=370&height=208",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_149_u2mLA.jpg?width=1024&height=576",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_149_u2mLA.jpg",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_153_VLZe2.jpg?width=240&height=135",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_153_VLZe2.jpg?width=370&height=208",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_153_VLZe2.jpg?width=1024&height=576",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_153_VLZe2.jpg",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_192_DPIwu.jpg?width=240&height=135",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_192_DPIwu.jpg?width=370&height=208",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_192_DPIwu.jpg?width=1024&height=576",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_192_DPIwu.jpg",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_157_9Smfd.jpg?width=240&height=135",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_157_9Smfd.jpg?width=370&height=208",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_157_9Smfd.jpg?width=1024&height=576",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_157_9Smfd.jpg",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_161_pSYJM.jpg?width=240&height=135",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_161_pSYJM.jpg?width=370&height=208",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_161_pSYJM.jpg?width=1024&height=576",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_161_pSYJM.jpg",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_273_Yrq1c.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_273_Yrq1c.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_273_Yrq1c.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_273_Yrq1c.jpg",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_177_6vyoY.jpg?width=240&height=135",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_177_6vyoY.jpg?width=370&height=208",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_177_6vyoY.jpg?width=1024&height=576",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_177_6vyoY.jpg",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_182_3cUhz.jpg?width=240&height=135",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_182_3cUhz.jpg?width=370&height=208",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_182_3cUhz.jpg?width=1024&height=576",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_182_3cUhz.jpg",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_185_USkS1.jpg?width=240&height=135",
                  "caption": "Augusto Cassia - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_185_USkS1.jpg?width=370&height=208",
                  "caption": "Augusto Cassia - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_185_USkS1.jpg?width=1024&height=576",
                  "caption": "Augusto Cassia - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_185_USkS1.jpg",
                  "caption": "Augusto Cassia - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_194_RBerh.jpg?width=240&height=135",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_194_RBerh.jpg?width=370&height=208",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_194_RBerh.jpg?width=1024&height=576",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_194_RBerh.jpg",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_165_Q5wf5.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_165_Q5wf5.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_165_Q5wf5.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_165_Q5wf5.jpg",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_201_nGPKB.jpg?width=240&height=135",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_201_nGPKB.jpg?width=370&height=208",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_201_nGPKB.jpg?width=1024&height=576",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_201_nGPKB.jpg",
                  "caption": "Landon Moore - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_210_2kBy7.jpg?width=240&height=135",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_210_2kBy7.jpg?width=370&height=208",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_210_2kBy7.jpg?width=1024&height=576",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_210_2kBy7.jpg",
                  "caption": "Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_220_KH6a8.jpg?width=240&height=135",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_220_KH6a8.jpg?width=370&height=208",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_220_KH6a8.jpg?width=1024&height=576",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_220_KH6a8.jpg",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_234_O5Biu.jpg?width=240&height=135",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_234_O5Biu.jpg?width=370&height=208",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_234_O5Biu.jpg?width=1024&height=576",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_234_O5Biu.jpg",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_235_lYSKD.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_235_lYSKD.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_235_lYSKD.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_235_lYSKD.jpg",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_242_zYyer.jpg?width=240&height=135",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_242_zYyer.jpg?width=370&height=208",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_242_zYyer.jpg?width=1024&height=576",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_242_zYyer.jpg",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_246_66rlL.jpg?width=240&height=135",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_246_66rlL.jpg?width=370&height=208",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_246_66rlL.jpg?width=1024&height=576",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_246_66rlL.jpg",
                  "caption": "Pierre Brooks II - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_318_GAB4c.jpg?width=240&height=135",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_318_GAB4c.jpg?width=370&height=208",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_318_GAB4c.jpg?width=1024&height=576",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_318_GAB4c.jpg",
                  "caption": "Finley Bizjack - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_258_Gm7Nw.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_258_Gm7Nw.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_258_Gm7Nw.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_258_Gm7Nw.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_260_KEUYr.jpg?width=240&height=135",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_260_KEUYr.jpg?width=370&height=208",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_260_KEUYr.jpg?width=1024&height=576",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_260_KEUYr.jpg",
                  "caption": "DJ Davis - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_285_KscN7.jpg?width=240&height=135",
                  "caption": "Boden Kapke - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_285_KscN7.jpg?width=370&height=208",
                  "caption": "Boden Kapke - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_285_KscN7.jpg?width=1024&height=576",
                  "caption": "Boden Kapke - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_285_KscN7.jpg",
                  "caption": "Boden Kapke - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_296_w4xTF.jpg?width=240&height=135",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_296_w4xTF.jpg?width=370&height=208",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_296_w4xTF.jpg?width=1024&height=576",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_296_w4xTF.jpg",
                  "caption": "Jahmyl Telfort - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_299_Ks03B.jpg?width=240&height=135",
                  "caption": "Landon Moore and Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_299_Ks03B.jpg?width=370&height=208",
                  "caption": "Landon Moore and Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_299_Ks03B.jpg?width=1024&height=576",
                  "caption": "Landon Moore and Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_299_Ks03B.jpg",
                  "caption": "Landon Moore and Andre Screen - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_308_SvqnP.jpg?width=240&height=135",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_308_SvqnP.jpg?width=370&height=208",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_308_SvqnP.jpg?width=1024&height=576",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_308_SvqnP.jpg",
                  "caption": "Jalen Thomas - 2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }, {
                "small": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg?width=240&height=135",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "medium": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg?width=370&height=208",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "large": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg?width=1024&height=576",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                },
                "original": {
                  "url": "/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg",
                  "caption": "2023-24 at Creighton",
                  "credit": "Zach Bolinger"
                }
              }],
              "caption": "2023-24 at Creighton",
              "credit": "Zach Bolinger",
              "content_id": "2518",
              "content_title": "2023-24 BUTLER MBB AT CREIGHTON",
              "content_date": "2024-02-02T21:00:00",
              "content_url": "/galleries/?gallery=2518",
              "content_image_url": "http://butlersports.com/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg?width=370&height=208",
              "date": "2024-02-02T21:00:00"
            }],
            "mode": "web"
          };
          if (!("sidearmComponents" in window)) window.sidearmComponents = [];
          window.sidearmComponents.push(obj);
        </script>
        <galleries-component params="{ id: '7a6899be-6a5b-4934-9dcf-978a2381e9f5' }">
          <div class="component c-galleries c-galleries--grid">
            <div class="common-header">
              <div class="common-header__title"><span>Bulldog&nbsp;</span><span>Photos</span></div>
              <div class="common-header__ad"><ads-component params="{name: 'cs---photo-galleries-c91ca9'}"><!-- ko ifnot: isInitializing() -->
                  <!-- ko switch -->
                  <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                  <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                  <!-- /ko -->
                  <!-- /ko --></ads-component></div>
            </div>
            <!-- ko if: !data().length --><!-- /ko -->
            <div class="c-galleries__list flex flex-wrap" data-bind="fastForEach: data">
              <div class="c-galleries__item">
                <a class="c-galleries__link" data-bind="attr: {href:url, title: 'View gallery ' + title}" href="/galleries/?gallery=2521" title="View gallery @ButlerUWBB WNIT vs. Purdue">
              <div class="c-galleries__media-container relative">
                  <div class="c-galleries__media relative">
                      <picture class="c-galleries__picture" data-bind="html5Picture: { 'images': [
                              { 'breakpoint': 414, 'image': images.large.url + '?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80' },
                              { 'breakpoint': 0, 'image': images.large.url + '?width=540&amp;height=540&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80' }
                          ]}, alt: title">
                      <source media="(min-width:414px)" data-srcset="/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg?width=1024&amp;height=682?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80"><source media="(min-width:0px)" data-srcset="/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg?width=1024&amp;height=682?width=540&amp;height=540&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80"><img data-src="/images/2024/3/27/20240325_vs_Purdue_Boilermakers_090.jpg?width=1024&amp;height=682?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80" alt="@ButlerUWBB WNIT vs. Purdue" class="lazyload" style=""></picture>
                      <div class="c-galleries__meta">
                        <div class="c-galleries__count text-center">
                            <span data-bind="text: gallery_images.length">30</span>
                            <span>Photos</span>
                        </div>
                        <div class="c-galleries__meta-link" data-bind="attr: { href: url }" href="/galleries/?gallery=2521">View Gallery Here
                        </div>
                        </div>
                  </div>
              </div>
              <div class="c-galleries__details">
                  <div class="c-galleries__title" data-bind="text: title">@ButlerUWBB WNIT vs. Purdue</div>
              </div>
          </a>
              </div>
              <div class="c-galleries__item">
                <a class="c-galleries__link" data-bind="attr: {href:url, title: 'View gallery ' + title}" href="/galleries/?gallery=2520" title="View gallery 2024 Baseball Home Opener vs. PFW">
              <div class="c-galleries__media-container relative">
                  <div class="c-galleries__media relative">
                      <picture class="c-galleries__picture" data-bind="html5Picture: { 'images': [
                              { 'breakpoint': 414, 'image': images.large.url + '?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80' },
                              { 'breakpoint': 0, 'image': images.large.url + '?width=540&amp;height=540&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80' }
                          ]}, alt: title">
                      <source media="(min-width:414px)" data-srcset="/images/2024/3/7/_DSC3103.jpg?width=1024&amp;height=682?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80"><source media="(min-width:0px)" data-srcset="/images/2024/3/7/_DSC3103.jpg?width=1024&amp;height=682?width=540&amp;height=540&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80"><img data-src="/images/2024/3/7/_DSC3103.jpg?width=1024&amp;height=682?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80" alt="2024 Baseball Home Opener vs. PFW" class="lazyload" style=""></picture>
                      <div class="c-galleries__meta">
                        <div class="c-galleries__count text-center">
                            <span data-bind="text: gallery_images.length">77</span>
                            <span>Photos</span>
                        </div>
                        <div class="c-galleries__meta-link" data-bind="attr: { href: url }" href="/galleries/?gallery=2520">View Gallery Here
                        </div>
                        </div>
                  </div>
              </div>
              <div class="c-galleries__details">
                  <div class="c-galleries__title" data-bind="text: title">2024 Baseball Home Opener vs. PFW</div>
              </div>
          </a>
              </div>
              <div class="c-galleries__item">
                <a class="c-galleries__link" data-bind="attr: {href:url, title: 'View gallery ' + title}" href="/galleries/?gallery=2519" title="View gallery 2023-24 Butler MBB - Providence">
              <div class="c-galleries__media-container relative">
                  <div class="c-galleries__media relative">
                      <picture class="c-galleries__picture" data-bind="html5Picture: { 'images': [
                              { 'breakpoint': 414, 'image': images.large.url + '?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80' },
                              { 'breakpoint': 0, 'image': images.large.url + '?width=540&amp;height=540&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80' }
                          ]}, alt: title">
                      <source media="(min-width:414px)" data-srcset="/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg?width=1024&amp;height=576?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80"><source media="(min-width:0px)" data-srcset="/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg?width=1024&amp;height=576?width=540&amp;height=540&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80"><img data-src="/images/2024/2/15/20240210_vs_Providence_121_e5Fa5.jpg?width=1024&amp;height=576?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80" alt="2023-24 Butler MBB - Providence" class="lazyload" style=""></picture>
                      <div class="c-galleries__meta">
                        <div class="c-galleries__count text-center">
                            <span data-bind="text: gallery_images.length">28</span>
                            <span>Photos</span>
                        </div>
                        <div class="c-galleries__meta-link" data-bind="attr: { href: url }" href="/galleries/?gallery=2519">View Gallery Here
                        </div>
                        </div>
                  </div>
              </div>
              <div class="c-galleries__details">
                  <div class="c-galleries__title" data-bind="text: title">2023-24 Butler MBB - Providence</div>
              </div>
          </a>
              </div>
              <div class="c-galleries__item">
                <a class="c-galleries__link" data-bind="attr: {href:url, title: 'View gallery ' + title}" href="/galleries/?gallery=2518" title="View gallery 2023-24 BUTLER MBB AT CREIGHTON">
              <div class="c-galleries__media-container relative">
                  <div class="c-galleries__media relative">
                      <picture class="c-galleries__picture" data-bind="html5Picture: { 'images': [
                              { 'breakpoint': 414, 'image': images.large.url + '?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80' },
                              { 'breakpoint': 0, 'image': images.large.url + '?width=540&amp;height=540&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80' }
                          ]}, alt: title">
                      <source media="(min-width:414px)" data-srcset="/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg?width=1024&amp;height=576?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80"><source media="(min-width:0px)" data-srcset="/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg?width=1024&amp;height=576?width=540&amp;height=540&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80"><img data-src="/images/2024/2/15/20240202_vs_Creighton_324_E1gOC.jpg?width=1024&amp;height=576?width=768&amp;height=432&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;format=jpg&amp;quality=80" alt="2023-24 BUTLER MBB AT CREIGHTON" class="lazyload" style=""></picture>
                      <div class="c-galleries__meta">
                        <div class="c-galleries__count text-center">
                            <span data-bind="text: gallery_images.length">43</span>
                            <span>Photos</span>
                        </div>
                        <div class="c-galleries__meta-link" data-bind="attr: { href: url }" href="/galleries/?gallery=2518">View Gallery Here
                        </div>
                        </div>
                  </div>
              </div>
              <div class="c-galleries__details">
                  <div class="c-galleries__title" data-bind="text: title">2023-24 BUTLER MBB AT CREIGHTON</div>
              </div>
          </a>
              </div>
            </div>
            <div class="c-galleries__footer">
              <a href="galleries" class="c-galleries__footer-link">View All Photo Galleries
          <span class="sf-arrows-round-right"></span>
      </a>
            </div>
          </div>
        </galleries-component>
      </div>
    </section>
    <section class="s-awards" aria-labelledby="h2_awards">
      <h2 class="hide" id="h2_awards">Bulldogs of the Month</h2>
      <script>
        var obj = {
          "start": 0,
          "count": 2,
          "name": "",
          "sport_id": null,
          "count_breakpoints": "[{\"breakpoint\":1200,\"count\":2,\"name\":\"aotw-desktop\"},{\"breakpoint\":0,\"count\":2,\"name\":\"aotw-mobile\"}]",
          "css_class": "",
          "pinned_id": "",
          "extra": {
            "award_id": 1
          },
          "context": null,
          "dummy": false,
          "type": "awards",
          "id": "f70ea12b-22d3-4ecc-bc22-8ea311d0610c",
          "data": [{
            "id": 1,
            "aow_type_id": 1,
            "aow_type_title": "Athletes of the Week",
            "firstname": "Carter",
            "lastname": "Dorighi ",
            "gender": "M",
            "hometown": "Cherry Hills Village, Colo.",
            "highschool": "Cherry Creek",
            "major": null,
            "previous_team": "Lafayette College",
            "sport_title": "Baseball",
            "external_link": null,
            "sport": {
              "id": 1,
              "title": "Baseball",
              "abbreviation": "BB",
              "shortname": "baseball",
              "short_title": "BASE",
              "global_sport_id": null,
              "non_sport": false,
              "show_at_vs": false,
              "global_sport_shortname": null,
              "gender": null,
              "youtube": null,
              "facebook": null,
              "twitter": null,
              "instagram": null,
              "pinterest": null,
              "tickets": null,
              "global_sport_name_slug": null,
              "url": null,
              "ranking": null,
              "game_synonym": null
            },
            "position_long": "SS",
            "position_short": "SS",
            "short_highlights": null,
            "academic_year": "Jr.",
            "academic_year_full": "Junior",
            "jersey_number": "4",
            "use_bio_photo": false,
            "image": "/images/2024/3/7/_DSC4243_s5Wpi.jpg",
            "background_image": null,
            "url": "/roster.aspx?rp_id=11714",
            "date": "2024-03-01T00:00:00"
          }, {
            "id": 2,
            "aow_type_id": 1,
            "aow_type_title": "Athletes of the Week",
            "firstname": "Delaney",
            "lastname": "Schurhamer",
            "gender": "F",
            "hometown": "Woodbury, Minn.",
            "highschool": "Woodbury",
            "major": null,
            "previous_team": null,
            "sport_title": "Women's Tennis",
            "external_link": null,
            "sport": {
              "id": 18,
              "title": "Women's Tennis",
              "abbreviation": "WTEN",
              "shortname": "wten",
              "short_title": "WTEN",
              "global_sport_id": null,
              "non_sport": false,
              "show_at_vs": false,
              "global_sport_shortname": null,
              "gender": null,
              "youtube": null,
              "facebook": null,
              "twitter": null,
              "instagram": null,
              "pinterest": null,
              "tickets": null,
              "global_sport_name_slug": null,
              "url": null,
              "ranking": null,
              "game_synonym": null
            },
            "position_long": "",
            "position_short": "",
            "short_highlights": null,
            "academic_year": "Sr.",
            "academic_year_full": "Senior",
            "jersey_number": "",
            "use_bio_photo": false,
            "image": "/images/2024/2/4/Schurhamer_2.jpg",
            "background_image": null,
            "url": "/roster.aspx?rp_id=11532",
            "date": "2024-03-01T00:00:00"
          }],
          "mode": "web"
        };
        if (!("sidearmComponents" in window)) window.sidearmComponents = [];
        window.sidearmComponents.push(obj);
      </script>
      <awards-component params="{ id: 'f70ea12b-22d3-4ecc-bc22-8ea311d0610c' }"><!-- ko if: name() === 'aotw-desktop' || name() === 'aotw-mobile'  -->
        <div class="s-awards__inner">
          <!-- ko if: name() === 'aotw-desktop' -->
          <!-- ko if: data().length > 0 -->
          <div class="component c-awards c-awards--standard flex flex-align-center row pad" data-bind="fastForEach: data">
            <div class="c-awards__item flex flex-align-center">
              <div class="c-awards__media-container relative">
                <div class="c-awards__media">
                  <img class="c-awards__image lazyload" data-bind="attr: { 'data-src': image + '?width=456&amp;height=392&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;quality=80', alt: name }"
                    data-src="/images/2024/3/7/_DSC4243_s5Wpi.jpg?width=456&amp;height=392&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;quality=80" alt="Carter Dorighi ">
                </div>
                <div class="c-awards__details">
                  <div class="c-awards__name text-center">
                    <span data-bind="text: firstname">Carter</span><br>
                    <span data-bind="text: lastname">Dorighi </span>
                  </div>
                  <a class="c-awards__link" data-bind="attr: { 'aria-label': name, href: url }" aria-label="Carter Dorighi " href="/roster.aspx?rp_id=11714">Full Bio Here</a>
                </div>
              </div>
            </div>
            <!-- ko if: $index() === 0 -->
            <div class="c-awards__logo relative">
              <img class="c-awards__logo-img" data-bind="attr: {src: $component.bucket + '/images/responsive_2021/aotw_header_desktop.png'}" alt=""
                src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/aotw_header_desktop.png">
              <ads-component params="{name:'cs---awards-fa2e00'}"><!-- ko ifnot: isInitializing() -->
                <!-- ko switch -->
                <!-- ko case: ad.location.type === 'single' -->
                <!-- ko with: single -->
                <div class="ad single-ad" data-bind="css: css_class">
                  <!-- ko if: link === '' || link === '#' -->
                  <span>
                    <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))">
                      <source media="(min-width:0px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2016/5/31/pnc_150x50.png"><img
                        data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2016/5/31/pnc_150x50.png" alt="PNC" class="lazyload" style="">
                    </picture>
                  </span>
                  <!-- /ko -->
                  <!-- ko if: link !== '' && link !== '#' --><!-- /ko -->
                </div>
                <!-- /ko -->
                <!-- /ko -->
                <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
                <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
                <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
                <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
                <!-- /ko -->
                <!-- /ko -->
              </ads-component>
            </div>
            <!-- /ko -->
            <div class="c-awards__item flex flex-align-center">
              <div class="c-awards__media-container relative">
                <div class="c-awards__media">
                  <img class="c-awards__image lazyload" data-bind="attr: { 'data-src': image + '?width=456&amp;height=392&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;quality=80', alt: name }"
                    data-src="/images/2024/2/4/Schurhamer_2.jpg?width=456&amp;height=392&amp;mode=crop&amp;scale=both&amp;anchor=topcenter&amp;quality=80" alt="Delaney Schurhamer">
                </div>
                <div class="c-awards__details">
                  <div class="c-awards__name text-center">
                    <span data-bind="text: firstname">Delaney</span><br>
                    <span data-bind="text: lastname">Schurhamer</span>
                  </div>
                  <a class="c-awards__link" data-bind="attr: { 'aria-label': name, href: url }" aria-label="Delaney Schurhamer" href="/roster.aspx?rp_id=11532">Full Bio Here</a>
                </div>
              </div>
            </div>
            <!-- ko if: $index() === 0 --><!-- /ko -->
          </div>
          <!-- /ko -->
          <!-- /ko -->
          <!-- ko if: name() === 'aotw-mobile' --><!--/ko-->
        </div>
        <!--/ko-->
        <!-- ko if: name() === 'testimonial' --><!-- /ko -->
      </awards-component>
    </section>
    <script>
      require(['jquery', 'jquery-ui'], function($) {
        window.triggerTabs = function(tab_index) {
          $('.s-top__tabset').tabs({
            active: tab_index
          });
          $('.ui-tabs-anchor').attr("tabindex", 0);
        };
        window.triggerTabs(0);
      });
    </script>
  </main>
  <footer class="main-footer" aria-labelledby="h2_footer">
    <h2 class="hide" id="h2_footer">Footer</h2>
    <div class="main-footer__sponsors">
      <div class="main-footer__background"></div>
      <div class="main-footer__sponsors-inner row pad">
        <script>
          var obj = {
            "start": 0,
            "count": 10,
            "name": "promo-rotator-921404",
            "sport_id": null,
            "count_breakpoints": null,
            "css_class": "",
            "pinned_id": "",
            "extra": {},
            "context": null,
            "dummy": false,
            "type": "ads",
            "id": "706d3ba3-9c70-4fb6-81fe-ef4db6c49499",
            "data": {
              "location": {
                "id": 144,
                "title": "Promo Rotator",
                "type": "multi",
                "effect": "slide",
                "fixed_image_sizes": true,
                "excluded_sport_ids": [],
                "slick": true,
                "dfp": false,
                "sidearm_dfp": false,
                "common_page": false,
                "html_template": null,
                "name": "promo-rotator-921404",
                "autoplay_speed": 8,
                "accessibility_icons": false,
                "sizes": null,
                "slick_options": [{
                  "id": 0,
                  "breakpoint": 0,
                  "arrows": true,
                  "dots": false,
                  "slides_to_show": 1,
                  "slides_to_scroll": 1,
                  "extra_options": "{autoplay:true, autoplaySpeed:5000, pauseOnHover: false, pausable: true}"
                }, {
                  "id": 0,
                  "breakpoint": 480,
                  "arrows": true,
                  "dots": false,
                  "slides_to_show": 2,
                  "slides_to_scroll": 1,
                  "extra_options": "{autoplay:true, autoplaySpeed:5000, pauseOnHover: false, pausable: true}"
                }, {
                  "id": 0,
                  "breakpoint": 720,
                  "arrows": true,
                  "dots": false,
                  "slides_to_show": 3,
                  "slides_to_scroll": 1,
                  "extra_options": "{autoplay:true, autoplaySpeed:5000, pauseOnHover: false, pausable: true}"
                }, {
                  "id": 0,
                  "breakpoint": 960,
                  "arrows": true,
                  "dots": false,
                  "slides_to_show": 4,
                  "slides_to_scroll": 1,
                  "extra_options": "{autoplay:true, autoplaySpeed:5000, pauseOnHover: false, pausable: true}"
                }, {
                  "id": 0,
                  "breakpoint": 1200,
                  "arrows": true,
                  "dots": false,
                  "slides_to_show": 5,
                  "slides_to_scroll": 1,
                  "extra_options": "{autoplay:true, autoplaySpeed:5000, pauseOnHover: false, pausable: true}"
                }, {
                  "id": 0,
                  "breakpoint": 1440,
                  "arrows": true,
                  "dots": false,
                  "slides_to_show": 6,
                  "slides_to_scroll": 1,
                  "extra_options": "{autoplay:true, autoplaySpeed:5000, pauseOnHover: false, pausable: true}"
                }],
                "dfp_sizes": null
              },
              "campaigns": [{
                "id": 2,
                "title": "PNC",
                "start_date": "2021-01-28T11:36:18",
                "end_date": null,
                "open_in_new_window": true,
                "link": "/common/controls/adhandler.aspx?ad_id=2&target=https://www.pnc.com/en/personal-banking.html",
                "icon": null,
                "html": null,
                "picture": {
                  "images": [{
                    "breakpoint": 0,
                    "alt": "PNC 216x112",
                    "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/6/23/PNC_216x112.jpg",
                    "width": null,
                    "height": null
                  }]
                },
                "css_class": null,
                "is_dummy": false,
                "hover_text": null
              }, {
                "id": 3,
                "title": "Mt. Dew",
                "start_date": "2021-01-28T11:36:18",
                "end_date": null,
                "open_in_new_window": true,
                "link": "/common/controls/adhandler.aspx?ad_id=3&target=https://www.mountaindew.com/",
                "icon": null,
                "html": null,
                "picture": {
                  "images": [{
                    "breakpoint": 0,
                    "alt": "Mt. Dew 216x112",
                    "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/6/23/Mt_Dew_216x112.jpg",
                    "width": null,
                    "height": null
                  }]
                },
                "css_class": null,
                "is_dummy": false,
                "hover_text": null
              }, {
                "id": 4,
                "title": "Nike",
                "start_date": "2021-01-28T11:36:18",
                "end_date": null,
                "open_in_new_window": true,
                "link": "/common/controls/adhandler.aspx?ad_id=4&target=https://www.nike.com/",
                "icon": null,
                "html": null,
                "picture": {
                  "images": [{
                    "breakpoint": 0,
                    "alt": "Nike 216x112",
                    "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/6/23/Nike_216x112.jpg",
                    "width": null,
                    "height": null
                  }]
                },
                "css_class": null,
                "is_dummy": false,
                "hover_text": null
              }, {
                "id": 6,
                "title": "Franciscan",
                "start_date": "2023-09-26T00:00:00",
                "end_date": null,
                "open_in_new_window": true,
                "link": "/common/controls/adhandler.aspx?ad_id=6&target=https://www.franciscanhealth.org/",
                "icon": null,
                "html": null,
                "picture": {
                  "images": [{
                    "breakpoint": 0,
                    "alt": "Franciscian Health New Web 10/13",
                    "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2023/10/13/Franciscan_Health_Web_New.jpg",
                    "width": null,
                    "height": null
                  }]
                },
                "css_class": null,
                "is_dummy": false,
                "hover_text": null
              }, {
                "id": 7,
                "title": "Forte Sports",
                "start_date": "2023-09-26T09:36:18",
                "end_date": null,
                "open_in_new_window": true,
                "link": "/common/controls/adhandler.aspx?ad_id=7&target=https://forteortho.com/",
                "icon": null,
                "html": null,
                "picture": {
                  "images": [{
                    "breakpoint": 0,
                    "alt": "Forte Web New 10-13",
                    "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2023/10/13/Forte_Web_New.jpg",
                    "width": null,
                    "height": null
                  }]
                },
                "css_class": null,
                "is_dummy": false,
                "hover_text": null
              }, {
                "id": 8,
                "title": "Upland Brewing",
                "start_date": "2023-09-26T09:36:18",
                "end_date": null,
                "open_in_new_window": true,
                "link": "/common/controls/adhandler.aspx?ad_id=8&target=https://uplandbeer.com/",
                "icon": null,
                "html": null,
                "picture": {
                  "images": [{
                    "breakpoint": 0,
                    "alt": "Upland Brewing Logo",
                    "image": "https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2023/9/27/Upland_Brewing_Website_White.jpg",
                    "width": null,
                    "height": null
                  }]
                },
                "css_class": null,
                "is_dummy": false,
                "hover_text": null
              }],
              "content_id": "promo-rotator-921404",
              "content_title": "promo-rotator-921404",
              "content_date": null,
              "content_url": null,
              "content_image_url": null
            },
            "mode": "web"
          };
          if (!("sidearmComponents" in window)) window.sidearmComponents = [];
          window.sidearmComponents.push(obj);
        </script>
        <ads-component params="{ id: '706d3ba3-9c70-4fb6-81fe-ef4db6c49499' }"><!-- ko ifnot: isInitializing() -->
          <!-- ko switch -->
          <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
          <!-- ko case: ad.location.type === 'multi' -->
          <!-- ko if: ad.location.effect === 'slide' || ad.location.effect === 'fade' -->
          <div class="ads-container on-focus-outline slick-initialized slick-slider" data-bind="afterBind: { callback: function() { $component.slick($element, slickOptions) }, foreach: ad.campaigns }">
            <div class="slick-list draggable" tabindex="0">
              <div class="slick-track" style="opacity: 1; width: 1440px; transform: translate3d(0px, 0px, 0px);">
                <div class="ad multi-ad slick-slide slick-active" data-bind="css: css_class" data-slick-index="0" aria-hidden="false" style="width: 240px;">
                  <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                  <!-- ko if: link !== '' && link !== '#' -->
                  <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="PNC 216x112" href="/common/controls/adhandler.aspx?ad_id=2&amp;target=https://www.pnc.com/en/personal-banking.html" title="PNC" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:0px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/6/23/PNC_216x112.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/6/23/PNC_216x112.jpg" alt="PNC 216x112" class="lazyload" style=""></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                  <!-- /ko -->
                </div>
                <div class="ad multi-ad slick-slide slick-active" data-bind="css: css_class" data-slick-index="1" aria-hidden="false" style="width: 240px;">
                  <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                  <!-- ko if: link !== '' && link !== '#' -->
                  <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="Mt. Dew 216x112" href="/common/controls/adhandler.aspx?ad_id=3&amp;target=https://www.mountaindew.com/" title="Mt. Dew" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:0px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/6/23/Mt_Dew_216x112.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/6/23/Mt_Dew_216x112.jpg" alt="Mt. Dew 216x112" class="lazyload" style=""></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                  <!-- /ko -->
                </div>
                <div class="ad multi-ad slick-slide slick-active" data-bind="css: css_class" data-slick-index="2" aria-hidden="false" style="width: 240px;">
                  <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                  <!-- ko if: link !== '' && link !== '#' -->
                  <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="Nike 216x112" href="/common/controls/adhandler.aspx?ad_id=4&amp;target=https://www.nike.com/" title="Nike" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:0px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/6/23/Nike_216x112.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2021/6/23/Nike_216x112.jpg" alt="Nike 216x112" class="lazyload" style=""></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                  <!-- /ko -->
                </div>
                <div class="ad multi-ad slick-slide slick-active" data-bind="css: css_class" data-slick-index="3" aria-hidden="false" style="width: 240px;">
                  <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                  <!-- ko if: link !== '' && link !== '#' -->
                  <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="Franciscian Health New Web 10/13" href="/common/controls/adhandler.aspx?ad_id=6&amp;target=https://www.franciscanhealth.org/" title="Franciscan" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:0px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2023/10/13/Franciscan_Health_Web_New.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2023/10/13/Franciscan_Health_Web_New.jpg" alt="Franciscian Health New Web 10/13" class="lazyload" style=""></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                  <!-- /ko -->
                </div>
                <div class="ad multi-ad slick-slide slick-active" data-bind="css: css_class" data-slick-index="4" aria-hidden="false" style="width: 240px;">
                  <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                  <!-- ko if: link !== '' && link !== '#' -->
                  <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="Forte Web New 10-13" href="/common/controls/adhandler.aspx?ad_id=7&amp;target=https://forteortho.com/" title="Forte Sports" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:0px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2023/10/13/Forte_Web_New.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2023/10/13/Forte_Web_New.jpg" alt="Forte Web New 10-13" class="lazyload" style=""></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                  <!-- /ko -->
                </div>
                <div class="ad multi-ad slick-slide slick-active" data-bind="css: css_class" data-slick-index="5" aria-hidden="false" style="width: 240px;">
                  <!-- ko if: link === '' || link === '#' --><!-- /ko -->
                  <!-- ko if: link !== '' && link !== '#' -->
                  <a data-bind="attr:{'aria-label': ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title)), href: link, title: hover_text ? hover_text : title, target: open_in_new_window ? '_blank' : '' }, click: $component.trackEvent.bind($data, 'click', $data.title)" aria-label="Upland Brewing Logo" href="/common/controls/adhandler.aspx?ad_id=8&amp;target=https://uplandbeer.com/" title="Upland Brewing" target="_blank">
                                <picture data-bind="html5Picture: picture, alt: ((typeof picture.images[0] != 'undefined') ? (picture.images[0].alt) : (hover_text ? hover_text : title))"><source media="(min-width:0px)" data-srcset="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2023/9/27/Upland_Brewing_Website_White.jpg"><img data-src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/2023/9/27/Upland_Brewing_Website_White.jpg" alt="Upland Brewing Logo" class="lazyload" style=""></picture>
                                <!-- ko if: open_in_new_window -->
                                    <span class="external-link a11y-hide">Opens in new window</span>
                                <!-- /ko -->
                            </a>
                  <!-- /ko -->
                </div>
              </div>
            </div>
          </div>
          <!-- /ko -->
          <!-- ko if: ad.location.effect === 'none' --><!-- /ko -->
          <!-- ko if: ad.location.effect === 'random' --><!-- /ko -->
          <!-- /ko -->
          <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
          <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
          <!-- ko case: ad.location.type === 'dfp' --><!-- /ko -->
          <!-- /ko -->
          <!-- /ko -->
        </ads-component>
      </div>
    </div>
    <div class="main-footer__logos">
      <div class="main-footer__logos-inner row pad flex flex-justify-center">
        <a class="main-footer__affiliate flex flex-justify-center flex-align-center" target="_blank" href="http://www.butler.edu/">
                            <img class="lazyload" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/footer_edu.svg" alt="Butler University" data-airgap-id="43">
                        </a>
        <a class="main-footer__affiliate flex flex-justify-center flex-align-center" target="_blank" href="http://www.ncaa.com/">
                            <img class="lazyload" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/footer_logo_ncaa.svg" alt="NCAA" data-airgap-id="44">
                        </a>
        <a class="main-footer__affiliate flex flex-justify-center flex-align-center" target="_blank" href="http://www.bigeast.com/">
                            <img class="lazyload" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/footer_conf_bigeast_1.svg" alt="Big East Conference" data-airgap-id="45">
                        </a>
        <a class="main-footer__affiliate flex flex-justify-center flex-align-center" target="_blank" href="http://www.pioneer-football.org/">
                            <img class="lazyload" src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/footer_conf_pioneer_1.svg" alt="Pioneer League Football" data-airgap-id="46">
                        </a>
      </div>
    </div>
    <div class="main-footer__legal text-center"> © 2024 Butler University • 4600 Sunset Ave., Indianapolis, IN 46208 • Phone: (800) 368-6852 </div>
    <div class="main-footer__common">
      <div class="main-footer__common-inner row">
        <style>
          .c-common-footer {
            line-height: 1.5;
            padding: 0;
            flex-direction: column !important;
          }

          .c-common-footer .c-common-footer__list-items {
            margin: 0;
            padding: 0;
            list-style: none;
            flex-direction: column;
          }

          .c-common-footer .c-common-footer__list-item {
            padding: 12px 24px;
            border-top: solid 1px;
          }

          .c-common-footer .c-common-footer__list-item:first-child {
            border-top: none;
          }

          /* .c-common-footer .c-common-footer__list-item:nth-child(n+3){width:100%;} */
          .c-common-footer .c-common-footer__list-link {
            font-weight: 400;
            font-size: 1rem;
          }

          .c-common-footer .c-common-footer__list-link:hover {
            text-decoration: underline;
          }

          .c-common-footer .c-common-footer__logos {
            flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
            border-top: solid 1px;
          }

          .c-common-footer .c-common-footer__logo-item {
            padding: 24px;
            flex: 1 1 50%;
            -webkit-flex: 1 1 50%;
            text-align: center;
          }

          .c-common-footer .c-common-footer__logo-link {
            display: inline-block;
          }

          .c-common-footer .c-common-footer__logo-item:nth-child(n+2) {
            border-left: solid 1px;
          }

          .c-common-footer .c-common-footer__logo-item svg {
            max-height: 30px;
            width: 100%;
          }

          .c-common-footer--black {
            background: black;
          }

          .c-common-footer--black .c-common-footer__list-link {
            color: white;
          }

          .c-common-footer--black .c-common-footer__list-item {
            border-top-color: #474952;
          }

          .c-common-footer--black .c-common-footer__list-item:nth-child(2) {
            border-left-color: #474952;
          }

          .c-common-footer--black .c-common-footer__list-item:nth-child(3) {
            border-left-color: #474952;
          }

          .c-common-footer--black .c-common-footer__list-item:nth-child(4) {
            border-left-color: #474952;
          }

          .c-common-footer--black .c-common-footer__logos {
            border-top-color: #474952;
          }

          .c-common-footer--black .c-common-footer__logo-item:nth-child(n+2) {
            border-left-color: #474952;
          }

          .c-common-footer--white {
            background: white;
          }

          .c-common-footer--white .c-common-footer__list-link {
            color: black;
          }

          .c-common-footer--white .c-common-footer__list-item {
            border-top-color: #d9d9db;
          }

          .c-common-footer--white .c-common-footer__list-item:nth-child(2) {
            border-left-color: #d9d9db;
          }

          .c-common-footer--white .c-common-footer__list-item:nth-child(3) {
            border-left-color: #d9d9db;
          }

          .c-common-footer--white .c-common-footer__list-item:nth-child(4) {
            border-left-color: #d9d9db;
          }

          .c-common-footer--white .c-common-footer__logos {
            border-top-color: #d9d9db;
          }

          .c-common-footer--white .c-common-footer__logo-item:nth-child(n+2) {
            border-left-color: #d9d9db;
          }

          .c-common-footer--gray {
            background: #f5f5f5;
          }

          .c-common-footer--gray .c-common-footer__list-link {
            color: black;
          }

          .c-common-footer--gray .c-common-footer__list-item {
            border-top-color: #d9d9db;
          }

          .c-common-footer--gray .c-common-footer__list-item:nth-child(2) {
            border-left-color: #d9d9db;
          }

          .c-common-footer--gray .c-common-footer__list-item:nth-child(3) {
            border-left-color: #d9d9db;
          }

          .c-common-footer--gray .c-common-footer__list-item:nth-child(4) {
            border-left-color: #d9d9db;
          }

          .c-common-footer--gray .c-common-footer__logos {
            border-top-color: #d9d9db;
          }

          .c-common-footer--gray .c-common-footer__logo-item:nth-child(n+2) {
            border-left-color: #d9d9db;
          }

          @media all and (min-width:768px) {
            .c-common-footer {
              padding: 24px 0;
              flex-direction: row !important;
            }

            .c-common-footer .c-common-footer__links {
              padding: 24px 12px;
              flex: 1 1 auto;
              -webkit-flex: 1 1 auto;
            }

            .c-common-footer .c-common-footer__list-items {
              flex-direction: row;
            }

            .c-common-footer .c-common-footer__list-item {
              padding: 0 12px;
              margin-bottom: 4px;
              border-top: none;
            }

            .c-common-footer .c-common-footer__list-item:nth-child(2) {
              border-left-style: solid;
              border-left-width: 1px;
            }

            .c-common-footer .c-common-footer__list-item:nth-child(3) {
              border-left-style: solid;
              border-left-width: 1px;
            }

            .c-common-footer .c-common-footer__list-item:nth-child(4) {
              border-left-style: solid;
              border-left-width: 1px;
            }

            .c-common-footer .c-common-footer__logos {
              border-top: none;
            }

            .c-common-footer .c-common-footer__logo-item {
              padding: 6px 24px;
              flex: 0 0 auto;
              -webkit-flex: 0 0 auto;
            }

            .c-common-footer .c-common-footer__logo-item svg {
              height: 36px;
              width: auto;
              max-height: none;
            }

            .c-common-footer .c-common-footer__logo-item .c-common-footer__logo-learfield {
              height: 30px;
              width: auto;
              max-height: none;
            }

            .c-common-footer .c-common-footer__logo-item .c-common-footer__logo-sidearm {
              height: 48px;
              width: auto;
              max-height: none;
            }

            .c-common-footer .c-common-footer__logo-item .c-common-footer__logo-sidearm--alt {
              height: auto;
              width: 170px;
              max-height: none;
            }

            .c-common-footer--learfield .c-common-footer__logos {
              border-top-style: solid;
              border-top-width: 1px;
            }
          }
        </style>
        <div class="component c-common-footer c-common-footer--white flex flex-column flex-align-stretch flex-justify-between c-common-footer--learfield large-flex-row">
          <div class="c-common-footer__links">
            <ul class="c-common-footer__list-items flex flex-column flex-align-stretch medium-flex-row flex-wrap">
              <li class="c-common-footer__list-item">
                <a class="c-common-footer__list-link" href="http://sidearmsports.com/terms-of-service" target="_blank">Terms of Service<span class="accessible-hide">, opens in new window</span></a>
              </li>
              <li class="c-common-footer__list-item">
                <a class="c-common-footer__list-link" href="http://sidearmsports.com/privacypolicy" target="_blank">Privacy Policy<span class="accessible-hide">, opens in new window</span></a>
              </li>
              <li class="c-common-footer__list-item">
                <a class="c-common-footer__list-link" href="https://sidearmsports.com/accessibility-statement" target="_blank" aria-label="Accessibility at SIDEARM, opens in new tab">Accessibility</a>
              </li>
              <li class="c-common-footer__list-item">
                <a id="cpra_button" class="c-common-footer__list-link" href="#" aria-label="Do Not Sell or Share My Personal Information, opens in modal">Do Not Sell or Share My Personal Information</a>
              </li>
            </ul>
          </div>
          <div class="c-common-footer__logos flex flex-align-center">
            <div class="c-common-footer__logo-item">
              <a class="c-common-footer__logo-link" href="https://www.learfield.com" aria-label="Learfield, opens a new window" target="_blank">

                        <svg class="c-common-footer__logo-learfield" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 39" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" aria-label="Learfield, opens a new tab"><title>Learfield, opens a new window</title><g clip-path="url(#clip2)" fill="#000"><path d="M56.637 11.185h-2.958V27.73h13.079v-2.913H56.637V11.185zM70.611 27.73h13.08v-2.95H73.57v-3.845h7.2v-2.952h-7.2v-2.37c0-.815-.662-1.475-1.48-1.475h11.6v-2.952H70.611V27.73zm22.343-16.545L87.117 27.73h3.114l4.826-13.593 2.375 6.797h-3.153l-1.051 2.951h5.255l1.362 3.845h3.153L97.16 11.185h-4.205zm26.548 6.835v-3.883a2.954 2.954 0 00-2.959-2.952h-10.12V27.73h2.958v-6.796h4.593l3.153 6.796h3.231l-3.192-6.874a2.876 2.876 0 002.336-2.835zm-2.959-.038h-7.162v-2.37c0-.815-.662-1.475-1.479-1.475h8.641v3.845zm8.603 9.748h2.958v-6.796h7.163v-2.952h-7.163v-2.37c0-.815-.661-1.475-1.479-1.475h11.6v-2.952h-13.079V27.73zm19.852-16.545h-2.958V27.73h2.958V11.185zm5.683 16.545h13.079v-2.95h-10.121v-3.845h7.163v-2.952h-7.163v-2.37c0-.815-.661-1.475-1.479-1.475h11.6v-2.952h-13.079V27.73zm21.254-16.545h-2.959V27.73h13.079v-2.913h-10.12V11.185zm21.954 0h-8.019V27.73h8.019c3.347 0 6.111-2.718 6.111-6.097v-4.389c0-3.34-2.725-6.059-6.111-6.059zm3.153 10.487a3.137 3.137 0 01-3.153 3.145h-5.061v-9.204c0-.816-.661-1.476-1.479-1.476h6.54a3.137 3.137 0 013.153 3.146v4.389zM0 38.954h39.042V0H0v38.954zM16.31 27.73l6.267-6.253 13.39 6.253H16.31zm-.545-16.545h13.819L13 27.73H3.075l14.636-14.603-1.946-1.942z"></path></g><defs><clipPath id="clip2"><path fill="#fff" d="M0 0h200v38.954H0z"></path></clipPath></defs></svg>
                    
                </a>
            </div>
            <div class="c-common-footer__logo-item">
              <a class="c-common-footer__logo-link" href="https://www.sidearmsports.com" aria-label="Sidearm Sports Learfield, opens a new window" target="_blank">

                    <svg class="c-common-footer__logo-sidearm" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 57" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" aria-label="Sidearm Sports website, opens a new tab"><g clip-path="url(#clip4)"><title>Sidearm Sports Learfield, opens a new window</title><path d="M126.192 3.382c-.61 0-.924.558-.924 1.674v.662c0 .855.61 1.64 1.865 2.371 1.743 1.03 2.894 1.866 3.469 2.511 1.273 1.465 1.9 3.487 1.9 6.067 0 3.626-2.126 5.44-6.362 5.44-2.092 0-3.609-.384-4.515-1.168-.977-.855-1.465-2.302-1.465-4.36v-2.65h5.108c0 .245-.017.611-.052 1.1a16.89 16.89 0 00-.053 1.098c0 1.726.349 2.58 1.046 2.58.698 0 1.029-.663 1.029-1.988 0-.906-.105-1.621-.349-2.127-.244-.505-.732-.993-1.482-1.499-1.952-1.29-3.085-2.11-3.381-2.423-1.221-1.308-1.831-3.104-1.831-5.405 0-3.522 2.005-5.265 5.997-5.265 2.475 0 4.114.523 4.916 1.552.697.871 1.028 2.58 1.028 5.108h-4.881V5.352c0-1.307-.348-1.97-1.063-1.97zm12.621 5.998h.993c.907 0 1.36-.454 1.36-1.343V5.038c0-.889-.453-1.325-1.36-1.325h-.993V9.38zM133.566 0h7.199c3.487 0 5.23 1.691 5.23 5.038v2.72c0 2.406-.645 3.94-1.918 4.638-.819.453-2.58.68-5.264.68v9.013h-5.247V0zm18.949 17.138c0 .924.348 1.394 1.046 1.394.697 0 1.045-.47 1.045-1.394V4.968c0-.923-.348-1.394-1.045-1.394-.698 0-1.046.47-1.046 1.395v12.169zm-5.457-10.565c0-2.232.523-3.888 1.569-4.97C149.673.523 151.329 0 153.561 0c2.248 0 3.887.523 4.933 1.604 1.046 1.063 1.569 2.72 1.569 4.969v8.96c0 2.232-.523 3.889-1.569 4.97-1.046 1.063-2.685 1.604-4.933 1.604-2.232 0-3.888-.54-4.934-1.604-1.046-1.064-1.569-2.72-1.569-4.97v-8.96zm19.577 1.883h.436c1.133 0 1.708-.506 1.708-1.552v-1.83c0-1.03-.575-1.552-1.708-1.552h-.436v4.934zM161.388 0h6.031c2.754 0 4.515.384 5.3 1.168.784.785 1.168 2.545 1.168 5.3 0 1.238-.245 2.162-.75 2.772-.506.61-1.377.994-2.597 1.133 1.307.175 2.231.558 2.754 1.151.54.61.802 1.552.802 2.842v7.74h-5.317v-8.385c0-1.273-.488-1.918-1.447-1.918h-.68v10.303h-5.247V0h-.017zm16.525 4.463h-3.382V0h12.447v4.463h-3.382v17.644h-5.683V4.463zm15.759-1.081c-.61 0-.924.558-.924 1.674v.662c0 .855.628 1.64 1.865 2.371 1.744 1.03 2.894 1.866 3.47 2.511 1.272 1.464 1.9 3.487 1.9 6.067 0 3.626-2.11 5.44-6.363 5.44-2.092 0-3.591-.384-4.515-1.169-.959-.854-1.447-2.3-1.447-4.358v-2.65h5.108c0 .244-.018.61-.053 1.098a17.48 17.48 0 00-.052 1.099c0 1.726.331 2.58 1.029 2.58.697 0 1.046-.663 1.046-1.988 0-.906-.123-1.621-.367-2.127-.226-.505-.732-.993-1.464-1.499-1.97-1.307-3.103-2.127-3.399-2.44-1.22-1.308-1.831-3.104-1.831-5.405 0-3.505 2.005-5.265 6.015-5.265 2.475 0 4.114.523 4.915 1.551.698.872 1.029 2.58 1.029 5.108h-4.898v-1.29c.017-1.307-.349-1.97-1.064-1.97z" fill="#EE7623"></path><path d="M29.844 3.382c-.645 0-.959.558-.959 1.656v.646c0 .854.645 1.638 1.953 2.37 1.813 1.03 3.015 1.866 3.608 2.511 1.325 1.465 1.97 3.47 1.97 6.05 0 3.609-2.197 5.422-6.607 5.422-2.179 0-3.748-.384-4.69-1.15-1.01-.855-1.516-2.302-1.516-4.36v-2.632h5.317c0 .244-.017.61-.07 1.098-.035.489-.07.855-.07 1.099 0 1.726.367 2.58 1.081 2.58.715 0 1.081-.663 1.081-1.988 0-.906-.122-1.62-.366-2.109-.244-.506-.767-1.011-1.534-1.5-2.057-1.307-3.225-2.109-3.539-2.423-1.272-1.307-1.9-3.103-1.9-5.387C23.603 1.743 25.678 0 29.861 0c2.563 0 4.271.506 5.108 1.534.715.872 1.08 2.563 1.08 5.091h-5.09v-1.29c0-1.308-.383-1.953-1.115-1.953zM37.776.07h5.682v22.037h-5.682V.07zM50.78 18.393h.837c.889 0 1.325-.61 1.325-1.813V5.579c0-1.22-.436-1.83-1.325-1.83h-.837v14.644zM45.097.07h7.165c2.249 0 3.835.366 4.759 1.115 1.063.837 1.604 2.354 1.604 4.533v12.17c0 2.824-1.674 4.236-5.038 4.236h-8.49V.07zm20.849 17.59v-4.846h4.811l.54-4.254h-5.35V4.515h5.856L72.361.07h-13.51s1.343.75 1.412 1.952v18.15c-.07 1.185-1.412 1.952-1.412 1.952H69.59l.557-4.446h-4.2v-.017zm13.196-4.88l-.993-8.822-.994 8.821h1.987zM73.982.07h8.176l3.033 22.037h-5.386l-.576-5.945h-2.074l-.627 5.945h-5.335L73.983.07zm16.945 8.42h.435c1.133 0 1.691-.505 1.691-1.551V5.126c0-1.029-.558-1.552-1.69-1.552h-.436V8.49zM83.797.07h7.897c2.736 0 4.497.383 5.281 1.168.785.784 1.169 2.545 1.169 5.282 0 1.238-.245 2.162-.75 2.755-.506.61-1.36.976-2.58 1.133 1.29.157 2.214.54 2.754 1.15.54.594.802 1.553.802 2.843v7.723h-5.317v-7.305c0-1.273-.488-2.04-1.447-2.04h-.68v9.328h-4.148L83.797.07zm15.95 0h7.566l1.482 12.448L110.172.07h7.652v22.037h-4.811V5.736l-2.458 16.37h-3.608l-2.389-16.37v16.37h-4.81V.07zM6.31 17.33l4.707 4.707 6.572-6.573-2.214-2.197L6.31 17.33zM4.445 6.573L6.66 8.787l9.065-4.08L11.017 0 4.445 6.573z" fill="#003057"></path><path d="M6.24 10.548L3.365 7.67 0 11.018l5.23 5.23 10.564-4.759 2.893 2.894 3.347-3.365-5.212-5.212-10.581 4.742z" fill="#EE7623"></path><path d="M19.158 44.23h2.075c.366 0 .697.035.993.105.296.07.54.175.75.331.209.157.366.35.488.576.122.226.174.523.174.837 0 .348-.07.645-.192.889-.14.244-.313.436-.54.575-.227.14-.488.244-.784.314a4.14 4.14 0 01-.96.104h-.87v2.633h-1.134V44.23zm1.918 2.773c.191 0 .366-.018.523-.035a1.73 1.73 0 00.453-.14.704.704 0 00.314-.279.939.939 0 00.122-.47c0-.192-.035-.332-.122-.454a.704.704 0 00-.314-.279 1.153 1.153 0 00-.436-.122 4.588 4.588 0 00-.506-.035h-.819v1.831h.785v-.017zm4.009.383c0-.506.087-.976.261-1.377.175-.401.401-.767.715-1.046a3.22 3.22 0 011.081-.663 3.837 3.837 0 011.36-.226c.488 0 .959.07 1.377.226a3.22 3.22 0 011.08.663c.314.279.541.627.715 1.046.175.4.262.871.262 1.377 0 .488-.087.941-.262 1.36-.174.401-.4.767-.714 1.063a3.494 3.494 0 01-1.081.698c-.419.174-.872.244-1.377.244-.488 0-.942-.087-1.36-.244a3.205 3.205 0 01-1.08-.697 3.261 3.261 0 01-.716-1.064 3.38 3.38 0 01-.261-1.36zm1.238 0c0 .349.052.663.157.941.104.28.261.524.453.733.192.209.418.366.697.488.262.122.558.174.89.174.33 0 .627-.052.888-.174.262-.122.506-.279.697-.488.192-.21.35-.454.454-.733a2.67 2.67 0 00.157-.94c0-.332-.053-.629-.157-.925a2.208 2.208 0 00-.436-.732 2.01 2.01 0 00-.697-.488 2.187 2.187 0 00-.89-.175c-.313 0-.627.053-.889.175a2.113 2.113 0 00-.68.488c-.191.21-.33.453-.435.732a1.89 1.89 0 00-.21.924zm6.816-3.156h1.237l1.238 4.673h.018l1.394-4.672h1.168l1.377 4.672h.018l1.255-4.672h1.203l-1.866 6.346h-1.098l-1.482-4.76h-.017l-1.482 4.76h-1.098l-1.865-6.346zm10.407 0h4.2v.994h-3.085v1.622h2.911v.959h-2.91V49.6h3.242v1.011h-4.376v-6.38h.018zm6.24 0H52c.297 0 .593.035.872.088.279.07.523.174.75.314.226.139.4.33.523.557.139.227.191.523.191.855 0 .453-.122.837-.383 1.133-.262.296-.61.488-1.064.593l1.691 2.824h-1.36l-1.464-2.685h-.819v2.685h-1.133V44.23h-.018zm2.057 2.738c.157 0 .332-.018.489-.035.157-.018.313-.07.435-.14a.957.957 0 00.314-.279c.087-.122.122-.279.122-.47 0-.175-.035-.314-.122-.419a.868.868 0 00-.296-.261 1.556 1.556 0 00-.401-.14c-.157-.017-.297-.035-.453-.035h-1.029v1.779h.941zm4.359-2.738h4.2v.994h-3.085v1.622h2.911v.959h-2.91V49.6h3.242v1.011h-4.376v-6.38h.018zm6.223 0h2.249c.418 0 .836.053 1.255.157.418.105.802.28 1.133.54.331.245.61.576.82.977.208.401.313.907.313 1.5 0 .557-.105 1.028-.314 1.43-.21.4-.488.731-.82.993a3.316 3.316 0 01-1.132.575 4.475 4.475 0 01-1.255.192h-2.25V44.23zm2.074 5.37c.297 0 .593-.035.872-.104.296-.07.558-.192.802-.349.244-.157.436-.384.575-.663.157-.279.227-.645.227-1.063 0-.453-.07-.82-.227-1.116a2.208 2.208 0 00-.575-.68 2.173 2.173 0 00-.802-.331 5.093 5.093 0 00-.872-.087h-.941V49.6h.941zm8.559-5.37h2.476c.244 0 .47.035.715.088.226.052.435.157.627.279a1.6 1.6 0 01.453.505c.105.21.175.454.175.733 0 .366-.105.662-.314.889a1.81 1.81 0 01-.802.505v.018c.4.052.732.209.994.47.261.262.383.61.383 1.029 0 .349-.07.645-.209.872a1.72 1.72 0 01-.54.575c-.227.14-.489.244-.767.314-.297.07-.593.087-.89.087h-2.283V44.23h-.018zm1.133 2.58h1.012c.383 0 .662-.069.854-.226a.787.787 0 00.296-.645c0-.279-.104-.488-.296-.61-.21-.122-.523-.175-.959-.175h-.906v1.657zm0 2.825h1.012c.14 0 .296-.017.47-.035.175-.017.314-.07.47-.122a.918.918 0 00.35-.279.87.87 0 00.139-.505c0-.332-.105-.576-.349-.698-.226-.14-.575-.192-1.028-.192h-1.063v1.831zm6.974-1.813l-2.389-3.592h1.377l1.604 2.668 1.621-2.668h1.308l-2.388 3.592v2.755h-1.133v-2.755zm35.474-4.132h-1.325v7.427h5.857V49.81h-4.532v-6.12zm6.258 7.427h5.857v-1.325h-4.532v-1.726h3.225v-1.325h-3.225v-1.063a.662.662 0 00-.662-.663h5.194V43.69h-5.857v7.427zm10.006-7.427l-2.615 7.427h1.395l2.162-6.102 1.063 3.051h-1.412l-.471 1.325h2.354l.61 1.726h1.412l-2.615-7.427h-1.883zm11.889 3.068v-1.743c0-.732-.593-1.325-1.325-1.325h-4.532v7.427h1.325v-3.051h2.057l1.412 3.051h1.447l-1.43-3.086a1.29 1.29 0 001.046-1.273zm-1.325-.017h-3.207v-1.063a.663.663 0 00-.663-.663h3.87v1.726zm3.853 4.376h1.325v-3.051h3.207v-1.325h-3.207v-1.063a.663.663 0 00-.663-.663h5.195V43.69h-5.857v7.427zm8.89-7.427h-1.325v7.427h1.325V43.69zm2.545 7.427h5.858v-1.325h-4.533v-1.726h3.208v-1.325h-3.208v-1.063a.662.662 0 00-.662-.663h5.195V43.69h-5.858v7.427zm9.518-7.427h-1.325v7.427h5.858V49.81h-4.533v-6.12zm9.832 0h-3.591v7.427h3.591a2.742 2.742 0 002.737-2.737v-1.97c0-1.5-1.22-2.72-2.737-2.72zm1.412 4.707c0 .785-.627 1.413-1.412 1.413h-2.266v-4.132a.662.662 0 00-.663-.663h2.929c.785 0 1.412.628 1.412 1.412v1.97zm-88.242 7.759h17.485V38.669H91.275v17.487zm7.304-5.039l2.807-2.807 5.997 2.807h-8.804zm-.244-7.427h6.189l-7.427 7.427h-4.445l6.555-6.555-.872-.872zM200 30.876H0v.715h200v-.715z" fill="#003057"></path></g><defs><clipPath id="clip4"><path fill="#fff" d="M0 0h200v56.156H0z"></path></clipPath></defs></svg>
                    
                </a>
            </div>
          </div>
        </div>
        <script type="text/javascript">
          window.airgap = window.airgap || {};
          window.airgap.ready((airgap) => {
            airgap.addEventListener('consent-change', ({
              detail: {
                consent,
                oldConsent,
                changes
              }
            }) => {
              if (oldConsent.purposes['Functional'] == false && consent.purposes['Functional'] == true) {
                airgap.setConsent(window.airgapScriptLoadEvent, {
                  Functional: false,
                });
              }
            });
          });
          document.addEventListener("DOMContentLoaded", function() {
            if ('airgap' in window && 'transcend' in window) {
              const cpraButton = document.getElementById('cpra_button');
              cpraButton.onclick = (e) => {
                e.preventDefault();
                transcend.showConsentManager({
                  viewState: 'AcceptAllRejectAllToggle'
                });
              };
              window.airgap.ready(async (airgap) => {
                //await airgap.sync();
                let userConsent = airgap.getConsent();
                console.info('airgap --> userConsent', userConsent);
              });
            }
          });
        </script>
      </div>
    </div>
  </footer>
  <div class="component c-sticky-leaderboard text-center">
    <div class="row">
      <script>
        var obj = {
          "start": 0,
          "count": 10,
          "name": "sticky-leaderboard-ad-location-1",
          "sport_id": null,
          "count_breakpoints": null,
          "css_class": "",
          "pinned_id": "",
          "extra": {},
          "context": null,
          "dummy": false,
          "type": "ads",
          "id": "a4fbe07a-71b7-4b4b-8498-6f2288a0b8ef",
          "data": {
            "location": {
              "id": 92,
              "title": "Sticky Leaderboard Ad Location 1",
              "type": "dfp",
              "effect": "none",
              "fixed_image_sizes": false,
              "excluded_sport_ids": [],
              "slick": false,
              "dfp": true,
              "sidearm_dfp": false,
              "common_page": false,
              "html_template": null,
              "name": "sticky-leaderboard-ad-location-1",
              "autoplay_speed": 8,
              "accessibility_icons": false,
              "sizes": null,
              "slick_options": null,
              "dfp_sizes": [{
                "id": 327,
                "enabled": true,
                "breakpoint": 1024,
                "width": 970,
                "height": 0,
                "size_list": "[[970,90],[970,66]]",
                "unit_name": "//butler",
                "sidearm_dfp": null
              }, {
                "id": 326,
                "enabled": true,
                "breakpoint": 767,
                "width": 728,
                "height": 90,
                "size_list": null,
                "unit_name": "//butler",
                "sidearm_dfp": null
              }, {
                "id": 325,
                "enabled": true,
                "breakpoint": 0,
                "width": 320,
                "height": 50,
                "size_list": null,
                "unit_name": "//butler",
                "sidearm_dfp": null
              }]
            },
            "campaigns": null,
            "content_id": "sticky-leaderboard-ad-location-1",
            "content_title": "sticky-leaderboard-ad-location-1",
            "content_date": null,
            "content_url": null,
            "content_image_url": null
          },
          "mode": "web"
        };
        if (!("sidearmComponents" in window)) window.sidearmComponents = [];
        window.sidearmComponents.push(obj);
      </script>
      <ads-component params="{ id: 'a4fbe07a-71b7-4b4b-8498-6f2288a0b8ef' }"><!-- ko ifnot: isInitializing() -->
        <!-- ko switch -->
        <!-- ko case: ad.location.type === 'single' --><!-- /ko -->
        <!-- ko case: ad.location.type === 'multi' --><!-- /ko -->
        <!-- ko case: ad.location.type === 'html' --><!-- /ko -->
        <!-- ko case: ad.location.type === 'icons' --><!-- /ko -->
        <!-- ko case: ad.location.type === 'dfp' -->
        <div data-bind="component: {
                name: &quot;dfp-component&quot;,
                params: DFPParams
            }">
          <div class="dfp-ad"
            data-bind=" attr: { id: id, 'class' : (sidearm_dfp ? 'sidearm-dfp-ad' : 'dfp-ad') }, style: { width: width() + 'px', height: height() === 0 ? 'auto' : height() + 'px', 'background-color' : window.site_in_dev_mode === 'true' ? '#ccc' : '' }, afterBind: { callback: renderAd, foreach: data }"
            id="sticky-leaderboard-ad-location-10" style="width: 970px; height: auto; text-align: center;"></div>
        </div>
        <!-- /ko -->
        <!-- /ko -->
        <!-- /ko -->
      </ads-component>
    </div>
  </div>
  <script>
    require(['jquery'], function($) {
      var scrollTimer = null;

      function hide_ads() {
        $('html').addClass('sticky-leaderboard-is-hidden');
      };

      function scrolled() {
        scrollTimer = null;
        if ($(window).scrollTop() > 300) {
          $('html').addClass('sticky-leaderboard-is-hidden');
        } else {
          $('html').removeClass('sticky-leaderboard-is-hidden');
        }
      };
      setTimeout(function() {
        $(window).scroll(function() {
          if (scrollTimer) {
            clearTimeout(scrollTimer);
          }
          scrollTimer = setTimeout(scrolled, 500);
        })
      }, 5000);
    });
  </script>
  <style>
    .c-sticky-leaderboard {
      transition: .3s;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      background: rgba(0, 0, 0, .5);
    }

    html.sticky-leaderboard-is-hidden .c-sticky-leaderboard {
      transform: translate(0, 100%);
    }

    .c-sticky-leaderboard .dfp-ad {
      margin: 0 auto;
    }
  </style>
  <div class="loading-indicator">
    <img src="https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/butler.sidearmsports.com/images/responsive_2021/nav_main.svg" alt="Butler University Athletics loading logo" data-airgap-id="47">
  </div>
  <script type="text/javascript">
    window.accessibility_focus_outline_style = 'solid';
    window.accessibility_focus_outline_color = '#00FFFF';
    window.accessibility_focus_outline_width = '5px';
    window.accessibility_light_mode = 'true'.toLowerCase();
  </script>
</form>

Text Content

Skip To Main Content Pause All Rotators
Skip To Main Content


BUTLER UNIVERSITY ATHLETICS

Opens in new window


MAIN NAVIGATION MENU

   
 * Sports
    * Men's Sports
    * Baseball Schedule Roster Tickets News Twitter Instagram
    * Basketball Schedule Roster Tickets News Twitter Instagram
    * Cross Country Schedule Roster Tickets News Twitter Instagram
    * Football Schedule Roster Tickets News Twitter Instagram
    * Golf Schedule Roster Tickets News Twitter Instagram
    * Soccer Schedule Roster Tickets News Twitter Instagram
    * Tennis Schedule Roster Tickets News Twitter Instagram
    * Track & Field Schedule Roster Tickets News Twitter Instagram
   
    * Women's Sports
    * Basketball Schedule Roster Tickets News Twitter Instagram
    * Cross Country Schedule Roster Tickets News Twitter Instagram
    * Golf Schedule Roster Tickets News Twitter Instagram
    * Lacrosse Schedule Roster Tickets News Twitter Instagram
    * Soccer Schedule Roster Tickets News Twitter Instagram
    * Softball Schedule Roster Tickets News Twitter Instagram
    * Swimming Schedule Roster Tickets News Twitter Instagram
    * Tennis Schedule Roster Tickets News Twitter Instagram
    * Track & Field Schedule Roster Tickets News Twitter Instagram
    * Volleyball Schedule Roster Tickets News Twitter Instagram
   
    * Spirit
    * Cheer Schedule Roster Tickets News Twitter Instagram
    * Dance Schedule Roster Tickets News Twitter Instagram

   
   
 * Give Now
    * Donate
    * Bulldog Club Main Page
    * Development Staff
    * Bulldog Club FAQ
    * Member Benefits
    * Hospitality
   
    * Upcoming Events
    * Tax Deductibility / Donor Advised Funds (DAF) / Matching Gifts
    * Priority Points Info
    * Check Your Points
    * Who is a Booster?
    * Contact Bulldog Club

   
   
 * Tickets
    * Main Page
    * Buy Single Game Tickets
    * Men's Basketball
    * Women's Basketball
    * Priority Points Information
    * Track Your Parking Pass
    * Select A Seat
    * Hinkle Seating Chart
    * Basketball Group Tickets
    * Junior Dawg Pound
   
    * Men's Soccer
    * Women's Soccer
    * Volleyball
    * Football
    * Group Tickets for Additional Sports
    * Ticketmaster.com
    * Ticket FAQ
    * Spirit Group Tickets
    * Student Ticketing

   
   
 * Inside Athletics
    * About Butler Athletics
    * Academic Recognition
    * Academic Support/Life Skills
    * Athletic Advisory Council
    * Athletic Honors
    * Butler NIL Marketplace
    * Camps
    * Compliance
    * Corporate Partners
    * EADA Report
   
    * Facilities
    * General Releases
    * Hall of Fame
    * Hinkle Fieldhouse Rental Opportunities
    * Mission Statement and Strategic Goals
    * NCAA Peer Review Report
    * SAAC
    * Staff Directory
    * Student-Athlete Handbook

   
   
   
   
   
   
   

Menu
   
   
   
   
   
   
   
   
   
 * The Butler Way
    * Message from the Athletic Director
    * The Butler Way
    * Butler NIL Marketplace
    * Butler Way Leadership Institute
    * #BUnited Initiative

   
   
 * Shop
   
   
 * Fans
    * Buy Tickets
    * Butler NIL Marketplace
    * Sportsmanship Statement
    * Know Before You Go - Hinkle Fieldhouse
    * Know Before You Go - Sellick Bowl
    * Directions
    * Parking Policies
    * Travel Guide
    * Alumni
    * Spirit Shop
    * Auctions
    * Trademarks & Licensing
    * Dawg Pound
    * Live Audio
    * Butler War Song
    * Promotions
    * Kids Corner

   


Search
Go


COUNTDOWN




TOP STORY

Men's Golf
Butler Tied for the Lead After First Day of Benbow Spring Invitational
 * Roster
 * Schedule
   
 * Instagram
   
   
 * Twitter
   


RECENT HEADLINES

Recent Headlines

Baseball
Tuesday's Baseball Game Moved to Eastern Illinois
View Story
Men's Golf
Butler Hosts Benbow Spring Invitational at Highland Beginning Monday
View Story
Baseball
Saturday's Come-From-Behind Win Earns Butler the Series Split with Indiana
View Story
Men's Track and Field
ButlerXCTF Wrap Up the Weekend at the Raleigh Relays
View Story
Women's Tennis
@ButlerWTennis Sweeps Marian (Ind.) on Senior Day
View Story
Softball
@ButlerSoftball Controls Game Three with Seton Hall
View Story
Women's Lacrosse
@ButlerWLacrosse Faces Loss to BIG EAST Member Villanova
View Story
Baseball
Indiana Takes Friday Result over Butler in Bloomington
View Story
Load More


THE BUTLER WAY

 * Demands Commitment, Denies Selfishness, Accepts Reality,
   Yet Seeks Improvement everyday while putting the team above self.
   The
   Way
   
   Learn More Here


FAN POLL

Opens in new window
Donate Now
Calendar
 * Events
 * Results


EVENTS

Apr 1
Men's Golf
vs. Don Benbow Butler Spring Invitational
   
   
   
   
   
   
 * Live stats for Men's Golf vs Don Benbow Butler Spring Invitational on April
   1, 2024 at
   
   
   
   
   
   

Apr 1
at Colonel Classic
Women's Golf
   
   
   
   
   
   
 * Live stats for Women's Golf at Colonel Classic on April 1, 2024 at
   
   
   
   
   
   

Apr 2 | 4PM ET (3PM CT)
at Eastern Illinois University
Baseball
   
   
   
   
   
   
 * Live stats for Baseball at Eastern Illinois University on April 2, 2024 at
   4PM ET (3PM CT)
   
   
   
   
   
   

Apr 3 | 1PM ET / 12PM CT
at Marquette
Women's Lacrosse
Apr 3 | 2PM
Men's Tennis
vs. IUPUI
Apr 3 | 3PM
at Dayton
Softball


RESULTS

Mar 30 | Final
at Indiana
5
Baseball
8
   
   
   
   
 * Story recap for Baseball at Indiana on March 30, 2024 at 6 PM
   
   
 * Boxscore for Baseball at Indiana on March 30, 2024 at 6 PM
   
   

Mar 30 | Final
at Indiana
22
Baseball
3
   
   
   
   
 * Story recap for Baseball at Indiana on March 30, 2024 at 2 PM
   
   
 * Boxscore for Baseball at Indiana on March 30, 2024 at 2 PM
   
   

Mar 30 | Final
Women's Lacrosse
11
vs. Villanova
16
   
   
   
   
 * Story recap for Women's Lacrosse vs Villanova on March 30, 2024 at 12PM
   
   
 * Boxscore for Women's Lacrosse vs Villanova on March 30, 2024 at 12PM
   
   

Mar 30 | Final
Softball
5
vs. Seton Hall
2
   
   
   
   
 * Story recap for Softball vs Seton Hall on March 30, 2024 at 11AM
   
   
 * Boxscore for Softball vs Seton Hall on March 30, 2024 at 11AM
   
   

Mar 30 | Final
Women's Tennis
7
vs. Marian (Ind.)
0
   
   
   
   
 * Story recap for Women's Tennis vs Marian (Ind.) on March 30, 2024 at 10AM
   
   
   
   

Mar 29 | Final
at Indiana
11
Baseball
2
   
   
   
   
 * Story recap for Baseball at Indiana on March 29, 2024 at 5 PM
   
   
 * Boxscore for Baseball at Indiana on March 29, 2024 at 5 PM
   
   

View Calendar
Opens in new window
Opens in new window
Opens in new window
Opens in new window
Opens in new window
PreviousNextPause



THE BUTLER WAY

 * Demands Commitment, Denies Selfishness, Accepts Reality,
   Yet Seeks Improvement everyday while putting the team above self.
   The
   Way
   
   Learn More Here


FAN POLL


SOCIAL

Skip Content Stream
Social Zone




PARALLAX




TESTIMONIAL





VIDEOS

Bulldog Videos

@ButlerUWBB Highlights vs. Purdue
@ButlerUWBB Highlights vs. Purdue
@ButlerUWBB Highlights vs. Bowling Green
Dolan Dash with Butler's Austin Parkinson
HIGHLIGHTS: Minnesota 73, Butler 72 – March 19, 2024
View All Videos


PHOTO GALLERIES

Bulldog Photos

30 Photos
View Gallery Here
@ButlerUWBB WNIT vs. Purdue
77 Photos
View Gallery Here
2024 Baseball Home Opener vs. PFW
28 Photos
View Gallery Here
2023-24 Butler MBB - Providence
43 Photos
View Gallery Here
2023-24 BUTLER MBB AT CREIGHTON
View All Photo Galleries


BULLDOGS OF THE MONTH

Carter
Dorighi
Full Bio Here

Delaney
Schurhamer
Full Bio Here


FOOTER

Opens in new window
Opens in new window
Opens in new window
Opens in new window
Opens in new window
Opens in new window

© 2024 Butler University • 4600 Sunset Ave., Indianapolis, IN 46208 • Phone:
(800) 368-6852
 * Terms of Service, opens in new window
 * Privacy Policy, opens in new window
 * Accessibility
 * Do Not Sell or Share My Personal Information

Learfield, opens a new window
Sidearm Sports Learfield, opens a new window


Ad Blocker Detected

Thanks for visiting butlersports.com!

The use of software that blocks ads hinders our ability to serve you the content
you came here to enjoy.

We ask that you consider turning off your ad blocker so we can deliver you the
best experience possible while you are here.

Thank you for your support!

Learn More About Ad Blockers
Close



HERZLICH WILLKOMMEN


DIESE WEBSITE BITTET UM DIE EINWILLIGUNG, IHRE DATEN ZU VERWENDEN

 * perm_identity
   Personalisierte Werbung und Inhalte, Messung von Werbeleistung und der
   Performance von Inhalten, Zielgruppenforschung sowie Entwicklung und
   Verbesserung von Angeboten
 * devices
   Speichern von oder Zugriff auf Informationen auf einem Endgerät

expand_moreremove
Weitere Informationen
 * 
   Wie kann ich meine Auswahl nachträglich ändern?
 * 
   Was passiert, wenn ich nicht einwillige?
 * 
   Was bedeutet ein berechtigtes Interesse?
 * 
   Muss ich für alles meine Einwilligung erteilen?

136 TCF-konforme Anzeigentechnologie-Anbieter und 63 Werbepartner werden Ihre
personenbezogenen Daten verarbeiten und dürfen Informationen von Ihrem Gerät
(Cookies, eindeutige IDs und andere Gerätedaten) speichern und darauf zugreifen.
Die Informationen von Ihrem Gerät können mit den Anbietern und Werbepartnern
geteilt oder speziell von dieser Website oder App verwendet werden.

Einige Anbieter nutzen Ihre personenbezogenen Daten möglicherweise auf Grundlage
ihres berechtigten Interesses. Dagegen können Sie unten über die Schaltfläche
zum Verwalten Ihrer Optionen Einspruch erheben. Unten auf dieser Seite oder in
unserer Datenschutzerklärung finden Sie den Link, unter dem Sie Ihre
Einwilligung zurücknehmen können.

Einwilligen



Optionen verwalten

arrow_back

Dateneinstellungen


MEINE DATEN VERWALTEN

Sie können festlegen, wie Ihre personenbezogenen Daten verwendet werden.
Anbieter bitten um Ihre Einwilligung für Folgendes:

TCF-Anbieter

help_outline


SPEICHERN VON ODER ZUGRIFF AUF INFORMATIONEN AUF EINEM ENDGERÄT

Cookies, Endgeräte- oder ähnliche Online-Kennungen (z. B. login-basierte
Kennungen, zufällig generierte Kennungen, netzwerkbasierte Kennungen) können
zusammen mit anderen Informationen (z. B. Browsertyp und Browserinformationen,
Sprache, Bildschirmgröße, unterstützte Technologien usw.) auf Ihrem Endgerät
gespeichert oder von dort ausgelesen werden, um es jedes Mal wiederzuerkennen,
wenn es eine App oder einer Webseite aufruft. Dies geschieht für einen oder
mehrere der hier aufgeführten Verarbeitungszwecke.

Details anzeigen
Einwilligung (118 Anbieter)


VERWENDUNG REDUZIERTER DATEN ZUR AUSWAHL VON WERBEANZEIGEN

Werbeanzeigen, die Ihnen auf diesem Dienst präsentiert werden, können auf
reduzierten Daten basieren, wie z. B. der Webseite oder App, die Sie gerade
verwenden, Ihrem ungefähren Standort, Ihrem Gerätetyp oder den Inhalten, mit
denen Sie interagieren (oder interagiert haben) (z. B., um die Anzeigefrequenz
der Werbung zu begrenzen, die Ihnen ausgespielt werden).

Details anzeigen
Einwilligung (72 Anbieter)Berechtigtes Interesse (30 Anbieter)help_outline


ERSTELLUNG VON PROFILEN FÜR PERSONALISIERTE WERBUNG

Informationen über Ihre Aktivitäten auf diesem Dienst (wie ausgefüllte
Formulare, angesehene Inhalte) können gespeichert und mit anderen Informationen
über Sie (z. B. Informationen aus Ihrer vorherigen Aktivität auf diesem Dienst
oder anderen Webseiten oder Apps) oder ähnlichen Benutzern kombiniert werden.
Diese werden dann verwendet, um ein Profil über Sie zu erstellen oder zu
verbessern (dies kann z. B. mögliche Interessen und persönliche Merkmale
beinhalten). Ihr Profil kann (auch zu einem späteren Zeitpunkt) verwendet
werden, um es zu ermöglichen, Ihnen Werbung zu präsentieren, die aufgrund Ihrer
möglichen Interessen für Sie wahrscheinlich relevanter ist.

Details anzeigen
Einwilligung (95 Anbieter)


VERWENDUNG VON PROFILEN ZUR AUSWAHL PERSONALISIERTER WERBUNG

Werbung, die Ihnen auf diesem Dienst angezeigt wird, kann auf Ihrem Werbeprofil
basieren. Dieses Werbeprofil kann Ihre Aktivitäten (wie ausgefüllte Formulare,
angesehene Inhalte) auf diesem Dienst oder anderen Webseiten oder Apps, mögliche
Interessen und persönliche Merkmale beinhalten.

Details anzeigen
Einwilligung (91 Anbieter)


ERSTELLUNG VON PROFILEN ZUR PERSONALISIERUNG VON INHALTEN

Informationen über Ihre Aktivitäten auf diesem Dienst (wie zum Beispiel:
ausgefüllte Formulare, angesehene nicht werbliche Inhalte) können gespeichert
und mit anderen Informationen über Sie (wie Ihrer vorherigen Aktivität auf
diesem Dienst oder anderen Webseiten oder Apps) oder ähnlichen Benutzern
kombiniert werden. Diese werden dann verwendet, um ein Profil über Sie zu
erstellen oder zu ergänzen (dies kann z.B. mögliche Interessen und persönliche
Merkmale beinhalten). Ihr Profil kann (auch zu einem späteren Zeitpunkt)
verwendet werden, um Ihnen Inhalte anzuzeigen, die aufgrund Ihrer möglichen
Interessen für Sie wahrscheinlich relevanter sind, indem z. B. die Reihenfolge,
in der Ihnen Inhalte angezeigt werden, geändert wird, um es Ihnen noch leichter
zu machen, Inhalte zu finden, die Ihren Interessen entsprechen.

Details anzeigen
Einwilligung (31 Anbieter)


VERWENDUNG VON PROFILEN ZUR AUSWAHL PERSONALISIERTER INHALTE

Inhalte, die Ihnen auf diesem Dienst präsentiert werden, können auf Ihren
Inhaltsprofilen basieren, die Ihre Aktivitäten auf diesem oder anderen Diensten
(wie Formulare, die Sie einreichen, Inhalte, die Sie sich ansehen), mögliche
Interessen und persönliche Aspekte widerspiegeln können. Dies kann
beispielsweise dazu genutzt werden, um die Reihenfolge anzupassen, in der Ihnen
Inhalte angezeigt werden, um es Ihnen noch leichter zu machen,
(Nicht-Werbe-)Inhalte zu finden, die Ihren Interessen entsprechen.

Details anzeigen
Einwilligung (26 Anbieter)


MESSUNG DER WERBELEISTUNG

Informationen darüber, welche Werbung Ihnen präsentiert wird und wie Sie damit
interagieren, können verwendet werden, um festzustellen, wie sehr eine Werbung
Sie oder andere Benutzer angesprochen hat und ob die Ziele der Werbekampagne
erreicht wurden. Die Informationen umfassen zum Beispiel, ob Sie sich eine
Anzeige angesehen haben, ob Sie daraufgeklickt haben, ob sie Sie dazu animiert
hat, ein Produkt zu kaufen oder eine Webseite zu besuchen usw. Diese
Informationen sind hilfreich, um die Relevanz von Werbekampagnen zu ermitteln.

Details anzeigen
Einwilligung (78 Anbieter)Berechtigtes Interesse (45 Anbieter)help_outline


MESSUNG DER PERFORMANCE VON INHALTEN

Informationen darüber, welche Werbung Ihnen präsentiert wird und wie Sie damit
interagieren, können dazu verwendet werden festzustellen, ob (nicht werbliche)
Inhalte z. B. die beabsichtigte Zielgruppe erreicht und Ihren Interessen
entsprochen haben. Dazu gehören beispielsweise Informationen darüber, ob Sie
einen bestimmten Artikel gelesen, sich ein bestimmtes Video angesehen, einen
bestimmten Podcast angehört oder sich eine bestimmte Produktbeschreibung
angesehen haben, wie viel Zeit Sie auf diesem Dienst und den von Ihnen besuchten
Webseiten verbracht haben usw. Diese Informationen helfen dabei, die Relevanz
von (nicht werblichen) Inhalten, die Ihnen angezeigt werden, zu ermitteln.

Details anzeigen
Einwilligung (32 Anbieter)Berechtigtes Interesse (14 Anbieter)help_outline


ANALYSE VON ZIELGRUPPEN DURCH STATISTIKEN ODER KOMBINATIONEN VON DATEN AUS
VERSCHIEDENEN QUELLEN

Basierend auf der Kombination von Datensätzen (wie Benutzerprofilen,
Statistiken, Marktforschung, Analysedaten) können Berichte über Ihre
Interaktionen und die anderer Benutzer mit Werbe- oder (nicht werblichen)
Inhalten erstellt werden, um gemeinsame Merkmale zu ermitteln (z. B., um
festzustellen, welche Zielgruppen für eine Werbekampagne oder für bestimmte
Inhalte empfänglich sind).

Details anzeigen
Einwilligung (58 Anbieter)Berechtigtes Interesse (20 Anbieter)help_outline


ENTWICKLUNG UND VERBESSERUNG DER ANGEBOTE

Informationen über Ihre Aktivitäten auf diesem Angebot, wie z. B. Ihre
Interaktion mit Anzeigen oder Inhalten, können dabei helfen, Produkte und
Angebote zu verbessern und neue Produkte und Angebote zu entwickeln basierend
auf Benutzerinteraktionen, der Art der Zielgruppe usw. Dieser Verarbeitungszweck
umfasst nicht die Entwicklung, Ergänzung oder Verbesserung von Benutzerprofilen
und Kennungen.

Details anzeigen
Einwilligung (65 Anbieter)Berechtigtes Interesse (38 Anbieter)help_outline


VERWENDUNG REDUZIERTER DATEN ZUR AUSWAHL VON INHALTEN

Inhalte, die Ihnen auf diesem Dienst präsentiert werden, können auf reduzierten
Daten basieren, wie z. B. der Webseite oder App, die Sie verwenden, Ihrem
ungefähren Standort, Ihrem Endgerätetyp oder der Information, mit welchen
Inhalten Sie interagieren (oder interagiert haben) (z. B. zur Begrenzung wie
häufig Ihnen ein Video oder ein Artikel angezeigt wird).

Details anzeigen
Einwilligung (11 Anbieter)Berechtigtes Interesse (2 Anbieter)help_outline


GEWÄHRLEISTUNG DER SICHERHEIT, VERHINDERUNG UND AUFDECKUNG VON BETRUG UND
FEHLERBEHEBUNG

help_outline

Ihre Daten können verwendet werden, um ungewöhnliche und potenziell
betrügerische Aktivitäten (zum Beispiel bezüglich Werbung, Werbe-Klicks durch
Bots) zu überwachen und zu verhindern, und um sicherzustellen, dass Systeme und
Prozesse ordnungsgemäß und sicher funktionieren. Die Daten können auch verwendet
werden, um Probleme zu beheben, die Sie, der Webseite- oder Appbetreiber oder
der Werbetreibende bei der Bereitstellung von Inhalten und Anzeigen und bei
Ihrer Interaktion mit diesen haben können.

Details anzeigen


BEREITSTELLUNG UND ANZEIGE VON WERBUNG UND INHALTEN

help_outline

Bestimmte Informationen (wie IP-Adresse oder Endgerätefunktionen) werden
verwendet, um die technische Kompatibilität des Inhalts oder der Werbung zu
gewährleisten und die Übertragung des Inhalts oder der Werbung auf Ihr Endgerät
zu ermöglichen.

Details anzeigen


ABGLEICHUNG UND KOMBINATION VON DATEN AUS UNTERSCHIEDLICHEN QUELLEN

help_outline

Informationen über Ihre Aktivitäten auf diesem Dienst können zur Unterstützung
der in diesem Rahmenwerk erläuterten Zwecke mit anderen Informationen über Sie
aus unterschiedlichen Quellen abgeglichen und kombiniert werden (z. B. Ihre
Aktivitäten auf einem anderen Online-Dienst, Ihrer Nutzung einer Kundenkarte im
Geschäft oder Ihren Antworten auf eine Umfrage).

Details anzeigen


VERKNÜPFUNG VERSCHIEDENER ENDGERÄTE

help_outline

Zur Unterstützung der in diesem Rahmenwerk erläuterten Zwecke kann ermittelt
werden, ob es wahrscheinlich ist, dass Ihr Endgerät mit anderen Endgeräten
verbunden ist, die Ihnen oder Ihrem Haushalt angehören (z. B., weil Sie sowohl
auf Ihrem Handy als auch auf Ihrem Computer beim gleichen Dienst angemeldet sind
oder weil Sie auf beiden Endgeräten die gleiche Internetverbindung verwenden).

Details anzeigen


IDENTIFIKATION VON ENDGERÄTEN ANHAND AUTOMATISCH ÜBERMITTELTER INFORMATIONEN

help_outline

Ihr Endgerät kann zur Unterstützung der in diesem Rahmenwerk erläuterten Zwecke
mithilfe von Informationen unterschieden werden, die es beim Zugriff auf das
Internet automatisch übermittelt (z. B. die IP-Adresse Ihrer Internetverbindung
oder die Art des Browsers, den Sie verwenden).

Details anzeigen


VERWENDUNG GENAUER STANDORTDATEN

Mit Ihrer Zustimmung kann Ihr genauer Standort (mit einem Radius von weniger als
500 Metern) zur Unterstützung der in diesem Rahmenwerk erläuterten Zwecke
verwendet werden.

Details anzeigen
Einwilligung

Anbieter-Einstellungen

Alle akzeptieren



Auswahl bestätigen

arrow_back

Anbieter-Einstellungen


UNSERE ANBIETER BESTÄTIGEN

Anbieter können Ihre Daten verwenden, um Serviceleistungen anzubieten. Wenn Sie
einen Anbieter ablehnen, kann das bewirken, dass er die von Ihnen geteilten
Daten nicht mehr verwendet.

TCF-Anbieter

help_outline


EXPONENTIAL INTERACTIVE, INC D/B/A VDX.TV

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ROQ.AD GMBH

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ADMAXIM LIMITED

Cookie-Speicherdauer: 30 (Tage).

Erhobene und verarbeitete Daten: Probabilistische Kennungen, Surf- und
Interaktionsdaten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


INDEX EXCHANGE INC.

Cookie-Speicherdauer: 395 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Ungefähre Standort-Daten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


QUANTCAST

Cookie-Speicherdauer: 396 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


BEESWAXIO CORPORATION

Cookie-Speicherdauer: 395 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


SOVRN, INC.

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Benutzerprofile, Ungefähre Standort-Daten,
Surf- und Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


ADIKTEEV

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


RTB HOUSE S.A.

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


THE UK TRADE DESK LTD

Cookie-Speicherdauer: 3629 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


ADMETRICS GMBH

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


NEXXEN INC.

Cookie-Speicherdauer: 180 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


EPSILON

Cookie-Speicherdauer: 184 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


YAHOO EMEA LIMITED

Cookie-Speicherdauer: 397 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ADVENTORI SAS

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Ungefähre Standort-Daten, Surf- und Interaktionsdaten, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


TRIPLELIFT, INC.

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


XANDR, INC.

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


NEORY GMBH

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


NEXXEN GROUP LLC

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


NEURAL.ONE

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Probabilistische Kennungen, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ADITION (VIRTUAL MINDS GMBH)

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ACTIVE AGENT (VIRTUAL MINDS GMBH)

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


TABOOLA EUROPE LIMITED

Cookie-Speicherdauer: 366 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


EQUATIV

Cookie-Speicherdauer: 396 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ADFORM A/S

Cookie-Speicherdauer: 3650 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


MAGNITE, INC.

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


RATEGAIN ADARA INC

Cookie-Speicherdauer: 730 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


SIFT MEDIA, INC

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Ungefähre Standort-Daten, Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


RAKUTEN MARKETING LLC

Cookie-Speicherdauer: 730 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


LUMEN RESEARCH LIMITED

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Datenschutzerklärunglaunch
Berechtigtes Interessehelp_outline


AMAZON AD SERVER

Cookie-Speicherdauer: 396 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


OPENX

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Ungefähre Standort-Daten,
Surf- und Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


YIELDLAB (VIRTUAL MINDS GMBH)

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ROKU ADVERTISING SERVICES

Cookie-Speicherdauer: 396 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


NANO INTERACTIVE GROUP LTD.

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Gerätemerkmale

mehr




Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


SIMPLIFI HOLDINGS LLC

Cookie-Speicherdauer: 366 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


PUBMATIC, INC

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


COMSCORE B.V.

Cookie-Speicherdauer: 720 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


FLASHTALKING

Cookie-Speicherdauer: 730 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


PULSEPOINT, INC.

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


SMAATO, INC.

Cookie-Speicherdauer: 21 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


SEMASIO GMBH

Cookie-Speicherdauer: 366 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


CRIMTAN HOLDINGS LIMITED

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


GENIUS SPORTS UK LIMITED

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


CRITEO SA

Cookie-Speicherdauer: 390 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ADLOOX SA

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Ungefähre Standort-Daten, Surf- und Interaktionsdaten, Gerätemerkmale,
IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


BLIS GLOBAL LIMITED

Cookie-Speicherdauer: 400 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


LOTAME SOLUTIONS, INC

Cookie-Speicherdauer: 274 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


LIVERAMP

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


GROUPM UK LIMITED

Cookie-Speicherdauer: 395 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


LOOPME LIMITED

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


DYNATA LLC

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ASK LOCALA

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Ungefähre Standort-Daten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


NEAR INTELLIGENCE

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


DOUBLEVERIFY INC.

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Probabilistische Kennungen, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Datenschutzerklärunglaunch
Berechtigtes Interessehelp_outline


BIDSWITCH GMBH

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


IPONWEB GMBH

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


NEXTROLL, INC.

Cookie-Speicherdauer: 183 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


TEADS FRANCE SAS

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


STRÖER SSP GMBH (SSP)

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


OS DATA SOLUTIONS GMBH &AMP; CO. KG

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


PERMODO GMBH

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Gerätekennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


PLATFORM161 B.V.

Cookie-Speicherdauer: 396 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ADACADO TECHNOLOGIES INC. (DBA ADACADO)

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


SMADEX, S.L.U.

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


BOMBORA INC.

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


EASYMEDIA GMBH

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


REMERGE GMBH

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Gerätekennungen, Ungefähre Standort-Daten,
Surf- und Interaktionsdaten, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


ADVANCED STORE GMBH

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


MAGNITE CTV, INC.

Cookie-Speicherdauer: 366 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


DELTA PROJECTS AB

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Benutzerprofile

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


EMETRIQ GMBH

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


PUBLICIS MEDIA GMBH

Cookie-Speicherdauer: 1825 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


M.D. PRIMIS TECHNOLOGIES LTD.

Cookie-Speicherdauer: 25 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Ungefähre Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


ONETAG LIMITED

Cookie-Speicherdauer: 396 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Ungefähre Standort-Daten,
Surf- und Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


CLOUD TECHNOLOGIES S.A.

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


SMARTOLOGY LIMITED

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


IMPROVE DIGITAL

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


ADOBE ADVERTISING CLOUD

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Datenschutzeinstellungen, IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


BANNERFLOW AB

Cookie-Speicherdauer: 366 (Tage).

Erhobene und verarbeitete Daten: Ungefähre Standort-Daten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


TABMO SAS

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Datenschutzerklärunglaunch
Berechtigtes Interessehelp_outline


WIZALY

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Aus Authentifizierungen abgeleitete Kennungen,
Ungefähre Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


WEBORAMA

Cookie-Speicherdauer: 393 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


JIVOX CORPORATION

Cookie-Speicherdauer: 30 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


SAGE&#43;ARCHER BV

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Ungefähre Standort-Daten

mehr




Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


ON DEVICE RESEARCH LIMITED

Cookie-Speicherdauer: 30 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Ungefähre Standort-Daten, Surf- und Interaktionsdaten, Gerätemerkmale, Vom
Benutzer bereitgestellte Daten, IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ROCKABOX MEDIA LTD

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Berechtigtes Interessehelp_outline


EXACTAG GMBH

Cookie-Speicherdauer: 180 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


CELTRA INC.

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


MAINADV SRL

Cookie-Speicherdauer: 30 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Ungefähre Standort-Daten,
Surf- und Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom
Benutzer bereitgestellte Daten, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


GEMIUS SA

Cookie-Speicherdauer: 1825 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Benutzerprofile, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


THE KANTAR GROUP LIMITED

Cookie-Speicherdauer: 914 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Ungefähre Standort-Daten,
Surf- und Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


NIELSEN MEDIA RESEARCH LTD.

Cookie-Speicherdauer: 120 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


SOLOCAL SA

Cookie-Speicherdauer: 396 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


PIXALATE, INC.

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Gerätekennungen, Ungefähre Standort-Daten,
Surf- und Interaktionsdaten, Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ORACLE ADVERTISING

Cookie-Speicherdauer: 180 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


NUMBERLY

Cookie-Speicherdauer: 180 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


AUDIENCEPROJECT A/S

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


DEMANDBASE, INC.

Cookie-Speicherdauer: 730 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


EFFILIATION / EFFINITY

Cookie-Speicherdauer: 2 (Tage).

Erhobene und verarbeitete Daten: Gerätemerkmale

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


ARRIVALIST CO.

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Ungefähre Standort-Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


SEENTHIS AB

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Datenschutzerklärunglaunch


COMMANDERS ACT

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


TRAVEL AUDIENCE GMBH

Cookie-Speicherdauer: 397 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


HUMAN

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Ungefähre Standort-Daten, Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Datenschutzerklärunglaunch
Berechtigtes Interessehelp_outline


ADLUDIO LTD.

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Gerätemerkmale

mehr




Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


BLENDEE SRL

Cookie-Speicherdauer: 366 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


INNOVID LLC

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Ungefähre Standort-Daten,
Surf- und Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


PAPIRFLY AS

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Gerätemerkmale

mehr




Details anzeigen | Datenschutzerklärunglaunch
Berechtigtes Interessehelp_outline


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Probabilistische Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


VERVE GROUP EUROPE GMBH

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Benutzerprofile, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


OTTO (GMBH &AMP; CO KG)

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Benutzerprofile, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


ADOBE AUDIENCE MANAGER, ADOBE EXPERIENCE PLATFORM

Cookie-Speicherdauer: 180 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen,
Benutzerprofile, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer bereitgestellte Daten,
IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


LOCALSENSOR B.V.

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Ungefähre Standort-Daten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


ONLINE SOLUTION

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


RELAY42 NETHERLANDS B.V.

Cookie-Speicherdauer: 730 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Benutzerprofile, Surf- und Interaktionsdaten, Datenschutzeinstellungen,
Gerätemerkmale, Vom Benutzer bereitgestellte Daten, IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


GP ONE GMBH

Cookie-Speicherdauer: Verwendet Sitzungscookies.

Erhobene und verarbeitete Daten: Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


THE MEDIAGRID INC.

Cookie-Speicherdauer: 365 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen,
Probabilistische Kennungen, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


MINDTAKE RESEARCH GMBH

Cookie-Speicherdauer: 180 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Benutzerprofile, Surf- und Interaktionsdaten, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


CINT AB

Cookie-Speicherdauer: 730 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


GOOGLE ADVERTISING PRODUCTS

Cookie-Speicherdauer: 396 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


GFK GMBH

Cookie-Speicherdauer: 730 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, Vom Benutzer
bereitgestellte Daten, IP-Adressen

mehr

Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


REVJET

Cookie-Speicherdauer: 730 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Benutzerprofile, Ungefähre
Standort-Daten, Datenschutzeinstellungen, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


PROTECTED MEDIA LTD

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Gerätekennungen, Probabilistische Kennungen,
Surf- und Interaktionsdaten, Gerätemerkmale, IP-Adressen

mehr




Details anzeigen | Datenschutzerklärunglaunch
Berechtigtes Interessehelp_outline


ORACLE DATA CLOUD - MOAT

Verwendet keine Cookies.

Erhobene und verarbeitete Daten: Ungefähre Standort-Daten, IP-Adressen

mehr




Details anzeigen | Datenschutzerklärunglaunch
Berechtigtes Interessehelp_outline


HEARTS AND SCIENCE MÜNCHEN GMBH

Cookie-Speicherdauer: 60 (Tage).

Erhobene und verarbeitete Daten: IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Datenschutzerklärunglaunch
Einwilligung


AMAZON ADVERTISING

Cookie-Speicherdauer: 396 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Benutzerprofile, Ungefähre Standort-Daten, Surf- und
Interaktionsdaten, Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


MOLOCO, INC.

Cookie-Speicherdauer: 730 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Ungefähre Standort-Daten,
Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht. Verwendet andere Speicheroptionen.


Details anzeigen | Datenschutzerklärunglaunch
EinwilligungBerechtigtes Interessehelp_outline


ADTRIBA GMBH

Cookie-Speicherdauer: 730 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Aus Authentifizierungen
abgeleitete Kennungen, Ungefähre Standort-Daten, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


OBJECTIVE PARTNERS BV

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


ENSIGHTEN

Cookie-Speicherdauer: 1825 (Tage).

Erhobene und verarbeitete Daten: Gerätekennungen, Surf- und Interaktionsdaten,
Datenschutzeinstellungen, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Berechtigtes Interessehelp_outline


EBAY INC

Cookie-Speicherdauer: 90 (Tage).

Erhobene und verarbeitete Daten: Datenschutzeinstellungen, Gerätemerkmale,
IP-Adressen

mehr




Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung


HURRA COMMUNICATIONS GMBH

Cookie-Speicherdauer: 366 (Tage).

Erhobene und verarbeitete Daten: Genaue Standortdaten, Gerätekennungen, Aus
Authentifizierungen abgeleitete Kennungen, Probabilistische Kennungen, Ungefähre
Standort-Daten, Surf- und Interaktionsdaten, Gerätemerkmale, IP-Adressen

mehr

Cookies werden nach jeder Sitzung gelöscht.


Details anzeigen | Details zum Speicher | Datenschutzerklärunglaunch
Einwilligung

Anzeigenpartner

help_outline


GSKINNER

Datenschutzerklärunglaunch
Einwilligung


AKAMAI

Datenschutzerklärunglaunch
Einwilligung


META

Datenschutzerklärunglaunch
Einwilligung


AUNICA

Datenschutzerklärunglaunch
Einwilligung


BOOKING.COM

Datenschutzerklärunglaunch
Einwilligung


C3 METRICS

Datenschutzerklärunglaunch
Einwilligung


IBM

Datenschutzerklärunglaunch
Einwilligung


EVIDON

Datenschutzerklärunglaunch
Einwilligung


CUBED

Datenschutzerklärunglaunch
Einwilligung


OPTOMATON

Datenschutzerklärunglaunch
Einwilligung


INTELLIAD

Datenschutzerklärunglaunch
Einwilligung


ANALIGHTS

Datenschutzerklärunglaunch
Einwilligung


DSTILLERY

Datenschutzerklärunglaunch
Einwilligung


MEDIAMATH

Datenschutzerklärunglaunch
Einwilligung


ZMS

Datenschutzerklärunglaunch
Einwilligung


DENTSU AEGIS NETWORK

Datenschutzerklärunglaunch
Einwilligung


IGNITION ONE

Datenschutzerklärunglaunch
Einwilligung


OMNICOM MEDIA GROUP

Datenschutzerklärunglaunch
Einwilligung


DIGISEG

Datenschutzerklärunglaunch
Einwilligung


RESONATE

Datenschutzerklärunglaunch
Einwilligung


SOJERN

Datenschutzerklärunglaunch
Einwilligung


HAENSEL AMS

Datenschutzerklärunglaunch
Einwilligung


BDSK HANDELS GMBH & CO. KG

Datenschutzerklärunglaunch
Einwilligung


TRADEDOUBLER AB

Datenschutzerklärunglaunch
Einwilligung


TRUSTARC

Datenschutzerklärunglaunch
Einwilligung


TRUEFFECT

Datenschutzerklärunglaunch
Einwilligung


MARKETING SCIENCE CONSULTING GROUP, INC.

Datenschutzerklärunglaunch
Einwilligung


DENTSU

Datenschutzerklärunglaunch
Einwilligung


KOBLER

Datenschutzerklärunglaunch
Einwilligung


TRAVEL DATA COLLECTIVE

Datenschutzerklärunglaunch
Einwilligung


ADVOLUTION.CONTROL

Datenschutzerklärunglaunch
Einwilligung


WIDESPACE

Datenschutzerklärunglaunch
Einwilligung


LIFESTREET

Datenschutzerklärunglaunch
Einwilligung


VIMEO

Datenschutzerklärunglaunch
Einwilligung


BATCH MEDIA

Datenschutzerklärunglaunch
Einwilligung


VODAFONE GMBH

Datenschutzerklärunglaunch
Einwilligung


MAGNITE

Datenschutzerklärunglaunch
Einwilligung


SCENESTEALER

Datenschutzerklärunglaunch
Einwilligung


NETQUEST

Datenschutzerklärunglaunch
Einwilligung


MANAGE.COM

Datenschutzerklärunglaunch
Einwilligung


CLOUDFLARE

Datenschutzerklärunglaunch
Einwilligung


SALESFORCE DMP

Datenschutzerklärunglaunch
Einwilligung


NETFLIX

Datenschutzerklärunglaunch
Einwilligung


MACROMILL GROUP

Datenschutzerklärunglaunch
Einwilligung


EBUILDERS

Datenschutzerklärunglaunch
Einwilligung


APPLOVIN CORP.

Datenschutzerklärunglaunch
Einwilligung


FRACTIONAL MEDIA

Datenschutzerklärunglaunch
Einwilligung


RACKSPACE

Datenschutzerklärunglaunch
Einwilligung


LIFTOFF

Datenschutzerklärunglaunch
Einwilligung


MSI-ACI

Datenschutzerklärunglaunch
Einwilligung


NAVEGG

Datenschutzerklärunglaunch
Einwilligung


ADMEDO

Datenschutzerklärunglaunch
Einwilligung


KOCHAVA

Datenschutzerklärunglaunch
Einwilligung


MOBITRANS

Datenschutzerklärunglaunch
Einwilligung


ADEX

Datenschutzerklärunglaunch
Einwilligung


IMPACT

Datenschutzerklärunglaunch
Einwilligung


SPOTAD

Datenschutzerklärunglaunch
Einwilligung


AARKI

Datenschutzerklärunglaunch
Einwilligung


SFR

Datenschutzerklärunglaunch
Einwilligung


CABLATO

Datenschutzerklärunglaunch
Einwilligung


WAYSTACK

Datenschutzerklärunglaunch
Einwilligung


CLINCH

Datenschutzerklärunglaunch
Einwilligung


TRESENSA

Datenschutzerklärunglaunch
Einwilligung

Alle akzeptieren



Auswahl bestätigen

Schließen