.body a:hover, .body a:active {
	text-decoration: none;
}

.body .auto-width {
	width: auto !important;
}

.body .col-left {
	padding-right: 30px !important;
}

.body .col-right {
	padding-left: 30px !important;
}

.body .sub {
	margin-bottom: 60px;
	position: relative;
}

.body button {
    font-size: 16px !important;
    width: auto !important;
    padding: 9px 25px;
    margin: 10px 12.5px;
}

.body button.lt {
	border: 1px solid #ccc;
}

.body button.full-width {
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
}

.body p {
	font-size: 16px;
    line-height: 24px;
    color: black;
    margin: 0 0 10px;
}

.body p.eyebrow {
	font-size: 20px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.body .center-all-wrap {
	position: relative;
}

.body .center-all.top, .body .center-all.bottom {
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: absolute;
    padding: 0 15px;
}

.body .center-all.top {
    top: 0;
    bottom: auto;
	margin: 50px 0 0;
}

.body .center-all.bottom {
    bottom: 0;
    top: auto;
	margin: 0 0 50px;
}

.no-pad {
	padding: 0 !important;
}

/* hide promo banner */

#promo-banner.promo-banner {
	display: none;
}

/* force outer container to full width */

#bd.body {
	width: 100% !important;
	padding: 0 !important;
}

/* missing from LE-QAS-A apparently? */

.row.no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* credit card specific styles */

.le-blue {
	color: #0c223f;
}

#credit-card .body sup {
	font-size: 60%;
}

/* feature */

#feat {
	position: relative;
	background-color: #c1ccdd;
	background-image: url(/_c-card/images/20201016-cc_feat.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 70px 0 120px;
}

#feat .container {
	max-width: 940px;
}

#feat .col-xs-3#cc-img {
	padding-left: 50px;
    padding-right: 20px;
}

#feat h1 {
	font-size: 40px;
	margin: 0 0 10px;
	max-width: 530px;
}

#feat h1 .no-wrap {
	white-space: nowrap;
}

#feat .eyebrow {
	max-width: 640px;
}

#feat-table {
	border: 2px solid #0d2240;
	margin: 15px 0;
}

#feat-table .feat-table-cell {
	padding: 10px 15px;
}

#feat-table-r2 .feat-table-cell {
	padding: 8px 2px;
}

#feat-table p {
	color: #0d2240;
	margin: 0;
	line-height: 1.35;
	text-shadow: 0 0 15px rgba(255,255,255,.35);
}

#feat-table .border-top {
	border-top: 1px solid #0d2240;
}

#feat-table .border-bottom {
	border-bottom: 1px solid #0d2240;
}

#feat-table #divider-wrap {
	position: relative;
}

#feat-table .divider {
	content: ' ';
	display: block;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #0d2240;
}

#feat-table #divider-left {
	left: 16.666%;
}

#feat-table #divider-right {
	left: 33.333%;
}

#feat-table img.checkmark {
	margin-top: 5%;
}

#feat-table .col-xs-12 {
	background-color: #0d2240;
}

#feat-table .col-xs-12 p {
	color: white;
	text-shadow: 0 0 0;
}

#feat-table-r1 p {
	font-size: 18px;
}

#feat-table-r2 p {
	font-size: 14px;
}

#feat button {
	margin: 15px 0 0;
	background: #0d2240;
    color: white;
    border: 0;
}

/* rewards */

#rewards {
	margin-bottom: 65px;
}

#rewards h2 {
	font-size: 40px;
    margin: 50px auto 5px;
}

.reward {
	margin: 40px 0 20px;
}

.reward img {
	max-width: 160px;
	margin-bottom: 15px;
}

.reward p {
	max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

/* perks */

#perks.row {
	margin: 0 0 60px;
}

#perks .col-md-4 {
	padding-left: 30px;
	padding-right: 30px;
}

#perks .col-md-4:first-child {
	padding-left: 0;
}

#perks .col-md-4:nth-child(3) {
	padding-right: 0;
}

.perk {
	border-top: 1px solid #999999;
	padding-top: 20px;
}

/* FAQs */

#faqs {
	margin-bottom: 70px;
	text-align: center;
}

#faqs h2, #faqs .faq {
	border-bottom: 1px solid #999999;
}

#faqs h2 {
	text-align: left;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-size: 40px;
}

#faqs .faq {
	padding: 10px 0;
	text-align: left;
}

#faqs .faq .click-to-reveal {
	display: flex;
   	align-items: center;
}

#faqs .faq h4 {
	color: black;
	font-weight: bold;
	display: block;
}

#faqs .faq h4, #faqs .faq i {
	cursor: pointer;
}

#faqs .faq i.fa {
	position: relative;
    right: 25px;
}

#hidden-faqs {
	display: none;
}

#see-faqs-wrap {
	margin-top: 25px;
	display: block;
}

.see-faqs {
	display: inline;
	text-decoration: none;
	margin-top: 25px;
	cursor: pointer;
}

#see-less-faqs {
	display: none;
}

/* disclosures */

