/* line 34, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit {
	position: fixed;
	right: 0;
	top: 85%;
	font-size: 150%;
	line-height: 1;
	padding: .2em .2em .2em .7em;
	white-space: nowrap;
	border-radius: 1.7em 0 0 1.7em;
	cursor: pointer;
	font-family: GDS Transport,arial,sans-serif;
	font-weight: bold;
	transform-origin: right center;
	transition: transform 10ms;
	z-index: 99999;
	background: #F7D418;
	color: #000;
	border: 0.2em solid #000;
	border-right: none;
	box-shadow: 0 0 0 0.1em #F7D418, 2px 2px 5px 0.1em rgba(0, 0, 0, 0.5);
}

#quick-exit a {
	color: #000;
}

#quick-exit a:focus,
#quick-exit a:hover {
	color: #000;
}

#quick-exit:hover {
	transform: scale(1.2);
}

#quick-exit header,
#quick-exit footer, #quick-exit::after {
	display: block;
	font-size: 50%;
	font-weight: normal;
	text-align: center;
	margin: .3em 0;
}

#quick-exit header strong,
#quick-exit footer strong, #quick-exit::after {
	font-weight: bold;
	text-transform: uppercase;
}

#quick-exit[accesskey]::after {
	content: "or press '" attr(accesskey) "'";
}

#quick-exit[data-accesskey]::after {
	content: "or press '" attr(data-accesskey) "'";
}

#quick-exit ul, #quick-exit li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#quick-exit a {
	text-decoration: none;
}

#quick-exit svg {
	height: 1em;
	width: auto;
	fill: currentColor;
}

/*
#quick-exit.green {
	background: #006A56;
	color: #fff;
	border: 0.2em solid #fff;
	border-right: none;
	box-shadow: 0 0 0 0.1em #006A56, 2px 2px 5px 0.1em rgba(0, 0, 0, 0.5);
}

#quick-exit.green a {
	color: #fff;
}

#quick-exit.green a:focus,
#quick-exit.green a:hover {
	color: #F7D418;
}

#quick-exit.blue {
	background: #fff;
	color: #1D4F9C;
	border: 0.2em solid #1D4F9C;
	border-right: none;
	box-shadow: 0 0 0 0.1em #fff, 2px 2px 5px 0.1em rgba(0, 0, 0, 0.5);
}

#quick-exit.blue a {
	color: #1D4F9C;
}

#quick-exit.blue a:focus,
#quick-exit.blue a:hover {
	color: #000;
}
*/