diff --git a/Custom_Templates/customer_templates/Mizuno Running/.DS_Store b/Custom_Templates/customer_templates/Mizuno Running/.DS_Store
deleted file mode 100644
index 5008ddfc..00000000
Binary files a/Custom_Templates/customer_templates/Mizuno Running/.DS_Store and /dev/null differ
diff --git a/Custom_Templates/customer_templates/Mizuno Running/_header.html.liquid b/Custom_Templates/customer_templates/Mizuno Running/_header.html.liquid
index a4718872..c5501311 100644
--- a/Custom_Templates/customer_templates/Mizuno Running/_header.html.liquid
+++ b/Custom_Templates/customer_templates/Mizuno Running/_header.html.liquid
@@ -1,19 +1,23 @@
-{% assign groupValidator = false %}
-{% for group in current_person.groups %}
- {% if group %}
- {% assign groupValidator = true %}
+{% unless current_person.email contains '+preview' %}
+ {% assign ready = false %}
+ {% if current_person.signed_in? %}
+ {% if current_person.properties.city
+ and current_person.properties.state
+ and current_person.properties.store_name
+ and current_person.properties.city.size > 0
+ and current_person.properties.state.size > 0
+ and current_person.properties.store_name.size > 0
+ %}
+ {% assign ready = true %}
+ {% endif %}
{% endif %}
-{% endfor %}
-{% if current_person.signed_in? and groupValidator == false %}
- {% unless current_person.email contains '+preview-' %}
+ {% if ready == false %}
- {% endunless %}
-{% endif %}
+ {% endif %}
+{% endunless %}
{% if current_school.logo_url %}
@@ -32,50 +36,66 @@
{% endif %}
-