/* ------------------------------------------------------------------------------------------

	Financial Ombudsman Service
	Screen Style Sheet
	last update: 12 June 2014
	author: info@ecru.co.uk

------------------------------------------------------------------------------------------ */

/* colour palettes for the different sylesheets ---------------------------------------------
				Normal		Contrast	White on Black
				======		=======		==============
grey rules 		#DEDEDE		#BBB		#BBB
FOS blue 		#4B90CD		#1D2172 	#E0E0E0
FOS purple: 	#1D2172		#1D2172 	#E0E0E0
blue text 		#2B6198		#1D2172		#E0E0E0
'black' text	#333		#080808		#F1F1F1;
'greyer' text	#555		#1D2172		#2B6198
background		#FEFEFE 	#1D2172		#FEFEFE 	#1D2172;
background		#F2F2F2		#F8F8F8		#101960
active links	#999		#000		#FEFEFE
*/

/* font sizing guide ------------------------------------------------------------------------

pixels		ems		leading
-------------------------------------
9px 	= 	0.75em		2.2222em
10px 	= 	0.8333em	2em
11px 	= 	0.9166em	1.8181em
12px 	= 	1em			1.6666em
13px 	= 	1.0833em	1.5384em
14px 	= 	1.1666em	1.4285em
15px 	= 	1.25em		1.3333em
16px 	= 	1.3333em	1.25em
17px 	= 	1.4166em	1.1764em
18px 	= 	1.5em		1.1111em
19px 	= 	1.5833em	1.0526em
20px 	= 	1.6666em	1em
21px 	= 	1.75em
22px 	= 	1.8333em
23px 	= 	1.9166em
24px 	= 	2em
30px	=	2.5em

(divide desired pixel height by 12 to get 'em' value) */


/* !Eric Meyer's css reset (http://meyerweb.com/eric/tools/css/reset/) -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset */

form input, form textarea, button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* !LAYOUT ------------------------------------------------------------------------------- */

body {
	background-color: #F2F2F2;
	font-size: 75%; /* convert 16px base font size to 12px */
	line-height: 1.6666em; /* 20px (12 x 1.6666 = 20) */
	font-family: Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
	color: #333;
}

#header {
	background-color: #FEFEFE;
	border-top: 4px solid #4B90CD;
	height: 122px;
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
}

#accessMenu {
	display: none;
}

#contentWrap {
	margin: 0;
	border-bottom: 1px solid #DEDEDE;
}

#breadcrumb {
	margin: 0;
	background: url("../images/horizontal_rule.gif") repeat-x bottom left;
}

#mainContent {
	margin: 0 15px;
}

#leftColumn {
	margin: 15px;
}

#rightColumn {
	margin: 15px;
}

#footer {
	clear: both;
	min-height: 80px;
	_height: 80px;
}

img,
embed,
object,
video {
	max-width: 100%;
	_width: 100%;
}

.clear {
	clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hidden-phone {
	display: none;
}

.skip {
	position: absolute;
	top: -999em;
	left: -999em;
}

input[type="button"] {
	background-color: #4B90CD;
	padding: 4px 7px;
	font-size: 1.1666em;
	border: none;
	color: #fff;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

input[type="button"]:hover {
	background-color: #2b7abf;
}

.highlight select {
	margin-left: 15px;
	padding: 5px;
	-webkit-appearance: none;
	border-radius: 0;
}

.highlight form {
	margin: 15px 0;
}

/* !TYPOGRAPHY --------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #1D2172;
	line-height: 1.4em;
}

#mainContent h1 {
	font-size: 2em;
	background: url("../images/horizontal_rule.gif") repeat-x bottom left;
	padding-bottom: 1em;
	margin-bottom: 1em;
	color: #2B6198;
}

#mainContent h2,
#rightColumn h2 {
	font-size: 1.5em;
	margin: 1.1111em 0;
}

#mainContent h3,
#rightColumn h3 {
	font-size: 1.25em;
	margin: 1.3333em 0;
}

#mainContent h4,
#rightColumn h4 {
	font-size: 1em;
	margin: 1.6666em 0;
	font-weight: bold;
}

#mainContent h5,
#rightColumn h5 {
	font-size: 1em;
	line-height: 1.6666em;
	margin: 2em 0;
	font-weight: normal;
}

#mainContent h6,
#rightColumn h6 {
	font-size: 1em;
	line-height: 1.6666em;
	margin: 2em 0;
	font-weight: normal;
	color: #000;
}

#rightColumn h2,
#rightColumn h3,
#rightColumn h4,
#rightColumn h5,
#rightColumn h6 {
	margin-top: 0;
}

p {
	margin: 1.6666em 0;
}

p.date {
	margin: -0.8333em 0 1.6666em 0;
	color: #555;
}

ul {
	margin: 1.6666em 0 1.6666em 20px;
}

ol {
	list-style: decimal;
	margin: 1.6666em 0 1.6666em 40px;
}

#mainContent ul li {
	background: url("../images/bullet_blue.gif") no-repeat 0 0.6em;
	padding-left: 10px;
	margin: 0.8333em 0;
}

#mainContent ul li ol li {
	background: none;
	padding-left: 0;
}

#mainContent ul ul,
#mainContent ol ul {
	margin: 0 0 0 10px;
}

#mainContent ol ol,
#mainContent ul ol {
	margin: 0 0 0 40px;
}

#mainContent ol li {
	margin: 0.8333em 0;
}

.rule {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #FEFEFE;
}

/* hyperlinks */

a:link, a:visited {
	color: #2B6198;
	text-decoration: none;
}

a:hover, a:active {
	color: #18145D;
}

/* focus styles for tabbing through links */
:focus {
	outline: 1px dotted black;

}

#mainContent a:link, #mainContent a:visited {
	border-bottom: 1px solid #DEDEDE;
}

#mainContent a:hover, #mainContent a:active {
	border-bottom: 1px solid #999;
}

/* file type links */

a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	background:transparent url("../images/icon_pdf.gif") top left no-repeat;
}

a[href$='.doc'] {
	display:inline-block;
	padding-left:20px;
	background:transparent url("../images/icon_word.gif") top left no-repeat;
}

/* tooltips */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #600;
	background-color: #C33;
	padding: 0 4px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div {
	margin: 0;
	color: #FEFEFE !important;
}

/* blockquote */

blockquote {
	background: transparent url("../images/quote_open.png") no-repeat 0 2px;
	padding: 0 0 0 3px;
	margin: 0 0 15px;
}

blockquote p {
	font-size: 1.1666em;
	line-height: 1.4285em;
	padding: 0 27px;
	color: #555;
	background: transparent url("../images/quote_close.png") no-repeat right bottom;
	margin: 0.8333em 0;
}

blockquote p.author {
	background-image: none;
	color: #1D2172;
	font-style: normal;
}

/* !DATA TABLES -------------------------------------------------------------------------- */

#mainContent table {
	font-size: 0.95em;
	border-collapse: collapse;
	margin: 20px 0 2em;
	width: 100%;
	border-top: 1px solid #4B90CD;
	border-left: 1px solid #4B90CD;
	background-color: #fff;
}

#mainContent table caption {
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #393996;
	padding: 0 0 0.7em 0;
}

#mainContent th {
	padding: 2px 5px;
	background-color: #4B90CD;
	border-right: 1px solid #4B90CD;
	border-bottom: 1px solid #4B90CD;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

#mainContent td {
	color: #4B90CD;
	padding: 2px 5px;
	border-right: 1px solid #4B90CD;
	border-bottom: 1px solid #4B90CD;
}

table.numeric th,
table.numeric td {
	text-align: right;
}

table.numeric th:first-child,
table.numeric td:first-child  {
	text-align: left;
}

table.numeric td.tdLeft,
table.numeric th.tdLeft {
	text-align: left;
}

td.tdCentred,
th.tdCentred {
	text-align: center;
}

td.tdRight,
th.tdRight {
	text-align: right;
}

td.tdLeft,
th.tdLeft {
	text-align: left;
}

#mainContent .trHighlight {
	background-color: #EDF4FA;
}

