body{ margin:0;}
#first_form_iframe{
	border:none
}
.fsBody.fsEmbed{ background:#ddd; padding:10px; font-family:'Raleway'; margin:0;}
.fsBody.fsEmbed .fsForm{ background:none; border:0; box-shadow:none; border-radius:0; margin:0;}
.fsBody.fsEmbed .fs3Col{ min-width:100%;}
.fsBody.fsEmbed .fsSectionHeader{ margin:0; padding:0; background:none; border-radius:0;}
.fsBody.fsEmbed .fsSectionHeader .iphorm-title{ font-size:20px; font-weight:700; color:#000; padding-bottom:8px; font-family:'Raleway'; padding-right:20px;}
.fsBody.fsEmbed .fsRowBody{ width:33.33%; padding:0 0 15px; background:none;}
.fsBody.fsEmbed .fsRowBody.fsSpan100{ width:100%;}
.fsBody.fsEmbed .fsRowBody .fsLabel{ font-family:"Open Sans"; font-size:100%; padding-bottom:0; color:#000; font-weight:700; text-shadow:1px 1px 0 #fff; box-sizing:border-box;}
.fsBody.fsEmbed .fsRowBody .fsField{ background:#fff; border:1px solid #e6e6e6; border-radius:0; box-shadow:none; box-sizing:border-box; font-family:"Open Sans"; font-size:13px; margin:0; padding:9px 10px; outline:none; font-weight:normal; transition:all 0.25s ease-in 0s;}
.fsBody.fsEmbed .fsRowBody .fsField:focus{ border-color:#ff6600;}
.fsBody.fsEmbed .fsRowBody .fsField.fsUpload{ padding-right:0; max-width:95%;}
.fsBody.fsEmbed .fsRowBody .fsSupporting{ font-size:11px; font-weight:normal; font-style:italic; color:#000;}
.fsBody.fsEmbed .fsRowBody.fsSpan100{ width:100%;}
.fsBody.fsEmbed .fsRowBody.fsSpan100 .fsField{ width:100%; max-width:100%; max-height:130px;}
.fsBody.fsEmbed .fsSubmit{ margin:0; padding:0 0 2px; background:none; text-align:left;}
.fsBody.fsEmbed .fsSubmit .fsSubmitButton{ background:#39464e; border:0; padding:10px 25px; font-size:14px; font-weight:600; border-radius:0; box-shadow:none; color:#fff; text-shadow:none; font-family:'Raleway'; transition:all 0.25s ease-in 0s;}
.fsBody.fsEmbed .fsSubmit .fsSubmitButton:hover{ background:#ff6600;}

.fsRow.fsFieldRow.fsLastRow {
    margin-bottom: 0;
}







/*================Responsive=Css=Start==================================================*/
@media screen and (max-width: 1199px) {
.fsBody.fsEmbed .fsRowBody{ width:100%;}
.fsBody.fsEmbed .fsRowBody .fsField{ width:100%; max-width:100%;}
.fsBody.fsEmbed .fsRowBody .fsField.fsUpload{ max-width:100%;}

}

@media screen and (max-width: 767px) {
.fsBody.fsEmbed .fsSectionHeader .iphorm-title{ font-size:16px; line-height:normal !important;}

}