@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
}

p, ul, ol {
  margin: 0 0 1.5em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 0.5em 2em;
}
ul li ul {
  margin: 0.5em 0;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 0.5em 2em;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

select, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=number], input[type=password], textarea {
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=number], input[type=password], textarea {
  font: normal 14px/17px sans-serif;
  padding: 8px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.centered, .aligncenter, .centred, .aligncentre, .center, .centre {
  text-align: center;
}

summary::marker {
  content: "";
}

summary::-webkit-details-marker {
  display: none;
}

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 1s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate, body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate, body.sal-disabled [data-sal|=flip] {
  transform: none;
}


/*
	Colors
*/
/*
	Fonts
*/
/*
	Global
*/
html {
  scroll-behavior: smooth;
}

h2, .filters {
  scroll-margin-top: 180px;
}

body {
  background: #E2C9E1;
  color: #161C48;
  font: 400 18px/150% "Inter", sans-serif;
  font-optical-sizing: auto;
  padding-left: 20px;
  text-align: center;
}
body.noscroll {
  overflow: hidden;
}

h1 {
  font: 500 68px/130% "Inter", sans-serif;
  margin: 0;
}
h1 a {
  text-decoration: none;
}

h2 {
  font: 500 48px/130% "Inter", sans-serif;
  margin-bottom: 60px;
}
h2 a {
  text-decoration: none;
}

h3, .h3 {
  font: 500 28px/150% "Inter", sans-serif;
  margin-bottom: 20px;
}
h3 a, .h3 a {
  text-decoration: none;
}

p + h3, ul + h3, ol + h3 {
  margin-top: 60px;
}

.page-text + .page-text > h3:first-child {
  margin-top: 80px;
}

blockquote {
  margin: 1.5em 3em;
}
blockquote p:last-child {
  margin-bottom: 0;
}

a, button {
  color: #161C48;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
}

button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

a::before, button::before {
  background-color: #161C48;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

a:hover::before, button:hover::before {
  transform-origin: top left;
  transform: scaleX(1);
}

a.na:hover::before {
  transform: scaleX(0);
}

.outer-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.inner-wrapper {
  margin: 0 auto;
  max-width: 1290px;
  padding: 0 120px 0 40px;
  position: relative;
  text-align: left;
}

figure {
  margin-bottom: 80px;
}
figure img {
  display: block;
  margin: 0 auto;
}
figure.left {
  float: left;
  margin: 0 2.5641025641% 2em 0;
  width: 48%;
}
figure.right {
  float: right;
  margin: 0 0 2em 2.5641025641%;
  width: 48%;
}
figure figcaption {
  font-size: 16px;
  line-height: 130%;
  padding: 10px 0 0;
}
figure figcaption p {
  margin: 0;
}

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.link {
  font: 500 24px/150% "Inter", sans-serif;
  padding-bottom: 6px;
}
.link svg {
  margin-left: 10px;
}

.widont {
  white-space: nowrap;
}

/**
 * Header	
*/
.menu-btn {
  display: none;
}

header {
  background: #E2C9E1;
  border-top: 20px solid #E2C9E1;
  padding: 20px 40px 20px 20px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 3;
}
header .logo {
  height: 73px;
  width: 210px;
}
header .logo a {
  display: block;
  position: relative;
}
header .logo img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}
header .logo-dark {
  opacity: 1;
}
header .logo-light {
  opacity: 0;
}
header.header-light {
  background: #FFF;
}
header.header-light .logo-dark {
  opacity: 0;
}
header.header-light .logo-light {
  opacity: 1;
}
header.header-light nav ul {
  background: #F3E9F3;
}
header .outer-wrapper {
  align-items: flex-start;
  display: flex;
}
header nav {
  margin-left: auto;
  width: auto;
}
header nav ul {
  background: #FFF;
  border-radius: 50px;
  padding: 6px 20px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
header nav ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
header nav ul li a {
  display: inline-block;
  margin: 20px;
}
header nav ul li ul {
  border-radius: 30px;
  display: none;
  left: -20px;
  margin-top: 15px;
  padding: 20px 40px;
  position: absolute;
  text-align: left;
  width: 270px;
}
header nav ul li ul li {
  display: block;
}
header nav ul li ul a {
  margin: 5px 0;
}

.hero.home-hero .inner-wrapper {
  justify-content: center;
  min-height: 640px;
}
.hero.home-hero .inner-wrapper h1 {
  font-size: 48px;
  line-height: 130%;
  margin-bottom: 1em;
}
.hero .inner-wrapper {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding-bottom: 100px;
}
.hero .lede-badge {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
.hero.entry-hero {
  padding: 100px 0;
}
.hero.entry-hero .inner-wrapper {
  justify-content: flex-start;
  min-height: 180px;
  padding-bottom: 0;
}
.hero.entry-hero .entry-heading {
  margin-left: 230px;
}
.hero.entry-hero .entry-heading .badge {
  margin-bottom: 40px;
}
.hero.entry-hero h1 {
  font-size: 48px;
  line-height: 130%;
  margin: 0;
}
.hero.entry-hero .outer-wrapper {
  position: relative;
}
.hero.entry-hero .entry-meta {
  top: 0;
  left: 20px;
  position: absolute;
  text-align: left;
  width: 230px;
}
.hero.entry-hero .entry-meta p {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 30px;
}
.hero.entry-hero .entry-meta p:last-child {
  margin: 0;
}
.hero.entry-hero .entry-meta .badge {
  margin-bottom: 15px;
}

/**
 * Content	
*/
.body {
  background: #FFF url(../img/purple-corner.svg) no-repeat right top;
  padding: 80px 0;
}

.intro {
  font-size: 24px;
  line-height: 150%;
}

.page-text {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 60px;
  margin-left: 230px;
}
.page-text.entry-text {
  font-size: 18px;
  line-height: 150%;
}
.page-text p:last-child, .page-text ul:last-child {
  margin-bottom: 0;
}
.page-text + .page-text {
  margin-top: -20px;
}
.page-text + h2, .page-text + .page-text > h2 {
  margin-top: 80px;
}

.page-link + .page-link {
  margin-top: -40px;
}

.pullquote {
  background: #EEEC7F url(../img/white-corner.svg) no-repeat right top;
  margin: 60px 0;
  padding: 80px 0;
}
.pullquote.peach {
  background-color: #F0A57F;
}
.pullquote.lavender {
  background-color: #F3E9F3;
}
.pullquote .page-text {
  font-size: 28px;
  line-height: 150%;
  margin: 0 0 0 230px;
}
.pullquote cite {
  font: 600 16px/150% "Inter", sans-serif;
  text-transform: uppercase;
}
.pullquote cite:before {
  content: "— ";
}

details {
  border-top: 1px solid #161C48;
  padding: 2em 0;
  transition: all 0.3s ease-in-out;
}
details[open] summary h3 {
  margin-bottom: 20px;
}

summary {
  cursor: pointer;
  display: flex;
}
summary h3 {
  margin: 0;
}
summary svg {
  font-size: 28px;
  margin-left: auto;
}

.open-roles {
  font-size: 18px;
  line-height: 150%;
}

.open-roles-headings, .open-roles-row {
  display: flex;
}

.open-roles-headings {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.open-roles-row {
  border-bottom: 1px solid #161C48;
  padding: 30px 0;
}
.open-roles-row strong.label {
  display: none;
}

.role-col {
  flex-shrink: 0;
  width: 33.33%;
}
.role-col .link {
  font-size: 18px;
}
.role-col:last-child {
  text-align: right;
}

.swiper {
  margin-bottom: 40px;
}

.swiper-fade {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 15%), linear-gradient(90deg, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.swiper-wrapper {
  align-content: center;
  align-items: center;
  display: flex;
  transition-timing-function: linear !important;
}
.swiper-wrapper .swiper-slide {
  filter: grayscale(1);
  padding: 0 40px;
}
.swiper-wrapper .swiper-slide img {
  max-height: 100px;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.person {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 30px;
  width: 49%;
}
.person.even {
  margin-left: auto;
}
.person a {
  display: block;
  overflow: hidden;
}
.person a:hover img {
  transform: scale(1.02);
}
.person img {
  display: block;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.person p {
  margin: 0;
}
.person strong {
  font-weight: 500;
}

.overlay {
  background: rgba(226, 201, 225, 0.65);
  bottom: 0;
  left: 20px;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 99;
}

.person-detail {
  background: #FFF;
  clip-path: polygon(0 0, calc(100% - 200px) 0, 100% 174px, 100% 100%, 0 100%);
  margin-top: 119px;
  min-height: calc(100% - 119px);
  padding: 80px 0;
}
.person-detail .person-meta {
  display: flex;
}
.person-detail .person-meta p {
  margin-bottom: 2em;
  width: 48%;
}
.person-detail .person-meta p:nth-child(even) {
  margin-left: auto;
}
.person-detail .person-meta strong {
  font: 600 14px/150% "Inter", sans-serif;
  text-transform: uppercase;
}
.person-detail .bio {
  font-size: 18px;
  line-height: 150%;
}

.person-close {
  font: 600 14px/150% "Inter", sans-serif;
  position: absolute;
  right: 120px;
  text-transform: uppercase;
  top: 20px;
}
.person-close svg {
  margin-left: 10px;
}

.impact-logo {
  left: 20px;
  position: absolute;
  width: 200px;
}

.beige {
  background: #F9F6F3;
}

.no-results {
  font-style: italic;
  padding: 60px;
}

.card {
  align-items: flex-start;
  display: flex;
  padding: 40px 20px;
  text-align: left;
}

.card-thumbnail {
  background: #FFF;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 5.4166666667%;
  width: 42.5%;
}
.card-thumbnail:hover img {
  transform: scale(1.02);
}
.card-thumbnail img {
  display: block;
  transition: all 0.3s ease-in-out;
}

.logo-thumbnail {
  align-items: center;
  aspect-ratio: 3/2;
  display: flex;
  padding: 60px;
}

.card-content {
  width: 42.5%;
}
.card-content h3 {
  margin: 30px 0;
}

.badge {
  display: flex;
  font: 600 16px/150% "Inter", sans-serif;
  text-transform: uppercase;
}
.badge span {
  margin-left: auto;
}

.card-tags {
  font: 500 16px/150% "Inter", sans-serif;
  margin: 30px 0;
}

.card-author {
  font: 600 16px/150% "Inter", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.pagination, .entry-nav {
  color: #666;
  display: flex;
  font-size: 28px;
  line-height: 150%;
  margin: 60px 0 0;
  padding: 0 20px;
}
.pagination > a.prev svg, .entry-nav > a.prev svg {
  margin-right: 10px;
}
.pagination > a.next, .entry-nav > a.next {
  margin-left: auto;
}
.pagination > a.next svg, .entry-nav > a.next svg {
  margin-left: 10px;
}
.pagination .pagination-numbers, .entry-nav .pagination-numbers {
  flex-grow: 1;
}
.pagination .pagination-numbers a, .pagination .pagination-numbers span, .entry-nav .pagination-numbers a, .entry-nav .pagination-numbers span {
  margin: 0 10px;
}

/**
 * Filters	
*/
.filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 0 20px;
  text-align: left;
}
.filters p.clear-filters {
  margin-bottom: 1em;
  width: 100%;
}
.filters p.clear-filters svg {
  margin-right: 10px;
}

.filter {
  margin-right: 1.4285714286%;
  position: relative;
  width: 19.0714285714%;
}
.filter:nth-of-type(4n+0) {
  margin-right: 0;
}
.filter .filter-title {
  align-items: center;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 20px;
  display: flex;
  padding: 15px;
  text-decoration: none;
  transition: none;
}
.filter .filter-title svg {
  margin-left: auto;
}
.filter .filter-title.open {
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.filter .filter-clear {
  display: none;
}
.filter .filter-clear a {
  border-bottom: 1px solid #000;
  display: block;
  padding: 5px 18px;
}
.filter .filter-clear svg {
  margin-right: 10px;
}
.filter .filter-options {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 0 0 20px 20px;
  display: none;
  max-height: 300px;
  overflow: scroll;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.filter .filter-options ul {
  margin: 0;
  padding: 0 0 18px;
}
.filter .filter-options li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.filter .filter-options li:first-child label {
  padding-top: 6px;
}
.filter .filter-options label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  padding: 5px 15px;
  width: 100%;
}
.filter .filter-options label:hover, .filter .filter-options label:has(input:checked) {
  background: #F3E9F3;
}
.filter .filter-options label input {
  margin-right: 10px;
  margin-top: 6px;
}

.form-sort {
  margin-left: auto;
}
.form-sort label {
  cursor: pointer;
  margin-right: 20px;
}
.form-sort input {
  margin-right: 10px;
}

/**
 * Forms	
*/
.fields {
  display: flex;
  margin-bottom: 30px;
}
.fields .field {
  width: 49%;
}
.fields .field:nth-child(even) {
  margin-left: auto;
}
.fields .field input {
  border: 0;
  border-bottom: 1px solid #161C48;
  color: #161C48;
  font-size: 18px;
  padding: 10px 0;
}
.fields .field input:focus {
  outline-color: #161C48;
}

/**
 * Footer	
*/
footer {
  background: #161C48 url(../img/white-corner.svg) no-repeat right top;
  border-bottom: 20px solid #E2C9E1;
  color: #E2C9E1;
  padding-bottom: 20px;
}
footer .outer-wrapper {
  background: transparent url(../img/logo-footer.svg) no-repeat right 40px top 50px;
  padding-top: 400px;
}
footer a {
  color: #E2C9E1;
}
footer a::before {
  background: #E2C9E1;
}

.footer-content {
  align-items: flex-start;
  display: flex;
  padding-bottom: 40px;
  text-align: left;
}
.footer-content ul {
  margin: 0;
}
.footer-content li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  margin-bottom: 30px;
}
.footer-content li ul {
  margin-top: 10px;
}
.footer-content li ul li {
  font-weight: 400;
  margin-bottom: 10px;
}
.footer-content strong {
  font-size: 14px;
  text-transform: uppercase;
}
.footer-content p {
  line-height: 180%;
  margin-bottom: 2em;
}

.footer-1, .footer-2, .footer-3 {
  padding: 0 60px;
  width: 33.33%;
}

.footer-copyright {
  font-size: 16px;
  line-height: 150%;
}

@media screen and (max-width: 960px) {
  h2, .cards-wrapper {
    scroll-margin-top: 120px;
  }
  body {
    padding-left: 5px;
  }
  .menu-btn {
    background: #FFF;
    border-radius: 50px;
    display: inline-block;
    margin-left: auto;
    padding: 15px 30px;
    transition: all 0.3s ease-in-out;
  }
  .logo {
    width: 170px;
  }
  header {
    border-top-width: 5px;
    padding: 20px;
  }
  header.header-light .menu-toggle {
    background: #F3E9F3;
  }
  header nav {
    background: #E2C9E1 !important;
    bottom: 0;
    left: 100%;
    margin-left: 0;
    padding: 25px 20px 20px;
    position: fixed;
    text-align: left;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  header nav .close-btn-container {
    text-align: right;
  }
  header nav ul {
    background: #E2C9E1 !important;
    border-radius: 0;
    clear: both;
    font-size: 34px;
    font-weight: 500;
    line-height: 130%;
    padding: 60px 0 0;
  }
  header nav ul li {
    display: block;
  }
  header nav ul li a {
    display: flex;
    margin: 0;
    padding: 10px 0;
  }
  header nav ul li a svg {
    margin-left: auto;
  }
  header nav ul li ul {
    background: #E2C9E1 !important;
    border-radius: 0;
    font-size: 24px;
    line-height: 130%;
    margin: 10px 0;
    padding: 0;
    position: static;
    width: auto;
  }
  header nav ul li ul a {
    margin: 0;
    padding: 5px 0;
  }
  .link {
    font-size: 20px;
  }
  h1 {
    font-size: 38px;
    line-height: 140%;
  }
  h2 {
    font-size: 34px;
    line-height: 130%;
    margin-bottom: 40px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 150%;
  }
  p + h3, ul + h3, ol + h3 {
    margin-top: 40px;
  }
  .page-text + .page-text > h3:first-child {
    margin-top: 60px;
  }
  .impact-logo {
    margin-bottom: 40px;
    padding-left: 20px;
    position: static;
  }
  .hero.home-hero .inner-wrapper {
    min-height: 0;
    padding: 60px 20px;
  }
  .hero.home-hero .inner-wrapper h1 {
    font-size: 38px;
    line-height: 130%;
  }
  .hero .inner-wrapper {
    min-height: 0;
    padding: 120px 20px 60px;
  }
  .hero .lede-badge {
    font-size: 20px;
    line-height: 130%;
  }
  .hero.entry-hero {
    padding: 0;
  }
  .hero.entry-hero .inner-wrapper {
    justify-content: flex-start;
    min-height: 0;
    padding: 60px 20px;
  }
  .hero.entry-hero .entry-heading {
    margin-left: 0;
  }
  .hero.entry-hero .entry-heading .badge {
    margin-bottom: 40px;
  }
  .hero.entry-hero h1 {
    font-size: 38px;
    line-height: 130%;
  }
  .hero.entry-hero .entry-meta {
    position: static;
    width: auto;
  }
  .entry-heading {
    margin-bottom: 40px;
  }
  .inner-wrapper {
    padding: 0 20px;
  }
  figure {
    margin-bottom: 40px;
  }
  figure.featured-image {
    margin-top: 60px;
  }
  .body {
    background-position: right -1px top -1px;
    background-size: 120px 104px;
    padding: 60px 0;
  }
  .intro {
    font-size: 20px;
    line-height: 150%;
  }
  .page-text {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .page-text + .page-text {
    margin-top: -20px;
  }
  .page-text + h2, .page-text + .page-text > h2 {
    margin-top: 60px;
  }
  .page-link + .page-link {
    margin-top: -20px;
  }
  .pullquote {
    background-position: right -1px top -1px;
    background-size: 120px 104px;
    margin: 40px 0;
    padding: 120px 0;
  }
  .pullquote .page-text {
    font-size: 24px;
    line-height: 150%;
    margin: 0;
  }
  .overlay {
    left: 5px;
    padding-top: 0;
    top: 5px;
  }
  .person-detail {
    background-image: none;
    clip-path: none;
    overflow-x: scroll;
    padding: 120px 0;
    left: 5px;
    top: 5px;
  }
  .person-detail .person-meta {
    display: block;
  }
  .person-detail .person-meta p {
    width: 100%;
  }
  .person-detail .person-meta p:last-child {
    margin-top: -20px;
  }
  .person-close {
    background: #F3E9F3;
    border-radius: 50px;
    padding: 15px 30px;
    font: 400 18px/150% "Inter", sans-serif;
    right: 20px;
    text-transform: none;
    top: -100px;
  }
  .person-close svg {
    display: none;
  }
  .person-close:hover::before {
    transform: scaleX(0);
  }
  footer {
    background-position: right -1px top -1px;
    background-size: 120px 104px;
    border-bottom: 5px solid #E2C9E1;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
  }
  footer .outer-wrapper {
    background-size: 333px 94px;
    padding: 200px 20px 20px;
  }
  .footer-content {
    display: block;
  }
  .footer-1, .footer-2, .footer-3 {
    padding: 0;
    width: auto;
  }
  figure.left, figure.right, img.alignright, img.alignleft {
    float: none;
    margin: 0 0 1em;
    width: auto;
  }
  /**
   * Filters	
  */
  .filters {
    display: block;
    margin-bottom: 40px;
  }
  .filter {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
  .form-sort {
    width: 100%;
  }
  .form-sort label {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .card {
    display: block;
    padding: 20px;
  }
  .card-thumbnail {
    margin-right: 0;
    width: 100%;
  }
  .card-content {
    margin-top: 30px;
    width: 100%;
  }
  .pagination, .entry-nav {
    font-size: 20px;
    line-height: 150%;
    margin: 40px 0 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .team-grid {
    display: block;
    margin-bottom: 40px;
  }
  .person {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 30px;
    width: 100%;
  }
  .open-roles-headings {
    display: none;
  }
  .open-roles-headings {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .open-roles-row {
    border-bottom: 1px solid #161C48;
    display: block;
    padding: 30px 0;
  }
  .open-roles-row strong.label {
    display: inline-block;
    margin-right: 10px;
  }
  .role-col {
    width: 100%;
  }
  .role-col:last-child {
    text-align: left;
  }
  .fields {
    display: block;
    margin: 0;
  }
  .fields .field {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  footer .outer-wrapper {
    background-position: left 20px top 50px;
  }
}
