/*--------------------------[ Extras ]-------------------------------------*/
.extras_button {
	background: #7faad9 none repeat scroll 0% 0%;
	width: 140px;
 	display: block;
	height: 40px;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
	color: #ffffff;
	line-height: 2.5em;
	opacity: 0.8;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	position: relative;
	margin-top: 15px;
}
/* Double-color dashed line */ 
hr.hrdash { 
	border: 0; 
	border-bottom: 1px dashed #c0c0c0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.marginbottom_less { 
	margin-bottom: -40px;
}
.contact_top_bg{
	margin-top:-10px;
}
.contact_top{
	margin:0px auto;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%;
	border-radius: 15px;
	margin-top: 25px;
	padding-top:60px;
	padding-bottom:45px;
	width:80%;
	
}
.contact_top h1{
	font-size:55px;
    color: #507fb3;
    line-height: 25px;
    font-weight:300;
    margin-bottom:20px;
}
.contact_top h2{
	font-size:20px;
    color: #4c4e56;
    line-height: 25px;
}
.form_contact {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #f2f2f2;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin: 5px;
    font-size: 13px;
}
.form_contact h4{
	font-size:20px;
    color: #4c4e56;
    font-weight:600;
    text-align:center;
    margin-top:10px;
    margin-bottom:15px;
    line-height: 25px;
}
.contact_text_header h3{
	font-size:23px;
    color: #4c4e56;
    line-height: 1.2em;
}
.contact_text h4{
	font-size:20px;
    line-height: 1.2em;
}
.contact_text {
	padding-left: 10px;
}
.contact_thankyou h1{
	font-size:45px;
    color: #507fb3;
    line-height: 25px;
    font-weight:300;
    margin-bottom:20px;
}
.contact_thankyou h2{
	font-size:25px;
    color: #507fb3;
    line-height: 25px;
    font-weight:400;
    margin-bottom:20px;
}
.contact_thankyou{
	font-size:17px;
    color: #4c4e56;
    line-height: 19px;
    font-weight:300;
}
.form_contact_thankyou {
    display: inline-block;
    padding-top: 10px;
   	padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f2f2f2;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin: 5px;
    font-size: 13px;
}
.form_contact_thankyou h2{
	font-size:20px;
    color: #507fb3;
    font-weight:600;
    text-align:center;
    margin-top:10px;
    line-height: 25px;
}
.form_contact_thankyou h4{
	font-size:15px;
    color: #4c4e56;
    font-weight:300;
    text-align:center;
    line-height: 17px;
}


/* -------------------------[ HUBSPOT ApplicantPro default ]-------------------------- */

.hs-form-field { 
	font-size: 14px;
	margin-top: 10px;
}
.hs-input, input[type="text"] {
	background: #fff;
	width: 95%;
	color: #555;
	border-radius: 4px;
	font-size: 15px;
	height: 35px;
	border: 1px solid #d3d3d3;
	margin-bottom: 5px;
	padding-left:5px;
}
.hs-button {
	background-color: #99c221;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;border: 0px solid #18ab29;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	height: 50px;
	margin-top: 15px;
	margin-left: 0px; 
	width: 97%;
	text-align: center;
}
/* -------------------------[ HUBSPOT end ]-------------------------- */
.company-contactus-form {
    box-shadow: 0px 0px 2px #bbb;
    border-radius: 7px;
    background: white;
    text-align: left;
    display: block;
    margin: 0px auto;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.company-contactus-form h4{
	font-size:17px;
    color: #4c4e56;
    line-height: 19px;
    font-weight:500;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}
.company-contactus-form hr { 
	border: 0; 
	height: 0; 
	margin-bottom:10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}
.apro_form_contact {
    display: inline-block;
    padding: 10px 20px 20px;
    background-color: #f2f2f2;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin: 5px;
    font-size: 13px;
}
.top-minus-10{
	top: -10px;
}
@media screen and (max-width: 980px) {
	.navigation_features_whitebg{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.et_fixed_nav #logo{
		max-width: 225px;
	}
}

