/*------------------------------------*\
		LOCAL SCREENS
\*------------------------------------*/





/*------------------------------------*\
		END LOCAL SCREENS
\*------------------------------------*/




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

.section-plans .applecare-plan .pricing-row {
	justify-content: space-between;
}

@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row {
		padding: 16px 0;
    padding-left: 5px;
	}
}

@media only screen and (max-width: 1068px) {
    .section-plans .applecare-plan.pricing-columns-2 .column-product-group {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .section-plans .applecare-plan.pricing-columns-2 .column-1 {
        font-size: 14px;
    }
}


@media only screen and (max-width: 1068px) {
    .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
        font-size: 14px;
    }
}




@media only screen and (max-width:735px) {
    .section-plans .applecare-plan.pricing-columns-2 .column-product-group {
        font-size: 14px;
    }
}


@media only screen and (max-width:735px) {
    .section-plans .applecare-plan.pricing-columns-2 .column-1 {
        font-size: 14px;
    }
}

@media only screen and (max-width:735px) {
    .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
        font-size: 14px;
    }
}

@media only screen and (max-width:735px) {
    .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
        padding-left: 0px;
    }
}

.section-plans .static-plans .applecare-plan {
    margin-top: 70px;
}

.section-plans .static-plans .applecare-plan .flex-row .column-dynamic-pricing {
    display: flex;
    justify-content: flex-end;
    flex-basis: 31.33333%;
    max-width: 33.33333%;
}

@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-product-group {
		max-width: 55%;
	}
}

@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
		max-width: 23%;
	}
}

.section.section-plans .column .flex-row.column-labels .column-1 {
	margin-right: 0px;
}

@media only screen and (max-width: 1068px) {
	.section.section-plans .column .flex-row.column-labels .column-1 {
    	margin-right: 10px;
	}
}

@media only screen and (max-width: 1068px) {
	.section.section-plans .column .flex-row.column-labels .column-1 {
    	margin-right: 10px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-product-group {
    	flex-basis: 54%;
    	max-width: 54%;
	}
}	
@media only screen and (max-width: 735px) {
	.section-plans .applecare-plan .flex-row .column-product-group {
    	flex-basis: 54%;
    	max-width: 54%;
	}
}
@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    	flex-basis: 21%;
    	max-width: 21%;
	}
}
@media only screen and (max-width: 735px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    	flex-basis: 21%;
    	max-width: 21%;
	}
}

.section-coverage .heading-row {
    padding: 35px 0 90px;
}

@media only screen and (max-width: 1068px) {
    .section-coverage .heading-row {
        padding: 0 0 70px;
    }
}

@media only screen and (max-width: 735px) {
    .section-coverage .heading-row {
        padding: 0 0 40px;
    }
}
/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
