/* INPUTS
 *****************************************************************/
 select {
	display: block;
	line-height: 1.3;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding:5px !important;
	border: 1px solid #aaa;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/*below, the color is 645c48 */
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23645c48%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
select::-ms-expand {
	display: none;
}
select:hover {
}
select:focus {
	border: 1px solid #C2C2C2;
}
select option {
	font-weight:normal;
}


/* inputs */
textarea,
select,
input[type]:not([type=button]):not([type=submit]):not([type=hidden]):not([type=checkbox]) {
    padding: 7px;
    /*font-size: 1.1em;*/
    border: 1px solid #C2C2C2;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 100%;
}


.eGov_formFieldValue [id*='_zip_'],
.eGov_formFieldValue [id*='eGov_address_zip_'] {
	width: 5em !important;	
}


.eGov_formFieldValue [id*='_mon'],
.eGov_formFieldValue [id*='_day'],
.eGov_formFieldValue [id*='_yea'] {
	display: inline-block;
	padding-right: 2rem !important;
}



.eGov_formFieldValue [style='width: 96%;'],
#pwd,
#em.eGov_transactionSearch_Email,
.eGov_formFieldValue [id*='password']  {
	width: 100% !important;
}

.eGov_formFieldValue input:focus,
.eGov_formFieldValue select:focus {
    border: 1px solid #645c48;
}


/* buttons */
#eGov_paymentsHomeButton {
	margin-bottom: 10px;
}

#eGov_buttons input,
#eGov_paymentsHomeButton input {
	margin-right: 10px;
}

#eGov_buttons input:last-of-type
#eGov_paymentsHomeButton input:last-of-type {
	margin-right: 0;
}

button,
input[type=submit],
input[type=button],
#eGov_buttons input[type=submit],
#eGov_buttons input[type=button],
#eGov_paymentsHomeButton input[type=submit],
#eGov_paymentsHomeButton input[type=button],
#eGov_jumpButton,
.eGov_buttonRemove {
    background: #645c48;
    border: none;
    color: #fff;
    margin-bottom: 12px;
    padding: 8px 15px 8px 15px;
    
    box-shadow: 0px 4px 0px #302d23;
    -moz-box-shadow: 0px 4px 0px #302d23;
    -webkit-box-shadow: 0px 4px 0px #302d23;
    
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#eGov_paymentMethodButtons button,
.eGov_deleteCartItemButton {
	box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.eGov_deleteCartItemButton {
	position: relative;
	top: -.3rem;
}

#eGov_cartScreen .eGov_deleteCartItemButton {
	color: initial !important;
	position: relative;
	top: -.5rem;
}

#eGov_jumpButton {
	margin-top: 12px;
	cursor: pointer;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
.eGov_formFieldValue input[type=submit]:hover,
#eGov_buttons input[type=submit]:hover,
#eGov_buttons input[type=button]:hover,
#eGov_paymentsHomeButton input[type=submit]:hover,
#eGov_paymentsHomeButton input[type=button]:hover,
#eGov_jumpButton,
.eGov_buttonRemove:hover {
    background: #8a7f63;
    color: #fff;
}

.eGov_formFieldValue input[type=submit] {
	display: inline-block;
	width: initial !important;
	margin-right: 1em;
}

/* checkboxes / radio buttons - brace yourself... */
.eGov_formFieldValue > table.eGov_checkboxTable label,
.eGov_formFieldValue > table.eGov_radioTable label {
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-left: 30px;
	position: relative;
}

.eGov_formFieldValue > table.eGov_checkboxTable input,
.eGov_formFieldValue > table.eGov_radioTable input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.eGov_formFieldValue > table.eGov_checkboxTable span,
.eGov_formFieldValue > table.eGov_radioTable span {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #e6e6e6;
}


/*.control--radio is the label for a radio button*/
.eGov_formFieldValue > table.eGov_radioTable span {
	border-radius: 50%;
}


/* Hover and focus states */
.eGov_formFieldValue > table.eGov_checkboxTable ~ span,
.eGov_formFieldValue > table.eGov_checkboxTable input:focus ~ span,
.eGov_formFieldValue > table.eGov_radioTable ~ span,
.eGov_formFieldValue > table.eGov_radioTable input:focus ~ span {
	background: #ccc;
}

/* Checked state */
.eGov_formFieldValue > table.eGov_checkboxTable input:checked ~ span,
.eGov_formFieldValue > table.eGov_radioTable input:checked ~ span {
  background: #645c48;
}

/* Hover state whilst checked */
.eGov_formFieldValue > table.eGov_checkboxTable label:hover input:not([disabled]):checked ~ span,
.eGov_formFieldValue > table.eGov_checkboxTable label input:checked:focus ~ span,
.eGov_formFieldValue > table.eGov_radioTable label:hover input:not([disabled]):checked ~ span,
.eGov_formFieldValue > table.eGov_radioTable label input:checked:focus ~ span,
.eGov_formFieldValue > table.eGov_radioTable input:checked:focus ~ span {
	background: #302d23;
}

/* Disabled state */
.eGov_formFieldValue > table.eGov_checkboxTable input:disabled ~ span,
.eGov_formFieldValue > table.eGov_radioTable input:disabled ~ span {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}

/* Check mark */
.eGov_formFieldValue > table.eGov_checkboxTable span:after,
.eGov_formFieldValue > table.eGov_radioTable span:after {
	position: absolute;	
	display: none;
	content: '';
}

/* Show check mark */
.eGov_formFieldValue > table.eGov_checkboxTable input:checked ~ span:after,
.eGov_formFieldValue > table.eGov_radioTable input:checked ~ span:after {
	display: block;
}

/* Checkbox tick */
.eGov_formFieldValue > table.eGov_checkboxTable span:after,
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.eGov_formFieldValue > table.eGov_checkboxTable input:disabled ~ span:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.eGov_formFieldValue > table.eGov_radioTable span:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

/* Disabled circle colour */
.eGov_formFieldValue > table.eGov_radioTable input:disabled ~ span:after {
	background: #7b7b7b;
}


/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}



/* remove flex on search inputs */
/********************************************************************************
 * ~420px
 ********************************************************************************/
@media screen and (max-width: 26.25rem) {
	/* Footer
	 ****************************************************************************/	
	div#eGov_search .eGov_formWrapper {
		margin-bottom: 8px;
		display: block;
	}

	div#eGov_search .eGov_formWrapper div {
		text-align: left;
		flex: none;
		display: block;

	}

}