/* 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%;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: 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;}

/* Base */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}
div.clear {clear: both;}
span.clear {display: block; clear: both;}
div.pad5 {padding: 5px;}
div.pad10 {padding: 10px;}
div.pad20 {padding: 20px;}
div.pad10_nomob {padding: 10px;}
div.pad20_nomob {padding: 20px;}
div.pad20_mob10 {padding: 20px;}
div.pad30 {padding: 30px;}
div.pad40 {padding: 40px;}
.curve_me_3 {-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.curve_me_5 {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.curve_me_10 {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.shadow_111 {-moz-box-shadow: 0px 0px 8px #111111;-webkit-box-shadow: 0px 0px 8px #111111;box-shadow: 0px 0px 8px #111111;}
.shadow_666 {-moz-box-shadow: 0px 0px 8px #666666;-webkit-box-shadow: 0px 0px 8px #666666;box-shadow: 0px 0px 8px #666666;}
.shadow_888 {-moz-box-shadow: 0px 0px 8px #888888;-webkit-box-shadow: 0px 0px 8px #888888;box-shadow: 0px 0px 8px #888888;}
.shadow_ccc {-moz-box-shadow: 0px 0px 8px #CCCCCC;-webkit-box-shadow: 0px 0px 8px #CCCCCC;box-shadow: 0px 0px 8px #CCCCCC;}
.bg_fff {background: #FFFFFF;}
.bg_000 {background: #000000;}
.bg_111 {background: #111111;}
.bg_222 {background: #222222;}
a {text-decoration: underline;color: #222222;}

/* Loaders */
div.loading_mask {
	background: url('../img/loaders/1.gif') center center no-repeat #FFFFFF;
	filter: alpha(opacity=60);
	opacity: 0.6;
	position: absolute;
	z-index: 1100000;
}

div.loading_mask_pizza {
	background: url('../img/loaders/pizza_load.gif') center center no-repeat #FFFFFF;
	filter: alpha(opacity=60);
	opacity: 0.6;
	position: absolute;
	z-index: 800;
}
div.loading_pizza {
	background: url('../img/loaders/pizza_load.gif') top center no-repeat #FFFFFF;
}

/* Boxes */
.errorbox {color: #D8000C; background-color: #FFBABA; border: 1px solid; padding: 10px; font-size: 12px; line-height: 1.5em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.errorbox p {color: #D8000C; font-size: 12px; margin: 0;}
.errorbox a {color: #000000; text-decoration: none;}
.errorbox a:hover {color: #333333; text-decoration: underline;}

.noticebox {color: #9F6000; background-color: #FEEFB3; border: 1px solid; padding: 10px; font-size: 12px; line-height: 1.5em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.noticebox p {color: #9F6000; font-size: 12px; margin: 0;}
.noticebox a {color: #000000; text-decoration: none;}
.noticebox a:hover {color: #333333; text-decoration: underline;}

.infobox {color: #00529B; background-color: #BDE5F8; border: 1px solid; padding: 10px; font-size: 12px; line-height: 1.5em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.infobox p {color: #00529B; font-size: 12px; margin: 0;}
.infobox a {color: #000000; text-decoration: none;}
.infobox a:hover {color: #333333; text-decoration: underline;}

.successbox {color: #4F8A10; background-color: #DFF2BF; border: 1px solid; padding: 10px; font-size: 12px; line-height: 1.5em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.successbox p {color: #4F8A10; font-size: 12px; margin: 0;}
.successbox a {color: #000000; text-decoration: none;}
.successbox a:hover {color: #333333; text-decoration: underline;}

.errorbox {background-image: url('../img/icons/led/cancel.png'); background-position: 10px 10px; background-repeat: no-repeat;}
.noticebox {background-image: url('../img/icons/led/error.png'); background-position: 10px 10px; background-repeat: no-repeat;}
.infobox {background-image: url('../img/icons/led/exclamation.png'); background-position: 10px 10px; background-repeat: no-repeat;}
.successbox {background-image: url('../img/icons/led/accept.png'); background-position: 10px 10px; background-repeat: no-repeat;}
.errorbox, .noticebox, .infobox, .successbox {padding: 10px 10px 10px 35px;}

div.grey_box {background: #F7F7F7; border: 1px solid #CCCCCC;}
div.light_grey_box {background: #F5F5F5; border: 1px solid #EEEEEE;}
div.white_box {background: #FFFFFF; border: 1px solid #CCCCCC;}
.content_on {display: block;}
.content_off {display: none;}

.green_infobox {color: #4F8A10; text-shadow: 1px 1px 1px #FFFFFF; background-color: #DFF2BF; border: 1px solid; padding: 10px; font-size: 12px; line-height: 1.5em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.green_infobox p {color: #4F8A10; margin: 0;}
.green_infobox p a {color: #333333;}


/* New alert notifications */
div.alert {
	color: #333333;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	font-size: 16px;
	line-height: 1.4em;
	padding: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
	
	margin: 0 0 20px 0;
}
div.alert_small {
	color: #333333;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 16px;
	line-height: 1.4em;
	padding: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.alert.info,
div.alert.information {
	background: #d9f0ff;
}
div.alert.alert {
	background: #fffad9;
}
div.alert.notice,
div.alert.warn,
div.alert.warning {
	background: #ffd9d9;
}
div.alert.correct {
	background: #EEFFEE;
}
div.alert.plain {
	background: #F1F1F1;
}
div.alert p {
	margin: 0;
	color: #333333;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	font-size: 16px;
	line-height: 1.4em;
}


/* Custom event box styles */
.nhs_infobox {color: #FFFFFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); background-color: #005EB8; border: none; padding: 10px; font-size: 12px; line-height: 1.5em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.nhs_infobox p {color: #FFFFFF; margin: 0;}
.nhs_infobox h1, .nhs_infobox h2, .nhs_infobox h3 {color: #FFFFFF; font-size: 22px; margin: 0 0 20px 0;}
.nhs_infobox p a {color: #EEEEEE;}

.nhs_inner {
	background: #00519e;
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	padding: 30px 0 30px 0;
}
.nhs_counter h3 {
	font-size: 32px;
	margin: 0;
}
.nhs_counter p {
	font-size: 28px;
	margin: 0;
}

div#nhs_live_counter_feed {
	border-top: 1px solid rgba(255,255,255,0.1);
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
div#nhs_live_counter_feed p.one {
	font-size: 14px;
	line-height: 1em;
	color: #EEEEEE;
	margin: 0 0 1px 0;
}
div#nhs_live_counter_feed p.two {
	font-size: 12px;
	line-height: 1em;
	color: #BBBBBB;
	margin: 0;
}
div#nhs_live_counter_feed_holder {
	height: 30px;
	overflow: hidden;
}
div.nhs_feed_item {
	height: 30px;
}


/* Page laouts */
.page_half,
.page_third,
.page_twothirds,
.page_quarter,
.page_quarter_forced,
.page_third_forced {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.page_half {
	width: 50%;
}
.page_third {
	width: 33.3%;
}
.page_twothirds {
	width: 66.6%;
}
.page_quarter {
	width: 25%;
}
/* Always 25%, no responsive */
.page_quarter_forced {
	width: 25%;
}
.page_third_forced {
	width: 33.3%;
}


/* Pagination */
div.pagination {
	text-align: center;
	padding: 10px 0 10px 0;
}
div.pagination_bigger {
	padding: 40px 0 40px 0;
}
div.pagination a {
	border: 1px solid #ccc;
	background: #EEEEEE;
	text-shadow: 1px 1px #F7F7F7;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 15px;
	font-size: 12px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px #EEE;
	-webkit-box-shadow: 1px 1px 2px #EEE;
	box-shadow: 1px 1px 2px #EEE;
	cursor: pointer;
	margin: 0 5px 0 5px;
}
div.pagination a:hover,
div.pagination a:active,
div.pagination a.current {
	border: 1px solid #E0121A;
	text-shadow: 1px 1px #E0121A;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 5px 0 5px;
	background: #E0121A;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Buttons: Standard coloured button */
.button {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 15px;
	font-size: 12px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.button_full {
	width: 90%;
}
.form_button {
	margin: 5px 0 5px 0;
}
.button_cog {
	padding: 7px 15px;
}
.button span.button_cog_icon {
	display: block;
	width: 12px;
	height: 12px;
	background: url('../img/icons/led/cog_12px.png');
}

/* Buttons: Green Button */
.green_button {
	border: 1px solid #507e0c;
	background: #eee url('../img/buttons/button_green.png') repeat-x top left;
	text-shadow: 1px 1px #507e0c;
	-moz-box-shadow: 1px 1px 2px #EEE;
	-webkit-box-shadow: 1px 1px 2px #EEE;
	box-shadow: 1px 1px 2px #EEE;
}
.green_button:hover {
	-moz-box-shadow: 1px 1px 2px #EEE;
	-webkit-box-shadow: 1px 1px 2px #EEE;
	box-shadow: 1px 1px 2px #EEE;
	background-position: 0 -39px;
	text-decoration: none;
}
.green_button:active {
	-moz-box-shadow: inset 2px 2px 2px #507e0c;
	-webkit-box-shadow: inset 2px 2px 2px #507e0c;
	box-shadow: inset 2px 2px 2px #507e0c;
	background-position: 0 -39px;
	text-decoration: none;
}

/* Buttons: Blue Button */
.blue_button {
	border: 1px solid #005E7A;
	background: #eee url('../img/buttons/button_blue.png') repeat-x top left;
	text-shadow: 1px 1px #005E7A;
	-moz-box-shadow: 1px 1px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px #CCC;
	box-shadow: 1px 1px 2px #CCC;
}
.blue_button:hover {
	-moz-box-shadow: 1px 1px 2px #005E7A;
	-webkit-box-shadow: 1px 1px 2px #005E7A;
	box-shadow: 1px 1px 2px #005E7A;
	background-position: 0 -39px;
	text-decoration: none;
}
.blue_button:active {
	-moz-box-shadow: inset 2px 2px 2px #005E7A;
	-webkit-box-shadow: inset 2px 2px 2px #005E7A;
	box-shadow: inset 2px 2px 2px #005E7A;
	background-position: 0 -39px;
	text-decoration: none;
}

/* Buttons: Red Button */
.red_button {
	border: 1px solid #b22407;
	background: #eee url('../img/buttons/button_red.png') repeat-x top left;
	text-shadow: 1px 1px #b22407;
	-moz-box-shadow: 1px 1px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px #CCC;
	box-shadow: 1px 1px 2px #CCC;
}
.red_button:hover {
	-moz-box-shadow: 1px 1px 2px #b22407;
	-webkit-box-shadow: 1px 1px 2px #b22407;
	box-shadow: 1px 1px 2px #b22407;
	background-position: 0 -39px;
	text-decoration: none;
}
.red_button:active {
	-moz-box-shadow: inset 2px 2px 2px #b22407;
	-webkit-box-shadow: inset 2px 2px 2px #b22407;
	box-shadow: inset 2px 2px 2px #b22407;
	background-position: 0 -39px;
	text-decoration: none;
}

/* Buttons: Pink Button */
.pink_button {
	border: 1px solid #C80D4F;
	background: #eee url('../img/buttons/button_pink.png') repeat-x top left;
	text-shadow: 1px 1px #C80D4F;
	-moz-box-shadow: 1px 1px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px #CCC;
	box-shadow: 1px 1px 2px #CCC;
}
.pink_button:hover {
	-moz-box-shadow: 1px 1px 2px #C80D4F;
	-webkit-box-shadow: 1px 1px 2px #C80D4F;
	box-shadow: 1px 1px 2px #C80D4F;
	background-position: 0 -39px;
	text-decoration: none;
}
.pink_button:active {
	-moz-box-shadow: inset 2px 2px 2px #C80D4F;
	-webkit-box-shadow: inset 2px 2px 2px #C80D4F;
	box-shadow: inset 2px 2px 2px #C80D4F;
	background-position: 0 -39px;
	text-decoration: none;
}

/* Buttons: Pink Button */
.yellow_button {
	border: 1px solid #C7AD00;
	background: #eee url('../img/buttons/button_yellow.png') repeat-x top left;
	text-shadow: 1px 1px #FECB00;
	color: #FFF;
	-moz-box-shadow: 1px 1px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px #CCC;
	box-shadow: 1px 1px 2px #CCC;
}
.yellow_button:hover {
	-moz-box-shadow: 1px 1px 2px #FECB00;
	-webkit-box-shadow: 1px 1px 2px #FECB00;
	box-shadow: 1px 1px 2px #FECB00;
	background-position: 0 -39px;
	text-decoration: none;
}
.yellow_button:active {
	-moz-box-shadow: inset 2px 2px 2px #FECB00;
	-webkit-box-shadow: inset 2px 2px 2px #FECB00;
	box-shadow: inset 2px 2px 2px #FECB00;
	background-position: 0 -39px;
	text-decoration: none;
}

/* Black Button */
.black_button {
	border: 1px solid #333;
	background: #333 url('../img/buttons/button_black.png') repeat-x top left;
	text-shadow: 1px 1px #333;
	color: #CCC;
	-moz-box-shadow: 1px 1px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px #CCC;
	box-shadow: 1px 1px 2px #CCC;
}
.black_button:hover {
	-moz-box-shadow: 1px 1px 2px #000000;
	-webkit-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	background-position: 0 -39px;
	text-decoration: none;
}
.black_button:active {
	-moz-box-shadow: inset 2px 2px 2px #12274c;
	-webkit-box-shadow: inset 2px 2px 2px #12274c;
	box-shadow: inset 2px 2px 2px #12274c;
	background-position: 0 -39px;
	text-decoration: none;
}
/* White Button */
.white_button {
	border: 1px solid #ccc;
	background: #eee url('../img/buttons/button_white.png') repeat-x top left;
	text-shadow: 1px 1px #F7F7F7;
	color: #333;
	-moz-box-shadow: 1px 1px 2px #EEE;
	-webkit-box-shadow: 1px 1px 2px #EEE;
	box-shadow: 1px 1px 2px #EEE;
}
.white_button:hover {
	-moz-box-shadow: 1px 1px 2px #EEE;
	-webkit-box-shadow: 1px 1px 2px #EEE;
	box-shadow: 1px 1px 2px #EEE;
	background-position: 0 -39px;
	text-decoration: none;
}
.white_button:active {
	-moz-box-shadow: inset 2px 2px 2px #CCC;
	-webkit-box-shadow: inset 2px 2px 2px #CCC;
	box-shadow: inset 2px 2px 2px #CCC;
	background-position: 0 -39px;
	text-decoration: none;
}

/* Tables */
table.padded_table {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
table.padded_table tr td {
	padding: 6px;
}
table.padded_table tr.thead td {
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}
table.padded_table tr.odd_even:hover td {
	background: #D7F0F5;
}
table.padded_table tr.odd td {
	background: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
table.padded_table tr.even td {
	background: #FFFFFF;
	border-bottom: 1px solid #F7F7F7;
}

/* General */
.nomargin {margin: 0;}


/* Forms */

	.fieldFull {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.fieldFullTrue {
		width: 100%;
	}
	.fieldHalf {
		width: 50%;
	}
	
	.inputField {
		border: 1px solid #CCCCCC;
		display: block;
		display: inline-block;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444444;
		margin: 0;
		max-width: 100%;
		background: #fff; 
		box-shadow:inset 1px 1px 2px #ccc;}
	.inputField:focus {
		border: 1px solid #aaa;
 		color: #444444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		font-weight: bold;
		font-size: 13px;  }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 12px; }

/* Mobile controls */
.mobile_show {
	display: none;
}
.mobile_hide {
	
}

/* Forms */
div.aform p {
	margin: 0;
	font-weight: bold;
	font-style: italic;
	color: #888888;
}
div.aform .inputField {
	margin: 10px 0 0 0;
}

.ion-spin, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading {display: inline-block; -webkit-animation: spin 1s infinite linear; -moz-animation: spin 1s infinite linear; -o-animation: spin 1s infinite linear; animation: spin 1s infinite linear; }
@-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); } }
@-o-keyframes spin { 0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); } }
@-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); } }
@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); } }
.ion-loading-a { -webkit-animation-timing-function: steps(8, start); -moz-animation-timing-function: steps(8, start); animation-timing-function: steps(8, start); }

/******************************/
/*
	Responsive
*/

/* Desktops */
@media only screen and (min-width: 980px) {
	
}
/* iPad (or small monitor) Styles */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.mobile_hide {
		display: none !important;
	}
	.mobile_show {
		display: block;
	}
	div.pad10_nomob {padding: 0px;}
	div.pad20_nomob {padding: 0px;}
	div.pad20_mob10 {padding: 10px;}
	
	/* Page laouts */
	.page_half,
	.page_third,
	.page_twothirds,
	.page_quarter {
		width: 100%;
		float: none;
	}
	
	/* Custom event box styles */
	.nhs_inner {
		padding: 10px 0 10px 0;
	}
	.nhs_counter h3 {
		font-size: 28px;
		margin: 0;
	}
	.nhs_counter p {
		font-size: 24px;
		margin: 0;
	}
	.nhs_infobox p {
		font-size: 14px;
	}

	div#nhs_live_counter {
		border-top: 1px solid rgba(255,255,255,0.1);
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
	}
	div#nhs_live_counter p.one {
		font-size: 14px;
		line-height: 1em;
		color: #EEEEEE;
		margin: 0 0 1px 0;
	}
	div#nhs_live_counter p.two {
		font-size: 12px;
		line-height: 1em;
		color: #888888;
		margin: 0;
	}
	
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 359px) {
	.tiny_hide {
		display: none !important;
	}
}