diff --git a/static/images/CITA_logo-anim.gif b/static/images/CITA_logo-anim.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4fbbd31c0090c265e22d7165f1a574ab0ca99990
Binary files /dev/null and b/static/images/CITA_logo-anim.gif differ
diff --git a/templates/base.html b/templates/base.html
index 36b4c3553214d30b55151cf093ae759d57adbd59..32b3cbbe5e44b8177956e3e3d495fd973f1fd57e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -70,11 +70,13 @@ function changeTime(obj, label) {
    </td>
 
    <td align="center">
-    {% if ligouser and ligouser.name == "Chad Hanna" or ligouser.name == "Kipp Cannon" %}
+    {% if ligouser and ligouser.name == "Chad Hanna" %}
         <img width="194" height="37" src="/gracedb-static/images/PI_Logo-anim.gif">
+    {% else %}{% if ligouser and ligouser.name == "Kipp Cannon" %}
+        <img width="194" height="37" src="/gracedb-static/images/CITA_logo-anim.gif">
     {% else %}
         <img width="107" height="37" src="/gracedb-static/images/anim2.gif">
-    {% endif %}
+    {% endif %}{% endif %}
     <!-- 287px 101px -->
    </td>