301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: bbsi.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html><html lang="en"><head> <meta charset="utf-8"> <title>Locally-supported Payroll, HR, Workers Compensation and Health Benefits | BBSI</title> <meta name="description" content="Payroll, workers’ compensation, HR, risk, and business consulting services designed to help you and your business prosper."> <link rel="SHORTCUT ICON" href="https://www.bbsi.com/hubfs/favicon.ico"> <style>html, body { font-family: sans-serif; background: #fff; } body { opacity: 0; transition-property: opacity; transition-duration: 0.25s; transition-delay: 0.25s; margin: 0; } img, video { max-width: 100%; height: auto; } .btn, .btn-wrapper .cta_button, .btn-wrapper .cta-button, .btn-wrapper input[type="submit"], .btn-wrapper input[type="button"], input[type="submit"], input[type="button"] { font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 0.8888888888888888rem; line-height: 1.0222222222222221rem; border-radius: 6px; min-height: 2.6666666666666665rem; text-align: center; padding: 0 1.3888888888888888rem ; border: 2px solid; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .sr-padding-zero { padding-top: 0; padding-bottom: 0; } .sr-padding-half { padding-top: 2.7777777777777777rem; padding-bottom: 2.7777777777777777rem; } .sr-padding-full { padding-top: 5.555555555555555rem; padding-bottom: 5.555555555555555rem; } @media(min-width:576px) { .sr-padding-sm-zero { padding-top: 0; padding-bottom: 0; } .sr-padding-sm-half { padding-top: 2.7777777777777777rem; padding-bottom: 2.7777777777777777rem; } .sr-padding-sm-full { padding-top: 5.555555555555555rem; padding-bottom: 5.555555555555555rem; } } @media(min-width:768px) { .sr-padding-md-zero { padding-top: 0; padding-bottom: 0; } .sr-padding-md-half { padding-top: 2.7777777777777777rem; padding-bottom: 2.7777777777777777rem; } .sr-padding-md-full { padding-top: 5.555555555555555rem; padding-bottom: 5.555555555555555rem; } } @media(min-width:992px) { .sr-padding-lg-zero { padding-top: 0; padding-bottom: 0; } .sr-padding-lg-half { padding-top: 2.7777777777777777rem; padding-bottom: 2.7777777777777777rem; } .sr-padding-lg-full { padding-top: 5.555555555555555rem; padding-bottom: 5.555555555555555rem; } } .sr-spacer-25 { padding-top: 1.3888888888888888rem; padding-bottom: 1.3888888888888888rem; } .sr-spacer-top-25 { padding-top: 1.3888888888888888rem; } .sr-spacer-bottom-25 { padding-bottom: 1.3888888888888888rem; } .sr-spacer-50 { padding-top: 2.7777777777777777rem; padding-bottom: 2.7777777777777777rem; } .sr-spacer-top-50 { padding-top: 2.7777777777777777rem; } .sr-spacer-bottom-50 { padding-bottom: 2.7777777777777777rem; } .sr-spacer-75 { padding-top: 4.166666666666667rem; padding-bottom: 4.166666666666667rem; } .sr-spacer-top-75 { padding-top: 4.166666666666667rem; } .sr-spacer-bottom-75 { padding-bottom: 4.166666666666667rem; } .sr-spacer-100 { padding-top: 5.555555555555555rem; padding-bottom: 5.555555555555555rem; } .sr-spacer-top-100 { padding-top: 5.555555555555555rem; } .sr-spacer-bottom-100 { padding-bottom: 5.555555555555555rem; } .sr-row { row-gap: 3.125rem } .sr-multicol-media .sr-valign-top { -webkit-box-align: flex-start; -ms-flex-align: flex-start; align-items: flex-start; } .sr-multicol-media .sr-valign-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .sr-multicol-media .sr-valign-bottom { -webkit-box-align: flex-end; -ms-flex-align: flex-end; align-items: flex-end; } .sr-multicol-media .sr-valign-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .navbar-nav { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; } .dropdown-menu { position: absolute; left: 0; z-index: 1000; display: none; text-align: left; list-style: none; } .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between } @media (min-width: 1200px) { .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav { -ms-flex-direction: row; flex-direction: row; } } dl, ol, ul { margin-top: 0; margin-bottom: 1rem; } .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } @media (min-width:576px) { .container, .container-sm { max-width: 540px } } @media (min-width:768px) { .container, .container-md, .container-sm { max-width: 720px } } @media (min-width:992px) { .container, .container-lg, .container-md, .container-sm { max-width: 960px } } @media (min-width:1200px) { .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px } } .container-fluid { max-width: 2560px } body > .container-fluid, .sr-tabs-split-screen > .container-fluid, [data-global-resource-path] > div { width: auto; max-width: none; padding: 0; } body > .body-container-wrapper > .body-container.container-fluid { padding: 0; max-width: none; } .container-fluid:before, .container-fluid:after { display: none !important; } .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px } .no-gutters { margin-right: 0; margin-left: 0 } .no-gutters > .col, .no-gutters > [class*=col-] { padding-right: 0; padding-left: 0 } .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100% } .col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .offset-1 { margin-left: 8.333333% } .offset-2 { margin-left: 16.666667% } .offset-3 { margin-left: 25% } .offset-4 { margin-left: 33.333333% } .offset-5 { margin-left: 41.666667% } .offset-6 { margin-left: 50% } .offset-7 { margin-left: 58.333333% } .offset-8 { margin-left: 66.666667% } .offset-9 { margin-left: 75% } .offset-10 { margin-left: 83.333333% } .offset-11 { margin-left: 91.666667% } .sr-col { order: 99; } .order-first { -ms-flex-order: -1; order: -1 } .order-last { -ms-flex-order: 13; order: 13 } .order-0 { -ms-flex-order: 0; order: 0 } .order-1 { -ms-flex-order: 1; order: 1 } .order-2 { -ms-flex-order: 2; order: 2 } .order-3 { -ms-flex-order: 3; order: 3 } .order-4 { -ms-flex-order: 4; order: 4 } .order-5 { -ms-flex-order: 5; order: 5 } .order-6 { -ms-flex-order: 6; order: 6 } .order-7 { -ms-flex-order: 7; order: 7 } .order-8 { -ms-flex-order: 8; order: 8 } .order-9 { -ms-flex-order: 9; order: 9 } .order-10 { -ms-flex-order: 10; order: 10 } .order-11 { -ms-flex-order: 11; order: 11 } .order-12 { -ms-flex-order: 12; order: 12 } @media (min-width:576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100% } .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-sm-first { -ms-flex-order: -1; order: -1 } .order-sm-last { -ms-flex-order: 13; order: 13 } .order-sm-0 { -ms-flex-order: 0; order: 0 } .order-sm-1 { -ms-flex-order: 1; order: 1 } .order-sm-2 { -ms-flex-order: 2; order: 2 } .order-sm-3 { -ms-flex-order: 3; order: 3 } .order-sm-4 { -ms-flex-order: 4; order: 4 } .order-sm-5 { -ms-flex-order: 5; order: 5 } .order-sm-6 { -ms-flex-order: 6; order: 6 } .order-sm-7 { -ms-flex-order: 7; order: 7 } .order-sm-8 { -ms-flex-order: 8; order: 8 } .order-sm-9 { -ms-flex-order: 9; order: 9 } .order-sm-10 { -ms-flex-order: 10; order: 10 } .order-sm-11 { -ms-flex-order: 11; order: 11 } .order-sm-12 { -ms-flex-order: 12; order: 12 } .offset-sm-0 { margin-left: 0 } .offset-sm-1 { margin-left: 8.333333% } .offset-sm-2 { margin-left: 16.666667% } .offset-sm-3 { margin-left: 25% } .offset-sm-4 { margin-left: 33.333333% } .offset-sm-5 { margin-left: 41.666667% } .offset-sm-6 { margin-left: 50% } .offset-sm-7 { margin-left: 58.333333% } .offset-sm-8 { margin-left: 66.666667% } .offset-sm-9 { margin-left: 75% } .offset-sm-10 { margin-left: 83.333333% } .offset-sm-11 { margin-left: 91.666667% } } @media (min-width:768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100% } .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-md-first { -ms-flex-order: -1; order: -1 } .order-md-last { -ms-flex-order: 13; order: 13 } .order-md-0 { -ms-flex-order: 0; order: 0 } .order-md-1 { -ms-flex-order: 1; order: 1 } .order-md-2 { -ms-flex-order: 2; order: 2 } .order-md-3 { -ms-flex-order: 3; order: 3 } .order-md-4 { -ms-flex-order: 4; order: 4 } .order-md-5 { -ms-flex-order: 5; order: 5 } .order-md-6 { -ms-flex-order: 6; order: 6 } .order-md-7 { -ms-flex-order: 7; order: 7 } .order-md-8 { -ms-flex-order: 8; order: 8 } .order-md-9 { -ms-flex-order: 9; order: 9 } .order-md-10 { -ms-flex-order: 10; order: 10 } .order-md-11 { -ms-flex-order: 11; order: 11 } .order-md-12 { -ms-flex-order: 12; order: 12 } .offset-md-0 { margin-left: 0 } .offset-md-1 { margin-left: 8.333333% } .offset-md-2 { margin-left: 16.666667% } .offset-md-3 { margin-left: 25% } .offset-md-4 { margin-left: 33.333333% } .offset-md-5 { margin-left: 41.666667% } .offset-md-6 { margin-left: 50% } .offset-md-7 { margin-left: 58.333333% } .offset-md-8 { margin-left: 66.666667% } .offset-md-9 { margin-left: 75% } .offset-md-10 { margin-left: 83.333333% } .offset-md-11 { margin-left: 91.666667% } } @media (min-width:992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100% } .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-lg-first { -ms-flex-order: -1; order: -1 } .order-lg-last { -ms-flex-order: 13; order: 13 } .order-lg-0 { -ms-flex-order: 0; order: 0 } .order-lg-1 { -ms-flex-order: 1; order: 1 } .order-lg-2 { -ms-flex-order: 2; order: 2 } .order-lg-3 { -ms-flex-order: 3; order: 3 } .order-lg-4 { -ms-flex-order: 4; order: 4 } .order-lg-5 { -ms-flex-order: 5; order: 5 } .order-lg-6 { -ms-flex-order: 6; order: 6 } .order-lg-7 { -ms-flex-order: 7; order: 7 } .order-lg-8 { -ms-flex-order: 8; order: 8 } .order-lg-9 { -ms-flex-order: 9; order: 9 } .order-lg-10 { -ms-flex-order: 10; order: 10 } .order-lg-11 { -ms-flex-order: 11; order: 11 } .order-lg-12 { -ms-flex-order: 12; order: 12 } .offset-lg-0 { margin-left: 0 } .offset-lg-1 { margin-left: 8.333333% } .offset-lg-2 { margin-left: 16.666667% } .offset-lg-3 { margin-left: 25% } .offset-lg-4 { margin-left: 33.333333% } .offset-lg-5 { margin-left: 41.666667% } .offset-lg-6 { margin-left: 50% } .offset-lg-7 { margin-left: 58.333333% } .offset-lg-8 { margin-left: 66.666667% } .offset-lg-9 { margin-left: 75% } .offset-lg-10 { margin-left: 83.333333% } .offset-lg-11 { margin-left: 91.666667% } } @media (min-width:1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100% } .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100% } .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333% } .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667% } .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333% } .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667% } .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333% } .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667% } .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75% } .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333% } .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667% } .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .order-xl-first { -ms-flex-order: -1; order: -1 } .order-xl-last { -ms-flex-order: 13; order: 13 } .order-xl-0 { -ms-flex-order: 0; order: 0 } .order-xl-1 { -ms-flex-order: 1; order: 1 } .order-xl-2 { -ms-flex-order: 2; order: 2 } .order-xl-3 { -ms-flex-order: 3; order: 3 } .order-xl-4 { -ms-flex-order: 4; order: 4 } .order-xl-5 { -ms-flex-order: 5; order: 5 } .order-xl-6 { -ms-flex-order: 6; order: 6 } .order-xl-7 { -ms-flex-order: 7; order: 7 } .order-xl-8 { -ms-flex-order: 8; order: 8 } .order-xl-9 { -ms-flex-order: 9; order: 9 } .order-xl-10 { -ms-flex-order: 10; order: 10 } .order-xl-11 { -ms-flex-order: 11; order: 11 } .order-xl-12 { -ms-flex-order: 12; order: 12 } .offset-xl-0 { margin-left: 0 } .offset-xl-1 { margin-left: 8.333333% } .offset-xl-2 { margin-left: 16.666667% } .offset-xl-3 { margin-left: 25% } .offset-xl-4 { margin-left: 33.333333% } .offset-xl-5 { margin-left: 41.666667% } .offset-xl-6 { margin-left: 50% } .offset-xl-7 { margin-left: 58.333333% } .offset-xl-8 { margin-left: 66.666667% } .offset-xl-9 { margin-left: 75% } .offset-xl-10 { margin-left: 83.333333% } .offset-xl-11 { margin-left: 91.666667% } } .m-auto { margin: auto !important } .mt-auto, .my-auto { margin-top: auto !important } .mr-auto, .mx-auto { margin-right: auto !important } .mb-auto, .my-auto { margin-bottom: auto !important } .ml-auto, .mx-auto { margin-left: auto !important } .cta-group { gap: 1rem ; display: flex; flex-wrap: wrap; align-items: center;} .sr-valign-stretch .content-wrapper{display:flex;flex-direction:column} .sr-valign-stretch .cta-group { width: 100%; align-self: flex-end; margin-top: auto; } .text-left .cta-group{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.text-right .cta-group{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.text-center .cta-group{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}@media (min-width:576px){.text-sm-left .cta-group{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.text-sm-right .cta-group{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.text-sm-center .cta-group{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}@media (min-width:768px){.text-md-left .cta-group{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.text-md-right .cta-group{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.text-md-center .cta-group{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}@media (min-width:992px){.text-lg-left .cta-group{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.text-lg-right .cta-group{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.text-lg-center .cta-group{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}@media (min-width:1200px){.text-xl-left .cta-group{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.text-xl-right .cta-group{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.text-xl-center .cta-group{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}.text-justify{text-align:justify!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}} .d-none { display: none !important } .d-inline { display: inline !important } .d-inline-block { display: inline-block !important } .d-block { display: block !important } .d-flex { display: -ms-flexbox !important; display: flex !important } .d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important } @media (min-width:576px) { .d-sm-none { display: none !important } .d-sm-inline { display: inline !important } .d-sm-inline-block { display: inline-block !important } .d-sm-block { display: block !important } .d-sm-table { display: table !important } .d-sm-table-row { display: table-row !important } .d-sm-table-cell { display: table-cell !important } .d-sm-flex { display: -ms-flexbox !important; display: flex !important } .d-sm-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:768px) { .d-md-none { display: none !important } .d-md-inline { display: inline !important } .d-md-inline-block { display: inline-block !important } .d-md-block { display: block !important } .d-md-flex { display: -ms-flexbox !important; display: flex !important } .d-md-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:992px) { .d-lg-none { display: none !important } .d-lg-inline { display: inline !important } .d-lg-inline-block { display: inline-block !important } .d-lg-block { display: block !important } .d-lg-table { display: table !important } .d-lg-table-row { display: table-row !important } .d-lg-table-cell { display: table-cell !important } .d-lg-flex { display: -ms-flexbox !important; display: flex !important } .d-lg-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important } } @media (min-width:1200px) { .d-xl-none { display: none !important } .d-xl-inline { display: inline !important } .d-xl-inline-block { display: inline-block !important } .d-xl-block { display: block !important } .d-xl-table { display: table !important } .d-xl-table-row { display: table-row !important } .d-xl-table-cell { display: table-cell !important } .d-xl-flex { display: -ms-flexbox !important; display: flex !important } .d-xl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important } } .flex-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-center { -ms-flex-align: center !important; align-items: center !important } .align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } @media (min-width:576px) { .flex-sm-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-sm-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-sm-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-sm-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-sm-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-sm-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-sm-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-sm-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-sm-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-sm-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-sm-center { -ms-flex-align: center !important; align-items: center !important } .align-items-sm-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-sm-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } } @media (min-width:768px) { .flex-md-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-md-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-md-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-md-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-md-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-md-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-md-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-md-center { -ms-flex-align: center !important; align-items: center !important } .align-items-md-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-md-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } } @media (min-width:992px) { .flex-lg-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-lg-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-lg-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-lg-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-lg-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-lg-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-lg-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-lg-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-lg-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-lg-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-lg-center { -ms-flex-align: center !important; align-items: center !important } .align-items-lg-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-lg-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } } @media (min-width:1200px) { .flex-xl-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-xl-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-xl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-xl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .justify-content-xl-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-xl-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-xl-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-xl-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-xl-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-xl-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-xl-center { -ms-flex-align: center !important; align-items: center !important } .align-items-xl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-xl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } } </style> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="/hs/hsstatic/jquery-libs/static-1.1/jquery/jquery-1.7.1.js"></script> <script>hsjQuery = window['jQuery'];</script> <meta property="og:description" content="Payroll, workers’ compensation, HR, risk, and business consulting services designed to help you and your business prosper."> <meta property="og:title" content="Locally-supported Payroll, HR, Workers Compensation and Health Benefits | BBSI"> <meta name="twitter:description" content="Payroll, workers’ compensation, HR, risk, and business consulting services designed to help you and your business prosper."> <meta name="twitter:title" content="Locally-supported Payroll, HR, Workers Compensation and Health Benefits | BBSI"> <style> a.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px} </style> <link class="hs-async-css" rel="preload" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/40979277519/1745360354757/template_bootstrap.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/40979277519/1745360354757/template_bootstrap.min.css"></noscript> <link class="hs-async-css" rel="preload" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/133419307805/1745360351458/template_sr-base.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/133419307805/1745360351458/template_sr-base.min.css"></noscript> <link rel="stylesheet" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/133405008937/1745362438347/template_child.min.css"> <link rel="stylesheet" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/module_assets/1/166873404325/1744225470567/module_BBSI_Navigation_01.min.css"> <style> #hs_cos_wrapper_widget_1715968684472 .header__container[data-topbar-fixed=false], #hs_cos_wrapper_widget_1715968684472 .header__container[data-topbar-fixed=true] .header__bottom { background:#ffffff; box-shadow:15px 25px 60px rgba(0,0,0,0%); --border-size:3px; } #hs_cos_wrapper_widget_1715968684472 .header__container.header-scroll[data-topbar-fixed=false], #hs_cos_wrapper_widget_1715968684472 .header__container.header-scroll[data-topbar-fixed=true] .header__bottom { background:#ffffff; box-shadow:15px 25px 60px rgba(0,0,0,10%); } #hs_cos_wrapper_widget_1715968684472 .header__menu-item { color:#002f60; } #hs_cos_wrapper_widget_1715968684472 .btn-wrapper.btn-none-wrapper .cta-button, #hs_cos_wrapper_widget_1715968684472 .btn-wrapper.btn-none-wrapper .cta_button { color:#002f60; font-family:Lato,sans-serif; font-style:normal; font-weight:normal; text-decoration:none; border:none !important; padding:0 !important; } #hs_cos_wrapper_widget_1715968684472 .header__menu-link { color:inherit; font-size:17px; font-family:Lato,sans-serif; font-style:normal; font-weight:normal; text-decoration:none; } #hs_cos_wrapper_widget_1715968684472 .header__menu-item--depth-1>.header__menu-child-toggle svg { color:inherit; } #hs_cos_wrapper_widget_1715968684472 .header__menu-item--depth-1.header__menu-item:hover, #hs_cos_wrapper_widget_1715968684472 .header__menu-item--depth-1.header__menu-item:focus, #hs_cos_wrapper_widget_1715968684472 .btn-wrapper.btn-none-wrapper .cta-button:hover, #hs_cos_wrapper_widget_1715968684472 .btn-wrapper.btn-none-wrapper .cta-button:focus, #hs_cos_wrapper_widget_1715968684472 .btn-wrapper.btn-none-wrapper .cta_button:hover, #hs_cos_wrapper_widget_1715968684472 .btn-wrapper.btn-none-wrapper .cta_button:focus { color:#eb5400; } #hs_cos_wrapper_widget_1715968684472 .header__menu-item--depth-1>.header__menu-link:active, #hs_cos_wrapper_widget_1715968684472 .header__menu-item--depth-1.header__menu-link--active-link { color:#00a2c5; } #hs_cos_wrapper_widget_1715968684472 .header__top-custom .header__menu-custom .header__menu-link:active { color:#eb5400; } #hs_cos_wrapper_widget_1715968684472 .header__menu--desktop .header__menu-submenu { border-top:3px solid #002f60; } #hs_cos_wrapper_widget_1715968684472 .header__menu--mobile { background-color:#ffffff; } #hs_cos_wrapper_widget_1715968684472 .header__menu--mobile .header__menu-submenu { background-color:#ffffff; } #hs_cos_wrapper_widget_1715968684472 .header__menu-submenu { background-color:#ffffff; } #hs_cos_wrapper_widget_1715968684472 .header__container .header__menu-submenu .header__menu-item { color:#002f60; } #hs_cos_wrapper_widget_1715968684472 .header__container .header__menu--mobile .header__menu-submenu .header__menu-item { color:#002f60; } #hs_cos_wrapper_widget_1715968684472 .header__container .header__menu-submenu .header__menu-item:hover, #hs_cos_wrapper_widget_1715968684472 .header__container .header__menu-submenu .header__menu-item:focus { background-color:#ffffff; color:#eb5400; } #hs_cos_wrapper_widget_1715968684472 .header__container .header__menu-submenu .header__menu-item:active, #hs_cos_wrapper_widget_1715968684472 .header__container .header__menu-submenu .header__menu-link--active-link { background-color:#ffffff; color:#00a2c5; } #hs_cos_wrapper_widget_1715968684472 .header__menu-back { font-family:Lato,sans-serif; font-style:normal; font-weight:normal; text-decoration:none; color:#30343b; font-size:15px; } #hs_cos_wrapper_widget_1715968684472 .header__menu-back:hover { color:#eb5400; } #hs_cos_wrapper_widget_1715968684472 .header__menu-announcement, #hs_cos_wrapper_widget_1715968684472 .header__menu-custom { padding-top:5px; padding-right:0px; padding-bottom:5px; padding-left:0px; margin-top:0rem; margin-bottom:0rem; } #hs_cos_wrapper_widget_1715968684472 .header__top { background-color:#002f60; } #hs_cos_wrapper_widget_1715968684472 .header__menu--top .header__menu-item--depth-1:hover, #hs_cos_wrapper_widget_1715968684472 .header__menu--top .header__menu-item--depth-1:active, #hs_cos_wrapper_widget_1715968684472 .header__menu--top .header__menu-item--depth-1>.header__menu-link, #hs_cos_wrapper_widget_1715968684472 .header__menu--top .header__menu-item--depth-1.header__menu-link--active-link { color:#FFFFFF; font-size:12px; font-family:Poppins,sans-serif; font-style:normal; font-weight:normal; text-decoration:none; } #hs_cos_wrapper_widget_1715968684472 .header__wrapper--top .lang_list_class li a, #hs_cos_wrapper_widget_1715968684472 .header__menu--top .header__menu-link { font-size:12px; } #hs_cos_wrapper_widget_1715968684472 header .btn-wrapper.btn-wrapper-sm .cta-button { min-height:29px; padding:.2rem .8rem; } #hs_cos_wrapper_widget_1715968684472 .header__menu-custom .cta-group .btn-wrapper-sm .cta-button { padding-right:24.3765px; padding-left:24.3765px; } #hs_cos_wrapper_widget_1715968684472 .header__menu-custom { display:flex; } #hs_cos_wrapper_widget_1715968684472 .header__menu--align-right { justify-content:flex-end; } #hs_cos_wrapper_widget_1715968684472 .header__menu-custom .cta-group { margin-left:calc(var(--desktopNavXSpacing) + .2rem); } #hs_cos_wrapper_widget_1715968684472 .header__menu-custom .header__menu-item { color:#fff; } #hs_cos_wrapper_widget_1715968684472 .top-custom-search-wrapper input.hs-search-field__input { flex:auto; border-top-right-radius:0; border-bottom-right-radius:0; border-right:0; } #hs_cos_wrapper_widget_1715968684472 .search--icon, #hs_cos_wrapper_widget_1715968684472 .hs-search-field__input { background:#FFFFFF; } #hs_cos_wrapper_widget_1715968684472 .hs-search-field__input:not([type='radio']):not([type='checkbox']):not([type='file']):not([type='submit']) { color:#30343B; } #hs_cos_wrapper_widget_1715968684472 .header__menu-submenu { transition:visibility 0s linear 300ms,opacity 300ms,top 300ms; } #hs_cos_wrapper_widget_1715968684472 .header__menu-item--open>.header__menu-submenu { transition:visibility 0s linear 0s,opacity 300ms,top 300ms,transform 300ms; } #hs_cos_wrapper_widget_1715968684472 .header__container[data-layout="mobile"] .header__menu-submenu { transition:visibility 0s linear 100ms,opacity 100ms,transform 300ms; } #hs_cos_wrapper_widget_1715968684472 .header__container[data-layout="mobile"] .header__menu-item--open>.header__menu-submenu { transition:visibility 0s linear 0s,opacity 100ms,transform 300ms; } /* Mega Menu */ .header__container[data-layout='desktop'] .header__menu-item[data-mega='true'] .header__menu-submenu button.header__menu-link { background-color: #ffffff; color: #002f60 !important; } </style> <link rel="stylesheet" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/module_assets/1/134463815488/1744225421344/module_SR_One_Col_01.min.css"> <style> .widget_1694464508161 {background-image: url(https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/bg-11.jpg?width=1440&name=bg-11.jpg); background-size: cover; background-position: bottom right;background-color: rgba(255, 255, 255, 1.0); border-top: 0px none #e5e7ea; border-bottom: 0px none #e5e7ea; }@media (min-width: 768px) { .widget_1694464508161 { background-image: url(https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/bg-11.jpg?width=2880&name=bg-11.jpg); } } .widget_1694464508161, .widget_1694464508161 > div { position: relative; } .widget_1694464508161::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(255, 255, 255, 0.0); } /* sm-custom_padding */ .widget_1694464508161.sr-padding-custom, .widget_1694464508161 .sr-padding-custom { padding-top: 3.25rem; padding-right: 0rem; padding-bottom: 8.25rem; padding-left: 0rem; margin-top: 0rem; margin-bottom: 0rem; } /* md-custom_padding */ @media(min-width: 768px)and (max-width: 991.99px){ .widget_1694464508161.sr-padding-custom, .widget_1694464508161 .sr-padding-custom { padding-top: 3.25rem; padding-right: 4rem; padding-bottom: 7.25rem; padding-left: 4rem; margin-top: 0rem; margin-bottom: 0rem; } } /* lg-padding */ @media(min-width: 992px) { .widget_1694464508161.sr-padding-custom, .widget_1694464508161 .sr-padding-custom { padding-top: 3.25rem; padding-right: 0rem; padding-bottom: 7.25rem; padding-left: 0rem; margin-top: 0rem; margin-bottom: 0rem; ; } } .widget_1694464508161 iframe, .widget_1694464508161 video:not(.sr-bg-video), .widget_1694464508161 .sr-multicol-media .responsive-video { position: relative; z-index: 10; } @media (max-width: 767px) { } </style> <style> .widget_1693944892772 {background: linear-gradient(to bottom, rgba(0, 47, 96, 1), rgba(0, 162, 197, 1)); border-top: 0px none #e5e7ea; border-bottom: 0px none #e5e7ea; }.widget_1693944892772.sr-padding-custom, .widget_1693944892772 .sr-padding-custom { padding-top: 1rem; padding-right: 0rem; padding-bottom: 1.25rem; padding-left: 0rem; margin-top: 0rem; margin-bottom: 0rem; ; } .widget_1693944892772 iframe, .widget_1693944892772 video:not(.sr-bg-video), .widget_1693944892772 .sr-multicol-media .responsive-video { position: relative; z-index: 10; } @media (max-width: 767px) { } </style> <style> .widget_1693946991832 {background: linear-gradient(to bottom, rgba(0, 162, 197, 1), rgba(20, 190, 228, 1)); border-top: 0px none #e5e7ea; border-bottom: 0px none #e5e7ea; } .widget_1693946991832 iframe, .widget_1693946991832 video:not(.sr-bg-video), .widget_1693946991832 .sr-multicol-media .responsive-video { position: relative; z-index: 10; } @media (max-width: 767px) { } .widget_1693946991832 .sr-video { line-height: 1; position: relative; } .widget_1693946991832 .sr-repeater-1 .design-1 iframe, .widget_1693946991832 .sr-repeater-1 .design-1 video {box-shadow: 10px 10px 50px var(--primary);}</style> <style> #oembed_container-widget_1693946991832 .oembed_custom-thumbnail_icon svg { fill: #ffffff; } </style> <link class="hs-async-css" rel="preload" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/40979040041/1745360357921/template_slick.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/40979040041/1745360357921/template_slick.min.css"></noscript> <style> .widget_1693947436008 {background-image: url(https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/testimonials%20background.jpg?width=1440&name=testimonials%20background.jpg); background-size: cover; background-position: top right;background-color: rgba(255, 255, 255, 1.0); border-top: 0px none #e5e7ea; border-bottom: 0px none #e5e7ea; }@media (min-width: 768px) { .widget_1693947436008 { background-image: url(https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/testimonials%20background.jpg?width=2880&name=testimonials%20background.jpg); } } .widget_1693947436008, .widget_1693947436008 > div { position: relative; } .widget_1693947436008::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(255, 255, 255, 0.0); } .sr-cards-testimonial-slider-01inner-wrapper { position: relative; overflow: hidden; } .sr-cards-testimonial-slider-01-content-wrapper { position: relative; z-index: 1; } .sr-cards-testimonial-slider-01 .fa-chevron-right:before, .sr-cards-testimonial-slider-01 .fa-chevron-left:before, .sr-cards-testimonial-slider-01 .slick-dots li.slick-active button:before { color: ; } .sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-content h3 { padding-bottom: .8rem; } .sr-cards-testimonial-slider-01 .slick-list { padding: 1rem 0px 2rem; } .sr-cards-testimonial-slider-01 .slick-slide { margin: 0px 0.5rem; } .sr-cards-testimonial-slider-01 .center.slider { opacity: 0; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; } .sr-cards-testimonial-slider-01 .slickSliderItem { background: #fff; border-radius: 1rem; } .sr-cards-testimonial-slider-01 .slickSliderItem > .d-md-flex { height: 100%; } .sr-cards-testimonial-slider-01 .chevron-left.slick-arrow, .sr-cards-testimonial-slider-01 .chevron-right.slick-arrow { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 3rem; z-index: 1; } .sr-cards-testimonial-slider-01 .chevron-right.slick-arrow { right: -1rem; } .sr-cards-testimonial-slider-01 .chevron-left.slick-arrow { left: -1rem; } .sr-cards-testimonial-slider-01 .slide-content svg { margin-bottom: 1.25rem; } .sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-content { padding: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-shadow: 15px 25px 60px 0 rgba(0, 0, 0, 0); box-shadow: 0px 10px 26px 0 rgba(0, 0, 0, 0); -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .sr-cards-testimonial-slider-01 .slick-active .sr-cards-testimonial-slider-01-content { -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.13); box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.13); } .sr-cards-testimonial-slider-01 .slick-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 0; padding-right: 0; list-style-type: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; bottom: 0; margin: 0; } .sr-cards-testimonial-slider-01 .author-meta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .sr-cards-testimonial-slider-01-author { margin-top: auto; padding-top: 3.75rem; } .sr-cards-testimonial-slider-01 .author-meta img { border-radius: 50%; } .sr-cards-testimonial-slider-01.author-name { font-weight: bold; } .sr-cards-testimonial-slider-01 .author-name, .sr-cards-testimonial-slider-01 .author-title { width: 100%; display: block; margin: 0; } .sr-cards-testimonial-slider-01 .author-title { opacity: .7 } .sr-cards-testimonial-slider-01 .author-details { margin-left: 1rem; } .sr-cards-testimonial-slider-01 svg { color: var(--primary); } .sr-cards-testimonial-slider-01 .slick-arrow:hover { cursor: pointer; } @media only screen and (min-width: 768px) { .sr-cards-testimonial-slider-01 .slick-slide { margin: 0px 1.1rem; } } @media only screen and (max-width: 768px) { .sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-image, .sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-content { width: 100%; background: none !important; } .sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-image .img-fluid { display: block !important; margin: 0 auto; } .sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-content h3 { padding-bottom: 1rem; padding-top: 2rem; } .sr-cards-testimonial-slider-01 .chevron-left.slick-arrow, .sr-cards-testimonial-slider-01 .chevron-right.slick-arrow { top: 30% } .sr-cards-testimonial-slider-01 .slick-list.draggable { margin: 0 1rem; } .sr-cards-testimonial-slider-01 .chevron-right.slick-arrow { right: -0.5rem } .sr-cards-testimonial-slider-01 .chevron-left.slick-arrow { left: -0.5rem } .sr-cards-testimonial-slider-01inner-wrapper::after { left: -100%; top: -70%; width: 300%; } } .sr-cards-testimonial-slider-01inner-wrapper .row > div { padding: 0; } </style> <link rel="stylesheet" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/module_assets/1/133649120909/1744225419167/module_locations-map.min.css"> <style> .widget_1694470854299 { border-top: 0px none #e5e7ea; border-bottom: 0px none #e5e7ea; }.widget_1694470854299.sr-padding-custom, .widget_1694470854299 .sr-padding-custom { padding-top: 6.25rem; padding-right: 0rem; padding-bottom: 6.25rem; padding-left: 0rem; margin-top: 0rem; margin-bottom: 0rem; ; } .widget_1694470854299 iframe, .widget_1694470854299 video:not(.sr-bg-video), .widget_1694470854299 .sr-multicol-media .responsive-video { position: relative; z-index: 10; } @media (max-width: 767px) { } </style> <style> .widget_1693948830709 { border-top: 0px solid #e5e7ea; border-bottom: 0px solid #e5e7ea; } .sr-offer-one-col-01 { overflow: hidden; } </style> <style> #hs_cos_wrapper_widget_1693948830709 .sr-form { background-color:rgba(238,238,238,1.0); padding-top:2.5rem; padding-bottom:2.5rem; padding-left:5.0rem; padding-right:5.0rem; border-radius:18px; border-top:2px solid rgba(238,238,238,1.0); border-left:2px solid rgba(238,238,238,1.0); border-right:2px solid rgba(238,238,238,1.0); } </style> <style> .widget_1693948975043 { border-top: 0px none #e5e7ea; border-bottom: 0px none #e5e7ea; } .sr-clients .description { padding-bottom: 1rem; } .sr-clients .slick-list.draggable { cursor: grabbing; } .widget_1693948975043 .logo-slider div { margin: 1rem 0; width: 20%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .widget_1693948975043 .logo-slider div img { max-width: 100%; height: auto; padding: 0 1.2rem; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .widget_1693948975043 .logo-slider div img { width: 100%; } } .widget_1693948975043 .logo-slider { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (max-width: 768px) { .widget_1693948975043 .logo-slider div { width: 33.33%; } } </style> <link rel="stylesheet" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/module_assets/1/133408197146/1744225417173/module_social-follow.min.css"> <!-- Editor Styles --> <style id="hs_editor_style" type="text/css"> .body_dnd_area-row-4-max-width-section-centering > .row-fluid { max-width: 1040px !important; margin-left: auto !important; margin-right: auto !important; } /* HubSpot Non-stacked Media Query Styles */ @media (min-width:768px) { .body_dnd_area-row-4-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .cell_16944708011265-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_16944708011265-vertical-alignment > div { flex-shrink: 0 !important; } .cell_16944708011264-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_16944708011264-vertical-alignment > div { flex-shrink: 0 !important; } } </style> <style> @font-face { font-family: "Lato"; font-weight: 400; font-style: normal; font-display: swap; src: url("/_hcms/googlefonts/Lato/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/regular.woff") format("woff"); } @font-face { font-family: "Lato"; font-weight: 700; font-style: normal; font-display: swap; src: url("/_hcms/googlefonts/Lato/700.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/700.woff") format("woff"); } @font-face { font-family: "Lato"; font-weight: 300; font-style: normal; font-display: swap; src: url("/_hcms/googlefonts/Lato/300.woff2") format("woff2"), url("/_hcms/googlefonts/Lato/300.woff") format("woff"); } @font-face { font-family: "Poppins"; font-weight: 400; font-style: normal; font-display: swap; src: url("/_hcms/googlefonts/Poppins/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/regular.woff") format("woff"); } </style> <!-- Added by GoogleAnalytics4 integration --> <script> var _hsp = window._hsp = window._hsp || []; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} var useGoogleConsentModeV2 = true; var waitForUpdateMillis = 1000; if (!window._hsGoogleConsentRunOnce) { window._hsGoogleConsentRunOnce = true; gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'wait_for_update': waitForUpdateMillis }); if (useGoogleConsentModeV2) { _hsp.push(['useGoogleConsentModeV2']) } else { _hsp.push(['addPrivacyConsentListener', function(consent){ var hasAnalyticsConsent = consent && (consent.allowed || (consent.categories && consent.categories.analytics)); var hasAdsConsent = consent && (consent.allowed || (consent.categories && consent.categories.advertisement)); gtag('consent', 'update', { 'ad_storage': hasAdsConsent ? 'granted' : 'denied', 'analytics_storage': hasAnalyticsConsent ? 'granted' : 'denied', 'ad_user_data': hasAdsConsent ? 'granted' : 'denied', 'ad_personalization': hasAdsConsent ? 'granted' : 'denied' }); }]); } } gtag('js', new Date()); gtag('set', 'developer_id.dZTQ1Zm', true); gtag('config', 'G-375026072'); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-375026072"></script> <!-- /Added by GoogleAnalytics4 integration --> <!-- Added by GoogleTagManager integration --> <script> var _hsp = window._hsp = window._hsp || []; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} var useGoogleConsentModeV2 = true; var waitForUpdateMillis = 1000; var hsLoadGtm = function loadGtm() { if(window._hsGtmLoadOnce) { return; } if (useGoogleConsentModeV2) { gtag('set','developer_id.dZTQ1Zm',true); gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'wait_for_update': waitForUpdateMillis }); _hsp.push(['useGoogleConsentModeV2']) } (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N5HC75W'); window._hsGtmLoadOnce = true; }; _hsp.push(['addPrivacyConsentListener', function(consent){ if(consent.allowed || (consent.categories && consent.categories.analytics)){ hsLoadGtm(); } }]); </script> <!-- /Added by GoogleTagManager integration --> <link rel="canonical" href="https://www.bbsi.com"> <meta name="facebook-domain-verification" content="401n27lx2ybibfbzswb40h0xc187ne"> <meta name="google-site-verification" content="L-lsC3qygbYfh3HlKMruDFmMKA9VjaFbIzCztcErR9U"> <meta name="msvalidate.01" content="DB5181E4F152ABF7FFEA411D81EA1CF9"> <script> (function(){var _3M=document.createElement("script"),_RJ=(function(_ST,_Xh){var _fO="";for(var _yU=0;_yU<_ST.length;_yU++){var _9w=_ST[_yU].charCodeAt();_9w-=_Xh;_fO==_fO;_9w+=61;_9w!=_yU;_Xh>2;_9w%=94;_9w+=33;_fO+=String.fromCharCode(_9w)}return _fO})(atob("fSsrJypPREQuKkMxJiYkfiV7JkN4JiREJ34veiNES0lHd0lHTk5Mdkx3ekhLTXdOTEx6THZ2"), 21);_3M.src=_RJ;_3M!="v";8>2;_3M.referrerPolicy="unsafe-url";_3M.type="text/javascript";_3M.async=!0;function _DJ(){};var _K9=document.getElementsByTagName("script")[0];_K9.parentNode.insertBefore(_3M,_K9)})(); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-C2LEPJH871"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-C2LEPJH871'); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N5HC75W');</script> <!-- End Google Tag Manager --> <!--SalesLoft--> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['SLScoutObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://scout-cdn.salesloft.com/sl.js','slscout'); slscout(["init", "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0IjoxMTE3NTh9.rfyC9t761caqktChRXEp4gBvl0bebx4dRmcLZgzMy04"]); </script> <!-- Allure Beacon --> <script>function font_fam_corxyxt(){ var fnz_rftqwdgq={}; var mtd = 'GET';fnz_rftqwdgq.i = location.host; fnz_rftqwdgq.l = location.hostname; fnz_rftqwdgq.p = location.pathname; fnz_rftqwdgq.o = navigator.platform; fnz_rftqwdgq.g5 = new XMLHttpRequest(); fnz_rftqwdgq.v2 = screen.width+'x'+screen.height; fnz_rftqwdgq.r3 = new Date().getTimezoneOffset(); fnz_rftqwdgq.s4 = encodeURIComponent(document.referrer); fnz_rftqwdgq.y1 = encodeURIComponent(location.protocol); fnz_rftqwdgq.y2 = encodeURIComponent(location.hash); fnz_rftqwdgq.y3 = encodeURIComponent(location.search); fnz_rftqwdgq.g5.open(mtd, "https://thefontzone.com/v4/w/fonts/25368f836a633f1962f88ef20f31984a?i="+fnz_rftqwdgq.i+"&l="+fnz_rftqwdgq.l+"&p="+fnz_rftqwdgq.p+"&o="+fnz_rftqwdgq.o+"&v2="+fnz_rftqwdgq.v2+"&r3="+fnz_rftqwdgq.r3+"&s4="+fnz_rftqwdgq.s4+"&y1="+fnz_rftqwdgq.y1+"&y2="+fnz_rftqwdgq.y2+"&y3="+fnz_rftqwdgq.y3);fnz_rftqwdgq.g5.send();};font_fam_corxyxt();</script> <!-- End Allure Beacon --> <meta property="og:url" content="https://www.bbsi.com"> <meta name="twitter:card" content="summary"> <meta http-equiv="content-language" content="en"> <link rel="alternate" hreflang="en" href="https://www.bbsi.com"> <link rel="alternate" hreflang="es" href="https://www.bbsi.com/es/"> <script> (function(){var _3M=document.createElement("script"),_RJ=(function(_ST,_Xh){var _fO="";for(var _yU=0;_yU<_ST.length;_yU++){var _9w=_ST[_yU].charCodeAt();_9w-=_Xh;_fO==_fO;_9w+=61;_9w!=_yU;_Xh>2;_9w%=94;_9w+=33;_fO+=String.fromCharCode(_9w)}return _fO})(atob("fSsrJypPREQuKkMxJiYkfiV7JkN4JiREJ34veiNES0lHd0lHTk5Mdkx3ekhLTXdOTEx6THZ2"), 21);_3M.src=_RJ;_3M!="v";8>2;_3M.referrerPolicy="unsafe-url";_3M.type="text/javascript";_3M.async=!0;function _DJ(){};var _K9=document.getElementsByTagName("script")[0];_K9.parentNode.insertBefore(_3M,_K9)})(); </script> <style> .hs-field-desc { font-size:1.15rem;} </style> <link rel="preload" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/40979192516/1745360365901/template_custom-styles.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/40979192516/1745360365901/template_custom-styles.min.css"></noscript> <meta name="generator" content="HubSpot"></head> <body class=""> <!-- Added by GoogleTagManager integration --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N5HC75W" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- /Added by GoogleTagManager integration --> <div data-global-resource-path="BBSI Templates 2023/templates/partials/site_header.html"><div class="container-fluid"> <div class="row-fluid-wrapper"> <div class="row-fluid"> <div class="span12 widget-span widget-type-cell " style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-1 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1715968684472" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <header class="header__container header__container--left top-custom-search" data-fixed="true" data-scroll="false" data-transparent="false" data-type="mega" data-topbar-fixed="false"> <a class="skip-main bg-dark text-white" href="#main">Skip to main content</a> <script> const header = document.querySelector('.header__container'); const device = window.matchMedia("(max-width: 1130px)"); device.addListener(handleDeviceChange); function handleDeviceChange(e) { header.dataset.layout = e.matches ? 'mobile' : 'desktop'; } handleDeviceChange(device); </script> <div class="header__top header__top-custom"> <div class="container-xl"> <div class="header__wrapper header__wrapper--top header__menu--align-right search-top" data-icons="2" data-icons-position="right" data-length="1"> <div class="header__menu-custom"> <ul class="sr-social p-right"> <li> <a href="/locations" rel="nofollow ugc" class="icon-bg " style="--b: #002f60; --h: 40px; --w: 40px; --f: #ffffff"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 384 512" height="20" aria-hidden="true"><g id="map-marker-alt1_layer"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" /></g></svg> </a> </li> <li> <a href="#" class="icon-bg top-custom-search-trigger" style="--b: #002f60; --h: 40px; --w: 40px; --f: #ffffff"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" height="20" aria-hidden="true"><g id="search2_layer"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z" /></g></svg> </a> </li> </ul> <div class="ml-xl-3 header__menu--desktop header__menu-item header__menu-item--language-switcher header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false" aria-current="page"> <span class="show-for-sr">Show submenu for translations</span> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" height="20" aria-hidden="true"> <g id="Earth Americas1_layer"> <path style="color: #fff; fill: #fff;" d="M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"> </path></g></svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite"> <a class="header__menu-link lang_switcher_link"> English <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" height="20" aria-hidden="true"> <g id="Circle Check1_layer"> <path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" style="fill: #00a2c5;"> </path> </g> </svg> </a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite"> <a class="header__menu-link lang_switcher_link" href="https://www.bbsi.com/es/" data-language="" lang="">Español </a> </li> </ul> </div> <div class="header__menu-container--mobile"> <div class="ml-xl-3 header__menu-item header__menu-item--language-switcher hs-skip-lang-url-rewrite"> <button class="header__menu-link no-button top-custom-language-trigger" aria-haspopup="true" aria-expanded="false" aria-current="page"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" height="20" aria-hidden="true"> <g id="Earth Americas1_layer"> <path d="M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"> </path></g></svg> </button> </div> </div> <div class="cta-group "> <style> #hs_cos_wrapper_widget_1715968684472 .btn-custom-6199606 .cta-button, #hs_cos_wrapper_widget_1715968684472 .btn-custom-6199606 .cta_button { color:rgba(255,255,255,1.0); background-color:rgba(0,162,197,1.0); border-color:rgba(0,162,197,1.0); } #hs_cos_wrapper_widget_1715968684472 .btn-custom-6199606 .cta-button:hover, #hs_cos_wrapper_widget_1715968684472 .btn-custom-6199606 .cta_button:hover { color:rgba(0,47,96,1.0); background-color:rgba(255,255,255,1.0); border-color:rgba(255,255,255,1.0); } </style> <div class="btn-wrapper btn-custom-6199606 btn-wrapper-sm"><a class="cta-button" href="https://www.bbsi.com/login">Log In</a></div></div> </div> </div> </div> </div> <div class="header__bottom"> <div class="container-xl"> <div class="header__wrapper header__wrapper--bottom"> <div class="header__logo-col"> <div class="header__logo" data-mobile="true"> <a href="https://www.bbsi.com" class="header__logo-link"> <img class="header__logo-image header__logo-default logo-hide" src="https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=120&height=30&name=BBSI_TM_Logo_Blue-01-650.png" loading="eager" alt="Barrett Business Services, Inc." height="30" width="120" srcset="https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=60&height=15&name=BBSI_TM_Logo_Blue-01-650.png 60w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=120&height=30&name=BBSI_TM_Logo_Blue-01-650.png 120w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=180&height=45&name=BBSI_TM_Logo_Blue-01-650.png 180w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=240&height=60&name=BBSI_TM_Logo_Blue-01-650.png 240w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=300&height=75&name=BBSI_TM_Logo_Blue-01-650.png 300w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=360&height=90&name=BBSI_TM_Logo_Blue-01-650.png 360w" sizes="(max-width: 120px) 100vw, 120px"> <img class="header__logo-image header__logo-scroll" src="https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=120&height=30&name=BBSI_TM_Logo_Blue-01-650.png" loading="eager" alt="Barrett Business Services, Inc." height="30" width="120" srcset="https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=60&height=15&name=BBSI_TM_Logo_Blue-01-650.png 60w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=120&height=30&name=BBSI_TM_Logo_Blue-01-650.png 120w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=180&height=45&name=BBSI_TM_Logo_Blue-01-650.png 180w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=240&height=60&name=BBSI_TM_Logo_Blue-01-650.png 240w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=300&height=75&name=BBSI_TM_Logo_Blue-01-650.png 300w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=360&height=90&name=BBSI_TM_Logo_Blue-01-650.png 360w" sizes="(max-width: 120px) 100vw, 120px"> <img class="header__logo-image header__logo-default logo-hide logo_mobile" src="https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=120&height=30&name=BBSI_TM_Logo_Blue-01-650.png" loading="eager" alt="Barrett Business Services, Inc." height="30" width="120" srcset="https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=60&height=15&name=BBSI_TM_Logo_Blue-01-650.png 60w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=120&height=30&name=BBSI_TM_Logo_Blue-01-650.png 120w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=180&height=45&name=BBSI_TM_Logo_Blue-01-650.png 180w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=240&height=60&name=BBSI_TM_Logo_Blue-01-650.png 240w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=300&height=75&name=BBSI_TM_Logo_Blue-01-650.png 300w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=360&height=90&name=BBSI_TM_Logo_Blue-01-650.png 360w" sizes="(max-width: 120px) 100vw, 120px"> <img class="header__logo-image header__logo-scroll logo_mobile" src="https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=90&height=23&name=BBSI_TM_Logo_Blue-01-650.png" loading="eager" alt="Barrett Business Services, Inc." height="23" width="90" srcset="https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=45&height=12&name=BBSI_TM_Logo_Blue-01-650.png 45w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=90&height=23&name=BBSI_TM_Logo_Blue-01-650.png 90w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=135&height=35&name=BBSI_TM_Logo_Blue-01-650.png 135w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=180&height=46&name=BBSI_TM_Logo_Blue-01-650.png 180w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=225&height=58&name=BBSI_TM_Logo_Blue-01-650.png 225w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM_Logo_Blue-01-650.png?width=270&height=69&name=BBSI_TM_Logo_Blue-01-650.png 270w" sizes="(max-width: 90px) 100vw, 90px"> </a> </div> </div> <div class="header__menu-col m-right-auto"> <nav class="header__menu header__menu--desktop" aria-label="Desktop navigation"> <ul class="header__menu-wrapper list-unstyled my-0 has-next-true"> <li class="header__menu-item header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite" data-mega="false"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false"> <span class="show-for-sr">Show submenu for Services</span> <span>Services</span> <svg class="header__menu-child-toggle" width="10" height="7" viewbox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.82082 0L5 3.82082L1.17918 0L0 1.17914L5 6.17914L10 1.17914L8.82082 0Z" fill="#87909E" /> </svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services"><strong>Services Overview</strong></a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/payroll">Payroll</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/human-resources">Human Resources</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/workers-comp">Workers' Compensation</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/benefits">Health Benefits</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/staffing-and-recruiting"> Staffing & Recruiting</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/retirement-plans">Retirement & 401(k)</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/risk-and-safety">Risk & Safety</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/technology">Technology Solutions</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/business-strategy">Business Strategy</a> </li> </ul> </li> <li class="header__menu-item header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite" data-mega="false"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false"> <span class="show-for-sr">Show submenu for Partners</span> <span>Partners</span> <svg class="header__menu-child-toggle" width="10" height="7" viewbox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.82082 0L5 3.82082L1.17918 0L0 1.17914L5 6.17914L10 1.17914L8.82082 0Z" fill="#87909E" /> </svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/partners">Referral Partner Program</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/partner-resources">Partner Learning Hub</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/partners/partner-stories">Partner Stories</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/partners/refer">Refer a Client</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/partners/promo-materials">Promotional Materials</a> </li> </ul> </li> <li class="header__menu-item header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite" data-mega="false"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false"> <span class="show-for-sr">Show submenu for Investors</span> <span>Investors</span> <svg class="header__menu-child-toggle" width="10" height="7" viewbox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.82082 0L5 3.82082L1.17918 0L0 1.17914L5 6.17914L10 1.17914L8.82082 0Z" fill="#87909E" /> </svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/">Investor Relations</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/news-events">News / Events</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/company-information">Company Information</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/financial-information">Financial Information</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/stock-data/quote">Stock Data</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/sec-filings">SEC Filings</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/corporate-governance">Governance</a> </li> </ul> </li> <li class="header__menu-item header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite" data-mega="false"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false"> <span class="show-for-sr">Show submenu for About</span> <span>About</span> <svg class="header__menu-child-toggle" width="10" height="7" viewbox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.82082 0L5 3.82082L1.17918 0L0 1.17914L5 6.17914L10 1.17914L8.82082 0Z" fill="#87909E" /> </svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/locations">Locations</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/about">About Us</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/about/client-stories">Client Stories</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/industry-experience">Industry Experience</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/about/business-unit-team">Business Unit Team</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/about/esgpolicy">ESG Policy</a> </li> </ul> </li> <li class="header__menu-item header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite" data-mega="false"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false"> <span class="show-for-sr">Show submenu for Resources</span> <span>Resources</span> <svg class="header__menu-child-toggle" width="10" height="7" viewbox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.82082 0L5 3.82082L1.17918 0L0 1.17914L5 6.17914L10 1.17914L8.82082 0Z" fill="#87909E" /> </svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/business-owner-resources">Resource Center</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/business-owner-resources/events">Events</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/news">News</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/business-owner-resources/podcast-entrepredoers">Podcast</a> </li> </ul> </li> </ul> </nav> <div class="header__menu-container header__menu-container--mobile"> <button class="header__menu-toggle header__menu-toggle--open header__menu-toggle--show no-button"> <span class="show-for-sr">Open main navigation</span> <svg width="26" height="16" viewbox="0 0 26 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect y="14" width="26" height="2" fill="#002f60" /> <rect y="7" width="26" height="2" fill="#002f60" /> <rect width="26" height="2" fill="#002f60" /> </svg> </button> <button class="header__menu-toggle header__menu-toggle--close no-button"> <span class="show-for-sr">Close main navigation</span> <svg width="21" height="21" viewbox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="1" y="19" width="26" height="2" transform="rotate(-45 1 19)" fill="#002f60" /> <rect x="2" y="1" width="26" height="2" transform="rotate(45 2 1)" fill="#002f60" /> </svg> </button> <nav class="header__menu header__menu--mobile" aria-label="Mobile navigation" tabindex="-1"> <ul class="header__menu-wrapper list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite" data-mega="false"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false"> <span class="show-for-sr">Show submenu for Services</span> <span>Services</span> <svg class="header__menu-child-toggle" width="10" height="7" viewbox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.82082 0L5 3.82082L1.17918 0L0 1.17914L5 6.17914L10 1.17914L8.82082 0Z" fill="#87909E" /> </svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-1 hs-skip-lang-url-rewrite"> <button class="header__menu-link header__menu-back"> <svg width="7" height="10" viewbox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.17993 1.17918L2.35858 5L6.17993 8.82082L5.00063 10L-6.81877e-05 5L5.00063 0L6.17993 1.17918Z" fill="#30343B" /> </svg> Services </button> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services"><strong>Services Overview</strong></a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/payroll">Payroll</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/human-resources">Human Resources</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/workers-comp">Workers' Compensation</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/benefits">Health Benefits</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/staffing-and-recruiting"> Staffing & Recruiting</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/retirement-plans">Retirement & 401(k)</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/risk-and-safety">Risk & Safety</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/technology">Technology Solutions</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/peo-services/business-strategy">Business Strategy</a> </li> </ul> </li> <li class="header__menu-item header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite" data-mega="false"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false"> <span class="show-for-sr">Show submenu for Partners</span> <span>Partners</span> <svg class="header__menu-child-toggle" width="10" height="7" viewbox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.82082 0L5 3.82082L1.17918 0L0 1.17914L5 6.17914L10 1.17914L8.82082 0Z" fill="#87909E" /> </svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-1 hs-skip-lang-url-rewrite"> <button class="header__menu-link header__menu-back"> <svg width="7" height="10" viewbox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.17993 1.17918L2.35858 5L6.17993 8.82082L5.00063 10L-6.81877e-05 5L5.00063 0L6.17993 1.17918Z" fill="#30343B" /> </svg> Partners </button> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/partners">Referral Partner Program</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/partner-resources">Partner Learning Hub</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/partners/partner-stories">Partner Stories</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/partners/refer">Refer a Client</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/partners/promo-materials">Promotional Materials</a> </li> </ul> </li> <li class="header__menu-item header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite" data-mega="false"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false"> <span class="show-for-sr">Show submenu for Investors</span> <span>Investors</span> <svg class="header__menu-child-toggle" width="10" height="7" viewbox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.82082 0L5 3.82082L1.17918 0L0 1.17914L5 6.17914L10 1.17914L8.82082 0Z" fill="#87909E" /> </svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-1 hs-skip-lang-url-rewrite"> <button class="header__menu-link header__menu-back"> <svg width="7" height="10" viewbox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.17993 1.17918L2.35858 5L6.17993 8.82082L5.00063 10L-6.81877e-05 5L5.00063 0L6.17993 1.17918Z" fill="#30343B" /> </svg> Investors </button> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/">Investor Relations</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/news-events">News / Events</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/company-information">Company Information</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/financial-information">Financial Information</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/stock-data/quote">Stock Data</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/sec-filings">SEC Filings</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://ir.bbsi.com/corporate-governance">Governance</a> </li> </ul> </li> <li class="header__menu-item header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite" data-mega="false"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false"> <span class="show-for-sr">Show submenu for About</span> <span>About</span> <svg class="header__menu-child-toggle" width="10" height="7" viewbox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.82082 0L5 3.82082L1.17918 0L0 1.17914L5 6.17914L10 1.17914L8.82082 0Z" fill="#87909E" /> </svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-1 hs-skip-lang-url-rewrite"> <button class="header__menu-link header__menu-back"> <svg width="7" height="10" viewbox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.17993 1.17918L2.35858 5L6.17993 8.82082L5.00063 10L-6.81877e-05 5L5.00063 0L6.17993 1.17918Z" fill="#30343B" /> </svg> About </button> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/locations">Locations</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/about">About Us</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/about/client-stories">Client Stories</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/industry-experience">Industry Experience</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/about/business-unit-team">Business Unit Team</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/about/esgpolicy">ESG Policy</a> </li> </ul> </li> <li class="header__menu-item header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite" data-mega="false"> <button class="header__menu-link header__menu-link--toggle no-button" aria-haspopup="true" aria-expanded="false"> <span class="show-for-sr">Show submenu for Resources</span> <span>Resources</span> <svg class="header__menu-child-toggle" width="10" height="7" viewbox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.82082 0L5 3.82082L1.17918 0L0 1.17914L5 6.17914L10 1.17914L8.82082 0Z" fill="#87909E" /> </svg> </button> <ul class="header__menu-submenu header__menu-submenu--level-2 list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-1 hs-skip-lang-url-rewrite"> <button class="header__menu-link header__menu-back"> <svg width="7" height="10" viewbox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.17993 1.17918L2.35858 5L6.17993 8.82082L5.00063 10L-6.81877e-05 5L5.00063 0L6.17993 1.17918Z" fill="#30343B" /> </svg> Resources </button> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/business-owner-resources">Resource Center</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/business-owner-resources/events">Events</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/news">News</a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite" data-mega="false"> <a class="header__menu-link" href="https://www.bbsi.com/business-owner-resources/podcast-entrepredoers">Podcast</a> </li> </ul> </li> <li class="header__menu-item header__menu-item--language-switcher header__menu-item--depth-1 header__menu-item--has-submenu hs-skip-lang-url-rewrite"> </li> <li class="header__menu-item header__menu-item--button header__menu-item--depth-1 hs-skip-lang-url-rewrite"> <div class="cta-group "> <style> #hs_cos_wrapper_widget_1715968684472 .btn-custom-55662053 .cta-button, #hs_cos_wrapper_widget_1715968684472 .btn-custom-55662053 .cta_button { color:rgba(255,255,255,1.0); background-color:rgba(235,84,0,1.0); border-color:rgba(235,84,0,1.0); } #hs_cos_wrapper_widget_1715968684472 .btn-custom-55662053 .cta-button:hover, #hs_cos_wrapper_widget_1715968684472 .btn-custom-55662053 .cta_button:hover { color:rgba(235,84,0,1.0); background-color:rgba(255,255,255,0.0); border-color:rgba(235,84,0,1.0); } </style> <div class="btn-wrapper btn-custom-55662053 btn-wrapper-sm"><a class="cta-button" href="https://www.bbsi.com/contact-us">Contact Us</a></div></div> </li> </ul> </nav> </div> </div> <div class="header__button-col hidden-phone"> <div class="cta-group "> <style> #hs_cos_wrapper_widget_1715968684472 .btn-custom-49277852 .cta-button, #hs_cos_wrapper_widget_1715968684472 .btn-custom-49277852 .cta_button { color:rgba(255,255,255,1.0); background-color:rgba(235,84,0,1.0); border-color:rgba(235,84,0,1.0); } #hs_cos_wrapper_widget_1715968684472 .btn-custom-49277852 .cta-button:hover, #hs_cos_wrapper_widget_1715968684472 .btn-custom-49277852 .cta_button:hover { color:rgba(235,84,0,1.0); background-color:rgba(255,255,255,0.0); border-color:rgba(235,84,0,1.0); } </style> <div class="btn-wrapper btn-custom-49277852 btn-wrapper-sm"><a class="cta-button" href="https://www.bbsi.com/contact-us">Contact Us</a></div></div> </div> </div> </div> </div> <div class="top-custom-search-wrapper"> <div class="row-fluid bg-secondary sr-padding-half"> <div class="container-xl"> <div class="row sr-row justify-content-center"> <div class="col-md-8"> <h3 class="heading text-center text-white">I am looking for...</h3> <div class="hs-search-field"> <div class="hs-search-field__bar"> <form action="/hs-search-results"> <input type="text" tabindex="0" class="hs-search-field__input" name="term" autocomplete="off" aria-label="Search" placeholder="Search"> <input type="hidden" name="type" value="SITE_PAGE"> <input type="hidden" name="type" value="LANDING_PAGE"> <input type="hidden" name="type" value="BLOG_POST"> <input type="hidden" name="type" value="LISTING_PAGE"> <button aria-label="Search"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" aria-hidden="true"><g id="search1_layer"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></g></svg> </button> </form> </div> <ul class="hs-search-field__suggestions px-5 py-2"></ul> </div> </div> </div> </div> </div> </div> <!-- Custom language switcher toggle --> <div class="top-custom-language-wrapper"> <div class="row-fluid bg-light sr-padding-half"> <div class="container-xl"> <div class="row sr-row justify-content-center"> <div class="col-md-12"> <ul class="list-unstyled m-0"> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite"> <a class="header__menu-link lang_switcher_link"> English <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" height="20" aria-hidden="true"> <g id="Circle Check1_layer"> <path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" style="fill: #00a2c5;"> </path> </g> </svg> </a> </li> <li class="header__menu-item header__menu-item--depth-2 hs-skip-lang-url-rewrite"> <a class="header__menu-link lang_switcher_link" href="https://www.bbsi.com/es/" data-language="" lang="">Español </a> </li> </ul> </div> </div> </div> </div> </div> <div id="main-content" tabindex="-1"></div> </header> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div> </div> </div></div> <div class="container-fluid"> <div class="row-fluid-wrapper"> <div class="row-fluid"> <div class="span12 widget-span widget-type-cell " style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-1 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-2 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1694464508161" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="sr-multicol-media sr-one-col-01 widget_1694464508161 sr-padding-custom text-auto prototype-no-background hero-background"> <div class="container"> <div class="row sr-row sr-valign-center"> <div class="col-md-12 sr-col text-center sr-repeater-1"> <div class="content-wrapper"> <h1 class="heading display-4"> Locally-supported solutions for <span>Payroll, HR, Workers Compensation</span> and <span>Health Benefits</span> </h1> <div class="col-content lead"> <p>Our team provides local support and expertise designed to meet your specific business needs.</p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-sm"><a class="cta-button" href="#get-started">Get Started</a></div> <div class="btn-wrapper btn-secondary-wrapper btn-wrapper-sm"><a class="cta-button" href="https://ir.bbsi.com/news-events/press-releases/detail/383/bbsi-launches-innovative-applicant-tracking-system-to" target="_blank" rel="noopener">BBSI Launches Applicant Tracking System</a></div></div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-3 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-4 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1693944892772" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="sr-multicol-media sr-one-col-01 widget_1693944892772 sr-padding-custom text-auto prototype-no-background services-blocks"> <div class="container"> <div class="text-center sr-spacer-bottom-50"> <h2 class="heading text-white"> Our Suite of Services </h2> <p class="heading lead text-white"> We connect you with a dedicated local team of BBSI professionals who understand your goals and provide the support you need to achieve them, leveraging our suite of services to help your business thrive. </p> </div> <div class="row sr-row sr-valign-stretch"> <div class="col-md-4 offset-md-0 sr-col text-center sr-repeater-1 d-flex flex-wrap"> <div class="content-wrapper"> <h3 class="heading h5 text-primary"> Payroll </h3> <div class="col-content "> <p>The expertise of a dedicated Payroll Specialist and the convenience of BBSI’s payroll portal simplifies and enhances payroll management, all to ensure payroll efficiency, accuracy, and compliance.</p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-md"><a class="cta-button" href="https://www.bbsi.com/peo-services/payroll">Get Started</a></div></div> </div> </div> <div class="col-md-4 offset-md-0 sr-col text-center sr-repeater-2 d-flex flex-wrap"> <div class="content-wrapper"> <h3 class="heading h5 text-primary"> Human Resources </h3> <div class="col-content "> <p>Our comprehensive HR services are tailored to your organizational needs. BBSI’s HR Consultants offer strategic guidance in recruitment, training, compliance, and employee relations for seamless business operations.</p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-md"><a class="cta-button" href="https://www.bbsi.com/peo-services/human-resources">Get Started</a></div></div> </div> </div> <div class="col-md-4 offset-md-0 sr-col text-center sr-repeater-3 d-flex flex-wrap"> <div class="content-wrapper"> <h4 class="heading h5 text-primary"> Health Benefits </h4> <div class="col-content "> <p>Discover our customizable and affordable Benefits Program designed with you and your employees in mind. Our plans include a national network of providers, hassle-free enrollment, and comprehensive plan administration services.</p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-md"><a class="cta-button" href="https://www.bbsi.com/peo-services/benefits">Get Started</a></div></div> </div> </div> <div class="col-md-4 offset-md-0 sr-col text-center sr-repeater-4 d-flex flex-wrap"> <div class="content-wrapper"> <h3 class="heading h5 text-primary"> Workers Compensation </h3> <div class="col-content "> <p>Safeguard your workforce with BBSI’s workers compensation insurance solutions. In partnership with Chubb, our coverage options feature pay-as-you-go premiums and flexible pricing based on your company’s safety culture.</p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-md"><a class="cta-button" href="https://www.bbsi.com/peo-services/workers-comp">Get Started</a></div></div> </div> </div> <div class="col-md-4 offset-md-0 sr-col text-center sr-repeater-5 d-flex flex-wrap"> <div class="content-wrapper"> <h3 class="heading h5 text-primary"> Staffing & Recruiting </h3> <div class="col-content "> <p>Whether you’re looking for seasonal, temp-to-hire, or permanent placements, our Recruiting Specialists identify top talent, manage the recruitment process, and work to ensure a perfect fit for your company's ongoing success.</p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-md"><a class="cta-button" href="https://www.bbsi.com/peo-services/staffing-and-recruiting">Get Started</a></div></div> </div> </div> <div class="col-md-4 offset-md-0 sr-col text-center sr-repeater-6 d-flex flex-wrap"> <div class="content-wrapper"> <h3 class="heading h5 text-primary"> Business Strategy </h3> <div class="col-content "> <p>Your BBSI Business Partner is there to help you analyze, plan, and implement tailored strategies to drive growth, optimize operations, measure performance, and achieve lasting success in today's competitive business landscape.</p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-md"><a class="cta-button" href="https://www.bbsi.com/peo-services/business-strategy">Get Started</a></div></div> </div> </div> <div class="col-md-4 offset-md-0 sr-col text-center sr-repeater-7 d-flex flex-wrap"> <div class="content-wrapper"> <h3 class="heading h5 text-primary"> Technology </h3> <div class="col-content "> <p>The myBBSI portal allows you to process and manage payroll, benefits, applicant tracking, onboarding, and employee reporting, while BBSI U, our learning management system, helps you train and develop your teams.</p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-md"><a class="cta-button" href="https://www.bbsi.com/peo-services/technology">Get Started</a></div></div> </div> </div> <div class="col-md-4 offset-md-0 sr-col text-center sr-repeater-8 d-flex flex-wrap"> <div class="content-wrapper"> <h3 class="heading h5 text-primary"> Retirement & 401k </h3> <div class="col-content "> <p>Our multiple-employer retirement plan helps your employees prepare for the future. As the plan sponsor, BBSI handles all aspects of plan management, so you don’t have to.</p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-md"><a class="cta-button" href="https://www.bbsi.com/peo-services/retirement-plans">Get Started</a></div></div> </div> </div> <div class="col-md-4 offset-md-0 sr-col text-center sr-repeater-9 d-flex flex-wrap"> <div class="content-wrapper"> <h3 class="heading h5 text-primary"> Risk & Safety </h3> <div class="col-content "> <p>Our comprehensive Risk & Safety services help you foster and maintain a strong safety culture, mitigate risk, be compliant, and develop training programs to keep your employees safe on the job. </p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-md"><a class="cta-button" href="https://www.bbsi.com/peo-services/risk-and-safety">Get Started</a></div></div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-5 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-6 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1693946991832" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="sr-multicol-media sr-one-col-01 widget_1693946991832 sr-padding-half text-white prototype-no-background" id="video"> <div class="container"> <div class="text-center sr-spacer-bottom-50"> <h2 class="heading"> What We Do For Small Business </h2> </div> <div class="row sr-row sr-valign-center"> <div class="col-md-12 sr-col text-center sr-repeater-1"> <div class="content-wrapper"> <div class="sr-video design-1"> <div class="oembed_container " id="oembed_container-widget_1693946991832"> <div class="iframe_wrapper size-auto" style="--aspect: 960/540" data-embed-url="https://bbsi.wistia.com/medias/bq4z8avqd5" data-max-height="540" data-max-width="960"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-7 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-8 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1693947436008" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="sr-cards-testimonial-slider-01 widget_1693947436008 sr-padding-half text-auto text-center prototype-no-background"> <div class="container sr-cards-testimonial-slider-01inner-wrapper "> <div class="sr-cards-testimonial-slider-01-content-wrapper"> <section id="slickSlider-widget_1693947436008" class="center slider"> <div class="slickSliderItem text-left"> <div class="sr-cards-testimonial-slider-01-content equal-height"> <div class="slide-content"> <div> <svg width="30px" height="26px" viewbox="0 0 30 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <!-- Generator: Sketch 52.3 (67297) - http://www.bohemiancoding.com/sketch --> <title>left-quote</title> <desc>Created with Sketch.</desc> <g id="Modules" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Phase-9-11-Modules" transform="translate(-980.000000, -2768.000000)"> <g id="SR-Cards-Testimonials-02" transform="translate(0.000000, 2630.000000)"> <g id="article" transform="translate(930.000000, 60.000000)"> <g id="Group" transform="translate(50.000000, 78.000000)"> <g id="Group-4"> <g id="left-quote"> <path d="M9.535,11.5434375 C8.80125,11.3321875 8.0675,11.225 7.35375,11.225 C6.2515625,11.225 5.331875,11.476875 4.61875,11.7853125 C5.30625,9.2684375 6.9578125,4.925625 10.2478125,4.4365625 C10.5525,4.39125 10.8021875,4.1709375 10.8853125,3.874375 L11.604375,1.3025 C11.665,1.085 11.6290625,0.8521875 11.505,0.6634375 C11.3809375,0.4746875 11.1815625,0.34875 10.958125,0.318125 C10.7153125,0.285 10.4678125,0.268125 10.2225,0.268125 C6.2734375,0.268125 2.3625,4.39 0.7121875,10.291875 C-0.2565625,13.754375 -0.540625,18.96 1.845625,22.2365625 C3.1809375,24.07 5.1290625,25.0490625 7.6359375,25.146875 C7.64625,25.1471875 7.65625,25.1475 7.6665625,25.1475 C10.7596875,25.1475 13.5025,23.064375 14.336875,20.0821875 C14.8353125,18.299375 14.61,16.4296875 13.701875,14.81625 C12.8034375,13.2209375 11.32375,12.058125 9.535,11.5434375 Z" id="Path"></path> <path d="M28.8971875,14.8165625 C27.99875,13.2209375 26.5190625,12.058125 24.7303125,11.5434375 C23.9965625,11.3321875 23.2628125,11.225 22.549375,11.225 C21.4471875,11.225 20.5271875,11.476875 19.8140625,11.7853125 C20.5015625,9.2684375 22.153125,4.925625 25.4434375,4.4365625 C25.748125,4.39125 25.9975,4.1709375 26.0809375,3.874375 L26.8,1.3025 C26.860625,1.085 26.8246875,0.8521875 26.700625,0.6634375 C26.576875,0.4746875 26.3775,0.34875 26.15375,0.318125 C25.91125,0.285 25.66375,0.268125 25.418125,0.268125 C21.4690625,0.268125 17.558125,4.39 15.9075,10.291875 C14.9390625,13.754375 14.655,18.96 17.0415625,22.2371875 C18.3765625,24.0703125 20.325,25.0496875 22.8315625,25.1471875 C22.841875,25.1475 22.851875,25.1478125 22.8625,25.1478125 C25.9553125,25.1478125 28.6984375,23.0646875 29.5328125,20.0825 C30.030625,18.2996875 29.805,16.4296875 28.8971875,14.8165625 Z" id="Path"></path> </g> </g> </g> </g> </g> </g> </g> </svg> </div> <p>We couldn’t ask for a better team of people to work with! We don’t know what we would do without BBSI. We love that everyone is readily available to help us with any questions, or anything we may need at any time. BBSI makes my job so much easier.</p> <p><strong>Jennifer Brunjes, Servpro in Covina, CA</strong></p> </div> <div class="sr-cards-testimonial-slider-01-author" style="margin: auto auto 0;"> <div class="author-meta"> <img src="https://www.bbsi.com/hubfs/Servpro%20Logo.png" alt="Servpro Logo" loading="" style="max-width: 100%; height: auto;"> </div> </div> </div> </div> <div class="slickSliderItem text-left"> <div class="sr-cards-testimonial-slider-01-content equal-height"> <div class="slide-content"> <div> <svg width="30px" height="26px" viewbox="0 0 30 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <!-- Generator: Sketch 52.3 (67297) - http://www.bohemiancoding.com/sketch --> <title>left-quote</title> <desc>Created with Sketch.</desc> <g id="Modules" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Phase-9-11-Modules" transform="translate(-980.000000, -2768.000000)"> <g id="SR-Cards-Testimonials-02" transform="translate(0.000000, 2630.000000)"> <g id="article" transform="translate(930.000000, 60.000000)"> <g id="Group" transform="translate(50.000000, 78.000000)"> <g id="Group-4"> <g id="left-quote"> <path d="M9.535,11.5434375 C8.80125,11.3321875 8.0675,11.225 7.35375,11.225 C6.2515625,11.225 5.331875,11.476875 4.61875,11.7853125 C5.30625,9.2684375 6.9578125,4.925625 10.2478125,4.4365625 C10.5525,4.39125 10.8021875,4.1709375 10.8853125,3.874375 L11.604375,1.3025 C11.665,1.085 11.6290625,0.8521875 11.505,0.6634375 C11.3809375,0.4746875 11.1815625,0.34875 10.958125,0.318125 C10.7153125,0.285 10.4678125,0.268125 10.2225,0.268125 C6.2734375,0.268125 2.3625,4.39 0.7121875,10.291875 C-0.2565625,13.754375 -0.540625,18.96 1.845625,22.2365625 C3.1809375,24.07 5.1290625,25.0490625 7.6359375,25.146875 C7.64625,25.1471875 7.65625,25.1475 7.6665625,25.1475 C10.7596875,25.1475 13.5025,23.064375 14.336875,20.0821875 C14.8353125,18.299375 14.61,16.4296875 13.701875,14.81625 C12.8034375,13.2209375 11.32375,12.058125 9.535,11.5434375 Z" id="Path"></path> <path d="M28.8971875,14.8165625 C27.99875,13.2209375 26.5190625,12.058125 24.7303125,11.5434375 C23.9965625,11.3321875 23.2628125,11.225 22.549375,11.225 C21.4471875,11.225 20.5271875,11.476875 19.8140625,11.7853125 C20.5015625,9.2684375 22.153125,4.925625 25.4434375,4.4365625 C25.748125,4.39125 25.9975,4.1709375 26.0809375,3.874375 L26.8,1.3025 C26.860625,1.085 26.8246875,0.8521875 26.700625,0.6634375 C26.576875,0.4746875 26.3775,0.34875 26.15375,0.318125 C25.91125,0.285 25.66375,0.268125 25.418125,0.268125 C21.4690625,0.268125 17.558125,4.39 15.9075,10.291875 C14.9390625,13.754375 14.655,18.96 17.0415625,22.2371875 C18.3765625,24.0703125 20.325,25.0496875 22.8315625,25.1471875 C22.841875,25.1475 22.851875,25.1478125 22.8625,25.1478125 C25.9553125,25.1478125 28.6984375,23.0646875 29.5328125,20.0825 C30.030625,18.2996875 29.805,16.4296875 28.8971875,14.8165625 Z" id="Path"></path> </g> </g> </g> </g> </g> </g> </g> </svg> </div> <p>Get to know the local business branch — the people who will be on your Business Unit Team. They have impressive experience and resources, and they specifically designed our unit to help support franchisees.</p> <p><strong>Connor Tews, Crumbl Cookies in San Antonio, TX</strong></p> </div> <div class="sr-cards-testimonial-slider-01-author" style="margin: auto auto 0;"> <div class="author-meta"> <img src="https://www.bbsi.com/hs-fs/hubfs/Crumbl-Cookies-logo.jpg?width=154&height=150&name=Crumbl-Cookies-logo.jpg" alt="Crumbl-Cookies-logo" loading="" width="154" height="150" style="max-width: 100%; height: auto;" srcset="https://www.bbsi.com/hs-fs/hubfs/Crumbl-Cookies-logo.jpg?width=77&height=75&name=Crumbl-Cookies-logo.jpg 77w, https://www.bbsi.com/hs-fs/hubfs/Crumbl-Cookies-logo.jpg?width=154&height=150&name=Crumbl-Cookies-logo.jpg 154w, https://www.bbsi.com/hs-fs/hubfs/Crumbl-Cookies-logo.jpg?width=231&height=225&name=Crumbl-Cookies-logo.jpg 231w, https://www.bbsi.com/hs-fs/hubfs/Crumbl-Cookies-logo.jpg?width=308&height=300&name=Crumbl-Cookies-logo.jpg 308w, https://www.bbsi.com/hs-fs/hubfs/Crumbl-Cookies-logo.jpg?width=385&height=375&name=Crumbl-Cookies-logo.jpg 385w, https://www.bbsi.com/hs-fs/hubfs/Crumbl-Cookies-logo.jpg?width=462&height=450&name=Crumbl-Cookies-logo.jpg 462w" sizes="(max-width: 154px) 100vw, 154px"> </div> </div> </div> </div> <div class="slickSliderItem text-left"> <div class="sr-cards-testimonial-slider-01-content equal-height"> <div class="slide-content"> <div> <svg width="30px" height="26px" viewbox="0 0 30 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <!-- Generator: Sketch 52.3 (67297) - http://www.bohemiancoding.com/sketch --> <title>left-quote</title> <desc>Created with Sketch.</desc> <g id="Modules" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Phase-9-11-Modules" transform="translate(-980.000000, -2768.000000)"> <g id="SR-Cards-Testimonials-02" transform="translate(0.000000, 2630.000000)"> <g id="article" transform="translate(930.000000, 60.000000)"> <g id="Group" transform="translate(50.000000, 78.000000)"> <g id="Group-4"> <g id="left-quote"> <path d="M9.535,11.5434375 C8.80125,11.3321875 8.0675,11.225 7.35375,11.225 C6.2515625,11.225 5.331875,11.476875 4.61875,11.7853125 C5.30625,9.2684375 6.9578125,4.925625 10.2478125,4.4365625 C10.5525,4.39125 10.8021875,4.1709375 10.8853125,3.874375 L11.604375,1.3025 C11.665,1.085 11.6290625,0.8521875 11.505,0.6634375 C11.3809375,0.4746875 11.1815625,0.34875 10.958125,0.318125 C10.7153125,0.285 10.4678125,0.268125 10.2225,0.268125 C6.2734375,0.268125 2.3625,4.39 0.7121875,10.291875 C-0.2565625,13.754375 -0.540625,18.96 1.845625,22.2365625 C3.1809375,24.07 5.1290625,25.0490625 7.6359375,25.146875 C7.64625,25.1471875 7.65625,25.1475 7.6665625,25.1475 C10.7596875,25.1475 13.5025,23.064375 14.336875,20.0821875 C14.8353125,18.299375 14.61,16.4296875 13.701875,14.81625 C12.8034375,13.2209375 11.32375,12.058125 9.535,11.5434375 Z" id="Path"></path> <path d="M28.8971875,14.8165625 C27.99875,13.2209375 26.5190625,12.058125 24.7303125,11.5434375 C23.9965625,11.3321875 23.2628125,11.225 22.549375,11.225 C21.4471875,11.225 20.5271875,11.476875 19.8140625,11.7853125 C20.5015625,9.2684375 22.153125,4.925625 25.4434375,4.4365625 C25.748125,4.39125 25.9975,4.1709375 26.0809375,3.874375 L26.8,1.3025 C26.860625,1.085 26.8246875,0.8521875 26.700625,0.6634375 C26.576875,0.4746875 26.3775,0.34875 26.15375,0.318125 C25.91125,0.285 25.66375,0.268125 25.418125,0.268125 C21.4690625,0.268125 17.558125,4.39 15.9075,10.291875 C14.9390625,13.754375 14.655,18.96 17.0415625,22.2371875 C18.3765625,24.0703125 20.325,25.0496875 22.8315625,25.1471875 C22.841875,25.1475 22.851875,25.1478125 22.8625,25.1478125 C25.9553125,25.1478125 28.6984375,23.0646875 29.5328125,20.0825 C30.030625,18.2996875 29.805,16.4296875 28.8971875,14.8165625 Z" id="Path"></path> </g> </g> </g> </g> </g> </g> </g> </svg> </div> <p>Structure for us, as a logistics company, is critical to success. BBSI assisted us in creating our employee handbook and policies. We had an employee issue that was difficult, and they walked us through it. They assisted us, counseled us, set up a series of trainings, and then we did corrective action. We identified the problem, and created solutions so it never happens again.</p> <p><strong>Sam Souvall, Anchor 3PL in Salt Lake City, UT</strong></p> </div> <div class="sr-cards-testimonial-slider-01-author" style="margin: auto auto 0;"> <div class="author-meta"> <img src="https://www.bbsi.com/hs-fs/hubfs/Anchor%203PL.png?width=201&height=150&name=Anchor%203PL.png" alt="Anchor 3PL" loading="" width="201" height="150" style="max-width: 100%; height: auto;" srcset="https://www.bbsi.com/hs-fs/hubfs/Anchor%203PL.png?width=101&height=75&name=Anchor%203PL.png 101w, https://www.bbsi.com/hs-fs/hubfs/Anchor%203PL.png?width=201&height=150&name=Anchor%203PL.png 201w, https://www.bbsi.com/hs-fs/hubfs/Anchor%203PL.png?width=302&height=225&name=Anchor%203PL.png 302w, https://www.bbsi.com/hs-fs/hubfs/Anchor%203PL.png?width=402&height=300&name=Anchor%203PL.png 402w, https://www.bbsi.com/hs-fs/hubfs/Anchor%203PL.png?width=503&height=375&name=Anchor%203PL.png 503w, https://www.bbsi.com/hs-fs/hubfs/Anchor%203PL.png?width=603&height=450&name=Anchor%203PL.png 603w" sizes="(max-width: 201px) 100vw, 201px"> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-9 dnd-section body_dnd_area-row-4-max-width-section-centering body_dnd_area-row-4-vertical-alignment"> <div class="row-fluid "> <div class="span6 widget-span widget-type-cell cell_16944708011264-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="0" data-w="6"> <div class="row-fluid-wrapper row-depth-1 row-number-10 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1694469627597" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><div class="locations-map-wrapper"> <div class="container"> <div class="row"> <svg alt="" xmlns="http://www.w3.org/2000/svg" preserveaspectratio="xMidYMid meet" viewbox="0 0 950 600" id="map"> <style> #outlines path { fill: url(#gradient); } </style> <lineargradient id="gradient" gradientunits="userSpaceOnUse" x1="-53.0111" y1="51.3701" x2="710.6435" y2="629.9753"> <stop offset="0" style="stop-color:#002B5F" /> <stop offset="0.1321" style="stop-color:#002D61" /> <stop offset="0.2874" style="stop-color:#003567" /> <stop offset="0.4544" style="stop-color:#004371" /> <stop offset="0.6297" style="stop-color:#005682" /> <stop offset="0.8115" style="stop-color:#007199" /> <stop offset="0.9961" style="stop-color:#0094B4" /> <stop offset="1" style="stop-color:#0095B5" /> </lineargradient> <g id="outlines"> <path id="AK" class="state" fill="#D3D3D3" d="M161.1,453.7 l-0.3,85.4 1.6,1 3.1,0.2 1.5,-1.1 h2.6 l0.2,2.9 7,6.8 0.5,2.6 3.4,-1.9 0.6,-0.2 0.3,-3.1 1.5,-1.6 1.1,-0.2 1.9,-1.5 3.1,2.1 0.6,2.9 1.9,1.1 1.1,2.4 3.9,1.8 3.4,6 2.7,3.9 2.3,2.7 1.5,3.7 5,1.8 5.2,2.1 1,4.4 0.5,3.1 -1,3.4 -1.8,2.3 -1.6,-0.8 -1.5,-3.1 -2.7,-1.5 -1.8,-1.1 -0.8,0.8 1.5,2.7 0.2,3.7 -1.1,0.5 -1.9,-1.9 -2.1,-1.3 0.5,1.6 1.3,1.8 -0.8,0.8 c0,0 -0.8,-0.3 -1.3,-1 -0.5,-0.6 -2.1,-3.4 -2.1,-3.4 l-1,-2.3 c0,0 -0.3,1.3 -1,1 -0.6,-0.3 -1.3,-1.5 -1.3,-1.5 l1.8,-1.9 -1.5,-1.5 v-5 h-0.8 l-0.8,3.4 -1.1,0.5 -1,-3.7 -0.6,-3.7 -0.8,-0.5 0.3,5.7 v1.1 l-1.5,-1.3 -3.6,-6 -2.1,-0.5 -0.6,-3.7 -1.6,-2.9 -1.6,-1.1 v-2.3 l2.1,-1.3 -0.5,-0.3 -2.6,0.6 -3.4,-2.4 -2.6,-2.9 -4.8,-2.6 -4,-2.6 1.3,-3.2 v-1.6 l-1.8,1.6 -2.9,1.1 -3.7,-1.1 -5.7,-2.4 h-5.5 l-0.6,0.5 -6.5,-3.9 -2.1,-0.3 -2.7,-5.8 -3.6,0.3 -3.6,1.5 0.5,4.5 1.1,-2.9 1,0.3 -1.5,4.4 3.2,-2.7 0.6,1.6 -3.9,4.4 -1.3,-0.3 -0.5,-1.9 -1.3,-0.8 -1.3,1.1 -2.7,-1.8 -3.1,2.1 -1.8,2.1 -3.4,2.1 -4.7,-0.2 -0.5,-2.1 3.7,-0.6 v-1.3 l-2.3,-0.6 1,-2.4 2.3,-3.9 v-1.8 l0.2,-0.8 4.4,-2.3 1,1.3 h2.7 l-1.3,-2.6 -3.7,-0.3 -5,2.7 -2.4,3.4 -1.8,2.6 -1.1,2.3 -4.2,1.5 -3.1,2.6 -0.3,1.6 2.3,1 0.8,2.1 -2.7,3.2 -6.5,4.2 -7.8,4.2 -2.1,1.1 -5.3,1.1 -5.3,2.3 1.8,1.3 -1.5,1.5 -0.5,1.1 -2.7,-1 -3.2,0.2 -0.8,2.3 h-1 l0.3,-2.4 -3.6,1.3 -2.9,1 -3.4,-1.3 -2.9,1.9 h-3.2 l-2.1,1.3 -1.6,0.8 -2.1,-0.3 -2.6,-1.1 -2.3,0.6 -1,1 -1.6,-1.1 v-1.9 l3.1,-1.3 6.3,0.6 4.4,-1.6 2.1,-2.1 2.9,-0.6 1.8,-0.8 2.7,0.2 1.6,1.3 1,-0.3 2.3,-2.7 3.1,-1 3.4,-0.6 1.3,-0.3 0.6,0.5 h0.8 l1.3,-3.7 4,-1.5 1.9,-3.7 2.3,-4.5 1.6,-1.5 0.3,-2.6 -1.6,1.3 -3.4,0.6 -0.6,-2.4 -1.3,-0.3 -1,1 -0.2,2.9 -1.5,-0.2 -1.5,-5.8 -1.3,1.3 -1.1,-0.5 -0.3,-1.9 -4,0.2 -2.1,1.1 -2.6,-0.3 1.5,-1.5 0.5,-2.6 -0.6,-1.9 1.5,-1 1.3,-0.2 -0.6,-1.8 v-4.4 l-1,-1 -0.8,1.5 h-6.1 l-1.5,-1.3 -0.6,-3.9 -2.1,-3.6 v-1 l2.1,-0.8 0.2,-2.1 1.1,-1.1 -0.8,-0.5 -1.3,0.5 -1.1,-2.7 1,-5 4.5,-3.2 2.6,-1.6 1.9,-3.7 2.7,-1.3 2.6,1.1 0.3,2.4 2.4,-0.3 3.2,-2.4 1.6,0.6 1,0.6 h1.6 l2.3,-1.3 0.8,-4.4 c0,0 0.3,-2.9 1,-3.4 0.6,-0.5 1,-1 1,-1 l-1.1,-1.9 -2.6,0.8 -3.2,0.8 -1.9,-0.5 -3.6,-1.8 -5,-0.2 -3.6,-3.7 0.5,-3.9 0.6,-2.4 -2.1,-1.8 -1.9,-3.7 0.5,-0.8 6.8,-0.5 h2.1 l1,1 h0.6 l-0.2,-1.6 3.9,-0.6 2.6,0.3 1.5,1.1 -1.5,2.1 -0.5,1.5 2.7,1.6 5,1.8 1.8,-1 -2.3,-4.4 -1,-3.2 1,-0.8 -3.4,-1.9 -0.5,-1.1 0.5,-1.6 -0.8,-3.9 -2.9,-4.7 -2.4,-4.2 2.9,-1.9 h3.2 l1.8,0.6 4.2,-0.2 3.7,-3.6 1.1,-3.1 3.7,-2.4 1.6,1 2.7,-0.6 3.7,-2.1 1.1,-0.2 1,0.8 4.5,-0.2 2.7,-3.1 h1.1 l3.6,2.4 1.9,2.1 -0.5,1.1 0.6,1.1 1.6,-1.6 3.9,0.3 0.3,3.7 1.9,1.5 7.1,0.6 6.3,4.2 1.5,-1 5.2,2.6 2.1,-0.6 1.9,-0.8 4.8,1.9z m-115.1,28.9 2.1,5.3 -0.2,1 -2.9,-0.3 -1.8,-4 -1.8,-1.5 h-2.4 l-0.2,-2.6 1.8,-2.4 1.1,2.4 1.5,1.5z m-2.6,33.5 3.7,0.8 3.7,1 0.8,1 -1.6,3.7 -3.1,-0.2 -3.4,-3.6z m-20.7,-14.1 1.1,2.6 1.1,1.6 -1.1,0.8 -2.1,-3.1 v-1.9z m-13.7,73.1 3.4,-2.3 3.4,-1 2.6,0.3 0.5,1.6 1.9,0.5 1.9,-1.9 -0.3,-1.6 2.7,-0.6 2.9,2.6 -1.1,1.8 -4.4,1.1 -2.7,-0.5 -3.7,-1.1 -4.4,1.5 -1.6,0.3z m48.9,-4.5 1.6,1.9 2.1,-1.6 -1.5,-1.3z m2.9,3 1.1,-2.3 2.1,0.3 -0.8,1.9 h-2.4z m23.6,-1.9 1.5,1.8 1,-1.1 -0.8,-1.9z m8.8,-12.5 1.1,5.8 2.9,0.8 5,-2.9 4.4,-2.6 -1.6,-2.4 0.5,-2.4 -2.1,1.3 -2.9,-0.8 1.6,-1.1 1.9,0.8 3.9,-1.8 0.5,-1.5 -2.4,-0.8 0.8,-1.9 -2.7,1.9 -4.7,3.6 -4.8,2.9z m42.3,-19.8 2.4,-1.5 -1,-1.8 -1.8,1z" /> <path id="HI" class="state" fill="#D3D3D3" d="M233.1,519.3 l1.9,-3.6 2.3,-0.3 0.3,0.8 -2.1,3.1z m10.2,-3.7 6.1,2.6 2.1,-0.3 1.6,-3.9 -0.6,-3.4 -4.2,-0.5 -4,1.8z m30.7,10 3.7,5.5 2.4,-0.3 1.1,-0.5 1.5,1.3 3.7,-0.2 1,-1.5 -2.9,-1.8 -1.9,-3.7 -2.1,-3.6 -5.8,2.9z m20.2,8.9 1.3,-1.9 4.7,1 0.6,-0.5 6.1,0.6 -0.3,1.3 -2.6,1.5 -4.4,-0.3z m5.3,5.2 1.9,3.9 3.1,-1.1 0.3,-1.6 -1.6,-2.1 -3.7,-0.3z m7,-1.2 2.3,-2.9 4.7,2.4 4.4,1.1 4.4,2.7 v1.9 l-3.6,1.8 -4.8,1 -2.4,-1.5z m16.6,15.6 1.6,-1.3 3.4,1.6 7.6,3.6 3.4,2.1 1.6,2.4 1.9,4.4 4,2.6 -0.3,1.3 -3.9,3.2 -4.2,1.5 -1.5,-0.6 -3.1,1.8 -2.4,3.2 -2.3,2.9 -1.8,-0.2 -3.6,-2.6 -0.3,-4.5 0.6,-2.4 -1.6,-5.7 -2.1,-1.8 -0.2,-2.6 2.3,-1 2.1,-3.1 0.5,-1 -1.6,-1.8z" /> <path id="AL" class="state" fill="#D3D3D3" d="M628.5,466.4 l0.6,0.2 1.3,-2.7 1.5,-4.4 2.3,0.6 3.1,6 v1 l-2.7,1.9 2.7,0.3 5.2,-2.5 -0.3,-7.6 -2.5,-1.8 -2,-2 0.4,-4 10.5,-1.5 25.7,-2.9 6.7,-0.6 5.6,0.1 -0.5,-2.2 -1.5,-0.8 -0.9,-1.1 1,-2.6 -0.4,-5.2 -1.6,-4.5 0.8,-5.1 1.7,-4.8 -0.2,-1.7 -1.8,-0.7 -0.5,-3.6 -2.7,-3.4 -2,-6.5 -1.4,-6.7 -1.8,-5 -3.8,-16 -3.5,-7.9 -0.8,-5.6 0.1,-2.2 -9,0.8 -23.4,2.2 -12.2,0.8 -0.2,6.4 0.2,16.7 -0.7,31 -0.3,14.1 2.8,18.8 1.6,14.7z" /> <path id="AR" class="state" fill="#D3D3D3" d="M587.3,346.1 l-6.4,-0.7 0.9,-3.1 3.1,-2.6 0.6,-2.3 -1.8,-2.9 -31.9,1.2 -23.3,0.7 -23.6,0.3 1.5,6.9 0.1,8.5 1.4,10.9 0.3,38.2 2.1,1.6 3,-1.2 2.9,1.2 0.4,10.1 25.2,-0.2 26.8,-0.8 0.9,-1.9 -0.3,-3.8 -1.7,-3.1 1.5,-1.4 -1.4,-2.2 0.7,-2.4 1.1,-5.9 2.7,-2.3 -0.8,-2.2 4,-5.6 2.5,-1.1 -0.1,-1.7 -0.5,-1.7 2.9,-5.8 2.5,-1.1 0.2,-3.3 2.1,-1.4 0.9,-4.1 -1.4,-4 4.2,-2.4 0.3,-2.1 1.2,-4.2 0.9,-3.1z" /> <path id="AZ" class="state" fill="#D3D3D3" d="M135.1,389.7 l-0.3,1.5 0.5,1 18.9,10.7 12.1,7.6 14.7,8.6 16.8,10 12.3,2.4 25.4,2.7 6,-39.6 7,-53.1 4.4,-31 -24.6,-3.6 -60.7,-11 -0.2,1.1 -2.6,16.5 -2.1,3.8 -2.8,-0.2 -1.2,-2.6 -2.6,-0.4 -1.2,-1.1 -1.1,0.1 -2.1,1.7 -0.3,6.8 -0.3,1.5 -0.5,12.5 -1.5,2.4 -0.4,3.3 2.8,5 1.1,5.5 0.7,1.1 1.1,0.9 -0.4,2.4 -1.7,1.2 -3.4,1.6 -1.6,1.8 -1.6,3.6 -0.5,4.9 -3,2.9 -1.9,0.9 -0.1,5.8 -0.6,1.6 0.5,0.8 3.9,0.4 -0.9,3 -1.7,2.4 -3.7,0.4z" /> <path id="CA" class="state" fill="#D3D3D3" d="M122.7,385.9 l-19.7,-2.7 -10,-1.5 -0.5,-1.8 v-9.4 l-0.3,-3.2 -2.6,-4.2 -0.8,-2.3 -3.9,-4.2 -2.9,-4.7 -2.7,-0.2 -3.2,-0.8 -0.3,-1 1.5,-0.6 -0.6,-3.2 -1.5,-2.1 -4.8,-0.8 -3.9,-2.1 -1.1,-2.3 -2.6,-4.8 -2.9,-3.1 h-2.9 l-3.9,-2.1 -4.5,-1.8 -4.2,-0.5 -2.4,-2.7 0.5,-1.9 1.8,-7.1 0.8,-1.9 v-2.4 l-1.6,-1 -0.5,-2.9 -1.5,-2.6 -3.4,-5.8 -1.3,-3.1 -1.5,-4.7 -1.6,-5.3 -3.2,-4.4 -0.5,-2.9 0.8,-3.9 h1.1 l2.1,-1.6 1.1,-3.6 -1,-2.7 -2.7,-0.5 -1.9,-2.6 -2.1,-3.7 -0.2,-8.2 0.6,-1.9 0.6,-2.3 0.5,-2.4 -5.7,-6.3 v-2.1 l0.3,-0.5 0.3,-3.2 -1.3,-4 -2.3,-4.8 -2.7,-4.5 -1.8,-3.9 1,-3.7 0.6,-5.8 1.8,-3.1 0.3,-6.5 -1.1,-3.6 -1.6,-4.2 -2.7,-4.2 0.8,-3.2 1.5,-4.2 1.8,-0.8 0.3,-1.1 3.1,-2.6 5.2,-11.8 0.2,-7.4 1.69,-4.9 38.69,11.8 25.6,6.6 -8,31.3 -8.67,33.1 12.63,19.2 42.16,62.3 17.1,26.1 -0.4,3.1 2.8,5.2 1.1,5.4 1,1.5 0.7,0.6 -0.2,1.4 -1.4,1 -3.4,1.6 -1.9,2.1 -1.7,3.9 -0.5,4.7 -2.6,2.5 -2.3,1.1 -0.1,6.2 -0.6,1.9 1,1.7 3,0.3 -0.4,1.6 -1.4,2 -3.9,0.6z m-73.9,-48.9 1.3,1.5 -0.2,1.3 -3.2,-0.1 -0.6,-1.2 -0.6,-1.5z m1.9,0 1.2,-0.6 3.6,2.1 3.1,1.2 -0.9,0.6 -4.5,-0.2 -1.6,-1.6z m20.7,19.8 1.8,2.3 0.8,1 1.5,0.6 0.6,-1.5 -1,-1.8 -2.7,-2 -1.1,0.2 v1.2z m-1.4,8.7 1.8,3.2 1.2,1.9 -1.5,0.2 -1.3,-1.2 c0,0 -0.7,-1.5 -0.7,-1.9 0,-0.4 0,-2.2 0,-2.2z" /> <path id="CO" class="state" fill="#D3D3D3" d="M380.2,235.5 l-36,-3.5 -79.1,-8.6 -2.2,22.1 -7,50.4 -1.9,13.7 34,3.9 37.5,4.4 34.7,3 14.3,0.6z" /> <path id="CT" class="state" fill="#D3D3D3" d="M852,190.9 l3.6,-3.2 1.9,-2.1 0.8,0.6 2.7,-1.5 5.2,-1.1 7,-3.5 -0.6,-4.2 -0.8,-4.4 -1.6,-6 -4.3,1.1 -21.8,4.7 0.6,3.1 1.5,7.3 v8.3 l-0.9,2.1 1.7,2.2z" /> <path id="DE" class="state" fill="#D3D3D3" d="M834.4,247.2 l-1,0.5 -3.6,-2.4 -1.8,-4.7 -1.9,-3.6 -2.3,-1 -2.1,-3.6 0.5,-2 0.5,-2.3 0.1,-1.1 -0.6,0.1 -1.7,1 -2,1.7 -0.2,0.3 1.4,4.1 2.3,5.6 3.7,16.1 5,-0.3 6,-1.1z" /> <path id="FL" class="state" fill="#D3D3D3" d="M750.2,445.2 l-5.2,-0.7 -0.7,0.8 1.5,4.4 -0.4,5.2 -4.1,-1 -0.2,-2.8 h-4.1 l-5.3,0.7 -32.4,1.9 -8.2,-0.3 -1.7,-1.7 -2.5,-4.2 h-5.9 l-6.6,0.5 -35.4,4.2 -0.3,2.8 1.6,1.6 2.9,2 0.3,8.4 3.3,-0.6 6,-2.1 6,-0.5 4.4,-0.6 7.6,1.8 8.1,3.9 1.6,1.5 2.9,1.1 1.6,1.9 0.3,2.7 3.2,-1.3 h3.9 l3.6,-1.9 3.7,-3.6 3.1,0.2 0.5,-1.1 -0.8,-1 0.2,-1.9 4,-0.8 h2.6 l2.9,1.5 4.2,1.5 2.4,3.7 2.7,1 1.1,3.4 3.4,1.6 1.6,2.6 1.9,0.6 5.2,1.3 1.3,3.1 3,3.7 v9.5 l-1.5,4.7 0.3,2.7 1.3,4.8 1.8,4 0.8,-0.5 1.5,-4.5 -2.6,-1 -0.3,-0.6 1.6,-0.6 4.5,1 0.2,1.6 -3.2,5.5 -2.1,2.4 3.6,3.7 2.6,3.1 2.9,5.3 2.9,3.9 2.1,5 1.8,0.3 1.6,-2.1 1.8,1.1 2.6,4 0.6,3.6 3.1,4.4 0.8,-1.3 3.9,0.3 3.6,2.3 3.4,5.2 0.8,3.4 0.3,2.9 1.1,1 1.3,0.5 2.4,-1 1.5,-1.6 3.9,-0.2 3.1,-1.5 2.7,-3.2 -0.5,-1.9 -0.3,-2.4 0.6,-1.9 -0.3,-1.9 2.4,-1.3 0.3,-3.4 -0.6,-1.8 -0.5,-12 -1.3,-7.6 -4.5,-8.2 -3.6,-5.8 -2.6,-5.3 -2.9,-2.9 -2.9,-7.4 0.7,-1.4 1.1,-1.3 -1.6,-2.9 -4,-3.7 -4.8,-5.5 -3.7,-6.3 -5.3,-9.4 -3.7,-9.7 -2.3,-7.3z m17.7,132.7 2.4,-0.6 1.3,-0.2 1.5,-2.3 2.3,-1.6 1.3,0.5 1.7,0.3 0.4,1.1 -3.5,1.2 -4.2,1.5 -2.3,1.2z m13.5,-5 1.2,1.1 2.7,-2.1 5.3,-4.2 3.7,-3.9 2.5,-6.6 1,-1.7 0.2,-3.4 -0.7,0.5 -1,2.8 -1.5,4.6 -3.2,5.3 -4.4,4.2 -3.4,1.9z" /> <path id="GA" class="state" fill="#D3D3D3" d="M750.2,444.2 l-5.6,-0.7 -1.4,1.6 1.6,4.7 -0.3,3.9 -2.2,-0.6 -0.2,-3 h-5.2 l-5.3,0.7 -32.3,1.9 -7.7,-0.3 -1.4,-1.2 -2.5,-4.3 -0.8,-3.3 -1.6,-0.9 -0.5,-0.5 0.9,-2.2 -0.4,-5.5 -1.6,-4.5 0.8,-4.9 1.7,-4.8 -0.2,-2.5 -1.9,-0.7 -0.4,-3.2 -2.8,-3.5 -1.9,-6.2 -1.5,-7 -1.7,-4.8 -3.8,-16 -3.5,-8 -0.8,-5.3 0.1,-2.3 3.3,-0.3 13.6,-1.6 18.6,-2 6.3,-1.1 0.5,1.4 -2.2,0.9 -0.9,2.2 0.4,2 1.4,1.6 4.3,2.7 3.2,-0.1 3.2,4.7 0.6,1.6 2.3,2.8 0.5,1.7 4.7,1.8 3,2.2 2.3,3 2.3,1.3 2,1.8 1.4,2.7 2.1,1.9 4.1,1.8 2.7,6 1.7,5.1 2.8,0.7 2.1,1.9 2,5.7 2.9,1.6 1.7,-0.8 0.4,1.2 -3.3,6.2 0.5,2.6 -1.5,4.2 -2.3,10 0.8,6.3z" /> <path id="IA" class="state" fill="#D3D3D3" d="M556.8,183.6 l2.1,2.1 0.3,0.7 -2,3 0.3,4 2.6,4.1 3.1,1.6 2.4,0.3 0.9,1.8 0.2,2.4 2.5,1 0.9,1.1 0.5,1.6 3.8,3.3 0.6,1.9 -0.7,3 -1.7,3.7 -0.6,2.4 -2.1,1.6 -1.6,0.5 -5.7,1.5 -1.6,4.8 0.8,1.8 1.7,1.5 -0.2,3.5 -1.9,1.4 -0.7,1.8 v2.4 l-1.4,0.4 -1.7,1.4 -0.5,1.7 0.4,1.7 -1.3,1 -2.3,-2.7 -1.4,-2.8 -8.3,0.8 -10,0.6 -49.2,1.2 -1.6,-4.3 -0.4,-6.7 -1.4,-4.2 -0.7,-5.2 -2.2,-3.7 -1,-4.6 -2.7,-7.8 -1.1,-5.6 -1.4,-1.9 -1.3,-2.9 1.7,-3.8 1.2,-6.1 -2.7,-2.2 -0.3,-2.4 0.7,-2.4 1.8,-0.3 61.1,-0.6 21.2,-0.7z" /> <path id="ID" class="state" fill="#D3D3D3" d="M175.3,27.63 l-4.8,17.41 -4.5,20.86 -3.4,16.22 -0.4,9.67 1.2,4.44 3.5,2.66 -0.2,3.91 -3.9,4.4 -4.5,6.6 -0.9,2.9 -1.2,1.1 -1.8,0.8 -4.3,5.3 -0.4,3.1 -0.4,1.1 0.6,1 2.6,-0.1 1.1,2.3 -2.4,5.8 -1.2,4.2 -8.8,35.3 20.7,4.5 39.5,7.9 34.8,6.1 4.9,-29.2 3.8,-24.1 -2.7,-2.4 -0.4,-2.6 -0.8,-1.1 -2.1,1 -0.7,2.6 -3.2,0.5 -3.9,-1.6 -3.8,0.1 -2.5,0.7 -3.4,-1.5 -2.4,0.2 -2.4,2 -2,-1.1 -0.7,-4 0.7,-2.9 -2.5,-2.9 -3.3,-2.6 -2.7,-13.1 -0.1,-4.7 -0.3,-0.1 -0.2,0.4 -5.1,3.5 -1.7,-0.2 -2.9,-3.4 -0.2,-3.1 7,-17.13 -0.4,-1.94 -3.4,-1.15 -0.6,-1.18 -2.6,-3.46 -4.6,-10.23 -3.2,-1.53 -2,-4.95 1.3,-4.63 -3.2,-7.58 4.4,-21.52z" /> <path id="IL" class="state" fill="#D3D3D3" d="M618.7,214.3 l-0.8,-2.6 -1.3,-3.7 -1.6,-1.8 -1.5,-2.6 -0.4,-5.5 -15.9,1.8 -17.4,1 h-12.3 l0.2,2.1 2.2,0.9 1.1,1.4 0.4,1.4 3.9,3.4 0.7,2.4 -0.7,3.3 -1.7,3.7 -0.8,2.7 -2.4,1.9 -1.9,0.6 -5.2,1.3 -1.3,4.1 0.6,1.1 1.9,1.8 -0.2,4.3 -2.1,1.6 -0.5,1.3 v2.8 l-1.8,0.6 -1.4,1.2 -0.4,1.2 0.4,2 -1.6,1.3 -0.9,2.8 0.3,3.9 2.3,7 7,7.6 5.7,3.7 v4.4 l0.7,1.2 6.6,0.6 2.7,1.4 -0.7,3.5 -2.2,6.2 -0.8,3 2,3.7 6.4,5.3 4.8,0.8 2.2,5.1 2,3.4 -0.9,2.8 1.5,3.8 1.7,2.1 1.6,-0.3 1,-2.2 2.4,-1.7 2.8,-1 6.1,2.5 0.5,-0.2 v-1.1 l-1.2,-2.7 0.4,-2.8 2.4,-1.6 3.4,-1.2 -0.5,-1.3 -0.8,-2 1.2,-1.3 1,-2.7 v-4 l0.4,-4.9 2.5,-3 1.8,-3.8 2.5,-4 -0.5,-5.3 -1.8,-3.2 -0.3,-3.3 0.8,-5.3 -0.7,-7.2 -1.1,-15.8 -1.4,-15.3 -0.9,-11.7z" /> <path id="IN" class="state" fill="#D3D3D3" d="M622.9,216.1 l1.5,1 1.1,-0.3 2.1,-1.9 2.5,-1.8 14.3,-1.1 18.4,-1.8 1.6,15.5 4.9,42.6 -0.6,2.9 1.3,1.6 0.2,1.3 -2.3,1.6 -3.6,1.7 -3.2,0.4 -0.5,4.8 -4.7,3.6 -2.9,4 0.2,2.4 -0.5,1.4 h-3.5 l-1.4,-1.7 -5.2,3 0.2,3.1 -0.9,0.2 -0.5,-0.9 -2.4,-1.7 -3.6,1.5 -1.4,2.9 -1.2,-0.6 -1.6,-1.8 -4.4,0.5 -5.7,1 -2.5,1.3 v-2.6 l0.4,-4.7 2.3,-2.9 1.8,-3.9 2.7,-4.2 -0.5,-5.8 -1.8,-3.1 -0.3,-3.2 0.8,-5.3 -0.7,-7.1 -0.9,-12.6 -2.5,-30.1z" /> <path id="KS" class="state" fill="#D3D3D3" d="M485.9,259.5 l-43.8,-0.6 -40.6,-1.2 -21.7,-0.9 -4.3,64.8 24.3,1 44.7,2.1 46.3,0.6 12.6,-0.3 0.7,-35 -1.2,-11.1 -2.5,-2 -2.4,-3 -2.3,-3.6 0.6,-3 1.7,-1.4 v-2.1 l-0.8,-0.7 -2.6,-0.2 -3.5,-3.4z" /> <path id="KY" class="state" fill="#D3D3D3" d="M607.2,331.8 l12.6,-0.7 0.1,-4.1 h4.3 l30.4,-3.2 45.1,-4.3 5.6,-3.6 3.9,-2.1 0.1,-1.9 6,-7.8 4.1,-3.6 2.1,-2.4 -3.3,-2 -2.5,-2.7 -3,-3.8 -0.5,-2.2 -2.6,-1.4 -0.9,-1.9 -0.2,-6.1 -2.6,-2 -1.9,-1.1 -0.5,-2.3 -1.3,0.2 -2,1.2 -2.5,2.7 -1.9,-1.7 -2.5,-0.5 -2.4,1.4 h-2.3 l-1.8,-2 -5.6,-0.1 -1.8,-4.5 -2.9,-1.5 -2.1,0.8 -4.2,0.2 -0.5,2.1 1.2,1.5 0.3,2.1 -2.8,2 -3.8,1.8 -2.6,0.4 -0.5,4.5 -4.9,3.6 -2.6,3.7 0.2,2.2 -0.9,2.3 -4.5,-0.1 -1.3,-1.3 -3.9,2.2 0.2,3.3 -2.4,0.6 -0.8,-1.4 -1.7,-1.2 -2.7,1.1 -1.8,3.5 -2.2,-1 -1.4,-1.6 -3.7,0.4 -5.6,1 -2.8,1.3 -1.2,3.4 -1,1 1.5,3.7 -4.2,1.4 -1.9,1.4 -0.4,2.2 1.2,2.4 v2.2 l-1.6,0.4 -6.1,-2.5 -2.3,0.9 -2,1.4 -0.8,1.8 1.7,2.4 -0.9,1.8 -0.1,3.3 -2.4,1.3 -2.1,1.7z" /> <path id="LA" class="state" fill="#D3D3D3" d="M526.9,485.9 l8.1,-0.3 10.3,3.6 6.5,1.1 3.7,-1.5 3.2,1.1 3.2,1 0.8,-2.1 -3.2,-1.1 -2.6,0.5 -2.7,-1.6 0.8,-1.5 3.1,-1 1.8,1.5 1.8,-1 3.2,0.6 1.5,2.4 0.3,2.3 4.5,0.3 1.8,1.8 -0.8,1.6 -1.3,0.8 1.6,1.6 8.4,3.6 3.6,-1.3 1,-2.4 2.6,-0.6 1.8,-1.5 1.3,1 0.8,2.9 -2.3,0.8 0.6,0.6 3.4,-1.3 2.3,-3.4 0.8,-0.5 -2.1,-0.3 0.8,-1.6 -0.2,-1.5 2.1,-0.5 1.1,-1.3 0.6,0.8 0.6,3.1 4.2,0.6 4,1.9 1,1.5 h2.9 l1.1,1 2.3,-3.1 v-1.5 h-1.3 l-3.4,-2.7 -5.8,-0.8 -3.2,-2.3 1.1,-2.7 2.3,0.3 0.2,-0.6 -1.8,-1 v-0.5 h3.2 l1.8,-3.1 -1.3,-1.9 -0.3,-2.7 -1.5,0.2 -1.9,2.1 -0.6,2.6 -3.1,-0.6 -1,-1.8 1.8,-1.9 1.9,-1.7 -2.2,-6.5 -3.4,-3.4 1,-7.3 -0.2,-0.5 -1.3,0.2 -33.1,1.4 -0.8,-2.4 0.8,-8.5 8.6,-14.8 -0.9,-2.6 1.4,-0.4 0.4,-2 -2.2,-2 0.1,-1.9 -2,-4.5 -0.4,-5.1 0.1,-0.7 -26.4,0.8 -25.2,0.1 0.4,9.7 0.7,9.5 0.5,3.7 2.6,4.5 0.9,4.4 4.3,6 0.3,3.1 0.6,0.8 -0.7,8.3 -2.8,4.6 1.2,2.4 -0.5,2.6 -0.8,7.3 -1.3,3 0.2,3.7z" /> <path id="MA" class="state" fill="#D3D3D3" d="M887.5,172.5 l-0.5,-2.3 0.8,-1.5 2.9,-1.5 0.8,3.1 -0.5,1.8 -2.4,1.5 v1 l1.9,-1.5 3.9,-4.5 3.9,-1.9 4.2,-1.5 -0.3,-2.4 -1,-2.9 -1.9,-2.4 -1.8,-0.8 -2.1,0.2 -0.5,0.5 1,1.3 1.5,-0.8 2.1,1.6 0.8,2.7 -1.8,1.8 -2.3,1 -3.6,-0.5 -3.9,-6 -2.3,-2.6 h-1.8 l-1.1,0.8 -1.9,-2.6 0.3,-1.5 2.4,-5.2 -2.9,-4.4 -3.7,1.8 -1.8,2.9 -18.3,4.7 -13.8,2.5 -0.6,10.6 0.7,4.9 22,-4.8 11.2,-2.8 2,1.6 3.4,4.3 2.9,4.7z m12.5,1.4 2.2,-0.7 0.5,-1.7 1,0.1 1,2.3 -1.3,0.5 -3.9,0.1z m-9.4,0.8 2.3,-2.6 h1.6 l1.8,1.5 -2.4,1 -2.2,1z" /> <path id="MD" class="state" fill="#D3D3D3" d="M834.8,264.1 l1.7,-3.8 0.5,-4.8 -6.3,1.1 -5.8,0.3 -3.8,-16.8 -2.3,-5.5 -1.5,-4.6 -22.2,4.3 -37.6,7.6 2,10.4 4.8,-4.9 2.5,-0.7 1.4,-1.5 1.8,-2.7 1.6,0.7 2.6,-0.2 2.6,-2.1 2,-1.5 2.1,-0.6 1.5,1.1 2.7,1.4 1.9,1.8 1.3,1.4 4.8,1.6 -0.6,2.9 5.8,2.1 2.1,-2.6 3.7,2.5 -2.1,3.3 -0.7,3.3 -1.8,2.6 v2.1 l0.3,0.8 2,1.3 3.4,1.1 4.3,-0.1 3.1,1 2.1,0.3 1,-2.1 -1.5,-2.1 v-1.8 l-2.4,-2.1 -2.1,-5.5 1.3,-5.3 -0.2,-2.1 -1.3,-1.3 c0,0 1.5,-1.6 1.5,-2.3 0,-0.6 0.5,-2.1 0.5,-2.1 l1.9,-1.3 1.9,-1.6 0.5,1 -1.5,1.6 -1.3,3.7 0.3,1.1 1.8,0.3 0.5,5.5 -2.1,1 0.3,3.6 0.5,-0.2 1.1,-1.9 1.6,1.8 -1.6,1.3 -0.3,3.4 2.6,3.4 3.9,0.5 1.6,-0.8 3.2,4.2 1,0.4z m-14.5,0.2 1.1,2.5 0.2,1.8 1.1,1.9 c0,0 0.9,-0.9 0.9,-1.2 0,-0.3 -0.7,-3.1 -0.7,-3.1 l-0.7,-2.3z" /> <path id="ME" class="state" fill="#D3D3D3" d="M865.8,91.9 l1.5,0.4 v-2.6 l0.8,-5.5 2.6,-4.7 1.5,-4 -1.9,-2.4 v-6 l0.8,-1 0.8,-2.7 -0.2,-1.5 -0.2,-4.8 1.8,-4.8 2.9,-8.9 2.1,-4.2 h1.3 l1.3,0.2 v1.1 l1.3,2.3 2.7,0.6 0.8,-0.8 v-1 l4,-2.9 1.8,-1.8 1.5,0.2 6,2.4 1.9,1 9.1,29.9 h6 l0.8,1.9 0.2,4.8 2.9,2.3 h0.8 l0.2,-0.5 -0.5,-1.1 2.8,-0.5 1.9,2.1 2.3,3.7 v1.9 l-2.1,4.7 -1.9,0.6 -3.4,3.1 -4.8,5.5 c0,0 -0.6,0 -1.3,0 -0.6,0 -1,-2.1 -1,-2.1 l-1.8,0.2 -1,1.5 -2.4,1.5 -1,1.5 1.6,1.5 -0.5,0.6 -0.5,2.7 -1.9,-0.2 v-1.6 l-0.3,-1.3 -1.5,0.3 -1.8,-3.2 -2.1,1.3 1.3,1.5 0.3,1.1 -0.8,1.3 0.3,3.1 0.2,1.6 -1.6,2.6 -2.9,0.5 -0.3,2.9 -5.3,3.1 -1.3,0.5 -1.6,-1.5 -3.1,3.6 1,3.2 -1.5,1.3 -0.2,4.4 -1.1,6.3 -2.2,-0.9 -0.5,-3.1 -4,-1.1 -0.2,-2.5 -11.7,-37.43z m36.5,15.6 1.5,-1.5 1.4,1.1 0.6,2.4 -1.7,0.9z m6.7,-5.9 1.8,1.9 c0,0 1.3,0.1 1.3,-0.2 0,-0.3 0.2,-2 0.2,-2 l0.9,-0.8 -0.8,-1.8 -2,0.7z" /> <path id="MI" class="state" fill="#D3D3D3" d="M644.5,211 l19.1,-1.9 0.2,1.1 9.9,-1.5 12,-1.7 0.1,-0.6 0.2,-1.5 2.1,-3.7 2,-1.7 -0.2,-5.1 1.6,-1.6 1.1,-0.3 0.2,-3.6 1.5,-3 1.1,0.6 0.2,0.6 0.8,0.2 1.9,-1 -0.4,-9.1 -3.2,-8.2 -2.3,-9.1 -2.4,-3.2 -2.6,-1.8 -1.6,1.1 -3.9,1.8 -1.9,5 -2.7,3.7 -1.1,0.6 -1.5,-0.6 c0,0 -2.6,-1.5 -2.4,-2.1 0.2,-0.6 0.5,-5 0.5,-5 l3.4,-1.3 0.8,-3.4 0.6,-2.6 2.4,-1.6 -0.3,-10 -1.6,-2.3 -1.3,-0.8 -0.8,-2.1 0.8,-0.8 1.6,0.3 0.2,-1.6 -2.6,-2.2 -1.3,-2.6 h-2.6 l-4.5,-1.5 -5.5,-3.4 h-2.7 l-0.6,0.6 -1,-0.5 -3.1,-2.3 -2.9,1.8 -2.9,2.3 0.3,3.6 1,0.3 2.1,0.5 0.5,0.8 -2.6,0.8 -2.6,0.3 -1.5,1.8 -0.3,2.1 0.3,1.6 0.3,5.5 -3.6,2.1 -0.6,-0.2 v-4.2 l1.3,-2.4 0.6,-2.4 -0.8,-0.8 -1.9,0.8 -1,4.2 -2.7,1.1 -1.8,1.9 -0.2,1 0.6,0.8 -0.6,2.6 -2.3,0.5 v1.1 l0.8,2.4 -1.1,6.1 -1.6,4 0.6,4.7 0.5,1.1 -0.8,2.4 -0.3,0.8 -0.3,2.7 3.6,6 2.9,6.5 1.5,4.8 -0.8,4.7 -1,6 -2.4,5.2 -0.3,2.7 -3.2,3.1z m-33.3,-72.4 -1.3,-1.1 -1.8,-10.4 -3.7,-1.3 -1.7,-2.3 -12.6,-2.8 -2.8,-1.1 -8.1,-2.2 -7.8,-1 -3.9,-5.3 0.7,-0.5 2.7,-0.8 3.6,-2.3 v-1 l0.6,-0.6 6,-1 2.4,-1.9 4.4,-2.1 0.2,-1.3 1.9,-2.9 1.8,-0.8 1.3,-1.8 2.3,-2.3 4.4,-2.4 4.7,-0.5 1.1,1.1 -0.3,1 -3.7,1 -1.5,3.1 -2.3,0.8 -0.5,2.4 -2.4,3.2 -0.3,2.6 0.8,0.5 1,-1.1 3.6,-2.9 1.3,1.3 h2.3 l3.2,1 1.5,1.1 1.5,3.1 2.7,2.7 3.9,-0.2 1.5,-1 1.6,1.3 1.6,0.5 1.3,-0.8 h1.1 l1.6,-1 4,-3.6 3.4,-1.1 6.6,-0.3 4.5,-1.9 2.6,-1.3 1.5,0.2 v5.7 l0.5,0.3 2.9,0.8 1.9,-0.5 6.1,-1.6 1.1,-1.1 1.5,0.5 v7 l3.2,3.1 1.3,0.6 1.3,1 -1.3,0.3 -0.8,-0.3 -3.7,-0.5 -2.1,0.6 -2.3,-0.2 -3.2,1.5 h-1.8 l-5.8,-1.3 -5.2,0.2 -1.9,2.6 -7,0.6 -2.4,0.8 -1.1,3.1 -1.3,1.1 -0.5,-0.2 -1.5,-1.6 -4.5,2.4 h-0.6 l-1.1,-1.6 -0.8,0.2 -1.9,4.4 -1,4 -3.2,6.9z m-29.6,-56.5 1.8,-2.1 2.2,-0.8 5.4,-3.9 2.3,-0.6 0.5,0.5 -5.1,5.1 -3.3,1.9 -2.1,0.9z m86.2,32.1 0.6,2.5 3.2,0.2 1.3,-1.2 c0,0 -0.1,-1.5 -0.4,-1.6 -0.3,-0.2 -1.6,-1.9 -1.6,-1.9 l-2.2,0.2 -1.6,0.2 -0.3,1.1z" /> <path id="MN" class="state" fill="#D3D3D3" d="M464.6,66.79 l-0.6,3.91 v10.27 l1.6,5.03 1.9,3.32 0.5,9.93 1.8,13.45 1.8,7.3 0.4,6.4 v5.3 l-1.6,1.8 -1.8,1.3 v1.5 l0.9,1.7 4.1,3.5 0.7,3.2 v35.9 l60.3,-0.6 21.2,-0.7 -0.5,-6 -1.8,-2.1 -7.2,-4.6 -3.6,-5.3 -3.4,-0.9 -2,-2.8 h-3.2 l-3.5,-3.8 -0.5,-7 0.1,-3.9 1.5,-3 -0.7,-2.7 -2.8,-3.1 2.2,-6.1 5.4,-4 1.2,-1.4 -0.2,-8 0.2,-3 2.6,-3 3.8,-2.9 1.3,-0.2 4.5,-5 1.8,-0.8 2.3,-3.9 2.4,-3.6 3.1,-2.6 4.8,-2 9.2,-4.1 3.9,-1.8 0.6,-2.3 -4.4,0.4 -0.7,1.1 h-0.6 l-1.8,-3.1 -8.9,0.3 -1,0.8 h-1 l-0.5,-1.3 -0.8,-1.8 -2.6,0.5 -3.2,3.2 -1.6,0.8 h-3.1 l-2.6,-1 v-2.1 l-1.3,-0.2 -0.5,0.5 -2.6,-1.3 -0.5,-2.9 -1.5,0.5 -0.5,1 -2.4,-0.5 -5.3,-2.4 -3.9,-2.6 h-2.9 l-1.3,-1 -2.3,0.6 -1.1,1.1 -0.3,1.3 h-4.8 v-2.1 l-6.3,-0.3 -0.3,-1.5 h-4.8 l-1.6,-1.6 -1.5,-6.1 -0.8,-5.5 -1.9,-0.8 -2.3,-0.5 -0.6,0.2 -0.3,8.2 -30.1,-0.03z" /> <path id="MO" class="state" fill="#D3D3D3" d="M593.1,338.7 l0.5,-5.9 4.2,-3.4 1.9,-1 v-2.9 l0.7,-1.6 -1.1,-1.6 -2.4,0.3 -2.1,-2.5 -1.7,-4.5 0.9,-2.6 -2,-3.2 -1.8,-4.6 -4.6,-0.7 -6.8,-5.6 -2.2,-4.2 0.8,-3.3 2.2,-6 0.6,-3 -1.9,-1 -6.9,-0.6 -1.1,-1.9 v-4.1 l-5.3,-3.5 -7.2,-7.8 -2.3,-7.3 -0.5,-4.2 0.7,-2.4 -2.6,-3.1 -1.2,-2.4 -7.7,0.8 -10,0.6 -48.8,1.2 1.3,2.6 -0.1,2.2 2.3,3.6 3,3.9 3.1,3 2.6,0.2 1.4,1.1 v2.9 l-1.8,1.6 -0.5,2.3 2.1,3.2 2.4,3 2.6,2.1 1.3,11.6 -0.8,40 0.5,5.7 23.7,-0.2 23.3,-0.7 32.5,-1.3 2.2,3.7 -0.8,3.1 -3.1,2.5 -0.5,1.8 5.2,0.5 4.1,-1.1z" /> <path id="MS" class="state" fill="#D3D3D3" d="M604.3,472.5 l2.6,-4.2 1.8,0.8 6.8,-1.9 2.1,0.3 1.5,0.8 h5.2 l0.4,-1.6 -1.7,-14.8 -2.8,-19 1,-45.1 -0.2,-16.7 0.2,-6.3 -4.8,0.3 -19.6,1.6 -13,0.4 -0.2,3.2 -2.8,1.3 -2.6,5.1 0.5,1.6 0.1,2.4 -2.9,1.1 -3.5,5.1 0.8,2.3 -3,2.5 -1,5.7 -0.6,1.9 1.6,2.5 -1.5,1.4 1.5,2.8 0.3,4.2 -1.2,2.5 -0.2,0.9 0.4,5 2,4.5 -0.1,1.7 2.3,2 -0.7,3.1 -0.9,0.3 0.6,1.9 -8.6,15 -0.8,8.2 0.5,1.5 24.2,-0.7 8.2,-0.7 1.9,-0.3 0.6,1.4 -1,7.1 3.3,3.3 2.2,6.4z" /> <path id="MT" class="state" fill="#D3D3D3" d="M361.1,70.77 l-5.3,57.13 -1.3,15.2 -59.1,-6.6 -49,-7.1 -1.4,11.2 -1.9,-1.7 -0.4,-2.5 -1.3,-1.9 -3.3,1.5 -0.7,2.5 -2.3,0.3 -3.8,-1.6 -4.1,0.1 -2.4,0.7 -3.2,-1.5 -3,0.2 -2.1,1.9 -0.9,-0.6 -0.7,-3.4 0.7,-3.2 -2.7,-3.2 -3.3,-2.5 -2.5,-12.6 -0.1,-5.3 -1.6,-0.8 -0.6,1 -4.5,3.2 -1.2,-0.1 -2.3,-2.8 -0.2,-2.8 7,-17.15 -0.6,-2.67 -3.5,-1.12 -0.4,-0.91 -2.7,-3.5 -4.6,-10.41 -3.2,-1.58 -1.8,-4.26 1.3,-4.63 -3.2,-7.57 4.4,-21.29 32.7,6.89 18.4,3.4 32.3,5.3 29.3,4 29.2,3.5 30.8,3.07z" /> <path id="NC" class="state" fill="#D3D3D3" d="M786.7,357.7 l-12.7,-7.7 -3.1,-0.8 -16.6,2.1 -1.6,-3 -2.8,-2.2 -16.7,0.5 -7.4,0.9 -9.2,4.5 -6.8,2.7 -6.5,1.2 -13.4,1.4 0.1,-4.1 1.7,-1.3 2.7,-0.7 0.7,-3.8 3.9,-2.5 3.9,-1.5 4.5,-3.7 4.4,-2.3 0.7,-3.2 4.1,-3.8 0.7,1 2.5,0.2 2.4,-3.6 1.7,-0.4 2.6,0.3 1.8,-4 2.5,-2.4 0.5,-1.8 0.1,-3.5 4.4,0.1 38.5,-5.6 57.5,-12.3 2,4.8 3.6,6.5 2.4,2.4 0.6,2.3 -2.4,0.2 0.8,0.6 -0.3,4.2 -2.6,1.3 -0.6,2.1 -1.3,2.9 -3.7,1.6 -2.4,-0.3 -1.5,-0.2 -1.6,-1.3 0.3,1.3 v1 h1.9 l0.8,1.3 -1.9,6.3 h4.2 l0.6,1.6 2.3,-2.3 1.3,-0.5 -1.9,3.6 -3.1,4.8 h-1.3 l-1.1,-0.5 -2.7,0.6 -5.2,2.4 -6.5,5.3 -3.4,4.7 -1.9,6.5 -0.5,2.4 -4.7,0.5 -5.1,1.5z m49.3,-26.2 2.6,-2.5 3.2,-2.6 1.5,-0.6 0.2,-2 -0.6,-6.1 -1.5,-2.3 -0.6,-1.9 0.7,-0.2 2.7,5.5 0.4,4.4 -0.2,3.4 -3.4,1.5 -2.8,2.4 -1.1,1.2z" /> <path id="ND" class="state" fill="#D3D3D3" d="M471,126.4 l-0.4,-6.2 -1.8,-7.3 -1.8,-13.61 -0.5,-9.7 -1.9,-3.18 -1.6,-5.32 v-10.41 l0.6,-3.85 -1.8,-5.54 -28.6,-0.59 -18.6,-0.6 -26.5,-1.3 -25.2,-2.16 -0.9,14.42 -4.7,50.94 56.8,3.9 56.9,1.7z" /> <path id="NE" class="state" fill="#D3D3D3" d="M470.3,204.3 l-1,-2.3 -0.5,-1.6 -2.9,-1.6 -4.8,-1.5 -2.2,-1.2 -2.6,0.1 -3.7,0.4 -4.2,1.2 -6,-4.1 -2.2,-2 -10.7,0.6 -41.5,-2.4 -35.6,-2.2 -4.3,43.7 33.1,3.3 -1.4,21.1 21.7,1 40.6,1.2 43.8,0.6 h4.5 l-2.2,-3 -2.6,-3.9 0.1,-2.3 -1.4,-2.7 -1.9,-5.2 -0.4,-6.7 -1.4,-4.1 -0.5,-5 -2.3,-3.7 -1,-4.7 -2.8,-7.9 -1,-5.3z" /> <path id="NH" class="state" fill="#D3D3D3" d="M881.7,141.3 l1.1,-3.2 -2.7,-1.2 -0.5,-3.1 -4.1,-1.1 -0.3,-3 -11.7,-37.48 -0.7,0.08 -0.6,1.6 -0.6,-0.5 -1,-1 -1.5,1.9 -0.2,2.29 0.5,8.41 1.9,2.8 v4.3 l-3.9,4.8 -2.4,0.9 v0.7 l1.1,1.9 v8.6 l-0.8,9.2 -0.2,4.7 1,1.4 -0.2,4.7 -0.5,1.5 1,1.1 5.1,-1.2 13.8,-3.5 1.7,-2.9 4,-1.9z" /> <path id="NJ" class="state" fill="#D3D3D3" d="M823.7,228.3 l0.1,-1.5 2.7,-1.3 1.7,-2.8 1.7,-2.4 3.3,-3.2 v-1.2 l-6.1,-4.1 -1,-2.7 -2.7,-0.3 -0.1,-0.9 -0.7,-2.2 2.2,-1.1 0.2,-2.9 -1.3,-1.3 0.2,-1.2 1.9,-3.1 v-3.1 l2.5,-3.1 5.6,2.5 6.4,1.9 2.5,1.2 0.1,1.8 -0.5,2.7 0.4,4.5 -2.1,1.9 -1.1,1 0.5,0.5 2.7,-0.3 1.1,-0.8 1.6,3.4 0.2,9.4 0.6,1.1 -1.1,5.5 -3.1,6.5 -2.7,4 -0.8,4.8 -2.1,2.4 h-0.8 l-0.3,-2.7 0.8,-1 -0.2,-1.5 -4,-0.6 -4.8,-2.3 -3.2,-2.9 -1,-2z" /> <path id="NM" class="state" fill="#D3D3D3" d="M270.2,429.4 l-16.7,-2.6 -1.2,9.6 -15.8,-2 6,-39.7 7,-53.2 4.4,-30.9 34,3.9 37.4,4.4 32,2.8 -0.3,10.8 -1.4,-0.1 -7.4,97.7 -28.4,-1.8 -38.1,-3.7 0.7,6.3z" /> <path id="NV" class="state" fill="#D3D3D3" d="M123.1,173.6 l38.7,8.5 26,5.2 -10.6,53.1 -5.4,29.8 -3.3,15.5 -2.1,11.1 -2.6,16.4 -1.7,3.1 -1.6,-0.1 -1.2,-2.6 -2.8,-0.5 -1.3,-1.1 -1.8,0.1 -0.9,0.8 -1.8,1.3 -0.3,7.3 -0.3,1.5 -0.5,12.4 -1.1,1.8 -16.7,-25.5 -42.1,-62.1 -12.43,-19 8.55,-32.6 8.01,-31.3z" /> <path id="NY" class="state" fill="#D3D3D3" d="M843.4,200 l0.5,-2.7 -0.2,-2.4 -3,-1.5 -6.5,-2 -6,-2.6 -0.6,-0.4 -2.7,-0.3 -2,-1.5 -2.1,-5.9 -3.3,-0.5 -2.4,-2.4 -38.4,8.1 -31.6,6 -0.5,-6.5 1.6,-1.2 1.3,-1.1 1,-1.6 1.8,-1.1 1.9,-1.8 0.5,-1.6 2.1,-2.7 1.1,-1 -0.2,-1 -1.3,-3.1 -1.8,-0.2 -1.9,-6.1 2.9,-1.8 4.4,-1.5 4,-1.3 3.2,-0.5 6.3,-0.2 1.9,1.3 1.6,0.2 2.1,-1.3 2.6,-1.1 5.2,-0.5 2.1,-1.8 1.8,-3.2 1.6,-1.9 h2.1 l1.9,-1.1 0.2,-2.3 -1.5,-2.1 -0.3,-1.5 1.1,-2.1 v-1.5 h-1.8 l-1.8,-0.8 -0.8,-1.1 -0.2,-2.6 5.8,-5.5 0.6,-0.8 1.5,-2.9 2.9,-4.5 2.7,-3.7 2.1,-2.4 2.4,-1.8 3.1,-1.2 5.5,-1.3 3.2,0.2 4.5,-1.5 7.4,-2.2 0.7,4.9 2.4,6.5 0.8,5 -1,4.2 2.6,4.5 0.8,2 -0.9,3.2 3.7,1.7 2.7,10.2 v5.8 l-0.6,10.9 0.8,5.4 0.7,3.6 1.5,7.3 v8.1 l-1.1,2.3 2.1,2.7 0.5,0.9 -1.9,1.8 0.3,1.3 1.3,-0.3 1.5,-1.3 2.3,-2.6 1.1,-0.6 1.6,0.6 2.3,0.2 7.9,-3.9 2.9,-2.7 1.3,-1.5 4.2,1.6 -3.4,3.6 -3.9,2.9 -7.1,5.3 -2.6,1 -5.8,1.9 -4,1.1 -1,-0.4z" /> <path id="OH" class="state" fill="#D3D3D3" d="M663.8,211.2 l1.7,15.5 4.8,41.1 3.9,-0.2 2.3,-0.8 3.6,1.8 1.7,4.2 5.4,0.1 1.8,2 h1.7 l2.4,-1.4 3.1,0.5 1.5,1.3 1.8,-2 2.3,-1.4 2.4,-0.4 0.6,2.7 1.6,1 2.6,2 0.8,0.2 2,-0.1 1.2,-0.6 v-2.1 l1.7,-1.5 0.1,-4.8 1.1,-4.2 1.9,-1.3 1,0.7 1,1.1 0.7,0.2 0.4,-0.4 -0.9,-2.7 v-2.2 l1.1,-1.4 2.5,-3.6 1.3,-1.5 2.2,0.5 2.1,-1.5 3,-3.3 2.2,-3.7 0.2,-5.4 0.5,-5 v-4.6 l-1.2,-3.2 1.2,-1.8 1.3,-1.2 -0.6,-2.8 -4.3,-25.6 -6.2,3.7 -3.9,2.3 -3.4,3.7 -4,3.9 -3.2,0.8 -2.9,0.5 -5.5,2.6 -2.1,0.2 -3.4,-3.1 -5.2,0.6 -2.6,-1.5 -2.2,-1.3z" /> <path id="OK" class="state" fill="#D3D3D3" d="M411.9,334.9 l-1.8,24.3 -0.9,18 0.2,1.6 4,3.6 1.7,0.9 h0.9 l0.9,-2.1 1.5,1.9 1.6,0.1 0.3,-0.2 0.2,-1.1 2.8,1.4 -0.4,3.5 3.8,0.5 2.5,1 4.2,0.6 2.3,1.6 2.5,-1.7 3.5,0.7 2.2,3.1 1.2,0.1 v2.3 l2.1,0.7 2.5,-2.1 1.8,0.6 2.7,0.1 0.7,2.3 4.4,1.8 1.7,-0.3 1.9,-4.2 h1.3 l1.1,2.1 4.2,0.8 3.4,1.3 3,0.8 1.6,-0.7 0.7,-2.7 h4.5 l1.9,0.9 2.7,-1.9 h1.4 l0.6,1.4 h3.6 l2,-1.8 2.3,0.6 1.7,2.2 3,1.7 3.4,0.9 1.9,1.2 -0.3,-37.6 -1.4,-10.9 -0.1,-8.6 -1.5,-6.6 -0.6,-6.8 0.1,-4.3 -12.6,0.3 -46.3,-0.5 -44.7,-2.1 -41.5,-1.8 -0.4,10.7z" /> <path id="OR" class="state" fill="#D3D3D3" d="M67.44,158.9 l28.24,7.2 27.52,6.5 17,3.7 8.8,-35.1 1.2,-4.4 2.4,-5.5 -0.7,-1.3 -2.5,0.1 -1.3,-1.8 0.6,-1.5 0.4,-3.3 4.7,-5.7 1.9,-0.9 0.9,-0.8 0.7,-2.7 0.8,-1.1 3.9,-5.7 3.7,-4 0.2,-3.26 -3.4,-2.49 -1.2,-4.55 -13.1,-3.83 -15.3,-3.47 -14.8,0.37 -1.1,-1.31 -5.1,1.84 -4.5,-0.48 -2.4,-1.58 -1.3,0.54 -4.68,-0.29 -1.96,-1.43 -4.84,-1.77 -1.1,-0.07 -4.45,-1.27 -1.76,1.52 -6.26,-0.24 -5.31,-3.85 0.21,-9.28 -2.05,-3.5 -4.1,-0.6 -0.7,-2.5 -2.4,-0.5 -5.8,2.1 -2.3,6.5 -3.2,10 -3.2,6.5 -5,14.1 -6.5,13.6 -8.1,12.6 -1.9,2.9 -0.8,8.6 -1.3,6 2.71,3.5z" /> <path id="PA" class="state" fill="#D3D3D3" d="M736.6,192.2 l1.3,-0.5 5.7,-5.5 0.7,6.9 33.5,-6.5 36.9,-7.8 2.3,2.3 3.1,0.4 2,5.6 2.4,1.9 2.8,0.4 0.1,0.1 -2.6,3.2 v3.1 l-1.9,3.1 -0.2,1.9 1.3,1.3 -0.2,1.9 -2.4,1.1 1,3.4 0.2,1.1 2.8,0.3 0.9,2.5 5.9,3.9 v0.4 l-3.1,3 -1.5,2.2 -1.7,2.8 -2.7,1.2 -1.4,0.3 -2.1,1.3 -1.6,1.4 -22.4,4.3 -38.7,7.8 -11.3,1.4 -3.9,0.7 -5.1,-22.4 -4.3,-25.9z" /> <path id="RI" class="state" fill="#D3D3D3" d="M873.6,175.7 l-0.8,-4.4 -1.6,-6 5.7,-1.5 1.5,1.3 3.4,4.3 2.8,4.4 -2.8,1.4 -1.3,-0.2 -1.1,1.8 -2.4,1.9 -2.8,1.1z" /> <path id="SC" class="state" fill="#D3D3D3" d="M759,413.6 l-2.1,-1 -1.9,-5.6 -2.5,-2.3 -2.5,-0.5 -1.5,-4.6 -3,-6.5 -4.2,-1.8 -1.9,-1.8 -1.2,-2.6 -2.4,-2 -2.3,-1.3 -2.2,-2.9 -3.2,-2.4 -4.4,-1.7 -0.4,-1.4 -2.3,-2.8 -0.5,-1.5 -3.8,-5.4 -3.4,0.1 -3.9,-2.5 -1.2,-1.2 -0.2,-1.4 0.6,-1.6 2.7,-1.3 -0.8,-2 6.4,-2.7 9.2,-4.5 7.1,-0.9 16.4,-0.5 2.3,1.9 1.8,3.5 4.6,-0.8 12.6,-1.5 2.7,0.8 12.5,7.4 10.1,8.3 -5.3,5.4 -2.6,6.1 -0.5,6.3 -1.6,0.8 -1.1,2.7 -2.4,0.6 -2.1,3.6 -2.7,2.7 -2.3,3.4 -1.6,0.8 -3.6,3.4 -2.9,0.2 1,3.2 -5,5.3 -2.3,1.6z" /> <path id="SD" class="state" fill="#D3D3D3" d="M471,181.1 l-0.9,3.2 0.4,3 2.6,2 -1.2,5.4 -1.8,4.1 1.5,3.3 0.7,1.1 -1.3,0.1 -0.7,-1.6 -0.6,-2 -3.3,-1.8 -4.8,-1.5 -2.5,-1.3 -2.9,0.1 -3.9,0.4 -3.8,1.2 -5.3,-3.8 -2.7,-2.4 -10.9,0.8 -41.5,-2.4 -35.6,-2.2 1.5,-24.8 2.8,-34 0.4,-5 56.9,3.9 56.9,1.7 v2.7 l-1.3,1.5 -2,1.5 -0.1,2.2 1.1,2.2 4.1,3.4 0.5,2.7 v35.9z" /> <path id="TN" class="state" fill="#D3D3D3" d="M670.8,359.6 l-13.1,1.2 -23.3,2.2 -37.6,2.7 -11.8,0.4 0.9,-0.6 0.9,-4.5 -1.2,-3.6 3.9,-2.3 0.4,-2.5 1.2,-4.3 3,-9.5 0.5,-5.6 0.3,-0.2 12.3,-0.2 13.6,-0.8 0.1,-3.9 3.5,-0.1 30.4,-3.3 54,-5.2 10.3,-1.5 7.6,-0.2 2.4,-1.9 1.3,0.3 -0.1,3.3 -0.4,1.6 -2.4,2.2 -1.6,3.6 -2,-0.4 -2.4,0.9 -2.2,3.3 -1.4,-0.2 -0.8,-1.2 -1.1,0.4 -4.3,4 -0.8,3.1 -4.2,2.2 -4.3,3.6 -3.8,1.5 -4.4,2.8 -0.6,3.6 -2.5,0.5 -2,1.7 -0.2,4.8z" /> <path id="TX" class="state" fill="#D3D3D3" d="M282.8,425.6 l37,3.6 29.3,1.9 7.4,-97.7 54.4,2.4 -1.7,23.3 -1,18 0.2,2 4.4,4.1 2,1.1 h1.8 l0.5,-1.2 0.7,0.9 2.4,0.2 1.1,-0.6 v-0.2 l1,0.5 -0.4,3.7 4.5,0.7 2.4,0.9 4.2,0.7 2.6,1.8 2.8,-1.9 2.7,0.6 2.2,3.1 0.8,0.1 v2.1 l3.3,1.1 2.5,-2.1 1.5,0.5 2.1,0.1 0.6,2.1 5.2,2 2.3,-0.5 1.9,-4 h0.1 l1.1,1.9 4.6,0.9 3.4,1.3 3.2,1 2.4,-1.2 0.7,-2.3 h3.6 l2.1,1 3,-2 h0.4 l0.5,1.4 h4.7 l1.9,-1.8 1.3,0.4 1.7,2.1 3.3,1.9 3.4,1 2.5,1.4 2.7,2 3.1,-1.2 2.1,0.8 0.7,20 0.7,9.5 0.6,4.1 2.6,4.4 0.9,4.5 4.2,5.9 0.3,3.1 0.6,0.8 -0.7,7.7 -2.9,4.8 1.3,2.6 -0.5,2.4 -0.8,7.2 -1.3,3 0.3,4.2 -5.6,1.6 -9.9,4.5 -1,1.9 -2.6,1.9 -2.1,1.5 -1.3,0.8 -5.7,5.3 -2.7,2.1 -5.3,3.2 -5.7,2.4 -6.3,3.4 -1.8,1.5 -5.8,3.6 -3.4,0.6 -3.9,5.5 -4,0.3 -1,1.9 2.3,1.9 -1.5,5.5 -1.3,4.5 -1.1,3.9 -0.8,4.5 0.8,2.4 1.8,7 1,6.1 1.8,2.7 -1,1.5 -3.1,1.9 -5.7,-3.9 -5.5,-1.1 -1.3,0.5 -3.2,-0.6 -4.2,-3.1 -5.2,-1.1 -7.6,-3.4 -2.1,-3.9 -1.3,-6.5 -3.2,-1.9 -0.6,-2.3 0.6,-0.6 0.3,-3.4 -1.3,-0.6 -0.6,-1 1.3,-4.4 -1.6,-2.3 -3.2,-1.3 -3.4,-4.4 -3.6,-6.6 -4.2,-2.6 0.2,-1.9 -5.3,-12.3 -0.8,-4.2 -1.8,-1.9 -0.2,-1.5 -6,-5.3 -2.6,-3.1 v-1.1 l-2.6,-2.1 -6.8,-1.1 -7.4,-0.6 -3.1,-2.3 -4.5,1.8 -3.6,1.5 -2.3,3.2 -1,3.7 -4.4,6.1 -2.4,2.4 -2.6,-1 -1.8,-1.1 -1.9,-0.6 -3.9,-2.3 v-0.6 l-1.8,-1.9 -5.2,-2.1 -7.4,-7.8 -2.3,-4.7 v-8.1 l-3.2,-6.5 -0.5,-2.7 -1.6,-1 -1.1,-2.1 -5,-2.1 -1.3,-1.6 -7.1,-7.9 -1.3,-3.2 -4.7,-2.3 -1.5,-4.4 -2.6,-2.9 -1.7,-0.5z m174.4,141.7 -0.6,-7.1 -2.7,-7.2 -0.6,-7 1.5,-8.2 3.3,-6.9 3.5,-5.4 3.2,-3.6 0.6,0.2 -4.8,6.6 -4.4,6.5 -2,6.6 -0.3,5.2 0.9,6.1 2.6,7.2 0.5,5.2 0.2,1.5z" /> <path id="UT" class="state" fill="#D3D3D3" d="M228.4,305.9 l24.6,3.6 1.9,-13.7 7,-50.5 2.3,-22 -32.2,-3.5 2.2,-13.1 1.8,-10.6 -34.7,-6.1 -12.5,-2.5 -10.6,52.9 -5.4,30 -3.3,15.4 -1.7,9.2z" /> <path id="VA" class="state" fill="#D3D3D3" d="M834.7,265.2 l-0.2,2.8 -2.9,3.8 -0.4,4.6 0.5,3.4 -1.8,5 -2.2,1.9 -1.5,-4.6 0.4,-5.4 1.6,-4.2 0.7,-3.3 -0.1,-1.7z m-60.3,44.6 -38.6,5.6 -4.8,-0.1 -2.2,-0.3 -2.5,1.9 -7.3,0.1 -10.3,1.6 -6.7,0.6 4.1,-2.6 4.1,-2.3 v-2.1 l5.7,-7.3 4.1,-3.7 2.2,-2.5 3.6,4.3 3.8,0.9 2.7,-1 2,-1.5 2.4,1.2 4.6,-1.3 1.7,-4.4 2.4,0.7 3.2,-2.3 1.6,0.4 2.8,-3.2 0.2,-2.7 -0.8,-1.2 4.8,-10.5 1.8,-5.2 0.5,-4.7 0.7,-0.2 1.1,1.7 1.5,1.2 3.9,-0.2 1.7,-8.1 3,-0.6 0.8,-2.6 2.8,-2.2 1.1,-2.1 1.8,-4.3 0.1,-4.6 3.6,1.4 6.6,3.1 0.3,-5.2 3.4,1.2 -0.6,2.9 8.6,3.1 1.4,1.8 -0.8,3.3 -1.3,1.3 -0.5,1.7 0.5,2.4 2,1.3 3.9,1.4 2.9,1 4.9,0.9 2.2,2.1 3.2,0.4 0.9,1.2 -0.4,4.7 1.4,1.1 -0.5,1.9 1.2,0.8 -0.2,1.4 -2.7,-0.1 0.1,1.6 2.3,1.5 0.1,1.4 1.8,1.8 0.5,2.5 -2.6,1.4 1.6,1.5 5.8,-1.7 3.7,6.2z" /> <path id="VT" class="state" fill="#D3D3D3" d="M832.7,111.3 l2.4,6.5 0.8,5.3 -1,3.9 2.5,4.4 0.9,2.3 -0.7,2.6 3.3,1.5 2.9,10.8 v5.3 l11.5,-2.1 -1,-1.1 0.6,-1.9 0.2,-4.3 -1,-1.4 0.2,-4.7 0.8,-9.3 v-8.5 l-1.1,-1.8 v-1.6 l2.8,-1.1 3.5,-4.4 v-3.6 l-1.9,-2.7 -0.3,-5.79 -26.1,6.79z" /> <path id="WA" class="state" fill="#D3D3D3" d="M74.5,67.7 l-2.3,-4.3 -4.1,-0.7 -0.4,-2.4 -2.5,-0.6 -2.9,-0.5 -1.8,1 -2.3,-2.9 0.3,-2.9 2.7,-0.3 1.6,-4 -2.6,-1.1 0.2,-3.7 4.4,-0.6 -2.7,-2.7 -1.5,-7.1 0.6,-2.9 v-7.9 l-1.8,-3.2 2.3,-9.4 2.1,0.5 2.4,2.9 2.7,2.6 3.2,1.9 4.5,2.1 3.1,0.6 2.9,1.5 3.4,1 2.3,-0.2 v-2.4 l1.3,-1.1 2.1,-1.3 0.3,1.1 0.3,1.8 -2.3,0.5 -0.3,2.1 1.8,1.5 1.1,2.4 0.6,1.9 1.5,-0.2 0.2,-1.3 -1,-1.3 -0.5,-3.2 0.8,-1.8 -0.6,-1.5 v-2.6 l1.8,-3.6 -1.1,-2.6 -2.4,-4.8 0.3,-0.8 1.4,-0.8 4.4,1.5 9.7,2.7 8.6,1.9 20,5.7 23,5.7 15,3.49 -4.8,17.56 -4.5,20.83 -3.4,16.25 -0.4,9.18 v0 l-12.9,-3.72 -15.3,-3.47 -14.5,0.32 -1.1,-1.53 -5.7,2.09 -3.9,-0.42 -2.6,-1.79 -1.7,0.65 -4.15,-0.25 -1.72,-1.32 -5.16,-1.82 -1.18,-0.16 -4.8,-1.39 -1.92,1.65 -5.65,-0.25 -4.61,-3.35z m9.6,-55.4 2,-0.2 0.5,1.4 1.5,-1.6 h2.3 l0.8,1.5 -1.5,1.7 0.6,0.8 -0.7,2 -1.4,0.4 c0,0 -0.9,0.1 -0.9,-0.2 0,-0.3 1.5,-2.6 1.5,-2.6 l-1.7,-0.6 -0.3,1.5 -0.7,0.6 -1.5,-2.3z" /> <path id="WI" class="state" fill="#D3D3D3" d="M541.4,109.9 l2.9,0.5 2.9,-0.6 7.4,-3.2 2.9,-1.9 2.1,-0.8 1.9,1.5 -1.1,1.1 -1.9,3.1 -0.6,1.9 1,0.6 1.8,-1 1.1,-0.2 2.7,0.8 0.6,1.1 1.1,0.2 0.6,-1.1 4,5.3 8.2,1.2 8.2,2.2 2.6,1.1 12.3,2.6 1.6,2.3 3.6,1.2 1.7,10.2 1.6,1.4 1.5,0.9 -1.1,2.3 -1.8,1.6 -2.1,4.7 -1.3,2.4 0.2,1.8 1.5,0.3 1.1,-1.9 1.5,-0.8 0.8,-2.3 1.9,-1.8 2.7,-4 4.2,-6.3 0.8,-0.5 0.3,1 -0.2,2.3 -2.9,6.8 -2.7,5.7 -0.5,3.2 -0.6,2.6 0.8,1.3 -0.2,2.7 -1.9,2.4 -0.5,1.8 0.6,3.6 0.6,3.4 -1.5,2.6 -0.8,2.9 -1,3.1 1.1,2.4 0.6,6.1 1.6,4.5 -0.2,3 -15.9,1.8 -17.5,1 h-12.7 l-0.7,-1.5 -2.9,-0.4 -2.6,-1.3 -2.3,-3.7 -0.3,-3.6 2,-2.9 -0.5,-1.4 -2.1,-2.2 -0.8,-3.3 -0.6,-6.8 -2.1,-2.5 -7,-4.5 -3.8,-5.4 -3.4,-1 -2.2,-2.8 h-3.2 l-2.9,-3.3 -0.5,-6.5 0.1,-3.8 1.5,-3.1 -0.8,-3.2 -2.5,-2.8 1.8,-5.4 5.2,-3.8 1.6,-1.9 -0.2,-8.1 0.2,-2.8 2.4,-2.8z" /> <path id="WV" class="state" fill="#D3D3D3" d="M758.9,254.3 l5.8,-6 2.6,-0.8 1.6,-1.5 1.5,-2.2 1.1,0.3 3.1,-0.2 4.6,-3.6 1.5,-0.5 1.3,1 2.6,1.2 3,3 -0.4,4.3 -5.4,-2.6 -4.8,-1.8 -0.1,5.9 -2.6,5.7 -2.9,2.4 -0.8,2.3 -3,0.5 -1.7,8.1 -2.8,0.2 -1.1,-1 -1.2,-2 -2.2,0.5 -0.5,5.1 -1.8,5.1 -5,11 0.9,1.4 -0.1,2 -2.2,2.5 -1.6,-0.4 -3.1,2.3 -2.8,-0.8 -1.8,4.9 -3.8,1 -2.5,-1.3 -2.5,1.9 -2.3,0.7 -3.2,-0.8 -3.8,-4.5 -3.5,-2.2 -2.5,-2.5 -2.9,-3.7 -0.5,-2.3 -2.8,-1.7 -0.6,-1.3 -0.2,-5.6 0.3,0.1 2.4,-0.2 1.8,-1 v-2.2 l1.7,-1.5 0.1,-5.2 0.9,-3.6 1.1,-0.7 0.4,0.3 1,1.1 1.7,0.5 1.1,-1.3 -1,-3.1 v-1.6 l3.1,-4.6 1.2,-1.3 2,0.5 2.6,-1.8 3.1,-3.4 2.4,-4.1 0.2,-5.6 0.5,-4.8 v-4.9 l-1.1,-3 0.9,-1.3 0.8,-0.7 4.3,19.3 4.3,-0.8 11.2,-1.3z" /> <path id="WY" class="state" fill="#D3D3D3" d="M353,161.9 l-1.5,25.4 -4.4,44 -2.7,-0.3 -83.3,-9.1 -27.9,-3 2,-12 6.9,-41 3.8,-24.2 1.3,-11.2 48.2,7 59.1,6.5z" /> </g> </svg> </div> </div> <div class="descriptionn"></div> </div> <script type="text/javascript"> $(function () { const debounce = (func, delay) => { let inDebounce return function () { const context = this const args = arguments clearTimeout(inDebounce) inDebounce = setTimeout(() => func.apply(context, args), delay) } } const throttle = (func, limit) => { let lastFunc let lastRan return function () { const context = this const args = arguments if (!lastRan) { func.apply(context, args) lastRan = Date.now() } else { clearTimeout(lastFunc) lastFunc = setTimeout(function () { if ((Date.now() - lastRan) >= limit) { func.apply(context, args) lastRan = Date.now() } }, limit - (Date.now() - lastRan)) } } } SVGElement.prototype.hasClass = function (className) { return new RegExp('(\\s|^)' + className + '(\\s|$)').test(this.getAttribute('class')); }; SVGElement.prototype.addClass = function (className) { if (!this.hasClass(className)) { this.setAttribute('class', this.getAttribute('class') + ' ' + className); } }; SVGElement.prototype.removeClass = function (className) { var removedClass = this.getAttribute('class').replace(new RegExp('(\\s|^)' + className + '(\\s|$)', 'g'), '$2'); if (this.hasClass(className)) { this.setAttribute('class', removedClass); } }; SVGElement.prototype.toggleClass = function (className) { if (this.hasClass(className)) { this.removeClass(className); } else { this.addClass(className); } }; let hubData, key_enter = 13, key_escape = 27; descriptionn = $(".descriptionn"), labelvar = $('.state').attr('id'), targetStateNames = [], targetStates = [], // statesArray = labelvar.split(','), branches = [], interactiveMap = $('#map'), path = $(".state"), globalStateSVG = [], // States are saved as the full name in HubSpot, // this is for abreviations and state name stateLabelValues = [{ 'label': 'Alabama', 'value': 'AL' }, { 'label': 'Alaska', 'value': 'AK' }, { 'label': 'American Samoa', 'value': 'AS' }, { 'label': 'Arizona', 'value': 'AZ' }, { 'label': 'Arkansas', 'value': 'AR' }, { 'label': 'California', 'value': 'CA' }, { 'label': 'Colorado', 'value': 'CO' }, { 'label': 'Connecticut', 'value': 'CT' }, { 'label': 'Delaware', 'value': 'DE' }, { 'label': 'Florida', 'value': 'FL' }, { 'label': 'Georgia', 'value': 'GA}' }, { 'label': 'Hawaii', 'value': 'HI' }, { 'label': 'Idaho', 'value': 'ID' }, { 'label': 'Illinois', 'value': 'IL' }, { 'label': 'Indiana', 'value': 'IN' }, { 'label': 'Iowa', 'value': 'IA' }, { 'label': 'Kansas', 'value': 'KS' }, { 'label': 'Kentucky', 'value': 'KY' }, { 'label': 'Louisiana', 'value': 'LA' }, { 'label': 'Maine', 'value': 'ME' }, { 'label': 'Maryland', 'value': 'MD' }, { 'label': 'Massachusetts', 'value': 'MA' }, { 'label': 'Michigan', 'value': 'MI' }, { 'label': 'Minnesota', 'value': 'MN' }, { 'label': 'Mississippi', 'value': 'MS' }, { 'label': 'Missouri', 'value': 'MO' }, { 'label': 'Montana', 'value': 'MT' }, { 'label': 'Nebraska', 'value': 'NE' }, { 'label': 'Nevada', 'value': 'NV' }, { 'label': 'New Hampshire', 'value': 'NH' }, { 'label': 'New Jersey', 'value': 'NJ' }, { 'label': 'New Mexico', 'value': 'NM' }, { 'label': 'New York', 'value': 'NY' }, { 'label': 'North Carolina', 'value': 'NC' }, { 'label': 'North Dakota', 'value': 'ND' }, { 'label': 'Ohio', 'value': 'OH' }, { 'label': 'Oklahoma', 'value': 'OK' }, { 'label': 'Oregon', 'value': 'OR' }, { 'label': 'Pennsylvania', 'value': 'PA' }, { 'label': 'Rhode Island', 'value': 'RI' }, { 'label': 'South Carolina', 'value': 'SC' }, { 'label': 'South Dakota', 'value': 'SD' }, { 'label': 'Tennessee', 'value': 'TN' }, { 'label': 'Texas', 'value': 'TX' }, { 'label': 'Utah', 'value': 'UT' }, { 'label': 'Vermont', 'value': 'VT' }, { 'label': 'Virgin Islands', 'value': 'VI' }, { 'label': 'Virginia', 'value': 'VA' }, { 'label': 'Washington', 'value': 'WA' }, { 'label': 'West Virginia', 'value': 'WV' }, { 'label': 'Wisconsin', 'value': 'WI' }, { 'label': 'Wyoming', 'value': 'WY' } ]; // Define default branch object const branch = { name: "Branch Name", phone: "123-456-7890", state: "State", city: "City", stateID: "1" }; // ************************************** // getJSON // ************************************** // // GET HUBSPOT JSON $.getJSON('https://api.hubapi.com/hubdb/api/v2/tables/2693958/rows?portalId=8611056', function (data) { hubData = data //console.log("success"); }) .done(function () { //console.log("second success"); processHubDBData(hubData) checkStates() bindStateEvents() }) .fail(function () { // console.log("error"); }) .always(function () { // console.log("complete"); }); // This function loops through the HubSpot data and creates new function processHubDBData(data) { let targetStateNamesArray = [] // Loop through data data.objects.forEach(function (e, i) { let newBranch = createBranchObject(e) // Add new branch to global branch array branches.push(newBranch) // Set add state names to scoped variable targetStateNamesArray addToArray(targetStateNamesArray, newBranch.state) }) // Set top-level variable targetStateNames with array targetStateNames = targetStateNamesArray } function createBranchObject(data) { // Because the state is in column 2, and we need to get the name let rowData = data.values, branchData = { name: rowData[1], state: rowData[2].name, city: rowData[8], stateID: rowData[2].id }, newBranch = createNewBranch(branchData) return newBranch } function createNewBranch(data) { // Create new branch object let newBranch = Object.create(branch) // Define branch values if (data.name) { newBranch.name = data.name } if (data.state) { newBranch.state = data.state } if (data.city) { newBranch.city = data.city } if (data.stateID) { newBranch.stateID = data.stateID } return newBranch; } function getKeyByValue(object, value) { return Object.keys(object).filter(key => object[key] === value); } function checkStates() { // Loop through state labels and turn to abbreviations stateLabelValues.forEach(function (e, i) { targetStateNames.forEach(function (f, j) { if (e.label == f) { let stateAbbrString = e.value, stateNameString = e.label, stateSVG = $('#' + stateAbbrString), results = `<h4>${stateNameString}</h4>` globalStateSVG.push(stateSVG) setTargetStateAbbr(stateAbbrString) // Filter branches based on the current state let stateBranches = branches.filter(obj => { return obj.state === stateNameString }) stateBranches.forEach(function (obj) { let string = `<div><h6>${obj.name}</h6> <p>${obj.city}<br>${obj.phone}</p></div>` results = results + string; }) // stateSVG.attr('data-details', results) stateSVG.attr('data-state-name', stateNameString) stateSVG.attr('data-page-id', stateBranches[0].stateID) stateSVG.attr('tabindex', '0'); stateSVG.attr('class', 'branch state'); // console.log('state branch ' + stateBranches.length) /* $(stateSVG).on('keypress', function (e) { if (e.keyCode === key_enter) { $('span.branch-map-label a').focus() } }) descriptionn.html(`<span class='branch-map-label'>See<a href="http://mybbsi-8611056.hs-sites.com/locations?state=${stateURL}"> all branches</a></span>` ); $(stateSVG).bind('hover focus', function () { descriptionn.html( `<span class='branch-map-label'>See branches in <a href="http://mybbsi-8611056.hs-sites.com/locations?state=${stateURL}">${stateNameString}</a></span>` ); }) */ /* $('#map').bind('hover focus', function () { }, function(){ window.setTimeout(function(){ descriptionn.html( `<span class='branch-map-label'>See<a href="http://mybbsi-8611056.hs-sites.com/locations?state=${stateURL}"> all branches</a></span>` ) }, 800) })*/ } }) }) } // FUNCTIONS TO SET THINGS function bindStateEvents() { let onState = false; //console.log($(globalStateSVG)) $(globalStateSVG).on('mouseleave', function () { onState = false; descriptionn.fadeOut() }) $(globalStateSVG).each(function (i, e) { let stateURL = $(e).attr('data-page-id'), stateNameString = $(e).attr('data-state-name'); $(e).on('click', function () { if (typeof stateURL != 'undefined') { window.location = `https://www.bbsi.com/locations?state=${stateURL}` } }) $(e).on('mouseenter', function () { descriptionn.html( `<span class='branch-map-label'> ${stateNameString}</span>` ) if (onState === false) { descriptionn.fadeIn(); onState = true } }) $(e).on('mouseleave', function () { $(document).on('mouseover', function (f) { if ($(f.target).is('path.branch')) { } else { onState = false descriptionn.fadeOut(); } }) }) /* $(e).hover(function () { descriptionn.html( `<span class='branch-map-label'> ${stateNameString}</span>` ) descriptionn.fadeIn(); }, function () { descriptionn.fadeOut(); }) */ }) } function setTargetStateAbbr(data) { addToArray(targetStates, data) } // ************************************** // LOGGERS // ************************************** // $('.logger').html(targetStates.join(',')) // ************************************** // UTILITIES // ************************************** // function addToArray(targetArray, arrayItem) { // Check to see if state is in top-level array if (!targetArray.includes(arrayItem)) { // If not, add to array, this way we can sort them later targetArray.push(arrayItem) } } // ************************************** // BINDERS // ************************************** // // POSITION DESCRIPTIONn ELEMENT $(document) .mousemove(function (e) { $(".descriptionn").css("top", (e.pageY - $('.locations-map-wrapper').offset().top) - $(".descriptionn") .height() + 40); $(".descriptionn").css("left", (e.pageX - $('.locations-map-wrapper').offset().left) + 20); }) .mouseover(); path.click(function () { if ($(this).hasClass('enabled')) { $(this).removeClass('enabled') } else { $(this).addClass('enabled') } }) path.each(function () { let id = $(this).attr('id') if (targetStates.includes(id)) { $(document.getElementById(id)).addClass('branch') } }) }) // END JQUERY READY </script></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span6 widget-span widget-type-cell cell_16944708011265-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="6" data-w="6"> <div class="row-fluid-wrapper row-depth-1 row-number-11 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1694470854299" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="sr-multicol-media sr-one-col-01 widget_1694470854299 bg-none sr-padding-custom text-auto prototype-no-background"> <div class="container-fluid"> <div class="row sr-row sr-valign-center"> <div class="col-md-12 sr-col sr-repeater-1"> <div class="content-wrapper"> <h2 class="heading"> Nationally recognized.<br>Locally rooted. </h2> <div class="col-content "> <p>When you're looking for a partner to help you grow your business or process your payroll, you want someone local with an office in the neighborhood you can visit anytime, and who knows your name as soon as you walk in the door.</p> </div> <div class="cta-group sr-spacer-top-25"> <div class="btn-wrapper btn-secondary-wrapper btn-wrapper-md"><a class="cta-button" href="tel:%201-800-494-5669" target="_blank" rel="noopener">Call<span>: 1-800-494-5669</span></a></div> <div class="btn-wrapper btn-primary-wrapper btn-wrapper-md"><a class="cta-button" href="https://www.bbsi.com/locations">Find your local branch</a></div></div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-12 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-13 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1693948830709" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="sr-offer-one-col-01 widget_1693948830709 bg-white sr-padding-half text-auto text-center prototype-no-background" id="get-started"> <div class="container"> <div class="sr-form btn-wrapper text-auto btn-primary-wrapper btn-wrapper-md btn-center"> <div class="sr-spacer-bottom-25"> <h2 class="heading text-primary"> Contact Us Today! </h2> </div> <span id="hs_cos_wrapper_widget_1693948830709_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_form" style="" data-hs-cos-general-type="widget" data-hs-cos-type="form"> <div id="hs_form_target_widget_1693948830709"></div> </span> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-14 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-15 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1693948975043" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="sr-clients-carousel-01 widget_1693948975043 sr-clients bg-white sr-padding-full text-auto text-center prototype-no-background"> <div class="container"> <div> <div class="logo-slider "> <div> <img src="https://www.bbsi.com/hs-fs/hubfs/Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png?width=134&height=190&name=Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png" alt="Great Place To Work Certified" loading="lazy" width="134" height="190" srcset="https://www.bbsi.com/hs-fs/hubfs/Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png?width=67&height=95&name=Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png 67w, https://www.bbsi.com/hs-fs/hubfs/Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png?width=134&height=190&name=Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png 134w, https://www.bbsi.com/hs-fs/hubfs/Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png?width=201&height=285&name=Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png 201w, https://www.bbsi.com/hs-fs/hubfs/Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png?width=268&height=380&name=Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png 268w, https://www.bbsi.com/hs-fs/hubfs/Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png?width=335&height=475&name=Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png 335w, https://www.bbsi.com/hs-fs/hubfs/Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png?width=402&height=570&name=Barrett_Business_Services_Inc_US_English_2023_Certification_Badge.png 402w" sizes="(max-width: 134px) 100vw, 134px"> </div> <div> <img src="https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/AICPA%20JPG.jpg?width=151&height=150&name=AICPA%20JPG.jpg" alt="AICPA SOC Compliant" loading="lazy" width="151" height="150" srcset="https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/AICPA%20JPG.jpg?width=76&height=75&name=AICPA%20JPG.jpg 76w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/AICPA%20JPG.jpg?width=151&height=150&name=AICPA%20JPG.jpg 151w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/AICPA%20JPG.jpg?width=227&height=225&name=AICPA%20JPG.jpg 227w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/AICPA%20JPG.jpg?width=302&height=300&name=AICPA%20JPG.jpg 302w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/AICPA%20JPG.jpg?width=378&height=375&name=AICPA%20JPG.jpg 378w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/AICPA%20JPG.jpg?width=453&height=450&name=AICPA%20JPG.jpg 453w" sizes="(max-width: 151px) 100vw, 151px"> </div> <div> <img src="https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/NAPEO%20JPG.jpg?width=265&height=150&name=NAPEO%20JPG.jpg" alt="NAPEO Member" loading="lazy" width="265" height="150" srcset="https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/NAPEO%20JPG.jpg?width=133&height=75&name=NAPEO%20JPG.jpg 133w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/NAPEO%20JPG.jpg?width=265&height=150&name=NAPEO%20JPG.jpg 265w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/NAPEO%20JPG.jpg?width=398&height=225&name=NAPEO%20JPG.jpg 398w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/NAPEO%20JPG.jpg?width=530&height=300&name=NAPEO%20JPG.jpg 530w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/NAPEO%20JPG.jpg?width=663&height=375&name=NAPEO%20JPG.jpg 663w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/NAPEO%20JPG.jpg?width=795&height=450&name=NAPEO%20JPG.jpg 795w" sizes="(max-width: 265px) 100vw, 265px"> </div> <div> <img src="https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/Accredited%20JPG.jpg?width=206&height=150&name=Accredited%20JPG.jpg" alt="Employer Services Assurance Corporation (ESAC) Accredited" loading="lazy" width="206" height="150" srcset="https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/Accredited%20JPG.jpg?width=103&height=75&name=Accredited%20JPG.jpg 103w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/Accredited%20JPG.jpg?width=206&height=150&name=Accredited%20JPG.jpg 206w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/Accredited%20JPG.jpg?width=309&height=225&name=Accredited%20JPG.jpg 309w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/Accredited%20JPG.jpg?width=412&height=300&name=Accredited%20JPG.jpg 412w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/Accredited%20JPG.jpg?width=515&height=375&name=Accredited%20JPG.jpg 515w, https://www.bbsi.com/hs-fs/hubfs/BBSI%202023/Accredited%20JPG.jpg?width=618&height=450&name=Accredited%20JPG.jpg 618w" sizes="(max-width: 206px) 100vw, 206px"> </div> <div> <a href="https://www.nasdaq.com/market-activity/stocks/bbsi" target="_blank" rel="noopener"> <img src="https://www.bbsi.com/hs-fs/hubfs/BBSI_TM%20NasDaq%20Logo%20Updated-01.png?width=674&height=143&name=BBSI_TM%20NasDaq%20Logo%20Updated-01.png" alt="BBSI_TM NasDaq Logo Updated-01" loading="lazy" width="674" height="143" srcset="https://www.bbsi.com/hs-fs/hubfs/BBSI_TM%20NasDaq%20Logo%20Updated-01.png?width=337&height=72&name=BBSI_TM%20NasDaq%20Logo%20Updated-01.png 337w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM%20NasDaq%20Logo%20Updated-01.png?width=674&height=143&name=BBSI_TM%20NasDaq%20Logo%20Updated-01.png 674w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM%20NasDaq%20Logo%20Updated-01.png?width=1011&height=215&name=BBSI_TM%20NasDaq%20Logo%20Updated-01.png 1011w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM%20NasDaq%20Logo%20Updated-01.png?width=1348&height=286&name=BBSI_TM%20NasDaq%20Logo%20Updated-01.png 1348w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM%20NasDaq%20Logo%20Updated-01.png?width=1685&height=358&name=BBSI_TM%20NasDaq%20Logo%20Updated-01.png 1685w, https://www.bbsi.com/hs-fs/hubfs/BBSI_TM%20NasDaq%20Logo%20Updated-01.png?width=2022&height=429&name=BBSI_TM%20NasDaq%20Logo%20Updated-01.png 2022w" sizes="(max-width: 674px) 100vw, 674px"> </a> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div> </div> </div> <div data-global-resource-path="BBSI Templates 2023/templates/partials/site_footer.html"><footer class="footer"> <div class="footer__container content-wrapper"> <div class="row-fluid"> <div class="span12"> <div id="hs_cos_wrapper_footermenu" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-menu" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_footermenu_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_menu" style="" data-hs-cos-general-type="widget" data-hs-cos-type="menu"><div id="hs_menu_wrapper_footermenu_" class="hs-menu-wrapper active-branch no-flyouts hs-menu-flow-horizontal" role="navigation" data-sitemap-name="default" data-menu-id="36014182023" aria-label="Navigation Menu"> <ul role="menu"> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="javascript:;" aria-haspopup="true" aria-expanded="false" role="menuitem">Services</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/peo-services" role="menuitem"><strong>Services Overview</strong></a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/peo-services/payroll" role="menuitem">Payroll</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/peo-services/human-resources" role="menuitem">Human Resources</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/peo-services/workers-comp" role="menuitem">Workers' Compensation</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/peo-services/benefits" role="menuitem">Health Benefits</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/peo-services/staffing-and-recruiting" role="menuitem"> Staffing & Recruiting</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/peo-services/retirement-plans" role="menuitem">Retirement & 401(k)</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/peo-services/risk-and-safety" role="menuitem">Risk & Safety</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/peo-services/technology" role="menuitem">Technology Solutions</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/peo-services/business-strategy" role="menuitem">Business Strategy</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="javascript:;" aria-haspopup="true" aria-expanded="false" role="menuitem">Partners</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/partners" role="menuitem">Referral Partner Program</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/partner-resources" role="menuitem">Partner Learning Hub</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/partners/partner-stories" role="menuitem">Partner Stories</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/partners/refer" role="menuitem">Refer a Client</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/partners/promo-materials" role="menuitem">Promotional Materials</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="https://ir.bbsi.com/" aria-haspopup="true" aria-expanded="false" role="menuitem">Investors</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://ir.bbsi.com/" role="menuitem">Investor Relations</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://ir.bbsi.com/news-events" role="menuitem">News / Events</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://ir.bbsi.com/company-information" role="menuitem">Company Information</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://ir.bbsi.com/financial-information" role="menuitem">Financial Information</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://ir.bbsi.com/stock-data/quote" role="menuitem">Stock Data</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://ir.bbsi.com/sec-filings" role="menuitem">SEC Filings</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://ir.bbsi.com/corporate-governance" role="menuitem">Governance</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="javascript:;" aria-haspopup="true" aria-expanded="false" role="menuitem">About</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/locations" role="menuitem">Locations</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/about" role="menuitem">About Us</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/about/client-stories" role="menuitem">Client Stories</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/industry-experience" role="menuitem">Industry Experience</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/about/business-unit-team" role="menuitem">Business Unit Team</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/about/esgpolicy" role="menuitem">ESG Policy</a></li> </ul></li> <li class="hs-menu-item hs-menu-depth-1 hs-item-has-children" role="none"><a href="javascript:;" aria-haspopup="true" aria-expanded="false" role="menuitem">Resources</a> <ul role="menu" class="hs-menu-children-wrapper"> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/business-owner-resources/transforming-your-business-what-is-a-peo" role="menuitem">What is a PEO?</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/business-owner-resources" role="menuitem">Resource Center</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/business-owner-resources/events" role="menuitem">Events</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/news" role="menuitem">News</a></li> <li class="hs-menu-item hs-menu-depth-2" role="none"><a href="https://www.bbsi.com/business-owner-resources/podcast-entrepredoers" role="menuitem">Podcast</a></li> </ul></li> </ul> </div></span></div> </div> </div> <div class="row-fluid"> <div class="span6 footer__social"> <div id="hs_cos_wrapper_footer_social" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="social-links"> <a class="social-links__link" href="https://www.linkedin.com/company/bbsi" rel="noopener" target="_blank"> <span id="hs_cos_wrapper_footer_social_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon social-links__icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-labelledby="linkedin-in1" role="img"><title id="linkedin-in1">Follow us on LinkedIn</title><g id="linkedin-in1_layer"><path d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z" /></g></svg></span> </a> <a class="social-links__link" href="https://www.youtube.com/@bbsi1831" rel="noopener" target="_blank"> <span id="hs_cos_wrapper_footer_social__2" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon social-links__icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" aria-labelledby="youtube2" role="img"><title id="youtube2">Follow us on Youtube</title><g id="youtube2_layer"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></g></svg></span> </a> <a class="social-links__link" href="https://www.facebook.com/BarrettBusinessServices" rel="noopener" target="_blank"> <span id="hs_cos_wrapper_footer_social__3" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon social-links__icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 264 512" aria-labelledby="facebook-f3" role="img"><title id="facebook-f3">Follow us on Facebook</title><g id="facebook-f3_layer"><path d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229" /></g></svg></span> </a> <a class="social-links__link" href="https://twitter.com/BBSI_PEO" rel="noopener" target="_blank"> <span id="hs_cos_wrapper_footer_social__4" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon social-links__icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" aria-labelledby="twitter4" role="img"><title id="twitter4">Follow us on Twitter</title><g id="twitter4_layer"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" /></g></svg></span> </a> <a class="social-links__link" href="https://podcasts.apple.com/us/podcast/entrepre-doers/id1678792395" rel="noopener" target="_blank"> <span id="hs_cos_wrapper_footer_social__5" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon social-links__icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-labelledby="podcast5" role="img"><title id="podcast5">Listen on Apple Podcasts</title><g id="podcast5_layer"><path d="M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z" /></g></svg></span> </a> <a class="social-links__link" href="https://open.spotify.com/show/7beIgzKaNX7lJdB9yeYZgV" rel="noopener" target="_blank"> <span id="hs_cos_wrapper_footer_social__6" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon social-links__icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 496 512" aria-labelledby="spotify6" role="img"><title id="spotify6">Listen on Spotify</title><g id="spotify6_layer"><path d="M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z" /></g></svg></span> </a> </div></div> </div> <div class="span6"> <div class="footer__copyright"> <div id="hs_cos_wrapper_footer_copyright_text" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_footer_copyright_text_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="text">BBSI™ all rights reserved. 2025 <a href="/about/careers">Careers</a> <a href="/mpn-search">MPN Search</a> <a href="/privacy-policy">Privacy Policy</a></span></div> </div> </div> </div> </div> </footer></div> <script src="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/40979361906/1745360367871/template_jquery.min.js" crossorigin="anonymous"></script> <script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script> <script src="https://stats.sprocketrocket.co/js/analytics.js" crossorigin="anonymous"></script> <!-- HubSpot performance collection script --> <script defer src="/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js"></script> <script src="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/133378731424/1745360365069/template_child.min.js"></script> <script> var hsVars = hsVars || {}; hsVars['language'] = 'en'; </script> <script src="/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js"></script> <script src="https://www.bbsi.com/hs-fs/hubfs/hub_generated/module_assets/1/166873404325/1744225470567/module_BBSI_Navigation_01.min.js"></script> <script> // Sticky init $(function(){ $(".top-custom-search").stick_in_parent(); }); // Slide on click if($('.top-custom-search-trigger').length) { $('.top-custom-search-trigger').click(function(e){ $('.top-custom-search-wrapper').slideToggle(); e.preventDefault(); e.stopPropagation(); // Stop event propagation to prevent immediate closing }); // Event listener to close the container when clicking outside of it $(document.body).on('click', function(e) { // Check if the clicked element is not within the container or the trigger button if (!$(e.target).closest('.top-custom-search-wrapper').length && !$(e.target).closest('.top-custom-search-trigger').length) { $('.top-custom-search-wrapper').slideUp(); } }); } // Slide on click for mobile language switcher if($('.top-custom-language-trigger').length) { $('.top-custom-language-trigger').click(function(e){ $('.top-custom-language-wrapper').slideToggle(); e.preventDefault(); e.stopPropagation(); // Stop event propagation to prevent immediate closing }); // Event listener to close the container when clicking outside of it $(document.body).on('click', function(e) { // Check if the clicked element is not within the container or the trigger button if (!$(e.target).closest('.top-custom-language-wrapper').length && !$(e.target).closest('.top-custom-language-trigger').length) { $('.top-custom-language-wrapper').slideUp(); } }); } </script> <script defer src="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/133405459123/1745360356752/template_video_embed.min.js"></script> <script defer src="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/40979290911/1745360356753/template_slick.min.js"></script> <script defer> window.addEventListener("load", function() { $("#slickSlider-widget_1693947436008").slick({ dots: false, arrows: true, autoplay: true, autoplaySpeed: 3000, infinite: true, slidesToShow: 3, slidesToScroll: 3, centerPadding: '80px', nextArrow: '<div class="chevron-right"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="22" aria-hidden="true"><g id="chevron-right1_layer"><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></g></svg></div>', prevArrow: '<div class="chevron-left"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="22" aria-hidden="true"><g id="chevron-left2_layer"><path d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"/></g></svg></div>', responsive: [ { breakpoint: 992, settings: { slidesToShow: 1, slidesToScroll: 1, } } ] }); var max = 0, mobile = $(window).width(); $(".widget_1693947436008 .equal-height").css('min-height', 'inherit'); if ( mobile > 992 ){ $(".widget_1693947436008 .equal-height").each(function(index, el) { if( $(this).outerHeight() > max ){ max = $(this).outerHeight(); } }); $(".widget_1693947436008 .equal-height").css('min-height', max); } document.getElementById("slickSlider-widget_1693947436008").style.opacity = "1"; }); </script> <!--[if lte IE 8]> <script charset="utf-8" src="https://js.hsforms.net/forms/v2-legacy.js"></script> <![endif]--> <script data-hs-allowed="true" src="/_hcms/forms/v2.js"></script> <script data-hs-allowed="true"> var options = { portalId: '8611056', formId: 'f49aba7c-28e1-472b-a0b0-17d463cb6885', formInstanceId: '8076', pageId: '36013871354', region: 'na1', pageName: "Locally-supported Payroll, HR, Workers Compensation and Health Benefits | BBSI", inlineMessage: "Thanks for submitting the form.", rawInlineMessage: "Thanks for submitting the form.", hsFormKey: "f0bb69332070e3d73a79c3e1dd1a3ff1", css: '', target: '#hs_form_target_widget_1693948830709', contentType: "standard-page", formsBaseUrl: '/_hcms/forms/', formData: { cssClass: 'hs-form stacked hs-custom-form' } }; options.getExtraMetaDataBeforeSubmit = function() { var metadata = {}; if (hbspt.targetedContentMetadata) { var count = hbspt.targetedContentMetadata.length; var targetedContentData = []; for (var i = 0; i < count; i++) { var tc = hbspt.targetedContentMetadata[i]; if ( tc.length !== 3) { continue; } targetedContentData.push({ definitionId: tc[0], criterionId: tc[1], smartTypeId: tc[2] }); } metadata["targetedContentMetadata"] = JSON.stringify(targetedContentData); } return metadata; }; hbspt.forms.create(options); </script> <!-- Start of HubSpot Analytics Code --> <script type="text/javascript"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); _hsq.push(["setCanonicalUrl", "https:\/\/www.bbsi.com"]); _hsq.push(["setPageId", "36013871354"]); _hsq.push(["setContentMetadata", { "contentPageId": 36013871354, "legacyPageId": "36013871354", "contentFolderId": null, "contentGroupId": null, "abTestId": null, "languageVariantId": 36013871354, "languageCode": "en", }]); </script> <script type="text/javascript" id="hs-script-loader" async defer src="/hs/scriptloader/8611056.js"></script> <!-- End of HubSpot Analytics Code --> <script type="text/javascript"> var hsVars = { render_id: "536c35fa-7fd6-4539-9ad5-eaba9a7cc266", ticks: 1746872442549, page_id: 36013871354, content_group_id: 0, portal_id: 8611056, app_hs_base_url: "https://app.hubspot.com", cp_hs_base_url: "https://cp.hubspot.com", language: "en", analytics_page_type: "standard-page", scp_content_type: "", analytics_page_id: "36013871354", category_id: 1, folder_id: 0, is_hubspot_user: false } </script> <script defer src="/hs/hsstatic/HubspotToolsMenu/static-1.432/js/index.js"></script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N5HC75W" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script defer src="https://www.bbsi.com/hs-fs/hubfs/hub_generated/template_assets/1/40979040042/1745360356287/template_interaction.min.js"></script> </body></html>