.elementor-1344 .elementor-element.elementor-element-bac2325{--display:flex;}.elementor-1344 .elementor-element.elementor-element-32a3983{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-1344 .elementor-element.elementor-element-32a3983{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1344 .elementor-element.elementor-element-32a3983{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS */<!-- WordPress-Optimized HTML for Independent Contractor Network Page -->
<section id="hero" style="text-align: center; padding: 2em 1em; background-color: #f8f9fa;">
  <h1>Drive With Us—On Your Terms</h1>
  <p>Priority Express partners with reliable, independent professionals to provide exceptional delivery service. Operate your own business, choose your schedule, and grow with us.</p>
  <a href="#application-form" class="btn btn-primary">Apply Now</a>
</section>

<section id="requirements" style="padding: 2em 1em;">
  <h2>What You Need to Join</h2>
  <ul>
    <li>Operate under a legal business entity (LLC/S-Corp/EIN)</li>
    <li>Carry valid <strong>commercial auto insurance</strong></li>
    <li>Provide a <strong>W-9</strong> and sign an <strong>Independent Contractor Agreement</strong></li>
    <li>Have a valid driver's license and clean driving record</li>
    <li>Own a smartphone and a reliable delivery vehicle</li>
    <li>Be able to meet legal and operational standards</li>
  </ul>
</section>

<section id="faq" style="padding: 2em 1em; background-color: #f1f1f1;">
  <h2>Frequently Asked Questions</h2>
  <div class="faq-item">
    <h3>Is this a job or independent contractor opportunity?</h3>
    <p>This is an independent contractor opportunity. You will not be employed by Priority Express. You operate independently under your own business entity.</p>
  </div>
  <div class="faq-item">
    <h3>Do I need an LLC or EIN?</h3>
    <p>Yes. All drivers must submit proof of legal business registration, such as Articles of Organization or an EIN confirmation letter.</p>
  </div>
  <div class="faq-item">
    <h3>What type of insurance do I need?</h3>
    <p>You must carry <strong>commercial auto insurance</strong> and provide a certificate listing Priority Express as a certificate holder.</p>
  </div>
  <div class="faq-item">
    <h3>Are taxes withheld?</h3>
    <p>No. As an independent contractor, you're responsible for your own taxes.</p>
  </div>
  <div class="faq-item">
    <h3>Do I have to accept all routes?</h3>
    <p>No. You choose the assignments you accept, based on your schedule and capacity.</p>
  </div>
  <div class="faq-item">
    <h3>What documents are required?</h3>
    <ul>
      <li>Proof of business entity</li>
      <li>Commercial insurance certificate</li>
      <li>Driver’s license</li>
      <li>Completed W-9</li>
      <li>Signed Independent Contractor Agreement</li>
    </ul>
  </div>
</section>

<section id="application-form" style="padding: 2em 1em;">
  <h2>Apply to Join Our Driver Network</h2>
  <form method="post" enctype="multipart/form-data">
    <h3>Contact Information</h3>
    <input type="text" name="name" placeholder="Full Name" required>
    <input type="email" name="email" placeholder="Email Address" required>
    <input type="tel" name="phone" placeholder="Phone Number" required>
    <input type="text" name="location" placeholder="City/State" required>

    <h3>Business Information</h3>
    <input type="text" name="business_name" placeholder="Business Name" required>
    <select name="entity_type">
      <option value="">Select Entity Type</option>
      <option value="LLC">LLC</option>
      <option value="S-Corp">S-Corp</option>
      <option value="Sole Proprietor">Sole Proprietor</option>
    </select>
    <input type="text" name="ein" placeholder="EIN Number" required>
    <input type="text" name="state_registration" placeholder="State of Registration" required>

    <h3>Vehicle Information</h3>
    <input type="text" name="vehicle_make_model" placeholder="Make / Model / Year" required>
    <select name="vehicle_type">
      <option value="">Select Vehicle Type</option>
      <option value="Sedan">Sedan</option>
      <option value="SUV">SUV</option>
      <option value="Van">Van</option>
      <option value="Truck">Truck</option>
    </select>

    <h3>Document Uploads</h3>
    <label>Business Entity Proof (PDF, JPG)</label>
    <input type="file" name="business_proof" required>
    <label>Commercial Auto Insurance Certificate</label>
    <input type="file" name="insurance_certificate" required>
    <label>Driver’s License</label>
    <input type="file" name="drivers_license" required>
    <label>Completed W-9</label>
    <input type="file" name="w9_form" required>

    <h3>Acknowledgments</h3>
    <label><input type="checkbox" required> I understand this is an <strong>independent contractor opportunity</strong>, not an offer of employment.</label><br>
    <label><input type="checkbox" required> I confirm I operate as a business and can provide proof of my entity (LLC/EIN).</label><br>
    <label><input type="checkbox" required> I have valid commercial auto insurance and will submit a certificate.</label><br>
    <label><input type="checkbox" required> I am responsible for all taxes, insurance, and operating expenses.</label><br>
    <label><input type="checkbox" required> I will provide all required documentation before I begin contracting.</label><br>
    <label><input type="checkbox" required> I agree to sign an Independent Contractor Agreement before accepting assignments.</label><br>

    <button type="submit" class="btn btn-primary">Join the Network</button>
  </form>
</section>

<footer style="padding: 1em; background-color: #e9ecef; text-align: center; font-size: 0.9em;">
  <p><strong>Disclaimer:</strong> Priority Express engages drivers as independent contractors only. Nothing on this page constitutes an offer of employment or guarantees work volume or pay. Contractors must meet all legal, insurance, and business requirements before engaging in services.</p>
</footer>/* End custom CSS */