@-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?k59q5z');
	src: url('/fonts/icomoon.eot?k59q5z#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.ttf?k59q5z') format('truetype'),
		url('/fonts/icomoon.woff?k59q5z') format('woff'),
		url('/fonts/icomoon.svg?k59q5z#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #808080;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;

	-webkit-text-size-adjust: 100%;
}

a,
.pseudo-link {
	color: #bf0000;
	text-decoration: none;
	transition: color .25s ease;
}
a:hover,
a:focus,
a:active,
.pseudo-link:hover,
.pseudo-link:focus,
.pseudo-link:active {
	color: #6a6a6a;
}
.pseudo-link {
	text-decoration: underline;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}

h1,
.h1 {
	margin: 0.375em 0;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.25;
}
h2,
.h2 {
	margin: 0.75em 0;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.125;
}

h3,
.h3 {
	margin: 1em 0;
	font-size: 1.625em;
	font-weight: 400;
	line-height: 1.333333333333;
}

h4,
.h4 {
	margin: 1em 0;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.333333333333;
}

h5,
.h5 {
	margin: 1em 0;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.333333333333;
}

h6,
.h6 {
	margin: 1.125em 0;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
}

p,
ul,
ol,
table,
pre,
hr,
.page-nav,
.page-nav-detailed,
.font-size-default {
	margin: 1.285714285714em 0;
	font-size: 0.875em;
	line-height: 1.714285714286;
}

.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: 1.5em 0;
	font-size: 0.75em;
	line-height: 1.333333333333;
}

.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.8em 0;
	font-size: 0.625em;
	line-height: 1.4;
}

th,
td {
	padding: 0.357142857143em;
}
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: #fff;
	color: #000;
	border: 1px solid #ccc;
	font-family: 'Poppins', 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;
}
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;
}
.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,
.pseudo-submit {
	background-color: #bf0000;
	color: #fff;
	border-color: #bf0000;
}

.submit:hover,
.submit:focus,
.submit:active,
a:hover .pseudo-submit,
a:focus .pseudo-submit,
a:active .pseudo-submit,
.pseudo-submit:hover,
.pseudo-submit:focus,
.pseudo-submit:active,
.cw-2 .pseudo-submit:hover,
.cw-2 .pseudo-submit:focus,
.cw-2 .pseudo-submit:active{
	background-color: #de0000;
	color: #fff;
	border-color: #de0000;
}

.standard-button {
	padding: 0.9285714285714286em 2.285714285714286em;
	border-radius: 2em;
	font-weight: 700;
	text-transform: uppercase;
	transition: background 1s ease, border-color 1s ease;
	line-height: 2;
}

.underline {
	 display: inline-block;
	 position: relative;
}

.underline::after {
	 content: "";
	 display: block;
	 position: absolute;
	 bottom: -20px;
	 left: 0;
	 width: 20px;
	 height: 3px;
	 background-color: #232323;
}

/* ----------- 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 {
	max-width: 100%;
	height: auto;
	border: 0;
	display: block;
}
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;
}
.js .hidden-if-js-enabled {
	opacity: 0;
	visibility: hidden;
}
.overflow-auto {
	overflow: auto;
}
.nowrap {
	white-space: nowrap;
}
.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;
}

.font-sofia-sans {
	font-family: 'Sofia Sans', sans-serif;
}

.custom-ul {
	padding: 0;
	list-style: none;
}

.custom-ul li {
	position: relative;
	margin: 0.5em 0;
	padding: 0 0 0.125em 1.5em;
}
.custom-ul li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "\ea10";
	background-color: transparent;
	color: #000;
	font-family: 'icomoon' !important;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vam {
	vertical-align: middle !important;
}

/* ------ 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;
}
.data-table .control {
	display: inline-block;
	margin: 0 0.01785714375em;
	text-decoration: none;
}

/*
@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;
	}
}
*/

.submit-form-scale-out-on-success form {
	-webkit-transition: -webkit-transform 0.25s;
	-o-transition: -o-transform 0.25s;
	transition: transform 0.25s;
}
.form-submit-success.submit-form-scale-out-on-success form {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.submit-form-slide-up-on-success:before,
.submit-form-slide-up-on-success:after {
	content: "";
	display: table;
}
.submit-form-slide-up-on-success:after {
	clear: both;
}
.submit-form-slide-up-on-success ol,
.submit-form-slide-up-on-success ul {
	margin-top: 0;
}

.form-success-msg,
.form-fail-msg,
.form-captchafail-msg,
.form-denied-msg {
	display: none;
	opacity: 0;
}

.form-submit-success .form-success-msg,
.form-submit-fail .form-fail-msg,
.form-captchafail .form-captchafail-msg,
.form-denied .form-denied-msg {
	display: block;
	opacity: 1;

	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.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.214285714286em;
	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;
		
}

.drop-shadow-panel {
	 border-radius: 0.625em;
}
.grid-child-3-up .grid-item .drop-shadow-panel,
.grid-child-4-up .grid-item .drop-shadow-panel {
	background: #f1f1f1;
}

.secondary-feature-panel .grid-child-3-up .grid-item .drop-shadow-panel,
.secondary-feature-panel .grid-child-4-up .grid-item .drop-shadow-panel {
	 background: #fff;
}

.grid-child-3-up .grid-item .drop-shadow-panel .gutter-fixed-full,
.grid-child-4-up .grid-item .drop-shadow-panel .gutter-fixed-full {
	padding-left: 2em;
	padding-right: 2em;
}
.grid-child-3-up .grid-item a .icon-icomoon,
.grid-child-4-up .grid-item a .icon-icomoon {
  transition: color .25s ease; 
}
.grid-child-3-up .grid-item a:hover .icon-icomoon,
.grid-child-4-up .grid-item a:hover .icon-icomoon {
	color: #000;
}

.download-list {
	font-size: 1em;
	margin-bottom: 4em;
}

.download-list .title-only {
	 margin-top: 1.8em;
}

.download-list .item {
	margin-top: 1em;
	margin-bottom: 1em;
}

.download-list a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	 min-height: 1.5em;
	padding-left: 2.5em;
}

