button, .button
{
	padding: 1em 2em 1.063em;
	font-size: 1em;
	line-height: inherit;
}

.button.ghost
{
	background: none;
	color: #273846;
	border: 2px solid #273846;
	transition: border 300ms ease-out 0s;
	transition: color 300ms ease-out 0s;
}

.button.ghost:hover
{
	color: #405c73;
	border: 2px solid #405c73;
	transition: border 300ms ease-out 0s;
	transition: color 300ms ease-out 0s;
}

.button.ghost.white
{
	color: #fff;
	border: 2px solid #fff;
}

.button.ghost.white:hover
{
	border: 2px solid #fff;
}