input[type="text"],
input[type=email],
input[type=tel],
input[type=password] {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	box-sizing: border-box;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #183c53;
	border-bottom: 2px solid #182f3f;
	border-radius: 0.35em;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,.15);
	font-size: 14px;
	outline: 0 none;
	max-width: 100%;
	padding: 0.5em;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(top, #ffffff 35%,#f0f0f0 65%);
	background-image: -o-linear-gradient(top, #ffffff 35%,#f0f0f0 65%);
	background-image: -ms-linear-gradient(top, #ffffff 35%,#f0f0f0 65%);
	background-image: linear-gradient(to bottom, #ffffff 35%,#f0f0f0 65%);
	font-weight: bolder;
	line-height: 40px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
	border-color: #1496ed;
	box-shadow: 0px 0px 5px 1px #1496ed;
}
label,
.label {
  color: black-text-strong;
  font-weight: bold;
}
label[for],
.label[for] {
	cursor: pointer;
}
label[for='vuhl_lead_military_branch'] {
  font-size: 24px;
  line-height: 28px!important;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px!important;
}
.input-1 {
  width: 2.2em;
}
.input-2 {
  width: 3.2em;
}
.input-3 {
  width: 4.2em;
}
.input-4 {
  width: 5.2;
}
.input-5 {
  width: 6.2em;
}
.input-10 {
  width: 11.2em;
}
.input-15 {
  width: 16.2em;
}
.input-20 {
	width: 21.2em;
	height: 30px;
}
.input-25 {
  width: 26.2em;
}
.input-30 {
  width: 31.2em;
}
.input-35 {
  width: 36.2em;
}
.input-40 {
  width: 41.2em;
}
.input-45 {
  width: 46.2em;
}
.input-50 {
  width: 50%;
}
.input-full {
	display: block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	box-sizing: border-box;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #183c53;
	border-bottom: 2px solid #182f3f;
	border-radius: 0.35em;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,.15);
	font-size: 14px;
	outline: 0 none;
	max-width: 100%;
	padding: 0.5em;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(top, #ffffff 35%,#f0f0f0 65%);
	background-image: -o-linear-gradient(top, #ffffff 35%,#f0f0f0 65%);
	background-image: -ms-linear-gradient(top, #ffffff 35%,#f0f0f0 65%);
	background-image: linear-gradient(to bottom, #ffffff 35%,#f0f0f0 65%);
	font-weight: normal;
	line-height: 20px;
}
.input-placeholder-container {
	background: #fff;
	position: relative;
}
.input-placeholder-text {
	font-family: 'Open Sans', sans-serif;
	color: #aaa;
	font-size: 16px;
	line-height: 1.231;
	left: 0;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 0;
	white-space: nowrap;
}
/*input {
	background: transparent !important;
}*/
input @include ie-only {
	background: url('') repeat !important; // omg wtf ie
}
input.input-placeholder-focus .input-placeholder-text {
	color: #bbb;
}
input .input-placeholder-hasval .input-placeholder-text {
	display: none;
}
.form {
	list-style: none outside none;
	margin: 20px 0 0 0;
	padding: 0;
}
.form dl {
	margin: 0;
	padding: 0;
}
.form dt {
	margin: 0;
	padding: 0;
}
.form dd {
	margin: 0;
	padding: 0;
}
.form .form-sectional {
	margin-bottom: 0;
}
.form-sectional {
	border: 1px solid #183c53;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: linear-gradient(to bottom, #4a738a 0%,#183c53 100%);
	background-color: #183c53;
	-moz-box-shadow:    inset 0 0 2px rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,.5);
	box-shadow:         inset 0 0 2px rgba(255,255,255,.5);
	list-style: none outside none;
	margin: 0;
}
#start_form_section_1,#start_form_section_2 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.form-sectional .section-title {
	color: #b3ccdc;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}
.form-sectional .form-section-titlebar {
	font-weight: 700;
	background: #193c54;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top, #4c738c 0%, #193c54 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c738c), color-stop(100%, #193c54));
	background-image: -webkit-linear-gradient(top, #4c738c 0%, #193c54 100%);
	background-image: -o-linear-gradient(top, #4c738c 0%, #193c54 100%);
	background-image: -ms-linear-gradient(top, #4c738c 0%, #193c54 100%);
	background-image: linear-gradient(to bottom, #4c738c 0%, #193c54 100%);
	border: 1px solid #193c54;
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	margin: 0 -1px;
	padding: 10px $panel-padding 5px;
	text-shadow: 0px 1px 1px #000;
}
.form-sectional .form-section-content {
	padding: 0;
}
.form-sectional .field:first-child {
	padding-top: 0;
}
.form-sectional .panel {
	background: gray;
}

.form-section {
	position: relative;
}
.form-section-closed .form-section-titlebar {
	background: #fafafa;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3));
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%,#e3e3e3 100%);
	border-color: gray;
	border-bottom: 0 none;
	color: black;
	text-shadow: 0px 1px 0px #fff;
}
.form-section-closed .form-section-content {
	border: 0 none !important;
	padding: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.form-section-closed .form-section-content {
	display: none\9;
}
.form-section-alpha label,
.form-section-alpha .label {
	display: inline-block;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 3px;
	color: #fff;
}
.form-section-alpha .field {
	padding-bottom: 0;
	padding-top: 0;
}
.form-section-alpha .field.field-invalid {
	padding: 10px;
	margin-bottom: 5px;
}
.fields {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.field {
	padding: 10px 0;
	position: relative;
}
.field-hidden {
	display: none;
}
.field-type-checkbox {
	position: relative;
	font-size: 18px;
}
.field-type-checkbox input[type=checkbox] {
	position: absolute;
}
.field-type-checkbox label,
.field-type-checkbox .label {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.25em;
	padding-left: 20px;
}
.field-type-checkbox a,.field-type-checkbox a:visited {
	color: #fff;
	font-weight: bold;
}
.field-type-checkbox a:hover,.field-type-checkbox a:active {
	color: #f66;
}
.field-type-name-combo {
	clear: both;
}
.field-type-name-combo .field-type-name-combo-first,
.field-type-name-combo .field-type-name-combo-mi,
.field-type-name-combo .field-type-name-combo-last {
	display: inline;
	float: left;
	position: relative;
}
.field-type-name-combo .field-type-name-combo-first,
.field-type-name-combo .field-type-name-combo-last {
	max-width: 40%;
}
.field-type-name-combo .field-type-name-combo-first,
.field-type-name-combo .field-type-name-combo-mi {
	margin-right: 10px;
}
.field-type-tel {
	color: #fff;
}
.field-submit {
	clear: both;
	margin: 10px 0;
	padding-bottom: 0;
	text-align: center;
}
.field-submit .button-alpha {
	width: 75%;
	background: #70c023;
	background-image: -moz-linear-gradient(top, #8bcf2c 0%, #56b11b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bcf2c), color-stop(100%, #56b11b));
	background-image: -webkit-linear-gradient(top, #8bcf2c 0%, #56b11b 100%);
	background-image: -o-linear-gradient(top, #8bcf2c 0%, #56b11b 100%);
	background-image: -ms-linear-gradient(top, #8bcf2c 0%, #56b11b 100%);
	background-image: linear-gradient(to bottom, #8bcf2c 0%, #56b11b 100%);
	border: 1px solid #4b8b0d;
	border-radius: 5px;
	box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.4),inset 0px 1px 0px #aedf68;
	color: #033f04;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	height: 40px;
	line-height: 20px;
	padding-left: 2em;
	padding-right: 2em;
	text-shadow: 0px 1px 1px #ace1ad;
	white-space: nowrap;
}
.field-submit .field-submit-alt-action {
	display: block;
	font-size: 15px;
	margin: 10px 0 5px;
	vertical-align: middle;
	white-space: nowrap;
}
.field-submit strong,
.field-submit strong a {
	color: black;
	display: block;
	font-size: 18px;
	text-decoration: none;
	white-space: nowrap;
}
.field-submit respond-to($break-3col-clear) {
	text-align: left;
}
.field-submit respond-to($break-3col-clear) .button-alpha {
	width: auto;
}
.field-submit respond-to($break-3col-clear) .button-alpha .field-submit-alt-action {
	display: inline;
	margin: 0 0 0 3px;
}
.field-submit respond-to($break-3col-clear) .button-alpha strong,
.field-submit respond-to($break-3col-clear) .button-alpha strong a {
	display: inline;
}
.field-submit respond-to($break-3col-clear) .button-alpha .security-badge {
	float: right;
}
.field-description {
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}

.styled-select {
	font-size: 16px;
	text-shadow: none;
}
.styled-select-loaded {
	background: #ffffff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top, #ffffff 35%, #f0f0f0 65%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(65%,#f0f0f0));
	background-image: -webkit-linear-gradient(top, #ffffff 35%,#f0f0f0 65%);
	background-image: -o-linear-gradient(top, #ffffff 35%,#f0f0f0 65%);
	background-image: -ms-linear-gradient(top, #ffffff 35%,#f0f0f0 65%);
	background-image: linear-gradient(to bottom, #ffffff 35%,#f0f0f0 65%);
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.2);
	cursor: pointer;
	font-size: 16px;
	height: 34px;
	position: relative;
	z-index: 1;
}
.styled-select-loaded.styled-select-focus {
	border-color: #1496ed;
	box-shadow: 0px 0px 5px 1px #1496ed;
}
.styled-select-loaded .styled-select-inner {
	font-family: 'Open Sans', sans-serif;
	bottom: 0;
	left: 8px;
	line-height: 36px;
	overflow: hidden;
	position: absolute;
	right: 25px;
	text-overflow: ellipsis;
	top: 0px;
	white-space: nowrap;
}
.styled-select-loaded .styled-select-glyph {
	background: url('') -26px 0px;
	height: 6px;
	margin-top: -2px;
	position: absolute;
	right: 8px;
	top: 50%;
	width: 11px;
}

.styled-select-loaded select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 0 none;
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.styled-select-loaded select:disabled {
	cursor: default;
}     
.styled-select-loaded select .styled-select-inner {
	color: #aaa;
}    
.styled-select-loaded select .styled-select-glyph {
	opacity: 0.15;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity=15);
}
.form-inline-validation .field {
	padding-right: 20px;
	position: relative;
}
.form-inline-validation .field-submit,
.form-inline-validation .field-type-checkbox {
	padding-right: 0;
}
.field-valid input[type=text],
.field-valid input[type=email],
.field-valid input[type=tel],
.field-valid input[type=password],
.field-valid .styled-select-loaded {
	border-color: black;
	box-shadow: 0px 0px 5px 1px #3a9a0f;
}
.field-valid input[type=text]:focus,
.field-valid input[type=email]:focus,
.field-valid input[type=tel]:focus,
.field-valid input[type=password]:focus,
.field-valid .styled-select-loaded:focus {
	border-color: #1496ed;
	box-shadow: 0px 0px 5px 1px #1496ed;
}
.field-valid .styled-select-loaded.styled-select-focus {
	border-color: #1496ed;
	box-shadow: 0px 0px 5px 1px #1496ed;
}
.field-invalid {
	background: red;
	padding: 10px;
	margin-bottom: 5px;
}
.field-invalid input[type=text],
.field-invalid input[type=email],
.field-invalid input[type=tel],
.field-invalid input[type=password],
.field-invalid .styled-select-loaded {
	border-color:  red;
	box-shadow: 0px 0px 5px 1px $color-vu-red;
}
.field-invalid input[type=text]:focus,
.field-invalid input[type=email]:focus,
.field-invalid input[type=tel]:focus,
.field-invalid input[type=password]:focus,
.field-invalid .styled-select-loaded:focus {
	border-color: #1496ed;
	box-shadow: 0px 0px 5px 1px #1496ed;
}
.field-invalid .styled-select-loaded.styled-select-focus {
	border-color: #1496ed;
	box-shadow: 0px 0px 5px 1px #1496ed;
}
.form-validation-message {
	background: red;
	border: 1px solid red;
	color: red;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px;
	text-align: center;
}
.field-validation-message {
	clear: both;
	color: red;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 10px 0 0;
	padding: 5px 5px 5px 25px;
	position: relative;
}
.field-validation-message:before {
	content: "";
	background: url('') no-repeat -127px 0px;
	height: 14px;
	position: absolute;
	left: 5px;
	top: 4px;
	width: 14px;
}
.form-loading .fields {
	visibility: hidden;
}
.form-loading .form-section-content {
	background: #fff url('variants/vuhl-3.0/assets/images/loaders/loader-progress-blackonwhite.gif') no-repeat 50% 50%;
	position: relative;
}
.form-loading .form-section-content:after {
	content: "Loading VA Home Loan Request Form...";
	color: #777;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 58%;
	-webkit-animation: blink 1.5s linear infinite;
	-moz-animation: blink 1.5s linear infinite;
	-o-animation: blink 1.5s linear infinite;
	-ms-animation: blink 1.5s linear infinite;
	animation: blink 1.5s linear infinite;
}
.lead-form .disclaimer {
	font-size: 11px;
	color: #6da2c9;
	margin-top: 10px;
	text-align: left;
	text-shadow: none;
}
.lead-form .disclaimer span {
	display: block;
	width: 176px;
	height: 32px;
	float: right;
	margin-left: 20px;
	text-indent: -99999px;
}

/* NY Modal */
.modal-window {
background: rgba(255,255,255,.5);
border-radius: 15px;
box-shadow: 0px 0px 40px #000;
left: 50%;
margin-left: -425px;
position: absolute;
top: 200px;
width: 850px;
z-index: 9999;
}
.modal-window .modal-close {
border: 0 none;
margin: 0;
padding: 0;
appearance: none;
-webkit-appearance: none;
overflow: hidden;
white-space: nowrap;
text-align: left;
text-indent: -999px;
outline: 0 none;
width: 27px;
height: 27px;
background: url("") no-repeat -119px -49px;
position: absolute;
top: -10px;
right: -10px;
cursor: pointer;
}
.modal-window .modal-content {
background: #fff;
border-radius: 10px;
color: #636363;
font-size: 13px;
margin: 10px;
padding: 20px 4.5%;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #70c023;
	-webkit-box-shadow:inset 0px 1px 0px 0px #70c023;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70c023f), color-stop(1, #70c023));
	background:-moz-linear-gradient(top, #70c023 5%, #70c023 100%);
	background:-webkit-linear-gradient(top, #70c023 5%, #70c023 100%);
	background:-o-linear-gradient(top, #70c023 5%, #70c023 100%);
	background:-ms-linear-gradient(top, #70c023 5%, #70c023 100%);
	background:linear-gradient(to bottom, #70c023 5%, #70c023 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70c023', endColorstr='#70c023',GradientType=0);
	background-color:#70c023;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #70c023;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
width: 100%
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
	text-align: center;
}



.modal-window .modal-title {
font-weight: normal;
font-style: normal;
-moz-font-feature-settings: "calt=0,liga=0";
font-feature-settings: "liga" 0;
color: #404041;
font-size: 26px;
line-height: 1.25em;
margin: 0;
padding: 0 0 5px;
}
@media screen and (max-width:400px) {
	.field-submit .button-alpha {
		width: 100%;
		font-size: 19px;
		padding-left: 1em;
		padding-right: 1em;
	}
}
