Skip to main content

Our Four Pillars


Establishing initiatives across four core pillars – education, workplace, community, and partnerships - forms the essential structure for our multi-year roadmap for diversity, equity, and inclusion. This framework guarantees proper representation for all stakeholders - including team members, investors, vendor partners, and the communities with whom we engage. We track goals, activities, and achievements throughout the year and report annually in our DEI Annual Report.

A stack of colorful books with a magnifying glass and pencils on a desk.

Education


“We will implement a consistent, phased communications and training plan to help create greater awareness and develop greater skills.”

To support DEI education at Centerspace, we conduct companywide annual training courses, publish monthly newsletter articles with education and information on recognized holidays and events, and seek out experts to share valuable information with our team members and leaders. We post on social media to educate our communities on our DEI efforts.

A woman in a white blouse and grey blazer is working on a computer.

Workplace


“Our workplace culture values the contributions of all associates.”

We regularly review and revise our team member handbook, policies, procedures, and job postings to ensure inclusivity, compare our racial, ethnic, and gender diversity to census data in the markets we serve, and report on this data and report in our DEI Annual Report. We monitor compensation data by role and gender to ensure fair and equitable compensation for all team members. We foster a respectful and inclusive workplace where all team members feel valued and empowered. 

A group of people in blue shirts are serving food to others.

Community


“Our community outreach activities and charitable giving will support diverse organizations to help create Better Every Days for everyone. Our messaging will reflect our commitment to DE&I in our communities.”

We sponsor company level diversity events and fundraisers, offer company holidays that promote diversity such as Martin Luther King, Jr. Day, Juneteenth, and a Diversity Day to be used at team member discretion. We create awareness of these and other important holidays and offer team members the opportunity to recognize these important dates in a way of their choosing. 

A group of people stacking their hands together.

Partnerships


“We will actively seek partnerships with companies and individuals with demonstrated commitment to diversity, equity, and inclusion.”

To advance our commitment to strong partnerships at Centerspace, we track the diversity of our vendor partners and monitor those that advance DEI in their own organizations. We select vendors in accordance with our Vendor Code of Conduct, Human Rights Statement, and other governing documents. We actively contribute to organizations and associations working to advance diversity, equity, and inclusions.  

