﻿.font14 {
	font-size: 14px;
	line-height: normal;
}
.float-right2{
	float:right;
}
.summaries-section {
	background: #aa0027;
	color: #fff;
}

	.summaries-section .row-eq > .mb-4 {
		border-left: 1px solid #ffffff;
	}

		.summaries-section .row-eq > .mg20-b:first-child {
			border-left: none;
		}

.sumaries-title {
	font-size: 40px;
}
.font-brown-t {
	font-family: 'Brown-Thin';
}
.card-container img {
	width: 100%;
	max-width: 80px;
}

.rewards-overview .toggle-content img {
	margin: 0 auto;
	width: 100%;
	max-width: 15px;
	display: block;
}


.container-fluid {
	padding-left: 80px;
	padding-right: 80px;
}
@media (max-width:1200px) {
	.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width:768px) {

	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

	.toggle-panel {
		border-bottom: 1px solid #ddd;
	}

.toggle-clicker {
	width: 100%;
	position: relative;
	border-top: 1px solid #ddd;
	padding: 20px 20px 20px 30px;
	font-size: 1.2500000004rem;
	font-weight: 700;
}

		.toggle-clicker[aria-expanded="false"]:after {
			background: url(../img/icon/pink-plus.png) center center no-repeat;
			width: 18px;
			height: 100%;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
		}

		.toggle-clicker[aria-expanded="true"]:after {
			background: url(../img/icon/pink-minus.png) center center no-repeat;
			width: 18px;
			height: 100%;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
		}

		.toggle-clicker[aria-expanded="true"] {
			color: #ec0037;
		}

	.toggle-content {
		padding: 0 0 20px 0;
	}

		.toggle-content [class*="col-"] {
			margin-bottom: 20px;
		}
.break-word {
	word-break: break-word
}
.table {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	table-layout: fixed;
	width: 100%;
	max-width: 100%;
}

	.tr {
		display: table-row;
	}

	.td {
		display: table-cell;
		width: 20%;
		padding: 10px;
		text-align: center;
	}

		.td:nth-of-type(2n) {
			background-color: #f4f4f4;
		}

		.td.benefits-description, .td.tier-benefits-title {
			width: 64%;
			text-align: left;
		}

	.summaries-section {
		background: #aa0027;
		color: #fff;
	}

		.summaries-section .row-eq > .mb-4 {
			border-left: 1px solid #ffffff;
		}

		.summaries-section .row-eq > .mb-4:first-child {
			border-left: none;
		}

	.sumaries-title {
		font-size: 40px;
	}

	.card-container img {
		width: 100%;
		max-width: 80px;
	}

	.rewards-overview .toggle-content img {
		margin: 0 auto;
		width: 100%;
		max-width: 15px;
		display: block;
	}
	
@media (max-width: 767px) {
	.float-right2{
		float:none !important;
	}
}
	@media (max-width: 768px) {
		.td.benefits-description, .td.tier-benefits-title {
			width: 35%;
		}

		.card-type, .tier-credits {
			font-size: 12px;
		}

		.summaries-section .row-eq > .mb-4 {
			border-left: 0px;
		}
	}

	@media (max-width: 500px) {
		.rewards-table-responsive {
			overflow-x: auto;
		}

			.rewards-table-responsive .row {
				width: 500px;
			}
	}



	@media (max-width: 420px) {
		.tier-benefits-title h3, .tier-benefits-title p {
			font-size: 16px;
		}
	}



	.rewards-overview a {
		display: block;
	}
