/*

CONTENTS

1. RESET
2. TYPE
3. BASIC GRID
4. HEADER AND NAV
5. BUTTONS
6. ALERTS
7. MISC
8. FOOTER
9. FORMS
10. DATATABLES
11. HOME BLOCKS

*/

/*--*/

/*
1. 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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5	{
	font-weight: 700;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/*--*/

/*
2. TYPE
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #0b0c0c;
	/* font-weight: 400; */
	line-height: 1.25;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

@media (min-width:641px) {
	body {
		font-size: 19px;
		line-height: 1.35;
	}

}

* {
	font-family: inherit;
}

.headingXlarge,
.headingLarge,
.headingMedium,
.headingSmall {
 /* font-weight: 700; */
	text-align: left;
}

.headingXlarge {
	font-size: 36px;
	line-height: 1.1;
	margin-top: 0.500em;
	margin-bottom: 1.000em;
}

.headingLarge {
	font-size: 24px;
	line-height: 1.05;
	margin-top: 1.050em;
	margin-bottom: 0.500em;
}

.headingMedium {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 1.250em;
	margin-bottom: 0.500em;
}

.headingSmall {
	font-size: 16px;
	line-height: 1.25;
	margin-top: 0.625em;
	margin-bottom: 0.315em;
}

.subHeading {
	display: block;
	font-size: 24px;
	margin: 0.500em 0;
	color: #6F777B;
}

@media (min-width:641px) {
	.headingXlarge {
		font-size: 48px;
		line-height: 1.05;
		margin-top: 0.500em;
		margin-bottom: 0.625em;
		text-align: left;
	}

	.headingLarge {
		font-size: 36px;
		line-height: 1.1;
		margin-top: 1.250em;
		margin-bottom: 0.600em;
	}

	.headingMedium {
		font-size: 24px;
		line-height: 1.25;
		margin-top: 1.0em;
		margin-bottom: 0.850em;
	}

	.headingSmall {
		font-size: 19px;
		line-height: 1.3;
		margin-top: 1.050em
	}

}

p {
	margin-top: 0.315em;
	margin-bottom: 0.75em;
}

.lede {
	font-size: 18px;
	line-height: 1.2;
}

.fontXsmall {
	font-size: 14px;
	line-height: 1.15;
}

