.contact-wurl .hs_submit.hs-submit {
    position: relative;
    top: 0px;
    left: 0px;
}
.contact-divider {
    opacity: 0.1;
    border-top: 1px solid #000000;
    margin: 32px 0px;
    height: 1px;
    height: 1px !important;
	width: 100%;
	max-width: 536px;
}
.hs-fieldtype-textarea .hs-input {
	resize: vertical;
	min-height: 90px;
}
.contact-iframe-form {
	width:100%;
	border:0px;
	height: 1100px;
	float:right;
	margin-left:20%;
}
.form-columns-2 label, .form-columns-1 label {
	font-family: 'FFMarkBold';
	margin-top: 16px;
	font-size: 14px;
	line-height: 18px;
	color: #000!important;
	padding: 12px 0 8px;
	display: block;
}
.form-columns-2 label:first-child,
.form-columns-1 label:first-child {
    margin-top: 0px;
}
@media only screen and (max-width: 1400px) {
    .contact-divider {
        max-width: 100%;
    }
}