@font-face {
	font-family: 'icomoon';
	src:  url('/fonts/icomoon.eot?2rqwqa');
	src:  url('/fonts/icomoon.eot?2rqwqa#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.ttf?2rqwqa') format('truetype'),
		url('/fonts/icomoon.woff?2rqwqa') format('woff'),
		url('/fonts/icomoon.svg?2rqwqa#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #191919;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: 400;

	-webkit-text-size-adjust: 100%;
}

a {
	color: #1a4e9d;
}
a:hover,
a:focus,
a:active {
	color: #e88802;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}

h1,
.h1 {
	margin: 0.666666666666667em 0;
	font-size: 2.25em;
	font-weight: 800;
	line-height: 1.11111111111111;
	letter-spacing: -0.05em;
}
h2,
.h2,
h3,
.h3 {
	font-size: 1.5em;
	font-weight: 800;
	line-height: 1.16666666666667;
	letter-spacing: -0.05em;
}
h2,
.h2 {
	margin: 0.416666666666667em 0;
}
h3,
.h3 {
	margin: 1.28571428571429em 0;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 1.28571428571429em 0;
	font-size: 0.875em;
	font-weight: 800;
	line-height: 1.28571428571429;
}

p,
ul,
ol,
table,
pre,
hr,
.page-nav,
.font-size-default {
	margin: 0.769230769230769em 0;
	font-size: 0.8125em;
	line-height: 1.53846153846;
}
.font-size-down {
	font-size: 0.75em;
	line-height: 1.25;
	margin: 1em 0;
}
	
th,
td {
	padding: 0.384615384615385em;
}
b,
strong,
th {
	font-weight: 800;
}

ul ul,
ul ol,
ol ul,
ol ol,
ul p,
ol p,
ul table,
ol table {
	line-height: inherit;
}
ul ul,
ul ol,
ol ul,
ol ol {
	font-size: 1em;
	margin-top: 0;
}
nav ul,
form ol,
form ul {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
form ol,
form ul,
form p {
	font-size: 1em;
	line-height: inherit;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
}
input,
button,
select,
textarea,
.pseudo-button {
	background-color: #e2e2e2;
	color: #000;
	border: 1px solid #e2e2e2;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: inherit;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	-webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #1a4e9d;

	box-shadow: 0 0 3px #1a4e9d;
}

input:-moz-focusring,
select:-moz-focusring,
textarea:-moz-focusring {
	outline: transparent;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}

button,
.button,
.submit {
	cursor: pointer;
}
.pseudo-button {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
button,
.button,
.pseudo-button-default {
	background-color: #666;
	color: #fff;
	border-color: #666;
}
button:hover,
.button:hover,
a:hover .pseudo-button-default,
.pseudo-button-default:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

button:focus,
.button:focus,
a:focus .pseudo-button-default,
.pseudo-button-default:focus {
	box-shadow: -2px -1px 4px rgba(51, 102, 255, 0.3) inset, 0 0 4px -1px #36f;
}

.submit,
.pseudo-submit {
	background-color: #1a4e9d;
	color: #fff;
	border-color: #1a4e9d;
}
.submit:hover,
.submit:focus,
.submit:active,
a:hover .pseudo-submit,
a:focus .pseudo-submit,
a:active .pseudo-submit,
.pseudo-submit:hover,
.pseudo-submit:focus,
.pseudo-submit:active {
	background-color: #e88802;
	color: #fff;
	border-color: #e88802;
}

abbr {
	text-decoration: none;
}

img {
	border: 0;
	max-width:100%;
}
address {
	font-style: normal;
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}
pre,
code {
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
	font-family: monospace;
}
pre {
	padding: 1em;
	overflow: auto;
}
hr {
	height: 1px;
	background-color: #e2e2e2;
	color: #ccc;
	border: 0;
}

/* ------ Helper Styles ------ */
.clear-self:before,
.clear-self:after {
	content: '';
	display: table;
}
.clear-self:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-centre {
	text-align: center;
}
.text-right {
	text-align: right;
}
.float-container {
	clear: left;
	float: left;
	width: 100%;
}
.ib {
	display: inline-block;
}
.remove {
	display: none !important;
}
.js .remove-if-js-enabled {
	display: none;
}
.overflow-auto {
	overflow: auto;
}
.hide-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.relative {
	position: relative;
}
.list-reset {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.font-open-sans {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

/* ------ Mini Modules ------ */
.data-table {
	width: 100%;
	border-collapse: collapse;
}
.data-table tr {
	border-bottom: 1px solid #ccc;
}
.data-table th,
.data-table td {
	vertical-align: top;
	text-align: left;
}
.data-table thead th {
	text-transform: uppercase;
}

/*
@media all and (max-width: em) {
	.responsive-data-table thead {
		display: none;
	}
	.responsive-data-table tr {
		display: block;
		margin-bottom: 1em;
		border-bottom: none;
	}
	.responsive-data-table tbody tr:after {
		content: '';
		display: table;
		clear: both;
	}
	.responsive-data-table tbody td {
		display: block;
		clear: left;
		float: left;
		width: 100%;
		border-bottom: 1px solid #ccc;
		text-align: right;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.responsive-data-table tbody td:last-child {
		border-bottom: none;
	}
	.responsive-data-table tbody td:before {
		content: attr(data-label);
		float: left;
		margin-right: 1em;
	}
}
*/

.msg {
	padding: 1em;
	text-align: center;
}
.success {
	background-color: #d5d3e5;
	color: #2d237b;
}

.error {
	background-color: #fae5e5;
	color: #c00;
}

.no-img,
.embedded-map,
.embedded-video {
	position: relative;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.no-img,
.embedded-map,
.embedded-video {
	background-color: rgba(0, 0, 0, 0.1);
}
.no-img,
.embedded-map {
	color: #000;
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	background-color: rgba(0, 0, 0, 0.2);
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	color: #000;
}
.no-img p {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin: 0 !important;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.embedded-map {
	padding: 0 0 100%;
}
.embedded-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width: 37.5em) {
	.embedded-map {
		padding: 0 0 56.25%;
	}
}

.embedded-video {
	padding: 0 0 56.25%;
}
.embedded-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.icon-icomoon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
	content: "\e902";
}
.icon-search:before {
	content: "\e903";
}
.icon-location:before {
	content: "\e904";
}
.icon-map-marker:before {
	content: "\e904";
}
.icon-pin:before {
	content: "\e904";
}
.icon-design:before {
	content: "\e905";
}
.icon-pencil-ruler:before {
	content: "\e905";
}
.icon-facebook:before {
	content: "\e906";
}
.icon-brand:before {
	content: "\e906";
}
.icon-social:before {
	content: "\e906";
}
.icon-home:before {
	content: "\e907";
}
.icon-house:before {
	content: "\e907";
}
.icon-wrench:before {
	content: "\e908";
}
.icon-tool:before {
	content: "\e908";
}
.icon-fix:before {
	content: "\e908";
}
.icon-settings:before {
	content: "\e908";
}
.icon-control:before {
	content: "\e908";
}
.icon-options:before {
	content: "\e908";
}
.icon-preferences:before {
	content: "\e908";
}
.icon-truck:before {
	content: "\e901";
}
.icon-file-empty:before {
	content: "\e99d";
}
.icon-phone2:before {
	content: "\ea1d";
}
.icon-at-sign:before {
	content: "\ea2f";
}
.icon-search2:before {
	content: "\eb33";
}
.icon-zoom-in2:before {
	content: "\eb34";
}
.icon-menu7:before {
	content: "\ec71";
}
.icon-google-plus:before {
	content: "\eeea";
}
.icon-twitter:before {
	content: "\eef5";
}
.icon-youtube:before {
	content: "\eefc";
}
.icon-vimeo:before {
	content: "\eeff";
}
.icon-linkedin:before {
	content: "\ef28";
}
.icon-pinterest:before {
	content: "\ef30";
}
.icon-file-pdf:before {
	content: "\ef3e";
}
.icon-file-word:before {
	content: "\ef40";
}
.icon-file-excel:before {
	content: "\ef41";
}
.icon-instagram:before {
	content: "\e900";
}
.icon-brand2:before {
	content: "\e900";
}
.icon-social2:before {
	content: "\e900";
}

.icon-file-pdf:before,
.icon-file-doc:before,
.icon-file-xls:before,
.icon-file-txt:before,
.icon-file-PDF:before,
.icon-file-DOC:before,
.icon-file-XLS:before,
.icon-file-TXT:before {
	background-color: transparent;
	color: #e41e00;
}
.icon-file-word:before,
.icon-file-doc:before,
.icon-file-docx:before {
	background-color: transparent;
	color: #2b579b;
}
.icon-file-excel:before,
.icon-file-xls:before,
.icon-file-xlsx:before {
	background-color: transparent;
	color: #1f7244;
}

/*
.bg-sprite {
	background-image: url('/images/bg-sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}
*/

.skip-link {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.333;
	text-decoration: none;
	z-index: 3;
}
.skip-link:focus,
.skip-link:active {
	left: 0;
	background-color: #000;
	color: #fff;
}

/* ------ Layout ------ */

.wrapper {
	max-width: 77.5em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}

.grid-adjust-default,
.grid-adjust-3-col {
	margin-right: -0.625em;
	margin-left: -0.625em;
}
.gutter-default {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.gutter-fixed-half {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.gutter-fixed-full {
	padding-right: 1.25em;
	padding-left: 1.25em;
}

@media all and (min-width: 80em) {
	.wrapper {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}
	.grid-adjust-default {
		margin-right: -1.25em;
		margin-left: -1.25em;
	}
	.grid-adjust-3-col {
		margin-right: -1.1875em;
		margin-left: -1.1875em;
	}
	.gutter-default {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
}

/* ------ Colourways ------ */

/* COLOURWAYS */

.cw-1,
.cw-1-base {
	background-color: #2d237b;  /* dark blue */
	color: #fff;
}
.cw-1 a {
	color: #f7cf30;
}
.cw-1 a:hover,
.cw-1 a:focus,
.cw-1 a:active {
	color: #e88802;
}

.cw-2,
.cw-2-base {
	background-color: #f7cf30;  /* yellow */
	color: #1a1a1a;
}
.cw-2 a {
	color: #da5900;
}
.cw-2 a:hover,
.cw-2 a:focus,
.cw-2 a:active {
	color: #000;
}

.cw-3,
.cw-3-base {
	background-color: #1a1a1a;  /* dark grey */
	color: #fff;
}
.cw-3 a {
	color: #ffc30a;
}
.cw-3 a:hover,
.cw-3 a:focus,
.cw-3 a:active {
	color: #999;
}

.cw-4,
.cw-4-base {
	background-color: #e6e6e6;
	color: #191919;
}

.cw-5,
.cw-5-base {
	background-color: #1a4e9d;
	color: #fff;
}

.cw-default {
	background-color: #fff;
	color: #191919;
}
.cw-default a {
	background-color: #fff;
	color: #ff7f27;
}
.cw-default a:hover,
.cw-default a:focus,
.cw-default a:active {
	background-color: #fff;
	color: #414042;
}

.cw-1-foreground {
	color: #2d237b;
}
.cw-5-foreground {
	color: #1a4e9d;
}
.cw-default-foreground {
	color: #191919;
}

.keyline {
	border: 1px solid #dadada;
}

/* ------ Modules ------ */

/* ------ Header ------ */

.site-header {
	text-align: center;

	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

/* ------Logo Area ------ */

.strapline {
	display: none;
	margin: 0.3846153846em 0;
	font-style: italic;
}
.logo {
	margin: 1.875em 0;
}

/* ------ Top Nav ------ */

.nav-top {
	margin: 1.875em 0.8125em;
	font-weight: 700;
	text-transform: uppercase;
}
.nav-top ul {
	margin-top: 0;
	margin-bottom: 0;
}
.nav-top li {
	display: inline-block;
	padding: 0 0.6153846153846em;
}
.nav-top a {
	color: #fff;
	text-decoration: none;
}

/* ------ Contact Site Header ------ */

.contact-site-header,
.contact-site-header a,
.contact-site-header a:hover,
.contact-site-header a:focus,
.contact-site-header a:active {
	color: #f7cf30;
}
.contact-site-header {
	display: none;
	margin: 1.875em 0;
}
.contact-site-header .contact-info {
	margin: 0;
	font-weight: 700;
}
.contact-site-header a {
	text-decoration: none;
}

/* ------ Branch Panels ------ */

.site-header-branch-panels-module {
	display: none;
	margin: 0.875em 0;
}
.grid-branch-panels {
	margin: 0 -0.25em;
	font-size: 1em;
}
.grid-branch-panels .item {
	display: inline-block;
	vertical-align: top;
	margin: 0.25em;
	width: 6.5em;
	text-align: center;
}
.grid-branch-panels .content {
	display: block;
	padding: 0.375em 0;
	background-color: #f7cf30;
	color: #2d237b;
	text-decoration: none;
}
.grid-branch-panels .content:hover,
.grid-branch-panels .content:focus,
.grid-branch-panels .content:active {
	background-color: #efa809;
	color: #000;
}
.grid-branch-panels p {
	margin: 0.230769230769em 0;
	line-height: 1.230769230769;
}
.grid-branch-panels .branch-name {
	letter-spacing: -0.03em;
}
.grid-branch-panels .branch-name b {
	display: block;
}

/* ------ Search Form ------ */

.search-form {
	margin: 2em 0;
	font-size: 0.9375em;
	line-height: 1.2;
}
.search-form input,
.search-form .submit {
	display: inline-block;
	vertical-align: top;
	height: 2.9333333333em;
	padding: 0.666666666666667em;
}
.search-form input {
	width: 27em;
	max-width: 80%;
	background-color: #fff;
	color: #393939;
	border: 3px solid #f7cf30;
	font-style: italic;

	border-radius: 3px 0 0 3px;
}
.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #393939;
}
.search-form input::-moz-placeholder { /* Firefox 19+ */
	color: #393939;
	opacity: 1;
}
.search-form input:-ms-input-placeholder { /* IE 10+ */
	color: #393939;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
	color: #393939;
	opacity: 1;
}
.search-form .submit {
	height: 2.9333333333em;
	padding: 0.4em;
	background-color: #f7cf30;
	color: #fff;
	border: 3px solid #f7cf30;

	border-radius: 0 3px 3px 0;
}
.search-form .submit:hover,
.search-form .submit:focus,
.search-form .submit:active {
	background-color: #efa809;
	color: #fff;
	border-color: #efa809;
}
.search-form .submit .icon-icomoon,
.search-form .submit .icon-icomoon:before {
	display: block;
}
.search-form .submit .icon-icomoon {
	font-size: 1.7333333333em;
}

/* ------ Site Header Media Queries ------ */

@media all and (min-width: 22.5em) {
	.strapline {
		display: block;
	}
}

@media all and (min-width: 30em) {
	.nav-top,
	.contact-site-header {
		display: inline-block;
	}
	.nav-top + .search-form,
	.contact-site-header + .search-form,
	.nav-top + .site-header-branch-panels-module + .search-form,
	.contact-site-header + .site-header-branch-panels-module + .search-form {
		margin-top: 0;
	}
}

@media all and (min-width: 30em) and (max-width: 49.9375em) {
	.logo {
		margin-bottom: 0;
	}
}

@media all and (min-width: 50em) {
	.logo,
	.adj-to-logo {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}
	.logo {
		text-align: left;
	}
	.adj-to-logo {
		text-align: right;
	}

	.nav-top,
	.contact-site-header {
		margin-top: 0.75em;
		margin-bottom: 0.75em;
	}
	.search-form {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}
}

@media all and (min-width: 64em) {
	.nav-top,
	.contact-site-header {
		vertical-align: top;
	}
	.contact-site-header {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		margin-left: 1.25em;
	}
	.contact-site-header .contact-info {
		font-size: 1.5em;
		line-height: 1.1666666667;
	}

	.site-header-branch-panels-module {
		display: block;
	}
	.nav-top + .site-header-branch-panels-module,
	.contact-site-header + .site-header-branch-panels-module {
		margin-top: 0.125em;
	}
}

/* ------ Main Nav ------ */

.nav-main {
	padding: 0.625em 0;
}
.nav-main a {
	display: block;
	color: #393939;
	text-decoration: none;
}
.nav-main ul {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.nav-main li {
	border-bottom: 1px solid #c3c3c3;
	text-transform: uppercase;
	text-align: left;
}
.nav-main li a {
	padding: 0.2em;
}
.nav-main li a:hover,
.nav-main li a:focus,
.nav-main li a:active {
	background-color: #efa809;
	color: #000;
}
.nav-main ul .hide-text {
	position: static;
}
.nav-main ul .icon-icomoon {
	display: none;
}

.nav-main > ul {
	font-size: 0.9375em;
	line-height: 1.5333333333;
}

@media all and (max-width: 52.4375em) {
	.nav-main .nav-btn {
		margin-top: 0;
		margin-bottom: 0;
	}
	.nav-main-btn .icon-icomoon {
		font-size: 2em;
		display: inline-block;
		vertical-align: middle;
		padding-left: 0.625em;
	}

	.nav-main-btn span {
		padding-top: 0.375em;
		display: inline-block;
	}

	.nav-main ul:target {
		display: block;
	}
	.nav-main ul.show {
		display: block;
	}
}

@media all and (min-width: 52.5em) {
	.nav-main {
		padding: 0 1.25em;
		border-top: 1px solid #fff;
		text-align: left;
	}
	
	.nav-main .nav-btn {
		display: none;
	}

	.nav-main > ul {
		display: block;
		max-width: 82.6666666667em;
		margin: 0 auto;
	}
	
	.nav-main li {
		display: inline-block;
		vertical-align: top;
		border-right: 1px solid #fff;
		border-bottom: 0 none;
	}

	.nav-main li a {
		padding: 0.9333333333em 1em;
	}
	
	.nav-main li:first-child a {
		padding: 1em 1em 0.7333333333em;
	}

	.nav-main li:last-child {
		border-right-width: 0;
	}
	
	.nav-main ul .hide-text {
		position: absolute;
	}

	.nav-main ul .icon-icomoon {
		display: inline-block;
		vertical-align: top;
		font-size: 1.6666666667em;
	}
}

@media all and (min-width: 57.5em) {
	.nav-main ul .icon-icomoon {
		font-size: 2.0666666667em;
	}
	.nav-main li a {
		padding: 1.1333333333em 1.3333333333em;
	}
}

@media all and (min-width: 80em) {
	.nav-main {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}
}

/* ------ Slideshow ------ */

.slideshow-module {
	position: relative;
	padding: 0 0 43.269230769%;
}

.slideshow-module .item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slideshow-module .item:first-child {
	display: block;
}

.home-feature-image-container-inner img {
	display: block;
	width: 100%;
}

.cycle-pager {
	position: absolute;
	bottom: 0.5em;
	left: 0.625em;
	z-index: 101;
}

.cycle-pager-item {
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1em;
	margin: 0.25em;
	background-color: #fff;
	cursor: pointer;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.cycle-pager-item.cycle-pager-active {
	background-color: #f7cf30 !important;
	cursor: default;
}

/* ------ Top USP Panels ------ */
.usp-content-container {
	text-transform: uppercase;
}

.usp-feature-panel-item {
	padding: 0 1.25em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.usp-feature-panel-item .icon-icomoon,
.usp-content-container {
	vertical-align: middle
}
.usp-feature-panel-item .icon-icomoon {
	font-size: 2.875em;
	padding-right: 0.17391304347826em;
}
.usp-content-container {
	font-size: 0.875em;
	font-weight: 800;
	line-height: 1.2857142857;
	letter-spacing: -0.05em;
}
.usp-content-container a {
	color: #191919;
}

.usp-feature-panel-title {
	font-size: 1.2857142857em;
	font-weight: 800;
	line-height: 1.2222222222;
	text-transform: uppercase;
}

@media all and (min-width: 82em) {
	.usp-feature-panel-item .container {
		text-align: center;
	}
	.usp-content-container {
		text-align: left;
	}
}

/* ------ Top Image ------ */
.top-image-module img {
	display: block;
	width: 100%;
}

/* ------ Featured Products ------ */

.featured-header .icon-icomoon {
	display: inline-block;
	vertical-align: top;
	margin-top: 0.125em;
	margin-left: 0.625em;
	background-color: #f7cf30;
	color: #fff;

	-webkit-border-radius: 0.125em;
	-moz-border-radius: 0.125em;
	-ms-border-radius: 0.125em;
	-o-border-radius: 0.125em;
	border-radius: 0.125em;
}

/* ------ Home page text & image section ------ */

.home-text {
	border-top: 1px solid #dfdfdf;
	padding: 2.5em 0;
}

.home-text .site-content-1-4,
.home-text .site-content-3-4 {
	vertical-align: middle;
}

/* ------ Footer ------ */


.site-footer-1-4 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (min-width: 30em) {
	.site-footer-1-4 {
		width: 50%;
	}
}

@media all and (min-width: 40em) {
	.site-footer-1-4 {
		width: 33.3333333333%;
	}
}

@media all and (min-width: 50em) {
	.site-footer-1-4 {
		width: 25%;
	}
}

footer h5,
footer .h5 {
	text-transform:uppercase;
}

footer .contact-info li {
	line-height: 2;
}

footer td {
	padding-left:0;
}

.contact-site-footer a {
	text-decoration: none;
}
.contact-site-footer .tel a {
	color: #fff;
}

.social-media-list li {
	font-size: 2.125em;
	float: left;
	padding-right: 1em;
}
.social-media-list a {
	color: #fff;
	text-decoration: none;
}

.site-credits {
	margin-top: 2em;
	margin-bottom: 2em;
}
.site-credits a {
	text-decoration: none;
}

.grid-child.related-logos {
	margin-top: 2.5em;
	padding: 0.75em 0;
	border-top: 1px solid #dfdfdf;
	text-align: center;
}

.grid-child.related-logos .item {
	padding: 0.5em 1em;
	vertical-align: middle;
}

.site-footer .wrapper {
	padding-bottom: 1em;
}

/* ------Columns & Responsive ------ */

.site-content-1-1,
.site-content-1-2,
.site-content-1-4,
.site-content-3-4,
.site-content-1-3,
.site-content-2-3 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (min-width: 33em) {
	.slide-container.site-content-2-3 {
		width: 66.6666666667%;
		padding-right: 0;
	}
	.home-feature-image-container.site-content-1-3 {
		width: 33.3333333333%;
		padding-left: 0;
	}
}

@media all and (min-width: 45em) {
	.site-content-1-2 {
		width: 50%;
	}
	
	.site-content-1-3 {
		width: 33.3333333333%;
	}
	
	.site-content-2-3 {
		width: 66.6666666667%;
	}
}

@media all and (min-width: 52em) {
	.site-content-1-4 {
		width: 25%;
	}
	.site-content-3-4 {
		width: 75%;
	}
	.pull-site-content-1-4,
	.pull-site-content-3-4,
	.push-site-content-1-4,
	.push-site-content-3-4 {
		position: relative;
	}
	.pull-site-content-1-4 {
		left: -25%;
	}
	.pull-site-content-3-4 {
		left: -75%;
	}
	.push-site-content-1-4 {
		left: 25%;
	}
	.push-site-content-3-4 {
		left: 75%;
	}
}

.vertical-margin-default + .main-page-detail {
	margin-top: -1.25em;
}

.breadcrumb {
	margin: 1.2727272727em 0;
	padding: 0;
	font-size: 0.6875em;
	line-height: 1.27272727272727;
	text-align: right;
}
.breadcrumb li,
.breadcrumb li:before {
	display: inline-block;
}
.breadcrumb li:before {
	content: '\0000a0>\0000a0';
}
.breadcrumb li:first-child:before {
	content: normal;
}
.breadcrumb a {
	text-decoration: none;
}

.vertical-margin-large {
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.vertical-margin-default {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.site-content-heading + .site-content-body {
	margin-top: -0.625em;
}

.content-section {
	margin-top: -1.5em;
	overflow: hidden;
}
.content-section.no-body {
	margin-top: 0;
}
.content-section .body-text-main-image-module {
	margin: 1.5em auto;
}
.content-section img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.content-section .block img {
	margin-right: 0;
	margin-left: 0;
}
.content-section li {
	margin-top: 0.307692307692308em;
}

@media all and (min-width: 37.5em) {
	.content-section .pull-right {
		float: right;
		margin-right: 0;
		margin-left: 1.5em;
	}
	.content-section .pull-left {
		float: left;
		margin-right: 1.5em;
		margin-left: 0;
	}
}

/* ------ Download List ------ */

.list-download {
	line-height: 1.25;
	font-size: 1em;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0 !important;
}
.list-download li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
.list-download li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: left;
}
.list-download a {
	display: block;
	position: relative;
	margin: 0.5em;
	text-decoration: none;
}
.list-download .list-download-heading,
.list-download .list-download-description {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
	margin-right: 1em;
}
.list-download .list-download-heading {
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.list-download .list-download-description {
	background-color: transparent;
	color: #414042;
}
.list-download .icon-icomoon,
.list-download .icon-icomoon:before {
	display: inline-block;
	vertical-align: middle;
}
.list-download .icon-icomoon:before {
	font-size: 3em;
}

.standard-form {
	max-width: 39.846153846em;
	margin: 1.53846153846em 0;
	font-size: 0.8125em;
	line-height: 1.38461538461538;
}
.standard-form li {
	margin: 1.230769230769em 0;
}
.standard-form li:first-child {
	margin-top: 0;
}

.standard-form label,
.standard-form .label {
	margin-bottom: 0.3846153846em;
	text-transform: uppercase;
}

.standard-form li.required label:after,
.standard-form li.required .label:after,
#basket_default .required {
	background-color: transparent;
	color: #c00;
}
.standard-form li.required label:after,
.standard-form li.required .label:after {
	content: '\0000a0*';
}

.standard-form p.note {
	margin-bottom: 3.46153846153846em;
}
.standard-form li:first-child p.note {
	margin-top: 3.46153846153846em;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 1em;
	vertical-align: top;
}
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	margin: 0.307692307692308em 0 0;
	border: 0;
	vertical-align: middle;
}
.standard-form .submit, 
.standard-form .button,
.standard-form .pseudo-submit {
	width: auto;
	font-weight: 700;
	padding: 0.7142857142857em 1.07142857142857em;
	font-size: 1.0769230769em;
	line-height: 1.2857142857;
	text-transform: uppercase;

	-webkit-border-radius: 0.2142857142857em;
	-moz-border-radius: 0.2142857142857em;
	-ms-border-radius: 0.2142857142857em;
	-o-border-radius: 0.2142857142857em;
	border-radius: 0.2142857142857em;
}

.standard-form .submit .icon-icomoon,
.standard-form .pseudo-submit .icon-icomoon {
	display: inline-block;
	vertical-align: top;
	margin-top: 0.125em;
	margin-right: -0.3125em;
	margin-left: 0.375em;
	font-size: 1.142857142857em;
}
.standard-form .submit .icon-icomoon:before,
.standard-form .pseudo-submit .icon-icomoon:before {
	display: block;
}

.side-image-module .inner-container {
	max-width: 280px;
	margin: 0 auto;
}
.side-image-module img {
	display: block;
	width: 100%;
}

@media all and (min-width: 52em) {
	.side-image-module:first-child {
		margin-top: 0.625em;
	}
}

.grid-child {
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	list-style: none;
}
.grid-child .item {
	display: inline-block;
	vertical-align: top;
}
.grid-child .item a {
	background-color: transparent;
	text-decoration: none;
}

.grid-child .container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.grid-child .content {
	display: block;
}
.grid-child img {
	display: block;
	width: 100%;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}

.grid-child-4-up .item {
	width: 100%;
}

.grid-child-4-up .container {
	/*max-width: 19.375em;*/
	margin: 0.625em 0;

}
.grid-child-4-up .content {
	margin: 0 0.625em;
}

.grid-child .hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #fff;

	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.grid-child .hover-overlay {
	background-color: rgba(0, 0, 0, 0);
}
.grid-child a:hover .hover-overlay,
.grid-child a:focus .hover-overlay,
.grid-child a:active .hover-overlay {
	background-color: rgba(0, 0, 0, 0.45);
}

@media all and (min-width: 30em) {
	.grid-child-4-up {
		max-width: 40em;
	}
	.grid-child-4-up.usp-panel-wrapper { /* stop the ul shrinking to less than the width of the other containers */
		max-width: none;
	}
	.grid-child-4-up .item {
		width: 50%;
	}
	.grid-child-4-up.usp-panel-wrapper .item {
		width: 100%;
	}
}

@media all and (min-width: 42em) {
	.grid-child-4-up.usp-panel-wrapper .item {
		width: 50%;
	}
}

@media all and (min-width: 50em) {
	.grid-child-4-up {
		max-width: 60em;
	}
	.grid-child-4-up .item {
		width: 33.3333333333333%;
	}
}

@media all and (min-width: 70em) {
	.grid-child-4-up {
		max-width: none;
	}
	.grid-child-4-up .item {
		width: 25%;
	}
	.grid-child-4-up.usp-panel-wrapper .item {
		width: 50%;
	}

}

@media all and (min-width: 80em) {
	.grid-child-4-up .container {
		margin: 1.25em 0;
	}
	.grid-child-4-up .content {
		margin: 0 1.25em;
	}
}

@media all and (min-width: 82em) {
	.grid-child-4-up.usp-panel-wrapper .item {
		width: 25%;
	}
}

/* ------ Page List Specfic------ */

.default-grid-item .image-container {
	margin-bottom: 0.875em;
}
.default-grid-item .heading {
	margin-top: 0.3333333333em;
	margin-bottom: 0.3333333333em;
}
.default-grid-item .link-text {
	font-weight: 700;
	text-transform: uppercase;
}
.default-grid-item .link-text .icon-icomoon {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 0.46153846153846em;
	padding: 0.230769230769em;
	background-color: #191919;
	color: #fff;

	-webkit-border-radius: 0.153846153846em;
	-moz-border-radius: 0.153846153846em;
	-ms-border-radius: 0.153846153846em;
	-o-border-radius: 0.153846153846em;
	border-radius: 0.153846153846em;
}

/* ------ Product List Specfic------ */

.product-grid-item a {
	color: #191919;
}
.product-grid-item a:hover,
.product-grid-item a:hover,
.product-grid-item a:hover {
	color: #e88802;
}
.product-grid-item .image-container {
	margin-bottom: 0.875em;
}
.product-grid-item .heading {
	margin: 0.57142857em 0;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.2857142857;
	text-transform: uppercase;
}
.product-grid-item .price-style {
	margin: 0.4444444444em 0;
	font-size: 1.125em;
	line-height: 1.2222222222;
	font-weight: 700;
	letter-spacing: -0.05em;
}

/* ------ Gallery Image Specific ------ */
.gallery-image-item,
.gallery-image-item .icon-icomoon {
	text-align: center;
}
.gallery-image-item .image-container {
	position: relative;
}
.gallery-image-item .icon-icomoon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-image-item .icon-icomoon:before {
	margin: 0 auto;
	font-size: 0;

	-webkit-transition: font-size 0.2s;
	-o-transition: font-size 0.2s;
	transition: font-size 0.2s;
}
.gallery-image-item a:hover .icon-icomoon:before,
.gallery-image-item a:focus .icon-icomoon:before,
.gallery-image-item a:active .icon-icomoon:before {
	font-size: 3.75em;
}

/* ------ Feature Panels ------ */


.grid-feature-panel {
	max-width: 18.75em;
	margin: 0 auto;
}

.feature-panel-item {
	width: 100%;
	margin: 0.875em 0;
	padding: 0 0.625em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.feature-panel-item .container {
	position: relative;
	padding: 0 1.25em;
	border: 1px solid #dadada;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.feature-panel-item a {
	display: block;
	color: #191919;
}
.feature-panel-item .ab-content {
	margin-top: 0.875em;
	margin-bottom: 0.875em;
}
.feature-panel-item h3 {
	margin: 0.54545454545em 0;
	font-size: 1.375em;
	line-height: 1.1818181818;
	letter-spacing: -0.05em;
}
.feature-panel-item.cols-2-4 .container,
.feature-panel-item.cols-3-4 .container {
	background-repeat: no-repeat;
}
.feature-panel-item.cols-1-4 .container {
	background-image: none !important;
}

.feature-panel-item .ab-content {
	position: relative;
	z-index: 2;
}

.feature-panel-item .link-text {
	margin: 1em 0;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.2857142857;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}
.feature-panel-item .link-text .icon-icomoon {
	display: inline-block;
	vertical-align: top;
	margin-top: 0.0588235294117647em;
	margin-left: 0.42857142857em;
	background-color: #f7cf30;
	color: #fff;
	font-size: 1.2142857142857em;

	-webkit-border-radius: 0.17647058823529em;
	-moz-border-radius: 0.17647058823529em;
	-ms-border-radius: 0.17647058823529em;
	-o-border-radius: 0.17647058823529em;
	border-radius: 0.17647058823529em;
}
.feature-panel-item a:hover .link-text .icon-icomoon,
.feature-panel-item a:focus .link-text .icon-icomoon,
.feature-panel-item a:active .link-text .icon-icomoon {
	background-color: #e88802;
	color: #fff;
}
.feature-panel-item .link-text .icon-icomoon:before {
	display: block;
}

.feature-panel-item .image-container {
	max-width: 238px;
	margin: 0.875em auto;
}

.feature-panel-item .background-image {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-position: 50% 100%;

	-webkit-background-size: cover;
	background-size: cover;
}

@media all and (min-width: 30em) {
	.grid-feature-panel {
		display: flex;
		flex-wrap: wrap;
		max-width: 37.5em;
	}
	.feature-panel-item {
		width: 50%;
	}
}

@media all and (min-width: 30em) and (max-width: 59.9375em) {
	.feature-panel-item a,
	.feature-panel-item .container {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}

@media all and (min-width: 60em) {
	.grid-adjust-feature-panel {
		margin-right: -0.8064516129%;
		margin-left: -0.8064516129%;
	}

	.grid-feature-panel {
		max-width: 75em;
	}

	.feature-panel-item {
		padding-right: 0.79365079365%;
		padding-left: 0.79365079365%;
	}
	.feature-panel-item.cols-1-4 {
		width: 25%;
	}
	.feature-panel-item.cols-2-4 {
		width: 50%;
	}
	.feature-panel-item.cols-3-4 {
		width: 75%;
	}

	.feature-panel-no-background-image a,
	.feature-panel-no-background-image .container {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.feature-panel-with-background-image .container {
		height: 0;
		padding: 0 0 158.57142857142857%;
	}
	.feature-panel-item.feature-panel-with-background-image.cols-2-4 .container {
		padding: 0 0 76.5517241379%;
	}
	.feature-panel-item.feature-panel-with-background-image.cols-3-4 .container {
		padding: 0 0 50.4545454545%;
	}

	.feature-panel-item.feature-panel-with-background-image .ab-content {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 1.125em;
	}
	.feature-panel-item.feature-panel-with-background-image .ab-content {
		background-color: rgba(255, 255, 255, 0.9);
	}
	.feature-panel-item.feature-panel-with-background-image.cols-1-4 .ab-content {
		width: 100%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.feature-panel-item.feature-panel-with-background-image.cols-2-4 .ab-content,
	.feature-panel-item.feature-panel-with-background-image.cols-3-4 .ab-content {
		width: 17.5em;
	}
	.feature-panel-item.feature-panel-with-background-image.cols-3-4 .ab-content {
		right: -1.25em;
		left: auto;
	}

	.feature-panel-with-background-image .image-container {
		display: none;
	}

	.feature-panel-with-background-image .background-image {
		display: block;
	}

}

@media all and (min-width: 80em) {
	.grid-adjust-feature-panel {
		margin-right: -1.25em;
		margin-left: -1.25em;
	}
	.grid-feature-panel {
		max-width: none;
	}
	.feature-panel-item {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}

	.feature-panel-item.feature-panel-with-background-image.cols-2-4 .container {
		padding: 0 0 74%;
	}
	.feature-panel-item.feature-panel-with-background-image.cols-3-4 .container {
		padding: 0 0 48.26086956521739%;
	}

}

.page-nav {
	text-align: center;
}
.page-nav .page-list {
	font-weight: 700;
}
.page-nav .page-list a {
	font-weight: 400;
}
.page-nav .prev,
.page-nav .next {
	color: #aaa;
}

@media all and (min-width: 16.25em) {
	.page-nav .page-list,
	.page-nav .prev,
	.page-nav .next {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	.page-nav .page-list {
		left: 25%;
		width: 50%;
	}
	.page-nav .prev,
	.page-nav .next {
		width: 25%;
	}
	.page-nav .prev {
		left: -50%;
		text-align: left;
	}
	.page-nav .next {
		text-align: right;
	}
}

/* ------ Product Media ------ */

.product-media-nav .no-img {
	background-color: #fff;
}

.product-media {
	margin-top: 1.5em;
}
.product-media,
.product-media-nav-container {
	max-width: 33.75em;
	margin-right: auto;
	margin-left: auto;
}
.product-media img,
.product-media-nav img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.product-media .no-img,
.product-media-nav .no-img {
	padding: 0 0 100%;
}
.product-media .embedded-video-module {
	position: relative;
	padding: 0 0 100%;
}
.product-media .embedded-video-module .embedded-video {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-media-nav {
	margin: 0 -0.6875em;
	font-size: 1em;
}
.product-media-nav .item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.product-media-nav .container {
	margin-top: 0.6875em;
	margin-bottom: 0.6875em;
}
.product-media-nav .content {
	display: block;
	position: relative;
	margin-right: 0.6875em;
	margin-left: 0.6875em;
	text-decoration: none;
}
.product-media-nav .icon-icomoon,
.product-media-nav .icon-icomoon:before {
	display: block;
	color: #ff7f20;
}
.product-media-nav .icon-icomoon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 2.5em;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-media-nav .icon-icomoon:before {
	width: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@media all and (min-width: 26.25em) {
	.product-media-nav .icon-icomoon {
		font-size: 4.375em;
	}
}
.product-media .item {
	position: relative;
}
.product-media .icon-icomoon,
.product-media .icon-icomoon:before,
.product-media-nav .icon-icomoon,
.product-media-nav .icon-icomoon:before {
	display: block;
}
.product-media .icon-icomoon {
	position: absolute;
	bottom: 0.4666666667em;
	left: 0.4666666667em;
	font-size: 1.875em;
}

/* ------ Product Detail ------ */

.product-detail .body-text ul {
	padding-left: 1em;
}

.product-detail-pricing-form .list-product-options {
	margin: 1.25em 0;
	font-size: 1em;
	line-height: 1.25;
}
.product-detail-pricing-form .list-product-options li {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.product-detail-pricing-form .list-product-options .label,
.product-detail-pricing-form .list-product-options select {
	display: inline-block;
}
.product-detail-pricing-form .list-product-options .label {
	margin-right: 0.625em;
	text-transform: uppercase;
}
.product-detail-pricing-form .list-product-options select {
	padding: 0.0625em;
}

.product-detail .price-module {
	font-weight: 700;
	letter-spacing: -0.05em;
}

.product-enquiry-form-link {
	padding: 0.5em 0.875em;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.05em;
	color: #f7cf30;
	text-transform: uppercase;

	-webkit-border-radius: 0.1875em;
	-moz-border-radius: 0.1875em;
	-ms-border-radius: 0.1875em;
	-o-border-radius: 0.1875em;
	border-radius: 0.1875em;
}
.product-enquiry-form-link .icon-icomoon {
	display: inline-block;
	vertical-align: top;
	font-size: 1.25em;
	margin-right: -0.3em;
	margin-left: 0.3em;
}
.product-enquiry-form-link .icon-icomoon:before {
	display: block;
}

/* ------ Product Detail - Product Media ------ */

.product-media img {
	display: block;
	width: 100%;
}
.product-media .no-img {
	padding: 0 0 100%;
}

.media-nav {
	margin: 0 -0.5em;
}
.media-nav .item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333333%;
	padding: 0.4375em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.media-nav .container {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #dadada;
}
.media-nav .content {
	 display: block;
	 position: relative;
	 margin-right: 0.5em;
	 margin-left: 0.5em;
}
.media a, .media-nav a {
	 background-color: transparent;
	 color: #000;
	 text-decoration: none;
	 -webkit-text-stroke: 1px #fff;
}
.media-nav img {
	display: block;
	width: 100%;
}

/* ------ Contact page ------ */

.contact-site-content .item {
	border-bottom: 1px solid #e2e2e2;
}
.contact-site-content .label {
	margin: 1.142857142857em 0;
	font-size: 0.875em;
	line-height: 1.2857142857;
	text-transform: uppercase;
}
.contact-site-content .value {
	margin: -1em 0 1.230769230769em;
	line-height: 1.846153846153846;
}
.contact-site-content a {
	text-decoration: none;
}
.contact-open-hours-table {
	border-collapse: collapse;
}
.contact-open-hours-table td {
	padding-top: 0;
	padding-bottom: 0;
}
.contact-open-hours-table td:first-child {
	padding-left: 0;
}

@media all and (min-width: 45em) {
	.contact-site-content {
		width: 60%;
		margin: auto;
	}
}

/* ------ Product Enquiry Popup ------ */

#bodypopup .breadcrumb,
#bodypopup .back-to-product-detail-module {
	display: none;
}

.item-option {
	margin: 1em 0;
}

.g-recaptcha {
	 margin-bottom: 1em;
}

.cw-overlay,
.cw-overlay-base {
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
}
.cw-overlay a {
	background-color: transparent;
	color: #fff;
}
.cw-overlay a:hover,
.cw-overlay a:focus,
.cw-overlay a:active {
	background-color: transparent;
	color: #e1e1e1;
}



.cookie-consent-not-confirmed .site-footer > div {
	padding-bottom: 3.25em;
}

.cookies-eu-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
}
.cookies-eu-banner .text,
.cookies-eu-banner .pseudo-button {
	vertical-align: middle;
}
.cookies-eu-banner .pseudo-button {
	margin-left: 0.2857em;
	padding: 0.5em 1em;
	cursor: pointer;
	background: #f00;
}