﻿div.su-table-disc p {
  font-size: 12px !important;
  line-height: 14px !important;
}

.entry p.smallertext,
.entry span.smallertext,
.container span.smallertext {
  font-size: 12px;
  line-height: 150%;
}

.su-table p {
  margin-bottom: 0;
}

.su-table {
  position: relative;
}

.su-table:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 0 0 20px 0;
}

.su-table table {
  width: 100%;
}

.su-table .labels {
  width: 646px;
}

.su-table .orange {
  width: 191px;
}

.su-table .yellow {
  width: 195px;
}

.su-table .btn-orange {
  min-width: 0;
  width: 131px;
  height: 43px;
  border-radius: 14px;
  font-size: 21px;
  margin: 3px 0 5px;
  line-height: 43px;
  padding: 0;
}

.su-table .yellow .btn-orange {
  background: #ff9422;
}

.su-table .yellow .btn-orange:hover {
  background: #e47600;
}

.su-table td {
  box-shadow: 0 1px 0 #e1e1e1;
}

.su-table .last td.item {
  padding-bottom: 17px;
}

.su-table th.item {
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: normal;
  padding: 21px 0 5px;
}

.su-table th.orange {
  background: #eb4f1d;
  box-shadow: 0 3px 0 #eb4f1d;
}

.su-table th.yellow {
  background: #ff9422;
  box-shadow: 0 3px 0 #ff9422;
}

.su-table td.orange {
  color: #eb4f1d;
  box-shadow: inset 4px 0 0 #eb4f1d, inset -4px 0 0 #eb4f1d, 0 1px 0 #e1e1e1;
}

.su-table td.yellow {
  color: #ff9422;
  box-shadow: inset -4px 0 0 #ff9422, 0 1px 0 #e1e1e1;
}

.su-table tfoot td.orange {
  box-shadow: inset 4px 0 0 #eb4f1d, inset -4px 0 0 #eb4f1d, inset 0 -4px 0 #eb4f1d, 0 1px 0 #e1e1e1;
}

.su-table tfoot td.yellow {
  border-radius: 0 0 20px 0;
  box-shadow: inset -4px 0 0 #ff9422, 0 1px 0 #e1e1e1, inset 0 -4px 0 #ff9422;
}

.su-table td.labels {
  padding: 0 25px;
}

.su-table td.item {
  font-size: 16px;
  padding: 10px 0 10px;
  text-align: center;
}

.su-table .first td.item {
  padding-top: 18px;
}

.su-table .content {
  display: none;
  padding-right: 100px;
  margin-top: -8px;
  /*padding-bottom: 11px;*/
}

.su-table .active2 .content {
  display: block;
}

.su-table .sublimits p, .su-table tr.morearrow div.content p {
  font-size: 13px;
  line-height: 18px;
  color: #eb541d;
}

.su-table h5, .su-table p.blabel {
  font-size: 17px;
  color: #24201f;
  cursor: pointer;
  line-height: 22px;
  margin: 0;
  padding: 10px 0;
  position: relative;
}

.su-table h5, .su-table p.blabel.default-cursor {
  cursor: default !important;
}

.su-table tr.morearrow p.blabel:before {
  content: "";
  position: absolute;
  top: 18px;
  right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #d2d2d2;
}

.su-table tr.morearrow.down p.blabel:before {
  content: "";
  position: absolute;
  top: 18px;
  right: -4px;
  width: 0;
  height: 0;
  border-top: solid 10px #d2d2d2;
  border-right: solid 5.5px transparent;
  border-bottom: solid 0px transparent;
  border-left: solid 5.5px transparent;
}

.su-table .active h5:before {
  top: 20px;
  border-width: 10px 5.5px 0 5.5px;
  border-color: #eb541d transparent transparent transparent;
}

.su-table h3 {
  color: #eb531d;
  font-size: 33px;
  font-weight: 500;
  line-height: normal;
  padding: 22px 25px 0;
  margin-bottom: -2px;
}

.info-cover .su-table th.item {
  font-size: 20px;
  padding-top: 17px;
  padding-bottom: 0;
}

.info-cover .su-table h5, .info-cover .su-table p.blabel {
  padding: 10px 0 8px;
  font-size: 15px;
}

.info-cover .su-table td.item {
  padding-top: 11px;
  padding-bottom: 7px;
}

