/*General Rules*/
.hs-form .field, .hs-form {
    margin: 0;
}

.hs-form .clearfix, .hs-form .field, .hs-form .hs-form-field {
    margin: 0;
}

.hs-form.stacked .field {
    margin: 0;
}

.sub-form input[type="text"] {
    margin-bottom: 0;
}

.hs-form.stacked label {
    font-family: GothamRoundedBook, sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
}

.hs-form.stacked label span {
    font-family: GothamRoundedBook, sans-serif;
}

.hs-error-msgs, .hs-error-msgs ul li label {
    margin: 0 !important;
    padding: 0 !important;
}

.hs-form.stacked label {
    color: #fff;
}

.hs-form .hs-input, .hs-form textarea.hs-input, .sub-form input[type="text"] {
    width: 100%;
    padding: 5px 0;
    text-indent: 5px;
}

.hs-form.stacked .inputs-list > li label:not(:last-child) {
    margin-bottom: 20px;
}

.hs-form.stacked .actions {
    margin: 10px 0 0;
    padding: 0;
}

.hs-form .hs-button {
    font-family: GothamRounded, sans-serif;
	display: block;
	background-color: #0ab3c3;
	border: none;
	color: #fff;
	font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
	border-radius: 20px;
	padding: 10px 0;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
    box-shadow: none;
    background-image: none;
    text-shadow: none;
    width: 100%;
}

.hs-form .hs-button:hover:not(.inactive), .hs-form .hs-button:focus:not(.inactive), .hs-form .hs-button.hovered:not(.inactive) {
    box-shadow: none;
    border: none;
}
/*End General*/


/*Footer Specific Form*/
.hubspot-footer {
    margin-top: 20px;
}

.hubspot-footer .hs-form .hs-button {
    font-size: 14px;
    padding: 5px 0;
    margin-top: 10px;
}

.hubspot-footer .hs-form.stacked label {
    margin-top: 8px;
}

.hubspot-footer .hbspt-form {
    padding-left: 0;
    padding-right: 0;
}

/*End Footer*/
