#technologies .link-technologies,
#documentation .link-documentation,
#submit .link-submit {
	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) {
	.col-50.divider-left {
		border-left:none;
	}

	.router .text-center {
		text-align: center;
	}

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

}

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

.title {
	font-weight: 500;
}

.eyebrow {
	display: block;
	font-size: 28px;
	line-height: 1.14286;
	font-weight: 300;
	letter-spacing: 0em;
	margin-bottom: 18px;
	color: #888;
}

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

/* Typography */
.header-intro {
	max-width: 650px;
}

.copy-wrapper {
	max-width: 750px;
	margin: 0 auto;
}


p {
	max-width: 650px;
}

@media only screen and (max-width: 767px) {
	p {
		max-width: none;
	}
}

span.more,
a.more {
	padding-right: 12px;
	white-space: normal;
}

.inline-headline {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 700;
	display: inline;
}

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

.inline-headline + p + * {
	margin-top: 1em;
}

@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)
	}
}

.tvos-apps {
	background-image:url('/tvos/images/tvos-apps.jpg');
	background-size:625px 362px;
	width:625px;
	height:362px;
}

#tvos-apps-caption {
	padding-top:2.7em;
}

#tvos-apps-templates-caption {
	padding-top:5em;
}


.tvos-apps-templates {
	background-image:url('/tvos/images/tvos-apps-templates.jpg');
	background-size:625px 362px;
	width:625px;
	height:362px;
}

.section-tvos-ten {
	background-color: #f3f3f3;
}

.hero-tvos-ten {
	display:block;
	width: 937px;
	height: 450px;
	margin-left: 2em;
	background-size: 937px 450px;
	background-repeat: no-repeat;
	background-image: url('/tvos/images/automatic_downloads_large.jpg');
}

@media only screen and (max-width:1023px) {
	.section-tvos-ten h2 {
		font-size: 42px;
	}
	.section-tvos-ten p {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media only screen and (max-width:767px) {
	.hero-tvos-ten  {
		border-top: 1px solid #ccc;
		margin-left: -2em;
		background-position:2em 0;
	}

	.grid,
	[class*='col-'] {
		padding-left: 0;
		padding-right: 0;
	}

	.row {
		margin: 0;
	}


	.row  {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

}


.nextrouter {
	position: relative;
	z-index: 1;
	background-color: #fafafa;
  height: 348px;
}

a.block {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

a.block:before,
a.block:after {
	content: ' ';
	display: table;
}

.nextrouter-content {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.nextrouter-copy {
	position: relative;
	min-height: 2px;
	padding: 93px 0 93px 0;
	z-index: 2;
	float: left;
	width: 50%;
}

.nextrouter-sentence {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 300;
	letter-spacing: -0.008em;
	margin-bottom: 0.22em;
	padding-right: 14px;
}

.nextrouter-label {
	font-size: 24px;
	line-height: 1.16667;
	font-weight: 300;
	letter-spacing: normal;
	color: #999999;
	display: block;
	margin-bottom: 0.4em;
}

.nextrouter-link {
	color: #0088cc;
	margin-bottom: 0;
	padding-right: 14px;
}

.nextrouter-content:hover .nextrouter-link {
	text-decoration: underline;
}

.nextrouter-image {
	position: relative;
	z-index: 1;
	min-height: 2px;
	padding: 0;
	float: left;
	width: 50%;
}

.image-nextrouter {
	background-image: url('/tvos/images/techtalk-tile.jpg');
	background-repeat: no-repeat;
	background-size: auto 348px;
	background-position:center center;
	height: 348px;
}

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

	.tvos-apps {
		background-image:url('/tvos/images/tvos-apps-medium.jpg');
		background-size:480px 278px;
		width:480px;
		height:278px;
		margin-top:3em;
	}

	.tvos-apps-templates {
		background-image:url('/tvos/images/tvos-apps-templates-medium.jpg');
		background-size:480px 278px;
		width:480px;
		height:278px;
	}

	#tvos-apps-caption {
		padding-top:0.5em;
	}

	#tvos-apps-templates-caption {
		padding-top:0.5em;
	}

	.nextrouter {
	  height: 280px;
	}

	.nextrouter-content {
		width: 692px;
	}

	.nextrouter-copy {
		padding: 75px 0 71px 0;
	}

	.nextrouter-sentence {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 300;
		letter-spacing: 0em;
	}

	.nextrouter-label {
		font-size: 20px;
		line-height: 1.2;
		font-weight: 300;
		letter-spacing: normal;
	}

	.image-nextrouter {
		background-size: auto 280px;
		height: 280px;
	}

}


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

	.center {
		margin-left: auto;
		margin-right: auto;
	}

	.tvos-apps {
		background-image:url('/tvos/images/tvos-apps-small.jpg');
		background-size: 300px 174px;
		width: 300px;
		height:174px;
		margin-top:1.5em;
	}

	.tvos-apps-templates {
		background-image:url('/tvos/images/tvos-apps-templates-small.jpg');
		background-size: 300px 174px;
		width: 300px;
		height:174px;
		margin-top:1.5em;
	}

	#tvos-apps-caption {
		padding-top:1em;
	}

	#tvos-apps-templates-caption {
		padding-top:0;
	}

	.nextrouter {
		padding-top: 2em;
	  height: auto;
	}

	.nextrouter-content {
		width: 100%;
		max-width: 400px;
	}

	.nextrouter-copy {
		padding: 0px 22px 37px 22px;
		width:100%;
	}

	.nextrouter-sentence {
		margin-bottom: 0.06em;
		font-size: 28px;
		line-height: 1.14286;
		font-weight: 300;
		letter-spacing: 0em;
	}

	.nextrouter-label {
		font-size: 20px;
		line-height: 1.2;
		font-weight: 300;
		letter-spacing: normal;
	}

 .nextrouter-image {
	 width: 100%;
 }

	.image-nextrouter {
		height: 258px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-size: auto 258px;
	}

}
