On Feb 2nd, Bluehost disabled Symlinks which breaks all the images on Drupal sites. There is a line of code that needs to be replaced in the sites/default/files/.htaccess file to fix this problem:
Change the line that says:
Options +FollowSymLinks
to be:
Options SymLinksIfOwnerMatch