Hello There,
Thanks for posting in and giving us your site URL.
Upon checking, you have missing closing on your top bar content. Please check this line of code:
<a style="color:#0483c6" href="http://remindworks.com/marotta/login/"><strong>LOGIN</a>
Change to this:
<a style="color:#0483c6" href="http://remindworks.com/marotta/login/"><strong>LOGIN</strong></a>
As you can see after the text LOGIN you have missing closing </strong>
tag.
Hope this helps.