  .slate_form {
	color: #752936;
	font-size: 20px;
}

.slate_form {
	border: none;
	padding: 0;
	margin-top: 0;
	position: relative;
}

.slate_form form,.slate_form .form {
	padding: 30px;
	background: #fff;
}

.slate_form h1 .slate_form h2 {
	font-size: 24px;
	border: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}

.slate_form h3 {
	font-size: 20px;
	margin: 0;
	padding: 10px;
	border: none;
	background: #fff;
}

.slate_form .form_label {
	color: #333;
	font-size: 15px;
	height: 32px;
	line-height: 16px;
	margin-bottom: 1px;
	font-weight: 700;
}

.slate_form .form_question {
	clear: none !important;
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 0;
}

.slate_form .form_question:nth-child(even) {
	margin-right: 0;
}

.slate_form .form_responses {
	width: 100%;
}

.slate_form .form_responses input,.slate_form .form_responses select {
	width: 100%;
	padding: 6px;
	height: 40px;
	border: solid 1px #aaa;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
}

.horizontal_form input[type=radio] {
	float: left;
	margin: 0 10px 0 0;
}

.slate_form .form_responses input[type=radio],.slate_form .form_responses input[type=checkbox] {
	width: auto;
	margin: 0;
}

.slate_form #form_description {
	display: none;
}

.slate_form .form_label legend {
	box-sizing: border-box;
	cursor: default;
	display: block;
	font-family: 'Kumbh Sans',sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 0;
	border: none;
}

.slate_form fieldset .form_responses select {
	width: 32% !important;
}

.slate_form .action {
	padding: 0;
	margin: 20px auto 0 auto;
	display: block;
}

@media(max-width: 990px) {
	.slate_form form {
		padding:20px;
	}
}

@media screen and (max-width: 768px) {
	.slate_form form {
		padding:20px;
	}

	.slate_form .form_question,.slate_form .form_question:nth-child(even) {
		clear: both !important;
		width: 100%;
		margin: 0 auto;
	}

	.slate_form .form_label {
		height: auto;
	}
}

.slateform-container {
	display: none;
}

.styleSlateForm {
	color: #752936;
	font-size: 22px;
	line-height: 23px;
	font-weight: bold;
}

.styleSlateForm #form_description {
	display: block;
}

.styleSlateForm form {
	width: 60%;
	float: right;
	min-height: 520px;
	height: auto;
	position: relative;
	background: -webkit-linear-gradient(#fff,#e6e6e6);
	background: -moz-linear-gradient(#fff,#e6e6e6);
	background: linear-gradient(#fff,#e6e6e6);
	background: -o-linear-gradient(#fff,#e6e6e6);
	background: #e6e6e6;
	padding: 0 0 100px 0;
}

@media(max-width: 1500px) {
	.styleSlateForm form {
		width:70%;
	}
}

@media(max-width: 1200px) {
	.styleSlateForm form {
		width:80%;
	}
}

@media(max-width: 990px) {
	.styleSlateForm form {
		width:80%;
		clear: both;
		float: none;
		margin: 0 auto;
		min-height: 470px;
	}
}

.styleSlateForm .form_page {
	margin-top: 40px;
}

.styleSlateForm .form_question {
	width: 85% !important;
	margin: 0 auto !important;
	margin-top: 10px !important;
	float: none;
	clear: both;
}

.styleSlateForm .form_responses input,.styleSlateForm .form_responses select {
	width: 99%;
	padding: 1px 3px;
	height: 32px;
	border: solid 1px #aaa;
	font-size: 15px;
	color: #333;
}

.styleSlateForm .form_label {
	color: #333;
	text-shadow: 2px 2px 15px #fff !important;
	font-size: 15px;
	height: auto;
	line-height: 16px;
	margin-bottom: 1px;
	font-weight: 700;
	margin-top: 5px;
}

.styleSlateForm .required .form_label {
	color: #752936;
	padding-left: 5px;
	text-shadow: 2px 2px 15px #fff !important;
}

.styleSlateForm .action {
	background: none;
	padding: 0;
	margin-top: 0;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.styleSlateForm div.form_question {
	display: none;
}

.slate_form .action button{
	border-radius: 3px;
	font-weight: 500 !important;
	font-size: 17px !important;
	line-height: 1 !important;
	text-align: center !important;
	text-transform: inherit !important;
	text-decoration: none !important;
	padding: 12px 40px;
	display: inline;
	margin-right: 20px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.slate_form .action button {
	display: block;
	margin: 0 auto;
}

.slate_form .action button.default{
	background-color: #177da9 !important;
	border: 1px solid #177da9 !important;
	color: #fff !important;
}

.slate_form .action button.default:hover{
	background-color: #115e7f !important;
	border: 1px solid #115e7f !important;
	text-decoration: none !important;
	color: #fff !important;
}
@media(max-width: 768px) {
	.slate_form .action button{
		font-size: 16px !important;
	}
}

.styleSlateForm .action button.default {
	background: #752936 !important;
	margin-right: 10px;
	border: none;
	color: #fff !important;
	border-radius: 3px;
	padding: 10px 20px !important;
	transition: .2s;
	text-transform: uppercase !important;
	font-family: 'Kumbh Sans',sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px !important;
	line-height: 14px;
	letter-spacing: 1px;
	display: inline;
	clear: both;
	width: auto !important;
	outline: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.styleSlateForm .action button.default:hover {
	background: #4b1a22 !important;
	border: none !important;
	color: #fff !important;
}

.styleSlateForm .form_page {
	margin: 40px 30px 30px 30px;
}

.topform-head span,.topform-head h2,.styleSlateForm .form_question {
	width: 100% !important;
}