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






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




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
/* NAV FIX */
.section-nav ul {
	max-width: 700px;
}

@media only screen and (max-width: 734px) {
.section-nav ul {
	display: block;
	max-width: 87.5%;
}
}

@media only screen and (max-width: 734px) {
.section-nav .nav-item.nowrap {
	white-space: inherit;
}
}

@media only screen and (max-width: 734px) {
.section-nav ul .nav-item {
	margin-bottom: 1em;
	width: 100%;
}
}
@media only screen and (max-width: 734px) {
.section-nav ul .nav-item:last-of-type {
	margin-bottom: 0;
}
}


@media only screen and (max-width: 1068px) {
	.section-spotlight .card-bts-2021.card .card-headline {
		padding: 0px 45px;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .card-bts-2021.card .card-headline {
		padding: 0px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .column-image .image {
		background-size: auto 100%;
		height: 100%;
		min-height: 330px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .column-image .thumbnail {
		height: 100%;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .column-image .image {
		height: 290px;
		background-size: 500px 290px;
		min-height: 0px;
	}
}


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