/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section-river .section-content .typography-section-headline {
	text-align: center;
}

@media only screen and (min-width: 1069px) {
	.section-plans .plan-tile ul li .cost-breakdown {
		font-size: 16px;
	}

	.section-plans .plan-tile .violator {
		font-size: 11px;
	}

	.section-router .services-content .column {
		flex-basis: 50%;
	}

	.section-router .services-content {
		width: 675px;
		margin: 0 auto;
	}
	.section-plans .plan-tile .typography-plan-share .icon-shared {
		top: 2px;
		position: relative;
	}
}

.violator-reduced {
	padding-top: 5px;
}

@media only screen and (max-width: 1069px) {
	.violator-reduced {
		padding-top: 4px;
	}
}

@media only screen and (max-width: 734px) {
	.violator-reduced {
		padding-top: 5px;
	}
	.section-plans .plan-tile .typography-plan-share .icon-shared {
		top: 2px;
		position: relative;
	}
}

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

.custom-br {
	display: none;
}

@media only screen and (max-width: 360px) {
	.custom-br {
		display: block;
	}
	.section-plans .plan-tile ul li .cost-breakdown {
		font-size: 16px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
