.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;
}

img {
  max-width: 100%;
}

main {
  padding: 37px 20px 42px;
}

a {
  color: #005595;
}

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

a {
  font-weight: 600;
  text-decoration: underline;
}

h1 {
  letter-spacing: -.025em;
  text-align: center;
  letter-spacing: normal;
  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: 760px) {
  h1 {
    letter-spacing: -.035em;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

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

.sbf-ce-editor .flex-container {
  display: block !important;
}

.sb-hr {
  color: #d8d8d8;
  margin: 23px auto;
}

@media (min-width: 760px) {
  .sb-hr {
    max-width: 685px;
  }
}

.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;
}

.content-container {
  max-width: 880px;
  margin: 0 auto;
}

.flex-container {
  align-items: flex-start;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto 20px;
  display: flex;
}

.flex-container .flex-item-image {
  display: none;
}

@media (min-width: 480px) {
  .flex-container .flex-item-image {
    width: 12.5%;
    display: block;
  }
}

.flex-container .flex-item-content {
  width: 100%;
}

@media (min-width: 480px) {
  .flex-container .flex-item-content {
    width: 87.5%;
  }
}

.section-hero {
  text-align: center;
}

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

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

.section-hero .tk-button--green {
  margin: 0 0 20px;
}

.section-hero .non-profit-video {
  margin: 40px 0;
}

.responsive-video {
  height: 0;
  margin: 40px 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
  position: relative;
  box-shadow: 0 0 5px #555;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video div.sbf-ce-section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