small {
	font-size: 0.75em;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

@media (min-width:641px) {
	p {
		margin-top: 0.250em;
		margin-bottom: 0.75em;
	}

	.lede {
		font-size: 24px;
		line-height: 1.25;
	}

	.fontXsmall {
		font-size: 16px;
		line-height: 1.25;
	}

}

.boldXxlarge,
.boldXlarge,
.boldLarge,
.boldMedium,
.boldSmall,
.boldXsmall {
	/* font-weight: 700; */
}

.boldXxlarge {
	font-size: 53px;
	line-height: 1.05;
}

.boldXlarge {
	font-size: 32px;
	line-height: 1.1;
}

.boldLarge {
	font-size: 24px;
	line-height: 1.05;
}

.boldMedium {
	font-size: 18px;
	line-height: 1.2;
}

.boldSmall {
	font-size: 16px;
	line-height: 1.25;
}

.boldXsmall {
	font-size: 14px;
	line-height: 1.15;
}

@media (min-width:641px) {
	.boldXxlarge {
		font-size: 80px;
		line-height: 1;
	}

	.boldXlarge {
		font-size: 48px;
		line-height: 1.05;
	}

	.boldLarge {
		font-size: 36px;
		line-height: 1.1;
	}

	.boldMedium {
		font-size: 24px;
		line-height: 1.25;
	}

	.boldSmall {
		font-size: 19px;
		line-height: 1.3;
	}

	.boldXsmall {
		font-size: 16px;
		line-height: 1.25;
	}

}

ul,
ol {
	list-style-type: none;
	margin-bottom: 0.75em;
}

.list {
	padding: 0;
	margin-top: 5px;
}

.list li {
	margin-bottom: 5px;
}

.listBullet {
	list-style-type: disc;
	padding-left: 20px;
}

.listNumber {
	list-style-type: decimal;
	padding-left: 20px;
}

ul.inline li {
	display: inline-block;
}

li ul,
li ol {
	list-style: inherit;
	margin-left: 15px;
	margin-bottom: 0;
}

a:link {
	color: #005ea5;
}

a:visited {
	color: #4c2c92;
}

a:hover {
	color: #2e8aca;
}

a:focus {
	//color: #2e8aca;
	//background: #FFC52C;
}

a:active {
	color: #2e8aca;
}

.srHidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.breadcrumb {
	font-size: 16px;
	padding: 15px 0 5px;
}

.breadcrumb li:after {
	content: ' / ';
}

.breadcrumb li:last-child:after {
	content: '';
}

/*--*/

/*
3. BASIC GRID
*/

main {
	display: block;
	width: 100%;
	padding: 15px 15px 60px;
}

.container {
	display: block;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}

.gridRow {
	margin: 0 -15px;
}

.gridRow:after {
	content: "";
	display: table;
	clear: both;
}

.columnThird,
.columnTwoThirds,
.columnHalf,
.columnFull {
	display: block;
	width: 100%;
	padding: 0 15px;
}

.columnMobileTwoThirds{
	float: left;
	width: 66%;
	padding: 0 15px;
}

.columnMobileHalf{
	float: left;
	width: 50%;
	padding: 0 15px;
}

.columnMobileThird
{
	float: left;
	width: 33%;
	padding: 0 15px;
}


@media (min-width:641px) {
	main {
		padding: 30px 15px 90px;
	}

	.columnThird,
	.columnTwoThirds,
	.columnHalf,
	.columnFull	{
		float: left;
	}

	.columnThird	{
		width: 33.3333333333%;
	}

	.columnTwoThirds	{
		width: 66.6666666667%;
	}

	.columnHalf {
		width: 50%;
	}

	.columnFull {
		float: left;
		width: 100%;
	}

	.pushRight {
		float: right;
	}

}

.formGroup {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

/*--*/

/*
4. HEADER AND NAV
*/

header {
	display: block;
	width: 100%;
	padding: 1.5rem 15px;
	border-bottom: 10px solid #030D4F;
}

.logo {
	display: block;
	height: 50px;
	background: url('../images/logo.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 10px;
	position:
}

@media (min-width:641px) {
	.logo {
		width: 340px;
		height: 50px;
		//position: relative;
		//bottom: 0px;
		
	}

}

.logoContainer,
.signDetails {
	display: block;
	width: 100%;
}

.signDetails {
	margin-top: 15px;
}

/*.signDetails .inline li {
	display: block;
	width: 100%;
}*/
.signDetails .button {
	margin-top: 15px;
}

@media (min-width:641px) {
	.logoContainer,
	.signDetails {
		display: inline-block;
		width: auto;
	}

	.signDetails {
		display: inline-block;
		margin-top: 15px;
		text-align: right;
		width: calc(100% - 360px);
	}

	.signDetails li:nth-child(2) {
		margin-left: 15px;
	} 

	.signDetails .button {
		margin-left: 15px;
		vertical-align: initial;
	}

}

nav {
	display: block;
	width: 100%;
	border-top: 1px solid #030D4F;
	border-bottom: 10px solid #030D4F;
	padding: 0 15px;
}

.button.menuToggle {
	margin: 15px 0;
}

@media (min-width:641px) {
	.button.menuToggle {
		display: none;
	}

}

ul.mainNav {
	display: none;
}

ul.mainNav li {
	display: block;
}

ul.mainNav li a {
	display: block;
	text-decoration: none;
	padding: 0.5em 1em;
}

ul.mainNav li.selected a {
	background: #030D4F;
	color: #fff;
}

@media (min-width:641px) {
	ul.mainNav {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin: 0px 0 -6px;
	}

	ul.mainNav li {
		display: inline;
	}

	ul.mainNav li a {
		display: block;
		text-align: center;
		color: #005ea5;
		float: left;
		width: 20%;
		transition: all 0.3s;
	}

	ul.mainNav li a:hover,
	ul.mainNav li a:focus {
		background: #CEECEF;
		color: #005ea5;
	}

}

/*--*/

/*
5. BUTTONS
*/

.button {
	display: block;
	position: relative;
	padding: 10px 20px 8px;
	line-height: 1.25;
	border: none;
	text-decoration: none;
	border-radius: 2px;
	vertical-align: top;
	margin: 0 0 30px;
	font-size: inherit;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

@media (min-width:641px) {
	.button {
		display: block;
		width: auto;
	}

}

.button.primary {
	background: #030D4F;
	color: #fff;
	border: 2px solid #030D4F;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
}

.button.primary:hover,
.button.primary:focus {
	background: #1D2769;
	border: 4px solid #1D2769;
	padding: 8px 18px 6px;
}

.button.primary:active {
	background: #000036;
}

.button.secondary {
	background: none;
	color: #030D4F;
	border: 2px solid #030D4F;
}

.button.secondary:hover,
.button.secondary:focus {
	color: #1D2769;
	border: 4px solid #1D2769;
	padding: 8px 18px 6px;
}

.button.secondary:active {
	color: #000036;
}

.button.tertiary {
	background: none;
	color: #030D4F;
	border: 2px solid #030D4F;
}

.button.tertiary:hover,
.button.tertiary:focus {
	color: #1D2769;
	border: 4px solid #1D2769;
	padding: 8px 18px 6px;
}

.button.tertiary:active {
	color: #000036;
	
}

.alert .button {
	background: #fff;
	color: #0b0c0c;
	margin-bottom: 0;
	display: inline-block;
	border: 2px solid #fff;
}

.alert .button:hover,
.alert .button:focus {
	background: #dee0e2;
	border: 4px solid #dee0e2;
	padding: 8px 18px 6px;
}

.alert .button:active {
	background: #CCCCCC;
	padding: 8px 18px 6px;
}

.button:focus,
.button:active {
	outline: none;
	border: 4px solid #FFC52C !important;
	padding: 8px 18px 6px;
}

/*--*/

/*
6. ALERTS
*/

.alert {
	display: block;
	width: 100%;
	padding: 75px 15px 15px;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
}

.alert:focus {
	outline: 0;
}

.alert .close {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
}

.alertInfo {
	background: #005ea5;
}

.alertInfo:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -22.5px;
	width: 45px;
	height: 45px;
	background: url('../images/info.png') center center no-repeat;
}

.alertPositive {
	background: #00823B;
}

.alertPositive:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -22.5px;
	width: 45px;
	height: 45px;
	background: url('../images/positive.png') center center no-repeat;
}

.alertWarning {
	background: #D14904;
}

.alertWarning:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -22.5px;
	width: 45px;
	height: 45px;
	background: url('../images/warning.png') center center no-repeat;
}

.alertError {
	background: #dc0703;
}

.alertError:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -22.5px;
	width: 45px;
	height: 45px;
	background: url('../images/error.png') center center no-repeat;
}

