usssa.org Open in urlscan Pro
161.47.150.93  Public Scan

Submitted URL: http://usssa.org/
Effective URL: http://usssa.org/home/
Submission: On April 21 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /home/

<form method="post" action="/home/" id="frm" class="ng-pristine ng-valid">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="Q5bwtKK+fBsBajKvqkeNk3w2lX7XMY5f8gaAwc3T6amrkqpOXcJDLq1NB6cWVzLDu84Pz1+M0xoeXxSDnByYawFOut/nm+yYXPFBt4U4kNWElPP/C2H57PZ7PllKHNUbZYp3nOrYSVA0SHGZqJD97g==" autocomplete="off">
  </div>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" autocomplete="off">
    <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" autocomplete="off">
  </div>
  <div class="container ctContent ng-scope" ng-controller="pageCntrl">
    <!-- Header -->
    <nav class="header-v11 navbar navbar-light navbar-expand-lg noPrint">
      <button class="navbar-toggler btnSideBar mr-2" type="button" data-toggle="collapse" data-target="#sideBar" aria-controls="sideBar" aria-expanded="false" aria-label="Sidebar" style="display:none;"><span
          class="navbar-toggler-icon"></span></button>
      <div class="navbar-brand">
        <a class="logo" href="/">
		<!--prod <a class="logo" href=" https://hq.usssa.com">  qa  href=" https://dev-next.usssa.com/hq"> -->
		<div id="logo-header" alt="USSSA"></div></a>
      </div>
      <div style="flex-grow: 1;"></div>
      <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#topMenu" aria-controls="topMenu" aria-expanded="false" aria-label="Menu">
        <span class="lblMenu4People">Menu</span> <span class="navbar-toggler-icon"></span>
      </button>
      <div class="navbar-collapse navbar-responsive-collapse collapse" id="topMenu">
        <script>
          usssa.controller('sportMenuCtrl', ['$scope', '$filter', '$http', '$location', 'jsLib', 'API', 'storage', function($scope, $filter, $http, $location, jsLib, API, storage) {
            function init() {
              $scope.loading = true;
              $scope.jsLib = jsLib;
              var page = null;
              var tmp = document.URL.split('/');
              if (tmp.length > 0) {
                page = tmp[4];
              }
              API.post({
                action: 'v11GetTopMenu',
                sport: jsLib.getSportName(),
                page: page
              }, 24).then(function(data) {
                $scope.menu = data;
                $scope.loading = false;
              }, function(error) {
                console.log('error', error);
                $scope.loading = false;
              });
            }
            $scope.hasGrandChildren = function(item) {
              if (item.children) {
                if (item.children[0]) {
                  if (item.children[0].children) return true;
                }
              }
              return false;
            }
            init();
          }]);
        </script>
        <div class="secondBg ng-scope" ng-controller="sportMenuCtrl">
          <ul class="navbar-nav float-lg-right topMenu" ng-hide="loading">
            <li class="nav-item hidden-md hidden-lg hidden-xl">
              <a class="nav-link" href="/login">Login</a>
            </li>
            <!-- ngRepeat: item in menu.items -->
            <li class="nav-item ng-scope" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
              <!-- ngIf: !item.children --><a class="nav-link ng-binding ng-scope" ng-if="!item.children" href="https://www.usssa.com/safesport" ng-attr-target="{{(item.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(item.title)">SafeSport</a><!-- end ngIf: !item.children -->
              <!-- ngIf: item.children -->
              <!-- ngIf: item.children -->
            </li><!-- end ngRepeat: item in menu.items -->
            <li class="nav-item ng-scope" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
              <!-- ngIf: !item.children --><a class="nav-link ng-binding ng-scope" ng-if="!item.children" href="http://www.usssaspacecoast.com/" ng-attr-target="{{(item.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(item.title)" target="_blank">Space Coast Complex</a><!-- end ngIf: !item.children -->
              <!-- ngIf: item.children -->
              <!-- ngIf: item.children -->
            </li><!-- end ngRepeat: item in menu.items -->
            <li class="nav-item ng-scope" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
              <!-- ngIf: !item.children --><a class="nav-link ng-binding ng-scope" ng-if="!item.children" href="/how-to-create" ng-attr-target="{{(item.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(item.title)">How to Register a Team?</a><!-- end ngIf: !item.children -->
              <!-- ngIf: item.children -->
              <!-- ngIf: item.children -->
            </li><!-- end ngRepeat: item in menu.items -->
            <li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
              <!-- ngIf: !item.children -->
              <!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu214" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
				<!-- ngIf: item.title != '---' --><span ng-if="item.title != '---'" class="ng-binding ng-scope">Sports</span><!-- end ngIf: item.title != '---' -->
				<!-- ngIf: item.title == '---' -->
			</a><!-- end ngIf: item.children -->
              <!-- ngIf: item.children -->
              <div class="dropdown-menu row ng-scope sport-list" ng-class="{'sport-menu': hasGrandChildren(item), 'sport-list': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu214" ng-if="item.children">
                <!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope col" ng-class="{'col':item.classes}" href="/baseball" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Baseball</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope col" ng-class="{'col':item.classes}" href="/fastpitch" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Fastpitch</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope col" ng-class="{'col':item.classes}" href="/slowpitch" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Slowpitch</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope col" ng-class="{'col':item.classes}" href="/gslslowpitch" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">GSL Slowpitch</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope col" ng-class="{'col':item.classes}" href="/basketball3on3" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Basketball 3 on 3</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope col" ng-class="{'col':item.classes}" href="/basketball5on5" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Basketball 5 on 5</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope col" ng-class="{'col':item.classes}" href="http://usssasoccer.com/" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Soccer</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope col" ng-class="{'col':item.classes}" href="/omegaball" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">OmegaBall</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope col" ng-class="{'col':item.classes}" href="http://usssa.com/officials" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Officials Home - All Sports</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
                <!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
              </div><!-- end ngIf: item.children -->
            </li><!-- end ngRepeat: item in menu.items -->
            <li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
              <!-- ngIf: !item.children -->
              <!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu2295" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
				<!-- ngIf: item.title != '---' --><span ng-if="item.title != '---'" class="ng-binding ng-scope">Programs</span><!-- end ngIf: item.title != '---' -->
				<!-- ngIf: item.title == '---' -->
			</a><!-- end ngIf: item.children -->
              <!-- ngIf: item.children -->
              <div class="dropdown-menu row ng-scope sport-menu" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu2295" ng-if="item.children">
                <!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
                <!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
                <div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
                  <!-- ngIf: child1.children -->
                  <h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Baseball</h5><!-- end ngIf: child1.children -->
                  <!-- ngIf: child1.children -->
                  <ul class="submenu-list ng-scope" ng-if="child1.children">
                    <!-- ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="/baseball/baseball-elite-qualifying-series/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Elite World Series Qualifiers</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="/baseball/baseball-elite-ws-week-1/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Easton Elite World Series</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="https://wsbaseball.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">World Series Events</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="https://aagbaseball.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">All American Games Home</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="https://usssa.com/points-race-baseball/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Points Race</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="https://allstate.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">National All State Games</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                  </ul><!-- end ngIf: child1.children -->
                </div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
                <div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
                  <!-- ngIf: child1.children -->
                  <h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Fastpitch</h5><!-- end ngIf: child1.children -->
                  <!-- ngIf: child1.children -->
                  <ul class="submenu-list ng-scope" ng-if="child1.children">
                    <!-- ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="https://www.aagfastpitch.usssa.com" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">All American Program Home</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="http://select30.usssa.com" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Select30</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="https://spacecoastws.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Space Coast World Series</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="https://spacecoastcup.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Space Coast Cup</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="http://usaeliteselect.com" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USA Elite Select Home</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="https://usssa.com/points-race-fastpitch/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Points Race</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="/fastpitch/eventSearch/?sportID=16&amp;startDate=09/01/2020" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">National Championship Qualifying</a>
                    </li><!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="/fastpitch/eventSearch/?sportID=16&amp;stature=23,4&amp;startDate=08/01/2020" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">National Championship Events</a>
                    </li><!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="http://usssapride.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Pride</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="http://usssapride.com/jrpride" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Jr Pride Info</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                  </ul><!-- end ngIf: child1.children -->
                </div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
                <div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
                  <!-- ngIf: child1.children -->
                  <h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Slowpitch</h5><!-- end ngIf: child1.children -->
                  <!-- ngIf: child1.children -->
                  <ul class="submenu-list ng-scope" ng-if="child1.children">
                    <!-- ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="http://conferenceusssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Conference USSSA Home</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="http://www.usssa.com/gslslowpitch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">GSL Softball Home</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="http://usssaseniorsoftball.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Senior Softball</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="https://wtslowpitch.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">World Tournament Information</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="https://www.usssa.com/slowpitch/eventSearch/?sportID=17&amp;seasonID=25&amp;stature=1728" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">GSL World Tournaments</a>
                    </li><!-- end ngRepeat: child2 in child1.children -->
                  </ul><!-- end ngIf: child1.children -->
                </div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
                <div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
                  <!-- ngIf: child1.children -->
                  <h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Soccer</h5><!-- end ngIf: child1.children -->
                  <!-- ngIf: child1.children -->
                  <ul class="submenu-list ng-scope" ng-if="child1.children">
                    <!-- ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="http://usssasoccer.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Soccer</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="http://cms.usssa.net/omegaball/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">OmegaBall</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                  </ul><!-- end ngIf: child1.children -->
                </div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
                <div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
                  <!-- ngIf: child1.children -->
                  <h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">USSSA</h5><!-- end ngIf: child1.children -->
                  <!-- ngIf: child1.children -->
                  <ul class="submenu-list ng-scope" ng-if="child1.children">
                    <!-- ngRepeat: child2 in child1.children -->
                    <li ng-repeat="child2 in child1.children" class="ng-scope">
                      <a href="/e-a-ramsay-scholarship-recipients" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">EA Ramsay Scholarship Recipients</a></li>
                    <!-- end ngRepeat: child2 in child1.children -->
                  </ul><!-- end ngIf: child1.children -->
                </div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
              </div><!-- end ngIf: item.children -->
            </li><!-- end ngRepeat: item in menu.items -->
            <li class="nav-item ng-scope" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
              <!-- ngIf: !item.children --><a class="nav-link ng-binding ng-scope" ng-if="!item.children" href="/login" ng-attr-target="{{(item.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(item.title)">Login</a><!-- end ngIf: !item.children -->
              <!-- ngIf: item.children -->
              <!-- ngIf: item.children -->
            </li><!-- end ngRepeat: item in menu.items -->
          </ul>
        </div>
      </div>
    </nav>
    <div class="row no-gutters">
      <!-- Sidebar Start -->
      <div class="dvSideBar noPrint" ng-show="sideBarVisible">
        <div id="sideBar" class="sideBar navbar-collapse navbar-responsive-collapse">
          <!-- Favorites Module -->
          <script src="/js/controllers/mostRecentCtrl.js"></script>
          <div class="dvRecently transBox-desktop ng-scope" ng-controller="mostRecentCtrl" style="padding-bottom: 15px">
            <h5 class="hidden-md hidden-lg hidden-xl">Recently Visited</h5>
            <h3 class="hidden-xs hidden-sm">Recently Visited</h3>
            <ul class="nav nav-tabs marginB5 marginT5">
              <li class="nav-item"><a class="nav-link" ng-class="currentTab == 'event' ? 'active':''" title="Events" href="" ng-click="setTab('event')">Events</a></li>
              <li class="nav-item"><a class="nav-link" ng-class="currentTab == 'team' ? 'active':''" title="Teams" href="" ng-click="setTab('team')">Teams</a></li>
              <li class="nav-item"><a class="nav-link" ng-class="currentTab == 'player' ? 'active':''" title="Players" href="" ng-click="setTab('player')">Players</a></li>
              <!-- <li class="nav-item"><a class="nav-link" ng-class="currentTab == 'searche' ? 'active':''" title="Searches" href ng-click="setTab('searche')">Searches</a></li> -->
            </ul>
            <span class="badge badge-secondary hidden-xs hidden-sm" ng-hide="currentTab"><i class="fa fa-arrow-up" aria-hidden="true" icon="arrow-up"></i> Select an Option</span>
            <div class="text-center ng-isolate-scope ng-hide" ng-show="loading">
              <h4 class="ng-binding">Loading...</h4>
              <img src="/img/loading-bar.svg" style="width: 100px">
            </div>
            <div class="padding10 ng-hide" ng-hide="loading || !currentTab">
              <div class="text-right"><a href="" ng-click="closeTab()"><i class="fa fa-window-close" aria-hidden="true" icon="window-close"></i> Close</a></div>
              <strong style="text-transform: capitalize;" class="ng-binding">s:</strong>
              <!-- ngRepeat: t in teams -->
              <!-- ngRepeat: e in events --><!-- <br ng-hide="$index > 4 && !showAll"> -->
              <!-- ngRepeat: p in players -->
              <!-- ngIf: teams.length > 5 && !showAll -->
              <!-- ngIf: currentTab == 'team' && teams.length == 0 -->
              <!-- ngIf: currentTab == 'event' && events.length == 0 -->
              <!-- ngIf: currentTab == 'player' && players.length == 0 -->
              <center><!-- ngIf: (teams.length > 0 && currentTab=='team')||(events.length > 0 && currentTab == 'event')|| (players.length > 0 && currentTab == 'player') --></center>
            </div>
            <div class="hidden-md hidden-lg hidden-xl" style="margin-bottom: -30px"></div>
          </div>
          <!-- /Favorites Module -->
          <div id="rectangle_1" class="d-none d-lg-block" data-didna="true" data-google-query-id="CLPSuZf6u_4CFRzMEQgdIyMJOg">
            <div id="google_ads_iframe_/154352941/usssa.com/rectangle_1_0__container__" style="border: 0pt none; display: inline-block; width: 300px; height: 250px;"><iframe frameborder="0"
                src="https://58685b7822f824e898b8bf832efb9730.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/154352941/usssa.com/rectangle_1_0" title="3rd party ad content" name="" scrolling="no"
                marginwidth="0" marginheight="0" width="300" height="250" data-is-safeframe="true" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation" role="region"
                aria-label="Advertisement" tabindex="0" data-google-container-id="1" style="border: 0px; vertical-align: bottom;" data-load-complete="true"></iframe></div>
          </div>
          <div class="sideBar-teamManager mt-1">
            <script src="/js/controllers/teamManagerSidebarCtrl.js"></script>
            <script src="/js/filters/getReceiptLink.js"></script>
            <div class="transBox dvTeamManagerSidebar ng-scope ng-hide" ng-controller="teamManagerSidebarCtrl" ng-show="1 == 0">
              <h3>Team Manager</h3>
              <nav class="nav-sidebar">
                <ul class="nav flex-column">
                  <li class="nav-item"><a class="nav-link" href="/ISTSMenu"><i class="fa fa-home" aria-hidden="true" icon="home"></i> Dashboard</a></li>
                  <li class="nav-item"><a class="nav-link" href="/ISTSMyAccount"><i class="fa fa-id-badge" aria-hidden="true" icon="id-badge"></i> Your Account</a></li>
                  <li class="nav-item"><a class="nav-link" href="/ISTSBillingInfo"><i class="fa fa-address-card-o" aria-hidden="true" icon="address-card-o"></i> Billing Info</a></li>
                  <li class="nav-item"><a class="nav-link" href="/payments"><i class="fa fa-credit-card" aria-hidden="true" icon="credit-card"></i> Your Payments</a></li>
                  <li class="nav-item"><a class="nav-link" href="/ISTSYourPlayers"><i class="fa fa-users" aria-hidden="true" icon="users"></i> Your Players</a></li>
                  <!-- <li class="nav-item"><a class="nav-link" href="https://sports.athpro360.com/Ists/remoteLogin/?managerID=={{AthPro.managerID}}&chksum={{AthPro.chksum}}&page=dashboard"><fa icon="trash"></fa> AthClub</a></li> -->
                  <li class="nav-item"><a class="nav-link" href="/ISTSCreateTeam"><i class="fa fa-plus" aria-hidden="true" icon="plus"></i> Create a New Team</a></li>
                  <li class="nav-item"><a class="nav-link" href="/ISTSCreateTeam"><i class="fa fa-plus" aria-hidden="true" icon="plus"></i> Register Existing Team for New Season</a></li>
                  <li class="nav-item"><a class="nav-link" href="/ISTSLogout"><i class="fa fa-power-off" aria-hidden="true" icon="power-off"></i> Logout</a></li>
                </ul>
              </nav>
              <!-- ngIf: payments.length > 0 -->
            </div>
            <div class="sideBar-shoppingCart mt-md-3">
              <!-- #checkout# -->
              <!-- shoppie -->
              <script>
                usssa.controller('ShoppingCartWidgetController', ['$scope', '$rootScope', '$filter', '$http', '$location', 'jsLib', 'API', function($scope, $rootScope, $filter, $http, $location, jsLib, API) {
                  $scope.cartLimit = 8000;
                  $rootScope.$on('updateCart', function(event, args) {
                    getCartItems();
                  });

                  function getCartItems() {
                    $scope.loading = true;
                    API.post({
                      action: 'getCartItemsV11'
                    }).then(function(data) {
                      $scope.loading = false;
                      data.cartTotal = 0;
                      angular.forEach(data.cart, function(team) {
                        team.total = 0;
                        angular.forEach(team.items, function(div) {
                          div.total = 0;
                          angular.forEach(div.items, function(item) {
                            div.total += item.amount;
                          });
                          team.total = +div.total;
                          data.cartTotal += team.total;
                        });
                      });
                      $scope.cartData = data;
                      $scope.cartAmount = data.cartTotal;
                    }, function(error) {
                      console.log('http error');
                      $scope.loading = false;
                    });
                  }
                  $scope.changeStatus = function(item, status) {
                    var _params = {
                      action: 'shoppingcart-changeStatusV11',
                      teamID: item.team_id,
                      status: status
                    };
                    if (item.payment_type != 6) {
                      _params.seqNo = item.seqno;
                    } else {
                      _params.divisionID = item.division_id;
                    }
                    API.post(_params).then(function(data) {
                      $scope.loading = false;
                      getCartItems();
                    }, function(error) {
                      //console.log('http error');
                      getCartItems();
                      $scope.loading = false
                    });
                  }
                  $scope.remove = function(item) {
                    if (confirm((item.payment_type == 6) ? "Removing this item will remove other fee items from your cart, do you want to continue?" : "Are you sure?")) {
                      if (confirm('Removing this item from your Shopping Cart does NOT mean that your team is removed from the event. To do this you must contact the Event Director.')) {
                        var _params = {
                          action: 'shoppingcart-removeV11',
                          teamID: item.team_id
                        };
                        if (item.payment_type != 6) {
                          _params.seqNo = item.seqno;
                        } else {
                          _params.divisionID = item.division_id;
                        }
                        API.post(_params).then(function(data) {
                          $scope.loading = false;
                          getCartItems();
                        }, function(error) {
                          $scope.loading = false;
                          console.log('http error');
                        });
                      }
                    }
                  }
                  $scope.checkoutCart = function() {
                    if ($scope.cartAmount >= $scope.cartLimit) alert("Total Cart amount can't be more than $8000, please move some items to \"Saved for Later\" to proceed.");
                    else {
                      //Update cart items amount for stuff in the cart.
                      var cartItems = [];
                      var cartIDs = [];
                      angular.forEach($scope.cartData.cart, function(team) {
                        angular.forEach(team.items, function(div) {
                          angular.forEach(div.items, function(item) {
                            cartItems.push({
                              seqno: item.seqno,
                              amount: item.amount
                            });
                            cartIDs.push(item.seqno);
                          });
                        });
                      });
                      API.post({
                        action: 'updateCartItemsBeforeCheckoutV11',
                        json: encodeURIComponent(angular.toJson(cartItems))
                      }).then(function(data) {
                        $scope.loading = false;
                        if (data.success) {
                          checkoutCart('', $scope.cartAmount, 'USSSA Shopping Cart Payment', 60, 60, 0, 0, 'https://www.usssa.com/' + jsLib.getSportName($scope.sportID, document.URL) + '/ISTSMenu/?gdSport=' + $scope.sportID, '', angular
                            .toJson(cartIDs));
                        } else {
                          alert(
                            'An event in your shopping cart is not available because the max teams have already entered.  This event has been removed from your cart, please contact the tournament host regarding entry into this event.');
                          getCartItems();
                        }
                      }, function(error) {
                        console.log('http error');
                        $scope.loading = false;
                      });
                    }
                  }
                  if ('' != '') getCartItems();
                }]);

                function checkoutCart(customerid, transamount, transdesc, trans_type_id, org_id, team_id, season_id, return_URL, password, cartIDs) {
                  $("#customerid").val(customerid);
                  $("#transamount").val(transamount);
                  $("#transdesc").val(transdesc);
                  $("#trans_type_id").val(trans_type_id);
                  $("#org_id").val(org_id);
                  $("#team_id").val(team_id);
                  $("#season_id").val(season_id);
                  $("#cartIDs").val(cartIDs);
                  $("#return_URL").val(return_URL);
                  $("#frm").attr('action', 'https://www.usssa.com/OnlinePayment');
                  $(".aspNetHidden").remove();
                  $("#frm").submit();
                }

                function checkout(customerid, transamount, transdesc, trans_type_id, org_id, team_id, season_id, return_URL, password, cartIDs) {
                  checkoutCart(customerid, transamount, transdesc, trans_type_id, org_id, team_id, season_id, return_URL, password, cartIDs);
                }
              </script>
              <div ng-controller="ShoppingCartWidgetController" class="ng-scope">
                <div style="display:none">
                  <input type="hidden" id="customerid" name="customerid" value="" autocomplete="off">
                  <input type="hidden" id="transamount" name="transamount" value="" autocomplete="off">
                  <input type="hidden" id="transdesc" name="transdesc" value="" autocomplete="off">
                  <input type="hidden" id="trans_type_id" name="trans_type_id" value="" autocomplete="off">
                  <input type="hidden" id="org_id" name="org_id" value="" autocomplete="off">
                  <input type="hidden" id="team_id" name="team_id" value="" autocomplete="off">
                  <input type="hidden" id="season_id" name="season_id" value="" autocomplete="off">
                  <input type="hidden" id="cartIDs" name="cartIDs" value="" autocomplete="off">
                  <input type="hidden" id="return_URL" name="return_URL" value="" autocomplete="off">
                  <input type="hidden" id="password" name="password" value="" autocomplete="off">
                  <input type="hidden" id="from" name="from" value="v11" autocomplete="off">
                </div>
              </div>
            </div>
          </div>
          <div class="d-none d-lg-block mt-2" style="flex-grow: 1">
            <style>
              .watch-live-container {
                background-color: #cccccc;
                background-size: 100% 100%;
                background-image: url('/img/usssalive-cta-ad.jpg');
                width: 300px;
                height: 100px;
              }

              .watch-live-container .watch-live-link {
                display: inline-block;
                width: 100%;
                height: 100%;
              }
            </style>
            <div class="watch-live-container">
              <a class="watch-live-link" href="https://www.usssalive.com">&nbsp;</a>
            </div>
            <hr class="d-block d-md-none">
            <div id="skyscraper_1" class="position-sticky mt-3" style="top: 1rem;" data-didna="true" data-google-query-id="CIW9kJj6u_4CFRitdwodggMNdw">
              <div id="google_ads_iframe_/154352941/usssa.com/skyscraper_1_0__container__" style="border: 0pt none; display: inline-block; width: 300px; height: 600px;"><iframe frameborder="0"
                  src="https://58685b7822f824e898b8bf832efb9730.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/154352941/usssa.com/skyscraper_1_0" title="3rd party ad content" name="" scrolling="no"
                  marginwidth="0" marginheight="0" width="300" height="600" data-is-safeframe="true" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation"
                  role="region" aria-label="Advertisement" tabindex="0" data-google-container-id="4" style="border: 0px; vertical-align: bottom;" data-load-complete="true"></iframe></div>
            </div>
          </div>
          <div class="sideBarFooter d-block d-md-none"></div>
        </div>
      </div>
      <!-- /Sidebar -->
      <div class="col dvContent">
        <script src="/js/controllers/superEventSearchCtrl.js"></script>
        <div class="text-center" style="padding-top:15px">
          <div id="leaderboard_1" class="noPrint" data-didna="true" data-google-query-id="CMX77Jf6u_4CFUGWdwod5m0ILw">
            <div id="google_ads_iframe_/154352941/usssa.com/leaderboard_1_0__container__" style="border: 0pt none; display: inline-block; width: 970px; height: 90px;"><iframe frameborder="0"
                src="https://58685b7822f824e898b8bf832efb9730.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/154352941/usssa.com/leaderboard_1_0" title="3rd party ad content" name="" scrolling="no"
                marginwidth="0" marginheight="0" width="970" height="90" data-is-safeframe="true" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation" role="region"
                aria-label="Advertisement" tabindex="0" data-google-container-id="2" style="border: 0px; vertical-align: bottom;" data-load-complete="true"></iframe></div>
          </div>
        </div>
        <div ng-controller="superEventSearchCtrl" class="superSearch ng-scope">
          <!-- ngIf: !program -->
          <div ng-if="!program" class="bg-white searchWidget noPrint ng-scope">
            <!-- ngIf: !onEventSearch -->
            <div class="marginB15 ng-scope" ng-if="!onEventSearch">
              <h4 class="h4 hh hh-dk-gray">Quick Search</h4>
              <ul class="nav nav-tabs">
                <li class="nav-item"><a class="nav-link active" ng-class="currentTab == 'event' ? 'active':''" title="Event Search" href="" ng-click="setTab('event')">Event<span class="hidden-xs"> Search</span></a></li>
                <!-- ngIf: searchSystem != 'scori' -->
                <li class="nav-item ng-scope" ng-if="searchSystem != 'scori'"><a class="nav-link" ng-class="currentTab == 'team' ? 'active':''" title="Team Search" href="" ng-click="setTab('team')">Team<span class="hidden-xs"> Search</span></a></li>
                <!-- end ngIf: searchSystem != 'scori' -->
                <!-- ngIf: searchSystem != 'scori' -->
                <li class="nav-item ng-scope" ng-if="searchSystem != 'scori'">
                  <a class="nav-link" ng-class="currentTab == 'player' ? 'active':''" title="Player Search" href="" ng-click="setTab('player')">Player<span class="hidden-xs"> Search</span></a></li><!-- end ngIf: searchSystem != 'scori' -->
                <!-- ngIf: searchSystem != 'scori' -->
                <li class="nav-item ng-scope" ng-if="searchSystem != 'scori'"><a class="nav-link" ng-class="currentTab == 'ranking' ? 'active':''" title="Ranking" href="" ng-click="setTab('ranking')">Ranking</a></li>
                <!-- end ngIf: searchSystem != 'scori' -->
                <!-- ngIf: searchSystem != 'scori' -->
                <li class="nav-item ng-scope" ng-if="searchSystem != 'scori'"><a class="nav-link" title="Points Race" href="" ng-click="pointsRaceClicked()">Points Race</a></li><!-- end ngIf: searchSystem != 'scori' -->
              </ul>
            </div><!-- end ngIf: !onEventSearch -->
          </div><!-- end ngIf: !program -->
          <!-- ngIf: onEventSearch -->
          <hr class="marginB15">
          <!-- ngIf: currentTab == 'event' -->
          <div class="noPrint ng-scope" ng-if="currentTab == 'event'">
            <!-- ngIf: onHome -->
            <h3 ng-if="onHome" class="ng-scope">Event S<a href="" ng-click="hiddenFields()" style="color: #dd2109;cursor: text;">e</a>arch</h3><!-- end ngIf: onHome -->
            <!-- ngIf: searchSystem != 'scori' -->
            <div ng-if="searchSystem != 'scori'" class="row ng-scope">
              <!-- Sport dropdown -->
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-6" ng-hide="inSpecificSport == 32">
                <h4 class="text_red" style="border: none;">Sport:</h4>
                <div class="ui-select-container select2 select2-container ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled, 'select2-container-active': $select.focus, 'select2-allowclear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                  ng-disabled="loadingSports" ng-model="searchParams.sportID" theme="select2" on-select="selectSport($item)" close-on-select="true" skip-focusser="true">
                  <a class="select2-choice ui-select-match ng-scope select2-default" ng-class="{'select2-default': $select.isEmpty()}" ng-click="$select.toggle($event)" aria-label="Select box select" allow-clear="true" placeholder="Select a sport 2 start"><span ng-show="$select.isEmpty()" class="select2-chosen ng-binding">Select a sport 2 start</span> <span ng-hide="$select.isEmpty()" class="select2-chosen ng-hide" ng-transclude=""></span> <!-- ngIf: $select.allowClear && !$select.isEmpty() --> <span class="select2-arrow ui-select-toggle"><b></b></span></a>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open}">
                    <div class="search-container select2-search" ng-class="{'ui-select-search-hidden':!$select.searchEnabled, 'select2-search':$select.searchEnabled}"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off"
                        spellcheck="false" ng-class="{'select2-active': $select.refreshing}" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-0" aria-label="Select box"
                        class="ui-select-search select2-input ng-pristine ng-untouched ng-valid ng-empty" ng-model="$select.search"></div>
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" repeat="sport in searchFields.sports | propsFilter: {name: $select.search}" position="bottom">
                      <li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
                        <div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-binding ng-hide" ng-bind="$group.name"></div>
                        <ul id="ui-select-choices-0" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single">
                          <!-- ngRepeat: sport in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: sport in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: sport in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: sport in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: sport in $select.items --><!-- ngIf: $select.open --><!-- end ngRepeat: sport in $select.items -->
                        </ul>
                      </li>
                    </ul>
                    <div class="ui-select-no-choice"></div>
                  </div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-0" aria-label="Select box focus" aria-haspopup="true" role="button">
                </div>
              </div>
              <!-- Season dropdown -->
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-6 ng-hide" ng-hide="!searchParams.sportID">
                <h4 class="text_red" style="border: none;">Season:</h4>
                <div class="ui-select-container select2 select2-container ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled, 'select2-container-active': $select.focus, 'select2-allowclear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                  ng-disabled="loadingSeasons" ng-model="searchParams.seasonID" theme="select2" on-select="selectSeason($item)" close-on-select="true" skip-focusser="true">
                  <a class="select2-choice ui-select-match ng-scope select2-default" ng-class="{'select2-default': $select.isEmpty()}" ng-click="$select.toggle($event)" aria-label="Select box select" allow-clear="true" placeholder="Select a season"><span ng-show="$select.isEmpty()" class="select2-chosen ng-binding">Select a season</span> <span ng-hide="$select.isEmpty()" class="select2-chosen ng-hide" ng-transclude=""></span> <!-- ngIf: $select.allowClear && !$select.isEmpty() --> <span class="select2-arrow ui-select-toggle"><b></b></span></a>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open}">
                    <div class="search-container select2-search" ng-class="{'ui-select-search-hidden':!$select.searchEnabled, 'select2-search':$select.searchEnabled}"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off"
                        spellcheck="false" ng-class="{'select2-active': $select.refreshing}" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-1" aria-label="Select box"
                        class="ui-select-search select2-input ng-pristine ng-untouched ng-valid ng-empty" ng-model="$select.search"></div>
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" repeat="season in searchFields.seasons | propsFilter: {name: $select.search}" position="bottom">
                      <li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
                        <div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-binding ng-hide" ng-bind="$group.name"></div>
                        <ul id="ui-select-choices-1" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single"><!-- ngRepeat: season in $select.items -->
                        </ul>
                      </li>
                    </ul>
                    <div class="ui-select-no-choice"></div>
                  </div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-1" aria-label="Select box focus" aria-haspopup="true" role="button">
                </div>
              </div>
              <!-- Age dropdown -->
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-6 ng-hide" ng-hide="!searchFields.ages">
                <h4 class="text_red" style="border: none;">Age:</h4>
                <div class="ui-select-container ui-select-multiple select2 select2-container select2-container-multi ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled}" ng-model="searchParams.age" theme="select2" close-on-select="true" skip-focusser="true">
                  <ul class="select2-choices"><span class="ui-select-match ng-scope" allow-clear="true" placeholder="All ages"><!-- ngRepeat: $item in $select.selected track by $index --></span>
                    <li class="select2-search-field"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-2" aria-label="Select box"
                        class="select2-input ui-select-search ng-pristine ng-untouched ng-valid ng-empty" placeholder="All ages" ng-disabled="$select.disabled" ng-hide="$select.disabled" ng-model="$select.search" ng-click="$select.activate()"
                        style="width: 10px;" ondrop="return false;" aria-activedescendant="ui-select-choices-row-2-0"></li>
                  </ul>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open || $select.items.length === 0}">
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" repeat="age in searchFields.ages | propsFilter: {name: $select.search}" position="bottom">
                      <li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
                        <div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-binding ng-hide" ng-bind="$group.name"></div>
                        <ul id="ui-select-choices-2" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single"><!-- ngRepeat: age in $select.items --></ul>
                      </li>
                    </ul>
                  </div><ui-select-multiple></ui-select-multiple>
                </div>
              </div>
              <!-- Period dropdown -->
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-6 ng-hide" ng-hide="!searchFields.searchPeriods" close-on-select="true" skip-focusser="true">
                <h4 class="text_red" style="border: none;">Start Date:</h4>
                <div class="ui-select-container select2 select2-container ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled, 'select2-container-active': $select.focus, 'select2-allowclear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                  ng-model="searchParams.period" theme="select2">
                  <a class="select2-choice ui-select-match ng-scope select2-default" ng-class="{'select2-default': $select.isEmpty()}" ng-click="$select.toggle($event)" aria-label="Select box select" allow-clear="true" placeholder="Pick a start date"><span ng-show="$select.isEmpty()" class="select2-chosen ng-binding">Pick a start date</span> <span ng-hide="$select.isEmpty()" class="select2-chosen ng-hide" ng-transclude=""></span> <!-- ngIf: $select.allowClear && !$select.isEmpty() --> <span class="select2-arrow ui-select-toggle"><b></b></span></a>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open}">
                    <div class="search-container select2-search" ng-class="{'ui-select-search-hidden':!$select.searchEnabled, 'select2-search':$select.searchEnabled}"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off"
                        spellcheck="false" ng-class="{'select2-active': $select.refreshing}" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-3" aria-label="Select box"
                        class="ui-select-search select2-input ng-pristine ng-untouched ng-valid ng-empty" ng-model="$select.search"></div>
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" group-by="'group'" repeat="period in searchFields.searchPeriods | propsFilter: {name: $select.search}" position="bottom">
                      <!-- ngRepeat: $group in $select.groups track by $group.name --></ul>
                    <div class="ui-select-no-choice"></div>
                  </div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-3" aria-label="Select box focus" aria-haspopup="true" role="button">
                </div>
              </div>
              <!-- Class dropdown -->
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-6 ng-hide" ng-hide="!searchFields.classes">
                <h4 class="text_red" style="border: none;">Class:</h4>
                <div class="ui-select-container ui-select-multiple select2 select2-container select2-container-multi ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled}" ng-model="searchParams.class" theme="select2" close-on-select="true" skip-focusser="true">
                  <ul class="select2-choices"><span class="ui-select-match ng-scope" allow-clear="true" placeholder="All classes"><!-- ngRepeat: $item in $select.selected track by $index --></span>
                    <li class="select2-search-field"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-4" aria-label="Select box"
                        class="select2-input ui-select-search ng-pristine ng-untouched ng-valid ng-empty" placeholder="All classes" ng-disabled="$select.disabled" ng-hide="$select.disabled" ng-model="$select.search" ng-click="$select.activate()"
                        style="width: 10px;" ondrop="return false;" aria-activedescendant="ui-select-choices-row-4-0"></li>
                  </ul>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open || $select.items.length === 0}">
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" repeat="class in searchFields.classes | propsFilter: {name: $select.search}" position="bottom">
                      <li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
                        <div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-binding ng-hide" ng-bind="$group.name"></div>
                        <ul id="ui-select-choices-4" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single"><!-- ngRepeat: class in $select.items -->
                        </ul>
                      </li>
                    </ul>
                  </div><ui-select-multiple></ui-select-multiple>
                </div>
              </div>
              <!-- Stature dropdown -->
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-6 ng-hide" ng-hide="!searchFields.statures">
                <h4 class="text_red" style="border: none;">Stature:</h4>
                <div class="ui-select-container ui-select-multiple select2 select2-container select2-container-multi ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled}" ng-model="searchParams.stature" theme="select2" close-on-select="true" skip-focusser="true">
                  <ul class="select2-choices"><span class="ui-select-match ng-scope" allow-clear="true" placeholder="All statures"><!-- ngRepeat: $item in $select.selected track by $index --></span>
                    <li class="select2-search-field"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-5" aria-label="Select box"
                        class="select2-input ui-select-search ng-pristine ng-untouched ng-valid ng-empty" placeholder="All statures" ng-disabled="$select.disabled" ng-hide="$select.disabled" ng-model="$select.search" ng-click="$select.activate()"
                        style="width: 10px;" ondrop="return false;" aria-activedescendant="ui-select-choices-row-5-0"></li>
                  </ul>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open || $select.items.length === 0}">
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" repeat="stature in searchFields.statures | propsFilter: {name: $select.search}" position="bottom">
                      <li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
                        <div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-binding ng-hide" ng-bind="$group.name"></div>
                        <ul id="ui-select-choices-5" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single"><!-- ngRepeat: stature in $select.items -->
                        </ul>
                      </li>
                    </ul>
                  </div><ui-select-multiple></ui-select-multiple>
                </div>
              </div>
              <!-- State dropdown -->
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-6 ng-hide" ng-hide="!searchFields.states" close-on-select="true" skip-focusser="true">
                <h4 class="text_red" style="border: none;">State:</h4>
                <div class="ui-select-container select2 select2-container ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled, 'select2-container-active': $select.focus, 'select2-allowclear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                  ng-model="searchParams.region" theme="select2" on-select="selectState($item)">
                  <a class="select2-choice ui-select-match ng-scope select2-default" ng-class="{'select2-default': $select.isEmpty()}" ng-click="$select.toggle($event)" aria-label="Select box select" allow-clear="true" placeholder="Select a state"><span ng-show="$select.isEmpty()" class="select2-chosen ng-binding">Select a state</span> <span ng-hide="$select.isEmpty()" class="select2-chosen ng-hide" ng-transclude=""></span> <!-- ngIf: $select.allowClear && !$select.isEmpty() --> <span class="select2-arrow ui-select-toggle"><b></b></span></a>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open}">
                    <div class="search-container select2-search" ng-class="{'ui-select-search-hidden':!$select.searchEnabled, 'select2-search':$select.searchEnabled}"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off"
                        spellcheck="false" ng-class="{'select2-active': $select.refreshing}" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-6" aria-label="Select box"
                        class="ui-select-search select2-input ng-pristine ng-untouched ng-valid ng-empty" ng-model="$select.search"></div>
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" repeat="state in searchFields.states | propsFilter: {name: $select.search}" position="bottom">
                      <li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
                        <div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-binding ng-hide" ng-bind="$group.name"></div>
                        <ul id="ui-select-choices-6" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single"><!-- ngRepeat: state in $select.items -->
                        </ul>
                      </li>
                    </ul>
                    <div class="ui-select-no-choice"></div>
                  </div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-6" aria-label="Select box focus" aria-haspopup="true" role="button">
                </div>
              </div>
              <!-- Director dropdown -->
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-6 ng-hide" ng-show="whichDirectorList('all')" close-on-select="true" skip-focusser="true">
                <h4 class="text_red" style="border: none;">Director:</h4>
                <div class="ui-select-container select2 select2-container ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled, 'select2-container-active': $select.focus, 'select2-allowclear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                  ng-model="searchParams.director" theme="select2">
                  <a class="select2-choice ui-select-match ng-scope select2-default" ng-class="{'select2-default': $select.isEmpty()}" ng-click="$select.toggle($event)" aria-label="Select box select" allow-clear="true" placeholder="Select a director!"><span ng-show="$select.isEmpty()" class="select2-chosen ng-binding">Select a director!</span> <span ng-hide="$select.isEmpty()" class="select2-chosen ng-hide" ng-transclude=""></span> <!-- ngIf: $select.allowClear && !$select.isEmpty() --> <span class="select2-arrow ui-select-toggle"><b></b></span></a>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open}">
                    <div class="search-container select2-search" ng-class="{'ui-select-search-hidden':!$select.searchEnabled, 'select2-search':$select.searchEnabled}"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off"
                        spellcheck="false" ng-class="{'select2-active': $select.refreshing}" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-7" aria-label="Select box"
                        class="ui-select-search select2-input ng-pristine ng-untouched ng-valid ng-empty" ng-model="$select.search"></div>
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" group-by="'state'" repeat="director in searchFields.directors | propsFilter: {name: $select.search}" position="bottom">
                      <!-- ngRepeat: $group in $select.groups track by $group.name --></ul>
                    <div class="ui-select-no-choice"></div>
                  </div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-7" aria-label="Select box focus" aria-haspopup="true" role="button">
                </div>
              </div>
              <!-- Selected State Directors dropdown -->
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-6 ng-hide" ng-show="whichDirectorList('singleRegion')" close-on-select="true" skip-focusser="true">
                <h4 class="text_red" style="border: none;">Director:</h4>
                <div class="ui-select-container select2 select2-container ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled, 'select2-container-active': $select.focus, 'select2-allowclear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                  ng-model="searchParams.director" ng-disabled="searchFields.selectedStateDirectors.length == 0" theme="select2">
                  <a class="select2-choice ui-select-match ng-scope select2-default" ng-class="{'select2-default': $select.isEmpty()}" ng-click="$select.toggle($event)" aria-label="Select box select" allow-clear="true" placeholder="No directors found"><span ng-show="$select.isEmpty()" class="select2-chosen ng-binding">No directors found</span> <span ng-hide="$select.isEmpty()" class="select2-chosen ng-hide" ng-transclude=""></span> <!-- ngIf: $select.allowClear && !$select.isEmpty() --> <span class="select2-arrow ui-select-toggle"><b></b></span></a>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open}">
                    <div class="search-container select2-search" ng-class="{'ui-select-search-hidden':!$select.searchEnabled, 'select2-search':$select.searchEnabled}"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off"
                        spellcheck="false" ng-class="{'select2-active': $select.refreshing}" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-8" aria-label="Select box"
                        class="ui-select-search select2-input ng-pristine ng-untouched ng-valid ng-empty" ng-model="$select.search"></div>
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" repeat="director in searchFields.selectedStateDirectors | propsFilter: {name: $select.search}" position="bottom">
                      <li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
                        <div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-binding ng-hide" ng-bind="$group.name"></div>
                        <ul id="ui-select-choices-8" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single"><!-- ngRepeat: director in $select.items -->
                        </ul>
                      </li>
                    </ul>
                    <div class="ui-select-no-choice"></div>
                  </div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-8" aria-label="Select box focus" aria-haspopup="true" role="button">
                </div>
              </div>
              <!-- Zipcode -->
              <div class="col-xl-2 col-lg-2 col-md-2 col-sm-2 col-6 ng-hide" ng-hide="!searchFields.states" close-on-select="true" skip-focusser="true">
                <h4 class="text_red" style="border: none;">Zip Code:</h4>
                <input autocomplete="off" type="text" id="zipCode" ng-model="searchParams.zipCode" placeholder="Enter a zip code" class="form-control ng-pristine ng-untouched ng-valid ng-empty">
              </div>
              <!-- Miles dropdown -->
              <div class="col-xl-2 col-lg-2 col-md-2 col-sm-2 col-6 ng-hide" ng-hide="!searchFields.states" close-on-select="true" skip-focusser="true">
                <h4 class="text_red" style="border: none;">Range:</h4>
                <div class="ui-select-container select2 select2-container ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled, 'select2-container-active': $select.focus, 'select2-allowclear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                  ng-model="searchParams.zipRadius" theme="select2">
                  <a class="select2-choice ui-select-match ng-scope select2-default" ng-class="{'select2-default': $select.isEmpty()}" ng-click="$select.toggle($event)" aria-label="Select box select" allow-clear="true" placeholder="Within range of"><span ng-show="$select.isEmpty()" class="select2-chosen ng-binding">Within range of</span> <span ng-hide="$select.isEmpty()" class="select2-chosen ng-hide" ng-transclude=""></span> <!-- ngIf: $select.allowClear && !$select.isEmpty() --> <span class="select2-arrow ui-select-toggle"><b></b></span></a>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open}">
                    <div class="search-container select2-search" ng-class="{'ui-select-search-hidden':!$select.searchEnabled, 'select2-search':$select.searchEnabled}"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off"
                        spellcheck="false" ng-class="{'select2-active': $select.refreshing}" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-9" aria-label="Select box"
                        class="ui-select-search select2-input ng-pristine ng-untouched ng-valid ng-empty" ng-model="$select.search"></div>
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" repeat="mile in searchFields.miles | propsFilter: {name: $select.search}" position="bottom">
                      <li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
                        <div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-binding ng-hide" ng-bind="$group.name"></div>
                        <ul id="ui-select-choices-9" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single"><!-- ngRepeat: mile in $select.items -->
                        </ul>
                      </li>
                    </ul>
                    <div class="ui-select-no-choice"></div>
                  </div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-9" aria-label="Select box focus" aria-haspopup="true" role="button">
                </div>
              </div>
              <!-- Selected State Parks dropdown -->
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 col-6 ng-hide" ng-show="searchParams.region &amp;&amp; searchFields.selectedStateParks" close-on-select="true" skip-focusser="true">
                <h4 class="text_red" style="border: none;">Park:</h4>
                <div class="ui-select-container select2 select2-container ng-pristine ng-untouched ng-valid ng-scope ng-empty"
                  ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled, 'select2-container-active': $select.focus, 'select2-allowclear': $select.allowClear &amp;&amp; !$select.isEmpty()}"
                  ng-model="searchParams.park" theme="select2">
                  <a class="select2-choice ui-select-match ng-scope select2-default" ng-class="{'select2-default': $select.isEmpty()}" ng-click="$select.toggle($event)" aria-label="Select box select" allow-clear="true" placeholder="Select a park"><span ng-show="$select.isEmpty()" class="select2-chosen ng-binding">Select a park</span> <span ng-hide="$select.isEmpty()" class="select2-chosen ng-hide" ng-transclude=""></span> <!-- ngIf: $select.allowClear && !$select.isEmpty() --> <span class="select2-arrow ui-select-toggle"><b></b></span></a>
                  <div class="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active select2-display-none" ng-class="{'select2-display-none': !$select.open}">
                    <div class="search-container select2-search" ng-class="{'ui-select-search-hidden':!$select.searchEnabled, 'select2-search':$select.searchEnabled}"><input type="search" autocomplete="off" autocorrect="off" autocapitalize="off"
                        spellcheck="false" ng-class="{'select2-active': $select.refreshing}" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-10" aria-label="Select box"
                        class="ui-select-search select2-input ng-pristine ng-untouched ng-valid ng-empty" ng-model="$select.search"></div>
                    <ul tabindex="-1" class="ui-select-choices ui-select-choices-content select2-results ng-scope" repeat="park in searchFields.selectedStateParks | propsFilter: {name: $select.search}" position="bottom">
                      <li class="ui-select-choices-group" ng-class="{'select2-result-with-children': $select.choiceGrouped($group) }">
                        <div ng-show="$select.choiceGrouped($group)" class="ui-select-choices-group-label select2-result-label ng-binding ng-hide" ng-bind="$group.name"></div>
                        <ul id="ui-select-choices-10" ng-class="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) }" class="select2-result-single"><!-- ngRepeat: park in $select.items -->
                        </ul>
                      </li>
                    </ul>
                    <div class="ui-select-no-choice"></div>
                  </div><ui-select-single></ui-select-single><input ng-disabled="$select.disabled" class="ui-select-focusser ui-select-offscreen ng-scope" type="text" id="focusser-10" aria-label="Select box focus" aria-haspopup="true" role="button">
                </div>
              </div>
              <!-- EventID 4 BJ -->
              <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-6 ng-hide" ng-show="fields4BJ" close-on-select="true" skip-focusser="true">
                <h4 class="text_red" style="border: none;">EventID:</h4>
                <input autocomplete="off" type="text" id="eventID" ng-model="searchParams.eventID4BJ" placeholder="Event ID" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-class="{'hiddenField': fields4BJ == 'false'}">
              </div>
              <!-- DivisionID 4 BJ -->
              <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-6 ng-hide" ng-show="fields4BJ" close-on-select="true" skip-focusser="true">
                <h4 class="text_red" style="border: none;">DivisionID:</h4>
                <input autocomplete="off" type="text" id="divisionID" ng-model="searchParams.divisionID4BJ" placeholder="Division ID" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-class="{'hiddenField': fields4BJ == 'false'}">
              </div>
            </div><!-- end ngIf: searchSystem != 'scori' -->
            <!-- ngIf: searchSystem == 'scori' -->
            <!-- Search/Reset Buttons -->
            <div class="row">
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-6 col-sm-6 col-md-6 col-lg-6 col-lg-6 col-xl-6 md-text-right sm-text-center xs-text-right noPrint">
                <a href="" ng-click="clearAll()" class="btn btn-warning" style="width: 100%">Reset Form</a><br>
              </div>
              <div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-6 col-sm-6 col-md-6 col-lg-6 col-lg-6 col-xl-6 md-text-right sm-text-center xs-text-right noPrint">
                <button ng-disabled="!(searchParams.sportID &amp;&amp; searchParams.seasonID)" ng-click="searchEvents($event)" class="btn btn-primary" style="width: 100%" disabled="disabled">Search</button><br>
              </div>
              <div class="col-12 alert alert-danger ng-binding ng-hide" ng-show="error" style="padding-left: 20px;"></div>
            </div>
          </div><!-- end ngIf: currentTab == 'event' -->
          <!-- ngIf: currentTab == 'team' -->
          <!-- ngIf: currentTab == 'player' -->
          <!-- ngIf: currentTab == 'ranking' -->
        </div>
        <div id="mobile_rectangle" class="text-center d-lg-none noPrint pt-3" data-didna="true"></div>
        <script src="/js/controllers/newsCtrl.js"></script>
        <div class="dvNews marginT15 ng-scope" ng-controller="newsCtrl">
          <div class="text-center ng-isolate-scope ng-hide" ng-show="loading">
            <h4 class="ng-binding">Loading...</h4>
            <img src="/img/loading.svg" style="width: 100px">
          </div>
          <!-- ngRepeat: sport in newsSports -->
          <div ng-hide="loading" ng-repeat="sport in newsSports" class="ng-scope">
            <!-- ngIf: !isMobile && shouldShowLeaderboard($index, false) -->
            <!-- ngIf: isMobile && shouldShowLeaderboard($index, true) -->
            <div class="row">
              <div class="col-lg-12 no-padding sport-header">
                <h3><span class="title ng-binding">Baseball News</span>
                  <!-- ngIf: !jsLib.getSportID() --><a href="/baseball/news" ng-if="!jsLib.getSportID()" class="ng-scope"><span class="all">Show All</span></a><!-- end ngIf: !jsLib.getSportID() -->
                  <br class="clearfix">
                </h3>
              </div>
            </div>
            <div ng-class="{'longNewsList': sport.showAll}">
              <div class="text-center ng-isolate-scope ng-hide" ng-show="sport.loading">
                <h4 class="ng-binding">Loading...</h4>
                <img src="/img/loading.svg" style="width: 100px">
              </div>
              <!-- ngRepeat: news in sport.news -->
              <div class="row no-gutters news-item ng-scope" ng-repeat="news in sport.news" ng-hide="sport.loading">
                <div class="col-lg-3" style="--aspect-ratio: 3/2;">
                  <img class="news-item--preview-img" ng-src="http://newsfeed.usssa.com/wp-content/uploads/2023/04/Champ-recap-2.png" src="http://newsfeed.usssa.com/wp-content/uploads/2023/04/Champ-recap-2.png">
                  <!-- ngIf: shouldShowTypeIcon(news) -->
                </div>
                <div class="col-lg-9 pl-3 pt-3 pt-lg-0">
                  <a href="/home/newsRead/?id=21649">
						<h4 ng-bind-html="news.title" class="ng-binding">Autism Awareness Event (AZ) | Elite Baseball Black 9U, 10AAA Champions</h4>
						<p ng-bind-html="jsLib.trustedHtml(news.content)" class="ng-binding"></p><p>April is Autism Awareness Month and has recently shifted to Autism Acceptance Month. The USSSA Autism Awareness tournament held April 1-2 at various complexes in Mesa, Arizona is just one of several events run by USSSA directors across the country annually, in support of Autism Awareness. With over 200 teams participating, the weekend brought many […]</p>
