/* AppleCare Icon */
.section-hero .image-hero-icon {
	background-image: url("/br/support/products/shared/images/applecare_plus_icon__cqfj0er7b3o2_large.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.section-hero .image-hero-icon {
		background-image: url("/br/support/products/shared/images/applecare_plus_icon__cqfj0er7b3o2_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.section-hero .image-hero-icon {
		background-image: url("/br/support/products/shared/images/applecare_plus_icon__cqfj0er7b3o2_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-hero .image-hero-icon {
		background-image: url("/br/support/products/shared/images/applecare_plus_icon__cqfj0er7b3o2_medium_2x.png");
	}
}
@media only screen and (max-width: 735px) {
	.section-hero .image-hero-icon {
		background-image: url("/br/support/products/shared/images/applecare_plus_icon__cqfj0er7b3o2_small.png");
	}
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 735px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 735px) and (min-resolution: 144dpi) {
	.section-hero .image-hero-icon {
		background-image: url("/br/support/products/shared/images/applecare_plus_icon__cqfj0er7b3o2_small_2x.png");
	}
}

/*local overrides*/
#ac-localnav .ac-ln-wrapper {
	min-height: unset;
}

@media only screen and (min-width: 360px) {
	br.x-small {
		display: none;
	}
}
@media only screen and (max-width: 359px) {
	#ac-localnav {
		height: 66px;
	}
}
@media only screen and (max-width: 359px) {
	#ac-localnav.medium-ac-ln-collapsible .ac-ln-menu-items {
		padding-top: 20px;
	}
}

.section-plans .applecare-plan .flex-row {
	justify-content: space-between;
}

/*screens*/
.image-hero-lockup {
	margin-top: 65px;
}

.section-how-to-buy .copy-section-2,
.section-how-to-buy .sub-headline {
	margin-top: 30px;
}

/* Column Pricing */

.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
	padding-left: 0px;
}

@media only screen and (max-width: 768px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		max-width: 35%;
	}
}

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

@media only screen and (max-width: 331px) {
	.section-plans .applecare-plan .flex-row .column-product-group {
		padding-right: 10px;
	}
}

/* Table fix */

.ax-table {
	margin-top: 0;
}
