/* Mobile CSS Form Sugar Market */

body,p,strong,ul,li,ul li {
    font-family: montserrat,sans-serif!important
}

.lead {
    font-size: 18px!important
}

body>main>section:nth-child(6) {
    background-attachment: fixed!important
}

#field15>div>div.layout-row.flex-end {
    display: none!important
}

.required-field {
    color: #c00!important;
    font-size: 10px!important
}

#field10>div>div:nth-child(2)>div {
    width: 100%!important
}

body > main > section:nth-child(1) > section > section.column.col-4_sm-12first > div > div {
	text-align: left !important;
}


.sf-landing-page section.section {
	padding: 0px !important;
}


@media only screen and (max-width: 768px) {
	.sf-landing-page section.section {
		padding: 0px !important;
	}
	.required-field {
		margin-top: 0px !important;
		color: #c00!important;
	    font-size: 10px!important
	}
	.field-label {
		margin-top: 10px !important;
	}
}