@media (min-width: 992px) {

}

@media (max-width: 992px) {

	.hidemobile{
		display: none
	}
}


.mb-3{
	margin: 0 !important;
}

.btn-tertiary.hover {
	background-color: #fa3e23 !important;
	border-color: #fa3e23 #fa3e23 #fa3e23;
}

.btn-tertiary.focus {
	background-color: #fa3e23 !important;
	border-color: #fa3e23 #fa3e23 #fa3e23;
}

.form-label{
	color: black;
}