.download-list .list-download-heading {
	margin: 0;
	max-width: 21em;
}

.download-list .icon-icomoon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5625em;
}

@media screen and (min-width: 37.5em) {
	.download-list a {
		margin-right: 1em;
	}
}

@media all and (min-width: 30em) {
	.download-list .item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-top: 0.375em;
		margin-bottom: 0.375em;
	}
	.download-list a {
		margin-right: 1em;
	}
}

@media all and (min-width: 45em) {
	.download-list .item {
		width: 33.333333%;
	}
}

@media all and (min-width: 60em) {
	.download-list .item {
		width: 25%;
	}
}

.social-media-list {
	margin: -0.5em;
	font-size: 1em;
	line-height: 1;
}
.social-media-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0.5em;
}
.social-media-list a {
	display: block;
	text-decoration: none;

	transition: color 0.2s;
}
.social-media-list .icon-icomoon {
	font-size: 1.5em;
	transition: background 0.75s ease;
}
.contact-site-content .item a:hover .icon-icomoon,
.contact-site-content .item a:focus .icon-icomoon,
.contact-site-content .item a:active .icon-icomoon {
	background: #000;
}

.social-media-list a:hover .icon-icomoon,
.social-media-list a:focus .icon-icomoon,
.social-media-list a:active .icon-icomoon {
	background: #bf0000;
}

