/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.caption-tile .card-footnote-content.avail-disclaimer {
	padding-left: 0;
	padding-right: 0;
}

.avail-disclaimer {
	display: block !important;
	color: #6e6e73;
	font-family: "SF Pro Text", sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 14px;
}

.disclaimer-media-card {
	display: block !important;
	color: var(--media-card-headline-color);
	font-family: "SF Pro Text", sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-top: 8px;
}

@media only screen and (min-width: 735px) {
	.disclaimer-media-card {
		font-family: "SF Pro Text", sans-serif;
		font-size: 14px;
		line-height: 17px;
		padding-top: 12px;
	}
}

@media only screen and (min-width: 1024px) {
	.disclaimer-media-card {
		font-family: "SF Pro Display", sans-serif;
		font-size: 19px;
		line-height: 23px;
		padding-top: 14px;
	}
}

@media only screen and (max-width: 734px) {
	.media-gallery-item-4 .caption-animation-container {
		--caption-offset: 0px;
	}
}

.section-welcome .shared-welcome-hero-endframe {
	margin-top: 40px;
}

@media only screen and (max-width: 734px) {
	.section-welcome .shared-welcome-hero-endframe {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 399px) {
	.section-welcome .shared-welcome-hero-endframe {
		margin-top: 24px;
	}
}

.vision-col {
	display: none;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