<p></p>
					</a>
                </div>
              </div><!-- end ngRepeat: news in sport.news -->
              <div class="row no-gutters news-item ng-scope" ng-repeat="news in sport.news" ng-hide="sport.loading">
                <div class="col-lg-3" style="--aspect-ratio: 3/2;">
                  <img class="news-item--preview-img" ng-src="http://newsfeed.usssa.com/wp-content/uploads/2023/04/IMG_1922-1.jpeg" src="http://newsfeed.usssa.com/wp-content/uploads/2023/04/IMG_1922-1.jpeg">
                  <!-- ngIf: shouldShowTypeIcon(news) -->
                </div>
                <div class="col-lg-9 pl-3 pt-3 pt-lg-0">
                  <a href="/home/newsRead/?id=21645">
						<h4 ng-bind-html="news.title" class="ng-binding">The Cage Baseball – Tanner | Protect Our Protectors VII NIT 10AA Champions</h4>
						<p ng-bind-html="jsLib.trustedHtml(news.content)" class="ng-binding"></p><p>Protect Our Protectors VII NIT was held March 25-26 in Baton Rouge, Louisiana. &nbsp; The seventh annual event benefitted the Capital Area Law Enforcement Foundation (CALEF). CALEF provides all-day rifle protection and other safety equipment for local law enforcement, fire, and EMS personnel. Through the event, Capital Area USSSA has donated nearly $45,000 to the […]</p>
