/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* Base */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* Links */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* Typography */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
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: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Lists */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* Embedded Content */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* Figures */

figure { margin: 0; }


/* Forms */

form { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }

input, textarea, select { background: #fff; outline: none; }

textarea, select {
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 5px;
}

textarea {
	height: 100px;
}

.textbox {
	border: 1px solid #ccc;
	padding: 5px;
}

.col2 .textbox, .col3 .textbox, textarea, select {
	width: 100%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background: #fff;
}

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

input, textarea {
	-webkit-border-radius: 0;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* Tables */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Primary Styles */

body, input, textarea, select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

body {
	text-align: center;
	background: #fff;
	font-size: 1em; 
	color: #0063a4;
	max-width: 2000px;
	margin: auto;
	padding-top: 165px;
}

h1 {
	font-size: 3em;
	padding: 0;
	margin: 50px 0;
	font-weight: 400;
}

h2 {
	font-size: 2em;
	padding: 0;
	margin: 50px 0 25px 0;
	font-weight: 400;
	color: #0063a4;
}

h2.nomargin {
	margin-top: 0;
}

h2.largeh2 {
	font-size: 2.5em
}

.col2 h2 {
	margin-top: 25px;
}

a {
	color: #0063a4;
	font-weight: bold;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover {
	color: #0063a4;
}

a:active {
    background-color: transparent;
}

img.map, map area{
    outline: none;
}

p {
	padding: 0;
	margin: 25px 0;
	line-height: 1.4em;
}

form p {
	margin: 15px 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

#showmobnav, #mob, .subnav, #mobcontact, .tabbr, .smalltabbr, .mobbr, .smallmobbr, #backtotop {
	display: none;
}

.container {
	width: 980px;
	margin: auto;
	text-align: left;
}

header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 150px;
	border-bottom: 15px solid #0063a4;
}

#logo {
	float: left;
	margin: 47px 0;
	height: 56px;
}

#contact {
	float: right;
	margin: 20px 0;
	width: 650px;
	color: #0063a4;
	text-align: right;
}

#contact span {
	display: inline-block;
}

#contact a.big {
	color: #0063a4;
}

#contact a.big:hover {
	color: #ffd600;
}

#contact .button {
	position: relative;
	display: inline-block;
	top: -15px;
	margin-left: 25px;
}

.workplacetel {
	display: inline-block;
	padding: 10px;
	border: 1px solid #35a6bd;
	font-size: 1.25em;
}

nav {
	position: relative;
	z-index: 10;
	height: 60px;
	margin-bottom: -5px;
	clear: right;
	float: right;
}

nav ul {
	float: right;
}

nav li {
	float: left;
	margin-left: 20px;
}

nav li.single {
	line-height: 40px;
}

nav a {
	text-align: center;
	display: inline-block;
	height: 40px;
	font-weight: normal;
	color: #0063a4;
	padding-bottom: 15px;
}

nav .on a, nav a:hover {
	color: #0063a4;
	border-bottom: 5px solid #ffd600;
}

nav .on li a {
	border-bottom: 0 !important;
}

/* Drop down menus */

/*** ESSENTIAL STYLES ***/

.sf-menu ul {
	position: absolute;
	top: -999em;
	left: 0;
	margin: 0;
	width: 230px;
	line-height: 1.2em;
}
.sf-menu #last ul {
	left: auto;
	right: 0;
}
.sf-menu ul li {
	width: 230px;
	height: auto;
	line-height: 1em;
	margin: 1px 0 0 0;
}
.sf-menu li li a {
	display: block;
	height: auto;
	width: 200px;
	padding: 10px 15px;
	text-align: left;
	background: none;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 52px;
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}

/*** DEMO SKIN ***/

.sf-menu a {
	text-decoration:none;
}
.sf-menu li li a, nav .on.submenu li a {
	background: #f5f5f5;
	color: #0063a4;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu ul li.on a {
	background: #ffd600;
	color: #333;
	outline: 0;
	border: 0;
}

#main {
}

#main ul, #main ol {
	margin: 10px 0 10px 20px;
	padding: 0;
}

#main ul li {
	list-style: disc;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main ol li {
	list-style: decimal;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main table {
	width: 100%;
	border: 1px solid #ccc;
}

#main table td {
	padding: 10px;
	border: 1px solid #ccc;
}

#main .greytr td {
	background: #eee;
}

#main td.header {
	background: #0063a4;
	color: #fff;
	font-weight: bold;
}

#cycle, #banner {
	position: relative;
	margin-bottom: 25px;
}

