/* CAFR fixes */
.grid-item-tradein .grid-item-headline {
	max-width: 750px;
}

/* Remove space after 'Watch the Event' link */
.section-hero .hero .intro-paragraph-container .cta-container li {
	display: inline;
	margin: 0 0;
}

@media only screen and (max-width: 1068px) {
	.section-colors .colors-headline .type-colors {
		min-width: 228px;
	}
}

@media only screen and (max-width: 734px) {
	.section-colors .colors-headline .type-colors {
		min-width: 146px;
	}
	.section-headline {
		display: inline;
	}
	.section-subhead {
		display: inline;
	}
	.colors-headline {
		display: inline;
	}
}

/* xsmall br class */

@media only screen and (max-width: 500px) {
	br.xsmall-hide {
		display: none;
	}

	br.xsmall-show {
		display: block;
	}
}

/* router ar */
.section-routers .router-ar .type-places {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.section-routers .router-ar .type-places .type-place {
	margin: auto;
	left: 0;
	right: 0;
}

/*Payments*/
.footnote-superscript {
	color: inherit !important;
	text-decoration: none !important;
	font-size: 1.7em !important;
}
.footnote-superscript:hover {
	color: #2997ff !important;
	text-decoration: none !important;
}
