input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1.875rem #fff inset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
textarea,
select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: Work Sans, sans-serif;
	color: #0f66a5;
	font-weight: 400;
	font-size: 1.063rem;
	height: 3rem;
	padding: .75rem 1.125rem;
	border: .125rem solid transparent;
}

input[type=checkbox],
input[type=radio] {
	cursor: pointer;
	margin: 0 .75rem 0 0;
	float: left;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: .1875rem;
    background: #fff;
    position: relative;
    vertical-align: top;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0;
}

input[type=radio]:checked {
	background: #002244;
	border: .25rem solid #fff;
}

input[type=checkbox]:checked {
	background: #002244;
}

label {
	cursor: pointer;
	font-size: .875rem;
	font-weight: 400;
	text-transform: none;
	color: #0f66a5;
}

select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
	cursor: pointer;
	appearance: none;
	background: #fff url(../svg/select-blue.svg) right .75rem center no-repeat;
	background-size: 1.25rem 1.5rem;
	padding: 0 2.75rem 0 1.125rem;
	color: #0f66a5;
	font-weight: 400;
	letter-spacing: .06rem;
	text-transform: uppercase;
}

input[type=text]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus,
select:not(.ui-datepicker-month):not(.ui-datepicker-year):focus {
	border-color: #041E42
}

input[type=submit],
button.btn {
	position: relative;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border: .063rem solid #002244;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
	width: auto;
	color: #fff;
    background: #002244;
    padding: 1rem;
    letter-spacing: .06rem;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100%;
    font-size: 1.063rem;
    font-weight: 700;
    min-width: 155px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

input[type=submit]:hover,
input[type=submit]:focus {
	background: #fff;
	color: #002244;
}

textarea {
	height: 8rem;
	min-height: 8rem;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	resize: none;
}

input:focus,
textarea:focus {
	outline: 0;
}

select::-ms-expand {
    display: none;
}

::-ms-clear {
	display: none;
}

::-webkit-input-placeholder {
	color: #0E5A90;
	font-weight: 500;
	text-transform: uppercase;
}

:-moz-placeholder {
	color: #0E5A90;
	font-weight: 500;
	text-transform: uppercase;
}

::-moz-placeholder {
	color: #0E5A90;
	font-weight: 500;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #0E5A90;
	font-weight: 500;
	text-transform: uppercase;
}


@media only screen and (max-width: 48em) {

	.ginput_recaptcha iframe {
	   transform:scale(0.75);
	   -webkit-transform:scale(0.75);
	   transform-origin:0 0;
	   -webkit-transform-origin:0 0
	}

}