@font-face {
	font-family: 'FuturaLT-ExtraBold';
	src: url('../fonts/FuturaLT-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'tektonpro-bold';
	src: url('../fonts/tektonpro-bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GibsonLight';
	src: url('../fonts/GibsonLight.OTF') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GibsonSemiBd';
	src: url('../fonts/GibsonSemiBd.OTF') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.sharpspring_form .form_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sharpspring_form .form_fields li {
	width: 48%;
}

.sharpspring_form {
	padding: 0 75px;
}

@media (max-width: 500px){
	.sharpspring_form {
		padding: 0;
	}
	.sharpspring_form li label {
		font-size: 16px!important;
	}
}

.sharpspring_form .form_fields input {
	border: 1px solid #000000;
	background-color: #ffffff;
	height: 45px;
	color: #000!important;
	margin-bottom: 15px;
}

.sharpspring_form  #submit_button{
	background-image: none;
	border-radius: 5px;
	background-color: #fded08;
	box-shadow: none;
	text-shadow: none;
	border: none;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'FuturaLT-ExtraBold',sans-serif;
	width: 100%;
	text-align: center;
	color: #000;
	padding: 14px;
	margin-top: -25px;
}

.sharpspring_form #field_2798769154{
	width: 100%;
}

.sharpspring_form li label{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	font-family: 'GibsonLight',sans-serif;
	margin-bottom: 10px;
	display: block;
}

.sharpspring_form li label .required{
	color: #fded08;
	font-size: 20px;
}

.sharpspring_form .clear {
	text-align: center;
}