/* -------------------------[ HUBSPOT default ]-------------------------- */
.hs-form-field { 
	font-size: 14px;
	margin-top: 5px;
	text-align:left;
}
.hs-input, input[type="text"] {
	background: #fff;
	width: 100%;
	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;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	height: 50px;
	margin: 15px 0;
	text-align: center;
	padding:0 25px;
}
.hs-error-msgs { 
	color:#ff6c2f; 
}
.hs-form label{ 
	font-weight: normal;
	margin-bottom:0;
	color:#7B7B7B;
}
