  .content-hero {
	overflow: hidden;
	text-shadow: 0 0 5px rgba(0,0,0,0.75);
	min-height: auto;
	background-size: cover;
	background-color:#4b2c73;
	background-position: center center !important;
}
.content-hero>.container {
	position: relative;
	z-index: 100
}
.content-hero header {
	display: none
}
.content-hero h1.congrats {
	color: white;
	margin-bottom:0.5em;
}
.content-hero h1.congrats span {
	color: #ffc222
}
.content-hero h2 {
	margin-bottom: 2rem
}
.content-hero p.fine-print {color:white;}
.content-hero p:last-of-type {
	padding: 0
}
.content-hero .overlay-low {
	/*background: rgba(59,35,96,0.6)*/
}

@media (min-width: 768px) {
.content-hero {
	background-position: center 10%;
	padding: 10vh 0
}
.content-hero .overlay-low {
	/*background-image: linear-gradient(to right, rgba(59,35,96,0.75) 40%, transparent 65%)*/
}
}
.content-hero.animation-on .step-1 {
	-webkit-animation: fade-reveal 1s ease-out;
	animation: fade-reveal 1s ease-out;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
.content-hero.animation-on .step-2 {
	-webkit-animation: fade-reveal 1s ease-out 1s;
	animation: fade-reveal 1s ease-out 1s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
.content-hero.animation-on .step-3 {
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}

@media (min-width: 768px) {
.content-hero.animation-on .step-1 {
	-webkit-animation: slide-reveal 1s ease-out;
	animation: slide-reveal 1s ease-out;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
.content-hero.animation-on .step-2 {
	-webkit-animation: slide-reveal 1s ease-out 1s;
	animation: slide-reveal 1s ease-out 1s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
.content-hero.animation-on .step-3 {
	-webkit-animation: fade-reveal 1s ease-out 2s;
	animation: fade-reveal 1s ease-out 2s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
}
#content-hero-video {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	top: 0
}
.breadcrumb-row {
	display: none
}
NAV.sidenav {
	margin-top: 2rem
}
@-webkit-keyframes fade-reveal {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fade-reveal {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes slide-reveal {
0% {
opacity:0;
-webkit-transform:translateX(-20%);
transform:translateX(-20%)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes slide-reveal {
0% {
opacity:0;
-webkit-transform:translateX(-20%);
transform:translateX(-20%)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