<p></p>
					</a>
                </div>
              </div><!-- end ngRepeat: news in sport.news -->
              <div class="row no-gutters news-item ng-scope" ng-repeat="news in sport.news" ng-hide="sport.loading">
                <div class="col-lg-3" style="--aspect-ratio: 3/2;">
                  <img class="news-item--preview-img" ng-src="http://newsfeed.usssa.com/wp-content/uploads/2023/02/USSSA-DBat_PartnershipAnnouncement_FB.jpg"
                    src="http://newsfeed.usssa.com/wp-content/uploads/2023/02/USSSA-DBat_PartnershipAnnouncement_FB.jpg">
                  <!-- ngIf: shouldShowTypeIcon(news) -->
                </div>
                <div class="col-lg-9 pl-3 pt-3 pt-lg-0">
                  <a href="/home/newsRead/?id=21522">
						<h4 ng-bind-html="news.title" class="ng-binding">USSSA and D-BAT Announce Partnership</h4>
						<p ng-bind-html="jsLib.trustedHtml(news.content)" class="ng-binding"></p><p>USSSA Baseball Set to Hold More than 70 All American Games Tryouts at D-BAT Academies Across the Country, Helping Develop the Next Generation of Baseball Stars &nbsp; The announcement makes D-BAT Academies the official host of over 70 All American Games tryouts across the country. Through this partnership, athletes can try out for All American […]</p>
