/* Bootstrap imports */
#legal #text {
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 992px) {
  #legal #text {
    font-size: 18px;
    line-height: 20px;
  }
}
#legal #text .rtecenter {
  text-align: center;
}
#legal #text .tables {
  margin: 20px 0;
}
#legal #text .tables .rwd-table {
  color: #000000;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
#legal #text .tables .rwd-table tr {
  border: none;
  display: block;
  padding: 10px;
}
@media (min-width: 768px) {
  #legal #text .tables .rwd-table tr {
    display: table-row;
    padding: 0;
  }
}
#legal #text .tables .rwd-table tr.gray {
  background-color: #C6D9F1;
}
#legal #text .tables .rwd-table tr.purple {
  background-color: #8EB4E3;
}
#legal #text .tables .rwd-table tr.blue {
  background-color: #33CCFF;
}
#legal #text .tables .rwd-table tr th {
  display: none;
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #legal #text .tables .rwd-table tr th {
    display: table-cell;
    padding: 15px;
  }
}
#legal #text .tables .rwd-table thead {
  display: none;
}
@media (min-width: 768px) {
  #legal #text .tables .rwd-table thead {
    display: block;
  }
}
#legal #text .tables .rwd-table tbody td {
  display: block;
}
#legal #text .tables .rwd-table tbody td:first-child,
#legal #text .tables .rwd-table tbody td:nth-last-child(-n+3) {
  text-align: left;
}
#legal #text .tables .rwd-table tbody td::before {
  content: attr(data-th) ':';
  font-weight: bold;
  display: inline-block;
  margin: 15px 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #legal #text .tables .rwd-table tbody td {
    display: table-cell;
    padding: 15px;
  }
  #legal #text .tables .rwd-table tbody td::before {
    display: none;
  }
}
#legal #text .tables .rwd-table tbody td.empty::before {
  content: attr(data-th);
}
#legal #text .tables .rwd-table tbody.left td {
  text-align: left;
}
#legal #footer {
  background-color: #B0E2ED;
}
#legal #footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#legal #footer ul li {
  display: inline-block;
  margin: 15px;
}
#legal #footer ul li a {
  color: #002e58;
  font-size: 16px;
}
#legal #footer ul li a:hover,
#legal #footer ul li a:active,
#legal #footer ul li a:focus {
  color: #055293;
}