.no-img,
.embedded-map,
.embedded-video {
	position: relative;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.no-img,
.embedded-map,
.embedded-video {
	background-color: rgba(0, 0, 0, 0.1);
}
.no-img,
.embedded-map {
	color: #000;
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	background-color: rgba(0, 0, 0, 0.2);
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	color: #000;
}
.no-img p {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin: 0 !important;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.embedded-map {
	padding: 0 0 100%;
}
.embedded-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width: 37.5em) {
	.embedded-map {
		padding: 0 0 61.222%;
	}
}

.embedded-video {
	padding: 0 0 56.25%;
}
.embedded-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.icon-icomoon,
.icon-icomoon:before {
	display: block;
}
.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-map-pin:before {
  content: "\e903";
}
.icon-award:before {
  content: "\e90c";
}
.icon-quote:before {
  content: "\e90d";
}
.icon-builder:before {
  content: "\e90e";
}
.icon-download:before {
  content: "\e90f";
}
.icon-bird:before {
  content: "\e910";
}
.icon-shield-stroke:before {
  content: "\e901";
}
.icon-file-text-stroke:before {
  content: "\e90a";
}
.icon-clock-stroke:before {
  content: "\e90b";
}
.icon-search-2:before {
  content: "\e902";
}
.icon-arrow-right-line:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e906";
}
.icon-arrow-left:before {
  content: "\e907";
}
.icon-email:before {
  content: "\e908";
}
.icon-trust-shield:before {
  content: "\e909";
}
.icon-star-2:before {
  content: "\e917";
}
.icon-star:before {
  content: "\e904";
}
.icon-file-empty:before {
  content: "\e99d";
}
.icon-phone2:before {
  content: "\ea1d";
}
.icon-at-sign:before {
  content: "\ea2f";
}
.icon-menu7:before {
  content: "\ec71";
}
.icon-google-plus:before {
  content: "\eeea";
}
.icon-twitter:before {
  content: "\eef5";
}
.icon-youtube:before {
  content: "\eefc";
}
.icon-vimeo:before {
  content: "\eeff";
}
.icon-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-checkmark:before {
  content: "\ea10";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-search:before {
  content: "\e911";
}

/*.bg-sprite {
	background-image: url('/images/bg-sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}*/

.skip-link {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.333;
	text-decoration: none;
	z-index: 3;
}
.skip-link:focus,
.skip-link:active {
	left: 0;
	background-color: #000;
	color: #fff;
}

/* ------ Layout ------ */

.wrapper,
.wrapper-narrow {
	max-width: 90.5em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}

.wrapper-narrow {
	max-width: 59.5em;
}

.max-content-width-wrapper {
	max-width: 2000px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.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 all and (min-width: 48em) {
	.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;
	}
}

@media all and (min-width: 70em) {
	.half-width-section.grid-adjust-default {
		margin-right: -2.5em;
		margin-left: -2.5em;
	}
	
	.half-width-section .gutter-default {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}
}

/* ------ Colourways ------ */

/* COLOURWAYS */

.cw-1,
.cw-1-base {
	background-color: #f3f3f3;
	color: #6a6a6a;
}

.cw-1 a,
.cw-1-base a {
	color: #bf0000;
}

.cw-1-alternative-link a {
	color: #fff;
}

.cw-2,
.cw-2-base {
	background-color: #232323;
	color: #fff;
}

.alternative-link a {
	color: #fff;
}
.alternative-link a:hover,
.alternative-link a:focus,
.alternative-link a:active {
	color: #bf0000;
}

.alternative-link-2 a {
	color: #999;
}
.alternative-link-2 a:hover,
.alternative-link-2 a:focus,
.alternative-link-2 a:active {
	color: #bf0000;
}

.cw-default,
.cw-default-base {
	background-color: #fff;
	color: #6a6a6a;
}
.cw-default a {
	color: #bf0000;
}
.cw-default a:hover,
.cw-default a:focus,
.cw-default a:active {
	color: #6a6a6a;
}

.cw-default-foreground {
	 color: #808080;
}

.cw-1-foreground {
	color: #232323;
}

.cw-2-foreground {
	color: #6a6a6a;
}

.cw-3-foreground {
	color: #bf0000;
}

.text-colour-black {
	color: #232323;
}

.text-colour-white {
	color: #fff;
}


.keyline-default {
	border: 1px solid #ccc;
}

/* ------ Modules ------ */
.site-header {
	position: relative;
	z-index: 3;
}

@media all and (min-width: 37.5625em) {
	.site-header {
		border-bottom: 1px solid #eeeeee;
	}
}

.adj-to-logo {
	text-align: center;
}

.adj-to-logo .site-header-button,
.adj-to-logo .contact-site-header-tel {
	 display: inline-block;
	 vertical-align: middle;
}

@media all and (max-width: 44.9375em) {
	.header-button {
		margin: 0;
	}
}

.header-button .standard-button {
	text-transform: none;
	line-height: 1.333333333333333;
}

.contact-site-header-tel .tel {
	 margin-bottom: 0;
}

.contact-site-header-tel .text {
	 margin-top: 0;
}

.logo a {
	display: block;
	max-width: 11.875em;
	margin: 1.5em auto;
}

.logo img {
	display: block;
}

.nav-main {
	margin-right: -1.25em;
	margin-left: -1.25em;
	text-align: center;
}

@media all and (min-width: 45em) {
	.nav-main {
		text-align: right;
	}
	.four-oh-four .logo a {
		margin: 0.25em auto;
	}
	.site-header-button {
		text-align: right;
	}
	.logo a {
		margin-left: 0;
	}
}

.nav-main a {
	display: block;
	text-decoration: none;
}
.nav-main ul {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 0.9375em;
}

.nav-main ul a {
	color: #000;
}
.nav-main ul a:hover,
.nav-main ul a:focus,
.nav-main ul a:active,
.nav-main li.sfHover > a,
.no-js .nav-main li:hover > a {
	color: #bf0000;
}

.nav-main ul ul {
	font-weight: 400;
	line-height: 1.3846153846;
}

.nav-main .dropdown-prompt {
	display: none;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 0.328571em;
	font-weight: 400;
	line-height: 1;
	transform: rotate(90deg);
	font-size: 1.266666666666667em;
}

.nav-main ul ul li {
	margin: 0.5em 0;
}

@media all and (max-width: 37.5em) {
	.nav-main .nav-btn {
		margin-top: 0;
		margin-bottom: 0;
		text-transform: uppercase;
	}
	.nav-main .nav-btn a {
		padding: 0.25em 0.625em;
		background-color: #bf0000;
		color: #fff;
	}
	.nav-main .nav-btn .icon-icomoon {
		display: inline-block;
		vertical-align: top;
		margin-top: 3px;
		margin-left: 3px;
	}

	.nav-main ul ul {
		padding-top: 0.769230769em;
		padding-bottom: 1.538461538em;
	}

	.nav-main ul:target {
		display: block;
	}
	.nav-main ul.show {
		display: block;
		margin: 1em 0;
	}
}

@media all and (min-width: 37.5625em) {
	.nav-main {
		margin-top: 0;
		margin-bottom: 1.25em;
	}
	
	.nav-main .nav-btn {
		display: none;
	}

	.nav-main > ul {
		display: block;
		position: relative;
	}
	
	.nav-main > ul > li {
		margin: 0 1.5em;
		display: inline-block;
	}
	.nav-main ul ul {
		position: absolute;
		left: 0;
		width: 100%;
		padding: 0.6153846em 0;
		background-color: #fff;
	}
	.nav-main ul ul li {
		margin: 0.9230769em 0;
	}
	.nav-main ul ul a {
		padding: 0;
	}
}
@media all and (min-width: 45em) {
	.logo,
	.adj-to-logo {
		display: inline-block;
		vertical-align: top;

		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.logo {
		width: 20%;
	}
	.adj-to-logo {
		width: 80%;
		text-align: right;
	}
}

@media all and (min-width: 70em) {
	.nav-main {
		margin-right: -1.5em;
		margin-left: -1.5em;
	}

	.nav-main li {
		position: relative;
	}

	.nav-main .dropdown-prompt {
		display: inline-block;
	}

	.nav-main ul ul {
		top: 100%;
		left: -1.5em;
		width: 16.846153846em;
		padding-right: 1.53846153846em;
		padding-left: 1.53846153846em;
		text-align: left;
	}
}

.slideshow-container {
	background-color: #919191;
	margin-bottom: 1.25em;
}

.slideshow-container.slideshow-bg {
	 background-image: url(/images/slideshow-bg.jpg);
}

.slideshow-module {
	overflow: hidden;
}

.slideshow-panel {
	display: none;
}
.slideshow-panel:first-child {
	display: block;
}
.slideshow-panel img {
	display: none !important;
}

@media all and (min-width: 50em) {
	.slideshow-panel img {
		display: block !important;
	}
}

.slideshow-panel .no-img {
	padding: 0 0 40%;
}

.slideshow-panel-text-content {
	max-width: 30em;
}

.slideshow-panel-heading {
	font-size: clamp(1.875em, 6.5104166667vw, 3em);
	font-weight: 700;
	line-height: 1;
}
.slideshow-panel-caption {
	font-size: 1em;
}

@media all and (max-width: 74.9375em) {
	.slideshow-panel-caption {
		max-width: 24em;
	}
}

@media all and (min-width: 80em) {
	.slideshow-panel-caption {
		font-size: 2em;
		line-height: 1.25;
	}	
	
	.slideshow-panel-text-content {
		max-width: 41em;
	}

}

.slideshow-panel-heading,
.slideshow-panel-caption {
	margin: 1.5rem 0;
}
.slideshow-panel-link-module {
	margin-top: 1.875em;
}

.slideshow-panel-link-module a {
	 color: #fff;
}

.slideshow-module .slick-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0.3125em 0;
}
.slideshow-module .slick-dot {
	background-color: #fff;
}

@media all and (max-width: 49.9375em) {
	.slideshow-panel-text {
		overflow: hidden;
	}
	.slideshow-module .slick-dots {
		text-align: right;
	}
}

@media all and (min-width: 50em) {
	.slideshow-panel {
		position: relative;
	}
	.slideshow-panel-text {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.slideshow-panel-heading {
		font-size: clamp(1.875em, 3.90625vw, 4.5em);
	}

	.slideshow-module .slick-dots {
		top: auto;
		bottom: 0;
		right: 0;
		width: auto;
		text-align: right;
		padding: 1.25em 4.5em;
	}
}

.top-image-module .wrapper {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
}

.top-image-overlay {
	max-width: 25em;
	color: #fff;
}

@media all and (min-width: 87.5em) {
	.top-image-overlay {
		max-width: 38em;
	}
}

.top-image-overlay-text {
	 font-size: 1.25em;
	 margin-top: -5px;
}

.top-image-spacer {
	padding: 0 0 27.62430939226519%;
}

.top-img-mobile,
.top-img-desktop{
	display: none;
}

@media all and (max-width: 56.1875em) {
	.top-img-mobile {
		display: block;
	}
}

@media all and (min-width: 56.25em) {
	.top-img-desktop {
		display: block;
	}
}

.site-header-focus-items {
	display: none;
	position: relative;
	z-index: 1;
	 border-bottom: 1px solid #e4e4e4;
	 padding-bottom: 1em;
}
.site-header-focus-item-list {
	margin: 0.5em 0;
	font-size: 1em;
	 margin-right: -1.4375em;
	 margin-left: -1.4375em;
}
.site-header-focus-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	border-right: 1px solid #dbdbdb9c;

	box-sizing: border-box;
}
.site-header-focus-item-list .site-header-focus-item:last-child {
	 border-right: 0;
}
.site-header-focus-item .content {
	 padding-right: 1.4375em;
	 padding-left: 1.4375em;
	text-align: center;
}
.site-header-focus-item .icon-icomoon {
	margin-bottom: 0.357142857em;
	font-size: 2.375em;
}
.site-header-focus-item .icon-icomoon.icon-delivery-van {
	font-size: 1.5em;
}
.site-header-focus-item-heading {
	margin: 0.2857142857em 0;
	line-height: 1.25;
	text-transform: uppercase;
}
.site-header-focus-item-caption {
	display: none;
	margin: 0.3333333333em 0;
	line-height: 1.428571428571429;
}

@supports (display: flex) {
	.site-header-focus-item-list,
	.site-header-focus-item {
		display: flex;
		justify-content: center;
	}
	.site-header-focus-item .content {
		display: flex;
		align-items: center;
	}
}

@media all and (min-width: 48em) {
	.site-header-focus-items {
		display: block;
	}

	.site-header-focus-item .icon-icomoon,
	.site-header-focus-item-text {
		display: inline-block;
		vertical-align: middle;
	}
	.site-header-focus-item .icon-icomoon {
		margin: 0 0.2857142857em 0 0;
	}
	.site-header-focus-item-text {
		text-align: left;
	}
}

@media all and (min-width: 75em) {
	.site-header-focus-item-caption {
		display: block;
	}
}

.secondary-feature-panel {
	 padding-top: 2.125em;
	 padding-bottom: 1.75em;
	 margin-top: 4.5em;
}

.secondary-feature-panels-heading {
	margin-bottom: -8px;
}

@media all and (min-width: 93.75em) {
	.main-image-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.main-image-overlay .main-image-link {
		padding-top: 9.5em;
	}
}

.main-image-overlay .main-image-text {
	 margin-top: -10px;
}

.site-content-1-1,
.site-content-1-2,
.site-content-1-3,
.site-content-2-3,
.site-content-2-5,
.site-content-3-5 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (min-width: 45em) {
	.site-content-1-2 {
		width: 50%;
	}
	.push-site-content-1-2,
	.pull-site-content-1-2,
	.pull-site-content-1-2,
	.push-site-content-1-3,
	.push-site-content-2-5,
	.pull-site-content-3-5 {
		position: relative;
	}

	.push-site-content-1-2 {
		left: 50%;
	}

	.pull-site-content-1-2 {
		left: -50%;
	}
	
	.site-content-1-2.vertical-align-middle {
		vertical-align: middle;
	}
	.site-content-1-2.push-site-content-1-2 .page-detail-main-image {
		 margin-left: auto;
	}
	 
	.push-site-content-1-3 {
		left: 33.3333333333%;
	}

	.pull-site-content-1-3 {
		left: -33.3333333333%;
	}

	.push-site-content-2-3 {
		left: 66.6666666667%;
	}

	.pull-site-content-2-3 {
		left: -66.6666666667%;
	}

	.site-content-1-3 {
		width: 33.3333333333%;
	}

	.site-content-2-3 {
		width: 66.6666666667%;
	}
	
	.push-site-content-2-5 {
		left: 42%;
	}

	.pull-site-content-2-5 {
		left: -42%;
	}

	.push-site-content-3-5 {
		left: 58%;
	}

	.pull-site-content-3-5 {
		left: -58%;
	}

	.site-content-2-5 {
		width: 42%;
	}

	.site-content-3-5 {
		width: 58%;
	}
}

.breadcrumb {
	margin: 1.230769230769231em 0;
	font-size: 0.8125em;
	line-height: 1.4;
	color: #232323;
}
.breadcrumb li,
.breadcrumb li:before {
	display: inline-block;
}
.breadcrumb li:before {
	content: '\0000a0>\0000a0';
	color: #6a6a6a;
}
.breadcrumb li:first-child:before {
	content: normal;
}
.breadcrumb a {
	text-decoration: none;
}

.site-content-body {
	margin-top: -1.125em;
}

.content-module {
	margin-top: 1.125em;
	margin-bottom: 1.125em;
}

.content-module-2 {
	margin-top: 3.25em;
	margin-bottom: 3.25em;
}

.content-module-3 {
	margin-top: 4.25em;
	margin-bottom: 4.25em;
}

.content-section {
	margin-top: -1.125em;
	overflow: hidden;
}
.content-section img {
	display: block;
	margin: 1.125em auto;
}
.content-section .block {
	margin-right: 0;
	margin-left: 0;
}
.content-section li {
	margin-top: 0.285714285714em;
}

@media all and (min-width: 37.5em) {
	.content-section .body-text-image-right {
		float: right;
		margin-right: 0;
		margin-left: 1.125em;
	}
	.content-section .body-text-image-left {
		float: left;
		margin-right: 1.125em;
		margin-left: 0;
	}
}

.content-section.alternate-section .section-heading {
	 margin-top: 1.230769230769231em;
	 margin-bottom: -3px;
}

.body-text-module ul,
.body-text-module ol {
	padding-left: 1.25em;
}

.page-detail-main-image {
	 border-radius: 0.625em;
}

.standard-form {
	max-width: 38.5em;
	margin-right: 0;
	margin-left: 0;
	margin-top: 2.25em;
}
.standard-form li {
	margin: 0.857142857143em 0;
}
.standard-form li:first-child {
	margin-top: 0;
}

.standard-form .label,
.standard-form input,
.standard-form select,
.standard-form textarea {
	display: inline-block;
	margin-bottom: 0.5714285714285714em;
}

.standard-form li.required .label:after,
#basket_default .required {
	background-color: transparent;
	color: #c00;
}
.standard-form li.required .label:after {
	content: "\0000a0*";
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 1em;
	vertical-align: top;
	background: #f2f2f2;
	border-color: #eee;
	border-radius: 5px;
}
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	 width: 1.571428571428571em;
	 height: 1.571428571428571em;
	 margin: 0 10px 0 0;
	 border: 0;
	 vertical-align: middle;
}
.standard-form .submit,
.standard-form .button {
	display: block;
}