<p></p>
					</a>
                </div>
              </div><!-- end ngRepeat: news in sport.news -->
            </div>
          </div><!-- end ngRepeat: sport in newsSports -->
          <div ng-hide="loading" ng-repeat="sport in newsSports" class="ng-scope">
            <!-- ngIf: !isMobile && shouldShowLeaderboard($index, false) -->
            <div id="leaderboard_2" ng-if="!isMobile &amp;&amp; shouldShowLeaderboard($index, false)" class="text-center pt-3 ng-scope" data-google-query-id="CPHX7pf6u_4CFQH3dwodhSYBwQ">
              <div id="google_ads_iframe_/154352941/usssa.com/leaderboard_2_0__container__" style="border: 0pt none; display: inline-block; width: 728px; height: 90px;"><iframe frameborder="0"
                  src="https://58685b7822f824e898b8bf832efb9730.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/154352941/usssa.com/leaderboard_2_0" title="3rd party ad content" name="" scrolling="no"
                  marginwidth="0" marginheight="0" width="728" height="90" data-is-safeframe="true" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation"
                  role="region" aria-label="Advertisement" tabindex="0" data-google-container-id="3" style="border: 0px; vertical-align: bottom;" data-load-complete="true"></iframe></div>
            </div><!-- end ngIf: !isMobile && shouldShowLeaderboard($index, false) -->
            <!-- ngIf: isMobile && shouldShowLeaderboard($index, true) -->
            <div class="row">
              <div class="col-lg-12 no-padding sport-header">
                <h3><span class="title ng-binding">Fastpitch News</span>
                  <!-- ngIf: !jsLib.getSportID() --><a href="/fastpitch/news" ng-if="!jsLib.getSportID()" class="ng-scope"><span class="all">Show All</span></a><!-- end ngIf: !jsLib.getSportID() -->
                  <br class="clearfix">
                </h3>
              </div>
            </div>
            <div ng-class="{'longNewsList': sport.showAll}">
              <div class="text-center ng-isolate-scope ng-hide" ng-show="sport.loading">
                <h4 class="ng-binding">Loading...</h4>
                <img src="/img/loading.svg" style="width: 100px">
              </div>
              <!-- ngRepeat: news in sport.news -->
              <div class="row no-gutters news-item ng-scope" ng-repeat="news in sport.news" ng-hide="sport.loading">
                <div class="col-lg-3" style="--aspect-ratio: 3/2;">
                  <img class="news-item--preview-img" ng-src="http://newsfeed.usssa.com/wp-content/uploads/2017/03/General-Black-w-White.jpg" src="http://newsfeed.usssa.com/wp-content/uploads/2017/03/General-Black-w-White.jpg">
                  <!-- ngIf: shouldShowTypeIcon(news) -->
                </div>
                <div class="col-lg-9 pl-3 pt-3 pt-lg-0">
                  <a href="/home/newsRead/?id=21163">
						<h4 ng-bind-html="news.title" class="ng-binding">2022 Fastpitch Space Coast World Series Bracket Update</h4>
						<p ng-bind-html="jsLib.trustedHtml(news.content)" class="ng-binding"></p><p>Due to technical difficulties on the website, here are the updates for the bracket on Thursday night into Friday Bracket play. 18 Open Gold Bracket 18 Open Silver Bracket 16B Bracket 14B Winners Bracket 14B Losers Bracket 12B Winners Bracket 12B Losers Bracket 10B Bracket</p>
