/*Local Overrides*/

/*local nav*/
@media screen and (min-width: 768px) {
	#ac-localnav .ac-ln-menu-item {
		margin-left: 19px;
	}
}

/* hero */
@media only screen and (max-width: 734px) {
	.typography-overview-hero-headline {
		font-size: 45px;
	}
}

/* app tracking transparency */
@media (prefers-reduced-motion: no-preference) {
	.main .gallery-item-app-tracking .fontstroke svg {
		width: 101%;
	}
}

/* section app videos */
@media only screen and (max-width: 734px) {
	.section-app-videos .section-content {
		width: 86.5%;
	}
}

/* section latest */
@media screen and (min-width: 1069px) {
	.main .section-latest .section-headline {
		max-width: 700px;
	}
}

/* routers section */
@media screen and (min-width: 1069px) {
	.main .section-router .router-headline {
		max-width: 10em;
	}
}

/*Local images*/
.main .section-router .router-image {
	width: 335px;
	height: 92px;
	background-size: 335px 92px;
	background-repeat: no-repeat;
	background-image: url("/cl/privacy/images/overview/learn_more__djuwynxw3quu_large.png");
}
@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) {
	.main .section-router .router-image {
		background-image: url("/cl/privacy/images/overview/learn_more__djuwynxw3quu_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.main .section-router .router-image {
		width: 254px;
		height: 61px;
		background-size: 254px 61px;
		background-repeat: no-repeat;
		background-image: url("/cl/privacy/images/overview/learn_more__djuwynxw3quu_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) {
	.main .section-router .router-image {
		background-image: url("/cl/privacy/images/overview/learn_more__djuwynxw3quu_medium_2x.png");
	}
}
@media only screen and (max-width: 734px) {
	.main .section-router .router-image {
		width: 214px;
		height: 57px;
		background-size: 214px 57px;
		background-repeat: no-repeat;
		background-image: url("/cl/privacy/images/overview/learn_more__djuwynxw3quu_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) {
	.main .section-router .router-image {
		background-image: url("/cl/privacy/images/overview/learn_more__djuwynxw3quu_small_2x.png");
	}
}
