  .glossary-main {
  padding-top: 60px;
  padding-bottom: 130px;
}
p {
  margin: 0;
}
.glossary-main > :last-child {
  margin-bottom: 0;
}
.glossary-main > :first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mb12 {
    margin-bottom: 12px !important;
  }
}

.glossary-sub-heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    font-weight: 500;
    color: #002C45;
    margin-bottom: 24px;
}
table {
    border-spacing: 0;
    width: 100%;
    border-right: solid 1px;
    border-bottom: solid 1px;
}
td {
  padding: 5px 8px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  box-sizing: border-box;
}
td {
  border-top: solid 1px;
  border-left: solid 1px;
}
td {
  padding: 8px;
  line-height: 20px;
  text-align: center;
  color: #333333;
}
td {
  border-top: solid 1px #E3DBE3;
  border-left: solid 1px #E3DBE3;
}

  table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-right: solid 1px;
    border-bottom: solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
.glossary-table {
  margin-top: 16px;
  width: 100%;
  border-color: #E3DBE3;
}
.glossary-table th,
.glossary-table td {
    font-weight: normal;
    text-align: left;
    padding: 6px 10px;
}
.glossary-table th {
  font-size: 16px;
  font-weight: bold;
  color: #002C45;
  line-height: 1.3;
  background: #E3DBE3;
  padding: 16px;
  border-color: #E3DBE3;
}
.glossary-table td {
  text-align: left;
  font-size: 14px;
  color: #002C45;
  line-height: 1.8;
  padding: 16px;
  vertical-align: top;
}
.glossary-table td:first-child {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 16px;
}
th {
  border: thin solid;
  border-right: 0;
  font-weight: 500;
  border-bottom: 0;
}
.glossary-lead-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #002C45;
}
@media (max-width: 767px) {
  .glossary-table {
      border-right: none;
      margin-top: 22px;
  }

  .glossary-table tr,
  .glossary-table th,
  .glossary-table td {
      display: block;
      width: 100% !important;
      box-sizing: border-box;
  }

  .glossary-table th:last-child {
      border-top: 1px solid #fff;
      border-left: none;
  }

  .glossary-table td:last-child {
      border-top: none;
      border-left: 1px solid #E3DBE3;
      padding-top: 2px;
  }

  .glossary-table td {
      border-right: 1px solid #E3DBE3;
  }
}