<p></p>
					</a>
                </div>
              </div><!-- end ngRepeat: news in sport.news -->
              <div class="row no-gutters news-item ng-scope" ng-repeat="news in sport.news" ng-hide="sport.loading">
                <div class="col-lg-3" style="--aspect-ratio: 3/2;">
                  <img class="news-item--preview-img" ng-src="http://newsfeed.usssa.com/wp-content/uploads/2021/09/MAIN-LOGO.png" src="http://newsfeed.usssa.com/wp-content/uploads/2021/09/MAIN-LOGO.png">
                  <!-- ngIf: shouldShowTypeIcon(news) -->
                </div>
                <div class="col-lg-9 pl-3 pt-3 pt-lg-0">
                  <a href="/home/newsRead/?id=20720">
						<h4 ng-bind-html="news.title" class="ng-binding">WPF Coming 2022; Chamberlain named Commissioner</h4>
						<p ng-bind-html="jsLib.trustedHtml(news.content)" class="ng-binding"></p><p>Lauren Chamberlain, a former professional softball player and popular face in the sport, has been named&nbsp;Commissioner of the league. “I am deeply humbled and incredibly excited for my role as Commissioner of WPF,” Chamberlain said. “I have&nbsp;worked hard to build good standing with existing softball athletes, people of influence in our sport, and those outside […]</p>
