// 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.

WORLD INVOCATION DAY WORKSHOP

FEST of HUMANITY WTC

Bringing Your Light Into Service

IN ORDER TO HAVE THE PROCESS OF GOODWILL TO BECOME MANIFESTED WITHIN THE EARTH, EACH PERSON MUST ACCESS IT THROUGH HIS OR HER OWN INTERNAL SYSTEMS. AS AN INDIVIDUAL, WE CANNOT GIVE HUMANITARIAN DEEDS TO OTHERS WITHOUT REALIZING THEM WITHIN OUR-SELF FIRST. THE IMPORTANCE OF THESE ACTS MUST BE IN ACCORDANCE WITHIN OUR PERSONAL REALITY. OTHERWISE, WE HAVE A PROBLEM OF IGNITING THE LOWER ASPECTS WITHIN OUR PERSONALITY UNTO OTHERS AS THE DEED IS BEING GIVEN. IT MUST BE IN ACCORDANCE OF THE DIVINE LAW OF ONENESS.

Background information: Lord Kuthumi’s channelled message (click here).
Master Djwhal Khul’s channelled message (click here).


EVENT: WORLD INVOCATION DAY FESTIVAL OF LIGHTS DISTANCE LEARNING WORKSHOP TRAINING
WHAT: SIX PART SERIES TEACHING WORKSHOP 
TEACHERS: CHANNELED TEACHING MESSAGES FROM LORD KUTHUMI, LORD SAINT GERMAIN, MASTER DJWHAL KHUL, LADY PORTIA, LADY NADA, HELIOS AND VESTA (THE SOLAR LOGOS), DIVINE MOTHER FATHER GOD (AS THE GREAT COSMIC CENTRAL SUN) and LORD SANANDA.

REGISTRATION: $249.99*  ON SALE $233*
OR: YOU CAN NOW ORDER THE INTRODUCTION CLASS ONLY $14.99 if you want to try out our teachings and channeling.

(*Discounted 10% for ENROLLED WTC ACADEMY students, SUPPORTING PARTNERS, or IAMTHE144.org active monthly service contributors. If you desire to recieve the discount simply join one of these programs before registering.)

As we move into the energies of World Invocation Day otherwise known as the Festival of Humanity or Goodwill, we as the students, initiates, masters of the pathway take what we have learned from the Wesak energies and allow it to become manifest within our physical world.

ALLOWING THE OPPOSITION OF THE FEMININE & MASCULINE TO BECOME UNITED AS ONE”. During Wesak we worked within the energies of walking through the doorway that the Wesak energies imposed upon us. Lady Portia assisted with the understanding of the Violet Purple Flame being grounded and how the ray represented the Masculine energies of the Violet with the Feminine energies of the Purple. Both of these elements within the ray bring forth the essence of the Violet/Purple flame being a very integral element for the healing of the Earth and humanity. We now work with moving those elements into BEING OF SERVICE.

HOW DO WE CREATE SERVICE IF WE, AS A SOUL, ARE NOT ABLE TO COME INTO BALANCE WITHIN THE INTERNAL SELF?

The Feminine and Masculine essences must work together in order to create harmony. It just does not happen automatically because we allow our meditations to take us into a higher existence. Within those feelings of higher energies, we are one within the feminine and masculine, but within the body we have a habit to become the lower aspects of the Emotional and Mental levels, which can act accordingly. This is due to the psychological self not being able to access the higher elements properly through the four-body system.

This moon in Gemini with Sagittarius is a fire energy that can create the Polar Opposites to ignite within the feminine and masculine self.

It is a very erupting moon but yet as an initiate we must always take the high road and aspire to our greatest desires no matter what the energies are dictating. As a soul that has chosen this pathway, we are learning to take what is our wisdom from our highest source and allow it to become concrete within our lowest source, the density of our physical body. This transition can be extremely challenging.

WORKSHOP TRAINING

During this workshop we will work with the issues that have arisen since the last moon as each person is moving forward through their doorway of allowing the next stage of their initiation levels to become manifested within their physical world. The process that we want to achieve is to allow each participant to receive the assistance they need to understand how they are incorporating the Wesak energies and how to continue the journey with the present energies of the Full Moon of Polar Opposites.

What we do during this process is allow the moon cycle to help us an individual to see the issues that arise from the fire energy that is being ignited so that the challenge can be met. We will go through phases of

◊ Looking at the Reflection in the Mirror
◊ Feeling the Issues at Hand
◊ Accept the Challenge that is Occurring
◊ Release the Elements that are Arising
◊ Allowing the Healing Process to be Embraced.

This will allow your Doorway of Light to become a reality within your world and not just something that you perceive it to be in your mind. We will utilize the teachings of the Lady Masters to help us understand the entire circumference of energies that are exhibiting within the physical world. Our goal is to bring the Feminine Divine into the limelight so that her essence can be one within the Masculine Divine allowing the polarity of the energies to be aligned as One.

