@charset "utf-8";

/* Custom Form styles */
.hs-form label {
	font-size:18px;
	font-weight:normal;
	color:#333333;
}
.hs-form.stacked .actions {
    margin: 0 auto;
    padding-left: 0;
}
.hs-form .hs-input, .hs-form textarea.hs-input {
    background: #fefefe;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:  border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 0;
    font-size:14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #666666;
    display: inline-block;
    font-weight: normal;
    line-height: 23px;
    margin:5px 0;
}
.hs-form .hs-button {
    background:transparent;
    color:#333333;
    border:solid 2px #333;
    padding:5px 14px;
    font-size:18px;
    -webkit-appearance: none;
    margin-top:30px;
}
.hs-form .hs-button:hover {
    background:#333333;
    color:#ffffff;
    border:solid 2px #333333;
}
#hs_custom_form table, 
#hs_custom_form tr, 
#hs_custom_form tr td {
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	background:none;
	vertical-align:top;
}
#hs_custom_form tr td {
	padding: 6px 24px;
}
#hs_custom_form textarea{
	width:100%;
	height:100px;
}

.hs-ad {margin-bottom: 80px;margin-top: 0}

.hs-ad p {margin: 0;padding:0;}