@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@font-face {
	font-family: 'icomoon';
	src:   url('/fonts/icomoon.eot?phz9pq');
	src:   url('/fonts/icomoon.eot?phz9pq#iefix') format('embedded-opentype'),
			url('/fonts/icomoon.ttf?phz9pq') format('truetype'),
			url('/fonts/icomoon.woff?phz9pq') format('woff'),
			url('/fonts/icomoon.svg?phz9pq#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	background-color: #fff;
	color: #202020;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;

	-webkit-text-size-adjust: 100%;
}
a {
	background-color: #fff;
	color: #787878;
}
a:hover,
a:focus,
a:active {
	background-color: #fff;
	color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}
h1,
.h1 {
	margin: 0.5555555556em 0;
	font-size: 2.1875em;
	font-weight: 300;
	line-height: 1.1111111111;
}
h1 .ib,
.h1 .ib {
	vertical-align: top;
	padding: 0.1944444444em 0.5555555556em;
}
h2,
.h2 {
	margin: 0.8333333333em 0;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.25;
}
h3,
.h3 {
	margin-top: 1.1111111111em;
	margin-bottom: 1.1111111111em;
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.1111111111;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 500;
}
h4,
h5,
h6,
p,
ul,
ol,
table,
pre,
.p,
.product-detail-form,
.product-filter .filter-form,
.page-nav {
	margin-top: 1.4285714286em;
	margin-bottom: 1.4285714286em;
	font-size: 0.875em;
	line-height: 1.4285714286;
}
b,
strong,
th {
	font-weight: 700;
}
.font-size-down,
.nav-top ul,
.nav-footer ul,
#basket_page_titles {
	margin-top: 0.6666666667em;
	margin-bottom: 0.6666666667em;
	font-size: 0.75em;
	line-height: 1.1666666667;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0;
	font-size: 1em;
}
nav ul,
form ol,
form ul {
	list-style: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
}
input,
button,
select,
textarea,
.pseudo-button {
	background-color: #efefef;
	color: #202020;
	border: 1px solid #dfdfdf;
	font-family: 'Roboto', Arial, Helvetica, 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: #9cf;

	box-shadow: 0 0 0.286em -1px #36f;
}
input:-moz-focusring,
select:-moz-focusring,
textarea:-moz-focusring {
	outline: transparent;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
.button,
.submit,
.pseudo-button {
	font-weight: 500;
}
button,
.button,
.submit {
	cursor: pointer;
}
.pseudo-button {
	display: inline-block;
	vertical-align: top;
	padding: 0.2142857142857em 0.7142857142857em;
	text-decoration: none;
}
button,
.button,
.pseudo-button-default {
	background-color: #666;
	color: #fff;
	border-color: #666;
}
button:hover,
.button:hover,
a:hover .psuedo-button-default,
.pseudo-button-default:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}
.submit,
.pseudo-submit {
	background-color: #202020;
	color: #f0f0f0;
	border-color: #202020;
}
.submit:hover,
a:hover .pseudo-submit,
a:focus .pseudo-submit,
a:active .pseudo-submit,
.pseudo-submit:hover,
.pseudo-submit:focus,
.pseudo-submit:active {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.pseudo-button-muted {
	background-color: #e4e4e4;
	color: #202020;
	border-color: #e4e4e4;
}
a:hover .pseudo-button-muted,
a:focus .pseudo-button-muted,
a:active .pseudo-button-muted,
.pseudo-button-muted:hover,
.pseudo-button-muted:focus,
.pseudo-button-muted:active {
	background-color: #ccc;
	color: #202020;
}

form p {
	font-size: 1em;
}
form ol,
form ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
img {
	border: 0;
}
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, monospace;
}
pre {
	padding: 1em;
	overflow: auto;
}

/* ------ Helper Styles ------ */
.clear-self:before,
.clear-self:after,
#basket_default .buttons:before,
#basket_default .buttons:after {
	content: '';
	display: table;
}
.clear-self:after,
#basket_default .buttons: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;
}

.site-divider {
	border-top: 1px solid #b3c7ba;
}
.site-header .site-divider {
	background-image: url('/images/site-divider-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	border-bottom: 1px solid #b3c7ba;
}

/* ------ Mini Modules ------ */
.msg {
	padding: 1em;
	text-align: center;
}
.success {
	background-color: #eaf5ea;
	color: #393;

	box-shadow: 0 0 0.429em #393;
}
.error {
	background-color: #fae5e5;
	color: #c00;

	box-shadow: 0 0 0.429em #c00;
}

.data-table {
	width: 100%;
	line-height: 1.2142857142857;
	border-collapse: collapse;
}
.data-table tr {
	border-bottom: 1px dotted #c3c3c3;
	vertical-align: top;
}
.data-table thead th,
.responsive-data-table tbody td:before {
	font-weight: 700;
	text-transform: uppercase;
}
.data-table th,
.data-table td {
	padding: 0.357142857142857em;
	text-align: left;
}
.data-table .icon-left {
	position: relative;
	padding-left: 1.7142857142857em;
}
.data-table .icon-left .icon-icomoon,
.data-table .icon-left .icon-icomoon:before {
	display: block;
}
.data-table .icon-left .icon-icomoon {
	position: absolute;
	top: 0;
	left: 0;
}
.data-table .icon-left .icon-icomoon:before {
	font-size: 1.42857142857em;
}
.data-table .price {
	display: block;
	white-space: nowrap;
}
.data-table .price-suffix {
	font-size: 0.857142857em;
	line-height: 1.25;
	white-space: nowrap;
}

#product-info-table-wrapper {
	width: 100%;
}
#product-info-table-wrapper table {
	width: 100%;
}
#product-info-table-wrapper table td {
	width: 50%;
}
td.highlight {
  padding: 0 1em;
  background-color: #F5F7F7; 
}

@media screen and (max-width: 29.9375em) {
	.member-data-table.responsive-data-table thead {
		display: none;
	}
	.member-data-table.responsive-data-table tr {
		display: block;
		margin-bottom: 1em;
		border-bottom: none;
	}
	.member-data-table.responsive-data-table tbody tr:after {
		content: "";
		display: table;
		clear: both;
	}
	.member-data-table.responsive-data-table tbody td {
		display: block;
		float: left;
		clear: left;
		width: 100%;
		text-align: right;
		border-bottom: 1px dotted #c3c3c3;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.member-data-table.responsive-data-table tbody td:last-child {
		border-bottom: 0;
	}
	.member-data-table.responsive-data-table tbody td:before {
		content: attr(data-label);
		float: left;
		margin-right: 1em;
	}
}

