.comparison-table-heading {
	height: 380px;
	position: relative;
	background-color: #2800a0;
	background-repeat: no-repeat;
	background-position: left -2px bottom 80px;
	background-size: 95%;
	padding: 30px 40px;
	margin-bottom: 60px;
}

.comparison-table-heading h1,
.comparison-table-heading p {
	color: white !important;
}

.comparison-table-heading p {
	font-size: 22px;
}

.comparison-table-heading .navigation {
	display: block;
	margin: 0;
	padding: 0;
}

.comparison-table-heading .navigation li {
	display: inline-block;
	margin-right: 1rem;
	margin-top: 0.5rem;
}

.comparison-table-heading .navigation li:before {
	content: '';
	display: none;
}

.comparison-table-heading .navigation li a {
	display: inline-block;
	position: relative;
	background-color: #C1F4FE;
	color: #2800a0;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none !important;
	padding: 10px 1rem;
	border-radius: 999px;
}

.comparison-table-heading .navigation li a:hover {
	background-color: white;
	color: #4B4B55;
}

.comparison-table-heading .navigation li a.active {
	background-color: white;
	color: #2800a0;
}

.comparison-table-heading .navigation li a.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 0.5rem solid #05d2fa;
	position: absolute;
	bottom: -29px;
	left: 0;
	right: 0;
	margin: auto;
}

.comparison-table-heading .embedCodeButton {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 40px;
	background: none;
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
}

.comparison-table-heading .embedCodeText {
	display: none;
	position: absolute;
	top: -18px;
	right: 40px;
}

.comparison-table-heading .embedCodeMessage {
	display: none;
	color: #4b4b55 !important;
	position: absolute;
	top: 12px;
	right: 40px;
	font-size: 14px;
}

.comparison-table .tpp-col-head {
	position: relative;
	padding: 0;
}

.comparison-table .tpp-col-head .icon {
	background-image: url('../svg/tpp-man.svg');
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	padding: 0.5rem;
	border-radius: 100%;
	position: absolute;
	top: -1.5rem;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 0;
	z-index: 1;
}

.comparison-table {
	width: 100%;
	table-layout: fixed;
	font-weight: 300;
	color: #4B4B55;
	margin-bottom: 0;
	margin-top: 35px;
	font-size: 1rem;
	line-height: 24px;
}

.comparison-table tbody td {
	border: 1px solid #D0D0D6;
}

.comparison-table thead th {
	position: relative;
	text-align: center !important;
	font-size: 1rem;
	font-weight: 600;
}

.placeholder--pension-provider {
	visibility: hidden;
	padding: 1rem 9px;
	display: block;
}

.comparison-table thead th .pension-provider {
	padding: 1rem 9px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	border: 1px solid #D0D0D6;
	text-align: center;
	border-bottom: 0;
	display: flex;
	justify-content: center;
	font-size: 1rem;
	align-items: center;
}

.comparison-table thead th:nth-child(2) .pension-provider {
	background-color: #F7F7F8;
	padding-top: 2rem;
}

.comparison-table tr {
	border-bottom: none;
	height: 61px;
}

.comparison-table td {
	padding: 1rem !important;
	text-align: center !important;
}

.comparison-table tr:not(.section-head) td {
	font-size: 15px;
}

.comparison-table td:first-child {
	text-align: left !important;
	font-weight: 600;
}

.comparison-table td:nth-child(2) {
	background-color: #F7F7F8;
	color: #2800a0;
}

.comparison-table .section-head td {
	background-color: #F1F0FF;
	color: #2800a0;
	font-size: 1rem;
	font-weight: 600;
	position: relative;
}

