/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: normal;
  font-weight: bold;
}

/***
*
* Headings
*
***/
/***
*
* Paragraphs
*
***/
/***
*
* Blocks and Components
*
***/
/***
*
* WooCommerce Specific
*
***/
/***
*
* Base Mixins
*
***/
/***
*
* Headings
*
***/
/***
*
* Paragraphs
*
***/
/***
*
* Blocks and Components
*
***/
/***
*
* WooCommerce Specific
*
***/
/***
*
* Base Mixins
*
***/
.responsive-table {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .responsive-table {
    overflow: scroll;
  }
}
.responsive-table .purchase-row td:first-child {
  text-align: right;
}
.responsive-table .purchase-row td {
  text-align: center;
}
.responsive-table table {
  border-collapse: collapse;
  border: 0;
  color: #00508B;
  width: 100%;
}
.responsive-table table thead {
  position: relative;
  z-index: 1010;
}
.responsive-table table thead th {
  background-color: white;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding-bottom: 1rem;
  position: -webkit-sticky;
  position: sticky;
  text-transform: uppercase;
  padding-top: 1.5rem;
  top: 0;
  z-index: 1010;
}
@media (min-width: 768px) {
  .responsive-table table thead th {
    top: 85px;
  }
}
@media (min-width: 1024px) {
  .responsive-table table thead th {
    top: 120px;
  }
}
.responsive-table table thead th h2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 393px) {
  .responsive-table table thead th h2 {
    font-size: calc(16px + 24 * (100vw - 393px) / 1047);
  }
}
@media (min-width: 1440px) {
  .responsive-table table thead th h2 {
    font-size: 40px;
  }
}
.responsive-table table thead th span {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.responsive-table table thead th span.early-career {
  font-size: 0.8125rem;
}
.responsive-table table thead tr {
  vertical-align: bottom;
}
.responsive-table table tbody {
  z-index: 10;
  position: relative;
}
.responsive-table table tbody th, .responsive-table table tbody td {
  border-bottom: 1px dashed #014373;
  background-clip: padding-box;
  scroll-snap-align: start;
  padding: 0.6rem;
  min-width: 6rem;
  text-align: left;
  margin: 0;
  font-size: 0.9375rem;
}
.responsive-table table tbody tr:last-child th, .responsive-table table tbody tr:last-child td {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.responsive-table table tbody tr td {
  border-right: 3px solid #fff;
}
.responsive-table table tbody tr td:first-child {
  background: #fff;
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .responsive-table table tbody tr td:first-child {
    top: 85px;
  }
}
@media (min-width: 1024px) {
  .responsive-table table tbody tr td:first-child {
    top: 120px;
  }
}
.responsive-table table tbody tr td:nth-child(3), .responsive-table table tbody tr td:nth-child(4) {
  background-color: #F6EEE7;
}
.responsive-table table tbody tr td:nth-child(5) {
  background-color: #f2f2f2;
}
.responsive-table table tbody tr td:nth-child(6) {
  background-color: #F7F1E3;
}
.responsive-table table tbody tr td:nth-child(7) {
  background-color: #E0E4EC;
}
.responsive-table table tbody tr td:last-child {
  background-color: #F7F6F8;
}
.responsive-table table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #f8f8f8;
}
.responsive-table table tbody tr:last-child {
  border-bottom: 2px solid #014373;
}
.responsive-table table tbody tr td:first-child {
  text-align: left;
}
.responsive-table table tbody td {
  text-align: center;
}
.responsive-table table tbody .dividing-row {
  border-top: 2px solid #014373;
}
.responsive-table table tbody .fees-row {
  font-weight: 800;
}
.responsive-table table tbody .fees-row td:first-child {
  font-weight: 900;
}
