/***************************************************************
**** FRONTEND CSS RULES - ONLY SHOWN TO NON-LOGGED IN USERS ****
****************************************************************/

/* not logged in convenience link to avenger */
#saui-not-logged-in {
	display: block;
	width: 35px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	color: rgba(0, 0, 0, 0);
	background-color: rgb(240, 240, 240);
	background-image: url('/avcore/img/sp-shield.png');
	background-position: -16px -58px;
	border-radius: 0;
	margin: 0;
	padding: 0;
	z-index: 2020;
}
#saui-not-logged-in:hover {
	box-shadow: none;
	background-position: -16px -107px;
	background-color: rgb(63,74,89);
}
@media screen and (min-width: 40em) {
	#saui-not-logged-in {
		width: 65px;
		height: 60px;
		background-position: 0 -43px;
	}
	#saui-not-logged-in:hover {
		background-position: 0 -92px;
	}
}