#mainContent .trHighlight,
#mainContent .trHighlight2,
#mainContent .trHighlight3,
#mainContent .trHighlight4,
#mainContent .trHighlight5 {
	background-color: #EDF4FA;
}

#mainContent .trHighlight td {
	color: #000;
}

#mainContent .trHighlight2 td,
#mainContent .trHighlight3 td,
#mainContent .trHighlight3 td {
	font-weight: bold;
	border-bottom: 1px solid #000;
	color: #000;
}

#mainContent .trHighlight4 td {
	border-bottom: 3px double #000;
	color: #000;
}

#mainContent .trHighlight5 td {
	font-weight: bold;
	border-bottom: 3px double #000;
	color: #000;
}

tr.ruleBelow td {
	border-bottom: 1px solid #000;
}

tr.doubleRuleBelow td {
	border-bottom: 3px double #000;
}

tr.ruleBelowBold td {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

tr.doubleRuleBelowBold td {
	font-weight: bold;
	border-bottom: 3px double #000;
}

/* !COOKIE BAR --------------------------------------------------------------------------- */

#cookiebar {
	background-color: #4B90CD;
	height: 126px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	color: #fff;
}

.cookiebar-inner {
	position: relative;
	margin: 0;
	background-color: #4B90CD;
	height: 126px;
	padding: 0 15px;
}

#cookiebar span.info {
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 10px 0 5px;
}

#cookiebar span.info a {
	color: #fff;
	border-bottom: 1px solid #63B5DD;
}

#cookiebar span.info a:hover {
	border-bottom: 1px solid #fff;
}

#cookiebar p.understand {
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #A6CE39;
	padding: 5px 8px;
	color: #000;
	margin: 0;
}

#cookiebar label.check {
	cursor: pointer;
	font-size: 0.9em;
}

#cookiebar input {
	margin-left: 5px;
	padding: 0;
	cursor: pointer;
}

/* !MODULES ------------------------------------------------------------------------------ */

/* highlight panels */

#mainContent .highlight {
	border: 1px solid #DEDEDE;
	background-color: #fff;
	margin: 20px 0;
	position: relative;
	padding-bottom: 5px;
}

#mainContent .highlight h2 {
	font-size: 1.1666em;
	line-height: 1.4285em;
	margin: 0;
	background-color: #4A90CD;
	color: #fff;
	padding: 9px 15px;
}

#mainContent .highlight h3 {
	font-size: 1.1666em;
	line-height: 1.4285em;
}

#mainContent .highlight h3,
#mainContent .highlight h4,
#mainContent .highlight h5,
#mainContent .highlight p,
#mainContent .highlight ul,
#mainContent .highlight ol {
	padding: 0 15px;
	margin: 0.8333em 0;
}

/* alert panels */

#mainContent .alert {
	border: 1px solid #c83737;
	background-color: #fff;
	margin: 20px 0;
	position: relative;
	padding-bottom: 5px;
}

#mainContent .alert h2 {
	font-size: 1.1666em;
	line-height: 1.4285em;
	margin: 0;
	background-color: #c83737;
	color: #fff;
	padding: 9px 15px;
}

#mainContent .alert h3 {
	font-size: 1.1666em;
	line-height: 1.4285em;
}

#mainContent .alert h3,
#mainContent .alert h4,
#mainContent .alert h5,
#mainContent .alert p,
#mainContent .alert ul,
#mainContent .alert ol {
	padding: 0 15px;
	margin: 0.8333em 0;
}

#mainContent .alert ul li {
	background-image: url("../images/bullet_red.gif");
}

/*social media panels*/

.social {
	background: url("../images/horizontal_rule.gif") repeat-x 0 0;
	padding: 1em 0;
}

.social .icon {
	display: inline-block;
	background: transparent url("../images/social-media-icons.png") no-repeat 0 0;
	width: 36px;
	height: 36px;
	margin-right: 7px;
	vertical-align: middle;
}

.fos-linkedin .icon { background-position: 0 -36px; }
.fos-facebook .icon { background-position: 0 -72px; }
.fos-pinterest .icon { background-position: 0 -108px; }
.fos-instagram .icon { background-position: 0 -144px; }
.fos-youtube .icon { background-position: 0 -180px; }

/* make Facebook Like panel responsive */
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
	width: 100% !important;
	height: 350px !important;
 }

.instagram-panel {
	margin: 20px 0 !important;
	padding-bottom: 6px;
}

.instagram-panel p .icon {
	background: transparent url("../images/social-media-icons.png") no-repeat 0 -216px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.instagram-widget {
	margin: 10px;
}

/* !HEADER ------------------------------------------------------------------------------- */

#headerContent {
	text-align: center;
}

#logo {
	margin: 22px auto 0;
	width: 193px;
	height: 77px;
}

#strapline, #styleSwitcher {
	display: none;
}

/* !NAVIGATION --------------------------------------------------------------------------- */

#mainNavigation {
	border-bottom: 1px solid #fff;
	background: #EEE url("../images/mobile-menu-bg.gif") repeat-x 0 0;
	position: relative;
}

#mainNavigation #mainNavContent.navopen {
	border-bottom: 1px solid #2b7abf;
}

#mainNavigation button {
	background: #4B90CD url("../images/menu-icon.gif") no-repeat 10px 10px;
	border: none;
	color: white;
	font-size: 1.1666em;
	margin: 4px 0px 4px 15px;
	padding: 5px 8px 8px 27px;
	*padding: 3px 0 3px 18px;
	*margin-left: 15px;
	cursor: pointer;
}

#mainNavigation button:hover {
	background-color: #2b7abf;
}

#mainNavigation ul {
	margin: 0;
}

#mainNavigation li {
	font-size: 1.1666em;
	line-height: 1.4285em;
	border-top: 1px solid #2b7abf;
	background-color: #4B90CD;
	_float: left;
	_width: 100%;
}

#mainNavigation li a {
	display: block;
	_float: left;
	_width: 100%;
	border-top: 1px solid #68a2d5;
	padding: 8px 15px 9px;
	color: #fff;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

#mainNavigation li a:hover {
	background-color: #2b7abf;
	border-top: 1px solid #4188c6;
}

#mainNavigation .rule {
	border: none;
	border-bottom: 1px solid #dedede;
	width: 100%;
	display: block;
}

#mainNavContent ul {
 	display: none;
}

/* !SEARCH PANEL ------------------------------------------------------------------------- */

#___gcse_0 {
	position: absolute;
	top: 4px;
	right: 15px;
}

#mainNavigation .cse .gsc-search-button input.gsc-search-button-v2, #mainNavigation input.gsc-search-button-v2 {
	width: 13px;
	height: 13px;
	padding: 8px 7px 7px 8px;
	min-width: 13px;
	margin-top: 0;
}

#mainNavigation input.gsc-search-button {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#mainNavigation input.gsc-search-button:hover, #mainNavigation input.gsc-search-button:focus {
	border-color: #2b7abf !important;
	background-color: #2b7abf !important;
}

.gsc-control-searchbox-only, .gsc-control-searchbox-only-en {
	width: 180px;
}

#mainNavigation .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 3px;
}

#mainNavigation .gsc-input-box {
	height: 28px;
}

#mainNavigation input.gsc-input {
	font-size: 1em;
	padding-top: 3px !important;
	color: #555;
}

#mainNavigation input.gsc-input:focus {
	color: #000 !important;
}

.gsst_a .gscb_a {
	padding-top: 6px;
}

#mainNavigation .gsc-search-box .gsc-input>input:hover,
#mainNavigation .gsc-input-box-hover,
#mainNavigation .gsc-search-box .gsc-input>input:focus,
#mainNavigation .gsc-input-box-focus {
	border: 1px solid #999;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0);
	outline: none;
}

.gsc-completion-container {
	font-size: 13px !important;
	border-color: #999 !important;
}



/* !SEARCH RESULTS ----------------------------------------------------------------------- */

#results {
	margin: 0 15px;
}

#results .gsc-control-cse,
#results .gsc-control-cse-en {
	border: none;
	background-color: #f2f2f2;
}

#results .cse .gsc-control-cse,
#results .gsc-control-cse {
	padding: 0;
}