<p></p>
					</a>
                </div>
              </div><!-- end ngRepeat: news in sport.news -->
              <div class="row no-gutters news-item ng-scope" ng-repeat="news in sport.news" ng-hide="sport.loading">
                <div class="col-lg-3" style="--aspect-ratio: 3/2;">
                  <img class="news-item--preview-img" ng-src="http://newsfeed.usssa.com/wp-content/uploads/2021/04/laurenweb.jpg" src="http://newsfeed.usssa.com/wp-content/uploads/2021/04/laurenweb.jpg">
                  <!-- ngIf: shouldShowTypeIcon(news) -->
                </div>
                <div class="col-lg-9 pl-3 pt-3 pt-lg-0">
                  <a href="/home/newsRead/?id=20262">
						<h4 ng-bind-html="news.title" class="ng-binding">USSSA Names Lauren Chamberlain as National Director of USA Elite Select</h4>
						<p ng-bind-html="jsLib.trustedHtml(news.content)" class="ng-binding"></p><p>Viera, FL – USSSA has named Lauren Chamberlain as the National Director of USA-Elite Select, which comprises the Elite division of USSSA Fastpitch. Lauren has been involved with USSSA in various capacities since 2015 as both a player with the USSSA Pride and ambassador for the organization at various events since her playing career ended. […]</p>
<p></p>
					</a>
                </div>
              </div><!-- end ngRepeat: news in sport.news -->
            </div>
          </div><!-- end ngRepeat: sport in newsSports -->
          <div ng-hide="loading" ng-repeat="sport in newsSports" class="ng-scope">
            <!-- ngIf: !isMobile && shouldShowLeaderboard($index, false) -->
            <div id="leaderboard_3" ng-if="!isMobile &amp;&amp; shouldShowLeaderboard($index, false)" class="text-center pt-3 ng-scope"></div><!-- end ngIf: !isMobile && shouldShowLeaderboard($index, false) -->
            <!-- ngIf: isMobile && shouldShowLeaderboard($index, true) -->
            <div class="row">
              <div class="col-lg-12 no-padding sport-header">
                <h3><span class="title ng-binding">Slowpitch USSSA /GSL News</span>
                  <!-- ngIf: !jsLib.getSportID() --><a href="/slowpitch/news" ng-if="!jsLib.getSportID()" class="ng-scope"><span class="all">Show All</span></a><!-- end ngIf: !jsLib.getSportID() -->
                  <br class="clearfix">
                </h3>
              </div>
            </div>
            <div ng-class="{'longNewsList': sport.showAll}">
              <div class="text-center ng-isolate-scope ng-hide" ng-show="sport.loading">
                <h4 class="ng-binding">Loading...</h4>
                <img src="/img/loading.svg" style="width: 100px">
              </div>
              <!-- ngRepeat: news in sport.news -->
              <div class="row no-gutters news-item ng-scope" ng-repeat="news in sport.news" ng-hide="sport.loading">
                <div class="col-lg-3" style="--aspect-ratio: 3/2;">
                  <img class="news-item--preview-img" ng-src="http://newsfeed.usssa.com/wp-content/uploads/2023/04/hofmagazine.jpg" src="http://newsfeed.usssa.com/wp-content/uploads/2023/04/hofmagazine.jpg">
                  <!-- ngIf: shouldShowTypeIcon(news) -->
                </div>
                <div class="col-lg-9 pl-3 pt-3 pt-lg-0">
                  <a href="/home/newsRead/?id=21665">
						<h4 ng-bind-html="news.title" class="ng-binding">Hall of Fame Dual Tournament Report (2023)</h4>
						<p ng-bind-html="jsLib.trustedHtml(news.content)" class="ng-binding"></p><p>Viera, Florida April 13-16 CLICK HERE for the 2023 Hall of Fame Classic tournament report!</p>
<p></p>
					</a>
                </div>
              </div><!-- end ngRepeat: news in sport.news -->
              <div class="row no-gutters news-item ng-scope" ng-repeat="news in sport.news" ng-hide="sport.loading">
                <div class="col-lg-3" style="--aspect-ratio: 3/2;">
                  <img class="news-item--preview-img" ng-src="http://newsfeed.usssa.com/wp-content/uploads/2017/03/General-Black-w-White.jpg" src="http://newsfeed.usssa.com/wp-content/uploads/2017/03/General-Black-w-White.jpg">
                  <!-- ngIf: shouldShowTypeIcon(news) -->
                </div>
                <div class="col-lg-9 pl-3 pt-3 pt-lg-0">
                  <a href="/home/newsRead/?id=21618">
						<h4 ng-bind-html="news.title" class="ng-binding">USSSA/GSL Slowpitch Temporarily Suspended Bats</h4>
						<p ng-bind-html="jsLib.trustedHtml(news.content)" class="ng-binding"></p><p>USSSA bat models listed below are temporarily suspended from USSSA and GSL sanctioned Tournament and League Play until further notice: &nbsp; Juno Athletics The&nbsp; following bat models listed below that have UTH-43 markings on handle will signify temporarily suspended models: JA20MR1PT&nbsp; JA21MR1&nbsp; JA21MK18&nbsp; JA21FW1&nbsp; JA21FV1&nbsp; JA21MR1WS&nbsp; JA22MRI&nbsp; JA22BO12&nbsp; JA22FW2&nbsp; JA22SOS1&nbsp; JA22KB1&nbsp; JA22RH1&nbsp; JA22TKB&nbsp; JA22FW3&nbsp; JA23MRI&nbsp; […]</p>
<p></p>
					</a>
                </div>
              </div><!-- end ngRepeat: news in sport.news -->
              <div class="row no-gutters news-item ng-scope" ng-repeat="news in sport.news" ng-hide="sport.loading">
                <div class="col-lg-3" style="--aspect-ratio: 3/2;">
                  <img class="news-item--preview-img" ng-src="http://newsfeed.usssa.com/wp-content/uploads/2023/03/StateDirector-Announcement_FB-Waggoner.png"
                    src="http://newsfeed.usssa.com/wp-content/uploads/2023/03/StateDirector-Announcement_FB-Waggoner.png">
                  <!-- ngIf: shouldShowTypeIcon(news) -->
                </div>
                <div class="col-lg-9 pl-3 pt-3 pt-lg-0">
                  <a href="/home/newsRead/?id=21584">
						<h4 ng-bind-html="news.title" class="ng-binding">USSSA Slowpitch Expanding – Adds Montana State Director</h4>
						<p ng-bind-html="jsLib.trustedHtml(news.content)" class="ng-binding"></p><p>USSSA Slowpitch Appoints&nbsp;New State Director in Montana&nbsp;   The United States Specialty Sports Association (USSSA) is proud to announce the appointment of Slowpitch State Director, Dan Waggoner. Waggoner will be the first State Director in Montana under the rapidly expanding USSSA slowpitch program.   &nbsp; As a rostered, competitive player himself, Dan is determined to raise awareness for USSSA programs and the opportunities for growth […]</p>
