  html {
	scroll-behavior: smooth;
}
/* don't show these items */
.main-navigation--wrapper .main-navigation__apply-now, /* apply now top */
.main-navigation--wrapper .main-navigation__donate, /* donate top */
div.fau-share__wrapper /* social media share links */,
div.addthis_sharing_toolbox {
	 display: none;
}
body > div.outer-wrapper > div.inner-wrapper > main > div > section:nth-child(2) {
	margin-top: 0;
}
.header-slider__slide,
.header-slider__img {
	max-height: 800px;
}
.header-slider__content {
	bottom: 20%;
	padding: 30px;
	background-color: rgba(0,0,0,.5);
}
.header-slider__content .title {
	margin-bottom: 0;
}
#thetop > ul:nth-child(1) {
	width: 10%;
	
}
div.header-slider__content__desc {
	font-size: 18px;
}
.fau-breadcrumb {
	display: inline-block;
	font-size: 16px;
	text-align: left;
}
.fau-breadcrumb {
	width: 100%;
	display: block;
}
ul.fau-breadcrumb.align--center {
	text-align: left;
	clear: both;
	display: block;
}
.fau-breadcrumb.right {
	float: left;
	
}

.fau-breadcrumb>li+li:before {
	content: " "
}
div#accordion-mag .accordion-content ul {
	margin-bottom: 1em;
}
div#accordion-mag .accordion-content ul li {
	width: 500%;
}
.icon-fau.icon-burger {
	font-size: 32px;
	vertical-align: top;
}
div.slider-arrows {
	position: absolute;
	width: 100%;
	top: 45%;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	margin: auto;
	padding: 1%;
}

div.slider-arrows a div.right-arrow,
div.slider-arrows a div.left-arrow,
div.slider-arrows a div.down-arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 100;
	opacity: 60%;
}
div.slider-arrows a div.right-arrow {
	top: 0%;
	right: 2%;
	background: url(/brain/masterminds/2022/images/right-arrow.png);
	background-size: cover;
	background-repeat: no-repeat;
}
div.slider-arrows a div.left-arrow {
	top: 0%;
	left: 2%;
	background: url(/brain/masterminds/2022/images/left-arrow.png);
	background-size: cover;
	background-repeat: no-repeat;
}
div.slider-arrows a div.down-arrow {
	bottom: 0;
	left: 42%;
	background: url(/brain/masterminds/2022/images/down-arrow.png);
	background-size: cover;
	background-repeat: no-repeat;
}
section {
	width: 100%;
}
section.subheader h3 {
	text-align: center;
	font-size: 28px;
}
hr {
	border-top: 1px solid #000;
	margin-top: 40px;
}
h4.quote {
	color: #036;
	font-size: 200%;
	line-height: 1.5em;
}
h4.quote p {
	font-size: 16px;
}
.byline {
	font-size: 16px;
}
div.para-1 {
	padding-top: 1em;
}
.para-1 p::first-letter {
	font-size: 200%;
}
.para-1 p {
	line-height: 1.25em;
}	
section p, 
section ul {
	font-size: 16px;
}
span.bug {
	background-image: url("/brain/masterminds/2022/images/brain-bug.png");
	background-repeat: no-repeat;
	background-size: 60%;
}
div.left-col {
	width: 100%;
	padding-right: 1em;
	padding-left: 1em;
}
div.right-col {
	width: 100%;
	padding-left: 1em;
	padding-right: 1em;
}
.sidebar {
	padding: 2em;
	overflow: hidden;
}
figure {
	width: 100%;
}
figcaption {
	margin-top: 1em;
}
@media screen and (min-width: 768px) {
	div.slider-arrows a div.down-arrow {
		left: 46%;
	}
	.header-slider__content {
		bottom: 16%;
	}
	span.icon-fau.icon-burger {
		vertical-align: bottom;
	}
	.fau-breadcrumb {
		display: inline-block;
		font-size: 16px;
		width: 70%;
		text-align: left;
	}
	.fau-breadcrumb.right {
		float: right;
		text-align: right;
	}
	blockquote {
		clear: none;
		margin: 0;
	}
	div#accordion-mag .accordion-content ul li {
	width: 100%;
}
	ul.fau-breadcrumb.align--center {
		width: 60%;
		display: inline-block;
	}
	ul.fau-breadcrumb.right {
		float: right;
		text-align: right;
		display: inline-block;
		width: 15%;
	}

}
@media screen and (min-width: 1024px) {
	div.left-col {
		width: 50%;
		display: table-cell;
		vertical-align: top;
		padding-right: 3em;
		padding-left: 0;
	}
	div.right-col {
		width: 50%;
		display: table-cell;
		vertical-align: top;
		padding-left: 3em;
		padding-right: 0;
	}
	section.subheader h3 {
	text-align: center;
	font-size: 36px;
}
	
}
@media screen and (min-width: 1400px) {

	div.slider-arrows a div.down-arrow {
		left: 48%;
	}
	#thetop > ul:nth-child(1) {
		width: 10%;
	}
	ul.fau-breadcrumb.align--center {
		width: 78%;
		text-align: center;
	}
	.icon-fau.icon-burger {
		vertical-align: bottom;
	}
	ul.fau-breadcrumb.right {
			width: 5%;
			margin-top: .5em;
	}
}
@media screen and (min-width: 1920px) {
	.header-slider__content {
		bottom: 16%;
	}
	div.slider-arrows a div.down-arrow {
		left: 49%;
	}
}