<turbo-stream action="replace" target="tab-content"><template><turbo-frame id="tab-content">
  <div class="bg-white py-8 px-6">
    <div class="flex justify-center mb-6">
      <div class="flex items-center">
        <span class="text-red-600 text-4xl font-bold mr-2 leading-none flex items-center">
          51
        </span>
        <span class="text-black text-3xl font-bold leading-none flex items-center">
          Registered Exhibitors
        </span>
      </div>
    </div>
    <div class="sm:p-4 px-2 py-4">
    <div class="flex justify-between pb-2 border-b border-gray-400">
      <p class="text-3xl font-bold">Corporate Sponsors</p>
    </div>
    <div class="w-full flex flex-col sm:flex-row gap-8 sm:gap-20 justify-center py-4">
        <div class="flex flex-col place-items-center justify-end bg-white p-4 rounded-lg shadow-lg">
          <a target="_blank" href="https://my.recruitmilitary.com/organizations/usaa">
            <img class="object-contain max-h-[200px] max-w-[200px] rounded-full" alt="USAA logo" src="https://rm-events-production.s3.amazonaws.com/uploads/event/sponsor_logo/1888/USAA_Logo.png?X-Amz-Expires=600&amp;X-Amz-Date=20260422T015502Z&amp;X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIAQ7EHTIURI2EEBLEY%2F20260422%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=ebba04e7134a0a8e95f3f5726b838e443770fdd9efa9f4532f6e79ab0f232aa8" />
</a>          <a target="_blank" class="text-rm-blue font-cand-head text-lg mt-2" href="https://my.recruitmilitary.com/organizations/usaa">USAA</a>
        </div>
    </div>
</div>

    <div class="sm:p-4 px-2 py-4" x-data="{viewAll: false}">
  <div class="flex justify-between pb-2 border-b border-gray-400">
    <h3 class="text-3xl font-bold">
      Featured Exhibitors (4)
    </h3>
  </div>
  <div :class="viewAll ? 'overflow-hidden max-h-56' : ''" >
    <ul class="flex flex-wrap gap-2 py-4">
      <li class="inline-block flex-none w-42 border border-gray-100 p-2 max-w-[120px]">
        <div class="flex m-auto h-[100px] w-[100px] items-center">
          <a href="/organizations/central-intelligence-agency" target="_blank">
            <img class="object-contain max-h-[100px] max-w-[100px]" alt="Central Intelligence Agency (CIA) logo" src="https://rm-core-production.s3.amazonaws.com/logos/883/medium_cia2.jpg" />
          </a>
        </div>
        <div class="flex flex-col text-center">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/central-intelligence-agency">Central Intelligence Agency (CIA)</a>
          <a class="text-rm-light-blue text-sm" target="_blank" href="/jobs?organization_name=Central+Intelligence+Agency">132 Jobs</a>
        </div>
      </li>
      <li class="inline-block flex-none w-42 border border-gray-100 p-2 max-w-[120px]">
        <div class="flex m-auto h-[100px] w-[100px] items-center">
          <a href="/organizations/dav" target="_blank">
            <img class="object-contain max-h-[100px] max-w-[100px]" alt="Disabled American Veterans logo" src="https://rm-core-production.s3.amazonaws.com/logos/4654/medium_DAV.PNG" />
          </a>
        </div>
        <div class="flex flex-col text-center">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/dav">Disabled American Veterans</a>
          
        </div>
      </li>
      <li class="inline-block flex-none w-42 border border-gray-100 p-2 max-w-[120px]">
        <div class="flex m-auto h-[100px] w-[100px] items-center">
          <a href="/organizations/spartannash-3e880c31-2142-4983-93af-d4a1ec9c77fc" target="_blank">
            <img class="object-contain max-h-[100px] max-w-[100px]" alt="SpartanNash logo" src="https://rm-core-production.s3.amazonaws.com/logos/17673/medium_spartannash.png" />
          </a>
        </div>
        <div class="flex flex-col text-center">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/spartannash-3e880c31-2142-4983-93af-d4a1ec9c77fc">SpartanNash</a>
          <a class="text-rm-light-blue text-sm" target="_blank" href="/jobs?organization_name=SpartanNash">1159 Jobs</a>
        </div>
      </li>
      <li class="inline-block flex-none w-42 border border-gray-100 p-2 max-w-[120px]">
        <div class="flex m-auto h-[100px] w-[100px] items-center">
          <a href="/organizations/world-wide-technology" target="_blank">
            <img class="object-contain max-h-[100px] max-w-[100px]" alt="World Wide Technology logo" src="https://rm-core-production.s3.amazonaws.com/logos/3606/medium_wwt.jpg" />
          </a>
        </div>
        <div class="flex flex-col text-center">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/world-wide-technology">World Wide Technology</a>
          
        </div>
      </li>
