/* fix localnav */

@media only screen and (max-width: 734px) {
	#ac-localnav {
		height: 66px;
	}
}

/* fix ugnggulan apple tiles */
.typography-headline-reduced {
	font-size: 25px;
}

@media only screen and (max-width: 1068px) {
	.typography-headline-reduced {
		font-size: 20px;
	}
}

@media only screen and (max-width: 734px) {
	.typography-headline-reduced {
		font-size: 28px;
	}
}

@media only screen and (max-width: 320px) {
	.section-tiles .tile .tile-content {
		padding-right: 20px;
		padding-left: 20px;
	}
}

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