/* Plan Tiles */

.section-plans .plans-tiles.alt-layout .plan-tile {
	min-height: 640px;
}

@media only screen and (max-width: 1068px) {
	.section-plans .plans-tiles.alt-layout .plan-tile {
		min-height: 610px;
	}
}

@media only screen and (max-width: 734px) {
	.section-plans .plans-tiles.alt-layout .plan-tile {
		min-height: 550px;
	}
}

body[data-test-10009="v2-v"] .section-plans .plans-tiles.alt-layout .plan-tile {
	min-height: 610px;
}

@media only screen and (max-width: 1068px) {
	body[data-test-10009="v2-v"] .section-plans .plans-tiles.alt-layout .plan-tile {
		min-height: 580px;
	}
}

@media only screen and (max-width: 734px) {
	body[data-test-10009="v2-v"] .section-plans .plans-tiles.alt-layout .plan-tile {
		min-height: 550px;
	}
}

@media only screen and (min-width: 735px) {
	.section-plans .plan-tile .plan-top-section {
		min-height: 282px;
	}
}

@media only screen and (min-width: 735px) {
	body[data-test-10009="v2-v"] .section-plans .plan-top-section {
		min-height: 255px;
	}
}

.typography-plan-subhead {
	line-height: 1;
}

#main .section-plans .typography-plan-subhead-alt {
	flex-direction: column;
}

@media only screen and (max-width: 1068px) {
	#main .section-plans .typography-plan-subhead-alt {
		line-height: 1.1;
	}
}

#main .section-plans .typography-plan-subhead-alt .typography-plan-subhead-strikethrough {
	margin-top: 5px;
	margin-left: 0;
}

@media only screen and (max-width: 1068px) {
	#main .section-plans .typography-plan-subhead-alt .typography-plan-subhead-strikethrough {
		margin-top: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main .section-plans .typography-plan-subhead-alt .typography-plan-subhead-strikethrough {
		margin-top: 5px;
	}
}

.section-plans .plan-tile .back-face .violator {
	margin-top: 6px;
	margin-left: 0px;
}

html.no-reduced-motion .section-plans .plan-tile.expanded .fade-delay-1 .cost-breakdown {
	transition-delay: 0.1s;
	margin-top: -30px;
}

.section-plans .plan-tile {
	min-height: 640px;
}

@media only screen and (max-width: 1068px) {
	.section-plans .plan-tile {
		min-height: 610px;
	}
}

@media only screen and (max-width: 734px) {
	.section-plans .plan-tile {
		min-height: 550px;
	}
}

/* Payment Methods CTA */

.plans-cta {
	font-size: 17px;
	text-align: center;
	padding-top: 50px;
}
