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





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




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

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

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

.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: 735px) {
	.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: 23%;
    	max-width: 23%;
	}
}
@media only screen and (max-width: 735px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    	flex-basis: 23%;
    	max-width: 23%;
	}
}

.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
\*------------------------------------*/
