body {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

footer {
  margin: auto 0 0;
}

header {
  margin: 0;
}

a {
  color: #005595;
}

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

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

main {
  background-color: #fff;
  padding: 37px 0 42px;
}

main h1 {
  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;
}

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

main h3 {
  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;
}

main h4 {
  letter-spacing: -.008em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
}

main h3 span, main h4 span {
  margin: 0 12px 0 0;
}

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

main h2, main h3, main h4, main li, main p {
  margin: 0 0 14px;
}

main ul {
  margin: 0 0 0 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tk-button--dark-green {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.tk-button {
  text-align: center;
  margin: 10px 0;
}
