CINXE.COM
Our Community
<!DOCTYPE html> <html lang="en-US"> <head > <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Our Community</title> <meta name='robots' content='noindex, nofollow' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//unpkg.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="identity.coop » Feed" href="https://identity.coop/feed/" /> <link rel="alternate" type="application/rss+xml" title="identity.coop » Comments Feed" href="https://identity.coop/comments/feed/" /> <link rel="canonical" href="https://identity.coop/community/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.1.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-3Y5JM2E7FJ" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '9.1.1'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/identity.coop\/community\/","page_referrer":"https:\/\/identity.coop\/contact-us\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-3Y5JM2E7FJ', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-3Y5JM2E7FJ', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/identity.coop\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link rel='stylesheet' id='genesis-blocks-style-css-css' href='https://identity.coop/wp-content/plugins/genesis-blocks/dist/style-blocks.build.css?ver=1726171882' media='all' /> <link rel='stylesheet' id='essence-pro-css' href='https://identity.coop/wp-content/themes/essence-pro/style.css?ver=1740395070' media='all' /> <style id='essence-pro-inline-css'> .single .content .entry-content > p:first-of-type { font-size: 26px; letter-spacing: -0.7px; } a, h6, .gb-block-post-grid-title a:focus, .gb-block-post-grid-title a:hover, .entry-title a:focus, .entry-title a:hover, .menu-toggle:focus, .menu-toggle:hover, .off-screen-menu .genesis-nav-menu a:focus, .off-screen-menu .genesis-nav-menu a:hover, .off-screen-menu .current-menu-item > a, .sidebar .featured-content .entry-title a, .site-footer .current-menu-item > a, .site-footer .genesis-nav-menu a:focus, .site-footer .genesis-nav-menu a:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover { color: #ff6900; } a.button.text, a.more-link.button.text, button.text, input[type="button"].text, input[type="reset"].text, input[type="submit"].text, .gb-block-post-grid a.gb-block-post-grid-more-link, .more-link, .pagination a:focus, .pagination a:hover, .pagination .active a { border-color: #ff6900; color: #ff6900; } button, input[type="button"], input[type="reset"], input[type="submit"], .footer-cta::before, .button, .error404 .site-inner::before, .page .site-inner::before, .sidebar .enews-widget input[type="submit"], .single .site-inner::before, .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"] { background-color: #ff6900; color: #000000; } @media only screen and (max-width: 1023px) { .genesis-responsive-menu .genesis-nav-menu a:focus, .genesis-responsive-menu .genesis-nav-menu a:hover { color: #ff6900; } } </style> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://identity.coop/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-block-style-css' href='https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/block/dist/style-wpzoom-social-icons.css?ver=4.2.18' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--theme-primary: #ff6900;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 16px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 24px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 20px;--wp--preset--font-size--larger: 28px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://identity.coop/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.8' media='all' /> <link rel='stylesheet' id='ctf_styles-css' href='https://identity.coop/wp-content/plugins/custom-twitter-feeds/css/ctf-styles.min.css?ver=2.2.3' media='all' /> <link rel='stylesheet' id='nic_coop_css-css' href='https://identity.coop/wp-content/plugins/nic-coop-domain-finder/css/nic-coop-ds.css?1742509256&ver=6.7.1' media='all' /> <link rel='stylesheet' id='essence-pro-fonts-css' href='https://fonts.googleapis.com/css?family=Alegreya+Sans%3A400%2C400i%2C700%7CLora%3A400%2C700&display=swap&ver=1.5.2' media='all' /> <link rel='stylesheet' id='ionicons-css' href='https://unpkg.com/ionicons@4.1.2/dist/css/ionicons.min.css?ver=1.5.2' media='all' /> <link rel='stylesheet' id='essence-pro-gutenberg-css' href='https://identity.coop/wp-content/themes/essence-pro/lib/gutenberg/front-end.css?ver=1740395070' media='all' /> <style id='essence-pro-gutenberg-inline-css'> .gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-title a:hover { color: #ff6900; } .site-container .wp-block-button .wp-block-button__link { background-color: #ff6900; } .wp-block-button .wp-block-button__link:not(.has-background), .wp-block-button .wp-block-button__link:not(.has-background):focus, .wp-block-button .wp-block-button__link:not(.has-background):hover { color: #000000; } .site-container .wp-block-button.is-style-outline .wp-block-button__link { color: #ff6900; } .site-container .wp-block-button.is-style-outline .wp-block-button__link:focus, .site-container .wp-block-button.is-style-outline .wp-block-button__link:hover { color: #ff8c23; } .site-container .has-small-font-size { font-size: 16px; } .site-container .has-normal-font-size { font-size: 20px; } .site-container .has-large-font-size { font-size: 24px; } .site-container .has-larger-font-size { font-size: 28px; } .site-container .has-theme-primary-color, .site-container .wp-block-button .wp-block-button__link.has-theme-primary-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-theme-primary-color { color: #ff6900; } .site-container .has-theme-primary-background-color, .site-container .wp-block-button .wp-block-button__link.has-theme-primary-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-theme-primary-background-color { background-color: #ff6900; } </style> <link rel='stylesheet' id='simple-social-icons-font-css' href='https://identity.coop/wp-content/plugins/simple-social-icons/css/style.css?ver=3.0.2' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-socicon-css' href='https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/wpzoom-socicon.css?ver=1715348742' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-genericons-css' href='https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/genericons.css?ver=1690816667' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-academicons-css' href='https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/academicons.min.css?ver=1690816667' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-font-awesome-3-css' href='https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/font-awesome-3.min.css?ver=1690816667' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://identity.coop/wp-includes/css/dashicons.min.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-styles-css' href='https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/wpzoom-social-icons-styles.css?ver=1690816667' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://identity.coop/wp-content/plugins/tablepress/css/build/default.css?ver=2.4.2' media='all' /> <link rel='stylesheet' id='lgc-unsemantic-grid-responsive-tablet-css' href='https://identity.coop/wp-content/plugins/lightweight-grid-columns/css/unsemantic-grid-responsive-tablet.css?ver=1.0' media='all' /> <link rel='preload' as='font' id='wpzoom-social-icons-font-academicons-woff2-css' href='https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.woff2?v=1.9.2' type='font/woff2' crossorigin /> <link rel='preload' as='font' id='wpzoom-social-icons-font-fontawesome-3-woff2-css' href='https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.woff2?v=4.7.0' type='font/woff2' crossorigin /> <link rel='preload' as='font' id='wpzoom-social-icons-font-genericons-woff-css' href='https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.woff' type='font/woff' crossorigin /> <link rel='preload' as='font' id='wpzoom-social-icons-font-socicon-woff2-css' href='https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.woff2?v=4.2.18' type='font/woff2' crossorigin /> <script src="https://identity.coop/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.1.1" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/identity.coop","hash_tracking":"false","v4_id":"G-3Y5JM2E7FJ"};</script> <script src="https://identity.coop/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://identity.coop/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script></script><link rel="https://api.w.org/" href="https://identity.coop/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://identity.coop/wp-json/wp/v2/pages/17" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://identity.coop/xmlrpc.php?rsd" /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://identity.coop/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fidentity.coop%2Fcommunity%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://identity.coop/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fidentity.coop%2Fcommunity%2F&format=xml" /> <meta name="cdp-version" content="1.4.9" /><style> .crf-posts { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -10px; /* Adjust for spacing */ } .crf-post { flex: 1 1 calc(36.666% - 30px); /* Three posts in a row */ margin: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); padding: 10px; box-sizing: border-box; text-align: center; /* Center align all content */ } .crf-post img { max-width: 100%; height: auto; margin-bottom: 10px; /* Space between image and title */ } @media (max-width: 768px) { .crf-post { flex: 1 1 calc(50% - 20px); /* Two posts on medium screens */ } } @media (max-width: 480px) { .crf-post { flex: 1 1 100%; /* One post on small screens */ } } </style><style> .embed-map-container { display: flex; justify-content: center; /* Center horizontally */ align-items: center; /* Center vertically */ padding: 10px; /* Add padding around the map */ background-color: #f9f9f9; /* Background color */ border-radius: 8px; /* Rounded corners */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */ width: 80%; /* Fixed width */ height: calc(1080px * 9 / 16 + 20px); /* Height based on 16:9 aspect ratio + padding */ margin: 0 auto; /* Center the container on the page */ position: relative; /* Ensure proper positioning */ } .embed-map-container iframe { width: 100%; /* Full width relative to container */ height: 100%; /* Full height relative to container */ border: none; /* No border */ box-sizing: border-box; /* Include padding/border in full width/height */ display: block; /* Ensure it behaves as a block element */ } .fullscreen-button { position: absolute; top: 10px; /* Positioning within the container */ left: 10px; /* Positioning within the container */ background: #7a5ea6; /* Button background color */ color: white; /* Text color */ border: none; /* No border */ padding: 8px 12px; /* Padding */ border-radius: 4px; /* Rounded corners */ cursor: pointer; /* Pointer cursor */ z-index: 1000; /* Ensure it appears above the iframe */ } .fullscreen-button:hover { background: #FF8200; /* Orange on hover */ } </style> <!--[if lt IE 9]> <link rel="stylesheet" href="https://identity.coop/wp-content/plugins/lightweight-grid-columns/css/ie.min.css" /> <![endif]--> <link rel="pingback" href="https://identity.coop/xmlrpc.php" /> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <style type="text/css">.header-hero { background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.85) 100%), url(https://identity.coop/wp-content/uploads/2024/04/community-omar-lopez-1qfy-jDc_jo-unsplash-1600x800.jpg); }</style><link rel="icon" href="https://identity.coop/wp-content/uploads/2019/07/cropped-coop_orangebk-50x50.jpg" sizes="32x32" /> <link rel="icon" href="https://identity.coop/wp-content/uploads/2019/07/cropped-coop_orangebk-300x300.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://identity.coop/wp-content/uploads/2019/07/cropped-coop_orangebk-300x300.jpg" /> <meta name="msapplication-TileImage" content="https://identity.coop/wp-content/uploads/2019/07/cropped-coop_orangebk-300x300.jpg" /> <style id="wp-custom-css"> .hero-page-title h2, .hero-page-title .entry-title { font-family:"Alegreya Sans", sans-serif; font-size: 88px; font-style: normal; font-weight: 700; text-transform: uppercase; color: #fff; font-size: 54px; } .entry-header .entry-meta { display: none; } .entry-content code { color:black; } .wp-block-column { overflow-wrap: normal; word-break: normal; } @media only screen and (min-width: 1025px) { .header-hero { background-attachment: fixed; } .page.full-width-content .entry-content .alignfull, .single.full-width-content .entry-content .alignfull { margin-left: calc(-1200px / 2 + 100% / 2); margin-right: calc(-1200px / 2 + 100% / 2); max-width: 1200px; } .full-width-content .content { float: none; margin: 0 auto; max-width: 860px; } .content { background-color: transparent; float: right; width: 90%; } button, input[type="button"], input[type="reset"], input[type="submit"], .footer-cta::before, .button, .error404 .site-inner::before, .page .site-inner::before, .sidebar .enews-widget input[type="submit"], .single .site-inner::before, .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"] { background-color: #ff6900; border-radius:5px; color: #ffffff; } @media only screen and (min-width: 1025px) { .menu-search { display:none; } </style> <style id="sccss"></style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style id="wpforms-css-vars-root"> :root { --wpforms-field-border-radius: 3px; --wpforms-field-border-style: solid; --wpforms-field-border-size: 1px; --wpforms-field-background-color: #ffffff; --wpforms-field-border-color: rgba( 0, 0, 0, 0.25 ); --wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 ); --wpforms-field-text-color: rgba( 0, 0, 0, 0.7 ); --wpforms-field-menu-color: #ffffff; --wpforms-label-color: rgba( 0, 0, 0, 0.85 ); --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 ); --wpforms-label-error-color: #d63637; --wpforms-button-border-radius: 3px; --wpforms-button-border-style: none; --wpforms-button-border-size: 1px; --wpforms-button-background-color: #066aab; --wpforms-button-border-color: #066aab; --wpforms-button-text-color: #ffffff; --wpforms-page-break-color: #066aab; --wpforms-background-image: none; --wpforms-background-position: center center; --wpforms-background-repeat: no-repeat; --wpforms-background-size: cover; --wpforms-background-width: 100px; --wpforms-background-height: 100px; --wpforms-background-color: rgba( 0, 0, 0, 0 ); --wpforms-background-url: none; --wpforms-container-padding: 0px; --wpforms-container-border-style: none; --wpforms-container-border-width: 1px; --wpforms-container-border-color: #000000; --wpforms-container-border-radius: 3px; --wpforms-field-size-input-height: 43px; --wpforms-field-size-input-spacing: 15px; --wpforms-field-size-font-size: 16px; --wpforms-field-size-line-height: 19px; --wpforms-field-size-padding-h: 14px; --wpforms-field-size-checkbox-size: 16px; --wpforms-field-size-sublabel-spacing: 5px; --wpforms-field-size-icon-size: 1; --wpforms-label-size-font-size: 16px; --wpforms-label-size-line-height: 19px; --wpforms-label-size-sublabel-font-size: 14px; --wpforms-label-size-sublabel-line-height: 17px; --wpforms-button-size-font-size: 17px; --wpforms-button-size-height: 41px; --wpforms-button-size-padding-h: 15px; --wpforms-button-size-margin-top: 10px; --wpforms-container-shadow-size-box-shadow: none; } </style></head> <body class="page-template-default page page-id-17 wp-custom-logo wp-embed-responsive custom-header header-image header-full-width full-width-content genesis-breadcrumbs-hidden header-menu no-off-screen-menu no-js wpb-js-composer js-comp-ver-7.9 vc_responsive" itemscope itemtype="https://schema.org/WebPage"> <script> //<![CDATA[ (function(){ var c = document.body.classList; c.remove( 'no-js' ); c.add( 'js' ); })(); //]]> </script> <div class="site-container"><ul class="genesis-skip-link"><li><a href="#hero-page-title" class="screen-reader-shortcut"> Skip to content</a></li></ul><div class="header-hero"><header class="site-header" itemscope itemtype="https://schema.org/WPHeader"><div class="wrap"><div class="header-left"><form class="search-form" method="get" action="https://identity.coop/" role="search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"><label class="search-form-label screen-reader-text" for="searchform-1">Search</label><input class="search-form-input" type="search" name="s" id="searchform-1" placeholder="Search" itemprop="query-input"><input class="search-form-submit" type="submit" value="Search"><meta content="https://identity.coop/?s={s}" itemprop="target"></form></div><div class="title-area"><a href="https://identity.coop/" class="custom-logo-link" rel="home"><img width="300" height="131" src="https://identity.coop/wp-content/uploads/2024/09/In-Use-Orig-logo-white-text-white-dot-e1726166905927.png" class="custom-logo" alt="identity.coop" decoding="async" /></a><p class="site-title" itemprop="headline">identity.coop</p><p class="site-description" itemprop="description">DotCooperation</p></div><nav class="nav-primary" aria-label="Main" itemscope itemtype="https://schema.org/SiteNavigationElement" id="genesis-nav-primary"><div class="wrap"><ul id="menu-main-menu" class="menu genesis-nav-menu menu-primary js-superfish"><li id="menu-item-2493" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2493"><a href="https://identity.coop/about-us/" data-ps2id-api="true" itemprop="url"><span itemprop="name">About Us</span></a> <ul class="sub-menu"> <li id="menu-item-2819" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2819"><a href="https://identity.coop/about-us/" data-ps2id-api="true" itemprop="url"><span itemprop="name">About Us</span></a></li> <li id="menu-item-2665" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2665"><a href="https://identity.coop/about-us/#who-we-are" data-ps2id-api="true" itemprop="url"><span itemprop="name">Who We Are</span></a></li> <li id="menu-item-2668" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2668"><a href="https://identity.coop/our-team" data-ps2id-api="true" itemprop="url"><span itemprop="name">Our Team</span></a></li> </ul> </li> <li id="menu-item-2601" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2601"><a href="https://identity.coop/cooperative-identity/" data-ps2id-api="true" itemprop="url"><span itemprop="name">Cooperative Identity</span></a> <ul class="sub-menu"> <li id="menu-item-2818" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2818"><a href="https://identity.coop/cooperative-identity/" data-ps2id-api="true" itemprop="url"><span itemprop="name">Cooperative Identity</span></a></li> <li id="menu-item-2657" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2657"><a href="https://identity.coop/cooperative-identity/#seven-principles" data-ps2id-api="true" itemprop="url"><span itemprop="name">Seven cooperative principles</span></a></li> <li id="menu-item-2756" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2756"><a href="https://identity.coop/the-cooperative-marque/" data-ps2id-api="true" itemprop="url"><span itemprop="name">The Cooperative Marque</span></a></li> </ul> </li> <li id="menu-item-2494" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2494"><a href="https://identity.coop/the_dotcoop_domain/" data-ps2id-api="true" itemprop="url"><span itemprop="name">Domain names</span></a> <ul class="sub-menu"> <li id="menu-item-2817" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2817"><a href="https://identity.coop/the_dotcoop_domain/" data-ps2id-api="true" itemprop="url"><span itemprop="name">The .COOP Domain</span></a></li> <li id="menu-item-2652" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2652"><a href="https://identity.coop/the-creditunion-domain/" data-ps2id-api="true" itemprop="url"><span itemprop="name">The .CREDITUNION Domain</span></a></li> <li id="menu-item-3168" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3168"><a href="https://identity.coop/policies-and-agreements/" data-ps2id-api="true" itemprop="url"><span itemprop="name">Policies and Agreements</span></a></li> <li id="menu-item-2978" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2978"><a href="https://identity.coop/for-registrars/" data-ps2id-api="true" itemprop="url"><span itemprop="name">For Registrars</span></a></li> </ul> </li> <li id="menu-item-2466" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-17 current_page_item current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-2466"><a href="https://identity.coop/community/" aria-current="page" data-ps2id-api="true" itemprop="url"><span itemprop="name">Our Community</span></a> <ul class="sub-menu"> <li id="menu-item-2821" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-17 current_page_item menu-item-2821"><a href="https://identity.coop/community/" aria-current="page" data-ps2id-api="true" itemprop="url"><span itemprop="name">Our Community</span></a></li> <li id="menu-item-3098" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3098"><a href="https://worldmap.coop" data-ps2id-api="true" itemprop="url"><span itemprop="name">Cooperative World Map</span></a></li> <li id="menu-item-2785" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2785"><a href="https://stories.coop/" data-ps2id-api="true" itemprop="url"><span itemprop="name">stories.coop</span></a></li> <li id="menu-item-2979" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2979"><a href="https://identity.coop/coop-media-ambassadors/" data-ps2id-api="true" itemprop="url"><span itemprop="name">Media Ambassadors</span></a></li> </ul> </li> <li id="menu-item-2767" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2767"><a href="https://identity.coop/contact-us/" data-ps2id-api="true" itemprop="url"><span itemprop="name">Contact Us</span></a></li> <li class="menu-search"><form class="search-form" method="get" action="https://identity.coop/" role="search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"><label class="search-form-label screen-reader-text" for="searchform-2">Search</label><input class="search-form-input" type="search" name="s" id="searchform-2" placeholder="Search" itemprop="query-input"><input class="search-form-submit" type="submit" value="Search"><meta content="https://identity.coop/?s={s}" itemprop="target"></form></li></ul></div></nav></div></header><div class="hero-page-title" id="hero-page-title"><div class="wrap"><header class="entry-header"><h1 class="entry-title" itemprop="headline">Our Community</h1> </header></div></div></div><div class="site-inner"><div class="content-sidebar-wrap"><main class="content" id="genesis-content"><article class="post-17 page type-page status-publish has-post-thumbnail entry" aria-label="Our Community" itemref="hero-page-title" itemscope itemtype="https://schema.org/CreativeWork"><div class="entry-content" itemprop="text"> <h2 class="wp-block-heading" style="text-align: center;">Meet the cooperatives we work with!</h2> <div id="post-grid-lazy-2678" class="post-grid-lazy"><img decoding="async" alt="" src="" /></div> <script> jQuery('#post-grid-lazy-2678').ready(function($) { $('#post-grid-lazy-2678').fadeOut(); $('#post-grid-2678 ').fadeIn(); }) </script> <style type="text/css"> #post-grid-2678 { display: none; } .post-grid-lazy { text-align: center; } </style> <div data-options='{"id":"2678","lazy_load":"yes","masonry_enable":"no","view_type":"grid"}' id="post-grid-2678" class="post-grid grid"> <div class="grid-items"> <div class="item item-2363 skin flat even 0 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/mountainhealthcoop/"><img decoding="async" width="375" height="375" src="https://identity.coop/wp-content/uploads/2024/03/310054578_448122090752638_663370590477720070_n.png" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2024/03/310054578_448122090752638_663370590477720070_n.png 375w, https://identity.coop/wp-content/uploads/2024/03/310054578_448122090752638_663370590477720070_n-300x300.png 300w, https://identity.coop/wp-content/uploads/2024/03/310054578_448122090752638_663370590477720070_n-150x150.png 150w, https://identity.coop/wp-content/uploads/2024/03/310054578_448122090752638_663370590477720070_n-75x75.png 75w" sizes="(max-width: 375px) 100vw, 375px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/mountainhealthcoop/">Mountain Health Coop</a> </div> <div class="element element_2 excerpt "> www.mountainhealth.coop Background: Everyone deserves the financial security that comes with affordable health insurance. We created the Co-Op to create access </div> <a class="element element_3 read_more " target="" href="https://identity.coop/mountainhealthcoop/"></a> </div> </div> </div><div class="item item-2358 skin flat odd 1 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/avanza/"><img loading="lazy" decoding="async" width="680" height="680" src="https://identity.coop/wp-content/uploads/2024/02/326571181_6079544948762538_6261336296152210908_n.png" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2024/02/326571181_6079544948762538_6261336296152210908_n.png 680w, https://identity.coop/wp-content/uploads/2024/02/326571181_6079544948762538_6261336296152210908_n-500x500.png 500w, https://identity.coop/wp-content/uploads/2024/02/326571181_6079544948762538_6261336296152210908_n-300x300.png 300w, https://identity.coop/wp-content/uploads/2024/02/326571181_6079544948762538_6261336296152210908_n-150x150.png 150w, https://identity.coop/wp-content/uploads/2024/02/326571181_6079544948762538_6261336296152210908_n-75x75.png 75w, https://identity.coop/wp-content/uploads/2024/02/326571181_6079544948762538_6261336296152210908_n-480x480.png 480w" sizes="auto, (max-width: 680px) 100vw, 680px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/avanza/">Avanza</a> </div> <div class="element element_2 excerpt "> www.avanza.coop History:During the month of June 1980, 27 officials of the Quindío Sectional Health Service drew up an Act of </div> <a class="element element_3 read_more " target="" href="https://identity.coop/avanza/"></a> </div> </div> </div><div class="item item-2348 skin flat even 2 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/yetu/"><img loading="lazy" decoding="async" width="685" height="685" src="https://identity.coop/wp-content/uploads/2024/02/248586988_109664158179870_414635431023892389_n.png" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2024/02/248586988_109664158179870_414635431023892389_n.png 685w, https://identity.coop/wp-content/uploads/2024/02/248586988_109664158179870_414635431023892389_n-500x500.png 500w, https://identity.coop/wp-content/uploads/2024/02/248586988_109664158179870_414635431023892389_n-300x300.png 300w, https://identity.coop/wp-content/uploads/2024/02/248586988_109664158179870_414635431023892389_n-150x150.png 150w, https://identity.coop/wp-content/uploads/2024/02/248586988_109664158179870_414635431023892389_n-75x75.png 75w, https://identity.coop/wp-content/uploads/2024/02/248586988_109664158179870_414635431023892389_n-480x480.png 480w" sizes="auto, (max-width: 685px) 100vw, 685px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/yetu/">Yetu Infotech Collective</a> </div> <div class="element element_2 excerpt "> www.yetu.coop We are building the Yetu Infotech Collective as a stable and sustainable institution with the resources and capacity to </div> <a class="element element_3 read_more " target="" href="https://identity.coop/yetu/"></a> </div> </div> </div><div class="item item-2337 skin flat odd 3 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/commonscloud/"><img loading="lazy" decoding="async" width="400" height="400" src="https://identity.coop/wp-content/uploads/2024/02/EzrRh39N_400x400.jpg" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2024/02/EzrRh39N_400x400.jpg 400w, https://identity.coop/wp-content/uploads/2024/02/EzrRh39N_400x400-300x300.jpg 300w, https://identity.coop/wp-content/uploads/2024/02/EzrRh39N_400x400-150x150.jpg 150w, https://identity.coop/wp-content/uploads/2024/02/EzrRh39N_400x400-75x75.jpg 75w" sizes="auto, (max-width: 400px) 100vw, 400px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/commonscloud/">CommonsCloud</a> </div> <div class="element element_2 excerpt "> www.commonscloud.coop History:CommonsCloud.coop is formed by people and entities that combine digital cloud tools in a technological and cooperative project with </div> <a class="element element_3 read_more " target="" href="https://identity.coop/commonscloud/"></a> </div> </div> </div><div class="item item-2328 skin flat even 4 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/osfe/"><img loading="lazy" decoding="async" width="340" height="340" src="https://identity.coop/wp-content/uploads/2024/01/305030405_2301397020046186_4170865939381023259_n.jpg" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2024/01/305030405_2301397020046186_4170865939381023259_n.jpg 340w, https://identity.coop/wp-content/uploads/2024/01/305030405_2301397020046186_4170865939381023259_n-300x300.jpg 300w, https://identity.coop/wp-content/uploads/2024/01/305030405_2301397020046186_4170865939381023259_n-150x150.jpg 150w, https://identity.coop/wp-content/uploads/2024/01/305030405_2301397020046186_4170865939381023259_n-75x75.jpg 75w" sizes="auto, (max-width: 340px) 100vw, 340px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/osfe/">OSFE</a> </div> <div class="element element_2 excerpt "> www.osfe.coop History:The Federation of Pharmacists’ Cooperatives of Greece, founded in 1988, unites, represents and serves the collective of Greek Pharmacists' </div> <a class="element element_3 read_more " target="" href="https://identity.coop/osfe/"></a> </div> </div> </div><div class="item item-2324 skin flat odd 5 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/crason/"><img loading="lazy" decoding="async" width="400" height="400" src="https://identity.coop/wp-content/uploads/2024/01/LiLB07x8_400x400.jpg" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2024/01/LiLB07x8_400x400.jpg 400w, https://identity.coop/wp-content/uploads/2024/01/LiLB07x8_400x400-300x300.jpg 300w, https://identity.coop/wp-content/uploads/2024/01/LiLB07x8_400x400-150x150.jpg 150w, https://identity.coop/wp-content/uploads/2024/01/LiLB07x8_400x400-75x75.jpg 75w" sizes="auto, (max-width: 400px) 100vw, 400px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/crason/">Crason</a> </div> <div class="element element_2 excerpt "> www.crason.coop History:The Co-operative Rating & Award Society of Nigeria (CRASoN) is a value-based Rating and Award Institution. CRASoN was founded </div> <a class="element element_3 read_more " target="" href="https://identity.coop/crason/"></a> </div> </div> </div><div class="item item-2318 skin flat even 6 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/medicoop/"><img loading="lazy" decoding="async" width="600" height="600" src="https://identity.coop/wp-content/uploads/2024/01/280713566_108031835247941_5034011583097835913_n.jpg" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2024/01/280713566_108031835247941_5034011583097835913_n.jpg 600w, https://identity.coop/wp-content/uploads/2024/01/280713566_108031835247941_5034011583097835913_n-500x500.jpg 500w, https://identity.coop/wp-content/uploads/2024/01/280713566_108031835247941_5034011583097835913_n-300x300.jpg 300w, https://identity.coop/wp-content/uploads/2024/01/280713566_108031835247941_5034011583097835913_n-150x150.jpg 150w, https://identity.coop/wp-content/uploads/2024/01/280713566_108031835247941_5034011583097835913_n-75x75.jpg 75w, https://identity.coop/wp-content/uploads/2024/01/280713566_108031835247941_5034011583097835913_n-480x480.jpg 480w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/medicoop/">MediCoop</a> </div> <div class="element element_2 excerpt "> www.medi.coop History:MediCoop Is regulated by the Prudential Authority under the South African Reserve Bank as a deposit taking and financial </div> <a class="element element_3 read_more " target="" href="https://identity.coop/medicoop/"></a> </div> </div> </div><div class="item item-2304 skin flat odd 7 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/equalitycoop/"><img loading="lazy" decoding="async" width="300" height="300" src="https://identity.coop/wp-content/uploads/2023/12/equality-2.png" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2023/12/equality-2.png 300w, https://identity.coop/wp-content/uploads/2023/12/equality-2-150x150.png 150w, https://identity.coop/wp-content/uploads/2023/12/equality-2-75x75.png 75w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/equalitycoop/">Equality</a> </div> <div class="element element_2 excerpt "> www.equality.coop Equality is an Argentine worker cooperative founded in 2010. We offer IT solutions to companies and government institutions covering </div> <a class="element element_3 read_more " target="" href="https://identity.coop/equalitycoop/"></a> </div> </div> </div><div class="item item-2299 skin flat even 8 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/incitacoop/"><img loading="lazy" decoding="async" width="572" height="572" src="https://identity.coop/wp-content/uploads/2023/11/incita.jpg" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2023/11/incita.jpg 572w, https://identity.coop/wp-content/uploads/2023/11/incita-500x500.jpg 500w, https://identity.coop/wp-content/uploads/2023/11/incita-300x300.jpg 300w, https://identity.coop/wp-content/uploads/2023/11/incita-150x150.jpg 150w, https://identity.coop/wp-content/uploads/2023/11/incita-75x75.jpg 75w, https://identity.coop/wp-content/uploads/2023/11/incita-480x480.jpg 480w" sizes="auto, (max-width: 572px) 100vw, 572px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/incitacoop/">Incita</a> </div> <div class="element element_2 excerpt "> www.incita.coop Incita is a workers’ cooperative co-founded by Laure Caillot, Amélie Côté and Mélissa de La Fontaine. Through the projects </div> <a class="element element_3 read_more " target="" href="https://identity.coop/incitacoop/"></a> </div> </div> </div><div class="item item-2294 skin flat odd 9 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/highwestenergy/"><img loading="lazy" decoding="async" width="320" height="320" src="https://identity.coop/wp-content/uploads/2023/11/dg24y_YZ_400x400.png" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2023/11/dg24y_YZ_400x400.png 320w, https://identity.coop/wp-content/uploads/2023/11/dg24y_YZ_400x400-300x300.png 300w, https://identity.coop/wp-content/uploads/2023/11/dg24y_YZ_400x400-150x150.png 150w, https://identity.coop/wp-content/uploads/2023/11/dg24y_YZ_400x400-75x75.png 75w" sizes="auto, (max-width: 320px) 100vw, 320px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/highwestenergy/">Hight West Energy</a> </div> <div class="element element_2 excerpt "> www.highwest.coop History:Formerly known as the Rural Electric Company, High West Energy has continued to serve its members and communities by </div> <a class="element element_3 read_more " target="" href="https://identity.coop/highwestenergy/"></a> </div> </div> </div><div class="item item-2284 skin flat even 10 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/blackstarcoop/"><img loading="lazy" decoding="async" width="500" height="500" src="https://identity.coop/wp-content/uploads/2023/10/349319498_835677267984338_7702342782853463881_n.jpg" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2023/10/349319498_835677267984338_7702342782853463881_n.jpg 500w, https://identity.coop/wp-content/uploads/2023/10/349319498_835677267984338_7702342782853463881_n-300x300.jpg 300w, https://identity.coop/wp-content/uploads/2023/10/349319498_835677267984338_7702342782853463881_n-150x150.jpg 150w, https://identity.coop/wp-content/uploads/2023/10/349319498_835677267984338_7702342782853463881_n-146x146.jpg 146w, https://identity.coop/wp-content/uploads/2023/10/349319498_835677267984338_7702342782853463881_n-50x50.jpg 50w, https://identity.coop/wp-content/uploads/2023/10/349319498_835677267984338_7702342782853463881_n-75x75.jpg 75w, https://identity.coop/wp-content/uploads/2023/10/349319498_835677267984338_7702342782853463881_n-85x85.jpg 85w, https://identity.coop/wp-content/uploads/2023/10/349319498_835677267984338_7702342782853463881_n-80x80.jpg 80w" sizes="auto, (max-width: 500px) 100vw, 500px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/blackstarcoop/">Black Star Co-op</a> </div> <div class="element element_2 excerpt "> www.blackstar.coop History:Black Star Co-op’s name and logo were inspired by the Black Star of Ghana. In 1957, Ghana became the </div> <a class="element element_3 read_more " target="" href="https://identity.coop/blackstarcoop/"></a> </div> </div> </div><div class="item item-2277 skin flat odd 11 "> <div class="layer-wrapper layout-"> <div class="layer-media"></div> <div class="layer-content"> <div class="element element_0 element-media "> <a target="_self" href="https://identity.coop/disco/"><img loading="lazy" decoding="async" width="400" height="400" src="https://identity.coop/wp-content/uploads/2023/10/qmvcHvlX_400x400.jpg" class="attachment-large size-large wp-post-image" alt="" srcset="https://identity.coop/wp-content/uploads/2023/10/qmvcHvlX_400x400.jpg 400w, https://identity.coop/wp-content/uploads/2023/10/qmvcHvlX_400x400-300x300.jpg 300w, https://identity.coop/wp-content/uploads/2023/10/qmvcHvlX_400x400-150x150.jpg 150w, https://identity.coop/wp-content/uploads/2023/10/qmvcHvlX_400x400-146x146.jpg 146w, https://identity.coop/wp-content/uploads/2023/10/qmvcHvlX_400x400-50x50.jpg 50w, https://identity.coop/wp-content/uploads/2023/10/qmvcHvlX_400x400-75x75.jpg 75w, https://identity.coop/wp-content/uploads/2023/10/qmvcHvlX_400x400-85x85.jpg 85w, https://identity.coop/wp-content/uploads/2023/10/qmvcHvlX_400x400-80x80.jpg 80w" sizes="auto, (max-width: 400px) 100vw, 400px" /></a> </div> <div class="element element_1 title_link "> <a target="" href="https://identity.coop/disco/">DisCO</a> </div> <div class="element element_2 excerpt "> www.disco.coop DisCO is an evolving framework to reimagine the future of work from a social and ecological perspective. DisCO draws </div> <a class="element element_3 read_more " target="" href="https://identity.coop/disco/"></a> </div> </div> </div> </div> <div class="pagination"> <div class="paginate"> <span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://identity.coop/community/page/2/">2</a> <a class="page-numbers" href="https://identity.coop/community/page/3/">3</a> <span class="page-numbers dots">…</span> <a class="page-numbers" href="https://identity.coop/community/page/13/">13</a> <a class="next page-numbers" href="https://identity.coop/community/page/2/">Next »</a> </div> <style type="text/css"> #post-grid-2678 .pagination .page-numbers { font-size: 16px; color: #ffffff; background: #fd3e04; } #post-grid-2678 .pagination .page-numbers:hover, #post-grid-2678 .pagination .page-numbers.current { background: #4b4b4b; } </style> </div> <script> </script> <style type="text/css"> #post-grid-2678 .element_0 { display: block;font-size: 21px;line-height: normal;padding: 5px 10px;text-align: left; text-decoration: none; } #post-grid-2678 .element_1 { display: block;font-size: 21px;line-height: normal;padding: 5px 10px;text-align: left; text-decoration: none; } #post-grid-2678 .element_2 { display: block;font-size: 14px;padding: 5px 10px;text-align: left; } #post-grid-2678 .element_3 { display: block;font-size: 12px;font-weight: bold;padding: 0 10px;text-align: left;text-decoration: none; } #post-grid-2678 .element_0:hover{}#post-grid-2678 .element_1:hover{}#post-grid-2678 .element_2:hover{}#post-grid-2678 .element_3:hover{} </style> <style type="text/css"> #post-grid-2678 { } #post-grid-2678 .item { padding: 0px; background: #fff; } #post-grid-2678 .item .layer-media { height:auto; } @media only screen and (min-width: 0px) and (max-width: 767px) { #post-grid-2678 .grid-items { display: grid; grid-template-columns: 1fr ; column-gap: 10px; row-gap: 10px; } #post-grid-2678 .item { height:auto; } } @media only screen and (min-width: 768px) and (max-width: 1023px) { #post-grid-2678 .grid-items { display: grid; grid-template-columns: 1fr 1fr ; column-gap: 10px; row-gap: 10px; } #post-grid-2678 .item { max-height:auto; } } @media only screen and (min-width: 1024px) { #post-grid-2678 .grid-items { display: grid; grid-template-columns: 1fr 1fr 1fr ; column-gap: 10px; row-gap: 10px; } #post-grid-2678 .item { height:auto; } } </style> </div> </div></article></main></div></div><footer class="site-footer" itemscope itemtype="https://schema.org/WPFooter"><div class="wrap"><nav class="nav-secondary" aria-label="Secondary" itemscope itemtype="https://schema.org/SiteNavigationElement"><div class="wrap"><ul id="menu-footer-menu-2" class="menu genesis-nav-menu menu-secondary js-superfish"><li id="menu-item-2575" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2575"><a href="https://identity.coop/faq/" data-ps2id-api="true" itemprop="url"><span itemprop="name">Frequently Asked Questions</span></a></li> <li id="menu-item-2576" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2576"><a href="https://identity.coop/glossary-of-terms/" data-ps2id-api="true" itemprop="url"><span itemprop="name">Glossary of Terms</span></a></li> <li id="menu-item-2577" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2577"><a href="https://identity.coop/whois/" data-ps2id-api="true" itemprop="url"><span itemprop="name">WHOIS</span></a></li> <li id="menu-item-2579" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2579"><a href="https://identity.coop/site-privacy-policy/" data-ps2id-api="true" itemprop="url"><span itemprop="name">Website Privacy Policy</span></a></li> </ul></div></nav><p>| DotCooperation, 106-108 Cowley Road, Oxford, OX4 1JE, UK. |</p></div></footer></div> <script type="text/javascript"> function genesisBlocksShare( url, title, w, h ){ var left = ( window.innerWidth / 2 )-( w / 2 ); var top = ( window.innerHeight / 2 )-( h / 2 ); return window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=600, height=600, top='+top+', left='+left); } </script> <style type="text/css" media="screen"></style><link rel='stylesheet' id='post-grid-shortcode-style-css' href='https://identity.coop/wp-content/plugins/post-grid/assets/css/post-grid-shortcode-style.css?ver=6.7.1' media='all' /> <script src="https://identity.coop/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script src="https://identity.coop/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src="https://identity.coop/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.9.8" id="swv-js"></script> <script id="contact-form-7-js-extra"> var wpcf7 = {"api":{"root":"https:\/\/identity.coop\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; </script> <script src="https://identity.coop/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.9.8" id="contact-form-7-js"></script> <script id="page-scroll-to-id-plugin-script-js-extra"> var mPS2id_params = {"instances":{"mPS2id_instance_0":{"selector":"a[href*='#']:not([href='#'])","autoSelectorMenuLinks":"true","excludeSelector":"a[href^='#tab-'], a[href^='#tabs-'], a[data-toggle]:not([data-toggle='tooltip']), a[data-slide], a[data-vc-tabs], a[data-vc-accordion], a.screen-reader-text.skip-link","scrollSpeed":800,"autoScrollSpeed":"true","scrollEasing":"easeInOutQuint","scrollingEasing":"easeOutQuint","forceScrollEasing":"false","pageEndSmoothScroll":"true","stopScrollOnUserAction":"false","autoCorrectScroll":"false","autoCorrectScrollExtend":"false","layout":"vertical","offset":0,"dummyOffset":"false","highlightSelector":"","clickedClass":"mPS2id-clicked","targetClass":"mPS2id-target","highlightClass":"mPS2id-highlight","forceSingleHighlight":"false","keepHighlightUntilNext":"false","highlightByNextTarget":"false","appendHash":"false","scrollToHash":"true","scrollToHashForAll":"true","scrollToHashDelay":0,"scrollToHashUseElementData":"true","scrollToHashRemoveUrlHash":"false","disablePluginBelow":0,"adminDisplayWidgetsId":"true","adminTinyMCEbuttons":"true","unbindUnrelatedClickEvents":"false","unbindUnrelatedClickEventsSelector":"","normalizeAnchorPointTargets":"false","encodeLinks":"false"}},"total_instances":"1","shortcode_class":"_ps2id"}; </script> <script src="https://identity.coop/wp-content/plugins/page-scroll-to-id/js/page-scroll-to-id.min.js?ver=1.7.9" id="page-scroll-to-id-plugin-script-js"></script> <script src="https://identity.coop/wp-content/plugins/genesis-blocks/dist/assets/js/dismiss.js?ver=1726171882" id="genesis-blocks-dismiss-js-js"></script> <script src="https://identity.coop/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script> <script src="https://identity.coop/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1740395070" id="superfish-js"></script> <script src="https://identity.coop/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=1740395070" id="superfish-args-js"></script> <script src="https://identity.coop/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=1740395070" id="skip-links-js"></script> <script src="https://identity.coop/wp-content/themes/essence-pro/js/global.js?ver=1740395070" id="global-js-js"></script> <script src="https://identity.coop/wp-content/plugins/social-icons-widget-by-wpzoom/assets/js/social-icons-widget-frontend.js?ver=1690816667" id="zoom-social-icons-widget-frontend-js"></script> <script id="essence-pro-responsive-menu-js-extra"> var genesis_responsive_menu = {"mainMenu":"Menu","menuIconClass":"ionicons-before ion-ios-menu","subMenu":"Submenu","subMenuIconClass":"ionicons-before ion-ios-arrow-down","menuClasses":{"combine":[".nav-primary",".nav-off-screen"],"others":[]}}; </script> <script src="https://identity.coop/wp-content/themes/genesis/lib/js/menu/responsive-menus.min.js?ver=1740395070" id="essence-pro-responsive-menu-js"></script> <script src="https://identity.coop/wp-content/plugins/post-grid/assets/js/jquery-scrollto.js?ver=6.7.1" id="scrollto-js"></script> <script id="post-grid-shortcode-scripts-js-extra"> var post_grid_ajax = {"post_grid_ajaxurl":"https:\/\/identity.coop\/wp-admin\/admin-ajax.php","_wpnonce":"ceb51ef5a1"}; </script> <script src="https://identity.coop/wp-content/plugins/post-grid/assets/js/post-grid-shortcode-scripts.js?ver=6.7.1" id="post-grid-shortcode-scripts-js"></script> <script></script> <script> var post_grid_vars = {"siteUrl":"https:\/\/identity.coop"} </script> <style> </style> </body></html>