On this episode, Val explains the definition of FSPS, and shares step-by-step guidance for using the FERS Pension Calculator!

If you have questions about your federal benefits, reach out to us today!

Visit Here to Request a Complimentary Benefits Consultation 

To Call Us: (833) 777-7ABX

`; }); // LOAD MORE document.addEventListener('click', function(e) { const btn = e.target.closest('.ytc-load-more'); if (!btn) return; const nextToken = btn.getAttribute('data-next'); if (!nextToken) return; btn.innerText = 'Loading...'; fetch(window.location.href + '?ytc_load_more=1&token=' + nextToken) .then(res => res.text()) .then(html => { const temp = document.createElement('div'); temp.innerHTML = html; const newVideos = temp.querySelectorAll('.ytc-grid .ytc-video'); newVideos.forEach(v => { document.querySelector('.ytc-grid').appendChild(v); }); const newBtn = temp.querySelector('.ytc-load-more'); if (newBtn) { btn.setAttribute('data-next', newBtn.getAttribute('data-next')); btn.innerText = 'Load More...'; } else { btn.remove(); } }); });