Centerspace | Diversity, Equity & Inclusion :root{ --navy:#0f3a5f; --navy-900:#0a2b47; --navy-800:#123c5e; --blue:#2e79ab; --gold:#c69a4c; --gold-soft:#e4c88f; --sand:#f6f4ef; --paper:#ffffff; --ink:#22303c; --muted:#5b6b78; --line:#e4e0d7; --shadow:0 18px 48px -24px rgba(12,40,64,.45); --shadow-sm:0 8px 24px -16px rgba(12,40,64,.5); --maxw:1180px; --serif:"Lora",Georgia,"Times New Roman",serif; --sans:"Roboto","Segoe UI",system-ui,-apple-system,Helvetica,Arial,sans-serif; --cond:"Roboto Condensed","Segoe UI",system-ui,sans-serif; } *{box-sizing:border-box} html{scroll-behavior:smooth} body{ margin:0; font-family:var(--sans); color:var(--ink); background:var(--paper); line-height:1.7; font-size:17px; -webkit-font-smoothing:antialiased; } h1,h2,h3{font-family:var(--serif);color:var(--navy);line-height:1.18;margin:0} p{margin:0 0 1.1em} a{color:var(--blue);text-decoration:none} img{max-width:100%;display:block} .wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:24px} /* Eyebrow + divider */ .eyebrow{ font-family:var(--cond); text-transform:uppercase; letter-spacing:.22em; font-size:.78rem; font-weight:700; color:var(--gold); margin:0 0 .9rem; } .rule{width:64px;height:3px;border-radius:3px;background:var(--gold);margin:0 0 1.5rem} .rule.center{margin-inline:auto} /* Skip link */ .skip{position:absolute;left:-9999px;top:auto} .skip:focus{left:16px;top:12px;z-index:1000;background:#fff;color:var(--navy);padding:10px 18px;border-radius:8px;box-shadow:var(--shadow-sm)} /* Header */ header.site{ position:sticky;top:0;z-index:50; background:rgba(255,255,255,.92); backdrop-filter:saturate(160%) blur(10px); border-bottom:1px solid var(--line); } .navbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:14px} .brand img{height:34px;width:auto} nav.primary ul{display:flex;gap:26px;list-style:none;margin:0;padding:0} nav.primary a{ font-family:var(--cond); text-transform:uppercase; letter-spacing:.12em; font-size:.82rem; font-weight:500; color:var(--navy); } nav.primary a:hover{color:var(--gold)} .nav-actions{display:flex;align-items:center;gap:14px} .btn{ display:inline-block; font-family:var(--cond); text-transform:uppercase; letter-spacing:.12em; font-weight:700; font-size:.82rem; padding:11px 22px; border-radius:999px; border:2px solid var(--navy); background:var(--navy); color:#fff; transition:.18s ease; cursor:pointer; } .btn:hover{background:var(--navy-900);border-color:var(--navy-900)} .btn.ghost{background:transparent;color:var(--navy)} .btn.ghost:hover{background:var(--navy);color:#fff} .btn.gold{background:var(--gold);border-color:var(--gold);color:#28303a} .btn.gold:hover{background:#b98a3c;border-color:#b98a3c;color:#fff} .btn.lg{padding:15px 34px;font-size:.9rem} /* Mobile menu (no JS) */ .menu-toggle{display:none} details.mobile{display:none} /* Hero */ .hero{position:relative;color:#fff;isolation:isolate;overflow:hidden} .hero img.bg{ position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2; } .hero::after{ content:"";position:absolute;inset:0;z-index:-1; background:linear-gradient(105deg,rgba(10,33,53,.86) 0%,rgba(15,58,95,.72) 45%,rgba(15,58,95,.42) 100%); } .hero-inner{max-width:var(--maxw);margin-inline:auto;padding:120px 24px 128px} .hero .eyebrow{color:var(--gold-soft)} .hero h1{color:#fff;font-size:clamp(2.6rem,6vw,4.4rem);font-weight:600;max-width:16ch;letter-spacing:-.01em} .hero p.lead{max-width:52ch;font-size:1.2rem;margin-top:1.4rem;color:rgba(255,255,255,.92)} .hero .hero-cta{margin-top:2.2rem;display:flex;gap:14px;flex-wrap:wrap} .hero .btn.ghost{border-color:rgba(255,255,255,.8);color:#fff} .hero .btn.ghost:hover{background:#fff;color:var(--navy)} /* Section rhythm */ section{padding-block:88px} .section-head{max-width:760px} .section-head.center{margin-inline:auto;text-align:center} h2.section-title{font-size:clamp(1.9rem,3.6vw,2.7rem);font-weight:600} .lead-copy{font-size:1.13rem;color:var(--muted)} /* Pillars */ .pillars{background:var(--sand)} .pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:52px} .pillar{ background:var(--paper);border:1px solid var(--line);border-radius:16px; padding:34px 26px;box-shadow:var(--shadow-sm); transition:.2s ease; } .pillar:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--gold-soft)} .pillar .icon{ width:54px;height:54px;border-radius:12px; display:grid;place-items:center;margin-bottom:20px; background:rgba(46,121,171,.1);color:var(--navy); } .pillar .icon svg{width:28px;height:28px} .pillar h3{font-size:1.28rem;margin-bottom:.5rem;font-weight:600} .pillar p{font-size:.98rem;color:var(--muted);margin:0} /* Mission split */ .split{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:0} .split .media img{width:100%;height:100%;object-fit:cover;min-height:420px} .split .body{background:var(--paper);display:flex;flex-direction:column;justify-content:center;padding:64px clamp(28px,5vw,72px)} .split .body p:last-child{margin-bottom:0} /* Quote band */ .quote-band{background:var(--navy);color:#fff;position:relative;overflow:hidden} .quote-band::before{ content:"\201C";position:absolute;font-family:var(--serif); font-size:22rem;line-height:1;color:rgba(255,255,255,.06); top:-3rem;inset-inline-start:1rem;z-index:0; } .quote-grid{display:grid;grid-template-columns:260px 1fr;gap:48px;align-items:center;position:relative;z-index:1} .quote-grid .portrait{border-radius:16px;overflow:hidden;box-shadow:var(--shadow);border:3px solid rgba(255,255,255,.14)} .quote-grid blockquote{margin:0} .quote-grid blockquote p.q{font-family:var(--serif);font-size:clamp(1.4rem,2.6vw,2rem);font-weight:500;line-height:1.4;color:#fff} .quote-grid .attr{margin-top:1.4rem} .quote-grid .attr .name{font-family:var(--cond);text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--gold-soft)} .quote-grid .attr .role{font-size:.92rem;color:rgba(255,255,255,.75)} /* Gallery */ .gallery-grid{ display:grid;grid-template-columns:repeat(4,1fr); grid-auto-rows:220px;gap:14px;margin-top:52px; } .gallery-grid a{overflow:hidden;border-radius:12px;position:relative;display:block} .gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease} .gallery-grid a:hover img{transform:scale(1.07)} .gallery-grid a.tall{grid-row:span 2} .gallery-grid a.wide{grid-column:span 2} /* Resources */ .resources{background:var(--sand)} .res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px} .res-card{ background:var(--paper);border:1px solid var(--line);border-radius:16px; padding:32px 28px;display:flex;flex-direction:column;gap:14px; box-shadow:var(--shadow-sm);transition:.2s ease; } .res-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--gold-soft)} .res-card .tag{font-family:var(--cond);text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:var(--gold)} .res-card h3{font-size:1.22rem;font-weight:600;line-height:1.3} .res-card .go{margin-top:auto;font-family:var(--cond);text-transform:uppercase;letter-spacing:.1em;font-weight:700;font-size:.82rem;color:var(--navy);display:inline-flex;align-items:center;gap:8px} .res-card:hover .go{color:var(--gold)} .res-card .go svg{width:16px;height:16px;transition:transform .2s ease} .res-card:hover .go svg{transform:translateX(4px)} /* Join CTA */ .join{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-900) 100%);color:#fff;text-align:center} .join h2{color:#fff} .join p{max-width:60ch;margin-inline:auto;color:rgba(255,255,255,.9);font-size:1.13rem} .join .rule{margin-inline:auto} /* Footer */ footer.site{background:#0a2338;color:rgba(255,255,255,.72);padding-block:56px 40px} footer.site .cols{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px;align-items:flex-start} footer.site img.logo{height:30px;filter:brightness(0) invert(1);opacity:.92} footer.site nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 26px} footer.site nav a{font-family:var(--cond);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;color:rgba(255,255,255,.8)} footer.site nav a:hover{color:var(--gold-soft)} footer.site .phone{font-family:var(--serif);font-size:1.3rem;color:#fff} footer.site .legal{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:22px;font-size:.82rem;color:rgba(255,255,255,.5);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px} /* Responsive */ @media (max-width:1000px){ .pillar-grid{grid-template-columns:repeat(2,1fr)} .res-grid{grid-template-columns:1fr 1fr} .gallery-grid{grid-template-columns:repeat(3,1fr)} } @media (max-width:820px){ nav.primary,.nav-actions .btn.ghost{display:none} details.mobile{display:block;position:relative} details.mobile summary{list-style:none;cursor:pointer;width:44px;height:44px;border-radius:10px;border:1px solid var(--line);display:grid;place-items:center} details.mobile summary::-webkit-details-marker{display:none} details.mobile summary svg{width:22px;height:22px;color:var(--navy)} details.mobile[open] .m-panel{display:block} .m-panel{position:absolute;inset-inline-end:0;top:52px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:12px;min-width:220px} .m-panel a{display:block;padding:10px 14px;border-radius:8px;font-family:var(--cond);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;color:var(--navy)} .m-panel a:hover{background:var(--sand)} .split{grid-template-columns:1fr} .split .media img{min-height:300px} .quote-grid{grid-template-columns:1fr;text-align:center;gap:28px} .quote-grid .portrait{max-width:220px;margin-inline:auto} } @media (max-width:560px){ section{padding-block:60px} .hero-inner{padding:88px 24px 92px} .pillar-grid,.res-grid{grid-template-columns:1fr} .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px} .gallery-grid a.wide{grid-column:span 2} } /* Dark-OS viewers */ @media (prefers-color-scheme:dark){ :root{ --paper:#0f1720;--sand:#131c26;--ink:#e7edf3;--muted:#9fb0bd; --line:#24333f;--navy:#7fb4d8;--navy-900:#0a2b47; } body{background:#0b131b;color:var(--ink)} h1,h2,h3{color:#dfeaf3} header.site{background:rgba(15,23,32,.92);border-bottom-color:var(--line)} nav.primary a,.btn.ghost{color:#dfeaf3} .pillar,.res-card,.split .body{background:#111b24} .pillar p,.res-card p,.lead-copy{color:var(--muted)} } @media print{ header.site,.hero-cta,.mobile,.join .btn,.nav-actions{display:none!important} .hero::after{background:none} body{font-size:12pt} section{padding-block:24px} }
Centerspace team members gathered around a table in conversation

Centerspace · Better Every Days

Diversity, Equity & Inclusion

We honor the diversity represented in our company and communities as part of our ongoing commitment to creating Better Every Days — a place where everybody belongs.

Our Commitment

One team, collectively strong

At Centerspace, we honor the diversity represented in our company and communities as part of our ongoing commitment to creating Better Every Days. Built upon four pillars, we strive to provide an environment that every team member and resident is proud to call home.

Education

Building awareness and understanding through continual learning and open dialogue.

Workplace

Nurturing an environment where every team member can bring their whole selves to work.

Community

Becoming a better reflection of the world we live in and the communities we serve.

Partnerships

Recognizing talent of different backgrounds and experiences united by shared goals.

Our Mission

Where every great idea can be heard

At Centerspace, it is our mission to create a culture that is inclusive, equitable, and diverse by fostering an environment where every great idea can be heard, and everybody belongs. We are committed to becoming a better reflection of the world we live in and the communities we serve.

We strive to develop enduring change by recognizing talent with different backgrounds and experiences with shared goals, and by nurturing an environment where every team member can bring their whole selves to work. We become more just by embracing our challenges, committing to open dialogue, and resolving to make Better Every Days.

Centerspace team members collaborating together
Julie Letner, Senior Vice President, Talent & Culture

“At Centerspace, we come together as one team, knowing that what makes us uniquely special is what makes us collectively strong.”

Julie Letner
Senior Vice President, Talent & Culture

Careers

Join our team

We are always seeking energetic, innovative individuals to join our team. If you have a passion for providing great homes and share our values of teamwork and integrity, we would love to hear from you.

Explore our open positions and learn more today.

View Open Positions