diff --git a/layouts/shortcodes/pages/membership/index.html b/layouts/shortcodes/pages/membership/index.html
index 622aebb90d1a3e6d2a582c61cccb2e4f2258b3c6..c9f9d2145ab921caa5db9a9a6cb55c3513416ddb 100644
--- a/layouts/shortcodes/pages/membership/index.html
+++ b/layouts/shortcodes/pages/membership/index.html
@@ -37,7 +37,7 @@
           Membership Fees
         </a>
       </li>
-      <li role="presentation">
+      <li class="featured-tab" role="presentation">
         <a 
           class="background-grey" 
           href="#tab-membership" 
@@ -551,74 +551,82 @@
   </div>
  <div class="tab-pane" id="tab-membership" role="tabpanel">
     <h2 class="text-center">How to Become a Member</h2>
-    <p class="text-center margin-bottom-30">
-      To become a member, follow these steps below:
-    </p>
     <p>
-      Once you have chosen the 
-      <a class="alt-tab-toggle" href="#tab-levels">level of membership</a>
-      (e.g., Strategic, Contributing, Associate):
+      In order for your organisation to become a member, you must complete and
+      sign the following documents through our 
+      <a href="https://membership.eclipse.org/application#sign-in">Member Enrolment Portal</a>:
     </p>
-    <ol>
+    <ul>
+      <li>
+        <a href="/membership/documents/membership-application-form.pdf">Membership Application Form</a> 
+        (you will need to indicate which class of membership you are joining.
+        Most organisations join as Contributing members.)
+      </li>
       <li>
-        Complete the 
-        <a href="https://membership.eclipse.org/application#sign-in">Membership Application Form</a>.
+        <a href="/org/documents/eclipse-foundation-membership-agreement.pdf">Membership Agreement</a>
       </li>
       <li>
-        Once you have completed the Membership Application Form, the membership
-        team will send you the agreements to sign electronically via HelloSign.
+        <a href="/legal/committer_process/EclipseMemberCommitterAgreement.pdf">Member Committer and Contributor Agreement</a>
+        (optional, but recommended)
       </li>
-    </ol>
+    </ul>
     <p>
-      If you are unable to complete this form online, you can use the 
-      <a href="#" data-toggle="modal" data-target="#membership-info-modal">PDF form and agreements</a>.
+      If you would prefer, you may instead download, complete, and sign the documents and 
+      <a href="mailto:membership.coordination@eclipse-foundation.org">email</a>
+      to us for processing.
     </p>
     <p>
       Note: Membership in an Eclipse Working Group requires the execution of
       the respective Working Group’s Participation Agreement. For more
-      information, review the list of the current Eclipse Working Groups and
-      their respective Participation Agreement.
+      information, review the 
+      <a href="/org/workinggroups/explore.php">list of the current Eclipse Working Groups</a> 
+      and their respective Participation Agreement.
     </p>
+    <h3>What is the Member Enrolment Portal?</h3>
     <p>
-      If you are a Committer who is not already a Member by virtue of your
-      employer being a Member, you may join as an individual Committer Member.
+      The simplest way to complete and sign the documents is by creating an
+      Eclipse account (if you don't already have one) and using our 
+      <a href="https://membership.eclipse.org/application#sign-in">Membership Enrolment Portal</a>.
+      This portal will walk you through the documents above and ensure you
+      provide all the necessary information.
+      Once complete, our staff will review the submission and send you the
+      appropriate agreements for electronic signature.
     </p>
+    <h3>What if I have questions?</h3>
     <p>
-      Review our <a href="/org/documents">governance documents</a> for the
-      Eclipse Foundation Bylaws, Membership Agreement, Affliates, Membership
-      Guidelines, IP Policy and more.
+      Our <a href="/org/documents/">governance page</a> lists all of our key
+      governance documents, including the Eclipse Foundation Bylaws, IP Policy,
+      Antitrust Policy, Affiliates Guidelines, etc. 
+    </p>
+    <p>
+      And feel free to email us with any additional questions you have. 
+    </p>
+    <h3>For Committer Members</h3>
+    <p>
+      If you are a Committer who is not already a Member by virtue of your
+      employer being a Member, you are welcome to join as an individual
+      Committer Member.  The steps involved in becoming a committer are
+      described here; individual Committer Members should download and 
+      <a href="mailto:emo@eclipse-foundation.org">email us</a>
+      the Membership Agreement.
     </p>
-
     <h3>Eclipse Foundation AISBL</h3>
     <p>
       In January 2021, the Eclipse Foundation created a new Belgian-based
-      organization, Eclipse Foundation AISBL. All new members are strongly
-      encouraged to join this Eclipse Foundation AISBL organization and do so
+      organisation, Eclipse Foundation AISBL. All new members are strongly
+      encouraged to join this Eclipse Foundation AISBL organisation and do so
       using the above application and agreements.
     </p>
     <p>
       Prior to January 2021, Eclipse Foundation membership was based on Eclipse
-      Foundation, Inc., a Delaware-based organization, and this organization
-      still exists. The membership benefits for both organizations are
+      Foundation, Inc., a Delaware-based organisation, and this organisation
+      still exists. The membership benefits for both organisations are
       identical, and members are expected to join only one. Any new member of
       Eclipse Foundation who believes they have reason to join the
-      Delaware-based organization may contact 
-      <a href="mailto:membership@eclipse.org">membership@eclipse.org</a> for
-      the appropriate versions of the Membership Agreement and Membership
+      Delaware-based organisation may contact <a href="mailto:membership@eclipse.org">membership@eclipse.org</a> 
+      for the appropriate versions of the Membership Agreement and Membership
       Application.
     </p>
-
-    <hr>
-    <div class="text-center">
-      <h3>Eclipse Corporate Sponsors</h3>
-      <p>
-        The Eclipse Foundation relies on the support of our members and
-        contributions from the user community to service and grow the Eclipse
-        ecosystem. In addition to membership, corporate users of Eclipse projects
-        can support the community by joining the 
-        <a href="/corporate_sponsors/">Corporate Sponsorship Program</a>.
-      </p>
-    </div>
     <div class="alternate-tab-controls vertical-align">
       <a class="alternate-tab-controls-left alt-tab-toggle" href="#tab-fees">
         <i class="fa fa-caret-left fa-sm" aria-label="Previous Page"></i>
diff --git a/less/components/_tabs.less b/less/components/_tabs.less
index faa2f51ecbbc2e72555bacddf7ae8858c4643e63..9e185dff6bcbc2671fe4e99307161563ba19489a 100644
--- a/less/components/_tabs.less
+++ b/less/components/_tabs.less
@@ -11,6 +11,20 @@
  * SPDX-License-Identifier: EPL-2.0
 */
 
+// Featured Tab
+.nav-tabs .featured-tab a {
+  &,
+  &:focus {
+    color: @white;
+    background-color: @black;
+  }
+
+  &:hover {
+    color: @white;
+    background-color: @brand-primary;
+  }
+}
+
 //== Alternate Tab Controls
 // Controls placed at the bottom of tab-content to navigate left or
 // right.