.legal {
  color: #515153;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
}
/* Data Storage Policy is very small so need to fill so that the footer goes to the bottom */
.legal:not(.renderForMobile) {
  min-height: 75vh;
}
.legal .legal {
  max-width: auto;
  width: 100%;
}
.legal a,
.legal p {
  margin-top: 0;
  font-size: 1rem;
}
.legal a {
  color: #495e6b;
  text-decoration: underline;
}
.legal u {
  font-weight: bold;
}
.legal li>u:first-child {
  text-transform: uppercase;
}
.legal ol {
  padding: 10px 0 10px 10px;
}
.legal ul {
  padding-top: 10px;
  padding-inline-start: 30px;
}
.legal ol>li>ol>li>ol,
.legal ol>li>ol>li>ol>li>ol {
  padding-top: 10px;
  padding-inline-start: 30px;
}
.legal>ol,
.legal>ol>li>ol,
.multilevel_num {
  counter-reset: section;
  list-style-type: none;
  padding-inline-start: 10px !important;
}
.legal>ol>li::before,
.legal>ol>li>ol>li::before,
.multilevel_num>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.legal li {
  padding-bottom: 10px;
}
.legal ol>li p {
  margin: 0 0 10px 0;
  padding-inline-start: 10px;
  padding-bottom: 0;
}
.legal ul {
  list-style-type: disc;
}
.legal h1 {
  text-align: center;
  margin: 30px 0;
  font-size: 2rem;
  line-height: 2rem;
  color: #ff7a14;
  font-weight: normal;
}
.renderForMobile h1 {
  text-align: left;
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #515153;
  font-weight: normal;
}
.welcome_content .legal h1 {
  color: black;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.legal h2 {
  font-size: 1.1em;
  line-height: 1.1rem;
  font-weight: normal;
}
.legal h3 {
  font-size: 1.2em;
  line-height: 1.2rem;
  font-weight: bold;
  color: #515153;
  margin: 10px 0 5px 0;
  padding: 0;
}
.legal h1, .legal h2, .legal h3 {
  border: none;
}
.legal .four_cols td {
  width: 25%;
}
.legal table {
  background-color: #eee;
  margin: 40px 0;
  color: black;
  font-size: 0.8rem;
}
.legal td, .legal th {
  border: thin solid black;
  padding: 10px;
  margin: 0 0 -2px -2px;
}
.legal th {
  background-color: lightgray;
}
.legal td {
  vertical-align: top;
  text-align: left;
}
.legal table ul {
  padding-inline-start: 0;
  margin-bottom: 0;
}
.legal table li {
  margin: 0 0 5px 15px;
  font-size: 0.8rem;
  padding-bottom: 0;
}

.future_document_banner {
  background:rgb(230, 235, 239);
  text-align: center;
  vertical-align: middle;
  margin-bottom: 21px;
  padding: 15px 0;
}