@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?uag4h3');
  src:  url('/fonts/icomoon.eot?uag4h3#iefix') format('embedded-opentype'),
	 url('/fonts/icomoon.ttf?uag4h3') format('truetype'),
	 url('/fonts/icomoon.woff?uag4h3') format('woff'),
	 url('/fonts/icomoon.svg?uag4h3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #202020;
}
body {
	margin: 0;
	padding: 0;
	font-family: Muli, sans-serif;
	font-weight: normal;

	-webkit-text-size-adjust: 100%;
}

a {
	color: #e25425;
	background: transparent;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #202020;
	background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}

h1,
.h1 {
	margin: 0.25em 0;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	 text-transform: uppercase;
}

h1.case-study-heading,
.focus-panel-item .h1 {
	text-transform: none;
}
h2,
.h2 {
	margin: 0.8em 0;
	font-size: 1.875em;
	font-weight: 400;
	line-height: 1.333333333333;
}
.focus-panel-item h2 {
	margin: 0.625em 0 0.5em 0;
	letter-spacing: -0.03em;
	line-height: 1;
}
.focus-panel-item h2.no-title {
	margin-top: 
}
.main-page-detail h2.sub-heading {
	letter-spacing: -0.03em;
}
h3,
.h3 {
	margin: 1.5em 0;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.5;
}
.main-page-detail h3.sub-heading {
	font-weight: 900;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 1.111111111111em 0;
	font-size: 1.125em;
	font-weight: 900;
	line-height: 1.333333333333;
}
p,
ul,
ol,
table,
pre,
hr,
.page-nav,
.font-size-default {
	margin: 1.125em 0;
	font-size: 1em;
	line-height: 1.5;
}
.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.285714285714em 0;
	font-size: 0.875em;
	line-height: 1.285714285714;
}

.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.5em 0;
	font-size: 0.75em;
	line-height: 1.333333333333;
}

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: #e3e3e3;
	color: #000;
	border: 1px solid #e3e3e3;
	font-family: Muli, sans-serif;
	font-size: 1em;
	line-height: inherit;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	-webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #9cf;

}
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,
.standard-form .submit {
	background-color: #e25324;
	color: #fff;
	border-color: #e25324;
	padding: 0.66666667em 1.444444em;
	border-radius: 1.33333em;
	font-weight: 900;
	text-transform: uppercase;
}
button:hover,
.button:hover,
a:hover .pseudo-button-default,
.pseudo-button-default:hover,
.pseudo-button-default:focus,
.pseudo-button-default:active {
	background-color: #202020;
	color: #fff;
	border-color: #202020;

}
.focus-cw-2 .pseudo-button-default {
	background-color: #43697e !important;
	border-color: #43697e;
	color: #fff !important;
}
.focus-cw-2 .pseudo-button-default:hover,
.focus-cw-2 .pseudo-button-default:focus,
.focus-cw-2 .pseudo-button-default:active {
	background-color: #202020;
	border-color: #202020;
	color: #fff;
}
.focus-cw-2 a {
	background-color: transparent;
	color: #fff;
}
.focus-cw-2 a:hover,
.focus-cw-2 a:focus,
.focus-cw-2 a:active {
	background-color: transparent;
	color: #222;
}

.focus-panel-item.focus-cw-2 a {
	 background-color: transparent;
	 color: #202020;
}

.focus-cw-3 a {
	background-color: transparent;
	color: #fff;
}

.focus-panel-item.focus-cw-3 a {
	 background-color: transparent;
	 color: #e25324;
}

.focus-cw-3 a:hover,
.focus-cw-3 a:focus,
.focus-cw-3 a:active {
	background-color: transparent;
	color: #222;
}
.focus-cw-3 a.pseudo-button {
	background: #e25324;
	color: #fff;
}
.standard-form .submit {
	border-radius: 3px;
	font-size: 1.125em;
}

.submit,
.pseudo-submit {
	background-color: #e25324;
	color: #fff;
	border-color: #e25324;

}
.submit:hover,
a:hover .pseudo-submit,
.pseudo-submit:hover,
.pseudo-submit:focus,
.pseudo-submit:active {
	background-color: #43697e;
	color: #fff;
	border-color: #43697e;

}

/* ----------- IOS only ----------- */
/* prevent zoom on select:focus behaviour */
/*
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
	select {
		font-size: 1rem;
	}
}
*/

img {
	border: 0;
}
address {
	font-style: normal;
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}
pre,
code {
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
	font-family: monospace;
}
pre {
	padding: 1em;
	overflow: auto;
}
hr {
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0;
}

