.formField {
	box-sizing: border-box;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}

.formField.rsform-block-free-text {
	margin-bottom: 0;
}

#content input[type="text"],
#content input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	font-size: 18px;
	padding: 5px;
	margin: 10px 0 0;
	border: 1px solid #CEC7BF;
}

#content input[type="text"].rsform-calendar-box {
	width: auto;
	margin-right: 10px;
}

#content textarea {
	box-sizing: border-box;
	width: 100% !important;
	min-height: 100px;
	margin: 10px 0 0 !important;
	font-family: 'open-sans', sans-serif;
	padding: 5px;
	border: 1px solid #CEC7BF;
	font-size: 16px;
}

#content select {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0;
	font-size: 18px;
    padding: 5px;
	border: 1px solid #CEC7BF;
}

#content select option {
	box-sizing: border-box;
	font-size: 16px;
	padding: 5px;
}

#content input[type="checkbox"] {
	box-sizing: border-box;
	margin: 8px 5px 8px 0;
}

#content input[type="radio"] {
	box-sizing: border-box;
	margin: 8px 5px 8px 0;
}

#content input[type="button"],
#content input[type="submit"],
#content form button {
	border: none;
	background-color: #1f3a60;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	border: 2px solid #1f3a60;
	cursor: pointer;
	margin: 10px 10px 10px 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#content input[type="button"]:hover,
#content input[type="button"]:focus,
#content input[type="submit"]:hover,
#content input[type="submit"]:focus,
#content form button:hover,
#content form button:focus {
	background-color: #fff;
	color: #1f3a60;
}

#content label {
	font-weight: normal;
}

/* People Search */

form[name="frm50011"] {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #CEC7BF;
}

form[name="frm50011"] > div {
	margin-bottom: 15px;
	font-weight: bold;
}

form[name="frm50011"] input {
	box-sizing: border-box;
	width: 100%;
	font-size: 18px;
	padding: 5px;
	margin: 10px 0 0;
	font-weight: normal;
	border: 1px solid #CEC7BF;
	font-weight: normal;
}

form[name="frm50011"] select {
	min-height: 0 !important;
	padding: 5px;
}

.rsform-block-submit i {
	color: #1f3a60;
	display: none;
	font-size: 1.5rem;
	vertical-align: middle;
}