.unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.lt_responsive_table {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 3em;
  margin-bottom: 3em; }

.lt_responsive_table__table,
.single_content__copy.site__copy .lt_responsive_table__table {
  min-width: 100%;
  text-align: left;
  border-collapse: collapse; }
  .lt_responsive_table__table tr:first-child > *,
  .single_content__copy.site__copy .lt_responsive_table__table tr:first-child > * {
    border-top: solid 2px #262626; }
  .lt_responsive_table__table th,
  .single_content__copy.site__copy .lt_responsive_table__table th {
    padding: 30px 15px;
    border-left: solid 2px black;
    border-bottom: solid 2px black;
    font-size: 16px;
    line-height: 1.1;
    background-color: #03896f;
    color: white; }
    .lt_responsive_table__table th:last-child,
    .single_content__copy.site__copy .lt_responsive_table__table th:last-child {
      border-right: solid 2px black; }
    .lt_responsive_table__table th.emphasis,
    .single_content__copy.site__copy .lt_responsive_table__table th.emphasis {
      font-weight: bold;
      background-color: #03EAC1;
      color: #262626; }
    .lt_responsive_table__table th.wrap--none,
    .single_content__copy.site__copy .lt_responsive_table__table th.wrap--none {
      white-space: nowrap; }
  .lt_responsive_table__table td,
  .single_content__copy.site__copy .lt_responsive_table__table td {
    padding: 30px 15px;
    border-left: solid 2px black;
    border-bottom: solid 2px black;
    font-size: 16px;
    line-height: 1.1;
    background-color: #ececec;
    color: #262626; }
    .lt_responsive_table__table td:last-child,
    .single_content__copy.site__copy .lt_responsive_table__table td:last-child {
      border-right: solid 2px black; }
    .lt_responsive_table__table td.emphasis,
    .single_content__copy.site__copy .lt_responsive_table__table td.emphasis {
      font-weight: bold;
      background-color: #befaef; }
  .lt_responsive_table__table tr:nth-child(even) td.cell,
  .single_content__copy.site__copy .lt_responsive_table__table tr:nth-child(even) td.cell {
    background-color: white; }
    .lt_responsive_table__table tr:nth-child(even) td.cell.emphasis,
    .single_content__copy.site__copy .lt_responsive_table__table tr:nth-child(even) td.cell.emphasis {
      background-color: #befaef; }
  .lt_responsive_table__table td.subheading,
  .single_content__copy.site__copy .lt_responsive_table__table td.subheading {
    font-weight: 600;
    background-color: #333;
    color: white; }
    .lt_responsive_table__table td.subheading.emphasis,
    .single_content__copy.site__copy .lt_responsive_table__table td.subheading.emphasis {
      color: #03EAC1; }
  .lt_responsive_table__table .label-group,
  .single_content__copy.site__copy .lt_responsive_table__table .label-group {
    display: flex;
    align-items: center; }
    .lt_responsive_table__table .label-group > span:nth-child(2):before,
    .single_content__copy.site__copy .lt_responsive_table__table .label-group > span:nth-child(2):before {
      content: ':';
      padding-right: 0.5em; }
  .lt_responsive_table__table .heading-label,
  .lt_responsive_table__table .subheading-label,
  .single_content__copy.site__copy .lt_responsive_table__table .heading-label,
  .single_content__copy.site__copy .lt_responsive_table__table .subheading-label {
    letter-spacing: 0.05em;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0.75em; }

@media (max-width: 480px) {
  .lt_responsive_table--stack_narrow .lt_responsive_table__table,
  .single_content__copy.site__copy .lt_responsive_table--stack_narrow .lt_responsive_table__table {
    margin-top: -1em; }
    .lt_responsive_table--stack_narrow .lt_responsive_table__table tr.heading_row,
    .lt_responsive_table--stack_narrow .lt_responsive_table__table tr.subheading_row,
    .single_content__copy.site__copy .lt_responsive_table--stack_narrow .lt_responsive_table__table tr.heading_row,
    .single_content__copy.site__copy .lt_responsive_table--stack_narrow .lt_responsive_table__table tr.subheading_row {
      display: none; }
    .lt_responsive_table--stack_narrow .lt_responsive_table__table td,
    .single_content__copy.site__copy .lt_responsive_table--stack_narrow .lt_responsive_table__table td {
      display: block;
      padding: 15px 10px;
      border-left: solid 2px black;
      border-right: solid 2px black; }
    .lt_responsive_table--stack_narrow .lt_responsive_table__table td.cell:first-child,
    .single_content__copy.site__copy .lt_responsive_table--stack_narrow .lt_responsive_table__table td.cell:first-child {
      font-weight: bold; }
    .lt_responsive_table--stack_narrow .lt_responsive_table__table tr:nth-child(n+2) > td:first-child,
    .single_content__copy.site__copy .lt_responsive_table--stack_narrow .lt_responsive_table__table tr:nth-child(n+2) > td:first-child {
      margin-top: 1em;
      border-top: solid 2px black; } }

@media (min-width: 481px) {
  .lt_responsive_table--stack_narrow .lt_responsive_table__table .label-group,
  .single_content__copy.site__copy .lt_responsive_table--stack_narrow .lt_responsive_table__table .label-group {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .lt_responsive_table--stack_narrow .lt_responsive_table__table .align--left,
  .single_content__copy.site__copy .lt_responsive_table--stack_narrow .lt_responsive_table__table .align--left {
    text-align: left; }
  .lt_responsive_table--stack_narrow .lt_responsive_table__table .align--center,
  .single_content__copy.site__copy .lt_responsive_table--stack_narrow .lt_responsive_table__table .align--center {
    text-align: center; }
  .lt_responsive_table--stack_narrow .lt_responsive_table__table .align--right,
  .single_content__copy.site__copy .lt_responsive_table--stack_narrow .lt_responsive_table__table .align--right {
    text-align: right; } }

@media (max-width: 640px) {
  .lt_responsive_table--stack_regular .lt_responsive_table__table,
  .single_content__copy.site__copy .lt_responsive_table--stack_regular .lt_responsive_table__table {
    margin-top: -1em; }
    .lt_responsive_table--stack_regular .lt_responsive_table__table tr.heading_row,
    .lt_responsive_table--stack_regular .lt_responsive_table__table tr.subheading_row,
    .single_content__copy.site__copy .lt_responsive_table--stack_regular .lt_responsive_table__table tr.heading_row,
    .single_content__copy.site__copy .lt_responsive_table--stack_regular .lt_responsive_table__table tr.subheading_row {
      display: none; }
    .lt_responsive_table--stack_regular .lt_responsive_table__table td,
    .single_content__copy.site__copy .lt_responsive_table--stack_regular .lt_responsive_table__table td {
      display: block;
      padding: 15px 10px;
      border-left: solid 2px black;
      border-right: solid 2px black; }
    .lt_responsive_table--stack_regular .lt_responsive_table__table td.cell:first-child,
    .single_content__copy.site__copy .lt_responsive_table--stack_regular .lt_responsive_table__table td.cell:first-child {
      font-weight: bold; }
    .lt_responsive_table--stack_regular .lt_responsive_table__table tr:nth-child(n+2) > td:first-child,
    .single_content__copy.site__copy .lt_responsive_table--stack_regular .lt_responsive_table__table tr:nth-child(n+2) > td:first-child {
      margin-top: 1em;
      border-top: solid 2px black; } }

@media (min-width: 641px) {
  .lt_responsive_table--stack_regular .lt_responsive_table__table .label-group,
  .single_content__copy.site__copy .lt_responsive_table--stack_regular .lt_responsive_table__table .label-group {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .lt_responsive_table--stack_regular .lt_responsive_table__table .align--left,
  .single_content__copy.site__copy .lt_responsive_table--stack_regular .lt_responsive_table__table .align--left {
    text-align: left; }
  .lt_responsive_table--stack_regular .lt_responsive_table__table .align--center,
  .single_content__copy.site__copy .lt_responsive_table--stack_regular .lt_responsive_table__table .align--center {
    text-align: center; }
  .lt_responsive_table--stack_regular .lt_responsive_table__table .align--right,
  .single_content__copy.site__copy .lt_responsive_table--stack_regular .lt_responsive_table__table .align--right {
    text-align: right; } }

@media (max-width: 768px) {
  .lt_responsive_table--stack_wide .lt_responsive_table__table,
  .single_content__copy.site__copy .lt_responsive_table--stack_wide .lt_responsive_table__table {
    margin-top: -1em; }
    .lt_responsive_table--stack_wide .lt_responsive_table__table tr.heading_row,
    .lt_responsive_table--stack_wide .lt_responsive_table__table tr.subheading_row,
    .single_content__copy.site__copy .lt_responsive_table--stack_wide .lt_responsive_table__table tr.heading_row,
    .single_content__copy.site__copy .lt_responsive_table--stack_wide .lt_responsive_table__table tr.subheading_row {
      display: none; }
    .lt_responsive_table--stack_wide .lt_responsive_table__table td,
    .single_content__copy.site__copy .lt_responsive_table--stack_wide .lt_responsive_table__table td {
      display: block;
      padding: 15px 10px;
      border-left: solid 2px black;
      border-right: solid 2px black; }
    .lt_responsive_table--stack_wide .lt_responsive_table__table td.cell:first-child,
    .single_content__copy.site__copy .lt_responsive_table--stack_wide .lt_responsive_table__table td.cell:first-child {
      font-weight: bold; }
    .lt_responsive_table--stack_wide .lt_responsive_table__table tr:nth-child(n+2) > td:first-child,
    .single_content__copy.site__copy .lt_responsive_table--stack_wide .lt_responsive_table__table tr:nth-child(n+2) > td:first-child {
      margin-top: 1em;
      border-top: solid 2px black; } }

@media (min-width: 769px) {
  .lt_responsive_table--stack_wide .lt_responsive_table__table .label-group,
  .single_content__copy.site__copy .lt_responsive_table--stack_wide .lt_responsive_table__table .label-group {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .lt_responsive_table--stack_wide .lt_responsive_table__table .align--left,
  .single_content__copy.site__copy .lt_responsive_table--stack_wide .lt_responsive_table__table .align--left {
    text-align: left; }
  .lt_responsive_table--stack_wide .lt_responsive_table__table .align--center,
  .single_content__copy.site__copy .lt_responsive_table--stack_wide .lt_responsive_table__table .align--center {
    text-align: center; }
  .lt_responsive_table--stack_wide .lt_responsive_table__table .align--right,
  .single_content__copy.site__copy .lt_responsive_table--stack_wide .lt_responsive_table__table .align--right {
    text-align: right; } }