@media all and (min-width: 30em) and (max-width: 47.9375em),
	all and (min-width: 60em) {
	@supports (display: grid) {
		.contactus-form ol {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 1.142857142857em;
			row-gap: 0.4285714285714286em;
		}
		
		.contactus-form li {
			margin: 0;
		}
		.contactus-enquiry-item,
		.contactus-subject-item {
			grid-column: 1 / span 2;
		}
	}
}

@media all and (max-width: 44.9375em) {
	.contact-us-page .content-module-3 {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
	}
	.section-module-text {
		margin: 0;
	}
}

.contact-us-page .sub-title {
	 margin-top: 0;
}

.contact-us-page .intro-body-text-title {
	 margin-top: 0;
}

.contact-us-page .branch-panel-module {
	 margin-bottom: -3.5em;
}

.video-module {
	border-width: 1px 0 0;
}
.video-module:first-child {
	border-top: 0;
}

.grid-child {
	margin: 1.25em auto;
	padding: 0;
	font-size: 1em;
	list-style: none;
}
.grid-child .grid-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.grid-child .grid-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;

	text-align: left;

}
.grid-child img {
	display: block;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}

.grid-child-flex-normalise {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.grid-child-flex-normalise.text-centre {
	justify-content: center;
}
.grid-child-flex-normalise .grid-item {
	display: flex;
}
.grid-child-flex-normalise .container,
.grid-child-flex-normalise .content,
.grid-child-flex-normalise a,
.grid-child-flex-normalise a div,
.grid-child-flex-normalise div {
	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 .grid-item {
	display: inline-block;
}

.grid-child-4-up .container {
	max-width: 22em;
	margin-left: auto;
	margin-right: auto;
}

@media all and (min-width: 48em) {
	.grid-child .container {
		margin: 1.25em 0;
	}
	.grid-child .content {
		margin: 0 1.25em;
	}
	.grid-child-4-up .container {
	 	max-width: 23.25em;
	}
}

.grid-child-3-up .grid-item,
.grid-child-4-up .grid-item,
.grid-child-5-up .grid-item {
	width: 100%;
}
@media all and (min-width: 30em) {
	.grid-child-4-up {
		max-width: 44.375em;
	}
	.grid-child-3-up .grid-item,
	.grid-child-5-up .grid-item {
		width: 50%;
	}
}
@media all and (min-width: 37.5em) {
	.grid-child-4-up .grid-item {
		width: 50%;
	}
}
@media all and (min-width: 45em) {
	.grid-child-4-up {
		max-width: none;
	}
	.grid-child-3-up .grid-item,
	.grid-child-5-up .grid-item {
		width: 33.3333333333%;
	}
}
@media all and (min-width: 56.25em) {
	.grid-child-4-up .grid-item {
		width: 33.33333333%;
	}
}
@media all and (min-width: 60em) {
	.grid-child-5-up .grid-item {
		width: 25%;
	}
}
@media all and (min-width: 62.5em) {
	.grid-child-2-up .grid-item {
		width: 50%;
	}
}
@media all and (min-width: 63.75em) {
	.grid-child-4-up .grid-item {
		width: 25%;
	}
}
@media all and (min-width: 75em) {
	.grid-child-5-up .grid-item {
		width: 20%;
	}
}

.default-grid-item-content {
	text-align: left;

	flex: 1 1 auto;
}
.default-grid-item a {
	display: block;
	text-decoration: none;
}

.default-grid-item a:hover,
.default-grid-item a:focus,
.default-grid-item a:active,
.default-grid-item-link-text a:hover,
.default-grid-item-link-text a:focus,
.default-grid-item-link-text a:active {
	 color: #000;
}

.default-grid-item .image-container {
	flex: initial; 
}

.default-grid-item img {
	 border-radius: 0.625em 0.625em 0 0;
}

.default-grid-item .no-img {
	padding: 0 0 59.701492537%;
}
.default-grid-item-heading {
	margin-top: 0.2777777777777778em;
	margin-bottom: 0.2777777777777778em;
}

.default-grid-item p {
	margin-top: 0.7142857em;
	margin-bottom: 0.7142857em;
	line-height: 1.57142857;
}
.default-grid-item-link-text {
	font-weight: 500;
}

.default-grid-item-link-text .icon-icomoon {
	display: inline-block;
	vertical-align: middle;
}

.focus-panel-2 {
	 margin-top: 4.375em;
}

.focus-panel-section.feature-focus-panel {
	margin-top: 2.625em;
	padding-top: 1.125em;
}

.focus-panel-2 .img-content img {
	display: block;
	margin-top: -6em;
}

.focus-panel-2 .icon-checkmark {
	display: inline-block;
	vertical-align: middle;
	background: #000;
	border-radius: 50%;
	padding: 0.4375em;
	margin-right: 0.4375em;
}

.testimonial-slide {
	padding-top: 4.25em;
	padding-bottom: 3em;
}
.js .testimonial-slide {
	display: none;
}
.js .testimonial-slide:first-child {
	display: block;
}

.testimonial-slide .wrapper {
	max-width: 77.5em;
}

.testimonial-slide-media {
	display: none;
}
.testimonial-slide-text {
	position: relative;
}

.testimonial-slide-heading-module {
	position: relative;
	z-index: 1;
}
.testimonial-slide-heading {
	position: relative;
	z-index: 2;
}
.testimonial-slide-text .icon-icomoon.icon-quote {
	position: absolute;
	top: 0;
	right: -0.1666666667em;
	z-index: 1;
	font-size: 6em;
	color: #f3f3f3;

	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
	user-select: none;

	transform: translateY(0.4166666667em);
}

.testimonial-slide-text-content {
	position: relative;
	z-index: 2;
}

.testimonial-slide-blockquote {
	margin: 0;
}

.testimonial-slide-text-content .default-grid-item-link-text {
	 margin-top: 2em;
}

.testimonial-slide-body p {
	line-height: 1.6666666667;
	font-size: 1em;
}

.testimonial-slide-author .cite-author {
	font-weight: 700;
	font-style: normal;
}

.testimonial-slide-image-module {
	max-width: 390px;
	margin-right: auto;
	margin-left: auto;
}
.testimonial-slide-image-module img {
	display: block;
}
.testimonial-slide-image-module .no-img {
	padding: 0 0 100%;
}

@media all and (min-width: 45em) {
	.testimonial-slide-media,
	.testimonial-slide-text {
		display: inline-block;
		vertical-align: middle;

		box-sizing: border-box;
	}
	
	.testimonial-slide-media {
		width: 40%;
	}
	
	.testimonial-slide-text {
		width: 60%;
	}
	
	.testimonial-slide-image-module {
		margin-left: 0;
	}

	@supports (display: flex) {
		.testimonial-slide .grid-adjust-fixed-full {
			display: flex;
		}
		.testimonial-slide-text {
			display: flex;
			align-items: center;
		}
	}
}

.branch-panel-module {
	padding: 1.75em 0;
}

.branch-panel-module .grid-adjust-default {
	margin-right: -0.625em;
	margin-left: -0.625em;
}

.branch-panel-title {
	margin-top: 1.25em;
}

.branch-panel-content {
	margin: 0.625em;
	padding: 1.25em 1.5em 1.125em;
	border:1px solid #f1f1f1;
	border-radius: 0.625em;
}

.branch-panel-content.text-left {
	margin: 1.125em;
}

.branch-panel-heading,
.branch-panel-content p {
	margin: 0.6em 0;
}

.branch-panel-content .email a {
	 display: inline-block;
}

.branch-panel .icon-icomoon {
	font-size: 2.25em;
	margin-bottom: 0.3333333333333333em;
}

.branch-panel-content a.pseudo-submit,
.branch-panel-content a.pseudo-submit:hover,
.branch-panel-content a.pseudo-submit:focus,
.branch-panel-content a.pseudo-submit:active {
	 color: #fff;
}

.info-panel-module {
	padding: 1.75em 0;
}

.info-panel-title {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.info-panel-content {
	margin: 1.25em;
	padding: 1.75em 1.75em 1.5em;
	border: 1px solid #f1f1f1;
	border-radius: 0.25em;
}

.info-panel-heading,
.info-panel-content p {
	margin: 0.6em 0;
}

.info-panel .icon-icomoon {
	font-size: 1.375em;
	margin-bottom: 0.3333333333333333em;
}

.focus-panel .text-content-module {
	padding: 1em 2.5em;
	padding: 1em clamp(2.5em, 6.25vw, 1.875em);
}

.focus-panel .text-content-module .focus-panel-heading,
.focus-panel .text-content-module p {
	 margin: 8px 0;
}

.focus-panel .content {
	border-radius: 8px;
	overflow: hidden;
	background-color: #f3f3f3;
}

.focus-panel-link-text .icon-icomoon {
	 display: inline-block;
	 vertical-align: middle;
}

.focus-panel a:hover,
.focus-panel a:focus,
.focus-panel a:active {
	color: #000;
}

@media all and (min-width: 30em) and (max-width: 47.9375em),
	all and (min-width: 80em) {
	.focus-panel .content {
		flex-direction: row;
	}
	.focus-panel .image-module,
	.focus-panel .text-module {
		display: inline-block;
	}
	.focus-panel .image-module {
		width: 47.21777777777778%;
		vertical-align: top;
	}
	.focus-panel .text-module {
		width: 52.78222222222222%;
		vertical-align: middle;
		align-self: center;
	}
}

.related-logo-module {
	 border-top: 1px solid #e4e4e4;
	 padding-top: 1em;
}

.feature-carousel .slick-arrow {
	display: none !important;
	color: #2b2b2b;
}
.feature-carousel .slick-arrow:hover,
.feature-carousel .slick-arrow:focus,
.feature-carousel .slick-arrow:active {
	color: #bf0000;
}
.feature-carousel .slick-prev {
	left: 0;
}
.feature-carousel .slick-next {
	right: 0;
}

.feature-carousel .slick-arrow .icon-icomoon {
	 font-size: 1em;
}

@media all and (min-width: 97.5em) {
	.feature-carousel .slick-arrow {
		display: block !important;
	}
	.feature-carousel .slick-dots {
		display: none !important;
	}
}

 .related-logo img {
	 display: block;
	 padding: 10px 20px;
 }
 
 @supports (display: flex) {
	 .related-logo-carousel .slick-track {
		 display: flex;
		 align-items: center;
	 }
 }
 
 @media all and (min-width: 48em) {
	 .related-logo img {
		 padding-right: 40px;
		 padding-left: 40px;
	 }
 }

.cta-panel {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 4.25em;
}

.cta-panel-content {
	display: flex;
	 flex-direction: column;
	justify-content: center;
	 box-sizing: border-box;
}

.cta-panel-heading,
.cta-panel-text-container {
	color: #fff;
}

.cta-panel-text-container .body-text {
	font-size: 1.25em;
	margin: 1.5em 0;
	font-weight: 500;
}

@media all and (min-width: 75em) {
	.cta-panel .wrapper {
		padding-left: 7.5em;
		padding-right: 7.5em;
	}
}

.contact-site-content {
	 margin-top: 2em;
}

.contact-site-content .social-media-site-content {
	 margin-top: 2.375em;
}

.contact-site-content .item .icon-icomoon {
	color: #fff;
	font-size: 1em;
	background: #bf0000;
	border-radius: 50%;
	padding: 0.55em;
}

.contact-site-content .company-number {
	 margin-top: 2.125em;
}

.contact-site-content .contact-site-content-tel,
.contact-site-content .contact-site-content-email {
	 margin: 1em 0em;
}

.gallery-image-item .container {
	 margin: 0.625em 0;
}

.gallery-image-item .content {
	position: relative;
}

.gallery-image-item img {
	 margin: 0 auto;
}

.gallery-image-item .image-caption {
	 margin: 8px 0;
}
 
.gallery-image-item .mfp-image {
	cursor: pointer;
}
.gallery-image-item .hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.gallery-image-item .hover-overlay {
	background-color: rgba(32, 32, 32, 0.75);
}
.gallery-image-item .content:hover .hover-overlay,
.gallery-image-item .content:focus .hover-overlay,
.gallery-image-item .content:active .hover-overlay {
	opacity: 1;

	transition: opacity 0.2s;
}
.gallery-image-item .hover-overlay .icon-icomoon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 0;
	color: #fff;

	transform: translate(-50%, -50%);
}
.gallery-image-item .content:hover .hover-overlay .icon-icomoon,
.gallery-image-item .content:focus .hover-overlay .icon-icomoon,
.gallery-image-item .content:active .hover-overlay .icon-icomoon {
	font-size: 1.75em;
	transition: font-size 0.2s;
}

.news-navigation-container {
	 padding: 0.875em 0;
	 border-radius: 10px;
	 margin-top: 2.625em;
}

.news-navigation {
	text-align: center;
	margin: 0;
}

.news-navigation li {
	display: block;
	margin: 0 1.428571428571429em;
}

@media all and (min-width: 50em) {
	.news-navigation li {
		display: inline-block;
	}
}

.news-navigation li a {
	color: #232323;
	font-weight: 700;
}

.news-navigation li a:hover,
.news-navigation li a:focus,
.news-navigation li a:active {
	color: #bf0000;
}

.news-navigation .selected {
	color: #bf0000;
	text-decoration: underline;
}

.news-page-location a {
	text-decoration: underline !important;
	display: inline-block;
}

.news-article-detail h1 {
	 margin-top: 0.5833333333333333em;
	 margin-bottom: 0;
}

.date-and-location {
	display: flex;
	flex-direction: row !important;
}

.news-page-location::before {
	content: '|';
	 margin: 0 0.5em;
	color: #202020;
}


.news-section img,
.alternate-section img {
	margin-top: 2em;
	margin-bottom: 2em;
}

.grid-child-4-up .news-article-grid-item .drop-shadow-panel .content-module {
	 margin-bottom: 1em;
}

.grid-child-4-up .news-article-grid-item .drop-shadow-panel {
	 border-radius: 0.625em 0.625em 0 0;
}

.page-nav,
.page-nav-detailed {
	text-align: center;
}
.page-nav .page-list {
	font-weight: 700;
}
.page-nav .page-list a {
	font-weight: normal;
}
.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.5em;
	margin-left: 0.5em;
	content: ' | ';
}
.page-nav-detailed .first:before,
.page-nav-detailed .prev:before,
.page-nav-detailed .next:before,
.page-nav-detailed .last:before {
	color: #6a6a6a;
}
.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: 6.25em;
		margin-left: 6.25em;
	}
	.page-nav .prev,
	.page-nav .next {
		position: absolute;
		top: 0;
	}
	.page-nav .prev {
		left: 0;
	}
	.page-nav .next {
		right: 0;
	}
}

