body, p, strong, ul, li, ul li  {
	font-family: 'Montserrat', sans-serif !important;
}
body > main > section:nth-child(3) > section {
	margin-top: -180px !important;
}
body > main > section:nth-child(4) {
	margin-top: -100px !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: #cc0000 !important;
    font-size: 10px !important;
}
#field10 > div > div:nth-child(2) > div {
	width: 100%;
}

html {
	scroll-behavior: smooth;
}
/** Mobile **/

@media only screen and (max-width: 768px) {
	body > main > section:nth-child(2) {
		min-height: 252px !important;
	}
	body > main > section:nth-child(3) > section {
		margin-top: -90px !important;
	}
	body > main > section:nth-child(3) > section > section.column.col-4_sm-12first,
	body > main > section:nth-child(3) > section > section:nth-child(2), 
	body > main > section:nth-child(3) > section > section.column.col-4_sm-12.last{
		padding: 0px 8px !important;
	}
	body > main > section:nth-child(4) {
		margin-top: -50px !important;
	}
	body > main > section:nth-child(1) {
		padding: 0px !important;
	}
	body > main > section:nth-child(1) > section > section.column.col-8_sm-12.last {
		display: none !important;
	}
}