Thanks Wes,
I added the following code at the bottom of each @media section:
#header .wrap .widget-area .widget_text .textwidget #hdrPhone {
float: none;
text-align: center;
color:#fff !important;
}
I had to included text-align: center; in order for it to center, but the numbers are still not showing up, even after adding color:#fff !important;
Jeff