CINXE.COM
BambooHR
<!DOCTYPE html> <html lang="en" data-locale="en" prefix="og: http://ogp.me/ns#"> <head> <script type="text/javascript"> (function(ENV, TOKEN) { var isSupportedBrowser = false; var enabledEnvironments = ['prod', 'stage']; var isEnabled = isSupportedBrowser && enabledEnvironments.indexOf(ENV) > -1; var isMobile = false; function checkIgnoreCases(isUncaught, args, payload) { var isRemoteUncaught = isIgnoringRemoteUncaught(isUncaught, payload); var isIgnoringUrl = isIgnoringUrlSegment(payload); var isIgnoringBots = isBot(); return isRemoteUncaught || isIgnoringUrl || isIgnoringBots; } /** * Test for bots via the userAgent **/ function isBot() { // Collection of Bots to ignore var bots = ['JobBot']; var userAgent = window.navigator.userAgent || ''; // Check if the userAgent contains a bot var findBots = bots.filter(function(bot) { return userAgent.indexOf(bot) !== -1; }); return findBots.length; } function isIgnoringUrlSegment(payload) { var url = payload.request.url; var ignoreMessage = [ /WalkMeAPI/, /_walkmeInternals/, /file:\/\// ].some(function(regex) { return regex.test(url); }); return ignoreMessage; } function isIgnoringRemoteUncaught(isUncaught, payload) { // Trace might not exist, if not just return false if ( payload && payload.body && payload.body.trace ) { var filename = payload.body.trace.frames[0].filename; // Ignore uncaught errors that are not from any bamboohr domains return isUncaught && !filename.match(/bamboohr/); } return false; } var locRegex = /^(https?):\/\/[a-z._-]*\.bamboohr\.[^\/]+(.*)/i; var buildVersionRegex = /^\/\d{2}\.\d{4}\.\d{6}-\w{7}\/js\//; var distJsRegex = /\.dist\.js$/i; var _rollbarConfig = { accessToken: TOKEN, captureUncaught: isEnabled, captureUnhandledRejections: isEnabled, enabled: isEnabled, scrubTelemetryInputs: true, itemsPerMinute: 5, maxItems: 15, rollbarJsUrl: "//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/rollbar.js/rollbar.min.js", payload: { environment: ENV + '-' + (isMobile ? 'mobile' : 'desktop'), client: { javascript: { source_map_enabled: true, code_version: '24.1122.161801-ef5c2f2', guess_uncaught_frames: true } } }, plugins: { jquery: { ignoreAjaxErrors: true } }, ignoredMessages: ['Script error.', 'Script error'], // ignore CORS issues (confirmed by rollbarjs devs) checkIgnore: checkIgnoreCases, transform: function(payload) { var trace = payload.body.trace; if (trace && Array.isArray(trace.frames)) { trace.frames.forEach(function(frame) { var filename = frame.filename; if (typeof filename === 'string') { var m = locRegex.exec(filename); if (m) { var protocol = m[1]; var path = m[2]; if ( distJsRegex.test(path) && buildVersionRegex.test(path) ) { path = path.replace(buildVersionRegex, '/js/'); } frame.filename = protocol + '://dynamichost' + path; } } }); } } }; // Rollbar Snippet !function(r){var e={};function o(n){if(e[n])return e[n].exports;var t=e[n]={i:n,l:!1,exports:{}};return r[n].call(t.exports,t,t.exports,o),t.l=!0,t.exports}o.m=r,o.c=e,o.d=function(r,e,n){o.o(r,e)||Object.defineProperty(r,e,{enumerable:!0,get:n})},o.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},o.t=function(r,e){if(1&e&&(r=o(r)),8&e)return r;if(4&e&&"object"==typeof r&&r&&r.__esModule)return r;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:r}),2&e&&"string"!=typeof r)for(var t in r)o.d(n,t,function(e){return r[e]}.bind(null,t));return n},o.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return o.d(e,"a",e),e},o.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},o.p="",o(o.s=0)}([function(r,e,o){"use strict";var n=o(1),t=o(5);_rollbarConfig=_rollbarConfig||{},_rollbarConfig.rollbarJsUrl=_rollbarConfig.rollbarJsUrl||"https://cdn.rollbar.com/rollbarjs/refs/tags/v2.19.4/rollbar.min.js",_rollbarConfig.async=void 0===_rollbarConfig.async||_rollbarConfig.async;var a=n.setupShim(window,_rollbarConfig),l=t(_rollbarConfig);window.rollbar=n.Rollbar,a.loadFull(window,document,!_rollbarConfig.async,_rollbarConfig,l)},function(r,e,o){"use strict";var n=o(2),t=o(3);function a(r){return function(){try{return r.apply(this,arguments)}catch(r){try{console.error("[Rollbar]: Internal error",r)}catch(r){}}}}var l=0;function i(r,e){this.options=r,this._rollbarOldOnError=null;var o=l++;this.shimId=function(){return o},"undefined"!=typeof window&&window._rollbarShims&&(window._rollbarShims[o]={handler:e,messages:[]})}var s=o(4),d=function(r,e){return new i(r,e)},c=function(r){return new s(d,r)};function u(r){return a((function(){var e=this,o=Array.prototype.slice.call(arguments,0),n={shim:e,method:r,args:o,ts:new Date};window._rollbarShims[this.shimId()].messages.push(n)}))}i.prototype.loadFull=function(r,e,o,n,t){var l=!1,i=e.createElement("script"),s=e.getElementsByTagName("script")[0],d=s.parentNode;i.crossOrigin="",i.src=n.rollbarJsUrl,o||(i.async=!0),i.onload=i.onreadystatechange=a((function(){if(!(l||this.readyState&&"loaded"!==this.readyState&&"complete"!==this.readyState)){i.onload=i.onreadystatechange=null;try{d.removeChild(i)}catch(r){}l=!0,function(){var e;if(void 0===r._rollbarDidLoad){e=new Error("rollbar.js did not load");for(var o,n,a,l,i=0;o=r._rollbarShims[i++];)for(o=o.messages||[];n=o.shift();)for(a=n.args||[],i=0;i<a.length;++i)if("function"==typeof(l=a[i])){l(e);break}}"function"==typeof t&&t(e)}()}})),d.insertBefore(i,s)},i.prototype.wrap=function(r,e,o){try{var n;if(n="function"==typeof e?e:function(){return e||{}},"function"!=typeof r)return r;if(r._isWrap)return r;if(!r._rollbar_wrapped&&(r._rollbar_wrapped=function(){o&&"function"==typeof o&&o.apply(this,arguments);try{return r.apply(this,arguments)}catch(o){var e=o;throw e&&("string"==typeof e&&(e=new String(e)),e._rollbarContext=n()||{},e._rollbarContext._wrappedSource=r.toString(),window._rollbarWrappedError=e),e}},r._rollbar_wrapped._isWrap=!0,r.hasOwnProperty))for(var t in r)r.hasOwnProperty(t)&&(r._rollbar_wrapped[t]=r[t]);return r._rollbar_wrapped}catch(e){return r}};for(var p="log,debug,info,warn,warning,error,critical,global,configure,handleUncaughtException,handleAnonymousErrors,handleUnhandledRejection,captureEvent,captureDomContentLoaded,captureLoad".split(","),f=0;f<p.length;++f)i.prototype[p[f]]=u(p[f]);r.exports={setupShim:function(r,e){if(r){var o=e.globalAlias||"Rollbar";if("object"==typeof r[o])return r[o];r._rollbarShims={},r._rollbarWrappedError=null;var l=new c(e);return a((function(){e.captureUncaught&&(l._rollbarOldOnError=r.onerror,n.captureUncaughtExceptions(r,l,!0),e.wrapGlobalEventHandlers&&t(r,l,!0)),e.captureUnhandledRejections&&n.captureUnhandledRejections(r,l,!0);var a=e.autoInstrument;return!1!==e.enabled&&(void 0===a||!0===a||"object"==typeof a&&a.network)&&r.addEventListener&&(r.addEventListener("load",l.captureLoad.bind(l)),r.addEventListener("DOMContentLoaded",l.captureDomContentLoaded.bind(l))),r[o]=l,l}))()}},Rollbar:c}},function(r,e,o){"use strict";function n(r,e,o,n){r._rollbarWrappedError&&(n[4]||(n[4]=r._rollbarWrappedError),n[5]||(n[5]=r._rollbarWrappedError._rollbarContext),r._rollbarWrappedError=null);var t=e.handleUncaughtException.apply(e,n);o&&o.apply(r,n),"anonymous"===t&&(e.anonymousErrorsPending+=1)}r.exports={captureUncaughtExceptions:function(r,e,o){if(r){var t;if("function"==typeof e._rollbarOldOnError)t=e._rollbarOldOnError;else if(r.onerror){for(t=r.onerror;t._rollbarOldOnError;)t=t._rollbarOldOnError;e._rollbarOldOnError=t}e.handleAnonymousErrors();var a=function(){var o=Array.prototype.slice.call(arguments,0);n(r,e,t,o)};o&&(a._rollbarOldOnError=t),r.onerror=a}},captureUnhandledRejections:function(r,e,o){if(r){"function"==typeof r._rollbarURH&&r._rollbarURH.belongsToShim&&r.removeEventListener("unhandledrejection",r._rollbarURH);var n=function(r){var o,n,t;try{o=r.reason}catch(r){o=void 0}try{n=r.promise}catch(r){n="[unhandledrejection] error getting `promise` from event"}try{t=r.detail,!o&&t&&(o=t.reason,n=t.promise)}catch(r){}o||(o="[unhandledrejection] error getting `reason` from event"),e&&e.handleUnhandledRejection&&e.handleUnhandledRejection(o,n)};n.belongsToShim=o,r._rollbarURH=n,r.addEventListener("unhandledrejection",n)}}}},function(r,e,o){"use strict";function n(r,e,o){if(e.hasOwnProperty&&e.hasOwnProperty("addEventListener")){for(var n=e.addEventListener;n._rollbarOldAdd&&n.belongsToShim;)n=n._rollbarOldAdd;var t=function(e,o,t){n.call(this,e,r.wrap(o),t)};t._rollbarOldAdd=n,t.belongsToShim=o,e.addEventListener=t;for(var a=e.removeEventListener;a._rollbarOldRemove&&a.belongsToShim;)a=a._rollbarOldRemove;var l=function(r,e,o){a.call(this,r,e&&e._rollbar_wrapped||e,o)};l._rollbarOldRemove=a,l.belongsToShim=o,e.removeEventListener=l}}r.exports=function(r,e,o){if(r){var t,a,l="EventTarget,Window,Node,ApplicationCache,AudioTrackList,ChannelMergerNode,CryptoOperation,EventSource,FileReader,HTMLUnknownElement,IDBDatabase,IDBRequest,IDBTransaction,KeyOperation,MediaController,MessagePort,ModalWindow,Notification,SVGElementInstance,Screen,TextTrack,TextTrackCue,TextTrackList,WebSocket,WebSocketWorker,Worker,XMLHttpRequest,XMLHttpRequestEventTarget,XMLHttpRequestUpload".split(",");for(t=0;t<l.length;++t)r[a=l[t]]&&r[a].prototype&&n(e,r[a].prototype,o)}}},function(r,e,o){"use strict";function n(r,e){this.impl=r(e,this),this.options=e,function(r){for(var e=function(r){return function(){var e=Array.prototype.slice.call(arguments,0);if(this.impl[r])return this.impl[r].apply(this.impl,e)}},o="log,debug,info,warn,warning,error,critical,global,configure,handleUncaughtException,handleAnonymousErrors,handleUnhandledRejection,_createItem,wrap,loadFull,shimId,captureEvent,captureDomContentLoaded,captureLoad".split(","),n=0;n<o.length;n++)r[o[n]]=e(o[n])}(n.prototype)}n.prototype._swapAndProcessMessages=function(r,e){var o,n,t;for(this.impl=r(this.options);o=e.shift();)n=o.method,t=o.args,this[n]&&"function"==typeof this[n]&&("captureDomContentLoaded"===n||"captureLoad"===n?this[n].apply(this,[t[0],o.ts]):this[n].apply(this,t));return this},r.exports=n},function(r,e,o){"use strict";r.exports=function(r){return function(e){if(!e&&!window._rollbarInitialized){for(var o,n,t=(r=r||{}).globalAlias||"Rollbar",a=window.rollbar,l=function(r){return new a(r)},i=0;o=window._rollbarShims[i++];)n||(n=o.handler),o.handler._swapAndProcessMessages(l,o.messages);window[t]=n,window._rollbarInitialized=!0}}}}]); // End Rollbar Snippet })( 'prod', '40b7bf5ee9dd489d82697670d136ff1b' ); </script> <link rel="dns-prefetch" href="/24.1122.214240-b186d61"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title> BambooHR </title> <meta name="robots" content="noindex, follow" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:type" content="website"/> <meta property="og:url" content="https://metronews.bamboohr.com/careers"/> <meta property="og:title" content="Current Openings"/> <meta property="og:description" content="Take a look at the current openings at Metro Publishing Inc."/> <meta property="og:image" content="https://metronews.bamboohr.com/jobs/share_image/68"/> <meta property="og:site_name" content="Metro Publishing Inc."/> <meta property="twitter:card" content="summary_large_image"/> <meta property="twitter:url" content="https://metronews.bamboohr.com/careers"/> <meta property="twitter:title" content="Current Openings"/> <meta property="twitter:description" content="Take a look at the current openings at Metro Publishing Inc."/> <meta property="twitter:image" content="https://metronews.bamboohr.com/jobs/share_image/68"/> <meta property="twitter:image:alt" content="Company logo"/> <link type="image/x-icon" href="https://staticfe.bamboohr.com/resources/images/favicon.ico" rel="shortcut icon" /> <link rel="resource" type="application/l10n" href="/js/pdfjs/web/locale/locale.properties" /> <link id="global-encore-css" type="text/css" rel="stylesheet" href="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/css/global-encore.65687b67.dist.css" /> <link id="print-encore-css" type="text/css" rel="stylesheet" href="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/css/print-encore.css" /> <link id="careers-css" type="text/css" rel="stylesheet" href="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/css/careers.0c4aad52.dist.css" /> <script type="text/javascript"> var DEFAULT_ERROR_MESSAGE = "Uh oh, something went wrong. Please try again or contact support@bamboohr.com"; var DEFAULT_PERMISSIONS_ERROR_MESSAGE = "You do not have sufficient permissions for this"; var GLOBAL_DATEPICKER_MASK = "mm\/dd\/yy"; var GLOBAL_NUMBER_REGEX = "\u005E\u0028\u003F\u0021\u002D0\u0024\u0029\u002D\u003F\u0028\u003F\u003D\u005B0\u002D9\\.\u005D\u0029\u0028\u003F\u00210\u005B0\u002D9\u005D\u0029\u0028\u003F\u003A\\d\u002B\u007C\\d\u007B1,3\u007D\u0028\u003F\u003A,\\d\u007B3\u007D\u0029\u002B\u0029\u003F\u0028\u003F\u003A\\.\\d\u002B\u0029\u003F\u0024"; var CSRF_TOKEN = "ab386bd91fbc999f136bc7053c0a8c3ff63ba577912ced1b8653a61942ff5da45fc1d1f74583b3fb09519ffd76e39a5a92cfc0fced152e3fcc3f052dcd6733cd"; var CAN_EMAIL_FILES_AND_REPORTS = null; var EVENT_TRACKING_DEFINITIONS = null; var GLOBAL_IS_ASSUMED_USER=null; var ENCORE_ENABLED=true; var SESSION_COMPANY=undefined; </script> <!-- Modernizr --> <script type="text/javascript" src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/libs/modernizr.min.js"></script> <script type="text/javascript" src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/vendor.44434060.dist.js"></script> <script type="text/javascript" src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/fabric.7d479ce8.dist.js"></script> <script type="text/javascript" src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/common.3b22a5d9.dist.js"></script> <script type="text/javascript" src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/polyfill.79445f2a.dist.js"></script> <script type="text/javascript"> (function() { Object.defineProperties(window, { ENV: { value: 'prod' }, BUILD_VERSION: { value: '24.1122.161801-ef5c2f2' }, BASE_DOMAIN: { value: 'bamboohr.com' }, isarray: { value: Array.isArray }, SESSION_USER: { value: null }, IMAGE_RESOURCE: { value: 'resources' } }); window.BambooHR = window.BambooHR || {}; Object.defineProperties(window.BambooHR, { env: { value: Object.freeze({ val: window.ENV, dev: window.ENV === 'dev', stage: window.ENV === 'stage', prod: window.ENV === 'prod', }) } }); Object.defineProperty(window, 'DOMAIN', { value: 'resources.bamboohr.com' }); Object.defineProperty(window, 'STATICFE_UI_SRC', { value: 1 }); Object.defineProperty(window, 'STATIC_FE_DOMAIN', { value: `staticfe.bamboohr.com/fe-main` }); var rootUrl = window.STATICFE_UI_SRC === 1 ? (window.STATIC_FE_DOMAIN || window.location.hostname) : (window.DOMAIN || window.location.hostname); Object.defineProperty(window, 'ROOT_URL', { value: window.location.protocol + '//' + rootUrl }); Object.defineProperty(window, '__staticResourceUrlFeMain', { value: '//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/' }); window.__resManifest = JSON.parse("{\u0022css\\/data-table.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/data-table.6eb4fb0b.dist.css\u0022,\u0022js\\/data-table.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/data-table.6eb4fb0b.dist.js\u0022,\u0022css\\/access_levels.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/access_levels.f051baed.dist.css\u0022,\u0022js\\/access_levels.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/access_levels.f051baed.dist.js\u0022,\u0022css\\/account.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/account.154bd53e.dist.css\u0022,\u0022js\\/account.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/account.154bd53e.dist.js\u0022,\u0022css\\/app-trax.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/app-trax.bf107bdc.dist.css\u0022,\u0022js\\/app-trax.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/app-trax.bf107bdc.dist.js\u0022,\u0022css\\/apps.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/apps.f429d6a9.dist.css\u0022,\u0022js\\/apps.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/apps.f429d6a9.dist.js\u0022,\u0022css\\/first-time-payment.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/first-time-payment.6367d4d2.dist.css\u0022,\u0022js\\/first-time-payment.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/first-time-payment.6367d4d2.dist.js\u0022,\u0022css\\/integrations-sign-up.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/integrations-sign-up.7ae4e5a7.dist.css\u0022,\u0022js\\/integrations-sign-up.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/integrations-sign-up.7ae4e5a7.dist.js\u0022,\u0022css\\/calendar.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/calendar.d0548e41.dist.css\u0022,\u0022js\\/calendar.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/calendar.d0548e41.dist.js\u0022,\u0022css\\/calendar-ical-modal.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/calendar-ical-modal.9e860c40.dist.css\u0022,\u0022js\\/calendar-ical-modal.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/calendar-ical-modal.9e860c40.dist.js\u0022,\u0022css\\/careers.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/careers.0c4aad52.dist.css\u0022,\u0022js\\/careers.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/careers.0c4aad52.dist.js\u0022,\u0022js\\/change_password.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/change_password.82784510.dist.js\u0022,\u0022css\\/BhrTabs.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/BhrTabs.0a22f22a.dist.css\u0022,\u0022js\\/BhrTabs.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/BhrTabs.0a22f22a.dist.js\u0022,\u0022css\\/EditOptions.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/EditOptions.7d8e81e4.dist.css\u0022,\u0022js\\/EditOptions.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/EditOptions.7d8e81e4.dist.js\u0022,\u0022css\\/EmployeeFilters.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/EmployeeFilters.b6cdb674.dist.css\u0022,\u0022js\\/EmployeeFilters.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/EmployeeFilters.b6cdb674.dist.js\u0022,\u0022css\\/EmployeeSelector.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/EmployeeSelector.a3b24e4c.dist.css\u0022,\u0022js\\/EmployeeSelector.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/EmployeeSelector.a3b24e4c.dist.js\u0022,\u0022css\\/ProcessBar.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/ProcessBar.98ed03a3.dist.css\u0022,\u0022js\\/ProcessBar.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/ProcessBar.98ed03a3.dist.js\u0022,\u0022css\\/dashboard.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/dashboard.12b5273d.dist.css\u0022,\u0022js\\/dashboard.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/dashboard.12b5273d.dist.js\u0022,\u0022css\\/dev.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/dev.a85ad7ae.dist.css\u0022,\u0022js\\/dev.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/dev.a85ad7ae.dist.js\u0022,\u0022css\\/developer-portal.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/developer-portal.695c9d88.dist.css\u0022,\u0022js\\/developer-portal.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/developer-portal.695c9d88.dist.js\u0022,\u0022css\\/directory-new.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/directory-new.1e9dcf69.dist.css\u0022,\u0022js\\/directory-new.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/directory-new.1e9dcf69.dist.js\u0022,\u0022css\\/anytime.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/anytime.e782682d.dist.css\u0022,\u0022js\\/anytime.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/anytime.e782682d.dist.js\u0022,\u0022css\\/gtky-questions.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/gtky-questions.58d45d0f.dist.css\u0022,\u0022js\\/gtky-questions.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/gtky-questions.58d45d0f.dist.js\u0022,\u0022css\\/benefit-history-table.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/benefit-history-table.67468a35.dist.css\u0022,\u0022js\\/benefit-history-table.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/benefit-history-table.67468a35.dist.js\u0022,\u0022css\\/benefit-plans-table.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/benefit-plans-table.066dae53.dist.css\u0022,\u0022js\\/benefit-plans-table.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/benefit-plans-table.066dae53.dist.js\u0022,\u0022css\\/benefits-dependents-table.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/benefits-dependents-table.d89c666e.dist.css\u0022,\u0022js\\/benefits-dependents-table.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/benefits-dependents-table.d89c666e.dist.js\u0022,\u0022js\\/employee-looping.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/employee-looping.938fdd1f.dist.js\u0022,\u0022css\\/employees.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/employees.fea3e4a8.dist.css\u0022,\u0022js\\/employees.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/employees.fea3e4a8.dist.js\u0022,\u0022css\\/gtky-interstitial.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/gtky-interstitial.0ce61dbb.dist.css\u0022,\u0022js\\/gtky-interstitial.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/gtky-interstitial.0ce61dbb.dist.js\u0022,\u0022css\\/org-chart-export.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/org-chart-export.c588a759.dist.css\u0022,\u0022js\\/org-chart-export.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/org-chart-export.c588a759.dist.js\u0022,\u0022css\\/org-chart.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/org-chart.b897fe39.dist.css\u0022,\u0022js\\/org-chart.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/org-chart.b897fe39.dist.js\u0022,\u0022css\\/performance.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/performance.92074c41.dist.css\u0022,\u0022js\\/performance.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/performance.92074c41.dist.js\u0022,\u0022css\\/time-off.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/time-off.986d0414.dist.css\u0022,\u0022js\\/time-off.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/time-off.986d0414.dist.js\u0022,\u0022css\\/print_timesheet_view.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/print_timesheet_view.5eaae814.dist.css\u0022,\u0022js\\/print_timesheet_view.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/print_timesheet_view.5eaae814.dist.js\u0022,\u0022css\\/timesheet.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/timesheet.750843ec.dist.css\u0022,\u0022js\\/timesheet.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/timesheet.750843ec.dist.js\u0022,\u0022js\\/print_total_rewards_view.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/print_total_rewards_view.c4be3c33.dist.js\u0022,\u0022js\\/trend-graph.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/trend-graph.6a3ab503.dist.js\u0022,\u0022css\\/error-pages.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/error-pages.8c17c4c7.dist.css\u0022,\u0022js\\/error-pages.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/error-pages.8c17c4c7.dist.js\u0022,\u0022css\\/feeds.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/feeds.1233b9cb.dist.css\u0022,\u0022js\\/feeds.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/feeds.1233b9cb.dist.js\u0022,\u0022css\\/file-importer.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/file-importer.dceb42f3.dist.css\u0022,\u0022js\\/file-importer.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/file-importer.dceb42f3.dist.js\u0022,\u0022css\\/file_export.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/file_export.6731c5ff.dist.css\u0022,\u0022js\\/file_export.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/file_export.6731c5ff.dist.js\u0022,\u0022css\\/files.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/files.b759a1f7.dist.css\u0022,\u0022js\\/files.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/files.b759a1f7.dist.js\u0022,\u0022css\\/global.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/global.b9202666.dist.css\u0022,\u0022js\\/global.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/global.b9202666.dist.js\u0022,\u0022js\\/head.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/head.882d03c2.dist.js\u0022,\u0022js\\/header.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/header.a97164c0.dist.js\u0022,\u0022js\\/polyfill.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/polyfill.79445f2a.dist.js\u0022,\u0022css\\/global-encore-legacy.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/global-encore-legacy.5b0ed775.dist.css\u0022,\u0022js\\/global-encore-legacy.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/global-encore-legacy.5b0ed775.dist.js\u0022,\u0022css\\/global-encore.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/global-encore.65687b67.dist.css\u0022,\u0022js\\/global-encore.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/global-encore.65687b67.dist.js\u0022,\u0022css\\/global-gh.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/global-gh.988e3c3a.dist.css\u0022,\u0022js\\/global-gh.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/global-gh.988e3c3a.dist.js\u0022,\u0022css\\/global-jade.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/global-jade.dcb7adff.dist.css\u0022,\u0022js\\/global-jade.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/global-jade.dcb7adff.dist.js\u0022,\u0022css\\/global-legacy.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/global-legacy.50c16543.dist.css\u0022,\u0022js\\/global-legacy.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/global-legacy.50c16543.dist.js\u0022,\u0022js\\/api-calls.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/api-calls.54689c0c.dist.js\u0022,\u0022css\\/billing.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/billing.1eaed3e1.dist.css\u0022,\u0022js\\/billing.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/billing.1eaed3e1.dist.js\u0022,\u0022css\\/greenhouse-company-payroll.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/greenhouse-company-payroll.3ac26c8c.dist.css\u0022,\u0022js\\/greenhouse-company-payroll.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/greenhouse-company-payroll.3ac26c8c.dist.js\u0022,\u0022css\\/greenhouse-micro.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/greenhouse-micro.d922ee42.dist.css\u0022,\u0022js\\/greenhouse-micro.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/greenhouse-micro.d922ee42.dist.js\u0022,\u0022css\\/greenhouse.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/greenhouse.1c133daa.dist.css\u0022,\u0022js\\/greenhouse.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/greenhouse.1c133daa.dist.js\u0022,\u0022css\\/payroll-tools.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/payroll-tools.a4a9e398.dist.css\u0022,\u0022js\\/payroll-tools.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools.a4a9e398.dist.js\u0022,\u0022js\\/report-sticky-nav.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/report-sticky-nav.1921fe87.dist.js\u0022,\u0022css\\/hiring.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/hiring.c687fee8.dist.css\u0022,\u0022js\\/hiring.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/hiring.c687fee8.dist.js\u0022,\u0022css\\/offer-letter-finalize.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/offer-letter-finalize.bf4e37f9.dist.css\u0022,\u0022js\\/offer-letter-finalize.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/offer-letter-finalize.bf4e37f9.dist.js\u0022,\u0022css\\/home.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/home.7ee4c2a3.dist.css\u0022,\u0022js\\/home.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/home.7ee4c2a3.dist.js\u0022,\u0022css\\/inbox-calendar.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/inbox-calendar.bc686592.dist.css\u0022,\u0022js\\/inbox-calendar.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/inbox-calendar.bc686592.dist.js\u0022,\u0022css\\/inbox.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/inbox.9778e8e7.dist.css\u0022,\u0022js\\/inbox.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/inbox.9778e8e7.dist.js\u0022,\u0022css\\/jobs.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/jobs.35db267f.dist.css\u0022,\u0022js\\/jobs.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/jobs.35db267f.dist.js\u0022,\u0022js\\/Donut.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/Donut.83e108e3.dist.js\u0022,\u0022js\\/locations.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/locations.75e3b935.dist.js\u0022,\u0022js\\/ProgressBar.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/ProgressBar.6c29d252.dist.js\u0022,\u0022js\\/report-filter.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/report-filter.3604e612.dist.js\u0022,\u0022css\\/login-gh.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/login-gh.61b3d20e.dist.css\u0022,\u0022js\\/login-gh.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/login-gh.61b3d20e.dist.js\u0022,\u0022css\\/login.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/login.03d87477.dist.css\u0022,\u0022js\\/login.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/login.03d87477.dist.js\u0022,\u0022css\\/multi-factor-auth.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/multi-factor-auth.2c373c95.dist.css\u0022,\u0022js\\/multi-factor-auth.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/multi-factor-auth.2c373c95.dist.js\u0022,\u0022css\\/prelogin.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/prelogin.4b88a286.dist.css\u0022,\u0022js\\/prelogin.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/prelogin.4b88a286.dist.js\u0022,\u0022js\\/tos.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/tos.a9dafa3a.dist.js\u0022,\u0022js\\/trusted-browser.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/trusted-browser.7fd17b64.dist.js\u0022,\u0022css\\/logged-out.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/logged-out.3e15a468.dist.css\u0022,\u0022js\\/logged-out.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/logged-out.3e15a468.dist.js\u0022,\u0022css\\/manage.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/manage.38020358.dist.css\u0022,\u0022js\\/manage.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/manage.38020358.dist.js\u0022,\u0022css\\/payroll.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/payroll.c5be79c7.dist.css\u0022,\u0022js\\/payroll.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll.c5be79c7.dist.js\u0022,\u0022css\\/po.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/po.51c182e8.dist.css\u0022,\u0022js\\/po.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/po.51c182e8.dist.js\u0022,\u0022css\\/power_edit.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/power_edit.600b642f.dist.css\u0022,\u0022js\\/power_edit.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/power_edit.600b642f.dist.js\u0022,\u0022css\\/pto-new.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/pto-new.4c23d669.dist.css\u0022,\u0022js\\/pto-new.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/pto-new.4c23d669.dist.js\u0022,\u0022css\\/pto.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/pto.3ecdc5af.dist.css\u0022,\u0022js\\/pto.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/pto.3ecdc5af.dist.js\u0022,\u0022css\\/aca-benefit-history-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/aca-benefit-history-report.5a3918a4.dist.css\u0022,\u0022js\\/aca-benefit-history-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/aca-benefit-history-report.5a3918a4.dist.js\u0022,\u0022css\\/aca-monthly-totals-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/aca-monthly-totals-report.a0378828.dist.css\u0022,\u0022js\\/aca-monthly-totals-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/aca-monthly-totals-report.a0378828.dist.js\u0022,\u0022css\\/additions-terminations.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/additions-terminations.d4bdad76.dist.css\u0022,\u0022js\\/additions-terminations.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/additions-terminations.d4bdad76.dist.js\u0022,\u0022css\\/age-profile.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/age-profile.9e54b03a.dist.css\u0022,\u0022js\\/age-profile.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/age-profile.9e54b03a.dist.js\u0022,\u0022css\\/applicant-demographics-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/applicant-demographics-report.83c1e04c.dist.css\u0022,\u0022js\\/applicant-demographics-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/applicant-demographics-report.83c1e04c.dist.js\u0022,\u0022css\\/applicant-funnel.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/applicant-funnel.ba347afc.dist.css\u0022,\u0022js\\/applicant-funnel.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/applicant-funnel.ba347afc.dist.js\u0022,\u0022css\\/approved-hours-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/approved-hours-report.ca724ebc.dist.css\u0022,\u0022js\\/approved-hours-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/approved-hours-report.ca724ebc.dist.js\u0022,\u0022css\\/assessment-progress-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/assessment-progress-report.ae46d617.dist.css\u0022,\u0022js\\/assessment-progress-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/assessment-progress-report.ae46d617.dist.js\u0022,\u0022css\\/audit-trail-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/audit-trail-report.fdb2865f.dist.css\u0022,\u0022js\\/audit-trail-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/audit-trail-report.fdb2865f.dist.js\u0022,\u0022css\\/benefit-summary.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/benefit-summary.5f3c492c.dist.css\u0022,\u0022js\\/benefit-summary.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/benefit-summary.5f3c492c.dist.js\u0022,\u0022css\\/candidate-sources.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/candidate-sources.568af71a.dist.css\u0022,\u0022js\\/candidate-sources.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/candidate-sources.568af71a.dist.js\u0022,\u0022css\\/change-history.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/change-history.3b162e5c.dist.css\u0022,\u0022js\\/change-history.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/change-history.3b162e5c.dist.js\u0022,\u0022css\\/company-performance-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/company-performance-report.3481eca7.dist.css\u0022,\u0022js\\/company-performance-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/company-performance-report.3481eca7.dist.js\u0022,\u0022css\\/custom-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/custom-report.7ba7f340.dist.css\u0022,\u0022js\\/custom-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/custom-report.7ba7f340.dist.js\u0022,\u0022css\\/direct-deposit.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/direct-deposit.85640269.dist.css\u0022,\u0022js\\/direct-deposit.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/direct-deposit.85640269.dist.js\u0022,\u0022css\\/eeo-1-details-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/eeo-1-details-report.99bf4f32.dist.css\u0022,\u0022js\\/eeo-1-details-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/eeo-1-details-report.99bf4f32.dist.js\u0022,\u0022css\\/eeo-1-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/eeo-1-report.60f60fad.dist.css\u0022,\u0022js\\/eeo-1-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/eeo-1-report.60f60fad.dist.js\u0022,\u0022css\\/election-changes.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/election-changes.ae0b46f6.dist.css\u0022,\u0022js\\/election-changes.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/election-changes.ae0b46f6.dist.js\u0022,\u0022css\\/employee-performance-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/employee-performance-report.84ef9cd5.dist.css\u0022,\u0022js\\/employee-performance-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/employee-performance-report.84ef9cd5.dist.js\u0022,\u0022css\\/employee-project-hours-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/employee-project-hours-report.65a9490c.dist.css\u0022,\u0022js\\/employee-project-hours-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/employee-project-hours-report.65a9490c.dist.js\u0022,\u0022css\\/employee-turnover-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/employee-turnover-report.8dee71e1.dist.css\u0022,\u0022js\\/employee-turnover-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/employee-turnover-report.8dee71e1.dist.js\u0022,\u0022css\\/employee-wellbeing-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/employee-wellbeing-report.49412591.dist.css\u0022,\u0022js\\/employee-wellbeing-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/employee-wellbeing-report.49412591.dist.js\u0022,\u0022css\\/enps-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/enps-report.955fb379.dist.css\u0022,\u0022js\\/enps-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/enps-report.955fb379.dist.js\u0022,\u0022css\\/enrollment-window-election-summary.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/enrollment-window-election-summary.75e29982.dist.css\u0022,\u0022js\\/enrollment-window-election-summary.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/enrollment-window-election-summary.75e29982.dist.js\u0022,\u0022css\\/federal-withholding.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/federal-withholding.90010b34.dist.css\u0022,\u0022js\\/federal-withholding.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/federal-withholding.90010b34.dist.js\u0022,\u0022css\\/gender-profile.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/gender-profile.c638471f.dist.css\u0022,\u0022js\\/gender-profile.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/gender-profile.c638471f.dist.js\u0022,\u0022css\\/goals.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/goals.00ed7ac3.dist.css\u0022,\u0022js\\/goals.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/goals.00ed7ac3.dist.js\u0022,\u0022css\\/headcount-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/headcount-report.c2754e86.dist.css\u0022,\u0022js\\/headcount-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/headcount-report.c2754e86.dist.js\u0022,\u0022css\\/pay-info-missing-data.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/pay-info-missing-data.1182ee0b.dist.css\u0022,\u0022js\\/pay-info-missing-data.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/pay-info-missing-data.1182ee0b.dist.js\u0022,\u0022css\\/payroll-change-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/payroll-change-report.1992b8f5.dist.css\u0022,\u0022js\\/payroll-change-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-change-report.1992b8f5.dist.js\u0022,\u0022css\\/payroll-hours-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/payroll-hours-report.5cbf06b5.dist.css\u0022,\u0022js\\/payroll-hours-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-hours-report.5cbf06b5.dist.js\u0022,\u0022css\\/payroll-info-checkup.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/payroll-info-checkup.c10a71a7.dist.css\u0022,\u0022js\\/payroll-info-checkup.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-info-checkup.c10a71a7.dist.js\u0022,\u0022css\\/payroll-summary-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/payroll-summary-report.14721f97.dist.css\u0022,\u0022js\\/payroll-summary-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-summary-report.14721f97.dist.js\u0022,\u0022css\\/payroll-update-summary.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/payroll-update-summary.e8ddf057.dist.css\u0022,\u0022js\\/payroll-update-summary.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-update-summary.e8ddf057.dist.js\u0022,\u0022css\\/peer-feedback-status-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/peer-feedback-status-report.b78a786d.dist.css\u0022,\u0022js\\/peer-feedback-status-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/peer-feedback-status-report.b78a786d.dist.js\u0022,\u0022css\\/plan-year-election-summary.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/plan-year-election-summary.3bbb430e.dist.css\u0022,\u0022js\\/plan-year-election-summary.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/plan-year-election-summary.3bbb430e.dist.js\u0022,\u0022css\\/point-in-time-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/point-in-time-report.b4c1ed35.dist.css\u0022,\u0022js\\/point-in-time-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/point-in-time-report.b4c1ed35.dist.js\u0022,\u0022css\\/project-hours-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/project-hours-report.5feaae6b.dist.css\u0022,\u0022js\\/project-hours-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/project-hours-report.5feaae6b.dist.js\u0022,\u0022css\\/report-wizard.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/report-wizard.16b23175.dist.css\u0022,\u0022js\\/report-wizard.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/report-wizard.16b23175.dist.js\u0022,\u0022css\\/reports.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/reports.0246a0c4.dist.css\u0022,\u0022js\\/reports.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/reports.0246a0c4.dist.js\u0022,\u0022css\\/standard-list-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/standard-list-report.8176fe91.dist.css\u0022,\u0022js\\/standard-list-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/standard-list-report.8176fe91.dist.js\u0022,\u0022css\\/standard-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/standard-report.c5d9e492.dist.css\u0022,\u0022js\\/standard-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/standard-report.c5d9e492.dist.js\u0022,\u0022css\\/state-withholding-unemployment.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/state-withholding-unemployment.c919dbf8.dist.css\u0022,\u0022js\\/state-withholding-unemployment.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/state-withholding-unemployment.c919dbf8.dist.js\u0022,\u0022css\\/status-mismatch-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/status-mismatch-report.860b8895.dist.css\u0022,\u0022js\\/status-mismatch-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/status-mismatch-report.860b8895.dist.js\u0022,\u0022css\\/time-off-balances-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/time-off-balances-report.62ed0081.dist.css\u0022,\u0022js\\/time-off-balances-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/time-off-balances-report.62ed0081.dist.js\u0022,\u0022css\\/time-off-schedule-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/time-off-schedule-report.d9c02b12.dist.css\u0022,\u0022js\\/time-off-schedule-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/time-off-schedule-report.d9c02b12.dist.js\u0022,\u0022css\\/time-off-used-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/time-off-used-report.0f1aa0ba.dist.css\u0022,\u0022js\\/time-off-used-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/time-off-used-report.0f1aa0ba.dist.js\u0022,\u0022css\\/timesheet-entries-report.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/timesheet-entries-report.08ad6f96.dist.css\u0022,\u0022js\\/timesheet-entries-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/timesheet-entries-report.08ad6f96.dist.js\u0022,\u0022css\\/reseller.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/reseller.c8b0d757.dist.css\u0022,\u0022js\\/reseller.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/reseller.c8b0d757.dist.js\u0022,\u0022css\\/rightsignature.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/rightsignature.2ed644d9.dist.css\u0022,\u0022js\\/rightsignature.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/rightsignature.2ed644d9.dist.js\u0022,\u0022css\\/secure-file-download.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/secure-file-download.d8951c76.dist.css\u0022,\u0022js\\/secure-file-download.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/secure-file-download.d8951c76.dist.js\u0022,\u0022css\\/self_onboarding_login.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/self_onboarding_login.58182289.dist.css\u0022,\u0022js\\/self_onboarding_login.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/self_onboarding_login.58182289.dist.js\u0022,\u0022css\\/self_onboarding.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/self_onboarding.dcea718f.dist.css\u0022,\u0022js\\/self_onboarding.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/self_onboarding.dcea718f.dist.js\u0022,\u0022css\\/settings-benefits-bulk-editing.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/settings-benefits-bulk-editing.94e44bfb.dist.css\u0022,\u0022js\\/settings-benefits-bulk-editing.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/settings-benefits-bulk-editing.94e44bfb.dist.js\u0022,\u0022css\\/settings-benefits-bulk-enroll.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/settings-benefits-bulk-enroll.25750590.dist.css\u0022,\u0022js\\/settings-benefits-bulk-enroll.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/settings-benefits-bulk-enroll.25750590.dist.js\u0022,\u0022css\\/settings-benefits-plan-wizard.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/settings-benefits-plan-wizard.ffc5785a.dist.css\u0022,\u0022js\\/settings-benefits-plan-wizard.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/settings-benefits-plan-wizard.ffc5785a.dist.js\u0022,\u0022css\\/add-edit-pay-schedule.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/add-edit-pay-schedule.54aefd3d.dist.css\u0022,\u0022js\\/add-edit-pay-schedule.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/add-edit-pay-schedule.54aefd3d.dist.js\u0022,\u0022js\\/holidays.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/holidays.27bcb12c.dist.js\u0022,\u0022css\\/project-settings.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/project-settings.abccf543.dist.css\u0022,\u0022js\\/project-settings.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/project-settings.abccf543.dist.js\u0022,\u0022js\\/settings-pto-import-select-file.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/settings-pto-import-select-file.712c3603.dist.js\u0022,\u0022js\\/settings-pto-import.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/settings-pto-import.4f05ab3a.dist.js\u0022,\u0022css\\/settings.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/settings.3311b54c.dist.css\u0022,\u0022js\\/settings.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/settings.3311b54c.dist.js\u0022,\u0022css\\/style_guide.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/style_guide.d17cae92.dist.css\u0022,\u0022js\\/style_guide.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/style_guide.d17cae92.dist.js\u0022,\u0022css\\/employee_wellbeing.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/employee_wellbeing.f6a3bccc.dist.css\u0022,\u0022js\\/employee_wellbeing.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/employee_wellbeing.f6a3bccc.dist.js\u0022,\u0022css\\/enps.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/enps.5bd3be68.dist.css\u0022,\u0022js\\/enps.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/enps.5bd3be68.dist.js\u0022,\u0022css\\/time_tracking.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/time_tracking.86f28dbe.dist.css\u0022,\u0022js\\/time_tracking.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/time_tracking.86f28dbe.dist.js\u0022,\u0022js\\/common.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/common.3b22a5d9.dist.js\u0022,\u0022css\\/payroll.routes.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/payroll.routes.cde984f4.dist.css\u0022,\u0022js\\/payroll.routes.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll.routes.cde984f4.dist.js\u0022,\u0022js\\/pdfjs.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/pdfjs.f4339f3b.dist.js\u0022,\u0022css\\/esignatures-lazy.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/esignatures-lazy.800c9566.dist.css\u0022,\u0022js\\/esignatures-lazy.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/esignatures-lazy.800c9566.dist.js\u0022,\u0022js\\/cron-schedule.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/cron-schedule.7c769a96.dist.js\u0022,\u0022js\\/trax-db-report-configs.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/trax-db-report-configs.f2177ec7.dist.js\u0022,\u0022js\\/trax-db-scheduled-exports.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/trax-db-scheduled-exports.d451a713.dist.js\u0022,\u0022css\\/trax-db-scrubber.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/trax-db-scrubber.60c0a927.dist.css\u0022,\u0022js\\/trax-db-scrubber.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/trax-db-scrubber.60c0a927.dist.js\u0022,\u0022js\\/payroll-tools_potential-adjustments.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_potential-adjustments.66d489a5.dist.js\u0022,\u0022js\\/payroll-tools_automation-center.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_automation-center.8f437321.dist.js\u0022,\u0022js\\/payroll-tools_bank-holidays.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_bank-holidays.4b88277a.dist.js\u0022,\u0022js\\/payroll-tools_check-printing.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_check-printing.d779b267.dist.js\u0022,\u0022js\\/payroll-tools_check-printing-history.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_check-printing-history.2619fd03.dist.js\u0022,\u0022js\\/payroll-tools_client-file-uploader.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_client-file-uploader.8032ee3b.dist.js\u0022,\u0022js\\/payroll-tools_collections-and-refunds.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_collections-and-refunds.a30b7f26.dist.js\u0022,\u0022js\\/payroll-tools_garnishment-payments.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_garnishment-payments.2d9a06de.dist.js\u0022,\u0022js\\/payroll-tools_ledger-center.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_ledger-center.c4545b25.dist.js\u0022,\u0022js\\/payroll-tools_master-tax-data-sync.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_master-tax-data-sync.5305013b.dist.js\u0022,\u0022js\\/payroll-tools_employee-paycycle-modification.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_employee-paycycle-modification.0775a702.dist.js\u0022,\u0022js\\/payroll-tools_nav-list.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_nav-list.4bd050ad.dist.js\u0022,\u0022js\\/payroll-tools_new-hire-reports.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_new-hire-reports.e75355ec.dist.js\u0022,\u0022js\\/payroll-tools_npc-fees.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_npc-fees.e15317dc.dist.js\u0022,\u0022js\\/payroll-tools_payment-center.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_payment-center.35b6e11d.dist.js\u0022,\u0022js\\/payroll-tools_tax-accounts-maintenance.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_tax-accounts-maintenance.5ce0493c.dist.js\u0022,\u0022js\\/payroll-tools_tax-payments.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_tax-payments.0dc8c691.dist.js\u0022,\u0022css\\/payroll-tools_trax-only-clients.dist.css\u0022:\u002224.1122.214240-b186d61\\/css\\/payroll-tools_trax-only-clients.d3755572.dist.css\u0022,\u0022js\\/payroll-tools_trax-only-clients.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_trax-only-clients.d3755572.dist.js\u0022,\u0022js\\/payroll-tools_trust-balance.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_trust-balance.63303551.dist.js\u0022,\u0022js\\/payroll-tools_w2-center.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_w2-center.5518057e.dist.js\u0022,\u0022js\\/payroll-tools_w2-information-sync.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_w2-information-sync.f137f905.dist.js\u0022,\u0022js\\/payroll-tools_tax-variance-report.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/payroll-tools_tax-variance-report.e6639b7c.dist.js\u0022,\u0022js\\/vendor.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/vendor.44434060.dist.js\u0022,\u0022js\\/fabric.dist.js\u0022:\u002224.1122.214240-b186d61\\/js\\/fabric.7d479ce8.dist.js\u0022}"); })(); </script> <script type="text/javascript"> var IS_IE_OR_EDGE = true; </script> <script type="text/javascript" src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/head.882d03c2.dist.js"></script> <script type="text/javascript" src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/jquery.gray.min.js"></script> <script > var visitor = { id: '', medium: '', role: '', perms: '', time: window.moment ? window.moment.utc().format('YYYY-MM-DD HH:mm:SS') : new Date(new Date().toUTCString()).toISOString(), userAgent: '', userEmail: '', firstName: '', lastName: '', language: '' || navigator.language, timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone, jobTitle: '', isAdmin: 'false', ssoAuth: '', browserHeight: window.screen.height, browserWidth: window.screen.width, nonEmployeeUser: 'false', numDirectReports: '', numIndirectReports: '', hasAccessLevelBenefits: 'false', }; var account = { id: '', name: '', planLevel: '', accountType: '', haveEmployeeCommunityAvailable: false, haveEmployeeCommunityEnabled: false, haveGoals: false, havePerformance: false, configuredPerformance: false, haveTimeTracking: false, haveTraxEnabledAutosync: false, haveBenefitsEmployeeEnrollment: false, hasEncoreEnabled: false, implementationCompleted: '', track: '', version: '', ssoProvider: '', integrations: 'null', numIntegrations: '', }; (function(apiKey){ (function(p,e,n,d,o){var v,w,x,y,z;o=p[d]=p[d]||{};o._q=[]; v=['initialize','identify','updateOptions','pageLoad', 'track'];for(w=0,x=v.length;w<x;++w)(function(m){ o[m]=o[m]||function(){o._q[m===v[0]?'unshift':'push']([m].concat([].slice.call(arguments,0)));};})(v[w]); y=e.createElement(n);y.async=!0;y.src='https://content.bhrpendo.bamboohr.com/agent/static/'+apiKey+'/pendo.js'; z=e.getElementsByTagName(n)[0];z.parentNode.insertBefore(y,z);})(window,document,'script','pendo'); pendo.initialize({ account, excludeAllText: true, visitor, }); })('477df29a-6276-4aaa-4440-ffe442c6d37d'); </script> </head> <body class="" ba-theme="red1" data-fabric-mode="normal" data-fabric-theme="encore" data-feature-toggles="jade timeOffAccrualFrequency policy_setup_v2 policy_setup_step3 time_off_category_rename time_off_importer_category_rename api_key_management time_off_accrual_rollback time_off_request_page_refactor time_off_carryover_expiration time_off_paystub_balances time_off_mutable_policies time_off_request_iso_dates ats_jobs_spa ats_offer_letter_drafts termsOfServiceInterstitial allow_customer_initiated_cancellation ats_candidates_spa ats_combined_indeed_feed display_email_status implementationGuide insights_grid_full_stack_toggle job_share_image ats_keyword_search minimum_carry_over_full_stack_toggle new_hire_gridlet_toggle one_time_extra_pay_import_full_stack_toggle owner_access_level missed_late_and_overdue_payroll_run_full_stack_toggle partial_holidays_full_stack_toggle custom-overtime dupProject time-tracking-reports-include-all-employees payroll_chat_widget_toggle payroll_warnings_full_stack_toggle PerformanceGoalMilestones po_header prevent_state_tax_errors_upstream profile_prototype reset_employee_payroll_data_full_stack_toggle saml_user_password_login time_tracking_trial exclude_employees_pbp_full_stack_toggle validate_and_start_payroll_pbp_full_stack_toggle webhook_logs webhook_ui auto_generate_file_export allow_customer_file_exports stop_cancellation limit_support_contact autosync_enabled_for_new_clients celebration_notifications change_history_report custom_reports_on_new_framework darth_huggles_updated_reports edit_applicant_source employee_documents_download employee_documents_page employee_emergency_contact_react employeePerformanceReport employeePerformanceReportTrends employee_project_hours_report employee_status_mismatch_notifications employee_tax_type_eligibility exempt_non_exempt future_scheduling geolocation greenhouse_payroll_resellers hide_birthday indirect_report_bitset jade_disabled multiple_entries_by_hour new_turnover_report payroll_access_level_sync payroll_benefits_deductions_refactor payroll_company_taxes payroll_events payroll_hours_override payroll_info_checkup_report payroll_other_post_tax_nbd_cld payroll_pay_type_simplification payroll_reminders payroll_settings payroll_tab_mvp payroll_update_summary_report payroll_use_employee_active_deduction_endpoint payroll_w4_2020 payroll_global_payees pay_type_changes pdf_tools_document_conversion prod_test_toggle project_tracking qf_react_conversion_employee remittance_id remittance_id_import_example state_ui_options timesheet_change_history timesheet_entries_export_update timesheet_entries time_off_bypass_limit_carryover time_off_new_emails time_off_new_engine time_off_pto_tab_refactor time_off_schedule_export_update time_off_split_spanning_requests trax_federal_and_direct_deposit_editing view_applicant_source payroll_terminated_ee_deduction_end_date_shift onboarding_gridlet_toggle reports_page_toggle payroll_gh_tools_use_sf_cases payinfo_access_level_perms prepay_quote_check_pending pay_invoice_for_payment_wallet PAYROLL_PERMISSIONS_REFACTOR UPDATER_UPDATES_TOGGLE STATICFE_UI_SRC ESIGNATURE_PREVIEWER_TOGGLE TIME_OFF_POLICY_EDIT_HISTORY PAYROLL_TAX_SETTINGS_OVERRIDES ENPS_AI_SENTIMENT_RELEASE_TOGGLE PAYROLL_TAX_SETTINGS_OVERRIDES_VIEW CORE_TOGGLE_CUSTOM_FIELDS_SETTINGS_PAGE ESIGNATURE_TEMPLATING_UPDATE ATS_PO_APPLICATION_FORM ACCESS_LEVEL_HISTORY_DETAILS CORE_TOGGLE_CUSTOM_FIELD_BUILDER PAY_INFO_TAB_ACCESS_LEVELS PAYROLL_DEDUCTION_TOTALS ACCESS_LEVEL_PERMISSION_EXPORT EMPLOYEE_WELLBEING_SETTINGS_UPDATE_TOGGLE ESIGNATURE_INSTANCE_TOGGLE BENCHMARKING_OPT_OUT PAYROLL_WIRE_WARNING MOBILE_MFA_SUPPORT MOBILE_PASSWORD_RESET_SUPPORT LEGACY_ESIGNATURE_INSTANCES_SYNC CORE_TOGGLE_CUSTOM_FIELD_BUILDER_PHASE_TWO IMPLEMENTATION_DUE_DATE_NOTIFICATIONS IMPLEMENTATION_PERFORMANCE_MODULE TIME_OFF_POLICY_QUICK_ASSIGN ONE_CLICK_AUTH TURNOVER_BENCHMARKING_RELEASE_TOGGLE IMPLEMENTATION_TOTAL_REWARDS_TOGGLE BENEFITS_PLAN_WIZARD_REFACTOR_TOGGLE ENPS_PRO_REPORT_TOGGLE SERVICE_MODULE_HUB IMPLEMENTATION_CC_FILE_RESTRICTION CANCELLATION_DISCOUNT_MESSAGE PAYROLL_TAX_SETTINGS_PFML_UPDATES DATA_CLEANER_MATCH_EMPLOYEE_NUMBERS_TOGGLE ATS_CANDIDATE_PIPELINE HELP_DESK_FIX AUTO_SYNC_US_LOCATIONS_ONLY EARNED_USED_TABLE_IMPROVEMENTS CORE_TOGGLE_CUSTOM_FIELDS_SETTINGS_PAGE_REDESIGN DISPLAY_UPDATED_MARKETING_TEXT_PAYROLL_CENTER MONETIZATION_REDESIGN DISABLE_PAYROLL_RUSH_ACCEPTED_EMAIL ENABLE_VALUE_MAPPING_FOR_DATA_CLEANING PAYROLL_EARNINGS_ENGINE PROJECT_PAY PAYROLL_REVIEW_PAGE_PAYROLL_COST DISABLE_TRIAL_EMAILS ENPS_GATEWAY_SENTIMENT_TAGGER PAYROLL_IMPLEMENTATION_FEDERAL_WITHHOLDINGS_PAGE IMPLEMENTATION_BENEFITS_TOGGLE CHAT_WIDGET_TRAX_INFO TIME_OFF_MODULE_UPDATE ADD_EMPLOYEES_MODULE_UPDATE AUTO_SYNC_ACTIVE_PAY_SCHEDULE FEEDBACK_API_EMPLOYEE_TOGGLE PAYROLL_REPORTS_JOURNAL_ENTRY ATS_AUTOMATED_EMAILS PAYROLL_REVIEW_PAGE_GROSS_WAGES_MODAL PAYROLL_REPORTS_JE_DATE_RANGE PROJECT_PAY_IMPLEMENTATION_STEP LOCATION_EDIT_TAX_UPDATE_TOGGLE EDIT_TIME_OFF_HISTORY BENEFITS_VOLUNTARY_LIFE_COVERAGE_SELECTOR REMOVE_QUICKSTART_CREDIT_TOGGLE IMPLEMENTATION_PACKAGE_QUESTIONNAIRE IMPLEMENTATION_PLAN_UPDATE_TOGGLE EXPANSION_PACKAGE_PRODUCTS_TOGGLE PAYROLL_PROJECT_PAY PERFORMANCE_FEEDBACK_MOBILE_TOGGLE ATS_ALWAYS_LOAD_WIZARD PAYROLL_HISTORY_PAGE PAYROLL_HISTORY_PAGE_FILTERS MAINTAIN_REQUIRED_TRAININGS_TABLE PAYROLL_EXTRA_PAY_IMPORT_DATAGRID TRAINING_TYPE_CLASS_REFACTOR SETTINGS_PAYROLL_JOURNAL_ENTRY_SUB_PAGE SELF_SERVE_PACKAGE_UPGRADES CUSTOM_FEEDBACK_QUESTIONS EMPLOYEE_ASSIGNMENT_HISTORY PAYROLL_IMP_GENERATE_TAXES_ACCESS PAYROLL_IMPLEMENTATION_IN_PRODUCT PAYROLL_EARNINGS_ENGINE_VERSION_UI ATS_DISQUALIFYING_QUESTION AUTOCORRECT_HOURS_IMPORTER_TOGGLE CLARIFY_TIME_OFF_REQUEST_BALANCES CORE_TOGGLE_ADD_ENTRY_REDESIGN PAYROLL_USE_VERSION_TWO_HOURS_INPUT_REPORT DATA_CLEANER_ROW_DELETION EARLY_ACCESS_NEW_PERMISSIONS PAY_INFO_TAB_IOWA_STATE_WITHHOLDING_VIEW_ACCESS DATA_CLEANER_CHECK_REPORTING_LOOPS PPR_REPORT CANCELLATION_DETAILS_REQUIRED_TEXT_BOX LEVELS_AND_BANDS_IMPORT BASIC_IMPORTER_SAVE_UPDATE HISTORY_IMPORTER_SAVE_UPDATE EMPLOYEE_COMMUNITY_HOME_WIDGET_LAYOUT PO_BILLING_PAGE PAYROLL_EXTRA_PAY_UPLOAD_IMPROVEMENTS PAYROLL_EXTRA_PAY_MANAGE_UPLOAD ATS_DEFAULT_DISPOSITION_DATA_TOGGLE PERFORMANCE_UPWARD_FEEDBACK SELF_SERVE_SAVE_ESTIMATE SELF_SERVE_PACKAGE_HOVER_INFO LEVELS_AND_BANDS_EDIT_MODE SHOW_ACTIVE_EMPLOYEES CORE_CUSTOM_TABS_EE_PROFILE PAYROLL_AUTO_FILL_WAGES_BTN_ACCESS ATS_CSV_IMPORTER_TOOL DYNAMIC_RELEASE_TOGGLES BENEFITS_VOLUNTARY_LIFE_RATE_CALCULATOR MOBILE_QR_LOGIN_LINK REVIEW_CYCLES_SETTINGS_TO_PO PAYROLL_IMPLEMENTATION_NPC_APPLICATION_UPDATES DEDUCTION_OFFSET_COMMUNICATION DOWNLOAD_TIMESHEET_FILE_NAME SELF_SERVE_UPGRADE_PRORATIONS SURFACE_MISSING_COMP_DATA PAYROLL_TAX_DOCUMENTS PAYROLL_NON_PROFIT_PRICING SETTINGS_PAYROLL_JOURNAL_ENTRY_PAGINATION SETTINGS_PAYROLL_CUSTOM_JOURNAL_ENTRIES_CONFIGS DEDUCTION_SYNC_PAY_SCHEDULE_CHANGE VERMONT_CHILD_CARE_TAX_VIEW_ACCESS BENEFITS_CRITICAL_ILLNESS_COVERAGE_AMOUNTS PAYROLL_COMPENSATION_BY_PAY_SCHEDULE PRE_PAYROLL_TIME_TRACKING_HOURS NEW_SALESFORCE_AUTH_FLOW CAN_RESET_MFA_TOGGLE DATA_CLEANER_ENCRYPTION_SENSITIVE_DATA LEARNUPON_NAME_ASSERTION UNLIMITED_PAYROLL_CATEGORIES ENCORE BENEFITS_REQD_DEPENDENT_FIELDS PAYROLL_IMPLEMENTATION_RECORD_ID_TO_CLIENT_ID COMPANY_SETUP_PHASE_ONE COMPANY_SETUP_PHASE_TWO PAYROLL_IMPLEMENTATION_CREATE_UNINITIALIZED_CLIENTS UPCOMING_ENDED_DEDUCTIONS DATA_CLEANER_PROJECT_PAY TERMINATE_UPDATE TABLE_PUT_HANDLER_SAVE_UPDATE ATS_EMPLOYEE_CHANGED_EVENT BENEFITS_QUALIFYING_LIFE_EVENT_TOGGLE TIME_OFF_PAYSTUB_CALCULATION_UPDATES BENEFITS_DEPENDENTS_AND_HISTORY_TABLES PAYROLL_WORKERS_COMP_MANAGEMENT EMPLOYMENT_STATUS_CRON_UPDATE ENCORE_EMAILS SETTINGS_PAYROLL_DELETE_JOURNAL_ENTRY TIME_OFF_PAUSE_ACCRUALS PAYROLL_STATE_TAX_MISMATCH_FIX MARKETO_FIELDS BENEFITS_EXPANDED_ANHW RUN_AUTO_SYNC_CLIENT_HOUR_TYPE BENEFITS_DISABILITY_AGE_BANDED_RATES EMPLOYEE_COMMUNITY_AUTH0_JWT DEDUCTION_SNAPSHOT BENEFITS_HOME_PAGE PAYROLL_PRORATE_SALARIES AUTOSYNC_IMPROVED_PAY_SCHEDULE_LOOKUP DISABLE_DUE_DATES PAYROLL_DOWNLOAD_UNBALANCED_JOURNAL_ENTRY AUTOSYNC_EMPLOYEE_FILTERING PRE_PAYROLL_NON_TIME_TRACKING_HOURS M1_CLEAR_DEMO_DATA ATS_SETTINGS_PO_MIGRATION SHIFT_DIFFERENTIAL TAX_ID_IN_FTP BENEFITS_VOLUNTARY_LIFE_ADD_RATE_CALCULATOR BENEFITS_VOLUNTARY_ADD_RATE_CALCULATOR EMPLOYEE_DATA_ONBOARDING_MODULE REQUIRE_MFA_FOR_ALL_SUBSCRIBERS SETTINGS_PAYROLL_DELETE_PAY_SCHEDULE_FLOWS PAYROLL_IMPLEMENTATION_START_IMP_SOONER REQUIRE_MFA_NEW_ACCOUNT_PROVISIONER ACCESS_LEVEL_ASSIGNMENT_IMPROVEMENT REQUIRE_MFA_MAKE_MFA_IMMUTABLE PAYROLL_FAILED_TO_OPEN_UX_IMPROVEMENTS PAYROLL_UPSELL_PAGE_BUG_FIX EMPLOYEE_COMMUNITY_RSS_FEED_REMOVAL BENEFITS_ACCESS_LEVEL_REPORT_BEN_ADMIN_STANDARD_REPORT EMPLOYEE_COMMUNITY_PUSH_NOTIFICATIONS BENEFITS_CAPTURE_DISABILITY_COVERAGE_AMOUNTS PAYROLL_FED_TAX_EXEMPT_UPDATES SIGNUP_REQUEST_QUEUE_TOGGLE PAYROLL_2_PCT_PAY_TYPE_VALIDATION BENEFITS_AB_MEDICAL_DEPENDENT_CONTRIBUTION_SPLIT TAX_BUGS_CLEANUP DIRECT_DEPOSIT_INTERNAL_PERMISSIONS USER_SILO_PERMS_CHECKING BENEFITS_TRACKING_ONBOARDING_MODULE PAYROLL_MODULE_PHASE_ONE REIMAGINED_ONBOARDING_NOTIFICATIONS SETTINGS_PAYROLL_REORDER_CUSTOM_JE_CATEGORIES PAYROLL_APPROVE_PAYROLL_ENDPOINT PAYROLL_PAY_STUB_LIST_SCIENTIST PAYROLL_PAY_STUB_SUMMARY_SCIENTIST NHP_Previewer_Update ELF_Phase_Two UpdateGTKYEmail AssignmentNotification timeOffRelabel newPaystub nonExemptWarningModals newTimesheetDetailsModal remittanceId qfReactConversionEmployee GenderSelectUpdates anybodyClock timesheetChange timeTrackingFutureScheduling zeroWage enpsSentimentTags enpsSentimentUI enpsSentimentScoreTrend enpsSentimentTop5 enpsSentimentMostMentioned enpsSentimentAllTags enpsSentimentResponsesLessThanSix reportTotalFormatterUpdates timeTrackingGeolocation employeeTimeOffRefactor mxMein suspendedCreditCardProcessFlow fileSectionSaving folderDeletingModal NHP_Previewer multipleEntriesByHour ttLocationUpdates 2021_annual_prepay_mvp manage_ACH_button selfServeJobOpenings deductionSyncWizard DownloadAllEmployeeDocuments payrollRegistration ElfDeepLinking getApprovedHours insights_add_delete benefitEnrollmentModalRefactor deductionHistoryModal fixDeductionQuestions cttiRefactor newTaxAddEditTax paypalsRunPayrollHourOverrides paypalsRunPayrollPayRateOverrides paypalsBetaGiveFeedback"> <script type="text/javascript"> (function() { var spriteFiles = []; observeUse(); function observeUse() { var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver; if (!MutationObserver) return; new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { if (mutation.type === 'attributes' && mutation.target.tagName && mutation.target.tagName.toLowerCase() === 'use') { replaceXlinkPath(mutation.target); return; } var nodes = Array.prototype.slice.call(mutation.addedNodes); nodes.forEach(function(node) { var useElements = Array.prototype.slice.call(mutation.target.getElementsByTagName('use')); useElements.forEach(function(node) { if(node.tagName && node.tagName.toLowerCase() === 'use') { replaceXlinkPath(node); } }); }); }); }) .observe(document, { attributes: true, childList: true, attributeOldValue: true, subtree: true, }); } function replaceXlinkPath(useElement) { var attributeName = 'xlink:href'; var attributeValue; var fileName; var symbolSelector; attributeName = useElement.hasAttribute(attributeName) ? attributeName : 'href'; attributeValue = useElement.getAttribute(attributeName); // Determine the sprite file that is being referenced. fileName = attributeValue .substring(attributeValue.indexOf('/'), attributeValue.indexOf('#')); // Cache file names (so we only load sprite files once) if (spriteFiles.indexOf(fileName) < 0 && fileName !== '') { spriteFiles.push(fileName); loadSpriteFile(fileName); } symbolSelector = '#' + attributeValue.split('#')[1]; if(attributeValue.indexOf(fileName) === -1 || symbolSelector === attributeValue) { return; } useElement.setAttribute(attributeName, symbolSelector); } function loadSpriteFile(file) { $.get(file).then(function(svgDocument) { $(svgDocument.childNodes[0]) .hide() .prependTo('body'); }); } })(); </script> <script type="text/javascript"> // Not set in the minmalHeader but is required for the ui-src/public/_modules/CalendarPicker.mod.js var GLOBAL_DATE_MASK = "mm\/dd\/yyyy"; </script> <div id="sessionMessage"> <span class="messageIcon"></span> <span id="message"></span> <span class="messageCloseWrapper"> <a href="#" onclick="closeMessage();" id="messageClose"></a> </span> </div> <div id="js-careers-root"></div> </body> <!-- END FOOTER --> <script type="text/javascript" src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/global.b9202666.dist.js"></script> <script type="text/javascript" src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/placeholder.js"></script> <script id="careers-js" type="text/javascript" src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/careers.0c4aad52.dist.js" ></script> <script src="//staticfe.bamboohr.com/fe-main/24.1122.214240-b186d61/js/files.b759a1f7.dist.js" type="text/javascript"></script> <script type="text/javascript"> fileScanTimeout = 2000; previewShown = false; offset = 0; doneLoading = false; loading = false; </script> <div id="printContainer"></div> </body> </html>