// 1. PROCESS FORM DATA WHEN SUBMITTED $show_form = true; $error_message = "";if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['submit_retreat_form'])) { $first_name = strip_tags(trim($_POST['first_name'])); $last_name = strip_tags(trim($_POST['last_name'])); $email = filter_var(trim($_POST['email']), FILTER_SANITIZE_EMAIL); // Check Code of Conduct responses (All 6 must be 'agree') $all_agree = true; for ($i = 1; $i <= 6; $i++) { if (!isset($_POST["q$i"]) || $_POST["q$i"] !== 'agree') { $all_agree = false; break; } }// Check Waiver acknowledgement response (Must be checked) $waiver_accepted = isset($_POST['waiver_accept']) && $_POST['waiver_accept'] === 'accepted';if (!$all_agree) { $error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey."; } elseif (!$waiver_accepted) { $error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed."; } elseif (empty($first_name) || empty($last_name) || !filter_var($email, FILTER_VALIDATE_EMAIL)) { $error_message = "Please fill out all contact fields with a valid email address."; } else { $timestamp = date("F j, Y, g:i a e"); $to = "[email protected]"; $subject = "New Retreat Registration (Code of Conduct & Waiver): $first_name $last_name"; $message = "A new combined Retreat Registration form has been submitted.\n\n"; $message .= "--- PARTICIPANT DETAILS ---\n"; $message .= "First Name: $first_name\n"; $message .= "Last Name: $last_name\n"; $message .= "Email: $email\n"; $message .= "Submission Date/Time: $timestamp\n\n"; $message .= "--- CODE OF CONDUCT STATUS ---\n"; $message .= "1. Participates for growth: AGREED\n"; $message .= "2. Embraces Teachings wholeheartedly: AGREED\n"; $message .= "3. No ill will toward Masters/Facilitators: AGREED\n"; $message .= "4. Presenting self by free will: AGREED\n"; $message .= "5. Pledges complete self-honesty: AGREED\n"; $message .= "6. Applies to sleep/meditative states: AGREED\n\n"; $message .= "--- LIABILITY WAIVER STATUS ---\n"; $message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";$headers = "From: webmaster@" . $_SERVER['HTTP_HOST'] . "\r\n"; $headers .= "Reply-To: $email\r\n"; $headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, $subject, $message, $headers)) { $show_form = false; } else { $error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support."; } } } ?>

For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.

To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:

Code of Conduct

1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.
1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.

Retreat Liability Waiver

[Please paste your original legal or liability waiver terms text inside this block in your WPCode file]

Thank You

Your Code of Conduct agreement and Retreat Waiver form have been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.

