/* button */
.btn {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 4px 15px;
	font-family: "Avenir medium", Arial,sans-serif;
	color: #e82c2a;
	border: 2px solid #e82c2a;
	background: linear-gradient(to right,#e82c2a 50%,#fff 0);
	background-position: right bottom;
	background-size: 300% 100%;
	transition: all .3s ease;
	text-transform: uppercase;
	letter-spacing: .07rem;
	line-height: 1.5;
	font-size: 14px;
}

	.btn:hover {
		background-color: transparent;
		background-position: left bottom;
		color: #fff;
	}

	.btn:active, .btn:focus {
		box-shadow: none;
	}

	.btn:disabled {
		pointer-events: none;
	}

		.btn:disabled:hover {
			background-color: #fff;
			color: #e82c2a;
		}

.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;
	text-transform: lowercase;
}

	.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 */

/* custom file upload*/
.btn.btn-yellow {
	background: linear-gradient(to right,#e0aa2b 50%,#fff 0);
	background-position: right bottom;
	background-size: 300% 100%;
	transition: all .3s ease;
	border-color: #e0aa2b;
	color: #e0aa2b;
}

	.btn.btn-yellow:hover {
		color: #fff;
		background-color: transparent;
		background-position: left bottom;
	}

.input-field-grouping .custom-uploaded-file {
	padding: 8px 10px;
}
/* end custom file upload*/

/* menu */
.active .circ-label p {
	color: #00275d;
}

.page-crumb .per-crumb.active .circ-group .circ .circ-inner {
	background-color: #00275d;
}
/* content */
#error-section h2.default {
	color: #00275d;
}

.page-content h1.step-title,
.page-content .link-container a {
	color: #00275d;
}

.text-blue {
	color: #00275d;
}

.per-link a {
	color: #00275d;
}

.imageLoader {
	background: url('/content/images/consumer/acura/loader-usa.gif');
}
/* end content */
/* dealer */
.log-out {
	color: #00275d;
}
/* end dealer */
footer ul li a, footer ul li a:hover {
	color: #00275d;
}
