/**
 * Mobile view fallback images for the homepage video.
 * Uses the WSU Spine definition of a mobile view - less than 990px.
 */
@media screen and (max-width: 989px) {
	.hero-video-wrapper {
		background-position: center;
		background-size: cover;
	}
	
	.five1 .hero-video-wrapper {
		background-image: url(https://s3.wp.wsu.edu/uploads/sites/880/2017/10/homepage-video-01.jpg);
	}
	
	.five2 .hero-video-wrapper {
		background-image: url(https://s3.wp.wsu.edu/uploads/sites/880/2017/10/homepage-video-02.jpg);
	}
	
	.five3 .hero-video-wrapper {
		background-image: url(https://s3.wp.wsu.edu/uploads/sites/880/2017/10/homepage-video-03.jpg);
	}
	
	.five4 .hero-video-wrapper {
		background-image: url(https://s3.wp.wsu.edu/uploads/sites/880/2017/10/homepage-video-04.jpg);
	}
	
	.five5 .hero-video-wrapper {
		background-image: url(https://s3.wp.wsu.edu/uploads/sites/880/2017/10/homepage-video-05.jpg);
	}
	
	/* This is admittedly not the greatest, as it leaves the video playing for devices which may not be mobile. */
	.hero-video-wrapper video {
		display: none;
	}
}

#foreground-text {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: white;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
	background: none;
	border: 1px solid;
	border-radius: 0;
	color: #a60f2d;
	margin-top: 1.5rem;
	padding: .75rem 2rem;
	text-transform: uppercase;
	transition: all .3s ease;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #a60f2d;
	color: #ffffff;
}

body #gform_wrapper_4 {
	border-style: solid;
	border-width: 1px;
	border-color: #717171;
	padding: 15px;
}

.gform_wrapper h3.gform_title {
	font-size: 1.75em !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	line-height: 1em !important;
	padding: 1em 0 .5em !important;
	color: #a60f2d !important;
}

/* Juicer feed embed */
juicer-feed h1.referral {
	display: none !important;
}

.juicer-feed h1.referral a {
	display: none !important;
}

/* countdown clock embed */
#name {
	display: block;
	margin: 0;
	font-family: Proxima Nova !important;
	font-weight: normal !important;
	font-size: 44px !important;