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










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




/*------------------------------------*\
		LOCAL FIXES
\*------------------------------------*/
@media only screen and (max-width: 767px) {
    #ac-localnav .ac-ln-content {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    #ac-localnav.medium-ac-ln-collapsible .ac-ln-actions {
        padding: 16px 10px 0;
    }
}
@media only screen and (max-width: 767px) {
    #ac-localnav.medium-ac-ln-collapsible .ac-ln-action-button, #ac-localnav.medium-ac-ln-collapsible .ac-ln-action-violator {
        margin-left: 10px;
    }
}

.section-applecare .contentnav-container {
    max-width: 980px;
}

@media only screen and (max-width: 1068px) {
    .section-applecare .contentnav-container {
        max-width: 675px;
    }
}

@media only screen and (max-width: 735px) {
    .section-applecare .contentnav-container {
        max-width: 190px;
    }
}


.section-applecare .contentnav-items {
    grid-template-columns: repeat(4, 1fr);
}


@media only screen and (max-width: 1068px) {
    .section-applecare .contentnav-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 735px) {
    .section-applecare .contentnav-items {
        grid-template-columns: repeat(1, 1fr);
    }
}




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