
.tieredpackages-block {
position: relative;
padding: 90px 0;
}
.tieredpackages-block .maxwidth {
max-width: 800px;
}

.tieredpackages-block table {
width: 100%;
border: 0;
border-collapse: collapse;
padding: 0;
margin: 0;
}
.tieredpackages-block th,
.tieredpackages-block td {
width: auto;
vertical-align: middle;
text-align: center;
background: #E9EEF4;
border: 0;
background: #E9EEF4;
background: linear-gradient(90deg, rgba(245,251,255,1) 5%, rgba(233,238,244,1) 5%, rgba(233,238,244,1) 95%, rgba(245,251,255,1) 95%);
padding: 15px 2%;
transition: background 0.2s;
}
.tieredpackages-block th:first-child,
.tieredpackages-block td:first-child {
background: #F5FBFF;
background: linear-gradient(90deg, rgba(245,251,255,1) 0%, rgba(245,251,255,1) 100%);
}
.tieredpackages-block table {
position: relative;
}
.tieredpackages-block thead {
z-index: 2;
}
.tieredpackages-block thead th {
position: relative;
font-size: 18px;
padding-bottom: 30px;
}
.tieredpackages-block thead th i {
display: inline-block;
vertical-align: middle;
width: 24px;
height: 24px;
background: url(../../images/icons/settings.svg) 50% 50% no-repeat;
background-size: 24px 24px;
margin: -2px 10px 0 0;
}
.tieredpackages-block thead th.popular:before {
content: 'MOST POPULAR';
display: block;
position: absolute;
left: 10%;
top: -30px;
width: 80%;
height: 30px;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
line-height: 30px;
color: #fff;
background: #002A42;
border-radius: 8px 8px 0 0;
}

.panel-container .popular {
background: #E9EEF4;
padding: 30px 30px 0 30px;
}
.panel-container .popular span {
display: block;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
text-align: center;
color: #fff;
background: #002A42;
border-radius: 8px;
padding: 7px;
}

.tieredpackages-block tbody th {
position: relative;
width: 33.33%;
text-align: left;
font-weight: 400;
box-sizing: border-box;
padding-right: 35px;
}
.tieredpackages-block tbody tr.group-head th {
padding-top: 30px;
}
.tieredpackages-block tbody th h5 {
margin: 0;
}
.tieredpackages-block tbody th .tooltip {
position: absolute;
top: 50%;
right: 0;
margin-top: -11px;
}
.tieredpackages-block td .icon {
flex: 0 0 22px;
display: block;
text-indent: -9999px;
height: 22px;
margin: -2px auto 0 auto;
}
.tieredpackages-block td .icon.icon-yes {
background: url(../../images/icons/tick-box.svg) 50% 50% no-repeat;
background-size: 22px 22px;
}
.tieredpackages-block tbody tr:not(.group-head):hover th,
.tieredpackages-block tbody tr:not(.group-head):hover td {
background: #fbcb21;
}
.tieredpackages-block tfoot th,
.tieredpackages-block tffot td {
background: transparent;
padding-top: 30px;
}
.tieredpackages-block tfoot th {
padding-bottom: 0;
}

.tieredpackages-mobile {
display: none;
text-align: left;
}
.tieredpackages-mobile ul.tab_list {
display: flex;
justify-content: center;
background: #E9EEF4;
border-radius: 8px 8px 0 0;
}
.tieredpackages-mobile ul.tab_list li {
flex-grow: 1;
border-color: #E9EEF4;
}
.tieredpackages-mobile ul.tab_list li:hover,
.tieredpackages-mobile ul.tab_list li:focus,
.tieredpackages-mobile ul.tab_list li.tab_on {
border-color: #215BEA;
}
.tieredpackages-mobile .panel {
}
.panel-inner {
background: #E9EEF4;
border-radius: 0 0 8px 8px;
padding: 0 30px 30px 30px;
margin: 0 0 30px 0;
}
.tieredpackages-mobile .panel h5 {
position: relative;
border-bottom: 1px solid #E9EEF4;
padding: 30px 0 0 0;
margin: 0;
transition: all 0.2s;
}
.tieredpackages-mobile .panel h5:hover {
}
.tieredpackages-mobile .panel h5 i {
display: inline-block;
vertical-align: middle;
width: 24px;
height: 24px;
background: url(../../images/icons/settings.svg) 50% 50% no-repeat;
background-size: 24px 24px;
margin: -3px 10px 0 0;
}
.tieredpackages-mobile .panel h5 .indicator {
position: absolute;
top: 0;
right: 0;
width: 25px;
height: 70px;
background: url(../../images/icons/chevron-down-dark.svg) 50% 50% no-repeat;
background-size: 20px 10px;
transition: all 0.3s;
z-index: 101;
cursor: pointer;
}
.tieredpackages-mobile .panel h5 .indicator {
transform: rotate(180deg);
}
.tieredpackages-mobile-item .body {
/*display: none;*/
}
.tieredpackages-mobile .panel ul {
padding: 0;
margin: 0;
}
.tieredpackages-mobile .panel li {
position: relative;
display: flex;
align-items: center;
list-style: none;
padding: 15px 0 15px 35px;
margin: 0;
}
.tieredpackages-mobile .panel li:before {
display: none;
}
.tieredpackages-mobile .panel li .tooltip {
position: absolute;
top: 50%;
left: 0;
margin-top: -13px;
}
.tieredpackages-mobile .panel li h5 {
margin: 0;
}
.tieredpackages-mobile .panel li p {
flex: 1 1 auto;
margin: 0 25px 0 0;
}
.tieredpackages-mobile .panel li .icon {
flex: 0 0 22px;
display: block;
text-indent: -9999px;
height: 22px;
margin: -2px 0 0 auto;
}
.tieredpackages-mobile .panel li .icon.icon-yes {
background: url(../../images/icons/tick-box.svg) 50% 50% no-repeat;
background-size: 22px 22px;
}
.tieredpackages-mobile .panel li .label {
flex: 0 0 auto;
margin: 0 0 0 auto;
}

.tieredpackages-block .legend {
color: #6F6F6F;
padding: 50px 0 0 0;
}
.tieredpackages-block .legend p {
font-size: 14px;
margin: 0;
}

.tieredpackages-block tfoot p {
margin: 0;
}

@media screen and (min-width: 768px) {
	.tieredpackages-block thead.stickytop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  	background: #f5fbff;
  	box-shadow: 0 0 5px rgba(0,0,30,0.25);
	}
	.tieredpackages-block thead.stickybottom {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 48.25%; /* Relative to container, so match organic width here */
	}	
	.tieredpackages-block thead.stickytop tr,
	.tieredpackages-block thead.stickybottom tr {
	display: block;
	max-width: 1440px;
  	width: 90%;
	padding: 100px 0 0 0;
	margin: 0 auto;
	}
	.tieredpackages-block thead.stickytop tr th,
	.tieredpackages-block thead.stickybottom tr th {
	display: inline-block;
	box-sizing: border-box;
	}
	.tieredpackages-block thead.stickytop tr th:first-child,
	.tieredpackages-block thead.stickybottom tr th:first-child {
	width: 33.33%;
	}
	.tieredpackages-block thead.stickytop+tbody tr.group-head:first-child th {
	padding-top: 108px;
	}

}
@media screen and (max-width: 1023px) {
	.tieredpackages-block thead th:before {
	font-size: 12px;
	}
}


@media screen and (max-width: 767px) {
	.tieredpackages-block {
	padding: 60px 0;
	}
	.tieredpackages-block table {
	display: none;
	}
	.tieredpackages-mobile {
	display: block;
	}
}