ul {
  list-style: none;
}

hr {
  color: #63883d;
  text-align: left;
  background: #63883d;
  border-color: #0000;
  height: 1px;
}

.section-top, .section-dates, .section-resources {
  max-width: 1080px;
  margin: 0 auto;
}

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

.section-top {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  padding: 34px 12px 0;
}

@media (min-width: 760px) {
  .section-top {
    padding: 34px 32px 0;
  }
}

@media (min-width: 900px) {
  .section-top {
    padding: 65px 32px 0;
  }
}

.section-top .content-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (min-width: 900px) {
  .section-top .content-container {
    flex-direction: row;
  }
}

.section-top .logo img {
  width: 130px;
  height: 98px;
  margin: 0 0 26px;
}

@media (min-width: 760px) {
  .section-top .logo img {
    width: 252px;
    height: 189px;
    margin: 0 0 30px;
  }
}

@media (min-width: 900px) {
  .section-top .logo img {
    margin: 0;
  }
}

.section-top h1 {
  letter-spacing: -.025em;
  color: #353535;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  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-top h1 {
    letter-spacing: -.035em;
    margin: 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 5em;
    font-weight: 700;
    line-height: 1.0625;
  }
}

@media (min-width: 900px) {
  .section-top h1 {
    text-align: left;
    align-self: center;
    width: 525px;
    margin: 16px 0 0 84px;
  }
}

.section-top hr {
  margin: 26px 0 21px;
}

@media (min-width: 760px) {
  .section-top hr {
    margin: 44px 0 30px;
  }
}

@media (min-width: 900px) {
  .section-top hr {
    margin: 57px 0 48px;
  }
}

.section-resources {
  padding: 0 12px;
}

@media (min-width: 760px) {
  .section-resources {
    padding: 0 32px;
  }
}

.section-resources h2 {
  letter-spacing: -.025em;
  margin: 0 0 15px;
  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-resources h2 {
    letter-spacing: -.035em;
    width: 100%;
    margin: 0 0 15px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

@media (min-width: 900px) {
  .section-resources h2 {
    letter-spacing: -.035em;
    width: 351px;
    margin: -8px 0 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 5em;
    font-weight: 700;
    line-height: 1.0625;
  }
}

.section-resources .content-container {
  text-align: center;
  flex-direction: column;
  display: flex;
}

@media (min-width: 900px) {
  .section-resources .content-container {
    text-align: left;
    flex-direction: row;
  }
}

.section-resources .content-container--download {
  width: 350px;
  margin: 0 auto;
}

@media (min-width: 760px) {
  .section-resources .content-container--download {
    width: 677px;
  }
}

@media (min-width: 900px) {
  .section-resources .content-container--download {
    width: 466px;
    margin: 0 0 0 68px;
  }
}

@media (min-width: 1080px) {
  .section-resources .content-container--download {
    margin: 0 0 0 113px;
  }
}

.section-resources .content-container--download p {
  letter-spacing: .005em;
  margin: 0 0 26px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.33333;
}

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

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

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

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

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

.section-resources .tk-button {
  font-size: var(--sbf-font-size-18);
  white-space: nowrap;
  min-width: 200px;
  margin-bottom: 0;
  padding: 15px 42px;
  line-height: 1.15em;
}

@media (min-width: 760px) {
  .section-resources .tk-button {
    padding: 15px 100px;
  }
}

.section-resources hr {
  margin: 32px 0 26px;
}

@media (min-width: 760px) {
  .section-resources hr {
    margin: 58px 0 46px;
  }
}

.section-resources a {
  color: #005595;
}

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

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

.section-resources p, .section-resources li {
  letter-spacing: .01em;
  margin: 24px 0;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

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

.section-dates {
  letter-spacing: .01em;
  padding: 0 12px 37px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-dates {
    letter-spacing: -.0015em;
    padding: 0 32px 50px;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-dates hr {
  margin: 20px 0 26px;
}

@media (min-width: 760px) {
  .section-dates hr {
    margin: 41px 0 44px;
  }
}

@media (min-width: 900px) {
  .section-dates hr {
    margin: 50px 0;
  }
}

.section-dates ul {
  margin: 0;
}
