
#blc-chkOut{
	padding: 35px 0px;
}
/* BOOTSTRAP OVERRIDE */
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}
.nav-pills{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 0.875em;
	font-weight: 400;
	text-transform: uppercase;	
}
.nav-pills > li{
	width: 33%;
	text-align: center;
}
.nav-pills > li > a {
	border-radius: 0px !important;
	color: #e7e7e7;
	padding: 12px 9px !important;
}

.nav-pills > li > a::after, .nav-pills > li.active > a::after{
	content: '';
	display: block;
	border-bottom:8px solid #e7e7e7;
	width: 100%;
	padding-top: 12px;
}
.nav-pills > li.active > a::after{
	border-bottom:8px solid #97bf0d !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background-color: transparent !important;
	color: #97bf0d !important;
	margin: 0 auto;
}
.tit-step{
	font-size: 1em;
	font-family: 'Merriweather', serif !important;
	font-weight: 700;
}