#banner.workplacebanner {
	padding: 150px 0;
}

#overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/overlay.png) top left repeat-y;
}

#cyclecontent {
	position: relative;
	z-index: 0;
}

#cycletext, #bannertext {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 100%;
	max-width: 980px;
	height: 100% !important;
	min-height: 100% !important;
	color: #fff;
	text-align: left;
}

.landing #bannertext {
	text-align: center;
}

#cycle h1, #banner h1 {
	color: #fff;
	margin: 0;
	font-size: 2.25em;
}

#banner.landing h1 {
	font-size: 3em;
	text-shadow: 0 5px 10px rgba(0,0,0,0.75);
}

#cycle span, #banner span {
	display: table;
	width: 100%;
	height: 100%;
}

#cycle span span, #banner span span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.col2 {
	width: 47.5%;
}

.col2.margin {
	margin-top: 25px;
}

.widecol2 {
	width: 50%;
}

.col3 {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.col3.last {
	margin-right: 0;
}

.col3.autocol {
	margin-left: 17%;
}

#pagedrivers .col3 {
	position: relative;
}

#pagedrivers .col3 a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #fff;
	font-size: 1.25em;
	font-weight: normal;
	background: url(../images/pd.png) bottom repeat-x;
	background-size: contain;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

#pagedrivers .col3 a:hover {
	background: url(../images/pd-hover.png) bottom repeat-x;
	background-size: contain;
}

#pagedrivers .col3 a span {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}

.col4 {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.col4.last {
	margin-right: 0;
}

.col5 {
	float: left;
	width: 18%;
	margin-right: 2.5%;
}

.col5.last {
	margin-right: 0;
}

.col6 {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.col6.last {
	margin-right: 0;
}

.row {
  	display: flex;
  	align-items: stretch;
}

.row.cols {
	justify-content: space-between;
}

.row .col2, .row .col3 {
	flex: 1;
	width: 47.5% !important;
	max-width: 47.5% !important;
	margin-bottom: 2.5%;
}

.row .col3 {
	width: 32% !important;
	max-width: 32% !important;
	margin-bottom: 2%;
}

.row .col3 h3 {
	margin: 25px 0 0 0;
}

.bluebg, .turquoisebg, .yellowbg {
	position: relative;
	background: #0063a4;
	color: #fff;
}

.row .bluebg {
	padding: 25px;
	height: 100%;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

.row .whitebg {
	height: 100%;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

.turquoisebg {
	background: #0063a4;
}

.turquoisebg.workplace {
	display: inline-block;
	padding: 25px;
}

.turquoisebg.workplace h1 {
 	margin: 5px 0;
 }

.yellowbg {
	background: #ffd600;
	padding: 25px 50px;
	color: #231f20;
}

#pdfire.yellowbg {
	padding: 0;
}

.yellowbg h2 {
	margin-top: 25px;
	color: #231f20;
}

.yellowbg a {
	color: #231f20;
}

.yellowbg a:hover {
	color: #0063a3;
}

.yellowbg a.greybutton, .yellowbg a.greybutton:hover {
	color: #fff;
}

.bluebg.landing {
	margin-bottom: 0;
}

.bluebg.column {
	padding: 25px 35px;
	height: 450px;
}

.bluebg.smallcolumn {
	padding: 25px 35px;
	height: 250px;
}

.bluebg.workplacecolumn {
	height: 350px;
	padding: 0 25px;
	overflow: auto;
}

.bluebg.workplacecolumn .big {
	color: #fff;
}

.redbg {
	position: relative;
	background: #a30c33;
	color: #fff;
}

.greybg {
	position: relative;
	background: #eceef2;
	padding: 50px 0;
	margin-top: 50px;
}

.greybg.nomargin {
	margin-top: 0;
}

.greybg.nopadding {
	padding: 0;
	margin: 0;
}

.turquoisebg {
	padding: 50px 0;
}

.greybg h2, .turquoisebg h2 {
	margin-top: 25px;
}

.greybg h2.nomargin {
	margin-top: 0;
}

.bluebg h2, .bluebg a, .redbg h2, .redbg a, .turquoisebg h2 {
	color: #fff;
}

.bluebg a:hover, .redbg a:hover {
	color: #ffd600;
}

.whitebg {
	background: #fff;
	padding: 25px;
}

.col2 .whitebg {
	height: 220px;
	margin-bottom: 50px;
}

.col2 .whitebg.tall {
	height: 475px;
}

.landing .whitebg {
	color: #0063a4;
	height: 350px;
}

.whitebg h3 {
	margin-top: 0;
}

#pdflooring .widecol2.floatleft {
	background: url(../images/pdflooring-bg.jpg?v=1) left no-repeat;
	background-size: cover;
	height: 450px;
}

#pdmaintenance .widecol2.floatright {
	background: url(../images/pdmaintenance-bg.jpg?v=2) top no-repeat;
	background-size: cover;
	height: 450px;
}

#pdfire .widecol2.floatleft {
	background: url(../images/pdfire-bg.jpg?v=2) top no-repeat;
	background-size: cover;
	height: 450px;
}