.formError {
	color: #dc0703; 
	background: #fff;
	margin-bottom: 0px;
    top: 0px;
}

.formError:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -22.5px;
	width: 45px;
	height: 45px;
	background: url('../images/error.png') center center no-repeat;
	background-color: #dc0703;
	border-style: solid;
	border-color: #dc0703;
	border-radius: 25px;
}



.alert a {
	display: block;
	color: #fff;
}

.formError a {
	display: block;
	color: #dc0703;  
}

@media (min-width:641px) {
	.alert {
		padding: 15px 75px 15px 75px;
	}

	.alertInfo:before,
	.alertPositive:before,
	.alertWarning:before,
	.alertError:before ,
	.formError:before{
		left: 15px;
		margin-left: 0;
	}

}

/*--*/

/*
7. MISC
*/

.actionLinks {
	display: none;
}

.actionLinks.open {
	width: 100%;
	display: block;
	/*background: #dee0e2;*/
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.actionLinks .headingMedium {
	margin-top: 0;
	font-size: 1.18rem;
}

.actionLinks li {
	margin-bottom: 5px;
	font-size: 16px;
}

.actionLinksButton {
	display: block;
}

@media (min-width:641px) {
	.actionLinks,
	.actionLinks.open {
		width: 100%;
		display: block;
		/*background: #E9E9E9;*/
		padding: 15px;
		margin-bottom: 30px;
		margin-top: 80px;
	}

	.pushRight .actionLinks {
		margin-top: 50px;
	}

	.actionLinksButton {
		display: none;
	}

}

.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.mt30 {
	margin-top: 30px;
}

.mt60 {
	margin-top: 60px;
}

/*--*/

/*
8. FOOTER
*/

footer {
	display: block;
	width: 100%;
	padding: 30px 15px;
	background: #dee0e2;
	border-top: 1px solid #030D4F;
	margin-top: -10px;
}

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between
}

