usssa.com Open in urlscan Pro
161.47.150.93  Public Scan

Submitted URL: http://smtplink.usssa.com/ls/click?upn=WSslNwXrfTzmOiygdbhyJ29cJdcoJxRAHL4UH-2B4VN35c7FpAEKi8yMI1GpPyQGjio3B2eL27fgSCbjXMp...
Effective URL: https://usssa.com/playerVerification/?ID=15756541&chksum=970e24cb9f567686cce233829393cb87
Submission: On October 09 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

POST /playerVerification/?ID=15756541&chksum=970e24cb9f567686cce233829393cb87

<form method="post" action="/playerVerification/?ID=15756541&amp;chksum=970e24cb9f567686cce233829393cb87" id="frm" class="ng-pristine ng-valid">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="XnhPBGiZHyr4z2Eyx0AhKFvTSUcphVWyr6NbtZmSUZqilj7mywpU5CzonavyPJOkBkZvbyNBlxvHmR/t0Or6I4uyXyJSCpSmlxR4P6pEka7S0rG53IK0lzwvA1i+WNhzCsSC6GYvZv+2CYhWYXMJO0qyulBuCIyFmK6E2i8QScce2Wtk99dT90A4jHm+qVCT43PUaT8j7lI0QJfW3T7zmMh7vI4czUUcAMgW9jN4c2o="
      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 Mobile -->
    <nav class="header-v11 navbar navbar-light navbar-expand-lg noPrint justify-content-start hidden-xl">
      <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">
        <!-- prod<a class="logo" href=" https://hq.usssa.com">  qa href=" https://dev-next.usssa.com/hq"> -->
        <a class="logo" href="/">
			<div id="logo-header" alt="USSSA"></div>
		</a>
      </div>
      <div style="flex-grow: 1;"></div>
      <button class="navbar-toggler mr-2" type="button" onclick="location.href='/shoppingCart'">
        <i class="fa fa-shopping-cart" aria-hidden="true" icon="shopping-cart" style="font-size: 24px"></i>
      </button>
      <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#topMenu" aria-controls="topMenu" aria-expanded="false" aria-label="Menu">
        <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="https://seniorsp.usssa.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>
    <!-- Header Desktop -->
    <nav class="header-v11 navbar navbar-light navbar-expand-lg noPrint hidden-xs hidden-sm hidden-md hidden-lg">
      <div class="navbar-brand">
        <!--prod <a class="logo" href=" https://hq.usssa.com">  qa href=" https://dev-next.usssa.com/hq"> -->
        <a class="logo" href="/">
			<div id="logo-header" alt="USSSA"></div>
		</a>
      </div>
      <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="https://seniorsp.usssa.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="noPrint">
    </div>
    <script src="/js/controllers/playerVerificationCtrl.js"></script>
    <div class="row">
      <!-- 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="wrapper-rectangle_1" style="min-height: 250px; position: relative;">
            <div id="rectangle_1" class="d-none d-lg-block" style="position: sticky; top: 0px;" data-google-query-id="CKiIyKWn6IEDFaKO_QcdWIYLfA">
              <div id="google_ads_iframe_/154352941/usssa.com/rectangle_1_0__container__" style="border: 0pt none; margin: auto; text-align: center;"><iframe id="google_ads_iframe_/154352941/usssa.com/rectangle_1_0"
                  name="google_ads_iframe_/154352941/usssa.com/rectangle_1_0" title="3rd party ad content" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement" tabindex="0"
                  style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-google-container-id="2"></iframe></div>
            </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="wrapper-skyscraper_1" style="min-height: 600px; position: relative;">
              <div id="skyscraper_1" class="position-sticky mt-3" style="top: 0px; position: sticky;" data-google-query-id="CL-uyqWn6IEDFVuI_Qcdf-oPtA">
                <div id="google_ads_iframe_/154352941/usssa.com/skyscraper_1_0__container__" style="border: 0pt none; margin: auto; text-align: center;"><iframe id="google_ads_iframe_/154352941/usssa.com/skyscraper_1_0"
                    name="google_ads_iframe_/154352941/usssa.com/skyscraper_1_0" title="3rd party ad content" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement"
                    tabindex="0" style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-google-container-id="3"></iframe></div>
              </div>
            </div>
          </div>
          <div class="sideBarFooter d-block d-md-none"></div>
        </div>
      </div>
      <!-- /Sidebar -->
      <div class="col dvContent ng-scope" ng-controller="playerVerificationCtrl">
        <div id="wrapper-leaderboard_1" style="min-height: 90px; position: relative;">
          <div id="leaderboard_1" class="noPrint" style="position: sticky; top: 0px;" data-google-query-id="CJz1x6Wn6IEDFYmH_QcdP9UOlw">
            <div id="google_ads_iframe_/154352941/usssa.com/leaderboard_1_0__container__" style="border: 0pt none; margin: auto; text-align: center;"><iframe id="google_ads_iframe_/154352941/usssa.com/leaderboard_1_0"
                name="google_ads_iframe_/154352941/usssa.com/leaderboard_1_0" title="3rd party ad content" width="1226" height="90" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement" tabindex="0"
                style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-google-container-id="1"></iframe></div>
          </div>
        </div>
        <!-- HERE -->
        <h3 class="ng-binding">Player Verification - </h3>
        <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>
        <div ng-hide="loading" class="">
          <!-- ngIf: errorInit -->
          <div class="alert alert-danger ng-binding ng-scope" ng-if="errorInit">This link is already used!</div><!-- end ngIf: errorInit -->
          <!-- Login -->
          <!-- ngIf: init.isRegistered && !errorInit && !step2 -->
          <!-- Register -->
          <!-- ngIf: !init.isRegistered && !errorInit && !step2 -->
          <!-- ngIf: loadingStep2 -->
          <!-- ngIf: askWaiver && step2 -->
          <!-- ngIf: !askWaiver && step2 -->
        </div>
      </div>
    </div>
    <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

Close

 * 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
   

 * 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


 

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





PLAYER VERIFICATION -

LOADING...

This link is already used!


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.

 * 
 * 
 * 
 *