body {
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  color: #333;
}
.primarycontent {
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 40px;
  overflow: auto;
}
.site-header {
  height: 84px;
  padding-top: 20px;
  padding-left: 32px;
  margin-bottom: 20px;
}
.site-header a {
  display: inline-block;
  max-width: 100%;
}
.site-header img {
  min-width: 220px;
  min-height: 60px;
}
h1, h2, h3, h4 {
  font-family: "mr-eaves-xl-sans-narrow", sans-serif;
  font-weight: 900;
  font-style: normal;
}
h1 {
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}
p {
  margin-top: 20px;
  margin-bottom: 20px;
}
a {
  color: #000;
  text-decoration: underline;
}
ul {
  margin: 0 0 12px 24px;
  padding: 0;
}
li {
  margin-bottom: 4px;
}
.notice {
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.all-caps {
  text-transform: uppercase;
}
