

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 768px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}


/* -------------------------------- 
 Cross-Reference Responsive Tables
-------------------------------- */
.size-disclaimer {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 1em auto;
  font-size: 0.875rem;
}

#sc-table h6, #sc-table ul, #sc-table section, #sc-table header {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#sc-table {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 1em auto;
  font-size: 14px;
  font-size: 0.875rem;
  /* you may remove this border in case of dark backgrounds if it's annoying 
  border-right: 1px solid #e6e7f1;*/
}

#sc-table::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#sc-table::before {
  /* White color gradient on the right */
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 35px;
  background: -webkit-linear-gradient( right , white 10%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0));
  z-index: 5;
  pointer-events: none;
}
.no-cssgradients #sc-table::before {
  /* remove the gradient using modernizr if css gradients are not supported */
  display: none;
}
#sc-table.table-end::before {
  /* the gradient disappears when user is at the end of the table */
  display: none;
}



#sc-table .sc-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
#sc-table .sc-table-wrapper {
  width: 870px;
  padding-left: 120px;
  display:inline-flex;
}

#sc-table .sc-table-column {
  width: 108px;
  float: left;
  border: 1px solid #e6e7f1;
  margin-left: -1px;
}
#sc-table .sc-table-column:last-child {
  border-right: none;
}
#sc-table h2, #sc-table ul > li {
  position: relative;
  text-align: center;
  padding: 0 1em;
  border-bottom: 1px solid #e6e7f1;
  height: 42px;
  line-height: 42px;
  background-color: white;
  list-style: none;
}
#sc-table h2 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #44687D;
}
#sc-table ul > li {
  color: #787a8d;
}
#sc-table ul > li:nth-child(odd) {
  background-color: #f6f7fa;
}
#sc-table ul > li:last-child {
  border-bottom: none;
}

#sc-table .sc-select {
  display: block;
  height: 100%;
  width: 100%;
  font-weight: bold;
}
#sc-table header.sc-table-column {
  position: absolute;
  width: 120px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(68, 104, 125, 0.95);
  margin-left: 0;
  border-color: #6b758d;
  box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
#sc-table header.sc-table-column h2, #sc-table header.sc-table-column li {
  background-color: transparent;
  text-align: left;
  color: #edeef1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom-color: #6b758d;
}
#sc-table header.sc-table-column h2 {
  color: #edeef1;
}
#sc-table header.sc-table-column li:nth-child(odd) {
  background-color: rgba(123, 149, 163, 0.95);
}
#sc-table header.sc-table-column li:last-child {
  border-bottom: 1px solid #6b758d;
}

@media only screen and (min-width: 870px) {
  #sc-table {
    margin: 2em auto;
    border-right: none;
  }
  #sc-table::before {
    display: none;
  }
  #sc-table .sc-table-wrapper {
    width: 100%;
    padding-left: 16.66667%;
  }
  #sc-table .sc-table-column {
    width: 14%;
    float: left;
  }
  #sc-table .sc-table-column:last-child {
    border-right: 1px solid #e6e7f1;
  }
  #sc-table header.sc-table-column {
    width: 16.66667%;
    float: left;
    background: #44687D;
    box-shadow: none;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1170px) {
  #sc-table {
    margin: 4em auto;
  }
}


/* -------------------------------- 
  Responsive Tables
-------------------------------- */

#sc-responsive-table{
     position: relative;
     width: 90%;
     max-width: 900px;
     margin: 1em auto;
     font-size: 14px;
     font-size: 0.875rem;
}

#sc-responsive-table .table-wrap{
    overflow-x: auto;
    width: 100%;
    margin-bottom: 50px;
}

#sc-responsive-table .table-wrap .table {
  width: 100%;
  max-width: 100%;
}

#sc-responsive-table .table tr th {
  white-space: nowrap;
  border: none;
}

#sc-responsive-table .table thead tr th {
  height: 3.5em;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}

#sc-responsive-table .table-wrap {
  position: static;
}

#sc-responsive-table .table__column--persistent-wrap {
  position: relative;
 /*  border: 1px solid #e6e7f1; */
  
  width:90%;
  max-width:900px;
  margin: 1em auto;
}

#sc-responsive-table .table__column--persistent {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  z-index: 4;
}

@media only screen and (min-width: 870px) {
  #sc-reponsive-table .table__column--persistent-wrap {
    margin: 2em auto;
    border-right: none;
  }
  #sc-responsive-table .table__column--persistent-wrap::before{
      /* hide right white gradient when larger than 870px */
      display: none;
  }
}


/* ------- Presentational Formatting --------- */
#td134-track-toggle .elementor-tab-title a {
    color: #FDFDFD !important;
}

#td138-track-toggle .elementor-tab-title a {
    color: #FDFDFD !important;
}

#td134-track-toggle .elementor-tab-title {
    background-color: #7B95A3 !important;
	margin-bottom: 15px;
}

#td138-track-toggle .elementor-tab-title {
    background-color: #7B95A3 !important;
	margin-bottom: 15px;
}

#sc-responsive-table * {
  font-family: Arial, Helvetica, sans-serif;
  color: #44687D;
}

#sc-responsive-table h2 {
  text-align: center;
  font-family: oswald, Arial, Helvetica, sans-serif
}

#sc-responsive-table .center {
  margin: 0 auto;
  width: 100%;
}

#sc-responsive-table .table {
  border-collapse: collapse;
}

#sc-responsive-table .table tr {
  /* border-bottom: 1px solid #e6e7f1; */
}

#sc-responsive-table .table tr:last-child {
    border-bottom: none;
}

#sc-responsive-table .table thead {
 /*  border-bottom: 2px solid #e6e7f1; */
}

#sc-responsive-table .table tr td,
#sc-responsive-table .table tr th {
/* border-right: 1px solid #e6e7f1; */
  text-align: center;
  line-height: .5;
}

#sc-responsive-table .table tr td:last-child,
#sc-responsive-table .table tr th:last-child
{
  border-right: none;
}

#sc-responsive-table .table th {
  text-align: left;
}

/* ----- Negate Elementors Table Styles ----- */

#sc-responsive-table table{
    margin-bottom: 0;
}

#sc-responsive-table table tbody>tr:nth-child(odd)>td,
#sc-responsive-table table tbody>tr:nth-child(odd)>th {
    background-color: #DBE4EA;
}

#sc-responsive-table table caption+thead tr:first-child td,
#sc-responsive-table table caption+thead tr:first-child th,
#sc-responsive-table table colgroup+thead tr:first-child td,
#sc-responsive-table table colgroup+thead tr:first-child th,
#sc-responsive-table table thead:first-child tr:first-child td,
#sc-responsive-table table thead:first-child tr:first-child th {
    border-top: none; 
}

#sc-responsive-table table td, table th {
    border: none;
}

#sc-responsive-table table tbody tr:hover>td,
#sc-responsive-table table tbody tr:hover>th {
    /* background-color: #fff; */
}