#results .gsc-result-info {
	padding: 0;
}

#results .gsc-above-wrapper-area {
	border: none;
	background: url("../images/horizontal_rule.gif") repeat-x bottom left;
}

#results .gsc-results {
	width: 100%;
}

#results .gcsc-branding {
	padding: 3px 0 0;
}

#results .gsc-webResult .gsc-result {
	padding: 0 0 15px;
	border: none;
	margin: 15px 0;
	background-color: #f2f2f2;
	background: url("../images/horizontal_rule.gif") repeat-x bottom left;
}

#results .gsc-table-result,
#results .gsc-thumbnail-inside,
#results .gsc-url-top {
	padding: 0;
}

#results .gs-title {
	margin-bottom: 5px;
}

#results .gsc-results .gsc-cursor-box .gsc-cursor-page {
	border: none;
	background-color: #f2f2f2;
}

#results .gsc-results .gsc-cursor-box {
	margin: 10px 0 20px;
}

#results .gs-webResult div.gs-visibleUrl,
#results .gs-imageResult div.gs-visibleUrl {
	color: #666;
}

/* !SUB NAVIGATION ----------------------------------------------------------------------- */

#subNavigation {
	border: 1px solid #DEDEDE;
	background-color: #FEFEFE;
}

#subNavigation h2 {
	background-color: #4B90CD;
	font-size: 1.1666em;
	line-height: 1.4285em;
	border-top: 1px solid #4B90CD;
	color: #FEFEFE;
	padding: 6px 15px 6px 28px;
	background: #4B90CD url("../images/menu-icon.gif") no-repeat 10px 10px;
}

#subNavigation ul {
	margin: 0;
	display: none;
}

#subNavigation ul ul {
	margin: 0;
}

/* level 1 */

#subNavigation li {
	border-top: 1px solid #DEDEDE;
	font-size: 1em;
	line-height: 1.6666em;
	_float: left;
	_width: 100%;
}

#subNavigation li:first-child {
	border-top: none;
}

#subNavigation li a:link,
#subNavigation li a:visited {
	display: block;
	padding: 6px 15px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

#subNavigation li a:hover,
#subNavigation li a:active {
	background-color: #F9F9F9;
	color: #1D2172;
}

/* level 2 */

#subNavigation li li {
	border-top: none;
	font-size: 1em;
	line-height: 2em;
}

#subNavigation li li a:link,
#subNavigation li li a:visited {
	padding: 3px 8px 3px 30px;
	background: url("../images/arrow_purple.gif") no-repeat 20px 0.95em;
}

#subNavigation li li a:hover,
#subNavigation li li a:active {
	background: #F9F9F9 url("../images/arrow_purple.gif") no-repeat 20px 0.95em;
	color: #1D2172;
}

/* level 3 */

#subNavigation li li li a:link,
#subNavigation li li li a:visited {
	padding: 3px 8px 3px 45px;
	background-position: 35px 0.95em;
}

#subNavigation li li li a:hover,
#subNavigation li li li a:active {
	padding: 3px 8px 3px 45px;
	background-position: 35px 0.95em;
}

/* !BREADCRUMB --------------------------------------------------------------------------- */

#breadcrumb p {
	padding-bottom: 10px;
}

/* !FEEDBACK PANEL ----------------------------------------------------------------------- */

.feedback {
	border: 1px solid #DEDEDE;
	background-color: #FEFEFE;
	padding: 0 15px 45px;
	margin: 30px 0 20px;
	position: relative;
}

#mainContent .feedback h2 {
	font-size: 1.3333em;
	line-height: 1.25em;
}

#mainContent .feedback fieldset label {
	position: absolute;
	top: -999em;
	left: -999em;
}

.feedback #leavecomment {
	border-top: 1px solid #DEDEDE !important;
}

.feedback #leavecomment p {
	margin: 0.8333em 0 0 0;
}

.feedback #comment {
	width: 100%;
	border: 1px solid #DEDEDE;
	padding: 3px 5px;
	font-size: 1em;
	line-height: 1.6666em;
	background-color: #FCFCFC;
	color: #555;
	margin-bottom: 10px;
	font-family: Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.feedback #comment:focus {
	background-color: #FEFEFE;
	color: #333;
}

.leavefeedback {
	float: left;
	width: 60%;
	margin: 0;
	color: #2B6198;
	cursor: pointer;
}

.feedback .button {
	background-color: #4B90CD;
	padding: 4px 7px;
	font-size: 1.1666em;
	border: none;
	color: #fff;
	position: absolute;
	bottom: 13px;
	right: 13px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
	_position: relative;
	_float: right;
	_margin: 10px 0 0;
}

.feedback .button:hover {
	background-color: #2b7abf;
}

.not-useful {
	float: left;
	margin: 0 4px 10px 0;
	line-height: 1.3em;
}

.very-useful {
	float: left;
	margin: 0 0 10px 4px;
	line-height: 1.3em;
}

.not-useful span,
.very-useful span {
	display: none;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */

div.rating-cancel,div.star-rating {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}

div.rating-cancel,div.rating-cancel a {
	background: url("../images/delete.gif") no-repeat 0 -16px;
}

div.star-rating,div.star-rating a {
	background: url("../images/star.gif") no-repeat 0 0px;
}

div.rating-cancel a,div.star-rating a {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 0;
}

div.star-rating-on a {
	background-position: 0 -16px!important;
}

div.star-rating-hover a {
	background-position: 0 -32px;
}

/* Read Only CSS */
div.star-rating-readonly a {
	cursor:default !important;
}

/* Partial Star CSS */
div.star-rating {
	background:transparent!important;
	overflow:hidden!important;
}

/* END jQuery.Rating Plugin CSS */

/* !SECONDARY CONTENT -------------------------------------------------------------------- */

#rightColumn .panel {
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 0 0 15px;
}

#rightColumn .panel h2 {
	font-size: 1.1666em;
	line-height: 1.4285em;
	margin: 0;
	background-color: #4A90CD;
	color: #FEFEFE;
	padding: 9px 15px;
}

#rightColumn .panel h2 a {
	color: #fff;
	border-bottom: 1px solid #63b5dd;
}

#rightColumn .panel h2 a:hover {
	border-bottom-color: #fff;
}

#rightColumn img {
	margin-bottom: 15px;
}

#rightColumn .panel img {
	margin-bottom: 0px;
}

#rightColumn .panel p {
	padding: 3px 0;
	margin: 0 8px;
	color: #1D2172;
}

#rightColumn .panel p:first-child {
	border-top: 0;
}

#rightColumn .panel ul {
	margin: 0px 15px 0;
	padding: 6px 0;
}

#rightColumn .panel li {
	border-top: 1px solid #DEDEDE;
	padding: 8px 0;
}

#rightColumn .panel li:first-child {
	border-top: none;
}

#rightColumn .panel li a:link,
#rightColumn .panel li a:visited {
	border-bottom: 1px solid #FEFEFE;
}

#rightColumn .panel p a:hover,
#rightColumn .panel p a:active,
#rightColumn .panel li a:hover,
#rightColumn .panel li a:active {
	color: #1D2172;
	border-bottom: 1px solid #999;
}

#rightColumn blockquote {
	background-color: #fff;
	background-position: 8px 11px;
	border: 1px solid #DEDEDE;
	padding: 0 12px;
	margin: 0 0 15px;
}

#rightColumn blockquote p {
	font-size: 1.1666em;
	line-height: 1.4285em;
	padding: 0 27px;
	color: #555;
	margin: 0.8333em 0;
}

#rightColumn blockquote p.author {
	text-align: right;
	padding-right: 0;
	color: #1D2172;
	font-style: normal;
}

/* Picture with Caption panel */

#rightColumn .imageWithCaption {
	margin: 20px 0;
	border: 0;
}

#rightColumn .imageWithCaption img {
	margin-bottom: 0;
}

#rightColumn .imageWithCaption p:first-child ,
#rightColumn .imageWithCaption p {
	font-size: 0.95em;
	margin-top: 0.8333em;
}

/* my story panel */

