CDC Updates Mask Requirements for Fully Vaccinated People

04/27/2021 9:08 PM | Anonymous member (Administrator)

CDC announced that fully vaccinated people no longer need to wear masks outdoors in most situations, including; when walking, running, hiking, or biking alone, or with members of their household: or if they attend small outdoor gatherings.  CDC said masks should still be worn by all in large public spaces and in social gatherings where you don't know whether everyone has been vaccinated.  Adults are still cautioned to wear a mask when indoors with individuals who are not members of your household. 

For more information check out the CDC website


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(); }