@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?zejs1y');
  src:  url('/fonts/icomoon.eot?zejs1y#iefix') format('embedded-opentype'),
	 url('/fonts/icomoon.ttf?zejs1y') format('truetype'),
	 url('/fonts/icomoon.woff?zejs1y') format('woff'),
	 url('/fonts/icomoon.svg?zejs1y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #393939;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: 400;

	-webkit-text-size-adjust: 100%;
}

a {
	background-color: transparent;
	color: #727272;
}
a:hover,
a:focus,
a:active {
	background-color: transparent;
	color: #727b8e;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}

h1, .h1 {
	margin: 0.6em 0;
	font-size: 1.875em;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #393939;
}
h1.extra-margin,
.h1.extra-margin {
	margin-top: 1.3333333333em;
	margin-bottom: 1.3333333333em;
}
h2, .h2 {
	margin: 0.625em 0;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.25;
	color: #393939;
	letter-spacing: -1px;
}
h2.sub-title {
	font-size: 1.25em;
}
h3,
.h3,
.font-size-up-1 {
	margin: 0.5555555556em 0;
	font-size: 1.125em;
	line-height: 1.2222222222;
}
h3,
.h3 {
	font-weight: 700;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0.7142857143em 0;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.7142857143;
}
p,
ul,
ol,
table,
pre,
.page-nav {
	margin: 0.7142857143em 0;
	font-size: 0.875em;
	line-height: 1.7142857143;
}
.font-size-down-1,
.font-size-down-1-group p,
.font-size-down-1-group ul,
.font-size-down-1-group ol,
.font-size-down-1-group table,
.nav-footer ul {
	margin-top: 0.7692307692em;
	margin-bottom: 0.7692307692em;
	font-size: 0.8125em;
	line-height: 1.3846153846;
}
.font-size-down-2,
.font-size-down-2-group p,
.font-size-down-2-group ul,
.font-size-down-2-group ol,
.font-size-down-2-group table {
	margin-top: 0.8333333333em;
	margin-bottom: 0.8333333333em;
	font-size: 0.75em;
	line-height: 1.3333333333;
}

.font-size-down-1-group ul ul,
.font-size-down-1-group ul ol,
.font-size-down-1-group ul p,
.font-size-down-1-group ol ul,
.font-size-down-1-group ol ol,
.font-size-down-1-group ol p,
.font-size-down-1-group table ul,
.font-size-down-1-group table ol,
.font-size-down-1-group table p,
.font-size-down-2-group ul ul,
.font-size-down-2-group ul ol,
.font-size-down-2-group ul p,
.font-size-down-2-group ol ul,
.font-size-down-2-group ol ol,
.font-size-down-2-group ol p,
.font-size-down-2-group table ul,
.font-size-down-2-group table ol,
.font-size-down-2-group table p {
	font-size: 1em;
	line-height: inherit;
}

b,
strong,
th {
	font-weight: 700;
}

ul ul,
ul ol,
ul p,
ul table,
ol ul,
ol ol,
ol p,
ol table {
	margin-top: 0;
	font-size: 0.875em;
	line-height: inherit;
}
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 {
	padding: 0.5em 1.1428571429em;
	background-color: #dcdcdc;
	color: #1a1b1f;
	border: 1px solid #e5e5e5;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: inherit;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	-webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 4px -1px #ef2652;
}
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 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
button,
.button,
.submit {
	cursor: pointer;
}
.pseudo-button {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color:#fff;
	background-color:#cc120f;
	border:1px solid #cc120f;
}

input.submit:hover,
input.submit:active,
input.submit:focus,
.pseudo-button:hover,
.pseudo-button:active,
.pseudo-button:focus,
.info-panel-grid-item .pseudo-button:hover,
.info-panel-grid-item .pseudo-button:active,
.info-panel-grid-item .pseudo-button:focus {
	color:#fff;
	background-color:#727272;
	border:1px solid #727272;
}
button,
.button,
.pseudo-button-default {
	background-color: #fff;
	color: #1a1b1f;
	border-color: #1a1b1f;
}
button:hover,
.button:hover,
a:hover .pseudo-button-default,
.pseudo-button-default:hover {
	background-color: #d6dee7;
	color: #ef2652;
	border-color: #ef2652;
}

.submit, .pseudo-submit {
	background-color: #cc120f;
	color: #fff;
	border-color: #cc120f;
}
.submit:hover,
a:hover .pseudo-submit,
.pseudo-submit:hover {
	background-color: #1a1b1f;
	color: #000;
	border-color:#727272;
}
img {
	border: 0;
	max-width:100%;
}
address {
	font-style: normal;
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}
pre,
code {
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
	font-family: monospace, monospace;
}
pre {
	padding: 1em;
	overflow: auto;
}

/* ------ Helper Styles ------ */
.clear-self:before,
.clear-self:after {
	content: '';
	display: table;
}
.clear-self:after {
	clear: both;
}
.italics {
	font-style:italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-centre {
	text-align: center;
}
.text-right {
	text-align: right;
}
.extra-bottom-padding {
	padding-bottom:4em;
}
.ib {
	display: inline-block;
}
.remove {
	display: none !important;
}
.js .remove-if-js-enabled {
	display: none;
}
.overflow-auto {
	overflow: auto;
}
.hide-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.relative {
	position: relative;
}
.list-reset {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
.font-lato {
	font-family: 'Lato', Verdana, Geneva, sans-serif;
}


/* ------ Mini Modules ------ */
.data-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.4285714286;
}
.data-table tr {
	vertical-align: top;
}
.data-table th,
.data-table td {
	padding: 1em;
	text-align: left;
}
.data-table thead th,
.data-table thead td {
	padding: 0.9333333333em;
	color: #ef2652;
	font-size: 1.0714285714em;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.data-table thead th,
.data-table thead td {
	background-color: rgba(0, 0, 0, 0.07);
}
.data-table p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.data-table p:first-child {
	margin-top: 0;
}
.data-table p:last-child {
	margin-bottom: 0;
}
.data-table tbody tr:nth-child(even) td {
	background-color: rgba(0, 0, 0, 0.07);
}
.data-table tbody tr:nth-child(even) td {
	color: #1a1b1f;
}

.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;
}

.no-img,
.embedded-map {
	position: relative;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.no-img,
.embedded-map {
	background-color: rgba(0, 0, 0, 0.1);
}
.no-img,
.embedded-map {
	color: #000;
}
.no-img {
	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
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,
.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-container .iframe {
	width: 100%;
}
.embedded-map p a {
	background-color: transparent;
}

.contact-site-content {
	margin-top: 2em;
	margin-bottom: 2em;
}

.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-home:before {
  content: "\e904";
}
.icon-file-empty:before {
  content: "\e99d";
}
.icon-phone2:before {
  content: "\ea1d";
}
.icon-at-sign:before {
  content: "\ea2f";
}
.icon-search2:before {
  content: "\eb33";
}
.icon-zoom-in2:before {
  content: "\eb34";
}
.icon-menu7:before {
  content: "\ec71";
}
.icon-google-plus:before {
  content: "\eeea";
}
.icon-facebook2:before {
  content: "\eef0";
}
.icon-twitter:before {
  content: "\eef5";
}
.icon-youtube:before {
  content: "\eefc";
}
.icon-vimeo:before {
  content: "\eeff";
}
.icon-linkedin:before {
  content: "\ef28";
}
.icon-pinterest:before {
  content: "\ef30";
}
.icon-file-pdf:before {
  content: "\ef3e";
}
.icon-file-word:before {
  content: "\ef40";
}
.icon-file-excel:before {
  content: "\ef41";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-brand:before {
  content: "\e900";
}
.icon-social:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-chevron-left:before {
  content: "\e902";
}


.nav-main .icon-icomoon {
	display: block;
	font-size: 1.785714285714286em;
}

.nav-main > ul > li:nth-child(2):before {
  display: none;
}
.nav-main li a.icon-present .hide-text {
	position: static;
}

.nav-main li a.icon-present i {
	display: none;
}


@media screen and (min-width: 60em) {
	.nav-main li a.icon-present {
		padding-right: 0 !important;
	} 
	.nav-main li a.icon-present i {
		display: block;
		padding-right: 0.7142857143em !important;
	}   
	.nav-main li a.icon-present .hide-text {
		position: absolute;
	}
}




.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;
}

.grid-child .item a .list-download-heading  {
	color: #727272;
	position: relative;
	display: block;
	padding-left: 2.5em;
	margin-top: 1.5em;
}
/* ------ Layout ------ */

.wrapper {
	max-width: 67.25em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.wrapper.feature-text {
	max-width: 66em;
	padding-left: 1.25em;
	background-color: #fff;
}

.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: 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 ------ */

.cw-1 {
	background: #d9dee0;
	color: #727272;
}

.cw-2 {
	background: #f2f2f2;
	color: #393939;
}
.cw-3 {
	background: #d9dee0;
	color: #393939;
}

.cw-4 {
	background-color: #dcdcdc;
	color: #393939;
}
.cw-5 {
	background-color: #fff;
	color: #393939;
}

.cw-accent-1,
.cw-accent-1-base {
	background-color: #393939;
	color: #fff;
}

.cw-accent-2,
.cw-accent-2-base {
	background-color: #727b8e;
	color: #fff;
}

.cw-accent-3,
.cw-accent-3-base {
	background-color: #727272;
	color: #fff;
}


.cw-muted,
.cw-muted a,
.cw-muted-base {
	background-color: #727272;
	color: #fff;
}
.cw-muted a:hover,
.cw-muted a:focus,
.cw-muted a:active {
	background-color: #e1e1e1;
	color: #727b8e;
}

.cw-default,
.cw-default-base {
	background-color: #fff;
	color: #393939;
}
.cw-default a {
	background-color: #fff;
	color: #ef2652;
}
.cw-default a:hover,
.cw-default a:focus,
.cw-default a:active {
	background-color: #fff;
	color: #727b8e;
}

.cw-ele-accent-1 {
	background-color: transparent;
	color: #fff;
}

.cw-ele-accent-2 {
	background-color: transparent;
	color: #727b8e;
}

.cw-ele-accent-3 {
	background-color: transparent;
	color: #ef2652;
}

.cw-ele-muted {
	background-color: transparent;
	color: #777;
}

.cw-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
.cw-overlay {
	color: #fff;
}
.cw-overlay a {
	background-color: transparent;
	color: #ccc;
}
.cw-overlay a:hover,
.cw-overlay a:focus,
.cw-overlay a:active {
	background-color: transparent;
	color: #858585;
}

.keyline {
	border: 1px solid #dcdcdc;
}

/* ------ Modules ------ */
.site-header {
	position: relative;
	z-index: 2;
}
.site-header-nav {
	position: relative;
	position: -webkit-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0;
}
.site-content {
	position: relative;
	z-index: 1;
	margin-top: 0.75em;
}

.logo a {
	display: block;
	max-width: 9.375em;
	margin: 1.25em auto;
}
.logo img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 30em) {
	.logo,
	.adj-to-logo {
		display: inline-block;
		vertical-align: middle;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.logo {
		width: 50%;
	}
	.adj-to-logo {
		width: 50%;
		text-align: right;
	}
	.adj-to-logo .contact-info {
		font-size: 1em;
	}
	.logo a {
		max-width: 34.6875em;
		margin-left: 0;
	}
}
@media screen and (max-width: 29.9375em) {
	.contact-site-header {
		display: none;
	}
}
@media screen and (min-width: 30em) {

	.contact-site-header {
		display: block;
	}

	.contact-site-header a {
		text-decoration: none;
	}
	.contact-site-header .tel .label {
		font-weight: 400;
		font-size: 1.428571428571429em;
	}
	.contact-site-header .tel .content {
		font-size: 1.2857142857em;
		line-height: 1.2222222222;
		font-weight: 600;
	}
	.contact-site-header .email {
		font-weight: 600;
	}
	.contact-site-header .email a {
		background: transparent;
		color: #393939;
	}
}

@media screen and (min-width: 40em) {
	.contact-site-header .tel .label,
	.contact-site-header .tel .content {
		display: block;
		position: relative;
	}
	.contact-site-header .tel .label {
		z-index: 2;
	}
	.contact-site-header .tel .content {
		z-index: 1;
		font-size: 2.2857em;
		line-height: 1;
	}
}
.nav-main a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-main ul {
	display: none;
	margin: 0;
}
.nav-main ul a {
	background-color: transparent;
	color: #727272;
}
.nav-main ul a:hover,
.nav-main ul a:focus,
.nav-main ul a:active {
	background-color: transparent;
	color: #000;
}

@media screen and (max-width: 59.9375em) {
	.nav-main a {
		padding: 0.7142857143em 1.2857142857em;
	}

	.nav-main .nav-btn {
		margin: 0;
		font-weight: 400;
		letter-spacing: 0.1em;
	}
	.nav-main .nav-btn a {
		position: relative;
		padding-right: 2.5714285714em;
		background-color: #f0f0f0;
		color: #1a1b1f;

		-webkit-transition: background-color 0.15s;
		-o-transition: background-color 0.15s;
		transition: background-color 0.15s;
	}
	.nav-main .nav-btn a:hover,
	.nav-main .nav-btn a:focus,
	.nav-main .nav-btn a:active {
		background-color: #d5d5d5;
		color: #1a1b1f;
	}
	.nav-main .nav-btn .icon-icomoon {
		position: absolute;
		top: 0.3em;
		right: 0.6428571429em;
	}
	.nav-main .nav-btn .icon-icomoon:before {
		font-size: 1.2857142857em;
	}

	.nav-main ul:target {
		display: block;
	}
	.nav-main ul.show {
		display: block;
	}
	
  .nav-main ul ul.show li a {
		color:#666;
	}
}

@media screen and (min-width: 60em) {
	.nav-main .nav-btn {
		display: none;
	}

	.nav-main > ul {
		display: block;
		display: flex;
		flex-wrap: wrap;
		max-width: 79.7142857143em;
		margin: 0 auto;
		padding-right: 1.8571428571em;
		padding-left: 1.8571428571em;
	}
	.nav-main > ul > li,
	.nav-main > ul > li:before   {
		display: inline-block;
		display: flex;
		flex: 1 1 auto;
		width: 20%;
		vertical-align: middle;
		line-height: 1.25;
	}
	.nav-main > ul > li > a {
		display: flex;
		flex: 1 1 auto;
		justify-content: center;
		text-align: center;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;      
	}
	.nav-main > ul > li:first-child:before {
		content: '';
		display: none;
	}
	.nav-main > ul > li:last-of-type {
		font-weight: 800;
	}
	.nav-main > ul > li > a {
		padding: 0.5em 0.7142857142857em;
	}
	/*SUPER FISH*/
	/*.nav-main > ul > li.sfHover > a {
		background: #transparent;
		color: #d5c9b8;
	}*/
	.nav-main ul ul {
		display: none;
		position: absolute;
		background: #fff;
		color: #000;
		padding: 0.46153846153846153846153846153846em 0 0.61538461538461538461538461538462em; 
		top: 40px;
		left: 0px;
		width: 20.461538461538461538461538461538em;
		line-height: 1.2307692307692307692307692307692;
	}
/*   .nav-main ul li:hover > ul,
	.nav-main ul li.sfHover > ul {
		display: block;
	}*/
	.nav-main ul ul li {
		padding: 0.57142857142857142857142857142857em 0;
		background: #fff;
		color: #000;
	}
	.nav-main ul ul a {
		padding: 0 1.6666666666666666666666666666667em;
		background: #fff;
		color: #000;
	}
	.nav-main ul ul a:hover,
	.nav-main ul ul a:focus,
	.nav-main ul ul a:active {
		background: #fff;
		color: #727272;
	}
	
	.nav-main li {
		position: relative;
	}
}

@media all and (min-width: 60em) and (max-width: 71.25em) {
	.nav-main > ul > li.menu-icon-present {
		display: none;
	}
}

@media all and (min-width: 71.25em) {
	.nav-main > ul > li > a {
		padding-right: 0.4285em;
		padding-left: 0.4285em;
	}
	.nav-main > ul > li {
		width: auto;
	}
	.nav-main > ul {
		max-width: 78.714em;
		margin-right: auto;
		margin-left: auto;
		flex-wrap: nowrap;
	}
	.nav-main > ul > li .icon-present .icon-icomoon {
		display: block;
		display: flex;
		font-size: 2em;

		-webkit-align-self: center;
		align-self: center;
	}
	.nav-main > ul > li .icon-present .icon-icomoon:before {
		display: block;
	}
}
.site-content-1-1,
.site-content-1-3,
.site-content-2-3 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.site-content-1-3,
.site-content-2-3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



@media screen and (min-width: 45em) {
	.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;
	}
	.site-content-1-2.secondary-content,
	.site-content-1-2.main-content {
	}
}


@media screen and (min-width: 58.125em) {
	.site-content-1-3,
	.site-content-2-3 {
		display: inline-block;
		vertical-align: top;
	}
	.site-content-1-3 {
		width: 33.3333333333%;
	}
	.site-content-2-3 {
		width: 66.6666666667%;
	}
}

.top-image {
	background-repeat: no-repeat;
	background-position: 50% 0;

	-webkit-background-size: cover;
	background-size: cover;
}
.top-image .spacer {
	position: relative;
	height: 0;
	padding: 0 0 40%;
	overflow: auto;
}
.top-image .text-overlay {
	padding-bottom: 1.125em;
}
.top-image .caption {
	font-weight: 300;
	letter-spacing: 0.1em;
}

.top-image-heading  {
	font-size: 2.25em;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -1px;
	color:#fff;
}

.top-image .caption {
	color: #727272;
	font-size: 3.75em;
	font-weight: 800;
	letter-spacing: -3px;
	line-height: 1;
	margin-top:0;
}

@media screen and (min-width: 40em) {
	.top-image .spacer {
		padding: 0 0 35%;
	}
	.top-image-with-overlay {
		position: relative;
	}
	.top-image-with-overlay .spacer {
		background-position: 0 0;
	}
	.top-image .text-overlay {
		position: absolute;
		top: 50%;
		right: 0;
		width: 50%;
		padding-right: 1.25em;
		padding-left: 1.25em;
		padding-bottom: 0;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 50em) {
	.top-image .spacer {
		padding: 0 0 47%;
	}
}

@media screen and (min-width: 60em) {
	.top-image .text-overlay {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}
}

.js .slideshow-panel .item,
.js .slideshow-panel-new .item {
	display: none;
}
.js .slideshow-panel .item:first-child,
.js .slideshow-panel-new .item:first-child {
	display: block;
}

.slideshow-panel .item,
.slideshow-panel-new .item {
	width: 100%;
}
.slideshow-panel-new img {
	display: block;
	width: 100%;
}
.slideshow-panel .sentinel-item {
	display: none;
}
.slideshow-panel .text-overlay {
	padding-top: 1.125em;
	padding-bottom: 2.25em;
	text-align: center;
}
.slideshow-panel .heading {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-size: 1.875em;
	line-height: 1;
}
.slideshow-module .text-overlay .heading {
	margin-top: 0.8571em;
	margin-bottom: 0.8571em;
	font-size: 1.75em;
	line-height: 1.142857142857143;
	text-transform: uppercase;
	letter-spacing: 0;
}
.slideshow-module .text-overlay .sub-heading {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	font-size: 1.25em;
	line-height: 1.5;
}
.slideshow-panel .caption,
.slideshow-module .text-overlay .caption {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-size: 2.1875em;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -1px;
	color: #aa0c2f;
}

.slideshow-panel-cycle-nav {
	display: none;
}

@media screen and (min-width: 40em) {
	.js .slideshow-panel.cycle-initialised .sentinel-item {
		display: block;
	}
}

@media screen and (min-width: 50em) {
	.slideshow-panel-cycle-nav {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 101;
		width: 100%;
	}
	.slideshow-panel-cycle-nav-item {
		position: absolute;
		top: 0;
		padding: 0.5625em;
		background-color: #fff;
		color: #ef2652;
		cursor: pointer;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;

		-webkit-transition: color 0.15s, box-shadow 0.15s;
		-o-transition: color 0.15s, box-shadow 0.15s;
		transition: color 0.15s, box-shadow 0.15s;
	}
	.slideshow-panel-cycle-nav-item:hover {
		background-color: #fff;
		color: #0450ff;

		-webkit-box-shadow: 0 0 0.25em #fff;
		box-shadow: 0 0 0.25em #fff;
	}
	.slideshow-panel-cycle-prev {
		left: 0.625em;
	}
	.slideshow-panel-cycle-next {
		right: 0.625em;
	}
	.slideshow-panel-cycle-nav-item .icon-icomoon,
	.slideshow-panel-cycle-nav-item .icon-icomoon:before {
		display: block;
	}
	.slideshow-panel-cycle-nav-item .icon-icomoon:before {
		font-size: 2.375em;
	}
}

@media screen and (min-width: 60em) {
	.slideshow-panel-with-overlay .text-overlay {
		padding-right: 6.25em;
	}
	.slideshow-panel .heading {
		margin-top: 0.8571em;
		margin-bottom: 0.8571em;
		font-size: 1.75em;
		line-height: 1.142857142857143;
		text-transform: uppercase;
		letter-spacing: 0;
	}
	.slideshow-panel .sub-heading {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
		font-size: 1.25em;
		line-height: 1.5;
	}
}

@media all and (min-width: 61.875em) {
	.slideshow-panel-new {
		margin-left: 50%;
	}
	.slideshow-module .text-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		overflow: auto;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.slideshow-module .text-overlay .wrapper {
		max-width: 73.875em;
		margin-right: auto;
		margin-left: auto;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.slideshow-module .text-overlay .text-overlay-content {
		padding-right: calc(50% + 2em);
	}
}

@media all and (min-width: 61.875em) and (max-width: 73.6875em) {
	.slideshow-module .text-overlay .text-overlay-content {
		padding-top: 0;
		padding-bottom: 0;
	}
	.slideshow-module .text-overlay .heading {
		margin-top: 0.8333333333333333em;
		margin-bottom: 0.8333333333333333em;
		font-size: 1.5em;
		line-height: 1.166666666666667;
	}
	.slideshow-module .text-overlay p {
		margin-top: 0.7692307692307692em;
		margin-bottom: 0.7692307692307692em;
		font-size: 0.8125em;
		line-height: 1.538461538461538;
	}
	.slideshow-module .text-overlay .sub-heading {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
		font-size: 1em;
		line-height: 1.25;
	}
}
@media all and (min-width: 71.25em) {
	.slideshow-module .text-overlay .text-overlay-content {
		margin-left: 4.75em;
	}
}

@media all and (min-width: 82.5em) {
	.slideshow-module .text-overlay .text-overlay-content {
		padding-right: calc(50% + 4em);
	}
}

@media all and (max-width: 61.8125em), all and (min-width: 80em) {
	.slideshow-module .text-overlay .text-overlay-content {
		padding-top: 2em;
		padding-bottom: 2em;
	}
}

.slideshow-overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 5px;
	width: 100%;
}

.slideshow-overlay {
	width: 50%;
	text-align: left;
	padding: 2em 4em;
	/*max-width: 47.5em;*/
	background: #dcdcdc;
	display: inline-block;
	box-sizing: border-box;
	height: 100%;
}
.slideshow-overlay-container .wrapper,
.main-content-overlay-container .wrapper {
	max-width: 25.7em;
	margin-right: 0;
	padding: 0;
}

.slideshow-overlay p:last-of-type {
	font-size: 0.9375em;
	line-height: 1.5;
}
@media all and (max-width:20.9375em) {
	.slideshow-overlay {
		padding: 0.5em;
	}
	.slideshow-overlay .heading {
		font-size: 1.25em;
	}
}
@media all and (max-width:37.5em) {
	.slideshow-overlay {
		padding: 1em;
	}
	.slideshow-overlay .sub-heading {
		display: none;
	}
}
@media all and (max-width:77.5em) {
	.slideshow-overlay p:last-of-type {
		display: none;
	}
}
@media all and (min-width:77.5em) and (max-width:96.25em) {
	.slideshow-overlay {
		overflow: scroll;
	}
}


.breadcrumb {
	margin: 0.0714285714285714em  0;
	padding: 0;
	text-align: left;
}
.breadcrumb li, .breadcrumb li::before {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.9166666666666667em;
}
.breadcrumb li:before {
	content: '\0000a0>\0000a0';
}
.breadcrumb li:first-child:before {
	content: '';
	display: none;
}
.breadcrumb a {
	background-color: transparent;
	color: #727272;
	text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	background-color: transparent;
	color: #ef2652;
}

.section-heading {
	margin-top: 1.25em;
}

.content-section {
	margin-top: -0.625em;
	overflow: hidden;
}
.content-section img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0.625em auto;
}
.content-section img.block {
	margin-right: 0;
	margin-left: 0;
}
.content-section li {
	margin-top: 0.2857142857em;
}

@media screen and (min-width: 37.5em) {
	.content-section img.pull-right {
		float: right;
		margin-right: 0;
		margin-left: 0.625em;
	}
	.content-section img.pull-left {
		float: left;
		margin-right: 0.625em;
		margin-left: 0;
	}
}
.standard-form {
	margin: 0 0 1.4285714286em 0;
	padding: 0 1.4285714286em;
	padding-left:0;
	font-size: 0.875em;
	line-height: 1.2857142857;
	text-align: left;
}
.info-panel-grid-item .standard-form {
	margin: 0;
}
.standard-form > div {
	max-width: 25em;
}
.standard-form .icon-icomoon {
	display: block;
	font-size: 4.5714285714em;
	text-align: center;
}
.standard-form legend {
	margin: 0;
	padding: 0.3125em 0;
	border-bottom: 1px solid #d0d0d0;
	font-size: 1.1428571429em;
	font-weight: bold;
	line-height: 1.25;
}
.standard-form li {
	margin: 0.4285714286em 0;
}

.standard-form label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.1428571429em;
}
.standard-form li.required label:after {
	content: '\0000a0*';
}

.standard-form p.note {
	margin-bottom: 1.4285714286em;
}
.standard-form li:first-child p.note {
	margin-top: 1.4285714286em;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 0.7857142857em;
	vertical-align: top;
}

.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	display: inline-block;
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
}
.standard-form .required-message:before {
	content: '* Required';
}

.standard-form .submit,
.standard-form .button {
	width: auto;
	background-color:#cc120f
}


.grid-child {
	margin: 0.625em 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 .item.page-item .heading,
.grid-child .item.feature-panel-item .heading {
	margin: 1.125em 0 0.25em;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;   
}
.grid-child .item.page-item p.text-left,
.grid-child .item.feature-panel-item p.text-left {
	padding: 0 0.875em;
	margin: 0 0 0.25em 0;
	text-transform: uppercase;   
}
.grid-child .item.page-item a:hover,
.grid-child .item.page-item a:focus,
.grid-child .item.page-item a:active,
.grid-child .feature-panel-item a:hover,
.grid-child .feature-panel-item a:focus,
.grid-child .feature-panel-item a:active {
	background-color: #fff;
	color: #1a1b1f;
}
.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 65.66265060240964%;
	overflow: hidden;
}

.grid-child-standard {
	margin: 2em 0;
}
.grid-child-standard .item {
	width: 100%;
}
.grid-child-standard .container {
	max-width: 22em;
}

@media screen and (min-width: 34.875em) {
	.grid-child-standard {
		max-width: 46.5em;
	}
	.grid-child-standard .item {
		width: 50%;
	}
}

@media screen and (min-width: 58.125em) {
	.grid-child-standard {
		max-width: 69.75em;
	}
	.grid-child-standard .item {

		width: 33.3333333333333%;
	}
}

.grid-child-large .item {
	width: 100%;
}
.grid-child-large .container {
	max-width: 33.625em;
}

@media screen and (min-width: 51.25em) {
	.grid-child-large .item {
		width: 50%;
	}
}

.grid-child-small .item {
	width: 100%;
}

@media screen and (min-width: 20em) {
	.grid-child-small .item {
		width: 50%;
	}
}

@media screen and (min-width: 28.75em) {
	.grid-child-small .item {
		width: 33.3333333333%;
	}
}

@media screen and (min-width: 36.25em) {
	.grid-child-small .item {
		width: 25%;
	}
}

@media screen and (min-width: 43.75em) {
	.grid-child-small .item {
		width: 20%;
	}
}

@media screen and (min-width: 52.5em) {
	.grid-child-small .item {
		width: 16.6666666667%;
	}
}

@media screen and (min-width: 60em) {
	.grid-child .container {
		margin: 1.25em 0;
	}
	.grid-child .content {
		margin: 0 1.25em;
	}

	.grid-child-standard .container {
		max-width: 23.25em;
	}

	.grid-child-large .container {
		max-width: 34.875em;
	}
}

.grid-child .standard-item .content {
	position: relative;
}
.grid-child .standard-item .overlay {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.grid-child .standard-item .heading {
	display: inline-block;
	vertical-align: top;
	padding: 0.7692307692em 1.3846153846em;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.grid-child .standard-item .heading {
	background-color: rgba(0, 0, 0, 0.7);
}
.grid-child .standard-item a:hover .heading,
.grid-child .standard-item a:focus .heading,
.grid-child .standard-item a:active .heading {
	background-color: rgba(0, 0, 0, 0.9);
}

.site-footer {
	border-top: 1px solid #e1e1e1;
	margin-top: 0.75em;
}
.footer-bottom {
	padding-bottom:2.5em;
}

.footer-bottom, 
.footer-bottom2  {
	background-color: #474646;
	color:#fff;
	/*font-size:1em;*/
}

.footer-bottom a {
	color:#fff;
	background-color:transparent;
}

.footer-bottom a:hover,
.footer-bottom a:active,
.footer-bottom a:focus {
	color:#cc120f;
	background-color:tranparent;
}


.footer-section {
	margin-top: 0.25em;
}

@media screen and (min-width: 60em) {
	.footer-section {
		width: 66.6666666667%;
		display:inline-block;
		vertical-align:top;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
	}
}


.footer-section .heading {
	margin: 0;
	padding: 0.72222em 0 0;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.2222222222;
}
.footer-section .content {
	padding-top: 0.25em;
	padding-bottom: 0.625em;
}

.nav-footer ul {
	margin: 0;
	padding: 0.92307em 0;
}
.nav-footer li {
	padding: 0;
	font-size: 1.384615384615385em;
	font-weight: 700;
	width: 100%;
	display: inline-block;
	vertical-align:top;
}

@media screen and (min-width: 37.5em) {
	.nav-footer li {
		width:50%
	}
}

.nav-footer ul a {
	text-decoration: none;
}


.nav-footer li li {
	font-size: 0.8883847115824865em;
	font-weight: 400;
	line-height: 1.846153846153846em;
}

ul.contact-info.font-size-down-1 li {
	line-height:1.846153846153846em
}
.contact-site-footer a {
	text-decoration: none;
}
.contact-site-footer .email a {
	color:#cc120f;
}

.list-social-media {
	margin: 0;
	padding: 0;

	font-size: 1em;
	line-height: inherit;
}
.list-social-media li {
	display: inline-block;
	vertical-align: top;
	margin: 0.5em 1em 0 0;
}
.list-social-media a {
	display: block;
	background-color: transparent;
	text-decoration: none;
}
.list-social-media .icon-icomoon,
.list-social-media .icon-icomoon:before {
	display: block;
}
.list-social-media .icon-icomoon:before {
	font-size: 1.625em;
}

@media screen and (max-width: 16.8125em), screen and (min-width: 61.875em) and (max-width: 66.1875em) {
	.list-social-media .icon-icomoon:before {
		font-size: 1.25em;
	}
}

.site-credits.font-size-down-2 {
	margin-top: 1.6666666667em;
	margin-bottom: 1.6666666667em;
}

.site-credits a {
	background-color: transparent;
	color: #ef2652;
	text-decoration: none;
}

@media screen and (min-width: 40em) {
	.site-footer-1-2 {
		display: inline-block;
		vertical-align: top;
		width: 50%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
/*MAILING LIST*/

#newsletter-module {
	background-color: #727272;
	padding: 1.25em 0 0.625em 0;
	text-align: center;
}

.description-text {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 1.125em;
	padding-right: 1em;
	margin-bottom:1em;
}

@media screen and (min-width: 60em) {
	.description-text {
		display: inline-block;
	}
}

#macroform_newsletter {
	display: inline-block;
	text-align:left;
}

.newsletter-form label {
	text-transform: uppercase;
	padding: 0;
	color: #fff;
	font-size: 0.875em;
}

@media screen and (min-width: 60em) {
	.newsletter-form label {
		margin:0 0.625em;
	}
}

.newsletter-form input {
	padding:0.3125em;
	display:block;
	margin-bottom:0.625em;
}

@media screen and (min-width: 60em) {
	.newsletter-form input {
		display:inline-block;
	}
}

.newsletter-form .submit {
	background-color: #cc120f;
	color: #727272;
	font-size: 0.875em;
	padding: 0.65em 1em 0.4em 1em;
	border: 0 none;
	/* letter-spacing: normal; */
	margin-left: 0;
	line-height: inherit;
}

@media screen and (min-width: 60em) {
	.newsletter-form .submit {
		margin-left: 1em;
	}
}

.newsletter-signup-form .submit {
	font-size: 0.75em;
	margin-left: 0.625em;
	background: #fff;
	color:#000;
	border-color: #fff;
	font-weight: 600;
}
.newsletter-signup-form input {
	background: #fff;
	color: #000;
}

.newsletter-signup-form .submit:hover {
	background-color:#474646;
	border-color: #474646;
}

@media screen and (min-width: 45em) {
	.newsletter-module .description-text,
	.newsletter-module form {
		display:inline-block;
		width:50%;
		-moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
	}
	.newsletter-module .description-text {
		text-align:right;
	}
	.newsletter-module form {
		text-align:left;
	}
}

/*INFO PANELS*/

.item.info-panel-grid-item {
	text-align: left;
	color:#1a1b1f;
}
.item.info-panel-grid-item p.font-lato {
	font-size: 0.9375em;
	line-height: 1.66666667;
	margin: 2.666667em 0;
}
.item.info-panel-grid-item p:last-of-type {
	margin: 0;
}
.item.info-panel-grid-item a {
	color:#1a1b1f;
}

h3.info-panel-heading {
	background-color: #727272;
	color: #fff;
	text-transform: uppercase;
	padding: 0.625em;
	font-size: 1.25em;
	margin-bottom:0;
	font-weight: 600;
}

.content-module {
	background-color: #e1e1e1;
	padding: 1.5em;
}

.info-panel-grid-item img {
	margin-bottom:1em;
}

.info-panel-grid-item h4 {
	font-size:1.125em
	}

.info-panel-grid-item input {
	display: block;
	background-color: #fff;
	width: 100%;
	line-height: 1.25em;
}

.info-panel-grid-item label {
	text-transform:uppercase;   
	font-size:0.875em;
}

.info-panel-grid-item  .pseudo-button {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 0.9285714285714286em;
	margin-top:1em;
	background-color:#cc120f;
}

.info-panel-grid-item input.pseudo-button {
	font-size: 0.8125em;
	width: auto;
	padding: 0.825em 1em;
}

.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;
}
.grid-child-flex-normalise .content {
	flex: 1 1 auto;
}
.grid-child-flex-normalise .flex-expand-this {
	flex: 1 0 auto;
}
.info-panel-grid-item {
	margin-top: 6em;
}
@media all and (min-width: 34.875em) {
	.info-panel-grid-item input.submit {
		position: absolute;
		bottom: 1.7142em;
	}
}
.minimum-order {
	text-transform: uppercase;
	font-weight: 600;
	color: #cc120f;
}

/* ---- NEW PAGE LAYOUT ---- */

.main-content-overlay {
	padding: 0.5em 4em 2em 4em;
	background: #dcdcdc;
}
.site-content-1-2.secondary-content .wrapper {
	max-width: 32.375em;
	margin-left: 0;
}
.site-content-1-2.secondary-content {
	width: 40%;
}

.slideshow-panel-new .cycle-pager {
	display: none;
}
.slideshow-panel-new .cycle-pager .pager-item {
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1em;
	margin: 0.1875em;
	background-color: #eb2622;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.slideshow-panel-new .cycle-nav,
.slideshow-panel-new .cycle-pager {
	position: absolute;
	z-index: 101;
}
.slideshow-panel-new .cycle-nav {
	top: 50%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slideshow-panel-new .cycle-nav .icon-icomoon,
.slideshow-panel-new .cycle-nav .icon-icomoon:before {
	display: block;
}
.slideshow-panel-new .cycle-nav .icon-icomoon {
	background-color: rgba(114, 114, 114, 0.8);
}
.slideshow-panel-new .cycle-nav .icon-icomoon {
	color: #fff;
	font-size: 2.5em;
	cursor: pointer;
}
.slideshow-panel-new .cycle-nav:hover .icon-icomoon,
.slideshow-panel-new .cycle-nav:focus .icon-icomoon,
.slideshow-panel-new .cycle-nav:active .icon-icomoon {
	background-color: rgba(0, 0, 0, 0.7);
}
.slideshow-panel-new .cycle-nav:hover .icon-icomoon,
.slideshow-panel-new .cycle-nav:focus .icon-icomoon,
.slideshow-panel-new .cycle-nav:active .icon-icomoon {
	color: #fff;
}
.slideshow-panel-new .cycle-prev {
	left: 0;
}
.slideshow-panel-new .cycle-next {
	right: 0;
}

.slideshow-panel-new .cycle-pager {
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 1;
	text-align: center;
}
.slideshow-panel-new .cycle-pager-item {
	display: inline-block;
	vertical-align: top;
	width: 0.875em;
	height: 0.875em;
	margin: 0.375em;
	background-color: #fff;
	cursor: pointer;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.slideshow-panel-new .cycle-pager-item:hover {
	background-color: #000;
}
.slideshow-panel-new .cycle-pager-active {
	background-color: rgba(234, 76, 73, 0.8) !important;
}
.slideshow-panel-new .cycle-pager-active {
	cursor: default;
}

.uk-flag {
	vertical-align: middle;
}
.made-in-uk {
	vertical-align: middle;
	margin-left: 1em;
	margin-right: 1em;
}

.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.5em;
	padding: 0.25em 1em;
	border-color: #fff;
	color: #fff;
	vertical-align: middle;
	background-color: #cc120f;
}
.cookies-eu-banner .pseudo-button:hover {
	color: #000;
	background-color: #fff;
}
.cookies-eu-banner a {
	text-decoration: underline;
