
.container h1 a, .container h1 a:hover, .container h1 a:visited {
	text-decoration: none;
	color: inherit;
}


.error { color: #ff4f57!important;}

.field-validation-error { color: #ff4f57; }

.input-validation-error { border-color: #ff4f57!important; }

.entry a {
	transition: 0.33s;
	text-decoration: underline;
}

.entry a:hover {
	color: #ffb000;
	text-decoration: none;
}

.homepage-splash .left .more .button-more-large,
.button-more-large {
	width: 100%;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ffb000;
	font-family: 'montserratregular';
	font-size: 1.4em;
	text-transform: uppercase;
	background: none;
	line-height: 37px;
	color: #ffb000;
	border-radius: 19px;
	text-align: center;
	text-decoration: none;
	transition: .33s;
	font-weight: bold;
	font-size: 22px;
	margin: 10px 0 0;
	text-align: center;
}