// 1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);// Check Code of Conduct responses (All 6 must be 'agree')$all_agree = true;for ($i = 1; i <= 6; i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}// Check Waiver acknowledgement response (Must be checked)$waiver_accepted = isset(\(_POST['waiver_accept']) &&\)_POST['waiver_accept'] === 'accepted';if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (!waiver_accepted) {error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Registration (Code of Conduct & Waiver): \(first_{n}ame\)last_name";$message = "A new combined Retreat Registration form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- CODE OF CONDUCT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n\n";$message .= "--- LIABILITY WAIVER STATUS ---\n";$message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?> .agree-form-container {font-family: "Noto Serif", serif;max-width: 100%;margin: 20px auto;color: #333;line-height: 1.6;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.form-section-title {font-size: 1.5rem;font-weight: 700;margin-bottom: 20px;border-bottom: 2px solid #333;padding-bottom: 5px;}.form-intro {margin-bottom: 25px;font-size: 1.05rem;}.form-intro-bold {margin-bottom: 30px;font-weight: 700;font-size: 1.05rem;}.reading-text-block {background-color: #fcfcfc;border: 1px solid #ededed;padding: 25px;margin-bottom: 35px;}.reading-item {margin-bottom: 15px;}.contact-section {background-color: #f9f9f9;padding: 20px;margin-bottom: 35px;border: 1px solid #ededed;}.contact-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;margin-bottom: 15px;}@media (max-width: 600px) {.contact-grid { grid-template-columns: 1fr; }}.input-group {display: flex;flex-direction: column;gap: 5px;}.input-group label {font-weight: 700;font-size: 0.9rem;}.input-group input {padding: 10px;border: 1px solid #ccc;font-size: 1rem;font-family: inherit;}.question-block {margin-bottom: 30px;padding-bottom: 25px;border-bottom: 1px solid #ededed;}.question-text {font-size: 1.1rem;font-weight: 700;margin-bottom: 15px;display: block;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.radio-options {display: flex;gap: 25px;padding-left: 5px;}.radio-label {display: flex;align-items: center;gap: 10px;cursor: pointer;font-size: 1.05rem;}.radio-label input[type="radio"],.waiver-checkbox-label input[type="checkbox"] {margin: 0;cursor: pointer;width: 18px;height: 18px;}.waiver-checkbox-label {display: flex;align-items: flex-start;gap: 12px;cursor: pointer;font-size: 1.1rem;font-weight: 700;padding: 10px 5px;}.waiver-checkbox-label input[type="checkbox"] {margin-top: 4px;}.form-submit-btn {background: #333;color: #fff;border: none;padding: 14px 28px;font-size: 1rem;font-weight: 700;cursor: pointer;transition: background 0.2s ease;margin-top: 10px;}.form-submit-btn:hover {background: #767676;}.error-message {color: #cc0000;font-weight: bold;margin-top: 20px;padding: 15px;background: #fff0f0;border-left: 4px solid #cc0000;}.success-message {background-color: #f4f4f4;padding: 30px;border-left: 4px solid #333;margin-top: 20px;} For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:Code of Conduct1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.First Name *Last Name *Email Address *1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states. //1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);$all_agree = true;for ($i = 1; \(i <= 6; \)i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Code of Conduct Agreement: \(first_{n}ame\)last_name";$message = "A new Code of Conduct agreement form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- AGREEMENT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?>

For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.

To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:

1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.

Thank You

Your agreement to the Code of Conduct has been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.

LORD SAINT GERMAIN WITH MASTER EL MORYA ~ LEARNING HOW TO MASTER YOUR EMOTIONAL BODY

Divine Feminine earth love

In this integrated channeled message Lord Saint Germain shares insights about correctly using the HIGHER SELF to reveal the Emotional Body of the FEMININE DIVINE to become properly activated. Ascended Master El Morya shares how accessing the BLUE FLAME corrects the present earthly imbalance of the masculine. Both Masters are teaching our next Mastery Class along with Lord Metatron (click link to learn about and enroll in the class). 

Greetings My Dearest Beloved Initiates and Students,

It is I Lord Saint Germain once again. I welcome you to join me in the journey of your Emotional Self, the One that is very important to your healing process but yet is sometimes swept away in the midst of other elements occurring in the world.

The Emotional Self was intended to be more in alignment within the four-body system than the Mental Body but yet it has not happened in that way. Due to the configurations within the planet there has been a misalignment that has occurred in the way that the Feminine Self was to be birthed into each soul’s essence.

It seems that in some individuals they are able to access their emotional needs, but most of the time it is only in a crisis when conflicting forces come together to create change that can reap havoc within an individual’s life circumstance.

It is at this moment that the Emotional Self becomes very involved with the ill effects of the pain that is a result of elements bombarding one another.

This can happen when that individual self is going through a traumatic occurrence or it can be associated with another person’s experience who is very close with the self that is feeling the pain. This type of emotional trauma is a result of the elements clashing within one another to reflect within the soul that the emotion needs to be released.

It is during those times that the soul goes through a charge of magnetic energies within their physical self; a rewiring of energies is occurring within the four-body system so the adjustment of the balance can be restored. This is what I like to call a Re-Working of the System and usually occurs because that specific soul is unable to tap into specific feelings without being challenged at first.

Some may call this being “Addicted to Crisis” and what occurs is the Emotional Self is then put into overdrive to create a change within the four-body system. Sometimes this change would never occur if the person was able to have a balanced Emotional Self so that the Feminine Divine could be initiated more easily within the psychological self.

If you are person that understands their Emotional Self, then you would not feel the need to step ahead when there is a crisis. You would do it, but it would occur in a timely fashion in which all your feelings of the situation can be clarified within your consciousness. You would be able to bring forth a sense of calmness to yourself and others as when the Feminine Divine is more accessed within the four body system it works more easily with the other parts of your Full Body System.

