/* button */
.btn {
	background-color: #007cc3;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 5px 25px;
	font-family: "Avenir next heavy";
	color: #fff;
	border: 4px solid #007cc3;
}

	.btn.btn-yellow {
		background-color: #e0aa2b;
		border-color: #e0aa2b;
	}

		.btn.btn-yellow:hover {
			color: #e0aa2b;
		}

	.btn:hover {
		background-color: #fff;
		color: #007cc3;
	}

	.btn:active, .btn:focus {
		box-shadow: none;
	}
	.btn:disabled:hover{
		background-color: #007cc3;
		color: #fff;
	}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 0 0;
	line-height: 1.428571429;
	border-radius: 15px;
	position: absolute;
	top: 50%;
	left: 98%;
	transform: translate(60%, -50%) !important;
}

	.btn-circle.btn-lg {
		width: 50px;
		height: 50px;
		padding: 10px 16px;
		font-size: 18px;
		line-height: 1.33;
		border-radius: 25px;
	}

	.btn-circle.btn-xl {
		width: 70px;
		height: 70px;
		padding: 10px 16px;
		font-size: 24px;
		line-height: 1.33;
		border-radius: 35px;
	}


/* end button */


/* menu */
.page-crumb .per-crumb.active .circ-group .circ .circ-inner {
	background-color: #007cc3;
}
/* content */
.page-content h1.step-title,
.page-content .link-container a {
	color: #117ec2;
}

.text-blue {
	color: #007cc3;
}

.per-link a {
	color: #117ec2;
}

.imageLoader {
	background: url('/content/images/consumer/honda/loader-usa.gif');
}
/* end content */
/* dealer */
.log-out {
	color: #007cc3;
}

table .action-btn {
	color: #007cc3;
}
/* end dealer */
footer ul li a, footer ul li a:hover {
	color: #007cc3;
}