.no-img,
.embedded-map,
.embedded-video {
	position: relative;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.no-img,
.embedded-map {
	background-color: rgba(51, 102, 51, 0.25);
}
.no-img,
.embedded-map {
	color: #202020;
}
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(51, 102, 0, 0.25);
	color: #202020;
}
.no-img p,
.embedded-map 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-container {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.embedded-map {
	padding: 0 0 100%;
}
.embedded-map p a {
	background-color: transparent;
}

.embedded-video {
	padding: 0 0 56.25%;
}
.embedded-video iframe {
	display: block;
	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-left:before {
	content: "\e900";
}
.icon-chevron-right:before {
	content: "\e902";
}
.icon-video-camera2:before {
	content: "\e963";
}
.icon-cart4:before {
	content: "\ea01";
}
.icon-search3:before {
	content: "\eb33";
}
.icon-cogs:before {
	content: "\eb5d";
}
.icon-leaf:before {
	content: "\ebca";
}
.icon-lamp5:before {
	content: "\ebf4";
}
.icon-truck:before {
	content: "\ec0c";
}
.icon-menu7:before {
	content: "\ec6e";
}
.icon-cross:before {
	content: "\ed69";
}
.icon-checkmark:before {
	content: "\ed6c";
}
.icon-checkmark4:before {
	content: "\ed6f";
}

/*.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: 67.5em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}

.grid-adjust-default {
	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 screen and (min-width: 29.375em) and (max-width: 47.4375em) {
	.tabbed-panels .text-panel.spectro {
		text-align: center;
	}
}

@media screen and (min-width: 47.5em) {
	.site-content-1-2 {
		display: inline-block;
		vertical-align: top;
		width: 50%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 53.75em) {
	.site-content-3-4,
	.site-content-1-4 {
		display: inline-block;
		vertical-align: top;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.site-content-3-4 {
		width: 100%;
	}
	.site-content-1-4 {
		width: 25%;
	}

	.push-site-content-1-4,
	.pull-site-content-3-4 {
		position: relative;
	}
	.push-site-content-1-4 {
		left: 25%;
	}
	.pull-site-content-3-4 {
		left: -75%;
	}
}

@media screen and (min-width: 60em) {
	.site-header,
	.site-content {
		position: relative;
	}
	.site-header {
		z-index: 2;
	}
	.site-content {
		z-index: 1;
	}
	.wrapper {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}
	.grid-adjust-default {
		margin-right: -1.25em;
		margin-left: -1.25em;
	}
	.gutter-default {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
}

/* ------ Modules ------ */
.cw-muted {
	background-color: #689075;
	color: #e7edd3;
}
.cw-muted a {
	background-color: #689075;
	color: #fff;
}
.cw-muted a:hover,
.cw-muted a:focus,
.cw-muted a:active {
	background-color: #689075;
	color: #e7edd3;
}

.cw-inverted {
	background-color: #202020;
	color: #fff;
}

.cw-default {
	background-color: #fff;
	color: #202020;
}
.cw-default a {
	background-color: #fff;
	color: #787878;
}
.cw-default a:hover,
.cw-default a:focus,
.cw-default a:active {
	background-color: #fff;
	color: #000;
}

.cw-ele-muted {
	background-color: transparent;
	color: #787878;
}

.cw-ele-default {
	background-color: transparent;
	color: #202020;
}

.invert-links-default a {
	background-color: #fff;
	color: #336600;
}
.invert-links-default a:hover,
.invert-links-default a:focus,
.invert-links-default a:active {
	background-color: #fff;
	color: #2d2d2d;
}

a.highlighted-menu-item {
	background-color: transparent;
	color: #acbb78;
}

.keyline {
	border: 1px solid #b3c7ba;
}

.nav-top ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.nav-top li {
	display: inline-block;
	vertical-align: top;
}
.nav-top a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
}
.nav-top .basket-link-item a {
	background-color: #e4e4e4;
	color: #202020;
}
.nav-top .basket-link-item a:hover,
.nav-top .basket-link-item a:focus,
.nav-top .basket-link-item a:active {
	background-color: #d8d8d8;
	color: #000;
}

@media screen and (max-width: 29.9375em) {
	.nav-top {
		border-top: 1px solid #e7e6e6;
	}
	.nav-top li {
		width: 50%;
	}
	.nav-top {
		margin-right: -1.25em;
		margin-left: -1.25em;
		overflow: hidden;
	}
	.nav-top > ul {
		margin-top: -1px;
		margin-right: -1px;
	}
	.nav-top a {
		border-top: 1px solid #e7e6e6;
		border-right: 1px solid #e7e6e6;
	}
}

@media screen and (min-width: 30em) {
	.site-header {
		border-top: 1px solid #b3c7ba;
	}
	.nav-top {
		text-align: right;
	}
	.nav-top li:before,
	.nav-top a {
		display: inline-block;
		vertical-align: middle;
	}
	.nav-top li:before {
		content: '|';
	}
	.nav-top li:first-child:before,
	.nav-top li.basket-link-item:before {
		content: '';
		display: none;
	}
	.nav-top a {
		padding-right: 0.6666666667em;
		padding-left: 0.6666666667em;
	}
}

@media screen and (max-width: 37.4375em) {
	.nav-top .icon-icomoon {
		display: none;
	}
}

@media screen and (min-width: 37.5em) {
	.nav-top a {
		padding-top: 0.9166666667em;
		padding-bottom: 0.9166666667em;
	}

	.nav-top .icon-present a {
		position: relative;
		padding-left: 3.1666666667em;
	}

	.nav-top .icon-icomoon,
	.nav-top .icon-icomoon:before {
		display: block;
	}
	.nav-top .icon-present .icon-icomoon {
		position: absolute;
		top: 50%;
		left: 0.5em;
		font-size: 1.8333333333em;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.logo a {
	display: block;
	width: 100%;
	max-width: 26.875em;
	margin: 1.25em auto;
}
.logo img {
	display: block;
	width: 100%;
}

.adj-to-logo {
	text-align: center;
}

.strapline {
  display: inline-block;
  font-size: 0.9em;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.search-form {
	display: block;
	margin-top: 1.4285714286em;
	margin-bottom: 1.4285714286em;
	border: none;
	font-size: 0.875em;
	line-height: 1.4285714286;
}
.search-form input {
	width: 80%;
}
.search-form input,
.search-form button {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	color: #202020;
	border-color: #fff;
	padding: 0.357142857em 0.142857142em;
}
.search-form button {
	padding: 0.142857142em;
	border: none;
}
.search-form input::-webkit-input-placeholder {
	text-transform: uppercase;
}
.search-form input::-moz-placeholder {
	text-transform: uppercase;
}
.search-form input::-ms-input-placeholder {
	text-transform: uppercase;
}
.search-form input:-moz-placeholder {
	text-transform: uppercase;
}
.search-form .submit {
	width: 20%;
	background-color: #fff;
	color: #bbb;
	border-color: #fff;
}
.search-form .submit .icon-icomoon,
.search-form .submit .icon-icomoon:before {
	display: block;
}

@media screen and (min-width: 17.5em) {
	.search-form .submit .icon-icomoon:before {
		font-size: 2em;
	}
}

@media screen and (min-width: 22.5em) and (max-width: 29.9375em) {
	.search-form input {
		width: 85%;
	}
	.search-form .submit {
		width: 15%;
	}
}

@media screen and (min-width: 30em) {
	.logo,
	.adj-to-logo {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}
	.adj-to-logo {
		text-align: right;
	}
	.logo a {
		margin-top: 0.625em;
		margin-left: 0;
		margin-bottom: 0.625em;
	}

	.search-form {
		display: inline-block;
		vertical-align: top;
		margin-top: 0.625em;
		margin-bottom: 0.625em;
	}
}

@media screen and (min-width: 37.5em) {
	.search-form {
		padding-right: 0.3125em;
		padding-left: 0.3125em;
	}
	.search-form input {
		width: 15em;
	}
	.search-form .submit {
		width: 2.7142857142857em;
	}
}

.nav-main-container {
	position: relative;
	z-index: 2;
}
.nav-main {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.nav-main a {
	display: block;
	text-decoration: none;
}
.nav-main ul {
	display: none;
	margin: 0;
	padding: 0;
}
.nav-main ul a {
	padding: 0.3571428571em 0.8571428571em;
}

@media screen and (max-width: 59.9375em) {
	.nav-main {
		margin-right: -1.25em;
		margin-left: -1.25em;
	}
	.nav-main .nav-btn {
		margin-top: 0;
		margin-bottom: 0;
	}
	.nav-main .nav-btn a {
		padding: 0.4285714286em 0.8571428571em;
		background-color: #e4e4e4;
		color: #202020;
	}
	.nav-main .nav-btn a:hover,
	.nav-main .nav-btn a:focus,
	.nav-main .nav-btn a:active {
		background-color: #d8d8d8;
		color: #000;
	}
	.nav-main .nav-btn .icon-icomoon {
		display: inline-block;
		vertical-align: top;
		margin-left: 0.375em;
		font-size: 1.1428571429em;
		letter-spacing: normal;
	}
	.nav-main .nav-btn .icon-icomoon:before {
		display: block;
	}

	.nav-main ul {
		padding-top: 0.4285714286em;
		padding-bottom: 0.4285714286em;
	}
	.nav-main ul:target {
		display: block;
	}
	.nav-main ul.show {
		display: block;
	}

	.nav-main li li {
		border-bottom: 1px solid #e7e6e6;
	}
	.nav-main li li a {
		background-color: #f0f0f0;
		color: #202020;
	}
	.nav-main li li a:hover,
	.nav-main li li a:focus,
	.nav-main li li a:active {
		background-color: #f0f0f0;
		color: #787878;
	}
}

@media screen and (min-width: 60em) {
	.nav-main {
		margin: 0 -0.75em;
	}
	.nav-main .nav-btn {
		display: none;
	}
	.nav-main li {
		position: relative;
	}
	.nav-main > ul {
		display: block;
		margin-top: 0.3571428571em;
		margin-bottom: 0.3571428571em;
	}
	.nav-main > ul > li {
		display: inline-block;
		vertical-align: top;
		max-width: 139px;
		text-align: center;
	}
	.nav-main > ul > li > ul {
		text-align: left;
	}
	.no-js .nav-main > ul > li:hover > a {
		background-color: #fff;
		color: #787878;
	}
	.nav-main li ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 15em;
		padding-top: 0.3571428571em;
		border-bottom: 1px solid #e7e6e6;
	}
	.no-js .nav-main li:hover > ul,
	.js .nav-main li.sfHover > ul {
		display: block;
	}
	.nav-main li li {
		border-right: 1px solid #e7e6e6;
		border-left: 1px solid #e7e6e6;
	}
}
@media screen and (min-width: 63.75em) {
	.nav-main > ul > li {
		max-width: 150px;
	}
}
@media screen and (min-width: 72em) {
	.nav-main > ul > li {
		max-width: 129px;
	}
}

@media screen and (min-width: 60em) and (max-width: 63.9375em) {
	.nav-main {
		letter-spacing: normal;
	}
}

@media screen and (min-width: 60em) and (max-width: 67.4375em) {
	.nav-main {
		margin-right: -0.5625em;
		margin-left: -0.5625em;
	}
	.nav-main ul a {
		padding-right: 0.6428571429em;
		padding-left: 0.6428571429em;
	}
}

.usp-panels-container {
	display: none;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 60em) {
	.usp-panels-container {
		display: block;
	}

	.usp-panels .item {
		display: inline-block;
		vertical-align: top;
		position: relative;
		width: 20%;
		height: 4em;
		border-left: 1px solid #fff;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.usp-panels .item:first-child {
		border-left: 0;
	}
	.usp-panels .content {
		position: absolute;
		top: 50%;
		width: 100%;
		padding: 0 0.875em;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.usp-panels .icon,
	.usp-panels .icon-icomoon,
	.usp-panels p {
		display: inline-block;
		vertical-align: middle;
	}
	.usp-panels .icon {
		width: 29.78723404255319%;
		text-align: center;
	}
	.usp-panels .icon-icomoon:before,
	.usp-panels .pseudo-icon {
		font-size: 2em;
	}
	.usp-panels .icon-icomoon:before,
	.usp-panels .invert-icon,
	.usp-panels .invert-icon .icon-icomoon,
	.usp-panels .pseudo-icon {
		display: block;
	}
	.usp-panels .invert-icon {
		width: 1em;
		margin: 0 auto;
		padding: 0.3125em;
		background-color: #e7edd3;
		color: #689075;

		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
	.usp-panels .invert-icon .icon-icomoon:before,
	.usp-panels .invert-icon .pseudo-icon {
		font-size: 1em;
	}
	.usp-panels .pseudo-icon {
		font-weight: 500;
		line-height: 1;
	}
	.usp-panels .smaller-icon .icon-icomoon:before {
		font-size: 1.5em;
	}
	.usp-panels p {
		width: 70.21276595744681%;
		margin: 0;
		line-height: 1.1428571429;
	}
}

.site-content {
	padding-bottom: 2.5em;
}

@media screen and (max-width: 59.9375em) {
	.site-content.site-divider {
		border-top: 0;
	}
}

.slideshow-panels .item {
	width: 100%;
}
.slideshow-panels .background-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;

	-webkit-background-size: cover;
	background-size: cover;
}
.slideshow-panel-spacer {
	padding: 0 0 33.148148148148%;
}
a.slideshow-panel-spacer {
	display: block;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 49.9375em) {
	.slideshow-panels-prev-next-container {
		display: none;
	}
}

@media screen and (min-width: 50em) {
	.slideshow-panels {
		overflow: hidden;
	}
	.slideshow-panels .item {
		display: none;
	}
	.slideshow-panels .item:first-child {
		display: block;
	}

	.slideshow-panels-prev-next-container {
		display: none;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 101;
		width: 100%;
	}
	.cycle-initialised .slideshow-panels-prev-next-container {
		display: block;
	}
	.slideshow-panels .cycle-prev,
	.slideshow-panels .cycle-next {
		position: absolute;
		top: 50%;
		padding: 0.5625em;
		background-color: #689075;
		color: #f0f0f0;
		cursor: pointer;

		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;

		-webkit-transition: background-color 0.15s, color 0.15s;
		-o-transition: background-color 0.15s, color 0.15s;
		transition: background-color 0.15s, color 0.15s;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.slideshow-panels .cycle-prev:hover,
	.slideshow-panels .cycle-next:hover {
		background-color: #000;
		color: #fff;
	}
	.slideshow-panels .cycle-prev {
		left: 1.25em;
	}
	.slideshow-panels .cycle-next {
		right: 1.25em;
	}
	.slideshow-panels-prev-next-container .icon-icomoon,
	.slideshow-panels-prev-next-container .icon-icomoon:before {
		display: block;
	}
	.slideshow-panels-prev-next-container .icon-icomoon:before {
		font-size: 2.375em;
	}
}

.breadcrumb-container {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: right;
}
#bodypopup .breadcrumb-container {
	display: none;
}

.breadcrumb-container .heading,
.breadcrumb {
	display: inline-block;
	vertical-align: top;
}

.breadcrumb,
#basket_page_titles {
	padding: 0;
	text-transform: uppercase;
}
.breadcrumb {
	margin-left: 0.3333333333em;
	background-color: #fff;
	color: #202020;
	list-style: none;
}
#basket_page_titles {
	margin-top: 1.3333333333em;
	margin-bottom: 1.3333333333em;
	background-color: transparent;
	color: #787878;
	text-align: right;
}
.breadcrumb li,
#basket_page_titles .basket_step {
	display: inline-block;
	vertical-align: top;
}
.breadcrumb li:before,
#basket_page_titles .basket_step:before {
	content: '\0000a0>\0000a0';
}
.breadcrumb li:first-child:before,
#basket_page_titles .basket_step:first-child:before {
	content: '';
	display: none;
}
#basket_page_titles .current_page {
	background-color: transparent;
	color: #202020;
}
.breadcrumb a {
	background-color: #fff;
	color: #336633;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	background-color: #fff;
	color: #000;
}
.breadcrumb h1 {
	display: inline;
	margin: 0;
	font-size: 1em;
}