When an individual is overworked emotionally, they have a tendency to not allow the other counterparts of the full body system to adjust and help each other.

This can cause an experience to become very traumatic and life changing in a very dysfunctional way. It creates the other bodily systems (physical, etheric, mental, and sometimes spiritual) to take a back seat.

This means that they do not work cohesively within each other; they are separate parts that are not making up the entire essence within one’s consciousness.

This is when a person is working through the Hard Pain of any given situation. They are working within their compulsive self-reliance to deal with the emotions. The issue that has occurred is the catalyzer for the emotional body to take charge but yet it may not be ready to handle the consequences.

That is why it is imperative for an Initiate to understand their own Soft Pain, the part of their emotional body that needs to feel the emotions that are locked inside of them. This is allowing the movement of feeling the pain instead of thinking you are feeling it.

It is not an easy process to walk through the doorway of realizing the painful moments you have inside of you are actually opportunities for great growth and healing within yourself. It is within this journey of the self that you will acknowledge different elements within yourself that need to be addressed.

It is an imperative stage of growth for Mastery to realize the potential you have within yourself to look inside to reflect the challenges and the growth that occurs within your journey.

Mastery represents this pathway of light and it is riddled within many moments of realization that you never considered were a problem for you. It is about you stepping into the world of forgiveness for all that you have ever experienced in any lifetime to bring it into wholeness.

Accessing the Feminine Divine is the only way to truly heal the Emotional Body. This part of your essence will give you the opportunity to understand yourself in a completely different way than you have ever done before. It brings forth the initiation of love, nurturing, having pride in yourself to achieve a healthy attitude in your life. Bringing forth this part of your essence from your Higher Self is not an easy pathway as it will bring about those moments of realizing how you could have been more compassionate and loving to yourself previously.

As you learn to become more of the Feminine Self, you will see that you will not react adversely to difficult situations that may occur around you, like a person going through illness, possibly even the death cycle, or a bad accident that may have occurred. The Feminine Divine is the bridge to the Mental Body accessing Divine Love within itself. Without the ability to be both parts of the Emotional and Mental Bodies then there is a gap that occurs so that each bodily system works the best it can by itself which can be a very lonely process for any soul.

As you learn to look at your faults, why things may occur as they have, you will see that the Emotional Body can help you to deal with them in the moment and not at a later time.

The more you hold onto them within your subconscious, the more challenging it becomes to release the energies. Being on the Mastery Pathway is an essential component to understanding your Emotional Body and allows you to see if you have held any elements locked away in the confines of your sub-consciousness.

This is where the Inner Child Healing process occurs as when you unlock the door to your healing of the Emotional Self, you will find that the depth of pain can be very challenging, but so rewarding. It is a step towards evolving through all parts of yourself to be realized, not just the person you are in this lifetime. You can put all those dark secrets into wholeness which allows you to fully heal the parts that have been difficult for you to accept.

There is no magic button to push to make these things happen for you.

You, as the Initiate, must decide that you no longer want to have to react in a certain manner, but yet feel instead desire more balance within your four-body system. Understanding that you have feelings tucked away inside of you that need to be healed is a major part of the process. When you realize that the way you feel and act in your world is not helping you, then you allow your Higher Self to help you move through this process. You, are then, accessing your Spiritual Self to help the Physical Self to accept that Change needs to Occur.

As you heal the Emotional Body and access your Feminine Divine, you will see the balance that occurs within your consciousness and your life.

Taking the first step into Self Awareness is the key to your Balanced four-body system. Master El Morya has some special thoughts on this matter.

I Am Lord Saint Germain at your service.

Greetings My Dearest Ones,

I Am Master El Morya representing the Blue Flame of Will and Power but also how to step onto the Bridge of Freedom which represents your Divine Self helping your Physical Self to walk through the doorways of change.

As an Initiate of Mastery, the most challenging element I find is being able to look at yourself to see that something is not working within your life and trying to see a solution of how it can be changed.

This is the first step in Trusting your Higher Self to guide you in the right direction. It is not an easy road to look deeply within and see that who you have been is not the person you want to be.

