+
-

Preparing for end of life

+

Preparing for end of life

Information on how to prepare, organize your affairs and leave instructions to your survivors.

@@ -109,7 +110,7 @@

Life Journey Home Page Layout

-

Notify of a death

+

Notify of a death

Programs and departments to notify to cancel benefits or return ineligible benefits.

@@ -117,15 +118,15 @@

Life Journey Home Page Layout

-

Benefits and Programs

-

Applying for benefits to which you may be entitled following a death.


+

Benefits and Programs

+

Applying for benefits to which you may be entitled following a death.

-

Representing someone who died

+

Representing someone who died

The legal, financial, estate planning, and other aspects of representing someone who has died.

@@ -133,7 +134,7 @@

Life Journey Home Page Layout

-

Taxes and finances related to death

+

Taxes and finances related to death

Information on managing finances of an individual who died, including preparing and filing their taxes.

@@ -142,7 +143,7 @@

Life Journey Home Page Layout

-

Estates and wills

+

Estates and wills

Find information about estate planning and preparing a will, as well as what to do when there is no will.

@@ -150,15 +151,15 @@

Life Journey Home Page Layout

-

Death-related documents

-

Documents you may need to obtain following a death.


+

Death-related documents

+

Documents you may need to obtain following a death.

-

Contacting services

+

Contacting services

Contact information for various federal or provincial programs, departments, or agencies.

@@ -172,18 +173,19 @@

Someone died,
what do I do?

This will take less than a minute.

Start questionnaire - +

Code

+
<div class="mrgn-tp-lg container">
     <div class="row wb-eqht-grd">
-    	<div class="col-xs-12 col-md-8 empathy main-content small">
+    	<div class="col-xs-12 col-md-8 empathy services-and-information small">
     		<div class="row wb-eqht-grd">
     			<div class="col-sm-12 col-md-6 mrgn-bttm-lg">
     				<div class="empathy cards h-100 full-width">
-    				<a href="#" class="stretched-link"><h2 class="h4"> Lorem ipsum </h2></a>
+    				<h4><a href="#" class="stretched-link"> Lorem ipsum </a></h4>
     				<p>Lorem ipsum dolor sit amet, consectet</p>
 					<span class="fas fa-arrow-right" aria-hidden="true"></span>
 					</div>
diff --git "a/m\303\251li-m\303\251lo/th-empathy/meta.md" "b/m\303\251li-m\303\251lo/th-empathy/meta.md"
index 1d9d3115d..f772e0dce 100644
--- "a/m\303\251li-m\303\251lo/th-empathy/meta.md"
+++ "b/m\303\251li-m\303\251lo/th-empathy/meta.md"
@@ -20,5 +20,12 @@ pages:
       language: en
       path: empathy.html
 sponsor: ESDC - Principal Publisher
+
+changes:
+  - date: 2024-12-02
+    description: Life Journey home page layout, includes the code and an example to enable the home page layout to be used by current and future Life Journey projects
+    departmentImpact: Having this layout intergrated will allow Canada.ca to have a more streamlined and consistent theme throughout the Journey Labs projects. Currently the pages that make use of this layout have it hardcoded into the page
+    publicImpact: The Public at Large, the layout makes it easy for users to know that they are currently on a Journey Labs project page
+
 output: false
 ---
diff --git "a/m\303\251li-m\303\251lo/th-empathy/style.css" "b/m\303\251li-m\303\251lo/th-empathy/style.css"
index 100cf3817..8ab52b6a7 100644
--- "a/m\303\251li-m\303\251lo/th-empathy/style.css"
+++ "b/m\303\251li-m\303\251lo/th-empathy/style.css"
@@ -93,14 +93,14 @@ h1#wb-cont.empathy {
 	border-radius: 10px;
 }
 
-.empathy.main-content .empathy.cards:hover {
+.empathy.services-and-information .empathy.cards:hover {
     background-color: #6c3c9b;
     color: #fff;
     cursor: pointer;
 }
 
 /* Added to specifically target the link*/
-.empathy.main-content .empathy.cards:hover a {
+.empathy.services-and-information .empathy.cards:hover a {
     color: #fff;
 }
 
@@ -113,7 +113,7 @@ h1#wb-cont.empathy {
  Might be able to accomplish something similar by adding the purple box first and floating it right -- doesn't work in a display flex
 */
 @media screen and (max-width: 991px) {
-    .empathy.main-content {
+    .empathy.services-and-information {
     order: 1;
     }
 }