.content-section {
	margin-top: -1.25em;
	overflow: hidden;
}
.content-section img {
	display: block;
	width: 100%;
	margin: 1.25em auto;
}
.content-section img.block {
	margin-right: 0;
	margin-left: 0;
}

@media all and (min-width: 37.5em) {
	.content-section img.pull-left {
		float: left;
		margin-right: 1.25em;
		margin-left: 0;
	}
	.content-section img.pull-right {
		float: right;
		margin-right: 0;
		margin-left: 1.25em;
	}
}

.slider-section {
	border-bottom: 1px solid #e7e6e6;

	counter-increment: slider-section-counter;
}
.slider-section .heading {
	margin: 0;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.25;
}
.slider-section .heading a {
	display: block;
	position: relative;
	padding: 1.25em 0 1.25em 2.5em;
	background-color: #fff;
	color: #202020;
	text-decoration: none;
}
.slider-section .heading a:hover,
.slider-section .heading a:focus,
.slider-section .heading a:active {
	background-color: #fff;
	color: #787878;
}
.slider-section .heading a:before {
	content: counter(slider-section-counter);
	display: block;
	position: absolute;
	top: 1.1428571429em;
	left: 0;
	width: 1em;
	height: 1em;
	padding: 0.5em;
	background-color: #202020;
	color: #f0f0f0;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1;
	text-align: center;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.slider-section .heading .icon-prompt {
	position: absolute;
	top: 1.625em;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	border-width: 0.2857142857em 0 0.2857142857em 0.5em;
	border-style: inset none inset solid;
	border-top-color: transparent;
	border-bottom-color: transparent;

	-webkit-transition: -webkit-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	transition: transform 0.2s;
}
.slider-section .heading .active-link .icon-prompt {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.slider-content {
	display: none;
}
.slider-content:target {
	display: block;
}

.slider-content p:first-child {
	margin-top: 0;
}

.standard-form {
	max-width: 28em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.4285714286em;
	margin-bottom: 1.4285714286em;
	font-size: 0.875em;
	line-height: 1.4285714286;
}
.standard-form legend {
	margin: 0;
	padding: 0.3125em 0;
	border-bottom: 1px solid #e7e6e6;
	font-size: 1.1428571429em;
	font-weight: bold;
	line-height: 1.25;
}
.standard-form fieldset.styled,
.standard-form .control-actions {
	margin: 2.1428571429em 0;
	padding: 1em;
	box-shadow: 0 0 1em 1px rgba(0, 0, 0, 0.2);
}
.standard-form .control-actions {
	padding-top: 1em;
	padding-bottom: 1em
}
.standard-form li {
	margin: 0.7142857143em 0;
}
.standard-form li.required label:after,
#basket_default .required {
	background-color: transparent;
	color: #c00;
}
.standard-form li.required label:after {
	content: '\0000a0*';
	background-color: transparent;
	color: #c00;
}
.standard-form p.note {
	margin-bottom: 0.7142857143em;
}
.standard-form li:first-child p.note {
	margin-top: 0.7142857143em;
}
.standard-form label,
.standard-form .label {
	text-transform: uppercase;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 0.2857142857em;
	vertical-align: top;
}
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	margin: 0.2857142857em 0 0;
	border: 0;
	vertical-align: middle;
}
.standard-form input.submit,
.standard-form input.button,
.standard-form button {
	width: auto;
}

