/*Local Overrides*/

/*--- Titles ---*/

.section-plans .typography-headline {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.section-router .typography-headline {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

/*-- River --*/
.section-river {
	padding-top: 66px;
}

/* Plan Copy Alignment */
.section-plans .plan-tile .plan-top-section {
	min-height: 236px;
}
@media only screen and (max-width: 1068px) {
	.section-plans .plan-tile .plan-top-section {
		min-height: 233px;
	}
}
@media only screen and (max-width: 734px) {
	.section-plans .plan-tile .plan-top-section {
		min-height: unset;
	}
}

/* Subhead Pricing */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-plans .plan-tile .typography-plan-subhead {
		font-size: 31px;
	}
}

/* FAQ Headline */
@media only screen and (min-width: 1069px) {
	.section-faq .typography-section-headline {
		padding: 0 168px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-faq .typography-section-headline {
		padding: 0 98px;
	}
}

/* Icon Sharing Placement */
@media only screen and (min-width: 1069px) {
	.section-plans .plan-tile .typography-plan-share {
		padding-top: 2px;
		align-items: start;
	}
	.section-plans .plan-tile .typography-plan-share .icon-shared {
		margin-top: 1px;
	}
}

/*  */

@media only screen and (min-width: 735px) {
	.section-router .router-apple-fitness .router-copy {
		max-width: 270px;
	}
}
