#ide .link-ide,
#interface-builder .link-interface-builder,
#features .link-features,
#documentation .link-documentation{
	color: rgba(51, 51, 51, 0.6);
	pointer-events: none;
}

#download .ac-ln-actions {
	display: none;
}

.router-wrapper {
	background-color: #fafafa;
}

.router h4 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.router:hover h4 {
  color: #08c;
}

@media only screen and (max-width: 767px) {
	.router .text-center {
		text-align: center;
	}

	.router .router-copy h4 small {
		display: block;
	}

}

.header-hero-headline {
	margin-top: 0;
}

.hero .violator {
	margin-bottom: 24px;
}

.title {
	font-weight: 500;
}

.intro {
	max-width: 750px;
}

p {
	max-width: 650px;
}

.inline-headline {
	font-size: 16px;
	line-height: 1.23349;
	font-weight: 700;
	letter-spacing: 0em;
	display: inline;
}

.inline-headline + p {
	display: block;
}

.inline-headline + p + * {
	margin-top: 2em;
	display:block;
}

@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
	/* Blur Navigation Bar */
	#ac-localnav.ac-localnav-scrim .ac-ln-background {
		background-color: rgba(255, 255, 255, 0.65);
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px)
	}
}


/* Layout */

.hero {
	padding-bottom: 5em;
	overflow: hidden;
}

.section-interface-builder {
	background-color: #f2f2f2;
	padding: 3em 0 0;
	position: relative;
	overflow:hidden;
	min-height:auto;
}

.section-editor-extensions {
	padding: 3em 0;
}

.section-editor-extensions li {
	padding-bottom: 0.25em;
}

.section-swift {
	background-color: #fafafa;
	padding: 3em 0;
}

.copy-wrapper-sidebar {
	color: #888;
	border-top: 1px solid #E6E6E6;
	margin-top: 80px;
	padding: 16px;
}

.copy-wrapper-sidebar p,
.copy-wrapper-sidebar li {
	font-size: 14px;
	line-height: 1.3;
}

.section-runtime-issues,
.section-signing {
	padding: 3em 0;
}

/* Heroes */

.hero-xcode {
	display: block;
	background-repeat: no-repeat;
	background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-hero-large.png');
	background-size:1100px 648px;
	width:1100px;
	height:648px;
	position:relative;
	left: 50%;
	margin-left:-550px;
	margin-top: 48px;
}

@media only screen and (max-width:1023px) {
	.hero-xcode {
		width: 715px;
		height: 421px;
		background-size: 715px 421px;
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-hero-medium.png');
		margin-left:-357px;
	}
}