footer a:link,
footer a:visited {
	color: #454a4c;
	font-size: 14px;
}

footer a:hover,
footer a:focus {
	color: #171819;
}

@media (min-width:641px) {
	footer a:link,
	footer a:visited {
		font-size: 16px;
	}

}

/*--*/

/*
9. FORMS
*/

.form-group {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
}

.form-group button {
	display: block;
	margin: 10px 15px 20px 0;
}

/* ED 16/02/17 form group address added - cut space between unlabelled address lines for forms */
.form-group .address {
	margin-bottom: 5px;
	margin-top: 5px;
}

/* ED 21/02/17 form group narrow added - cut space between unlabelled lines for forms */
.form-group .narrow {
	margin-bottom: 5px;
	margin-top: 5px;
}
label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.5;
}
/* ED 03/05/19 likeLabel added to be like a label but not a label */
.likeLabel {
	display: block;
	margin-bottom: 5px;
	/* font-weight: 600; */
	line-height: 1.5;
}
/* ED 06/09/19 right text align added to remove style from html */
.rightText {
	text-align: right;
}


input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
	width: 100%;
	padding: 5px 10px;
	font-size: inherit;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
	width: 250px;
	padding: 5px 10px;
	font-size: inherit;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
	border: 2px solid #030D4F;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus {
	outline: 4px solid #FFC52C;
}

textarea {
	width: 100%;
	padding: 5px 10px;
	font-size: inherit;
	resize: vertical;
	border: 2px solid;
}

textarea:focus {
	outline: 4px solid #FFC52C;
}

select {
	width: 100%;
/*	padding: 5px 10px; */
	padding: 5px 5px; 
	font-size: inherit;
	border: 2px solid;
}

select:focus {
	outline: 4px solid #FFC52C;
}

.validationError {
	display: none;
}

.error {
	border-left: 5px solid #dc0703;
	padding: 15px 0 15px 15px;
}

.error .validationError {
	display: block;
	color: #dc0703;
}

.error input[type="email"],
.error input[type="number"],
.error input[type="password"],
.error input[type="search"],
.error input[type="tel"],
.error input[type="text"],
.error input[type="url"],
.error input[type="date"],
.error input[type="datetime"],
.error input[type="datetime-local"],
.error input[type="month"],
.error input[type="time"],
.error input[type="week"],
.error textarea,
.error select {
	border: 2px solid #dc0703;
}

/*RADIO BUTTONS*/
fieldset {
	display: block;
	width: 100%;
	position: relative;
}

legend {
	font-weight: 600;
	margin-bottom: 0.75em;
	white-space: normal;
	display:block;
    width: 100%;
}

.block-label {
	display: block;
	float: none;
	clear: left;
	position: relative;
	padding: 4px 10px 9px 50px;
	margin-bottom: 10px;
	cursor: pointer;
	/* font-weight: 400; */
}

@media (min-width:48em) {
	.block-label {
		float: left;
		padding-top: 4px;
		padding-bottom: 7px;
	}

}