#rightColumn .myStory {
	background: #A6CE39 url("../images/myStory_panel_bg.jpg") no-repeat bottom right;
	border: none;
	min-height: 100px;
	_height: 100px;
	margin: 15px 0;
}

#rightColumn .myStory h2 {
	color: #fff;
	font-size: 1.1666em;
	line-height: 1.4285em;
	padding: 12px 100px 12px 15px;
	margin: 0;
}

#rightColumn .myStory p {
	color: #fff;
	border: none;
	padding: 0 100px 12px 15px;
	margin: 0;
}

#rightColumn .myStory a:link, #rightColumn .myStory a:visited {
	color: #333;
	border-bottom: 1px solid #D3E756;
}

#rightColumn .myStory a:hover, #rightColumn .myStory a:active {
	color: #000;
	border-bottom: 1px solid #FEFEFE;
}

/* !HOME --------------------------------------------------------------------------------- */

#home .banner-large,
#home .banner-medium {
	display: none;
}

#home #banner {
	margin: 15px;
}

#home #banner h1,
#home #banner h2,
#home #banner p {
	margin: 0;
	color: #FFF;
	font-size: 1em;
	line-height: 1.6666em;
}

#home #banner h2 {
	font-size: 1.1666em;
	line-height: 1.4285em;
}

#home #banner #panel3 h2,
#home #banner #panel3 p {
	color: #333;
}

#home #banner a {
	color: #FFF;
}

#home #banner a:link,
#home #banner a:visited {
	color: #FFF;
	border-bottom: 1px solid #63B5DD;
}

#home #banner a:hover,
#home #banner a:active {
	border-color: #FFF;
}

#home #banner #panel2 {
	padding-right: 75px;
}

#home #banner #panel3 {
	padding-right: 95px;
}

#home #banner #panel2 a:link, #home #banner #panel2 a:visited {
	border-color: #5458B3;
}

#home #banner #panel2 a:hover, #home #banner #panel2 a:active {
	border-color: #FFF;
}

#home #banner #panel3 a:link, #home #banner #panel3 a:visited {
	color: #333;
	border-color: #D3E756;
}

#home #banner #panel3 a:hover, #home #banner #panel3 a:active {
	color: #000;
	border-color: #FFF;
}

#home #banner div {
	min-height: 80px;
	_height: 80px;
	margin: 0 0 1px;
	padding: 10px
}

#home #banner div.panelwrap {
	padding: 0;
}

#home #panel1 {
	background: #3170B9 url("../images/home_banner1_mobile.jpg") repeat-y;
}

#home #panel2 {
	background: #1D2172 url("../images/home_banner2_mobile.jpg") no-repeat bottom right;
}

#home #panel3 {
	background: #A6CE39 url("../images/home_banner3_mobile.jpg") no-repeat bottom right;
}

#home #rightColumn,
#home #leftColumn {
	margin: 0;
}

#home #rightColumn .panel {
	border: none;
}

#home #contentWrap .panel {
	margin: 15px 0 25px;
	border-top: 1px solid #DEDEDE;
	background-color: transparent;
}

#home #contentWrap .panel h2 {
	font-size: 1.1666em;
	line-height: 1.4285em;
	color: #555;
	margin-bottom: 15px;
	padding: 9px 15px;
	border-bottom: 1px solid #DEDEDE;
	background: #EEE url("../images/mobile-menu-bg.gif") repeat-x 0 0;
}

#home .panel h3 {
	font-size: 1.1666em;
	line-height: 1.4285em;
	padding: 0 15px;
}

#home #banner #panel3 img {
	display: none;
}

#home .panel ul {
	margin: 0.8333em 0;
	padding: 0 15px;
}

#home .panel p {
	padding: 0 15px;
}

#home .panel li {
	margin: 0 0 0.4166em 0;
	border-top: none;
	background: url("../images/arrow_purple.gif") no-repeat 0 0.6em;
	padding: 0 0 0 10px;
	font-size: 1em;
	line-height: 1.6666em;
}

#home .panel a:link,
#home .panel a:visited {
	border-bottom: 1px solid transparent !important;
}

#home .panel a:hover,
#home .panel a:active {
	border-bottom-color: #999 !important;
}

#home .business {
	color: #555;
}

#home .business img,
#home .findinfo img {
	display: none;
}

#home .webfocus h3 {
	color: #333;
}

#home .webfocus .video {
	margin: 15px;
	padding: 0;
}

#home .webfocus p {
	margin: 0.8333em 0;
}

/* !404 ----------------------------------------------------------------- */

#notfound #contentWrap .panel-404 {
	border: 1px solid #dedede;
	background-color: #fff;
	margin: 0 0 15px;
}

#notfound #banner {
	background-color: #3170B9;
	margin: 15px;
}

#notfound #banner h1 {
	color: #fff;
	font-size: 1.5em;
	padding: 15px;
}

#notfound #banner h1 em {
	font-style: normal;
}

#notfound #contentWrap h2 {
	font-size: 1.5em;
	margin: 10px 0 0;
	background-color: transparent;
	color: #2B6198;
	padding: 9px 15px 0;
}

#notfound #contentWrap .panel-404 ul {
	margin: 0 15px 1.6666em;
}


#notfound #contentWrap .panel-404 li {
	border: none;
	padding: 0 0 0 10px;
	background: url("../images/bullet_blue.gif") no-repeat 0 0.6em;
	margin: 0.8333em 0;
}

/* !FOOTER -------------------------------------------------------------- */

#footer {
	border-top: 1px solid #fff;
	padding-top: 15px;
}

#footerContent {
	font-size: 0.9166em;
	line-height: 1.8181em;
	color: #666;
}

#socialMenu {
	margin: 0 15px 15px;
}

#socialMenu li {
	font-size: 1.1666em;
	line-height: 1.4285em;
	background-color: #4B90CD;
	margin: 0;
	float: left;
	width: 47.8%;
	display: block;
}

#socialMenu li.menuTwitter {
	float: right;
}

#socialMenu li a:link,
#socialMenu li a:visited {
	background: #4B90CD url("../images/menu_icons.png") no-repeat -997px 5px;
	_background-image: url("../images/menu_icons.gif");
	display: block;
	padding: 8px 15px 8px 34px;
	color: #fff;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

#socialMenu li.menuTwitter a {
	background-position: -997px -45px;
}

#socialMenu li a span {
	display: none;
}

#socialMenu li a:hover,
#socialMenu li a:active {
	background-color: #2b7abf;
}

#footerMenu {
	margin: 0;
	clear: both;
}

#footerMenu li {
	font-size: 1.1666em;
	line-height: 1.4285em;
	background-color: #4B90CD;
	_float: left;
	_width: 100%;
}

#footerMenu li a:link,
#footerMenu li a:visited {
	background: #4B90CD url("../images/menu_icons.png") no-repeat -997px -95px;
	_background-image: url("../images/menu_icons.gif");
	display: block;
	border-top: 1px solid #68a2d5;
	border-bottom: 1px solid #2b7abf;
	padding: 8px 15px 9px 34px;
	color: #fff;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	_float: left;
	_width: 100%;
}

#footerMenu li a:hover,
#footerMenu li a:active {
	background-color: #2b7abf;
	border-top: 1px solid #4188c6;
}

#footerContent #footerMenu li.menuCymraeg a { background-position: -997px -145px; }
#footerContent #footerMenu li.menuNewsEmail a { background-position: -997px -195px; }

#footerContent #footerMenu li.menuAccess a { background-position: -997px -495px; }
#footerContent #footerMenu li.menuFollow a { background-position: -997px -544px; }

#footerContent #footerMenu li.menuHelp a { background-position: -997px -245px; }
#footerContent #footerMenu li.menuListen a { background-position: -997px -295px; }
#footerContent #footerMenu li.menuPDF a { background-position: -997px -345px; }
#footerContent #footerMenu li.menuCareers a { background-position: -997px -395px; }
#footerContent #footerMenu li.menuSitemap a { background-position: -997px -445px; }

#copyright {
	clear: left;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
}

#copyright span {
	display: block;
}

/* MEDIA QUERIES ------------------------------------------------------------------------- */

