  html {
	scroll-behavior: smooth;
}
h1.title { /* used in carousel */
	color: #fff;
	background: var(--fau-blue);
	padding: 8px 12px;
	line-height: 1.89;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.fau-button.toc { /* this is used in the carousel */
	color: #fff;
	border: 2px solid #fff;
	margin-top: 30px;
}
.home-page-header-slider .header-slider__slide .header-slider__img.gradient-color-black:after { /* extend the gradient up a bit in the carousel */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.9));
}
span.fau-icon.left.white,
span.fau-icon.right.white{
	color: #fff;
	border: 2px solid #fff;
}
div.text-center.mb-6 div.h4 {
	margin-top: 20px;
}
span.bug, span.brain-bug, .bug {
	background-image: url("/brain/masterminds/2024/images/brain-bug.png");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center left;
	padding: 0 20px;
	margin: 0 5px;
}

.sidebar {
	padding: 2em;
	overflow: hidden;
}
figure {
	width: 100%;
}
figcaption {
	margin-top: 1em;
}


