/***** Hubspot form CSS *****/
.hbspt-form .form-columns-2,
.hbspt-form .form-columns-1{
	max-width: 103%;
	margin-left: -13px;
	margin-right: -13px;
	margin-bottom: 50px;
}
.hbspt-form .field {
	float: left;
	width: 50% !important;
	padding: 0 13px;
}
.hbspt-form .field label {
	float: left;
	padding-bottom: 15px;
}
.hbspt-form .form-columns-1 .field {
	width: 100% !important;
}
.hbspt-form .hs-input {
	display: inline-block;
	vertical-align: middle;
	width:  100% !important;
	height: 60px;
	padding: 15px 0 15px 20px;
	margin: 0;
	line-height: 30px;
	border: 2px solid #c2c2c2;
	background: url(../images/white-bg.png) repeat;
	color: #9c9c9c;
	font-size: 24px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
	font-family: 'Lato', sans-serif;
}

.hbspt-form textarea.hs-input {
	float: left;
	height: 380px;
	padding: 15px 0 0 20px;
	line-height: 30px;
	resize: none;
}
.hbspt-form .hs-input:focus {
	border-color: #666;
}

.hbspt-form .hs-form-required {
	color: #eb4247;
}
.hbspt-form .hs_submit .hs-button {
	height: 60px;
	padding: 16px 0;
	line-height: 26px;
	text-align: center;
	display: block;
	color: #fff;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	background: url(../images/blue-bg.png) repeat;
	font-family: 'Lato', sans-serif;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
	position: relative;
	font-size: 26px;
	float: right;
	width: 185px;
	margin-top: 0;
}
.hbspt-form .hs_submit .hs-button:hover {
	text-decoration: none;
	background: url(../images/dark-blue.png) repeat;
}

.hs-form fieldset.form-columns-2 .input,
.hs-form fieldset.form-columns-1 .input {
       margin-right:0 !important;
}

/*** Add new 11-24-2014 ***/
.hbspt-form2 .leftCol,
.hbspt-form2 .rightCol {
	float: left;
	width: 46%;
}
.hbspt-form2 .rightCol {
	float: right;
	width: 50%
}
.hbspt-form2 .form-columns-2, 
.hbspt-form2 .form-columns-1 {
	max-width: 105%;
}
.hbspt-form2 .leftCol .form-columns-1 {
	margin-bottom: 0;
}
.hbspt-form2 textarea.hs-input {
	height: 300px;
}


@media only screen and (max-width: 767px) {
	.hbspt-form textarea.hs-input {
		height: 250px;
	}
	.hbspt-form .form-columns-2,
	.hbspt-form .form-columns-1 {
		margin: 0;
		width: 100% !important;
		max-width: 100%;
	}
	.hbspt-form .field {
		width: 100% !important;
		padding: 0 0 25px;
	}
	
	/*** Add new 11-24-2014 ***/
	.hbspt-form2 .leftCol,
	.hbspt-form2 .rightCol{
		width: 100%;
	}
	.hbspt-form2 .leftCol {
		padding-bottom: 20px;
	}	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hbspt-form textarea.hs-input {
		height: 280px;
	}
	.hbspt-form .form-columns-2,
	.hbspt-form .form-columns-1 {
		margin-bottom: 30px;
	}

	/*** Add new 11-24-2014 ***/
	.hbspt-form2 .leftCol,
	.hbspt-form2 .rightCol{
		width: 100%;
	}
	.hbspt-form2 .leftCol {
		padding-bottom: 40px;
	}	
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.hbspt-form textarea.hs-input {
		height: 320px;
	}

	/*** Add new 11-24-2014 ***/
	.hbspt-form2 .leftCol,
	.hbspt-form2 .rightCol{
		width: 100%;
	}
	.hbspt-form2 .leftCol {
		padding-bottom: 50px;
	}	
}