/* =============================================
   LEGAL PAGES — Privacy Policy, Terms of Service
   ============================================= */

.legal_page {
  padding: 50px 0 60px 0;
}
.legal_page .wrap {
  margin: 0 20px;
  max-width: 720px;
}

.legal_header {
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgb(230, 230, 230);
}
.legal_header h1 {
  font-size: 2rem;
  line-height: 1.2;
  color: rgb(24, 24, 24);
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 10px 0;
}
.legal_effective {
  font-size: 0.875rem;
  color: rgb(130, 130, 130);
}

.legal_body h2 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: rgb(24, 24, 24);
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 35px 0 12px 0;
}
.legal_body h3 {
  font-size: 1.0625rem;
  line-height: 1.3;
  color: rgb(24, 24, 24);
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 25px 0 8px 0;
}
.legal_body p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(70, 70, 70);
  margin: 0 0 14px 0;
}
.legal_body ul {
  margin: 0 0 14px 0;
  padding: 0 0 0 20px;
}
.legal_body ul li {
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(70, 70, 70);
  margin: 0 0 4px 0;
  list-style-type: disc;
}
.legal_body a {
  color: rgb(3, 70, 255);
  text-decoration: none;
}
.legal_body a:hover {
  text-decoration: underline;
}
.legal_body strong {
  color: rgb(24, 24, 24);
}

@media screen and (min-width: 768px) {
  .legal_page {
    padding: 70px 0 80px 0;
  }
  .legal_page .wrap {
    margin: 0 40px;
  }
  .legal_header h1 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .legal_page {
    padding: 90px 0 100px 0;
  }
  .legal_page .wrap {
    margin: 0 auto;
  }
  .legal_header h1 {
    font-size: 3rem;
  }
  .legal_body h2 {
    font-size: 1.375rem;
  }
}