form.lasso {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin: 0;
}

form {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin: 0;
}

label {
	display: block;
	font-weight: 300;
}

.indicates-required {
	text-align: right;
}

.asterisk {
	color: red;
}

input[type=text], select {
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
	border-radius:3px;
	background-color: #ebf4fb;
	margin: 0.2em 0.5em 0.3em 0;
	padding: 0.5em;
	width: 100%;
}

input[type=text].short {
	width: 20%;
}

input[type=text].long {
	width: 100%;
}

input[type=email].email {
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	width:60%;
	border: 1px solid #ccc;
	border-radius:3px;
	background-color: #ebf4fb;
	margin: 0.2em 0.5em 0.3em 0;
	padding: 0.5em;
	display:inline-block;
	width: 100%;
}

input[type=checkbox] {
	margin: .7em;
	line-height: 2.2;
	font-size: 1.2em;
}

input[type=checkbox] {
	margin: .7em;
	line-height: 2.2;
	font-size: 1.2em;
}

.checks {
	margin-top: 1em;
}

select.short {
	width: 20%;
}

input[type=text]:focus {
  border: 1px solid #062f6e;
  border-radius:3px;
}  

select:focus {
	border: 1px solid #062f6e;
	border-radius: 3px;
}

option:focus {
	background-color: #333333;
}

textarea {
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	width:60%;
	border: 1px solid #ccc;
	border-radius:3px;
	background-color: #ebf4fb;
	margin: 0.2em 0.5em 0.3em 0;
	padding: 0.5em;
	display:inline-block;
}

input.button, button.lasso {
	background-color: #333333;
	border: none;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 300;
	margin: 1em 0 2em;
	padding: 14px 20px;
	width: 20%;
}

input.button:hover, button.lasso:hover {
    background-color: #062f6e;
}

div.mc-field-group, div.lasso {
    padding: 0.5em;
	display: block;
}
div#wpcf7-f3021-p194-o1 {
	margin:auto;
	width: 30%;
}


@media only screen and (max-width: 1000px) {
	select.short{
		width:50%;
	}
	input.button, button.lasso{
		width:100%;
	}
	input[type=text] {
		width:100%;
	}
	input[type=text].short {
		width:50%;
	}
	div#wpcf7-f3021-p194-o1 {
	  width: 100%;
	  margin:auto;
    }
}

@media only screen and (max-width:450px) {
	input[type=text].short {
		width:75%;
	}
}
