Welcome to our People Ops Update Hub, your go-to destination for the latest People Operations updates. Here, you can stay informed about new employee policies, procedures, and other relevant information from our People Ops Team. Bookmark this page for easy access!

401k Updates | January 2024

Our 401k provider is changing from Voya to The Standard in January of 2025. We will also have some changes in our plan design including auto-enrollment, auto-escalation, and our vesting schedule. We understand these changes can be a bit overwhelming, so the below materials will walk you through them in a way that’s easy to understand.

PTO/EIB & Colorado FAMLI Updates | December 2023

Here are some important updates about our Paid Time Off (PTO) and Extended Illness Bank (EIB) policies, as well as the Colorado FAMLI program. We understand these changes can be a bit overwhelming, so the below materials will walk you through them in a way that’s easy to understand. 

How Much PTO Should I use while on FAMLI?

FAMLI CALCULATOR


Typical Gross Wages Per Week($)

Amount the State Will Reimburse Per Week ($)

Hourly Pay Rate ($)


You May Need to Request 0 Hours PTO per Week
THIS IS ONLY AN ESTIMATE function do_the_thing(){ let get = id => document.getElementById(id).value let [g,s,h] = [ get("gross") , get("state"), get("hourly") ] console.log( g, s, h) let o = Number( ( g - s ) / h ).toFixed( 2 ) document.getElementById("num_hours").innerHTML = o; }