{"id":55,"date":"2023-02-06T17:49:48","date_gmt":"2023-02-07T01:49:48","guid":{"rendered":"https:\/\/www.aspenglobalinnovators.org\/?page_id=55"},"modified":"2026-08-07T11:13:45","modified_gmt":"2026-08-07T18:13:45","slug":"stay-informed","status":"publish","type":"page","link":"https:\/\/www.aspenglobalinnovators.org\/en\/stay-informed\/","title":{"rendered":"Stay Informed"},"content":{"rendered":"\n\n\t<p>Interested in learning more about the Aspen Global Innovators Group network? Sign up for our quarterly newsletter to hear more about ongoing initiatives and read updates from our network of innovators.<\/p>\n<style>\n    \/* =========================================================\n       EDIT ME - brand colors, from the AGIG child theme.\n       To mirror the Aspen Ideas mockup exactly instead, change\n       --agig-panel to an indigo like #2b2b66.\n       ========================================================= *\/\n    #fa-stayinformed-form {\n        --agig-panel: #0B4A7B;        \/* AGIG dark blue panel background *\/\n        --agig-input-bg: #ffffff;     \/* white input pills *\/\n        --agig-text: #ffffff;         \/* labels + consent text *\/\n        --agig-link: #00AAD3;         \/* cyan links inside consent text *\/\n        --agig-accent: #F26522;       \/* orange submit button (matches site forms) *\/\n        --agig-accent-hover: #D41773; \/* pink submit hover (matches site forms) *\/\n        --agig-required: #F26522;     \/* required-field asterisk *\/\n    }\n    \/* Panel - contained width, centered. Raise --panel-max to widen. *\/\n    #fa-stayinformed-form {\n        --panel-max: 700px;\n        background: var(--agig-panel);\n        padding: 40px 48px;\n        border-radius: 10px;\n        box-sizing: border-box;\n        max-width: var(--panel-max);\n        margin: 0 auto;\n    }\n    \/* Font - matches the child theme *\/\n    #fa-stayinformed-form .wFormContainer * {\n        font-family: 'gill-sans-nova', Helvetica, Arial, sans-serif !important;\n    }\n    \/* Release any height \/ max-height clamp - this is what fixes the\n       runaway-height glitch where the form ballooned to ~17,000px. *\/\n    #fa-stayinformed-form,\n    #fa-stayinformed-form .wFormContainer,\n    #fa-stayinformed-form .wForm,\n    #fa-stayinformed-form .wForm form {\n        height: auto !important;\n        max-height: none !important;\n        overflow: visible !important;\n    }\n    \/* Inner wrappers transparent + full width so fields can stretch *\/\n    #fa-stayinformed-form .wFormContainer,\n    #fa-stayinformed-form .wForm,\n    #fa-stayinformed-form .wForm .wFormTitle {\n        background: transparent !important;\n        max-width: none !important;\n        width: 100% !important;\n        margin: 0 !important;\n        padding: 0 !important;\n    }\n    \/* SINGLE COLUMN: every field + its wrapper spans the full width.\n       The container also has to be forced full width, because the form\n       ships fixed per-field widths on the original fields. *\/\n    #fa-stayinformed-form .wForm form {\n        display: block;\n        margin: 0 !important;\n        padding: 0 !important;\n    }\n    #fa-stayinformed-form .oneField,\n    #fa-stayinformed-form .oneField .inputWrapper,\n    #fa-stayinformed-form [id^=\"tfa_\"][class*=\"field-container\"] {\n        width: 100% !important;\n        max-width: 100% !important;\n        float: none !important;\n        clear: both !important;\n        box-sizing: border-box;\n    }\n    #fa-stayinformed-form .oneField {\n        margin: 0 0 20px !important;\n    }\n    \/* Labels - larger, matching the mockup *\/\n    #fa-stayinformed-form .oneField label,\n    #fa-stayinformed-form .oneField .label {\n        color: var(--agig-text) !important;\n        font-size: 20px !important;\n        font-weight: 600 !important;\n        display: block;\n        margin-bottom: 8px;\n    }\n    #fa-stayinformed-form .reqMark,\n    #fa-stayinformed-form .required {\n        color: var(--agig-required) !important;\n    }\n    \/* Inputs = white rounded pills, FULL WIDTH.\n       The [id^=\"tfa_\"] selectors are intentionally high-specificity so they\n       beat FormAssembly's own per-field rules (e.g. #tfa_FirstName{width:200px}).\n       That is why First\/Last\/Email\/Zip were rendering narrow and square before. *\/\n    #fa-stayinformed-form .wForm input[id^=\"tfa_\"],\n    #fa-stayinformed-form .wForm select[id^=\"tfa_\"],\n    #fa-stayinformed-form .wForm textarea[id^=\"tfa_\"],\n    #fa-stayinformed-form .oneField .inputWrapper input,\n    #fa-stayinformed-form .oneField .inputWrapper select,\n    #fa-stayinformed-form .oneField .inputWrapper textarea {\n        width: 100% !important;\n        max-width: 100% !important;\n        box-sizing: border-box !important;\n        background: var(--agig-input-bg) !important;\n        border: none !important;\n        border-radius: 30px !important;\n        padding: 15px 24px !important;\n        font-size: 17px !important;\n        line-height: 1.3 !important;\n        color: #1b1b1b !important;\n    }\n    \/* Consent \/ disclaimer text *\/\n    #fa-stayinformed-form .htmlSection,\n    #fa-stayinformed-form .htmlSection * {\n        color: var(--agig-text) !important;\n        font-size: 15px !important;\n        line-height: 1.6 !important;\n    }\n    #fa-stayinformed-form .htmlSection {\n        margin-top: 12px !important;\n    }\n    #fa-stayinformed-form .htmlSection a {\n        color: var(--agig-link) !important;\n        text-decoration: underline;\n    }\n    \/* Submit button - matches the site's uppercase form buttons *\/\n    #fa-stayinformed-form .actions {\n        margin-top: 26px !important;\n    }\n    #fa-stayinformed-form .actions .primaryAction {\n        background: var(--agig-accent);\n        color: #fff;\n        border: none;\n        border-radius: 30px;\n        padding: 15px 44px;\n        font-size: 17px;\n        font-weight: 600;\n        text-transform: uppercase;\n        cursor: pointer;\n        transition: all 0.2s linear;\n    }\n    #fa-stayinformed-form .actions .primaryAction:hover {\n        background: var(--agig-accent-hover);\n    }\n    \/* Hide FormAssembly defaults + hidden fields *\/\n    #fa-stayinformed-form .wFormFooter,\n    #fa-stayinformed-form .wFormHeader,\n    #fa-stayinformed-form .supportInfo,\n    #fa-stayinformed-form .wf-acl-hidden {\n        display: none !important;\n    }\n    \/* Mobile *\/\n    @media screen and (max-width: 768px) {\n        #fa-stayinformed-form {\n            padding: 28px 24px;\n        }\n    }\n<\/style>\n\t\t\t\t\t\t\t<a href=\"https:\/\/www.aspenglobalinnovators.org\/en\/programs\/climate-innovators-initiative\/\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Aspen Climate Innovators Initiative<\/h3>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.amphealth.org\/\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>The Aspen Global Prosperity, Security, and Development High-Level Strategy Group<\/h3>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.aspenglobalinnovators.org\/en\/programs\/healthy-communities-fellowship\/\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>Healthy Communities Fellowship<\/h3>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newvoicesfellows.aspeninstitute.org\/\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h3>New Voices Fellowship<\/h3>\n\t\t\t\t\t<\/a>\n\n","protected":false},"excerpt":{"rendered":"<p>Interested in learning more about the Aspen Global Innovators Group network? Sign up for our quarterly newsletter to hear more about ongoing initiatives and read updates from our network of innovators. Aspen Climate Innovators Initiative The Aspen Global Prosperity, Security, and Development High-Level Strategy Group Healthy Communities Fellowship New Voices Fellowship<\/p>\n","protected":false},"author":13,"featured_media":1082,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-55","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.aspenglobalinnovators.org\/en\/wp-json\/wp\/v2\/pages\/55","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aspenglobalinnovators.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aspenglobalinnovators.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aspenglobalinnovators.org\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aspenglobalinnovators.org\/en\/wp-json\/wp\/v2\/comments?post=55"}],"version-history":[{"count":17,"href":"https:\/\/www.aspenglobalinnovators.org\/en\/wp-json\/wp\/v2\/pages\/55\/revisions"}],"predecessor-version":[{"id":3396,"href":"https:\/\/www.aspenglobalinnovators.org\/en\/wp-json\/wp\/v2\/pages\/55\/revisions\/3396"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aspenglobalinnovators.org\/en\/wp-json\/wp\/v2\/media\/1082"}],"wp:attachment":[{"href":"https:\/\/www.aspenglobalinnovators.org\/en\/wp-json\/wp\/v2\/media?parent=55"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}