#disclosures {
	margin-bottom: 70px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {

	/* medium styles */

	.body .col-left {
		padding-right: 20px !important;
	}

	.body .col-right {
		padding-left: 20px !important;
	}

	.body button {
    	font-size: 14px !important;
    	margin: 7px 10px;
    }

	.body p {
	    font-size: 16px;
	    line-height: 22px;
	}

	.body p.eyebrow {
		font-size: 18px;
	}

	.body .center-all.top {
		margin: 33px 0 0;
	}

	.body .center-all.bottom {
		margin: 0 0 33px;
	}

	/* credit card specific styles */

	#feat {
		padding: 50px 0 100px;
	}

	#feat .container {
	    max-width: 865px;
	}

	#feat h1 {
		font-size: 38px;
	}

	#feat-table-r2 p {
		font-size: 12px;
	}

	#rewards {
		margin-bottom: 50px;
	}

	.reward img {
    	max-width: 140px;
    }

}

@media only screen and (max-width: 991px) and (min-width: 768px) {

	/* small styles */

	.body .col-left {
		padding-right: 15px !important;
	}

	.body .col-right {
		padding-left: 15px !important;
	}

	.body .sub {
		margin-bottom: 50px;
	}

	.body button {
    	font-size: 12px !important;
    	margin: 5px 10px;
    }

	.body p {
	    font-size: 14px;
	    line-height: 20px;
	}

	.body p.eyebrow {
		font-size: 16px;
	}

	.body .center-all.top {
		margin: 25px 0 0;
	}

	.body .center-all.bottom {
		margin: 0 0 25px;
	}

	/* credit card specific styles */

	#feat {
		padding: 40px 0 85px;
	}

	#feat .container {
	    max-width: 700px;
	}

	#feat h1 {
    	font-size: 26px;
    	margin: 0 0 8px;
    }

    #feat-table-r1 p {
	    font-size: 16px;
	}

    #feat-table-r2 p {
		font-size: 12px;
	}

	#feat-table img.checkmark {
		width: 30px;
	}

    #rewards {
    	margin-bottom: 35px;
    }

    #rewards h2 {
    	font-size: 30px;
    	margin: 40px auto 5px;
    }

    .reward {
	    margin: 30px 0 10px;
	}

    .reward img {
    	max-width: 130px;
    }

    #perks .col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}

	#perks.row {
	    margin: 0 0 30px;
	}

	.perk {
	    padding-top: 15px;
	    margin-top: 25px;
	}

	#faqs {
		margin-bottom: 60px;
	}

	#faqs h2 {
		font-size: 30px;
		padding-bottom: 20px;
	}

	#faqs .faq {
    	padding: 5px 0;
    }

    #faqs .faq h4 {
    	font-size: 16px;
    }

    #faqs .faq i.fa {
	    right: 15px;
	}

	#see-faqs-wrap {
    	margin-top: 15px;
    }
	
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

	/* mobile styles */

	.body .sub {
		margin-bottom: 40px;
	}

	.body button {
    	font-size: 12px !important;
    	margin: 5px 10px;
    }

	.body p {
	    font-size: 14px;
	    line-height: 20px;
	}

	.body p.eyebrow {
    	font-size: 14px;
    	margin: 0 auto 5px;
    }

    .body .center-all.top {
		margin: 15px 0 0;
	}

	.body .center-all.bottom {
		margin: 0 0 15px;
	}

	/* credit card specific styles */

	#feat {
		background-image: url(/_c-card/images/20201016-cc_feat.jpg);
	    padding: 25px 0 40px;
	}

	#feat .container {
	    width: 95%;
    	max-width: 600px;
	}

	#feat .col-xs-3#cc-img {
	    padding-left: 10px;
	    padding-right: 5px;
	}

	#feat .col-xs-9 {
	    padding-right: 10px;
	}

	#feat h1 {
		font-size: 20px;
	}

	#feat h1 .no-wrap {
		white-space: normal;
	}

	#feat-table #divider-left {
		left: 25%;
	}

	#feat-table #divider-right {
		left: 50%;
	}

	#feat-table p, 
	#feat-table-r2 p p {
		font-size: 12px;
	}

	#feat-table-r1 p {
	    font-size: 14px;
	}

	#feat-table img.checkmark {
		width: 25px;
		margin-top: 3%;
	}

	#feat #button-wrap {
		text-align: center;
	}

	#feat button {
		margin: 7px 0 0;
	}

	#rewards {
		margin-bottom: 20px;
	}

	#rewards h2 {
		font-size: 26px;
		margin: 25px auto 0;
	}

	.reward {
		margin: 20px 0 10px;
	}

	.reward img {
		max-width: 95px;
    	margin-bottom: 10px;
	}

	.reward p {
		max-width: 90%;
	}

	#perks .col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}

	#perks.row {
	    margin: 0 0 20px;
	}

	.perk {
	    padding-top: 15px;
	    margin-top: 25px;
	}

	#faqs {
		margin-bottom: 50px;
	}

	#faqs h2 {
		font-size: 30px;
		padding-bottom: 20px;
	}

	#faqs .faq {
    	padding: 5px 0;
    }

    #faqs .faq h4 {
    	font-size: 16px;
    }

    #faqs .faq i.fa {
	    right: 15px;
	}

	#see-faqs-wrap {
    	margin-top: 15px;
    }

}