/* Local Overrides */

/* Hero Section */

@media only screen and (max-width: 1068px) {
	.section-hero .hero-top .hero-app-content {
		margin-top: 90px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-top .hero-app-content {
		margin-top: 100px;
	}
}

/* Personalized Section */
.custom_hidesection {
	display: none;
}

@media only screen and (width: 366px) {
	.section-tiles .tile-content .tile-siri .tile-copy {
		margin-top: 15px;
	}
}

/* Siri */
.section-tiles .tile-siri .tile-copy {
	margin-left: auto;
	margin-right: auto;
	max-width: 330px;
	padding-top: 53px;
}
@media only screen and (max-width: 1068px) {
	.section-tiles .tile-siri .tile-copy {
		padding-top: 0px;
	}
}
@media only screen and (max-width: 734px) {
	.section-tiles .tile-siri .tile-copy {
		max-width: none;
		margin-bottom: 94px;
	}
}
@media only screen and (max-width: 368px) {
	.section-tiles .tile-siri .tile-copy {
		margin-bottom: 60px;
		padding-top: 30px;
	}
}

/* Ribbon */

.ribbon .ribbon-content-wrapper {
	background-color: white;
}
.ribbon .ribbon-content-wrapper {
	padding-top: 0.9411764706em;
	padding-bottom: 0.9411764706em;
}
.ribbon-content-wrapper {
	text-align: center;
}

.section-hero .ribbon {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
}
.ribbon .ribbon-content {
	font-size: 14px;
	line-height: 1.4285914286;
	font-weight: 400;
	letter-spacing: -0.016em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.ribbon-content {
	width: 90%;
}
.ribbon-content {
	margin-left: auto;
	margin-right: auto;
}
