a.tspp-button {
	color: rgba(44,108,132,1);
	font-family: 'Karla', sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	border: none;
	padding: .5em 1em;
	position: relative;
	transition: all .4s ease;
	border: 1px solid rgba(44,108,132,1);
	text-align: center;
	display: inline-block;
}
a.tspp-button.block {
	display: block;
}
a.tspp-button.light {
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
}
a.tspp-button.alternate {
	color: rgba(93, 152, 65, 1);
	font-weight: bold;
	border: 1px solid rgba(93, 152, 65, 1);
}
a.tspp-button:hover,
a.tspp-button:focus {
	box-shadow: inset 0 0 0 2em rgba(44,108,132,.3);
	border-color: rgba(44,108,132,.3);
	color: rgba(22, 54, 66, 1);
	transition: all .4s ease;
}
a.tspp-button.light:hover,
a.tspp-button.light:focus {
	box-shadow: inset 0 0 0 2em rgba(44,108,132,1);
	border-color: rgba(44,108,132,1);
	color: #fff;
	transition: all.4s ease;
}
a.tspp-button.alternate:hover,
a.tspp-button.alternate:focus {
	box-shadow: inset 0 0 0 2em rgba(93,152,65,.3);
	border-color: rgba(93,152,65,.3);
	color: rgba(35, 59, 24,1);
	transition: all .4s ease;
}
a.tspp-button.small {
	padding: .25em .5em;
	font-size: .75em;
}
a.tspp-button.medium {
	padding: .5em 1em;
	font-size: 1em;
}
a.tspp-button.large {
	padding: 1em 2em;
	font-size: 1.5em;
	font-weight: bold;
}