.header-container {
    background-color: #003473;
}
.header-container header{
    height: 64px;
}
.header-container header .logo_right img {
    height: 64px;
}
.button-orange {
    background-color: #003473 !important;
}
.button-orange:disabled {
    color: #ffffff !important;
}
.progress > li.is-active {
	color: #003473;
	border-bottom: none;
}
@media only screen and (min-width: 480px) {
	.progress > li.is-active {
		border-bottom: 4px solid #003473;
	}
}
.progress > li.is-active:before,
.progress > li.is-complete:before {
	background: #003473;
}
.item-icon {
	color: #4D4D4D !important;
}
.choose-button {
    color: #FFF !important;
}
.loader {
	border-color: #003473 !important;
	border-top-color: #ffcd00 !important;
}
