/*
  Privacy Policy page only.
  The shared site design remains in styles.css; these rules intentionally affect
  privacy-policy.html only so the live homepage does not need to be changed.
*/

.privacy-page {
  padding-top: 58px;
}

.privacy-masthead {
  text-align: center;
}

.privacy-masthead .tagline {
  margin-bottom: 34px;
}

.privacy-heading {
  margin-bottom: 34px;
  text-align: center;
}

.privacy-copy {
  font-size: var(--body-size);
  line-height: 1.34;
}

.privacy-copy p {
  margin: 0 0 24px;
}

.privacy-updated {
  margin-bottom: 34px !important;
}

.privacy-section {
  margin: 0 0 27px;
}

.privacy-section h3 {
  margin: 0 0 4px;
  font-size: var(--emphasis-size);
  font-weight: 700;
  line-height: 1.16;
}

.privacy-section p {
  margin-bottom: 22px;
}

.privacy-section h3 + p {
  margin-top: 0;
}

.privacy-section ul {
  margin: -10px 0 22px;
  padding-left: 38px;
}

.privacy-section li {
  margin: 1px 0;
  padding-left: 3px;
}

.privacy-questions {
  margin-bottom: 36px;
}

.privacy-questions address {
  margin-top: -7px;
  font-style: normal;
  line-height: 1.32;
}

.privacy-questions a {
  text-decoration: none;
}

.privacy-questions a:hover,
.privacy-questions a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-footer-rule {
  margin-top: 18px;
}

@media (max-width: 1420px) {
  .privacy-page {
    padding-top: 48px;
  }

  .privacy-masthead .tagline {
    margin-bottom: 30px;
  }

  .privacy-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 820px) {
  .privacy-page {
    padding-top: 32px;
  }

  .privacy-masthead .tagline {
    margin-bottom: 27px;
  }

  .privacy-heading {
    margin-bottom: 27px;
  }

  .privacy-copy {
    font-size: 17px;
    line-height: 1.45;
  }

  .privacy-updated {
    margin-bottom: 27px !important;
  }

  .privacy-copy p {
    margin-bottom: 20px;
  }

  .privacy-section {
    margin-bottom: 25px;
  }

  .privacy-section h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .privacy-section p {
    margin-bottom: 18px;
  }

  .privacy-section ul {
    margin: -7px 0 19px;
    padding-left: 26px;
  }

  .privacy-questions {
    margin-bottom: 31px;
  }
}
