Move up the Membership contact sidebar block

Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/content/en_sidebar.php b/content/en_sidebar.php
index 4f34175..7539567 100644
--- a/content/en_sidebar.php
+++ b/content/en_sidebar.php
@@ -12,6 +12,19 @@
  ?>
 <div class="col-md-9 col-lg-7 col-md-offset-1 margin-top-20 margin-bottom-20">
   <div class="icon-sidebar-menu row">
+    <?php if (isset($show_membership_contact) && $show_membership_contact == TRUE) :?>
+      <div class="padding-bottom-20 clearfix margin-bottom-15">
+        <div class="col-xs-8 col-md-9 hidden-xs hidden-sm">
+          <a class="circle-icon" href="https://accounts.eclipse.org/contact/membership">
+            <i class="fa fa-envelope-o orange"></i>
+          </a>
+        </div>
+        <div class="col-sm-24 col-md-15">
+          <h3><a href="https://accounts.eclipse.org/contact/membership">Contact us about membership</a></h3>
+          <p>Contact us about your organization joining the Eclipse Foundation</p>
+        </div>
+      </div>
+    <?php endif;?>
     <?php if (!isset($hide_membership) || $hide_membership == FALSE) :?>
       <div class="padding-bottom-20 clearfix">
         <div class="col-md-9 hidden-xs hidden-sm">
@@ -51,19 +64,6 @@
         </div>
       </div>
     <?php endif;?>
-    <?php if (isset($show_membership_contact) && $show_membership_contact == TRUE) :?>
-      <div class="padding-bottom-20 clearfix margin-bottom-15">
-        <div class="col-xs-8 col-md-9 hidden-xs hidden-sm">
-          <a class="circle-icon" href="https://accounts.eclipse.org/contact/membership">
-            <i class="fa fa-envelope-o orange"></i>
-          </a>
-        </div>
-        <div class="col-sm-24 col-md-15">
-          <h3><a href="https://accounts.eclipse.org/contact/membership">Contact us about membership</a></h3>
-          <p>Contact us about your organization joining the Eclipse Foundation</p>
-        </div>
-      </div>
-    <?php endif;?>
     <?php if (!isset($hide_faqs) || $hide_faqs == FALSE) :?>
       <div class="padding-bottom-20 clearfix">
         <div class="col-xs-8 col-md-9 hidden-xs hidden-sm">