diff --git a/productMods/templates/freemarker/body/partials/individual/individual-contactInfo.ftl b/productMods/templates/freemarker/body/partials/individual/individual-contactInfo.ftl
index 892538ed..d50e8af8 100644
--- a/productMods/templates/freemarker/body/partials/individual/individual-contactInfo.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/individual-contactInfo.ftl
@@ -2,12 +2,28 @@
<#-- Contact info on individual profile page -->
-<#-- Email -->
+<#-- Primary Email -->
+<#assign primaryEmail = propertyGroups.getPropertyAndRemoveFromList("${core}primaryEmail")!>
+<#if primaryEmail?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
+ <@p.addLinkWithLabel primaryEmail editable />
+ <#if primaryEmail.statements?has_content> <#-- if there are any statements -->
+
+ <#list primaryEmail.statements as statement>
+ -
+
${statement.value}
+ <@p.editingLinks "${primaryEmail.localName}" statement editable />
+
+ #list>
+
+ #if>
+#if>
+
+<#-- Additional Emails -->
<#assign email = propertyGroups.getPropertyAndRemoveFromList("${core}email")!>
<#if email?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
<@p.addLinkWithLabel email editable />
<#if email.statements?has_content> <#-- if there are any statements -->
-
+
<#list email.statements as statement>
-
${statement.value}
diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css
index 14b2c959..1a618fa6 100644
--- a/themes/wilma/css/wilma.css
+++ b/themes/wilma/css/wilma.css
@@ -1230,17 +1230,14 @@ ul#individual-tools li a {
ul.individual-urls {
list-style: url(../../../images/individual/arrow-grey.gif);
}
-ul#individual-email,
+
ul#individual-phone {
list-style-type: none;
}
-ul#individual-email li,
ul#individual-phone li {
line-height: 1.6em;
}
-ul#individual-email li:last-child {
- margin-bottom: 15px;
-}
+
ul.individual-urls li {
font-size: .875em;
line-height: 1.6em;