.hero video {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.hero .video-filter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: black;
	opacity: 0.3;
}

.hero .accent-band {
	opacity: 0.9 !important;
}

.utility-nav ul li a:hover {
	color: white !important;
	text-decoration: underline;
}

footer .credit {
	color: white !important;
}

.concert-hero .hero-content .details {
	color: var(--secondarycolor);
}

.sponsortiers-section {
	background-color: var(--sigcolor);
}

.sponsortiers-container {
	padding-top: 30px;
}

.sponsor-tiers {
	position: relative;
	color: white;
}

.sponsor-tiers h2 {
	margin-bottom: 30px;
}

.sponsor-tiers .tier {
	position: relative;
	margin-bottom: 30px;
}

.sponsor-tiers .tier-title {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 15px;
}

.sponsor-tiers h4 {
	font-size: 1.083rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1em;
}

.sponsor-tiers .extender {
	height: 2px;
	background-color: white;
	flex-grow: 2;
	margin-left: 10px;
	transition-property: all;
	transition-duration: 1.3s;
	transition-delay: 0;
	transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
	-webkit-backface-visiblity: hidden;
	transform: scaleX(0);
	transform-origin: left;
}

.sponsor-tiers .extender.waypoint-active {
	transform: scaleX(1);
}

.sponsor-tiers .tier ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.sponsor-tiers .tier li {
	display: inline-block;
	margin-bottom: 1em;
	margin-right: 1.3em;

}

.sponsor-tiers .tier a {
	opacity: 0.9;
}

.sponsor-tiers .tier a:hover {
	opacity: 1;
}

.sponsor-tiers .tier.large-tier img {
	height: 80px;
}

.sponsor-tiers .tier.medium-tier img {
	height: 60px;
}

.sponsor-tiers .tier.small-tier img {
	height: 40px;
}