.plain-button,
.hcp-button-golden,
.hcp-button-grey,
.hcp-button-blue,
.hcp-button-orange,
.hcp-button-white,
.hcp-button-inactive,
.hcp-button-primary,
.hcp-button-default {
	width: auto;
	text-transform: uppercase;
	padding: 12px 24px;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	margin: 0 auto 1em;
	border-radius: 4px;
	line-height: inherit;
	cursor: pointer;
	border: none;
	position: relative;
	overflow: hidden;
}

.hcp-button,
.hcp-button-golden,
.hcp-button-grey,
.hcp-button-blue,
.hcp-button-orange,
.hcp-button-white,
.hcp-button-inactive,
.hcp-button-primary,
.hcp-button-default {
	cursor: pointer;
	border: none;
	position: relative;
	overflow: hidden;
}

.hcp-button-icon {
	fill: #ffffff;
	line-height: inherit;
	vertical-align: middle;
}

.hcp-button-icon-left {
	padding-left: 0;
	padding-right: 5px;
}

.hcp-button-icon-right {
	padding-left: 5px;
	padding-right: 0;
}

.hcp-button-default {
	background: #005eb8;
	color: #ffffff;
}

.hcp-button-default:hover {
	background: #003865;
	color: #ffffff;
}

.hcp-button-primary {
	background: linear-gradient(to bottom, #005eb8 0%, #003865 100%);
	color: #ffffff;
}

.hcp-button-primary:hover {
	background-color: #005eb8;
	color: #ffffff;
}

.hcp-button-primary:focus {
	outline: 0;
	box-shadow: none;
}

.hcp-button-inactive {
	background-color: #eaeaea;
	color: #ffffff;
}

.hcp-button-inactive:hover {
	background-color: #eaeaea;
	color: #ffffff;
}

.hcp-button-inactive:focus {
	outline: 0;
	box-shadow: none;
}

.hcp-button-white {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #333333;
}

.hcp-button-orange {
	border: 1px solid #ffa71c;
	background-color: #ffa71c;
	color: #ffffff;
}

.hcp-button-blue {
	border: 1px solid #172f45;
	background: linear-gradient(to bottom, #005eb8 0%, #003865 100%);
	color: #ffffff;
}

.hcp-button-blue:hover {
	border-color: #ffffff;
}

.hcp-button-grey {
	border: 1px solid #526a7b;
	background: linear-gradient(to bottom, #7c94a5 0%, #5e7687 100%);
	color: #ffffff;
}

.hcp-button-grey:hover {
	color: #333333;
}

.hcp-button-golden {
	background-color: #deb45e;
	border: 1px solid #d2a852;
	color: #070000;
	text-transform: none;
}