/* ------ Helper Styles ------ */
.clear-self:before,
.clear-self:after,
.nav-main .sf-mega:before,
.nav-main .sf-mega:after {
	content: '';
	display: table;
}
.clear-self:after,
.nav-main .sf-mega:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-centre {
	text-align: center;
}
.text-right {
	text-align: right;
}
.float-container {
	clear: left;
	float: left;
	width: 100%;
}
.ib {
	display: inline-block;
}
.remove {
	display: none !important;
}
.js .remove-if-js-enabled {
	display: none;
}
.overflow-auto {
	overflow: auto;
}
.hide-text {
	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-muli {
	font-family: Muli, sans-serif;
}
.font-roboto {
	font-family: 'Roboto Condensed', sans-serif;
}

.font-Quicksand {
	font-family: 'Quicksand', sans-serif;
}

/* ------ Mini Modules ------ */
.data-table {
	width: 100%;
	border-collapse: collapse;
}
.data-table tr {
	border-bottom: 1px solid #ccc;
}
.data-table th,
.data-table td {
	vertical-align: top;
	text-align: left;
}
.data-table thead th {
	text-transform: uppercase;
}

/*
@media all and (max-width: em) {
	.responsive-data-table thead {
		display: none;
	}
	.responsive-data-table tr {
		display: block;
		margin-bottom: 1em;
		border-bottom: none;
	}
	.responsive-data-table tbody tr:after {
		content: '';
		display: table;
		clear: both;
	}
	.responsive-data-table tbody td {
		display: block;
		clear: left;
		float: left;
		width: 100%;
		border-bottom: 1px solid #ccc;
		text-align: right;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.responsive-data-table tbody td:last-child {
		border-bottom: none;
	}
	.responsive-data-table tbody td:before {
		content: attr(data-label);
		float: left;
		margin-right: 1em;
	}
}
*/

.msg {
	padding: 1em;
	text-align: center;
}
.success {
	background-color: #eaf5ea;
	color: #393;

	box-shadow: 0 0 0.5em #393;
}
.error {
	background-color: #fae5e5;
	color: #c00;

	box-shadow: 0 0 0.5em #c00;
}
.info {
	background-color: #ccf;
	color: #006;

	box-shadow: 0 0 0.5em #006;
}

.no-img,
.embedded-map,
.embedded-video {
	position: relative;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.no-img,
.embedded-map,
.embedded-video {
	background-color: rgba(0, 0, 0, 0.1);
}
.no-img,
.embedded-map {
	color: #000;
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	background-color: rgba(0, 0, 0, 0.2);
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	color: #000;
}
.no-img p {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin: 0 !important;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.embedded-map {
	padding: 0 0 100%;
}
.embedded-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width: 37.5em) {
	.embedded-map {
		padding: 0 0 56.25%;
	}

	h1, .h1 {
	  font-size: 4.5em;
	}
}

@media all and (min-width: 45em) {
	.embedded-map {
		margin-top: 4em;
		max-width: 37.5em;
	}
}

.video-list {
	max-width: 500px;
	margin: 0 auto;
}
.embedded-video {
	position: relative;
	height: 0;
	margin: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.embedded-video:first-child {
	margin-top: 0;
}
.embedded-video iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-image-container {
	max-width: 24.3125em;
	margin: 4em auto;
	width: 100%;
	text-align: center;
}
.video-overlay-content {
	position: relative;
	height: 100%;
}
.video-overlay-container h2 {
	max-width: 342px;
	margin-right: auto;
	margin-left: auto;
	text-shadow: 2px 2px #000;
}
.video-image-container img {
	width: 100%;
}
.video-overlay-container a {
	display: block;
	position: absolute;
	top: 22%;
	width: 100%;
	text-align: center;
	color: #fff;
	left: 0;
}
.video-overlay-container a .cw-no-vid-tn {
	color: #e25324;
}
.video-image-container .video-overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.video-image-container .video-overlay-container .icon-icomoon {
	font-size: 3em;
}
@media all and (min-width: 21.875em) {
	.video-image-container .video-overlay-container .icon-icomoon {
		font-size: 6em;
	}
}

@media all and (max-width: 34.9375em) {
	.video-overlay-container a {
		font-size: 0.75em;
	}
}
@media all and (min-width: 45em) and (max-width: 59.9375em) {
	.video-overlay-container a {
		font-size: 0.75em;
	}
}

.video-thumbnail-container {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 3.74999639%;
}
.video-thumbnail-container img {
	max-width: 93.218964136449902532105177772685%;
}

/*.bg-sprite {
	background-image: url('/images/bg-sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}*/

[class^="icon-"], [class*=" icon-"] {
  /* 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-feed:before {
  content: "\e910";
}
.icon-handshake-o:before {
  content: "\e907";
}
.icon-cursor:before {
  content: "\e90f";
}
.icon-clipboard:before {
  content: "\e908";
}
.icon-stats-growth:before {
  content: "\e909";
}
.icon-mobile:before {
  content: "\e90a";
}
.icon-sphere:before {
  content: "\e90b";
}
.icon-rdquo:before {
  content: "\e90c";
}
.icon-quotes-left:before {
  content: "\e90d";
}
.icon-location:before {
  content: "\e90e";
}
.icon-checkmark:before {
  content: "\e904";
}
.icon-play:before {
  content: "\e903";
}
.icon-file-empty:before {
  content: "\e99d";
}
.icon-phone: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-facebook2:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\eef5";
}
.icon-youtube:before {
  content: "\eefc";
}
.icon-vimeo:before {
  content: "\eeff";
}
.icon-linkedin:before {
  content: "\e906";
}
.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";
}

.skip-link {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.333;
	text-decoration: none;
	z-index: 3;
}
.skip-link:focus,
.skip-link:active {
	left: 0;
	background-color: #000;
	color: #fff;
}

/* ------ Layout ------ */

.wrapper {
	max-width: 87.5em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}

.grid-adjust-default,
.grid-adjust-3-col {
	margin-right: -0.625em;
	margin-left: -0.625em;
}
.gutter-default {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.gutter-fixed-half {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.gutter-fixed-full {
	padding-right: 1.25em;
	padding-left: 1.25em;
}

@media all and (min-width: 80em) {
	.wrapper {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}
	.grid-adjust-default {
		margin-right: -1.25em;
		margin-left: -1.25em;
	}
	.gutter-default {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
	.grid-adjust-3-col {
		margin-right: -1.3125em;
		margin-left: -1.3125em;
	}
	.grid-adjust-3-col .gutter-default {
		padding-right: 1.3125em;
		padding-left: 1.3125em;
	}
}

/* ------ Colourways ------ */

/* COLOURWAYS */

.cw-default,
.cw-default-base {
	background-color: #fff;
	color: #202020;
}
.cw-default a {
	color: #202020;
}
.cw-default a:hover,
.cw-default a:focus,
.cw-default a:active {
	color: #e25324;
}
.cw-accent-1,
.cw-accent-1-base {
	background-color: #e25324;
	color: #fff;
}
.cw-accent-2,
.cw-accent-2-base {
	background-color: #43697e;
	color: #fff;
}
.cw-ele-accent-1 {
	background-color: transparent;
	color: #e25324;
}
.cw-ele-accent-2 {
	background-color: transparent;
	color: #43697e;
}
.cw-overlay {
	background-color: rgba(255, 255, 255, 0.8);
}
.cw-overlay {
	color: #000;
}
.cw-overlay a {
	background-color: transparent;
	color: #43697e;
}
.cw-overlay a:hover,
.cw-overlay a:focus,
.cw-overlay a:active {
	background-color: transparent;
	color: #e25324;
}

.cw-overlay-2-base {
	 background-color: rgba(0, 0, 0, 0.5);
}

.focus-cw-2 {
	background-color: #e25324;
	color: #fff;
}
.focus-cw-3 {
	background-color: #43697e;
	color: #fff;
}


/* ------ Modules ------ */

.site-header-masthead {
	position: relative;
	z-index: 2;
}
.site-content {
	position: relative;
	z-index: 1;
	border-top: 1px solid #dedede;
}

.logo a {
	display: block;
	max-width: 22.875em;
	margin: 0 auto;
}
.logo img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 30em) {
	.logo,
	.adj-to-logo {
		display: inline-block;
		vertical-align: top;

		-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;
	}

	.logo a {
		margin-left: 0;
	}
}

@media screen and (min-width: 60em) {
	.logo,
	.adj-to-logo {
		vertical-align: bottom;
	}
	.logo {
		width: 30%;
	}
	.adj-to-logo {
		width: 70%;
		text-align: right;
	}
}

.contact-site-header .contact-info {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5em;
}
.contact-site-header .contact-info .label {
	font-size: 0.833333333em;
}

.contact-site-header {
	color: #202020;
	font-weight: 700;
}
.contact-site-header a {
	text-decoration: none;
	font-weight: 900;
	background: transparent;
	color: #e25324;
}
.contact-site-header a:hover,
.contact-site-header a:focus,
.contact-site-header a:active {
	background: transparent;
	color: #202020;
}

@media screen and (max-width: 29.9375em) {
	.contact-site-header {
		text-align: center;
	}
}

.nav-main a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5em 0;
	letter-spacing: 0.1em;
}
.nav-main ul,
.nav-main .sf-mega {
	display: none;
}
.nav-main ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.nav-main ul a {
	position: relative;
	background-color: transparent;
	color: #202020;
}
.nav-main ul a:hover,
.nav-main ul a:focus,
.nav-main ul a:active,
.no-js .nav-main > ul > li:hover > a,
.nav-main > ul > li.sfHover > a {
	background-color: transparent;
	color: #e25324;
}


.nav-main ul .icon-icomoon,
.nav-main ul .icon-icomoon:before {
	display: block;
}
.nav-main ul .icon-icomoon {
	position: absolute;
}

.nav-main > ul > li > a > .icon-icomoon {
	top: 0.75em;
	right: 0;

	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.nav-main > ul > li > a:only-child > .icon-icomoon,
.nav-main ul.standard-sf a:only-child > .icon-icomoon {
	display: none;
}

.nav-main > ul > li > ul.standard-sf,
.nav-main .sf-mega > ul > li > a {
	background-color: #618092;
}

.nav-main ul.standard-sf ul.standard-sf,
.nav-main .sf-mega {
	background-color: #43687d;
}

.nav-main ul ul a {
	color: #fff;
}
.nav-main ul ul a:hover,
.nav-main ul ul a:focus,
.nav-main ul ul a:active {
	color: #202020;
}

.nav-main ul.standard-sf a {
	padding-right: 0.875em;
	padding-left: 0.875em;
}

.nav-main .sf-mega ul {
	display: block;
}

.nav-main .sf-mega > ul > li > a,
.nav-main .sf-mega ul ul {
	margin: 1.125em 0;
}

.nav-main .sf-mega > ul > li > a {
	max-width: 15.625em;
	margin-right: 1.25em;
	padding-left: 1.625em;

	-webkit-clip-path: polygon(0 0,calc(100% - 16px) 0,100% 50%,calc(100% - 16px) 100%,0 100%);
	clip-path: polygon(0 0,calc(100% - 16px) 0,100% 50%,calc(100% - 16px) 100%,0 100%);
}
.nav-main .sf-mega > ul > li > a > .icon-icomoon {
	display: none;
}

.nav-main .sf-mega ul ul {
	padding-right: 1.0833333333em;
	padding-left: 1.0833333333em;
	font-size: 0.75em;
	line-height: 1.5;
}
.nav-main .sf-mega ul ul li {
	padding-right: 1.0833333333em;
	padding-left: 1.0833333333em;
}
.nav-main .sf-mega ul ul a {
	padding: 0.6666666667em 0 0.6666666667em 1.3333333333em;
}
.nav-main .sf-mega ul ul a .icon-icomoon {
	top: 1em;
	left: 0;
}

@media all and (max-width: 71.1875em) {
	.nav-main .nav-btn {
		margin-top: 0;
		margin-bottom: 0.5em;
		max-width: 10.5em;
		margin-left: auto;
		margin-right: auto;
	}
	.nav-main .nav-btn a {
		position: relative;
		padding-right: 2.5714285714em;
		padding-left: 0.5em;
		background-color: #000;
		color: #fff;
		margin: 0 auto;
		text-align: center;

		-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.5em;
		right: 0.6428571429em;
	}
	.nav-main .nav-btn .icon-icomoon:before {
		font-size: 1.2857142857em;
	}

	.nav-main ul:target {
		display: block;
	}
	.nav-main .show {
		display: block;
	}

	.nav-main ul .icon-icomoon {
		color: #202020;
	}
}

@media all and (min-width: 30em) {
	.nav-main .sf-mega ul {
		text-align: left;
	}
}

@media all and (min-width: 30em) and (max-width: 71.1875em) {
	.nav-main {
		position: relative;
	}

	.nav-main .nav-btn {
		margin-left: auto;
		margin-right: 0;
	}

	.nav-main > ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
	}
	.nav-main > ul > li > a {
		padding-right: 1em;
		padding-left: 1em;
	}
	.nav-main ul.standard-sf .icon-icomoon {
		display: inline-block;
		vertical-align: top;
		position: static;
		margin-top: 0.3125em;

		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media all and (min-width: 60em) {
	.nav-main ul ul {
		text-align: left;
	}
	.nav-main .sf-mega ul ul li {
		display: inline-block;
		vertical-align: top;
		width: 50%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media all and (min-width: 71.25em) {
	.nav-main .nav-btn {
		display: none;
	}

	.nav-main li {
		position: relative;
	}

	.nav-main > ul {
		display: block;
		margin-right: -1em;
	}
	.nav-main > ul > li,
	.nav-main > ul > li:before,
	.nav-main > ul > li > a {
		display: inline-block;
		vertical-align: baseline;
	}
	.nav-main > ul > li > a {
		padding: 1em 1.3125em 1.625em 1.3125em;
	}

	.nav-main > ul > li > a > .icon-icomoon {
		top: 1.25em;
		right: 0.1875em;
	}

	.nav-main ul.standard-sf,
	.nav-main .sf-mega {
		position: absolute;
		top: 100%;
	}

	.nav-main ul.standard-sf {
		width: 17.5em;
		left: 0;
	}

	.nav-main ul.standard-sf .icon-icomoon {
		top: 0.8125em;
		right: 0.375em;
	}

	.nav-main .sf-mega {
		left: 50%;
		width: 35em;

		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.nav-main ul.standard-sf ul.standard-sf {
		top: 0;
		left: 100%;
	}

	.no-js .nav-main li:hover > ul.standard-sf,
	.nav-main .sfHover > ul.standard-sf {
		display: block;
	}
}


.slideshow-panel {
	position: relative;
}
.js .slideshow-panel .item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.js .slideshow-panel .item:first-child {
	display: block;
}



.slideshow-panel-spacer {
	padding: 0 0 53.57142857142857%;
}

.top-image-module,
.slideshow-panel .image-module {
	background-position: 50% 50%;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
	background-size: cover;
}
.top-image-spacer {
	padding: 0 0 30%;
}

.slideshow-panel .overlay-content {
	 max-width: 49em;
	 padding: 2em 2.5em;
	 border-radius: 1em;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}

@media all and (max-width: 29.9375em) {
	.slideshow-panel .overlay {
		padding-top: 0.625em;
		padding-bottom: 0.625em;
		background: #3f5fac;
		color: #fff;
	text-align: center;
	}
	.slideshow-caption {
		margin-top: 0.75em;
		margin-bottom: 0.75em;
		padding: 0 1em;
		font-size: 1.25em;
		letter-spacing: -0.03em;
	}
	.slideshow-headline {
		font-size: 1.5em;
		padding: 0 1em;
		margin-top: 0.75em;
		margin-bottom: 0.75em;
		line-height: 1.125;
		letter-spacing: -0.03em;
		font-weight: 900;
	}
	.slideshow-link {
		font-size: 1em;
		margin: 1em;
	}
	.js .slideshow-panel .item {
		height: 100%;
		position: relative;
	}
}

@media all and (min-width: 30em) {
	.slideshow-link,
	.slideshow-caption {
		display: inline-block;
		vertical-align: middle
	}
	.slideshow-panel .overlay {
		position: absolute;
		bottom: 50%;
		left: 0;
		width: 100%;
		transform: translatey(50%);
		text-align: left;
		padding: 1.5em 0;
		color: #fff;
	}
	.slideshow-caption {
		font-size: 1.25em;
		line-height: 1.2;
		letter-spacing: -0.05em;
		font-weight: 700;
		width: 70%;
	}
	.slideshow-headline {
		display:block;
		margin: 0;
		font-weight: 900;
		font-size: 1.5em;
		line-height: 1.2;
		letter-spacing: -0.05em;
	}
	.slideshow-link {
		font-size: 1.125em;
		line-height: 1.222222222;
	}
}
@media all and (max-width: 41.875em) {
	.slideshow-panel .sentinel-item {
		display: none;
	}

	.slideshow-panel .cycle-pager {
		display: none;
	}
}
@media all and (min-width: 42.5em) {
	.slideshow-caption {
		font-size: 1.5em;
	}
	.slideshow-headline {
		font-size: 2em;
	}
	.slideshow-caption,
	.slideshow-headline,
	.slideshow-link {
		max-width: 100%;
	}
	.slideshow-panel {
		position: relative;
	}
	.slideshow-panel .item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.slideshow-panel .cycle-pager {
		position: absolute;
		bottom: 0.9375em;
		left: 0;
		z-index: 101;
		width: 100%;
		text-align: center;
	}
	.slideshow-panel .cycle-pager-item {
		display: inline-block;
		vertical-align: top;
		width: 1.5em;
		height: 1.5em;
		margin: 0.3125em;
		background-color: #fff;
		color: #222;
		cursor: pointer;

		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
	.slideshow-panel .cycle-pager-active {
		background-color: #e25324;
		color: #222;
		cursor: auto;
	}
}

@media all and (min-width: 58.75em) {
	.slideshow-caption {
		font-size: 2em;
	}
		.slideshow-headline {
		font-size: 3em;
	}
	.slideshow-panel .overlay {
		position: absolute;
		bottom: 2em;
		left: 0;
		transform: none;
	}

}

@media all and (min-width: 80em) {
	.slideshow-caption {
		font-size: 1.875em;
		line-height: 1.2;
	}
}

@media all and (min-width: 100em) {
	.slideshow-headline {
		font-size: 3em;
	}
}

.site-content-1-1,
.site-content-1-2,
.site-content-1-3,
.site-content-2-3 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media all and (min-width: 40em) and (max-width: 58.0625em) {
	.focus-panel-item .site-content-2-3.w-side-form,
	.focus-panel-item .site-content-1-3.w-side-form {
		width: 50%;
	}
}
@media all and (min-width: 45em) {
	.site-content-1-2 {
		width: 50%;
	}
	.pull-site-content-1-2,
	.push-site-content-1-2 {
		position: relative;
	}
	.pull-site-content-1-2 {
		left: -50%;
	}
	.push-site-content-1-2 {
		left: 50%;
	}
}
@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%;
	}
	.focus-panel-item .site-content-1-1,
	.focus-panel-item .site-content-1-3 {
		margin: 3em 0 4em 0;
	}
	.focus-panel-item .site-content-1-3.w-side-form {
		margin: 0;
	}
}
@media all and (min-width: 60em) {
	.site-content-1-2.w-side-content {
		vertical-align: middle;
	}
}

.breadcrumb {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: right;
}
.breadcrumb li,
.breadcrumb li:before {
	display: inline-block;
}
.breadcrumb li:before {
	content: "\e901";
	font-family: 'icomoon' !important;
	color: #838383;
}
.breadcrumb li:first-child:before {
	content: normal;
}
.breadcrumb a {
	text-decoration: none;
}

.site-content-body {
	margin-top: -1.125em;
}
.site-content-body.contact-body {
	margin-top: 2.875em;
	padding-top: 3em;
	border-top: 1px solid #dedede;

}

.content-module {
	margin-top: 1.125em;
	margin-bottom: 1.125em;
}

.content-section {
	margin-top: -1.125em;
	overflow: hidden;
}
.content-section img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.125em auto;
}
.content-section img.block {
	margin-right: 0;
	margin-left: 0;
}
.content-section li {
	margin-top: 0.285714285714em;
}

@media all and (min-width: 37.5em) {
	.content-section .pull-right {
		float: right;
		margin-right: 0;
		margin-left: 1.125em;
	}
	.content-section .pull-left {
		float: left;
		margin-right: 1.125em;
		margin-left: 0;
	}
}
.search-form,
.contact-site-header {
	display: inline-block;
	vertical-align: middle;
}

.search-form {
	position: relative;
	font-size: 1em;
	line-height: 1.25;
	margin: 1.375em 3em 1.375em 0;
	width: 100%;
}
.search-form input,
.search-form .submit {
	height: 2.625em;
}
.search-form input {
	width: 100%;
	padding: 0.9375em 1.25em;
	font-weight: 600;
	border-radius: 1.33333em;
}
.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #949494;
	font-size: 1em;
}
.search-form input::-moz-placeholder { /* Firefox 19+ */
	color: #949494;
	font-size: 1em;
	opacity: 1;
}
.search-form input:-ms-input-placeholder { /* IE 10+ */
	color: #949494;
	font-size: 1em;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
	color: #949494;
	font-size: 1em;
}
.search-form .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 0 1.25em 0 0.8125em;
	background-color: transparent;
	color: #202020;
	border-color: transparent;
	border-radius: 1em;
}
.search-form .submit:hover,
.search-form .submit:focus,
.search-form .submit:active {
	color: #e25324;
}
.search-form .submit .icon-icomoon,
.search-form .submit .icon-icomoon:before {
	display: block;
}
.search-form .submit .icon-icomoon {
	font-size: 1.625em;
}
@media all and (min-width: 30em) {
	.search-form {
		max-width: 19em;
	}
	.search-form input {
		max-width: 26em;
	}
}
@media all and (max-width: 37.4375em) {
	.logo,
	.adj-to-logo {
		vertical-align: middle;
	}
	.contact-site-header {
		width: 100%;
	}
}
@media all and (max-width: 59.9375em) {
	.search-form {
		margin-right: 0;
	}
	.search-form,
	.contact-site-header {
		margin-bottom: 1em
	}
	.nav-main {
		margin-bottom: 1.25em;
	}
}

.standard-form {
	margin: 1.285714285714em auto;
	font-size: 1em;
	line-height: 1.285714285714;
}
.standard-form ol {
	margin-top: 0.625em;
}
.standard-form legend {
	margin: 0;
	padding: 0.3125em 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.142857142857em;
	font-weight: bold;
	line-height: 1.25;
}
.standard-form li {
	margin: 0.714285714286em 0;
}
.standard-form li:first-child {
	margin-top: 0;
}

.standard-form .label,
.standard-form input,
.standard-form select,
.standard-form textarea {
	display: inline-block;
}

.standard-form li .required:after,
#basket_default .required {
	background-color: transparent;
	color: #e25324;
}
.standard-form li .required:after {
	content: '\0000a0*';
}

.standard-form p.note {
	margin-bottom: 1.285714285714em;
}
.standard-form li:first-child p.note {
	margin-top: 1.285714285714em;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 1.25em;
	vertical-align: top;
	margin-top: 0.5em;
	border-radius: 4px;
}
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	margin: 0.285714285714em 0 0;
	border: 0;
	vertical-align: middle;
}
.standard-form .submit,
.standard-form .button {
	width: auto;
}

@media all and (min-width: 60em) {
	.standard-form {
		max-width: none;
		margin-right: 0;
		margin-left: 0;
	}
	.standard-form .label {
		width: 100%;
		margin-top: 0.285714285714em;
		vertical-align: top;
	text-transform: uppercase;
	}
	.standard-form li.required input:after {
		content: '\0000a0*';
		background-color: transparent;
		color: #e25324;
	}
	.standard-form input,
	.standard-form textarea {
		width: 100%;
		max-width: 31.25em;
	}
	.standard-form select {
		width: auto;
		min-width: 15em;
	}
}

.grid-child {
	margin: 1.125em auto;
	padding: 0;
	font-size: 1em;
	list-style: none;
}
.grid-child .item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.grid-child .item.detailed-page-grid-item {
	text-align: left;
}
.grid-child .item a {
	text-decoration: none;
}
.grid-child.grid-standard .item .heading {
	font-weight: 900;
	letter-spacing: -0.03em;
	margin: 0.875em 0;
	text-transform: uppercase;
}
.grid-child.grid-standard .item.project-grid-item .heading,
.grid-child.grid-standard .item.team-grid-item .heading,
.grid-child.grid-standard .item.detailed-page-grid-item .heading {
	text-transform: none;
	font-weight: 400;
	margin: 0.625em 0 0.5em 0;
}
.list-heading-border {
	border-bottom: 6px solid #43687d;
	max-width: 8.375em;
	margin-bottom: 1.125em;
	margin-right: auto;
	margin-left: auto;
}
.focus-panel-item.focus-cw-1 .list-heading-border,
.focus-panel-item.focus-cw-3 .list-heading-border {
	border-color: #e25324;
}
.detailed-page-grid-item .list-heading-border,
.focus-panel-item .list-heading-border {
	margin-left: 0;
}
.grid-child.grid-standard .item .pseudo-button {
	margin-top: 0.5em;
}
.lead-generation-item .pseudo-button {
	padding: 0.66666667em 1.444444em;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: 700;
}
.grid-child .container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.grid-child .content {
	display: block;
}
.grid-child img {
	display: block;
	width: 100%;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}
.feature-panel-grid-item .no-img,
.page-grid-item .no-img {
	max-width: 8.375em;
	margin: 0 auto;
	border-radius: 50%;
	padding: 0 0 50%;
	background-color: rgb(67, 105, 126);
	color: #fff;
	font-weight: 700;
}

.grid-child-flex-normalise {
	display: flex;
	flex-wrap: wrap;
}
.grid-child-flex-normalise .item {
	display: flex;
}
.grid-child-flex-normalise .container,
.grid-child-flex-normalise .content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
.grid-child-flex-normalise .flex-expand-this {
	flex: 1 0 auto;
}

.no-flexwrap .grid-child-flex-normalise,
.no-flexwrap .grid-child-flex-normalise .container,
.no-flexwrap .grid-child-flex-normalise .content {
	display: block;
}
.no-flexwrap .grid-child-flex-normalise .item {
	display: inline-block;
}

.grid-child-4-up .item,
.grid-child-3-up .item {
	width: 100%;
}

.grid-child-4-up .container {
	max-width: 22.4375em;
	margin: 0.625em 0;
}
.grid-child-related-logos .container,
.grid-child-1-up .container,
.grid-child-3-up .container {
	margin: 0.625em 0;
}
.grid-child-1-up .content,
.grid-child-4-up .content,
.grid-child-3-up .content,
.grid-child-related-logos .content {
	margin: 0 0.625em;
}

@media all and (min-width: 80em) {
	.grid-child-1-up .container,
	.grid-child-3-up .container,
	.grid-child-4-up .container,
	.grid-child-related-logos .container {
		margin: 1.25em 0;
	}
	.grid-child-1-up .content,
	.grid-child-3-up .content,
	.grid-child-4-up .content,
	.grid-child-related-logos .content {
		margin: 0 1.25em;
	}
}
@media all and (min-width: 33.75em) {
	.grid-child-4-up {
		max-width: 45em;
	}
	.grid-child-3-up .item,
	.grid-child-4-up .item {
		width: 50%;
	}
}

@media all and (min-width: 56.25em) {
	.grid-child-4-up {
		max-width: 67.5em;
	}
	.grid-child-4-up .item {
		width: 33.3333333333333%;
	}
}
@media all and (min-width: 60em) {
	.grid-child-3-up .item {
		width: 33.3333333333333%;
	} 
}
@media all and (min-width: 78.75em) {
	.grid-child-4-up {
		max-width: none;
	}
	.grid-child-4-up .item {
		width: 25%;
	}
}
.wrapper.feature-panels {
	padding-top: 3em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.feature-panel-grid-item img,
.page-grid-item img,
.project-grid-item img,
.team-grid-item img,
.focus-panel-item img.round {
	max-width: 8.375em;
	margin: 0 auto;
	border-radius: 50%;
}
.feature-panel-grid-item img {
	max-width: 2em;
}
.feature-panel-grid-item .icon-icomoon {
	font-size: 2em;
}
.project-grid-item img,
.team-grid-item img {
	max-width: 20em;
}
.focus-panel-item img.round {
	max-width: 25.3125em;
	margin: 0 auto !important;
}
.feature-panels-sub-heading {
	letter-spacing: -0.03em;
	margin-top: 0;
}
.feature-panel-grid-item .caption,
.page-grid-item .summary {
	margin: 0 auto;
	max-width: 17em;
}
.feature-focus-panel {
	padding: 3em 0;
}
.grid-child.feature-image-panel-container {
	margin-top: 0.625em;
}
.grid-child.feature-image-panel-container .item {
	width: 100%;
}
@media all and (min-width: 31.25em) {
	.grid-child.feature-image-panel-container .item {
		width: 50%;
	}
}
@media all and (min-width: 62.5em) {
	.grid-child.feature-image-panel-container .item {
		width: 25%;
	}
}


.detailed-page-grid-item .quick-links-heading {
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: -0.03em;
}
.detailed-page-grid-item .quick-links-list li {
	margin: 0.625em 0;
}
.detailed-page-grid-item .quick-links-list a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 1.25em;
}
.detailed-page-grid-item .quick-links-list .icon-icomoon,
.detailed-page-grid-item .quick-links-list .icon-icomoon:before {
	display: block;
}
.detailed-page-grid-item .quick-links-list .icon-icomoon {
	position: absolute;
	top: 0.2222222222em;
	left: 0;
	font-size: 1.125em;
}
.detailed-page-grid-item .quick-links-list .underline {
	text-decoration: underline;
}

.side-image-module {
	display: inline-block;
	width: 100%;
	margin-top: 3em;
	margin-bottom: 5em;
}
.side-image-module .inner-container {
	max-width: 42.5625em;
	margin: 0 auto;
}
.side-image-module img {
	display: block;
	max-width: 100%;
}
.focus-panel-item .side-image-module {
	margin: 6em 0;
}
.focus-panel-item .side-image-module img {
	margin-right: 0;
	margin-left: auto;
	width: 100%;
}

.page-nav {
	text-align: center;
}
.page-nav .page-list {
	font-weight: 700;
}
.page-nav .page-list a {
	font-weight: normal;
}
.page-nav .prev,
.page-nav .next {
	color: #999;
}

@media all and (min-width: 25.875em) {
	.page-nav {
		position: relative;
	}
	.page-nav .page-list {
		margin-right: 7.142857142857em;
		margin-left: 7.142857142857em;
	}
	.page-nav .prev,
	.page-nav .next {
		position: absolute;
		top: 0;
	}
	.page-nav .prev {
		left: 0;
	}
	.page-nav .next {
		right: 0;
	}
}

.nav-footer {
	margin-top: 2.25em;
	margin-bottom: 1.625em;
	font-weight: 900;
}
.nav-footer a {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	font-size: 1.25em;
	line-height: 1.125;
}
.nav-footer ul ul a {
	font-size: 1em;
	line-height: 1.384;
}
.nav-footer a:hover,
.nav-footer a:focus,
.nav-footer a:active {
	background-color: transparent;
	color: #95a8be;
}
.nav-footer ul {
	margin-top: 0;
	margin-bottom: 0;
}
.nav-footer > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 0;
	margin-bottom: 1.625em;
	padding-right: 0.625em;
	padding-left: 0.625em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-footer ul ul {
	font-size: 0.875em;
	line-height: 1.285714285714;
	font-weight: normal;
	text-transform: none;
	margin-top: 2em;
}
.nav-footer ul ul li {
	margin-top: 0.71428em;
	margin-bottom: 0.71428em;
}
.site-credits a,
.footer-panel a {
	background: transparent;
	color: #95a8be;
	text-decoration: none;
}
.site-credits a:hover,
.site-credits a:focus,
.site-credits a:active,
.footer-panel a:hover,
.footer-panel a:focus,
.footer-panel a:active {
	background: transparent;
	color: #fff;
}

.footer-panel {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 2.25em;
	margin-bottom: 1.625em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-site-footer .heading,
.social-media-heading {
	margin-top: 0;
	margin-bottom: 1.4em;
	font-weight: 900;
	font-size: 1.25em;
	line-height: 1.125;
}
.contact-site-footer .contact-info li {
	margin-top: 0.5384615385em;
	margin-bottom: 0.5384615385em;
	line-height: 1.71428;
}

.social-media {
	overflow: hidden;
}
.social-media .heading {
	margin-top: 0;
	margin-bottom: 1.125em;
	text-transform: uppercase;
}
.list-social-media {
	margin-left: -0.5em;
	margin-right: -0.5em;
}
.list-social-media li {
	display: inline-block;
	vertical-align: top;
	margin: 1em 0.5em;
}
.list-social-media a {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
.list-social-media a:hover,
.list-social-media a:focus,
.list-social-media a:active {
	background-color: transparent;
	color: #e25324;
}
.list-social-media .icon-icomoon,
.list-social-media .icon-icomoon:before {
	display: block;
}
.list-social-media .icon-icomoon:before {
	font-size: 2em;
}

.sister-site-link-module p {
	margin-top: 0;
	margin-bottom: 1.5384615385em;
}

.site-credits {
	margin-top: 1.5384615385em;
	margin-bottom: 1.5384615385em;
}

@media all and (min-width: 30em) {
	.nav-footer > ul > li,
	.footer-panel {
		width: 50%;
	}
}

@media all and (max-width: 57.4375em) {
	.nav-footer {
		margin-bottom: 0;
	}
	.footer-panel {
		margin-top: 0;
	}
}

@media all and (min-width: 57.5em) {
	.nav-footer {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.footer-panel {
		width: 25%;
	}
}

@media all and (min-width: 70em) {
	.nav-footer > ul > li {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
}
.horizontal-divider {
	border-top: 1px solid #52788d;
}
.accreditation-container {
	max-width: 24em;
	margin: 0 auto;
	text-align: center;
}
.accreditation-container .item {
	display: inline-block;
	width: 33.333333%;
	vertical-align: middle;
	text-align: center;
}
.accreditation-container .item .container {
	margin: 1em 0;
}
.accreditation-container .item .content {
	margin: 0 0.625em;
}
.accreditation-container .item img {
	width: auto;
	max-width: 100%;
}

.custom-ul {
	padding: 0;
	list-style: none;
	margin: 1.5em 0;
}
.custom-ul li {
	position: relative;
	margin: 0.625em 0;
	padding: 0 0 0 1.25em;
}
.custom-ul li:before {
	position: absolute;
	top: 3px;
	left: -6px;
	content: "\e901";
	background-color: transparent;
	color: #e45d31;
	font-family: 'icomoon' !important;
	font-size: 1.25em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.custom-ul.li-icon li:before {
	left: 0;
	content: "\e904";
	color: #e45d31;
	line-height: 1;
	speak: none;
	padding: 0.125em 0 0.20833333em 0.375em;
	background-color: #fff;
	border-radius: 50%;
	font-size: 1em;
	

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.custom-ul.li-icon li {
	font-size: 1.5em;
	padding: 0 0 0 2.3em;
	font-weight: 900;
}
.focus-panel-item.focus-cw-2 .custom-ul li:before,
.focus-panel-item.focus-cw-3 .custom-ul li:before {
	color: #fff;
}
.site-content-1-1 .text-centre .custom-ul li:before {
	display: none;
}
.site-content-1-1 .text-centre,
.contact-detail-page .text-centre {
	margin: 0 auto;
}
.site-content-1-1 .text-centre {
	max-width: 64.875em;
}
.contact-detail-page .text-centre {
	max-width: 41.875em;
}

.project-detail {
	margin-top: 1.75em;
	margin-bottom: 5em;
}
.gallery-media {
	max-width: 42.5em;
	margin: 1.25em auto;
}
.gallery-media .keyline {
	-webkit-transition: border-color 0.15s;
	-o-transition: border-color 0.15s;
	transition: border-color 0.15s;
}
.gallery-media a.keyline:hover,
.gallery-media a.keyline:focus,
.gallery-media a.keyline:active {
	border-color: #727b8e;
}
.gallery-media .item {
	position: relative;
}
.gallery-media .item a {
	display: block;
	text-decoration: none;
}
.gallery-media img {
	display: block;
	width: 100%;
}
.gallery-media .no-img {
	padding: 0 0 100%;
}

.gallery-media .embedded-video-container {
	position: relative;
	padding: 0 0 100%;
}
.gallery-media .embedded-video-container .embedded-video {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 0 60%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery-media-nav-container {
	max-width: 42.5em;
	margin-top: -0.8125em;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.gallery-media-nav {
	margin: 0 -0.4375em;
	padding: 0;
	font-size: 1em;
	line-height: 1;
}
.gallery-media-nav .item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.gallery-media-nav .container {
	margin-right: 0.4375em;
	margin-left: 0.4375em;
}
.gallery-media-nav .content {
	display: block;
	position: relative;
	margin-top: 0.4375em;
	margin-bottom: 0.4375em;
	border: 1px solid #d0d0d0;
	text-decoration: none;

	-webkit-transition: border-color 0.15s;
	-o-transition: border-color 0.15s;
	transition: border-color 0.15s;
}
.gallery-media-nav a.content:hover,
.gallery-media-nav a.content:focus,
.gallery-media-nav a.content:active {
	border-color: #727b8e;
}

.gallery-media-nav img {
	display: block;
	width: 100%;
}
.gallery-media-nav .no-img {
	padding: 0 0 100%;
}


/* ---- RELATED LOGOS CAROUSEL ---- */

.related-logo-container {
	margin: 4em 0 2em;
}
.grid-child-related-logos {
	margin: 2.5em 0 3em;
}
.related-logo-carousel-container {
	position: relative;
}
.brand-product-logo-container .cycle-initialised .item {
	width: auto;
	white-space: normal;
}
.related-logo-carousel-container .cycle-nav {
	position: absolute;
	top: 50%;
	z-index: 101;
	padding: 0.5625em;
	background-color: #c0c0c0;
	color: #fff;
	opacity: 0;
	cursor: pointer;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: opacity 0.25s, background-color 0.15s, color 0.15s;
	-o-transition: opacity 0.25s, background-color 0.15s, color 0.15s;
	transition: opacity 0.25s, background-color 0.15s, color 0.15s;

	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.related-logo-carousel-container .cycle-nav {
	top: 70%;
}
.related-logo-carousel-container .cycle-nav:hover,
.related-logo-carousel-container .cycle-nav:focus,
.related-logo-carousel-container .cycle-nav:active {
	background-color: #e25324;
	color: #fff;
}
.related-logo-carousel-container:hover .cycle-nav {
	opacity: 1;
}
.related-logo-carousel-container .cycle-prev {
	left: 0;
}
.related-logo-carousel-container .cycle-next {
	right: 0;
}

.related-logo-carousel-container .icon-icomoon,
.related-logo-carousel-container .icon-icomoon:before {
	display: block;
}
.related-logo-carousel-container .icon-icomoon:before {
	font-size: 2.375em;
}
.related-logo-carousel-container .cycle-pager {
	margin-top: 0.3125em;
	font-size: 1em;
	text-align: center;
}
.related-logo-carousel-container .cycle-pager-item {
	display: inline-block;
	vertical-align: top;
	margin: 0.3125em;
}
.related-logo-carousel-container .bullet {
	width: 0.75em;
	height: 0.75em;
	background-color: #787878;
	color: #f0f0f0;
	cursor: pointer;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}

.related-logo-carousel-container .cycle-pager-active .bullet {
	background-color: #000;
	color: #fff;
}
.grid-child-related-logos .item img {
	margin: 0 auto;
	max-width: 10.375em;
}

@media all and (min-width: 36.25em) {
	.grid-child.grid-child-related-logos .item {
		width: 33.3333333%;
	}
}
@media all and (min-width: 50em) {
	.grid-child.grid-child-related-logos .item {
		width: 14.28571428%;
	}
}
@media screen and (min-width: 80em) {
	.related-logo-carousel-container .cycle-nav {
		opacity: 1;
	}
	.related-logo-carousel-container .cycle-prev {
		left: -3.75em;
	}
	.related-logo-carousel-container .cycle-next {
		right: -3.75em;
	}
}
@media all and (max-width: 98.6875em) {
	.related-logo-carousel-container .cycle-nav {
		display: none;
	}
	.grid-child-related-logos {
		margin-bottom: 1em;
	}
}
@media screen and (min-width: 98.75em) {
	.related-logo-carousel-container .cycle-pager {
		display: none;
	}
}

.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: #e25324;
}
.cookies-eu-banner .pseudo-button:hover {
	color: #fff;
	background-color: #43697e;
}
.cookies-eu-banner a {
	text-decoration: underline;
}
.focus-link-title  { 
	color: #43697e;
	margin-bottom: -0.6em;
}
.focus-cw-3 .focus-link-title  {
	color: #e25324;
}

.focus-panels .focus-panel.focus-panel-item,
.feature-page .focus-panel.focus-panel-item:nth-child(n) {
	clip-path: polygon(0 calc(0% + 3vw), 100% 0, 100% calc(100% - 3vw), 0 100%);
	padding-top: 0;
	margin-top: -1.125em;
}

@media all and (min-width: 45em) {
	.focus-panels .focus-panel.focus-panel-item,
	.feature-page .focus-panel.focus-panel-item:nth-child(n) {
		margin-top: -2em;
	}
}
@media all and (min-width: 65.625em) {
	.focus-panels .focus-panel.focus-panel-item,
	.feature-page .focus-panel.focus-panel-item:nth-child(n) {
		margin-top: -3.125em;
	}
}
.feature-page .focus-panel.focus-panel-item.w-video:nth-child(n) {
	padding-bottom: 4em;
}
.focus-panel.focus-panel-item:first-of-type,
.focus-panel.feature-focus-panel:first-of-type {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3vw), 0 100%) !important;
	padding-bottom: 1.5em;
	margin-top: 0 !important;
}
.focus-panel.feature-focus-panel:first-of-type {
	padding-bottom: 5em;
	padding-top: 3em !important;
}
.focus-panels .focus-panel.focus-panel-item.no-title,
.focus-panel.feature-focus-panel.no-title {
	padding-top: 4em;
}
@media all and (min-width: 60em) {
	.focus-panels .focus-panel.focus-panel-item.no-title,
	.focus-panel.feature-focus-panel.no-title {
		padding-top: 2em;
	}
}
.focus-panel.focus-panel-item.no-title:first-of-type,
.focus-panel.feature-focus-panel.no-title:first-of-type {
	padding-top: 0;
}
.feature-page .focus-panel.focus-panel-item.w-video,
.focus-panel-item.w-video {
	padding-top: 4em !important;
}
.w-video .site-content-1-2.w-side-content {
	vertical-align: top;
}
.focus-panel.focus-panel-item:last-of-type {
	clip-path: polygon(0 calc(0% + 3vw), 100% 0, 100% 100%, 0 100%) !important; 
}
.focus-panel.feature-focus-panel:last-of-type {
	clip-path: polygon(0 calc(0% + 3vw), 100% 0, 100% 100%, 0 100%); 
}
.focus-panel.focus-panel-item.w-video:last-of-type {
	padding-bottom: 0 !important;
}
.standalone .focus-panel.focus-panel-item:last-of-type,
.standalone .focus-panel.focus-panel-item:first-of-type,
.standalone .focus-panel.feature-focus-panel:first-of-type {
	clip-path: none !important;
}
@media all and (min-width: 81.25em) {
	.custom-ul.li-icon {
		margin-top: 4em;
		padding-left: 6em;
	}
	.feature-focus-panels .site-content-1-2 {
		vertical-align: middle;
	}
}
@media all and (max-width: 63.75em) {
	.feature-focus-panels .site-content-1-2 {
		width: 100%;
	}
}

.feature-focus-panels .focus-panel-item.w-video p {
	font-size: 1.25em;
}
.focus-panel-item .pseudo-button {
	margin-top: 1em;
}
.feature-focus-panels .focus-panel-item.w-video .pseudo-button {
	font-size: 0.9em;
}


.quote-img-container img {
	width: 100%;
	max-width: 6.0625em;
}
@media all and (min-width: 32.5em) {
	.quote-text-container {
		padding-left: 2em;
	}
}
@media all and (min-width: 60em) {
	.quote-text-container {
		width: 90%;
		vertical-align: top;
		box-sizing: border-box;
		padding-left: 3em;
	}
	.quote-img-container {
		width: 10%;
		vertical-align: top;
	}
}

.wrapper.wrapper-thin {
	max-width: 66em;
}
.focus-panel-item.testimonial-panel div.h3 {
	font-weight: 400;
}
.focus-panel-item.testimonial-panel {
	padding: 5em 0 !important;
}
.focus-panel.focus-panel-item.testimonial-panel:last-of-type {
	padding: 6em 0 1em !important;
}

.testimonial-module, .testimonial-body {
	 margin-left: 0;
	 margin-right: 0;
}

.testimonial-section {
	 border-bottom: 1px solid #cecece;
	 padding: 1em 0;
}

.testimonial-section:last-child {
	 border-bottom: none;
}

.newsletter-module {
	text-align: center;
}
.newsletter-form .label,
.newsletter-form input {
	display: inline-block;
	vertical-align: middle;
}
.newsletter-form .label {
	font-size: 1.2857142857em;
	font-weight: 700;
	line-height: 1.2222222222;
	margin-right: 0.5em;
}
.newsletter-form input {
	height: 2.57142857142857em;
	margin: 0.57142857142857em;
	background: #43697e;
	border-color: #43697e;
}
@media all and (min-width: 30em) {
	.newsletter-form input {
		padding: 0.375em 1.875em;
	}
}
.newsletter-form .standard-input {
	max-width: 100%;
	width: 15.42857142857em;
	background-color: #fff;
	color: #222;
	border-color: #d6d6d6;
	border-radius: 1.375em;
}
.newsletter-form .form-controls {
	display: inline-block;
	vertical-align: middle;
}

.package-item .content {
	border: 1px solid #e45d31;
	border-radius: 6px;
}
.package-heading {
	font-weight: 600;
	background: #f7f7f7;
	padding: 0.5em 0;
	border-radius: 6px 6px 0 0;
	margin-top: 0;
}
.package-price {
	font-size: 2em;
}
.package-item .custom-ul {
	padding-left: 0.5em;
}
.package-pop-up-heading {
	font-weight: 600;
}

.meta-information dt {
	font-weight: 600;
	margin-top: 0.5em;
}
.meta-information dd {
	margin-left: 0;
}
.meta-information .meta-info {
	display: inline-block;
	margin-right: 1em;
	width: auto;
	vertical-align: top;
}
.image-sizer {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	max-height: 100%;
	margin: 0;
	transform: translate(0,-50%);
}
.image-sizer-spacer {
	height: 0;
	padding: 0 0 50%;
	overflow: auto;
}

.focus-panel-item .site-content-2-3 .embedded-map {
	max-width: 100%;
	padding-bottom: 52%;
	margin-top: 1.75em;
	margin-bottom: 2em
}
.standard-form.focus-side-form {
	font-size: 12px;
	margin-bottom: 4em;
	margin-top: 2em;
}
@media all and (min-width: 40em) and (max-width: 56.25em) {
	.focus-panel-item .site-content-2-3 .embedded-map {
		padding-bottom: 100%;
	}
}

.footer-form-description,
.footer-form-container,
.site-footer-1-3 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-form {
	max-width: none;
}

.footer-form ol,
.footer-form .submit {
	margin-top: 0;
	margin-bottom: 0;
}
.footer-form li {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

.footer-form label,
.footer-form .label {
	font-weight: 700;
	text-transform: uppercase;
}

.footer-form textarea {
	height: 9.57142857142857em;
}

.footer-form .submit {
	font-weight: 700;
}
.footer-form .g-recaptcha {
	margin-top: 1.375em;
}

@media all and (min-width: 39.375em) {
	.footer-form .grid-adjust {
		margin-right: -0.625em;
		margin-left: -0.625em;
	}
	.footer-form .form-split {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-right: 0.625em;
		padding-left: 0.625em;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.site-footer-1-3.first-split {
		width: 50%;
	}
}

@media all and (min-width: 58.75em) {
	.footer-form-description {
		width: 33.3333333333%;
	}
	.footer-form-container {
		width: 66.6666666667%;
	}

	.site-footer-1-3,
	.site-footer-1-3.first-split {
		width: 33.3333333333%;
	}
}

@media all and (min-width: 80em) {
	.footer-form .grid-adjust {
		margin-right: -1.3125em;
		margin-left: -1.3125em;
	}
	.footer-form .form-split {
		padding-right: 1.3125em;
		padding-left: 1.3125em;
	}
}

