#homepage-hero {
	background-color: #24153b;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	max-height: 520px;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	display: block !important
}

@media (min-width: 768px) {
html.desktop #homepage-hero.video {
	background-image: none
}
#homepage-hero.video-loaded #video-hero-wrapper {
	opacity: 1
}
}
#homepage-hero:after {
	content: '';
	display: block;
	height: 0;
	z-index: 5;
	padding-top: 0
}

@media (min-width: 414px) {
#homepage-hero {
	padding-bottom: 50%
}
}

@media (min-height: 901px) and (min-width: 768px) {
#homepage-hero:after {
	padding-top: 35.9375%
}
}

@media (max-height: 900px) and (min-width: 768px) {
#homepage-hero:after {
	padding-top: 25%
}
}

@media (max-height: 736px) and (min-width: 768px) {
#homepage-hero:after {
	padding-top: 25%
}
}
#homepage-hero #video-hero-wrapper {
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top
}
#homepage-hero.static-photo {
	max-height: 300px
}

@media (min-width: 768px) {
#homepage-hero {
	padding-bottom: 0
}
#homepage-hero #video-hero-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	opacity: 0;
	transition: 1s linear opacity
}
#homepage-hero #video-hero-wrapper VIDEO {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0
}
}
#hero-message {
	bottom: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: absolute;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%)
}
.homepage-tagline {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	max-width: 1170px;
	margin: auto
}
.homepage-tagline>p {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	flex: 1 1 100%;
	text-align: left;
	padding: 1rem 0 0 0;
	font-size: 1.5rem;
	line-height: 1em;
	text-shadow: 0 0 5px black
}

@media (min-width: 768px) {
.homepage-tagline {
	flex-wrap: wrap
}
.homepage-tagline>p {
	flex: 1 1 auto;
	padding: 0;
	font-size: calc(0.5vw + 1rem);
	text-align: center
}
}
.home p.intro:last-of-type {
	padding-bottom: 0
}

@media (min-width: 768px) and (max-width: 992px) {
.short-item.short-item-small header, .short-item-small.short-item-alt header {
	font-size: .875rem
}
}
.spotlight-item {
	padding: 1rem;
	margin: 0 12px;
	overflow: hidden
}
.spotlight-item>header {
	color: white;
	margin: -1rem -1rem 1rem -1rem;
	padding: 0.5rem 1rem;
	font-family: "Tungsten", Impact, sans-serif;
	font-size: 1.875rem;
	font-weight: normal;
	line-height: 1em
}
.spotlight-item p:last-of-type {
	padding-bottom: 0
}
.spotlight-item.bg-red {
	background-color: #f4d5be
}
.spotlight-item.bg-red>header {
	background-color: #e74645
}
.spotlight-item.bg-purple {
	background-color: #3b2360
}
.spotlight-item.bg-purple>header {
	background-color: #6a4c92
}
.spotlight-item.bg-purple p {
	color: white
}
.spotlight-item.bg-gray {
	background-color: #dfebf1
}
.spotlight-item.bg-gray>header {
	background-color: #7c7b7c
}
.spotlight-item.bg-brown {
	background-color: #d38b59
}
.spotlight-item.bg-brown>header {
	background-color: #974f25
}
.spotlight-item.bg-green {
	background-color: #c5e4ce
}
.spotlight-item.bg-green>header {
	background-color: #00854f
}
.spotlight-item.bg-blue {
	background-color: #aadff1
}
.spotlight-item.bg-blue>header {
	background-color: #1e5989
}

.spotlight-item.bg-silver>header {
	background-color: #7eabc1
}

@media (min-width: 992px) {
.spotlight-item {
	margin-bottom: 2rem;
	margin-top: -0.5rem
}
}
.spotlight-image {
	border-radius: 50%;
	float: right;
	width: 100px;
	height: auto;
	margin: 0 0 1rem 1rem
}
.fact-randomizer svg {
	width: 300px
}

@media (min-width: 768px) {
.fact-randomizer svg {
	width: 100%
}
}
.fact-randomizer p {
	padding: 0
}

@media (min-width: 768px) {
.fact-randomizer p {
	margin-left: 110px
}
}
.fact-num {
	width: 100px;
	height: 100px;
	background-color: #6a4c92;
	float: right;
	position: relative;
	border-radius: 50%;
	margin: 0 0 0 10px
}
.fact-num span {
	display: block;
	color: white;
	font-size: 60px;
	font-weight: bold;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width: 768px) {
.fact-num {
	float: left;
	margin: 0 10px 0 0
}
}