We have all done this as Initiates; we want to think we are better than we truly are, but yet there is something there that nawls at us and tells us to go deeper into our feeling levels.

This is where you must have the ability to step into a world that you have not experienced before. A doorway opens for you to see the truth of your Higher Self, but yet the fear can be so strong that it stops you time and time again from not walking any further.

Sometimes as an Initiate, we go through this process many times only because we do not believe it or our Lower Ego talks us into stopping the process. It is at this moment that we as those Initiates must fall down on our knees and ask for help.

That is why I am here in this moment. I reach my hand out to you, to walk through the darkest of the doorways of your past whether it be in this lifetime or another, to see what you have done, experienced, or felt that is holding you back from your full potential. We all have been where you are in those moments and they can be very debilitating.

But you have potential to change – so we walk together.

It is important to realize that your Emotional Body has these memories and is ready for them to be acknowledged in your full consciousness. You may not know you have fear but look at every experience in your life. Do you walk as the Initiate that has confidence and the ability to speak from their heart? Or do you hide away in certain circumstances especially when you are challenged?

Your Emotional Self holds these feelings within you. Walking through this step of realizing there is pain within you will change who you are just by speaking up about it, even to yourself.

I give you my strength and courage to look at any given situation in your life circumstance. There is Freedom that will occur when you allow the Blue Flame of Will and Power to assist you to see the feelings inside that need to be healed.

When you learn that you can have sympathy for your experiences, it brings Humility into your life. This is allowing the Feminine Divine to help you be soft in all your dealings. It is not weak but actually strength in any given situation.

I walk with you to help you go deeper in your Emotional Self to see the True Being You Are.

I Am Master El Morya

Integrative Channel: Rev. Christine Meleriessee Hayden

Earth Day is April 22nd. The deepest Healing GAIA can receive is when Humanity Heals itself. Are you ready to take the journey to Healing your Emotional Self within the Divine Feminine? That is True Healing. Use this Earth Day to gain deeper insights and get energetic healing transmissions to assist you to do so. We invite you to Enroll in our seminar class given by Lord Metatron and Lord Saint Germain with Master El Morya on Earth Day, Saturday, April 22nd, 2017 at 12:30 PDT (3:30 EDT). Audio Recording and Handout provided.

Sharing this information on Social Media sites is requested as a service to support our work. Please help others connect with us:
♥ FACEBOOK  ♥ TWITTER  ♥ YOUTUBE  ♥ NEWSLETTER ♥ DONATE 

Did you find this post educational for your higher understanding? Not able to enroll? Instead please consider supporting our work with a $3 donation for this article. Everyone reading this can help make a difference. We require public support to bring forth these important Ascension Mastery transmissions.

© Copyright 2017 The Walking Terra Christa Academy of New Earth Mastery.WalkingTerraChrista.com by Rev. Christine Meleriessee Hayden and Rev. J. Michael Hayden (Ara). Personal use and providing a link to this article for informational or educational purpose (articles, websites or blogs) is welcomed and encouraged except any use related to or associated with profit making activities (including individual, business or organizational websites, publications, blogs, etc.) Reprinting or reposting this material for publications, websites or blogs that sell or advertise any products or services (as well as any printed or written reproduction) is not authorized without written permission. Rights are only granted to repost this material (in full and unedited with working url links) electronically on informational websites or blogs that do not sell or advertise any products or services. In such cases, you must include this complete copyright statement in full including the above active url referral links to help everyone stay informed and support our messages. In cases of text only formats, these active url links may be converted to display the full path of the url as linked. The information contained herein does not constitute the rendering of healthcare advice or the provision of treatment or treatment recommendations. It is not to be considered or inferred as medical or psychological advice. Use of the WalkingTerraChrista.com website and its originating content constitutes agreement of terms as provided under Website Terms and Disclaimer (click here).

Discover more from Walking Terra Christa Ascension Mastery Academy of New Earth Teachings℠

Subscribe to get the latest posts sent to your email.

Follow Walking Terra Christa Academy of New Earth Mastery on WordPress.com

DID YOU GET YOUR SPIRITUAL TREASURE THIS MAY? DON'T MISS OUT! LISTEN TO THE WESAK GLOBAL ONLINE FESTIVAL NOW:

X