<p></p>
					</a>
                </div>
              </div><!-- end ngRepeat: news in sport.news -->
            </div>
          </div><!-- end ngRepeat: sport in newsSports -->
        </div>
      </div>
    </div>
    <div ng-controller="sportHomeCtrl" class="ng-scope"></div>
    <script>
      usssa.controller('sportHomeCtrl', ['pageTitle', function(pageTitle) {
        pageTitle.set('Home', true);
      }]);
    </script>
    <script src="/js/directives/u3SocialDirective.js"></script>
    <!-- Footer -->
    <div id="footer-v1" class="footer-v1 noPrint">
      <div class="footer">
        <div class="container">
          <div class="div-sponsors footer-v1">
            <div class="headline">
              <h2>National Sponsors</h2>
            </div>
            <ul class="sponsors row" style="margin-left: -30px; margin-right: 0;">
              <li class="col">
                <a class="d-block" href="http://www.demarini.com/en-us/" title="Demarini" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Demarini')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_demarini.jpg" alt="Demarini"></a>
              </li>
              <li class="col">
                <a class="d-block" href="http://www.dudleysports.com/" title="Dudley" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Dudley')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_Dudley.jpg" alt="Dudley"></a></li>
              <li class="col">
                <a class="d-block" href="http://www.easton.com/" title="Easton" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Easton')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_easton.jpg" alt="Easton"></a></li>
              <li class="col">
                <a class="d-block" href="http://www.slugger.com/" title="Louisville Slugger" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Louisville Slugger')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_louisville.jpg" alt="Louisville Slugger"></a>
              </li>
              <li class="col">
                <a class="d-block" href="https://maruccisports.com/" title="Marucci" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Marucci')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_marucci.jpg" alt="Marucci"></a>
              </li>
              <li class="col"><a class="d-block" href="https://miken.rawlings.com/" title="Miken" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Miken')"><img src="/img/logos/sponsor_miken_2021082401.png" alt="Miken"></a></li>
              <li class="col"><a class="d-block" href="https://www.dickssportinggoods.com/" title="Dicks" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Dicks')"><img src="https://usssa.com/img/logos/sponsor_dicks.jpg" alt="Dicks"></a></li>
            </ul>
            <ul class="sponsors row" style="margin-left: -30px; margin-right: 0;">
              <li class="col">
                <a class="d-block" href="https://www.nationwide.com/usssa.jsp?WT.mc_id=affinity_na_brand_banner_na_na_na_na_na_4153-USSSA-0814-WebBanner_na_&amp;WT.tsrc=affinity_banner_brand_na_na&amp;utm_medium=banner&amp;utm_campaign=affinity&amp;utm_source=na&amp;utm_content=brand:na:na:na:na:na:4153-usssa-0814-webbanner&amp;quoteType=&amp;type=na&amp;UI1002=4153&amp;UI3001=67460" title="Nationwide" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Nationwide')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_nationwide.jpg" alt="Nationwide"></a>
              </li>
              <li class="col">
                <a class="d-block" href="http://www.neweracap.com" title="New Era" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'New Era')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_new_era.jpg" alt="New Era"></a></li>
              <li class="col">
                <a class="d-block" href="https://www.rawlings.com/" title="Rawlings" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Rawlings')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_rawlings.jpg" alt="Rawlings"></a>
              </li>
              <li class="col">
                <a class="d-block" href="http://www.metropins.com/" title="Metro Pins" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Metro Pins')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_metropins.jpg" alt="Metro Pins"></a>
              </li>
              <li class="col"><a class="d-block" href="http://www.worthsports.com/" title="Worth" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Worth')"><img src="/img/logos/sponsor_worth_2021082401.png" alt="Worth"></a></li>
              <li class="col">
                <a class="d-block" href="http://www.adidas.com/us/" title="Adidas" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Adidas')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_adidas.jpg" alt="Adidas"></a></li>
            </ul>
          </div>
        </div>
        <div class="container">
          <div>
            <div class="headline">
              <h2>Social Media</h2>
            </div>
            <div class="social_items">
              <u3-social>
                <div class="d-none d-md-block">
                  <div class="row nopad justify-content-around">
                    <div class="col">
                      <div class="row fb m-auto">
                        <div class="col-12 col-sm-12 col-lg-6">
                          <img src="https://v11.usssa.net/images/landing/logo_fb_lg.png" alt="USSSA on Facebook">
                          <span>Follow us for the latest updates of USSSA</span>
                        </div>
                        <div class="col-12 col-sm-12 col-lg-6">
                          <ul class="row innerright" ng-transclude="fb">
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/playusssa" title="Play USSSA on Facebook" text="playUSSSA">
                              <a href="https://www.facebook.com/playusssa" title="Play USSSA on Facebook" class="ng-binding">playUSSSA</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSASlowpitch" title="USSSA Slowpitch on Facebook" text="USSSAslowpitch">
                              <a href="https://www.facebook.com/USSSASlowpitch" title="USSSA Slowpitch on Facebook" class="ng-binding">USSSAslowpitch</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSABaseball" title="USSSA Baseball on Facebook" text="USSSAbaseball">
                              <a href="https://www.facebook.com/USSSABaseball" title="USSSA Baseball on Facebook" class="ng-binding">USSSAbaseball</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSAFastpitch" title="USSSA Fastpitch on Facebook" text="USSSAfastpitch">
                              <a href="https://www.facebook.com/USSSAFastpitch" title="USSSA Fastpitch on Facebook" class="ng-binding">USSSAfastpitch</a></li>
                          </ul>
                        </div>
                      </div>
                    </div>
                    <div class="col">
                      <div class="row tw m-auto">
                        <div class="col-lg-6">
                          <img src="https://v11.usssa.net/images/landing/logo_tw_lg.png" alt="USSSA on Twitter">
                          <span>Follow us for the latest updates of USSSA</span>
                        </div>
                        <div class="col-lg-6">
                          <ul class="row innerright" ng-transclude="tw">
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/USSSA" title="Play USSSA on Twitter" text="USSSA">
                              <a href="https://twitter.com/USSSA" title="Play USSSA on Twitter" class="ng-binding">USSSA</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/usaeliteselect" title="USA Elite Select on Twitter" text="USAEliteSelect">
                              <a href="https://twitter.com/usaeliteselect" title="USA Elite Select on Twitter" class="ng-binding">USAEliteSelect</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/USSSABSBL" title="All American Baseball on Twitter" text="USSSA Baseball">
                              <a href="https://twitter.com/USSSABSBL" title="All American Baseball on Twitter" class="ng-binding">USSSA Baseball</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/usssaslowpitch" title="USSSA Slowpitch on Twitter" text="USSSAslowpitch">
                              <a href="https://twitter.com/usssaslowpitch" title="USSSA Slowpitch on Twitter" class="ng-binding">USSSAslowpitch</a></li>
                          </ul>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="d-block d-md-none">
                  <div class="row nopad justify-content-center">
                    <div class="col">
                      <div class="row fb m-auto">
                        <div class="col-12 col-sm-12 col-lg-6">
                          <img src="https://v11.usssa.net/images/landing/logo_fb_lg.png" alt="USSSA on Facebook">
                          <span>Follow us for the latest updates of USSSA</span>
                        </div>
                        <div class="col-12 col-sm-12 col-lg-6">
                          <ul class="row innerright" ng-transclude="fb">
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/playusssa" title="Play USSSA on Facebook" text="playUSSSA">
                              <a href="https://www.facebook.com/playusssa" title="Play USSSA on Facebook" class="ng-binding">playUSSSA</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSASlowpitch" title="USSSA Slowpitch on Facebook" text="USSSAslowpitch">
                              <a href="https://www.facebook.com/USSSASlowpitch" title="USSSA Slowpitch on Facebook" class="ng-binding">USSSAslowpitch</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSABaseball" title="USSSA Baseball on Facebook" text="USSSAbaseball">
                              <a href="https://www.facebook.com/USSSABaseball" title="USSSA Baseball on Facebook" class="ng-binding">USSSAbaseball</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSAFastpitch" title="USSSA Fastpitch on Facebook" text="USSSAfastpitch">
                              <a href="https://www.facebook.com/USSSAFastpitch" title="USSSA Fastpitch on Facebook" class="ng-binding">USSSAfastpitch</a></li>
                          </ul>
                        </div>
                      </div>
                    </div>
                    <div class="w-100 mt-3"></div>
                    <div class="col">
                      <div class="row tw m-auto">
                        <div class="col-lg-6">
                          <img src="https://v11.usssa.net/images/landing/logo_tw_lg.png" alt="USSSA on Twitter">
                          <span>Follow us for the latest updates of USSSA</span>
                        </div>
                        <div class="col-lg-6">
                          <ul class="row innerright" ng-transclude="tw">
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/USSSA" title="Play USSSA on Twitter" text="USSSA">
                              <a href="https://twitter.com/USSSA" title="Play USSSA on Twitter" class="ng-binding">USSSA</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/usaeliteselect" title="USA Elite Select on Twitter" text="USAEliteSelect">
                              <a href="https://twitter.com/usaeliteselect" title="USA Elite Select on Twitter" class="ng-binding">USAEliteSelect</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/USSSABSBL" title="All American Baseball on Twitter" text="USSSA Baseball">
                              <a href="https://twitter.com/USSSABSBL" title="All American Baseball on Twitter" class="ng-binding">USSSA Baseball</a></li>
                            <li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/usssaslowpitch" title="USSSA Slowpitch on Twitter" text="USSSAslowpitch">
                              <a href="https://twitter.com/usssaslowpitch" title="USSSA Slowpitch on Twitter" class="ng-binding">USSSAslowpitch</a></li>
                          </ul>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </u3-social>
            </div>
          </div>
          <div class="row" style="margin-top: 15px">
            <!-- Latest -->
            <div class="col-md-8 md-margin-bottom-40">
              <div class="posts">
                <div class="headline">
                  <h2>Useful Links</h2>
                </div>
                <div class="row">
                  <div class="col-6">
                    <ul class="list-unstyled link-list">
                      <!-- original -->
                      <li><a href="http://usssatoday.com"><i class="fa fa-angle-right"></i> News</a></li>
                      <li><a href="https://usssa.com/faq"><i class="fa fa-angle-right"></i> Questions</a></li>
                      <li><a href="http://media.usssa.com"><i class="fa fa-angle-right"></i> Media Center</a></li>
                      <li><a href="http://hof.usssa.com/"><i class="fa fa-angle-right"></i> Hall of Fame</a></li>
                      <li><a href="https://usssa.com/contact"><i class="fa fa-angle-right"></i> Contact</a></li>
                      <li><a href="https://www.usssa.com/docs/general/Bylaws.pdf"><i class="fa fa-angle-right"></i> Bylaws</a></li>
                      <li><a href="https://usssa.com/baseball_events"><i class="fa fa-angle-right"></i> USSSA Baseball Events</a></li>
                      <!--PROD  <li><a href="http://usssatoday.com"><i class="fa fa-angle-right"></i> News</a></li>
                                  <li><a href="https://hq.usssa.com/faqs"><i class="fa fa-angle-right"></i> Questions</a></li>
                                  <li><a href="http://media.usssa.com"><i class="fa fa-angle-right"></i> Media Center</a></li>
                                  <li><a href="http://hof.usssa.com/"><i class="fa fa-angle-right"></i> Hall of Fame</a></li>
                                  <li><a href="https://hq.usssa.com/contact"><i class="fa fa-angle-right"></i> Contact</a></li>
                                  <li><a href="https://www.usssa.com/docs/general/Bylaws.pdf"><i class="fa fa-angle-right"></i> Bylaws</a></li>      
                                  <li><a href="/baseball_events"><i class="fa fa-angle-right"></i> USSSA Baseball Events</a></li> -->
                      <!-- QA <li><a href="http://usssatoday.com"><i class="fa fa-angle-right"></i> News</a></li>
                                  <li><a href="https://dev-next.usssa.com/faqs"><i class="fa fa-angle-right"></i> Questions</a></li>
                                  <li><a href="http://media.usssa.com"><i class="fa fa-angle-right"></i> Media Center</a></li>
                                  <li><a href="http://hof.usssa.com/"><i class="fa fa-angle-right"></i> Hall of Fame</a></li>
                                  <li><a href="https://dev-next.usssa.com/contact"><i class="fa fa-angle-right"></i> Contact</a></li>
                                  <li><a href="https://www.usssa.com/docs/general/Bylaws.pdf"><i class="fa fa-angle-right"></i> Bylaws</a></li>      
                                  <li><a href="/baseball_events"><i class="fa fa-angle-right"></i> USSSA Baseball Events</a></li>  QA-->
                    </ul>
                  </div>
                  <div class="col-6">
                    <ul class="list-unstyled link-list">
                      <li><a href="https://usssa.com/abusemolestation"><i class="fa fa-angle-right"></i> Abuse/ Molestation</a></li>
                      <li><a href="https://usssa.com/safesport"><i class="fa fa-angle-right"></i> Safesport</a></li>
                      <li><a href="https://usssa.com/terms-of-use"><i class="fa fa-angle-right"></i> Terms of Use</a></li>
                      <li><a href="https://usssa.com/privacy"><i class="fa fa-angle-right"></i> Privacy</a></li>
                      <li>
                        <a href="https://www.teamworkonline.com/jobs-in-sports?utf8=%E2%9C%93&amp;employment_opportunity_search%5Blicense_id%5D=3028&amp;employment_opportunity_search%5Bquery%5D=Usssa&amp;commit=Search"><i class="fa fa-angle-right"></i> Careers</a>
                      </li>
                      <li><a href="https://www.usssa.com/docs/general/Policy&amp;Procedures.pdf"><i class="fa fa-angle-right"></i> Policies &amp; Procedures</a></li>
                      <li><a href="https://usssa.com/fastpitch_events"><i class="fa fa-angle-right"></i> USSSA Fastpitch Events</a></li>
                      <!--<li><a href="https://usssa.com/home"><i class="fa fa-angle-right"></i> USSSA Fastpitch Events</a></li>      -->
                      <!--QA <li><a href="https://dev-next.usssa.com/legal/abuse-and-molestation"><i class="fa fa-angle-right"></i> Abuse/ Molestation</a></li>
                                  <li><a href="https://dev-next.usssa.com/legal/safesport"><i class="fa fa-angle-right"></i> Safesport</a></li>
                                  <li><a href="https://dev-next.usssa.com/legal/terms-of-use"><i class="fa fa-angle-right"></i> Terms of Use</a></li>
                                  <li><a href="https://dev-next.usssa.com/legal/privacy"><i class="fa fa-angle-right"></i> Privacy</a></li>
                                  <li><a href="https://www.teamworkonline.com/jobs-in-sports?utf8=%E2%9C%93&employment_opportunity_search%5Blicense_id%5D=3028&employment_opportunity_search%5Bquery%5D=Usssa&commit=Search"><i class="fa fa-angle-right"></i> Careers</a></li>
                                  <li><a href="https://dev-next.usssa.com/legal/legal-disputes-and-lawsuits"><i class="fa fa-angle-right"></i> Policies & Procedures</a></li>
                                  <li><a href="/fastpitch_events"><i class="fa fa-angle-right"></i> USSSA Fastpitch Events</a></li>     QA -->
                    </ul>
                  </div>
                </div>
              </div>
            </div>
            <!-- End Latest -->
            <!-- Address -->
            <div class="col-md-4 map-img md-margin-bottom-40">
              <div class="headline">
                <h2>United States Specialty Sports Association</h2>
              </div>
              <address class="md-margin-bottom-40">
                <i class="fa fa-home" aria-hidden="true"></i> <span class="lbl-adress">5800 Stadium Pkwy<br>Melbourne, FL 32940</span>
              </address>
            </div>
            <!-- End Address -->
          </div>
        </div>
      </div><!--/footer-->
      <div class="copyrightV11">
        <div class="container">
          <div class="row">
            <div class="col-md-6 text-left xs-text-center">
              <p> 1996 - 2023 © All Rights Reserved. </p>
            </div>
            <!-- Social Links -->
            <div class="col-md-6 text-right xs-text-center">
              <ul class="social-icons">
                <li><a href="https://www.facebook.com/playusssa/" data-original-title="Facebook" class="rounded-x social_facebook"></a></li>
                <li><a href="http://twitter.com/usssa" data-original-title="Twitter" class="rounded-x social_twitter"></a></li>
                <li><a href="https://www.youtube.com/user/usssatoday" data-original-title="YouTube" class="rounded-x social_youtube"></a></li>
                <li><a href="https://www.instagram.com/playusssa/" data-original-title="Instagram" class="rounded-x social_instagram"></a></li>
              </ul>
            </div>
            <!-- End Social Links -->
          </div>
        </div>
      </div><!--/copyright-->
    </div>
  </div>
