diff --git a/web/themes/asc_bootstrap/assets/sass/layout/_section-background-colors.scss b/web/themes/asc_bootstrap/assets/sass/layout/_section-background-colors.scss
index 86aca0d9198a5613061b153482f0ec9cdb42c043..83c9afb5ae7af1cf630001fc9bfbdb9b628ddf73 100644
--- a/web/themes/asc_bootstrap/assets/sass/layout/_section-background-colors.scss
+++ b/web/themes/asc_bootstrap/assets/sass/layout/_section-background-colors.scss
@@ -25,7 +25,7 @@
 // --------------------------------------------------
 
 .lgray-bg {
-  background-color: #f5f5f5;
+  background-color: $brand-lgray;
   color: $black-base;
   position: relative;
 
@@ -49,7 +49,7 @@
 
 .lgray-bg:before {
     content: "";
-    background-color: #f5f5f5;
+    background-color: $brand-lgray;
     position: absolute;
     height: 100%;
     width: 100px;
diff --git a/web/themes/asc_bootstrap/css/style.css b/web/themes/asc_bootstrap/css/style.css
index ff3aa5b7d8b719013051863261225559cd00c6cb..c3f0a418755816f20f790956dbf981f783fb65d3 100644
--- a/web/themes/asc_bootstrap/css/style.css
+++ b/web/themes/asc_bootstrap/css/style.css
@@ -9505,7 +9505,7 @@ figcaption {
 
 /* line 27, ../assets/sass/layout/_section-background-colors.scss */
 .lgray-bg {
-  background-color: #f5f5f5;
+  background-color: #EFF1F2;
   color: #000000;
   position: relative;
 }
@@ -9529,7 +9529,7 @@ figcaption {
 /* line 50, ../assets/sass/layout/_section-background-colors.scss */
 .lgray-bg:before {
   content: "";
-  background-color: #f5f5f5;
+  background-color: #EFF1F2;
   position: absolute;
   height: 100%;
   width: 100px;
diff --git a/web/themes/asc_bootstrap/templates/node/node--academic-programs.html.twig b/web/themes/asc_bootstrap/templates/node/node--academic-programs.html.twig
index 8fd315d94430bdf34613eedbff725f54702d6523..8ccddefcc1e26f4e9ef74c72519ea1bba434311c 100644
--- a/web/themes/asc_bootstrap/templates/node/node--academic-programs.html.twig
+++ b/web/themes/asc_bootstrap/templates/node/node--academic-programs.html.twig
@@ -85,7 +85,7 @@
     {% set ap_program %}
       {{ content.field_ap_program }}
     {% endset %}
-    <p><span class="ap-title-program">{{ ap_program|striptags }}</span></p>
+    <p><a class="ap-title-program" href="/academics/programs/{{ ap_program|striptags|trim|lower }}">{{ ap_program|striptags }}</a></p>
   {% endif %}
 
   {% if content.field_ap_unit_website.0 != '' %}