.site-footer {
	 margin-top: 1em;
}

.sponsor-section img {
	margin: 0.625em 0;
}

.footer-section-main {
	padding: 1.125em 0;
}

.footer-section {
	border-top: 1px solid #2b2b2b;
}

.footer-panel-heading {
	 margin-bottom: 1.375em;
}

.nav-footer li,
.contact-site-footer li {
	 margin: 0.875em 0;
}
.contact-site-footer li a {
	word-wrap: break-word;
}

.footer-section-main .social-media-list .icon-icomoon {
	color: #fff;
	font-size: 1.1875em;
	background: #393939;
	border-radius: 50%;
	padding: 0.5em;
}

.site-credits {
	 margin-top: 3.125em;
}

.site-footer-1-4 {
	display: inline-block;
	width: 100%;

	box-sizing: border-box;
}

.site-footer-1-4 {
	vertical-align: top;
}

@media all and (min-width: 30em) {
	.site-footer-1-4 {
		width: 50%;
	}
}

@media all and (min-width: 45em) {
	.site-footer-1-4 {
		width: 33.3333333%;
	}
}

@media all and (min-width: 60em) {
	.site-footer-1-4 {
		width: 25%;
	}
}

.contact-message {
	 color: #232323;
	 max-width: 65em;
	 margin: 0 auto;
	 text-align: center;
	 padding-top: 10px;
	 padding-bottom: 1.75em;
}