/* 470px */
@media only screen and (min-width: 470px) {
	#home .banner-large,
	#home .banner-small {
		display: none;
	}
	#home .banner-medium {
		display: block;
	}
}

/* Fix text size issue on Ipone in landscape mode */
@media only screen and (max-device-width: 480px) {
	body { -webkit-text-size-adjust: 100% }
}

/* 480px */
@media only screen and (min-width: 480px) {

	.not-useful span,
	.very-useful span {
		display: inline;
	}

	#mainContent img {
		max-width: 50%;
		_width: 50%;
	}

	.imageleft {
		float: left;
		clear: left;
		margin: 5px 20px 20px 0;
	}

	.rightlist {
		margin: 0 0 0.8333em 10em !important;
		padding: 0;
		_padding: 0 15px !important;
		_margin: 0.8333em 0 !important;
		_clear: left;
		_width: 90%;
	}

	/* !COOKIE BAR --------------------------------------------------------------------------- */

	#cookiebar span.info {
		font-size: 1em;
		line-height: 1.5em;
	}

	#cookiebar label.check {
		font-size: 1em;
	}

	/* !HOMEPAGE ------------------------------------------------------------ */

	#home #banner h1 {
		font-size: 1.1666em;
		line-height: 1.4285em;
	}

	#home #banner h2 {
		font-size: 1.3333em;
		line-height: 1.25em;
		margin-bottom: 5px;
	}

	/* !404 ------------------------------------------------------------------ */

	#notfound #banner  {
		min-height:  150px;
		background: #3170B9 url("../images/404-banner-small.jpg") no-repeat 0 0;
	}

	#notfound #banner h1  {
		padding-left: 200px;
	}

	#notfound #banner h1 em  {
		display: block;
		font-size: 2em;
		line-height: 1.4em;
	}

	#notfound #banner h1 span  {
		display: none;
	}

	/* !FOOTER -------------------------------------------------------------- */

	#socialMenu li {
		width: 48.5%;
	}

	#socialMenu li a span {
		display: inline;
	}

	#copyright span {
		display: inline;
		border-left: 1px solid #dedede;
		padding-left: 10px;
		margin-left: 5px;
	}

}

/* 568px */
@media only screen and (min-width: 568px) {

	/* !FOOTER -------------------------------------------------------------- */

	#socialMenu li {
		width: 48.8%;
	}

}

/* 600px */
@media only screen and (min-width: 600px) {

	/* !LAYOUT ------------------------------------------------------------------------------- */

	#leftColumn {
		width: 30%;
		float: left;
	}

	.col-group {
		width: 65%;
		_width: 46% !important;
		float: right;
	}

	#breadcrumb {
		margin-left: 0;
	}

	#mainContent {
		margin-left: 0;
		_padding-left: 0;
	}

	#rightColumn {
		clear: both;
		margin-left: 0;
		padding-bottom: 10px;
	}

	/* !COOKIE BAR --------------------------------------------------------------------------- */

	#cookiebar {
		color: #555;
	}

	.cookiebar-inner {
		margin: 10px;
		background-color: #fff;
		height: 106px;
	}

	#cookiebar span.info a {
		color: #2B6198;
		text-decoration: none;
		border-bottom: 1px solid #dedede;
	}

	#cookiebar span.info a:hover {
		color: #18145D;
		border-bottom: 1px solid #999;
	}

	#cookiebar p.understand {
		text-align: left;
		width: auto;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

	/* !HEADER ------------------------------------------------------------------------------- */

	#contentWrap {
		border-bottom: none;
	}

	#headerContent {
		text-align: left;
		position: relative;
		min-height: 122px;
		_height: 122px;
	}

	#logo {
		margin: 22px 0 0 15px;
	}

	#strapline {
		display: block;
		width: 301px;
		height: 25px;
		background: url("../images/strapline.gif") no-repeat;
		position: absolute;
		right: 15px;
		bottom: 33px;
		text-indent: -999em;
	}

	/* !SEARCH PANEL ------------------------------------------------------------------------- */

	.gsc-control-searchbox-only, .gsc-control-searchbox-only-en {
		width: 245px;
	}

	/* !SUBNAVIGATION ------------------------------------------------------------------------ */

	#subNavigation h2 {
	padding: 6px 15px;
	background-image: none;
	}

	#subNavigation ul {
		display: block !important;
	}

	/* !HOME --------------------------------------------------------------------------------- */

	#home #banner div {
		margin: 0 0 0;
	}

	#home #banner #panel1 {
		padding: 15px;
		min-height: 70px;
		_height: 70px;
		margin-bottom: 2px;
	}

	#home #banner #panel1 h1 {
		margin-bottom: 5px;
		font-size: 1.4166em;
		line-height: 1.4em;
	}

	#home #banner div.panelwrap {
		min-height: 85px;
		_height: 85px;
		background: #A6CE39 url("../images/home_banner_600px.jpg") no-repeat bottom center;
		padding: 15px;
		position: relative;
	}

	#home #banner #panel2,
	#home #banner #panel3 {
		float: left;
		width: 49.9%;
		padding: 0;
		background-image: none;
		background-color: transparent;
	}

	#home #banner #panel3 {
		float: right;
	}

	#home #banner #panel2 h2,
	#home #banner #panel2 p {
		margin-right: 70px;
	}

	#home #banner #panel3 h2,
	#home #banner #panel3 p {
		margin-right: 93px;
		margin-left: 15px;
		position: relative;
		z-index: 100;
	}

	#home #banner #panel3 img {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	#home #leftColumn {
		width: auto;
		float: none;
	}

	#home #rightColumn {
		clear: none;
	}

	#home #contentWrap .panel {
		margin: 15px;
		border: 1px solid #DEDEDE;
		background-color: #fff;
		padding-bottom: 5px;
	}

	#home .panel h3 {
		font-size: 1.3333em;
		line-height: 1.25em;
		padding: 0 15px;
	}

	#home .consumers {
		background: #fff url("../images/home_consumers_panel.jpg") no-repeat bottom right;
	}

	#home .business {
		background: #fff url("../images/home_business_panel_img.jpg") no-repeat bottom right;
	}

	#home .findinfo ul.col1 {
		margin-bottom: 0;
	}

	#home .findinfo ul.col2 {
		padding-right: 190px;
		min-height: 121px;
		_height: 121px;
		margin-top: 0;
		background: #fff url("../images/home_information_bg.jpg") no-repeat bottom right;
	}

	#home .webfocus .video {
		float: right;
		width: 40%;
		margin: 15px 15px 10px 15px;
	}

	#home .consumers h3,
	#home .business h3,
	#home .consumers ul,
	#home .business ul {
		margin-right: 170px;
	}

	/* accessibility panel */

	#home #leftColumn .accessibility {
		background: #A6CE39 url("../images/accessibility_door.jpg") no-repeat bottom right;
		border: 1px solid #A6CE39;
		min-height: 130px;
		_height: 130px;
	}

	#home #leftColumn .accessibility h2 {
		font-size: 1.3333em;
		line-height: 1.25em;
		padding: 0 15px;
		border-bottom: none;
		background-image: none;
		background-color: transparent;
		margin: 15px 110px 0 0;
		color: #333;
	}

	#home #leftColumn .accessibility ul {
		margin-right: 110px;
	}

	#home #leftColumn .accessibility li {
		background-image: url("../images/arrow_white.gif");
	}

	#home #leftColumn .accessibility a:link,
	#home #leftColumn .accessibility a:visited {
		color: #333;
		border-bottom-color: #D1E65C;
	}

	#home #leftColumn .accessibility a:hover,
	#home #leftColumn .accessibility a:active {
		color: #000;
		border-bottom-color: #FEFEFE !important;
	}

	/* !404 ----------------------------------------------------------------- */

	#notfound #contentWrap {
	}

	#notfound #contentWrap #leftColumn {
		margin:  0 15px;
		float: none;
		width: auto;
	}

	#notfound #contentWrap #rightColumn {
		margin:  0 15px;
	}

	#notfound .panel-404 {
		min-height: 180px;
		background:  #fff url("../images/404-why-small.jpg") no-repeat right bottom;
	}

	#notfound #contentWrap h2 {
		font-size: 2em;
		padding-right: 180px;
	}

	#notfound #contentWrap ul {
		padding-right: 180px;
	}

	#notfound #contentWrap li {
		font-size: 1.2em;
	}

	#notfound .how {
		background-image: url("../images/404-how-small.jpg") ;
	}

	/* !FOOTER -------------------------------------------------------------- */

	#footer {
		border-top: 1px solid #DEDEDE;
		clear: both;
		background: url("../images/footer_bg.gif") repeat-x;
		padding-top: 20px;
	}

	#footerMenu {
		margin: 0;
		clear: both;
	}

	#footerMenu li {
		font-size: 1.1666em;
		line-height: 1.4285em;
		background-color: #4B90CD;
	}

	#footerMenu li a:link,
	#footerMenu li a:visited {
		background-position: -990px -95px;
		padding: 8px 15px 9px 46px;
	}

	#footerContent #footerMenu li.menuAccess a { background-position: -990px -495px; }
	#footerContent #footerMenu li.menuFollow a { background-position: -990px -544px; }
	#footerContent #footerMenu li.menuHelp a { background-position: -990px -245px; }
	#footerContent #footerMenu li.menuListen a { background-position: -990px -295px; }
	#footerContent #footerMenu li.menuPDF a { background-position: -990px -345px; }
	#footerContent #footerMenu li.menuCareers a { background-position: -990px -395px; }
	#footerContent #footerMenu li.menuNewsEmail a { background-position: -990px -200px; }
	#footerContent #footerMenu li.menuSitemap a { background-position: -990px -445px; }

	#toplink {
		display: block;
		float: right;
		margin-right: 20px;
		_width: 120px;
	}

	#toplink a:link, #toplink a:visited {
		background: transparent url("../images/menu_icons.png") no-repeat 0px -598px;
		_background-image: url("../images/menu_icons.gif");
		padding-left: 23px;
		min-height: 23px;
		_height: 23px;
		display: block;
	}

	#toplink a:hover, #toplink a:active {
		background-position: -500px -598px;
	}

}