#flooringservices .widecol2.floatleft, #serviceoverview .widecol2.floatright, #facilitiesmaintenance .widecol2.floatleft, #diversityandinclusion .widecol2.floatleft, #traininganddevelopment1 .widecol2.floatleft, #traininganddevelopment2 .widecol2.floatright, #crownapprenticeprogramme .widecol2.floatleft {
	position: absolute;
	top: 0;
	height: 100%;
	background: url(../images/flooring-services.jpg) top no-repeat;
	background-size: cover;
}

#flooringservices .widecol2.floatleft {
	left: 0;
}

#serviceoverview .widecol2.floatright {
	right: 0;
	background: url(../images/property-maintenance/service-overview.jpg) top no-repeat;
	background-size: cover;
}

#facilitiesmaintenance .widecol2.floatleft {
	left: 0;
	background: url(../images/property-maintenance/property-maintenance.jpg) top no-repeat;
	background-size: cover;
}

#diversityandinclusion .widecol2.floatleft {
	left: 0;
	background: url(../images/responsible-business/diversity-and-inclusion.jpg) top no-repeat;
	background-size: cover;
}

#traininganddevelopment1 .widecol2.floatleft {
	left: 0;
	background: url(../images/training-and-development-1.jpg) top no-repeat;
	background-size: cover;
}

#traininganddevelopment2 .widecol2.floatright {
	right: 0;
	background: url(../images/training-and-development-2.jpg) top no-repeat;
	background-size: cover;
}

#crownapprenticeprogramme .widecol2.floatleft {
	left: 0;
	background: url(../images/crown-apprentice-programme.jpg) top no-repeat;
	background-size: cover;
}

.content {
	padding: 50px;
	text-align: left;
}

.content.nopadding {
	padding-top: 0;
}

.content h2 {
	margin-top: 0;
}

.padded {
	padding: 25px 0 50px 0;
}

#products .col2, #products .col3 {
	position: relative;
	margin-bottom: 2%;
}

#products .col2 div, #products .col3 div {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

#products div .small {
	display: inline-block;
	font-size: 0.65em;
	font-weight: normal;
}

#main #slider {
	display: none;
	margin: 50px 0;
	overflow: hidden;
}

#main #slider.nomargin {
	margin: 0;
}

#main #slider li {
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	overflow: hidden;
	max-height:200px;
}

.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}

.nbs-flexisel-item img {
    width: 90%;
    position: relative;
		margin: 0;
		padding: 0 5%;
    max-width: 200px;
    max-height: 200px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    display: none;
}

#tabs {
	width: 100%;
}

.ui-state-focus:focus { outline:none !important }

#tabs h2 {
	margin: 10px 0 0 0;
	font-size: 1.5em;
}

#tabs h2 a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	background: #0063a4;
	font-weight: normal;
}

#tabs h2 a:hover, #tabs .ui-state-active a, #tabs .ui-state-active a:hover {
	color: #333;
	background: #ffd600;
}

#tabs div {
	padding: 10px 20px 20px 20px;
}

#tabs div div {
	padding: 0;
}

#projects {
	margin-top: 75px;
	padding: 150px 0;
	background: url(../images/projects-bg.jpg?v=1) top no-repeat;
	background-size: cover;
}

#projects .col2 {
	width: 65%;
}

#projects h2 {
	margin: 0;
	color: #fff;
	text-align: right;
}

#cta {
	margin-top: 100px;
	background: url(../images/cta-bg.jpg?v=2) left no-repeat;
	background-size: contain;
}

#ctacol {
	float: right;
	width: 68%;
}

footer {
	margin-top: 50px;
	padding: 50px 0;
	background: #0063a4;
	color: #fff;
}

footer .floatright {
	text-align: right;
}

footer a {
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}

footer a:hover {
	color: #fff;
	border-bottom: 2px solid #ffd600;
}

