h1 {
  font-size: 2rem;
}

h1.section-title {
  font-size: 1.375rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02rem;
  border-top: 3px solid #a6ce3c;
  padding: .25rem 0 .5rem 0;
}

.sidebar-list-items article {
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #58595A;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.563rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

b {
  font-weight: 700;
}

peak-menu--background {
  background-color: #ffffff !important;
  color: #222d33;
}

.banner-ad {
  text-align: center;
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #D5D7D7;
  border-top: 1px solid #D5D7D7;
}