• Home
  • News
  • RedCross@Work Service Center

RedCross@Work Service Center

04/12/2020 3:44 PM | Anonymous member (Administrator)

The American RedCross@Work website (at http://digital.alight.com/redcross) is the one-stop hub with info on your Red Cross benefits including the Red Cross Savings Plan (401k), the Retirement SystemHealth Care, and includes other valuable info. The site also hosts a Message Center which should be monitored for important communications from the Red Cross.

Red Cross Retirees enrolled in any of these benefit programs should log on to this site periodically to review benefits and ensure that your address and other contact information, like your email address and phone number, are current. If you don’t know your User ID and Password, use the Forgot User ID or Password link to provide information and gain access to your account.  You can also contact the RedCross@Work Service Center toll-free at 1-877-860-7526 (Outside the United States, use +1-212-444-0993.)   Red Cross representatives are available between 9 a.m. and 5 p.m., Eastern Time, Monday through Friday.


431 18th St, NW, Washington, DC 2006  PO Box 1581  .  Vienna, VA 22180
E-mail: admin@arcretireeassoc.org
Tel: 202-303-8779. ARCRA & Retiree Connection

© American Red Cross Retiree Association All rights reserved

Powered by Wild Apricot Membership Software
function SetMyDate() { // Array of day names var dayNames = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); // Array of month Names var monthNames = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); var now = new Date(); document.getElementById("YOURELEMENTID").value = dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear(); }