.secondary-nav {
  color: #005595;
  text-align: center;
  background-color: #ebf3f9;
  border-bottom: 1px solid #cde5ff;
  display: none;
}

@media (min-width: 760px) {
  .secondary-nav {
    display: block;
  }
}

.secondary-nav nav {
  justify-content: center;
  display: flex;
}

.secondary-nav ul {
  margin: 0;
  list-style: none;
  display: flex;
}

.secondary-nav li:before {
  content: "·";
  font-weight: 700;
}

.secondary-nav li:first-child:before {
  content: "";
}

.secondary-nav a {
  color: inherit;
  border-bottom: none;
  padding: 14px 5px 11px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
  display: inline-block;
}

.secondary-nav a:hover {
  color: #001b2f;
}

header {
  margin: 0;
}

.sbf-ce-section {
  outline: 1px dotted #353535 !important;
}

h1 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.125;
}

@media (min-width: 900px) {
  h1 {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.125em;
    font-weight: 700;
    line-height: 1.1;
  }
}

h2 {
  letter-spacing: -.025em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 900px) {
  h2 {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

h3 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

a {
  color: #005595;
}

a:hover, a:active {
  color: #002949;
}

a {
  text-decoration: underline;
}

.section-container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 900px) {
  .section-container {
    padding: 0;
  }
}

.tk-button--blue {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.tk-button--blue:hover, .tk-button--blue:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.tk-button--blue:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.tk-button--blue.disabled, .tk-button--blue[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.tk-button--blue.disabled:hover, .tk-button--blue.disabled:focus, .tk-button--blue[disabled]:hover, .tk-button--blue[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.tk-button--blue {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.tk-button--green {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #1c6b3d;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #1c6b3d;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.tk-button--green:hover, .tk-button--green:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #114326;
  border-color: #114326;
}

.tk-button--green:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.tk-button--green.disabled, .tk-button--green[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.tk-button--green.disabled:hover, .tk-button--green.disabled:focus, .tk-button--green[disabled]:hover, .tk-button--green[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #1c6b3d;
  border-color: #1c6b3d;
}

.tk-button--green {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.section-hero {
  text-align: center;
  background: #fcfafb;
  padding: 32px 0;
}

@media (min-width: 760px) {
  .section-hero {
    text-align: left;
    background: #fcfafb url("/fa/min/assets/section-hero-bg-28ec2ee3.jpg") 300px no-repeat;
    padding: 56px 0 100px;
  }
}

@media (min-width: 900px) {
  .section-hero {
    background-position: 420px;
    padding: 72px 0 100px;
  }
}

@media (min-width: 1200px) {
  .section-hero {
    background-position: 100% 100%;
  }
}

@media (min-width: 760px) {
  .section-hero .content-container {
    max-width: 70ch;
  }
}

.section-hero .content-container p {
  letter-spacing: .01em;
  text-wrap: balance;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-hero .content-container p {
    letter-spacing: .005em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

.section-hero .content-container p:first-of-type {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .section-hero .content-container p:first-of-type {
    letter-spacing: -.0015em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-funding {
  padding: 37px 0 0;
}

.section-funding ul, .section-focus ul {
  list-style: none;
}

.section-funding p, .section-focus p {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

.section-funding h3, .section-focus h3 {
  margin: 0 0 8px;
}

.priority-list {
  width: 100%;
}

.priority-list .svg-container {
  background-color: #e5e5e5;
  border-radius: 8px;
  margin: 0 0 24px;
  padding: 16px;
  display: none;
}

@media (min-width: 760px) {
  .priority-list .svg-container {
    align-items: center;
    display: flex;
  }
}

.priority-list .svg-container svg {
  width: 36px;
  height: 36px;
}

.priority-list .priority-list__item {
  gap: 20px;
  width: 100%;
  display: flex;
}

.priority-list .priority-list__item p {
  line-height: 1.7;
}

.section-quote {
  padding: 0 0 42px;
}

.section-quote .sub-heading {
  letter-spacing: .005em;
  text-align: center;
  padding: 0 12px 16px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .section-quote .sub-heading {
    padding: 0 40px 18px;
  }
}

.section-quote .sub-heading:before {
  content: "";
  border-bottom: 1px solid #d8d8d8;
  width: 100px;
  margin: 0 auto 40px;
  display: block;
}

.section-quote h2 {
  text-align: center;
}

.section-quote .grant-quote {
  text-align: center;
  width: 100%;
  margin: 0;
}

@media (min-width: 760px) {
  .section-quote .grant-quote {
    text-align: left;
    width: 75%;
    margin: 80px 0 0;
    position: relative;
    left: 23%;
  }
}

.section-quote .grant-quote:after {
  content: "";
  background: url("/fa/min/assets/section-focus-bg-9e0a6f84.jpg");
  width: 219px;
  height: 293px;
  margin: 18px auto -32px;
  display: block;
}

@media (min-width: 760px) {
  .section-quote .grant-quote:after {
    margin: 0;
    position: absolute;
    top: -50px;
    left: -235px;
  }
}

.section-quote .grant-quote blockquote {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

@media (min-width: 900px) {
  .section-quote .grant-quote blockquote {
    letter-spacing: -.0015em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-quote .grant-quote blockquote {
  border: none;
  font-style: italic;
  line-height: 1.6;
}

.section-quote .grant-quote blockquote div {
  display: inline;
}

.section-quote .grant-quote blockquote:before {
  content: "“";
}

.section-quote .grant-quote blockquote:after {
  content: "”";
}

.section-quote .quote-caption {
  letter-spacing: .01em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 900px) {
  .section-quote .quote-caption {
    letter-spacing: .005em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

.section-quote .quote-caption p {
  margin: 0;
}

.section-quote .quote-caption p:first-of-type {
  margin: 8px 0 10px;
}

.section-quote .quote-caption p:nth-of-type(2) {
  font-style: italic;
}

.section-join-us {
  text-align: center;
  background: url("/fa/min/assets/section-join-us-bg-277b0de5.jpg") top / cover;
  padding: 60px 0;
}

.section-join-us .tk-button {
  width: 100%;
  max-width: 400px;
  margin: 8px;
}