.block-label.radio:before {
	content: "";
	border: 2px solid #030D4F;
	background: transparent;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.block-label.radio:after {
	content: "";
	border: 11px solid #030D4F;
	width: 0;
	height: 0;
	position: absolute;
	top: 6px;
	left: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.2s ease;
}

.block-label.radio.selected:before {
	border: 2px solid #030D4F;
}

.block-label.checkbox:before {
	content: "";
	border: 2px solid #030D4F;
	background: transparent;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
}

.block-label.checkbox.selected:before {
	border: 2px solid #030D4F;
}

.block-label.checkbox:after {
	content: "";
	border: solid #030D4F;
	border-width: 0 0 5px 5px;
	background: transparent;
	width: 22px;
	height: 12px;
	position: absolute;
	top: 8px;
	left: 7px;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}

.block-label.radio.selected:after,
.block-label.checkbox.selected:after {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.block-label.radio.focus:before,
.block-label.checkbox.focus:before {
	-webkit-box-shadow: 0 0 0 5px #FFC52C;
	-moz-box-shadow: 0 0 0 5px  #FFC52C;
	box-shadow: 0 0 0 5px  #FFC52C;
}

.block-label input {
	margin: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	width: 38px;
	height: 38px;
}

.inline .block-label {
	clear: none;
}

@media (min-width:48em) {
	.inline .block-label {
		margin-bottom: 0;
		margin-right: 30px;
	}

}

table .block-label {
	padding: 0 0 0 35px;
	height: 35px;
	margin: 0;
}

table {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

th,
td {
	padding: 12px 15px 12px 0;
	border-bottom: 1px solid #030D4F;
	vertical-align: middle;
}

th {
	font-weight: 600;
	vertical-align: bottom;
}

/*--*/

/*
10. DATATABLES
*/

.dataTables_wrapper {
	display: block;
	width: 100%;
	clear: both;
}

.dataTables_wrapper table {
	margin-bottom: 1rem;
}

.dataTables_wrapper table thead {
	display: none;
}

.dataTables_wrapper table td {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: none;
	padding: 0 0 12px;
}

.dataTables_wrapper table tr {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 1rem;
	border-bottom: 1px solid #030D4F;
}

.dataTables_wrapper table td:before {
	content: attr(data-label);
	#display: block;
	/* font-weight: 600; */
}

.dataTables_filter {
	margin-bottom: 1rem;
}

.dataTables_info {
	margin-bottom: 1rem;
}

.dataTables_paginate {
	text-align: left;
}

.dataTables_paginate .paginate_button.previous {
	margin-left: 0;
}

@media (min-width:641px) {
	.dataTables_wrapper table thead {
		display: table-header-group;
	}

	.dataTables_wrapper table td {
		display: table-cell;
		width: auto;
		text-align: left;
		border-bottom: 1px solid #030D4F;
		padding: 12px 15px 12px 0;
	}

	.dataTables_wrapper table tr {
		display: table-row;
		width: auto;
		margin-bottom: 0;
		border-bottom: none;
	}

	.dataTables_wrapper table td:before {
		content: '';
		display: none;
	}

	.number {
		text-align: right !important;
	}

	.dataTables_wrapper th.number {
		padding-right: 45px;
	}

	.link {
		padding-right: 0 !important;
		text-align: right !important;
	}

	th.checkbox {
		width: 50px;
	}

	.dataTables_length {
		float: left;
	}

	.dataTables_filter {
		float: right;
		margin-bottom: 2rem;
	}

	.dataTables_info {
		float: left;
	}

	.dataTables_paginate {
		float: right;
	}

}

.paginate_button {
	font-size: 1rem;
	margin: 0 0 0 1rem;
	text-decoration: underline;
	cursor: pointer;
}

.paginate_button.disabled {
	pointer-events: none;
	text-decoration: none;
	opacity: 0.5;
}

.paginate_button.current {
	font-weight: bold;
	pointer-events: none;
	text-decoration: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	cursor: pointer;
	text-align: left;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	
}

table.dataTable thead .sorting {
	background-image: url(../images/sort_both.png);
}

table.dataTable thead .sorting:after {
  content: "     ";
  white-space: pre;
}


table.dataTable thead .sorting_asc {
	background-image: url(../images/sort_asc.png);
}

table.dataTable thead .sorting_asc:after {
  content: "     ";
  white-space: pre;
}

table.dataTable thead .sorting_desc {
	background-image: url(../images/sort_desc.png);
}

table.dataTable thead .sorting_desc:after {
  content: "     ";
  white-space: pre;
}

@media (min-width:641px) {
	#accountSearchTable_filter_custom,
	#Table1_filter_custom,
	#Table2_filter_custom {
		float: left;
	}

	#accountSearchTable_filter_custom select,
	#Table1_filter_custom select,
	#Table2_filter_custom select,
	 {
		max-width: 300px;
		display: block;
	}

	#Table1_filter label:before 	
	{
		font-family: FontAwesome;
		content: "\f002";
		padding-right: 5px;
	}	
	
}

/*--*/

/*
11. HOME BLOCKS
*/

.homeBlock {
	display: block;
	width: 100%;
	padding: 15px;
	background: #030D4F;
	margin-bottom: 5px;
	color: #fff !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}

.homeBlock img {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}

.homeBlock:hover,
.homeBlock:focus {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	color: #fff;
}

.homeBlock .moreInfo {
	display: none;
}

@media (min-width:641px) {
	.homeBlock {
		text-align: center;
		margin-bottom: 30px;
		padding: 5px;
		border-radius: 2px;
	}

	.homeBlock img {
		display: block;
		width: 60px;
		height: 60px;
		margin: 25px auto 15px;
	}

	.homeBlock .moreInfo {
		display: block;
		background: #fff;
		color: #0b0c0c;
		padding: 15px 15px 5px;
		margin-top: 25px;
		min-height: 155px;
	}

}


.totalBlock {
	display: block;
	text-align: left;
}

.totalBlock p {
	display: inline-block;
	text-align: right;
        /* font-weight: 600;	 */
	margin: 0 15px 0 0;
	}
@media (min-width:641px) {
	.totalBlock {
		display: block;
		text-align: right;
	}

	.totalBlock p {
		display: inline-block;
		text-align: right;
                /* font-weight: 600; */
		margin: 0 15px 0 0;
	}

}

.progressBar {
	max-width: 500px;
	height: 20px;
	background: #DEE0E2;
}

.progressBar.step1 {
	background: url('../images/stage1.jpg');
	background: -moz-linear-gradient(left, #030d4f 0%, #030d4f 25%, #dee0e2 25%, #dee0e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #030d4f 0%, #030d4f 25%, #dee0e2 25%, #dee0e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #030d4f 0%, #030d4f 25%, #dee0e2 25%, #dee0e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.progressBar.step2 {
	background: url('../images/stage2.jpg');
	background: -moz-linear-gradient(left, #030d4f 0%, #030d4f 50%, #dee0e2 50%, #dee0e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #030d4f 0%, #030d4f 50%, #dee0e2 50%, #dee0e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #030d4f 0%, #030d4f 50%, #dee0e2 50%, #dee0e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.progressBar.step3 {
	background: url('../images/stage3.jpg');
	background: -moz-linear-gradient(left, #030d4f 0%, #030d4f 75%, #dee0e2 75%, #dee0e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #030d4f 0%, #030d4f 75%, #dee0e2 75%, #dee0e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #030d4f 0%, #030d4f 75%, #dee0e2 75%, #dee0e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.progressBar.step4 {
	background: url('../images/stage4.jpg');
	background: #030d4f;
}

.progressiveDisclosure {
	display: none;
	padding: 10px 0 10px 15px;
	border-left: 4px solid #030d4f;
	margin-bottom: 30px;
}

.stepBack {
	display: inline-block;
	position: relative;
	font-size: 14px;
	margin: 15px 0;
	padding-left: 14px;
	color: #0b0c0c !important;
	text-decoration: none;
	border-bottom: 1px solid #0b0c0c;
}

.stepBack:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 6px solid #0b0c0c;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

@media (min-width:641px) {
	.stepBack {
		font-size: 16px;
	}

}

.form-date .form-group-day,
.form-date .form-group-year {
	float: left;
	width: 70px;
	margin: 0 20px 0 0;
	clear: none;
}

.form-date .form-group-month {
		float: left;
		width: 90px;
		margin: 0 20px 0 0;
		clear: none;
}
.form-date .form-group-year {
	width: 100px;
}

.form-date .form-group input {
	-webkit-appearance: none !important;
}

.form-hint {
	color: #6F777B;
	display: block;
}

.block-label .form-hint {
	display: inline-block;
}

.form-group:after {
	content: "";
	display: block;
	clear: both;
}

input[type=number] {
	-moz-appearance: textfield;
}

.person + .person {
	margin-top: 90px;
}

.postcode,
.title {
	width:250px !important;
	/* font-weight: 500; */
}

.mobileOnlyLabel{
	/*font-weight: bold; */
	display: inline;
}



@media (min-width:641px) {
	.mobileOnlyLabel{
		display: none;
	}
}

.loaderbackground {
    display: none;
	opacity: 0.8;
	background-color: white;
    width: 100%;
    height: 100%;
	position: fixed;
	z-index: 998;
}

.backloaderbackground {
    display: none;
	opacity: 0.8;
	background-color: white;
    width: 100%;
    height: 100%;
	position: fixed;
	z-index: 998;
}



.loader {
    display: none;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #2E8ACA; /* Blue */
	border-radius: 50%;
    width: 120px;
    height: 120px;
	position: fixed;
	z-index: 999;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%, 0);	
    animation: spin 2s linear infinite;
}

.backloader {
    display: none;
    width: 240px;
    height: 240px;
	position: fixed;
	z-index: 999;
    left: 50%;
    margin-right: -50%;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 1.250em;
	margin-bottom: 0.500em;	
	text-align:center;
	
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} 

.infoExpand {
	font-size: 16px;
	padding: 0px 0 0px;
}

.infoExpand:focus {
	background: white;
	
}

.infoExpandWRONG:before {
	content: '';
	position: absolute;
	border: 4px solid #005EA5; /* Blue */
	border-radius: 50%;
	top: 15px;
	left: 50%;
	margin-left: -22.5px;
	width: 45px;
	height: 45px;
	background: url('../images/info.png') center center no-repeat;
	background-color: #005EA5;
}

.expandedtable  {
	border-bottom: 0px;
    padding: 5px 5px 5px 0;
}

.visitedBreadcrumb {
	font-size: 20px;
	padding: 1px 0 1px;
}

.LHBreadcrumbContainer.open {
	width: 100%;
	display: block;
	background:none;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.LHBreadcrumbContainer .headingMedium {
	margin-top: 0;
	font-size: 1.18rem;
}

.LHBreadcrumbContainer li {
	margin-bottom: 5px;
	font-size: 16px;
}

.LHBreadcrumbContainerButton {
	display: block;
}

#LHBreadcrumbHeader {
display: none;
}

@media (min-width:641px) {
	#LHBreadcrumbHeader {
		display: block;
	}
}


@media (min-width:641px) {
	.LHBreadcrumbContainer,
	.LHBreadcrumbContainer.open {
		width: 100%;
		display: block;
		background:none;
		padding: 15px;
		margin-bottom: 30px;
		margin-top: 80px;
	}

	.pushRight .LHBreadcrumbContainer {
		margin-top: 50px;
	}

	.LHBreadcrumbContainerButton {
		display: none;
	}
	.narrowHeader	{
		display:none;
	}

}
form-date .form-group-room {
	float: left;
	width: 70px;
	margin: 0 20px 0 0;
	clear: none;
}


.expandClosed  {
	background-image: url('../Images/arrow-down.png');
        background-repeat:no-repeat;
	background-position: 2% center;
	background-color: red;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	text-decoration: none !important;
	color: white;	
	display:block;
	text-align: left;

}

.expandOpen {
	background-image: url('../Images/arrow-up.png');
	background-repeat:no-repeat;
	background-position: 2% center;
	background-color: red;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	text-decoration: none !important;
	color: white;
	display:block;
	text-align: left;
}

.accordionHeaderClosed  {
	background-image: url('../Images/arrow-down.png');
        background-repeat:no-repeat;
	background-position: 2% center;
	background-color: #030D4F;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	text-decoration: none !important;
	color: white;	
	display:block;
	text-align: left;
	margin-bottom: 10px;
}

.accordionHeaderOpen {
	background-image: url('../Images/arrow-up.png');
	background-repeat:no-repeat;
	background-position: 2% center;
	background-color: #030D4F;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	text-decoration: none !important;
	color: white;
	display:block;
	text-align: left;
}

.accordion	{
	padding-left: 52px;
	border-left: 2px solid #030D4F;
	border-right: 2px solid #030D4F;
	border-bottom: 2px solid #030D4F;
	border-top: 1px solid #030D4F;
	margin-bottom: 10px;
}
.govuk-skip-link:focus	{
	outline:3px solid #fd0;
	background-color: #fd0;
}

.gov-skip-link:active, .govuk-skip-link:focus	{
	position:static !important;
	width:auto !important;
	height:auto !important;
	margin:inherit !important;
	overflow:visible !important;
	clip:auto !important;
	clip-path:none !important;
	white-space:none !important;
}	
.govuk-skip-link {
	position:absolute !important;
	width:1px !important;
        height:1px !important;
	margin:0 !important;
	overflow:hidden !important;
	clip:rect(0 0 0 0) !important;
	}
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}
