/* Created to hold styles for Marketo forms */

form.mktoForm {
	width: 100%;
	color:#FFFFFF;
	background-color: #003D51;
	padding: 45px;
	line-height: 18px;
}

.mktoCheckboxList, .mktoRadioList {
	padding: 1em;
}

.mktoCheckboxList {
	padding-left: 0px !important;
}

.mktoCheckboxList input, .mktoRadioList input {
	float: left;
	margin: 0 5px 0 0;
}

.mktoCheckboxList label, .mktoRadioList label {
	display: flex;
	line-height: 1;
}

.mktoForm label {
	color:#FFFFFF;font-size:13px;display:block;text-align:left;justify-content:left !important;
}

.mktoAsterix, .mktoInstruction {
	display: none;
}

.mktoRequiredField .mktoAsterix {
	display:block;color:#FF0000;
	float: left;
}

.mktoRequiredField .mktoLabel {
	display:flex;justify-content:left;gap:2px;font-weight:unset;
}

.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm textarea,
.mktoForm select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#000000;background-color:#FFFFFF;font-size:16px;width:100%;padding:5px;margin:10px 0 10px 0px;border-radius:3px;border:1px solid #414141;border-color:#000000;border-width:1px;
}

form.mktoForm button {
	color:#ffffff;background-color:#7BC636;padding:10px 25px 10px 25px;margin:40px 0px 0px 0px;font-size:16px;border-radius:3px;border:none;font-family:inherit;
}

.mktoButtonRow {
	text-align:center;
}

.mktoForm .field-contains-checkbox {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: space-between;
	padding: 10px 0 30px 0;
}

.mktoForm .field-contains-checkbox .mktoLabel {
	flex-basis: 90%;
}

.mktoForm textarea::placeholder, .mktoForm input::placeholder {
	font-family: 'Proxima Nova', Arial, sans-serif;
	color: #8e8e8e;
}