/*local fixes*/

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

/*AIDTL*/
.main .aditl-card-copy-container {
	padding-right: 0;
}
.aditl-card {
	text-align: center;
}
.aditl-link {
	color: #2997ff !important;
}

/*Hero Section*/
.main .section-hero {
	padding-bottom: 190px;
}
@media only screen and (max-width: 1068px) {
	.main .section-hero {
		padding-bottom: 95px;
	}
}
@media only screen and (max-width: 330px) {
	.main .section-hero {
		padding-bottom: 75px;
	}
}
@media only screen and (max-width: 327px) {
	.main .section-hero {
		padding-bottom: 45px;
	}
}

/*News Section*/
.main .section-news .news-gradient {
	background-repeat-y: repeat;
}
@media only screen and (max-width: 1068px) {
	.main .section-news .news-gradient {
		height: 640px;
		background-size: 1068px 640px;
	}
}
@media only screen and (max-width: 734px) {
	.main .section-news .news-gradient {
		height: 650px;
		background-size: 735px 650px;
	}
}

@media only screen and (max-width: 1068px) {
	.main .section-news .gallery-item-article {
		height: 340px;
	}
	.gallery-item-app-review .gallery-item-image {
		background-position-y: -20px;
	}
}

.main .section-news .gallery-item-content {
	min-height: 90px;
}
@media only screen and (max-width: 1068px) {
	.main .section-news .gallery-item-content {
		min-height: 110px;
	}
}
@media only screen and (max-width: 734px) {
	.main .section-news .gallery-item-content {
		min-height: 100px;
	}
}

.section-news .typography-overview-news-headline {
	font-size: 16px;
}
@media only screen and (max-width: 1068px) {
	.section-news .typography-overview-news-headline {
		font-size: 15px;
	}
}
@media only screen and (max-width: 734px) {
	.section-news .typography-overview-news-headline {
		font-size: 14px;
	}
}

/* Gallery ICLOUD */
.main .section-news .gallery .gallery-item-icloud-plus .gallery-item-image {
	background-position-y: -13px;
	height: 173px;
}
@media only screen and (max-width: 1068px) {
	.main .section-news .gallery .gallery-item-icloud-plus .gallery-item-image {
		background-position-y: -10px;
	}
}
@media only screen and (max-width: 734px) {
	.main .section-news .gallery .gallery-item-icloud-plus .gallery-item-image {
		background-position-y: -6px;
	}
}

/* Gallery TRACKING */
.main .section-news .gallery .gallery-item-app-tracking .gallery-item-image {
	background-position-y: -14px;
	height: 173px;
}
@media only screen and (max-width: 1068px) {
	.main
		.section-news
		.gallery
		.gallery-item-app-tracking
		.gallery-item-image {
		background-position-y: -13px;
		height: 154px;
	}
}
@media only screen and (max-width: 734px) {
	.main
		.section-news
		.gallery
		.gallery-item-app-tracking
		.gallery-item-image {
		background-position-y: -8px;
		height: 169px;
	}
}
@media only screen and (max-width: 734px) {
	.main
		.section-news
		.gallery
		.gallery-item-app-tracking
		.typography-overview-news-headline {
		font-size: 15px;
	}
}

/* APP REVIEW */
.section-news .gallery .gallery-item-app-review .gallery-item-image {
	background-position-y: -13px;
}
@media only screen and (max-width: 1068px) {
	.section-news .gallery .gallery-item-app-review .gallery-item-image {
		background-position-y: -10px;
	}
}
@media only screen and (max-width: 734px) {
	.section-news .gallery .gallery-item-app-review .gallery-item-image {
		background-position-y: -6px;
	}
}

.main #safari .section-content {
	grid-template-rows: [margin-start media-start] 70px [headline-start copy-start] max-content [headline-end excerpt-start] auto [excerpt-end copy-end cta-start] max-content [cta-end] 64px [margin-end media-end];
}
@media only screen and (max-width: 1068px) {
	.main #safari .section-content {
		grid-template-rows: [margin-start media-start] 40px [headline-start copy-start] max-content [headline-end excerpt-start] auto [excerpt-end copy-end cta-start] max-content [cta-end] 40px [margin-end media-end];
	}
}

.main #photos .section-content {
	grid-template-rows: [margin-start media-start] 70px [headline-start copy-start] max-content [headline-end excerpt-start] auto [excerpt-end copy-end cta-start] max-content [cta-end] 64px [margin-end media-end];
}
@media only screen and (max-width: 1068px) {
	.main #photos .section-content {
		grid-template-rows: [margin-start media-start] 40px [headline-start copy-start] max-content [headline-end excerpt-start] auto [excerpt-end copy-end cta-start] max-content [cta-end] 40px [margin-end media-end];
	}
}

.main #messages .section-content {
	grid-template-rows: [margin-start media-start] 70px [headline-start copy-start] max-content [headline-end excerpt-start] auto [excerpt-end copy-end cta-start] max-content [cta-end] 64px [margin-end media-end];
}
@media only screen and (max-width: 1068px) {
	.main #messages .section-content {
		grid-template-rows: [margin-start media-start] 40px [headline-start copy-start] max-content [headline-end excerpt-start] auto [excerpt-end copy-end cta-start] max-content [cta-end] 40px [margin-end media-end];
	}
}

.main #app-store .feature-excerpt {
	max-width: 19em;
}
@media only screen and (max-width: 1068px) {
	.main #app-store .feature-excerpt {
		max-width: 19em;
	}
}
@media only screen and (max-width: 734px) {
	.main #app-store .feature-excerpt {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1068px) {
	#app-store .typography-overview-feature-headline {
		font-size: 28px;
	}
}

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

/* Local screens */
/* Router section */
.main .section-router .router-image {
	width: 335px;
	height: 92px;
	background-size: 335px 92px;
	background-repeat: no-repeat;
	background-image: url("/la/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("/la/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("/la/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("/la/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("/la/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("/la/privacy/images/overview/learn_more__djuwynxw3quu_small_2x.png");
	}
}