.comparison-table .cross,
.comparison-table .tick {
	display: block;
	margin: 0 auto 6px auto;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.comparison-table .tick {
	background-image: url('../svg/table-tick.svg');
}

.comparison-table .cross {
	background-image: url('../svg/table-cross.svg');
}

.comparison-table .stars {
	font-size: 22px;
}

.comparison-table .stars .glyphicon {
	margin-right: 0;
}

.comparison-table td:first-child span {
	display: flex;
	align-items: center;
}

.comparison-table .popover-link {
	display: inline-block;
}

.comparison-table td:first-child .popover-link {
	flex: 1 0 auto;
	background-position: right;
}

.comparison-table .popover {
	max-width: 350px;
	min-width: 250px;
}

.comparison-table-footer {
	position: relative;
	background-color: #05d2fa;
	padding: 40px;
	text-align: center;
	border-radius: 0 0 10px 10px;
	margin-bottom: 24px;
}

.comparison-table-footer h1,
.comparison-table-footer p {
	color: white !important;
}

.comparison-table-footer h1 {
	font-size: 40px;
	/* max-width: 575px; */
	display: inline-block;
}

.comparison-table-footer p {
	font-size: 22px;
	margin-bottom: 18px;
}

.comparison-table-footer .btn {
	background-color: #2800a0;
}

.comparison-table-footer .menu_dropdown>a {
	color: white;
	display: inline-block;
	padding: 5px 30px;
}

.comparison-table-footer .menu_dropdown .dropdown-menu {
	margin-left: 0;
	text-align: left;
}

.comparison-table-footer .menu_dropdown .dropdown-menu li a {
	color: #4b4b55;
}

.comparison-table-footer .menu_dropdown .dropdown-menu li:hover a {
	color: white;
}

.comparison-table .ancor-link {
	position: absolute;
	display: block;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}

@media (min-width: 640px) {

	/* hack to create rounded corner for first tbody header */
	.comparison-table .ancor-link#credentials::before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		background: #f1f0ff;
		width: 1rem;
		height: 1rem;
		display: block;
		z-index: 6;
		border-top-left-radius: 16px;
		border-top: 1px solid #D0D0D6;
		border-left: 1px solid #D0D0D6;
	}

	.comparison-table .ancor-link#credentials::after {
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		background: #ffffff;
		width: 1rem;
		height: 1rem;
		display: block;
		z-index: 5;
	}
}

/* Infographic table only */
.comparison-table .callout td {
	background-color: #05d2fa;
	border-radius: 12px;
	padding: 30px;
	position: relative;
}

.comparison-table .callout p,
.comparison-table .callout h2 {
	color: white !important
}

.comparison-table .callout h2 {
	border-bottom: 0;
	margin-top: 0;
}

.comparison-table .callout p {
	font-size: 22px;
	margin-bottom: 0;
}

.comparison-table .callout .btn {
	background-color: #2800a0 !important;
	height: 50px;
	line-height: 40px;
	padding: 5px 30px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.tablesaw-swipe .tablesaw-cell-persist {
	border-right: none;
}

@media (max-width: 991px) {
	.comparison-table-heading {
		background-position: left -2px bottom 120px;
	}
}

@media (max-width: 767px) {
	.comparison-table-heading {
		height: auto;
	}
}

@media (max-width: 639px) {
	.comparison-table-heading {
		background-image: none;
		margin: 0 -30px;
	}

	.comparison-table-heading h1 {
		margin-top: 55px;
		font-size: 34px;
		margin-bottom: 15px;
	}

	.comparison-table-heading p {
		margin-bottom: 15px;
	}

	.comparison-table-heading .embedCodeButton {
		font-size: 17px;
		padding: 4px 12px;
		border-width: 1px;
	}

	.placeholder--pension-provider {
		display: none !important;
	}

	.comparison-table .section-head td {
		margin-top: 24px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}

	.comparison-table thead {
		display: none;
	}

	.comparison-table th,
	.comparison-table td,
	.comparison-table .tablesaw-cell-content {
		width: 100%;
	}

	.comparison-table td {
		text-align: left;
	}

	.comparison-table td .tablesaw-cell-content {
		text-align: center;
		place-content: center;
		margin: auto;
	}

	.comparison-table .callout .btn {
		position: relative;
		right: 0;
	}
}
