/* Local Overrides */

/* sep-9-tile */
@media only screen and (min-width: 735px) {
	.section-recent-events
		.recent-events-gallery
		.item-container
		.gallery-item {
		height: 495px;
	}
}
@media only screen and (max-width: 734px) {
	.section-recent-events
		.recent-events-gallery
		.item-container
		.gallery-item {
		height: 515px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .message-live,
	.section-hero .message-pending {
		max-width: 350px;
	}
}

/* hero */

@media only screen and (max-width: 734px) {
	.section-hero .hero-copy-announce {
		max-width: 287px;
	}
}

/* cta hero button */
@media only screen and (max-width: 734px) {
	.cta-links-launch a {
		text-wrap: wrap;
		max-width: 136px;
	}
	.section-hero .cta-links-launch {
		margin-top: 0.8em;
	}
}

/* disclaimer section announced */
.section-announced .custom_disclaimer {
	color: #ffffff;
	opacity: 56%;
	margin-top: 16px;
}

/* cards section announced */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-announced .announced-item-child-safety .copy-container,
	.section-announced .announced-item-siri .copy-container {
		width: 53%;
		padding-right: 0px;
	}

	.section-announced .announced-item-siri img {
		margin-top: 48px;
	}
}
