{"id":303,"date":"2024-05-21T15:54:04","date_gmt":"2024-05-21T15:54:04","guid":{"rendered":"https:\/\/owe-csa.org\/?page_id=303"},"modified":"2026-01-07T20:50:06","modified_gmt":"2026-01-07T20:50:06","slug":"membership","status":"publish","type":"page","link":"https:\/\/owe-csa.org\/?page_id=303","title":{"rendered":"Membership"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"303\" class=\"elementor elementor-303\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-099f397 e-con-full e-flex e-con e-parent\" data-id=\"099f397\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00ef5f7 elementor-widget elementor-widget-text-editor\" data-id=\"00ef5f7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p style=\"text-align: center;\">Welcome to the First Women\u2019s Organization of the CSA:<\/p><p style=\"text-align: center;\">Empowering Women, Leading Together<\/p><p style=\"text-align: center;\"><em>&#8220;We OWE it to ourselves to be pOWErful together!\u201d<\/em><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b6fa83 e-flex e-con-boxed e-con e-parent\" data-id=\"2b6fa83\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca694f3 elementor-widget elementor-widget-spacer\" data-id=\"ca694f3\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5fd7404 e-con-full e-flex e-con e-parent\" data-id=\"5fd7404\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d5764e elementor-widget elementor-widget-html\" data-id=\"1d5764e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>OWE-CSA Membership Application<\/title>\n    <!-- Font Awesome for Icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\">\n    <style>\n        \/* Scoped Styles for Membership Section *\/\n        .owe-mem-wrapper {\n            font-family: 'Roboto', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #fff;\n            padding: 60px 20px;\n        }\n\n        .owe-container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        \/* --- HEADER & INTRO --- *\/\n        .owe-mem-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .owe-mem-title {\n            font-size: 2.5rem;\n            color: #362051; \/* Brand Purple *\/\n            font-weight: 800;\n            margin-bottom: 20px;\n            position: relative;\n            display: inline-block;\n        }\n\n        .owe-mem-title::after {\n            content: '';\n            display: block;\n            width: 60px;\n            height: 4px;\n            background: #ffd700; \/* Gold Accent *\/\n            margin: 10px auto 0;\n            border-radius: 2px;\n        }\n\n        .owe-mem-intro {\n            font-size: 1.1rem;\n            color: #555;\n            margin-bottom: 20px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* --- ELIGIBILITY BOX --- *\/\n        .owe-eligibility-box {\n            background-color: #f0f4f8;\n            border-left: 5px solid #362051;\n            padding: 25px;\n            border-radius: 8px;\n            margin-bottom: 50px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n\n        .owe-eligibility-title {\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n\n        .owe-eligibility-title i {\n            color: #362051;\n            margin-right: 10px;\n            font-size: 1.3rem;\n        }\n\n        .owe-eligibility-text {\n            font-size: 1rem;\n            margin-bottom: 15px;\n        }\n\n        .owe-eligibility-note {\n            font-size: 0.95rem;\n            color: #666;\n            background: #fff;\n            padding: 15px;\n            border-radius: 6px;\n            border: 1px solid #e0e0e0;\n        }\n\n        .owe-link {\n            color: #362051;\n            font-weight: 600;\n            text-decoration: underline;\n        }\n\n        \/* --- BENEFITS GRID --- *\/\n        .owe-benefits-section {\n            margin-bottom: 60px;\n        }\n\n        .owe-section-subtitle {\n            text-align: center;\n            font-size: 1.8rem;\n            color: #362051;\n            margin-bottom: 30px;\n            font-weight: 700;\n        }\n\n        .owe-benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n        }\n\n        .owe-benefit-card {\n            display: flex;\n            align-items: flex-start;\n            background: #fff;\n            padding: 20px;\n            border-radius: 10px;\n            border: 1px solid #eee;\n            transition: transform 0.3s ease;\n        }\n\n        .owe-benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n            border-color: #ffd700;\n        }\n\n        .owe-benefit-icon {\n            background: #f9f6ff;\n            color: #362051;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.2rem;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n\n        .owe-benefit-text {\n            font-size: 1rem;\n            color: #444;\n            font-weight: 500;\n        }\n\n        \/* --- IMPORTANT DETAILS (TIMELINE STYLE) --- *\/\n        .owe-details-section {\n            background: #362051;\n            color: #fff;\n            padding: 50px 30px;\n            border-radius: 20px;\n            margin-bottom: 50px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* Background decoration *\/\n        .owe-details-section::before {\n            content: '';\n            position: absolute;\n            top: -50px;\n            right: -50px;\n            width: 200px;\n            height: 200px;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 50%;\n        }\n\n        .owe-details-title {\n            text-align: center;\n            font-size: 1.8rem;\n            color: #fff;\n            margin-bottom: 40px;\n            font-weight: 700;\n        }\n\n        .owe-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n        }\n\n        .owe-detail-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 25px;\n            border-radius: 12px;\n            border-top: 4px solid #ffd700;\n        }\n\n        .owe-detail-heading {\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #ffd700;\n            margin-bottom: 10px;\n            display: block;\n        }\n\n        .owe-detail-text {\n            font-size: 0.95rem;\n            line-height: 1.5;\n            opacity: 0.9;\n        }\n\n        \/* --- CLOSING CTA --- *\/\n        .owe-closing-section {\n            text-align: center;\n            background-color: #f9f9fc;\n            padding: 40px;\n            border-radius: 15px;\n            border: 2px dashed #d1d1d1;\n        }\n\n        .owe-closing-title {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .owe-closing-text {\n            font-size: 1.1rem;\n            color: #555;\n            margin-bottom: 30px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .owe-signoff {\n            margin-top: 30px;\n            font-weight: 700;\n            color: #362051;\n            font-size: 1.1rem;\n            font-family: serif; \/* Slight change for signature feel *\/\n            font-style: italic;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .owe-mem-wrapper {\n                padding: 40px 15px;\n            }\n            .owe-mem-title {\n                font-size: 2rem;\n            }\n            .owe-benefit-card {\n                flex-direction: column;\n                align-items: center;\n                text-align: center;\n            }\n            .owe-benefit-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"owe-mem-wrapper\">\n    <div class=\"owe-container\">\n\n        <!-- HEADER -->\n        <div class=\"owe-mem-header\">\n            <h1 class=\"owe-mem-title\">Become an OWE-CSA Member Today!<\/h1>\n            <div class=\"owe-mem-intro\">\n                <p>The Organization for Women\u2019s Empowerment (OWE-CSA) is the first women\u2019s organization within the Council of School Supervisors and Administrators (CSA)\u2014created to advocate, support, and inspire women to claim their voice, their power, and their seat at the table.<\/p>\n                <p style=\"margin-top:15px;\">As a member, you\u2019ll be part of a vibrant community committed to networking, professional growth, and empowering future leaders. Together, we create spaces where women are valued, heard, and supported at every stage of their careers and lives.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- ELIGIBILITY -->\n        <div class=\"owe-eligibility-box\">\n            <div class=\"owe-eligibility-title\">\n                <i class=\"fas fa-id-card\"><\/i> Membership Eligibility\n            <\/div>\n            <p class=\"owe-eligibility-text\">\n                Membership is exclusively open to <strong>active and retired members<\/strong> of the Council of School Supervisors and Administrators (CSA).\n            <\/p>\n            <div class=\"owe-eligibility-note\">\n                <strong>Not a CSA member?<\/strong> You are not eligible for membership at this time. However, if you would like more information or want to learn how to support us, please email us at <a href=\"mailto:owe.of.csa@gmail.com\" class=\"owe-link\">owe.of.csa@gmail.com<\/a>.\n            <\/div>\n        <\/div>\n\n        <!-- BENEFITS -->\n        <div class=\"owe-benefits-section\">\n            <h2 class=\"owe-section-subtitle\">Exclusive Member Benefits<\/h2>\n            <div class=\"owe-benefits-grid\">\n                \n                <div class=\"owe-benefit-card\">\n                    <div class=\"owe-benefit-icon\"><i class=\"fas fa-users\"><\/i><\/div>\n                    <div class=\"owe-benefit-text\">Free admission to OWE-CSA gatherings & networking events.<\/div>\n                <\/div>\n\n                <div class=\"owe-benefit-card\">\n                    <div class=\"owe-benefit-icon\"><i class=\"fas fa-ticket-alt\"><\/i><\/div>\n                    <div class=\"owe-benefit-text\">Discounted pricing to our Annual OWE-CSA Scholarship Dinner.<\/div>\n                <\/div>\n\n                <div class=\"owe-benefit-card\">\n                    <div class=\"owe-benefit-icon\"><i class=\"fas fa-book-reader\"><\/i><\/div>\n                    <div class=\"owe-benefit-text\">Access to our Book Club and other members-only learning circles.<\/div>\n                <\/div>\n\n                <div class=\"owe-benefit-card\">\n                    <div class=\"owe-benefit-icon\"><i class=\"fas fa-chart-line\"><\/i><\/div>\n                    <div class=\"owe-benefit-text\">Professional development workshops designed for leadership growth.<\/div>\n                <\/div>\n\n                <div class=\"owe-benefit-card\">\n                    <div class=\"owe-benefit-icon\"><i class=\"fas fa-hand-holding-heart\"><\/i><\/div>\n                    <div class=\"owe-benefit-text\">Mentorship opportunities with seasoned leaders in education.<\/div>\n                <\/div>\n\n                <div class=\"owe-benefit-card\">\n                    <div class=\"owe-benefit-icon\"><i class=\"fas fa-award\"><\/i><\/div>\n                    <div class=\"owe-benefit-text\">Recognition & celebration of members\u2019 accomplishments.<\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- IMPORTANT DETAILS -->\n        <div class=\"owe-details-section\">\n            <h2 class=\"owe-details-title\">Important Membership Details<\/h2>\n            <div class=\"owe-details-grid\">\n                \n                <div class=\"owe-detail-item\">\n                    <span class=\"owe-detail-heading\"><i class=\"far fa-calendar-alt\"><\/i> Annual Membership<\/span>\n                    <p class=\"owe-detail-text\">Runs from <strong>July 1 to June 30<\/strong>. Payments and forms must be submitted each year to remain active.<\/p>\n                <\/div>\n\n                <div class=\"owe-detail-item\">\n                    <span class=\"owe-detail-heading\"><i class=\"fas fa-hourglass-half\"><\/i> Join Early, Enjoy More!<\/span>\n                    <p class=\"owe-detail-text\">Joining early lets you take full advantage of events from the start of the school year. <strong>Bonus:<\/strong> If you join after March 8, you get the remainder of the current year <em>plus<\/em> next year (up to 15 months).<\/p>\n                <\/div>\n\n                <div class=\"owe-detail-item\">\n                    <span class=\"owe-detail-heading\"><i class=\"far fa-credit-card\"><\/i> Easy Payment<\/span>\n                    <p class=\"owe-detail-text\">Pay by credit card, Zelle, or check. Your membership is active immediately once payment is received.<\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- CLOSING \/ FORM CTA -->\n        <div class=\"owe-closing-section\">\n            <h2 class=\"owe-closing-title\">Ready to Join?<\/h2>\n            <p class=\"owe-closing-text\">\n                Don\u2019t miss out\u2014join today and start enjoying all the benefits! Complete the form below and submit payment to start enjoying the benefits of OWE-CSA membership today.\n            <\/p>\n            <p style=\"color:#555;\">We can\u2019t wait to welcome you into the OWE-CSA family!<\/p>\n            \n            <div class=\"owe-signoff\">\n                Sincerely,<br>\n                OWE-CSA Executive Board & Board of Directors\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1f0ceb0 e-flex e-con-boxed e-con e-parent\" data-id=\"1f0ceb0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79f8939 elementor-widget elementor-widget-html\" data-id=\"79f8939\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script type=\"text\/javascript\">var gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener(\"DOMContentLoaded\",o):document.addEventListener(\"gform_main_scripts_loaded\",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook(\"action\",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook(\"filter\",o,n,r,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,n){gform.removeHook(\"action\",o,n)},removeFilter:function(o,n,r){gform.removeHook(\"filter\",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+\"_\"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==n?t.apply(null,r):r[0]=t.apply(null,r)})),\"filter\"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});<\/script>\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_11' style='display:none'>\r\n\t\t<script>\r\n\t\t\tgform.extensions = gform.extensions || {};\r\n\t\t\tgform.extensions.styles = gform.extensions.styles || {};\r\n\t\t\tgform.extensions.styles.gravityformsstripe = gform.extensions.styles.gravityformsstripe || {};\r\n\t\t\tgform.extensions.styles.gravityformsstripe[11] = gform.extensions.styles.gravityformsstripe[11] || {};\r\n\t\t\tgform.extensions.styles.gravityformsstripe[11][0] = {\"labels\":\"floating\",\"theme\":\"stripe\",\"variables\":{\"borderRadius\":\"--gf-ctrl-radius\",\"colorBackground\":\"--gf-ctrl-bg-color\",\"colorBackgroundText\":\"--gf-ctrl-color\",\"colorIcon\":\"--gf-ctrl-color\",\"colorIconCardCvc\":\"--gf-ctrl-color\",\"colorIconCardCvcError\":\"--gf-color-danger\",\"colorIconCardError\":\"--gf-color-danger\",\"colorIconTab\":\"--gf-ctrl-btn-icon-color-secondary\",\"colorIconTabHover\":\"--gf-ctrl-btn-icon-color-hover-secondary\",\"colorIconTabSelected\":\"--gf-ctrl-btn-color-secondary\",\"colorIconTabMore\":\"--gf-ctrl-btn-icon-color-secondary\",\"colorIconTabMoreHover\":\"--gf-ctrl-btn-icon-color-hover-secondary\",\"colorIconMenu\":\"--gf-ctrl-color\",\"colorPrimary\":\"--gf-color-primary\",\"colorPrimaryText\":\"--gf-color-primary-contrast\",\"colorDanger\":\"--gf-color-danger\",\"colorDangerText\":\"--gf-color-danger-contrast\",\"colorSuccess\":\"--gf-color-success\",\"colorSuccessText\":\"--gf-color-success-contrast\",\"colorText\":\"--gf-ctrl-color\",\"colorTextPlaceholder\":\"--gf-ctrl-placeholder-color\",\"colorTextSecondary\":\"--gf-ctrl-color\",\"fontFamily\":\"--gf-font-family-base\",\"fontSizeBase\":\"16px\",\"fontSmooth\":\"--gf-ctrl-font-smoothing\",\"spacingGridRow\":\"--gf-field-gap-y\",\"spacingGridColumn\":\"--gf-field-gap-x\"},\"rules\":{\".Input\":{\"borderColor\":\"--gf-ctrl-border-color\",\"borderWidth\":\"--gf-ctrl-border-width\",\"borderStyle\":\"--gf-ctrl-border-style\",\"color\":\"--gf-ctrl-color\",\"fontWeight\":\"--gf-ctrl-font-weight\",\"fontSize\":\"--gf-ctrl-font-size\",\"letterSpacing\":\"--gf-ctrl-letter-spacing\"},\".Input:hover\":{\"backgroundColor\":\"--gf-ctrl-bg-color-hover\",\"borderColor\":\"--gf-ctrl-border-color-hover\",\"color\":\"--gf-ctrl-color-hover\"},\".Input:hover:focus\":{\"backgroundColor\":\"--gf-ctrl-bg-color-focus\",\"borderColor\":\"--gf-ctrl-border-color-focus\",\"boxShadow\":\"--gf-ctrl-shadow-focus\",\"color\":\"--gf-ctrl-color-focus\"},\".Input:focus\":{\"backgroundColor\":\"--gf-ctrl-bg-color-focus\",\"borderColor\":\"--gf-ctrl-border-color-focus\",\"boxShadow\":\"--gf-ctrl-shadow-focus\",\"color\":\"--gf-ctrl-color-focus\"},\".Input:disabled\":{\"backgroundColor\":\"--gf-ctrl-bg-color-disabled\",\"borderColor\":\"--gf-ctrl-border-color-disabled\",\"color\":\"--gf-ctrl-color-disabled\"},\".Input:disabled:hover\":{\"backgroundColor\":\"--gf-ctrl-bg-color-disabled\",\"borderColor\":\"--gf-ctrl-border-color-disabled\",\"color\":\"--gf-ctrl-color-disabled\"},\".Input--invalid\":{\"backgroundColor\":\"--gf-ctrl-bg-color-error\",\"borderColor\":\"--gf-ctrl-border-color-error\",\"boxShadow\":\"0\",\"color\":\"--gf-ctrl-color-error\"},\".Input--invalid:hover\":{\"borderColor\":\"--gf-ctrl-border-color-error\"},\".Input::placeholder\":{\"fontFamily\":\"--gf-ctrl-placeholder-font-family\",\"fontSize\":\"--gf-ctrl-placeholder-font-size\",\"fontWeight\":\"--gf-ctrl-placeholder-font-weight\",\"letterSpacing\":\"--gf-ctrl-placeholder-letter-spacing\"},\".CodeInput\":{\"borderColor\":\"--gf-ctrl-border-color\",\"borderWidth\":\"--gf-ctrl-border-width\",\"borderStyle\":\"--gf-ctrl-border-style\",\"color\":\"--gf-ctrl-color\",\"fontWeight\":\"--gf-ctrl-font-weight\",\"fontSize\":\"--gf-ctrl-font-size\",\"letterSpacing\":\"--gf-ctrl-letter-spacing\"},\".CodeInput:focus\":{\"backgroundColor\":\"--gf-ctrl-bg-color-focus\",\"borderColor\":\"--gf-ctrl-border-color-focus\",\"boxShadow\":\"--gf-ctrl-shadow-focus\",\"color\":\"--gf-ctrl-color-focus\"},\".CheckboxInput\":{\"borderColor\":\"--gf-ctrl-border-color\",\"borderWidth\":\"--gf-ctrl-border-width\",\"borderStyle\":\"--gf-ctrl-border-style\",\"borderRadius\":\"--gf-ctrl-checkbox-check-radius\"},\".CheckboxInput:hover\":{\"backgroundColor\":\"--gf-ctrl-bg-color-hover\",\"borderColor\":\"--gf-ctrl-border-color-hover\"},\".CheckboxInput--checked:hover\":{\"backgroundColor\":\"--gf-ctrl-bg-color\",\"borderColor\":\"--gf-ctrl-border-color\"},\".Error\":{\"color\":\"--gf-ctrl-desc-color-error\",\"fontFamily\":\"--gf-ctrl-desc-font-family-error\",\"fontSize\":\"--gf-ctrl-desc-font-size-error\",\"fontWeight\":\"--gf-ctrl-desc-font-weight-error\",\"letterSpacing\":\"--gf-ctrl-desc-letter-spacing-error\",\"lineHeight\":\"--gf-ctrl-desc-line-height-error\",\"marginTop\":\"--gf-desc-space\"},\".Label--resting\":{\"color\":\"--gf-ctrl-placeholder-color\",\"fontFamily\":\"--gf-ctrl-placeholder-font-family\",\"fontSize\":\"--gf-ctrl-placeholder-font-size\",\"fontWeight\":\"--gf-ctrl-placeholder-font-weight\",\"letterSpacing\":\"--gf-ctrl-placeholder-letter-spacing\",\"opacity\":\"--gf-ctrl-placeholder-opacity\"},\".Label--floating\":{\"color\":\"--gf-ctrl-color\",\"fontFamily\":\"--gf-ctrl-placeholder-font-family\",\"fontWeight\":\"--gf-ctrl-label-font-weight-primary\",\"letterSpacing\":\"--gf-ctrl-placeholder-letter-spacing\"},\".Tab\":{\"backgroundColor\":\"--gf-ctrl-button-bg-color-secondary\",\"borderColor\":\"--gf-ctrl-button-border-color-secondary\",\"borderWidth\":\"--gf-ctrl-button-border-width-secondary\",\"borderStyle\":\"--gf-ctrl-button-border-style-secondary\",\"color\":\"--gf-ctrl-button-color-secondary\"},\".Tab:hover\":{\"backgroundColor\":\"--gf-ctrl-btn-bg-color-hover-secondary\",\"borderColor\":\"--gf-ctrl-btn-border-color-hover-secondary\",\"color\":\"--gf-ctrl-btn-color-hover-secondary\"},\".Tab:focus\":{\"backgroundColor\":\"--gf-ctrl-btn-bg-color-focus-secondary\",\"borderColor\":\"--gf-ctrl-btn-border-color-focus-secondary\",\"boxShadow\":\"--gf-ctrl-shadow-focus\",\"color\":\"--gf-ctrl-btn-color-focus-secondary\"},\".Tab:disabled\":{\"backgroundColor\":\"--gf-ctrl-btn-bg-color-disabled-secondary\",\"borderColor\":\"--gf-ctrl-btn-border-color-disabled-secondary\",\"color\":\"--gf-ctrl-btn-color-disabled-secondary\"},\".Tab--selected\":{\"borderColor\":\"--gf-ctrl-btn-border-color-focus-secondary\",\"color\":\"--gf-ctrl-btn-color-secondary\"},\".Tab--selected:hover\":{\"borderColor\":\"--gf-ctrl-btn-border-color-focus-secondary\",\"color\":\"--gf-ctrl-btn-color-secondary\"},\".Tab--selected:focus\":{\"borderColor\":\"--gf-ctrl-btn-border-color-focus-secondary\",\"boxShadow\":\"--gf-ctrl-shadow-focus\",\"color\":\"--gf-ctrl-btn-color-secondary\"},\".RedirectText\":{\"color\":\"--gf-color-primary\",\"fontFamily\":\"--gf-ctrl-desc-font-family\",\"fontSize\":\"--gf-ctrl-desc-font-size\",\"fontWeight\":\"--gf-ctrl-desc-font-weight\",\"letterSpacing\":\"--gf-ctrl-desc-letter-spacing\",\"lineHeight\":\"--gf-ctrl-desc-line-height\"},\".PickerItem--new\":{\"color\":\"--gf-ctrl-color\"},\".TermsText\":{\"color\":\"--gf-ctrl-desc-color\"},\".TermsLink\":{\"color\":\"--gf-ctrl-desc-color\"},\".Block\":{\"borderRadius\":\"--gf-ctrl-radius-max-lg\"}}};\r\n\t\t<\/script>\r\n\r\n\t\t<style>#gform_wrapper_11[data-form-index=\"0\"].gform-theme,[data-parent-form=\"11_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg version='1.1' xmlns='http:\/\/www.w3.org\/2000\/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_11' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">Membership 25-26<\/h2>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_11'  action='\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F303#gf_11' data-formid='11' novalidate>\n        <div id='gf_progressbar_wrapper_11' class='gf_progressbar_wrapper' data-start-at-zero=''>\n        \t<p class=\"gf_progressbar_title\">Step <span class='gf_step_current_page'>1<\/span> of <span class='gf_step_page_count'>3<\/span>\n        \t<\/p>\n            <div class='gf_progressbar gf_progressbar_blue' aria-hidden='true'>\n                <div class='gf_progressbar_percentage percentbar_blue percentbar_33' style='width:33%;'><span>33%<\/span><\/div>\n            <\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_11_1' class='gform_page ' data-js='page-field-id-1' >\n                                    <div class='gform_page_fields'><div id='gform_fields_11' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_11_5\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_5\" ><h3 class=\"gsection_title\">Personal Information<\/h3><\/div><div id=\"field_11_1\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_1\" ><label class='gfield_label gform-field-label' for='input_11_1'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_1' id='input_11_1' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><fieldset id=\"field_11_2\" class=\"gfield gfield--type-name gfield--input-type-name gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_2\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name has_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_3 ginput_container_name gform-grid-row' id='input_11_2'>\n                            <span id='input_11_2_2_container' class='name_prefix name_prefix_select gform-grid-col gform-grid-col--size-auto' >\n                                                    <select name='input_2.2' id='input_11_2_2'    aria-required='false'   >\n                          <option value=''><\/option><option value='Dr.' >Dr.<\/option><option value='Miss' >Miss<\/option><option value='Mr.' >Mr.<\/option><option value='Mrs.' >Mrs.<\/option><option value='Ms.' >Ms.<\/option><option value='Mx.' >Mx.<\/option><option value='Prof.' >Prof.<\/option><option value='Rev.' >Rev.<\/option>\n                      <\/select>\n                                                    <label for='input_11_2_2' class='gform-field-label gform-field-label--type-sub '>Prefix<\/label>\n                                                  <\/span>\n                            <span id='input_11_2_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_2.3' id='input_11_2_3' value=''   aria-required='true'     \/>\n                                                    <label for='input_11_2_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                                <\/span>\n                            \n                            <span id='input_11_2_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_2.6' id='input_11_2_6' value=''   aria-required='true'     \/>\n                                                    <label for='input_11_2_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/fieldset><fieldset id=\"field_11_3\" class=\"gfield gfield--type-address gfield--input-type-address gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_3\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend>    \n                    <div class='ginput_complex ginput_container has_street has_street2 has_city has_state has_zip ginput_container_address gform-grid-row' id='input_11_3' >\n                         <span class='ginput_full address_line_1 ginput_address_line_1 gform-grid-col' id='input_11_3_1_container' >\n                                        <input type='text' name='input_3.1' id='input_11_3_1' value=''    aria-required='true'    \/>\n                                        <label for='input_11_3_1' id='input_11_3_1_label' class='gform-field-label gform-field-label--type-sub '>Street Address<\/label>\n                                    <\/span><span class='ginput_full address_line_2 ginput_address_line_2 gform-grid-col' id='input_11_3_2_container' >\n                                        <input type='text' name='input_3.2' id='input_11_3_2' value=''     aria-required='false'   \/>\n                                        <label for='input_11_3_2' id='input_11_3_2_label' class='gform-field-label gform-field-label--type-sub '>Address Line 2<\/label>\n                                    <\/span><span class='ginput_left address_city ginput_address_city gform-grid-col' id='input_11_3_3_container' >\n                                    <input type='text' name='input_3.3' id='input_11_3_3' value=''    aria-required='true'    \/>\n                                    <label for='input_11_3_3' id='input_11_3_3_label' class='gform-field-label gform-field-label--type-sub '>City<\/label>\n                                 <\/span><span class='ginput_right address_state ginput_address_state gform-grid-col' id='input_11_3_4_container' >\n                                        <input type='text' name='input_3.4' id='input_11_3_4' value=''      aria-required='true'    \/>\n                                        <label for='input_11_3_4' id='input_11_3_4_label' class='gform-field-label gform-field-label--type-sub '>State \/ Province \/ Region<\/label>\n                                      <\/span><span class='ginput_left address_zip ginput_address_zip gform-grid-col' id='input_11_3_5_container' >\n                                    <input type='text' name='input_3.5' id='input_11_3_5' value=''    aria-required='true'    \/>\n                                    <label for='input_11_3_5' id='input_11_3_5_label' class='gform-field-label gform-field-label--type-sub '>ZIP \/ Postal Code<\/label>\n                                <\/span><input type='hidden' class='gform_hidden' name='input_3.6' id='input_11_3_6' value='' \/>\n                    <div class='gf_clear gf_clear_complex'><\/div>\n                <\/div><\/fieldset><div id=\"field_11_20\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_20\" ><label class='gfield_label gform-field-label' for='input_11_20'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_20' id='input_11_20' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_11_21\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_21\" ><label class='gfield_label gform-field-label' for='input_11_21'>District\/School\/ Professional Organization<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_21' id='input_11_21' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_11_22\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_22\" ><label class='gfield_label gform-field-label' for='input_11_22'>Title<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_22' id='input_11_22' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_11_26\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_26\" ><label class='gfield_label gform-field-label' for='input_11_26'>How many years have you been a CSA member?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_26' id='input_11_26' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_11_27\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_27\" ><label class='gfield_label gform-field-label' for='input_11_27'>How many years have you served in your current role?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_27' id='input_11_27' type='text' value='' class='large'  aria-describedby=\"gfield_description_11_27\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_11_27'>(If retired, please indicate the number of years you served in your last position and include the title.)<\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_11_12' class='gform_next_button gform-theme-button button' value='Next'  onclick='jQuery(\"#gform_target_page_number_11\").val(\"2\");  jQuery(\"#gform_11\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_11\").val(\"2\");  jQuery(\"#gform_11\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_11_2' class='gform_page' data-js='page-field-id-12' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_11_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_11_4\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_4\" ><h3 class=\"gsection_title\">Membership Information &amp; Annual Dues<\/h3><div class='gsection_description' id='gfield_description_11_4'>Please note that OWE-CSA Membership is exclusive to active and retired CSA Members.\nAnnual Membership Dues: $50.00<\/div><\/div><div id=\"field_11_7\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_7\" ><p>Annual Membership Dues: $50.00\n<\/p><\/div><fieldset id=\"field_11_17\" class=\"gfield gfield--type-product gfield--type-choice gfield--input-type-radio gfield--width-full gfield_price gfield_price_11_17 gfield_product_11_17 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_17\" ><legend class='gfield_label gform-field-label' >Membership Type<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_11_17'>\n\t\t\t<div class='gchoice gchoice_11_17_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Active CSA Member: $50.00|50'  id='choice_11_17_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_11_17_0' id='label_11_17_0' class='gform-field-label gform-field-label--type-inline'>Active CSA Member: $50.00<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_11_17_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Retired CSA Member: $50.00|50'  id='choice_11_17_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_11_17_1' id='label_11_17_1' class='gform-field-label gform-field-label--type-inline'>Retired CSA Member: $50.00<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_11_10\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_10\" ><legend class='gfield_label gform-field-label' >Type of Due<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_11_10'>\n\t\t\t<div class='gchoice gchoice_11_10_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_10' type='radio' value='New Membership'  id='choice_11_10_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_11_10_0' id='label_11_10_0' class='gform-field-label gform-field-label--type-inline'>New Membership<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_11_10_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_10' type='radio' value='Renewal Membership'  id='choice_11_10_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_11_10_1' id='label_11_10_1' class='gform-field-label gform-field-label--type-inline'>Renewal Membership<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><\/div>\n                    <\/div>\n                    <div class='gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_11_14' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='Previous'  onclick='jQuery(\"#gform_target_page_number_11\").val(\"1\");  jQuery(\"#gform_11\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_11\").val(\"1\");  jQuery(\"#gform_11\").trigger(\"submit\",[true]); } ' \/> <input type='button' id='gform_next_button_11_14' class='gform_next_button gform-theme-button button' value='Next'  onclick='jQuery(\"#gform_target_page_number_11\").val(\"3\");  jQuery(\"#gform_11\").trigger(\"submit\",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_11\").val(\"3\");  jQuery(\"#gform_11\").trigger(\"submit\",[true]); } ' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_11_3' class='gform_page' data-js='page-field-id-14' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_11_3' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_11_13\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_13\" ><h3 class=\"gsection_title\">Payment Method<\/h3><\/div><div id=\"field_11_15\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_15\" ><!-- wp:paragraph -->\n<p>You may pay by Zelle, Credit Card or Check. Please note if paying via check your membership is pending until check is received and processed.<br><br>Zelle- owetreasurer@gmail.com<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:image {\"id\":389,\"width\":\"256px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"513\" height=\"516\" src=\"https:\/\/owe-csa.org\/wp-content\/uploads\/2024\/06\/Screenshot-2024-06-24-at-1.36.49\u202fPM.png\" alt=\"\" class=\"wp-image-389\" style=\"width:256px;height:auto\" srcset=\"https:\/\/owe-csa.org\/wp-content\/uploads\/2024\/06\/Screenshot-2024-06-24-at-1.36.49\u202fPM.png 513w, https:\/\/owe-csa.org\/wp-content\/uploads\/2024\/06\/Screenshot-2024-06-24-at-1.36.49\u202fPM-298x300.png 298w, https:\/\/owe-csa.org\/wp-content\/uploads\/2024\/06\/Screenshot-2024-06-24-at-1.36.49\u202fPM-150x150.png 150w\" sizes=\"(max-width: 513px) 100vw, 513px\" \/><\/figure>\n<!-- \/wp:image -->\n\n<!-- wp:paragraph -->\n<p>Check- Please make check payable to OWE-CSA and mail it to<br><br>OWE c\/o Barbara Tremblay<br>105 Kings Highway- Unit 5A<br>Brooklyn, NY 11214<\/p>\n<!-- \/wp:paragraph --><\/div><fieldset id=\"field_11_16\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_16\" ><legend class='gfield_label gform-field-label' >Select Payment<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_11_16'>\n\t\t\t<div class='gchoice gchoice_11_16_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_16' type='radio' value='Zelle'  id='choice_11_16_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_11_16\"   \/>\n\t\t\t\t\t<label for='choice_11_16_0' id='label_11_16_0' class='gform-field-label gform-field-label--type-inline'>Zelle<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_11_16_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_16' type='radio' value='Credit Card'  id='choice_11_16_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_11_16_1' id='label_11_16_1' class='gform-field-label gform-field-label--type-inline'>Credit Card<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_11_16_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_16' type='radio' value='Check'  id='choice_11_16_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_11_16_2' id='label_11_16_2' class='gform-field-label gform-field-label--type-inline'>Check<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_11_16'>Please note that if paying via Zelle or check membership is pending until payment is confirmed.<\/div><\/fieldset><div id=\"field_11_19\" class=\"gfield gfield--type-total gfield--input-type-total gfield--width-full gfield_price gfield_price_11_ gfield_total gfield_total_11_ field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  aria-atomic=\"true\" aria-live=\"polite\" data-js-reload=\"field_11_19\" ><label class='gfield_label gform-field-label' for='input_11_19'>Total<\/label><div class='ginput_container ginput_container_total'>\n\t\t\t\t\t\t\t<input type='text' readonly name='input_19' id='input_11_19' value='$0.00' class='gform-text-input-reset ginput_total ginput_total_11' \/>\n\t\t\t\t\t\t<\/div><\/div><div id=\"field_11_18\" class=\"gfield gfield--type-stripe_creditcard gfield--input-type-stripe_creditcard gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--type-stripe_creditcard-payment-element\"  data-js-reload=\"field_11_18\" ><label class='gfield_label gfield_label_before_complex gform-field-label' for='input_11_18_1'>Credit Card<\/label><div class='ginput_complex ginput_container ginput_container_creditcard ginput_stripe_creditcard gform-grid-row' id='input_11_18'><div class='ginput_full gform-grid-col' id='input_11_18_1_container' data-payment-element='true'><div id='input_11_18_1' class='StripeElement--payment-element'><\/div><\/div><!-- .ginput_full --><\/div><!-- .ginput_container -->\r\n\t\t\t<style type=\"text\/css\">\r\n\t\t\t\t:root {\r\n  \t\t\t\t\t--link-login-string: \"Link login\"\r\n\t\t\t\t}\r\n\t\t\t<\/style><\/div><div id=\"field_11_23\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_23\" >Optional:<\/br>\nOWE-CSA is about empowering women \u2013 We invite you to join a committee and share\nideas for upcoming events.<\/div><div id=\"field_11_24\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_24\" ><label class='gfield_label gform-field-label' for='input_11_24'>I would like to join:<\/label><div class='ginput_container ginput_container_select'><select name='input_24' id='input_11_24' class='large gfield_select'     aria-invalid=\"false\" ><option value='Advocacy' >Advocacy<\/option><option value='Membership' >Membership<\/option><option value='Professional Development' >Professional Development<\/option><option value='Special Events' >Special Events<\/option><option value='None at this time' >None at this time<\/option><option value='' ><\/option><\/select><\/div><\/div><div id=\"field_11_25\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_11_25\" ><label class='gfield_label gform-field-label' for='input_11_25'>We will always tap on our members&#039;; talents and expertise. You will make the difference! Please share with us a talent, an expertise, anything you think would be an asset to this organization. Please share with us what type of leadership and professional development would be of interest to you. Please share with us any activities or events you would like us to offer.<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_25' id='input_11_25' class='textarea large'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><\/div><\/div>\n        <div class='gform_page_footer top_label'><input type='submit' id='gform_previous_button_11' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='Previous'  onclick='if(window[\"gf_submitting_11\"]){return false;}  if( !jQuery(\"#gform_11\")[0].checkValidity || jQuery(\"#gform_11\")[0].checkValidity()){window[\"gf_submitting_11\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_11\"]){return false;} if( !jQuery(\"#gform_11\")[0].checkValidity || jQuery(\"#gform_11\")[0].checkValidity()){window[\"gf_submitting_11\"]=true;}  jQuery(\"#gform_11\").trigger(\"submit\",[true]); }' \/> <input type='submit' id='gform_submit_button_11' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_11\"]){return false;}  if( !jQuery(\"#gform_11\")[0].checkValidity || jQuery(\"#gform_11\")[0].checkValidity()){window[\"gf_submitting_11\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_11\"]){return false;} if( !jQuery(\"#gform_11\")[0].checkValidity || jQuery(\"#gform_11\")[0].checkValidity()){window[\"gf_submitting_11\"]=true;}  jQuery(\"#gform_11\").trigger(\"submit\",[true]); }' \/> \n            <input type='hidden' class='gform_hidden' name='is_submit_11' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='11' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_11' value='WyJ7XCIxN1wiOltcIjY0NzU4ZWI5MmFhMWUwMzgxZTA5MDhhMjUyZmRiYWMyXCIsXCJkMTVmY2YzOThiM2JmYTgwMjM0NGU3ZjE3YTcyNDI2MVwiXSxcIjEwXCI6W1wiMTU1MDM2NzhlZjk1MDJlOTNmY2JkYThhMDBlY2MyMTdcIixcIjIxZTQ3NTZlY2ExZjA3YWRmYTc1YzY4NmFlYzhiODI2XCJdLFwiMTZcIjpbXCI2OGE3OGZkYmNlNTQyZjgxYWYxZDM0NTFjZGFhMzgwYlwiLFwiNTNiMWRkN2E2ZmM3Y2IzZjY2ZGQ0ZDI4NmJmZDc5ZTlcIixcIjQ3Mzc0NGEwMzU3N2ZhYzA2ZmM1ZTE2ZTU3MTUyMTc5XCJdLFwiMjRcIjpbXCI4YjUxNjE1M2VhZGMxNmRhNjg5Mjk1YTdiZGFjZDQyOFwiLFwiMmFlZGE1NGIxYTIxMmI4N2U1YTNjODJiMmNkMjhhMjdcIixcIjczNWE5ZmJkYmEwMWI1ZTA2YmVmOTQxN2YzMmM3ZWM1XCIsXCIyY2ZmYTU4YzEwNDZlNTU1YWMyNWZiNzIxM2QyN2U3ZlwiLFwiYzZhZTljMWMyNDc3NGRmZDI0NWI1NjZiYjMzNTNhOTdcIixcIjQ3MjlhZjM5MmFlMGJiNDZlYTE1ZjlkZTY2MzhkODZlXCJdfSIsIjk3OWM4MmYxOTJhN2JhN2JhMGE5NzI1YTVhZTE5MDY2Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_11' id='gform_target_page_number_11' value='2' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_11' id='gform_source_page_number_11' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/div><\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 11, 'https:\/\/owe-csa.org\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_11').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_11');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_11').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_11').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_11').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_11').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_11').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_11').val();gformInitSpinner( 11, 'https:\/\/owe-csa.org\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [11, current_page]);window['gf_submitting_11'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_11').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_11').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [11]);window['gf_submitting_11'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_11').text());}else{jQuery('#gform_11').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"11\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_11\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_11\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_11\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [11, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 11, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Welcome to the First Women\u2019s Organization of the CSA: Empowering Women, Leading Together &#8220;We OWE it to ourselves to be pOWErful together!\u201d OWE-CSA Membership Application Become an OWE-CSA Member Today! The Organization for Women\u2019s Empowerment (OWE-CSA) is the first women\u2019s organization within the Council of School Supervisors and Administrators (CSA)\u2014created to advocate, support, and inspire [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-303","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/pages\/303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/owe-csa.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=303"}],"version-history":[{"count":40,"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/pages\/303\/revisions"}],"predecessor-version":[{"id":1447,"href":"https:\/\/owe-csa.org\/index.php?rest_route=\/wp\/v2\/pages\/303\/revisions\/1447"}],"wp:attachment":[{"href":"https:\/\/owe-csa.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}