.gform_required_legend {
	display: none;
}

.gfield_label {
	font-family: 'Montserrat';
	color: #707070;
}

.ginput_container input, .ginput_container textarea {
	border: 1px solid #707070;
}

.ginput_container_fileupload input {
	border: none;
}

.gform_button {
	background-color: #C75B28 !important; 
	color: white !important; 
	padding: 12px 40px !important;
	border-radius: 4px !important; 
	font-weight: bold !important;
	width: fit-content;
	font-size: 16px;
}

.gform_button:hover { 
	background-color: #00016B !important; 
}

/* Employment Form */
.page-id-48 .gfield_label { 
	font-family: "futura-pt";
	color: #1C1C1C;
}
.ginput_container_fileupload input {
	color: #707070;
}
.page-id-48 .gform_footer {
	justify-content: center;
}