@media only screen and (max-width:767px) {
	.hero-xcode {
		width: 283px;
		height: 167px;
		background-size: 283px 167px;
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-hero-small.png');
		margin-left:auto;
		margin-right:auto;
		left:0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.hero-xcode {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-hero-large_2x.png');
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , only screen and (min-resolution: 1.5dppx) and (max-width: 1023px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , (min-resolution: 144dpi) and (max-width: 1023px) {
	.hero-xcode {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-hero-medium_2x.png');
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , only screen and (min-resolution: 1.5dppx) and (max-width: 767px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , (min-resolution: 144dpi) and (max-width: 767px) {
	.hero-xcode {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-hero-small_2x.png');
	}
}



.hero-interface-builder {
	display: block;
	background-repeat: no-repeat;
	background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-interface-builder-large.png');
	background-size:1100px 648px;
	width:1100px;
	height:648px;
	position:relative;
	left: 50%;
	margin-left:-550px;
	margin-top: -130px;
	-webkit-transform: translateY(125px);
	-moz-transform: translateY(125px);
	-o-transform: translateY(125px);
	transform: translateY(125px);
}

@media only screen and (max-width:1023px) {
	.hero-interface-builder {
		width: 715px;
		height: 421px;
		background-size: 715px 421px;
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-interface-builder-medium.png');
		margin-left:-357px;
		margin-top: -86px;
		-webkit-transform: translateY(82px);
		-moz-transform: translateY(82px);
		-o-transform: translateY(82px);
		transform: translateY(82px);
	}
}

@media only screen and (max-width:767px) {
	.hero-interface-builder {
		width: 283px;
		height: 167px;
		background-size: 283px 167px;
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-interface-builder-small.png');
		margin-left:auto;
		margin-right:auto;
		left:0;
		margin-top: -34px;
		-webkit-transform: translateY(34px);
		-moz-transform: translateY(34px);
		-o-transform: translateY(34px);
		transform: translateY(34px);
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.hero-interface-builder {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-interface-builder-large_2x.png');
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , only screen and (min-resolution: 1.5dppx) and (max-width: 1023px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , (min-resolution: 144dpi) and (max-width: 1023px) {
	.hero-interface-builder {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-interface-builder-medium_2x.png');
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , only screen and (min-resolution: 1.5dppx) and (max-width: 767px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , (min-resolution: 144dpi) and (max-width: 767px) {
	.hero-interface-builder {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-interface-builder-small_2x.png');
	}
}

.hero-view-debugger {
	display: block;
	background-repeat: no-repeat;
	background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-view-debugger-large.png');
	background-size:1100px 648px;
	width:1100px;
	height:648px;
	position:relative;
	left: 50%;
	margin-left:-550px;
}

@media only screen and (max-width:1023px) {
	.hero-view-debugger {
		width: 715px;
		height: 421px;
		background-size: 715px 421px;
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-view-debugger-medium.png');
		margin-left:-357px;
	}
}

@media only screen and (max-width:767px) {
	.hero-view-debugger {
		width: 283px;
		height: 167px;
		background-size: 283px 167px;
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-view-debugger-small.png');
		margin-left:auto;
		margin-right:auto;
		left:0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.hero-view-debugger {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-view-debugger-large_2x.png');
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , only screen and (min-resolution: 1.5dppx) and (max-width: 1023px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , (min-resolution: 144dpi) and (max-width: 1023px) {
	.hero-view-debugger {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-view-debugger-medium_2x.png');
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , only screen and (min-resolution: 1.5dppx) and (max-width: 767px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , (min-resolution: 144dpi) and (max-width: 767px) {
	.hero-view-debugger {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/images/xcode-view-debugger-small_2x.png');
	}
}

.icon-swift {
	display: block;
	background-repeat: no-repeat;
	background-image: url('/web/20161230174322oe_/https://developer.apple.com/assets/elements/icons/swift/swift-64x64.png');
	background-size:64px 64px;
	width:64px;
	height:64px;
	margin-bottom: 2em;
}

.icon-swift + h2 {
	margin-top: 0;
}

@media only screen and (max-width:1023px) {

}

@media only screen and (max-width:767px) {
	.grid{

		margin: 0 auto;
	}
}





.hero-ide {
	display: block;
	background-repeat: no-repeat;
	background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/ide/images/ide-large.png');
	background-size:1100px 643px;
	width:1100px;
	height:643px;
	position:relative;
	left: 50%;
	margin-left:-550px;
}

@media only screen and (max-width:1023px) {
	.hero-ide {
		width: 715px;
		height: 418px;
		background-size: 715px 418px;
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/ide/images/ide-medium.png');
		margin-left:-357px;
	}
}

@media only screen and (max-width:767px) {
	.hero-ide {
		width: 283px;
		height: 165px;
		background-size: 283px 165px;
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/ide/images/ide-small.png');
		margin-left:auto;
		margin-right:auto;
		left:0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.hero-ide {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/ide/images/ide-large_2x.png');
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , only screen and (min-resolution: 1.5dppx) and (max-width: 1023px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , (min-resolution: 144dpi) and (max-width: 1023px) {
	.hero-ide {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/ide/images/ide-medium_2x.png');
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , only screen and (min-resolution: 1.5dppx) and (max-width: 767px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , (min-resolution: 144dpi) and (max-width: 767px) {
	.hero-ide {
		background-image: url('/web/20161230174322oe_/https://developer.apple.com/xcode/ide/images/ide-small_2x.png');
	}
}
