.hero-image-container{
	position:relative;
	min-height:300px;
}

.hero-image-container #play-video{
	position:absolute;
	z-index:10;
	font-size:120px;
	line-height:120px;
	top:66.5%;
	margin-top:-120px;
	left:50%;
	margin-left:-60px;
	color: #808080;
	text-shadow:2px 2px 10px rgba(0,0,0,0.2);
	cursor:pointer;
	/* animation:pulse 1s infinite; */
}

.hero-image-container #play-video:hover{
	text-shadow:0 0 5px rgba(0,0,0,0.5);
}

@keyframes pulse{
	0% {
		text-shadow:0 0 5px rgba(0,0,0,0.5);
	}
	50%{
		text-shadow:0 0 10px rgba(0,0,0,0.2);
	}
	100% {
		text-shadow:0 0 5px rgba(0,0,0,0.5);
	}
}

@media(max-width:48rem){
	.hero-image-container{
		min-height:200px;
	}

	.hero-image-container #play-video{
		font-size:80px;
		line-height:80px;
		top:50%;
		margin-top: -80px;
		left:50%;
		margin-left: -40px;
	}
}

form .form-inner{
	max-width:500px;
	margin:0 auto;
}

form .form-inner a{
	text-decoration:underline;
}

form label{
	font-size:17px;
}

form input:not([type="checkbox"]), 
form p{
	margin-bottom:5px!important;
}	

form input[type="checkbox"]{
	display:inline;
	margin-bottom:0;
}	

form .checkbox-container label{
	display:inline;
}

form .bg-orange,
form .bg-orange:hover{
	background:#ed7d27;
}

#raven_signup_errors{
	margin-bottom:10px;
	line-height:1.7;
	border-radius:10px;
	color: red;
}

.trusted-by-section{
	margin: 40px 0 20px;
}

.trusted-by-section .medium-10{
	width:100%;
}

.trusted-by-section h2{
	margin-bottom:0;
	font-size:24px;
}

.reveal#popup-video{
	max-width:700px;
}

.reveal#popup-video .responsive-embed{
	margin-bottom:0;
}



