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



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


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

/* Hero */

.section-hero .hero-headline {
    flex-direction: column;
    align-items: center;
}

@media (max-width:734px) {
   .section-hero .hero-headline {
       text-align: center;
   }
}
/* End hero */


.section-apple-for-college .apple-for-college-gallery {
    margin-inline: auto;
    width: 87.5vw;
    max-width: var(--section-max-width);
}

.section-apple-for-college .apple-for-college-gallery #trade-in h3 {
		max-width: 260px; 
}

.section-apple-for-college .apple-for-college-gallery .item-container {
    width: 100%;
    padding: 0;
}

@media (max-width:734px) {
    .section-apple-for-college .apple-for-college-gallery .item-container {
        width: 100%;
    }
}

.section-apple-for-college .apple-for-college-gallery .item-container {
    grid-template-columns: 1fr;
    margin: 0;
}

@media (max-width:734px) {
    .section-apple-for-college .apple-for-college-gallery .item-container {
        grid-template-columns: 1fr;
    }
}

.section-apple-for-college .apple-for-college-gallery .gallery-item {
    width: 100%;
}

.section-apple-for-college .apple-for-college-gallery .gallery-item .tile-content {
    align-items: center;
}

.section-apple-for-college .apple-for-college-gallery .gallery-item .tile-content h3,
.section-apple-for-college .apple-for-college-gallery .gallery-item .tile-content p {
    margin: 0 auto;
    text-align: center;
}



@media only screen and (max-width: 1068px) {
    .tabnav-item .button {
    	font-size: 12px;
	}
}
@media only screen and (max-width: 734px) {
    .tabnav-item .button {
        font-size: 14px
    }
}



sup.footnote-number {
    top: initial;
}
.footnote-number {
    position: relative;
    vertical-align: baseline;
    font-size: 1em;
}


/* COMPARE */
.section-compare .scroll-gallery .gallery-item {
	--item-width: 295px;
}

@media (max-width:734px) {
	.section-compare .scroll-gallery .gallery-item {
		--item-width: 252px;
	}
}

@media (max-width:500px) {
	.section-compare .scroll-gallery .gallery-item {
		--item-width: 255px;
	}
}

@media (max-width:375px) {
	.section-compare .compare-table .gallery-item {
		--item-width: 87.5vw;
	}
}

@media (max-width:375px) {
	.section-compare .compare-table #compare-pro-devices .compare-column {
		width: 257px;
	}
}

.section-compare {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1068px) {
    .section-compare {
        padding-bottom: 80px;
    }
}

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