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

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

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

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

a {
  color: #005595;
}

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

a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
}

@media (min-width: 768px) {
  a {
    font-size: 16px;
    line-height: 23px;
  }
}

div.inner {
  width: auto;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 600px) {
  div.inner > div:not(.lead):not(.sbf-ce-section):not(.footer__interact) {
    display: flex;
  }

  div.inner > div:not(.lead):not(.sbf-ce-section):not(.footer__interact) > div, div.inner > div:not(.lead):not(.sbf-ce-section):not(.footer__interact) > p {
    width: 50%;
    padding: 0 10px;
  }

  div.inner > div:not(.lead):not(.sbf-ce-section):not(.footer__interact) > div:first-child, div.inner > div:not(.lead):not(.sbf-ce-section):not(.footer__interact) > p:first-child {
    padding: 0 10px 0 0;
  }
}

.section-content {
  padding: 28px 0 40px;
}

.section-content h1 {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
}

@media (min-width: 600px) {
  .section-content h1 {
    font-size: 52.5px;
    line-height: 59.5px;
  }
}

@media (min-width: 768px) {
  .section-content h1 {
    margin: 6px 0 16px;
    font-size: 60px;
    line-height: 68px;
  }
}

.section-content h2 {
  margin: 0 0 20px;
  font-size: 22.75px;
  line-height: 27.3px;
}

@media (min-width: 768px) {
  .section-content h2 {
    font-size: 26px;
    line-height: 31.2px;
  }
}

.section-content h3 {
  margin: 0 0 20px;
  font-size: 20.125px;
  line-height: 22.75px;
}

@media (min-width: 768px) {
  .section-content h3 {
    margin: 0 0 23px;
    font-size: 23px;
    line-height: 26px;
  }
}

.section-content h4 {
  margin: 0;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .section-content h4 {
    font-size: 16px;
    line-height: 23px;
  }
}

.section-content em {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

@media (min-width: 768px) {
  .section-content em {
    font-size: 16px;
    line-height: 23px;
  }
}

.section-content p {
  margin: 0 0 20px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 14px;
  line-height: 20.125px;
}

@media (min-width: 768px) {
  .section-content p {
    margin: 0 0 23px;
    font-size: 16px;
    line-height: 23px;
  }
}

.section-content p.no-margin {
  margin: 0;
}

.section-content .lead {
  text-align: center;
  padding: 0 0 10px;
}

.section-content .lead p {
  font-size: 16px;
  line-height: 23px;
}

@media (min-width: 768px) {
  .section-content .lead p {
    margin: 0 0 23px;
    font-size: 20px;
    line-height: 26px;
  }
}

.section-content .lead a {
  font-size: 16px;
  line-height: 23px;
}

@media (min-width: 768px) {
  .section-content .lead a {
    font-size: 20px;
    line-height: 26px;
  }
}

.section-content .lead a.button {
  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-content .lead a.button:hover, .section-content .lead a.button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #114326;
  border-color: #114326;
}

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

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

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

.section-content .lead a.button {
  font-size: var(--sbf-font-size-18);
  min-width: auto;
  padding: 16px;
  line-height: 1.15em;
}

.section-content ul, .section-content ol {
  margin: 0 0 20px 25px;
}

.section-content ul li, .section-content ol li {
  font-family: Zilla Slab, Georgia, serif;
  font-size: 14px;
  line-height: 20.125px;
}

@media (min-width: 768px) {
  .section-content ul li, .section-content ol li {
    font-size: 16px;
    line-height: 23px;
  }
}

.section-content .small-subheadline {
  letter-spacing: normal;
  margin: 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.375;
}
