:root {
  --white: #fff;
  --fftf-black: #231e1c;
  --fftf-gold: #ffc32c;
  --grid-stroke-color: #a5a5a5;
  --100-transparent: #231e1c00;
  --fftf-tan: #f5f1c7;
  --12p-trans-grey: #b6b6b61f;
  --semi-transparent-yellow: #ffc32c4d;
  --grid-square: #9f9f9f14;
  --p-width: 90%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Special Gothic Condensed One, Arial, sans-serif;
  font-size: 6.5vw;
  font-weight: 700;
  line-height: 1.05;
}

h2 {
  color: var(--white);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Special Gothic Condensed One, Arial, sans-serif;
  font-size: 2.3vw;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--fftf-black);
  letter-spacing: .015em;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Special Gothic Condensed One, Arial, sans-serif;
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--fftf-black);
  letter-spacing: .015em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Special Gothic Condensed One, Arial, sans-serif;
  font-size: clamp(21px, 2.4vw, 33px);
  line-height: 24px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Nanum Myeongjo, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
  font-family: Nanum Myeongjo, Arial, sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  border-bottom: 1px none var(--fftf-gold);
  background-color: #ffc32c4d;
  font-weight: 700;
}

blockquote {
  text-align: center;
  letter-spacing: 0;
  border-left: 5px #e2e2e2;
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 2em;
  padding: 0 25%;
  font-family: Nanum Myeongjo, Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25;
}

figure {
  margin-bottom: 10px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.decorative-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 180px 180px 180px 180px;
  grid-template-columns: 180px 180px 180px 180px 180px;
  grid-auto-flow: row;
  place-items: center;
  height: 750px;
}

.decorative-grid.pull-quote-squares {
  height: 400px;
  position: relative;
  top: -100px;
}

.decorative-grid.short-header-under {
  height: 600px;
  position: relative;
  top: -215px;
  overflow: hidden;
}

.decorative-grid.short-hero-grid-cs2 {
  grid-template-rows: 180px 180px 180px 180px;
  grid-template-columns: 180px 180px 180px 180px 180px;
  height: 400px;
  position: relative;
  top: -180px;
}

.decorative-grid.yellow-lines-grid {
  z-index: 10;
  grid-template-rows: 180px 180px 180px 180px;
  grid-template-columns: 180px 180px 180px 180px 180px;
  place-items: end;
  height: 750px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.decorative-grid.yellow-lines-grid.short-hero-grid1 {
  grid-template-rows: 180px 180px 180px 180px;
  grid-template-columns: 180px 180px 180px 180px 180px;
  height: 400px;
  top: -180px;
}

.decorative-grid.yellow-lines-grid.pull-quote {
  height: 400px;
  top: -100px;
}

.decorative-grid.yellow-lines-grid.contact-hero {
  height: 600px;
  top: -215px;
  overflow: hidden;
}

.decorative-grid.yellow-lines-grid.short-hero-grid-cs1, .decorative-grid.yellow-lines-grid.short-hero-grid1 {
  grid-template-rows: 180px 180px 180px 180px;
  grid-template-columns: 180px 180px 180px 180px 180px;
  height: 400px;
  top: -180px;
}

.decorative-grid.short-hero-grid2 {
  grid-template-rows: 180px 180px 180px 180px;
  grid-template-columns: 180px 180px 180px 180px 180px;
  height: 400px;
  position: relative;
  top: -180px;
}

.decorative-grid.short-footer {
  margin-top: -224px;
}

.decorative-grid-wrap {
  z-index: 10;
  background-image: linear-gradient(180deg, var(--fftf-black) 10%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black));
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 750px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.decorative-grid-wrap.contact-grid-wrap {
  padding-top: 29px;
}

.decorative-grid-wrap.no-height {
  height: auto;
}

.decorative-grid-wrap.short-footer-wrap {
  height: auto;
  padding-top: 0;
}

.grid-square {
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  display: block;
  position: relative;
}

.grid-square.border-l {
  border-bottom: 1px none var(--grid-stroke-color);
  border-left: 1px solid var(--grid-stroke-color);
}

.grid-square.border-l-t {
  border-top: 1px solid var(--grid-stroke-color);
  border-bottom: 1px none var(--grid-stroke-color);
  border-left: 1px solid var(--grid-stroke-color);
}

.grid-square.border-l-t.false {
  border-top-color: var(--100-transparent);
  border-bottom-color: var(--100-transparent);
  border-left-color: var(--100-transparent);
  border-top-color: var(--100-transparent);
  border-bottom-color: var(--100-transparent);
  border-left-color: var(--100-transparent);
}

.grid-square.false-border {
  border-top: 1px solid var(--100-transparent);
  border-bottom: 1px none var(--grid-stroke-color);
  border-left: 1px solid var(--100-transparent);
}

.gradient-grid-overlay {
  z-index: 5;
  background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black));
  width: 100%;
  height: 750px;
  position: absolute;
  inset: 0%;
}

.gradient-grid-overlay.footer-gradient {
  background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 19%, #231e1c00 42%, #231e1ca6 70%, var(--fftf-black));
}

.gradient-grid-overlay.short-hero-gradient {
  background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black) 89%);
  height: 400px;
}

.gradient-grid-overlay.auto-height {
  background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black) 89%);
  height: auto;
}

.gradient-grid-overlay.contact-hero {
  background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black) 89%);
  height: 414px;
}

.gradient-grid-overlay.quote-section-gradient {
  background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black) 89%);
  height: auto;
}

.gradient-grid-overlay.quote-section-gradient.mobile-only {
  display: none;
}

.gradient-grid-overlay.flipped {
  background-image: linear-gradient(180deg, #8c877e00 76%, #8c877e33), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black));
  height: auto;
}

.gradient-grid-overlay.cs-gradient, .gradient-grid-overlay.short-hero-gradient {
  background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black) 89%);
  height: 400px;
}

