<turbo-stream action="replace" target="tab-content"><template><turbo-frame id="tab-content">
  <div class="bg-white py-8 px-6">
    <h2 class="text-3xl font-bold mb-6">Why Attend?</h2>
    <p class="text-gray-700 mb-4">
        At a Virtual Veteran Career Fair, you can begin the selection process by conducting live chats with job seekers and move to private video interviews if you prefer. We present these events in cooperation with leading corporations, news media, industry associations, veteran's organizations, and government agencies. These events are online and draw from regional talent. To attract job candidates to the fairs, we promote the events intensively to our huge database of registered candidates, partner with major military installations, market through social media, and market through other online mediums.
    </p>

    <h3 class="text-3xl font-semibold mt-8 mb-4">Why Hire Veterans?</h3>
    <p class="text-gray-700 mb-6">
      If you are not familiar with hiring veterans, we would like to share three reasons why military personnel will make great employees for your organization:
    </p>

    <ul class="space-y-4">
      <li class="flex items-start">
        <div class="flex-shrink-0 mt-1">
          <img class="w-4 h-4 border-2 border-rm-light-blue rounded-full mr-2" src="https://assets.recruitmilitary.com/assets/solid/check-ddc612f6c6f387b5706bea9b9515fed7ba863f82a0d042ae6a81af028e7b4335.svg" />
        </div>
        <div>
          <strong class="text-primary-1">Well-trained</strong>
          <p class="text-gray-700">
          Veterans possess skills that are critical for an organization to succeed. They are trained to be mission-oriented and to work as a team. They possess critical skills for organizational success including discipline, responsibility, respect, and unparalleled work ethic.
          </p>
        </div>
      </li>
      <li class="flex items-start">
        <div class="flex-shrink-0 mt-1">
          <img class="w-4 h-4 border-2 border-rm-light-blue rounded-full mr-2" src="https://assets.recruitmilitary.com/assets/solid/check-ddc612f6c6f387b5706bea9b9515fed7ba863f82a0d042ae6a81af028e7b4335.svg" />
        </div>
        <div>
          <strong class="text-primary-1">Skills that overlap</strong>
          <p class="text-gray-700">
          Veterans have been trained in specific skills that greatly overlap civilian work. Whether driving an 18-wheel tractor-trailer or leading an organization in an executive position, the military provides people with the training to be successful in trades, as well as the experience and conditioning required for management positions.
          </p>
        </div>
      </li>
      <li class="flex items-start">
        <div class="flex-shrink-0 mt-1">
          <img class="w-4 h-4 border-2 border-rm-light-blue rounded-full mr-2" src="https://assets.recruitmilitary.com/assets/solid/check-ddc612f6c6f387b5706bea9b9515fed7ba863f82a0d042ae6a81af028e7b4335.svg" />
        </div>
        <div>
          <strong class="text-primary-1">Diverse backgrounds</strong>
          <p class="text-gray-700">
          The military employs a highly diverse workforce. Approximately 45% of our candidates are women and/or ethnic minorities, enabling you to connect with skilled and diverse candidates through our events.
          </p>
        </div>
      </li>
    </ul>
  </div>

  <div class="bg-rm-blue p-4 w-full">
    <div class="container mx-auto">
      <div class="mb-4">
        <a target="_blank" class="flex w-full p-4 bg-white shadow-md hover:bg-[#0c7dd3] transition-colors duration-300 cursor-pointer" href="https://recruitmilitary.com/employers/resources/career-fair-success-center/">
    <div class="flex place-items-center w-full">
        <div class="bg-rm-blue w-2 h-12 mr-4 rounded-full flex-shrink-0"></div>
        <div class="flex items-center justify-between w-full gap-2">
            <div class="text-lg font-bold text-black break-words flex-grow">
                TIPS FOR JOB FAIR SUCCESS
            </div>
            <div class="flex-shrink-0">
                <div class="bg-red-600 rounded-full h-10 w-10 flex items-center justify-center group hover:bg-red-700 transition-colors duration-300">
                    <div class="flex items-center justify-center w-full h-full transition-all duration-300 group-hover:translate-x-1">
                        <div class="h-0.5 w-[calc(100%-10px)] bg-white"></div>
                        <div class="h-0 w-0 border-t-[5px] border-b-[5px] border-l-[8px] border-t-transparent border-b-transparent border-l-white"></div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</a>
      </div>
      <div class="mb-4">
        <a target="_blank" class="flex w-full p-4 bg-white shadow-md hover:bg-[#0c7dd3] transition-colors duration-300 cursor-pointer" href="/events/exhibitors/schedule">
    <div class="flex place-items-center w-full">
        <div class="bg-rm-blue w-2 h-12 mr-4 rounded-full flex-shrink-0"></div>
        <div class="flex items-center justify-between w-full gap-2">
            <div class="text-lg font-bold text-black break-words flex-grow">
                VIEW THE FULL RECRUITMILITARY JOB FAIR SCHEDULE
            </div>
            <div class="flex-shrink-0">
                <div class="bg-red-600 rounded-full h-10 w-10 flex items-center justify-center group hover:bg-red-700 transition-colors duration-300">
                    <div class="flex items-center justify-center w-full h-full transition-all duration-300 group-hover:translate-x-1">
                        <div class="h-0.5 w-[calc(100%-10px)] bg-white"></div>
                        <div class="h-0 w-0 border-t-[5px] border-b-[5px] border-l-[8px] border-t-transparent border-b-transparent border-l-white"></div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</a>
      </div>
    </div>
  </div>
</turbo-frame>
</template></turbo-stream>