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

main {
  padding: 37px 0 65px;
}

main.background {
  background: #f1f4eb url("/fa/min/assets/supporters-header-32f89c77.jpg") top / 1200px 300px no-repeat;
}

section {
  margin: 0 0 24px;
  padding: 0 20px;
}

@media (min-width: 1080px) {
  section {
    width: 880px;
    margin: 0 auto 24px;
  }
}

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

section blockquote {
  color: #6e6e6e;
  font-style: italic;
}

section blockquote p, section blockquote cite {
  display: inline;
}

section a, section p, section ul, section blockquote {
  letter-spacing: .01em;
  margin: 0 0 20px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  section a, section p, section ul, section blockquote {
    margin: 0 0 24px;
  }
}

section a {
  color: #005595;
}

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

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

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

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

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

.section-hero .sb-hr.dark {
  color: #9cb38a;
}

.section-hero ul {
  margin: 0 0 24px 25px;
}

.section-hero .sub-heading {
  letter-spacing: .01em;
  max-width: 656px;
  margin: 0 auto 24px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-hero .sub-heading {
    font-size: 20px;
  }
}

.section-hero .sub-heading-italic {
  letter-spacing: .01em;
  max-width: 648px;
  margin: 0 auto 23px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  font-style: italic;
  line-height: 1.375;
}

.section-hero .sub-heading, .section-hero .sub-heading-italic {
  text-align: center;
}

.section-list h2 {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #b4975a;
  letter-spacing: 2px;
  border-bottom: 1px solid #dde0d7;
  margin: 37px 0 16px;
  padding: 0 0 5px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

.section-list h2 .icon-gift {
  margin: 0 10px 0 0;
}

.section-list h2 .icon-gift:before {
  content: "🎁";
  text-rendering: optimizelegibility;
  white-space: nowrap;
  font-feature-settings: "liga";
  font-family: SSSymbolicons;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
}

.section-list div.columns {
  column-count: 2;
  column-gap: 90px;
}

@media (min-width: 760px) {
  .section-list div.columns {
    column-count: 3;
  }
}

.section-list div.columns ul {
  margin: 0 0 60px;
}

.section-list div.columns ul li {
  color: #777;
  margin: 0 0 14px;
  font-style: normal;
  list-style-type: none;
}
