h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #e21833;
}

hr {
  border-bottom: 1px solid #e1e1e1;
}

.callout {
  border: 1px solid #e1e1e1;
}

.top-bar {
  padding: 1.5rem;
}

.top-bar,
.top-bar ul {
  background-color: #000000;
}

.top-bar a {
  color: #ffffff;
}

.top-bar a:hover,
.top-bar a:focus {
  color: #e21833;
}

.menu .active > a {
  color: #fefefe;
  background: #e21833;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 1em 2em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #e21833;
  color: #fefefe;
}

.button:hover,
.button:focus {
  background-color: #900;
  color: #fefefe;
  text-decoration: none;
}

a {
  color: #e21833;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #e21833;
  text-decoration: underline;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 1rem;
  color: #e21833;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: '–';
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1.5rem;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