footer .floatleft img {
	margin-left: 10px;
	position: relative;
	top: -2px;
	height: 40px;
}

footer .floatright img {
	height: 150px;
}

.logoicon {
	height: 200px;
}

.smalllogoicon {
	height: 80px;
}

.spacer {
	width: 100%;
	height: 50px;
}

.smallspacer {
	width: 100%;
	height: 25px;
}

.narrowimg {
	width: 60%;
}

.certificate {
	width: 80%;
	border: 1px solid #ccc;
}

.red {
	color: #a30c33;
}

.white {
	color: #fff !important;
}

.yellow {
	color: #ffd600 !important;
}

.yellowblock, .blueblock {
	display: inline-block;
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	background: #ffd600;
}

.blueblock {
	background: #0063a3;
}

.framework {
	width: 200px;
}

.sector {
	float: left;
	height: 50px;
}

.usp {
	height: 50px;
}

.blue {
	color: #0063a4;
}

a.anchor {
	display: block;
    position: relative;
    top: -165px;
    visibility: hidden;	
}

.cflogo {
	display: inline-block;
	background: #fff;
	padding: 15px;
}

.cflogo img {
	height: 50px;
}

/* Common Styles */

.button, .greybutton {
	display: inline-block;
	padding: 10px 30px;
	color: #333;
	background: #ffd600;
	font-weight: 400;
	border: 0;
	text-transform: uppercase;
}

.bluebg .button {
	color: #333;
}

.greybutton {
	color: #ffd600;
	background: #0063a4;
}

.button.block {
	display: block;
	float: right;
	height: 50px;
	line-height: 50px;
	width: calc(100% - 55px);
	padding: 0;
	text-align: center;
	margin-bottom: 15px;
}

.button:hover, .button.on {
	color: #fff;
	background: #0063a4;
	text-decoration: none;
}

.bluebg .button:hover, .greybutton:hover {
	color: #fff;
	background: #333;
}

.htmlarea {
	border: 1px solid #ccc;
}

.med {
	font-size: 1.25em;
}

.big {
	font-size: 1.5em;
	color: #0063a4;
}

.turquoisebg .big {
	color: #fff;
}

.workplacecolumn .big {
	line-height: 1.2em
}

.small {
	font-size: 0.8em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0 50px 50px 0;
	max-width: 400px;
}

.rightpic {
	float: right;
	margin: 0 0 50px 50px;
	max-width: 400px;
}

.verify {
	border: 1px solid #ccc;
	width: 80px;
	height: 26px;
}

.code {
	width: 70px;
	font-weight: bold;
	text-align: center;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

#main #pages {
	text-align: right;
	font-weight: bold;
}

#main #pages li {
	display: inline-block;
	list-style: none;
}

#main #pages a {
	display: block;
	margin-left: 3px;
	padding: 3px 5px;
	color: #fff;
	background: #0063a4;
}

#main #pages a:hover, #main #pages .on a {
	color: #333;
	background: #ffd600;
	text-decoration: none;
}

/* Non-semantic Helper Classes */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* Media Queries */

@media only screen and (min-width: 1250px) {

.container {
	width: 1200px;
}

#logo {
	margin: 35px 0;
	height: 80px;
}

nav li {
	margin-left: 35px;
}

#cycletext, #bannertext {
	max-width: 1200px;
}

#cycle h1, #banner h1 {
	font-size: 2.75em;
}

#banner.landing h1 {
	font-size: 3.75em;
}

#pagedrivers .col3 a {
	font-size: 1.5em;
}

.bluebg.column {
	height: 400px;
}

.bluebg.smallcolumn {
	height: 200px;
}

.bluebg.workplacecolumn {
	height: 275px;
}

.landing .whitebg {
	height: 300px;
}

}

@media only screen and (max-width: 1020px) {

h1 {
	font-size: 2.75em;
}

h2 {
	font-size: 1.65em;
}

body {
	padding-top: 100px;
}

.container {
	width: 95%;
	margin: 0 2.5%;
}

#cycletext, #bannertext {
	max-width: 95%;
}

header {
	height: 90px;
	border-bottom: 10px solid #0063a4;
}

#logo {
	left: 0;
	height: 50px;
	margin: 20px 0;
}

#contact {
	width: auto;
	margin: 10px 0 0 0;
}

#contact .big {
	position: relative;
	top: 2px;
}

.workplacetel {
	padding: 5px 10px;
	font-size: 1.1em;
}

nav {
	display: none;
}

