#contact_overview {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	min-height: 650px;
	padding: 10px;
	background: rgba(153,153,153,1);
	background: -moz-linear-gradient(top, rgba(153,153,153,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(153,153,153,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(153,153,153,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(153,153,153,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(153,153,153,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(153,153,153,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff', GradientType=0 );	
}

.emailform_paragraph {
		margin: 0px 0px 10px !important;
}

#socialcontainer {
	text-align: center;
}

#thankyou_button:hover {
	background: #C5C5C5;
}

.social {
	margin: 5px;	
	padding: 0px
}

#email_link {
	text-decoration: none;
	color: #00004D;
}

#email_link:hover {
	color: #FFFFFF;
}


#email_link:active {
	color: #00004D;
}

#contact_content {
	position: absolute;
	margin: auto;
	top: 90px;
	padding-top: 30px;
	width: 100%;
	min-height: calc(100% - 90px);
}

#facebook_contact {
	height: 46px;
	width: 46px;
	background-image: url("img/facebook_contact.png");
}

#twitter_contact {
	height: 46px;
	width: 46px;
	background-image: url("img/twitter_contact.png");
}

#linkedin_contact {
	height: 46px;
	width: 46px;
	background-image: url("img/linkedin_contact.png");
}

#aboutus {

}

#contact {
	
}

#thankyou_content {
	position: absolute;
	margin: auto;
	top: 90px;
	padding-top: 30px;
	width: 100%;
	height: 100%;
	min-height: 500px;
}

#thankyou_text {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	top: 50%; 
	transform: translateY(-50%);
}

