/*! normalize.css v1.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/********** Fonts **********/

@font-face {
    font-family: 'fs_matthewregular';
    src: url('../fonts/FSMatthewWeb-Regular.eot');
    src: url('../fonts/FSMatthewWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FSMatthewWeb-Regular.woff') format('woff'),
         url('../fonts/FSMatthewWeb-Regular.svg#FSMatthewWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fs_matthewbold';
    src: url('../fonts/FSMatthewWeb-Bold.eot');
    src: url('../fonts/FSMatthewWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FSMatthewWeb-Bold.woff') format('woff'),
         url('../fonts/FSMatthewWeb-Bold.svg#FSMatthewWeb-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fs_matthewitalic';
    src: url('../fonts/FSMatthewWeb-Italic.eot');
    src: url('../fonts/FSMatthewWeb-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FSMatthewWeb-Italic.woff') format('woff'),
         url('../fonts/FSMatthewWeb-Italic.svg#FSMatthewWeb-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fs_matthewbold_italic';
    src: url('../fonts/FSMatthewWeb-BoldItalic.eot');
    src: url('../fonts/FSMatthewWeb-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FSMatthewWeb-BoldItalic.woff') format('woff'),
         url('../fonts/FSMatthewWeb-BoldItalic.svg#FSMatthewWeb-BoldItalic') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'fs_matthewlight';
    src: url('../fonts/FSMatthewWeb-Light.eot');
    src: url('../fonts/FSMatthewWeb-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FSMatthewWeb-Light.woff') format('woff'),
         url('../fonts/FSMatthewWeb-Light.svg#FSMatthewWeb-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/********** Generic HTML element styling **********/

body {
	background: #F5F5F5;
	color: #333;
	font: 1em/1.5 fs_matthewregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.2px;
}
html > /**/ body {
	overflow-y: scroll;
}
table, th, td {
	color: #333;
	font-family: fs_matthewregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
th {
	color: #333;
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input, select, textarea {
	color: #333;
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h2.h1, h3, h4, h5, h6 {
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
audio, canvas, img, video {
    vertical-align: middle;
}
a {
	text-decoration: none;
}
a[href] {
	color: #000000;
}
a[href]:hover, a[href]:active {
	color: #01605A;
	text-decoration: underline;
}
a.external:after {
	background: url('../images/icons-v3.png') no-repeat -92px -10px;
	content: '';
	display: inline-block;
	height: 10px;
	margin-left: 10px;
	width: 10px;
}
a:target {
	display: block;
}
	a:target:before {
		content: '';
		display: block;
		height: 110px;
		margin-top: -110px;
	}
	legend a:target:before {
		content: '';
		display: block;
		height: 125px;
		margin-top: -125px;
	}
a.thumbnail{
	position: relative;
	z-index: 0;
}
a.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
	a.thumbnail span{
		background: #FFF;
		border: 1px solid #666;
		color: #333;
		font-size: 0.9em;
		left: -9999em;
		padding: 5px;
		position: absolute;
		text-align: center;
		text-decoration: none;
		visibility: hidden;
	}	
	a.thumbnail:hover span {
		bottom: 20px;
		left: 60px;
		visibility: visible;
	}
		a.thumbnail span img {
			border-width: 0;
			padding: 2px;
		}
em, i {
	font-family: fs_matthewitalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #B1A9BB;
}
ol, ul {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
strong, b {
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
strong em, strong i, b em, b i, em strong, em b, i strong, i b {
	font-family: fs_matthewbold_italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
textarea {
    resize: vertical;
}

/********** Helper styles **********/

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.hidden {
	display: none !important;
    visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}

/********** Buttons **********/

.button, a.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input.button, input.button {
	line-height: 25px;
	padding: 0 7px 3px;
}
input.button.big {
	font-size: 1.05em;
	line-height: 30px;
	&line-height: 22px;
	padding: 1px 17px 3px;
}
input.button.extra-big {
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 36px;
	padding: 0 18px 2px;
}
a.button {
	display: inline-block;
	height: 22px;
	line-height: 1;
	padding: 6px 9px 0;
	position: relative;
	text-decoration: none;
}
a.button.small {
	font-size: 0.9em;
	height: 18px;
	&height: 22px;
	&line-height: 22px;
	padding: 4px 9px 0;
	&padding: 0 9px;
}
a.button.big {
	font-size: 1em;
	height: 23px;
	&height: 29px;
	&line-height: 29px;
	padding: 6px 17px 0;
	&padding: 0 17px 2px;
}
a.button.extra-big {
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	height: 28px;
	&height: 38px;
	&line-height: 38px;
	padding: 10px 18px 0;
	&padding: 0 18px 2px;
}
a.button:hover, a.button:active {
	text-decoration: none;
}
.button1, a.button1 {
	background: #000000;
	border: 1px solid #000000;
	color: #FFF;
}
.button1:hover, .button1:focus, a.button1:hover, a.button1:active {
	background: #01605A;
	border: 1px solid #01605A;
	color: #FFF;
}
a.button1.small {
	padding-left: 22px;
	&padding-left: 9px;
}
	a.button1.small:before {
		background: url("../images/icons-v3.png") no-repeat -178px -65px;
		content: '';
		display: block;
		height: 10px;
		position: absolute;
		width: 9px;
		left: 8px;
		top: 6px;
	}
.button2, a.button2 {
	background: #0b6bb3;
	border: 1px solid #0b6bb3;
	color: #FFFFFF;
}
.button2:hover, .button2:focus, a.button2:hover, a.button2:active {
	background: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
}
input.button3, a.button3 {
	background: #000000;
	border: 1px solid #000000;
	color: #FFF;
	padding-left: 20px;
}
.button3:hover, .button3:focus, a.button3:hover, a.button3:active {
	background-color: #01605A;
	border: 1px solid #01605A;
	color: #FFF;
}
	input.button.button3 {
		background-image: url("../images/icons-v3.png");
		background-repeat: no-repeat;
		background-position: -171px -56px;
		&background-position: -171px -53px;
	}
	a.button3:before {
		background: url("../images/icons-v3.png") no-repeat -178px -65px;
		content: '';
		display: block;
		height: 10px;
		position: absolute;
		width: 9px;
		left: 8px;
		top: 9px;
	}
	input.button.button3.big, a.button3.big {
		padding-left: 28px
	}
	input.button.button3.big {
		background-position: -167px -52px;
		&background-position: -167px -53px;
	}
	a.button3.big:before {
		left: 14px;
		top: 12px;
	}
	input.button.button3.extra-big, a.button3.extra-big {
		padding-left: 32px
	}
	input.button.button3.extra-big {
		background-position: -90px -49px;
	}
	a.button3.extra-big:before {
		left: 16px;
		top: 14px;
	}
.button4, a.button4 {
	background: #D32626;
	border: 1px solid #D32626;
	color: #FFF;
}
.button4:hover, .button4:focus, a.button4:hover, a.button4:active {
	background: #780F14;
	border: 1px solid #780F14;
	color: #FFF;
}
.button5, a.button5 {
	background: #000000;
	border: 1px solid #000000;
	color: #FFF;
}
.button5:hover, .button5:focus, a.button5:hover, a.button5:active {
	background: #01605A;
	border: 1px solid #01605A;
	color: #FFF;
}
a.paging-prev.small {
	background: #E7E7E9;
	border: 1px solid #E7E7E9;
	color: #868990;
	padding: 2px 8px 1px 24px;
	position: relative;
}
a.paging-prev.small:hover, a.paging-prev.small:active {
	background: #DADBDD;
	border: 1px solid #DADBDD;
}
a.paging-prev.small:before {
	background: url('../images/icons-v3.png') no-repeat -55px -20px;
	content: '';
	display: inline-block;
	height: 12px;
	left: 9px;
	position: absolute;
	top: 5px;
	width: 9px;
}
a.paging-next.small {
	background: #000000;
	border: 1px solid #000000;
	color: #FFF;
	margin-left: 5px;
	padding: 2px 24px 1px 8px;
	position: relative;
}
a.paging-next.small:hover, a.paging-next.small:active {
	background: #01605A;
	border: 1px solid #01605A;
}
a.paging-next.small:before {
	background: url('../images/icons-v3.png') no-repeat -64px -32px;
	content: '';
	display: inline-block;
	height: 12px;
	right: 9px;
	position: absolute;
	top: 5px;
	width: 9px;
}
.button[disabled], .button:hover[disabled], .button[disabled]:focus, a.button[disabled]:hover, a.button[disabled]:active ,
.button.disabled, .button:hover.disabled, .button.disabled:focus, a.button.disabled:hover, a.button.disabled:active {
	background: #C2C4C7;
	border: 1px solid #C2C4C7;
	cursor: default;
	pointer-events: none;
}

/********** Selectric jQuery drop-down replacer **********/	

.selectricWrapper {
	cursor: pointer;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 300px;
}
.selectricResponsive {
	width: 100%;
}
.selectric {
	border: 1px solid #BCBEC2;
	background: #FFF;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.selectric .label {
	color: #333;
	display: block;
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 27px;
	overflow: hidden;
	margin-right: 30px;
	min-height: 27px;
	padding: 6px;
	text-align: left;
	white-space: nowrap;
}
.selectric .button {
	background: #DEDFE1;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #DEDFE1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #DEDFE1));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #DEDFE1 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #DEDFE1 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #DEDFE1 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #DEDFE1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DEDFE1', GradientType=0 );
	border: 1px solid #BCBEC2;
	color: #333;
	display: block;
	font: 0/0 a;
	*font: 20px/30px Lucida Sans Unicode,Arial Unicode MS,Arial;
	height: 39px;
	position: absolute;
	right: -1px;
	text-align: center;
	top: -1px;
	width: 28px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.selectric .button:after {
	background: url('../images/icons-v3.png') no-repeat -103px -22px;
	bottom: 0;
	content: '';	
	height: 9px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
}
.selectricOpen {
	z-index: 9999;
}
.selectricOpen .selectric {
	border-color: #BCBEC2;
	background: #F0F0F0;
	z-index: 9999;
}
.selectricOpen .selectricItems {
	display: block;
}
.selectricDisabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-touch-callout: none;
	user-select: none;
}
.selectricHideSelect {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectricHideSelect select {
	position: absolute;
	left: -100%;
	display: none;
}
.selectricInput {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}
.selectricTempShow {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
.selectricItems {
	display: none;
	position: absolute;
	overflow: auto;
	top: 100%;
	left: 0;
	background: #FFF;
	border: 1px solid #BCBEC2;
	z-index: 9998;
	box-shadow: 0 0 10px -6px;
}
.selectricItems ul,.selectricItems li {
	list-style: none;
	padding: 0 !important;
	margin: 0;
	line-height: 20px;
	min-height: 20px;
}
.selectricItems li {
	display: block;
	padding: 5px !important;
	border-bottom: 1px solid #EEE;
	color: #666;
	cursor: pointer;
	text-align: left;
}
.selectricItems li.selected {
	background: #EFEFEF;
	color: #444;
	border-top-color: #E0E0E0;
}
.selectricItems li:hover {
	background: #F0F0F0;
	color: #444;
}
.selectricItems li.disabled {
	background: #F5F5F5;
	color: #BBB;
	border-top-color: #FAFAFA;
	cursor: default;
}
.selectricItems li:before {
	display: none !important;
}

/********** Forms **********/

.form {
	padding: 20px 0;
	width: 680px;
}
.two-cols-left section .form {
	width: 720px;
}
.form:last-child {
	margin-bottom: 30px;
}
.form.no-legend {
	padding-top: 0;
}
	.form legend {
		border-bottom: 1px solid #E7E7E7;
		color: #000;
		font-size: 1.3em;
		letter-spacing: -0.5px;
		padding: 0 0 13px 15px;
		position: relative;
		width: 665px;
	}
	.two-cols-left section .form legend {
		width: 705px;
	}
		.form legend:before {
			border-color: transparent transparent transparent #000;
			border-style: solid;
			border-width: 6px 0 6px 7px;
			content: '';
			display: block;
			left: 0;
			position: absolute;
			top: 11px;
		}
	.form .field {
		position: relative;
	}
	.form-one-col.field {
		width: 680px;
	}
	.form-two-cols .field {
		width: 324px;
	}
    .two-cols-left .form-two-cols .field {
        width: 348px;
    }
	.form .field > label, .form span.label {
		display: block;
		padding-left: 2px;
	}
	.form .field > label, .form span.label, .form .checkboxlist label, form .killer-questions {
		font-size: 1.1em;
		letter-spacing: 0;
	}
	.form .field > label, .form .separator > label {
		line-height: 40px;
	}
	.form .checkboxlist-field > span.label {
		float: left;
		width: 260px;
	}
		.form .checkboxlist {
			display: block;
			float: right;
			margin-right: 30px;
			vertical-align: top;
			width: 400px;
		}
			.form .checkboxlist label {
				display: inline-block;
				line-height: 1.5;
				margin-bottom: 10px;
				padding-left: 10px;
				width: 170px;
			}
	.form input[type=file] {
		height: 45px;
		margin-bottom: 15px;
		width: 306px;
	}
	.form input[type=text], .form input[type=password], .form input[type=email], .form input[type=tel] {
		background: #FBFBFB;
		border: 1px solid #EBEBEB;
		height: 45px;
		margin-bottom: 15px;
		padding: 0 8px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		height: 33px\9; /* IE8 and older hack for text-alignment */
		padding-top: 12px\9;
	}
	.form .form-one-col input[type=text], .form .form-one-col input[type=password], .form .form-one-col input[type=email], .form .form-one-col input[type=tel] {
		width: 662px;
	}
	.form .form-two-cols input[type=text], .form .form-two-cols input[type=password], .form .form-two-cols input[type=email], .form .form-two-cols input[type=tel] {
		width: 306px;
	}
	.two-cols-left section .form .form-two-cols input[type=text], .two-cols-left section .form .form-two-cols input[type=password],
	.two-cols-left section .form .form-two-cols input[type=email], .two-cols-left section .form .form-two-cols input[type=tel] {
		width: 314px;
	}
	.form input[type=text]:focus, .form input[type=password]:focus, .form input[type=email]:focus, .form input[type=tel]:focus {
		border-color: #CCC;
	}
	.form input[type=text].short-single, .form input[type=password].short-single, .form input[type=email].short-single, .form input[type=tel].short-single {
		width: 181px;
	}
	.form .location-input {
		display: inline-block;
		width: 402px;
	}
    .form .postcode-lookup {
		display: inline-block;
        width: 647px;
    }
        .form .postcode-lookup input[type=text].short-single {
            margin-right: 17px;
        }
        .form .postcode-lookup .button {
            display: none;
            margin-top: 8px;
            vertical-align: top;
        }
        .form .postcode-lookup .button[style*="inline"] {
            display: inline-block !important;
        }
	.form .req {
		color: #085A66;
	}
	.form select {
		background: #FBFBFB;
		border: 1px solid #EBEBEB;
		display: inline-block;
		height: 45px;
		margin-bottom: 15px;
		padding-left: 8px;
		vertical-align: top;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	}
    .form select[size] {
        height: auto;
    }
	.form .form-one-col select {
		width: 685px;
	}
	.form .form-two-cols select {
		width: 306px;
	}
	.form .selectricWrapper {
		margin-bottom: 15px;
	}
	.form .form-one-col .selectricWrapper {
		width: 680px;
	}
	.form .form-two-cols .selectricWrapper {
		width: 324px;
	}
		.form .selectric {
			background: #FBFBFB;
			border-color: #EBEBEB;
		}
		.form .selectricOpen .selectric {
			border-color: #CCC;
		}
			.form .selectric .label {
				line-height: 33px;
				min-height: 33px;
			}
		.form .selectric .button {
			background: #F2F2F2;
			background: -moz-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F2F2F2));
			background: -webkit-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
			background: -o-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
			background: -ms-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
			background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=0 );
			border-color: #EBEBEB;
			height: 45px;
			width: 35px;
		}
		.form .selectricOpen .selectric .button {
			border-color: #CCC;
		}
    .form textarea {
		background: #FBFBFB;
		border: 1px solid #EBEBEB;
		margin-bottom: 14px;
		padding: 10px 8px 8px;
		width: 662px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	}
	.form textarea:focus {
		border-color: #CCC;
	}
	.form .form-two-cols .field textarea {
		width: 330px;
	}
	.form .form-two-cols .field textarea[rows="10"] {
		height: 229px;
	}
	.form .separator {
		border-top: 1px solid #E7E7E7;
		margin-top: 16px;
		padding-top: 18px;
		width: 680px;
	}
		.form .separator label,  .form .separator span.label {
			padding: 0 20px 0 0;
		}
	.form .terms input {
		margin: 0 0 11px 10px;
		&margin: 0 0 0 10px;
	}
	.form .terms label {
		display: inline-block;
		padding: 0 0 0 6px;
		width: auto;
	}
    .form .consent > div {
        margin: 10px 0 20px;

        position: relative;
    }
    .form .consent.separator > div {
        margin-top: 0;
    }
        .form .consent input {
            left: 10px;
            position: absolute;
            top: 4px;
        }
        .form .consent label,
        .form .consent .label {
            display: inline-block;
            font-size: 0.85em;
            padding: 0;
            vertical-align: top;
            width: 610px;
        }
        .form .consent label {
            padding-left: 34px;
        }
        .form .consent.login-consent > div {
            margin-bottom: -10px;
        }
        .form .consent.login-consent label,
        .form .consent.login-consent .label {
            font-size: 0.8em;
        }
        .modal-iframe-page .form .consent label,
        .modal-iframe-page .form .consent .label {
            width: 550px;
        }
        .modal-iframe-page .form .consent .error-container {
            top: 4px;
        }
	.form .buttons {
		margin-top: 10px;
		position: relative;
	}
	.form .buttons.right {
		padding-top: 10px;
	}
		.form .buttons.right input[type=submit] {
			margin-left: 10px;
		}
		.form .buttons .note {
			display: inline-block;
			font-size: 0.85em;
			padding-top: 9px;
		}
	.form .error-container {
		display: block;
		height: 20px;
		position: absolute;
		right: 0;
		top: 10px;
		width: 22px;
	}
    .form .checkboxlist-field .error-container {
		top: 0;
	}
		.form .field-validation-error {
			background: url('../images/icons-v3.png') no-repeat -61px -48px;
			display: block;
			height: 20px;
			text-indent: -9999em;
			width: 22px;
		}
			.form .field-validation-error[style*=inline] {
                display: block !important;
            }
    .form .captcha {
        display: inline-block;
        vertical-align: top;
    }
    	.form .captcha > div {
		    margin-bottom: 10px;
		    width: 199px;
        }
        .form .captcha input[type=text].short-single {
            margin: 0 0 3px;
        }
	    .form .captcha a {
		    display: block;
		}
	.error-summary {
		background: #AC161C;
		color: #FFF;
		font-size: 1.3em;
		letter-spacing: -0.5px;
		margin-bottom: 20px;
		padding: 21px 24px 28px 70px;
		position: relative;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	}
	.error-summary:before {
		background: url('../images/icons-v3.png') no-repeat -33px -22px;
		content: '';
		display: block;
		height: 22px;
		left: 24px;
		margin: 8px 24px 0 0;
		position: absolute;
		top: 21px;
		width: 22px;
	}
		.error-summary ul {
			float: left;
			list-style: none;
            padding: 0 !important;
		}
            .content .error-summary ul li:before {
                display: none !important;
            }
			.error-summary a, .error-summary a:hover, .error-summary a:active {
				color: #FFF;
				text-decoration: underline;
			}
.job-detail-page .job-description .form {
	margin-top: 10px;
	width: 714px;
}
	.job-detail-page .job-description .form legend {
		border-bottom: none;
		border-top: 1px solid #E7E7E7;
		font-size: 1.5em;
		padding: 23px 0 0;
		width: 714px;
	}
		.job-detail-page .job-description .form legend:before {
			border: none;
		}
	.job-detail-page .job-description .form > label, .job-detail-page .job-description .form .separator > label, .job-detail-page .job-description .form .separator > span.label {
		width: 135px;
	}
	.job-detail-page .job-description .form-one-col.field {
		width: 714px;
	}
	.job-detail-page .job-description .form-two-cols .field {
		width: 348px;
	}
		.job-detail-page .job-description .form input[type=file] {
			width: 348px;
		}
		.job-detail-page .job-description .form .form-one-col input[type=text], .job-detail-page .job-description .form .form-one-col input[type=password],
		.job-detail-page .job-description .form .form-one-col input[type=email], .job-detail-page .job-description .form .form-one-col input[type=tel] {
			width: 700px;
		}
		.job-detail-page .job-description .form .form-two-cols input[type=text], .job-detail-page .job-description .form .form-two-cols input[type=password],
		.job-detail-page .job-description .form .form-two-cols input[type=email], .job-detail-page .job-description .form .form-two-cols input[type=tel] {
			width: 330px;
		}
		.job-detail-page .job-description .form .form-one-col select {
			width: 718px;
		}
		.job-detail-page .job-description .form .form-two-cols select {
			width: 348px;
		}
		.job-detail-page .job-description .form .form-one-col .selectricWrapper {
			width: 718px;
		}
		.job-detail-page .job-description .form .form-two-cols .selectricWrapper {
			width: 348px;
		}
	.job-detail-page .job-description .form .separator {
		width: 718px;
	}
	.job-detail-page .job-description .error-summary {
		margin-bottom: 30px;
		width: 620px;
	}
.form .killer-questions > div {
	margin-bottom: 14px;
	padding-right: 50px;
	position: relative;
	width: 640px;
}
	.form .killer-questions ul {
		list-style: none;
		margin-left: 10px;
	}
		.form .killer-questions ul li {
			display: inline-block;
		}
			.form .killer-questions ul li input[type=radio] {
				margin-right: 10px;
				vertical-align: middle;
			}
			.form .killer-questions ul li label {
				display: inline-block;
				padding-bottom: 3px;
				vertical-align: middle;
			}
	.form .killer-questions .error-container {
		top: 6px;
	}

/********** Content **********/

.content h1, .content h2.h1 {
	color: #000;
	font-size: 1.5em;
	line-height: 1.2;
}
.content h1 {
	padding-bottom: 0.7em;
}
.content h2.h1 {
	padding-bottom: 0.4em;
}
.homepage-cols .content h1:first-child {
	margin-top: -8px;
}
.content h2 {
	color: #002C5B;
	font-size: 1.1em;
}
.content h3 {
	color: #002C5B;
	font-size: 1em;
}
.content h4 {
	color: #333;
	font-size: 0.8em;
}
.content h5 {
	color: #333;
	font-size: 0.7em;
}
.content h6 {
	color: #333;
	font-size: 0.6em;
}
.content blockquote {
	color: #935DA8;
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	margin: 0 100px 1.5em;
}
.content img {
	padding-bottom: 1.5em;
}
.content img[align=left] {
	padding: 7px 30px 1em 0;
}
.content img[align=right] {
	padding: 7px 0 1em 30px;
}
.content ol {
	padding: 0 0 1.5em 35px;
}
	.content li ol {
		padding: 0 0 0 18px;
	}
.content p {
	padding-bottom: 1.5em;
}
.content p.intro {
	color: #002C5B;
	font-size: 1.25em;
	line-height: 1.2em;
	padding-bottom: 1.3em;
}
.content table {
	margin-bottom: 1.5em;
}
	.content th, .content td {
		vertical-align: top;
	}
.content ul {
	list-style: none;
	&list-style: disc;
	padding: 0 0 1.5em 35px;
}
	.content li ul  {
		padding: 0 0 0 18px;
	}
    .content ul li {
        position: relative;
    }
	    .content ul li:before {
		    background: #999;
		    content: '';
		    display: block;
		    height: 7px;
            left: -18px;
            position: absolute;
            top: 10px;
		    width: 7px;
		    -webkit-border-radius: 4px;
		    -moz-border-radius: 4px;
		    border-radius: 4px;
	    }

/********** Site header **********/

.skip-links {
    list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
    position: fixed;
	z-index: 400;
}
	.skip-links li {
		left: 0;
		position: absolute;
		top: 0;
	}
		.skip-links a {
			left: -9999em;
			padding: 6px;
			position: absolute;
			white-space: nowrap;
		}
		.skip-links a:focus, .skip-links a:active {
			background: #000000;
			color: #FFF;
			left: 0;
		}
.site-header {
	background: url("../images/bg-body.png") repeat-y center top;
	margin: 0 auto;
	padding: 0 11px;
	width: 1120px;
}
	.site-header  > div {
		background: #FFF;
	}
		.site-header .header-logos {
			width: 1120px;
		}
			.site-header .header-logos div {
				height: 100px;
                padding: 20px 0;
			}
			.site-header .header-logos .operator-logo {
				float: left;
				padding-left: 30px;
			}
			.site-header .header-logos .trust-logo {
				float: right;
				padding-right: 30px;
				text-align: right;
			}
				.site-header .header-logos div span {
					display: inline-block;
					height: 100%;
					vertical-align: middle;
				}
				.site-header .header-logos div img {
					vertical-align: middle;
				}
		.header-navigation {
			border-top: 1px solid #EBEBEB;
		}
			.header-navigation nav {
				height: 59px;
			}
				.header-navigation ul {
					margin: 0;
					padding: 0;
				}
					.header-navigation li {
						float: left;
						height: 46px;
						padding: 13px 16px 0;
						position: relative;
					}
					.header-navigation li:not(*:root) { /* Chrome hack */
						padding-top: 14px;
					}
						.header-navigation a {
							color: #000000;
							font-size: 1.25em;
							letter-spacing: 0.35px;
						}
						.header-navigation a:hover, .header-navigation a:active {
							color: #01605A;
							text-decoration: none;
						}
			.primary-nav {
				float: left;
			}
				.primary-nav ul {
					margin: 0;
					padding-left: 14px;
				}
			.header-links {
				float: right;
			}
				.header-links ul {
					padding-right: 12px;
				}
					.header-links li {
						&background: url('../images/chevron-ie7.png') no-repeat 13px 25px;
						padding-left: 29px;
					}
						.header-links li:before, .header-links li:after {
							border-style: solid;
							border-width: 5px 0 5px 4px;
							border-color: transparent;
							content: '';
							display: block;
							height: 0;
							position: absolute;
							top: 25px;
							top: 23px\9; /* IE8 and older hack for alignment with non-replaced fonts */
						}
						.header-links li:before {
							border-left-color: #0b6bb3;
							left: 18px;
							width: 0;
						}
						.header-links li:after {
							background: #0b6bb3;
							border-left-color: #FFF;
							left: 13px;
							width: 1px;
						}
					
/********** Site footer **********/

.site-footer {
	background: url("../images/bg-body.png") repeat-y center top;
	margin: 0 auto;
	padding: 0 11px;
	width: 1120px;
}
	.site-footer .footer-content  {
		background: #48bbb6;
		width: 1120px;
	}
		.site-footer .footer-content > div {
			padding: 30px 0 26px;
			position: relative;
		}
			.site-footer .footer-content a {
				color: #0b6bb3;
			}
			.site-footer .site-footer-left {
				float: left;
				text-align: left;
				padding-left: 35px;
			}
			.site-footer .site-footer-left:not(*:root) { /* Chrome hack */
				padding-left: 32px;
			}
				.site-footer .operator-logo {
					display: block;
					margin: 0 0 17px 29px;
				}
			.site-footer .site-footer-right {
				float: right;
				text-align: right;
			}
			.site-footer .site-footer-right:not(*:root) { /* Chrome hack */
				padding-right: 54px;
			}
				.site-footer .site-footer-right > div {
					bottom: 0;
					margin: 0 58px 26px 0;
					position: absolute;
					right: 0;
					text-align: left;
					width: 270px;
				}
					.site-footer .tag-line {
						color: #FFFFFF;
						font-size: 21px;
						letter-spacing: 0.25px;
						line-height: 1.1;
						margin-bottom: 22px;
					}
	
/********** Main content area layout **********/

.main {
	background: url("../images/bg-body.png") repeat-y center top;
	margin: 0 auto;
	padding: 0 11px;
	width: 1120px;
}
.main.no-masthead {
	border-top: 1px solid #EBEBEB;
}
	.content-wrap {
		padding-top: 20px;
	}
		.homepage-cols, .two-cols-left, .two-cols-right, .three-cols, .three-cols > section > div {
			display: table-row;
		}
			.homepage-cols > section, .homepage-cols > aside,
			.two-cols-left > section, .two-cols-left > aside,
			.two-cols-right > section, .two-cols-right > aside,
			.three-cols-right > section, .three-cols > aside,
			.three-cols > section > div > aside, .three-cols > section > div > div {
				display: table-cell;
				vertical-align: top;
			}
			.homepage-cols > aside {
				&float: right;
				padding: 30px 30px 10px 0;
				width: 340px;
			}
			.homepage-cols > aside:not(*:root) { /* Chrome hack */
				padding: 30px 29px 10px 1px;
			}
			.two-cols-left > aside, .two-cols-right > aside {
				padding: 25px 30px 10px 30px;
				width: 268px;
			}
			.two-cols-left > aside {
				&float: right;
			}
			.two-cols-right > aside {
				&float: left;
			}
				.homepage-cols > aside > *,
				.two-cols-left > aside > *, .two-cols-right > aside > *,
				.three-cols > aside > *, .three-cols > section > div > aside > * {
					margin-bottom: 20px;
				}
			.homepage-cols > section {
				&float: left;
				padding: 30px 40px 0 30px;
				width: 680px;
			}
			.homepage-cols > section:not(*:root) { /* Chrome hack */
				padding: 30px 39px 0 29px;
			}
			.two-cols-left > section {
				&float: left;
				padding: 36px 40px 0 30px;
				width: 720px;
			}
			.two-cols-right > section {
				&float: right;
				padding: 36px 68px 0 42px;
				width: 680px;
			}
			.three-cols > aside {
				&float: left;
				padding: 25px 21px 10px 30px;
				width: 260px;
			}
			.three-cols > section {
				&float: right;
				padding: 29px 0 0 20px;
				&padding: 29px 30px 0 0;
				width: 760px;
			}
                .three-cols > section > div {
                    width: 760px;
                }
					.three-cols > section > div.spanning-content {
						display: block;
						padding: 0;
						width: 760px;
					}
					.three-cols > section > div > aside {
						&float: right;
						padding: 0 0 0 10px;
						width: 260px;
					}
					.three-cols > section > div > div {
						&float: left;
						padding: 0 10px 0 0;
						width: 480px;
					}
        .outro {
            background: #FFF;
            width: 1040px;
            padding: 0 30px 5px;
        }

			
/********** Common page elements **********/

.back-link {
	float: right;
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	min-height: 25px;
	padding: 25px 0 20px;
}
.news-back-link {
	margin-right: 300px;
}
.back-link:before {
	content: '< ';
}
.breadcrumbs {
	border-bottom: 1px solid #E5E5E5;
	color: #000;
	float: left;
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	letter-spacing: -0.25px;
	line-height: 1;
	margin: 0 30px;
	min-height: 28px;
	padding-bottom: 5px;
	width: 1060px;
}
.masthead {
	min-height: 220px;
	position: relative;
}
	.masthead .quick-search {

		background: #E7E7E9;
		background: rgba(231, 231, 233, 0.85);
		bottom: 0;
		color: #0b6bb3;
		height: 211px;
		position: absolute;		
		right: 30px;
		width: 340px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}
		.masthead .quick-search fieldset {
			padding: 0 20px;
		}
			.masthead .quick-search legend {
				float: left;
				font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
				font-size: 1.75em;
				margin: 11px 0 13px;
				&margin: 2px 0 13px -8px;
				width: 100%;
			}
			.masthead .quick-search label {
				display: block;
				font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
				letter-spacing: 0.5px;
			}
			.masthead .quick-search input[type=text] {
				border: none;
				height: 40px;
				margin: 5px 0 20px;
				padding: 0 10px;
				width: 280px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				height: 30px\9; /* IE8 and older hack for text-alignment */
				padding-top: 10px\9;
			}
			.masthead .quick-search .button {
				float: right;
			}
.content-wrap {
	background: #FFF;
}
	.content-wrap .two-cols-left {
		&background: url('../images/bg-two-cols-left-ie7.png') repeat-y 0 0;
	}
	.content-wrap .two-cols-right {
		&background: url('../images/bg-two-cols-right-ie7.png') repeat-y 0 0;
	}
		.content-wrap .two-cols-left > aside {
			border-left: 1px solid #E5E5E5;
			&border-left: 0;
		}
		.content-wrap .two-cols-right > aside {
			border-right: 1px solid #E5E5E5;
			&border-right: 0;
		}
.secondary-navigation ul ul {
	margin-top: 12px;
	padding-left: 6px;
}
.secondary-navigation > span, .secondary-navigation li {
	display: block;
	padding-bottom: 12px;
}
.secondary-navigation li li {
	padding: 0 0 12px 12px;
}
.secondary-navigation li li:last-child {
	padding-bottom: 0;
}
	.secondary-navigation > span a, .secondary-navigation li a {
		&background: url('../images/chevron-ie7.png') no-repeat 1px 12px;
		display: block;
		font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.25em;
		letter-spacing: 0;
		padding-left: 26px;
		position: relative;
	}
	.secondary-navigation > span.active a, .secondary-navigation li.active > a {
		color: #01605A;
	}
		.secondary-navigation a:before, .secondary-navigation a:after {
			border-style: solid;
			border-width: 5px 0 5px 4px;
			border-color: transparent;
			content: '';
			display: block;
			height: 0;
			position: absolute;
			top: 12px;
		}
		.secondary-navigation a:before {
			border-left-color: #0b6bb3;
			left: 6px;
			width: 0;
		}
		.secondary-navigation a:after {
			background: #0b6bb3;
			border-left-color: #FFF;
			left: 1px;
			width: 1px;
		}
aside .banners a, aside .banners > img {
	display: block;
	margin-top: 20px;
}
	aside .banners:first-child *:first-child {
		margin-top: 0;
	}
.confirmation-message {
	background: #FFC550;
	border: 1px solid #FFC550;
	color: #000;
	font-size: 1.3em;
	letter-spacing: -0.5px;
	line-height: 1.2;
	margin-top: 10px;
	padding: 23px 20px 30px 70px;
	position: relative;
    width: 588px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.modal-iframe-page .confirmation-message {
    width: auto;
}
.confirmation-message:not(:first-of-type) {
	margin-top: 20px;
}
.confirmation-message:before {
	background: url('../images/icons-v3.png') no-repeat -31px -44px;
	content: '';
	display: inline-block;
	height: 24px;
	left: 20px;
	position: absolute;
	top: 27px;
	width: 30px;
}
	.confirmation-message a, .confirmation-message a:hover, .confirmation-message a:active {
		color: #000;
		text-decoration: underline;
	}
.location-input {
	position: relative;
}
	.location-textbox-suggestions {
		background: #fff;
		border: 1px solid #CCC;
		color: #666;
		min-width: 100%;
		padding: 6px 12px 0 6px;
		position: absolute;
		top: 47px;
		z-index: 50;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		.location-textbox-suggestions p {
			font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
			padding-bottom: 8px;
		}	
		.location-textbox-suggestions ul {
			list-style: none;
		}
			.location-textbox-suggestions li {
				margin-bottom: 3px;
				padding-left: 20px;
				position: relative;
				white-space: nowrap;
			}			
				.location-textbox-suggestions input {
					left: 0;
					position: absolute;
					top: 1px;
				}
				@-moz-document url-prefix() { 
					.location-textbox-suggestions input {
						top: 0;
					}
				}
				.location-textbox-suggestions label {
					display: inline;
					font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
					font-size: 0.85em;
					letter-spacing: 0;
					line-height: 1;
					margin: 0;
					padding: 0;
					vertical-align: top;
				}
.repeating-form-items {
    width: 680px;
}
    .repeating-form-items > div {
        position: relative;
    }
        .repeating-form-items select {
            width: 685px;
        }
        .repeating-form-items .selectricWrapper {
            width: 680px;
        }
		.repeating-form-items > div a {
			background: transparent url('../images/icons-v3.png') no-repeat -242px 0;
			border: 0;
            cursor: pointer;
			display: none;
			height: 20px;
			position: absolute;
			right: -37px;
			text-indent: -9999em;
			top: 8px;
			width: 19px;
		}
    .repeating-form-items > .button {
        cursor: pointer;
		display: none;
        margin-bottom: 20px;
    }
.content .social-share {
	text-align: right;
}
	.social-share a {
		background-image: url('../images/icons-v3.png');
		background-repeat: no-repeat;
		display: inline-block;
		height: 25px;
		margin-right: 5px;
		text-indent: -9999em;
		text-align: left;
		width: 24px;
	}
	.social-share a:last-child {
		margin-right: 0;
	}
	.social-share .twitter {
		background-position: -115px 0;
	}
	.social-share .facebook {
		background-position: -139px 0;
	}
	.social-share .linkedin {
		background-position: -163px 0px;
	}
	.social-share .google {
		background-position: -115px -25px;
	}
	.social-share .email {
		background-position: -139px -25px;
	}
	.social-share .rss {
		background-position: -163px -25px;
	}

/********** Homepage **********/

.key-roles {
	background: #FFFFFF;
	margin-bottom: 26px;
	padding: 12px 20px 22px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	.key-roles h2 {
		color: #000000;
		font-size: 1.25em;
		letter-spacing: 0.1px;
		padding-bottom: 13px;
	}
	.key-roles ul {
		list-style: none;
		width:300px;
	}
		.key-roles li {
			&background: url('../images/chevron-ie7.png') no-repeat 0 12px;
			padding: 3px 0 3px 17px;
			position: relative;
		}
			.key-roles li:before, .key-roles li:after {
				border-style: solid;
				border-width: 5px 0 5px 4px;
				border-color: transparent;
				content: '';
				display: block;
				height: 0;
				position: absolute;
				top: 12px;
			}
			.key-roles li:before {
				border-left-color: #01605A;
				left: 5px;
				width: 0;
			}
			.key-roles li:after {
				background: #01605A;
				border-left-color: #FFFFFF;
				left: 0;
				width: 1px;
			}
		.key-roles a, .key-roles a:hover, .key-roles a:active {
			color: #000000;
			font-size: 1.1em;
		}
.aside-box {
	background:  #0b6bb3;
	padding: 14px 18px 25px;
	width: 304px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    color: #FFFFFF;
}
	.aside-box h2 {
		font-size: 1.25em;
		letter-spacing: 0;
		line-height: 1.2;
		text-align: center;
        color: #FFFFFF;
	}
	.aside-box.benefits h2 {
		padding-bottom: 20px;
	}
	.aside-box.our-locations-aside h2 {
		padding-bottom: 25px;
	}
	.aside-box ul {
		display: table;
		list-style: none;
		margin-left: 2px;
	}
		.aside-box li {
			display: table-row;
		}
			.aside-box li div {
				display: table-cell;
				vertical-align: middle;
			}
			.aside-box li div.aside-box-left {
				&float: left;
				width: 60px;
			}
			.aside-box li div.aside-box-right {
				&float: right;
				&width: 242px;
			}
			.aside-box.benefits li div {
				padding-bottom: 18px;
			}
			.aside-box.benefits li div.aside-box-left {
				&padding-top: 12px;
			}
			.aside-box.our-locations-aside li div {
				padding-bottom: 26px;
			}
			.aside-box.our-locations-aside li div.aside-box-left {
				&padding-top: 3px;
			}
			.aside-box li:last-child div {
				padding-bottom: 0;
			}
				.aside-box.benefits img {
					margin-top: 6px;
				}
				.aside-box.our-locations-aside img {
					margin-top: 1px;
				}
				.aside-box h3 {
					font-size: 1.1em;
                    color: #FFFFFF;
				}
				.aside-box.our-locations-aside a {
					display: block;
					margin-top: -6px;
                    color: #FFFFFF;
				}
                .aside-box.our-locations-aside a:hover, .aside-box.our-locations-aside a:active {
                    color: #000000;
                }
.banner-strip {
	&padding-bottom: 30px;
}
	.banner-strip a, .banner-strip > img {
		display: block;
		float: left;
		margin: 0 0 30px 30px;
	}

/********** Common job page elements **********/

h1.jobs {
	font-size: 1.5em;
	padding-bottom: 14px;
}
	h1.jobs span {
		color: #999;
	}
.favourites-add, .favourites-remove {
		font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.favourites-add:before, .favourites-remove:before {
		background-image: url('../images/icons-v3.png');
		background-repeat: no-repeat;
		content: '';
		display: inline-block;
		height: 11px;
		margin-right: 5px;
		width: 12px;
	}
	.favourites-add:before {
		background-position: -102px 0;
	}
	.favourites-remove:before {
		background-position: -102px -11px;
	}
	
/********** Search results **********/

.apply-via-nhs a {
	background: #3361BC;
	color: #FFF;
	display: block;
	height: 40px;
	padding: 15px 20px 0;
	width: 220px;
}
.apply-via-nhs a:hover, .apply-via-nhs a:active {
	color: #FFF;
}
	.apply-via-nhs span {
		background: url("../images/icons-v3.png") no-repeat -42px 0;
		display: inline-block;
		height: 20px;
		margin: -3px 0 0 4px;
		&margin-top: 2px;
		text-indent: -9999em;
		vertical-align: middle;
		width: 50px;
	}
.search-results-paging {
	background: #E7E7E9;
	border: 1px solid #E7E7E9;
	padding: 8px 7px 9px 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search-results-paging.bottom {
	margin-bottom: 26px;
	padding: 6px 8px 8px 10px;
}
	.search-results-paging .buttons {
		float: right;
	}
		.search-results-paging .paging-prev.small {
			background: #FFF;
			border: 1px solid #FFF;
			margin-left: 9px;
		}
		.search-results-paging .paging-prev.small:hover, .search-results-paging .paging-prev.small:active {
			background: #DADBDD;
			border: 1px solid #DADBDD;
		}
	.search-results-paging .job-count {
		color: #000;
		float: left;
		font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}	
	.search-results-paging .selectricWrapper {
		float: right;
		margin-top: 1px;
		width: 129px;
	}
	.search-results-paging.bottom .selectricWrapper {
		margin-top: 2px;
	}
		.search-results-paging .selectric .label, .search-results-sorting .label {
			font-size: 0.85em;
			line-height: 9px;
			margin-right: 21px;
			min-height: 9px;
			padding: 6px 6px 7px 7px;
		}
		.search-results-paging .selectric .button, .search-results-sorting .button {
			height: 22px;
			width: 21px;
		}
	.search-results-paging select, .search-results-sorting select {
		background: #FFF;
		border: 1px solid #BCBEC2;
		display: inline-block;
		float: right;
		height: 24px;
		&height: auto;
		padding-left: 6px;
		vertical-align: top;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.search-results-paging select {
		margin-right: 8px;
		width: 129px;
	}
.search-results-sorting {
	padding: 10px 0 14px;
}
	.search-results-sorting .selectricWrapper {
		float: right;
		width: 179px;
	}
	.search-results-sorting select {
		width: 179px;
	}
.search-results {
	list-style: none;
}
	.search-results li {
		font-size: 0.85em;
		padding-bottom: 23px;
	}
	.search-results .featured {
		background: #E5F3F6;
		margin-bottom: 11px;
		padding: 8px 11px 12px;
	}
		.search-results .featured-caption {
			font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
			float: right;
			margin-left: 12px;
			padding: 5px 12px 0 0;
		}
		.search-results h2 {
			font-family: fs_matthewregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
			line-height: 1.3;
		}
		.search-results .featured h2 {
			font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
			.search-results h2 a {
				text-decoration: underline;
			}
		.search-results .details {
			font-family: fs_matthewlight, "Helvetica Neue", Helvetica, Arial, sans-serif;
			padding-bottom: 0.4em;
		}
			.search-results .details span {
				background: #666;
				display: inline-block;
				height: 1px;
				line-height: 1px;
				margin-bottom: 8px;
				text-indent: -9999em;
				width: 14px;
				vertical-align: bottom;
			}
		.search-results p {
			color: #000;
			padding-bottom: 0.3em;
		}
		.search-results .posted {
			font-family: fs_matthewlight, "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-right: 17px;
		}
		.search-results .favourites-add, .search-results .favourites-remove {
			margin-right: 17px;
		}
		.search-results .button {
			font-size: 1em;
		}
		.search-results .applied {
			font-family: fs_matthewlight, "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin-left: 1px;
		}
.search-results-filter h3 {
	background: #E7E7E9;
	border: 1px solid #E7E7E9;
	color: #000;
	font-family: fs_matthewregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	height: 36px;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	padding: 2px 0 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}	
.search-results-filter .searched-by {
	padding: 18px 20px 20px;
}
	.search-results-filter .searched-by h4 {
		font-family: fs_matthewlight, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		letter-spacing: -0.5px;
		margin-bottom: 7px;
	}
	.search-results-filter .searched-by ul {
		&list-style: disc;
		margin: 0 0 8px 7px;
		&padding-left: 15px;
	}		
		.search-results-filter .searched-by li {
			color: #868990;
			font-size: 0.85em;
		}
			.search-results-filter .searched-by li span {
				color: #333;
			}
	.search-results-filter .searched-by > a {
		font-size: 0.85em;
	}
.search-results-filter ul {
	list-style: none;
}
	.search-results-filter > ul > li {
		margin-top: 5px;
		padding-left: 10px;
	}
		.search-results-filter > ul > li > h4 {
			color: #000000;
			cursor: pointer;
			display: inline;
			font-size: 1.3em;
			font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
		.search-results-filter > ul > li > h4:hover {
			color: #01605A;
		}
		.search-results-filter > ul > li > h4:before {
			border-color: #000000 transparent transparent transparent;
			border-style: solid;
			border-width: 8px 6px 0 6px;
			content: '';
			display: inline-block;
			height: 0;
			margin: 0 5px 3px 0;
			width: 0;
		}
		.search-results-filter > ul > li.collapsed > h4:before {
			border-color: transparent transparent transparent #000000;
			border-width: 6px 0 6px 8px;
			margin: 0 7px 0 2px;
		}
		.search-results-filter > ul > li > ul {
			&list-style: disc;
			margin: 7px 0 6px;
			padding-left: 17px;
			&padding-left: 32px;
		}
			.search-results-filter > ul > li > ul ul {
				padding-left: 10px;
			}
				.search-results-filter > ul > li li {
					color: #868990;
					font-size: 0.85em;
				}
					.search-results-filter > ul > li li span {
						color: #000;
					}
		.search-results-filter .see-more {
			display: none;
			font-size: 0.85em;
			margin-left: 17px;
		}
		.search-results-filter > ul > li.collapsed > ul {
			display: none;
		}
		.search-results-filter > ul > li.collapsed .see-more {
			display: none !important;
		}
.search-results-filter > ul > li li:before, .search-results-filter .searched-by ul li:before {
	background: #002C5B;
	border: 1px solid #002C5B;
	content: '';
	display: inline-block;
	height: 3px;
	margin: 0 5px 2px 0;
	width: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.search-results-call-to-action {
	background: #0b6bb3;
	border: 1px solid #0b6bb3;
	margin-bottom: 20px;
	padding: 11px 12px 11px 9px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
	.search-results-call-to-action a.inner, .search-results-call-to-action a.inner:hover, .search-results-call-to-action a.inner:active {
		color: #000000;
	}
	.search-results-call-to-action a.outer, .search-results-call-to-action a.outer:hover, .search-results-call-to-action a.outer:active {
		color: #FFFFFF;
	}
	.search-results-call-to-action div.inner {
		background: #FFFFFF;
		border: 1px solid #FFFFFF;
		float: left;
		font-size: 1.1em;
		height: 58px;
		letter-spacing: 0.75px;
		line-height: 1.3;
		padding: 8px 30px 0 14px;
		width: 94px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	}
	.search-results-call-to-action > a {
		bottom: 13px;
		display: block;
		letter-spacing: 0.25px;
		line-height: 1.2;
		&line-height: 1.4;
		position: absolute;
		right: 12px;
		width: 75px;
	}
		.search-results-call-to-action > a:before {
			background-image: url('../images/icons-v3.png');
			background-repeat: no-repeat;
			content: '';
			display: block;
		}
		.search-results-call-to-action.alerts > a:before {
			background-position: 0 -22px;
			height: 24px;
			margin-bottom: 3px;
			width: 33px;
		}
		.search-results-call-to-action.favourites > a:before {
			background-position: 0 -46px;
			height: 26px;
			margin-bottom: 1px;
			width: 31px;
		}
.recent-activity {
	background: #E7E7E9;
	border: 1px solid #E7E7E9;
	padding: 12px 0 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.recent-activity h3 {
		padding-bottom: 11px;
		text-align: center;
	}
	.recent-activity ul {
		list-style: none;
		&list-style: disc;
		font-size: 0.85em;
		margin-left: 19px;
		&margin-left: 30px;
	}
		.recent-activity li {
			line-height: 1.25;
			padding: 0 20px 7px 11px;
			&padding: 0 20px 7px 0;
			position: relative;
		}
			.recent-activity li:before {
				background: #002C5B;
				content: '';
				display: block;
				height: 5px;
				left: 0;
				position: absolute;
				top: 7px;
				width: 5px;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}
			.recent-activity a {
				font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
			}
			.recent-activity.views .details {
				display: block;
				font-family: fs_matthewlight, "Helvetica Neue", Helvetica, Arial, sans-serif;
			}
				.recent-activity.views .details span {
					background: #666;
					display: inline-block;
					height: 1px;
					line-height: 1px;
					margin-bottom: 8px;
					text-indent: -9999em;
					width: 14px;
					vertical-align: bottom;
				}

/********** Job detail **********/

.job-detail-page .two-cols-right > aside {
	background: #FBFBFB;
	padding-right: 39px;
	&padding-right: 30px;
}
	.job-detail-page .job-details h2 {
		font-size: 1.5em;
		margin: 4px 0 18px;
	}
	.job-detail-page .job-details ul {
		list-style: none;
		margin-bottom: 25px;
	}			
	.job-detail-page .job-details ul:last-of-type {
		margin-bottom: 0;
	}
		.job-detail-page .job-details li {
			float: left;
			font-size: 0.85em;
			line-height: 1.3;
			padding-bottom: 6px;
			width: 260px
		}
			.job-detail-page .job-details li span:first-child {
				color: #666;
				float: left;
				width: 120px;
			}
			.job-detail-page .job-details li span:last-child {
				color: #000;
				float: right;
				width: 123px;
			}
	.job-detail-page .job-details .button {
		clear: both;
		margin-top: 10px;
	}
	.job-detail-page .job-details .button:first-of-type {
		margin-top: 18px;
	}
	.job-detail-page .job-details .button:last-of-type {
		margin-bottom: 7px;
	}
	.job-detail-page .job-details .button:before {			
		background-image: url('../images/icons-v3.png');
		background-repeat: no-repeat;
		content: '';
		display: inline-block;
		margin-right: 10px;
		width: 15px;
	}
	.job-detail-page .job-details .button.favourites:before {			
		background-position: -73px -35px;
		height: 13px;
	}
	.job-detail-page .job-details .button.alert:before {			
		background-position: -73px -20px;
		height: 15px;
		margin-bottom: -2px;
	}
	.job-detail-page .job-details .button.callback:before {			
		background-position: -88px -35px;
		height: 14px;
		margin-bottom: -1px;
	}
	.job-detail-page .job-details .button.send:before {			
		background-position: -88px -20px;
		height: 15px;
		margin-bottom: -2px;
	}
.job-detail-page .two-cols-right > section {
	padding: 31px 30px 0;
	width: 730px;
}
	.job-detail-page .job-description .heading {
		padding-bottom: 6px;
		width: 730px;
	}
		.job-detail-page .job-description .heading h1 {
			float: left;
			line-height: 1.2;
			width: 520px;
		}
		.job-detail-page .job-description .heading .button {
			float: right;
		}
	.job-detail-page .job-description > .content {
		font-size: 1em;
		width: 700px;
	}
	.job-detail-page .related-jobs {
		border-top: 1px solid #EBEBEB;
		font-size: 0.85em;
		margin-top: 30px;
		padding: 21px 0 40px;
		width: 730px;
	}
		.job-detail-page .related-jobs h2 {
			font-size: 1.75em;
		}
		.job-detail-page .related-jobs ul {
			list-style: none;
			margin-top: 10px;
		}
			.job-detail-page .related-jobs li {
				float: left;
				margin-right: 20px;
				width: 226px;
			}
			.job-detail-page .related-jobs li.last {
				margin-right: 0;
			}
				.job-detail-page .related-jobs h3 {
					letter-spacing: -0.75px;
					line-height: 1.15;
					margin: 7px 0;
				}
				.job-detail-page .related-jobs .details, .job-detail-page .related-jobs .posted {
					font-family: fs_matthewlight, "Helvetica Neue", Helvetica, Arial, sans-serif;					
				}
					.job-detail-page .related-jobs .details span {
						background: #666;
						display: inline-block;
						height: 1px;
						line-height: 1px;
						margin-bottom: 8px;
						text-indent: -9999em;
						width: 14px;
						vertical-align: bottom;
					}
				.job-detail-page .related-jobs .favourites-add, .job-detail-page .related-jobs .favourites-remove {
					display: block;
					margin: 4px 0 10px;
				}

/********** Contact us **********/
		
.contact-main {
	margin: 7px 11px 38px 0;
}
	.contact-main .details {
		float: left;
		padding-top: 14px;
		width: 300px;
	}
		.contact-main .details h2 {
			font-size: 1.25em;
			letter-spacing: -0.25px;
			line-height: 1;
			margin-bottom: 5px;
		}
		.contact-main .details .address {
		}
		.contact-main .details .telephone {
			margin-bottom: 26px;
		}
	.contact-main img {
		float: right;
		width: 369px;
	}

/********** Login **********/

.form .stay-logged-in {
	padding-top: 10px;
}
	.form .stay-logged-in input {
		margin-bottom: 20px;
	}
	.form .stay-logged-in label {
		display: inline-block;
		padding: 0 0 0 6px;
		width: auto;
	}
.login-not-registered {
	border-top: 1px solid #C2C4C7;
	margin-top: 16px;
	padding-top: 18px;
}
.two-cols-right .login-not-registered {
	margin-bottom: 30px;
}
	.login-not-registered h2 {
		font-size: 1.25em;
		padding-bottom: 0.1em;
	}
	.login-not-registered p {
		color: #666;
		padding-bottom: 0.9em;
	}

/********** Common news elements **********/

.news-search {
	background: #8AD4E4;
	margin-bottom: 20px;
	padding: 17px 20px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.news-search h2 {
		color: #000;
		font-family: fs_matthewregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.25em;
		line-height: 1;
		padding-bottom: 18px;
	}
	.news-search .input {
		background: #FFF;
		border: 1px solid #FFF;
		padding: 1px;
		width: 224px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		.news-search .input input[type=text] {
			border: 0;
			float: left;
			height: 32px;
			line-height: 32px;
			outline: 0;
			padding-left: 5px;
			width: 178px;
		}
		.news-search .input input[type=submit] {
			background: #000000 url('../images/icons-v3.png') no-repeat -83px -49px;
			&background-position: -85px -49px;
			border: 1px solid #000000;
			color: transparent;
			float: right;
			font-size: 0;
			height: 36px;
			line-height: 0;
			text-indent: -9999em;
			width: 36px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		.news-search .input input[type=submit]:hover, .news-search .input input[type=submit]:focus {
			background-color: #01605A;
			border: 1px solid #01605A;
		}
.news-listing-filter {
	background: #E7E7E9;
	margin-bottom: 20px;
	padding: 17px 20px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.news-listing-filter h3 {
		line-height: 1;
		padding-bottom: 13px;
	}
	.news-listing-filter ul {
		font-size: 0.85em;
		list-style: none;
		&list-style: disc;
	}
		.news-listing-filter li {
			color: #868990;
		}
			.news-listing-filter li:before {
				background: #00405C;
				border: 1px solid #00405C;
				content: '';
				display: inline-block;
				height: 3px;
				margin-right: 5px;
				margin-top: 8px;
				vertical-align: top;
				width: 3px;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}
	
/********** News listing **********/

.news-listing {
	border-top: 1px solid #E7E7E9;
	margin-top: 10px;
}
	.news-listing > div {
		border-bottom: 1px solid #E7E7E9;
		padding: 20px 0 19px;
		position: relative;
	}
		.news-listing .news-listing-two-cols:before {
			background: #E7E7E9;
			bottom: 19px;
			content: '';
			display: block;
			left: 50%;
			position: absolute;
			top: 20px;
			width: 1px;
		}
		.news-listing .news-listing-two-cols > div {
			width: 340px;
		}
			.news-listing h2 {
				background: #E7E7E9;
				display: inline-block;
				font-size: 1.3em;
				line-height: 1.3;
				min-height: 32px;
				margin-bottom: 20px;
				padding: 14px 20px;
				width: 680px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}
				.news-listing h2 a, .news-listing h2 a:hover, .news-listing h2 a:active {
					color: #000;
				}
				.news-listing .category h2 a, .news-listing .category h2 a:hover, .news-listing .category h2 a:active {
					color: #fff;
				}
			.news-listing .news-listing-two-cols h2 {
				width: 300px;
			}
			.news-listing img {
				margin-bottom: 19px;
			}
			.news-listing .author, .news-listing .tags {
				color: #666;
				font-size: 0.85em;
				letter-spacing: 0.25px;
				line-height: 1;
			}
			.news-listing .author {
				margin-bottom: 16px;
			}
				.news-listing .author span {
					color: #333;
				}
			.news-listing .tags {
				margin-bottom: 11px;
			}
			.news-listing p {
				margin-bottom: 15px;
			}
			.news-listing .button {
				float: left;
			}
			.news-listing .social-share {
				float: right;
			}
.news-listing-paging {
	font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 19px 0 30px;
	text-align: center;
}
	.news-listing-paging .paging-prev.small {
		margin-left: 14px;
	}

/********** News detail **********/

.news-content {
	margin-bottom: 40px;
}
	.news-details {
		border-bottom: 1px solid #E7E7E9;
		border-top: 1px solid #E7E7E9;
		margin: 10px 0 20px;
		padding: 18px 0 12px;
		&padding: 14px 0;
	}
		.news-details > div {
			color: #666;
			font-size: 0.85em;
			letter-spacing: 0.25px;
			line-height: 1;
			&line-height: 1.5;
		}
		.news-details .author {
			float: left;
		}
			.news-details .author span {
				color: #333;
			}
		.news-details > a {
			float: right;
			margin: -5px 0 0 16px;
			&margin-top: 0;
		}
		.news-details .tags {
			float: right;
		}
.news-comments {
	margin-bottom: 30px;
}
	.news-comments .comments-list h3 {
		color: #002C5B;
		padding-bottom: 20px;
	}
	.news-comments .comments-list ul {
		list-style: none;
	}
		.news-comments .comments-list li {
			padding-bottom: 20px;
		}
			.news-comments .comments-list .author {
				color: #666;
				letter-spacing: 0.25px;
				line-height: 1;
				padding-bottom: 10px;
			}
				.news-comments .comments-list .author span {
					color: #333;
				}
			.news-comments .comments-list p {
				line-height: 1.3;
				padding-left: 22px;
			}
	.news-comments .confirmation-message {
		margin-top: 0;
	}

/********** Our locations **********/	
	
.our-locations {
	display: table;
	margin-top: 20px;
}
	.our-locations > div {
		display: table-row;
	}	
		.our-locations > div > div {
			display: table-cell;
			padding-bottom: 50px;
			vertical-align: top;
			width: 350px;
		}
		.our-locations > div > div:first-child {
			padding-right: 28px;
		}
			.our-locations h2 {
				color: #000;
				font-size: 1.3em;
				letter-spacing: -0.25px;
				line-height: 1;
				padding: 22px 0 17px;
			}
			.our-locations .description {
				letter-spacing: -0.25px;
				overflow: hidden;
				position: relative;
			}
				.our-locations .description p {
					padding-bottom: 1em;
				}
			.our-locations .read-more {
				display: none;
				font-family: fs_matthewbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
				font-size: 0.85em;
				
				padding-right: 20px;
				position: relative;
			}
			.our-locations .read-more:before, .our-locations .read-more:after {
				border-style: solid;
				border-width: 4px 5px 0 5px;
				border-color: transparent;
				content: '';
				display: block;
				height: 0;
				position: absolute;
				right: 0;
			}
			.our-locations .read-more:before {
				border-top-color: #0b6bb3;
				top: 11px;
				top: 8px\9; /* IE8 and older hack for alignment with non-replaced fonts */
				width: 0;
			}
			.our-locations .read-more:after {
				background: #0b6bb3;
				border-top-color: #FFF;
				height: 1px;
				top: 6px;
				top: 3px\9; /* IE8 and older hack for alignment with non-replaced fonts */
			}
			.our-locations .read-more.less:before, .our-locations .read-more.less:after {
				border-top-color: transparent;
				border-width: 0 5px 4px 5px;
			}
			.our-locations .read-more.less:before {
				border-bottom-color: #0b6bb3;
				top: 6px;
				top: 3px\9; /* IE8 and older hack for alignment with non-replaced fonts */
			}
			.our-locations .read-more.less:after {
				background: #0b6bb3;
				border-bottom-color: #FFF;
				top: 10px;
				top: 7px\9; /* IE8 and older hack for alignment with non-replaced fonts */
			}

/********** Colorbox core styles - these should not be altered **********/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/********** Common Colorbox styling **********/

#cboxOverlay {
	background-color: #000;
	opacity: 0.35 !important;
}
#colorbox {
	outline: 0;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
}
    #cboxContent {
		background: #FFF;
		overflow: hidden;
		padding: 34px 8px 30px 30px;
	}
        .cboxIframe {
			background: #FFF;
		}
        #cboxLoadingOverlay {
			background: url('../images/colorbox-loading-background.png') no-repeat center center;
		}
        #cboxLoadingGraphic {
			background:url('../images/colorbox-loading.gif') no-repeat center center;
		}
		#cboxClose {
			background: url('../images/icons-v3.png') no-repeat 0 0;
			border: 0;	
			height: 22px;
			margin: 0;
			overflow: hidden;
			padding: 0;
			position: absolute;
			right: 6px;
			text-indent: -9999px;
			top: 6px;
			width: 21px;
		}
		#cboxClose:active {
			outline:0;
		}
		#cboxClose:hover {
			background-position: -21px 0;
		}

/********** Cookie notice styling **********/
		
#cookienotice {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 100%;
	background: #E5E5E5 url("../images/cookie-notice-bg.png") repeat-x 0 bottom;
}
	#cookienoticetext {
		height: 30px;
		padding: 10px 60px 0 10px;
		text-align: left;
		background: url("../images/cookie-notice-spacer.gif");
	}
		a.cookienoticereadmore, a.cookienoticereadmore:visited, a.cookienoticereadmore:active, a.cookienoticereadmore:hover {
			text-decoration: underline;
		}
    #cookienoticeclose {
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 30px;
	    height: 100%;
    }
        #cookienoticeclose a {
	        display: block;
			position: relative;
	        text-indent: -9999em;
	        padding: 0;
	        margin: 0;
	        width: 30px;
	        height: 100%;
        }
		#cookienoticeclose:before {
			background: url("../images/icons-v3.png") no-repeat -92px 0;
			content: '';
			display: block;
			height: 10px;
			margin-top: -5px;
			position: absolute;
			right: 10px;
			top: 50%;
			width: 10px;		
		}

/********** Dialogs **********/

.dialog {
	text-align: center;
}
	.dialog-title {
		color: #002C5B;
		font-size: 1.5em;
	}
	.dialog-buttons a {
		cursor: pointer;
	}
	.dialog-buttons a.no {
		margin-right: 15px;
	}
.modal-dialog {
	padding: 24px 50px 20px;
	width: 440px;
}
	.modal-dialog .dialog-title {
		letter-spacing: 0.5px;
		margin-bottom: 0.6em;
	}
	.modal-dialog .dialog-message {
		line-height: 1.6;
		margin-bottom: 1.6em;
	}
.inline-dialog {
	padding: 40px 0 53px;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
}
	.inline-dialog .dialog-title {
		letter-spacing: 0.25px;
		margin-bottom: 1em;
	}
	.inline-dialog .dialog-message {
		line-height: 1.6;
		margin-bottom: 2.1em;
	}

/********** Modal iframe content **********/		

body.modal-iframe-page {
	background: #FFF;
	overflow-y: auto;
	width: 662px;
}
	.modal-iframe-page form {
		max-height: 600px;
		overflow: auto;
		padding-right: 22px;
	}
    .modal-iframe-page form > section {
        width: 640px;
    }
	.modal-iframe-page h1 {
		font-family: fs_matthewregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.9em;
		letter-spacing: -0.25px;
        margin-top: -6px;
		padding-bottom: 0.4em;
	}
	.modal-iframe-page .content {
		width: 640px;
	}
	.modal-iframe-page .form {
		width: 640px;
	}
        .modal-iframe-page .form legend {
            width: 625px;
        }
		.modal-iframe-page .form .form-one-col, 
		.modal-iframe-page .form .form-two-cols,
		.modal-iframe-page .form .field {
			float: none;
			width: 640px;
		}
			.modal-iframe-page .form .form-one-col > label, 
            .modal-iframe-page .form .form-one-col > span.label,
			.modal-iframe-page .form .form-two-cols .field > label {
				float: left;
				width: 160px;
			}
			.modal-iframe-page .form input[type=text], .modal-iframe-page .form input[type=password],
			.modal-iframe-page .form input[type=email], .modal-iframe-page .form input[type=tel],
			.modal-iframe-page .form textarea {
				width: 420px;
			}
			.modal-iframe-page .form select,
			.modal-iframe-page .form .selectricWrapper {
				width: 439px;
			}
            .modal-iframe-page .form .separator {
                width: 640px;
            }
			.modal-iframe-page .form .error-container {
				right: 10px;
				top: 14px;
			}
            .modal-iframe-page .form .g-recaptcha {
                float:left;
            }

/********** Print styles **********/

@media print {
    * {
        box-shadow: none !important;
        text-shadow: none !important;
    }
    pre, blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
	.site-header {
		background: transparent;
		padding-bottom: 0;
		position: relative;
	}
		.site-header .site-logo {
            height: 39px;
			margin-left: 20px;
            width: 123px;
		}
	.main {
		padding-top: 0;
	}
}