@charset "UTF-8";
/* MUST UPDATE VERSION NUMBER IN FUNCTIONS
/* SUBSCRIBER TABLE - ACCORDION */

.subscriber-table-benefits {
  display: block !important;
  font-family: 'Helvetica', sans-serif;
  color: #434a59;
  border-spacing: 0;
  margin: 2rem 1rem;
  background: white; }

.subscriber-table-benefits tr:nth-of-type(even) {
  background: #eee; }

.subscriber-table-benefits tr td {
  border-left: 1px solid #e0e0e0;
  padding: 1rem !important; }

tr td {
  width: 16.66667%; }

tr td:first-of-type {
  width: 50%; }

.row-header:not(:first-child) {
  padding: 3rem !important;}

.subscriber-table-benefits tr td:nth-of-type(4n+4) {
  border-right: 1px solid #e0e0e0; }

.subscriber-table-benefits tr .center {
  text-align: center;
  vertical-align: top !important; }

.subscriber-table-benefits tr .center img {
  width: 200px; }

td.tier-hover, td.benefit-hover {
  border-left: 1px solid #018ed6 !important;
  border-right: 1px solid #018ed6 !important;
}

td.benefit-hover {
  background: rgba(1, 142, 214, 0.2);
}

td.benefit-hover .check span:before {
  color: #018ed6; }

.subscriber-table-benefits tr .note {
  display: block;
  font-size: 12px;
  padding: .5rem 0; }

.subscriber-table-benefits tr .btn {
  display: block;
  margin: .5rem auto !important;
  padding: .5rem 1rem;
  background: #018ed6; }

.subscriber-table-benefits tr .btn:hover, tr .btn:active, tr .btn:focus {
  background: #434a59; }

/* .subscriber-table-benefits tr .btn a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
} */

.subscriber-table-benefits tr a.btn {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;

  display: inline-block;
  margin: .5rem auto !important;
  padding: 1.3rem;
  background: #018ed6;
}

.subscriber-table-benefits tr a.btn:hover {
  background-color: #2D3670;
}

.subscriber-table-benefits .orm-component button {
  margin: 1rem auto; }

/* BENEFIT DESCRIPTION */
.subscriber-table-benefits tr .benefit-description {
  font-weight: 700; }

.subscriber-table-benefits tr .benefit-description p {
  font-weight: 400;
  font-size: 1.6rem; }

tr .benefit-description .benefit-toggle a {
  width: 100%;
  color: #434a59;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

tr .benefit-description .benefit-toggle a:hover {
  color: #018ed6;
  text-decoration: none; }

tr .benefit-description .benefit-toggle a i {
  padding: .5rem;
  font-size: 1.4rem; }

tr .benefit-description .benefit-toggle a i.fa-angle-double-down,
tr .benefit-description .benefit-toggle a.collapsed i.fa-angle-double-up {
  display: inline-block; }

tr .benefit-description .benefit-toggle a i.fa-angle-double-up,
tr .benefit-description .benefit-toggle a.collapsed i.fa-angle-double-down {
  display: none; }

tr .benefit-description .benefit-toggle span {
  content: " " !important; }

p.collapse, p.collapsing {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0; }

p.collapse.in {
  visibility: visible;
  opacity: 1;
  height: auto; }

tr .benefit-description .benefit-toggle a:hover,
tr .benefit-description .benefit-toggle a:active,
tr .benefit-description .benefit-toggle a:focus {
  color: #018ED6; }

/* CHECK FOR PRICING BENEFIT */
.check {
  text-align: center; }

.check span {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  padding-left: .9rem;
  padding-right: .9rem;
  font-size: 1.8rem;
  -ms-flex-item-align: center;
  align-self: center; }

.check span:before {
  content: "";
  color: #434a59;
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  padding-left: .9rem;
  padding-right: .9rem;
  font-size: 2.1rem;
  -ms-flex-item-align: center;
  align-self: center;
  width: auto; }

.check:hover span:before, .check:active span:before, .check:focus span:before {
  color: #018ED6; }

/*# sourceMappingURL=subscriber-table-benefits.css.map */