<!doctype html>
<html>
   <head>
      <meta charset="utf-8">
      <title>BSI Modal Center</title>
      <script src="https://bsi.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
      <script>
          var $ = jQuery;
         
         $(document).ready(function() {    
            
            if(window.location.href.indexOf("APACongress") > -1) {
              $( "#APACongress_btn" ).click();
            } else {
               $( "#APACongress_btn, #APACongress" ).remove();
            }
            
            if(window.location.href.indexOf("TPF") > -1 || window.location.href.indexOf("tpf") > -1) {
              $( ".m_prod_TF,.m_prod_CF" ).remove();
            }
            if(window.location.href.indexOf("TF") > -1 || window.location.href.indexOf("tf") > -1) {
              $( ".m_prod_TPF, .m_prod_CF" ).remove();
            }
            if(window.location.href.indexOf("CF") > -1 || window.location.href.indexOf("cf") > -1) {
              $( ".m_prod_TPF, .m_prod_TF" ).remove();
            }
            if(window.location.href.indexOf("prod") == -1 && window.location.href.indexOf("PROD") == -1) {
              $( ".m_prod_TPF, .m_prod_TF, .m_prod_CF" ).remove();
            }
           
            if(window.location.href.indexOf("MeetBob") > -1) {
              $( "#MeetBob_btn" ).click();
            } else {
               $( "#MeetBob_btn, #MeetBob" ).remove();
            }

            if(window.location.href.indexOf("MeetJoe") > -1) {
               $( "#MeetJoe_btn" ).click();
            } else {
               $( "#MeetJoe_btn, #MeetJoe" ).remove();
            }

            if(window.location.href.indexOf("MeetAnne") > -1) {
               $( "#MeetAnne_btn" ).click();
            } else {
               $( "#MeetAnne_btn, #MeetAnne" ).remove();
            }

            // delay for opening form modals START
            $(".ContactForm_S").click(function() {
               $('.modOpener_sContact').delay(800).click();
            });
            // delay for opening form modals END

      });
      </script>
   </head>
   <body>
   
   
      <!-- Pop-Up APACongress - START
      Test Link - https://www.bsi.com/?APACongress=1
      -->
      <!-- Link START -->
      <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#APACongress" id="APACongress_btn" style="display: none;">
        Launch APACongress
      </button>
      <!-- Link END -->
      <!-- Modal START -->   
      <div class="modal fade" id="APACongress" tabindex="-1" aria-labelledby="APACongressLabel" aria-hidden="true" style="display: none;">
        <div class="modal-dialog modal-md modal-dialog-centered">
          <div class="modal-content">
            <div class="modal-header">
              <h2 class="modal-title" id="APACongressLabel" style="text-align: center; margin: 0; width: 100%;">Complimentary Resource</h2>
              <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
            </div>
            <div class="modal-body">         
               <div class="container-fluid">
                   <div class="row">
                     <div class="col-md-12" style="vertical-align: top;">
                        <!--<h5>We hope you’re making the most of <br /> your time at Payroll Congress 2026.</h5>-->
                        
                        <!--<h5 class="mb-2 text-primary" style="font-weight: 400 !important;">If you’re looking
                           <span class="m_prod_TPF"> to <strong>Automate Employee Tax Profile and Tax Assignment for Payroll</strong> </span>
                           <span class="m_prod_TF"> to <strong>Reduce the Burden of Payroll Tax Calculation and Filing</strong> </span>
                           <span class="m_prod_CF"> for <strong>Tools to Help with U.S. Payroll Tax Compliance, Garnishments Remittance, and Annual Reporting</strong> </span>
                        you’re in the right place.</h5>-->
                        
                        <h5 class="m-0" style="font-weight: 400 !important;">Payroll Congress atendees, <strong>download a copy of our                         
                           <span class="m_prod_TPF"> TaxProfileFactory Information Sheet</span>
                           <span class="m_prod_TF"> TaxFactory Information Sheet</span>
                           <span class="m_prod_CF"> ComplianceFactory Information Sheet</span>
                        </strong> before you close this window.</h5>
                        
                        <!--<p>While you’re at the show, or on our website, be sure to <strong>“Request a Demonstration”</strong> with one of our helpful Product Solution Consultants.</p>-->
                        
                     </div>
                   </div>
               </div>                
            </div>
            <div class="modal-footer">
               
               <span class="m_prod_TPF"> <a href="https://bsi.actonsoftware.com/acton/attachment/4796/f-005d/0/-/-/-/-/InformationSheet_TaxProfileFactory.pdf" class="btn btn-warning" target="_blank">Product Information Sheet</a></span>
               <span class="m_prod_TF"> <a href="https://bsi.actonsoftware.com/acton/attachment/4796/f-005f/0/-/-/-/-/InformationSheet_TaxFactory.pdf" class="btn btn-warning" target="_blank">Product Information Sheet</a></span>
               <span class="m_prod_CF"> <a href="https://bsi.actonsoftware.com/acton/attachment/4796/f-005c/0/-/-/-/-/InformationSheet_ComplianceFactory.pdf" class="btn btn-warning" target="_blank">Product Information Sheet</a></span>
               
              <!--<button type="button" class="btn ContactForm_S" data-bs-dismiss="modal">Request a Demonstration!</button>-->
            </div>
          </div>
        </div>
      </div>
      <!-- Modal END -->
      <!-- Pop-Up APACongress - END -->
      
      <!-- Pop-Up MeetBob - START
      Test Link - https://www.bsi.com/products-and-services/taxprofilefactory/?MeetBob=1
      -->
      <!-- Link START -->
      <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#MeetBob" id="MeetBob_btn" style="display: none;">
        Launch MeetBob
      </button>
      <!-- Link END -->
      <!-- Modal START -->   
      <div class="modal fade" id="MeetBob" tabindex="-1" aria-labelledby="MeetBobLabel" aria-hidden="true" style="display: none;">
        <div class="modal-dialog modal-lg modal-dialog-centered">
          <div class="modal-content">
            <div class="modal-header">
              <h2 class="modal-title" id="MeetBobLabel" style="text-align: center; margin: 0; width: 100%;"> Have you met Bob? </h2>
              <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
            </div>
            <div class="modal-body">         
               <div class="container-fluid">
                   <div class="row">
                     <div class="col-md-12" style="vertical-align: top;">
                        <iframe loading="lazy" src="https://player.vimeo.com/video/814682011?h=b3d7dfb625&loop=1
   autoplay=1&autopause=0&badge=0&player_id=0&app_id=58479" alt="Meet Bob" allow="fullscreen" allowfullscreen="true" style="width: 100%; height: 410px;" frameborder="0"></iframe>   
                     </div>
                   </div>
               </div>                
            </div>
            <div class="modal-footer">
              <button type="button" class="btn btn-secondary ContactForm_S" data-bs-dismiss="modal">Request a Demonstration!</button>
            </div>
          </div>
        </div>
      </div>
      <!-- Modal END -->
      <!-- Pop-Up MeetBob - END -->

      <!-- Pop-Up MeetAnne - START
      Test Link - https://www.bsi.com/products-and-services/taxprofilefactory/?MeetAnne=1
      -->
      <!-- Link START -->
      <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#MeetAnne" id="MeetAnne_btn" style="display: none;">
        Launch MeetAnne
      </button>
      <!-- Link END -->
      <!-- Modal START -->   
      <div class="modal fade" id="MeetAnne" tabindex="-1" aria-labelledby="MeetAnneLabel" aria-hidden="true" style="display: none;">
        <div class="modal-dialog modal-lg modal-dialog-centered">
          <div class="modal-content">
            <div class="modal-header">
              <h2 class="modal-title" id="MeetAnneLabel" style="text-align: center; margin: 0; width: 100%;"> Have you met Anne? </h2>
              <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
            </div>
            <div class="modal-body">         
               <div class="container-fluid">
                   <div class="row">
                     <div class="col-md-12" style="vertical-align: top;">                     
                       <iframe src="https://player.vimeo.com/video/896916891?h=3c5c25551c&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" alt="Meet Anne" style="width: 100%; height: 410px;" title="Meet Anne"></iframe>                     
                     </div>
                   </div>
               </div>                
            </div>
            <div class="modal-footer">
              <button type="button" class="btn btn-secondary ContactForm_S" data-bs-dismiss="modal">Request a Demonstration!</button>
            </div>
          </div>
        </div>
      </div>
      <!-- Modal END -->
      <!-- Pop-Up MeetAnne - END -->

      <!-- Pop-Up MeetJoe - START
      Test Link - https://www.bsi.com/products-and-services/taxprofilefactory/?MeetJoe=1
      -->
      <!-- Link START -->
      <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#MeetJoe" id="MeetJoe_btn" style="display: none;">
        Launch MeetJoe
      </button>
      <!-- Link END -->
      <!-- Modal START -->   
      <div class="modal fade" id="MeetJoe" tabindex="-1" aria-labelledby="MeetJoeLabel" aria-hidden="true" style="display: none;">
        <div class="modal-dialog modal-lg modal-dialog-centered">
          <div class="modal-content">
            <div class="modal-header">
              <h2 class="modal-title" id="MeetJoeLabel" style="text-align: center; margin: 0; width: 100%;"> Have you met Joe? </h2>
              <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
            </div>
            <div class="modal-body">         
               <div class="container-fluid">
                   <div class="row">
                     <div class="col-md-12" style="vertical-align: top;">
                       <iframe src="https://player.vimeo.com/video/851410078?h=a8cd889e5d&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" alt="Meet Joe" style="width: 100%; height: 410px;" title="Meet Joe"></iframe>
                     </div>
                   </div>
               </div>                
            </div>
            <div class="modal-footer">
               <button type="button" class="btn btn-secondary ContactForm_S" data-bs-dismiss="modal">Request a Demonstration!</button>
            </div>
          </div>
        </div>
      </div>
      <!-- Modal END -->
      <!-- Pop-Up MeetJoe - END -->
   
   </body>
   <script src="https://player.vimeo.com/api/player.js"></script>
</html><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//bsi.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://bsi.com/post-sitemap.xml</loc>
		<lastmod>2026-03-25T18:43:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bsi.com/page-sitemap.xml</loc>
		<lastmod>2026-02-25T19:54:42+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bsi.com/event-sitemap.xml</loc>
		<lastmod>2026-03-13T12:11:15+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bsi.com/service-sitemap.xml</loc>
		<lastmod>2026-03-25T16:19:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bsi.com/success-story-sitemap.xml</loc>
		<lastmod>2025-12-24T15:59:15+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bsi.com/testimonial-sitemap.xml</loc>
		<lastmod>2026-02-04T09:22:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bsi.com/category-sitemap.xml</loc>
		<lastmod>2026-03-25T18:43:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bsi.com/bsi-customer-case-studies-sitemap.xml</loc>
		<lastmod>2025-12-24T15:59:15+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://bsi.com/bsi-customer-testimonials-sitemap.xml</loc>
		<lastmod>2026-02-04T09:22:12+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->