Help
RSS
API
Feed
Maltego
Contact
Domain > thenationalcouncil.quorum.us
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-02
52.71.87.117
(
ClassC
)
2026-02-27
34.196.229.6
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Fri, 27 Feb 2026 15:23:15 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://thenationalcouncil.quorum.us:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 27 Feb 2026 15:23:16 GMTContent-Type: text/html; charsetutf-8Content-Length: 105484Connection: keep-aliveServer: gunicornCache-Control: no-store, no-cachePragma: no-cacheExpires: -1strict-transport-security: max-age63072000; includeSubDomains; preloadX-Content-Type-Options: nosniffX-XSS-Protection: 1; modeblockPermissions-Policy: accelerometer(), ambient-light-sensor(), autoplay(self), battery(), camera(self), cross-origin-isolated(), display-capture(), document-domain(), encrypted-media(), execution-while-not-rendered(), execution-while-out-of-viewport(), fullscreen(self), geolocation(self), gyroscope(), keyboard-map(), magnetometer(), microphone(self), midi(), navigation-override(), payment(self), picture-in-picture(), publickey-credentials-get(), screen-wake-lock(self), sync-xhr(), usb(), web-share(), xr-spatial-tracking()Referrer-Policy: strict-origin-when-cross-originVary: CookieSet-Cookie: current_version2.1268.2026-02-27-1430z-stable; expiresSat, 03 Apr 2027 15:23:16 GMT; Max-Age34560000; Path/; SecureSet-Cookie: qsesid4gtjy0j5ey2vh2q0jemfp1b8c9d9fcte; expiresSat, 27 Feb 2027 15:23:16 GMT; HttpOnly; Max-Age31536000; Path/; SameSiteNone; Secure !DOCTYPE html>html langen >head> script> function detectIEEdge() { var ua window.navigator.userAgent; var msie ua.indexOf(MSIE ); if (msie > 0) { // IE 10 or older > return version number return parseInt(ua.substring(msie + 5, ua.indexOf(., msie)), 10); } var trident ua.indexOf(Trident/); if (trident > 0) { // IE 11 > return version number var rv ua.indexOf(rv:); return parseInt(ua.substring(rv + 3, ua.indexOf(., rv)), 10); } var edge ua.indexOf(Edge/); if (edge > 0) { // Edge > return version number return parseInt(ua.substring(edge + 5, ua.indexOf(., edge)), 10); } // other browser return false; } var ieVersion detectIEEdge() /script> script typetext/javascript> // Google Maps globals - required for async loading // The callback signals the script loaded; React polling validates places availability window.__mapsLoadingStarted window.__mapsLoadingStarted || false window.__mapsCallbackFiredAt null window.onGoogleMapsReady function () { window.__mapsCallbackFiredAt Date.now() } // Script Manager Class class ScriptManager { static consentCategories { ANALYTICS: analytics, ADVERTISING: advertising, FUNCTIONAL: functional, ESSENTIAL: essential, } constructor() { this.loadedScripts new Set() } loadScript(config) { const { src, category, condition, onLoad, onError, charset, async true } config if (this.loadedScripts.has(src)) return if (condition && !condition()) return const script document.createElement(script) script.src src script.async async if (charset) script.charset charset if (onLoad) script.onload onLoad script.onerror (e) > (onError ? onError(e, src) : console.warn(`Failed to load script: ${src}`)) document.head.appendChild(script) this.loadedScripts.add(src) } hasConsent(category) { if (category ScriptManager.consentCategories.ESSENTIAL) return true const cookieConsent this.getCookieConsent() if (cookieConsent && cookieConsent.length > 0) { return cookieConsent.includes(category) } return false } getCookieConsent() { const consentCookie localStorage.getItem(quorum_cookie_consent) if (consentCookie) { try { return JSON.parse(consentCookie) } catch (e) { console.warn(Failed to parse quorum_cookie_consent:, e) return } } return } } // Script Configurations Factory function createScriptConfigs(templateVars) { return { name: twitter, src: https://platform.twitter.com/widgets.js, category: functional, charset: utf-8, }, { name: vimeo, src: https://player.vimeo.com/api/player.js, category: functional, charset: utf-8, }, { name: youtube, src: https://www.youtube.com/player_api, category: advertising, charset: utf-8, condition: () > { if (pge, pgeretirees.includes(templateVars.subdomain)) { return false } return !9, 10, 11.includes(window.ieVersion) }, }, { name: google_analytics, src: `https://www.googletagmanager.com/gtag/js?id${templateVars.externalUaCode}`, category: analytics, async: true, condition: () > templateVars.externalUaCode, onLoad: () > { window.dataLayer window.dataLayer || ; function gtag() { dataLayer.push(arguments); } gtag(js, new Date()); gtag(config, templateVars.externalUaCode); } }, { name: facebook_pixel, src: https://connect.facebook.net/en_US/fbevents.js, category: advertising, condition: () > templateVars.externalFbCode, onLoad: () > { !function (f, b, e, v, n, t, s) { if (f.fbq) return; n f.fbq function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq n; n.push n; n.loaded !0; n.version 2.0; n.queue ; }(window, document, script); fbq(init, templateVars.externalFbCode); fbq(track, PageView); } }, { name: maps, src: `https://maps.googleapis.com/maps/api/js?key${templateVars.googleApiKey}&librariesplaces&languageen&loadingasync&callbackonGoogleMapsReady`, category: essential, // google maps is essential for address autocomplete condition: () > { if (!templateVars.googleApiKey) return false if (window.__mapsLoadingStarted) return false if (10, 11.includes(window.ieVersion)) return false window.__mapsLoadingStarted true window.__mapsCallbackFiredAt null return true }, onError: (_e, src) > { window.__mapsLoadingStarted false if ( window.__scriptManager && window.__scriptManager.loadedScripts && typeof window.__scriptManager.loadedScripts.delete function ) { window.__scriptManager.loadedScripts.delete(src) } console.warn(Failed to load Google Maps (maps)) }, }, { name: maps_ie, // IE 10/11: using older API version without loadingasync (not supported in v3.38) src: `https://maps.googleapis.com/maps/api/js?v3.38&key${templateVars.googleApiKey}&librariesplaces&languageen&callbackonGoogleMapsReady`, category: essential, // google maps is essential for address autocomplete condition: () > { if (!templateVars.googleApiKey) return false if (window.__mapsLoadingStarted) return false if (!10, 11.includes(window.ieVersion)) return false window.__mapsLoadingStarted true window.__mapsCallbackFiredAt null return true }, onError: (_e, src) > { window.__mapsLoadingStarted false if ( window.__scriptManager && window.__scriptManager.loadedScripts && typeof window.__scriptManager.loadedScripts.delete function ) { window.__scriptManager.loadedScripts.delete(src) } console.warn(Failed to load Google Maps (maps_ie)) }, }, { name: facebook_sdk, id: facebook-jssdk, src: https://connect.facebook.net/en_US/sdk.js, category: essential, // facebook sdk is essential for facebook login condition: () > !document.getElementById(facebook-jssdk), onLoad: () > { window.fbAsyncInit function () { FB.init({ appId: 798586090287234, cookie: true, xfbml: true, version: v24.0, }) } }, }, { name: google_tag_manager, src: `https://www.googletagmanager.com/gtm.js?id${templateVars.externalGtmCode}`, category: analytics, async: true, condition: () > templateVars.externalGtmCode, onLoad: () > { window.dataLayer window.dataLayer || ; window.dataLayer.push({ gtm.start: new Date().getTime(), event: gtm.js }); } }, } // Initialize and expose globally function initializeScriptManager(templateVars) { const SCRIPT_CONFIGS createScriptConfigs(templateVars) // Singleton to prevent duplicate script loading across multiple calls window.__scriptManager window.__scriptManager || new ScriptManager() window.loadThirdPartyScripts function (categories ScriptManager.consentCategories.ESSENTIAL, skipCookieConsent false) { const scriptManager window.__scriptManager if (skipCookieConsent) return SCRIPT_CONFIGS.forEach((config) > { scriptManager.loadScript(config) }) if (scriptManager && SCRIPT_CONFIGS) { SCRIPT_CONFIGS.forEach((config) > { if (categories.includes(config.category)) try { scriptManager.loadScript(config) } catch (e) { console.error(Error loading script:, e) } }) } } } window.initializeScriptManager initializeScriptManager/script>script> const cleanTemplateVars (templateVar) > templateVar None ? null : templateVar window.initializeScriptManager({ subdomain: cleanTemplateVars(thenationalcouncil), googleApiKey: cleanTemplateVars(AIzaSyAawXvau1pkCuAoStztFBPSjLuATXnczfA), externalUaCode: cleanTemplateVars(None), externalFbCode: cleanTemplateVars(None), externalGtmCode: cleanTemplateVars(None), }); const cookieConsentActive (False True) window.cookieConsentActive cookieConsentActive if (!cookieConsentActive) window.loadThirdPartyScripts(, true)/script> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyRoboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&displayswap relstylesheet> !-- Basic Information -->meta charsetutf-8>meta nameauthor contentQuorum>meta nameviewport contentwidthdevice-width, initial-scale1>meta namerobots contentnoindex>!-- Facebook -->!-- https://developers.facebook.com/docs/sharing/webmasters -->meta propertyog:type contentwebsite>meta propertyog:title contentNational Council for Mental Wellbeing>meta propertyog:url contenthttps://thenationalcouncil.quorum.us/>meta propertyog:description contentNational Council for Mental Wellbeing>meta propertyog:image contenthttps://quorum-media.s3.amazonaws.com/media/uploaded_files/2023-03-02/5b0b3d6d67005773a729199d8fa56831/nC3xH00bofsZizBApiRR_actioncenterimage.PNG>meta propertyog:image:secure_url contenthttps://quorum-media.s3.amazonaws.com/media/uploaded_files/2023-03-02/5b0b3d6d67005773a729199d8fa56831/nC3xH00bofsZizBApiRR_actioncenterimage.PNG>!-- Twitter -->!-- https://dev.twitter.com/cards/markup -->meta nametwitter:card contentsummary>meta nametwitter:title contentNational Council for Mental Wellbeing>meta nametwitter:description contentNational Council for Mental Wellbeing>meta nametwitter:image contenthttps://quorum-media.s3.amazonaws.com/media/uploaded_files/2023-03-02/5b0b3d6d67005773a729199d8fa56831/nC3xH00bofsZizBApiRR_actioncenterimage.PNG>!-- https://developer.twitter.com/en/docs/twitter-for-websites/webpage-properties/overview -->meta nametwitter:dnt contenton> title>National Council for Mental Wellbeing | Take Action/title> link relstylesheet hrefhttps://www.quorum.us/static/2.1268.2026-02-27-1430z-stable/dist/new_grassroots.css> link relstylesheet hrefhttps://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css integritysha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u crossoriginanonymous> !-- Favicon --> link relicon hrefhttps://quorum-media.s3.amazonaws.com/media/uploaded_files/2023-03-16/9fb71b7628745c76356b2c806be2f884/xghrg80oXq5nI26hl4sa_favicon2.ico />/head>body stylefont-family: Roboto, sans-serif;> !-- Google Tag Manager. Instructions were to Paste this code immediately after the opening body tag --> script> window.CURRENT_VERSION 2.1268.2026-02-27-1430z-stable window.ENVIRONMENT Production window.action_center_settings JSON.parse({\u0022_extra\u0022: {}, \u0022action_items\u0022: 6, 13, \u0022additional_default_registration_fields\u0022: , \u0022allow_search_indexable_custom_domain\u0022: false, \u0022allowed_minor_role_types\u0022: 5, 6, 7, 8, 21, 9, 199, 198, \u0022archived\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022\u0022, \u0022background_style_type\u0022: 2, \u0022can_login_with_facebook\u0022: false, \u0022conditional_giving_enabled\u0022: false, \u0022created\u0022: \u00222022\u002D12\u002D22T18:00:28.275445\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022custom_favicon_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D03\u002D16/9fb71b7628745c76356b2c806be2f884/xghrg80oXq5nI26hl4sa_favicon2.ico\u0022, \u0022custom_interaction_types\u0022: 24909, 24908, 24907, 24904, 24905, 24906, 24899, 24903, 24902, 24900, 24901, \u0022custom_javascript\u0022: \u0022\u0022, \u0022default_interaction_log_text\u0022: \u0022\u0022, \u0022default_interaction_log_title\u0022: \u0022\u0022, \u0022default_letter_message\u0022: \u0022\u0022, \u0022default_letter_subject\u0022: \u0022\u0022, \u0022default_password\u0022: \u0022politicalparticipation\u0022, \u0022default_registration_page\u0022: \u0022/api/grassrootsregistrationpage/5966/\u0022, \u0022default_thank_you_message\u0022: \u0022\u0022, \u0022domain\u0022: \u0022thenationalcouncil\u0022, \u0022external_adobe_dtm_tag\u0022: null, \u0022external_fb_code\u0022: null, \u0022external_gtm_code\u0022: null, \u0022external_interaction_types\u0022: 4, 3, 1, 11, 7, 6, \u0022external_relationship_types\u0022: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, \u0022external_ua_code\u0022: null, \u0022facebook_access_token\u0022: \u0022\u0022, \u0022facebook_connection\u0022: null, \u0022facebook_page_id\u0022: \u0022\u0022, \u0022facebook_status\u0022: 1, \u0022facebook_user_token\u0022: \u0022\u0022, \u0022footer\u0022: , \u0022footer_html\u0022: \u0022\u0022, \u0022footer_logo_url\u0022: null, \u0022full_name\u0022: null, \u0022gamification_achievement_icon_type\u0022: 1, \u0022gamification_all_campaign_points\u0022: 0, \u0022gamification_campaign_type_points\u0022: {}, \u0022gamification_enabled\u0022: true, \u0022gamification_point_type\u0022: 1, \u0022gamification_ranks\u0022: {\u00221\u0022: 0.0, \u00222\u0022: 0.0, \u00223\u0022: 0.0, \u00224\u0022: 9.0, \u00225\u0022: 9.0, \u00226\u0022: 9.0, \u00227\u0022: 19.0}, \u0022gamification_tiers\u0022: {\u0022Level 1\u0022: {\u0022points\u0022: 0}}, \u0022header\u0022: , \u0022hide_texture\u0022: false, \u0022id\u0022: 2685, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022index_page\u0022: \u0022/api/quorumgrassrootspage/5786/\u0022, \u0022interaction_custom_fields\u0022: , \u0022is_collaborator_action_center\u0022: false, \u0022is_pac_action_center\u0022: false, \u0022language\u0022: 1, \u0022ledger_settings\u0022: null, \u0022legislation_description\u0022: \u0022We\u0027re watching the following bills as they move through the legislative process around the country. Click on a bill for more details and contact our team if you have any questions.\u0022, \u0022legislation_header\u0022: \u0022Legislation We\u0027re Watching\u0022, \u0022limited_to_teams\u0022: , \u0022login_message\u0022: \u0022Welcome to the Action Center.\u0022, \u0022login_page_password_label\u0022: \u0022\u0022, \u0022login_page_post_text\u0022: \u0022\u0022, \u0022login_page_pre_text\u0022: \u0022\u0022, \u0022login_page_username_label\u0022: \u0022\u0022, \u0022login_redirect_url\u0022: \u0022\u0022, \u0022maximum_campaigns_first_page\u0022: 10, \u0022name\u0022: \u0022Take Action\u0022, \u0022navigation_bar\u0022: {\u0022label\u0022: \u0022About Us\u0022, \u0022link\u0022: \u0022/about_us/\u0022, \u0022type\u0022: 2}, {\u0022dropdown_links\u0022: {\u0022label\u0022: \u0022My Officials\u0022, \u0022link\u0022: \u0022/officials/\u0022, \u0022type\u0022: 6}, {\u0022label\u0022: \u0022Policy Priorities\u0022, \u0022link\u0022: \u0022/policy\u002Dpriorities/\u0022, \u0022type\u0022: 2}, {\u0022label\u0022: \u0022Advocacy Handbook\u0022, \u0022link\u0022: \u0022https://www.thenationalcouncil.org/wp\u002Dcontent/uploads/2025/04/25.04.11_Advocacy\u002DHandbook\u002D1.pdf?mkt_tok\u003DNzczLU1KRi0zNzkAAAGZ2LuFCNyymEfhX9rZVywKphgwpjL7F966xA_PYiLo49ZKFimrlTmdI4aySAMiu_kLg7AQgHk8YcH9SEaoHCHv_Knw2fWHI\u002DKLwH3G4mcLnkge\u0022, \u0022type\u0022: 7}, {\u0022label\u0022: \u0022Medicaid Resources\u0022, \u0022link\u0022: \u0022/medicaid_resources/\u0022, \u0022type\u0022: 2}, {\u0022label\u0022: \u0022CCBHC Leave Behind\u0022, \u0022link\u0022: \u0022https://pages.thenationalcouncil.org/rs/773\u002DMJF\u002D379/images/HD25%20CCBHC%20Leave%20Behind%20Fact%20Sheet%20v1\u002D5%5B48%5D.pdf?version\u003D0\u0022, \u0022type\u0022: 7}, {\u0022label\u0022: \u0022SUD Leave Behind\u0022, \u0022link\u0022: \u0022https://pages.thenationalcouncil.org/rs/773\u002DMJF\u002D379/images/HD25%20SUD%20Leave%20Behind%20Fact%20Sheet%20v1\u002D3.pdf?version\u003D0\u0022, \u0022type\u0022: 7}, {\u0022label\u0022: \u0022FY26 Appropriations Leave Behind\u0022, \u0022link\u0022: \u0022https://pages.thenationalcouncil.org/rs/773\u002DMJF\u002D379/images/HD25_Approps%20Leave%20Behind%20v2\u002D2%5B95%5D.pdf?version\u003D0\u0022, \u0022type\u0022: 7}, \u0022label\u0022: \u0022Advocacy Resources\u0022, \u0022type\u0022: 1}, {\u0022label\u0022: \u0022Learn About CCBHCs\u0022, \u0022link\u0022: \u0022/ccbhc/\u0022, \u0022type\u0022: 2}, {\u0022dropdown_links\u0022: {\u0022label\u0022: \u0022Current Campaigns\u0022, \u0022link\u0022: \u0022/campaigns/\u0022, \u0022type\u0022: 4}, \u0022label\u0022: \u0022Take Action\u0022, \u0022type\u0022: 1}, \u0022navigation_bar_color_override\u0022: null, \u0022navigation_bar_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D03\u002D16/9fb71b7628745c76356b2c806be2f884/N7gmQTThzr5syOPGGKDs_QuorumBanner\u002D01\u002D01\u002D01\u002D01.png\u0022, \u0022navigation_bar_style_type\u0022: 1, \u0022organization_user_specified_name\u0022: \u0022National Council for Mental Wellbeing\u0022, \u0022outbound_texting_confirmation_message\u0022: \u0022\u0022, \u0022pac_classic_sites\u0022: , \u0022pac_restricted_to_eligibles_message\u0022: \u0022\u0022, \u0022pac_restricted_to_ineligibles_message\u0022: \u0022\u0022, \u0022pac_restricted_user_not_logged_in_message\u0022: \u0022\u0022, \u0022publicly_accessible\u0022: true, \u0022read_only_form_fields\u0022: , \u0022relationship_custom_fields\u0022: , \u0022relationship_description\u0022: \u0022\u003Cdiv class\u003D\u005C\u0022sc\u002DeLwHnm enDFzH registration\u002Dpre\u002Dtext\u005C\u0022 style\u003D\u005C\u0022font\u002Dfamily: \u005C\u0022 open\u003D\u005C\u0022\u005C\u0022 sans\u005C\u0022\u003B\u003D\u005C\u0022\u005C\u0022 background\u002Dcolor:\u003D\u005C\u0022\u005C\u0022 rgb(234,\u003D\u005C\u0022\u005C\u0022 94,\u003D\u005C\u0022\u005C\u0022 41)\u003B\u005C\u0022\u003D\u005C\u0022\u005C\u0022\u003EHave more than one personal connection to members of Congress, their staff, and the current administration? Log more below. This information will help National Council create targeted advocacy opportunities for maximum impact. By leveraging your personal connections to policymakers, we can help prioritize the needs of community behavioral health providers across the country. \u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u0022, \u0022relationship_header\u0022: \u0022Log Relationships\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootsactioncentersettings/2685/\u0022, \u0022should_display_contact_city_state_in_external_logger\u0022: false, \u0022should_require_interaction_official\u0022: true, \u0022should_show_official_custom_description\u0022: false, \u0022should_use_custom_stats_icon\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_action_items\u0022: true, \u0022show_footer_logo\u0022: true, \u0022show_gamification_ranks\u0022: true, \u0022show_gamification_tiers\u0022: false, \u0022show_login_message\u0022: false, \u0022show_org_name_in_top_bar\u0022: true, \u0022show_password\u0022: true, \u0022show_quorum_link\u0022: true, \u0022show_update_info\u0022: false, \u0022show_welcome_message\u0022: false, \u0022social_description\u0022: \u0022\u0022, \u0022social_image_alttext\u0022: \u0022\u0022, \u0022social_image_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D03\u002D02/5b0b3d6d67005773a729199d8fa56831/nC3xH00bofsZizBApiRR_actioncenterimage.PNG\u0022, \u0022social_share_text\u0022: \u0022\u0022, \u0022social_title\u0022: \u0022\u0022, \u0022text_keyword\u0022: \u0022\u0022, \u0022theme_type\u0022: 2, \u0022tooltip_text\u0022: null, \u0022twitter_handle\u0022: null, \u0022updated\u0022: \u00222026\u002D02\u002D26T22:15:47.597531\u0022, \u0022welcome_message\u0022: \u0022Welcome to the Action Center.\u0022}) window.campaign JSON.parse({}) window.supporter_points JSON.parse(0) window.organization JSON.parse({\u0022is_i360_client_with_stakeholder\u0022: false, \u0022id\u0022: 3323, \u0022logo\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D03\u002D02/5b0b3d6d67005773a729199d8fa56831/1bL1OibkrLnQ86gJRs0P_NCLogoFile_Horizontal_Registered.png\u0022, \u0022name\u0022: \u0022National Council for Mental Wellbeing\u0022, \u0022texting_org_name\u0022: \u0022\u0022, \u0022texting_message_frequency\u0022: null, \u0022texting_terms_url\u0022: \u0022\u0022, \u0022texting_privacy_url\u0022: \u0022\u0022}) window.pages JSON.parse({\u0022id\u0022: 9130, \u0022archived\u0022: false, \u0022name\u0022: \u0022Learn about CCBHCs\u0022, \u0022action_center\u0022: 2685, \u0022path\u0022: \u0022/ccbhc/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022content\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D11\u002D05/b796206cec0f485c413f4355ff0b39c3/ZQvjQgVuMATxULasSBBV_YVGEsYYNea2OU0ijequm_CCBHC_Graphic.png\u0022}, \u0022widgetType\u0022: 5}, {\u0022props\u0022: {\u0022title\u0022: \u0022Federally Defined, State Driven, Locally Achieved. \u0022, \u0022content\u0022: \u0022https://www.youtube.com/watch?v\u003DUu\u002DfF9hyYJ8\u0022}, \u0022widgetType\u0022: 11}, {\u0022props\u0022: {\u0022content\u0022: \u0022\u003Cdiv\u003EA Certified Community Behavioral Health Clinic (CCBHC) is a specially\u002Ddesignated clinic that provides a\u0026nbsp\u003B\u003Ca href\u003D\u005C\u0022https://www.samhsa.gov/certified\u002Dcommunity\u002Dbehavioral\u002Dhealth\u002Dclinics\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022 rel\u003D\u005C\u0022noreferrer noopener\u005C\u0022\u003Ecomprehensive range of mental health and substance use services\u003C/a\u003E.\u0026nbsp\u003B\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cdiv\u003ECCBHCs are nonprofit organizations or units of a local government behavioral health authority. They must provide\u0026nbsp\u003B\u003Cspan style\u003D\u005C\u0022font\u002Dweight: bolder\u003B\u005C\u0022\u003Enine\u003C/span\u003E\u0026nbsp\u003Btypes of services, either directly or by contracting with partner organizations, with an emphasis on providing 24\u002Dhour crisis care, evidence\u002Dbased practices, care coordination with local primary care and hospital partners, and integration with physical health care.\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cdiv\u003ECCBHCs\u0026nbsp\u003B\u003Ca href\u003D\u005C\u0022https://www.thenationalcouncil.org/resources/2024\u002Dccbhc\u002Dimpact\u002Dreport/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003Edramatically increase access to care\u003C/a\u003E, help reduce costs, expand state\u005Cu2019s capacity to address the overdose crisis, reduce mental health\u002Drelated hospitalizations, help address the workforce shortage, and create innovative partnerships with law enforcement, schools, and hospitals to improve care. Their strong accountability standards ensure people get the care they need, when and where they need it.\u0026nbsp\u003B\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EToday, more than\u0026nbsp\u003B\u003Cspan style\u003D\u005C\u0022font\u002Dweight: bolder\u003B\u005C\u0022\u003E500\u003C/span\u003E\u0026nbsp\u003BCertified Community Behavioral Health Clinics\u0026nbsp\u003Band CCBHC grantees\u0026nbsp\u003Bare operating in\u0026nbsp\u003B\u003Cspan style\u003D\u005C\u0022font\u002Dweight: bolder\u003B\u005C\u0022\u003E46\u003C/span\u003E\u0026nbsp\u003Bstates, plus the District of Colombia and Puerto Rico.\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Ca href\u003D\u005C\u0022https://www.thenationalcouncil.org/program/ccbhc\u002Dsuccess\u002Dcenter/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003ELearn more\u003C/a\u003E\u0026nbsp\u003Babout these innovative clinics and\u0026nbsp\u003Burge your elected officials to establish the model further as a permanent part of our health care landscape. Together, we can expand access to comprehensive mental health and substance use care, when and where people need it.\u0026nbsp\u003B\u0026nbsp\u003B\u003C/div\u003E\u003C/div\u003E\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022What makes CCBHCs Unique?\u0022, \u0022content\u0022: \u0022https://www.youtube.com/watch?v\u003DC3rDODdaXDA\u0022}, \u0022widgetType\u0022: 11}, {\u0022props\u0022: {\u0022title\u0022: \u0022How CCBHCs Make a Difference\u0022, \u0022content\u0022: \u0022https://www.youtube.com/watch?v\u003DZt2GhFgtPxQ\u0022}, \u0022widgetType\u0022: 11}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 13, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 5786, \u0022archived\u0022: false, \u0022name\u0022: \u0022Home Page\u0022, \u0022action_center\u0022: 2685, \u0022path\u0022: \u0022/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022Let\u0027s Shape the Future of Mental Health and Substance Use Care.\u0022, \u0022content\u0022: \u0022https://www.youtube.com/watch?v\u003De71SBVlFkRI\u0022}, \u0022widgetType\u0022: 11}, {\u0022props\u0022: {\u0022title\u0022: \u0022Your Voice Makes a Difference\u0022, \u0022content\u0022: \u0022\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EDespite overwhelming need,\u0026nbsp\u003Bnearly 30 million people across the U.S. don\u005Cu2019t have access to affordable, comprehensive mental health and substance use treatment. That\u005Cu2019s where we come in.\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cdiv\u003EWe are guided by our vision that mental wellbeing \u005Cu2014 including recovery from substance use \u005Cu2014 is a reality for everyone, everywhere. It\u005Cu2019s who we are. It\u005Cu2019s what we do.\u0026nbsp\u003B\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003C/div\u003E\u003Cdiv\u003ETo quote the late Sen. Everett Dirksen, \u005Cu201cWhen I feel the heat, I see the light.\u005Cu201d Join us, and we\u0027ll raise our voices together to illuminate a bright future for mental wellbeing.\u0026nbsp\u003B\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022id\u0022: 5966, \u0022title\u0022: \u0022Join Us\u0022}, \u0022widgetType\u0022: 9}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 3, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 10165, \u0022archived\u0022: false, \u0022name\u0022: \u0022Medicaid Resources\u0022, \u0022action_center\u0022: 2685, \u0022path\u0022: \u0022/medicaid_resources/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022content\u0022: \u0022\u003Cdiv\u003E\u003Cb\u003EPublic Polling\u003C/b\u003E\u003C/div\u003E\u003Cul\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://modernmedicaid.org/new\u002Dpoll\u002Dvoters\u002Doverwhelmingly\u002Doppose\u002Dcutting\u002Dmedicaid\u002Dto\u002Dpay\u002Dfor\u002Dtax\u002Dcuts\u002Dan\u002Dunpopular\u002Dmove\u002Dwith\u002Dswing\u002Dvoters\u002Drepublican\u002Dbase/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003E\u003Cb\u003EFabrizio/Ward 4/11/25\u003C/b\u003E\u003C/a\u003E\u003Cul\u003E\u003Cli\u003EAn overwhelming majority of voters \u005Cu2013 including more than half of Trump voters \u005Cu2013 are opposed to Congressional proposals to cut Medicaid.\u003C/li\u003E\u003C/ul\u003E\u003C/li\u003E\u003Cli\u003E\u003Cb\u003E\u003Ca href\u003D\u005C\u0022https://www.nami.org/press\u002Dreleases/proposed\u002Dcuts\u002Dto\u002Dmedicaid\u002Ddeeply\u002Dunpopular\u002Dacross\u002Dparty\u002Dlines\u002Dnew\u002Dnami\u002Dipsos\u002Dpoll\u002Dfinds/?mkt_tok\u003DNzczLU1KRi0zNzkAAAGZoCKotzT8medxjx3hKl5KFFGuojqqq\u002DGoJl4oJDN262q9VLqVqEXfpMdCSnslgDDTwP4zLpg4A5fhcs9apJLtSH7kFyU3Rs\u002DTLeJ\u002DgY_q6pfH\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003ENAMI/Ipsos 4/3/25\u003C/a\u003E\u003C/b\u003E\u003Cul\u003E\u003Cli\u003EAmericans say that Medicaid should be\u0026nbsp\u003B\u003Cem\u003Eexpanded\u003C/em\u003E\u0026nbsp\u003Bto help people access mental health care, not cut.\u0026nbsp\u003BThree in four adults (75%) agree that Medicaid should be expanded to increase access to affordable mental health care \u005Cu2014 and 74% agree, including across party lines, that Medicaid expansion has helped improve access to affordable mental health care in states that implemented it.\u003C/li\u003E\u003C/ul\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cdiv\u003E\u003Cb\u003EDistrict\u002DLevel Medicaid Data\u003C/b\u003E\u003C/div\u003E\u003Cul\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://data.modernmedicaid.org/MMA/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EDownload factsheets for each state/congressional district.\u0026nbsp\u003B\u003C/a\u003E\u003Cul\u003E\u003Cli\u003ESelect state/district from drop down menu\u0026nbsp\u003B\u003C/li\u003E\u003C/ul\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cdiv\u003E\u003Cb\u003ETopic\u002DSpecific\u003C/b\u003E\u003C/div\u003E\u003Cul\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://www.kff.org/medicaid/issue\u002Dbrief/5\u002Dkey\u002Dfacts\u002Dabout\u002Dmedicaid\u002Dprogram\u002Dintegrity\u002Dfraud\u002Dwaste\u002Dabuse\u002Dand\u002Dimproper\u002Dpayments/?mkt_tok\u003DNzczLU1KRi0zNzkAAAGZUxi4nAGMWKi4FVISSYW\u002DTN4P5t4D7co0RYXaVcnRQ9vJtONfk6qxkRcoxhGRt_fjVTq6wByuSGEKktin1FhGNESHjhxtVu2MDUEry9vcG91L\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003E5 Key Facts About Medicaid Program Integrity \u005Cu2013 Fraud, Waste, Abuse and Improper Payments\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://ccf.georgetown.edu/2025/01/15/medicaids\u002Drole\u002Din\u002Dsmall\u002Dtowns\u002Dand\u002Drural\u002Dareas/?mkt_tok\u003DNzczLU1KRi0zNzkAAAGZUxi4nDXBWJDgie7GJpjufx3b2L3BtEM3UicaOU0CmarvBWswbAS7WONCIixa2mlo6tL_1HxBVBPaFQzbikOhbUEKIKlIY9jJQeXwA1VhGVXC\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EMedicaid\u005Cu2019s Role in Small Towns and Rural Areas\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://www.kff.org/medicaid/issue\u002Dbrief/understanding\u002Dthe\u002Dintersection\u002Dof\u002Dmedicaid\u002Dand\u002Dwork\u002Dan\u002Dupdate/?mkt_tok\u003DNzczLU1KRi0zNzkAAAGZUxi4nArpDadj_rvKLtehK6gnRHhoiL4JC4lC5xM6DFG\u002DUsvkI9rmHHHGqUXigug5SrfF5Ahg47I_HnnG4FnE9lCIQKPUqjz2kNCcRDrVxv7X\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EUnderstanding the Intersection of Medicaid and Work\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://modernmedicaid.org/medicaid\u002Dstories\u002Dlibrary/?mkt_tok\u003DNzczLU1KRi0zNzkAAAGZUxi4nFfRjAtCywW5LOd\u002D5vrUHljg7Qr3YjqZ5dqJLv1dd88WEg_X7Q3MGZ_VNP0e38rlT8sixQ06DBDOOfRJVTuxm4Af5Z0WS_s3vJgfVxm8\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EMedicaid stories by state\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://modernmedicaid.org/facing\u002Dthe\u002Dpotential\u002Dof\u002Dfederal\u002Dmedicaid\u002Dcuts\u002Dstate\u002Dgovernors\u002Durge\u002Dcaution/?mkt_tok\u003DNzczLU1KRi0zNzkAAAGZfWvPVXYRyE8MrG\u002D_YmrgbiuXCBCL\u002DTfscg18UlplUU9yoPY\u002DpfycHNRDi1t2KVkvEjY5RQNakcfGpevzPNIdsZg8nEvqeLS0UZvLqwJc4w3H\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EMedicaid cuts would deepen state budget pressure\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://www.commonwealthfund.org/publications/issue\u002Dbriefs/2025/mar/how\u002Dcuts\u002Dmedicaid\u002Dsnap\u002Dcould\u002Dtrigger\u002Djob\u002Dloss\u002Dstate\u002Drevenue?mkt_tok\u003DNzczLU1KRi0zNzkAAAGZfWvPVTN\u002D53saP7ImFW2Jt0OOE_NfMDh7OPtkSPZ5widVnPz86P0s8pRDFNyzj8f7Z9efrEFvrUaDvVLsVMOtd70uElZc7tUlWk51T_0smdkE\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EHow Potential Federal Cuts to Medicaid and SNAP Could Trigger the Loss of a Million\u002DPlus Jobs, Reduced Economic Activity, and Less State Revenue\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://www.rwjf.org/en/insights/our\u002Dresearch/2025/03/how\u002Dmany\u002Dexpansion\u002Dadults\u002Dcould\u002Dlose\u002Dmedicaid\u002Dunder\u002Dfederal\u002Dwork\u002Drequirements.html?mkt_tok\u003DNzczLU1KRi0zNzkAAAGZfWvPVYY85byM2yX9f6apoMEzAT1KqF2E5QEHwP1HxGuTg6iDKi4qNXIIwx1pJUzL2krG_Ko3WrgquBfcvnXvwAlqJhXu0l\u002DTT\u002DYps2ijGTrr\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EHow Many Expansion Adults Could Lose Medicaid Under Federal Work Requirements\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://modernmedicaid.org/wp\u002Dcontent/uploads/2025/03/Modern\u002DMedicaid\u002DAlliance_Provider\u002DTax\u002D1P_3.24.25_.pdf?mkt_tok\u003DNzczLU1KRi0zNzkAAAGZfWvPVLdidkIujtiIuiY8qmtG_mu2563V_10D0_p5H8WP9cOKmEFOAJ_qqz3e9Uq2MpnE7VJ3BINgMMyY1N8uMulMuOO73yhO6KOALnUzN10n\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EProvider Taxes Are Essential for State Budgets, Patients\u005Cu2019 Access to Care\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://www.kff.org/tracking\u002Dthe\u002Dmedicaid\u002Dprovisions\u002Din\u002Dthe\u002D2025\u002Dbudget\u002Dbill/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EHealth Provisions in the 2025 Federal Budget Reconciliation Bill\u003C/a\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cdiv\u003E\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022content\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2025\u002D05\u002D01/af426ebf6aa14bdf7e1cc862aaebb590/KwISbYSEKHly4z0H06F5_2025\u002DNCMW\u002DMedicaid\u002DGraphic\u002D1.jpg\u0022}, \u0022widgetType\u0022: 5}, {\u0022props\u0022: {\u0022content\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2025\u002D06\u002D25/11721acdde6bc48ae3e9c5f58d7eefb4/HJhqJ7I29uMJBnqpyGqK_Medicaidgraphic2.jpg\u0022}, \u0022widgetType\u0022: 5}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 4, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 9697, \u0022archived\u0022: false, \u0022name\u0022: \u0022Call Script: Protecting Access to Care through Medicaid\u0022, \u0022action_center\u0022: 2685, \u0022path\u0022: \u0022/call_script/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022\u0022, \u0022content\u0022: \u0022\u003Cdiv\u003E\u003Cdiv\u003E\u003Cb\u003EProtect Access to Care through Medicaid Call Script Template\u003C/b\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cu201cHello. My name is \u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003ENAME\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E and I live in \u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003ETown/City\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E, \u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003EState\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E. Provide a very short (1\u002D2 sentence)\u0026nbsp\u003B\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B font\u002Dweight: var(\u002D\u002Dbs\u002Dbody\u002Dfont\u002Dweight)\u003B text\u002Dalign: var(\u002D\u002Dbs\u002Dbody\u002Dtext\u002Dalign)\u003B\u005C\u0022\u003Eintroduction to who you are, which should establish any relevant identities you\u005Cu2019d like to share (your life experience, work experience, etc.) and any other relevant people in your story.\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cu201cI am calling because I know the House budget\u0026nbsp\u003B\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B font\u002Dweight: var(\u002D\u002Dbs\u002Dbody\u002Dfont\u002Dweight)\u003B text\u002Dalign: var(\u002D\u002Dbs\u002Dbody\u002Dtext\u002Dalign)\u003B\u005C\u0022\u003Eresolution directs the committee overseeing Medicaid to cut nearly $900 billion in funding, and I am worried about the catastrophic impacts that will have on our community.\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cu201cOur organization primarily provides mental health and substance use care and services for people covered by Medicaid, as well as people who may not have any health coverage at all. If the scale of these proposed cuts is realized, thousands in our community will likely lose access to health care. \u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Cbr\u003E\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005C\u0022We also rely on Medicaid funding to reimburse us the cost of providing that care \u005Cu2013 if this funding was significantly reduced and many people lost access to their coverage, \u003Cb\u003Ewe would struggle to keep our doors open for our community and people would lose vital access to care\u003C/b\u003E.\u0026nbsp\u003B\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cu201cI am calling to urge you to work to stop proposals that would cut Medicaid funding and reduce coverage. Medicaid is the largest provider of mental health and substance use care in the country. It allows children, seniors, people with disabilities, pregnant people, and adults with low incomes to access lifesaving care, when and where they need it. Our country is still dealing with a devastating mental health and overdose crises \u005Cu2013 now is not the time to reduce access to care.\u0026nbsp\u003B\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 14px\u003B\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cu201c\u003C/span\u003E\u003Ca href\u003D\u005C\u0022https://data.modernmedicaid.org/AHIP/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EIn \u003C/span\u003E\u003C/a\u003E\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://data.modernmedicaid.org/AHIP/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EState\u003C/a\u003E\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://data.modernmedicaid.org/AHIP/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003E, Medicaid covers \u003C/a\u003E\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://data.modernmedicaid.org/AHIP/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003E# of people\u003C/a\u003E\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://data.modernmedicaid.org/AHIP/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003E, \u003C/a\u003E\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://data.modernmedicaid.org/AHIP/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EX%\u003C/a\u003E\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 14px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://data.modernmedicaid.org/AHIP/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E of whom are children\u003C/span\u003E\u003C/a\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E. It also plays a significant role in our local and state economy by keeping community provider organizations open, supporting job growth, and ultimately saving taxpayer dollars. Significantly reducing federal Medicaid spending would likely create a significant new burden on our state budget, while forcing organizations like ours to potentially lay off staff, harming our economy.\u003C/span\u003E\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cu201cWill \u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003ERepresentative OR Senator\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E \u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003ELast Name\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E vote \u005Cu201cno\u005Cu201d on cuts to Medicaid and other programs to make sure your constituents can get the care they need?\u005Cu201d\u003C/span\u003E\u003C/div\u003E\u003Cul\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003EIF NO ANSWER/ANSWERING MACHINE\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E: Provide your contact phone number and ask them to call you back as soon as possible.\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003EIF YES\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E: Thank them for their support!\u003C/span\u003E\u003Cul\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cu201cThank you for your support for Medicaid and the thousands of people across our state who rely on this coverage to access care. I appreciate you taking this call and any actions you can take to protect access to Medicaid and other vital programs from cuts going forward.\u005Cu201d\u003C/span\u003E\u003C/li\u003E\u003C/ul\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cul\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003EIF NOT SURE/NONCOMMITTAL\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E Ask them what factors they are considering when thinking about the budget reconciliation process? What are their priorities? When do they expect to make a decision about whether or not they will vote to protect Medicaid? \u003C/span\u003E\u003Cul\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cu201cI appreciate your time and consideration. Thank you for taking this call and for any actions you can take to protect vital health care programs from cuts. I will follow up with your office.\u005Cu201d\u0026nbsp\u003B\u003C/span\u003E\u003C/li\u003E\u003C/ul\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022background\u002Dcolor: rgb(255, 255, 0)\u003B font\u002Dsize: 18px\u003B\u005C\u0022\u003EIF NO\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E: Ask them for specifics about how they reached their decision. Take notes. This information can be used later for accountability actions. \u003C/span\u003E\u003Cul\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cu201cI am disappointed to learn of your decision and am concerned for the thousands of people in our state who stand to lose coverage if these cuts are implemented. These cuts will have devastating consequences for the individuals and families who need care most. A vote in favor of them is not a vote for your constituents.\u005Cu201d\u003C/span\u003E\u003C/li\u003E\u003C/ul\u003E\u003C/li\u003E\u003C/ul\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 1, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 9134, \u0022archived\u0022: false, \u0022name\u0022: \u0022Take Action\u0022, \u0022action_center\u0022: 2685, \u0022path\u0022: \u0022/take_action/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022Current Campaigns\u0022, \u0022content\u0022: \u0022\u003Cbr\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022content\u0022: \u0022\u0022}, \u0022widgetType\u0022: 101}, {\u0022props\u0022: {\u0022content\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D11\u002D06/50a5009817334ba5d4291bc3ac858367/pb6FMyCvXVBgOrK85Cnu_peopleamericapic.png\u0022}, \u0022widgetType\u0022: 5}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 3, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 6385, \u0022archived\u0022: false, \u0022name\u0022: \u0022Policy Priorities \u0022, \u0022action_center\u0022: 2685, \u0022path\u0022: \u0022/policy\u002Dpriorities/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022Strengthen the mental health and substance use workforce\u0022, \u0022content\u0022: \u0022\u003Cdiv\u003E\u005CufeffWe advocate for initiatives that improve reimbursement rates, support value\u002Dbased contracting, remove barriers to employment and reimbursement, increase workforce diversity, recruitment, and retention and create a pipeline for the future workforce.\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022Bolster substance use disorder prevention, care, and recovery\u0022, \u0022content\u0022: \u0022\u003Cdiv\u003EWe advocate for policies that expand access to medication\u002Dassisted treatment, overdose prevention, and recovery supports.\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022Protect and grow funding for mental health awareness training programs\u0022, \u0022content\u0022: \u0022We advocate for continued support for awareness training programs such as Mental Health First Aid, and prevention and treatment initiatives including recovery and housing supports.\u0026nbsp\u003B\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022Increase equitable access to high\u002Dquality services through CCBHCs\u0022, \u0022content\u0022: \u0022We support expansion of Certified Community Behavioral Health Clinics (CCBHCs), including advocating for ongoing SAMHSA grant support, further establishing CCBHCs in the Social Security Act, and providing adequate funding for data collection.\u0026nbsp\u003B\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022Promote comprehensive 988 implementation\u0022, \u0022content\u0022: \u0022We fight to ensure a robust crisis care continuum, including enhanced mobile crisis response, coordination with CCBHCs, sustainable funding, and a strong workforce.\u0026nbsp\u003B\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022Elevate initiatives impacting justice involved populations \u0022, \u0022content\u0022: \u0022We advocate for policies that focus on helping prevent individuals that are dealing with a mental health or substance use challenge from entering the criminal justice system, pre\u002Dentry, care while in the system, re\u002Dentry and warm handoffs, and recidivism prevention.\u0026nbsp\u003B\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022Support mental health and substance use disorder parity\u0022, \u0022content\u0022: \u0022We support parity implementation and enforcement, including consideration of enforcement mechanisms.\u0026nbsp\u003B\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022Expand access to telehealth\u0022, \u0022content\u0022: \u0022We advocate for expanding access to high\u002Dquality, effective mental health and substance use care via telehealth.\u0026nbsp\u003B\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022Support youth and maternal mental health and substance use prevention and treatment\u0022, \u0022content\u0022: \u0022We fight for policies including school\u002Dbased initiatives that support mental health awareness and increased coverage for prenatal and postnatal care.\u0026nbsp\u003B\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022Address social determinants of health\u0022, \u0022content\u0022: \u0022We advocate for initiatives that improve access to supportive housing, including re\u002Dentry and recovery housing and additional community support.\u0026nbsp\u003B\u0022}, \u0022widgetType\u0022: 4}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 20, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 9129, \u0022archived\u0022: false, \u0022name\u0022: \u0022About Us\u0022, \u0022action_center\u0022: 2685, \u0022path\u0022: \u0022/about_us/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022About Us\u0022, \u0022content\u0022: \u0022\u003Ch3 id\u003D\u005C\u0022h\u002Dwe\u002Dare\u002Dthe\u002Dnational\u002Dcouncil\u002Dfor\u002Dmental\u002Dwellbeing\u002Da\u002D501\u002Dc\u002D3\u002Dassociation\u002Dand\u002Dthe\u002Dunifying\u002Dvoice\u002Dof\u002Dorganizations\u002Dthat\u002Ddeliver\u002Dmental\u002Dhealth\u002Dand\u002Dsubstance\u002Duse\u002Drecovery\u002Dservices\u002Din\u002Damerica\u002Dnbsp\u005C\u0022 style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B\u005C\u0022\u003EWe are the National Council for Mental Wellbeing, a 501(c)(3) association and\u003Cem\u003E\u0026nbsp\u003Bthe\u003C/em\u003E\u0026nbsp\u003Bunifying voice of organizations that deliver mental health and substance use recovery services in America.\u0026nbsp\u003B\u003C/h3\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022content\u0022: \u0022https://www.youtube.com/watch?v\u003DWhgCKp3faSE\u0026t\u003D102s\u0022}, \u0022widgetType\u0022: 11}, {\u0022props\u0022: {\u0022content\u0022: \u0022\u003Cdiv\u003E\u003Ch3 id\u003D\u005C\u0022h\u002Dwe\u002Dare\u002Dthe\u002Dnational\u002Dcouncil\u002Dfor\u002Dmental\u002Dwellbeing\u002Da\u002D501\u002Dc\u002D3\u002Dassociation\u002Dand\u002Dthe\u002Dunifying\u002Dvoice\u002Dof\u002Dorganizations\u002Dthat\u002Ddeliver\u002Dmental\u002Dhealth\u002Dand\u002Dsubstance\u002Duse\u002Drecovery\u002Dservices\u002Din\u002Damerica\u002Dnbsp\u005C\u0022 style\u003D\u005C\u0022font\u002Dfamily: \u0026quot\u003BOpen Sans\u0026quot\u003B\u003B color: rgb(0, 0, 0)\u003B margin\u002Dtop: 20px\u003B margin\u002Dbottom: 10px\u003B font\u002Dsize: 24px\u003B\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022color: inherit\u003B font\u002Dsize: 27px\u003B\u005C\u0022\u003EWho We Are\u003C/span\u003E\u003C/h3\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Ch2 id\u003D\u005C\u0022h\u002Dwhat\u002Dis\u002Dmental\u002Dwellbeing\u005C\u0022 style\u003D\u005C\u0022font\u002Dfamily: \u0026quot\u003BOpen Sans\u0026quot\u003B\u003B color: rgb(0, 0, 0)\u003B margin\u002Dtop: 20px\u003B margin\u002Dbottom: 10px\u003B font\u002Dsize: 30px\u003B\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EThe National Council for Mental Wellbeing is a membership organization that drives policy change on behalf of\u0026nbsp\u003B\u003Ca href\u003D\u005C\u0022https://www.thenationalcouncil.org/membership/current\u002Dmembers/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022 style\u003D\u005C\u0022color: rgb(234, 94, 41)\u003B\u005C\u0022\u003Emore than 3,100 mental health and substance use treatment organizations\u003C/a\u003E\u0026nbsp\u003Band the more than 10 million children, adults and families they serve. We advocate for policies to ensure access to high\u002Dquality services. We build the capacity of mental health and substance use treatment organizations. And we promote greater understanding of mental wellbeing as a core component of comprehensive health and health care. Through our Mental Health First Aid (MHFA) program, we have trained more than 3 million people in the U.S. to identify, understand and respond to signs and symptoms of mental health and substance use challenges.\u003C/span\u003E\u003C/h2\u003E\u003Ch2 style\u003D\u005C\u0022font\u002Dfamily: \u0026quot\u003BOpen Sans\u0026quot\u003B\u003B color: rgb(0, 0, 0)\u003B margin\u002Dtop: 20px\u003B margin\u002Dbottom: 10px\u003B font\u002Dsize: 30px\u003B\u005C\u0022\u003EWhat We Do\u003C/h2\u003E\u003Ch2 style\u003D\u005C\u0022font\u002Dfamily: \u0026quot\u003BOpen Sans\u0026quot\u003B\u003B color: rgb(0, 0, 0)\u003B margin\u002Dtop: 20px\u003B margin\u002Dbottom: 10px\u003B font\u002Dsize: 30px\u003B\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EWe are more than a nonprofit. We are a thought leader, solutions provider and leading voice on Capitol Hill with a 55\u002Dyear history of driving policy change.\u0026nbsp\u003BWe are fighting for a stronger, better\u002Dfunded, more integrated approach to mental health and substance use care by advocating for lifesaving legislation, strengthening the substance use and mental health safety\u002Dnet system,\u0026nbsp\u003Binvesting in provider capacity and increasing mental health literacy.\u0026nbsp\u003B\u003C/span\u003E\u003C/h2\u003E\u003Ch2 id\u003D\u005C\u0022h\u002Dwhat\u002Dis\u002Dmental\u002Dwellbeing\u005C\u0022 style\u003D\u005C\u0022font\u002Dfamily: \u0026quot\u003BOpen Sans\u0026quot\u003B\u003B color: rgb(0, 0, 0)\u003B margin\u002Dtop: 20px\u003B margin\u002Dbottom: 10px\u003B font\u002Dsize: 30px\u003B\u005C\u0022\u003EWhat is Mental Wellbeing?\u003C/h2\u003E\u003Ch2 id\u003D\u005C\u0022h\u002Dwhat\u002Dis\u002Dmental\u002Dwellbeing\u005C\u0022 style\u003D\u005C\u0022font\u002Dfamily: \u0026quot\u003BOpen Sans\u0026quot\u003B\u003B color: rgb(0, 0, 0)\u003B margin\u002Dtop: 20px\u003B margin\u002Dbottom: 10px\u003B font\u002Dsize: 30px\u003B\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EIt\u005Cu2019s a state of thriving. It is the foundation of living a strong, healthy and fulfilling life. We believe that mental wellbeing can be reached by anyone, including people living with or recovering from a mental health or substance use challenge.\u003C/span\u003E\u003C/h2\u003E\u003Ch2 id\u003D\u005C\u0022h\u002Dwhat\u002Dis\u002Dmental\u002Dwellbeing\u005C\u0022 style\u003D\u005C\u0022margin\u002Dtop: 20px\u003B margin\u002Dbottom: 10px\u003B color: rgb(0, 0, 0)\u003B font\u002Dsize: 30px\u003B font\u002Dfamily: \u0026quot\u003BOpen Sans\u0026quot\u003B\u003B\u005C\u0022\u003EFollow Us\u003C/h2\u003E\u003Ch2 id\u003D\u005C\u0022h\u002Dwhat\u002Dis\u002Dmental\u002Dwellbeing\u005C\u0022 style\u003D\u005C\u0022font\u002Dfamily: \u0026quot\u003BOpen Sans\u0026quot\u003B\u003B color: rgb(0, 0, 0)\u003B margin\u002Dtop: 20px\u003B margin\u002Dbottom: 10px\u003B font\u002Dsize: 30px\u003B\u005C\u0022\u003E\u003Cul style\u003D\u005C\u0022margin\u002Dbottom: 10px\u003B font\u002Dsize: 22px\u003B\u005C\u0022\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EEmail: Advocacy@TheNationalCouncil.org\u0026nbsp\u003B\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://www.linkedin.com/company/national\u002Dcouncil\u002Dfor\u002Dmental\u002Dwellbeing\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022 style\u003D\u005C\u0022color: rgb(234, 94, 41)\u003B\u005C\u0022\u003ELinkedIn\u003C/a\u003E\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://www.facebook.com/TheNationalCouncil/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022 style\u003D\u005C\u0022color: rgb(234, 94, 41)\u003B\u005C\u0022\u003EFacebook\u003C/a\u003E\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EInstagram: @nationalcouncil\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://www.youtube.com/user/nationalcouncil\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022 style\u003D\u005C\u0022color: rgb(234, 94, 41)\u003B\u005C\u0022\u003EYouTube\u003C/a\u003E\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EX: @NationalCouncil\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://www.tiktok.com/@national_council\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022 style\u003D\u005C\u0022color: rgb(234, 94, 41)\u003B\u005C\u0022\u003ETikTok\u003C/a\u003E\u003C/span\u003E\u003C/li\u003E\u003C/ul\u003E\u003C/h2\u003E\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022thanks\u0022: \u0022\u003Cdiv\u003EAdvocacy@TheNationalCouncil.org\u0026nbsp\u003B\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cul style\u003D\u005C\u0022margin\u002Dbottom: 10px\u003B font\u002Dfamily: \u0026quot\u003BOpen Sans\u0026quot\u003B\u003B font\u002Dsize: 22px\u003B\u005C\u0022\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EEmail: Advocacy@TheNationalCouncil.org\u0026nbsp\u003B\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://www.linkedin.com/company/national\u002Dcouncil\u002Dfor\u002Dmental\u002Dwellbeing\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022 style\u003D\u005C\u0022color: rgb(234, 94, 41)\u003B\u005C\u0022\u003ELinkedIn\u003C/a\u003E\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://www.facebook.com/TheNationalCouncil/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022 style\u003D\u005C\u0022color: rgb(234, 94, 41)\u003B\u005C\u0022\u003EFacebook\u003C/a\u003E\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EInstagram: @nationalcouncil\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://www.youtube.com/user/nationalcouncil\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022 style\u003D\u005C\u0022color: rgb(234, 94, 41)\u003B\u005C\u0022\u003EYouTube\u003C/a\u003E\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EX: @NationalCouncil\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022https://www.tiktok.com/@national_council\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022 style\u003D\u005C\u0022color: rgb(234, 94, 41)\u003B\u005C\u0022\u003ETikTok\u003C/a\u003E\u003C/span\u003E\u003C/li\u003E\u003C/ul\u003E\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 25}, {\u0022props\u0022: {\u0022content\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2025\u002D07\u002D18/b09407ec55982e4ce1d88c85bbb71c45/lDxddFxggifj7kEzCwK8_advocacy.png\u0022}, \u0022widgetType\u0022: 5}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 12, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 7045, \u0022archived\u0022: false, \u0022name\u0022: \u0022Hill Day 2023\u003B Uniting Our Voices for Change\u0022, \u0022action_center\u0022: 2685, \u0022path\u0022: \u0022/hillday\u002D2023/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022What IS Hill Day? \u0022, \u0022content\u0022: \u0022\u003Cdiv\u003E\u003Cspan\u003E\u003Cb\u003E\u003Cfont color\u003D\u005C\u0022#ea5e29\u005C\u0022\u003EWhat is Hill Day at Home?\u003C/font\u003E\u003C/b\u003E\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003EHill Day at Home is your opportunity to urge lawmakers to support mental health and substance use treatment initiatives from your computer, without ever leaving the comfort of your home or office.\u0026nbsp\u003B\u003Cspan\u003E\u003Cbr\u003E\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan\u003E\u003Cbr\u003E\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan\u003E\u003Cbr\u003E\u003Cb\u003E\u003Cfont color\u003D\u005C\u0022#ea5e29\u005C\u0022 style\u003D\u005C\u0022\u005C\u0022\u003EThe Virtual Policy Institute Returns for 2023\u003C/font\u003E\u003C/b\u003E\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003EIn 2020, we introduced the Virtual Policy Institute \u002D\u002D\u0026nbsp\u003B a four\u002Dhour long learning event with keynote speakers, legislative updates, immersive breakout sessions and more. Over the last three years, more than 4,000+ attendees from all 50 states and 25+ partner organizations united online in support of mental wellbeing.\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cb\u003E\u003Cfont color\u003D\u005C\u0022#ea5e29\u005C\u0022\u003EOur Legislative Asks\u0026nbsp\u003B\u003C/font\u003E\u003C/b\u003E\u003C/div\u003E\u003Cdiv\u003EThis year the National Council will have four legislative focus areas each with their own bills attached. This year we will be focusing on, the \u003Ca href\u003D\u005C\u0022https://2eb88d5a26c9d8f57ffb\u002Daeafbf82c2963100e9056663ea595989.ssl.cf1.rackcdn.com/NCMW_738_KYUCIDKC_911_HillDayAtHome23_SUD_FactSheet_v1\u002D2.pdf\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003Esubstance use and overdose epidemic\u003C/a\u003E, advancement of \u003Ca href\u003D\u005C\u0022https://2eb88d5a26c9d8f57ffb\u002Daeafbf82c2963100e9056663ea595989.ssl.cf1.rackcdn.com/NCMW_738_KYUCIDKC_743_HillDayAtHome23_CCBHC_20_FactSheet_v1\u002D2.pdf\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003ECertified Community Behavioral Health Clinics\u003C/a\u003E, bolstering the crisis care continuum and \u003Ca href\u003D\u005C\u0022https://2eb88d5a26c9d8f57ffb\u002Daeafbf82c2963100e9056663ea595989.ssl.cf1.rackcdn.com/NCMW_738_KYUCIDKC_807_HillDayAtHome23_988_FactSheet_v1\u002D2.pdf\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003E9\u002D8\u002D8 Suicide and Crisis Lifeline services\u003C/a\u003E, and alleviating the behavioral health and substance use treatment \u003Ca href\u003D\u005C\u0022https://2eb88d5a26c9d8f57ffb\u002Daeafbf82c2963100e9056663ea595989.ssl.cf1.rackcdn.com/NCMW_738_KYUCIDKC_623_HillDayAtHome23_Workforce_FactSheet_NO_PEERS_v1\u002D2.pdf\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003Eworkforce crisis\u003C/a\u003E.\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan\u003E\u003Cb\u003E\u003Cfont color\u003D\u005C\u0022#ea5e29\u005C\u0022\u003EWhy Does Hill Day at Home Matter?\u0026nbsp\u003B\u003C/font\u003E\u003C/b\u003E\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003EFor years, we have demonstrated that when we speak to Congress with one unified voice, we can make lasting impact in the lives of those living with mental health and substance use challenges.\u0026nbsp\u003B\u003C/div\u003E\u003Cdiv\u003EDuring Hill Day at Home, we use our collective influence to persuade our elected officials to support critically important legislation that will help improve access to comprehensive mental health and substance use care for those who need it most\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022What Was Hill Day Like Last Year?? \u0022, \u0022content\u0022: \u0022https://youtu.be/pFZygNILJbw\u0022}, \u0022widgetType\u0022: 11}, {\u0022props\u0022: {\u0022title\u0022: \u0022Stay Up To Date on Our Latest Advocacy Efforts, Follow Us on Socials\u0022, \u0022content\u0022: \u0022@nationalcouncil\u0022}, \u0022widgetType\u0022: 16}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 4, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}) window.index_route / window.organization_design JSON.parse({\u0022_extra\u0022: {}, \u0022action_center_header_color\u0022: \u0022#ea5e29\u0022, \u0022archived\u0022: false, \u0022background_color\u0022: \u0022#ffffff\u0022, \u0022background_image\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D03\u002D02/5b0b3d6d67005773a729199d8fa56831/BJnZO4LIaQpe2OXx9bmF_actioncenterimage.PNG\u0022, \u0022black\u0022: \u0022#0e121c\u0022, \u0022dark_grey\u0022: \u0022#babab9\u0022, \u0022darker_grey\u0022: \u0022#53605F\u0022, \u0022darker_primary\u0022: \u0022#5e2610\u0022, \u0022default\u0022: true, \u0022design_name\u0022: \u0022Default Design\u0022, \u0022fav_icon\u0022: \u0022/static/frontend/marketing\u002Dwebsite/images/favicon/favicon.ico\u0022, \u0022font_family\u0022: \u0022Open Sans\u0022, \u0022font_link\u0022: \u0022@font\u002Dface { font\u002Dfamily: \u005C\u0022Open Sans\u005C\u0022\u003B src: url(https://fonts.gstatic.com/s/opensans/v13/IgZJs4\u002D7SA1XX_edsoXWog.ttf) format(\u005C\u0022truetype\u005C\u0022)\u003B }\u0022, \u0022for_grassroots\u0022: true, \u0022for_pdfs\u0022: true, \u0022id\u0022: 4132, \u0022light_grey\u0022: \u0022#e8e0d1\u0022, \u0022lighter_primary\u0022: \u0022#ee7e54\u0022, \u0022limited_to_teams\u0022: , \u0022normal_logo\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D03\u002D02/5b0b3d6d67005773a729199d8fa56831/1bL1OibkrLnQ86gJRs0P_NCLogoFile_Horizontal_Registered.png\u0022, \u0022organization\u0022: \u0022/api/organization/3323/\u0022, \u0022pdf_stylesheet_path\u0022: \u0022media/css/pdfs/custom/dGPQMNnuLEHewicYvRvV.css\u0022, \u0022primary_color\u0022: \u0022#EA5E29\u0022, \u0022quorum_default_white_logo\u0022: \u0022/static/img/logos/quorum_logo_new_white.png\u0022, \u0022resource_uri\u0022: \u0022/api/organizationdesign/4132/\u0022, \u0022secondary_color\u0022: \u0022#EA5E29\u0022, \u0022should_use_action_center_header_color\u0022: true, \u0022stylesheet_path\u0022: \u0022media/css/grassroots/custom/mZgBrN9fZpXVEcaIjRit.css\u0022, \u0022white_logo\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D03\u002D02/5b0b3d6d67005773a729199d8fa56831/e7gZH3kQ1biLQjpIUAob_NCLogoFile_Horizontal_White_Registered.png\u0022}) window.userdata JSON.parse({}) // We need to pass feature flags and custom_interaction_types to the frontend regardless of the users logged in state // Unfortunately, we cant append it to userdata (lowercase), because if it is not empty, GR assumes a user is logged in // We should come up with a better solution than this window.Userdata JSON.parse({\u0022featureFlags\u0022: {\u0022ff_custom_official_twitter\u0022: true, \u0022ff_gotv_v2\u0022: true, \u0022ff_event_based_mention_notifications\u0022: true, \u0022ff_disable_staggered_send\u0022: true, \u0022ff_ngg_rework_interactive_by_ai\u0022: true, \u0022ff_bulk_upload_celery\u0022: true, \u0022ff_enhanced_related_bills\u0022: true, \u0022ff_bill_search_ai_tracking_board\u0022: true, \u0022ff_eu_parser_refactor\u0022: true, \u0022ff_mercury_ai_note_summary\u0022: true, \u0022ff_kill_google_vanity_sso\u0022: true, \u0022ff_persona_dashboard\u0022: true, \u0022ff_ai_improve_tracking_board\u0022: true, \u0022ff_ngg_campaigns_ai\u0022: true, \u0022ff_grassroots_edited_content_filter\u0022: true, \u0022ff_text_messaging_compliance_updates\u0022: true, \u0022ff_sso_time_verification\u0022: true, \u0022ff_note_text_editor\u0022: true, \u0022ff_outbox_queued_scheduled\u0022: true, \u0022ff_ai_chat_fullscreen\u0022: true, \u0022ff_hide_pii_supporter_data\u0022: true, \u0022ff_sparkpost_send_batches\u0022: true, \u0022ff_outbox_queued_immediate\u0022: true, \u0022ff_ngg_persist_pii\u0022: true, \u0022ff_ngg_places_service_autocomplete_geocode\u0022: true, \u0022ff_bill_template_brief_builder\u0022: true, \u0022ff_ngg_message_preview\u0022: true, \u0022ff_contributor_license_addon\u0022: true, \u0022ff_hybrid_search_bills_page\u0022: true, \u0022ff_pwa_homepage\u0022: true, \u0022ff_hearing_videos_process_on_webhook\u0022: true, \u0022ff_custom_official_v2\u0022: true, \u0022ff_pin_sort_sheets\u0022: true, \u0022ff_ai_chat_entrypoints\u0022: true, \u0022ff_brief_builder_header_footer\u0022: true, \u0022ff_ai_eu_search\u0022: true, \u0022ff_copilot_grassroots\u0022: true, \u0022ff_ngg_cookieless_ac_auth\u0022: true, \u0022ff_ngg_inbound_calls\u0022: true, \u0022ff_advocate_info_update\u0022: true, \u0022ff_bill_status_improvements\u0022: true, \u0022ff_payroll_csv_export\u0022: true, \u0022ff_ngg_interactive_campaign_profile\u0022: true, \u0022ff_copilot_structured_expander\u0022: true, \u0022ff_hybrid_search\u0022: true, \u0022ff_outbox_ai_suggestion\u0022: true, \u0022ff_ai_bill_tracker\u0022: true, \u0022ff_campaign_finance_enhancements\u0022: true, \u0022ff_enhanced_improve_with_ai\u0022: true, \u0022ff_custom_official\u0022: true, \u0022ff_cicero_officials\u0022: true, \u0022ff_ngg_address_lookup\u0022: true, \u0022ff_p2a_integration_async_enabled\u0022: true, \u0022ff_ngg_action_center_query_improvement\u0022: true, \u0022ff_campaigns_rate_limit\u0022: true, \u0022ff_personalized_ai_profiles\u0022: true, \u0022ff_ai_digest\u0022: true}, \u0022custom_interaction_types\u0022: {\u0022id\u0022: 24909, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Sent Letter\u0022, \u0022description\u0022: \u0022sent a letter to\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will send a letter to\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u002Do\u0022, \u0022order\u0022: null, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 59}, {\u0022id\u0022: 24908, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Office Visit\u0022, \u0022description\u0022: \u0022visited the office of\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will visit the office of\u0022, \u0022icon\u0022: \u0022fa\u002Dbank\u0022, \u0022order\u0022: 23, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 51}, {\u0022id\u0022: 24907, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Received Letter\u0022, \u0022description\u0022: \u0022received a letter from\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will receive a letter from\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u0022, \u0022order\u0022: 22, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 39}, {\u0022id\u0022: 24904, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Contacted Constituent\u0022, \u0022description\u0022: \u0022contacted a constituent of\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will contact a constituent of\u0022, \u0022icon\u0022: \u0022fa\u002Dstreet\u002Dview\u0022, \u0022order\u0022: 15, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 17}, {\u0022id\u0022: 24905, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Hearing Attended\u0022, \u0022description\u0022: \u0022attended a hearing with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will attend a hearing with\u0022, \u0022icon\u0022: \u0022fa\u002Dgavel\u0022, \u0022order\u0022: 12, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 20}, {\u0022id\u0022: 24906, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Discussion\u0022, \u0022description\u0022: \u0022had an in\u002Dperson discussion with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will have an in\u002Dperson discussion with\u0022, \u0022icon\u0022: \u0022fa\u002Dgavel\u0022, \u0022order\u0022: 9, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 21}, {\u0022id\u0022: 24899, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Event Attended\u0022, \u0022description\u0022: \u0022attended an event with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will attend an event with\u0022, \u0022icon\u0022: \u0022fa\u002Dcalendar\u0022, \u0022order\u0022: 4, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 1}, {\u0022id\u0022: 24903, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Email Received\u0022, \u0022description\u0022: \u0022received an email from\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will receive an email from\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u0022, \u0022order\u0022: 4, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 16}, {\u0022id\u0022: 24902, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Email Sent\u0022, \u0022description\u0022: \u0022emailed\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will email\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u002Do\u0022, \u0022order\u0022: 3, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 11}, {\u0022id\u0022: 24900, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Phone Call\u0022, \u0022description\u0022: \u0022spoke on the phone with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will speak on the phone with\u0022, \u0022icon\u0022: \u0022fa\u002Dphone\u0022, \u0022order\u0022: 1, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 3}, {\u0022id\u0022: 24901, \u0022created\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022updated\u0022: \u00222022\u002D12\u002D22T23:00:19.150Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Meeting\u0022, \u0022description\u0022: \u0022met with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will meet with\u0022, \u0022icon\u0022: \u0022fa\u002Dcheck\u0022, \u0022order\u0022: 0, \u0022organization_id\u0022: 3323, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 4}, \u0022stripe_api_key\u0022: null, \u0022current_regions\u0022: \u0022all\u0022, \u0022current_regions_values\u0022: , \u0022is_pac_eligible\u0022: false, \u0022cannot_donate_message\u0022: null, \u0022conditional_giving_level\u0022: null, \u0022donation_forms\u0022: , \u0022total_amount_by_year\u0022: , \u0022last_transaction_amount\u0022: null, \u0022last_transaction_date\u0022: null, \u0022last_transaction_method\u0022: null}) window.permissions JSON.parse({\u0022qp_stakeholder\u0022: false, \u0022qp_external_relationship\u0022: true, \u0022qp_external_interactions\u0022: true, \u0022qp_qpac_v1\u0022: false, \u0022qp_campaign_finance\u0022: true, \u0022qp_grassroots\u0022: true, \u0022qp_action_center\u0022: true, \u0022qp_custom_events\u0022: false, \u0022qp_pac_match\u0022: false, \u0022qp_pac_hybrid\u0022: false, \u0022qp_action_center_campaigns\u0022: true, \u0022qp_pac_sync_supporter_from_pacc\u0022: false, \u0022qp_collaborators\u0022: false, \u0022qp_pac_allow_duplicate_supporter_emails\u0022: false, \u0022qp_pac_supporter_auto_eligibility\u0022: false, \u0022qp_brief_builder\u0022: true, \u0022qp_custom_sms_api\u0022: false, \u0022qp_download_center\u0022: false, \u0022qp_gotv_supporter_anonymization\u0022: false, \u0022qp_custom_docket\u0022: true, \u0022can_access_campaign_finance\u0022: false}) window.language en window.sso_url window.sso_label window.is_supporter_authenticated JSON.stringify(window.userdata) ! {} var optionalFields JSON.parse({\u0022customFields\u0022: {\u0022_extra\u0022: {}, \u0022conditional_boolean_value\u0022: null, \u0022conditional_list_value\u0022: null, \u0022conditional_parent_custom_field\u0022: null, \u0022conditional_string_value\u0022: \u0022\u0022, \u0022default_boolean_value\u0022: null, \u0022default_multi_value\u0022: null, \u0022default_string_value\u0022: null, \u0022default_value\u0022: \u0022\u0022, \u0022external_description\u0022: \u0022\u0022, \u0022external_name\u0022: \u0022Is MHFA Instructor?\u0022, \u0022id\u0022: 29835, \u0022is_hyperlinkable\u0022: false, \u0022is_required\u0022: false, \u0022option_display_type\u0022: 0, \u0022options_new\u0022: null, \u0022power_search_data_set\u0022: null, \u0022resource_uri\u0022: \u0022/api/grassrootscustomtag/29835/\u0022, \u0022slug\u0022: \u0022is_mhfa_instructor_dVINiP\u0022, \u0022tag_type\u0022: 6}, {\u0022_extra\u0022: {}, \u0022conditional_boolean_value\u0022: null, \u0022conditional_list_value\u0022: null, \u0022conditional_parent_custom_field\u0022: null, \u0022conditional_string_value\u0022: \u0022\u0022, \u0022default_boolean_value\u0022: null, \u0022default_multi_value\u0022: null, \u0022default_string_value\u0022: null, \u0022default_value\u0022: \u0022\u0022, \u0022external_description\u0022: \u0022\u0022, \u0022external_name\u0022: \u0022Is CCBHC?\u0022, \u0022id\u0022: 29843, \u0022is_hyperlinkable\u0022: false, \u0022is_required\u0022: false, \u0022option_display_type\u0022: 0, \u0022options_new\u0022: null, \u0022power_search_data_set\u0022: null, \u0022resource_uri\u0022: \u0022/api/grassrootscustomtag/29843/\u0022, \u0022slug\u0022: \u0022is_ccbhc_wR4MP2\u0022, \u0022tag_type\u0022: 6}, {\u0022_extra\u0022: {}, \u0022conditional_boolean_value\u0022: null, \u0022conditional_list_value\u0022: null, \u0022conditional_parent_custom_field\u0022: null, \u0022conditional_string_value\u0022: \u0022\u0022, \u0022default_boolean_value\u0022: null, \u0022default_multi_value\u0022: null, \u0022default_string_value\u0022: null, \u0022default_value\u0022: \u0022\u0022, \u0022external_description\u0022: \u0022\u0022, \u0022external_name\u0022: \u0022Have you taken a Mental Health First Aid course?\u0022, \u0022id\u0022: 77965, \u0022is_hyperlinkable\u0022: false, \u0022is_required\u0022: false, \u0022option_display_type\u0022: 0, \u0022options_new\u0022: null, \u0022power_search_data_set\u0022: null, \u0022resource_uri\u0022: \u0022/api/grassrootscustomtag/77965/\u0022, \u0022slug\u0022: \u0022have_you_taken_a_mental_health_first_aid_course_S4gNSd\u0022, \u0022tag_type\u0022: 6}, \u0022registrationPages\u0022: {\u0022id\u0022: 5966, \u0022form_fields\u0022: {\u0022order\u0022: 0, \u0022registration_field_type\u0022: 1}, {\u0022order\u0022: 1, \u0022registration_field_type\u0022: 2}, {\u0022order\u0022: 2, \u0022registration_field_type\u0022: 5}, {\u0022order\u0022: 3, \u0022registration_field_type\u0022: 4}, {\u0022order\u0022: 4, \u0022props\u0022: {\u0022id\u0022: null, \u0022optional_field\u0022: false, \u0022required_value\u0022: null}, \u0022registration_field_type\u0022: 3}, {\u0022order\u0022: 5, \u0022props\u0022: {\u0022id\u0022: null, \u0022allow_choices\u0022: true, \u0022default_value\u0022: true, \u0022optional_field\u0022: true}, \u0022registration_field_type\u0022: 10}, {\u0022order\u0022: 6, \u0022props\u0022: {\u0022id\u0022: null, \u0022optional_field\u0022: false}, \u0022registration_field_type\u0022: 9}, {\u0022order\u0022: 7, \u0022props\u0022: {\u0022id\u0022: 29843, \u0022label\u0022: \u0022Do you work at a Certified Community Behavioral Health Clinic?\u0022, \u0022optional_field\u0022: false, \u0022required_value\u0022: null}, \u0022registration_field_type\u0022: 100}, {\u0022order\u0022: 8, \u0022props\u0022: {\u0022id\u0022: 77965}, \u0022registration_field_type\u0022: 100}, {\u0022order\u0022: 9, \u0022props\u0022: {\u0022id\u0022: 29835, \u0022label\u0022: \u0022Are you an MHFA Instructor?\u0022}, \u0022registration_field_type\u0022: 100}, \u0022pre_text\u0022: \u0022Together, we\u0027ll call on our elected officials to expand access to mental health and substance use care.\u005Cu00a0\u0022, \u0022post_text\u0022: \u0022\u0022, \u0022post_submission_action_type\u0022: 2, \u0022submit_button_text\u0022: \u0022\u0022, \u0022thank_you_text\u0022: \u0022Welcome, and thank you for joining our movement! By adding your voice to our campaign, you\u0027ll help expand access to comprehensive mental health and substance use care, and help efforts to support and grow the mental health and substance use workforce. Your voice matters \u002D no legislative success can be achieved without all of us raising our voices and demanding action from our elected officials. Together, we\u0027ll make mental wellbeing \u002D including recovery from a substance use challenge \u002D a reality for everyone. Stay tuned for advocacy opportunities hitting your inbox \u002D and as always, don\u0027t hesitate to \u003Ca href\u003D\u005C\u0022policy@thenationalcouncil.org\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003Ereach out\u003C/a\u003E.\u005Cu00a0\u0022, \u0022redirect_url\u0022: \u0022https://thenationalcouncil.quorum.us/campaign/125162/\u0022, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_after_registration_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022should_allow_partial_address\u0022: false}, {\u0022id\u0022: 6671, \u0022form_fields\u0022: {\u0022order\u0022: 0, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 1}, {\u0022order\u0022: 1, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 2}, {\u0022order\u0022: 2, \u0022props\u0022: {\u0022optional_field\u0022: false}, \u0022registration_field_type\u0022: 4}, {\u0022order\u0022: 3, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 9}, {\u0022order\u0022: 4, \u0022props\u0022: {\u0022id\u0022: null, \u0022optional_field\u0022: false}, \u0022registration_field_type\u0022: 5}, \u0022pre_text\u0022: \u0022Add your voice to our campaign. Together, we\u0027ll call on our elected officials to expand access to mental health and substance use care.\u005Cu00a0\u0022, \u0022post_text\u0022: \u0022\u0022, \u0022post_submission_action_type\u0022: 1, \u0022submit_button_text\u0022: \u0022Send\u0022, \u0022thank_you_text\u0022: \u0022Thank you for your advocacy!\u005Cu00a0\u0022, \u0022redirect_url\u0022: \u0022\u0022, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_after_registration_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022should_allow_partial_address\u0022: false}, {\u0022id\u0022: 14289, \u0022form_fields\u0022: {\u0022order\u0022: 0, \u0022props\u0022: {}, \u0022registration_field_type\u0022: 4}, {\u0022order\u0022: 1, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 1}, {\u0022order\u0022: 2, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 2}, {\u0022order\u0022: 3, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 9}, {\u0022order\u0022: 4, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 5}, {\u0022order\u0022: 5, \u0022props\u0022: {\u0022id\u0022: 29843}, \u0022registration_field_type\u0022: 100}, \u0022pre_text\u0022: \u0022If your organization is impacted from the January 13, 2026 notice of mental health and substance use program grant cancellations, please share details below.\u005Cu00a0\u0022, \u0022post_text\u0022: \u0022\u0022, \u0022post_submission_action_type\u0022: 1, \u0022submit_button_text\u0022: \u0022Send\u0022, \u0022thank_you_text\u0022: \u0022Thank you for passing along this information.\u005Cu00a0\u0022, \u0022redirect_url\u0022: \u0022\u0022, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_after_registration_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022should_allow_partial_address\u0022: false}, {\u0022id\u0022: 13438, \u0022form_fields\u0022: {\u0022order\u0022: 0, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 1}, {\u0022order\u0022: 1, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 2}, {\u0022order\u0022: 2, \u0022props\u0022: {}, \u0022registration_field_type\u0022: 4}, {\u0022order\u0022: 3, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 9}, \u0022pre_text\u0022: \u0022Help flag relationships you may have with members of Congress, their staff, and individuals working in the administration. This information will help National Council create targeted advocacy opportunities for maximum impact. By leveraging personal connections to policymakers, we can help prioritize the needs of community behavioral health providers across the country.\u005Cu00a0\u0022, \u0022post_text\u0022: \u0022\u0022, \u0022post_submission_action_type\u0022: 1, \u0022submit_button_text\u0022: \u0022\u0022, \u0022thank_you_text\u0022: \u0022Thank you for logging these relationships. National Council will be in touch with upcoming advocacy opportunities.\u005Cu00a0\u0022, \u0022redirect_url\u0022: \u0022\u0022, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_after_registration_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022should_allow_partial_address\u0022: false}, {\u0022id\u0022: 12011, \u0022form_fields\u0022: {\u0022order\u0022: 0, \u0022registration_field_type\u0022: 1}, {\u0022order\u0022: 1, \u0022registration_field_type\u0022: 2}, {\u0022order\u0022: 2, \u0022registration_field_type\u0022: 5}, {\u0022order\u0022: 3, \u0022registration_field_type\u0022: 4}, {\u0022order\u0022: 4, \u0022props\u0022: {\u0022id\u0022: null, \u0022optional_field\u0022: false, \u0022required_value\u0022: null}, \u0022registration_field_type\u0022: 3}, {\u0022order\u0022: 5, \u0022props\u0022: {\u0022id\u0022: null, \u0022allow_choices\u0022: true, \u0022default_value\u0022: true, \u0022optional_field\u0022: true}, \u0022registration_field_type\u0022: 10}, {\u0022order\u0022: 6, \u0022props\u0022: {\u0022id\u0022: null, \u0022optional_field\u0022: false}, \u0022registration_field_type\u0022: 9}, {\u0022order\u0022: 7, \u0022props\u0022: {\u0022id\u0022: 29835, \u0022label\u0022: \u0022Are you a certified MHFA Instructor?\u0022, \u0022required_value\u0022: null}, \u0022registration_field_type\u0022: 100}, {\u0022order\u0022: 8, \u0022props\u0022: {\u0022id\u0022: 77965}, \u0022registration_field_type\u0022: 100}, \u0022pre_text\u0022: \u0022\u003Cbr\u003E\u0022, \u0022post_text\u0022: \u0022\u0022, \u0022post_submission_action_type\u0022: 2, \u0022submit_button_text\u0022: \u0022\u0022, \u0022thank_you_text\u0022: \u0022Welcome, and thank you for joining our movement! By adding your voice to our campaign, you\u0027ll help expand access to comprehensive mental health and substance use care, and help efforts to support and grow the mental health and substance use workforce. Your voice matters \u002D no legislative success can be achieved without all of us raising our voices and demanding action from our elected officials. Together, we\u0027ll make mental wellbeing \u002D including recovery from a substance use challenge \u002D a reality for everyone. Stay tuned for advocacy opportunities hitting your inbox \u002D and as always, don\u0027t hesitate to \u003Ca href\u003D\u005C\u0022policy@thenationalcouncil.org\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003Ereach out\u003C/a\u003E.\u005Cu00a0\u0022, \u0022redirect_url\u0022: \u0022https://thenationalcouncil.quorum.us/campaign/107658/\u0022, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_after_registration_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022should_allow_partial_address\u0022: false}, {\u0022id\u0022: 6535, \u0022form_fields\u0022: {\u0022order\u0022: 0, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 1}, {\u0022order\u0022: 1, \u0022props\u0022: {\u0022id\u0022: null, \u0022optional_field\u0022: false, \u0022required_value\u0022: null}, \u0022registration_field_type\u0022: 2}, {\u0022order\u0022: 2, \u0022props\u0022: {\u0022id\u0022: null}, \u0022registration_field_type\u0022: 5}, {\u0022order\u0022: 3, \u0022props\u0022: {\u0022id\u0022: null, \u0022optional_field\u0022: true}, \u0022registration_field_type\u0022: 4}, \u0022pre_text\u0022: \u0022Add your name to our letter to the California Senate Education Committee in support of SB 509. The bill would give California teachers and school staff access to critical and potentially lifesaving behavioral health trainings, like Mental Health First Aid.\u005Cu00a0\u0022, \u0022post_text\u0022: \u0022Amplify your support by submitting a personalized note\u005Cndirectly to the Senate Education Committee through the link\u005Cu00a0\u003Ca href\u003D\u005C\u0022https://calegislation.lc.ca.gov/Advocates/\u005C\u0022\u003E\u003Cb\u003EHERE\u003C/b\u003E\u003C/a\u003E. Sign up with your contact\u005Cninformation, select SB 509 from the drop down and check off \u005Cu201csupport\u005Cu201d to submit\u005Cnthe letter as an individual. This is a critical step as each letter is\u005Cncounted.\u005Cu00a0\u005Cu00a0\u0022, \u0022post_submission_action_type\u0022: 1, \u0022submit_button_text\u0022: \u0022Sign On Now! \u0022, \u0022thank_you_text\u0022: \u0022Thank you for your action and your support of Mental Health First Aid!\u005Cu00a0\u0022, \u0022redirect_url\u0022: \u0022\u0022, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_after_registration_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022should_allow_partial_address\u0022: false}}) // For old IE compatibility. for (var property in optionalFields) { if (optionalFields.hasOwnProperty(property)) { windowproperty optionalFieldsproperty } } /script> script> // if in an iframe window.inIframe function () { try { // if were on the same origin (i.e. in one of Quorums sites) then we can access window.top // and that we can use to figure out if this is in an iframe or not if (window.top.location.href undefined) { return crossorigin } if (window.self ! window.top) { return sameorigin; } else { return noframe } } catch (e) { // however, if we cant access window.top, then the iframe must be hosted cross-origin return crossorigin; } } window.areThirdPartyCookiesDisabled function () { //Try to set cookies to determine if they are disabled try { document.cookie third_party_test_cookie1; SameSiteNone; Secure; const cookiesEnabled document.cookie.indexOf(third_party_test_cookie1) ! -1; document.cookie third_party_test_cookie; expiresThu, 01 Jan 1970 00:00:00 GMT; SameSiteNone; Secure; return !cookiesEnabled; } catch (e) { return true; } } const cookielessSafariWindow /^((?!chrome|android).)*safari/i.test(navigator.userAgent) && document.cookie ; const registrationForm window.location.pathname.indexOf(/sign_up/) > -1; const cookiesDisabled areThirdPartyCookiesDisabled(); // if were in an iframe & crossorigin & the browser is safari & the page is not a registration form if (inIframe() crossorigin && cookielessSafariWindow && !registrationForm) { window.cookielessSafari true } if (cookiesDisabled && inIframe() crossorigin) { window.cookielessEmbedded true window.cookielessAuth true } if (!window.is_supporter_authenticated) { localStorage.removeItem(userdata) } /script> script> const isFFactive (ffSlug) > ( Userdata?.featureFlags?.ffSlug || false ); // Auto-resize iframe when embedded (function () { if (!isFFactive(ff_campaign_embed_customization)) { return } // Only run if were in an iframe (check for both crossorigin and sameorigin) const iframeStatus inIframe() console.log(Iframe status:, iframeStatus) // Check if embedded parameter is in URL const urlParams new URLSearchParams(window.location.search) const isEmbedded urlParams.get(embedded) true console.log(Is embedded (from URL):, isEmbedded) if (!isEmbedded && iframeStatus noframe) { console.log(Not in iframe, skipping resize script) return } let lastHeight 0 let debounceTimer null function sendHeightToParent() { const heights { docScrollHeight: document.documentElement.scrollHeight, docOffsetHeight: document.documentElement.offsetHeight, bodyScrollHeight: document.body.scrollHeight, bodyOffsetHeight: document.body.offsetHeight } const height Math.max( heights.docScrollHeight, heights.docOffsetHeight, heights.bodyScrollHeight, heights.bodyOffsetHeight ) console.log(Height calculation:, heights, → Using:, height) // Only send if height has changed if (height ! lastHeight && height > 0) { lastHeight height try { window.parent.postMessage({ type: quorum-campaign-resize, height: height }, *) console.log(Sent height to parent:, height) } catch (e) { console.error(Failed to send height:, e) } } } function debouncedSendHeight() { if (debounceTimer) { clearTimeout(debounceTimer) } // Send immediately debounceTimer setTimeout(sendHeightToParent, 100) // Send again after delays to catch animations/transitions setTimeout(sendHeightToParent, 300) setTimeout(sendHeightToParent, 600) } // Send initial height after page load window.addEventListener(load, function () { sendHeightToParent() // Send again after a delay to catch late-rendering content setTimeout(sendHeightToParent, 500) setTimeout(sendHeightToParent, 1000) setTimeout(sendHeightToParent, 2000) }) // Send on DOMContentLoaded as well document.addEventListener(DOMContentLoaded, function () { sendHeightToParent() }) // Watch for DOM changes and send updated height const observer new MutationObserver(debouncedSendHeight) // Start observing when DOM is ready if (document.body) { observer.observe(document.body, { childList: true, subtree: true, attributes: true, characterData: true }) } else { document.addEventListener(DOMContentLoaded, function () { if (document.body) { observer.observe(document.body, { childList: true, subtree: true, attributes: true, characterData: true }) } }) } // Also send height on window resize window.addEventListener(resize, debouncedSendHeight) })() /script> div idgrassroots-app>/div> script srchttps://www.quorum.us/static/2.1268.2026-02-27-1430z-stable/dist/new_grassroots.js>/script> style typetext/css mediaall>/style>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]