/* Local Overrides */

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

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

/*sections - headlines*/
@media only screen and (min-width: 1069px) {
	.typography-subpage-article-headline {
		font-size: 65px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-subpage-article-headline {
		font-size: 46px;
	}
}

/* routers section */
.section-router .router-headline {
	max-width: 10em !important;
}

/* Local Screens */

/* Router section */
.page-subpage .section-router .router-image {
	width: 335px;
	height: 92px;
	background-size: 335px 92px;
	background-repeat: no-repeat;
	background-image: url("/br/privacy/images/shared/apple_products__cumvn0vng9oy_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) {
	.page-subpage .section-router .router-image {
		background-image: url("/br/privacy/images/shared/apple_products__cumvn0vng9oy_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.page-subpage .section-router .router-image {
		width: 254px;
		height: 61px;
		background-size: 254px 61px;
		background-repeat: no-repeat;
		background-image: url("/br/privacy/images/shared/apple_products__cumvn0vng9oy_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) {
	.page-subpage .section-router .router-image {
		background-image: url("/br/privacy/images/shared/apple_products__cumvn0vng9oy_medium_2x.png");
	}
}
@media only screen and (max-width: 734px) {
	.page-subpage .section-router .router-image {
		width: 214px;
		height: 57px;
		background-size: 214px 57px;
		background-repeat: no-repeat;
		background-image: url("/br/privacy/images/shared/apple_products__cumvn0vng9oy_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) {
	.page-subpage .section-router .router-image {
		background-image: url("/br/privacy/images/shared/apple_products__cumvn0vng9oy_small_2x.png");
	}
}