ABOUT THE WESAK 2016 ENERGIES
(which include the three full moon FESTIVALS OF LIGHT of the Christ, the Wesak, the World Invocation (Goodwill/Humanity).

Wesak has always brought forth these elements but they have drastically increased as the planetary system has come into alignment with the Central Sun of the Universe through the progression to a new cosmic 2,600 year cycle.

2011:  Accessing Our Spark of Creation – Celebrating Our Divinity Within. This was the step of consciously activating the state of being of a Divine Soul having a Human experience. (Meaning more individuals consciously took the steps required to act this way versus just intellectually holding that idea as a concept in the mind.) This prepared the way for the energies of the Golden Ear to begin to be grounded in the coming year.
2012:  The Year of the Golden Era Being Birthed. This was the time when these Cosmic Energies could have potentially been much greater had more individuals prepared in the years before. The fact that a smaller percentage of earth’s population was indeed accessing their own divinity did not stop the Cosmic Energies from being able to start the process within earth. It was precisely because of these individuals that it could begin.
2013:  The Three Fold Flame of GAIA. This marked a formal acknowledgement of what being a Divine Being means as a human. Souls participating in Raising Vibration through accessing the Rays of God incorporated their Divine Feminine Masculine Christed essence within themselves creating a pathway for Gaia to also have grounded within her the Cosmic Rays of Light. This began in October of 2013 with the RAY OF WILL AND POWER of the Blue Flame (the 1st Ray of God), which was the first step of bringing the Cosmic Rays into humanity through having individuals access it themselves so it could then go out to others.  In December the RAY OF INNER DEVOTION (6th Ray of Ruby Red and Gold) was grounded into Gaia as enough individuals were now holding their own Divinity. This prepares the way for Love and Wisdom to begin to bloom on a global scale.
2014:  Inducting the Ray of Love and Wisdom into GAIA. With Wesak of 2014, the Golden Yellow Flame (2nd Ray of God) of LOVE AND WISDOM became fully grounded for humanity to access. It was essential that more individuals came to accept that true Wisdom only comes through allowing Divine Love to be their source of wisdom.
2015:  Accessing Freedom Within. Early in 2015, the Crystalline Flame (4th Ray of God) of the HARMONY AND BALANCE THROUGH CONFLICT was the next cosmic requirement to walk through doorways of the self to begin to remove the multifaceted dimensional elements within that block attaining the Peace of Love and Light within, which is the freedom of being a Divine Human.
Now with Wesak of 2016, the 7th Flame of the Ceremonial Structure is holding sacred and honoring what we have accomplished so far. It  can then also be infused into BEING that CREATION (of our Personal Transformation). But only IF we have walked the path of incorporating all these frequencies of light into our own DNA structures consciously and actively.

The 7th Ray brings forth the element of Lady Portia being the Ray Chohan as more of the Feminine Divine is being activated through the ray. This will assist Gaia to receive what she needs by bringing forth the elements of gentleness, love, and tolerance of the changes that need to occur for right order to be brought forth into the Earth.

As we take the energies of the Violet Purple Flame; it includes the Violet essence of invocation, but with the Purple, it creates a grounding energy while accessing the Feminine Divine. It is a deeper color. The Violet can come and go very easily but how does one stay grounded within that essence. It is impossible to stay centered with only the Violet Flame as it was meant to be a clearing energy – to whip through the darkness and clear up the elements that were stopping free flowing forms of light to be ignited within oneself. The Deep Purple flame brings forth the ability to ground the energies by allowing gentleness to bring forth compassion while centering the energies within the self; thereby, changing the foundation of the physical self into a spiritual foundation incorporated by the Higher Self or Divine Mind.

This ray represents both the Masculine and Feminine Divine qualities to be initiated, activated, and fully actualized.

We believe this Wesak energy is more life changing on a physical level than it has ever been felt previously. The more Initiates that participate in truly allowing their Inner Truth to be shown in their consciousness of thoughts and emotions, the easier the transition will be. Each soul has a responsibility to upholding their best intentions for themselves and for others.

Gaia needs you to be fully present within yourself and uphold the highest energy of expansion within you. It is a time when great mastery is being realized for the potential of life on this planet. We are at a crossroads ~ it is time to fully intuit all of the qualities that are essential for the transformation of this Earth.

In this six-part distance learning workshop we prepare for being in service (what World Invocation Day represents) in a way we never have before. As we desire to be “the masters-in-training” for the creation of a new way of life for all souls upon earth,is it not time to fully understand How it is that the Master’s Serve?

The time has arrived for us to make the next leap forward in understanding our service even if our lower mental and emotional self does not completely understand. This is the “faith of the mustard seed” in action. We learn to leap from a higher source: we receive the teachings directly from the Ascended Masters that bring forth our true essence of the rebirth of our Divine Feminine to be accepted by the restoration of the Divine Masculine.

Please strongly consider joining us to learn more about how to benefit personally from this transitional event.

receiving

© 2016 Walking Terra Christa

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