</ul>

  </div>
  <div x-show="viewAll" @click="viewAll = false" class="bg-white flex justify-center">
    <span class="px-5 py-3 text-center cursor-pointer uppercase text-rm-light-blue text-2xl font-bold">
      View All Featured Exhibitors
    </span>
  </div>
</div>

    <div class="sm:p-4 px-2 py-4" x-data="{viewAll: false}">
  <div class="flex justify-between pb-2 border-b border-gray-400">
    <h3 class="text-3xl font-bold">
      All Exhibitors (50)
    </h3>
  </div>
  <div :class="viewAll ? 'overflow-hidden max-h-56' : ''" >
        <div class="flex flex-col sm:flex-row flex-wrap">
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/amentum">Amentum</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=Amentum">(3041 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/benefit-recovery">BRSi</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/bernalillo-county-sheriff">Bernalillo County Sheriff</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/bristol-bay-native-corp">Bristol Bay Government Services Group</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/cox-corporate-services">COX</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=COX">(626 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/carbone-p-a-llc">Carbone P&amp;A LLC</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/central-intelligence-agency">Central Intelligence Agency (CIA)</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=Central+Intelligence+Agency">(132 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/chicago-police-department">Chicago Police Department</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=Chicago+Police+Department">(1 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/cisco-systems-inc">Cisco Systems</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=Cisco+Systems%2C+Inc.">(3 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/san-antonio-police-department">City of San Antonio</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/columbia-helicopters-inc">Columbia Helicopters, Inc.</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/core4ce">Core4ce</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/dallas-police-department">Dallas Police Department</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/dav">Disabled American Veterans</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/empyrean-services">Empyrean Services</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=Empyrean+Services">(3 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/first-command-financial-services-inc">First Command Financial Services</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=First+Command+Financial+Services%2C+Inc.">(222 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/forgenow">ForgeNow</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/goldbelt">Goldbelt</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/hexcel-corporation">Hexcel</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/ip-secure">IP Secure</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/infinity-roofing-siding-inc">Infinity Roofing</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/loftin-equipment">Loftin Equipment Company</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/hca-healthcare">Methodist Healthcare/HCA Healthcare</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=HCA+Healthcare">(16190 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/military-sealift-command">Military Sealift Command</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=Military+Sealift+Command">(44 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/mortenson">Mortenson</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=Mortenson">(680 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/navy-recruiting-reserve-command">Navy Recruiting Reserve Command</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/odyssey-systems">Odyssey Systems</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/oncor-electric-delivery-company">Oncor Electric Delivery Company</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/pnc--2">PNC Bank</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=PNC+Bank">(2757 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/peace-corps">Peace Corps</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/pingwind">PingWind</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/primoris-services-corporation">Primoris Services Corporation</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/leidos-qtc-health-services">QTC Management</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/republic-services-inc">Republic Services, Inc.</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/sandia-national-laboratories">Sandia National Laboratories</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/spartannash-3e880c31-2142-4983-93af-d4a1ec9c77fc">SpartanNash</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=SpartanNash">(1159 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/standardaero">StandardAero</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/teksynap">TekSynap</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/texas-department-of-public-safety">Texas Department of Public Safety</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/texas-department-of-transportation">Texas Department of Transportation</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/texas-veterans-commission">Texas Veterans Commission</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/texas-workforce-commission">Texas Workforce Commission</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/toyota-north-america">Toyota Motor North America (TMNA)</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=Toyota+North+America">(118 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/transportation-security-administration-tsa">Transportation Security Administration (TSA)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/troops-into-transportation">Troops into Transportation</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/usaa">USAA</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=USAA">(164 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/united-states-postal-service-office-of-inspector-general">United States Postal Service</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=United+States+Postal+Service">(8 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/wabtec">Wabtec</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=Wabtec">(273 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/wells-fargo">Wells Fargo &amp; Company</a>
            <a class="text-rm-light-blue whitespace-nowrap" target="_blank" href="/jobs?organization_name=Wells+Fargo">(1214 Jobs)</a>
        </div>
        <div class="flex gap-1 w-full sm:w-1/3 px-2 py-0.5">
          <a class="text-rm-light-blue font-medium overflow-hidden overflow-ellipsis whitespace-nowrap" target="_blank" href="/organizations/world-wide-technology">World Wide Technology</a>
        </div>
    </div>

  </div>
  <div x-show="viewAll" @click="viewAll = false" class="bg-white flex justify-center">
    <span class="px-5 py-3 text-center cursor-pointer uppercase text-rm-light-blue text-2xl font-bold">
      View All Featured Exhibitors
    </span>
  </div>
</div>

  </div>
  <h2 class="text-center text-lg italic p-4 text-gray-600">
    Our events average over 50 exhibitors, and the list is not final until the day of the event.
    Check back regularly for additions.
  </h2>
</turbo-frame>
</template></turbo-stream>