#wrapper {
	font-family: 'open_sansregular';
}

a.small.text-uppercase {
	color: $brand-color-1;
	font-family: 'open_sanssemibold';
	font-size: 12px;
	text-decoration: underline;

	&:hover, &:focus {
		text-decoration: none;
	}
}

.theme-alert {
	background-color: $brand-bg-color-3;
	border: 1px solid #EDEDED;
	color: $brand-color-1;
	font-weight: bold;
	margin: 30px 0;
	padding: 25px;
	text-align: center;
}