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

@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;
	}
}

@media only screen and (max-width: 330px) {
	.section-plans .plan-tile .back-face .violator {
    	margin-top: 6px;
    	
	}
	html.no-reduced-motion .section-plans .plan-tile.expanded .fade-delay-1 .cost-breakdown {
    	margin-top: -30px;
	}
}

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

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

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

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