@media screen and (min-width: 61.875em) {
	.standard-form {
		max-width: 40.5em;
	}
	.standard-form label,
	.standard-form .label {
		width: 11.5em;
		margin-top: 0.2857142857em;
		vertical-align: top;
	}
	.standard-form li.required:after {
		content: '\0000a0*';
		background-color: transparent;
		color: #c00;
	}
	.standard-form li.required label:after {
		content: '';
	}
	.standard-form input,
	.standard-form textarea {
		width: 28em;
	}
	.standard-form select {
		width: auto;
		min-width: 28em;
	}
	.standard-form .no-label {
		margin-left: 11.5em;
	}
}

.product-filter {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.product-filter .heading a,
.product-filter .legend > span {
	padding: 0.857142857142857em 1em;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.product-filter .heading a {
	display: block;
	background-color: #202020;
	color: #f0f0f0;
	text-decoration: none;
}
.product-filter .filter-form {
	margin-top: 0;
	margin-bottom: 0;
}
.product-filter .legend {
	text-transform: uppercase;
}
.product-filter .legend > span {
	display: block;
}
.product-filter input[type="checkbox"] {
	display: inline-block;
	vertical-align: top;
	margin: 0.2142857143em 1em 0 0;
}
.product-filter ul {
	padding: 1em 1em 1.4285714286em;
}
.product-filter li {
	padding-top: 0.2857142857em;
	padding-bottom: 0.2857142857em;
}
.product-filter .submit {
	padding: 0.2142857143em 0.7142857143em;
}

@media screen and (min-width: 30em) {
	.product-filter .filter-form .section {
		width: 50%;
	}
}

@media screen and (min-width: 40em) {
	.product-filter .filter-form .section {
		width: 33.3333333333%;
	}
}

@media screen and (min-width: 30em) and (max-width: 53.6875em) {
	.product-filter .filter-form .section {
		display: inline-block;
		vertical-align: top;
		padding-right: 0.0714285714em;
		padding-left: 0.0714285714em;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 53.6875em) {
	.product-filter .heading {
		margin-top: 0.1428571429em;
		margin-bottom: 0.1428571429em;
	}

	.product-filter a.filter-form-toggle:hover,
	.product-filter a.filter-form-toggle:focus,
	.product-filter a.filter-form-toggle:active {
		background-color: #000;
		color: #fff;
	}

	.product-filter .filter-form {
		display: none;
	}
	.product-filter .filter-form:target {
		display: block;
	}
	.product-filter .filter-form.show {
		display: block;
	}
}

@media screen and (min-width: 53.75em) {
	.product-filter .heading {
		margin-top: 0.2857142857em;
		margin-bottom: 0.2857142857em;
	}
	.product-filter .heading a {
		cursor: default;
		pointer-events: none;
	}
	.product-filter .filter-form .section {
		width: 100%;
	}
}

@media screen and (min-width: 60em) {
	.product-filter {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
	}
}

.side-images {
	max-width: 32.5em;
	margin: 1.25em auto;
}
.side-images .item {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.side-images a {
	display: block;
	position: relative;
	text-decoration: none;
}
.side-images .icon-icomoon,
.side-images .icon-icomoon:before {
	display: block;
}
.side-images .icon-icomoon {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0.3125em;
	padding: 0.5em;
	color: #fff;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.side-images .icon-icomoon {
	background-color: rgba(0, 0, 0, 0.3);
}
.side-images .icon-icomoon:before {
	font-size: 2em;
}
.side-images a:hover .icon-icomoon,
.side-images a:focus .icon-icomoon,
.side-images a:active .icon-icomoon {
	background-color: rgba(0, 0, 0, 0.6);
}
.side-images img {
	display: block;
	width: 100%;
}

.grid-child {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
	list-style: none;
}
.grid-child .item {
	vertical-align: top;
	text-align: center;
}
.grid-child .item a {
	text-decoration: none;
}
.grid-child .container {
	width: 100%;
	max-width: ;
	margin: 1.25em 0;
	text-align: left;
	vertical-align: top;
}
.grid-child .content {
	display: block;
	margin: 0 1.25em;
	background-color: #fff;
	color: #336633;
}
.grid-child .keyline {
	-webkit-transition: border-color 0.15s;
	-o-transition: border-color 0.15s;
	transition: border-color 0.15s;
}
.grid-child a.keyline:hover,
.grid-child a.keyline:focus,
.grid-child a.keyline:active {
	/*background-color: #fff;
	color: #787878;*/
	border-color: #787878;
}
.grid-child img,
.grid-child .no-img {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.grid-child img {
	display: block;
	width: 100%;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}

.grid-child-standard .item {
	width: 100%;
}
.grid-child-standard .container {
	max-width: 16.25em;
	margin: 0.625em 0;
}
.grid-child-standard .content {
	margin: 0 0.625em;
}
.grid-child-standard .page-list-item .heading,
.grid-child-standard .product-list-item .heading {
	margin-top: 0.6428571429em;
	margin-bottom: 0.6428571429em;
	line-height: 1.2857142857;
	min-height: 3.9em;
}
.grid-child-standard .price-container {
	margin-right: -0.625em;
	margin-left: -0.625em;
	padding-right: 0.625em;
	padding-left: 0.625em;
	/* background-color: #202020; */
	color: #202020;
}
.grid-child-standard .price-container p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.125em;
	line-height: 1.1111111111;
}

@media screen and (min-width: 22.5em) {
	.grid-child-standard {
		max-width: 32.5em;
		margin-right: auto;
		margin-left: auto;
	}
	.grid-child-standard .item {
		width: 50%;
	}
}

@media screen and (min-width: 37.5em) {
	.grid-child-standard {
		max-width: 48.75em;
	}
	.grid-child-standard .item {
		width: 25%;
	}
}

@media screen and (min-width: 53.75em) {
	.grid-child-standard {
		max-width: none;
	}
	.grid-child-standard .item {
		width: 25%;
	}

	.site-content-1-4 .grid-child-standard .item {
		width: 100%;
	}
	.site-content-3-4 .grid-child-standard .item {
		width: 25%;
	}
}

@media screen and (min-width: 60em) {
	.grid-child-standard .container {
		max-width: 17.5em;
		margin: 1.25em 0;
	}
	.grid-child-standard .content {
		margin: 0 1.25em;
	}
}

.grid-child-large .item {
	width: 100%;
}
.grid-child-large .container {
	max-width: 19.375em;
	margin: 0.625em 0;
	text-align: center;
}
.grid-child-large .content {
	margin: 0 0.625em;
}
.grid-child-large .feature-panel-item .no-img {
	padding: 0 0 60%;
}
.feature-panel-item .heading {
	margin-top: 0.4166666667em;
	margin-bottom: 0.4166666667em;
	font-weight: 700;
	text-transform: uppercase;
}
.feature-panel-item a:hover .heading,
.feature-panel-item a:focus .heading,
.feature-panel-item a:active .heading {
	background-color: #fff;
	color: #336600;
}

@media screen and (min-width: 32.5em) {
	.grid-child-large .item {
		width: 50%;
	}
}

@media screen and (min-width: 53.75em) {
	.grid-child-large {
		max-width: 69.75em;
		margin-right: auto;
		margin-left: auto;
	}
	.grid-child-large .item {
		width: 33.3333333333%;
	}
}

@media screen and (min-width: 60em) {
	.grid-child-large .feature-panel-item {
		border-left: 1px solid #b3c7ba;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.grid-child-large .feature-panel-item:first-child {
		border-left: 0;
	}

	.grid-child-large .container {
		max-width: 20.625em;
		margin: 1.25em 0;
	}
	.grid-child-large .content {
		margin: 0 1.25em;
	}
}

.grid-child-small .item {
	width: 100%;
}
.grid-child-small .container {
	max-width: 11.25em;
	margin-top: 0.3125em;
	margin-bottom: 0.3125em;
}
.grid-child-small .content {
	margin-right: 0.3125em;
	margin-left: 0.3125em;
}
.grid-child-small .feature-logo-item img {
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 20em) {
	.grid-child-small .item {
		width: 50%;
	}
}

@media screen and (min-width: 30em) {
	.grid-child-small .item {
		width: 33.3333333333%;
	}
}

@media screen and (min-width: 37.5em) {
	.grid-child-small .item {
		width: 25%;
	}
}

@media screen and (min-width: 50em) {
	.grid-child-small .item {
		width: 20%;
	}
}

@media screen and (min-width: 60em) {
	.grid-child-small .item {
		width: 16.6666666667%;
	}
}

.featured-product-carousel-container,
.featured-logo-carousel-container {
	position: relative;
}
.featured-product-carousel-container .cycle-initialised .item,
.featured-product-logo-container .cycle-initialised .item {
	width: auto;
	white-space: normal;
}
.featured-product-carousel-container .cycle-nav,
.featured-logo-carousel-container .cycle-nav {
	position: absolute;
	top: 50%;
	z-index: 101;
	padding: 0.5625em;
	background-color: #202020;
	color: #f0f0f0;
	opacity: 0;
	cursor: pointer;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: opacity 0.25s, background-color 0.15s, color 0.15s;
	-o-transition: opacity 0.25s, background-color 0.15s, color 0.15s;
	transition: opacity 0.25s, background-color 0.15s, color 0.15s;

	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.featured-logo-carousel-container .cycle-nav {
	top: 62%;
}
.featured-product-carousel-container .cycle-nav:hover,
.featured-product-carousel-container .cycle-nav:focus,
.featured-product-carousel-container .cycle-nav:active,
.featured-logo-carousel-container .cycle-nav:hover,
.featured-logo-carousel-container .cycle-nav:focus,
.featured-logo-carousel-container .cycle-nav:active {
	background-color: #000;
	color: #fff;
}
.featured-product-carousel-container:hover .cycle-nav,
.featured-logo-carousel-container:hover .cycle-nav {
	opacity: 1;
}
.featured-product-carousel-container .cycle-prev,
.featured-logo-carousel-container .cycle-prev {
	left: 0;
}
.featured-product-carousel-container .cycle-next,
.featured-logo-carousel-container .cycle-next {
	right: 0;
}
.featured-product-carousel-container .icon-icomoon,
.featured-product-carousel-container .icon-icomoon:before,
.featured-logo-carousel-container .icon-icomoon,
.featured-logo-carousel-container .icon-icomoon:before {
	display: block;
}
.featured-product-carousel-container .icon-icomoon:before,
.featured-logo-carousel-container .icon-icomoon:before {
	font-size: 2.375em;
}
.featured-product-carousel-container .cycle-pager,
.featured-logo-carousel-container .cycle-pager {
	margin-top: 0.3125em;
	font-size: 1em;
	text-align: center;
}
.featured-product-carousel-container .cycle-pager-item,
.featured-logo-carousel-container .cycle-pager-item {
	display: inline-block;
	vertical-align: top;
	margin: 0.3125em;
}
.featured-product-carousel-container .bullet,
.featured-logo-carousel-container .bullet {
	width: 0.75em;
	height: 0.75em;
	background-color: #787878;
	color: #f0f0f0;
	cursor: pointer;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.featured-product-carousel-container .cycle-pager-active .bullet,
.featured-logo-carousel-container .cycle-pager-active .bullet {
	background-color: #000;
	color: #fff;
}

@media screen and (min-width: 80em) {
	.featured-product-carousel-container .cycle-nav,
	.featured-logo-carousel-container .cycle-nav {
		opacity: 1;
	}
	.featured-product-carousel-container .cycle-prev,
	.featured-logo-carousel-container .cycle-prev {
		left: -3.75em;
	}
	.featured-product-carousel-container .cycle-next,
	.featured-logo-carousel-container .cycle-next {
		right: -3.75em;
	}
}

.aside-panel img {
	margin-top: 0;
	margin-bottom: 0;
}
.aside-panel .heading {
	margin-top: 0.5833333333em;
	margin-bottom: 0.5833333333em;
}
.aside-panel p {
	font-weight: 300;
}

.aside-panel .content .contact-detail p:nth-child(2) strong {
  line-height: 2.5714285714285714285714285714286;
}
.aside-panel .content .contact-detail p:first-of-type {
  margin-top: 0.71428571428571428571428571428571em;
}
.custom-tel-colour {
	background-color: #e4e4e4;
	color: #787878;
}

.page-nav {
	margin: 0;
}
.page-nav .prev,
.page-nav .next {
	width: 33%;
}
.page-nav .page-list {
	width: 34%;
	text-align: center;
}
.page-nav .next {
	text-align: right;
}

.info-panel {
	max-width: 31.25em;
	margin: 0.625em auto;
}
.info-panel a {
	display: block;
	position: relative;
	z-index: 1;
	text-decoration: none;
}
.info-panel a:hover .keyline,
.info-panel a:focus .keyline,
.info-panel a:active .keyline {
	border-color: #787878;
}
.info-panel img {
	display: block;
	width: 100%;
	max-width: 239px;
	margin-right: auto;
	margin-left: auto;
}
.info-panel .heading {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.info-panel p,
.info-panel ul,
.info-panel ol,
.info-panel table {
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	font-size: 1em;
	line-height: 1.25;
}
.info-panel .heading + p {
	margin-top: -0.625em;
}

@media screen and (min-width: 24.375em) {
	.info-panel {
		position: relative;
	}
	.info-panel .image,
	.info-panel .text {
		display: inline-block;
		vertical-align: top;
	}
	.info-panel .pseudo-image-column {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		height: 100%;
	}

	.info-panel .image,
	.info-panel .pseudo-image-column {
		width: 47.9919678714859%;
	}
	.info-panel .text {
		width: 52.0080321285141%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 60em) {
	.info-panel {
		max-width: 32.5em;
		margin-top: 1.25em;
		margin-bottom: 1.25em;
	}
	.info-panel .image,
	.info-panel .pseudo-image-column {
		width: 46.13899614%;
	}
	.info-panel .text {
		width: 53.86100386%;
	}
	.nav-main ul ul {
		z-index: 100;
	}
}

.product-media {
	max-width: 32.5em;
	margin: 1.25em auto;
}
.product-media img {
	display: block;
	width: 100%;
}
.product-media .no-img {
	padding: 0 0 100%;
}
.product-media .embedded-video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}
.product-media .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 .item {
  position: relative;
}
.prod-image-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
}

.product-media-nav-container {
	max-width: 32.5em;
	margin-top: -1.25em;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.product-media-nav {
	margin: 0 0 0 -0.6875em;
	padding: 0;
	font-size: 1em;
}
.product-media-nav .item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333333%;
}
.product-media-nav .container {
	margin-left: 0.6875em;
}
.product-media-nav .content {
	display: block;
	position: relative;
	margin-top: 0.6875em;
	text-decoration: none;
}
.product-media-nav .keyline {
	-webkit-transition: border-color 0.15s;
	-o-transition: border-color 0.15s;
	transition: border-color 0.15s;
}
.product-media-nav a.keyline:hover,
.product-media-nav a.keyline:focus,
.product-media-nav a.keyline:active {
	border-color: #787878;
}
.product-media-nav img {
	display: block;
	width: 100%;
}
.product-media-nav .no-img {
	padding: 0 0 100%;
}
.product-media-nav .icon-video-camera2,
.product-media-nav .icon-video-camera2:before {
	display: block;
}
.product-media-nav .icon-video-camera2 {
	position: absolute;
	bottom: 0.25em;
	right: 0.5em;
}
.product-media-nav .icon-video-camera2:before {
	font-size: 1.25em;
}

.product-detail-panel {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.product-detail-panel .price-info {
	font-weight: 500;
}
.product-detail-panel .price-info .price {
	font-size: 1.7142857142857em;
	line-height: 1.25;
}

.list-icon-summary li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}
.list-icon-summary li:first-child {
	margin-left: 0;
}
.list-icon-summary .icon-icomoon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
.list-icon-summary .icon-icomoon:before {
	font-size: 1.4285714286em;
}
.list-icon-summary .icon-lamp5:first-child {
	margin-right: -0.2142857143em;
}
.list-icon-summary .icon-lamp5:before {
	font-size: 2em;
}

.product-detail-form .form-quantity-control,
.product-detail-form .form-submit-controls,
.product-detail-form .label,
.product-detail-form .submit-link,
.product-detail-form input,
.product-detail-form select {
	display: inline-block;
	vertical-align: middle;
}
.product-detail-form .form-quantity-control {
	margin-right: 0.8571428571em;
}
.product-detail-form .label {
	margin-right: 0.6428571429em;
}
.product-detail-form .submit-link {
	margin-right: 0.4285714286em;
	margin-left: 0.4285714286em;
}
.product-detail-form input,
.product-detail-form select {
	margin-top: 0.6428571429em;
	margin-bottom: 0.6428571429em;
	padding: 0.57142857em;
	background-color: #fff;
	color: #202020;
	border: 1px solid #d4d4d4;
}
.product-detail-form input[type="number"] {
	width: 4em;
}
.product-detail-form .submit {
	background-color: #202020;
	color: #f0f0f0;
	border-color: #202020;
	text-transform: uppercase;
}
.product-detail-form .submit:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.tabbed-content-nav {
	position: relative;
	z-index: 2;
	margin-bottom: -1.2857142857em;
	letter-spacing: 0.05em;
}
.tabbed-content-nav li {
	display: inline-block;
	vertical-align: top;
	margin-right: 1px;
}
.tabbed-content-nav a {
	display: block;
	padding: 0.7857142857em 1em;
	background-color: #cacaca;
	color: #202020;
	text-decoration: none;
}
.tabbed-content-nav a:hover,
.tabbed-content-nav a:focus,
.tabbed-content-nav a:active {
	background-color: #bdbdbd;
	color: #000;
}
.tabbed-content-nav a.selected {
	background-color: #fff;
	color: #202020;
	cursor: default;
	pointer-events: none;
}

.tabbed-panels .text-panel {
	margin-top: 1.125em;
	margin-bottom: 1.125em;
}
.tabbed-panels .text-panel img {
  margin: 1em 0;
  max-width: 452px;
  width: 100%;
}
.tabbed-panels .padding {
	padding-right: 0.875em;
	padding-left: 0.875em;
}
.tabbed-panels .heading {
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.05em;
}

.product-section {
	padding-top: 1.25em;
}
.product-section .grid-child-standard {
	margin-top: -1.25em;
}

.icon-sprite {
	background-image: url('/images/bg-sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}
.icon-file,
.icon-pdf,
.icon-doc,
.icon-docx,
.icon-xls,
.icon-xlsx,
.icon-zip {
	width: 40px;
	height: 40px;
}
.icon-file,
.list-download .icon-sprite {
	background-position: 5px -5px;
}

.list-download {
	list-style: none;
	font-weight: 700;
	padding: 0;
}
.list-download a {
	background-color: transparent;
	color: #202020;
	text-decoration: none;
}
.list-download a:hover,
.list-download a:focus,
.list-download a:active {
	background-color: transparent;
	color: #fff;
}
.list-download .icon-sprite {
	vertical-align: middle;
	margin-right: 0.7142857em;
}

.icon-pdf,
.icon-PDF {
	background-position: -50px -5px !important;
}
.icon-doc,
.icon-docx {
	background-position: -99px -5px !important;
}
.icon-xls,
.icon-xlsx {
	background-position: -149px -5px !important;
}

.social-media-links {
	margin: 1.8em 0;
}
@media screen and (min-width:48em) {
	.social-media-links {
		text-align: right;
	}
}
.social-media-links .item-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-media-links .item-list .item {
	margin: 5px;
	display: inline-block;
}
.social-media-links .item-list a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
}
.social-media-links .item-list .icon-sprite,
.icon-basket {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.icon-sprite {
	background-image: url('/images/bg-sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}
.icon-twitter {
	width: 40px;
	height: 40px;
	background-position: -244px -5px;
}
.icon-facebook {
	width: 40px;
	height: 40px;
	background-position: -198px -5px;
}

.social-media-links .heading, .item-list {
	 vertical-align: middle;
}

.download-prod {
	line-height: 1.2142857;
	font-weight: 400;
}
.download-prod .item {
	margin: 1em 0;
}
.download-prod a {
	text-decoration: none;
}
.download-prod .icon-sprite {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.357142857em;
}

#basket_default {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
#basket_default table {
	width: 100%;
	border-collapse: collapse;
}
#basket_default th,
#basket_default td {
	padding: 0.2857142857em;
	text-align: left;
}
#basket_default th {
	text-transform: uppercase;
}
#basket_default_header th {
	border-bottom: 1px solid #e7e6e6;
}
#basket_default tr.odd {
	background-color: #f0f0f0;
	color: #202020;
}
#basket_default tr.even {
	background-color: #e4e4e4;
	color: #202020;
}
#basket_default tr.odd a,
#basket_default tr.even a {
	background-color: transparent;
	color: #202020;
}
#basket_default tr.odd a:hover,
#basket_default tr.odd a:focus,
#basket_default tr.odd a:active,
#basket_default tr.even a:hover,
#basket_default tr.even a:focus,
#basket_default tr.even a:active {
	background-color: transparent;
	color: #787878;
}
#basket_default input,
#basket_default select {
	padding: 0.2857142857em;
}
#basket_default .totals input {
	width: 90%;
	max-width: 15em;
}
#basket_default input.button,
#basket_default input.submit {
	text-transform: uppercase;
}
#basket_default .totals input.button {
	width: auto;
	text-transform: uppercase;
}
#basket_default .totals select {
	max-width: 15em;
}
#basket_default .buttons {
	font-size: 0.875em;
	line-height: 1.4285714286;
}
#basket_default .buttons input[type="button"] {
	float: left;
}
#basket_default .buttons input[type="submit"] {
	float: right;
}