.gradient-grid-overlay.short-footer-gradient {
  background-image: linear-gradient(180deg, #8c877e1f, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 19%, #231e1c00 42%, #231e1ca6 70%, var(--fftf-black));
  height: auto;
}

.gradient-grid-overlay.short-footer-gradient.mobile-only {
  display: none;
}

.gradient-grid-overlay.short-footer-gradient.main {
  background-image: linear-gradient(180deg, #8c877e1f, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 19%, #231e1c80 42%, #231e1ca6 64%, var(--fftf-black) 86%);
}

.gold-line-left-fade {
  background-image: linear-gradient(90deg, #ffc32c00, var(--fftf-gold));
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  right: -1px;
}

.gold-line-right-fade {
  background-image: linear-gradient(270deg, #ffc32c00, var(--fftf-gold));
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.innner-grid-fill {
  background-color: #9f9f9f1a;
  width: 100%;
  height: 100%;
}

.innner-grid-fill.extra-white {
  background-color: #9f9f9f29;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
}

.logo {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.menu-button {
  z-index: 2;
}

.menu-button.w--open {
  background-color: #fff0;
}

.nav-menu {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  inset: 0%;
}

.nav-inner-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #ffffef;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 14px;
  transition: all .15s cubic-bezier(.55, .085, .68, .53);
  display: block;
}

.nav-link:hover {
  color: var(--fftf-gold);
}

.nav-link.w--current {
  color: var(--fftf-gold);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.right-most-nav {
  margin-right: 0;
}

.nav-link.right-most-nav.admin-menu-right {
  color: var(--fftf-black);
  font-weight: 700;
}

.nav-link.footer-credit.mobile-only, .nav-link.footer-credit.mobile-only-black {
  display: none;
}

.nav-link.footer-credit-link.mobile-only, .nav-link.footer-credit-link.mobile-only-black {
  display: none;
}

.nav-link.admin-menu {
  color: var(--fftf-black);
  font-weight: 700;
}

.nav-link.mobile-only-nav {
  display: none;
}

.nav-link.footer-nav-link {
  margin-bottom: 6px;
  margin-left: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.nav-link.footer-nav-link.w--current {
  color: var(--fftf-gold);
  border-bottom-style: none;
}

.nav-link.footer-nav-link.admin-nav {
  color: var(--fftf-black);
  letter-spacing: .1em;
  font-weight: 700;
}

.nav-link.footer-nav-link.admin-nav:hover {
  color: var(--fftf-black);
}

.nav-link.footer-credit {
  letter-spacing: .18em;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 6px;
  font-size: 7px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.footer-credit:hover {
  color: var(--white);
}

.nav-link.footer-credit.admin-credit {
  color: var(--fftf-black);
  letter-spacing: .1em;
  font-weight: 700;
}

.nav-link.footer-credit.mobile-only, .nav-link.footer-credit.mobile-only-black {
  display: none;
}

.nav-link.footer-credit.mobile-only {
  display: none;
}

.nav-link.footer-credit.no-pointer {
  cursor: auto;
}

.nav-link.footer-credit-link {
  letter-spacing: .16em;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 6px;
  font-size: 7px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.footer-credit-link:hover {
  color: var(--fftf-gold);
}

.nav-link.footer-credit-link.admin-credit-link {
  color: var(--fftf-black);
  letter-spacing: .1em;
  font-weight: 700;
}

.nav-link.footer-credit-link.mobile-only, .nav-link.footer-credit-link.mobile-only-black, .nav-link.footer-credit-link.mobile-only {
  display: none;
}

.menu-image-close {
  filter: invert();
  width: 20px;
}

.mobile-red-line {
  display: none;
}

.menu-image-open {
  filter: invert();
  width: 20px;
}

.nav-logo-img {
  width: 195px;
}

.nav-logo-img.footer-logo {
  width: 225px;
}

.navbar {
  z-index: 12;
  background-color: var(--100-transparent);
  position: absolute;
  inset: 0% 0% auto;
}

.content-container {
  z-index: 11;
  width: 100%;
  position: relative;
  inset: 0%;
}

._12-col-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 100px auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 1em;
  padding-left: 4em;
  padding-right: 4em;
  display: grid;
  position: absolute;
}

._12-col-grid.seamless-staff-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 1fr 2em;
  height: auto;
  position: relative;
}

._12-col-grid.home-video-grid {
  z-index: 7;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 2em 150px 1fr 1fr 1fr auto 2em;
  height: auto;
  position: relative;
}

._12-col-grid.grant-resource-menu {
  z-index: 4;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 2em auto auto 6em;
  padding-bottom: 0;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

._12-col-grid.grant-resource-menu.grant-entry-page {
  grid-template-rows: 1.5em auto auto 1.5em;
}

._12-col-grid.home-hero {
  grid-column-gap: 2em;
  grid-template-rows: 160px auto 2em auto auto auto 2em;
  height: auto;
  min-height: 750px;
  position: relative;
}

._12-col-grid.lrg-footer-grid {
  z-index: 11;
  grid-row-gap: 2em;
  grid-template-rows: 2em auto auto auto auto auto auto auto;
  display: grid;
  position: relative;
}

._12-col-grid.headline-sect-grid {
  grid-template-rows: 2em auto 2em;
  place-items: center;
  height: 100%;
  position: relative;
}

._12-col-grid.headline-sect-grid.about1 {
  grid-template-rows: auto;
  padding-top: 3em;
  padding-bottom: 4em;
  position: relative;
}

._12-col-grid.team-section {
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  grid-template-rows: 2em auto auto 2em;
  height: auto;
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
}

._12-col-grid.services-page {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  grid-template-rows: 4em auto auto auto auto 3em;
  height: auto;
  position: relative;
}

._12-col-grid.contact-grid {
  grid-column-gap: 2em;
  grid-template-rows: 160px auto auto auto auto auto 2em;
  height: 100%;
  position: relative;
}

._12-col-grid.pricing-section-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: 2em auto auto auto auto auto 2em;
  padding-bottom: 4em;
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
}

._12-col-grid.cs-lrg-quote-grid {
  z-index: 12;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 2em 200px 1fr 1em;
  height: auto;
  position: relative;
}

._12-col-grid.cs-numbers {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 2em 120px auto 1fr 2em;
  height: auto;
  position: relative;
}

._12-col-grid.comm-impact {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 2em auto auto auto 1em 1fr 1em auto auto 4em;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

._12-col-grid.more-cs-menu {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 1em auto auto 3em;
  padding-bottom: 0;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

._12-col-grid.short-admin-footer {
  z-index: 11;
  grid-row-gap: 2em;
  background-image: linear-gradient(166deg, #fff 4%, #fff0 18%, #fff0 78%, white), linear-gradient(14deg, var(--white), #ffc32c99 21%, var(--white) 63%);
  grid-template-rows: 2em auto auto auto 3em;
  padding-top: 0;
  display: grid;
  position: relative;
}

._12-col-grid.case-study-menu1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 2em auto 2.25em;
  padding-bottom: 0;
  position: relative;
}

._12-col-grid.footer-cta {
  grid-template-rows: 100px;
}

._12-col-grid.services-home {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 2em 1fr 2em;
  position: static;
}

._12-col-grid.extend-clients-list {
  z-index: 6;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 2em auto auto 3em;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

._12-col-grid.pull-quote-section-grid {
  grid-template-rows: 2em auto 2em;
  place-items: center;
  height: 100%;
}

._12-col-grid.cs-video-grid {
  z-index: 7;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 2em 150px 1fr 1fr 1fr 3.75em;
  height: auto;
  position: relative;
}

._12-col-grid.lrg-quote-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: 2em 200px 1fr 1em;
  height: auto;
  position: relative;
}

._12-col-grid.admin-hero-grid {
  grid-column-gap: 2em;
  grid-column-gap: 2em;
  grid-template-rows: 100px 1fr;
  height: auto;
  position: relative;
}

._12-col-grid.short-hero-grid {
  grid-column-gap: 2em;
  grid-template-rows: 160px auto 2em;
  height: 400px;
  position: relative;
}

._12-col-grid.gold-contact-grid {
  grid-template-rows: 2em auto auto 2em;
  padding-bottom: 0;
  position: relative;
}

._12-col-grid.short-footer {
  z-index: 11;
  grid-row-gap: 2em;
  grid-template-rows: 2em auto 1em auto 3em;
  display: grid;
  position: relative;
}

._12-col-grid.pricing-page-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: 3em auto auto auto 2em;
  padding-bottom: 4em;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

._12-col-grid.services-home-page {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  grid-template-rows: 4em auto auto auto auto 3em;
  height: auto;
  position: relative;
}

.hero-text-wrap {
  position: relative;
}

.hero-text-wrap.admin {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 6px;
  display: flex;
}

.hero-text-wrap.no-sub-hero {
  padding-top: 2em;
}

.hero-text-wrap.author-date {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 8px;
  display: flex;
}

.eyebrow {
  color: var(--fftf-gold);
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  margin: 2px 4px 10px 0;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  display: block;
}

.eyebrow:hover {
  color: var(--fftf-gold);
}

.eyebrow.w--current {
  color: #fff;
  border-bottom: 1px solid #f24149;
  padding-top: 6px;
  padding-bottom: 6px;
}

.eyebrow.client-service {
  color: var(--fftf-tan);
  margin-right: 0;
}

.eyebrow.no-pointer {
  cursor: auto;
}

.eyebrow.black-eyebrow {
  color: var(--fftf-black);
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
}

.box-arrow {
  background-color: var(--fftf-gold);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.box-arrow.feat-case-arrow {
  margin-bottom: 0;
  margin-left: 5%;
  position: relative;
}

.box-arrow.feat-case-arrow.menu-item-arrow {
  bottom: auto;
  right: auto;
}

.box-arrow.feat-case-arrow.mobile-arrow {
  display: none;
}

.box-arrow.quotee-arrow.bottom-pad, .box-arrow.quotee-arrow.absolute-position {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.box-arrow.grant-res-arrow {
  z-index: 2;
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  inset: 0% 0% auto auto;
}

.box-arrow.extended-clients {
  inset: 0% 0% auto auto;
}

.box-arrow.hero-service-link {
  flex: none;
  margin-left: 5%;
  position: relative;
}

.box-arrow.quotee-arrow {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.box-arrow.quotee-arrow.bottom-pad, .box-arrow.quotee-arrow.absolute-position {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.box-arrow-img {
  width: 16px;
  height: 16px;
  position: relative;
}

.quotee-link {
  color: var(--fftf-black);
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 2px;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  transition: all .15s cubic-bezier(.55, .085, .68, .53);
  display: block;
}

.quotee-link.w--current {
  color: #fff;
  border-bottom: 1px solid #f24149;
  padding-top: 6px;
  padding-bottom: 6px;
}

.quotee-link.case-video-link {
  color: var(--white);
  letter-spacing: .14em;
  margin-right: 14px;
  font-weight: 600;
}

.quotee-link.case-video-link:hover {
  color: var(--fftf-gold);
}

.quotee-link.cta-text-link {
  color: var(--fftf-black);
  margin-top: 1px;
}

.quotee-link.no-arrow-margin {
  margin-top: 0;
  margin-right: 0;
}

.quotee-link.orange-box-link {
  font-weight: 700;
}

.quotee-link.quote-section {
  color: var(--white);
  letter-spacing: .14em;
  margin-right: 14px;
  font-weight: 600;
}

.quotee-link.quote-section:hover {
  color: var(--fftf-gold);
}

.quotee-link.quote-section.mobile-only {
  display: none;
}

.quotee-link.white-text {
  color: var(--white);
  letter-spacing: .12em;
}

.quotee-div {
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quotee-div.video-section {
  justify-content: flex-end;
  align-items: flex-end;
}

.quotee-div.cs-call-out {
  margin-bottom: -6px;
}

.quotee-div.cta-section {
  justify-content: flex-end;
  align-items: center;
}

.quotee-div.cs-button {
  margin-top: 3em;
}

.text-link {
  border-bottom: 1.5px solid var(--100-transparent);
  padding-bottom: 2px;
  padding-left: 3px;
  text-decoration: none;
  transition: all .2s;
}

.text-link:hover {
  border-bottom: 1.5px solid var(--fftf-black);
}

.text-link.error-button {
  background-color: var(--fftf-black);
  border-bottom-style: none;
  border-radius: 1px;
  padding: 8px 7px 9px 11px;
  position: relative;
}

.text-link.button-style {
  z-index: 5;
  background-color: var(--fftf-gold);
  border-bottom-style: none;
  border-radius: 1px;
  padding: 6px 5px 7px 9px;
  position: relative;
}

.text-link.button-style.mobile-full-w {
  border-radius: 0;
}

.text-link.button-style.pricing-button {
  background-color: var(--fftf-black);
}

.text-link.button-style.services-block {
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-link.button-style.hide-on-mobile {
  z-index: 5;
}

.yellow-square {
  background-color: var(--fftf-gold);
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.yellow-square.bottom-left {
  background-color: var(--fftf-black);
  inset: auto auto 0% 0%;
}

.yellow-square.top-left {
  width: 2.5em;
  height: 2.5em;
  inset: 0% auto auto 0%;
}

.yellow-square.top-left.square-margin {
  z-index: 12;
  background-color: var(--fftf-gold);
  margin-left: 2.5em;
  top: 0;
}

.yellow-square.top-left.lrg-quote {
  z-index: 12;
  margin-left: 2.5em;
  top: 0;
}

.yellow-square.bottom-left {
  inset: auto auto 0% 0%;
}

.yellow-square.bottom-left-red {
  z-index: 4;
  background-image: linear-gradient(#fe353533, #fe353533);
  inset: auto auto 0% 0%;
}

.yellow-square.bottom-left {
  z-index: 12;
  background-color: var(--fftf-gold);
  inset: auto auto 0% 0%;
}

.yellow-square.bottom-right-red {
  background-image: linear-gradient(#fe353533, #fe353533);
  inset: auto 0% 0% auto;
}

.yellow-square.top-right-lower {
  z-index: 12;
  inset: 2.5em 2.5em auto auto;
}

.yellow-square.top-right-lower.hide-square {
  display: none;
}

.yellow-square.top-left {
  z-index: 12;
  background-color: var(--fftf-gold);
  inset: 325px auto auto 0%;
}

.yellow-square.top-left-new {
  background-color: #ffc32c;
  width: 2.5em;
  height: 2.5em;
  inset: 0% auto auto 0%;
}

.yellow-square.top-left2 {
  inset: 0% auto auto 0%;
  width: 2.5em;
  height: 2.5em;
  inset: 0% auto auto 0%;
}

.yellow-square.funding-growth-square, .yellow-square.comm-impact {
  z-index: 12;
  inset: 0% 0% auto auto;
}

.yellow-square.floating-square {
  z-index: 12;
  width: 2em;
  height: 2em;
  inset: 6em 8.5em auto auto;
}

.yellow-square.top-right {
  z-index: 12;
  inset: 0% 0% auto auto;
}

.yellow-square.top-right.mobile-only-square {
  display: none;
}

.yellow-square.top-left2 {
  inset: 0% auto auto 0%;
  width: 2.5em;
  height: 2.5em;
  inset: 0% auto auto 0%;
}

.h2-main-black {
  color: var(--fftf-black);
  letter-spacing: .01em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 4.6vw;
}

.h2-main-black.gr-margins {
  margin-bottom: 0;
}

.h2-main-black.more-cs-header {
  text-align: center;
  margin-bottom: 10px;
}

.h2-main-black.white {
  color: var(--white);
  margin-top: 0;
  line-height: 1;
}

.h2-main-black.center-headline-section {
  color: #231e1c;
  margin-bottom: 20px;
}

.h2-main-black.funding-growth-section {
  margin-top: 0;
  margin-bottom: 14px;
}

.h2-main-black.comm-impact-header {
  margin-bottom: 10px;
}

.h2-main-black.about-team-header {
  margin-bottom: 0;
}

.h2-main-black.hide-on-mobile {
  z-index: 5;
  position: relative;
}

.h2-main-black.mobile-only {
  z-index: 10;
  position: relative;
}

.header-text-container {
  position: relative;
}

.header-text-container.client-logos-padding {
  z-index: 3;
}

.header-text-container.pricing {
  flex-flow: column;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.header-text-container.quote-section {
  z-index: 3;
  margin-bottom: 0;
}

.header-text-container.services-info-wrap {
  z-index: 3;
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-right: 2em;
  display: flex;
}

.header-text-container.comm-impact-header {
  z-index: 3;
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1em;
  display: block;
}

.header-text-container.menu-header {
  z-index: 3;
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
}

.black-sub-p {
  color: var(--fftf-black);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.black-sub-p.small-black-p {
  width: auto;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.3;
}

.black-sub-p.small-black-p.funding-stat-description {
  margin-top: 0;
}

.black-sub-p.service-section-width {
  width: 82%;
  margin-top: 15px;
  font-size: 15px;
}

.black-sub-p.headline-section-width-1 {
  text-align: center;
  width: 660px;
}

.black-sub-p.right-align {
  text-align: right;
}

.black-sub-p.card-sub {
  font-size: 14px;
  line-height: 1.2;
}

.black-sub-p.headline-section-width-2 {
  text-align: center;
  width: 630px;
}

.black-sub-p.funding-numbers-p {
  width: 90%;
}

.black-sub-p.service-sub {
  z-index: 5;
  text-align: right;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}

.black-sub-p.service-sub.pricing-page {
  margin-bottom: 1.5em;
  font-size: 16px;
}

.black-sub-p.service-sub.mobile-only {
  display: none;
}

.black-sub-p.gold-contact-section-width {
  width: 90%;
  margin-top: 15px;
  font-size: 15px;
}

.black-sub-p.center-text {
  text-align: center;
}

.service-blocks-wrap {
  border-bottom: 1px dotted var(--fftf-black);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.service-blocks-wrap.second-row {
  border-style: none;
  margin-top: 1.25em;
}

.service-block {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  padding: 1.5em 1.5em 1.5em 2em;
  position: relative;
}

.white-sub-p {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.white-sub-p.footer-tag {
  text-align: right;
  margin-bottom: -4px;
  display: none;
}

.white-sub-p.lrg-quote-p {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

.white-sub-p.hero-sub-width {
  letter-spacing: 0;
  width: 80%;
  font-weight: 400;
  line-height: 22px;
}

.white-sub-p.video-section-width {
  width: 427px;
}

.white-sub-p.center-text {
  text-align: center;
}

.white-sub-p.extended-clients-sub {
  text-align: left;
  margin-bottom: -4px;
}

.white-sub-p.service-coverage {
  width: 65%;
}

.white-sub-p.footer-tag-vislble {
  text-align: right;
  margin-bottom: -4px;
}

.top-right-text-wrap {
  z-index: 5;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.top-right-text-wrap.footer-tag-wrap, .top-right-text-wrap.hide-on-mobile {
  margin-bottom: 0;
}

.top-right-text-wrap.gr-mobile-margin {
  margin-bottom: 2px;
}

.top-right-text-wrap.extend-client-subheader {
  margin-bottom: 15px;
}

.top-right-text-wrap.comm-impact-subhead {
  margin-bottom: 1em;
  padding-bottom: 8px;
}

.top-right-text-wrap.resource-menu {
  margin-bottom: 3px;
  display: none;
}

.top-right-text-wrap.about-team, .top-right-text-wrap.hide-on-mobile {
  margin-bottom: 0;
}

.footer-form-container {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact-form-wrap {
  align-self: center;
  width: 100%;
  max-width: 700px;
  margin-top: 40px;
}

.contact-form-wrap.no-top-margin {
  margin-top: 0;
}

.form-block-style {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #aaaaaa0f;
  background-image: linear-gradient(#231f1d00, #231f1d99), linear-gradient(137deg, #ffffff0f, #ffffff05 25% 50%, #ffffff05 69%, #ffffff0f), linear-gradient(#ffffff05, #ffffff05);
  border: 1px solid #ffffff14;
  border-radius: 8px;
  padding: 2em;
}

.form-block-style.thank-you-msg {
  background-image: linear-gradient(#231f1d00, #231f1d99), linear-gradient(137deg, #ffffff0f, #ffffff05 25% 50%, #ffffff05 69%, #ffffff0f), linear-gradient(#aaaaaa0f, #aaaaaa0f);
  border-radius: 6px;
}

.form-block-style.error-msg {
  background-image: linear-gradient(#231f1d00, #231f1d99), linear-gradient(137deg, #ffffff0f, #ffffff05 25% 50%, #ffffff05 69%, #ffffff0f), linear-gradient(#fe353566, #fe353566);
  border-radius: 6px;
}

.form-block-style.thank-you-msg-gold, .form-block-style.error-msg-gold, .form-block-style.thank-you-msg-gold, .form-block-style.error-msg-gold {
  background-color: #ffffff26;
  background-image: radial-gradient(circle, #ffffff1f, #ffffff1f), linear-gradient(#ffffff57, #fff0 26% 66%, #ffffff59);
  border-color: #ffffff26;
  border-radius: 6px;
}

.form-text {
  color: var(--white);
  letter-spacing: .02em;
  margin-bottom: 10px;
  font-family: Special Gothic Condensed One, Arial, sans-serif;
  font-size: 20px;
}

.form-text.fftf-black {
  color: var(--fftf-black);
}

.form-button {
  background-color: var(--fftf-gold);
  color: var(--fftf-black);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 4px;
  padding: 12px;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.form-button.black-button {
  background-color: var(--fftf-black);
  color: var(--white);
  background-color: var(--fftf-black);
}

.text-field {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--white);
  background-color: #ffffff03;
  border: 1px solid #ffffff0f;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 18px;
  font-family: Nanum Myeongjo, Arial, sans-serif;
  overflow: hidden;
  box-shadow: 1px 3px 7px -1px #0000001f;
}

.text-field.message-field {
  min-height: 100px;
}

.text-field.white-field {
  box-shadow: none;
  color: var(--fftf-black);
  background-color: #ffffff40;
  border-color: #ffffff69;
  border-radius: 4px;
  font-family: Nanum Myeongjo, Arial, sans-serif;
  font-weight: 700;
}

.text-field.white-field.message-field {
  color: var(--fftf-black);
  height: 100px;
  font-family: Nanum Myeongjo, Arial, sans-serif;
  font-weight: 700;
}

.footer-nav-block.right-align {
  justify-content: flex-end;
  display: flex;
}

.footer-nav-block.center-align {
  justify-content: center;
  display: flex;
}

.footer-nav-block.left-padding {
  flex-flow: column;
  display: flex;
  position: relative;
  left: 1.2em;
}

.footer-nav-block.mobile-margin.right-align {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.h2-footer-yellow {
  color: var(--fftf-gold);
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-size: 2vw;
}

.bigger-h1 {
  color: var(--white);
  width: 88%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 6.5vw;
  line-height: 1.05;
}

.bigger-h1.grant-resource-h1 {
  color: #231e1c;
  width: 100%;
  margin-bottom: 0;
  font-size: 5.2vw;
  line-height: 1.05;
}

.short-hero {
  background-color: var(--fftf-black);
  height: 400px;
  position: relative;
  overflow: hidden;
}

.black-p {
  color: var(--fftf-black);
  font-weight: 700;
}

.black-p.price-features {
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 700;
}

.black-p.cc-p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-menu-section {
  background-color: var(--fftf-gold);
  background-image: linear-gradient(#fe353533 5%, #fe353500 45%);
  width: 100%;
  height: auto;
}

.service-img-2 {
  mix-blend-mode: multiply;
  width: 100%;
  max-width: none;
  margin-top: 0;
  position: relative;
  top: 0;
  right: 0;
}

.service-img-2.pricing-page-align {
  width: 90%;
  margin-top: 20px;
}

.service-img-2.show-mobile {
  display: none;
}

.contact-section {
  background-color: var(--fftf-gold);
  background-image: linear-gradient(#fe353533 5%, #fe353500 45%);
  width: 100%;
  height: auto;
  min-height: 630px;
}

.price-card {
  aspect-ratio: 1;
  background-color: #ffffff57;
  background-image: radial-gradient(circle, #ffffff1f, #ffffff2b), linear-gradient(146deg, #ffffff57 3%, #fff0 26% 66%, #ffffff59);
  border: 1px solid #ffffff4d;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.7em;
  display: flex;
  position: relative;
  box-shadow: 0 4px 30px -3px #ffffff40;
}

.price-card.form-edit {
  aspect-ratio: auto;
  background-color: #ffffff26;
  background-image: radial-gradient(circle, #ffffff1f, #ffffff2b), linear-gradient(146deg, #ffffff57 3%, #fff0 26% 66%, #ffffff59);
  border-color: #ffffff26;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 2em;
}

.price-card.price-padding {
  aspect-ratio: auto;
  background-image: linear-gradient(146deg, #ffffff57 3%, #fff0 26% 66%, #ffffff59);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6px;
  padding: 1.5em;
}

.price-tier-h3 {
  letter-spacing: .01em;
  font-size: 2.5vw;
}

.price-numbers {
  color: var(--fftf-black);
  letter-spacing: -.01em;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Nanum Myeongjo, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.price-numbers.no-marign {
  margin-bottom: 0;
  font-size: 17px;
}

.price-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--fftf-black);
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.price-list.no-margin {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.price-list-item {
  color: var(--fftf-black);
  margin-bottom: 0;
}

.yellow-side-bar {
  background-color: var(--fftf-gold);
  background-image: linear-gradient(270deg, #fe353533 4%, var(--100-transparent) 32%);
  width: 100%;
  height: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.yellow-side-bar.mobile-only2, .yellow-side-bar.home-page, .yellow-side-bar.home-page {
  display: none;
}

.services-section, .price-inner {
  position: relative;
}

.price-inner.bottom-border {
  border-bottom: 1px dotted var(--fftf-black);
  border-bottom: 1px dotted var(--fftf-black);
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.black-square {
  background-color: var(--fftf-black);
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.black-square.second-position {
  left: auto;
  right: 30px;
}

.black-square.third-position {
  left: auto;
  right: 50px;
}

.service-square-bullet {
  background-color: var(--fftf-gold);
  width: 12px;
  height: 12px;
  margin-top: .5em;
  margin-left: .5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mobile-only {
  display: none;
}

.small-footer {
  background-color: var(--fftf-black);
  width: 100%;
  position: relative;
}

.small-footer.white-bg {
  background-color: var(--white);
}

.privacy-policy-link {
  color: #262421;
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.privacy-policy-link:hover {
  font-family: Inter, Arial, sans-serif;
}

.fs-cc-banner3_buttons-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--fftf-gold);
  color: #262421;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  padding: 12px 25px;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .15s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.button:hover {
  color: #262421;
  background-color: #ebcc78;
}

.button:active {
  background-color: #ebcc78;
}

.button.cookies-home-allow {
  color: #ebcc78;
  background-color: #d44f33;
  border-left: 1px #000;
  border-right: 4px #ebcc78;
  border-radius: 4px;
  justify-content: center;
  width: 60px;
  margin-top: 0;
  padding: 10px 11px 10px 12px;
  display: flex;
}

.button.cookies-home-allow:hover {
  color: #262421;
  background-color: #ebcc78;
}

.button.cookies-home-allow.margin1 {
  background-color: var(--fftf-gold);
  color: var(--fftf-black);
  letter-spacing: .12em;
  border-radius: 1px;
  align-items: center;
  width: 40px;
  height: 30px;
  margin-left: 6px;
  padding-top: 3px;
  padding-bottom: 2px;
  font-family: Inter, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 19px;
}

.button.cookies-home-allow.margin2 {
  background-color: var(--fftf-gold);
  color: var(--fftf-black);
  letter-spacing: .12em;
  background-image: linear-gradient(#fe353566, #fe353566);
  border-radius: 1px;
  align-items: center;
  width: 40px;
  height: 30px;
  margin-left: 6px;
  padding-top: 3px;
  padding-bottom: 2px;
  font-size: 9px;
  font-weight: 700;
}

.button.small {
  color: #ebcc78;
  background-color: #d44f33;
  border-left: 1px #000;
  border-right: 4px #ebcc78;
  border-radius: 4px;
  max-width: 200px;
  margin-top: 0;
  padding: 8px 11px 8px 12px;
  display: flex;
}

.button.small:hover {
  color: #262421;
  background-color: #ebcc78;
}

.button.small.button-margin {
  background-color: var(--fftf-gold);
  color: var(--fftf-black);
  letter-spacing: .12em;
  background-image: linear-gradient(#fe353566, #fe353566);
  border-radius: 1px;
  align-items: center;
  margin-left: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 9px;
}

.button.small.cookies-buttons {
  color: var(--fftf-black);
  letter-spacing: .12em;
  background-color: #ffc32c;
  border-radius: 1px;
  align-items: center;
  font-size: 9px;
}

.fs-cc-prefs3_header {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fs-cc-manager3_text {
  color: var(--fftf-black);
  letter-spacing: .1em;
  margin-top: 1px;
  margin-left: 0;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: 0;
  max-width: 551px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs3_submit {
  color: var(--fftf-black);
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #ffc32c80;
  border-radius: 1px;
  margin-left: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
}

.fs-cc-prefs3_option {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cc-component {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.fs-cc-prefs3_content {
  background-color: #fff;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 20px 20px;
  display: flex;
}

.copyright {
  color: var(--fftf-black);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.copyright.cookies-links {
  color: var(--white);
  text-align: center;
  letter-spacing: .12em;
  font-family: Inter, Arial, sans-serif;
  font-size: 8px;
  position: absolute;
  inset: auto 0% -25px;
}

.copyright.cookies-links.overlay {
  color: #262421;
  inset: auto auto 20px 20px;
  margin-top: 10px;
  position: absolute;
  inset: auto auto 20px 20px;
}

.fs-cc-banner3_paragraph {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nanum Myeongjo, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.fs-cc-prefs3_checkbox-field {
  pointer-events: none;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 0;
  display: flex;
}

.fs-cc-close-icon {
  cursor: pointer;
  width: 12px;
}

.fs-cc-prefs3_buttons-block {
  align-items: center;
  display: flex;
}

.fs-cc-manager3_component {
  z-index: 999;
  color: #ebcc78;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  padding-left: 4em;
  font-size: 7px;
  font-weight: 700;
  line-height: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager3-link {
  background-color: var(--fftf-gold);
  color: var(--white);
  letter-spacing: .1em;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inter, Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

.fs-cc-banner3_component {
  z-index: 998;
  background-color: #0000;
  background-image: linear-gradient(0deg, var(--fftf-black), #100e0d38 62%, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin: 0;
  padding-top: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs3_form {
  border-left: 2px #d44f33;
  border-radius: 2px;
  position: relative;
}

.fs-cc-prefs3_close {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.fs-cc-prefs3_checkbox {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border-color: #262421;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: none;
}

.fs-cc-prefs3_checkbox.essential {
  cursor: auto;
}

.fs-cc-prefs3_checkbox.essential.w--redirected-checked {
  pointer-events: none;
  cursor: auto;
}

.fs-cc-banner3_block {
  z-index: 1;
  background-color: #fff;
  border-left: 2px #d44f33;
  border-radius: 1px;
  align-items: center;
  height: 30px;
  padding: 9px 10px 8px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.fs-cc-prefs3_label {
  color: #262421;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 21px;
}

.fs-cc-prefs3_component {
  z-index: 997;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.h3-cc {
  color: var(--fftf-black);
  font-size: 27px;
}

.link, .link-2 {
  color: var(--white);
}

.gradient-background {
  background-image: linear-gradient(211deg, var(--white) 49%, #fff0 57%);
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  h2 {
    letter-spacing: .02em;
    margin-top: 0;
  }

  h3 {
    font-size: 2vw;
  }

  h4 {
    margin-bottom: 12px;
  }

  .decorative-grid, .decorative-grid.yellow-lines-grid {
    grid-template-rows: 190px 190px 190px 190px;
    grid-template-columns: 190px 190px 190px 190px 190px;
    height: 780px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid-cs1, .decorative-grid.short-hero-grid2 {
    grid-template-rows: 190px 190px 190px 190px;
    grid-template-columns: 190px 190px 190px 190px 190px;
    height: 400px;
    top: -200px;
  }

  .decorative-grid.yellow-lines-grid {
    grid-template-rows: 190px 190px 190px 190px;
    grid-template-columns: 190px 190px 190px 190px 190px;
    height: 780px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid1 {
    grid-template-rows: 190px 190px 190px 190px;
    grid-template-columns: 190px 190px 190px 190px 190px;
    height: 400px;
    top: -200px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid-cs1, .decorative-grid.yellow-lines-grid.short-hero-grid1 {
    grid-template-rows: 190px 190px 190px 190px;
    grid-template-columns: 190px 190px 190px 190px 190px;
    height: 400px;
    top: -200px;
  }

  .decorative-grid.yellow-lines-grid.contact-hero {
    height: 640px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid-cs1, .decorative-grid.short-hero-grid2 {
    grid-template-rows: 190px 190px 190px 190px;
    grid-template-columns: 190px 190px 190px 190px 190px;
    height: 400px;
    top: -200px;
  }

  .decorative-grid.short-header-under {
    height: 640px;
  }

  .decorative-grid.short-hero-grid-cs2 {
    grid-template-rows: 190px 190px 190px 190px;
    grid-template-columns: 190px 190px 190px 190px 190px;
    height: 400px;
    top: -200px;
  }

  .decorative-grid-wrap, .gradient-grid-overlay {
    height: 780px;
  }

  .gradient-grid-overlay.short-hero-gradient {
    height: 400px;
  }

  .gradient-grid-overlay.contact-hero {
    height: 500px;
  }

  .nav-container {
    height: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #0000;
    width: auto;
    height: auto;
    padding-top: 0;
  }

  .nav-link.footer-nav-link:hover {
    color: var(--fftf-gold);
  }

  .nav-logo-img, .nav-logo-img.footer-logo {
    width: 230px;
  }

  .nav-logo-img.footer-logo {
    width: 230px;
  }

  .nav-logo-img.footer-logo.short-footer {
    width: 250px;
  }

  ._12-col-grid.home-hero {
    min-height: 780px;
  }

  ._12-col-grid.lrg-footer-grid {
    grid-template-rows: 2em auto 1em auto auto auto auto auto;
  }

  ._12-col-grid.short-hero-grid {
    height: 400px;
  }

  ._12-col-grid.headline-sect-grid.about1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  ._12-col-grid.services-page {
    grid-template-rows: 6em auto auto auto auto 4em;
  }

  ._12-col-grid.contact-grid {
    grid-template-rows: 160px auto auto 2em auto auto 4em;
  }

  ._12-col-grid.pricing-section-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-rows: 4em auto auto auto auto auto 2em 0;
    max-width: 1400px;
  }

  ._12-col-grid.cs-lrg-quote-grid {
    grid-template-rows: 2em 220px 1fr 1em;
  }

  ._12-col-grid.cs-numbers {
    grid-template-rows: 5em 150px auto 1fr 5em;
  }

  ._12-col-grid.case-study-menu1 {
    inset: auto auto 0% 0%;
  }

  ._12-col-grid.pull-quote-section-grid {
    grid-template-rows: 4em auto 2em;
  }

  ._12-col-grid.lrg-quote-grid {
    grid-template-rows: 2em 220px 1fr 1em;
  }

  ._12-col-grid.admin-hero-grid {
    grid-template-rows: 180px 1fr;
  }

  .intro-p {
    font-size: 14px;
  }

  .intro-p.admin-p {
    font-size: 15px;
  }

  .yellow-orange-div {
    padding: 3.5em 15%;
  }

  .img-caption-text:hover {
    color: #f24149;
  }

  .quotee-link {
    margin-top: 1px;
    font-size: 10px;
  }

  .quote-block {
    font-size: 27px;
    line-height: 1.4;
  }

  .yellow-square.floating-square {
    top: 6.75em;
    right: 10.5em;
  }

  .h2-main-black {
    font-size: 4.2vw;
    line-height: 1.05;
  }

  .header-text-container.pricing {
    margin-bottom: 1em;
  }

  .black-sub-p.service-sub {
    letter-spacing: -.01em;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
  }

  .black-sub-p.service-sub.pricing-page {
    margin-bottom: 3em;
  }

  .black-sub-p.service-section-width {
    width: 72%;
  }

  .black-sub-p.funding-numbers-p {
    width: 88%;
  }

  .yellow-square-sm {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }

  .services-img.birds {
    width: 40vw;
    margin-top: -30px;
    right: 2em;
  }

  .services-img.cs-birds {
    width: 38vw;
    margin-top: -10px;
    right: 2em;
  }

  .h2-main-white {
    font-size: 4.2vw;
  }

  .white-sub-p {
    font-size: 15px;
    line-height: 22px;
  }

  .white-sub-p.lrg-quote-p {
    font-size: 24px;
    line-height: 31px;
  }

  .white-sub-p.hero-sub-width {
    letter-spacing: .01em;
    width: 100%;
    font-size: 15px;
  }

  .white-sub-p.footer-tag-vislble {
    font-size: 15px;
    line-height: 23px;
  }

  .video-wrap.about-pg-video {
    width: 70%;
    max-width: none;
  }

  .video-wrap.two-up-wrap {
    height: 500px;
  }

  .client-label:hover {
    color: #f24149;
  }

  .menu-card-h.top-margin-adjust.menu-page {
    margin-bottom: 6px;
    font-size: 2vw;
    line-height: 1.16;
  }

  .h2-cta.main-h {
    font-size: 2.4vw;
  }

  .from-intro-p.main-p {
    font-size: 2vw;
  }

  .contact-form-wrap {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .h2-footer-yellow {
    font-size: 2vw;
  }

  .bigger-h1.grant-resource-h1 {
    width: 90%;
  }

  .bullet-block {
    padding-top: 30px;
    padding-left: 4em;
  }

  .hero-bullet-list {
    margin-top: 14px;
  }

  .short-hero {
    height: 400px;
  }

  .headshot {
    max-width: 400px;
  }

  .job-title {
    margin-bottom: 15px;
  }

  .black-p.price-features {
    font-size: 1.2vw;
    font-weight: 700;
  }

  .service-img-2 {
    width: 97%;
    margin-top: 0;
    margin-left: 0;
  }

  .price-numbers {
    font-size: 1.4vw;
  }

  .price-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pull-quote-section {
    height: 400px;
  }

  .quotee-img {
    width: 190px;
  }

  .funding-stat-1 {
    margin-bottom: 12px;
  }

  .more-cs-collection.extra-side-pad {
    margin-top: 10px;
  }

  .card-info-wrap.gr-bg {
    padding-right: 16px;
  }

  .card-inner-div {
    width: 100%;
  }

  .case-study-list {
    grid-template-rows: auto auto auto;
  }

  .featured-article {
    height: 600px;
  }

  .faq-item {
    max-width: 900px;
  }

  .faq-question {
    font-size: 33px;
  }

  .faq-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .gr-body-grid {
    grid-template-rows: 3em auto;
  }

  .grant-resource-rte blockquote {
    padding-left: 20%;
    padding-right: 20%;
  }

  .grant-resource-rte h2 {
    font-size: 2.4vw;
  }

  .author-job-title:hover {
    color: #f24149;
  }

  .site-map-rte h2 {
    margin-top: 30px;
  }

  .site-map-h3 {
    margin-bottom: 10px;
  }

  .no-margins-mobile {
    margin-bottom: 4px;
  }

  .text-link-button:hover {
    color: #f24149;
  }

  .quotee:hover {
    color: var(--fftf-black);
  }

  .service-img-1 {
    width: 620px;
    margin-top: -10px;
    top: 0%;
    right: 10%;
  }

  .featured-item, .featured-list {
    height: 600px;
  }

  .two-div-section {
    height: auto;
    min-height: auto;
  }

  .gr-author-wrap {
    width: 100%;
  }

  ._404-page-content {
    width: 500px;
  }

  .password-label, .error-label {
    font-size: 42px;
  }

  .list-item {
    margin-bottom: 6px;
  }

  .full-video {
    padding-top: 6em;
  }

  .faq-rte p {
    font-size: 15px;
    line-height: 22px;
  }

  .entry-date-text {
    color: var(--fftf-black);
    letter-spacing: .1em;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 1px;
    font-size: 8px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .entry-date-text:hover {
    font-size: 8px;
  }

  .copyright {
    margin-bottom: 0;
    position: relative;
  }

  .fs-cc-manager3_component, .fs-cc-banner3_component, .fs-cc-prefs3_component {
    display: none;
  }

  .gradient-background {
    width: 70%;
    inset: 0% 0% 0% auto;
  }

  .heading-6 {
    font-size: 6vw;
  }

  .logo-animation {
    width: 540px;
  }

  .gradient-grid-overlay2 {
    height: 780px;
  }

  .client-label-rte:hover {
    color: #f24149;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    letter-spacing: .03em;
    margin-bottom: 14px;
    font-size: 39px;
  }

  h3 {
    margin-bottom: 8px;
    font-size: 33px;
  }

  .section.h-s-contact {
    justify-content: center;
    display: flex;
  }

  .decorative-grid {
    grid-template-rows: 220px 220px 220px 220px;
    grid-template-columns: 220px 220px 220px 220px 220px;
    height: 900px;
    position: relative;
    top: 0%;
  }

  .decorative-grid.yellow-lines-grid {
    grid-template-rows: 220px 220px 220px 220px;
    grid-template-columns: 220px 220px 220px 220px 220px;
    height: 900px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid1 {
    grid-template-rows: 240px 240px 240px 240px;
    grid-template-columns: 240px 240px 240px 240px 240px;
    height: 460px;
    top: -310px;
  }

  .decorative-grid.yellow-lines-grid.contact-hero {
    height: 740px;
    top: -270px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid-cs1 {
    grid-template-rows: 240px 240px 240px 240px;
    grid-template-columns: 240px 240px 240px 240px 240px;
    height: 450px;
    top: -260px;
  }

  .decorative-grid.short-hero-grid2 {
    grid-template-rows: 240px 240px 240px 240px;
    grid-template-columns: 240px 240px 240px 240px 240px;
    height: 460px;
    top: -310px;
  }

  .decorative-grid.short-header-under {
    height: 740px;
    top: -270px;
  }

  .decorative-grid.short-hero-grid-cs2 {
    grid-template-rows: 240px 240px 240px 240px;
    grid-template-columns: 240px 240px 240px 240px 240px;
    height: 450px;
    top: -260px;
  }

  .decorative-grid-wrap, .gradient-grid-overlay {
    height: 850px;
  }

  .gradient-grid-overlay.short-hero-gradient {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black) 86%);
    height: 480px;
  }

  .gradient-grid-overlay.contact-hero {
    height: 560px;
  }

  .gradient-grid-overlay.cs-gradient {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 57%, var(--fftf-black) 74%);
    height: 450px;
  }

  .nav-container {
    height: 140px;
  }

  .nav-link {
    letter-spacing: .15em;
    font-size: 10px;
  }

  .nav-link.footer-nav-link {
    font-size: 9px;
  }

  .nav-logo-img {
    width: 230px;
  }

  .nav-logo-img.footer-logo, .nav-logo-img.footer-logo.short-footer, .nav-logo-img.footer-logo, .nav-logo-img.footer-logo.short-footer, .nav-logo-img.footer-logo.short-footer {
    width: 300px;
  }

  .navbar {
    justify-content: center;
    display: flex;
  }

  ._12-col-grid.seamless-staff-grid {
    grid-template-rows: 1fr 6em;
    max-width: 1760px;
    position: static;
  }

  ._12-col-grid.home-video-grid {
    grid-template-rows: 4em 150px 1fr 1fr 1fr auto 4em;
  }

  ._12-col-grid.grant-resource-menu {
    grid-template-rows: 6em auto auto 8em;
    max-width: 1760px;
  }

  ._12-col-grid.home-hero {
    grid-template-rows: 180px auto 2em auto auto auto 2em;
    height: auto;
    min-height: 910px;
  }

  ._12-col-grid.lrg-footer-grid {
    grid-row-gap: 2em;
    grid-template-rows: 2em auto 4em auto auto auto auto auto;
    max-width: 1760px;
  }

  ._12-col-grid.short-hero-grid {
    grid-column-gap: 2em;
    grid-template-rows: 180px auto 2em;
    height: 450px;
  }

  ._12-col-grid.short-hero-grid.cs-page-grid {
    height: 460px;
  }

  ._12-col-grid.headline-sect-grid {
    grid-template-rows: 6em auto 6.5em;
    padding-bottom: 0;
  }

  ._12-col-grid.headline-sect-grid.about1 {
    padding-top: 6em;
    padding-bottom: 6.5em;
  }

  ._12-col-grid.team-section {
    grid-template-rows: 4em auto auto 6em;
  }

  ._12-col-grid.services-page {
    grid-template-rows: 6em auto auto auto auto 6em;
    max-width: 1760px;
  }

  ._12-col-grid.contact-grid {
    grid-template-rows: 160px auto auto 4em auto auto 4em;
  }

  ._12-col-grid.gold-contact-grid {
    grid-template-rows: 5em auto auto 5em;
    max-width: 1760px;
  }

  ._12-col-grid.pricing-section-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: 3.5em auto auto auto auto auto 2em 0;
    width: 70%;
    min-width: 1200px;
    max-width: none;
    padding-bottom: 2.5em;
    padding-left: 0;
    padding-right: 0;
  }

  ._12-col-grid.cs-lrg-quote-grid {
    grid-template-rows: 4em 260px 1fr 3em;
    padding-left: 8em;
  }

  ._12-col-grid.short-footer {
    grid-template-rows: 4em auto 2em auto 4em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 1760px;
  }

  ._12-col-grid.cs-numbers {
    grid-template-rows: 5em 160px auto 1fr 4em;
    max-width: 1760px;
  }

  ._12-col-grid.comm-impact {
    grid-column-gap: 4em;
    grid-row-gap: 2em;
    max-width: 1760px;
  }

  ._12-col-grid.more-cs-menu {
    grid-template-rows: 4em auto auto 5.5em;
    max-width: 1760px;
  }

  ._12-col-grid.case-study-menu1 {
    grid-template-rows: 6em auto 7em;
    max-width: 1760px;
  }

  ._12-col-grid.footer-cta {
    grid-template-rows: 140px;
  }

  ._12-col-grid.services-home {
    grid-template-rows: 4em 1fr 4em;
    width: 100%;
    max-width: 1500px;
    padding-right: 4em;
    position: static;
  }

  ._12-col-grid.pricing-page-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: 5em auto auto auto auto 4em;
    width: 67%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._12-col-grid.extend-clients-list {
    grid-template-rows: 4em auto auto 6em;
  }

  ._12-col-grid.cs-video-grid {
    grid-template-rows: 3em 200px 1fr 1fr 1fr 5em;
    max-width: 1760px;
  }

  ._12-col-grid.lrg-quote-grid {
    grid-template-rows: 4em 260px 1fr 3em;
    padding-left: 8em;
  }

  ._12-col-grid.services-home-page {
    max-width: 1760px;
  }

  .eyebrow {
    font-size: 11px;
  }

  .eyebrow.black-eyebrow {
    z-index: 6;
    z-index: 6;
    margin-bottom: 20px;
    font-size: 11px;
    position: relative;
  }

  .box-arrow.quotee-arrow {
    width: 18px;
    height: 18px;
  }

  .box-arrow.grant-res-arrow {
    width: 20px;
    height: 20px;
    margin-bottom: 14px;
  }

  .intro-p {
    font-size: 16px;
    line-height: 22px;
  }

  .intro-p.admin-p {
    font-size: 16px;
  }

  .box-arrow-img {
    width: 20px;
    height: 20px;
  }

  .feat-case-img {
    width: 91%;
  }

  .feat-case-img.hero-cs-img {
    max-width: 300px;
  }

  .feat-img-wrap {
    background-color: var(--100-transparent);
  }

  .yellow-orange-div {
    padding: 3.5em 6em 4em;
  }

  .quote-icon.f-version {
    width: 2.5vw;
  }

  .quotee-link {
    letter-spacing: .08em;
    font-size: 11px;
  }

  .quotee-link.white-text {
    letter-spacing: .1em;
    letter-spacing: .1em;
  }

  .quote-block {
    letter-spacing: -.03em;
    width: 100%;
    margin-top: 0;
    font-size: 36px;
    line-height: 1.4;
  }

  .quote-block.case-study-adjust {
    letter-spacing: -.01em;
    width: 80%;
  }

  .quote-block.ryan-quote {
    width: 80%;
    font-size: 33px;
    line-height: 1.3;
  }

  .text-link.button-style {
    z-index: 5;
  }

  .text-link.button-style.mobile-full-w {
    padding-top: 7px;
  }

  .text-link.button-style.pricing-button {
    padding: 9px 8px 9px 13px;
  }

  .text-link.button-style.services-block {
    position: relative;
    inset: auto 0% 0% auto;
  }

  .yellow-square.floating-square {
    display: none;
  }

  .h2-main-black {
    z-index: 6;
    font-size: 72px;
    position: relative;
  }

  .h2-main-black.gr-margins {
    font-size: 72px;
  }

  .h2-main-black.center-headline-section {
    margin-bottom: 20px;
  }

  .h2-main-black.hide-on-mobile {
    margin-bottom: 30px;
    font-size: 72px;
  }

  .black-sub-p, .black-sub-p.small-black-p {
    line-height: 22px;
  }

  .black-sub-p.small-black-p {
    line-height: 22px;
  }

  .black-sub-p.service-sub {
    font-size: 18px;
    line-height: 1.3;
  }

  .black-sub-p.service-section-width {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .black-sub-p.headline-section-width-1 {
    width: 720px;
    font-size: 16px;
    line-height: 23px;
  }

  .black-sub-p.right-align {
    font-size: 18px;
    line-height: 1.3;
  }

  .black-sub-p.card-sub {
    font-size: 15px;
  }

  .black-sub-p.headline-section-width-2 {
    width: 700px;
    font-size: 16px;
    line-height: 23px;
  }

  .black-sub-p.gold-contact-section-width {
    margin-top: 15px;
  }

  .black-sub-p.funding-numbers-p {
    width: 70%;
  }

  .services-img.birds {
    width: clamp(650px, 30vw, 1200px);
    margin-top: -30px;
    position: absolute;
    inset: 0% 6em 0% 0%;
  }

  .services-img.cs-birds {
    width: clamp(550px, 30vw, 1200px);
    margin-top: -40px;
    position: absolute;
    inset: 0% 8em 0% 0%;
  }

  .other-client {
    font-size: 15px;
    line-height: 22px;
  }

  .h2-main-white {
    font-size: 72px;
  }

  .white-sub-p.lrg-quote-p {
    font-size: 27px;
    line-height: 36px;
  }

  .white-sub-p.hero-sub-width {
    font-size: 16px;
  }

  .white-sub-p.video-section-width {
    letter-spacing: .01em;
    width: auto;
    font-size: 18px;
    line-height: 1.3;
  }

  .white-sub-p.extended-clients-sub {
    font-size: 18px;
    line-height: 1.3;
  }

  .white-sub-p.location {
    font-size: 16px;
  }

  .white-sub-p.footer-tag-vislble {
    font-size: 18px;
    line-height: 27px;
  }

  .white-sub-p.service-coverage {
    width: 45%;
  }

  .video-wrap.about-pg-video {
    max-width: 1400px;
  }

  .video-wrap.two-up-wrap {
    max-width: none;
    height: 100%;
  }

  .menu-card-h {
    width: 100%;
  }

  .menu-card-h.top-margin-adjust {
    font-size: clamp(27px, 2vw, 30px);
  }

  .menu-card-h.top-margin-adjust.menu-page {
    margin-bottom: 8px;
    font-size: 33px;
    line-height: 36px;
  }

  .gr-collection {
    justify-content: center;
    display: flex;
  }

  .top-right-text-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .h2-cta.main-h {
    font-size: 39px;
  }

  .footer-form-container {
    width: 100%;
    max-width: 800px;
  }

  .yellow-square-tiny {
    width: 1em;
    height: 1em;
  }

  .from-intro-p {
    font-size: clamp(24px, 2.2vw, 36px);
  }

  .from-intro-p.main-p {
    font-size: clamp(24px, 2vw, 30px);
  }

  .contact-form-wrap {
    margin-top: 70px;
    margin-bottom: 60px;
  }

  .contact-form-wrap.no-top-margin {
    margin-bottom: 0;
  }

  .form-text.fftf-black {
    font-size: 22px;
  }

  .h2-footer-yellow {
    font-size: clamp(18px, 1.5vw, 27px);
  }

  .bigger-h1 {
    font-size: clamp(33px, 6.5vw, 116px);
  }

  .bigger-h1.grant-resource-h1 {
    font-size: clamp(33px, 6.5vw, 75px);
  }

  .bullet-block {
    padding-left: 6em;
  }

  .headline.yellow-bg {
    height: auto;
  }

  .short-hero {
    height: 450px;
  }

  .short-hero.cs-page {
    height: 460px;
  }

  .black-p.price-features {
    font-size: 17px;
  }

  .team-member-cms {
    margin-top: 60px;
  }

  .pricing-menu-section {
    justify-content: center;
    display: flex;
  }

  .service-img-2 {
    width: 96%;
    margin-top: 10px;
    margin-bottom: 20px;
    right: 0;
  }

  .service-img-2.pricing-page-align {
    margin-top: 28px;
  }

  .contact-section {
    justify-content: center;
    display: flex;
  }

  .price-card.form-edit {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .price-card.price-padding {
    margin-bottom: 2em;
  }

  .price-tier-h3 {
    margin-bottom: 10px;
    font-size: 2.2vw;
  }

  .price-numbers {
    font-size: 1.2vw;
  }

  .full-width-quote-block.main {
    font-size: 36px;
  }

  .quotee-img {
    width: 220px;
  }

  .case-study-h1 {
    font-size: clamp(33px, 6.5vw, 116px);
  }

  .funding-stat-wrap.additional-stat-margin {
    margin-bottom: 1em;
    margin-left: 2em;
  }

  .community-img-caption {
    margin-top: 25px;
    font-size: 14px;
  }

  .more-cs-collection.extra-side-pad {
    margin-top: 50px;
  }

  .featured-article {
    height: 700px;
    overflow: hidden;
  }

  .featured-collection {
    width: 100%;
    height: 100%;
  }

  .featured-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .featured-img {
    position: absolute;
    inset: -21% 0% 0%;
  }

  .faq-item {
    max-width: 1000px;
  }

  .faq-question {
    font-size: 36px;
  }

  .article-body {
    justify-content: center;
    display: flex;
  }

  .gr-body-grid {
    grid-template-rows: 3em auto;
    max-width: 1760px;
  }

  .grant-resource-rte blockquote {
    padding-left: 25%;
    padding-right: 25%;
  }

  .grant-resource-rte h2 {
    letter-spacing: .01em;
    margin-top: 40px;
    font-size: 2vw;
  }

  .site-map-h2.site-map-h {
    margin-bottom: 4px;
    font-size: 42px;
  }

  .faq-hero {
    height: 450px;
  }

  .admin-body-grid {
    max-width: 1760px;
  }

  .f-icon {
    max-width: 18%;
  }

  .site-map-h3 {
    margin-bottom: 20px;
    font-size: 1.7vw;
  }

  .counter-img-wrap.hide-on-mobile, .counter-img-wrap.funder-growth, .counter-img-wrap.hide-on-mobile, .counter-img-wrap.funder-growth {
    width: 100%;
    position: relative;
  }

  .no-margins-mobile {
    letter-spacing: .03em;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .collection-list-2 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 90%;
    margin: 40px;
  }

  .services-section {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .philosophy-section {
    justify-content: center;
    display: flex;
  }

  .quotee:hover {
    color: var(--fftf-black);
  }

  .service-img-1 {
    width: 700px;
    margin-top: 10px;
    top: 3%;
    right: 4em;
  }

  .featured-item, .featured-list {
    height: 700px;
  }

  .service-square-bullet {
    width: 15px;
    height: 15px;
    margin-top: .2em;
    margin-left: .2em;
  }

  .home-hero-section {
    height: auto;
  }

  .short-case-study-menu, .gr-page-menu {
    justify-content: center;
    display: flex;
  }

  .team-member-list {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .feat-case-link-block {
    width: 100%;
    max-width: 300px;
  }

  .lrg-quote-section, .funder-numbers, .case-study-video-section {
    justify-content: center;
    display: flex;
  }

  .cs-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .comm-impact-section {
    justify-content: center;
    display: flex;
  }

  .banner-cta-section {
    height: 140px;
  }

  .h1-black {
    font-size: clamp(33px, 6.5vw, 116px);
  }

  .error-label {
    margin-bottom: 30px;
    font-size: 48px;
  }

  .list-item {
    margin-bottom: 8px;
  }

  .article-page-menu {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .article-page-menu.slim-padding {
    padding-top: 6em;
    padding-bottom: 5.8em;
  }

  .privacy-policy {
    justify-content: center;
    display: flex;
  }

  .small-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cs-study-mission-main {
    font-size: 14px;
  }

  .faq-rte p {
    font-size: 16px;
    line-height: 22px;
  }

  .privacy-policy-link {
    letter-spacing: .1em;
    font-weight: 700;
  }

  .fs-cc-prefs3_component {
    display: none;
  }

  .heading-6 {
    letter-spacing: 0;
    margin-top: 10px;
    font-size: clamp(33px, 6.5vw, 96px);
  }

  .heading-7 {
    font-size: 36px;
  }

  .service-header-gradient {
    background-image: linear-gradient(80deg, var(--white) 51%, #fff0 81%);
    width: 100%;
    margin-right: auto;
    display: block;
    inset: 0% auto 0% 0%;
  }

  .collection-list-wrapper {
    margin-top: 40px;
  }

  .heading-8 {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .heading-9 {
    font-size: clamp(33px, 6.5vw, 116px);
  }

  .logo-animation {
    width: 700px;
  }

  .gradient-grid-overlay2 {
    height: 850px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.05;
  }

  h2 {
    font-size: 3vw;
  }

  h3 {
    letter-spacing: .02em;
    margin-bottom: 6px;
    font-size: 2.6vw;
  }

  h4 {
    margin-bottom: 6px;
    font-size: 2.4vw;
  }

  li {
    margin-bottom: 2px;
  }

  .section {
    min-height: 700px;
    max-height: 500px;
  }

  .section.h-s-contact {
    min-height: auto;
    max-height: none;
  }

  .decorative-grid {
    grid-template-rows: 150px 150px 150px 150px;
    grid-template-columns: 150px 150px 150px 150px 150px;
    height: 650px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid-cs1, .decorative-grid.short-hero-grid2 {
    grid-template-rows: 170px 170px 170px 170px;
    grid-template-columns: 170px 170px 170px 170px 170px;
    height: 400px;
    top: -220px;
  }

  .decorative-grid.yellow-lines-grid {
    grid-template-rows: 150px 150px 150px 150px;
    grid-template-columns: 150em 150px 150px 150px 150px;
    place-items: center;
    height: 650px;
    inset: 0% 0% auto auto;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid1 {
    grid-template-rows: 170px 170px 170px 170px;
    grid-template-columns: 170px 170px 170px 170px 170px;
    height: 400px;
    top: -220px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid-cs1, .decorative-grid.yellow-lines-grid.short-hero-grid1 {
    grid-template-rows: 170px 170px 170px 170px;
    grid-template-columns: 170px 170px 170px 170px 170px;
    height: 400px;
    top: -220px;
  }

  .decorative-grid.yellow-lines-grid.pull-quote {
    top: -80px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid-cs1, .decorative-grid.short-hero-grid2 {
    grid-template-rows: 170px 170px 170px 170px;
    grid-template-columns: 170px 170px 170px 170px 170px;
    height: 400px;
    top: -220px;
  }

  .decorative-grid.pull-quote-squares {
    top: -80px;
  }

  .decorative-grid.short-footer {
    margin-top: -182px;
  }

  .decorative-grid.short-hero-grid-cs2 {
    grid-template-rows: 170px 170px 170px 170px;
    grid-template-columns: 170px 170px 170px 170px 170px;
    height: 400px;
    top: -220px;
  }

  .decorative-grid-wrap {
    height: 650px;
    overflow: hidden;
  }

  .decorative-grid-wrap.contact-grid-wrap {
    height: 750px;
  }

  .gradient-grid-overlay {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 9%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black));
    width: 100%;
    height: 600px;
  }

  .gradient-grid-overlay.footer-gradient {
    height: 650px;
  }

  .gradient-grid-overlay.short-hero-gradient {
    height: 320px;
  }

  .gradient-grid-overlay.cs-gradient {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black) 86%);
    height: 320px;
  }

  .menu-button:active {
    background-color: #5ab963;
  }

  .nav-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav-link.right-most-nav.admin-menu-right {
    font-weight: 700;
  }

  .nav-link.admin-menu, .nav-link.right-most-nav.admin-menu-right, .nav-link.right-most-nav.admin-menu-right {
    font-weight: 700;
  }

  .nav-link.footer-nav-link {
    display: block;
  }

  .nav-link.footer-nav-link.w--current {
    margin-left: 0;
  }

  .nav-link.footer-nav-link.admin-nav {
    letter-spacing: .08em;
    letter-spacing: .08em;
  }

  .nav-link.footer-credit {
    display: block;
  }

  .nav-link.footer-credit.admin-credit {
    letter-spacing: .1em;
    letter-spacing: .1em;
  }

  .nav-link.admin-menu {
    font-weight: 700;
  }

  .nav-logo-img {
    width: 180px;
  }

  ._12-col-grid {
    height: 800px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  ._12-col-grid.seamless-staff-grid {
    grid-row-gap: 2em;
    grid-template-rows: 1fr 2em;
    justify-items: stretch;
    height: auto;
    padding-left: 3em;
    padding-right: 3em;
  }

  ._12-col-grid.home-video-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-rows: 1em auto auto auto 1em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  ._12-col-grid.grant-resource-menu {
    height: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  ._12-col-grid.grant-resource-menu.grant-entry-page {
    grid-template-rows: 1.5em auto auto 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.home-hero {
    grid-column-gap: 2em;
    grid-template-rows: 8em auto 2em auto 2em;
    min-height: auto;
    max-height: none;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  ._12-col-grid.lrg-footer-grid {
    height: auto;
  }

  ._12-col-grid.short-hero-grid {
    grid-template-rows: 110px auto 1em;
    height: 320px;
  }

  ._12-col-grid.headline-sect-grid {
    grid-template-rows: 2.5em auto 2em;
    padding-bottom: 0;
    position: relative;
  }

  ._12-col-grid.headline-sect-grid.about1 {
    padding-bottom: 2.5em;
  }

  ._12-col-grid.team-section {
    grid-column-gap: 4em;
    grid-template-rows: 2em 1fr auto 2em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  ._12-col-grid.services-page {
    grid-template-rows: 4em auto auto auto auto 2em;
  }

  ._12-col-grid.contact-grid {
    grid-template-rows: 100px auto auto auto auto auto 2em;
  }

  ._12-col-grid.gold-contact-grid {
    height: auto;
    padding-left: 3em;
    padding-right: 3em;
  }

  ._12-col-grid.pricing-section-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 2em auto auto auto;
    height: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  ._12-col-grid.cs-lrg-quote-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 2em 1fr auto 1em;
  }

  ._12-col-grid.short-footer {
    height: auto;
  }

  ._12-col-grid.comm-impact {
    grid-template-rows: 1em auto auto auto auto auto auto 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.more-cs-menu {
    height: auto;
    padding-left: 3em;
    padding-right: 3em;
  }

  ._12-col-grid.short-admin-footer {
    height: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.case-study-menu1 {
    grid-template-rows: 2em auto auto 2em;
    height: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  ._12-col-grid.footer-cta {
    grid-template-rows: 80px;
    height: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  ._12-col-grid.services-home {
    grid-template-rows: 2em 1fr 1em;
    height: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  ._12-col-grid.pricing-page-grid {
    grid-template-rows: 2em auto auto;
    height: auto;
    padding-bottom: 3em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  ._12-col-grid.pull-quote-section-grid {
    grid-row-gap: 2em;
    grid-template-rows: 2em auto 1.5em;
  }

  ._12-col-grid.cs-video-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 1em auto 1fr 1fr 1fr 1em;
  }

  ._12-col-grid.lrg-quote-grid {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    grid-template-rows: 3em auto auto 3em;
    padding-left: 3em;
    padding-right: 3em;
  }

  ._12-col-grid.admin-hero-grid {
    grid-template-rows: 110px 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.services-home-page {
    grid-template-rows: 4em auto auto auto auto 2em;
  }

  .hero-text-wrap.admin {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 14px;
    display: flex;
  }

  .hero-text-wrap.author-date {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 4px;
    display: flex;
  }

  .feature-case-wrap.gr-menu, .feature-case-wrap.cs-menu, .feature-case-wrap.gr-menu, .feature-case-wrap.cs-menu {
    border-radius: 4px;
    padding: 0;
  }

  .eyebrow {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
  }

  .eyebrow.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .eyebrow.client-service {
    font-size: 9px;
  }

  .eyebrow.cs, .eyebrow.client-service {
    font-size: 9px;
  }

  .eyebrow.no-pointer {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .eyebrow.cs {
    font-size: 9px;
  }

  .box-arrow.quotee-arrow {
    display: flex;
  }

  .box-arrow.quotee-arrow.black-bg {
    background-color: var(--fftf-black);
    background-color: var(--fftf-black);
  }

  .box-arrow.grant-res-arrow {
    width: 16px;
    height: 16px;
  }

  .intro-p {
    font-size: 12px;
  }

  .intro-p.admin-p {
    color: var(--fftf-black);
    font-weight: 700;
  }

  .box-arrow-img {
    width: 16px;
    height: 16px;
  }

  .feat-case-img {
    width: 90%;
    margin-top: 0;
  }

  .feat-img-wrap {
    margin-top: 1em;
  }

  .feat-img-wrap.hero-img-wrap, .feat-img-wrap.grant-res-wrap, .feat-img-wrap.case-study-wrap, .feat-img-wrap.hero-img-wrap, .feat-img-wrap.grant-res-wrap, .feat-img-wrap.case-study-wrap {
    margin-top: 0;
  }

  .yellow-orange-div {
    background-image: linear-gradient(#fe35353b 7%, #fe353500 41%);
    padding: 2em 3em;
  }

  .photo-caption {
    padding-bottom: 1.5em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .img-caption-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-caption-text.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quote-icon {
    width: 22px;
  }

  .quotee-link {
    justify-content: center;
    align-items: center;
    font-size: 9px;
    display: flex;
  }

  .quotee-link.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quotee-link.cta-text-link {
    margin-top: 1px;
    margin-right: 6px;
  }

  .quote-block {
    width: 100%;
    font-size: 2.4vw;
  }

  .quotee-div {
    margin-bottom: 0;
  }

  .quotee-div.cs-button {
    margin-top: 0;
  }

  .text-link {
    border-bottom-style: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-link:hover {
    border-bottom-style: none;
  }

  .text-link.button-style {
    font-size: 14px;
  }

  .text-link.error-button, .text-link.button-style {
    font-size: 14px;
  }

  .text-link.button-style.hide-on-mobile {
    z-index: 5;
  }

  .text-link.button-style.services-block {
    margin-bottom: 2px;
  }

  .text-link.error-button {
    font-size: 14px;
  }

  .yellow-square.top-left.square-margin, .yellow-square.top-left.lrg-quote {
    width: 2em;
    height: 2em;
    margin-left: 2em;
  }

  .yellow-square.bottom-left, .yellow-square.top-right {
    width: 2em;
    height: 2em;
  }

  .yellow-square.funding-growth-square, .yellow-square.comm-impact {
    width: 2em;
    height: 2em;
  }

  .yellow-square.top-left.square-margin, .yellow-square.top-left.lrg-quote, .yellow-square.top-left.square-margin, .yellow-square.top-left.lrg-quote {
    width: 2em;
    height: 2em;
    margin-left: 2em;
  }

  .yellow-square.bottom-left, .yellow-square.top-right {
    width: 2em;
    height: 2em;
  }

  .yellow-square.top-left-new {
    background-color: #ffc32c;
  }

  .yellow-square.funding-growth-square, .yellow-square.comm-impact {
    width: 2em;
    height: 2em;
  }

  .yellow-square.floating-square {
    width: 1.5em;
    height: 1.5em;
    display: none;
    top: 6.1em;
    right: 3.9em;
  }

  .h2-main-black {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 4.8vw;
  }

  .h2-main-black.gr-margins {
    margin-top: 0;
  }

  .h2-main-black.white {
    margin-bottom: 7px;
    font-size: 4.2vw;
  }

  .header-text-container {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .header-text-container.quote-section {
    margin-bottom: 2em;
  }

  .header-text-container.services-info-wrap {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .black-sub-p {
    font-size: 14px;
  }

  .black-sub-p.small-black-p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.3;
  }

  .black-sub-p.small-black-p.funding-stat-description {
    font-size: 13px;
  }

  .black-sub-p.service-sub {
    z-index: 5;
    font-size: 14px;
    position: relative;
  }

  .black-sub-p.service-section-width {
    width: 90%;
  }

  .black-sub-p.headline-section-width-1 {
    width: 550px;
  }

  .black-sub-p.card-sub {
    font-size: 1.5vw;
  }

  .black-sub-p.headline-section-width-2 {
    width: 550px;
  }

  .bullet-list-wrap {
    grid-column-gap: 1.8em;
    grid-row-gap: 1.8em;
    margin-top: 0;
  }

  .list-item-wrap {
    width: 100%;
  }

  .yellow-square-sm {
    aspect-ratio: 1;
  }

  .services-img {
    width: 52vw;
    right: -7em;
  }

  .services-img.birds {
    right: 0;
  }

  .services-img.cs-birds {
    width: 33vw;
  }

  .case-study-menu-cms {
    width: 100%;
  }

  .other-client {
    letter-spacing: .01em;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    font-size: 1.6vw;
    display: block;
  }

  .other-client.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .other-client.main-only, .other-client.hide-on-mobile {
    display: none;
  }

  .other-client.mobile-only {
    display: block;
  }

  .other-client.main-only, .other-client.hide-on-mobile {
    display: none;
  }

  .service-block {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .h2-main-white {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .white-sub-p {
    font-size: 14px;
    line-height: 19px;
  }

  .white-sub-p.lrg-quote-p {
    font-size: 17px;
    line-height: 22px;
  }

  .white-sub-p.hero-sub-width {
    width: 100%;
    line-height: 1.4;
  }

  .white-sub-p.video-section-width {
    width: auto;
    line-height: 18px;
  }

  .white-sub-p.service-coverage {
    width: 100%;
  }

  .video-wrap {
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    overflow: hidden;
  }

  .video-wrap.about-pg-video {
    max-width: 600px;
  }

  .video-wrap.featured-gr {
    margin-top: 0;
  }

  .video-wrap.two-up-wrap {
    max-width: 600px;
    height: 100%;
    margin-top: 0;
  }

  .client-label {
    justify-content: center;
    align-items: center;
    font-size: 9px;
    display: flex;
  }

  .client-label.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-card-h {
    letter-spacing: .02em;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 1em;
    font-size: 3vw;
    line-height: 1;
  }

  .menu-card-h.top-margin-adjust {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 2.4vw;
  }

  .menu-card-h.top-margin-adjust.menu-page {
    width: 100%;
  }

  .gr-collection {
    margin-top: 10px;
  }

  .top-right-text-wrap {
    margin-bottom: 10px;
  }

  .top-right-text-wrap.admin-footer {
    margin-top: 0;
    margin-bottom: -2px;
  }

  .h2-cta {
    font-size: 3.2vw;
  }

  .h2-cta.main-h {
    font-size: 2.8vw;
  }

  .footer-form-container {
    width: 100%;
    max-width: 700px;
  }

  .from-intro-p {
    font-size: 2.5vw;
  }

  .contact-form-wrap {
    max-width: none;
  }

  .form-text {
    letter-spacing: .04em;
  }

  .footer-nav-block.left-padding {
    z-index: 2;
    left: 1em;
  }

  .footer-nav-block.mobile-margin {
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .footer-nav-block.mobile-margin.right-align {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .bigger-h1 {
    width: 100%;
    max-width: 90%;
    font-size: 6.3vw;
    line-height: 1;
  }

  .bigger-h1.grant-resource-h1 {
    margin-bottom: 0;
  }

  .bullet-block {
    padding-top: 24px;
    padding-left: 2.5em;
  }

  .hero-bullet-list {
    padding-left: 20px;
  }

  .headline {
    height: 100%;
  }

  .short-hero {
    height: 320px;
  }

  .short-hero.cs-page {
    height: 300px;
  }

  .job-title {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.3;
  }

  .black-p.price-features {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.2;
  }

  .team-member-cms {
    padding-left: 4em;
    padding-right: 4em;
  }

  .client-logos-section {
    max-height: none;
  }

  .medium-black-h2 {
    margin-top: 0;
    font-size: 4.4vw;
  }

  .medium-black-h2.center-aligned {
    font-size: 4.8vw;
  }

  .service-img-2.hide-mobile {
    width: 100%;
    margin-top: 0;
  }

  .price-card.price-padding {
    margin-bottom: 1.5em;
    padding: 1em;
  }

  .price-tier-h3 {
    font-size: 24px;
  }

  .price-numbers {
    margin-top: 10px;
    font-size: 15px;
  }

  .price-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    font-size: 15px;
  }

  .full-width-quote-block.main {
    width: 80%;
    font-size: 2.8vw;
  }

  .quotee-img {
    width: 150px;
  }

  .quotee-name {
    font-size: 3vw;
  }

  .case-study-h1 {
    width: 100%;
    max-width: 90%;
    font-size: 6.5vw;
    line-height: 1;
  }

  .funding-stat-1 {
    font-size: 60px;
  }

  .community-img-wrap.middle-img {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .community-img-caption {
    letter-spacing: 0;
    text-transform: none;
    font-family: Nanum Myeongjo, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .more-cs-collection.extra-side-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .card-info-wrap {
    padding: 14px 0;
  }

  .case-study-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-rows: auto auto;
  }

  .featured-article {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .featured-wrap.gr-wrap {
    position: relative;
  }

  .featured-text-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 2em;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .featured-inner {
    width: 100%;
  }

  .featured-button-wrap {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .question-wrapper {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .faq-question {
    font-size: 3.8vw;
  }

  .admin-hero {
    background-image: linear-gradient(0deg, #fff0 25%, #ffc32c99 81%, #fff 98%);
  }

  .gr-body-grid {
    grid-template-rows: 1.5em auto;
    padding-left: 4em;
    padding-right: 4em;
    position: relative;
  }

  .admin-body-wrap {
    position: relative;
  }

  .grant-resource-rte {
    width: 100%;
    position: relative;
  }

  .grant-resource-rte ol, .grant-resource-rte ul {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grant-resource-rte p {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .grant-resource-rte h2 {
    padding-left: 0;
  }

  .grant-resource-rte ol, .grant-resource-rte ul {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grant-resource-rte li {
    font-size: 14px;
  }

  .faq-hero {
    height: auto;
  }

  .author-inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .author-job-title {
    justify-content: center;
    align-items: center;
  }

  .author-job-title.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .author-grid {
    padding-left: 2em;
    padding-right: 2em;
  }

  .admin-body-grid {
    grid-template-rows: 0 auto;
    padding-left: 4em;
    padding-right: 4em;
    position: relative;
  }

  .site-map-rte p {
    font-size: 14px;
  }

  .site-map-rte h2 {
    font-size: 2.4vw;
  }

  .video-embed {
    position: relative;
    left: 0%;
  }

  .f-icon {
    max-width: 25%;
  }

  .site-map-h3 {
    margin-bottom: 10px;
    font-size: 2.4vw;
  }

  .counter-img-wrap.funder-growth {
    justify-content: flex-end;
  }

  .case-study-collection-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: row;
  }

  .other-clients-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 10px;
    display: flex;
    position: relative;
  }

  .no-margins-mobile {
    margin-top: 0;
    font-size: 3vw;
  }

  .collection-list-2 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .clients-inner-2 {
    width: 100%;
    margin-top: 16px;
    display: block;
    position: relative;
  }

  .clients-inner-1 {
    width: 100%;
  }

  .feat-case-study-link {
    text-decoration: none;
  }

  .text-link-button {
    justify-content: center;
    align-items: center;
    font-size: 9px;
    display: flex;
  }

  .text-link-button.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .price-inner.bottom-border {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .philosophy-section {
    overflow: hidden;
  }

  .quotee {
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    display: flex;
  }

  .quotee.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gr-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .service-img-1 {
    width: 47vw;
    top: 0%;
    right: 0;
  }

  .featured-item, .featured-list {
    height: 400px;
  }

  .extended-client {
    letter-spacing: .02em;
    margin-bottom: 0;
    font-size: 2.5vw;
  }

  .extended-client-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .extended-list-sub {
    margin-top: 0;
    font-size: 12px;
  }

  .home-hero-section {
    height: 80%;
    overflow: hidden;
  }

  .two-div-section {
    height: auto;
    min-height: auto;
  }

  .gr-author-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .team-member-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr;
  }

  .about-rte ol, .about-rte ul {
    padding-left: 25px;
  }

  .about-rte h4 {
    margin-bottom: 10px;
  }

  .about-rte ol, .about-rte ul {
    padding-left: 25px;
  }

  .cs-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .executive-quote-list {
    position: relative;
  }

  .banner-cta-section {
    height: 80px;
  }

  .entry-author-section {
    position: relative;
  }

  .list-item {
    margin-bottom: 2px;
  }

  .article-page-menu {
    padding: 3em;
  }

  .article-page-menu.slim-padding {
    padding-top: 4em;
  }

  .h2-cs-mission {
    font-size: 2.1vw;
  }

  .cs-study-mission-main {
    font-size: 14px;
  }

  .cs-study-mission-main blockquote {
    font-size: 2.1vw;
  }

  .full-video {
    justify-content: center;
    align-items: center;
    padding-top: 4em;
    display: flex;
  }

  .faq-rte ol, .faq-rte ul {
    padding-left: 25px;
  }

  .faq-rte h4 {
    margin-bottom: 10px;
  }

  .faq-rte ol, .faq-rte ul {
    padding-left: 25px;
  }

  .gr-about-rte ol, .gr-about-rte ul {
    padding-left: 25px;
  }

  .gr-about-rte h4 {
    margin-bottom: 10px;
  }

  .gr-about-rte ol, .gr-about-rte ul {
    padding-left: 25px;
  }

  .entry-date-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .entry-date-text.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button {
    justify-content: center;
  }

  .fs-cc-manager3_text {
    line-height: 10px;
  }

  .fs-cc-prefs3_component {
    display: none;
  }

  .gradient-background {
    background-image: linear-gradient(219deg, var(--white) 48%, #fff0 56%);
    position: absolute;
    inset: 0%;
  }

  .logo-animation {
    width: 450px;
    margin-top: -10px;
    margin-left: -10px;
  }

  .gradient-grid-overlay2 {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 9%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black));
    width: 100%;
    height: 600px;
  }

  .client-label-rte {
    justify-content: center;
    align-items: center;
    font-size: 9px;
    display: flex;
  }

  .client-label-rte.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: .04em;
    font-size: 3.5vw;
  }

  h3 {
    font-size: 21px;
    line-height: 1;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 3.2vw;
  }

  .section {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .decorative-grid {
    height: auto;
    position: relative;
    top: -70px;
  }

  .decorative-grid.yellow-lines-grid {
    height: auto;
    top: -70px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid1 {
    height: auto;
    top: -240px;
  }

  .decorative-grid.yellow-lines-grid.contact-hero {
    height: auto;
    top: -120px;
    right: auto;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid-cs1 {
    height: auto;
    top: -200px;
  }

  .decorative-grid.short-hero-grid2 {
    top: -240px;
  }

  .decorative-grid.short-footer {
    margin-top: 0;
  }

  .decorative-grid.short-header-under {
    height: auto;
    top: -120px;
    overflow: visible;
  }

  .decorative-grid.short-hero-grid-cs2 {
    top: -200px;
  }

  .decorative-grid.about-landscape {
    top: -90px;
  }

  .decorative-grid-wrap {
    height: auto;
  }

  .decorative-grid-wrap.no-height {
    height: 414px;
  }

  .grid-square.false-border.yellow-line-hide {
    display: none;
  }

  .gradient-grid-overlay {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 9%, #231e1c00 29%, #231e1ca6 54%, #231e1cf0 65%);
    height: 100%;
    inset: 0%;
  }

  .gradient-grid-overlay.short-hero-gradient {
    height: 280px;
  }

  .gradient-grid-overlay.cs-gradient, .gradient-grid-overlay.short-hero-gradient {
    height: 280px;
  }

  .gradient-grid-overlay.short-footer-gradient.mobile-only {
    display: block;
  }

  .gradient-grid-overlay.cs-gradient {
    height: 280px;
  }

  .nav-container {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .logo.w--current {
    z-index: 4;
  }

  .red-line-wrap {
    width: 100%;
    height: 1px;
    overflow: visible;
  }

  .menu-button {
    flex: 0 auto;
    padding-right: 0;
    display: none;
  }

  .menu-button.w--open {
    background-color: #14141400;
    padding: 0;
  }

  .nav-menu {
    flex-flow: row;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    inset: 0%;
  }

  .nav-inner-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
  }

  .red-line {
    background-color: #f24149;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 8px;
  }

  .nav-link.footer-nav-link {
    margin-bottom: 3px;
    font-size: 9px;
  }

  .nav-link.footer-nav-link.admin-nav {
    line-height: 1.2;
  }

  .menu-image-close {
    filter: none;
    width: 22px;
    display: none;
  }

  .mobile-red-line {
    z-index: 3;
    justify-content: center;
    width: 100%;
    height: 1px;
    margin-bottom: -1px;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .menu-image-open {
    filter: none;
    width: 22px;
  }

  .nav-logo-img {
    width: 170px;
  }

  .nav-logo-img.footer-logo {
    max-width: none;
  }

  .navbar {
    width: 100%;
    height: 80px;
    inset: 0% 0% auto;
  }

  ._12-col-grid {
    grid-template-rows: 80px auto auto auto auto auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.seamless-staff-grid {
    grid-template-rows: 1fr 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.home-video-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 1em auto auto auto auto auto 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.grant-resource-menu {
    grid-template-rows: 1em auto auto 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.grant-resource-menu.grant-entry-page {
    grid-template-rows: 1.5em auto auto 0;
  }

  ._12-col-grid.home-hero {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 80px auto 0 auto 1em;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 2em;
    padding-right: 2em;
    position: static;
  }

  ._12-col-grid.short-hero-grid {
    grid-template-rows: 80px auto 2em;
    height: 280px;
    padding-bottom: 0;
  }

  ._12-col-grid.short-hero-grid.cs-page-grid {
    height: 250px;
  }

  ._12-col-grid.headline-sect-grid {
    grid-template-rows: 1em auto .5em;
    position: relative;
  }

  ._12-col-grid.team-section {
    grid-column-gap: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.services-page {
    grid-column-gap: 2em;
    grid-template-rows: 3em auto auto auto auto 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.contact-grid {
    grid-column-gap: 2em;
    grid-template-rows: 80px auto auto auto auto auto 2em;
  }

  ._12-col-grid.gold-contact-grid {
    grid-template-rows: 2em auto auto auto 2em;
  }

  ._12-col-grid.pricing-section-grid {
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.cs-lrg-quote-grid {
    grid-template-rows: 2em 1fr auto 0;
  }

  ._12-col-grid.short-footer {
    grid-template-rows: 2em auto auto auto auto 3em;
  }

  ._12-col-grid.cs-numbers {
    grid-template-rows: 2em auto auto auto auto 1em;
  }

  ._12-col-grid.short-admin-footer {
    grid-template-rows: 2em auto auto auto auto 3em;
  }

  ._12-col-grid.case-study-menu1 {
    grid-template-rows: .5em auto 1.5em;
  }

  ._12-col-grid.footer-cta {
    padding-left: 2em;
  }

  ._12-col-grid.services-home {
    grid-template-rows: 1em 1fr auto 1em;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.pull-quote-section-grid {
    grid-template-rows: 2em auto 1em;
  }

  ._12-col-grid.cs-video-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 1em auto 1fr 1fr 1fr 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.admin-hero-grid {
    grid-template-rows: 70px 1fr auto;
  }

  ._12-col-grid.services-home-page {
    grid-column-gap: 2em;
    grid-template-rows: 3em auto auto auto auto 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-text-wrap.author-date {
    padding-bottom: 2px;
  }

  .feature-case-wrap.gr-menu, .feature-case-wrap.cs-menu, .feature-case-wrap.gr-menu, .feature-case-wrap.cs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .eyebrow {
    margin-top: 0;
    margin-bottom: 8px;
    margin-right: 10px;
    font-size: 9px;
  }

  .eyebrow.black-eyebrow {
    font-size: 10px;
  }

  .eyebrow.client-service {
    font-size: 1.3vw;
  }

  .eyebrow.cs {
    margin-right: 5px;
    font-size: 1.3vw;
  }

  .box-arrow {
    width: 16px;
    height: 16px;
  }

  .box-arrow.feat-case-arrow.menu-item-arrow {
    margin-left: 0%;
  }

  .box-arrow.quotee-arrow {
    width: 16px;
    display: flex;
  }

  .box-arrow.quotee-arrow._404-page {
    background-color: var(--fftf-black);
    background-image: none;
    background-color: var(--fftf-black);
    background-image: none;
  }

  .intro-p {
    font-size: 12px;
    line-height: 16px;
  }

  .intro-p.admin-p {
    font-size: 12px;
  }

  .box-arrow-img {
    width: 15px;
    height: 15px;
  }

  .feat-case-img.hero-cs-img {
    width: 85%;
    max-width: 207px;
  }

  .feat-img-wrap, .feat-img-wrap.hero-img-wrap, .feat-img-wrap.hero-img-wrap {
    margin-top: 0;
  }

  .two-up-grid {
    grid-template-columns: 50vw 1fr;
  }

  .yellow-orange-div {
    aspect-ratio: auto;
    padding: 1.5em 2em;
  }

  .two-up-img {
    display: inline-block;
    overflow: clip;
  }

  .photo-caption {
    height: 100px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .img-caption-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 6px;
  }

  .quote-icon {
    width: 2.8vw;
  }

  .quotee-link {
    margin-left: 4px;
    margin-right: 2px;
    font-size: 9px;
  }

  .quotee-link.case-video-link {
    margin-left: 0;
    line-height: 1.5;
  }

  .quotee-link.case-video-link:hover {
    color: var(--white);
  }

  .quotee-link.orange-box-link {
    margin-left: 0;
    margin-right: 4px;
  }

  .quotee-link.quote-section {
    margin-left: 0;
    margin-right: 10px;
    font-size: 9px;
  }

  .quote-block {
    width: 100%;
    font-size: 2.55vw;
  }

  .quotee-div {
    margin-bottom: 0;
  }

  .text-link.button-style {
    padding: 4px 3px 5px 4px;
  }

  .text-link.button-style.mobile-full-w {
    padding-top: 5px;
    padding-right: 7px;
    display: flex;
  }

  .text-link.button-style.services-block {
    margin-bottom: 0;
  }

  .text-link.orange-box-text-link {
    padding-left: 0;
  }

  .text-link.error-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .yellow-square, .yellow-square.bottom-left, .yellow-square.top-left.square-margin {
    width: 2em;
    height: 2em;
  }

  .yellow-square.top-left-new, .yellow-square.top-left2 {
    width: 2em;
    height: 2em;
  }

  .yellow-square.bottom-left, .yellow-square.top-left.square-margin {
    width: 2em;
    height: 2em;
  }

  .yellow-square.top-left.square-margin {
    width: 2em;
    height: 2em;
  }

  .yellow-square.top-left.lrg-quote {
    width: 2em;
    height: 2em;
    margin-left: 2em;
  }

  .yellow-square.top-left-new, .yellow-square.top-left2 {
    width: 2em;
    height: 2em;
  }

  .yellow-square.floating-square {
    width: 1.5em;
    height: 1.5em;
    display: none;
    top: 6.1em;
    right: 3em;
  }

  .h2-main-black {
    margin-top: 0;
    font-size: 36px;
  }

  .h2-main-black.white {
    letter-spacing: .02em;
    letter-spacing: .02em;
    margin-bottom: 6px;
    font-size: 5vw;
  }

  .header-text-container.quote-section {
    margin-bottom: 1.5em;
  }

  .header-text-container.services-info-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .black-sub-p {
    font-size: 12px;
    line-height: 1.4;
  }

  .black-sub-p.service-sub, .black-sub-p.service-section-width {
    font-size: 14px;
  }

  .black-sub-p.small-black-p {
    line-height: 1.3;
  }

  .black-sub-p.service-sub, .black-sub-p.service-section-width {
    font-size: 14px;
  }

  .black-sub-p.headline-section-width-1 {
    width: auto;
  }

  .black-sub-p.right-align {
    font-size: 14px;
  }

  .black-sub-p.card-sub {
    font-size: 13px;
  }

  .black-sub-p.headline-section-width-2 {
    width: auto;
  }

  .black-sub-p.gold-contact-section-width {
    width: 100%;
  }

  .yellow-square-sm {
    width: 1.1em;
    height: 1.1em;
    margin-top: 2px;
  }

  .services-img {
    width: 58vw;
    right: -100px;
  }

  .other-client {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
  }

  .service-blocks-wrap {
    border-bottom-style: dotted;
  }

  .service-block {
    padding: 1em;
  }

  .h2-main-white {
    margin-top: 0;
    font-size: 4.8vw;
  }

  .white-sub-p {
    font-size: 14px;
    line-height: 20px;
  }

  .white-sub-p.footer-tag {
    display: block;
  }

  .white-sub-p.lrg-quote-p {
    margin-right: 1em;
    font-size: 16px;
    line-height: 21px;
  }

  .white-sub-p.hero-sub-width {
    width: 90%;
    font-size: 14px;
    line-height: 20px;
  }

  .white-sub-p.video-section-width {
    font-size: 14px;
    line-height: 20px;
  }

  .white-sub-p.mobile-sm {
    font-size: 14px;
  }

  .white-sub-p.extended-clients-sub {
    font-size: 12px;
  }

  .logo-wrap {
    padding-top: 6px;
  }

  .video-wrap {
    height: auto;
  }

  .video-wrap.featured-gr {
    height: 300px;
  }

  .video-wrap.two-up-wrap {
    margin-top: 0;
  }

  .client-label-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .client-label {
    margin-right: 10px;
    font-size: 9px;
    line-height: 1.5;
  }

  .menu-card-h {
    margin-right: 1.5em;
    padding-right: 0;
    font-size: 3.5vw;
    line-height: 1.2;
  }

  .menu-card-h.top-margin-adjust {
    margin-bottom: 3px;
    font-size: 24px;
  }

  .menu-card-h.top-margin-adjust.menu-page {
    width: 100%;
    font-size: 24px;
    line-height: 1.1;
  }

  .top-right-text-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .top-right-text-wrap.footer-tag-wrap {
    display: none;
  }

  .top-right-text-wrap.hide-on-mobile {
    margin-bottom: 0;
  }

  .top-right-text-wrap.extend-client-subheader {
    margin-bottom: 12px;
  }

  .cta-header-wrap {
    padding-bottom: 2px;
  }

  .h2-cta {
    letter-spacing: .02em;
  }

  .h2-cta.mobile-only {
    font-size: 21px;
    line-height: 1.1;
    display: block;
  }

  .h2-cta.main-h {
    font-size: 24px;
    display: none;
  }

  .from-intro-p {
    font-size: 21px;
  }

  .contact-form-wrap {
    max-width: none;
  }

  .footer-nav-block.left-padding {
    left: 0;
  }

  .footer-nav-block.mobile-margin.right-align {
    align-items: flex-start;
  }

  .bigger-h1 {
    font-size: 8vw;
  }

  .bullet-block {
    padding-top: 20px;
  }

  .hero-bullet-list {
    padding-left: 20px;
  }

  .headline {
    height: 100%;
  }

  .headline-sect-container {
    padding-bottom: 10px;
  }

  .short-hero {
    height: 280px;
  }

  .short-hero.cs-page {
    height: 250px;
  }

  .job-title.resource-entry {
    margin-bottom: 0;
    font-size: 16px;
  }

  .black-p.price-features {
    margin-bottom: 2px;
    font-size: 13px;
  }

  .team-member-cms {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-black-h2 {
    margin-top: 0;
    font-size: 4.8vw;
  }

  .service-img-2 {
    width: 100%;
  }

  .service-img-2.hide-mobile {
    width: 100%;
    margin-top: 0;
  }

  .price-card.price-padding {
    margin-bottom: 0;
  }

  .price-card-wrap {
    position: relative;
  }

  .price-tier-h3 {
    font-size: clamp(21px, 3.4vw, 33px);
  }

  .price-numbers {
    margin-top: 8px;
    font-size: 14px;
  }

  .price-numbers.no-marign {
    font-size: 15px;
  }

  .price-list {
    padding-left: 1em;
  }

  .full-width-quote-block.main {
    width: 88%;
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .quotee-name {
    font-size: 3.4vw;
  }

  .case-study-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .cs-link {
    width: 100%;
  }

  .featured-article {
    height: 300px;
  }

  .featured-collection {
    position: relative;
  }

  .featured-wrap {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .feature-gradient-overlay {
    opacity: .8;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .featured-text-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-bottom: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
    position: absolute;
    inset: auto 0% 0%;
  }

  .featured-inner {
    width: 100%;
  }

  .featured-button-wrap {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .faq-body {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .faq-question {
    font-size: 27px;
  }

  .faq-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .gr-body-grid {
    grid-template-rows: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grant-resource-rte ol, .grant-resource-rte ul {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grant-resource-rte blockquote {
    padding-left: 10%;
    padding-right: 10%;
  }

  .grant-resource-rte h2 {
    letter-spacing: .02em;
    font-size: 3.8vw;
  }

  .grant-resource-rte ol, .grant-resource-rte ul {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grant-resource-rte li {
    color: var(--fftf-black);
    letter-spacing: -.01em;
    margin-bottom: 2px;
    font-size: 13px;
  }

  .grant-resource-rte h3 {
    padding-left: 0;
    font-size: 18px;
  }

  .site-map-h2, .site-map-h2.site-map-h, .site-map-h2.site-map-h {
    font-size: 24px;
  }

  .article-credits {
    border-bottom-style: none;
    padding-top: 2em;
    padding-bottom: 0;
  }

  .author-inner-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .author-info-inner.author-bio {
    display: none;
  }

  .author-info-inner.author-bio.mobile-only {
    border-bottom: 1px dotted var(--fftf-black);
    border-left-style: none;
    border-bottom: 1px dotted var(--fftf-black);
    border-left-style: none;
    padding-left: 0%;
    display: block;
  }

  .author-job-title {
    margin-top: 0;
    margin-bottom: 6px;
    margin-right: 0;
    font-size: 10px;
  }

  .author-grid {
    grid-template-rows: auto auto;
  }

  .admin-body-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 0 auto;
    margin-top: -30px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .site-map-rte h2 {
    margin-bottom: 10px;
    font-size: 3.5vw;
  }

  .site-map-rte li {
    letter-spacing: -.01em;
    margin-bottom: 2px;
    font-size: 13px;
  }

  .f-icon {
    width: 2.6em;
    max-width: none;
  }

  .site-map-link {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .site-map-h3 {
    margin-bottom: 6px;
    font-size: 19px;
  }

  .counter-img-wrap.hide-on-mobile {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .counter-img-wrap.funder-growth {
    display: none;
  }

  .case-study-collection-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .other-clients-wrap {
    display: none;
  }

  .no-margins-mobile {
    letter-spacing: .04em;
    font-size: 3.5vw;
  }

  .collection-list-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .clients-inner-2 {
    display: none;
  }

  .text-link-button {
    margin-left: 4px;
    margin-right: 10px;
    font-size: 9px;
  }

  .price-inner.bottom-border {
    padding-bottom: 15px;
  }

  .quotee {
    margin-left: 4px;
    margin-right: 10px;
    font-size: 9px;
  }

  .gr-list {
    flex-flow: column;
  }

  .service-img-1 {
    width: 80%;
    min-width: auto;
    right: auto;
  }

  .featured-item, .featured-list {
    height: 300px;
  }

  .service-square-bullet {
    width: 11px;
    height: 11px;
    margin-top: .1em;
    margin-left: .1em;
  }

  .extended-client {
    letter-spacing: .04em;
    font-size: 3.5vw;
    line-height: 21px;
  }

  .extended-client-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .extended-client-list {
    grid-template-columns: 1fr;
  }

  .extended-list-sub {
    font-size: 13px;
  }

  .home-hero-section, .two-div-section, .short-case-study-menu, .video-embed-section {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .gr-author-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .team-member-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .about-rte {
    margin-bottom: 1em;
  }

  .lrg-quote-section, .case-study-video-section {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .cs-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .gr-item {
    width: 70%;
  }

  .h2-cs-mission, .cs-study-mission-main blockquote, .cs-study-mission-main blockquote {
    font-size: 2.4vw;
  }

  .full-video {
    padding-left: 2em;
    padding-right: 2em;
  }

  .faq-box-arrow {
    width: 16px;
    height: 16px;
  }

  .gr-about-rte {
    margin-bottom: 2em;
  }

  .entry-date-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 6px;
  }

  .button.cookies-home-allow, .button.small, .button.cookies-home-allow, .button.small {
    align-items: center;
  }

  .fs-cc-banner3_container {
    width: 100%;
  }

  .fs-cc-prefs3_form-wrapper {
    max-width: 495px;
  }

  .fs-cc-prefs3_submit {
    margin-left: 10px;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-prefs3_buttons-wrapper.prefs {
    flex-direction: row;
  }

  .copyright {
    text-align: left;
    width: 106px;
  }

  .copyright.cookies-links {
    width: auto;
  }

  .fs-cc-prefs3_component {
    display: none;
  }

  .gradient-grid-overlay2 {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 9%, #231e1c00 29%, #231e1ca6 54%, #231e1cf0 65%);
    height: 100%;
    inset: 0%;
  }

  .client-label-rte {
    margin-right: 10px;
    font-size: 9px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: .03em;
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    letter-spacing: .01em;
    margin-top: 0;
    font-size: 24px;
  }

  h3 {
    font-size: 24px;
    line-height: 1;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .section {
    overflow: hidden;
  }

  .decorative-grid, .decorative-grid.yellow-lines-grid {
    top: -55px;
    right: -117px;
  }

  .decorative-grid.yellow-lines-grid {
    top: -55px;
    right: -117px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid1 {
    grid-template-rows: 150px 150px 150px 150px;
    grid-template-columns: 150px 150px 150px 150px 150px;
    top: -170px;
    right: -116px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid-cs1, .decorative-grid.yellow-lines-grid.short-hero-grid1 {
    grid-template-rows: 150px 150px 150px 150px;
    grid-template-columns: 150px 150px 150px 150px 150px;
    top: -170px;
    right: -116px;
  }

  .decorative-grid.yellow-lines-grid.pull-quote {
    height: auto;
    display: none;
  }

  .decorative-grid.yellow-lines-grid.contact-hero {
    top: -215px;
    right: -116px;
  }

  .decorative-grid.yellow-lines-grid.short-hero-grid-cs1 {
    grid-template-rows: 150px 150px 150px 150px;
    grid-template-columns: 150px 150px 150px 150px 150px;
    top: -170px;
    right: -116px;
  }

  .decorative-grid.short-hero-grid2 {
    grid-template-rows: 150px 150px 150px 150px;
    grid-template-columns: 150px 150px 150px 150px 150px;
    height: auto;
    top: -170px;
    right: -116px;
  }

  .decorative-grid.pull-quote-squares {
    height: auto;
    top: 44px;
    right: -121px;
  }

  .decorative-grid.short-footer {
    margin-top: -350px;
    margin-right: 12px;
  }

  .decorative-grid.short-header-under {
    top: -215px;
    right: -116px;
  }

  .decorative-grid.short-hero-grid-cs2 {
    grid-template-rows: 150px 150px 150px 150px;
    grid-template-columns: 150px 150px 150px 150px 150px;
    height: auto;
    top: -170px;
    right: -116px;
  }

  .decorative-grid-wrap {
    height: 450px;
  }

  .decorative-grid-wrap.contact-grid-wrap {
    padding-top: 0;
  }

  .decorative-grid-wrap.no-height {
    height: auto;
  }

  .decorative-grid-wrap.short-footer-wrap {
    height: 100px;
  }

  .gradient-grid-overlay {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 9%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black));
    height: 460px;
  }

  .gradient-grid-overlay.short-footer-gradient.main, .gradient-grid-overlay.quote-section-gradient {
    display: none;
  }

  .gradient-grid-overlay.short-hero-gradient {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black) 89%);
    height: auto;
  }

  .gradient-grid-overlay.short-footer-gradient {
    height: 300px;
  }

  .gradient-grid-overlay.short-footer-gradient.mobile-only {
    width: 100%;
    height: 100px;
    display: block;
  }

  .gradient-grid-overlay.short-footer-gradient.main, .gradient-grid-overlay.quote-section-gradient {
    display: none;
  }

  .gradient-grid-overlay.quote-section-gradient.mobile-only {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1cb8 21%, #231e1c9e 59%, var(--fftf-black));
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1cb8 21%, #231e1c9e 59%, var(--fftf-black));
    width: 100%;
    display: flex;
  }

  .gradient-grid-overlay.cs-gradient {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 6%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black) 82%);
    height: auto;
  }

  .nav-container {
    height: 70px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    inset: 0% 0% auto;
  }

  .logo.w--current {
    z-index: 4;
    margin-top: 0;
    margin-bottom: 0;
  }

  .red-line-wrap {
    width: 100%;
    overflow: hidden;
  }

  .menu-button {
    padding: 0;
    display: block;
  }

  .menu-button:active {
    background-color: #fff0;
  }

  .menu-button.w--open {
    background-color: #0000;
    margin-right: 0%;
  }

  .nav-menu {
    background-color: var(--fftf-black);
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu.admin-menu-parent {
    background-color: var(--white);
    background-color: var(--white);
  }

  .nav-inner-wrap {
    z-index: 200;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--fftf-black);
    object-fit: contain;
    border-left: 1px #f24149;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    position: relative;
  }

  .nav-inner-wrap.admin-inner {
    background-color: var(--white);
    background-image: none;
    background-color: var(--white);
    background-image: none;
  }

  .red-line {
    background-color: var(--fftf-gold);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--white);
    letter-spacing: .02em;
    text-transform: none;
    margin: 0 0 22px;
    padding-bottom: 0;
    font-family: Special Gothic Condensed One, Arial, sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 27px;
    display: block;
  }

  .nav-link:hover, .nav-link:active {
    color: var(--white);
  }

  .nav-link.w--current {
    border-bottom: 1px #000;
    border-left: 1px none var(--fftf-gold);
    margin-bottom: .5em;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .nav-link.mobile-only-nav.admin-faq, .nav-link.right-most-nav.admin-menu-right {
    color: var(--fftf-black);
  }

  .nav-link.mobile-only-nav {
    display: flex;
  }

  .nav-link.mobile-only-nav.admin-faq, .nav-link.right-most-nav.admin-menu-right, .nav-link.right-most-nav.admin-menu-right {
    color: var(--fftf-black);
  }

  .nav-link.footer-nav-link {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: Inter, Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
  }

  .nav-link.footer-nav-link:hover {
    color: var(--fftf-gold);
  }

  .nav-link.footer-nav-link.w--current {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .nav-link.footer-nav-link.admin-nav {
    margin-bottom: 8px;
  }

  .nav-link.footer-nav-link.admin-nav:hover {
    color: var(--fftf-black);
  }

  .nav-link.footer-credit {
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 8px;
    line-height: 1.5;
  }

  .nav-link.footer-credit.admin-credit {
    font-weight: 700;
  }

  .nav-link.footer-credit.mobile-only {
    display: block;
  }

  .nav-link.footer-credit.mobile-only-black {
    color: var(--fftf-black);
    display: block;
  }

  .nav-link.footer-credit-link {
    letter-spacing: .04em;
    text-transform: uppercase;
    font-family: Inter, Arial, sans-serif;
  }

  .nav-link.footer-credit-link.mobile-only {
    text-align: right;
    letter-spacing: .09em;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 8px;
    line-height: 1.5;
    display: inline-block;
  }

  .nav-link.footer-credit-link.mobile-only-black {
    color: var(--fftf-black);
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 8px;
    line-height: 1.5;
    display: inline-block;
  }

  .nav-link.admin-menu {
    color: var(--fftf-black);
  }

  .menu-image-close {
    filter: none;
    width: 20px;
    display: none;
  }

  .mobile-red-line {
    z-index: 3;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1px;
    margin-top: 0;
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .menu-image-open {
    filter: none;
    width: 24px;
  }

  .nav-logo-img {
    width: 160px;
  }

  .nav-logo-img.footer-logo {
    width: 220px;
    margin-bottom: 2em;
    padding-top: 0;
    padding-bottom: 14px;
  }

  .nav-logo-img.footer-logo.short-footer {
    margin-top: 30px;
    margin-bottom: 14px;
  }

  .navbar {
    z-index: 14;
    height: 70px;
    position: absolute;
    inset: 0% 0% auto;
  }

  ._12-col-grid {
    grid-column-gap: 2em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-col-grid.seamless-staff-grid {
    grid-row-gap: 2em;
    background-image: none;
    grid-template-rows: 1fr auto 2em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  ._12-col-grid.home-video-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: .5em 150px 1fr 1fr 1fr 1em 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-col-grid.grant-resource-menu {
    grid-row-gap: 2em;
    grid-template-rows: 1em auto auto auto 2em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.grant-resource-menu.grant-entry-page {
    grid-template-rows: 1.5em auto auto 1.5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.home-hero {
    grid-row-gap: 2em;
    grid-template-rows: 90px auto 2em auto 1em auto 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  ._12-col-grid.lrg-footer-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 1em auto auto auto auto auto auto auto auto .5em;
  }

  ._12-col-grid.short-hero-grid {
    grid-row-gap: 2em;
    grid-template-rows: 120px auto 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    height: auto;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    position: static;
  }

  ._12-col-grid.headline-sect-grid {
    z-index: 1;
    grid-template-rows: 1.2em auto 0;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
  }

  ._12-col-grid.team-section {
    grid-template-rows: 2em auto auto 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.services-page {
    grid-column-gap: 2em;
    grid-template-rows: 3em auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    overflow: hidden;
  }

  ._12-col-grid.contact-grid {
    grid-template-rows: 120px auto auto auto auto auto 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: static;
  }

  ._12-col-grid.gold-contact-grid {
    grid-template-rows: 1em auto auto auto 2em;
    height: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.pricing-section-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 2em auto auto auto auto auto;
    height: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.cs-lrg-quote-grid {
    grid-column-gap: 0%;
    grid-row-gap: 1em;
    grid-template-rows: 3em auto auto auto;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.short-footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  ._12-col-grid.cs-numbers {
    grid-template-rows: 0 auto auto auto auto auto auto 2em;
  }

  ._12-col-grid.comm-impact {
    grid-column-gap: 2em;
    grid-template-rows: 1em auto auto auto auto auto auto auto 2em;
  }

  ._12-col-grid.more-cs-menu {
    height: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.short-admin-footer {
    grid-row-gap: 2em;
    grid-template-rows: 0 auto auto auto auto 0;
  }

  ._12-col-grid.case-study-menu1 {
    grid-template-rows: 2em auto 2em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.footer-cta {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: 1.75em auto auto .5em;
    height: auto;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
  }

  ._12-col-grid.services-home {
    grid-row-gap: 2em;
    background-image: none;
    grid-template-rows: 1em auto auto 2em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  ._12-col-grid.pricing-page-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 1em auto auto auto auto 1em;
    height: auto;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._12-col-grid.extend-clients-list {
    grid-column-gap: 1.9em;
    grid-row-gap: 2em;
    grid-template-rows: 2em auto auto 2em;
  }

  ._12-col-grid.pull-quote-section-grid {
    z-index: 1;
    grid-template-rows: 1em auto;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
  }

  ._12-col-grid.cs-video-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 1em auto 1fr 1fr 1fr 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-col-grid.lrg-quote-grid {
    grid-column-gap: 0em;
    grid-row-gap: 1em;
    grid-template-rows: 3em auto auto auto;
    padding-bottom: 0;
    padding-left: 2.75em;
    padding-right: 2.75em;
    overflow: visible;
  }

  ._12-col-grid.admin-hero-grid {
    grid-template-rows: 80px 1fr auto;
    padding-bottom: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: static;
  }

  ._12-col-grid.admin-hero-grid.privacy-p-hero {
    padding-bottom: 1em;
  }

  ._12-col-grid.services-home-page {
    grid-column-gap: 2em;
    grid-template-rows: 3em auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    overflow: hidden;
  }

  .hero-text-wrap.admin {
    align-items: flex-start;
    margin-top: -20px;
    padding-bottom: 0;
  }

  .hero-text-wrap.author-date {
    border-bottom: 1px dotted var(--fftf-black);
    align-items: flex-start;
    margin-top: -10px;
    padding-bottom: 2em;
  }

  .feature-case-wrap.gr-menu {
    flex-flow: column;
    display: flex;
    top: auto;
  }

  .feature-case-wrap.inner-padding {
    flex-flow: column-reverse wrap;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .feature-case-wrap.grant-resource-menu {
    flex-flow: column;
    display: flex;
  }

  .feature-case-wrap.cs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
    top: auto;
  }

  .intro-wrap {
    margin-top: -1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .eyebrow {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
    padding-bottom: 0;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    display: block;
  }

  .eyebrow:hover {
    color: var(--fftf-gold);
  }

  .eyebrow:active {
    color: #f24149;
  }

  .eyebrow.w--current {
    border-bottom-style: solid;
    border-left: 1px #000;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .eyebrow.black-eyebrow {
    text-transform: uppercase;
  }

  .eyebrow.black-eyebrow:hover {
    color: var(--fftf-black);
    text-transform: uppercase;
    text-decoration: none;
  }

  .eyebrow.client-service {
    font-size: 2.6vw;
  }

  .eyebrow.client-service:hover {
    color: var(--fftf-tan);
  }

  .eyebrow.cs {
    margin-bottom: 10px;
    font-size: 2.8vw;
  }

  .box-arrow {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .box-arrow.feat-case-arrow {
    position: absolute;
    right: 1em;
  }

  .box-arrow.feat-case-arrow.menu-item-arrow {
    margin-left: 0%;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .box-arrow.feat-case-arrow.mobile-arrow {
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
    margin-left: 0%;
    display: flex;
    position: relative;
    right: 0;
  }

  .box-arrow.quotee-arrow {
    width: 16px;
    height: 16px;
    display: flex;
    bottom: auto;
  }

  .box-arrow.quotee-arrow._404-page {
    padding-left: 0;
    padding-right: 0;
  }

  .box-arrow.grant-res-arrow {
    width: 16px;
    height: 16px;
    margin-bottom: 0;
    margin-left: 0%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .box-arrow.extended-clients {
    position: absolute;
  }

  .box-arrow.hero-service-link {
    margin-bottom: 3px;
  }

  .intro-p-wrap {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .intro-p {
    width: 100%;
    padding-right: 0;
    font-size: 13px;
    line-height: 1.3;
  }

  .intro-p.admin-p, .intro-p.admin-p.by, .intro-p.admin-p, .intro-p.admin-p.by, .intro-p.admin-p.by {
    width: auto;
    padding-right: 0;
  }

  .box-arrow-img {
    width: 16px;
    height: 16px;
  }

  .feat-case-img {
    width: 100%;
    margin-top: 6px;
  }

  .feat-case-img.hero-cs-img {
    border-radius: 0;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .feat-img-wrap {
    flex-flow: column;
    margin-top: 0;
  }

  .feat-img-wrap.hero-img-wrap {
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .feat-img-wrap.case-study-wrap {
    margin-bottom: 0;
  }

  .two-up-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 100vw;
    grid-auto-flow: row;
    place-items: start center;
    height: auto;
  }

  .two-up-grid.about-page {
    grid-template-rows: auto;
  }

  .yellow-orange-div {
    width: 100%;
    padding: 2em;
    display: inline-flex;
  }

  .photo-div {
    aspect-ratio: auto;
    width: 100%;
    display: block;
  }

  .photo-div.about-page {
    display: none;
  }

  .two-up-img {
    width: 100vw;
    position: relative;
  }

  .photo-caption {
    height: 100px;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
  }

  .img-caption-text {
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 6px;
    font-weight: 700;
    line-height: 1;
    display: block;
  }

  .img-caption-text:hover {
    color: #ffffef;
  }

  .img-caption-text:active {
    color: #f24149;
  }

  .img-caption-text.w--current {
    border-bottom-style: solid;
    border-left: 1px #000;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .quote-icon {
    width: 5.6vw;
  }

  .quote-icon.f-version {
    width: 6.6vw;
  }

  .quotee-link {
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 0;
    margin-right: 4px;
    padding-bottom: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    display: block;
  }

  .quotee-link:hover {
    color: var(--fftf-black);
  }

  .quotee-link:active {
    color: #f24149;
  }

  .quotee-link.w--current {
    border-bottom-style: solid;
    border-left: 1px #000;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .quotee-link.case-video-link {
    margin-top: 1px;
    margin-right: 10px;
  }

  .quotee-link.orange-box-link {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }

  .quotee-link.orange-box-link:hover {
    color: var(--fftf-black);
  }

  .quotee-link.quote-section {
    margin-top: 1px;
    margin-right: 10px;
    display: none;
  }

  .quotee-link.quote-section.mobile-only {
    display: flex;
  }

  .quotee-link.white-text {
    letter-spacing: .1em;
  }

  .quotee-link.white-text:hover {
    color: var(--white);
    letter-spacing: .1em;
  }

  .quote-block {
    margin-top: -3px;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 5vw;
    display: inline-block;
    position: relative;
  }

  .quotee-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .quotee-div.video-section {
    align-items: center;
    margin-top: 15px;
  }

  .quotee-div.cta-section {
    justify-content: center;
  }

  .quotee-div.cs-button {
    position: static;
  }

  .quotee-div.hide-button-mobile {
    display: none;
  }

  .text-link {
    padding-bottom: 0;
  }

  .text-link.button-style {
    z-index: 12;
    width: 45%;
    margin-top: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .text-link.button-style.mobile-full-w {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 8px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-link.button-style.pricing-button {
    width: 45%;
    margin-top: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    position: relative;
    inset: auto 0% 0%;
  }

  .text-link.button-style.hide-on-mobile {
    display: none;
  }

  .text-link.button-style.services-block {
    width: 45%;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 6px;
  }

  .text-link.button-style.narrow-button {
    width: 150px;
  }

  .text-link.error-button {
    z-index: 12;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .yellow-square {
    width: 1.5em;
    height: 1.5em;
  }

  .yellow-square.bottom-right-red, .yellow-square.top-right {
    width: 1.5em;
    height: 1.5em;
  }

  .yellow-square.top-left-new, .yellow-square.top-left2 {
    width: 1.5em;
    height: 1.5em;
  }

  .yellow-square.bottom-left {
    z-index: 8;
    width: 1.5em;
    height: 1.5em;
  }

  .yellow-square.bottom-left.shift-on-mobile {
    inset: 0% 0% auto auto;
    display: none;
    inset: 0% 0% auto auto;
  }

  .yellow-square.top-left.square-margin {
    z-index: 10;
    width: 1.5em;
    height: 1.5em;
    margin-left: 1.5em;
  }

  .yellow-square.top-left.lrg-quote {
    width: 1.5em;
    height: 1.5em;
    margin-left: 2em;
    inset: 0% 0% auto auto;
  }

  .yellow-square.bottom-left {
    z-index: 11;
  }

  .yellow-square.bottom-right-red, .yellow-square.top-right {
    width: 1.5em;
    height: 1.5em;
  }

  .yellow-square.top-right.mobile-only-square {
    display: none;
  }

  .yellow-square.top-right-lower {
    top: 2em;
    right: 2em;
  }

  .yellow-square.top-left-new, .yellow-square.top-left2 {
    width: 1.5em;
    height: 1.5em;
  }

  .yellow-square.hide-on-mobile {
    display: none;
  }

  .yellow-square.funding-growth-square {
    width: 1.5em;
    height: 1.5em;
    inset: 0% auto auto 0%;
  }

  .yellow-square.comm-impact {
    width: 1.5em;
    height: 1.5em;
  }

  .yellow-square.floating-square {
    width: 2em;
    height: 2em;
  }

  .h2-main-black {
    color: #231e1c;
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 1;
  }

  .h2-main-black.gr-margins {
    margin-top: 0;
  }

  .h2-main-black.white {
    letter-spacing: .03em;
    margin-bottom: 6px;
    font-size: 27px;
  }

  .h2-main-black.center-headline-section {
    text-align: center;
    align-self: center;
    margin-bottom: 14px;
  }

  .h2-main-black.comm-impact-header {
    margin-bottom: 0;
  }

  .h2-main-black.hide-on-mobile {
    display: none;
  }

  .h2-main-black.mobile-only {
    display: block;
  }

  .header-text-container {
    width: 100%;
  }

  .header-text-container.menu-header, .header-text-container.client-logos-padding, .header-text-container.pricing {
    margin-bottom: 0;
  }

  .header-text-container.comm-impact-header, .header-text-container.menu-header, .header-text-container.client-logos-padding, .header-text-container.pricing {
    margin-bottom: 0;
  }

  .header-text-container.quote-section {
    width: 100%;
    max-width: none;
  }

  .header-text-container.services-info-wrap {
    z-index: auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: auto;
    padding-right: 0;
  }

  .header-text-container.comm-impact-header {
    margin-bottom: 0;
  }

  .black-sub-p {
    font-size: 15px;
    line-height: 1.3;
  }

  .black-sub-p.small-black-p.funding-stat-description {
    text-align: center;
    text-align: center;
    width: 60%;
  }

  .black-sub-p.service-sub {
    text-align: left;
    margin-top: 10px;
    display: none;
  }

  .black-sub-p.service-sub.mobile-only {
    margin-top: 0;
    font-size: 14px;
    display: block;
  }

  .black-sub-p.service-section-width {
    width: 100%;
    margin-top: 0;
  }

  .black-sub-p.headline-section-width-1 {
    width: 100%;
    max-width: 350px;
    font-size: 14px;
  }

  .black-sub-p.right-align {
    text-align: left;
  }

  .black-sub-p.card-sub {
    margin-right: 0;
    font-size: 13px;
    line-height: 1.2;
  }

  .black-sub-p.headline-section-width-2 {
    width: 100%;
    max-width: 325px;
    font-size: 14px;
  }

  .black-sub-p.gold-contact-section-width {
    width: 100%;
    margin-top: 10px;
  }

  .black-sub-p.funding-numbers-p {
    width: 100%;
    font-size: 13px;
  }

  .bullet-list-wrap.service-page-margin {
    margin-top: 1em;
    padding-right: 1em;
  }

  .list-item-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .yellow-square-sm {
    width: 1.2em;
    height: 1.2em;
    margin-top: 4px;
  }

  .services-img.mobile-only-img {
    opacity: 1;
    mix-blend-mode: normal;
    opacity: 100;
    mix-blend-mode: multiply;
    align-self: center;
    width: 100%;
    margin-top: 10px;
    display: block;
    right: 0;
  }

  .services-img.mobile-only-img {
    opacity: 1;
    mix-blend-mode: normal;
    opacity: 100;
    mix-blend-mode: multiply;
    align-self: center;
    width: 100%;
    margin-top: 10px;
    display: block;
    right: 0;
  }

  .services-img.mobile-only-img.baloon-img {
    width: 107%;
    margin-top: -10px;
  }

  .services-img.mobile-only-cs {
    opacity: 100;
    mix-blend-mode: multiply;
    align-self: center;
    width: 100%;
    margin-top: 10px;
    display: block;
    right: 0;
  }

  .services-img.mobile-only-cs.baloon-img {
    width: 107%;
    margin-top: -10px;
  }

  .case-study-menu-cms {
    width: 100%;
  }

  .other-client {
    letter-spacing: .5px;
    text-transform: none;
    margin: 0 0 12px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    display: block;
  }

  .other-client:hover {
    color: #ffffef;
  }

  .other-client:active {
    color: #f24149;
  }

  .other-client.w--current {
    border-bottom-style: solid;
    border-left: 1px #000;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .service-blocks-wrap {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-blocks-wrap.second-row {
    flex-flow: column;
    margin-top: 0;
  }

  .service-block {
    border-bottom: 1px dotted var(--fftf-black);
    background-color: var(--100-transparent);
    margin-bottom: 1.25em;
    padding: 0 0 1.5em;
  }

  .service-block.bottom-border {
    border-bottom: 1px dotted var(--fftf-black);
  }

  .service-block.bottom-block {
    border-bottom-style: none;
  }

  .h2-main-white {
    font-size: 36px;
  }

  .white-sub-p {
    font-size: 14px;
    line-height: 18px;
  }

  .white-sub-p.footer-tag {
    text-align: left;
  }

  .white-sub-p.footer-tag-vislble, .white-sub-p.footer-tag {
    text-align: left;
  }

  .white-sub-p.lrg-quote-p {
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 19px;
    line-height: 1.3;
  }

  .white-sub-p.hero-sub-width {
    width: auto;
    font-size: 14px;
    line-height: 19px;
  }

  .white-sub-p.video-section-width {
    width: auto;
    line-height: 1.4;
  }

  .white-sub-p.mobile-sm {
    font-size: 14px;
    line-height: 1.2;
  }

  .white-sub-p.extended-clients-sub {
    text-align: left;
  }

  .white-sub-p.location {
    display: none;
  }

  .white-sub-p.footer-tag-vislble {
    text-align: left;
  }

  .logo-wrap {
    padding-top: 0;
    display: none;
  }

  .video-wrap {
    border-radius: 2px;
  }

  .video-wrap.about-pg-video {
    max-width: none;
    margin-top: 0;
  }

  .video-wrap.featured-gr {
    width: 235%;
    height: auto;
    top: 0;
    left: -35%;
  }

  .video-wrap.two-up-wrap {
    max-width: none;
    height: 300px;
  }

  .client-label-wrap {
    align-items: center;
  }

  .client-label {
    text-align: center;
    letter-spacing: .16em;
    text-transform: uppercase;
    width: 100%;
    margin: 10px 0 12px;
    padding-bottom: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    display: block;
  }

  .client-label:hover {
    color: #ffffef;
  }

  .client-label:active {
    color: #f24149;
  }

  .client-label.w--current {
    border-bottom-style: solid;
    border-left: 1px #000;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .client-label.main {
    display: none;
  }

  .menu-card-h {
    letter-spacing: .015em;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 0;
    font-size: 5.5vw;
    line-height: 1.2;
  }

  .menu-card-h.top-margin-adjust {
    margin-bottom: 4px;
    font-size: 21px;
  }

  .menu-card-h.top-margin-adjust.menu-page {
    font-size: 5.5vw;
    line-height: 1.18;
  }

  .gr-collection {
    margin-top: 0;
  }

  .top-right-text-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .top-right-text-wrap.hide-on-mobile {
    display: none;
  }

  .top-right-text-wrap.admin-footer, .top-right-text-wrap.about-team, .top-right-text-wrap.hide-on-mobile {
    display: none;
  }

  .top-right-text-wrap.gr-mobile-margin {
    margin-top: -20px;
  }

  .top-right-text-wrap.extend-client-subheader {
    display: none;
  }

  .top-right-text-wrap.comm-impact-subhead {
    margin-top: -20px;
    margin-bottom: 0;
  }

  .top-right-text-wrap.admin-footer, .top-right-text-wrap.about-team {
    display: none;
  }

  .cta-header-wrap {
    justify-content: center;
  }

  .h2-cta {
    text-align: center;
    font-size: 8vw;
  }

  .h2-cta.mobile-only {
    font-size: 27px;
  }

  .footer-form-container {
    margin-bottom: 0;
  }

  .yellow-square-tiny {
    inset: -2em auto auto 0%;
  }

  .from-intro-p {
    letter-spacing: .02em;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
  }

  .from-intro-p.mobile-only-p {
    width: 100%;
    display: block;
  }

  .from-intro-p.main-p {
    font-size: clamp(16px, 4vw, 18px);
    display: none;
  }

  .from-intro-p.main-p.mobile-only {
    width: 100%;
    font-size: clamp(16px, 6vw, 18px);
    display: block;
  }

  .contact-form-wrap {
    margin-top: 20px;
  }

  .form-block-style {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    padding: 1em;
  }

  .form-text {
    letter-spacing: .05em;
    font-size: 18px;
  }

  .form-text.fftf-black {
    letter-spacing: .03em;
    letter-spacing: .03em;
  }

  .text-field {
    background-color: #ffffff03;
  }

  .text-field.white-field {
    background-color: #fff3;
  }

  .text-field.white-field.message-field {
    box-shadow: none;
    box-shadow: none;
    background-color: #fff3;
  }

  .text-field.message-field {
    background-color: #ffffff03;
    box-shadow: 1px 3px 2px -1px #0000001a;
  }

  .footer-nav-block.right-align, .footer-nav-block.center-align {
    justify-content: flex-start;
    display: none;
  }

  .footer-nav-block.right-align, .footer-nav-block.center-align {
    justify-content: flex-start;
    display: none;
  }

  .footer-nav-block.left-padding {
    left: 0;
  }

  .footer-nav-block.credit-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: 1px solid #9f9f9f33;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2em;
    display: flex;
  }

  .footer-nav-block.mobile-margin.right-align {
    display: block;
  }

  .footer-nav-block.credit-block-black {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: 1px dotted var(--fftf-black);
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2em;
    display: flex;
  }

  .h2-footer-yellow {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .bigger-h1 {
    letter-spacing: .02em;
    max-width: none;
    font-size: 48px;
    line-height: .95;
  }

  .bigger-h1.grant-resource-h1 {
    width: auto;
    max-width: none;
    margin-top: 10px;
    font-size: 39px;
  }

  .bullet-block {
    display: none;
  }

  .headline {
    height: auto;
  }

  .headline-sect-container {
    align-items: flex-start;
    padding-bottom: 12px;
  }

  .short-hero {
    z-index: 13;
    height: auto;
    overflow: visible;
  }

  .headshot {
    margin-bottom: 25px;
  }

  .job-title {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .job-title.resource-entry {
    margin-bottom: 0;
  }

  .black-p.price-features {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .team-member-cms {
    margin-top: 0;
  }

  .main-type-on-white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px 40px;
  }

  .medium-black-h2 {
    font-size: 8vw;
  }

  .medium-black-h2.center-aligned {
    font-size: 36px;
  }

  .service-img-2 {
    mix-blend-mode: normal;
    width: 250%;
    margin-top: -20px;
    margin-bottom: 0;
    right: 24%;
  }

  .service-img-2.hide-mobile {
    display: none;
  }

  .service-img-2.show-mobile {
    width: 116%;
    display: block;
    right: 0%;
  }

  .contact-section {
    background-image: linear-gradient(#fe353533 5%, #fe353500 45%);
  }

  .price-card {
    margin-bottom: 1.5em;
  }

  .price-card.form-edit {
    padding: 1em;
  }

  .price-card.price-padding {
    margin-bottom: 0;
    padding: 1.25em;
  }

  .price-card-wrap {
    flex-flow: column;
    width: 100%;
    max-width: 300px;
    display: flex;
  }

  .price-tier-h3 {
    font-size: 24px;
  }

  .price-numbers {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .price-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
  }

  .price-list.no-margin {
    padding-left: .5em;
  }

  .pull-quote-section {
    background-image: none;
    height: auto;
  }

  .pull-quote-inner {
    background-image: none;
  }

  .full-width-quote-block {
    width: 100%;
    font-size: 5vw;
    line-height: 1.3;
  }

  .full-width-quote-block.main {
    display: none;
  }

  .full-width-quote-block.mobile {
    margin-top: 28px;
    margin-bottom: 24px;
    font-size: 21px;
    display: block;
  }

  .quotee-image-wrap {
    margin-top: 15px;
    position: relative;
    left: 0;
  }

  .quotee-img {
    vertical-align: baseline;
    width: 100%;
    max-width: none;
    display: block;
    position: relative;
    overflow: visible;
  }

  .quotee-name {
    letter-spacing: .04em;
    margin-bottom: 0;
    font-size: 7vw;
  }

  .case-study-h1 {
    letter-spacing: .02em;
    max-width: none;
    font-size: 7.9vw;
    line-height: 1;
  }

  .inner-sub-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 13px;
  }

  .yellow-p-bullet {
    display: none;
  }

  .funding-stat-wrap {
    align-items: center;
    width: 100%;
  }

  .funding-stat-wrap.additional-stat-margin {
    margin-left: 0;
  }

  .community-img-caption {
    line-height: 1;
  }

  .card-info-wrap {
    padding: 10px 6px 10px 0;
  }

  .card-info-wrap.gr-bg {
    padding-left: 12px;
    padding-right: 30px;
  }

  .card-inner-div {
    border-radius: 0;
  }

  .case-study-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .cs-link {
    width: 100%;
  }

  .cs-link:hover {
    background-color: #fff3;
  }

  .featured-article {
    height: 400px;
    overflow: hidden;
  }

  .featured-article.gr-feat {
    height: 350px;
  }

  .featured-collection {
    width: 100%;
    height: 100%;
  }

  .featured-wrap {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .featured-wrap.gr-wrap {
    height: 350px;
  }

  .featured-img {
    object-fit: cover;
    max-width: none;
    height: 370px;
    top: 0;
    overflow: hidden;
  }

  .feature-gradient-overlay {
    opacity: .8;
    background-image: linear-gradient(0deg, #000000ad 19%, #00000014 58%, #fff0 89%);
    height: 100%;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .featured-text-wrap {
    padding-bottom: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: absolute;
    inset: auto 0% 0%;
  }

  .featured-inner {
    width: 100%;
  }

  .featured-button-wrap {
    width: 100%;
    height: 35px;
    inset: auto 0% 0%;
  }

  .faq-item {
    max-width: none;
  }

  .question-wrapper {
    flex-flow: row;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .faq-body {
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .faq-question {
    letter-spacing: .02em;
    width: 100%;
    margin-right: 10px;
    font-size: 27px;
  }

  .faq-arrow {
    width: 16px;
    height: 16px;
  }

  .faq-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .admin-hero {
    background-image: linear-gradient(0deg, #fff0 25%, #ffc32c99 81%, #fff 98%);
    overflow: visible;
  }

  .article-body {
    width: 100%;
  }

  .gr-body-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  .admin-body-wrap {
    border-top: 1px none var(--fftf-black);
    border-bottom: 1px #000;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grant-resource-rte {
    width: 100%;
  }

  .grant-resource-rte p {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .grant-resource-rte blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5em;
  }

  .grant-resource-rte h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .grant-resource-rte ol {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grant-resource-rte ul {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .grant-resource-rte li {
    color: var(--fftf-black);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .grant-resource-rte h3 {
    padding-left: 0;
    font-size: 18px;
  }

  .site-map-h2.site-map-h {
    letter-spacing: .01em;
    letter-spacing: .01em;
    font-size: 25px;
  }

  .author-warp {
    justify-content: flex-start;
  }

  .article-credits {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-top-color: var(--fftf-black);
    border-bottom-style: none;
    border-bottom-color: var(--fftf-black);
    align-items: flex-start;
    padding-top: 2em;
    padding-bottom: 0;
  }

  .author-headshot {
    width: 120px;
    max-width: none;
    height: 120px;
  }

  .author-inner-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
  }

  .author-info-inner {
    width: 100%;
    margin-right: 0;
  }

  .author-info-inner.author-bio {
    border-top: 1px dotted var(--fftf-black);
    border-left-style: none;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0%;
    display: none;
  }

  .author-info-inner.author-bio.mobile-only {
    border-bottom: 1px dotted var(--fftf-black);
    border-top-style: none;
    border-bottom: 1px dotted var(--fftf-black);
    border-top-style: none;
    padding-top: 0;
    display: block;
  }

  .author-job-title {
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 8px;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 1;
    display: block;
  }

  .author-job-title.w--current {
    border-bottom-style: solid;
    border-left: 1px #000;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .author-grid {
    grid-column-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  .admin-body-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: grid;
  }

  .site-map-rte h2 {
    font-size: 21px;
  }

  .site-map-rte li {
    line-height: 1.4;
  }

  .f-icon {
    width: 28px;
    min-width: auto;
    max-width: none;
  }

  .site-map-link.sub-link {
    margin-left: 10px;
  }

  .site-map-h3 {
    font-size: 16px;
    line-height: 1.1;
  }

  .inner-header-wrap {
    width: 100%;
  }

  .counter-img-wrap.hide-on-mobile, .counter-img-wrap.funder-growth, .counter-img-wrap.hide-on-mobile, .counter-img-wrap.funder-growth {
    display: none;
  }

  .case-study-collection-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .no-margins-mobile {
    letter-spacing: .03em;
    margin-bottom: 0;
    font-size: 24px;
  }

  .collection-list-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .load_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .load_grid-item {
    width: auto;
  }

  .credit-link-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .yellow-side-bar {
    background-color: var(--fftf-gold);
    background-image: linear-gradient(#fff0 75%, #fe35354d), linear-gradient(#fff, #fff0 27%);
    width: .75em;
    height: 70%;
    display: block;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .yellow-side-bar.mobile-only2, .yellow-side-bar.home-page, .yellow-side-bar.mobile-only2, .yellow-side-bar.home-page {
    background-image: linear-gradient(#fff0 75%, #fe353533), linear-gradient(#fff, #fff0 27%);
    height: 55%;
    display: block;
  }

  .feat-case-study-link {
    text-decoration: none;
  }

  .name-and-arrow {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .services-section {
    position: relative;
  }

  .team-info-wrap {
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-link-button {
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 0;
    margin-right: 2px;
    padding-bottom: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    display: block;
  }

  .text-link-button:hover {
    color: var(--fftf-black);
  }

  .text-link-button:active {
    color: #f24149;
  }

  .text-link-button.w--current {
    border-bottom-style: solid;
    border-left: 1px #000;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .price-inner {
    padding-left: 1em;
    padding-right: 1px;
  }

  .price-inner.bottom-border {
    padding-left: 0;
  }

  .quotee {
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    display: block;
  }

  .quotee:hover {
    color: var(--fftf-black);
  }

  .quotee.w--current {
    border-bottom-style: solid;
    border-left: 1px #000;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .gr-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .featured-item.gr-item, .featured-list.gr-list, .featured-list.gr-list {
    height: 350px;
  }

  .service-square-bullet {
    margin-left: 0;
    display: none;
  }

  .extended-client {
    font-size: 5vw;
    line-height: 1.1;
  }

  .extended-client-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .extended-client-list {
    grid-template-columns: 1fr;
  }

  .extended-list-sub {
    font-size: 12px;
    line-height: 17px;
  }

  .home-hero-section {
    height: auto;
    overflow: hidden;
  }

  .two-div-section, .short-case-study-menu, .video-embed-section {
    overflow: hidden;
  }

  .team-member-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about-rte {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feat-case-link-block {
    width: 100%;
    max-width: none;
  }

  .lrg-quote-section {
    height: auto;
    overflow: visible;
  }

  .featured-cs-link {
    width: 100%;
  }

  .intro-wrap-inner {
    width: auto;
  }

  .case-study-video-section {
    overflow: hidden;
  }

  .cs-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .executive-quote-item {
    position: relative;
    overflow: visible;
  }

  .executive-quote-list {
    position: relative;
  }

  .banner-cta-section {
    height: auto;
  }

  .entry-author-section {
    overflow: visible;
  }

  .list-4 {
    margin-bottom: 0;
  }

  .gr-item {
    width: auto;
    display: flex;
  }

  .main-type-on-black {
    background-color: var(--fftf-black);
    padding: 40px;
  }

  .hide-on-mobile {
    display: block;
  }

  .mobile-only {
    width: 94%;
    display: none;
  }

  .h2-footer-black {
    margin-bottom: 12px;
  }

  .style-guide-line {
    margin-top: 10px;
  }

  .password-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .password-page-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .password-label {
    letter-spacing: .02em;
    font-size: 30px;
  }

  .pword-text-field, .submit-button {
    width: 80%;
  }

  ._404-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-label {
    letter-spacing: .02em;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .article-page-menu, .article-page-menu.slim-padding, .article-page-menu.slim-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .privacy-policy {
    width: 100%;
    position: relative;
  }

  .cs-mission-wrap {
    margin-top: -8px;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .h2-cs-mission {
    font-size: 5.5vw;
  }

  .cs-study-mission-main {
    display: none;
  }

  .cs-study-mission-main blockquote {
    font-size: 5.5vw;
  }

  .cs-study-mission-mobile {
    display: block;
  }

  .cs-study-mission-mobile blockquote {
    font-size: 5.5vw;
  }

  .border-divide-line {
    display: none;
  }

  .video-embed2 {
    width: 200%;
  }

  .full-video {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-rte {
    margin-bottom: 0;
  }

  .faq-box-arrow {
    width: 16px;
    height: 16px;
  }

  .collection-item-2 {
    display: flex;
  }

  .team-collection-item {
    width: 100%;
  }

  .gr-about-rte {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gr-about-rte p {
    padding-bottom: 2em;
  }

  .entry-date-text {
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 0;
    margin-right: -18px;
    padding-bottom: 3px;
    font-size: 7px;
    font-weight: 700;
    line-height: 1;
    display: block;
  }

  .entry-date-text.w--current {
    border-bottom-style: solid;
    border-left: 1px #000;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .author-info-inner-l {
    flex: 0 auto;
    margin-right: 0;
  }

  .page-wipe {
    overflow: visible;
  }

  .button.cookies-home-allow.margin1 {
    border-radius: 0;
    margin-left: 0;
    font-size: 9px;
  }

  .button.cookies-home-allow.margin2 {
    border-radius: 0;
    margin-left: 0;
  }

  .button.small.button-margin {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    margin-left: 0;
  }

  .button.small.cookies-buttons {
    width: 100%;
    max-width: none;
  }

  .fs-cc-manager3_text {
    font-size: 7px;
  }

  .fs-cc-banner3_container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
    max-width: 370px;
  }

  .fs-cc-prefs3_submit {
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .fs-cc-prefs3_option {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-cc-prefs3_buttons-wrapper.prefs {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .copyright {
    width: auto;
  }

  .copyright.cookies-links.overlay {
    margin-top: 15px;
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .fs-cc-banner3_paragraph {
    line-height: 1.3;
  }

  .fs-cc-close-icon {
    z-index: 1000;
    width: 12px;
    position: relative;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-manager3_component {
    justify-content: center;
    height: 16px;
    padding-left: 0;
  }

  .fs-cc-manager3-link {
    height: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .fs-cc-prefs3_toggle-wrapper {
    align-items: flex-start;
  }

  .fs-cc-banner3_block {
    text-align: center;
    border-radius: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .fs-cc-prefs3_label {
    margin-top: -2px;
    line-height: 1.2;
  }

  .fs-cc-prefs3_component {
    z-index: 1010;
    padding: 2em;
    display: none;
  }

  .gradient-background {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .animation-wrap {
    display: flex;
  }

  .logo-animation {
    width: 280px;
    margin-top: -60px;
    margin-left: 0;
  }

  .gradient-grid-overlay2 {
    background-image: linear-gradient(180deg, #8c877e33, #8c877e00 50%), linear-gradient(180deg, var(--fftf-black) 9%, #231e1c00 29%, #231e1ca6 70%, var(--fftf-black));
    height: 460px;
  }

  .client-label-rte {
    text-align: center;
    letter-spacing: .16em;
    text-transform: uppercase;
    width: 100%;
    margin: 10px 0 12px;
    padding-bottom: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    display: block;
  }

  .client-label-rte:hover {
    color: #ffffef;
  }

  .client-label-rte:active {
    color: #f24149;
  }

  .client-label-rte.w--current {
    border-bottom-style: solid;
    border-left: 1px #000;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 3px;
    line-height: 23px;
  }

  .client-label-rte p {
    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
  }

  .client-label-rte.mobile-only {
    display: block;
  }
}

#w-node-a30f42cb-b416-5ebb-e934-fb7eb855a0d9-b1b03a0d {
  grid-area: 2 / 1 / 2 / 9;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0eff-b1b03a0d {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f01-b1b03a0d {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f03-b1b03a0d {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f05-b1b03a0d {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f09-b1b03a0d {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f0a-b1b03a0d {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f0c-b1b03a0d {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f0e-b1b03a0d {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f0f-b1b03a0d {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f11-b1b03a0d {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f12-b1b03a0d {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f14-b1b03a0d {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-d918724b-58d4-4f97-c830-f4fc88ac0f16-b1b03a0d {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_92238b27-108d-ba0b-0c35-8c07af085d3a-b1b03a0d {
  grid-area: 2 / 1 / 6 / 5;
}

#w-node-_92238b27-108d-ba0b-0c35-8c07af085d4f-b1b03a0d {
  grid-area: 2 / 5 / 6 / 9;
}

#w-node-_92238b27-108d-ba0b-0c35-8c07af085d65-b1b03a0d {
  grid-area: 2 / 9 / 6 / 13;
}

#w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d42-b1b03a0d {
  grid-area: 2 / 1 / 3 / 8;
  align-self: start;
}

#w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d4b-b1b03a0d {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d4c-b1b03a0d {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d59-b1b03a0d {
  grid-area: 2 / 1 / 4 / 13;
  justify-self: center;
}

#w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5a-b1b03a0d {
  grid-area: 1 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5b-b1b03a0d {
  grid-area: 4 / 2 / 5 / 12;
}

#w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5c-b1b03a0d {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d6e-b1b03a0d {
  grid-area: 5 / 2 / 6 / 12;
}

#w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d6f-b1b03a0d {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ec8af463-a916-bae9-44c4-b4350c7bf743-5f79b644 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b646-5f79b644 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b64d-5f79b644 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b656-5f79b644 {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b659-5f79b644 {
  grid-area: 5 / 5 / 6 / 9;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b65c-5f79b644 {
  grid-area: 5 / 10 / 6 / 13;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b65f-5f79b644 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b668-5f79b644 {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b66f-5f79b644 {
  grid-area: 4 / 11 / 5 / 13;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b679-5f79b644 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b67a-5f79b644 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b67c-5f79b644 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b67e-5f79b644 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b67f-5f79b644 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b681-5f79b644 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b682-5f79b644 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b684-5f79b644 {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b686-5f79b644 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_4c3add89-45f2-02ca-6108-daca6fc80668-6fc80666 {
  grid-area: 2 / 6 / 4 / 13;
}

#w-node-_4c3add89-45f2-02ca-6108-daca6fc8067f-6fc80666 {
  grid-area: 2 / 1 / 4 / 5;
  align-self: start;
}

#w-node-_68d8e99e-1690-00f8-0e53-a59b0de8867b-0de8867b {
  grid-area: 1 / 1 / 2 / 13;
}

@media screen and (min-width: 1440px) {
  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d59-b1b03a0d, #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5a-b1b03a0d {
    grid-column: 1 / 13;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5b-b1b03a0d, #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d6e-b1b03a0d {
    grid-column: 2 / 12;
  }

  #w-node-ec8af463-a916-bae9-44c4-b4350c7bf743-5f79b644 {
    grid-column: 6 / 9;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b64d-5f79b644 {
    grid-column-end: 2;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b656-5f79b644 {
    grid-column-end: 3;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b659-5f79b644 {
    grid-column: 3 / 7;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b65c-5f79b644 {
    grid-column: 7 / 9;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b65f-5f79b644 {
    grid-column: 2 / 3;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b668-5f79b644 {
    grid-column: 3 / 4;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b66f-5f79b644 {
    grid-column: 6 / 9;
  }

  #w-node-_4c3add89-45f2-02ca-6108-daca6fc80668-6fc80666 {
    grid-column-start: 7;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5b-b1b03a0d {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b646-5f79b644 {
    grid-area: 2 / 1 / 3 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_92238b27-108d-ba0b-0c35-8c07af085d3a-b1b03a0d, #w-node-_92238b27-108d-ba0b-0c35-8c07af085d4f-b1b03a0d, #w-node-_92238b27-108d-ba0b-0c35-8c07af085d65-b1b03a0d {
    grid-row-end: 4;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d4b-b1b03a0d {
    grid-column-start: 8;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d59-b1b03a0d {
    grid-row: 3 / 4;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5a-b1b03a0d {
    grid-row-end: 4;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5b-b1b03a0d, #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d6e-b1b03a0d {
    grid-column: 1 / 13;
  }

  #w-node-ec8af463-a916-bae9-44c4-b4350c7bf743-5f79b644 {
    grid-column: 6 / 13;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b64d-5f79b644 {
    grid-column-end: 3;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b65f-5f79b644 {
    grid-column: 3 / 6;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b668-5f79b644 {
    grid-area: 4 / 5 / 5 / 8;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b66f-5f79b644 {
    grid-column: 11 / 13;
  }

  #w-node-_4c3add89-45f2-02ca-6108-daca6fc80668-6fc80666 {
    grid-row-end: 4;
    grid-column-start: 5;
  }

  #w-node-_4c3add89-45f2-02ca-6108-daca6fc8067f-6fc80666 {
    grid-column-end: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a30f42cb-b416-5ebb-e934-fb7eb855a0d9-b1b03a0d {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_92238b27-108d-ba0b-0c35-8c07af085d3a-b1b03a0d {
    grid-column: 1 / 7;
    grid-row-end: 3;
  }

  #w-node-_92238b27-108d-ba0b-0c35-8c07af085d4f-b1b03a0d {
    grid-column: 7 / 13;
    grid-row-end: 3;
  }

  #w-node-_92238b27-108d-ba0b-0c35-8c07af085d65-b1b03a0d {
    grid-column: 1 / 7;
    grid-row-start: 3;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d42-b1b03a0d {
    grid-column-end: 9;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d4b-b1b03a0d {
    grid-column-start: 8;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d59-b1b03a0d {
    grid-column: 1 / 13;
    grid-row-start: 3;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5a-b1b03a0d {
    grid-column: 6 / 11;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5b-b1b03a0d, #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d6e-b1b03a0d {
    grid-column: 1 / 13;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b644-5f79b644 {
    grid-column-end: 8;
  }

  #w-node-ec8af463-a916-bae9-44c4-b4350c7bf743-5f79b644 {
    grid-column-start: 5;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b64d-5f79b644 {
    grid-column-end: 4;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b656-5f79b644 {
    grid-row: 6 / 7;
    grid-column-end: 5;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b659-5f79b644 {
    grid-row: 6 / 7;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b65c-5f79b644 {
    grid-row: 6 / 7;
    grid-column-start: 9;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b65f-5f79b644 {
    grid-column: 4 / 8;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b668-5f79b644 {
    grid-area: 5 / 1 / 6 / 6;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b66f-5f79b644 {
    grid-area: 5 / 4 / 6 / 8;
  }

  #w-node-_4c3add89-45f2-02ca-6108-daca6fc80668-6fc80666 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_4c3add89-45f2-02ca-6108-daca6fc8067f-6fc80666 {
    grid-column-end: 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a30f42cb-b416-5ebb-e934-fb7eb855a0d9-b1b03a0d {
    grid-column-end: 7;
  }

  #w-node-_92238b27-108d-ba0b-0c35-8c07af085d3a-b1b03a0d {
    grid-column: 1 / 7;
    grid-row-end: 4;
    justify-self: center;
  }

  #w-node-_92238b27-108d-ba0b-0c35-8c07af085d4f-b1b03a0d {
    grid-area: 4 / 1 / 5 / 7;
    justify-self: center;
  }

  #w-node-_92238b27-108d-ba0b-0c35-8c07af085d65-b1b03a0d {
    grid-area: 5 / 1 / 6 / 7;
    justify-self: center;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d42-b1b03a0d {
    grid-row-end: 3;
    grid-column-end: 7;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d4b-b1b03a0d {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d59-b1b03a0d {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5a-b1b03a0d {
    grid-area: 4 / 1 / 5 / 7;
    justify-self: center;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d5b-b1b03a0d {
    grid-row: 5 / 6;
    grid-column-end: 7;
  }

  #w-node-_3d715c6c-b7c3-b680-81dd-636f782b6d6e-b1b03a0d {
    grid-row: 6 / 7;
    grid-column-end: 7;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b644-5f79b644 {
    grid-row-end: 6;
    grid-column-start: 4;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b646-5f79b644 {
    grid-column: 1 / 7;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b64d-5f79b644 {
    grid-row: 3 / 4;
    grid-column-end: 4;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b656-5f79b644 {
    grid-row: 5 / 6;
    grid-column-end: 7;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b659-5f79b644 {
    grid-area: 6 / 3 / 7 / 7;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b65c-5f79b644 {
    grid-column: 4 / 7;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b65f-5f79b644 {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b668-5f79b644 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_1ee1cf19-d36b-a5f9-d8e1-d3e45f79b66f-5f79b644 {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-_4c3add89-45f2-02ca-6108-daca6fc80668-6fc80666 {
    grid-column: 1 / 7;
    grid-row-start: 3;
  }

  #w-node-_4c3add89-45f2-02ca-6108-daca6fc8067f-6fc80666 {
    grid-row-end: 3;
    grid-column-end: 7;
    align-self: auto;
  }
}
