{"id":63,"date":"2026-02-06T09:52:15","date_gmt":"2026-02-06T14:52:15","guid":{"rendered":"https:\/\/site.sowhenitbe.com\/brandywinegoddardlodge383\/?page_id=63"},"modified":"2026-02-08T11:39:04","modified_gmt":"2026-02-08T16:39:04","slug":"join","status":"publish","type":"page","link":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/join\/","title":{"rendered":"Join"},"content":{"rendered":"\n<!-- DISTRICT JOIN PAGE v2\n5th Masonic District of Pennsylvania\nMatches District Lodges\/Officers styling (hero gradient, accent bar, cards, navy buttons)\nAdds expanded District Q and A plus joining PA Masons FAQs\nWorks in provided FAQ content\nForm: wpforms id=\"84\" (swap if needed)\nNo em dashes used\nReplace ALL existing page content with this\n-->\n\n\n<style>\n  :root{\n    --mv-navy:#12233E;\n    --mv-navy-2:#163158;\n    --mv-ink:#0b1220;\n    --mv-muted:#4f5b6e;\n    --mv-border:#e2e6ef;\n    --mv-soft:#f6f7fb;\n    --mv-card:#ffffff;\n    --mv-gold:#c9a44c;\n    --mv-radius:24px;\n\n    \/* PA Masons teal *\/\n    --mv-teal:#789e9c;\n    --mv-teal-2:#6f9290;\n  }\n\n  \/* Hide theme title\/header above custom hero *\/\n  body.page .entry-title,\n  body.page .page-header,\n  body.page header.entry-header,\n  body.page .gp-page-header,\n  body.page .generate-page-header{\n    display:none !important;\n  }\n\n  .mv-page{\n    color:var(--mv-ink);\n    font-size:18px;\n    line-height:1.65;\n    background:linear-gradient(180deg,var(--mv-soft),#ffffff 42%);\n  }\n  .mv-wrap{max-width:1180px;margin:0 auto;padding:28px 18px}\n\n  .mv-hero{\n    background:linear-gradient(135deg, rgba(18,35,62,.10), rgba(201,164,76,.08));\n    border:1px solid var(--mv-border);\n    border-radius:24px;\n    padding:28px 20px;\n    position:relative;\n    overflow:hidden;\n  }\n  .mv-hero:before{\n    content:\"\";\n    position:absolute;\n    left:0;top:0;bottom:0;\n    width:6px;\n    background:linear-gradient(180deg,var(--mv-gold),rgba(201,164,76,.35));\n  }\n\n  .mv-kicker{\n    margin:0 0 8px 0;\n    font-size:13px;\n    text-transform:uppercase;\n    letter-spacing:.06em;\n    font-weight:800;\n    color:var(--mv-muted) !important;\n  }\n  .mv-h1{\n    margin:0 0 10px 0;\n    font-size:34px;\n    line-height:1.15;\n    letter-spacing:-.01em;\n  }\n  .mv-sub{\n    margin:0;\n    color:var(--mv-muted) !important;\n    max-width:96ch;\n  }\n  .mv-sub-note{\n    margin:10px 0 0 0;\n    color:var(--mv-muted) !important;\n    font-size:14px;\n  }\n\n  \/* Lock hero title to navy *\/\n  .mv-page .mv-hero h1,\n  .mv-page .mv-hero .mv-h1{\n    color:var(--mv-navy) !important;\n    text-shadow:none !important;\n    opacity:1 !important;\n  }\n\n  .mv-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}\n\n  \/* Buttons match District styling *\/\n  .mv-linkbtn,\n  .mv-linkbtn:link,\n  .mv-linkbtn:visited{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    min-height:48px;\n    padding:12px 16px;\n    border-radius:12px;\n    font-size:16px;\n    font-weight:800;\n    text-decoration:none !important;\n    color:#fff !important;\n    background:var(--mv-navy) !important;\n    border:0 !important;\n    box-shadow:0 10px 22px rgba(18,35,62,.10);\n    cursor:pointer;\n  }\n  .mv-linkbtn:hover{background:var(--mv-navy-2) !important;}\n  .mv-linkbtn:focus{outline:2px solid rgba(18,35,62,.25);outline-offset:2px}\n\n .mv-linkbtn.secondary,\n.mv-linkbtn.secondary:link,\n.mv-linkbtn.secondary:visited{\n  background:#ffffff !important;             \/* no longer blends into the tile *\/\n  color:var(--mv-navy) !important;\n  border:1px solid rgba(18,35,62,.28) !important;\n  box-shadow:0 10px 22px rgba(18,35,62,.08) !important;\n}\n\n.mv-linkbtn.secondary:hover{\n  background:rgba(18,35,62,.06) !important;\n  border-color:rgba(18,35,62,.40) !important;\n}\n\n.mv-linkbtn.secondary:focus{\n  outline:2px solid rgba(18,35,62,.25);\n  outline-offset:2px;\n}\n\n  \/* Scroll button *\/\n  .mv-linkbtn.gold,\n  .mv-linkbtn.gold:link,\n  .mv-linkbtn.gold:visited{\n    background:rgba(201,164,76,.18) !important;\n    color:var(--mv-ink) !important;\n    border:1px solid rgba(201,164,76,.55) !important;\n    box-shadow:none !important;\n  }\n  .mv-linkbtn.gold:hover{background:rgba(201,164,76,.26) !important;}\n\n  \/* PA Masons teal FAQ button *\/\n  .mv-linkbtn.teal,\n  .mv-linkbtn.teal:link,\n  .mv-linkbtn.teal:visited{\n    background:var(--mv-teal) !important;\n    color:var(--mv-ink) !important;\n    border:1px solid rgba(0,0,0,.12) !important;\n    box-shadow:0 10px 22px rgba(18,35,62,.10);\n  }\n  .mv-linkbtn.teal:hover{\n    background:var(--mv-teal-2) !important;\n  }\n\n  \/* Grid *\/\n  .mv-section{padding:18px 0 0 0}\n  .mv-grid{\n    display:grid;\n    grid-template-columns:repeat(12, minmax(0,1fr));\n    gap:16px;\n  }\n  .col-12{grid-column:span 12}\n  .col-6{grid-column:span 6}\n  @media (max-width: 920px){ .col-6{grid-column:span 12} }\n\n  .mv-card{\n    background:var(--mv-card);\n    border:1px solid var(--mv-border);\n    border-radius:var(--mv-radius);\n    overflow:hidden;\n    box-shadow:0 12px 26px rgba(18,35,62,.06);\n  }\n  .mv-accent{height:6px;background:linear-gradient(90deg,var(--mv-gold),rgba(201,164,76,.35))}\n  .mv-card-body{padding:18px 16px}\n\n  .mv-h2{\n    margin:0 0 10px 0;\n    font-size:18px;\n    font-weight:950;\n    color:var(--mv-ink);\n  }\n  .mv-p{margin:0 0 12px 0;color:var(--mv-muted);font-size:16px}\n  .mv-cap{margin:10px 0 0 0;color:var(--mv-muted);font-size:13px}\n\n  .mv-soft{\n    border:1px solid var(--mv-border);\n    background:rgba(246,247,251,.75);\n    border-radius:18px;\n    padding:12px 12px;\n  }\n\n  .mv-callout{\n    border:1px solid rgba(201,164,76,.55);\n    background:rgba(201,164,76,.10);\n    border-radius:16px;\n    padding:12px 12px;\n    color:var(--mv-ink);\n    font-size:15px;\n  }\n\n  .mv-list{margin:0;padding-left:18px}\n  .mv-list li{margin:8px 0;color:var(--mv-ink);font-size:15px}\n\n  \/* Accordion *\/\n  .mv-acc{\n    border:1px solid var(--mv-border);\n    border-radius:16px;\n    background:#fff;\n    overflow:hidden;\n  }\n  .mv-acc + .mv-acc{margin-top:10px}\n  .mv-acc summary{\n    list-style:none;\n    cursor:pointer;\n    display:flex;\n    align-items:flex-start;\n    justify-content:space-between;\n    gap:12px;\n    padding:12px 12px;\n    background:rgba(246,247,251,.65);\n  }\n  .mv-acc summary::-webkit-details-marker{display:none}\n  .mv-acc summary:focus{outline:2px solid rgba(18,35,62,.25);outline-offset:2px}\n  .mv-acc-title{display:block;font-weight:950;color:var(--mv-ink)}\n  .mv-acc-title small{display:block;margin-top:2px;font-weight:750;color:var(--mv-muted);font-size:13px}\n  .mv-chev{width:16px;height:16px;flex:0 0 auto;position:relative;margin-top:3px}\n  .mv-chev:before{\n    content:\"\";\n    position:absolute;inset:0;\n    border-right:2px solid var(--mv-navy);\n    border-bottom:2px solid var(--mv-navy);\n    transform:rotate(45deg);\n    opacity:.9;\n  }\n  details[open] .mv-chev:before{transform:rotate(225deg);margin-top:3px}\n  .mv-acc-body{padding:14px 12px;color:var(--mv-ink);font-size:15px}\n  .mv-acc-body p{margin:0 0 10px 0;color:var(--mv-muted)}\n  .mv-acc-body ul{margin:8px 0 0 0;padding-left:18px}\n  .mv-acc-body li{margin:8px 0;color:var(--mv-ink)}\n\n  .mv-note{\n    margin:12px 0 0 0;\n    font-size:14px;\n    color:var(--mv-muted);\n    padding:12px 14px;\n    border:1px solid var(--mv-border);\n    border-radius:14px;\n    background:rgba(246,247,251,.7);\n  }\n\n  \/* Video embed *\/\n  .mv-media{\n    border:1px solid var(--mv-border);\n    border-radius:18px;\n    overflow:hidden;\n    background:#000;\n  }\n  .mv-media iframe{\n    width:100%;\n    height:315px;\n    border:0;\n    display:block;\n  }\n  @media (max-width: 720px){\n    .mv-media iframe{height:240px}\n  }\n\n  \/* WPForms styling *\/\n  .mv-card .wpforms-container{margin-top:10px}\n  .mv-card .wpforms-field-label{font-weight:900}\n  .mv-card input[type=\"text\"],\n  .mv-card input[type=\"email\"],\n  .mv-card input[type=\"tel\"],\n  .mv-card textarea,\n  .mv-card select{\n    border-radius:12px !important;\n    border:1px solid var(--mv-border) !important;\n    padding:12px 12px !important;\n    font-size:16px !important;\n  }\n  .mv-card textarea{min-height:150px}\n\n  .mv-card button[type=\"submit\"],\n  .mv-card input[type=\"submit\"],\n  .mv-card .wpforms-submit{\n    background:var(--mv-navy) !important;\n    color:#fff !important;\n    border:0 !important;\n    border-radius:12px !important;\n    padding:14px 18px !important;\n    font-size:16px !important;\n    font-weight:900 !important;\n    min-height:48px !important;\n    box-shadow:0 10px 22px rgba(18,35,62,.10) !important;\n  }\n  .mv-card button[type=\"submit\"]:hover,\n  .mv-card input[type=\"submit\"]:hover,\n  .mv-card .wpforms-submit:hover{\n    background:var(--mv-navy-2) !important;\n  }\n\n  \/* Safety: stop theme link colors from overriding *\/\n  .mv-page a{color:inherit}\n  .mv-page .mv-linkbtn{color:#fff !important}\n  .mv-page .mv-linkbtn.secondary{color:var(--mv-navy) !important}\n  .mv-page .mv-linkbtn.gold{color:var(--mv-ink) !important}\n  .mv-page .mv-linkbtn.teal{color:var(--mv-ink) !important}\n\n  .mv-acc-body a{color:var(--mv-navy);font-weight:900;text-decoration:none}\n  .mv-acc-body a:hover{text-decoration:underline}\n\n  \/* Better anchor scroll positioning *\/\n  #request-info,\n  #district-faq{\n    scroll-margin-top:90px;\n  }\n<\/style>\n\n<script>\n  (function(){\n    function ready(fn){\n      if(document.readyState !== \"loading\"){ fn(); }\n      else{ document.addEventListener(\"DOMContentLoaded\", fn); }\n    }\n\n    ready(function(){\n      var buttons = document.querySelectorAll('a[data-mv-scroll]');\n      if(!buttons.length) return;\n\n      buttons.forEach(function(btn){\n        btn.addEventListener('click', function(e){\n          var href = btn.getAttribute('href') || '';\n          if(href.charAt(0) !== '#') return;\n\n          var target = document.querySelector(href);\n          if(!target) return;\n\n          e.preventDefault();\n\n          var y = target.getBoundingClientRect().top + window.pageYOffset - 80;\n          window.scrollTo({ top: y, behavior: 'smooth' });\n        });\n      });\n    });\n  })();\n<\/script>\n\n<div class=\"mv-page\">\n  <div class=\"mv-wrap\">\n\n    <!-- HERO -->\n    <section class=\"mv-hero\" aria-label=\"Join header\">\n      <p class=\"mv-kicker\">Become a Freemason<\/p>\n      <h1 class=\"mv-h1\" style=\"color:#12233E !important;\">Join within the Fifth Masonic District<\/h1>\n      <p class=\"mv-sub\">\n        This page explains the basics of Freemasonry in Pennsylvania and provides a private way to request information.\n        If you are not sure which Lodge to contact, we will help route you.\n      <\/p>\n\n      <div class=\"mv-actions\" aria-label=\"Primary actions\">\n        <a class=\"mv-linkbtn gold\" href=\"#request-info\" data-mv-scroll>Request information<\/a>\n\n        <a\n          class=\"mv-linkbtn teal\"\n          href=\"#district-faq\"\n          data-mv-scroll\n          title=\"Frequently Asked Questions\"\n          aria-label=\"Frequently Asked Questions\"\n        >FAQ<\/a>\n\n        <a class=\"mv-linkbtn\" href=\"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/lodges\/\">Find a Lodge<\/a>\n        <a class=\"mv-linkbtn\" href=\"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/calendar\/\">Calendar<\/a>\n        <a class=\"mv-linkbtn secondary\" href=\"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/contact\/\">Contact<\/a>\n      <\/div>\n    <\/section>\n\n    <!-- EXPLAINER + REQUIREMENTS -->\n    <section class=\"mv-section\" aria-label=\"Join content\">\n      <div class=\"mv-grid\">\n\n        <!-- What is Freemasonry -->\n        <article class=\"mv-card col-6\" aria-label=\"What is Freemasonry\">\n          <div class=\"mv-accent\"><\/div>\n          <div class=\"mv-card-body\">\n            <h2 class=\"mv-h2\">What is Freemasonry?<\/h2>\n            <p class=\"mv-p\">\n              Freemasonry is a brotherhood of men who share one goal: helping each other become better men.\n              It is one of the oldest and most well known fraternities in the world.\n            <\/p>\n            <p class=\"mv-p\">\n              Men from many backgrounds come together as equals and try to live three core virtues in everyday life:\n              brotherly love, charity, and truth.\n            <\/p>\n\n            <div class=\"mv-media\" aria-label=\"Why I Join video\">\n              <iframe\n                src=\"https:\/\/www.youtube.com\/embed\/1oxpRjTg6OM?autoplay=1&#038;mute=1&#038;loop=1&#038;playlist=1oxpRjTg6OM&#038;controls=1&#038;modestbranding=1&#038;rel=0\"\n                title=\"Why I Join\"\n                loading=\"lazy\"\n                allow=\"autoplay; encrypted-media; picture-in-picture\"\n                referrerpolicy=\"no-referrer-when-downgrade\"\n              ><\/iframe>\n            <\/div>\n            <p class=\"mv-cap\">The video plays silently by default.<\/p>\n\n            <div class=\"mv-soft\" style=\"margin-top:14px\">\n              <p class=\"mv-p\" style=\"margin-bottom:10px\">\n                Learn more from the Grand Lodge of Pennsylvania:\n              <\/p>\n              <a class=\"mv-linkbtn secondary\" href=\"https:\/\/pagrandlodge.org\/join\/\" target=\"_blank\" rel=\"noopener\">PA Grand Lodge join page<\/a>\n            <\/div>\n          <\/div>\n        <\/article>\n\n        <!-- Requirements and what happens next -->\n        <article class=\"mv-card col-6\" aria-label=\"Requirements and process\">\n          <div class=\"mv-accent\"><\/div>\n          <div class=\"mv-card-body\">\n            <h2 class=\"mv-h2\">Qualifications for membership in Pennsylvania<\/h2>\n            <p class=\"mv-p\">\n              In Pennsylvania, to qualify for membership, a petitioner must be male, at least 18 years of age, and believe in the existence of a Supreme Being.\n            <\/p>\n            <p class=\"mv-p\">\n              He should be of good moral character and motivated to join for the right reasons. Freemasonry is not for personal gain or profit.\n            <\/p>\n\n            <div class=\"mv-callout\" style=\"margin-top:14px\">\n              <h3 class=\"mv-h2\" style=\"margin:0 0 8px 0\">What happens next<\/h3>\n              <ul class=\"mv-list\" style=\"margin-top:8px\">\n                <li>Your request is reviewed and routed to the appropriate Lodge.<\/li>\n                <li>A member reaches out to answer questions.<\/li>\n                <li>You may be invited to visit before any decisions are made.<\/li>\n              <\/ul>\n              <p class=\"mv-note\" style=\"margin-top:10px\">\n                Your information is kept private and used only to reply to your request.\n              <\/p>\n            <\/div>\n\n            <div class=\"mv-soft\" style=\"margin-top:14px\">\n              <h3 class=\"mv-h2\" style=\"margin:0 0 8px 0\">How to choose a Lodge<\/h3>\n              <p class=\"mv-p\" style=\"margin-bottom:0\">\n                Many men start with the Lodge closest to home. Others choose a Lodge where they have friends or family.\n                If you are not sure, submit the form and we will help you find a good fit within the Fifth District.\n              <\/p>\n            <\/div>\n          <\/div>\n        <\/article>\n\n      <\/div>\n    <\/section>\n\n    <!-- DISTRICT Q AND A -->\n    <section class=\"mv-section\" id=\"district-faq\" aria-label=\"District questions and answers\">\n      <h2 class=\"mv-h2\" style=\"margin:18px 0 10px 0\">Fifth District questions and answers<\/h2>\n      <p class=\"mv-p\" style=\"margin:0 0 12px 0\">\n        These questions come up often for men looking at Lodges in our area.\n      <\/p>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">What is the Fifth Masonic District <small>Local Lodges in our area<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <p>\n            The Fifth Masonic District is a local grouping of Pennsylvania Lodges that work together for coordination, events, education, and visitations.\n            Each Lodge is its own organization with its own meeting night, culture, and traditions.\n          <\/p>\n          <p>\n            If you want to explore local Lodges, start with the Lodges page and open a Lodge card to view its meeting schedule and location.\n          <\/p>\n          <p>\n            <a href=\"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/lodges\/\">View Lodges of the Fifth District<\/a>\n          <\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">Do I have to join the closest Lodge <small>Not always<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <p>\n            No. Many men choose the closest Lodge, but it is common to join a Lodge where you feel comfortable, where you have connections, or where the meeting night fits your schedule.\n            Visiting a Lodge before petitioning is encouraged.\n          <\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">What are Lodge meetings like <small>Simple, respectful, and organized<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <p>\n            A stated meeting is the regular business meeting of a Lodge. Many Lodges also hold degree nights, education nights, and social events.\n            The best way to understand the rhythm is to request information and then visit a Lodge when invited.\n          <\/p>\n          <p>\n            If dinner is offered, it is typically before the meeting. Check the District calendar or the Lodge page for event details.\n          <\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">What should I ask when I visit <small>Helpful questions for a first visit<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <ul>\n            <li>When are stated meetings and degree nights held<\/li>\n            <li>What is the usual dress standard<\/li>\n            <li>What kinds of service projects does the Lodge support<\/li>\n            <li>What is expected of new members in time and participation<\/li>\n            <li>How mentorship is handled for new candidates<\/li>\n          <\/ul>\n        <\/div>\n      <\/details>\n    <\/section>\n\n    <!-- GENERAL FAQ -->\n    <section class=\"mv-section\" aria-label=\"Frequently asked questions\">\n      <h2 class=\"mv-h2\" style=\"margin:18px 0 10px 0\">Frequently asked questions<\/h2>\n      <p class=\"mv-p\" style=\"margin:0 0 12px 0\">\n        Clear answers to common questions about joining Freemasonry in Pennsylvania.\n      <\/p>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">Is Freemasonry a religion <small>No, it does not replace faith<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <p>\n            No. Freemasonry is not a religion and does not replace a man\u2019s faith. It encourages members to practice their own religion but does not dictate belief or doctrine.\n          <\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">Must all Masons be obligated on the Bible <small>Volume of Sacred Law<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <p>\n            A Mason must believe in a Supreme Being and take his obligation on a book he considers sacred to his faith.\n            This may be the Bible, Torah, Quran, or another Volume of Sacred Law.\n          <\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">What are the Degrees of Freemasonry <small>Three degrees<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <p>\n            Freemasonry has three degrees: Entered Apprentice, Fellowcraft, and Master Mason. Each degree teaches moral lessons using symbols and ceremonies.\n          <\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">Which important historical figures in Pennsylvania were Freemasons <small>Early American history<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <p>\n            Pennsylvania has played a central role in American Freemasonry. Benjamin Franklin served as Grand Master of Pennsylvania and helped establish early Masonic traditions in the colonies.\n          <\/p>\n          <p>\n            Other notable Pennsylvania Masons include Andrew Hamilton, a key figure in American legal history, and Thaddeus Stevens, a leader during the Civil War and Reconstruction era.\n          <\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">Which famous public figures were Freemasons <small>Not U.S. Presidents<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <p>Many well known figures throughout history have been Freemasons, including:<\/p>\n          <ul>\n            <li>Benjamin Franklin, inventor and statesman<\/li>\n            <li>Paul Revere, silversmith and patriot<\/li>\n            <li>Nat King Cole, musician and entertainer<\/li>\n            <li>John Wayne, actor<\/li>\n            <li>Shaquille O\u2019Neal, professional athlete<\/li>\n            <li>Buzz Aldrin, astronaut<\/li>\n          <\/ul>\n          <p>\n            These men came from very different walks of life, but shared an interest in personal growth, service, and fellowship.\n          <\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">What makes Pennsylvania Freemasonry unique <small>History and education<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <ul>\n            <li>Pennsylvania has the oldest Grand Lodge in the Western Hemisphere, founded in 1731.<\/li>\n            <li>The Grand Lodge Library in Philadelphia is one of the largest Masonic libraries in the world.<\/li>\n            <li>Pennsylvania Lodges traditionally place strong emphasis on ritual accuracy and education.<\/li>\n            <li>Because of its early history, Pennsylvania Freemasonry has influenced Masonic practice far beyond the state.<\/li>\n          <\/ul>\n        <\/div>\n      <\/details>\n\n      <details class=\"mv-acc\">\n        <summary>\n          <span class=\"mv-acc-title\">When and where did African American Freemasonry begin in the United States <small>Prince Hall history<\/small><\/span>\n          <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n        <\/summary>\n        <div class=\"mv-acc-body\">\n          <p>\n            African American Freemasonry began on March 6, 1775, in Boston when Prince Hall and fourteen other men were made Masons in a British military lodge.\n          <\/p>\n          <p>\n            Prince Hall later became a leader in the free Black community and laid the foundation for what is now known as Prince Hall Freemasonry.\n          <\/p>\n        <\/div>\n      <\/details>\n    <\/section>\n\n    <!-- REQUEST INFO -->\n    <section class=\"mv-section\" id=\"request-info\" aria-label=\"Request information form\">\n      <div class=\"mv-card\">\n        <div class=\"mv-accent\"><\/div>\n        <div class=\"mv-card-body\">\n          <p class=\"mv-kicker\" style=\"margin-bottom:6px\">Request information<\/p>\n          <h2 class=\"mv-h2\">Begin the journey<\/h2>\n\n          <p class=\"mv-p\" style=\"max-width:92ch\">\n            Complete the form below and a member of a Lodge within the Fifth Masonic District will respond.\n            If you already know which Lodge you want to contact, mention it in your message.\n          <\/p>\n\n          <style id=\"wpforms-css-vars-84\">\n\t\t\t\t#wpforms-84 {\n\t\t\t\t--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-84\"><form id=\"wpforms-form-84\" class=\"wpforms-validate wpforms-form\" data-formid=\"84\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/5thdistrictpa\/wp-json\/wp\/v2\/pages\/63\" data-token=\"a9b7b49d98fbd86dd8ab99182f286eea\" data-token-time=\"1778610643\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-84-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><fieldset><legend class=\"wpforms-field-label\">Full Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-84-field_1\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][1][first]\" aria-errormessage=\"wpforms-84-field_1-error\" required><label for=\"wpforms-84-field_1\" class=\"wpforms-field-sublabel after\">First<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-84-field_1-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][1][last]\" aria-errormessage=\"wpforms-84-field_1-last-error\" required><label for=\"wpforms-84-field_1-last\" class=\"wpforms-field-sublabel after\">Last<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-84-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-84-field_2\">Email Address <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-84-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" spellcheck=\"false\" aria-errormessage=\"wpforms-84-field_2-error\" required><\/div><div id=\"wpforms-84-field_3-container\" class=\"wpforms-field wpforms-field-phone\" data-field-id=\"3\"><label class=\"wpforms-field-label\" for=\"wpforms-84-field_3\">Phone Number <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"tel\" id=\"wpforms-84-field_3\" class=\"wpforms-field-medium wpforms-field-required wpforms-smart-phone-field\" data-rule-smart-phone-field=\"true\" name=\"wpforms[fields][3]\" aria-label=\"Phone Number\" aria-errormessage=\"wpforms-84-field_3-error\" required><\/div>\t\t<div id=\"wpforms-84-field_15-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"15\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-84-field_15\" >Email Questions joining<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-84-field_15\" class=\"wpforms-field-medium\" name=\"wpforms[fields][15]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-84-field_4-container\" class=\"wpforms-field wpforms-field-checkbox\" data-field-id=\"4\"><fieldset><legend class=\"wpforms-field-label\">Preferred Contact Method<\/legend><ul id=\"wpforms-84-field_4\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_4_1\" name=\"wpforms[fields][4][]\" value=\"Call\" aria-errormessage=\"wpforms-84-field_4_1-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_4_1\">Call<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_4_2\" name=\"wpforms[fields][4][]\" value=\"Text\" aria-errormessage=\"wpforms-84-field_4_2-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_4_2\">Text<\/label><\/li><li class=\"choice-3 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_4_3\" name=\"wpforms[fields][4][]\" value=\"Email\" aria-errormessage=\"wpforms-84-field_4_3-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_4_3\">Email<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-84-field_5-container\" class=\"wpforms-field wpforms-field-address\" data-field-id=\"5\"><fieldset><legend class=\"wpforms-field-label\">Mailing Address <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div ><input type=\"text\" id=\"wpforms-84-field_5\" class=\"wpforms-field-address-address1 wpforms-field-required\" name=\"wpforms[fields][5][address1]\" aria-errormessage=\"wpforms-84-field_5-error\" required><label for=\"wpforms-84-field_5\" class=\"wpforms-field-sublabel after\">Address Line 1<\/label><\/div><\/div><div class=\"wpforms-field-row wpforms-field-medium\"><div ><input type=\"text\" id=\"wpforms-84-field_5-address2\" class=\"wpforms-field-address-address2\" name=\"wpforms[fields][5][address2]\" aria-errormessage=\"wpforms-84-field_5-address2-error\" ><label for=\"wpforms-84-field_5-address2\" class=\"wpforms-field-sublabel after\">Address Line 2<\/label><\/div><\/div><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"text\" id=\"wpforms-84-field_5-city\" class=\"wpforms-field-address-city wpforms-field-required\" name=\"wpforms[fields][5][city]\" aria-errormessage=\"wpforms-84-field_5-city-error\" required><label for=\"wpforms-84-field_5-city\" class=\"wpforms-field-sublabel after\">City<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><select id=\"wpforms-84-field_5-state\" class=\"wpforms-field-address-state wpforms-field-required\" name=\"wpforms[fields][5][state]\" aria-errormessage=\"wpforms-84-field_5-state-error\" required><option class=\"placeholder\" value=\"\" selected disabled>--- Select state ---<\/option><option value=\"AL\" >Alabama<\/option><option value=\"AK\" >Alaska<\/option><option value=\"AZ\" >Arizona<\/option><option value=\"AR\" >Arkansas<\/option><option value=\"CA\" >California<\/option><option value=\"CO\" >Colorado<\/option><option value=\"CT\" >Connecticut<\/option><option value=\"DE\" >Delaware<\/option><option value=\"DC\" >District of Columbia<\/option><option value=\"FL\" >Florida<\/option><option value=\"GA\" >Georgia<\/option><option value=\"HI\" >Hawaii<\/option><option value=\"ID\" >Idaho<\/option><option value=\"IL\" >Illinois<\/option><option value=\"IN\" >Indiana<\/option><option value=\"IA\" >Iowa<\/option><option value=\"KS\" >Kansas<\/option><option value=\"KY\" >Kentucky<\/option><option value=\"LA\" >Louisiana<\/option><option value=\"ME\" >Maine<\/option><option value=\"MD\" >Maryland<\/option><option value=\"MA\" >Massachusetts<\/option><option value=\"MI\" >Michigan<\/option><option value=\"MN\" >Minnesota<\/option><option value=\"MS\" >Mississippi<\/option><option value=\"MO\" >Missouri<\/option><option value=\"MT\" >Montana<\/option><option value=\"NE\" >Nebraska<\/option><option value=\"NV\" >Nevada<\/option><option value=\"NH\" >New Hampshire<\/option><option value=\"NJ\" >New Jersey<\/option><option value=\"NM\" >New Mexico<\/option><option value=\"NY\" >New York<\/option><option value=\"NC\" >North Carolina<\/option><option value=\"ND\" >North Dakota<\/option><option value=\"OH\" >Ohio<\/option><option value=\"OK\" >Oklahoma<\/option><option value=\"OR\" >Oregon<\/option><option value=\"PA\" >Pennsylvania<\/option><option value=\"RI\" >Rhode Island<\/option><option value=\"SC\" >South Carolina<\/option><option value=\"SD\" >South Dakota<\/option><option value=\"TN\" >Tennessee<\/option><option value=\"TX\" >Texas<\/option><option value=\"UT\" >Utah<\/option><option value=\"VT\" >Vermont<\/option><option value=\"VA\" >Virginia<\/option><option value=\"WA\" >Washington<\/option><option value=\"WV\" >West Virginia<\/option><option value=\"WI\" >Wisconsin<\/option><option value=\"WY\" >Wyoming<\/option><\/select><label for=\"wpforms-84-field_5-state\" class=\"wpforms-field-sublabel after\">State<\/label><\/div><\/div><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"text\" id=\"wpforms-84-field_5-postal\" class=\"wpforms-field-address-postal wpforms-field-required wpforms-masked-input\" data-inputmask-mask=\"(99999)|(99999-9999)\" data-inputmask-keepstatic=\"true\" data-rule-inputmask-incomplete=\"1\" name=\"wpforms[fields][5][postal]\" aria-errormessage=\"wpforms-84-field_5-postal-error\" required><label for=\"wpforms-84-field_5-postal\" class=\"wpforms-field-sublabel after\">Zip Code<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-84-field_6-container\" class=\"wpforms-field wpforms-field-radio\" data-field-id=\"6\"><fieldset><legend class=\"wpforms-field-label\">Are you a man <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-84-field_6\" class=\"wpforms-field-required\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-84-field_6_1\" name=\"wpforms[fields][6]\" value=\"Yes\" aria-errormessage=\"wpforms-84-field_6_1-error\" aria-describedby=\"wpforms-84-field_6-description\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_6_1\">Yes<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-84-field_6_2\" name=\"wpforms[fields][6]\" value=\"No\" aria-errormessage=\"wpforms-84-field_6_2-error\" aria-describedby=\"wpforms-84-field_6-description\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_6_2\">No<\/label><\/li><\/ul><div id=\"wpforms-84-field_6-description\" class=\"wpforms-field-description\">Freemasonry in Pennsylvania is open to men who meet the qualifications under Masonic law.<\/div><\/fieldset><\/div><div id=\"wpforms-84-field_7-container\" class=\"wpforms-field wpforms-field-radio\" data-field-id=\"7\"><fieldset><legend class=\"wpforms-field-label\">Are you at least 18 years of age <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-84-field_7\" class=\"wpforms-field-required\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-84-field_7_1\" name=\"wpforms[fields][7]\" value=\"Yes\" aria-errormessage=\"wpforms-84-field_7_1-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_7_1\">Yes<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-84-field_7_2\" name=\"wpforms[fields][7]\" value=\"No\" aria-errormessage=\"wpforms-84-field_7_2-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_7_2\">No<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-84-field_8-container\" class=\"wpforms-field wpforms-field-radio\" data-field-id=\"8\"><fieldset><legend class=\"wpforms-field-label\">Do you believe in the existence of a Supreme Being <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-84-field_8\" class=\"wpforms-field-required\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-84-field_8_1\" name=\"wpforms[fields][8]\" value=\"Yes\" aria-errormessage=\"wpforms-84-field_8_1-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_8_1\">Yes<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-84-field_8_2\" name=\"wpforms[fields][8]\" value=\"No\" aria-errormessage=\"wpforms-84-field_8_2-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_8_2\">No<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-84-field_9-container\" class=\"wpforms-field wpforms-field-radio\" data-field-id=\"9\"><fieldset><legend class=\"wpforms-field-label\">Are you joining of your own free will without expectation of financial or material gain <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-84-field_9\" class=\"wpforms-field-required\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-84-field_9_1\" name=\"wpforms[fields][9]\" value=\"Yes\" aria-errormessage=\"wpforms-84-field_9_1-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_9_1\">Yes<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-84-field_9_2\" name=\"wpforms[fields][9]\" value=\"No\" aria-errormessage=\"wpforms-84-field_9_2-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_9_2\">No<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-84-field_10-container\" class=\"wpforms-field wpforms-field-radio\" data-field-id=\"10\"><fieldset><legend class=\"wpforms-field-label\">Have you ever petitioned a Masonic Lodge before <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-84-field_10\" class=\"wpforms-field-required\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-84-field_10_1\" name=\"wpforms[fields][10]\" value=\"Yes\" aria-errormessage=\"wpforms-84-field_10_1-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_10_1\">Yes<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-84-field_10_2\" name=\"wpforms[fields][10]\" value=\"No\" aria-errormessage=\"wpforms-84-field_10_2-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_10_2\">No<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-84-field_11-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"11\"><label class=\"wpforms-field-label\" for=\"wpforms-84-field_11\">If yes Lodge name and approximate year<\/label><input type=\"text\" id=\"wpforms-84-field_11\" class=\"wpforms-field-medium\" name=\"wpforms[fields][11]\" aria-errormessage=\"wpforms-84-field_11-error\" ><\/div><div id=\"wpforms-84-field_12-container\" class=\"wpforms-field wpforms-field-checkbox\" data-field-id=\"12\"><fieldset><legend class=\"wpforms-field-label\">What interests you about Freemasonry<\/legend><ul id=\"wpforms-84-field_12\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_12_1\" name=\"wpforms[fields][12][]\" value=\"Brotherhood and fellowship\" aria-errormessage=\"wpforms-84-field_12_1-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_12_1\">Brotherhood and fellowship<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_12_2\" name=\"wpforms[fields][12][]\" value=\"Charity and community service\" aria-errormessage=\"wpforms-84-field_12_2-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_12_2\">Charity and community service<\/label><\/li><li class=\"choice-3 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_12_3\" name=\"wpforms[fields][12][]\" value=\"Personal growth and self improvement\" aria-errormessage=\"wpforms-84-field_12_3-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_12_3\">Personal growth and self improvement<\/label><\/li><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_12_4\" name=\"wpforms[fields][12][]\" value=\"History and tradition\" aria-errormessage=\"wpforms-84-field_12_4-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_12_4\">History and tradition<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_12_5\" name=\"wpforms[fields][12][]\" value=\"Leadership development\" aria-errormessage=\"wpforms-84-field_12_5-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_12_5\">Leadership development<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_12_6\" name=\"wpforms[fields][12][]\" value=\"Family legacy\" aria-errormessage=\"wpforms-84-field_12_6-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_12_6\">Family legacy<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_12_7\" name=\"wpforms[fields][12][]\" value=\"Just learning more\" aria-errormessage=\"wpforms-84-field_12_7-error\"  ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_12_7\">Just learning more<\/label><\/li><\/ul><\/fieldset><\/div><div id=\"wpforms-84-field_13-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"13\"><label class=\"wpforms-field-label\" for=\"wpforms-84-field_13\">Questions for the Lodge<\/label><textarea id=\"wpforms-84-field_13\" class=\"wpforms-field-medium\" name=\"wpforms[fields][13]\" aria-errormessage=\"wpforms-84-field_13-error\" ><\/textarea><\/div><div id=\"wpforms-84-field_14-container\" class=\"wpforms-field wpforms-field-checkbox\" data-field-id=\"14\"><fieldset><legend class=\"wpforms-field-label\">Acknowledgement <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><ul id=\"wpforms-84-field_14\" class=\"wpforms-field-required\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-84-field_14_1\" name=\"wpforms[fields][14][]\" value=\"I understand that submitting this form does not guarantee membership and that all petitions are subject to Lodge investigation and ballot according to Masonic law.\" aria-errormessage=\"wpforms-84-field_14_1-error\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-84-field_14_1\">I understand that submitting this form does not guarantee membership and that all petitions are subject to Lodge investigation and ballot according to Masonic law.<\/label><\/li><\/ul><\/fieldset><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-84-field_15-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-84-field_15-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-84-field_15-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"84\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/pages\/63\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-84\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Request Information\" aria-live=\"assertive\" value=\"wpforms-submit\">Request Information<\/button><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n\n          <div class=\"mv-soft\" style=\"margin-top:14px\">\n            <p class=\"mv-p\" style=\"margin-bottom:0\">\n              Prefer to reach a specific Lodge directly?\n              Use the <a href=\"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/lodges\/\">Lodges page<\/a> to find a Lodge and view its details.\n            <\/p>\n          <\/div>\n\n          <p class=\"mv-note\">\n            Your information is kept private and used only to respond to your request.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n\n  <\/div>\n<\/div>\n\n&#8220;`\n","protected":false},"excerpt":{"rendered":"<p>&#8220;`<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-63","page","type-page","status-publish"],"ticketed":false,"_links":{"self":[{"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/pages\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":5,"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/pages\/63\/revisions"}],"predecessor-version":[{"id":348,"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/pages\/63\/revisions\/348"}],"wp:attachment":[{"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/media?parent=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}