.info-cover .su-table .first td.item {
  padding-top: 17px;
  padding-bottom: 5px;
}

.info-cover .su-table .orange {
  width: 182px;
}

.info-cover .su-table .yellow {
  width: 190px;
}

.info-cover .su-table h3 {
  margin-bottom: -2px;
  padding-left: 22px;
  padding-top: 19px;
  font-size: 31px;
}

.info-cover h2 {
  color: #23201f;
  font-weight: 500;
  padding-bottom: 46px;
  font-size: 34px;
}

.info-cover .su-table {
  max-width: 967px;
  overflow: hidden;
  margin: 0 auto 37px;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.36);
}

.su-table td.item div.content {
  text-align: center;
  padding-right: 0px;
  padding-top: 5px;
}

.su-table td.active div.content {
  display: block;
}

.su-table tr.sublimits {
  /* display:none; */
}

.su-table tr.sublimits td {
  /*display:none;*/
}

.su-table tr.sublimits td.active2 {
  display: table-cell;
}

.su-table tr.sublimits td {
  vertical-align: middle;
  display: none;
  /* box-shadow:0 1px 0 #FFF, 0 -1px 0 #FFF; */
}

.su-table tr.sublimits td.labels {
  padding-left: 45px;
}

.su-table tr.sublimits td.item {
  font-size: 12px;
}

.su-table tr.morearrow div.content p {
  padding-left: 10px;
}

/* activities - also includes like benefit tables */
table.table-sports {
  width: 90%;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
}

table.table-sports tr td {
  padding-top: 4px;
}

table.table-sports tr td:first-child {
  padding-left: 10px;
  padding-right: 5px;
}

table.table-sports tr td:nth-child(2) {
  padding-left: 5px;
  padding-right: 10px;
}

table.table-sports tr td:nth-child(1) {
  border-right: 1px solid rgba(100, 100, 100, 0.15);
}

table.table-sports tr {
  border-bottom: 1px solid rgba(100, 100, 100, 0.15);
}

table.table-sports tr:last-child {
  border-bottom: none;
}

table.table-sports tr:first-child td {
  padding-top: 10px;
}

table.table-sports tr:last-child td {
  padding-bottom: 10px;
}

/* From mobile of app.css */
@media screen and (max-width: 767px) {
  .su-table tr.morearrow p.blabel:before, .su-table tr.morearrow.down p.blabel:before {
    right: -18px;
  }
  .su-table h5, .su-table p.blabel {
    margin-right: 20px;
  }
  .su-table:after {
    display: none;
  }
  .info-cover {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .info-cover .su-table th.item {
    font-size: 10px;
    padding: 0 4px;
  }
  .info-cover .su-table h3 {
    font-size: 16px;
    padding: 10px;
  }
  .info-cover .su-table h5 {
    padding-right: 15px;
    font-size: 13px;
  }
  .info-cover .su-table {
    box-shadow: none;
    padding: 0;
    margin: 15px -15px;
    box-shadow: none;
    border-radius: 10px;
    overflow: auto;
    overflow-y: hidden;
  }
  .info-cover .su-table {
    box-shadow: none;
    padding: 0;
    margin: 15px -15px;
    box-shadow: none;
    border-radius: 10px;
    overflow: auto;
    overflow-y: hidden;
  }
  .su-table .item {
    width: 20px;
  }
  .su-table .btn-orange {
    width: auto;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    height: auto;
  }
  .su-table th.item {
    padding: 0 4px;
    vertical-align: middle;
    font-size: 10px;
  }
  .su-table td.labels {
    padding: 5px 5px 5px 5px;
  }
  .su-table p {
    font-size: 11px;
    line-height: 14px;
  }
  .su-table h5 {
    padding-right: 15px;
    font-size: 13px;
    line-height: normal;
  }
  .su-table h5:before {
    margin-top: -5px;
    margin-right: 5px;
  }
  .su-table h3 {
    padding: 10px;
    margin: 0;
    font-size: 16px;
  }
  .su-table .last td.item, .su-table .first td.item, .su-table td.item {
    font-size: 10px;
    padding: 5px;
    vertical-align: middle;
  }
  .su-table tfoot td.yellow {
    border-radius: 0;
  }
  .b-summary .su-table {
    border-radius: 0;
  }
  .b-summary .note {
    padding: 30px 0 0;
  }
}