.nav-footer {
	text-transform: uppercase;
}
.nav-footer ul {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	font-weight: 500;
}
.nav-footer li,
.nav-footer li:before,
.nav-footer a {
	display: inline-block;
	vertical-align: top;
}
.nav-footer li:before {
	content: '|';
}
.nav-footer li:first-child:before {
	display: none;
	content: '';
}
.nav-footer a {
	margin-right: 0.75em;
	margin-left: 0.75em;
	text-decoration: none;
}
.nav-footer li:first-child a {
	margin-left: 0;
}

.sage-pay-badge {
	display: block;
	width: 100%;
	max-width: 278px;
	margin: 1.25em auto;
}

.site-company-information {
	text-align: center;
}

.site-credits,
.company {
	font-weight: 500;
}
.site-credits a,
.company a {
	text-decoration: none;
}

.dedication {
	margin: 2.5em 0 5em 0;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; /* http://cssfontstack.com */
}

@media screen and (max-width: 37.4375em) {
	.site-footer {
		text-align: center;
	}
}

@media screen and (min-width: 37.5em) {
	.site-footer-primary,
	.site-footer-secondary {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.sage-pay-badge {
		margin-left: 0;
	}

	.site-credits {
		text-align: right;
	}
}

.option-table {
	width: 100%;
	text-align: left;
}

.side-video {
	margin-top: 1.25em;
}

/*
#basket_default #basket_default_header th:nth-child(6),
#basket_default tr.odd td:nth-child(6),
#basket_default tr.even td:nth-child(6),
#basket_default tr.totals.subtotal td:nth-child(3),
#basket_default tr.totals.ordertotal td:nth-child(3) {
	display: none;
}
*/