diff --git a/Custom_Templates/customer_templates/Crayon/_onboarding_cards_course.html.liquid b/Custom_Templates/customer_templates/Crayon/_onboarding_cards_course.html.liquid
new file mode 100644
index 00000000..959fb9d9
--- /dev/null
+++ b/Custom_Templates/customer_templates/Crayon/_onboarding_cards_course.html.liquid
@@ -0,0 +1,34 @@
+
- {% for course in courses.in_catalog %}
+ {% for course in courses.enrolled %}
{% comment %} {% if course.properties.featured_onboarding %} {% endif %}{% endcomment %}
- {% include "cards_course" with course %}
+ {% include "onboarding_cards_course" with course %}
{% endfor %}
diff --git a/Custom_Templates/customer_templates/Crayon/styles.css.liquid b/Custom_Templates/customer_templates/Crayon/styles.css.liquid
index 1bff6036..64640302 100644
--- a/Custom_Templates/customer_templates/Crayon/styles.css.liquid
+++ b/Custom_Templates/customer_templates/Crayon/styles.css.liquid
@@ -38,6 +38,27 @@ body, html, div {
.red-btn {
background: #d94a66;
+ }
+
+.onboarding-course-title {
+ color: white;
+}
+
+.onboarding-course-subtitle {
+ color:white;
+}
+
+.onboarding-course-card {
+ background: #0538BF;
+}
+
+.onboarding-course-button {
+ background-color: #89D9E1;
+ color: #0538BF;
+}
+
+.np-card-content-progress {
+ color: white;
}
/* ------------------------------------------------------------------------------------------------------ */
/* Login Page Styles */
diff --git a/Custom_Templates/customer_templates/G2/_modal_popup.html.liquid b/Custom_Templates/customer_templates/G2/_modal_popup.html.liquid
new file mode 100644
index 00000000..7767d470
--- /dev/null
+++ b/Custom_Templates/customer_templates/G2/_modal_popup.html.liquid
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+{% if current_person.signed_in? %}
+ {% unless current_person.email contains "+preview" %}
+
+ {% endunless %}
+{% endif %}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Norm_sandbox_1/_modal_popup.html.liquid b/Custom_Templates/customer_templates/Norm_sandbox_1/_modal_popup.html.liquid
new file mode 100644
index 00000000..ea4b8b07
--- /dev/null
+++ b/Custom_Templates/customer_templates/Norm_sandbox_1/_modal_popup.html.liquid
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
+
+{% if current_person.signed_in? %}
+ {% unless current_person.email contains "+preview" %}
+
+ {% endunless %}
+{% endif %}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Norm_sandbox_1/homepage.html.liquid b/Custom_Templates/customer_templates/Norm_sandbox_1/homepage.html.liquid
index cd6c6d30..5930cda2 100644
--- a/Custom_Templates/customer_templates/Norm_sandbox_1/homepage.html.liquid
+++ b/Custom_Templates/customer_templates/Norm_sandbox_1/homepage.html.liquid
@@ -10,7 +10,7 @@