/* navbar */
@media only screen and (min-width: 735px) {
	#ac-localnav .ac-ln-content {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 1000px;
	}
}

@media only screen and (max-width: 734px) {
	#ac-localnav .ac-ln-title {
		margin: 12px 0 12px;
	}
}

@media only screen and (min-width: 1024px) {
	#ac-localnav .ac-ln-menu-item {
		margin-left: 22px;
	}
}
/* end navbar */

.grid-bentos .tile-content .typography-headline .highlight-white.highlight:before {
	top: 50%;
}

html.in-height-range .section-built-in-apps .sticky-container .section-hardware {
	background-color: #ffffff;
}

@media only screen and (max-width: 1068px) {
	.section-hardware-personalize .hardware-wrapper.ipad-hardware-wrapper.to-left {
		display: none !important;
	}
	.section-hardware-personalize .hardware-wrapper.macbook-hardware-wrapper.to-right {
		margin-left: 0px !important;
	}
}

@media only screen and (max-width: 734px) {
	#ac-localnav .ac-ln-title {
		margin: 12px 0 12px;
	}

	.section-hero {
		padding-top: 24px;
	}
}
/* Start of how to buy modal style !!Remove thiis when learn more button is back */
.section.section-how-to-buy-module a.icon-wrapper.typography-eyebrow-reduced:first-of-type {
	display: none;
}
[class*="typography-eyebrow"] {
	margin-top: 0.8em;
}
/* End of how to buy modal style !!Remove thiis when learn more button is back */
