/* Local overrides */

/* Hero section */

@media only screen and (min-width: 378px) and (max-width: 400px) {
	.section-intro .headline-cta {
		max-width: 330px;
	}
}

/* Pricing */
@media only screen and (min-width: 1069px) {
	.section-manifest .section-intro .price {
		max-width: 660px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-manifest .section-intro .price {
		max-width: 550px;
	}
}

/* mac-pro-global-avail section */

.section-manifest .section-intro .mac-pro-global-avail {
	margin-top: 36px;
}

@media only screen and (max-width: 1068px) {
	.section-manifest .section-intro .mac-pro-global-avail {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 734px) {
	.section-manifest .section-intro .mac-pro-global-avail {
		margin-top: 20px;
	}
}

/* section router items */
.router-item-business .router-item-copy {
	max-width: 550px;
}

/* "View the event" CTA */
.section-manifest .section-intro .event-link {
	display: block;
}

/* "Performance" CTA button for pop-up modal */
@media only screen and (max-width: 734px) {
	.modal-trigger-container .button,
	.modal-trigger-container .button.disabled {
		font-size: 13px;
	}
}

/* Pop-up Modal */
.modal-contents .features-container .stat:last-child {
	padding-top: 0.4em;
}

.modal-contents .features-container .stat:nth-child(3) {
	margin-top: 65px;
}

@media only screen and (max-width: 1068px) {
	.modal-contents .features-container .stat-value {
		font-size: 25px;
	}

	.modal-contents .features-container .stat:nth-child(3) {
		margin-top: 58px;
	}
}

@media only screen and (max-width: 734px) {
	.modal-contents .features-container .stat:last-child {
		padding-top: 0px;
		margin-top: 0px;
	}

	.modal-contents .features-container .stat:nth-child(3) {
		margin-top: 24px;
	}
}

/* Pro Apps Gallery */
@media only screen and (min-width: 1069px) {
	.section-pro-apps
		.section-gallery
		.pro-apps-gallery
		.tablist-wrapper
		.tabnav-items {
		margin: 0px 80px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-pro-apps
		.section-gallery
		.pro-apps-gallery
		.tablist-wrapper
		.tabnav-items {
		max-width: 617px;
	}
}

/* Touch ID */
.section-magic-accessories .magic-accessories-image {
	background-image: url(/cl/mac-pro/images/shared/router_accessories__bcw6jtll9sg2_large.jpg);
}

@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-magic-accessories .magic-accessories-image {
		background-image: url(/cl/mac-pro/images/shared/router_accessories__bcw6jtll9sg2_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.section-magic-accessories .magic-accessories-image {
		background-repeat: no-repeat;
		background-image: url(/cl/mac-pro/images/shared/router_accessories__bcw6jtll9sg2_medium.jpg);
	}
}

@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-magic-accessories .magic-accessories-image {
		background-image: url(/cl/mac-pro/images/shared/router_accessories__bcw6jtll9sg2_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-magic-accessories .magic-accessories-image {
		background-repeat: no-repeat;
		background-image: url(/cl/mac-pro/images/shared/router_accessories__bcw6jtll9sg2_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-magic-accessories .magic-accessories-image {
		background-image: url(/cl/mac-pro/images/shared/router_accessories__bcw6jtll9sg2_small_2x.jpg);
	}
}

/* Environment */
.section-routers .router-item-environment .accent-green:before {
	width: 183px;
	bottom: 0px;
	height: 58px;
	left: -10px;
}
@media only screen and (max-width: 1068px) {
	.section-routers .router-item-environment .accent-green:before {
		width: 174px;
		bottom: 0px;
		height: 48px;
		left: -8px;
	}
}
@media only screen and (max-width: 734px) {
	.section-routers .router-item-environment .accent-green:before {
		width: 174px;
		bottom: 0px;
		height: 39px;
		left: -4px;
	}
}

.section-routers .accent-green:before {
	width: 176px;
	height: 60px;
	background-size: 176px 60px;
	background-repeat: no-repeat;
	background-image: url(/cl/mac-pro/images/overview/routers/environment_highlight__e9lowmb3ghui_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-routers .accent-green:before {
		background-image: url(/cl/mac-pro/images/overview/routers/environment_highlight__e9lowmb3ghui_large_2x.png);
	}
}

@media only screen and (max-width: 1068px) {
	.section-routers .accent-green:before {
		width: 148px;
		height: 49px;
		background-size: 148px 49px;
		background-repeat: no-repeat;
		background-image: url(/cl/mac-pro/images/overview/routers/environment_highlight__e9lowmb3ghui_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-routers .accent-green:before {
		background-image: url(/cl/mac-pro/images/overview/routers/environment_highlight__e9lowmb3ghui_medium_2x.png);
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .accent-green:before {
		width: 114px;
		height: 40px;
		background-size: 114px 40px;
		background-repeat: no-repeat;
		background-image: url(/cl/mac-pro/images/overview/routers/environment_highlight__e9lowmb3ghui_small.png);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-routers .accent-green:before {
		background-image: url(/cl/mac-pro/images/overview/routers/environment_highlight__e9lowmb3ghui_small_2x.png);
	}
}

/* ribbon */
.ribbon {
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 90px;
	--ribbon-background-color: #ffffff;
}

.ribbon-wrapper {
	background-color: #fff;
}

.ribbon .will-change {
	will-change: transform;
}

html.js.no-reduced-motion .ribbon.ribbon-hide .ribbon-wrapper {
	color: #fff;
	background-color: #338dd4;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

html.js.no-reduced-motion.aow .ribbon.ribbon-hide .ribbon-wrapper {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

html.js.no-reduced-motion .ribbon.ribbon-hide .icon-wrapper,
html.js.no-reduced-motion .ribbon.ribbon-hide .icon-copy {
	color: #fff;
}

.ribbon + .section-content {
	padding-top: auto;
	margin-top: 46px;
}

@media only screen and (max-width: 1068px) {
	.ribbon + .section-content {
		padding-top: auto;
	}
}

@media only screen and (max-width: 735px) {
	.ribbon + .section-content {
		padding-top: 66px;
	}
}

@media only screen and (max-width: 1068px) {
	.ribbon + .section-content {
		margin-top: 46px;
	}
}

@media only screen and (max-width: 735px) {
	.ribbon + .section-content {
		margin-top: auto;
	}
}

.section-hero {
	padding-top: 170px;
}

@media only screen and (max-width: 1068px) {
	.section-hero {
		padding-top: 179px;
	}
}

@media only screen and (max-width: 845px) {
	.section-hero {
		padding-top: 10px;
	}

	.section-hero .hero-wrapper .hero-headline {
		padding-top: 33px;
	}
}

@media only screen and (max-width: 735px) {
	.section-hero {
		padding-top: 10px;
		margin-top: 90px;
	}

	.section-hero .hero-wrapper .hero-headline {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-wrapper {
		top: calc(112px + 14vh);
	}
}

@media only screen and (max-width: 734px) {
	html.ac-ls-visible .section-hero .hero-wrapper {
		top: calc(112px + 14vh + var(--r-localeswitcher-height));
	}
}

.section-hero .hero-overflow-container .hero-video-container {
	top: calc(324px + 14vh);
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-overflow-container .hero-video-container {
		top: calc(274px + 14vh);
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-overflow-container .hero-video-container {
		top: calc(158px + 14vh);
	}
}

.ac-ls-visible .ribbon {
	top: 166px;
}

@media only screen and (max-width: 833px) {
	.ac-ls-visible .ribbon {
		top: 231px;
	}
}

@media only screen and (max-width: 767px) {
	.ac-ls-visible .ribbon {
		top: 225px;
	}
}

@media only screen and (min-width: 446px) and (max-width: 734px) {
	.performance-stats .badge .badge-content .badge-caption:last-of-type {
		padding-right: 26px;
	}
}

.mac-pro-product-storage.product-storage {
	max-width: 12em;
}