#showmobnav {
	position: absolute;
	top: 50px;
	right: 2.5%;
	display: block;
	font-weight: normal;
}

#showmobnav:hover {
	text-decoration: none;
}

#mob {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	display: block;
	z-index: 99;
	margin: 0;
	color: #fff;
	overflow: auto;
}

#mob ul {
	margin: 0;
	padding: 0;
}

#mobnav {
	display: none;
	width: 100%;
	margin: 0;
	border-top: 1px solid #fff;
}

#mobnav li {
	width: 100%;
	list-style: none;
	margin: 0;
	text-align: left;
	border-top: 1px solid #fff;
}

#mobnav li a {
	display: block;
	font-weight: normal;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	background: #0063a4;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mobnav li.yellownav a {
	color: #333;
	background: #ffd600;
}

#mobnav li a:hover, #mobnav .on a, #mobnav .tempon a, #mobnav li.yellownav a:hover, #mobnav li.yellownav.on a {
	color: #fff;
	background: #0063a4;
	text-decoration: none;
}

#mobnav .subnav li {
	border-top: 1px solid #fff;
}

#mobnav .subnav li a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #1d1d1b;
	background: #f5f5f5;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mobnav .subnav li a:hover, #mobnav .subnav .on a {
	color: #0063a4;
	text-decoration: none;
}

#mobnav img {
	width: 10px;
}

#overlay {
	background: url(../images/overlay-tab.png);
}

#cycle h1, #banner h1 {
	font-size: 1.75em;
}

#banner.workplacebanner {
	padding: 100px 0;
}

#pdflooring .widecol2.floatleft, #pdmaintenance .widecol2.floatright, #pdfire .widecol2.floatleft {
	height: 500px;
}

.widecol2 {
	width: 100%;
}

.widecol2.responsible .content, #pagedrivers {
	width: 95%;
	padding: 0 2.5%;
}

#flooringservices .widecol2.floatleft, #serviceoverview .widecol2.floatright, #facilitiesmaintenance .widecol2.floatleft, #diversityandinclusion .widecol2.floatleft, #traininganddevelopment1 .widecol2.floatleft, #traininganddevelopment2 .widecol2.floatright, #crownapprenticeprogramme .widecol2.floatleft {
	position: relative;
	height: 50vw;
}

.col2 .whitebg {
	height: 270px;
}

.col2 .whitebg.tall {
	height: 500px;
}

.greybg .col4, .greybg .col4.last, #projectsnav .col4, #projectsnav .col4.last {
	width: 45%;
	margin: 0 2.5%;
}

.col5, .col5.last {
	width: 28.3%;
	margin: 0 2.5%;
}

.col5.auto {
	margin-left: 19.15%;
}

.bluebg.column {
	height: 550px;
}

.bluebg.smallcolumn {
	height: 300px;
}

footer {
	padding: 25px 0;
}

footer .floatleft, footer .floatright {
	float: none;
	text-align: center;
}

footer a {
	padding-bottom: 0
}

footer a:hover {
	color: #ffd600;
	border-bottom: none;
}

#tabs h2 {
	font-size: 1.25em;
}

#projects {
	padding: 100px 0;
}

#projects .col2 {
	width: 100%;
}

.rightpic, .leftpic {
	max-width: 300px;
}

.leftpic {
	float: right;
	margin: 0 0 50px 50px;
}

.tabbr {
	display: inline-block;
}

.tabhide, #contact .tabhide {
	display: none;
}

.tabclear {
	clear: both;
}

}

@media only screen and (max-width: 900px) {

.col2 .whitebg {
	height: 320px;
}

.col2 .whitebg.tall {
	height: 550px;
}

.landing .whitebg {
	height: 400px;
}

.row {
	display: block;
}

.row.cols {
	display: flex;
}

.row .col3, .row .col3.last, .row .col3.autocol {
	float: none !important;
	width: 100% !important;
	max-width: 600px !important;
	margin: 25px auto;
}

#workplacecols .col3, #workplacecols .col3.last {
	float: none;
	width: 100%;
	margin: 25px 0;
}

.cflogo {
	margin-bottom: 25px;
}

.bluebg.workplacecolumn {
	height: auto;
}

}

@media only screen and (max-width: 850px) {

.responsible .col3, .responsible .col3.last {
	float: none;
	width: 100%;
	margin: 0 0 25px 0;
}

.responsible .col3.last {
	margin-bottom: 0;
}

#pagedrivers .col3 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#products .col2 div, #products .col3 div {
	font-size: 1.25em;
}

