* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.6;
}
a { color: #446084; }
.site-header {
  border-bottom: 1px solid #eaeaea;
  padding: 16px 20px;
  text-align: center;
  background: #fff;
}
.site-header a { display: inline-block; }
.site-header img { max-width: 100%; height: auto; max-height: 69px; }
.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.legal-page h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #17191c;
  margin: 0 0 24px;
}
.legal-page h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #17191c;
  margin: 32px 0 12px;
}
.legal-page h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 24px 0 8px;
}
.legal-page p, .legal-page li { margin: 0 0 12px; }
.legal-page ul { padding-left: 1.25rem; }
.contact-box {
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 24px;
  margin: 24px 0;
}
.site-footer {
  background: #2e3138;
  color: #ccc;
  padding: 32px 20px;
  text-align: center;
  font-size: 14px;
}
.site-footer a { color: #fff; margin: 0 12px; }
.site-footer p { margin: 8px 0; }
