.legal-page {
  margin: 0;
  padding: 0;
  background-color: #f4f1e9;
  color: #2b2c2e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}

.legal-hero {
  background-color: #26272b;
  color: #fbf9f1;
  padding: 56px 24px 46px;
}

.legal-hero a {
  color: #e9dfc9;
}

.legal-kicker {
  display: inline-block;
  background-color: #b65a66;
  color: #fbf9f1;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin: 0 0 18px;
}

.legal-hero h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.15;
  color: #fbf9f1;
  max-width: 880px;
}

.legal-updated {
  margin: 12px 0 0;
  color: #e9dfc9;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.legal-note {
  margin: 10px 0 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  color: #c8c4bd;
}

.legal-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-intro {
  background-color: #fbf9f1;
  margin-top: 28px;
  border-left: 6px solid #b65a66;
}

.legal-intro p {
  margin: 0;
  padding: 22px 26px;
  font-size: 19px;
  line-height: 1.8;
}

.legal-quick {
  margin-top: 34px;
}

.legal-quick h2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 24px;
  color: #26272b;
  border-bottom: 3px solid #b65a66;
  padding-bottom: 8px;
}

.legal-toc {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.legal-toc li {
  margin: 0 0 10px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.legal-toc a {
  color: #a54854;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #b65a66;
}

.legal-toc a:hover {
  color: #26272b;
  border-bottom-color: #26272b;
}

.legal-content-wrap {
  margin-top: 40px;
}

.legal-content {
  background-color: #fbf9f1;
  padding: 36px 0 0;
  border-left: 1px solid #e0dccd;
  border-right: 1px solid #e0dccd;
  box-shadow: 0 0 0 1px #e0dccd;
}

.legal-content .legal-shell {
  padding: 0 48px 30px;
  max-width: 980px;
  margin: 0 auto;
}

.legal-page .legal-content section {
  background-color: transparent !important;
  padding: 2px 0 10px;
  margin: 0 0 34px;
  border-top: 1px solid #e9e4d8;
}

.legal-page .legal-content section:first-of-type {
  border-top: 0;
}

.legal-content h2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.3;
  color: #26272b;
  margin: 40px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #b65a66;
  scroll-margin-top: 24px;
}

.legal-content h3 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 21px;
  color: #2b2c2e;
  margin: 26px 0 10px;
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content ul {
  margin: 0 0 18px;
  padding-left: 26px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content li::marker {
  color: #b65a66;
}

.legal-recall {
  background-color: #e9dfc9;
  border-left: 4px solid #b65a66;
  padding: 16px 20px;
  margin: 22px 0;
}

.legal-recall strong {
  color: #8e4650;
}

.legal-content code,
.legal-email {
  font-family: "Courier New", monospace;
  color: #26272b;
  background-color: #eee9dc;
  padding: 1px 5px;
}

.legal-toplink {
  display: inline-block;
  margin-top: 18px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #26272b;
  text-decoration: none;
  border-bottom: 1px solid #b65a66;
}

.legal-toplink:hover {
  color: #b65a66;
}

.legal-backhome {
  display: inline-block;
  background-color: #b65a66;
  color: #fbf9f1;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 24px;
  margin: 30px 0 0;
}

.legal-backhome:hover {
  background-color: #26272b;
}

.legal-footer {
  margin-top: 48px;
  background-color: #26272b;
  color: #fbf9f1;
  padding: 40px 0 34px;
  text-align: center;
}

.legal-footer .legal-shell {
  max-width: 640px;
}

.legal-footer p {
  margin: 0 0 8px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
}

.legal-footer .legal-copy {
  color: #b65a66;
}

@media (max-width: 760px) {
  .legal-hero h1 {
    font-size: 30px;
  }
  .legal-toc {
    -webkit-columns: 1;
    columns: 1;
  }
  .legal-content .legal-shell {
    padding-left: 24px;
    padding-right: 24px;
  }
}