/* 768px */
@media only screen and (min-width: 768px) {

	.visible-phone {
		display: none;
	}

	#contentWrap {
		border: none;
	}

	/* !NAVIGATION --------------------------------------------------------------------------- */

	#mainNavigation li {
		_float: left;
		_width: auto;
	}

	#mainNavigation li a {
		_float: left;
		_width: auto;
	}

	/* !SUB NAVIGATION ----------------------------------------------------------------------- */

	#subNavigation h2 {
		background: #4B90CD url("../images/header_bar_bg.png") repeat-x 0 0;
		border-top: none;
	}

	/* !TYPOGRAPHY --------------------------------------------------------------------------- */

	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		color: #1D2172;
		line-height: 1.4em;
	}

	#mainContent h1 {
		font-size: 2.5em;
	}

	#mainContent h2 {
		font-size: 2em;
	}

	#mainContent h3 {
		font-size: 1.5em;
		margin: 1.1111em 0;
	}

	#mainContent h4 {
		font-size: 1.25em;
		margin: 1.3333em 0;
	}

	#mainContent h5 {
		font-size: 1em;
		line-height: 1.6666em;
		margin: 2em 0;
		font-weight: bold;
	}

	#mainContent h6 {
		color: #1D2172;
		font-size: 1em;
		line-height: 1.6666em;
		margin: 2em 0;
		font-weight: normal;
	}

	/* !LAYOUT ------------------------------------------------------------------------------- */

	.col-group {
		width: 67%;
	}

	#mainContent {
		margin: 0;
	}

	#leftColumn {
		margin: 0;
	}

	#rightColumn {
		margin: 0;
	}

	#breadcrumb p {
		margin-top: 0;
	}

	/* !COOKIE BAR --------------------------------------------------------------------------- */

	#cookiebar {
		height: 166px;
	}

	.cookiebar-inner {
		margin: 20px;
		background: #fff url("../images/fos_logo.gif") no-repeat 25px 25px;
		height: 126px;
		padding: 0 20px 0 250px;
	}

	#cookiebar span.info {
		margin: 15px 0 10px;
	}

	#cookiebar .learnmore a {
		display: inline-block;
		background: url("../images/arrow_purple.gif") no-repeat right center;
		padding-right: 10px;
		float: left;
	}

	#cookiebar p.understand {
		right: 15px;
		bottom: 15px;
	}

	/* !MODULES ------------------------------------------------------------------------------- */

	#mainContent .highlight h2 {
		background: #4B90CD url("../images/header_bar_bg.png") repeat-x;
	}

	#mainContent .alert h2 {
		background: #c83737 url("../images/alert_bar_bg.png") repeat-x;
	}

	/*social media panels*/

	.social {
		width: 46%;
		padding-right: 4%;
		float: left;
	}

	/* !HEADER ------------------------------------------------------------------------------- */

	#header {
		height: 162px;
	}

	#headerContent {
		min-height: 162px;
		_height: 162px;
	}

	#logo {
		margin-top: 62px;
		float: left;
	}

	#strapline {
		display: block;
		width: 301px;
		height: 18px;
		background: url("../images/strapline.gif") no-repeat;
		position: absolute;
		right: 15px;
		bottom: 11px;
		text-indent: -999em;
	}

	/* accessibility menu */

	#accessMenu {
		display: block;
		position: absolute;
		top: 10px;
		right: 0;
	}

	#accessMenu ul {
		padding-top: 3px;
	}

	#accessMenu ul, #accessMenu li, #accessMenu p {
		float: left;
		margin: 0;
	}

	#accessMenu li {
		margin: 0;
		margin-right: 15px;
	}

	#accessMenu li span {
		display: none;
	}

	#accessMenu li a:link, #accessMenu li a:visited {
		background: url("../images/menu_icons.png") no-repeat 0 0;
		_background-image: url("../images/menu_icons.gif");
		padding: 5px 0 5px 30px;
	}

	#headerContent #accessMenu li.menuHelp a { background-position: 0 -250px; }
	#headerContent #accessMenu li.menuLanguages a { background-position: 0 -100px; }
	#headerContent #accessMenu li.menuCymraeg a { background-position: 0 -150px; }
	#headerContent #accessMenu li.menuCareers a { background-position: 0 -399px; }
	#headerContent #accessMenu li.menuFacebook a { background-position: 0 0; }
	#headerContent #accessMenu li.menuTwitter a { background-position: 0 -50px; }
	#headerContent #accessMenu li.menuHelp a:hover { background-position: -500px -250px; }
	#headerContent #accessMenu li.menuLanguages a:hover { background-position: -500px -100px; }
	#headerContent #accessMenu li.menuCymraeg a:hover { background-position: -500px -150px; }
	#headerContent #accessMenu li.menuCareers a:hover { background-position: -500px -399px; }
	#headerContent #accessMenu li.menuFacebook a:hover { background-position: -500px 0; }
	#headerContent #accessMenu li.menuTwitter a:hover { background-position: -500px -50px; }

	/* navigation */

	#mainNavigation {
		background: #F2F2F2 url("../images/mainNav_bg_tablet.gif") repeat-x;
		margin-bottom: 40px;
	}

	#mainNavigation button {
		display: none;
	}

	#mainNavigation ul {
		display: block;
		margin: 0 0 0 14px;
		display: block !important;
	}

	#mainNavigation li {
		min-height: 38px;
		_height: 38px;
		font-size: 1.0833em;
		line-height: 1.5384em;
		float: left;
		background-color: transparent;
		border: none;
	}

	#mainNavigation li a:link,
	#mainNavigation li a:visited {
		min-height: 29px;
		_height: 29px;
		display: block;
		padding: 9px 11px 0;
		color: #555;
		border: none;
		border-right: 1px solid #DEDEDE;
		border-left: 1px solid #FEFEFE;
	}

	#mainNavigation li a:hover,
	#mainNavigation li a:active {
		color: #000;
		background-color: #fff;
		border-top: 0;
	}

	#mainNavigation #navHome {
		border-left: 1px solid #DEDEDE;
	}

	#mainNavigation #mainNavContent.navopen {
		border-bottom: none;
	}

	#contact #mainNavigation #navContact a {
		border-right: none;
	}

	/* selected */

	#home #mainNavigation #navHome,
	#about #mainNavigation #navAbout,
	#news #mainNavigation #navNews,
	#complain #mainNavigation #navComplain,
	#FAQs #mainNavigation #navFAQ,
	#publications #mainNavigation #navPublications,
	#contact #mainNavigation #navContact {
		background-color: #4B90CD;
	}

	#home #mainNavigation li#navHome a,
	#home #mainNavigation li#navHome a:hover,
	#about #mainNavigation li#navAbout a,
	#about #mainNavigation li#navAbout a:hover,
	#news #mainNavigation li#navNews a,
	#news #mainNavigation li#navNews a:hover,
	#complain #mainNavigation li#navComplain a,
	#complain #mainNavigation li#navComplain a:hover,
	#FAQs #mainNavigation li#navFAQ a,
	#FAQs #mainNavigation li#navFAQ a:hover,
	#publications #mainNavigation li#navPublications a,
	#publications #mainNavigation li#navPublications a:hover,
	#contact #mainNavigation li#navContact a,
	#contact #mainNavigation li#navContact a:hover {
		color: #fff;
		border-left-color: #81b2dc;
		background: #4B90CD url("../images/header_bar_bg.png") repeat-x 0 -1px;
		cursor: default;
	}

	/* !SEARCH PANEL ------------------------------------------------------------------------- */

	#___gcse_0 {
		top: 44px;
	}

	#results {
		margin: 0;
	}

	/* !SECONDARY CONTENT -------------------------------------------------------------------- */

	#rightColumn .panel h2 {
		background: #4B90CD url("../images/header_bar_bg.png") repeat-x;
	}

	/* !FOOTER ------------------------------------------------------------------------------- */

	#socialMenu {
		display: none;
	}

	#footer #footerMenu li {
		font-size: 1em;
		float: left;
		background-color: transparent;
		_background-color: #f2f2f2;
		_float: left;
		_width: auto;
	}

	#footerMenu li a:link,
	#footerMenu li a:visited {
		background: transparent url("../images/menu_icons.png") no-repeat 10px -100px;
		_background: #f2f2f2 url("../images/menu_icons.gif") no-repeat 10px -100px;
		display: block;
		border: none;
		padding: 3px 0 7px 38px;
		color: #2B6198;
		margin-right: 4px;
		_float: left;
		_width: auto;
	}

	#footerMenu li a:hover,
	#footerMenu li a:active {
		color: #18145D;
		_background-color: #f2f2f2;
		_border: none;
	}

	#footerMenu li a span {
		display: none;
	}

	#footerContent #footerMenu li.menuAccess a { background-position: 10px -500px; }
	#footerContent #footerMenu li.menuFollow a { background-position: 10px -551px; }
	#footerContent #footerMenu li.menuHelp a { background-position: 10px -250px; }
	#footerContent #footerMenu li.menuListen a { background-position: 10px -300px; }
	#footerContent #footerMenu li.menuPDF a { background-position: 10px -350px; }
	#footerContent #footerMenu li.menuCareers a { background-position: 10px -400px; }
	#footerContent #footerMenu li.menuNewsEmail a { background-position: 10px -200px; }
	#footerContent #footerMenu li.menuSitemap a { background-position: 10px -450px; }
	#footerContent #footerMenu li.menuAccess a:hover { background-position: -490px -500px; }
	#footerContent #footerMenu li.menuFollow a:hover { background-position: -490px -551px; }
	#footerContent #footerMenu li.menuHelp a:hover { background-position: -490px -250px; }
	#footerContent #footerMenu li.menuListen a:hover { background-position: -490px -300px; }
	#footerContent #footerMenu li.menuPDF a:hover { background-position: -490px -350px; }
	#footerContent #footerMenu li.menuCareers a:hover { background-position: -490px -400px; }
	#footerContent #footerMenu li.menuNewsEmail a:hover { background-position: -490px -200px; }
	#footerContent #footerMenu li.menuSitemap a:hover { background-position: -490px -450px; }

	/* !HOME --------------------------------------------------------------------------------- */

	#home .banner-medium,
	#home .banner-small {
		display: none;
	}
	#home .banner-large {
		display: block;
	}

	#home .panel {
		margin: 0 0 15px;
	}

	#contentWrap {
		margin: 0 15px;
	}

	/* banner */

	#home #banner {
		margin: 0 0 15px;
		float: left;
		width: 100%;
		background-color: #1e2172;
		*margin-bottom: -25px;
	}

	#home #banner div.panelwrap {
		padding: 0;
		background-image: none !important;
		background-color: transparent;
		min-height: 150px;
		_height: 150px;
		width: 66%;
		float: right;
	}

	#home #panel3 {
		background: #A6CE39 url("../images/home_banner3_2.jpg") no-repeat bottom right !important;
	}

	#home #banner div {
		margin: 0;
	}

	#home #banner #panel1,
	#home #banner #panel2,
	#home #banner #panel3 {
		min-height: 150px;
		_height: 150px;
		padding: 0;
		margin: 0;
		float: left;
	}

	#home #banner #panel1 {
		min-height: 150px;
		_height: 150px;
		padding: 0;
		margin: 0;
		width: 34%;
		float: left;
	}

	#home #banner #panel2,
	#home #banner #panel3 {
		width: 50%;
		*width: 49.999%;
	}

	#home #banner #panel1 {
		background: #3170B9 url("../images/home_banner1.jpg") no-repeat bottom right;
	}

	#home #banner #panel1 h1,
	#home #banner #panel2 h2,
	#home #banner #panel3 h2 {
		font-size: 1.25em;
		line-height: 1.3333em;
	}

	#home #banner #panel2 {
		background: #1e2172 url("../images/home_banner2.jpg") no-repeat bottom right;
	}

	#home #banner #panel3 img {
		display: none;
	}

	#home #contentWrap #banner h1,
	#home #contentWrap #banner h2,
	#home #contentWrap #banner p {
		margin: 15px 15px 5px 15px;
	}

	#home #contentWrap #banner p {
		margin-top: 0;
	}

	#home #banner #panel2 h2,
	#home #banner #panel2 p {
		margin-right: 80px;
	}

	#home #banner #panel3 h2,
	#home #banner #panel3 p {
		margin-right: 96px;
	}

	#home #contentWrap .panel {
		clear: both;
		min-height: 190px;
		_height: 190px;
		margin: 15px 0;
	}

	#home .consumers h3, #home .business h3,
	#home .consumers p, #home .business p,
	#home .consumers ul, #home .business ul {
		margin-right: 155px;
	}

}

