/* Responsive table */

:root {
    --bg-table-stripe: #f6f6f5;
    --b-table: #e3e3e2;
    --caption: #242423;
}

table {
    background-color: transparent;
    border-collapse:collapse;
  	font-family: Arial, Helvetica, sans-serif
}

th {
    text-align:left
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: .84em
    }

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      font-size: .84em
    }

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
.dcf-w-100\% {
  width: 100%!important;
		}



.compare-tiers-wrapper {
    display: flex;
    margin-bottom: 25px;
}

.block .compare-copy p {
    margin: -10px 0 20px 2px;
}

.compare-tiers {
    width: 32%;
    margin-right: 2%;
    padding: 20px;
    border: 1px solid #dedede;
}

.compare-tiers:last-child {
  margin-right: 0;
  padding
}

.compare-tiers h3 {
    margin-top: 0;
}

svg.table-no {
    height: 28px;
    fill: red;
}

svg.check-yes {
    height: 20px;
    fill: green;
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
}

h3.guide-link {
    margin: 0;
    font-size: 16px;
}

.compare-wrapper h2 {
    margin: 0 0 15px 0;
    font-size: 32px;
}

@media (min-width: 48em) {
  .responsive-table {
    font-size: 0.9em;
    border: 1px solid #006671;
  }
}

@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
    border: 1px solid #006671;
  }
}

.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}

.responsive-table thead th {
    background-color: #006671;
    border-left: 1px solid #bbbbbb;
    font-weight: normal;
    text-align: center;
    color: white;
}

.responsive-table thead th:first-of-type {
  text-align: left;
  border-left: none;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}

@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}

.responsive-table th,
.responsive-table td {
  padding: 0.5em;
  vertical-align: middle;
}

@media (min-width: 30em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 0.5em;
  }
}

@media (min-width: 48em) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}

@media (min-width: 62em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 0.5em;
  }
}

@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em;
  }
}

.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 48em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}

.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}

@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: 0.9em;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}

.responsive-table tbody tr {
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}

.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: #F5F5F5;
  }
}

.responsive-table tbody th[scope=row] {
  background-color: #006671;
  color: white;
}

@media (min-width: 29em) {
  .responsive-table tbody th[scope=row] {
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}

@media (min-width: 30em) {
  .responsive-table tbody th[scope=row] {
    border-left: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #707070;
    text-align: left;
  }
}

.responsive-table tbody td {
  text-align: left;
}

@media (min-width: 48em) {
  .responsive-table tbody td {
    border-left: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
  }

  .responsive-table tbody td.align-center {
      text-align: center;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody td:last-of-type {
    border-right: 1px solid #D1D1D1;
  }
}

.responsive-table tbody td[data-title]:before {
  box-sizing: inherit;
  content: attr(data-title)': ';
  display: block;
  text-transform: uppercase;
}
}

@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    box-sizing: inherit;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    box-sizing: inherit;
    content: none;
  }
}


@media (max-width: 48em) {
  .responsive-table tbody td:nth-of-type(odd) {
      background-color: #F5F5F5;
  }

  .responsive-table tbody th[scope=row] {
    border-left: 1px solid #006671;
    border-bottom: 1px solid #006671;
  }

}

table.responsive-table {
    border: 1px solid #006671;
}

@media (max-width: 48em) {

  .compare-tiers-wrapper {
      flex-direction: column;
  }

  .compare-tiers {
      width: 100%;
      margin-right: 0%;
      /* background: #dedede; */
      padding: 0px;
      border: none;
  }

  .block .compare-copy p {
    margin: -10px 0 0px 2px;
  }

}
