@media screen and (min-width: 1024px) {
	.button-set label {
		width: calc(100% - 25px) !important;
		margin-top: 5px !important;
	}
}
@media screen and (min-width: 768px) {
	fieldset input[name$='City'], fieldset input[name$='Zip'], fieldset input[name$='ZipCode'], fieldset select[name$='State'] {
		width: 33% !important;
		margin-right: 20px;
		float: left !important;
	}
}
@media screen and (max-width: 1024px) {
	.button-set label {
		margin-right:10px;
	}
}

fieldset input[name$='City'], fieldset input[name$='Zip'], fieldset input[name$='ZipCode'], fieldset select[name$='State'] {
    width: 100%;
}

a{
	color:inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3e7ab6;
}
