diff --git a/web/themes/asc_bootstrap/templates/system/includes/_header.twig b/web/themes/asc_bootstrap/templates/system/includes/_header.twig
index fae54d28bfae586d656bf368a08004ceac616880..6a0fc851c1d5022952330cda6f0978484a6692c8 100644
--- a/web/themes/asc_bootstrap/templates/system/includes/_header.twig
+++ b/web/themes/asc_bootstrap/templates/system/includes/_header.twig
@@ -23,6 +23,9 @@
         </div>
       </div>
     </div>
+    <div class="alert alert-warning text-center">
+      Ohio State has <strong>suspended face-to-face classes</strong> and moved to virtual instruction through at least Monday, March 30. <a href="https://wexnermedical.osu.edu/features/coronavirus/staff-and-students" class="alert-link">Additional guidance on work arrangements, travel and events.</a>
+    </div>
 
     <div class="container">
       <div id="header-logos">
diff --git a/web/themes/asc_bootstrap/templates/system/page--front.html.twig b/web/themes/asc_bootstrap/templates/system/page--front.html.twig
index ad0efff7f9bf8f6d8adf042843b0e0a8560ca444..91541dd4aa8bd23fa65da7a608defd209d814a2e 100755
--- a/web/themes/asc_bootstrap/templates/system/page--front.html.twig
+++ b/web/themes/asc_bootstrap/templates/system/page--front.html.twig
@@ -57,9 +57,6 @@
   </div>
 
 <div class="layout-container">
-  <div class="alert alert-warning text-center">
-    Ohio State has <strong>suspended face-to-face classes</strong> and moved to virtual instruction through at least Monday, March 30. <a href="https://wexnermedical.osu.edu/features/coronavirus/staff-and-students" class="alert-link">Additional guidance on work arrangements, travel and events.</a>
-  </div>
 
   <main role="main">
     <a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}