/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

body {
	font-family: "Roboto", sans-serif !important;
}

h1 {
	text-transform: unset !important;
	color: #444 !important;
}
h3 {
	text-transform: unset !important;
	color: #444 !important;
}

#wizard_container {
	border-radius: 10px;
}

.color-dark-teal {
	color: #00a0a3 !important;
}
.color-light-teal {
	color: #5ac6ce !important;
}

.color-dark-blue {
	color: #262768 !important;
}

.color-dark-gray {
	color: #e6e6e6 !important;
}

.color-light-gray {
	color: #f2f2f2 !important;
}