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

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

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

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

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

.section-hero {
  padding: 50px 0 22px;
}

@media (min-width: 760px) {
  .section-hero {
    padding: 40px 0 22px;
  }
}

.section-hero h1 {
  letter-spacing: -.025em;
  text-align: center;
  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: 600px) {
  .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: 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.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

.section-hero h2 {
  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;
}

@media (min-width: 760px) {
  .section-hero h2 {
    letter-spacing: -.025em;
    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;
  }
}

.section-hero p, .section-hero blockquote {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

.section-hero blockquote {
  border-left: 5px solid #eee;
  padding: 0 0 0 15px;
  font-weight: bold;
}

.section-hero .flex-container {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

@media (min-width: 600px) {
  .section-hero .flex-container {
    display: block;
  }
}

.section-hero .cta-container {
  text-align: center;
  margin: 0 0 24px;
}

.section-hero .cta-container h2 {
  text-wrap: balance;
  max-width: 35ch;
  margin: 0 auto 12px;
}

@media (min-width: 600px) {
  .section-hero .cta-container h2 {
    margin: 0 auto 20px;
  }
}

.section-hero .sbf-button {
  text-align: center;
  max-width: 200px;
}

.section-hero .sbf-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;
}

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

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

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

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

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

@media (min-width: 600px) {
  .section-hero .sbf-button--blue {
    margin: 0 16px 0 0;
  }
}

.section-hero .sbf-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;
}

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

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

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

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

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

@media (min-width: 600px) {
  .section-hero .sbf-button--green {
    margin: 0 0 0 16px;
  }
}

ul.nav.tertiary {
  color: #353535;
  text-align: center;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 16px;
  line-height: 20.125px;
  list-style-type: none;
}

@media (min-width: 760px) {
  ul.nav.tertiary {
    line-height: 23px;
  }
}

ul.nav.tertiary li {
  margin: 0 7px 0 0;
  display: inline-block;
}

ul.nav.tertiary li:first-child:after {
  content: "▸";
  margin: 0 0 0 12px;
}

ul.nav.tertiary li:nth-child(2):after {
  content: "·";
  margin: 0 0 0 12px;
  font-weight: bold;
}

ul.nav.tertiary li a {
  color: #005595;
  font-weight: bold;
  text-decoration: underline;
}

ul.nav.tertiary li a:hover {
  color: #003862;
}
