.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-bottom: 0;
}

main {
  background-color: #f8f8f8;
  margin: -2px 0 0;
  padding: 0 20px;
}

@media (min-width: 760px) {
  main {
    padding: 0;
  }
}

section a {
  color: #005595;
}

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

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

img {
  max-width: 100%;
}

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

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

.flex-container {
  flex-direction: column;
  display: flex;
}

@media (min-width: 760px) {
  .flex-container {
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  .flex-container {
    width: 880px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}

@media (min-width: 760px) {
  .flex-container--right {
    justify-content: end;
  }
}

.flex-container--right .content-container {
  margin-left: 40px;
}

@media (min-width: 760px) {
  .flex-container--right .content-container {
    margin-left: 0;
  }
}

.flex-container--right .image-container {
  margin: 0 0 0 40px;
}

@media (min-width: 760px) {
  .flex-container--right .image-container {
    margin: 0;
  }
}

.content-container {
  padding: 30px 10px 0 40px;
}

@media (min-width: 760px) {
  .content-container {
    width: 41.6667%;
    padding: 50px 10px 0 40px;
  }
}

.content-container .icon {
  text-align: center;
  color: #63883d;
  border: 3px solid #63883d;
  border-radius: 35px;
  width: 60px;
  height: 60px;
  font-size: 1.75rem;
  line-height: 62px;
  position: absolute;
  left: -70px;
}

.content-container h2 {
  letter-spacing: -.025em;
  margin: 0 0 14px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

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

.image-container {
  padding: 0 10px;
}

.section-hero {
  background: #c6e6f8 url("/fa/min/assets/section-hero-bg-5914d4ed.jpg") bottom / 560px no-repeat;
  padding: 26px 20px 200px;
}

@media (min-width: 480px) {
  .section-hero {
    background-size: 760px;
    padding: 26px 20px 270px;
  }
}

@media (min-width: 600px) {
  .section-hero {
    background-size: 1000px;
    padding: 26px 20px 350px;
  }
}

@media (min-width: 760px) {
  .section-hero {
    background-size: 1490px;
    padding: 60px 0 500px;
  }
}

.section-hero h1 {
  letter-spacing: -.025em;
  text-align: center;
  margin: 0 0 18px;
  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) {
  .section-hero 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;
  }
}

@media (min-width: 900px) {
  .section-hero h1 {
    letter-spacing: -.035em;
    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-hero p {
  letter-spacing: .01em;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 480px) {
  .section-hero p {
    text-align: center;
  }
}

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

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

.section-kids {
  min-height: 0;
  padding: 0;
}

@media (min-width: 900px) {
  .section-kids {
    background: url("/fa/min/assets/section-kids-bg-5123a56d.jpg") 50% 63px no-repeat;
    min-height: 500px;
  }
}

.section-kids:before {
  content: "";
  background: url("/fa/min/assets/section-hero-bg-bottom-1a518c90.jpg") top / 560px no-repeat;
  height: 25px;
  display: block;
}

@media (min-width: 480px) {
  .section-kids:before {
    background-size: 760px;
    height: 35px;
  }
}

@media (min-width: 600px) {
  .section-kids:before {
    background-size: 1000px;
    height: 40px;
  }
}

@media (min-width: 760px) {
  .section-kids:before {
    background-size: auto;
    height: 63px;
  }
}

.section-kids .content-container {
  order: 1;
  width: 83.3333%;
}

@media (min-width: 760px) {
  .section-kids .content-container {
    order: 2;
    width: 41.6667%;
    margin: 0 8.333% 0 0;
  }
}

.section-kids .image-container {
  order: 2;
  width: 83.3333%;
}

@media (min-width: 760px) {
  .section-kids .image-container {
    order: 1;
    width: 33.3333%;
    margin: 0 8.333% 0 0;
  }
}

.section-volunteers .content-container {
  width: 83.3333%;
  margin: 0 0 0 40px;
  padding: 30px 10px 0 40px;
}

@media (min-width: 760px) {
  .section-volunteers .content-container {
    width: 41.6667%;
  }
}

.section-volunteers .image-container {
  width: 83.3333%;
  margin: 0 0 0 8.33333%;
}

@media (min-width: 760px) {
  .section-volunteers .image-container {
    width: 33.3333%;
  }

  .section-events {
    background: url("/fa/min/assets/section-events-bg-f45c8665.jpg") center no-repeat;
  }
}

.section-events .content-container {
  order: 1;
  width: 83.3333%;
}

@media (min-width: 760px) {
  .section-events .content-container {
    order: 2;
    width: 41.6667%;
    margin: 0 8.333% 0 0;
    padding: 100px 10px 0 40px;
  }
}

.section-events .image-container {
  order: 2;
  width: 83.3333%;
}

@media (min-width: 760px) {
  .section-events .image-container {
    order: 1;
    width: 41.6667%;
    margin: 0 8.333% 0 0;
  }
}

.section-supporters .content-container {
  width: 83.3333%;
  margin: 0 0 0 40px;
  padding: 30px 10px 0 40px;
}

@media (min-width: 760px) {
  .section-supporters .content-container {
    width: 41.6667%;
  }
}

@media (min-width: 900px) {
  .section-supporters .content-container {
    padding: 90px 10px 0 40px;
  }
}

.section-supporters .image-container {
  width: 83.3333%;
  margin: 0 0 0 8.33333%;
  padding: 0 10px;
}

@media (min-width: 760px) {
  .section-supporters .image-container {
    width: 33.3333%;
  }

  .section-partners {
    background: url("/fa/min/assets/section-partners-bg-c4a9ebb2.png") center no-repeat;
    min-height: 560px;
    margin: -80px 0 0;
    padding: 30px 0 0;
  }

  .section-partners .flex-container {
    padding: 80px 0 0 10px;
  }
}

.section-partners .content-container {
  order: 1;
  width: 83.3333%;
}

@media (min-width: 760px) {
  .section-partners .content-container {
    order: 2;
    width: 41.6667%;
    margin: 0 8.333% 0 0;
    padding: 80px 10px 0 40px;
  }
}

.section-partners .image-container {
  order: 2;
  width: 83.3333%;
}

@media (min-width: 760px) {
  .section-partners .image-container {
    order: 1;
    width: 33.3333%;
    margin: 0 8.333% 0 0;
    padding: 0 10px;
  }
}

.section-researchers {
  margin: 0;
  padding: 0 0 50px;
}

@media (min-width: 760px) {
  .section-researchers {
    margin: -70px 0 0;
    padding: 0 0 90px;
  }
}

.section-researchers .content-container {
  width: 83.3333%;
  margin: 0 0 0 40px;
  padding: 30px 10px 0 40px;
}

@media (min-width: 760px) {
  .section-researchers .content-container {
    width: 41.6667%;
  }
}

@media (min-width: 900px) {
  .section-researchers .content-container {
    padding: 80px 10px 0 40px;
  }
}

.section-researchers .image-container {
  width: 83.3333%;
  margin: 0 0 0 8.33333%;
  padding: 0 10px;
}

@media (min-width: 760px) {
  .section-researchers .image-container {
    width: 33.3333%;
  }
}

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