CINXE.COM
About Us
<!DOCTYPE html> <html lang="en-US"> <head > <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>About Us</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/about-us/" /> <!-- 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\/about-us\/","page_referrer":"https:\/\/identity.coop\/"}; 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?1742399955&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/1913" /><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%2Fabout-us%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%2Fabout-us%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/hands-about-us-1600x800.png); }</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-1913 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 current-menu-item page_item page-item-1913 current_page_item current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-2493"><a href="https://identity.coop/about-us/" aria-current="page" 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 current-menu-item page_item page-item-1913 current_page_item menu-item-2819"><a href="https://identity.coop/about-us/" aria-current="page" 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 current-menu-item menu-item-2665"><a href="https://identity.coop/about-us/#who-we-are" aria-current="page" 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 menu-item-has-children menu-item-2466"><a href="https://identity.coop/community/" 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 menu-item-2821"><a href="https://identity.coop/community/" 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">About Us</h1> </header></div></div></div><div class="site-inner"><div class="content-sidebar-wrap"><main class="content" id="genesis-content"><article class="post-1913 page type-page status-publish has-post-thumbnail entry" aria-label="About Us" itemref="hero-page-title" itemscope itemtype="https://schema.org/CreativeWork"><div class="entry-content" itemprop="text"> <div class="wp-block-ps2id-block-target" id="who-we-are"></div> <h2 class="wp-block-heading has-text-align-center has-luminous-vivid-orange-color has-text-color has-link-color wp-elements-d51040a9057fcca434f4dcf4a87f57a9"><strong>Who we are</strong></h2> <p>DotCooperation was formed in 2001 by the <a href="https://ncbaclusa.coop/">National Cooperative Business Association CLUSA International </a>(NCBA CLUSA) as a subsidiary, to help cooperatives worldwide create a strong online presence and strengthen the cooperative movement. In 2012, a strategic restructuring took place. We became jointly owned by NCBA CLUSA and the <a href="https://ica.coop/">International Cooperative Alliance</a> (ICA), two organizations who believe that when cooperatives thrive, everyone benefits. Our organization has evolved to stay ahead of social, digital and technology trends, but our mission and vision remain steadfast to our core values:</p> <ul class="wp-block-list"> <li><strong>Our Mission:</strong> To unite and strengthen the cooperative community through a shared and recognized online identity. With this identity as our foundation, we aim to foster trust, solidarity, and collaboration worldwide.</li> <li><strong>Our Vision:</strong> To serve as a digital identity leader for cooperatives, and provide them with a platform to participate, inform, educate, and thrive in the digital economy.</li> </ul> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> <div class="wp-block-cover is-light" style="min-height:236px;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-luminous-vivid-orange-background-color has-background-dim-100 has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained"> <p></p> <p class="has-text-align-center has-white-color has-text-color has-link-color has-large-font-size wp-elements-fd79a301b6a28c1a6e2df800b9e256eb"><strong>Projects</strong></p> <div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex"> <div class="wp-block-button"><a class="wp-block-button__link has-black-color has-white-background-color has-text-color has-background has-link-color wp-element-button" href="https://identity.coop/the-cooperative-marque/" style="border-radius:15px" target="_blank" rel="noreferrer noopener">.COOP MARQUE</a></div> <div class="wp-block-button"><a class="wp-block-button__link has-black-color has-white-background-color has-text-color has-background has-link-color wp-element-button" href="https://identity.coop/coop-global-directory-map/" style="border-radius:15px" target="_blank" rel="noreferrer noopener">.COOP GLOBAL DIRECTORY AND MAP</a></div> <div class="wp-block-button"><a class="wp-block-button__link has-black-color has-white-background-color has-text-color has-background has-link-color wp-element-button" href="https://identity.coop/coop-media-ambassadors/" style="border-radius:15px">MEDIA AMBASSADORS</a></div> </div> <div style="height:21px" aria-hidden="true" class="wp-block-spacer"></div> </div></div> </div> </div> <h2 class="wp-block-heading has-text-align-center has-luminous-vivid-orange-color has-text-color has-link-color wp-elements-a054d80286a9b2eb914bd30b672c4540"><strong>What we do</strong></h2> <p>DotCooperation is the Registry of the .coop and .creditunion domain names and owns <a href="http://www.domains.coop">Domains.coop</a>, a subsidiary domain name registrar. To support the global cooperative ecosystem, we manage a global network of our retail partners, who are .coop domain name ICANN (Internet Corporation for Assigned Names and Numbers)-accredited registrars. We serve the cooperative community by empowering them with tools and resources to participate and thrive in the digital economy. This is done by:</p> <ul class="wp-block-list"> <li>Promoting the cooperative identity through the .coop and .creditunion namespaces, the <a href="https://worldmap.coop">Cooperative World Map</a>, and <a href="https://stories.coop" target="_blank" rel="noreferrer noopener">Stories.coop</a></li> <li>Using the Global Cooperative Marque, building data management systems for the cooperative movement.</li> <li>Educating businesses on digital proficiency and cooperative branding.</li> </ul> <p>This helps promote the cooperative business model as the most sustainable form of enterprise, elevating the cooperative community’s identity. </p> <p></p> <h2 class="wp-block-heading has-text-align-center has-luminous-vivid-orange-color has-text-color has-link-color wp-elements-8720a9c339596b0e7f3fd7c502ecb0a4"><strong>Our History</strong></h2> <p>The idea to create a .coop domain, came during the DotCom boom in the late 1990’s. The <a href="https://icann.org" target="_blank" rel="noreferrer noopener">ICANN</a>, the non-profit body that regulates the Domain Name System, invited organizations to apply for the first round of new Top Level Domain (TLD) names.</p> <p>NCBA-CLUSA put ideas in motion and teamed up with Poptel, a UK-based worker cooperative and internet service provider. Poptel handled the technical elements of the application, and NCBA through its subsidiary DotCooperation LLC, focused on getting support from the global cooperative community. The two organisations together secured the contract with the Internet Corporation of Assigned Names and Numbers (ICANN) to run the .coop internet namespace on their behalf. The ICA also joined in and offered critical support. The ICANN board approved .coop, as one of just seven new top-level domains at the time.</p> <p>When the .coop domain was officially launched on January 30, 2002, there were 20 TLDs on the internet. Today, there are more than 1500 TLDs, and more on the way. Today over 4500 cooperative organizations from 95 countries have purchased about 9,000 .coop domain names, investing not just in their future, but also the global cooperative movement.</p> <div class="wp-block-ps2id-block-target" id="our-team"></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><style id='core-block-supports-inline-css'> .wp-elements-d51040a9057fcca434f4dcf4a87f57a9 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--luminous-vivid-orange);}.wp-elements-fd79a301b6a28c1a6e2df800b9e256eb a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}.wp-container-core-buttons-is-layout-1{justify-content:center;}.wp-container-core-columns-is-layout-1{flex-wrap:nowrap;}.wp-elements-a054d80286a9b2eb914bd30b672c4540 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--luminous-vivid-orange);}.wp-elements-8720a9c339596b0e7f3fd7c502ecb0a4 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--luminous-vivid-orange);} </style> <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></script> <script> var post_grid_vars = {"siteUrl":"https:\/\/identity.coop"} </script> <style> </style> </body></html>