.uppercase {text-transform: uppercase;}
.color-business {color: #114c8b;}
.btn-business {background-color: #114c8b !important }


select.form-control{
	-webkit-appearance: menulist!important;
	-moz-appearance: menulist!important;
	-ms-appearance: menulist!important;
	-o-appearance: menulist!important;
	appearance: menulist!important;
}