/* Local Overrides */

/* localnav alt */
@media only screen and (min-width: 490px) and (max-width: 599px) {
	.os-localnav.tabnav .tabnav-items {
		justify-content: center;
	}
}

/* Compatibility */
@media only screen and (min-width: 1069px) {
	.compatibility-card .compatibility-headline {
		max-width: unset;
	}
}

/* Multitasking */
.section.section-multitasking
	.copy-section-header-headline.typography-copy-section-headline {
	max-width: 600px;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section.section-multitasking
		.copy-section-header-headline.typography-copy-section-headline {
		max-width: 530px;
	}
}

@media only screen and (max-width: 734px) {
	.section.section-multitasking
		.copy-section-header-headline.typography-copy-section-headline {
		max-width: unset;
	}
}

.section.section-multitasking .copy-section-header .copy-section-header-copy {
	max-width: 700px;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section.section-multitasking
		.copy-section-header
		.copy-section-header-copy {
		max-width: 600px;
	}
}

@media only screen and (max-width: 375px) {
	.section.section-multitasking
		.copy-section-header
		.copy-section-header-copy {
		max-width: 245px;
	}
}

/* Highlights */
#highlights-gallery-item-1 .caption-container.large-pin-center-left p {
	max-width: 410px;
}

#highlights-gallery-item-2 .caption-container.large-pin-bottom-center p {
	max-width: 610px;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	#highlights-gallery-item-2 .caption-container.large-pin-bottom-center p {
		max-width: 440px;
	}
}

/* Custom Disclaimer */
.custom_disclaimer {
	font-size: 16px;
	color: #ffffff;
	opacity: 56%;
}

@media (max-width: 735px) and (min-width: 426px) {
	.custom_disclaimer {
		font-size: 14px;
	}
}

@media (max-width: 425px) {
	.custom_disclaimer {
		font-size: 12px;
	}
}

/* Highlits Carousel Override */
@media (max-width: 350px) {
	#highlights-gallery-item-1 .typography-media-card-gallery-headline {
		margin: 0;
		width: 228px;
	}
}

@media (max-width: 350px) {
	#highlights-gallery-item-2 .typography-media-card-gallery-headline {
		margin: 0;
	}
}

@media (max-width: 350px) {
	#highlights-gallery-item-3 .typography-media-card-gallery-headline {
		margin: 0;
	}
}

@media (max-width: 350px) {
	#highlights-gallery-item-4 .typography-media-card-gallery-headline {
		margin: 0;
		width: 207px;
	}
}

@media (max-width: 350px) {
	#highlights-gallery-item-5 .typography-media-card-gallery-headline {
		margin: 0;
		width: 236px;
	}
}

@media (max-width: 350px) {
	#highlights-gallery-item-6 .typography-media-card-gallery-headline {
		margin: 0;
		margin-right: 4px;
	}
}

@media (max-width: 734px) {
	.section.section-welcome .inline-media-component-container {
		--media-width: 780px;
	}
}