/* 928px */
@media only screen and (min-width: 928px) {

	/* !LAYOUT ------------------------------------------------------------------------------- */

	#contentWrap {
		margin: 0 20px;
	}

	#leftColumn {
		width: 20%;
		float: left;
		margin: 0;
	}

	.col-group {
		width: auto !important;
		float: none;
	}

	#breadcrumb {
		margin: 0;
	}

	#breadcrumb p {
		margin-top: 0;
	}

	#mainContent {
		margin: 0 2%;
		_margin: 0 1% !important;
		width: 56%;
		_width: 54% !important;
		float: left;
		padding-bottom: 40px;
	}

	#rightColumn {
		width: 20%;
		clear: none;
		margin: 0;
		float: left;
	}

	#rightColumn img {
		margin-bottom: 20px;
	}

	#rightColumn .panel {
		margin: 0 0 20px;
	}

	#rightColumn .myStory {
		margin: 20px 0;
	}

	/* !COOKIE BAR --------------------------------------------------------------------------- */

	.cookiebar-inner {
		padding-left: 280px;
	}

	#cookiebar span.info {
		font-size: 1.2em;
	}

	/* !HEADER ------------------------------------------------------------------------------- */

	#logo {
		margin-left: 20px;
		_margin-left: 10px;
	}

	#strapline {
		right: 20px;
	}

	/* accessibility menu */

	#accessMenu {
		left: auto;
		right: 5px;
	}

	/* style switcher */

	#accessMenu #styleSwitcher {
		display: block;
		background-color: #A6CE39;
		padding: 3px;
		margin: 0 15px 0 5px;
		_margin-right: 7px;
	}


	#accessMenu #styleSwitcher li {
		height: 19px;
		width: 19px;
		border: none;
		margin: 0;
		padding: 0;
		font-size: 0.0001px;
		line-height: 1em;
		background-image: none;
		background-color: #fff;
		margin-right: 3px;
	}

	#accessMenu #styleSwitcher #styleWhiteOnBlack {
		margin-right: 0;

	}

	#accessMenu #styleSwitcher li a:link,
	#accessMenu #styleSwitcher li a:visited {
		display: block;
		height: 17px;
		width: 17px;
	 	color:#FEFEFE;
	 	text-indent: -999em;
		border: 1px solid #555;
		padding: 0;
		background-position: 1px -667px;
	}

	#accessMenu #styleSwitcher li a:hover,
	#accessMenu #styleSwitcher li a:active {
		border: 1px solid #000;
		background-position: 1px -650px;
	}

	#styleSwitcher li#styleContrast a:link,
	#styleSwitcher li#styleContrast a:visited {
		background-position: -16px -667px;
 	}

	#styleSwitcher li#styleContrast a:hover,
	#styleSwitcher li#styleContrast a:active {
		background-position: -16px -650px;
 	}

	#styleSwitcher li#styleWhiteOnBlack a:link,
	#styleSwitcher li#styleWhiteOnBlack a:visited {
		background-position: -33px -667px;
 	}

 	#styleSwitcher li#styleWhiteOnBlack a:hover,
	#styleSwitcher li#styleWhiteOnBlack a:active {
		background-position: -33px -650px;
 	}

	/* navigation */

	#mainNavigation {
		margin-bottom: 20px;
	}

	#mainNavigation ul {
		margin-left: 19px;
	}

	/* !SEARCH PANEL ------------------------------------------------------------------------- */

	#___gcse_0 {
		position: relative;
		float: right;
		margin-right: 5px;
		top: 4px;
	}

	.gsc-control-searchbox-only, .gsc-control-searchbox-only-en {
		width: 206px;
	}

	#results .gs-webResult, #results gs-result {
		width: 80%;
	}

	/* !HOME --------------------------------------------------------------------------------- */

	#home #contentWrap {
		margin: 0 20px;
	}

	#home #leftColumn,
	#home #rightColumn {
		width: 49%;
		float: left;
		margin: 0;
		padding-bottom: 5px;
	}

	#home #rightColumn {
		float: right;
	}

	#home .panel {
		margin: 0 0 15px;
	}

	/* banner*/

	#home #banner {
		min-height: 140px;
		_height: 140px;
		margin: 0 0 20px;
		color: #FEFEFE;
		float: left;
		background: none;
	}

	#home #banner div.panelwrap {
		padding: 0;
		width: 50%;
		*width: 49.999%;
	}

	#home #banner #panel1,
	#home #banner #panel2,
	#home #banner #panel3 {
		min-height: 150px;
		_height: 150px;
		padding: 0;
		width: 50%;
		float: left;
	}

	#home #banner #panel2,
	#home #banner #panel3 {
		width: 50%;
		*width: 49.9%;
	}

	#home #banner #panel3 {
		background-color: #A6CE39;
	}

	#home #contentWrap #banner #panel3.banner1 {
		background: #A6CE39 url("../images/home_banner3_1.jpg") no-repeat bottom right !important;
	}

	#home #contentWrap #banner #panel3.banner2 {
		background-image: url("../images/home_banner3_2.jpg") !important;
	}

	#home #contentWrap #banner #panel3.banner3 {
		background-image: url("../images/home_banner3_3.jpg") !important;
	}

	#home #banner #panel1 h1 {
		font-size: 1.6em;
		line-height: 1.5em;
	}

	/* panels */

	#home .panel h2 {
		font-size: 1em;
		line-height: 1.6666em;
		padding: 5px 15px;
	}

	#home .panel h3 {
		font-size: 1.3333em;
		line-height: 1.25em;
		margin: 0.9375em 0 0.625em 0;
	}

	#home .panel ul {
		margin: 0.8333em 0;
	}

	/* consumers panel */

	#home .consumers {
		position: relative;
		background-image: none;
	}

	#home .consumers .image {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 130px;
		height: 160px;
		background: url("../images/home_people_new.jpg") no-repeat 0 0;
	}

	#home .consumers h3,
	#home .consumers ul {
		margin-right: 130px;
	}

	/* businesses panel */

	#home .business {
		min-height: 124px;
		_height: 124px;
		background-image: url("../images/home_business_bg.jpg");
	}

	#home .business h3,
	#home .business p,
	#home .business ul {
		padding-right: 130px;
	}

	#home .business img {
		position: absolute;
		right: 2px;
		bottom: 29px;
	}

	/* web focus panel */

	#home .webfocus .video {
		margin: 0 15px 10px 15px;
	}

	/* !404 ---------------------------------------------------------------------------------- */

	#notfound  #contentWrap #leftColumn,
	#notfound #contentWrap #rightColumn {
		width: 49%;
		float: left;
		margin: 0;
		padding-bottom: 5px;
	}

	#notfound  #banner {
		background-image: url("../images/404-banner-large.jpg");
		margin: 0 0 20px;
	}

	#notfound  #contentWrap {
		margin: 0 20px;
	}

	#notfound  #banner  h1 {
		padding: 5px 0 5px 320px;
		font-size: 2.2em;
	}


	#notfound #contentWrap .panel-404 {
		min-height:  250px;
		_height:  250px;
	}

	#notfound #contentWrap #leftColumn .panel-404 {
		background-image: url("../images/404-why-large.jpg");
	}


	#notfound #contentWrap #rightColumn .panel-404 {
		background-image: url("../images/404-how-large.jpg");
	}

	#notfound #contentWrap .panel-404 h2 {
		font-size:  1.4em;
		padding-right: 260px;
	}

	#notfound #contentWrap .panel-404 ul {
		padding-right: 260px;
	}

	#notfound #contentWrap .how h2 {
		padding-right: 190px;
	}

	#notfound #contentWrap .how ul {
		padding-right: 190px;
	}

	#notfound #contentWrap #rightColumn {
		float: right;
	}

	/* !FOOTER ------------------------------------------------------------------------------- */

	#footer #footerMenu {
		margin-left: 5px;
	}

	#footerMenu li a span {
		display: inline;
	}

}