</form>

Text Content

Welcome back to the familiar usssa.com!
It's here for the foreseeable future as we continue further development to
provide the features and user experiences you have told us you preferred.
We hope you have an incredible season out on the fields! Close


Menu
 * Login
   
 * SafeSport
   
 * Space Coast Complex
   
 * How to Register a Team?
   
 * Sports
   BaseballFastpitchSlowpitchGSL SlowpitchBasketball 3 on 3Basketball 5 on
   5SoccerOmegaBallOfficials Home - All Sports
   
 * Programs
   
   BASEBALL
   
      
    * Elite World Series Qualifiers
      
    * Easton Elite World Series
      
    * World Series Events
      
    * All American Games Home
      
    * Points Race
      
    * National All State Games
      
   
   FASTPITCH
   
      
    * All American Program Home
      
    * Select30
      
    * Space Coast World Series
      
    * Space Coast Cup
      
    * USA Elite Select Home
      
    * Points Race
      
    * National Championship Qualifying
      
    * National Championship Events
      
    * USSSA Pride
      
    * Jr Pride Info
      
   
   SLOWPITCH
   
      
    * Conference USSSA Home
      
    * GSL Softball Home
      
    * USSSA Senior Softball
      
    * World Tournament Information
      
    * GSL World Tournaments
      
   
   SOCCER
   
      
    * USSSA Soccer
      
    * OmegaBall
      
   
   USSSA
   
      
    * EA Ramsay Scholarship Recipients
      

   
 * Login
   

RECENTLY VISITED


RECENTLY VISITED

 * Events
 * Teams
 * Players
   

Select an Option

LOADING...

Close
s:




TEAM MANAGER

 * Dashboard
 * Your Account
 * Billing Info
 * Your Payments
 * Your Players
   
 * Create a New Team
 * Register Existing Team for New Season
 * Logout


 

--------------------------------------------------------------------------------




QUICK SEARCH

 * Event Search
   
 * Team Search
   
   
 * Player Search
   
   
 * Ranking
   
   
 * Points Race
   

--------------------------------------------------------------------------------


EVENT SEARCH

SPORT:

Select a sport 2 start
 * 



SEASON:

Select a season
 * 



AGE:

   
 * 

 * 

START DATE:

Pick a start date


CLASS:

   
 * 

 * 

STATURE:

   
 * 

 * 

STATE:

Select a state
 * 



DIRECTOR:

Select a director!


DIRECTOR:

No directors found
 * 



ZIP CODE:

RANGE:

Within range of
 * 



PARK:

Select a park
 * 



EVENTID:

DIVISIONID:

Reset Form

Search




LOADING...


BASEBALL NEWS SHOW ALL


LOADING...

AUTISM AWARENESS EVENT (AZ) | ELITE BASEBALL BLACK 9U, 10AAA CHAMPIONS



April is Autism Awareness Month and has recently shifted to Autism Acceptance
Month. The USSSA Autism Awareness tournament held April 1-2 at various complexes
in Mesa, Arizona is just one of several events run by USSSA directors across the
country annually, in support of Autism Awareness. With over 200 teams
participating, the weekend brought many […]



THE CAGE BASEBALL – TANNER | PROTECT OUR PROTECTORS VII NIT 10AA CHAMPIONS



Protect Our Protectors VII NIT was held March 25-26 in Baton Rouge, Louisiana.  
The seventh annual event benefitted the Capital Area Law Enforcement Foundation
(CALEF). CALEF provides all-day rifle protection and other safety equipment for
local law enforcement, fire, and EMS personnel. Through the event, Capital Area
USSSA has donated nearly $45,000 to the […]



USSSA AND D-BAT ANNOUNCE PARTNERSHIP



USSSA Baseball Set to Hold More than 70 All American Games Tryouts at D-BAT
Academies Across the Country, Helping Develop the Next Generation of Baseball
Stars   The announcement makes D-BAT Academies the official host of over 70 All
American Games tryouts across the country. Through this partnership, athletes
can try out for All American […]




FASTPITCH NEWS SHOW ALL


LOADING...

2022 FASTPITCH SPACE COAST WORLD SERIES BRACKET UPDATE



Due to technical difficulties on the website, here are the updates for the
bracket on Thursday night into Friday Bracket play. 18 Open Gold Bracket 18 Open
Silver Bracket 16B Bracket 14B Winners Bracket 14B Losers Bracket 12B Winners
Bracket 12B Losers Bracket 10B Bracket



WPF COMING 2022; CHAMBERLAIN NAMED COMMISSIONER



Lauren Chamberlain, a former professional softball player and popular face in
the sport, has been named Commissioner of the league. “I am deeply humbled and
incredibly excited for my role as Commissioner of WPF,” Chamberlain said. “I
have worked hard to build good standing with existing softball athletes, people
of influence in our sport, and those outside […]



USSSA NAMES LAUREN CHAMBERLAIN AS NATIONAL DIRECTOR OF USA ELITE SELECT



Viera, FL – USSSA has named Lauren Chamberlain as the National Director of
USA-Elite Select, which comprises the Elite division of USSSA Fastpitch. Lauren
has been involved with USSSA in various capacities since 2015 as both a player
with the USSSA Pride and ambassador for the organization at various events since
her playing career ended. […]




SLOWPITCH USSSA /GSL NEWS SHOW ALL


LOADING...

HALL OF FAME DUAL TOURNAMENT REPORT (2023)



Viera, Florida April 13-16 CLICK HERE for the 2023 Hall of Fame Classic
tournament report!



USSSA/GSL SLOWPITCH TEMPORARILY SUSPENDED BATS



USSSA bat models listed below are temporarily suspended from USSSA and GSL
sanctioned Tournament and League Play until further notice:   Juno Athletics
The  following bat models listed below that have UTH-43 markings on handle will
signify temporarily suspended models: JA20MR1PT  JA21MR1  JA21MK18  JA21FW1 
JA21FV1  JA21MR1WS  JA22MRI  JA22BO12  JA22FW2  JA22SOS1  JA22KB1  JA22RH1 
JA22TKB  JA22FW3  JA23MRI  […]



USSSA SLOWPITCH EXPANDING – ADDS MONTANA STATE DIRECTOR



USSSA Slowpitch Appoints New State Director in Montana   
The United States Specialty Sports Association (USSSA) is proud to announce the
appointment of Slowpitch State Director, Dan Waggoner. Waggoner will be the
first State Director in Montana under the rapidly expanding USSSA slowpitch
program.     As a rostered, competitive player himself, Dan is determined to
raise awareness for USSSA programs and the opportunities for growth […]






NATIONAL SPONSORS

 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 
 * 


SOCIAL MEDIA

Follow us for the latest updates of USSSA
 * playUSSSA
 * USSSAslowpitch
 * USSSAbaseball
 * USSSAfastpitch

Follow us for the latest updates of USSSA
 * USSSA
 * USAEliteSelect
 * USSSA Baseball
 * USSSAslowpitch

Follow us for the latest updates of USSSA
 * playUSSSA
 * USSSAslowpitch
 * USSSAbaseball
 * USSSAfastpitch


Follow us for the latest updates of USSSA
 * USSSA
 * USAEliteSelect
 * USSSA Baseball
 * USSSAslowpitch


USEFUL LINKS

   
 * News
 * Questions
 * Media Center
 * Hall of Fame
 * Contact
 * Bylaws
 * USSSA Baseball Events
   
   

 * Abuse/ Molestation
 * Safesport
 * Terms of Use
 * Privacy
 * Careers
 * Policies & Procedures
 * USSSA Fastpitch Events
   
   


UNITED STATES SPECIALTY SPORTS ASSOCIATION

5800 Stadium Pkwy
Melbourne, FL 32940

1996 - 2023 © All Rights Reserved.

 * 
 * 
 * 
 *