.mailinglist-form .visible-form-controls {
	position: relative;
	max-width: 17.5em;
	padding-right: 3em;

	box-sizing: border-box;
}
.mailinglist-form input,
.mailinglist-form .submit {
	display: block;
	height: 3em;
	border-width: 0;
}
.mailinglist-form input {
	width: 100%;
	padding: 0.75em 1em;
	border-width: 0;

	border-radius: 0.25em 0 0 0.25em;
}
.mailinglist-form .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	padding: 0.75em;

	border-radius: 0 0.25em 0.25em 0;
}

.mailinglist-form .submit:hover,
.mailinglist-form .submit:focus,
.mailinglist-form .submit:active {
	background: #000;
}


.mailinglist-form .ajax-submit-button .processing-animation {
	top: 0;
	font-size: 1em;
}
.mailinglist-form .ajax-submit-button .ajax-message .icon-icomoon {
	margin: 0;
}

.cookies-eu-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	color: #fff;
}
.cookies-eu-banner {
	background-color: rgba(0, 0, 0, 0.75);
}
.cookies-eu-banner .pseudo-button {
	vertical-align: baseline;
	padding: 0.5em 1em;
}

@media all and (max-width: 47.9375em) {
	.cookies-eu-banner .text {
		display: block;
		margin-bottom: 1em;
	}
}

.page-not-found-text {
	 margin: 4em;
}

.page-not-found-footer .site-credits {
	 padding: 0.5em 0;
}