/* 1248px */
@media only screen and (min-width: 1248px) {

	/* !COOKIE BAR --------------------------------------------------------------------------- */

	#cookiebar {
		width: 100%;
	}

	.cookiebar-inner {
		width: 910px;
		margin: 20px auto;
	}

	/* !LAYOUT ------------------------------------------------------------------------------- */

	#leftColumn {
		width: 18%;
	}

	#mainContent {
		margin: 0 1.5%;
		width: 61%;
	}

	#rightColumn {
		width: 18%;
	}

	#headerContent,
	#mainNavContent,
	#footerContent {
		max-width: 1300px;
		margin: 0 auto;
	}

	body #contentWrap {
		max-width: 1260px;
		margin: 0px auto 1px auto !important;
		padding: 0 20px;
	}

	#footerContent {
		position: relative;
	}

	#socialMenu {
		position: absolute;
		right: 5px;
		top: 0;
	}

	#socialMenu li {
		margin: 0 0 0 20px;
	}

	#footerMenu {
		float: left;
		margin-top: 5px;
	}

	#footer #footerMenu li {
		font-size: 1.2em;
	}
	#copyright{
		width:600px;
	}

	/* !SEARCH PANEL ------------------------------------------------------------------------- */

	.gsc-control-searchbox-only, .gsc-control-searchbox-only-en {
		width: 230px;
	}

	#results .gs-webResult, #results gs-result {
		width: 60%;
	}

}

/* iPad only */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	#accessMenu #styleSwitcher {
		display: none;
	}
}

