/*Local Overrides*/

/* 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;
	}
}

/*Plan tiles top section*/
/* large */
@media only screen and (min-width: 1069px) {
	.section-plans .plans-tiles.alt-layout .plan-tile {
		min-height: 625px;
	}
	.section-plans .plan-tile .plan-top-section {
		min-height: 276px;
	}
}

/* medium */
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-plans .plans-tiles.alt-layout .plan-tile {
		min-height: 590px;
	}
	.section-plans .plan-tile .plan-top-section {
		min-height: 272px;
	}
}

/* small */
@media only screen and (max-width: 734px) {
	.section-plans .plan-tile .front-face .plan-bottom-section {
		margin-top: 46px;
	}
}

/* River */

@media only screen and (max-width: 734px) {
	.section-river .typography-headline {
		max-width: 370px;
	}
}