.bluebg.column, .bluebg.smallcolumn {
	height: auto;
}

.landing .whitebg {
	height: 450px;
}

}

@media only screen and (max-width: 760px) {

#banner.landing h1 {
	font-size: 2.5em;
}

.col2 {
	width: 100%;
}

.row.cols {
	display: block;
	justify-content: none;
}

.row .col2 {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 25px;
}

.col2.margin {
	margin-top: 0;
}

.col2 .col2 {
	width: 45%;
}

form .col2.floatright {
	margin-top: -15px;
}

.col2 .whitebg, .col2 .whitebg.tall {
	height: auto;
}

.col4, .col4.last {
	width: 45%;
	margin: 2.5%;
}

#pdflooring .widecol2.floatleft, #pdmaintenance .widecol2.floatright, #pdfire .widecol2.floatleft {
	height: 50vw;
	min-height: 250px;
}

.content {
	padding: 25px;
	text-align: left;
}

.landing .col3, .landing .col3.last {
	float: none;
	width: 100%;
	margin: 0 0 25px 0;
}

.landing .col3.last {
	margin-bottom: 0;
}

.landing .whitebg {
	height: auto;
}

#cta {
	margin-top: 75px;
	background: none;
}

#ctacol {
	float: none;
	width: 100%;
}

.logoicon {
	height: 150px;
}

.narrowimg {
	width: 100%;
}

.col2 .narrowimg {
	width: 60%;
}

.smalltabbr {
	display: inline-block;
}

.smalltabhide {
	display: none;
}

.smalltabclear {
	clear: both;
}

}

@media only screen and (max-width: 650px) {

#products .col3, #products .col3.last {
	float: none;
	width: 100%;
	margin: 0 0 25px 0;
}

#products .col2 div, #products .col3 div {
	font-size: 1.5em;
}

.col5, .col5.last, .col5.auto {
	float: none;
	width: 100%;
	margin: 0 0 25px 0;
}

.rightpic, .leftpic {
	float: none;
	margin: 0;
	max-width: 100%;
}

.largemobclear {
	clear: both;
}

}

@media only screen and (max-width: 600px) {

#contact {
	display: none;
}

#showmobnav {
	top: 30px;
}

#mobcontact {
	display: block;
	position: absolute;
	top: 30px;
	right: calc(2.5% + 35px);
}

#mobcontact img {
	height: 25px;
}

#cyclecontent, #banner {
	overflow-x: hidden;
}

#cyclecontent img, #banner img {
	width: 150%;
	max-width: 150%;
	margin-left: -25%;
}

#banner.landing img {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

#banner.workplacebanner {
	padding: 50px 0;
}

.turquoisebg.workplace {
	padding: 15px;
}

#projectslist .col3, #projectslist .col3.last {
	float: none;
	width: 100%;
	margin: 0 0 25px 0;
}

}

@media only screen and (max-width: 550px) {

h1 {
	font-size: 2.25em;
}

#cycle h1, #banner h1 {
	font-size: 1.5em;
}

#banner.landing h1 {
	font-size: 2em;
}

.greybg .col4, .greybg .col4.last, #projectsnav .col4, #projectsnav .col4.last {
	float: none;
	width: 100%;
	margin: 0;
	overflow: auto;
}

#backtotop {
	clear: both;
	display: block;
	font-size: 0.8em;
	margin-bottom: 0;
	text-align: center;
}

#backtotop img {
	height: 5px;
}

.mobbr, .cycletext .tabhide {
	display: inline-block;
}

.mobhide, .cycletext .tabbr, #cta .mobhide, #banner.workplacebanner .mobhide {
	display: none;
}

.verify {
	margin-bottom: 10px;
}

}

@media only screen and (max-width: 500px) {

.col3, .col3.last, .col3.autocol {
	float: none;
	width: 100%;
	margin: 0 0 25px 0;
}

.col3.last {
	margin-bottom: 0;
}

.center .button {
	margin: 5px 0;
}

}

@media only screen and (max-width: 450px) {

#cycle h1, #banner h1 {
	font-size: 1.25em;
}

#banner.landing h1 {
	font-size: 1.5em;
}

footer {
	font-size: 0.9em;
}

.smallmobbr {
	display: inline-block;
}

.smallmobhide {
	display: none;
}

}

@media only screen and (max-width: 420px) {

.col4, .col4.last {
	float: none;
	width: 100%;
	margin: 0 0 25px 0;
}

}


/* Print Styles */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: none !important; }
  abbr[title]:after { content: none !important; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}