@-webkit-keyframes processing {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes processing {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@font-face {
	font-family: 'icomoon';
	src:  url('/fonts/icomoon.eot?ukfp2s');
	src:  url('/fonts/icomoon.eot?ukfp2s#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.ttf?ukfp2s') format('truetype'),
		url('/fonts/icomoon.woff?ukfp2s') format('woff'),
		url('/fonts/icomoon.svg?ukfp2s#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}
body {
	margin: 0;
	padding: 0;
	font-family: Merriweather, 'Lucida Bright', Georgia, serif /* http://cssfontstack.com */;
	font-weight: 400;

	-webkit-text-size-adjust: 100%;
}

a,
.pseudo-link {
	color: #740707;
}
a:hover,
a:focus,
a:active,
.pseudo-link:hover,
.pseudo-link:focus,
.pseudo-link:active,
a:hover .pseudo-link,
a:focus .pseudo-link,
a:active .pseudo-link {
	color: #555;
}

.pseudo-link {
	cursor: pointer;
	text-decoration: underline;
}

.alternative-link-style a {
	color: #000;
}
.alternative-link-style a:hover,
.alternative-link-style a:focus,
.alternative-link-style a:active {
	color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: Oswald, 'Arial Narrow', Helvetica, sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h5,
.h5 {
	font-weight: 700;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

h1,
.h1 {
	margin: 0.46296296em 0;
	font-size: 3.375em;
	line-height: 1.074074074;
}

@media all and (min-width: 30em) {
	h1,
	.h1 {
		margin: 0.6em 0;
		font-size: 4.6875em;
		line-height: 1.066666666667;      
	}
}

h2,
.h2,
h3,
.h3 {
	margin: 0.520833333333em 0;
	font-size: 3em;
	line-height: 1.083333333333;
}

@media all and (min-width: 30em) {
	h2,
	.h2 {
		margin: 0.416666666667em 0;
		font-size: 3.75em;
		line-height: 1.066666666667;
	}
}

h4,
.h4 {
	margin: 0.5em 0;
	font-size: 2.5em;
	line-height: 1.1;
}
h5,
.h5 {
	margin: 0.5555555556em 0;
	font-size: 2.25em;
	line-height: 1.0555555556;
}
h6,
.h6 {
	margin: 0.6666666667em 0;
	font-size: 1.875em;
	line-height: 1.0666666667;
}
.font-size-up-1,
.font-size-up-1-module p,
.font-size-up-1-module ul,
.font-size-up-1-module ol,
.font-size-up-1-module table {
	margin: 0.75em 0;
	font-size: 1.25em;
	line-height: 1.1;
}
p,
ul,
ol,
table,
pre,
hr,
.page-nav,
.font-size-default,
.font-size-default-module p,
.font-size-default-module ul,
.font-size-default-module ol,
.font-size-default-module table {
	margin: 0.833333333333em 0;
	font-size: 1.125em;
	line-height: 1.666666666667;
}

.font-size-down-1,
.font-size-down-1-module p,
.font-size-down-1-module ul,
.font-size-down-1-module ol,
.font-size-down-1-module table {
	margin: 1em 0;
	font-size: 0.9375em;
	line-height: 2;
}

.font-size-down-2,
.font-size-down-2-module p,
.font-size-down-2-module ul,
.font-size-down-2-module ol,
.font-size-down-2-module table {
	margin: 1.071428571429em 0;
	font-size: 0.875em;
	line-height: 1.714285714286;
}

th,
td {
	padding: 0.277777777778em;
}
b,
strong,
th {
	font-weight: 700;
}

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: #d1d1d1;
	color: #000;
	border: 1px solid #d1d1d1;
	font-family: Coda, 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;
}
.font-size-up-1 .pseudo-button {
	padding: 0.6em 1.5em;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #9cf;

}
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-border-radius: 0;
	-webkit-appearance: none;
}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}

button,
.button,
.submit,
.pseudo-button {
	cursor: pointer;
	text-transform: uppercase;
}
.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:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
a:hover .pseudo-button-default,
a:focus .pseudo-button-default,
a:active .pseudo-button-default,
.pseudo-button-default:hover,
.pseudo-button-default:focus,
.pseudo-button-default:active {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.submit,
html > body .pseudo-submit {
	background-color: #740707;
	color: #fff;
	border-color: #740707;
}
.submit:hover,
.submit:focus,
.submit:active,
html > body a:hover .pseudo-submit,
html > body a:focus .pseudo-submit,
html > body a:active .pseudo-submit,
html > body .pseudo-submit:hover,
html > body .pseudo-submit:focus,
html > body .pseudo-submit:active {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.button-cw-5,
html > body .pseudo-button-cw-5 {
	background-color: #000;
	color: #fff;
	border-color: #000;
}
.button-cw-5:hover,
.button-cw-5:focus,
.button-cw-5:active,
html > body a:hover .pseudo-button-cw-5,
html > body a:focus .pseudo-button-cw-5,
html > body a:active .pseudo-button-cw-5,
html > body .pseudo-button-cw-5:hover,
html > body .pseudo-button-cw-5:focus,
html > body .pseudo-button-cw-5:active {
	background-color: #740707;
	color: #fff;
	border-color: #740707;
}

/* ----------- IOS only ----------- */
/* prevent zoom on select:focus behaviour */
/*
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
	select {
		font-size: 1rem;
	}
}
*/

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;
}
pre {
	padding: 1em;
	overflow: auto;
}
hr {
	height: 1px;
	background-color: #ccc;
	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;
}
.no-js .remove-if-no-js {
	display: none;
}
.overflow-auto {
	overflow: auto;
}
.hide-text {
	display: block;
	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;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: 50% 50%;

	-webkit-background-size: cover;
	background-size: cover;
}
.nowrap {
	white-space: nowrap;
}

.font-montserrat {
	font-family: Montserrat, sans-serif;
}
.font-coda {
	font-family: Coda, sans-serif;
}
.font-lato {
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.font-merriweather {
	font-family: Merriweather, 'Lucida Bright', Georgia, serif /* http://cssfontstack.com */;
}
.font-oswald {
	font-family: Oswald, 'Arial Narrow', Helvetica, 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;
	}
}
*/

.ajax-submit-button {
	position: relative;
	/*min-width: em;*/
}
.ajax-submit-button:disabled,
.ajax-submit-button[disabled] {
	pointer-events: none;
	cursor: default;
}
.ajax-submit-button .stage {
	display: block;
	position: relative;
}
.ajax-submit-button .button-text {
	display: block;
}
.ajax-submit-button .processing-animation {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 1em;
	text-align: center;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ajax-submit-button .processing-animation:before {
	display: block;

	-webkit-animation: processing 1s linear infinite;
	animation: processing 1s linear infinite;
}
.ajax-submit-button.processing .button-text,
.ajax-submit-button.ajax-success .button-text,
.ajax-submit-button.ajax-fail .button-text {
	visibility: hidden;
}
.ajax-submit-button.processing .processing-animation {
	display: block;
}
.ajax-submit-button .ajax-message {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.ajax-submit-button .ajax-message .icon-icomoon {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.166666666667em;
	font-size: 1em;
}
.ajax-submit-button .ajax-message .icon-icomoon:before {
	display: block;
}
.ajax-submit-button.ajax-success .success-message {
	display: block;
}
.ajax-submit-button.ajax-fail {
	background-color: #c00;
	border-color: #c00;

	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
}
.ajax-submit-button.ajax-fail .fail-message {
	display: block;
}

.msg {
	padding: 1em;
	text-align: center;
}
.success {
	background-color: #eaf5ea;
	color: #393;

	box-shadow: 0 0 0.5em #393;
}
.error {
	background-color: #fae5e5;
	color: #c00;

	box-shadow: 0 0 0.5em #c00;
}
.info {
	background-color: #ccf;
	color: #006;

	box-shadow: 0 0 0.5em #006;
}

.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%;
}

.embedded-video {
	padding: 0 0 56.25%;
}
.embedded-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.callout-arrow-up {
	width: 0;
	height: 0;
	border-style: none inset solid;
	border-color: transparent;
}

.list-social-media {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
}
.list-social-media li {
	display: inline-block;
	vertical-align: top;
}
.list-social-media a,
.list-social-media .icon-icomoon,
.list-social-media .icon-icomoon:before {
	display: block;
}
.list-social-media a {
	text-decoration: none;
}

.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-instagram:before {
	content: "\e902";
}
.icon-trolley:before {
	content: "\e903";
}
.icon-member:before {
	content: "\e904";
}
.icon-map-marker:before {
	content: "\e905";
}
.icon-arrow-down:before {
	content: "\e906";
}
.icon-arrow-right:before {
	content: "\e907";
}
.icon-arrow-left:before {
	content: "\e908";
}
.icon-envelope:before {
	content: "\e909";
}
.icon-telephone:before {
	content: "\e90a";
}
.icon-arrow-left-2:before {
	content: "\e90b";
}
.icon-arrow-right-2:before {
	content: "\e90c";
}
.icon-twitter:before {
	content: "\e90d";
}
.icon-linkedin:before {
	content: "\e90e";
}
.icon-facebook:before {
	content: "\e90f";
}
.icon-menu:before {
	content: "\e910";
}
.icon-spinner:before {
	content: "\e901";
}
.icon-pencil:before {
	content: "\e900";
}
.live-data-icon-remove:before,
.icon-bin:before {
	content: "\ebfd";
}
.live-data-icon-wishlist:before,
.icon-heart:before {
	content: "\ece9";
}
.live-data-icon-warning:before,
.icon-warning:before {
	content: "\ed4f";
}
.live-data-icon-question:before,
.icon-question:before {
	content: "\ed55";
}
.live-data-icon-info:before,
.icon-info:before {
	content: "\ed63";
}
.live-data-icon-cross:before,
.icon-cross:before {
	content: "\ed6d";
}
.live-data-icon-tick:before,
.icon-tick:before {
	content: "\ed71";
}
.icon-search:before {
	content: "\e911";
}

.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: 87.5em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.wrapper-wide {
	max-width: 117.5em;
}
/* staff carousel */
.wrapper-wide-2 {
	max-width: 105.625em;
}
.wrapper.no-padding {
	padding: 0;
}

.grid-adjust-default {
	margin-right: -0.625em;
	margin-left: -0.625em;
}
.grid-adjust-fixed-full {
	margin-right: -1.25em;
	margin-left: -1.25em;
}
.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: 60em) {
	.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;
	}
}

/* ------ Colourways ------ */

/* COLOURWAYS */

.cw-1,
.cw-1-base {
	background-color: #740707;
	color: #fff;
}
.cw-1-overlay,
.cw-1-overlay-base {
	background-color: rgba(116, 7, 7, 0.88);
}
.cw-1-overlay,
.cw-1-overlay-base {
	color: #fff;
}

.cw-2,
.cw-2-base {
	background-color: #320303;
	color: #fff;
}

.cw-3,
.cw-3-base {
	background-color: #e1e1e1;
	color: #000;
}

.cw-4,
.cw-4-base {
	background-color: #242424;
	color: #fff;
}

.cw-5,
.cw-5-base {
	background-color: #000;
	color: #fff;
}
.cw-5-overlay,
.cw-5-overlay-base {
	background-color: rgba(0, 0, 0, 0.88);
}
.cw-5-overlay-2,
.cw-5-overlay-2-base {
	background-color: rgba(0, 0, 0, 0.57);
}
.cw-5-overlay-3,
.cw-5-overlay-3-base {
	background-color: rgba(0, 0, 0, 0.4);
}
.cw-5-overlay,
.cw-5-overlay-base,
.cw-5-overlay-2,
.cw-5-overlay-2-base,
.cw-5-overlay-3,
.cw-5-overlay-3-base {
	color: #fff;
}
.cw-5 a,
.cw-5-overlay a,
.cw-5-overlay-2 a,
.cw-5-overlay-3 a {
	color: #c08f8f;
}
.cw-5 a:hover,
.cw-5 a:focus,
.cw-5 a:active,
.cw-5-overlay a:hover,
.cw-5-overlay a:focus,
.cw-5-overlay a:active,
.cw-5-overlay-2 a:hover,
.cw-5-overlay-2 a:focus,
.cw-5-overlay-2 a:active,
.cw-5-overlay-3 a:hover,
.cw-5-overlay-3 a:focus,
.cw-5-overlay-3 a:active {
	color: #555;
}

.cw-6,
.cw-6-base,
.cw-default,
.cw-default-base {
	background-color: #fff;
	color: #000;
}
.cw-6 a,
.cw-default a {
	color: #740707;
}
.cw-6 a:hover,
.cw-6 a:focus,
.cw-6 a:active,
.cw-default a:hover,
.cw-default a:focus,
.cw-default a:active {
	color: #555;
}

.cw-1-foreground {
	color: #740707;
}

.cw-2-foreground {
	color: #320303;
}

.cw-3-foreground {
	color: #e1e1e1;
}

.cw-4-foreground {
	color: #242424;
}

.cw-5-foreground,
.cw-default-foreground {
	color: #000;
}

/* ------ Modules ------ */
.site-header {
	position: relative;
	z-index: 3;
	background-color: #242424;
}
.site-header a {
	color: #fff;
}
.site-header a:hover,
.site-header a:focus,
.site-header a:active,
.site-header a.active {
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.7), 0 0 9px rgba(255, 255, 255, 0.6);

	-webkit-transition: text-shadow 0.15s;
	-o-transition: text-shadow 0.15s;
	transition: text-shadow 0.15s;
}

.logo > a,
.logo-trentans > a {
	display: block;
	margin: 10px auto;
	text-decoration: none;
}
.logo img,
.logo-trentans img {
	display: block;
	width: 100%;
}

.logo > a {
	max-width: 154px;
}

.logo-trentans {
	display: none;
}
.logo-trentans > a {
	max-width: 304px;
}

.nav-main {
	text-transform: uppercase;
}
.nav-main a {
	display: block;
	text-decoration: none;
}
.nav-main ul {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.nav-main > ul {
	font-size: 1em;
	line-height: 1.25;
}
.nav-main ul a {
	padding: 0.3125em;
}

.site-header-focus-links {
	margin: 0;
	font-size: 1em;
}
.site-header-focus-links li {
	display: inline-block;
	vertical-align: top;
	margin: 0.3125em;
}
.site-header-focus-links a,
.site-header-focus-links .icon-icomoon,
.site-header-focus-links .icon-icomoon:before {
	display: block;
}
.site-header-focus-links a {
	padding: 0.3125em;
	text-decoration: none;
}
.site-header-focus-links > li > a > .icon-icomoon {
	font-size: 1.375em;
}

.basket-summary-product-count {
	display: block;
	position: absolute;
	margin: 0;
	font-weight: 700;
	text-align: center;
	top: -0.75em;
	right: 3.125em;
	min-width: 1.2857142857em;
	padding: 0.2142857em;

	border-radius: 0.857142857em;
}

@media all and (min-width: 40em) and (max-width: 52.5em) {
	.basket-summary-product-count {
		top: 0.75em;
		right: 4.375em;
	}
}

.search-form-focus-link-module a {
	position: relative;
}
.search-form-focus-link-module .callout-arrow-up {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 0.375em;
	border-width: 0 0.875em 0.875em;
	border-bottom-color: rgba(0, 0, 0, 0.88);

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.search-form-focus-link-module a:active .callout-arrow-up,
.search-form-focus-link-module:focus-within .callout-arrow-up {
	display: block;
}
.search-form-focus-link-module .active .callout-arrow-up {
	display: block;
}

.search-form {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	margin: 0.9375em 0;
	padding: 0.625em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-form:target {
	display: block;
}
.search-form.show {
	display: block;
}
.search-form .relative {
	padding-right: 2.125em;
}
.search-form input,
.search-form .submit {
	display: block;
	height: 2.125em;
	font-size: 1.125em;
	line-height: 1.333333333333;
	padding: 0.277777777778em;
	border: 0;
}
.search-form input {
	width: 100%;
}
.search-form .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.125em;
}

.suggestive-search-results {
	position: absolute;
	display: none;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.suggestive-search-results.show {
	display: block;
}
.nav-main > ul > li:last-of-type a {
	color: #fff000;
}

@media all and (max-width: 22.4375em) {
	.adj-to-logo {
		position: relative;
		margin-top: 0.625em;
		margin-bottom: 0.625em;
		text-align: center;
	}
}

@media all and (min-width: 22.5em) {
	.logo a {
		margin-right: 0;
		margin-left: 0;
	}

	.nav-main {
		position: relative;
	}

	.search-form-focus-link-module {
		position: relative;
	}
	.search-form-focus-link-module .callout-arrow-up {
		margin-top: 0.0625em;
	}
	.search-form {
		right: -0.9375em;
		width: 21.25em;
	}
}

@media all and (min-width: 22.5em) and (max-width: 39.9375em) {
	.logo,
	.adj-to-logo {
		display: inline-block;
		vertical-align: bottom;
		width: 50%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.adj-to-logo {
		margin-top: 0.625em;
		margin-bottom: 0.625em;
		text-align: right;
	}
}

@media all and (min-width: 22.5em) and (max-width: 39.9375em), all and (min-width: 52.5em) {
	.site-header-focus-links {
		position: absolute;
		top: 1.25em;
		right: 20px;
	}
}

@media all and (min-width: 40em) {
	.site-header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	}
	.logo,
	.logo-trentans {
		position: absolute;
		top: 0;
	}
	.logo {
		left: 20px;
		width: 154px;
	}
	.logo-trentans {
		display: block;
		left: 194px;
		width: 304px;
	}
	.adj-to-logo {
		margin-left: 174px;
		padding: 1.5625em 0;
		text-align: right;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #e1e1e1;
		border-image: linear-gradient(to right, rgba(225,225,225,0), rgba(225,225,225,0.4),  rgba(225,225,225,0)) 1;
	}
}

@media all and (max-width: 22.4375em), all and (min-width: 40em) and (max-width: 52.4375em) {
	.nav-main,
	.site-header-focus-links {
		display: inline-block;
		vertical-align: middle;
	}
	.nav-main {
		margin-right: 0.625em;
	}
	.site-header-focus-links {
		margin-left: 0.3125em;
	}
}

@media all and (min-width: 22.5em) and (max-width: 52.4375em) {
	.nav-main .nav-btn a {
		position: relative;
	}
}

@media all and (max-width: 52.4375em) {
	.nav-main .nav-btn {
		margin-top: 0;
		margin-bottom: 0;
	}
	.nav-main .nav-btn a {
		display: inline-block;
		vertical-align: top;
		padding: 0.25em 0.5em;
	}
	.nav-main .nav-btn a:hover,
	.nav-main .nav-btn a:focus,
	.nav-main .nav-btn a:active,
	.nav-main .nav-btn.active a {
		background-color: #000;

		-webkit-transition: background-color 0.2s;
		-o-transition: background-color 0.2s;
		transition: background-color 0.2s;
	}
	.nav-main .nav-btn .icon-icomoon {
		margin-left: 0.25em;
	}
	.nav-main .nav-btn .callout-arrow-up {
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		border-width: 0 1em 1em;
		border-bottom-color: rgba(0, 0, 0, 0.88);

		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.nav-main .nav-btn.active .callout-arrow-up {
		display: block;
	}

	.nav-main > ul {
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		padding-top: 1.25em;
	}
	.nav-main > ul > li {
		background-color: rgba(0, 0, 0, 0.88);
	}
	.nav-main ul:target {
		display: block;
	}
	.nav-main ul.show {
		display: block;
	}
	.nav-main ul a {
		padding-right: 0.625em;
		padding-left: 0.625em;
	}

	.nav-main ul ul {
		padding-bottom: 0.5em;
		text-transform: none;
	}
}

@media all and (min-width: 40em) and (max-width: 52.4375em) {
	.nav-main > ul {
		width: 13.125em;
	}
}

@media all and (min-width: 52.5em) {
	.adj-to-logo {
		margin-right: 62px;
	}
	.nav-main {
		text-align: center;
	}

	.nav-main .nav-btn {
		display: none;
	}

	.nav-main > ul {
		display: block;
		margin-right: -0.3125em;
		margin-left: -0.3125em;
	}
	.nav-main > ul > li {
		display: inline-block;
		vertical-align: top;
		margin-right: 0.3125em;
		margin-left: 0.3125em;
	}

	.nav-main li {
		position: relative;
		z-index: 1;
	}

	.no-js .nav-main li:hover,
	.nav-main li.sfHover {
		z-index: 2;
	}

	.nav-main ul ul {
		position: absolute;
		top: 100%;
		left: 50%;
		width: 12.5em;
		padding-top: 1.25em;

		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.nav-main ul ul li {
		background-color: rgba(0, 0, 0, 0.88);
	}
	.nav-main ul ul li:first-child {
		padding-top: 0.3125em;
	}
	.nav-main ul ul li:last-child {
		padding-bottom: 0.3125em;
	}
	.nav-main ul ul a {
		padding-right: 0.625em;
		padding-left: 0.625em;
	}

	.no-js .nav-main > ul > li:hover > a.sf-with-ul,
	.nav-main > ul > li.sfHover > a.sf-with-ul {
		position: relative;
	}
	.no-js .nav-main > ul > li:hover > a.sf-with-ul:after,
	.nav-main > ul > li.sfHover > a.sf-with-ul:after {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 0;
		margin-top: 0.25em;
		border-width: 0 1em 1em;
		border-style: none inset solid;
		border-color: transparent;
		border-bottom-color: rgba(0, 0, 0, 0.88);

		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);      
	}

	.no-js .nav-main li:hover > ul,
	.nav-main li.sfHover > ul {
		display: block;
	}
}

@media all and (min-width: 87.5em) {
	.adj-to-logo {
		margin-right: 174px;
	}
	.nav-main > ul {
		margin-right: -0.9375em;
		margin-left: -0.9375em;
	}
	.nav-main > ul > li {
		margin-right: 0.9375em;
		margin-left: 0.9375em;
	}
}

.site-content {
	position: relative;
	z-index: 1;
}
.site-content-1-1,
.site-content-1-2,
.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: 50em) {
	.site-content-1-2 {
		width: 50%;
	}
	.site-content-1-2.vertical-align-middle {
		vertical-align: middle;
	}

	.push-site-content-1-2,
	.pull-site-content-1-2 {
		position: relative;
	}
	.push-site-content-1-2 {
		left: 50%;
	}
	.pull-site-content-1-2 {
		left: -50%;
	}
}

@media all and (min-width: 60em) {
	.site-content-1-3 {
		width: 33.3333333333%;
	}
	.site-content-2-3 {
		width: 66.6666666667%;
	}
}

.top-media-module {
	position: relative;
}
.top-media-module .angle-overlay {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 0;
	padding: 0 0 9.5%;
	z-index: 2;
}
.top-media-module .angle-overlay-bottom-left {
	left: 0;
	background: -webkit-linear-gradient(top right, transparent 49.8%, #fff 50.1%);
	background: -o-linear-gradient(top right, transparent 49.8%, #fff 50.1%);
	background: linear-gradient(to bottom left, transparent 49.8%, #fff 50.1%);
}
.top-media-module .angle-overlay-bottom-right {
	right: 0;
	background: -webkit-linear-gradient(top left, transparent 49.8%, #fff 50.1%);
	background: -o-linear-gradient(top left, transparent 49.8%, #fff 50.1%);
	background: linear-gradient(to bottom right, transparent 49.8%, #fff 50.1%);
}

.top-image-placeholder-1 {
	padding: 0 0 25.7142857%;
}
.top-image-placeholder-2 {
	padding: 0 0 61.57142857%;
}
.top-image-placeholder-3 {
	padding: 0 0 82.42857142857%;
}

.video-banner {
	position: relative;
	height: 0;
	padding: 0 0 42.5%;
}
.video-banner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-banner-content iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slideshow-panel-module {
	position: relative;
	z-index: 1;
}
.slideshow-panel-module .item {
	display: none;
	position: relative;
}
.slideshow-panel-module .item:first-child {
	display: block;
}

.slideshow-panel-module-arrows {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 41.214285714285% 0 0;
}
.slideshow-panel-module .slick-arrow {
	position: absolute;
	top: 100%;
	padding: 0.5em;
	background-color: #740707;
	border: 0;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slideshow-panel-module .slick-arrow {
	background-color: rgba(116, 7, 7, 0.88);
}
.slideshow-panel-module .slick-arrow:hover,
.slideshow-panel-module .slick-arrow:focus,
.slideshow-panel-module .slick-arrow:active {
	background-color: #000;
}
.slideshow-panel-module .slick-arrow .icon-icomoon,
.slideshow-panel-module .slick-arrow .icon-icomoon:before {
	display: block;
}
.slideshow-panel-module .slick-arrow .icon-icomoon {
	font-size: 1.25em;
}
.slideshow-panel-module .slick-prev {
	left: 0;
}
.slideshow-panel-module .slick-next {
	right: 0;
}

.top-media-overlay-module {
	position: relative;
	z-index: 2;
}
.top-media-overlay-module .overlay-content {
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.top-media-overlay-module .heading {
	margin: 0.4em 0;
}
.top-media-overlay-module .caption {
	margin: 1.666666666667em 0;
}
.top-media-overlay-module .button-module {
	margin-top: 1.5625em;
	margin-bottom: 0;
}

.top-media-overlay-module-angle-overlay {
	padding: 0 0 9%;

	background: -webkit-linear-gradient(top left, rgba(0, 0, 0, 0.88) 49.8%, transparent 50.1%);
	background: -o-linear-gradient(top left, rgba(0, 0, 0, 0.88) 49.8%, transparent 50.1%);
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.88) 49.8%, transparent 50.1%);
}

@media all and (max-width: 63.9375em) {
	.top-media-overlay-module {
		background-color: #000;
		color: #fff;
	}
	.top-media-overlay-module-angle-overlay {
		background: transparent;
	}
}

@media all and (min-width: 64em) {
	.top-media-overlay-module {
		position: absolute;
		top: 53%;
		right: 0;
		z-index: 2;
		width: 50%;

		-webkit-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
		-o-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	.top-media-overlay-module .overlay-content {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}

	.slideshow-panel-module-arrows {
		position: static;
		padding: 0;
	}
	.slideshow-panel-module .slick-arrow {
		top: 48%;
		z-index: 3;
	}
}

@media all and (max-width: 77.4375em) {
	.top-media-overlay-module .heading {
		margin: 0.520833333333em 0;
		font-size: 3em;
		line-height: 1.083333333333;
	}
	.top-media-overlay-module .button-module p {
		margin-top: 1.5625em;
		margin-bottom: 1.5625em;
		font-size: 1em;
		line-height: 1.125;
	}
}

@media all and (min-width: 77.5em) and (max-width: 92.4375em) {
	.top-media-overlay-module .heading {
		margin-top: 0.4166666667em;
		margin-bottom: 0.4166666667em;
		font-size: 3.75em;
		line-height: 1.0666666667;
	}
}

@media all and (min-width: 77.5em) {
	.top-media-overlay-module {
		top: 50%;
	}
}

@media all and (min-width: 92.5em) {
	.top-media-overlay-module .overlay-content {
		padding-top: 1.875em;
	}
	.top-media-overlay-module .button-module {
		margin-top: 2.5em;
	}
}

@media all and (min-width: 102.5em) {
	.slideshow-panel-module .slick-arrow {
		padding: 0.625em;
	}
	.slideshow-panel-module .slick-arrow .icon-icomoon {
		font-size: 2.5em;
	}

	.top-media-overlay-module .overlay-content {
		padding-right: 5em;
		padding-left: 5em;
	}
}

.breadcrumb {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}
.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;
}

.content-module {
	margin-top: 0.9375em;
	margin-bottom: 0.9375em;
}

.content-module-2 {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.content-module-3 {
	margin-top: 1.5625em;
	margin-bottom: 1.5625em;
}

.content-module-4 {
	margin-top: 2.8125em;
	margin-bottom: 2.8125em;
}

.site-content-heading-module .site-content-heading,
.site-content-sub-heading-module .site-content-sub-heading {
	margin-top: 0;
	margin-bottom: 0;
}
.site-content-heading-module .underline,
.site-content-sub-heading-module .underline {
	display: block;
	max-width: 9.875em;
	margin-top: 0.9375em;
}
.site-content-heading-module .underline {
	height: 0.75em;
}
.site-content-sub-heading-module .underline {
	height: 0.375em;
}

.text-centre .site-content-heading-module .underline {
	margin-right: auto;
	margin-left: auto;
}

.main-image-module {
	position: relative;
	overflow: hidden;
}
.page-content-style-2 .main-image-module {
	max-width: 700px;
}
.main-image-module img {
	display: block;
	width: 100%;
}
.main-image-module .overlay-text-module {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-image-module .overlay-text-module-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding-right: 1.25em;
	padding-left: 1.25em;

	-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%);
}
.main-image-module .overlay-text-1 {
	margin-top: 0.3125em;
	margin-bottom: 0.3125em;
	font-size: 3em;
	font-weight: 700;
	line-height: 1;
}
.main-image-module .overlay-text-2 {
	line-height: 1.3333333333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.main-image-module .overlay-text-2 .underline {
	display: inline-block;
	padding-bottom: 0.2222222222em;
	border-bottom: 1px solid #fff;
}

.page-content-style-2 .main-image-2-module {
	max-width: 740px;
}
.main-image-2-module img {
	display: block;
	width: 100%;
}

@media all and (max-width: 49.9375em) {
	.page-content-style-2 .main-image-module {
		margin-top: 0;
	}
}

@media all and (min-width: 50em) {
	.page-content-style-2 .default-layout .main-image-2-module {
		margin-right: -2.5em;
	}
	.page-content-style-2 .reversed-layout .main-image-2-module {
		margin-left: -2.5em;
	}

	.page-content-style-2 .default-layout.first-column {
		padding-right: 1.25em;
	}
	.page-content-style-2 .default-layout .main-image-module.create-overlap {
		margin-left: -0.625em;
	}

	.page-content-style-2 .reversed-layout.first-column {
		padding-left: 1.25em;
	}
	.page-content-style-2 .reversed-layout .main-image-module.create-overlap {
		margin-right: -0.625em;
	}
}

@media all and (min-width: 30em) and (max-width: 49.9375em), all and (min-width: 57.5em) {
	.main-image-module .overlay-text-1 {
		margin-top: 0.15625em;
		margin-bottom: 0.15625em;
		font-size: 6em;
	}
}

@media all and (min-width: 80em) {
	.main-image-module .overlay-text-module-content {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}

	.page-content-style-2 .main-image-2-module {
		margin-top: 5.625em;
	}

	.page-content-style-2 .default-layout .main-image-2-module {
		margin-right: -5em;
	}
	.page-content-style-2 .reversed-layout .main-image-2-module {
		margin-left: -5em;
	}

	.page-content-style-2 .default-layout.first-column {
		padding-right: 2.5em;
	}
	.page-content-style-2 .default-layout .main-image-module.create-overlap {
		margin-left: -1.25em;
	}

	.page-content-style-2 .reversed-layout.first-column {
		padding-left: 2.5em;
	}
	.page-content-style-2 .reversed-layout .main-image-module.create-overlap {
		margin-right: -1.25em;
	}
}

.contact-panel {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.contact-panel li {
	margin-top: 0.8333333333em;
	margin-bottom: 0.8333333333em;
}
.contact-panel a {
	text-decoration: none;
}
.contact-panel-heading {
	position: relative;
	padding-left: 1.4666666667em;
}
.contact-panel-address .contact-panel-heading {
	padding-left: 1.2em;
}
.contact-panel-heading .icon-icomoon,
.contact-panel-heading .icon-icomoon:before {
	display: block;
}
.contact-panel-heading .icon-icomoon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.0666666667em;
}

@media all and (min-width: 40em) and (max-width: 59.9375em) {
	.contact-details-module .text-column {
		width: 50%;
	}   
}

.standard-form {
	max-width: 37.7777777778em;
	margin: 0.833333333333em 0;
	font-size: 1.125em;
	line-height: 1.388888888889;
}
.standard-form legend {
	margin: 0;
	padding: 0.3125em 0;
	border-bottom: 1px solid #ccc;
	font-size: 0.888888888889em;
	font-weight: bold;
	line-height: 1.25;
}
.standard-form li {
	margin: 0.833333333333em 0;
}
.standard-form li:first-child {
	margin-top: 0;
}

.standard-form .label,
.standard-form input,
.standard-form select,
.standard-form textarea {
	display: inline-block;
}

.standard-form li.required .label:after,
#basket_default .required {
	background-color: transparent;
	color: #c00;
}
.standard-form li.required .label:after {
	content: '\0000a0*';
}

.standard-form p.note {
	margin-bottom: 0.833333333333em;
}
.standard-form li:first-child p.note {
	margin-top: 0.833333333333em;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 0.555555555556em;
	vertical-align: top;
}
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	margin: 0.222222222222em 0 0;
	border: 0;
	vertical-align: middle;
}
.standard-form .submit,
.standard-form .button {
	width: auto;
}

.banner-text .text-module {
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.banner-hgroup .heading {
	margin: 0;
}

.banner .link-buttons-module {
	margin-right: -1.125em;
	margin-left: -1.125em;
}
.banner .link-buttons-module .pseudo-button {
	display: inline-block;
	vertical-align: top;
	margin: 0.75em 0.9em;
}

.banner-image .maintain-aspect-ratio-spacer {
	height: 0;
	padding: 0 0 60.9375%;
}
.banner-image .maintain-height-spacer {
	display: none;
	height: 585px;
}

@media all and (min-width: 60em) {
	.banner-text,
	.banner-image {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		width: 50%;
	}

	.banner-text .text-module {
		max-width: 45em;
		margin-right: 0;
		margin-left: auto;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.banner-image .maintain-aspect-ratio-spacer {
		display: none;
	}
	.banner-image .maintain-height-spacer {
		display: block;
	}
}

@media all and (min-width: 80em) {
	.banner-text .text-module {
		padding-right: 2.5em;
	}
}

.feature-section {
	
}
.feature-section-image .image-module {
	position: relative;
	background-position: 70% 50%;
}
.feature-section-image .image-module .angle-overlay {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 0;
	padding: 0 0 9.5%;
}
.feature-section-image .image-module .angle-overlay-1 {
	left: 0;
}
.feature-section-image .image-module .angle-overlay-2 {
	right: 0;
}

.feature-section-image .image-module .angle-overlay-1,
.cw-6-base .feature-section-image .image-module .angle-overlay-1 {
	background: -webkit-linear-gradient(top right, transparent 49.8%, #fff 50.1%);
	background: -o-linear-gradient(top right, transparent 49.8%, #fff 50.1%);
	background: linear-gradient(to bottom left, transparent 49.8%, #fff 50.1%);
}
.feature-section-image .image-module .angle-overlay-2,
.cw-6-base .feature-section-image .image-module .angle-overlay-2 {
	background: -webkit-linear-gradient(top left, transparent 49.8%, #fff 50.1%);
	background: -o-linear-gradient(top left, transparent 49.8%, #fff 50.1%);
	background: linear-gradient(to bottom right, transparent 49.8%, #fff 50.1%);
}

.cw-1-base .feature-section-image .image-module .angle-overlay-1 {
	background: -webkit-linear-gradient(top right, transparent 49.8%, #740707 50.1%);
	background: -o-linear-gradient(top right, transparent 49.8%, #740707 50.1%);
	background: linear-gradient(to bottom left, transparent 49.8%, #740707 50.1%);
}
.cw-1-base .feature-section-image .image-module .angle-overlay-2 {
	background: -webkit-linear-gradient(top left, transparent 49.8%, #740707 50.1%);
	background: -o-linear-gradient(top left, transparent 49.8%, #740707 50.1%);
	background: linear-gradient(to bottom right, transparent 49.8%, #740707 50.1%);
}

.cw-2-base .feature-section-image .image-module .angle-overlay-1 {
	background: -webkit-linear-gradient(top right, transparent 49.8%, #320303 50.1%);
	background: -o-linear-gradient(top right, transparent 49.8%, #320303 50.1%);
	background: linear-gradient(to bottom left, transparent 49.8%, #320303 50.1%);
}
.cw-2-base .feature-section-image .image-module .angle-overlay-2 {
	background: -webkit-linear-gradient(top left, transparent 49.8%, #320303 50.1%);
	background: -o-linear-gradient(top left, transparent 49.8%, #320303 50.1%);
	background: linear-gradient(to bottom right, transparent 49.8%, #320303 50.1%);
}

.cw-3-base .feature-section-image .image-module .angle-overlay-1 {
	background: -webkit-linear-gradient(top right, transparent 49.8%, #e1e1e1 50.1%);
	background: -o-linear-gradient(top right, transparent 49.8%, #e1e1e1 50.1%);
	background: linear-gradient(to bottom left, transparent 49.8%, #e1e1e1 50.1%);
}
.cw-3-base .feature-section-image .image-module .angle-overlay-2 {
	background: -webkit-linear-gradient(top left, transparent 49.8%, #e1e1e1 50.1%);
	background: -o-linear-gradient(top left, transparent 49.8%, #e1e1e1 50.1%);
	background: linear-gradient(to bottom right, transparent 49.8%, #e1e1e1 50.1%);
}

.cw-4-base .feature-section-image .image-module .angle-overlay-1 {
	background: -webkit-linear-gradient(top right, transparent 49.8%, #242424 50.1%);
	background: -o-linear-gradient(top right, transparent 49.8%, #242424 50.1%);
	background: linear-gradient(to bottom left, transparent 49.8%, #242424 50.1%);
}
.cw-4-base .feature-section-image .image-module .angle-overlay-2 {
	background: -webkit-linear-gradient(top left, transparent 49.8%, #242424 50.1%);
	background: -o-linear-gradient(top left, transparent 49.8%, #242424 50.1%);
	background: linear-gradient(to bottom right, transparent 49.8%, #242424 50.1%);
}

.cw-5-base .feature-section-image .image-module .angle-overlay-1 {
	background: -webkit-linear-gradient(top right, transparent 49.8%, #000 50.1%);
	background: -o-linear-gradient(top right, transparent 49.8%, #000 50.1%);
	background: linear-gradient(to bottom left, transparent 49.8%, #242424 50.1%);
}
.cw-5-base .feature-section-image .image-module .angle-overlay-2 {
	background: -webkit-linear-gradient(top left, transparent 49.8%, #000 50.1%);
	background: -o-linear-gradient(top left, transparent 49.8%, #000 50.1%);
	background: linear-gradient(to bottom right, transparent 49.8%, #000 50.1%);
}

.feature-section-image .maintain-aspect-ratio-spacer {
	height: 0;
	padding: 0 0 65.2083333333%;
}
.feature-section-image .maintain-height-spacer {
	display: none;
	height: 626px;
}

.feature-section-text .text-module {
	padding-right: 1.25em;
	padding-left: 1.25em;
}

.social-media-feature-section {
	margin-right: -1em;
	margin-left: -1em;
}
.social-media-feature-section li {
	margin: 0.9375em 1em;
}
.social-media-feature-section a {
	color: #fff;
}
.social-media-feature-section a:hover,
.social-media-feature-section a:focus,
.social-media-feature-section a:active {
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.7), 0 0 9px rgba(255, 255, 255, 0.6);

	-webkit-transition: text-shadow 0.15s;
	-o-transition: text-shadow 0.15s;
	transition: text-shadow 0.15s;
}
.social-media-feature-section .icon-icomoon {
	font-size: 3.75em;
}

@media all and (min-width: 60em) {
	.feature-section-image,
	.feature-section-text {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		width: 50%;
	}

	.feature-section-image.reversed-layout,
	.feature-section-text.reversed-layout {
		position: relative;
	}
	.feature-section-image.reversed-layout {
		left: 50%;
	}
	.feature-section-text.reversed-layout {
		left: -50%;
	}

	.feature-section-image {
		z-index: 1;
	}
	.feature-section-text {
		z-index: 2;
	}

	.feature-section-image .maintain-aspect-ratio-spacer {
		display: none;
	}
	.feature-section-image .maintain-height-spacer {
		display: block;
	}

	.feature-section-image.default-layout .image-module {
		margin-right: -11.4%;
	}
	.feature-section-image .image-module .angle-overlay {
		width: 0;
		height: 50%;
	}
	.feature-section-image.default-layout .image-module .angle-overlay {
		right: 0;
		padding: 0 0 0 18.850987432675%;
	}
	.feature-section-image .image-module .angle-overlay-1 {
		top: 0;
		left: auto;
		bottom: auto;
		height: 50.25%;
	}

	.feature-section-image.default-layout .image-module .angle-overlay-1,
	.cw-6-base .feature-section-image.default-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top left, transparent 49.8%, #fff 50.1%);
		background: -o-linear-gradient(top left, transparent 49.8%, #fff 50.1%);
		background: linear-gradient(to bottom right, transparent 49.8%, #fff 50.1%);
	}
	.feature-section-image.default-layout .image-module .angle-overlay-2,
	.cw-6-base .feature-section-image.default-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom left, transparent 49.8%, #fff 50.1%);
		background: -o-linear-gradient(bottom left, transparent 49.8%, #fff 50.1%);
		background: linear-gradient(to top right, transparent 49.8%, #fff 50.1%);
	}

	.cw-1-base .feature-section-image.default-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top left, transparent 49.8%, #740707 50.1%);
		background: -o-linear-gradient(top left, transparent 49.8%, #740707 50.1%);
		background: linear-gradient(to bottom right, transparent 49.8%, #740707 50.1%);
	}
	.cw-1-base .feature-section-image.default-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom left, transparent 49.8%, #740707 50.1%);
		background: -o-linear-gradient(bottom left, transparent 49.8%, #740707 50.1%);
		background: linear-gradient(to top right, transparent 49.8%, #740707 50.1%);
	}

	.cw-2-base .feature-section-image.default-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top left, transparent 49.8%, #320303 50.1%);
		background: -o-linear-gradient(top left, transparent 49.8%, #320303 50.1%);
		background: linear-gradient(to bottom right, transparent 49.8%, #320303 50.1%);
	}
	.cw-2-base .feature-section-image.default-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom left, transparent 49.8%, #320303 50.1%);
		background: -o-linear-gradient(bottom left, transparent 49.8%, #320303 50.1%);
		background: linear-gradient(to top right, transparent 49.8%, #320303 50.1%);
	}

	.cw-3-base .feature-section-image.default-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top left, transparent 49.8%, #e1e1e1 50.1%);
		background: -o-linear-gradient(top left, transparent 49.8%, #e1e1e1 50.1%);
		background: linear-gradient(to bottom right, transparent 49.8%, #e1e1e1 50.1%);
	}
	.cw-3-base .feature-section-image.default-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom left, transparent 49.8%, #e1e1e1 50.1%);
		background: -o-linear-gradient(bottom left, transparent 49.8%, #e1e1e1 50.1%);
		background: linear-gradient(to top right, transparent 49.8%, #e1e1e1 50.1%);
	}

	.cw-4-base .feature-section-image.default-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top left, transparent 49.8%, #242424 50.1%);
		background: -o-linear-gradient(top left, transparent 49.8%, #242424 50.1%);
		background: linear-gradient(to bottom right, transparent 49.8%, #242424 50.1%);
	}
	.cw-4-base .feature-section-image.default-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom left, transparent 49.8%, #242424 50.1%);
		background: -o-linear-gradient(bottom left, transparent 49.8%, #242424 50.1%);
		background: linear-gradient(to top right, transparent 49.8%, #242424 50.1%);
	}

	.cw-5-base .feature-section-image.default-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top left, transparent 49.8%, #000 50%.1);
		background: -o-linear-gradient(top left, transparent 49.8%, #fff 50.1%);
		background: linear-gradient(to bottom right, transparent 49.8%, #000 50.1%);
	}
	.cw-5-base .feature-section-image.default-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom left, transparent 49.8%, #000 50.1%);
		background: -o-linear-gradient(bottom left, transparent 49.8%, #000 50.1%);
		background: linear-gradient(to top right, transparent 49.8%, #000 50.1%);
	}

	.feature-section-image.reversed-layout .image-module {
		margin-left: -11.4%;
	}
	.feature-section-image.reversed-layout .image-module .angle-overlay {
		left: 0;
		padding: 0 18.850987432675% 0 0;
	}

	.feature-section-image.reversed-layout .image-module .angle-overlay-1,
	.cw-6-base .feature-section-image.reversed-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top right, transparent 49.8%, #fff 50.1%);
		background: -o-linear-gradient(top right, transparent 49.8%, #fff 50.1%);
		background: linear-gradient(to bottom left, transparent 49.8%, #fff 50.1%);
	}
	.feature-section-image.reversed-layout .image-module .angle-overlay-2,
	.cw-6-base .feature-section-image.reversed-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom right, transparent 49.8%, #fff 50.1%);
		background: -o-linear-gradient(bottom right, transparent 49.8%, #fff 50.1%);
		background: linear-gradient(to top left, transparent 49.8%, #fff 50.1%);
	}

	.cw-1-base .feature-section-image.reversed-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top right, transparent 49.8%, #740707 50.1%);
		background: -o-linear-gradient(top right, transparent 49.8%, #740707 50.1%);
		background: linear-gradient(to bottom left, transparent 49.8%, #740707 50.1%);
	}
	.cw-1-base .feature-section-image.reversed-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom right, transparent 49.8%, #740707 50.1%);
		background: -o-linear-gradient(bottom right, transparent 49.8%, #740707 50.1%);
		background: linear-gradient(to top left, transparent 49.8%, #740707 50.1%);
	}

	.cw-2-base .feature-section-image.reversed-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top right, transparent 49.8%, #320303 50.1%);
		background: -o-linear-gradient(top right, transparent 49.8%, #320303 50.1%);
		background: linear-gradient(to bottom left, transparent 49.8%, #320303 50.1%);
	}
	.cw-2-base .feature-section-image.reversed-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom right, transparent 49.8%, #320303 50.1%);
		background: -o-linear-gradient(bottom right, transparent 49.8%, #320303 50.1%);
		background: linear-gradient(to top left, transparent 49.8%, #320303 50.1%);
	}

	.cw-3-base .feature-section-image.reversed-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top right, transparent 49.8%, #e1e1e1 50.1%);
		background: -o-linear-gradient(top right, transparent 49.8%, #e1e1e1 50.1%);
		background: linear-gradient(to bottom left, transparent 49.8%, #e1e1e1 50.1%);
	}
	.cw-3-base .feature-section-image.reversed-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom right, transparent 49.8%, #e1e1e1 50.1%);
		background: -o-linear-gradient(bottom right, transparent 49.8%, #e1e1e1 50.1%);
		background: linear-gradient(to top left, transparent 49.8%, #e1e1e1 50.1%);
	}

	.cw-4-base .feature-section-image.reversed-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top right, transparent 49.8%, #242424 50.1%);
		background: -o-linear-gradient(top right, transparent 49.8%, #242424 50.1%);
		background: linear-gradient(to bottom left, transparent 49.8%, #242424 50.1%);
	}
	.cw-4-base .feature-section-image.reversed-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom right, transparent 49.8%, #242424 50.1%);
		background: -o-linear-gradient(bottom right, transparent 49.8%, #242424 50.1%);
		background: linear-gradient(to top left, transparent 49.8%, #242424 50.1%);
	}

	.cw-5-base .feature-section-image.reversed-layout .image-module .angle-overlay-1 {
		background: -webkit-linear-gradient(top right, transparent 49.8%, #000 50%.1);
		background: -o-linear-gradient(top right, transparent 49.8%, #fff 50.1%);
		background: linear-gradient(to bottom left, transparent 49.8%, #000 50.1%);
	}
	.cw-5-base .feature-section-image.reversed-layout .image-module .angle-overlay-2 {
		background: -webkit-linear-gradient(bottom right, transparent 49.8%, #000 50.1%);
		background: -o-linear-gradient(bottom right, transparent 49.8%, #000 50.1%);
		background: linear-gradient(to top left, transparent 49.8%, #000 50.1%);
	}

	.feature-section-text .text-module {
		max-width: 45em;
		padding-right: 1.25em;
		padding-left: 8.4%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	@supports (display: flex) {
		.feature-section,
		.feature-section-image,
		.feature-section-text {
			display: flex;
		}
		.feature-section-image,
		.feature-section-text {
			flex: 1 1 auto;
			flex-direction: column;
			justify-content: center;
		}
	}
}

.page-list-slider {
	margin: 0;
	font-size: 1em;
	line-height: 1;
}
.page-list-slider a {
	text-decoration: none;
}

.page-list-slider-trigger,
.page-list-slider-content {
	border-bottom: 1px solid #e1c5c5;
}
.page-list-slider-trigger {
	margin: 0;
}
.page-list-slider-trigger a {
	display: block;
	padding: 0.2916666667em 1.0416666667em 0.2916666667em 0;
	position: relative;
	color: #000;
}
.page-list-slider-trigger a:hover,
.page-list-slider-trigger a:focus,
.page-list-slider-trigger a:active {
	color: #555;
}
.page-list-slider-trigger .icon-icomoon,
.page-list-slider-trigger .icon-icomoon:before {
	display: block;
}
.page-list-slider-trigger .icon-icomoon {
	position: absolute;
	top: 0.6111111111em;
	right: 0;
	font-size: 0.75em;

	-webkit-transition: -webkit-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	transition: transform 0.2s;
}
.page-list-slider-image img {
	display: block;
	width: 100%;
	max-width: 440px;
}

.jq-page-list-slider-initialised .page-list-slider-content {
	display: none;
}
.jq-page-list-slider-initialised .page-list-slider-module.reveal .page-list-slider-content {
	display: block;
}
.jq-page-list-slider-initialised .page-list-slider-module.reveal .page-list-slider-trigger .icon-icomoon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media all and (min-width: 32.5em) {
	.page-list-slider-image,
	.page-list-slider-text {
		display: inline-block;
		vertical-align: top;
		width: 50%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.page-list-content {
	margin-top: 0;
}

.grid-child {
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	list-style: none;
}
.grid-child .item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.grid-child .item a {
	text-decoration: none;
}

.grid-child .container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0.625em 0;
}
.grid-child .content {
	display: block;
	margin: 0 0.625em;
}
.grid-child img {
	display: block;
	width: 100%;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}

.grid-child-flex-normalise {
	display: flex;
	flex-wrap: wrap;
}
.grid-child-flex-normalise .item {
	display: flex;
}
.grid-child-flex-normalise .container,
.grid-child-flex-normalise .content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
.grid-child-flex-normalise .flex-expand-this {
	flex: 1 0 auto;
}

.no-flexwrap .grid-child-flex-normalise,
.no-flexwrap .grid-child-flex-normalise .container,
.no-flexwrap .grid-child-flex-normalise .content {
	display: block;
}
.no-flexwrap .grid-child-flex-normalise .item {
	display: inline-block;
}

.grid-child-2-up {
	max-width: 43.75em;
}
.grid-child-2-up .item {
	width: 100%;
}

@media all and (min-width: 50em) {
	.grid-child-2-up {
		max-width: none;
	}
	.grid-child-2-up .item {
		width: 50%;
	}
}

.grid-child-3-up {
	max-width: 28.75em;
}
.grid-child-3-up .item {
	width: 100%;
}

@media all and (min-width: 32.5em) {
	.grid-child-3-up {
		max-width: 57.5em;
	}
	.grid-child-3-up .item {
		width: 50%;
	}
}

@media all and (min-width: 50em) {
	.grid-child-3-up {
		max-width: none;
	}
	.grid-child-3-up .item {
		width: 33.3333333333333%;
	}
}

.grid-child-4-up-full-width .item {
	width: 100%;
}

@media all and (min-width: 31.25em) {
	.grid-child-4-up-full-width .item {
		width: 50%;
	}
}

@media all and (min-width: 60em) {
	.grid-child-4-up-full-width .item {
		width: 25%;
	}
}

.grid-child-5-up {
	max-width: 20.375em;
}
.grid-child-5-up .item {
	width: 100%;
}

.grid-child-5-up-carousel {
	max-width: 25.375em;
	padding-right: 2.5em;
	padding-left: 2.5em;
}
.grid-child-5-up-carousel.slick-initialized {
	max-width: 30.375em;
}

@media all and (min-width: 28.75em) {
	.grid-child-5-up {
		max-width: 40.75em;
	}
	.grid-child-5-up .item {
		width: 50%;
	}

	.grid-child-5-up-carousel {
		max-width: 45.75em;
	}
	.grid-child-5-up-carousel.slick-initialized {
		max-width: 50.75em;
	}
}

@media all and (min-width: 42.5em) {
	.grid-child-5-up {
		max-width: none;
	}
	.grid-child-5-up .item {
		width: 33.3333333333%;
	}

	.grid-child-5-up-carousel {
		max-width: 108.125em;
	}
	.grid-child-5-up-carousel.slick-initialized {
		max-width: 117.5em;
	}
}

@media all and (min-width: 56.25em) {
	.grid-child-5-up .item {
		width: 25%;
	}
}

@media all and (min-width: 70em) {
	.grid-child-5-up .item {
		width: 20%;
	}
}

@media all and (min-width: 60em) {
	.grid-child .container {
		margin: 1.25em 0;
	}
	.grid-child .content {
		margin: 0 1.25em;
	}

	.grid-child-5-up-carousel {
		padding-right: 4.6875em;
		padding-left: 4.6875em;
	}
}

.page-grid-item .content {
	position: relative;
	text-align: left;
}
.page-grid-item .content .heading {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0.5333333333em 1.0666666667em;
}
.page-grid-item a:hover .heading,
.page-grid-item a:focus .heading,
.page-grid-item a:active .heading {
	background-color: rgba(0, 0, 0, 0.88);
}

.news-article-grid-item .content {
	text-align: left;
}
.news-article-grid-item .heading {
	margin-top: 0.8333333333em;
	margin-bottom: 0.5em;
}
.news-article-grid-item .date-created,
.news-article-grid-item .pseudo-link {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.news-article-grid-item .summary {
	margin-top: -0.2777777778em;
}

.staff-member-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #740707;

	-webkit-transition: color 0.15s;
	-o-transition: color 0.15s;
	transition: color 0.15s;
}
.staff-member-carousel .slick-arrow.slick-disabled {
	display: none !important;
}
.staff-member-carousel .slick-arrow:hover,
.staff-member-carousel .slick-arrow:focus,
.staff-member-carousel .slick-arrow:active {
	color: #000;
}
.staff-member-carousel .slick-arrow,
.staff-member-carousel .slick-arrow .icon-icomoon,
.staff-member-carousel .slick-arrow .icon-icomoon:before {
	display: block;
}
.staff-member-carousel .slick-arrow .icon-icomoon {
	font-size: 2em;
}
.staff-member-carousel .slick-prev {
	left: 0.625em;
}
.staff-member-carousel .slick-next {
	right: 0.625em;
}

@media all and (min-width: 80em) {
	.staff-member-carousel .slick-arrow .icon-icomoon {
		font-size: 4em;
	}
}

.staff-member-grid-item .content {
	text-align: left;
}
.staff-member-grid-item .image-module {
	position: relative;
}
.staff-member-grid-item .no-img {
	padding: 0 0 130.718954248366%;
}
.staff-member-grid-item .image-module .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.staff-member-grid-item .image-module .overlay-content {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;

	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
.staff-member-grid-item .staff-member-name .text-line {
	display: block;
	width: 100%;
	max-width: 4.375em;
	height: 0.125em;
	margin: 0 auto;
}
.staff-member-grid-item .staff-member-name .heading {
	margin-top: 0.3333333333em;
	margin-bottom: 0.4em;
}
.staff-member-grid-item .body-text {
	margin-top: -0.9375em;
}
.staff-member-grid-item .body-text p,
.staff-member-grid-item .body-text ul,
.staff-member-grid-item .body-text ol,
.staff-member-grid-item .body-text table,
.staff-member-grid-item .staff-member-contact-list {
	line-height: 1.42857142857;
}
.staff-member-grid-item .staff-member-contact-list li {
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1.857142857em;
}
.staff-member-grid-item .staff-member-contact-list li .icon-icomoon,
.staff-member-grid-item .staff-member-contact-list li .icon-icomoon:before {
	display: block;
}
.staff-member-grid-item .staff-member-contact-list li .icon-icomoon {
	position: absolute;
	top: 0.2857142857em;
	left: 0;
}

.company-timeline-module {
	background-image: url('/images/bg-company-timeline-module.jpg');
}

.company-timeline-carousel {
	position: relative;
}

.company-timeline-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	opacity: 1;
	background-color: #fff;
	color: #afafaf;
	padding: 0.625em;
	border: 0;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;

	-webkit-transition: color 0.15s;
	-o-transition: color 0.15s;
	transition: color 0.15s;
}
.company-timeline-carousel .slick-arrow:hover,
.company-timeline-carousel .slick-arrow:focus,
.company-timeline-carousel .slick-arrow:active {
	color: #320303;
}
.company-timeline-carousel .slick-arrow,
.company-timeline-carousel .slick-arrow .icon-icomoon,
.company-timeline-carousel .slick-arrow .icon-icomoon:before {
	display: block;
}
.company-timeline-carousel .slick-prev {
	left: 0.625em;
}
.company-timeline-carousel .slick-next {
	right: 0.625em;
}

.company-timeline-carousel .timelime-dots {
	display: none;
}

@media all and (max-width: 19.9375em) {
	.company-timeline-carousel {
		max-width: 21.625em;
		padding-right: 0.625em;
		padding-left: 0.625em;
	}
}

@media all and (max-width: 49.9375em) {
	.company-timeline-carousel .slick-arrow.slick-disabled {
		opacity: 0;
		pointer-events: none;
	}
}

@media all and (min-width: 50em) {
	.company-timeline-carousel .slick-arrow {
		top: 38%;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.company-timeline-carousel .slick-arrow.slick-disabled.timeline-disabled {
		opacity: 0;
		pointer-events: none;
	}

	.company-timeline-carousel .slick-list {
		z-index: 2;
	}

	.company-timeline-carousel .timelime-dots {
		display: block;
		position: absolute;
		top: 38%;
		left: 8em;
		right: 8em;
		z-index: 1;
		border-top: 0.3125em dashed #fff;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media all and (min-width: 80em) {
	.company-timeline-carousel .slick-arrow {
		padding: 0.9375em;
	}
	.company-timeline-carousel .slick-arrow .icon-icomoon {
		font-size: 1.5em;
	}
	.company-timeline-carousel .slick-prev {
		left: 1.25em;
	}
	.company-timeline-carousel .slick-next {
		right: 1.25em;
	}
}

.timeline-grid-item {
	position: relative;
	z-index: 1;
}
.timeline-grid-item .container {
	max-width: 326px;
}
.timeline-grid-item .image-module {
	background-color: #fff;
	border: 14px solid #fff;
	overflow: hidden;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.timeline-grid-item .heading {
	margin-top: 0.4166666667em;
	margin-bottom: 0.4166666667em;
	font-weight: 700;
}
.timeline-grid-item .caption {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	font-size: 1em;
	line-height: 1.5;
}

@media all and (min-width: 50em) {
	.timeline-grid-item .content {
		-webkit-transform: scale(0.606060606);
		-ms-transform: scale(0.606060606);
		-o-transform: scale(0.606060606);
		transform: scale(0.606060606);

		-webkit-transition: -webkit-transform 0.15s;
		-o-transition: -o-transform 0.15s;
		transition: transform 0.15s;
	}
	.jq-reveal-timeline-detail-initialised .timeline-grid-item {
		cursor: pointer;
	}
	.timeline-grid-item.active,
	.jq-reveal-timeline-detail-initialised .timeline-grid-item:hover {
		z-index: 2;
	}
	.jq-reveal-timeline-detail-initialised .timeline-grid-item:hover .content {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
	.jq-reveal-timeline-detail-initialised .timeline-grid-item.active .content {
		cursor: default;

		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.timeline-grid-item .caption {
		opacity: 0;
	}
	.timeline-grid-item.active .caption {
		opacity: 1;

		-webkit-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
}

@media all and (min-width: 80em) {
	.timeline-grid-item .container {
		max-width: 346px;
	}
}

.grid-feature-panels {
	max-width: 43.125em;
}
.grid-feature-panels .item:nth-child(2) {
	margin-top: 2.8125em;
}

.feature-panel-item.overlay-top-right .content {
	padding: 0.625em 0.625em 0 0;
}
.feature-panel-item.overlay-bottom-right .content {
	padding: 0 0.625em 0.625em 0;
}
.feature-panel-item.overlay-bottom-left .content {
	padding: 0 0 0.625em 0.625em;
}
.feature-panel-item.overlay-top-left .content {
	padding: 0.625em 0 0 0.625em;
}
.feature-panel-item .no-img {
	padding: 0 0 66.6666666667%;
}
.feature-panel-item .feature-panel-overlay {
	position: relative;
	text-align: left;
	top: -0.625em;
}
.feature-panel-item.overlay-top-right .feature-panel-overlay,
.feature-panel-item.overlay-bottom-right .feature-panel-overlay {
	right: -0.625em;
}
.feature-panel-item.overlay-bottom-left .feature-panel-overlay,
.feature-panel-item.overlay-top-left .feature-panel-overlay {
	left: -0.625em;
}
.feature-panel-item .heading {
	text-transform: uppercase;
}
.feature-panel-item .link-button {
	line-height: 1.2222222222;
}
.feature-panel-item .link-button .pseudo-button {
	padding: 0 0.3333333333em;
}

@media all and (min-width: 35em) and (max-width: 49.9375em), all and (min-width: 64em) {
	.feature-panel-item .content {
		position: relative;
	}
	.feature-panel-item .feature-panel-overlay {
		position: absolute;
		width: 50%;
		max-width: 20.75em;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.feature-panel-item .feature-panel-overlay-extra-wide {
		width: 100%;
		max-width: 29.25em;
	}
	.feature-panel-item.overlay-bottom-right .feature-panel-overlay,
	.feature-panel-item.overlay-bottom-left .feature-panel-overlay {
		top: auto;
	}
	.feature-panel-item.overlay-top-right .feature-panel-overlay {
		top: 0;
		right: 0;
	}
	.feature-panel-item.overlay-bottom-right .feature-panel-overlay {
		right: 0;
		bottom: 0;
	}
	.feature-panel-item.overlay-bottom-left .feature-panel-overlay {
		bottom: 0;
		left: 0;
	}
	.feature-panel-item.overlay-top-left .feature-panel-overlay {
		top: 0;
		left: 0;
	}
}

@media all and (min-width: 40em) and (max-width: 49.9375em), all and (min-width: 75em) {
	.feature-panel-item .feature-panel-overlay {
		width: 100%;
	}
}

@media all and (min-width: 50em) {
	.grid-feature-panels {
		max-width: none;
	}
}

@media all and (min-width: 80em) {
	.feature-panel-item.overlay-top-right .content {
		padding: 1.25em 1.25em 0 0;
	}
	.feature-panel-item.overlay-bottom-right .content {
		padding: 0 1.25em 1.25em 0;
	}
	.feature-panel-item.overlay-bottom-left .content {
		padding: 0 0 1.25em 1.25em;
	}
	.feature-panel-item.overlay-top-left .content {
		padding: 1.25em 0 0 1.25em;
	}
}

.focus-panel {
	position: relative;
}
.focus-panel a {
	display: block;
	text-decoration: none;
}
.focus-panel .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.focus-panel a:hover .overlay,
.focus-panel a:focus .overlay
.focus-panel a:active .overlay {
	background-color: rgba(0, 0, 0, 0.9);
}
.focus-panel .overlay-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding-right: 1.25em;
	padding-left: 1.25em;

	-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%);
}
.focus-panel .overlay-text-module .text-line {
	display: block;
	width: 100%;
	max-width: 4.375em;
	height: 0.125em;
	margin: 0 auto;
}
.focus-panel .overlay-text {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-weight: 700;
}

.supplier-item .content {
	text-align: left;
}
.supplier-item .heading {
	text-transform: none;
}
.supplier-brand-list li {
	display: inline;
}
.supplier-brand-list li:before {
	content: ', ';
}
.supplier-brand-list li:first-child:before {
	content: normal;
}
.supplier-item .telephone {
	text-transform: lowercase;
}

.page-nav,
.page-nav-detailed {
	text-align: center;
}
.page-nav .page-list {
	font-weight: 700;
}
.page-nav .page-list a {
	font-weight: 400;
}
.page-nav .prev,
.page-nav .next,
.page-nav-detailed .first,
.page-nav-detailed .prev,
.page-nav-detailed .next,
.page-nav-detailed .last {
	color: #999;
}

.page-nav-detailed > div,
.page-nav-detailed > div:before {
	display: inline-block;
	vertical-align: top;
}
.page-nav-detailed > div:before {
	margin-right: 0.444444444444em;
	margin-left: 0.444444444444em;
	content: ' | ';
}
.page-nav-detailed .first:before,
.page-nav-detailed .prev:before,
.page-nav-detailed .next:before,
.page-nav-detailed .last:before {
	color: #000;
}
.page-nav-detailed > div:first-child:before {
	content: normal;
}

@media all and (min-width: 25.875em) {
	.page-nav {
		position: relative;
	}
	.page-nav .page-list {
		margin-right: 5.555555555556em;
		margin-left: 5.555555555556em;
	}
	.page-nav .prev,
	.page-nav .next {
		position: absolute;
		top: 0;
	}
	.page-nav .prev {
		left: 0;
	}
	.page-nav .next {
		right: 0;
	}
}

.related-logo-item .container {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.related-logo-item .content {
	margin-right: 1.5625em;
	margin-left: 1.5625em;
}
.related-logo-item img {
	max-width: 100%;
}

@media all and (min-width: 84.375em) {
	.related-logo-item .content {
		margin-right: 2.5em;
		margin-left: 2.5em;
	}
}

@media all and (min-width: 95em) {
	.related-logo-item .content {
		margin-right: 3.4375em;
		margin-left: 3.4375em;
	}
}

/* basket styles */

#basket_default {
	margin-top: 0.9375em;
	margin-bottom: 0.9375em;
}
#basket_default table {
	width: 100%;
	border-collapse: collapse;
}
#basket_default th,
#basket_default td {
	text-align: left;
}
#basket_default_header,
#basket_default .odd,
#basket_default .even {
	border-bottom: 1px solid #cfcfcf;
}
#basket_default input,
#basket_default select {
	padding: 0.625em;
}
#basket_default table input,
#basket_default table select {
	padding: 0.555555555556em;
}
#basket_default .totals th {
	text-transform: uppercase;
}
#basket_default .totals input {
	width: 90%;
	max-width: 28em;
}
#basket_default .totals input.button {
	width: auto;
}
#basket_default .totals select {
	max-width: 28em;
}
#basket_default .buttons {
	margin-top: 0.9375em;
	margin-bottom: 0.9375em;
}
#basket_default .buttons input {
	font-size: 1.125em;
	line-height: 1.666666666667;
}
#basket_default .buttons input[type="button"] {
	float: left;
}
#basket_default .buttons input[type="submit"] {
	float: right;
}

.remove-btn ~ .button {
	display: none;
}

.delivertobillingaddress {
	visibility: hidden;
}
.delivertobillingaddress.jq-billing-delivery-link-initialised {
	visibility: visible;
}

.deliveryaddressselection {
	visibility: hidden;
}
.deliveryaddressselection.jq-basket-ajax-initialised {
	visibility: visible;
}

#basket_default input[readonly],
#basket_default textarea[readonly],
#basket_default .basket-row-readonly select {
	background-color: #fff;
	color: #7b7b7b;
	border-color: #ccc;

	box-shadow: none;
}

#basket_default .basket-row-readonly .required {
	visibility: hidden;
}

.basket-order-table-container {
	overflow: auto;
}

.basket-variable-table select {
	width: 90%;
}

@media all and (max-width: 39.9375em) {
	.basket-variable-table,
	.basket-variable-table > tbody,
	.basket-variable-table > tr,
	.basket-variable-table > tbody > tr,
	.basket-variable-table > tr > th,
	.basket-variable-table > tbody > tr > th,
	.basket-variable-table > tr > td,
	.basket-variable-table > tbody > tr > td {
		display: block;
		width: 100%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media all and (min-width: 40em) {
	.basket-variable-table > tr > th,
	.basket-variable-table > tbody > tr > th,
	.basket-variable-table > tr > td,
	.basket-variable-table > tbody > tr > td {
		width: 50%;
	}
}

.basket-form,
.outstanding-invoices-form {
	 margin-bottom: 5em;
}

.basket-variable-list li {
	 min-height: 2.375em;
	 margin: .625em 0;
}

.basket-variable-list .label,
.basket-variable-list .bvlabel {
	 display: inline-block;
	 vertical-align: top;
	 margin: .4375em 0;
}

.basket-variable-list .bvinput {
	background-color: #d1d1d1;
	color: #000;
	border: 1px solid #d1d1d1;
	min-height: 1.666666666666667em;
}

.basket-variable-list input,
.basket-variable-list .bvinput,
.basket-variable-list select,
.basket-variable-list textarea {
	display: block;
	padding: 0.375em 0.625em;
}
.basket-variable-list input,
.basket-variable-list .bvinput,
.basket-variable-list textarea {
	width: 100%;
}

@media all and (min-width: 27.5em) and (max-width: 47.9375em),
	all and (min-width: 57.5em) {
	.basket-variable-list .label,
	.basket-variable-list .bvlabel {
		width: 10em;
		padding-right: 1em;
	}
	.basket-variable-list input,
	.basket-variable-list .bvinput,
	.basket-variable-list textarea {
		width: calc(100% - 11em);
	}
}

.basket-form .buttons-module button,
.outstanding-invoices-form .buttons-module button {
	 height: 2.285714em;
	 padding: 0.6em 1.4em;
}

.newsletter-form-module {
	position: relative;
	background-image: url('/images/bg-newsletter-form-module.jpg');
	overflow: hidden;
}
.newsletter-form-module .image-overlay {
	display: block;
	width: 100%;
	margin-top: -2.8125em;
}

.newsletter-form-panel {
	position: relative;
	z-index: 2;
	margin: 2.8125em 1.25em 2.8125em 0;
}
.newsletter-form-panel .content {
	max-width: 42.5em;
	margin: 0 0 3.75em auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.newsletter-form-panel .bottom-angle {
	height: 0;
	padding: 0 0 9.5%;
	background: -webkit-linear-gradient(top left, rgba(0, 0, 0, 0.57) 49.8%, transparent 50.1%);
	background: -o-linear-gradient(top left, rgba(0, 0, 0, 0.57) 49.8%, transparent 50.1%);
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.57) 49.8%, transparent 50.1%);
}
.newsletter-form input {
	display: inline-block;
	vertical-align: top;
	border-color: #fff;
}
.newsletter-form input[type="email"] {
	width: 100%;
	height: 3.357142857em;
	margin-top: 0.357142857em;
	margin-bottom: 0.357142857em;
	padding: 0.7857142857em 1em;
	background-color: transparent;
	color: #fff;
	line-height: 1.642857142857;
}
.newsletter-form input[type="email"]::-webkit-input-placeholder {
	text-transform: lowercase;
}
.newsletter-form input[type="email"]:-moz-placeholder {
	opacity: 1;
	text-transform: lowercase;
}
.newsletter-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	text-transform: lowercase;
}
.newsletter-form input[type="email"]:-ms-input-placeholder {
	text-transform: lowercase;
}
.newsletter-form input[type="email"]:focus {
	background-color: #242424;
}
.newsletter-form input[type="email"]:focus {
	background-color: rgba(0, 0, 0, 0.88);
}   
.newsletter-form input.submit {
	height: 2.35em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	line-height: 1.15;
	padding: 0.55em 1.5em;
}
.newsletter-form input.submit:hover,
.newsletter-form input.submit:focus,
.newsletter-form input.submit:active {
	border-color: #fff;
}

.newsletter-success {
	color: #cf9;
}
.newsletter-fail {
	color: #c08f8f;
}

@media all and (min-width: 36.25em) {
	.newsletter-form .visible-form-controls {
		margin-right: -0.8125em;
		margin-left: -0.8125em;
	}
	.newsletter-form input[type="email"] {
		width: 22.57142857em;
		margin-right: 0.92857142857em;
		margin-left: 0.92857142857em;
	}
	.newsletter-form input.submit {
		margin-right: 0.65em;
		margin-left: 0.65em;
	}
}

@media all and (min-width: 47.5em) {
	.newsletter-form-module .image-overlay {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
		margin-top: 0;
	}
	.newsletter-form-panel {
		width: 75%;
		margin-top: 5.5%;
		margin-bottom: 15%;
	}
}

@media all and (min-width: 60em) {
	.newsletter-form-panel {
		width: 66.6666666667%;
	}
}

@media all and (min-width: 68.75em) {
	.newsletter-form-panel {
		width: 50%;
	}
}

@media all and (min-width: 80em) {
	.newsletter-form-panel .content {
		padding-right: 1.25em;
		padding-left: 2.5em;
	}
}

.site-footer a {
	text-decoration: none;
}

.cw-3 .site-footer-section,
.cw-3-base .site-footer-section {
	border-top: 1px solid #d2d2d2;
}
.cw-3 .site-footer-section:first-child,
.cw-3-base .site-footer-section:first-child {
	border-top: 0;
}

.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;
}

.footer-panel-heading {
	margin-top: 1.1111111111em;
	margin-bottom: 1.1111111111em;
	text-transform: uppercase;
}

.nav-footer li {
	margin-top: 1.142857em;
	margin-bottom: 1.142857em;
}

.contact-site-footer li {
	margin-top: 1em;
	margin-bottom: 1em;
}

.social-media-footer .list-social-media {
	margin-right: -0.5625em;
	margin-left: -0.5625em;
}
.social-media-footer .list-social-media li {
	display: inline-block;
	vertical-align: top;
	margin: 0.5625em;
}
.social-media-footer .list-social-media .icon-icomoon {
	font-size: 1.5625em;
}

@media all and (min-width: 25.875em) {
	.site-footer-1-4 {
		width: 50%;
	}
}

@media all and (min-width: 60em) {
	.site-footer-1-4 {
		width: 25%;
	}
}

/* live data styles */

.live-data-zero-price .live-data-price,
.live-data-zero-price .live-data-product-list-purchase-form,
.live-data-multiple-product-form .live-data-zero-price .quantity-to-purchase,
.live-data-product-detail-purchase-form .live-data-zero-price .quantity-to-purchase {
	display: none;
}

.js .merlin-getstock-failed-module {
	display: none;
}
.js .merlin-getstock-failed .merlin-getstock-failed-module {
	display: block;
}

.js .live-data-quantity-to-purchase {
	visibility: hidden;
}
/*
.js .merlin-getstock-complete .live-data-quantity-to-purchase {
	visibility: visible;
}
*/

.js .live-data-multiple-product-form .submit {
	visibility: hidden;
}
/*
.js .live-data-multiple-product-form.all-merlin-getstock-complete .submit {
	visibility: visible;
}
*/

.js .live-data-product-list-purchase-form {
	visibility: hidden;
}
/*
.js .merlin-getstock-complete .live-data-product-list-purchase-form {
	visibility: visible;
}
*/

.js .live-data-events-initialised .live-data-quantity-to-purchase,
.js .live-data-multiple-product-form.live-data-events-initialised .submit,
.js .live-data-events-initialised .live-data-product-list-purchase-form {
	visibility: visible;
}

.no-js .system-webwiz-zero-stock.system-prevent-over-ordering-product .live-data-product-list-purchase-form,
.js .live-data-response-zero-stock.system-prevent-over-ordering-product .live-data-product-list-purchase-form,
.js .can-back-order-0 .live-data-response-zero-stock .live-data-product-list-purchase-form {
	display: none;
}

.live-data-zero-stock-module {
	display: none;
}
.live-data-response-zero-stock .live-data-zero-stock-module {
	display: block;
}

.live-data-available-stock-module {
	display: none;
}
.live-data-response-stock-available .live-data-available-stock-module {
	display: block;
}

/* product enquiry popup styles */
#bodypopup .breadcrumb,
#bodypopup .back-to-product-detail-module {
	display: none;
}

/* quick order styles */
.quick-order-search-module {
	visibility: hidden;
}
.quick-order-search-module.show {
	visibility: visible;
}

/* outstanding invoice table styles */
.outstanding-invoices-table .pay-col {
	text-align: center;
}
.outstanding-invoices-table .pay-col input {
	visibility: hidden;
}
.jq-process-invoice-checkbox-initialised .outstanding-invoices-table .pay-col input {
	visibility: visible;
}
.outstanding-invoices-table .total-to-pay {
	text-align: right;
	visibility: hidden;
}
.outstanding-invoices-table .total-to-pay.show {
	visibility: visible;
}

.outstanding-invoices-form .submit {
	visibility: hidden;
}
.outstanding-invoices-form .submit.show {
	visibility: visible;
}

/* invoice popup styles */
.invoice-print-instructions {
	background-color: #eee;
	border: 1px solid #999;
}

.invoice-product-list-table thead tr {
	background-color: #ccc;
	border-bottom: 1px solid #999;
}
.invoice-product-list-table .first-invoice-total-row {
	border-top: 1px solid #999;
}
.invoice-product-list-table .first-invoice-total-row th,
.invoice-product-list-table .first-invoice-total-row td {
	padding-top: 0.555555555556em;
}

.invoice-seller-details {
	padding-right: 0.3125em;
	padding-left: 0.3125em;
}

.invoice-seller-company-numbers-table > tr > th,
.invoice-seller-company-numbers-table > tbody > tr > th {
	padding-right:  0.333333333333em;
}

.age-check-content {
	text-align: center;
}
.age-check-content .heading {
	margin-top: 0.666666666667em;
	margin-bottom: 0.666666666667em;
	font-size: 1.875em;
	line-height: 1.2;
	text-transform: none;
}
.age-check-content .body-text {
	margin-top: -0.625em;
}
.age-check-form {
	visibility: hidden;
	margin-top: 1.25em;
	margin-bottom: 2.5em;
}
.age-check-form-initialised,
.age-check-form-not-initialised-backup {
	visibility: visible;
}
.age-check-form input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	margin: 0.277777777778em 0.555555555556em;
	padding: 0.3888888889em 1.666666666667em;
	text-transform: uppercase;
}
.age-check-message {
	margin: 2.5em 0;
}

.age-check-passed .age-check-popup .mfp-content {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);

	-webkit-transition: transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
}
.age-check-content img {
	width: 100%;
	max-width: 9.625em;
}

.cookies-eu-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
}
.cookies-eu-banner .pseudo-button {
	display: inline-block;
	margin-left: 0.2222222222em;
	padding-right: 0.4444444444em;
	padding-left: 0.4444444444em;
	border-width: 0;
}