/*
	Theme Name: NHS-Gloucestershire-CCG
	Description: This stylesheet changes the style of the theme to maximise accessibility
	Author: Rich Gwilt
	Author URI: http://www.activelabs.co.uk
*/

/* Focus */
input:focus {
	outline: none;
	background: #fff !important;
	border: 2px solid #000 !important;
	box-shadow: 0 0 0 3px #ffeb3b !important;
}

a:focus,
button:focus {
	background: #ffeb3b !important;
	border-bottom: 3px solid #212b32 !important;
	color: #212b32 !important;
}

a.no-focus:focus{
	background: none !important;
	border-bottom: none !important;
	color: #212b32 !important;
}


/* Header content */
#searchbar .large-search-button {
	font-size: 0;
}

#searchbar .large-search-button .fa {
	font-size: 22px;
}


/* Main content area content */
blockquote a {
	color: #009;
}


/* Footer content */
footer a:hover {
	color: #fff;
	text-decoration: none;
    background: #003087;
}
.footer-social ul li a {
	font-size: 0;
}
.footer-social ul li a.fa {
	font-size: 22px;
}