@font-face {
	font-family: 'icomoon';
	  src:  url('/fonts/icomoon.eot?qm5sdc');
	  src:  url('/fonts/icomoon.eot?qm5sdc#iefix') format('embedded-opentype'),
		 url('/fonts/icomoon.ttf?qm5sdc') format('truetype'),
		 url('/fonts/icomoon.woff?qm5sdc') format('woff'),
		 url('/fonts/icomoon.svg?qm5sdc#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #1a1b1f;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: 400;

	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	background-color: transparent;
	color: #2f6c95;
}
a:hover,
a:focus,
a:active {
	background-color: transparent;
	color: #181818;
}
.contact-site-footer a,
.contact-site-header a {
	color: #84aac3;
}
.contact-site-footer a:hover,
.contact-site-footer a:focus,
.contact-site-footer a:active,
.contact-site-header a:hover,
.contact-site-header a:focus,
.contact-site-header a:active {
	color: #1a1b1f;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}

h1,
.h1 {
	margin: 0.5833333em 0;
	font-size: 3em;
	font-weight: 800;
	line-height: 1.208333333333333;
	letter-spacing: -3px;
}
h1.extra-margin,
.h1.extra-margin {
	margin-top: 1.3333333333em;
	margin-bottom: 1.3333333333em;
}
h2,
.h2 {
	margin: 0.625em 0;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.25;
}
h3,
.h3,
.font-size-up-1 {
	margin: 0.5555555556em 0;
	font-size: 1.125em;
	line-height: 1.2222222222;
}
h3,
.h3 {
	font-weight: 400;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0.7142857143em 0;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.7142857143;
}
p,
ul,
ol,
table,
pre,
.page-nav {
	margin: 0.7142857143em 0;
	font-size: 0.875em;
	line-height: 1.7142857143;
}
.font-size-down-1,
.font-size-down-1-group p,
.font-size-down-1-group ul,
.font-size-down-1-group ol,
.font-size-down-1-group table,
.nav-footer ul {
	margin-top: 0.7692307692em;
	margin-bottom: 0.7692307692em;
	font-size: 0.8125em;
	line-height: 1.3846153846;
}
.font-size-down-2,
.font-size-down-2-group p,
.font-size-down-2-group ul,
.font-size-down-2-group ol,
.font-size-down-2-group table {
	margin-top: 0.8333333333em;
	margin-bottom: 0.8333333333em;
	font-size: 0.75em;
	line-height: 1.3333333333;
}

.font-size-down-1-group ul ul,
.font-size-down-1-group ul ol,
.font-size-down-1-group ul p,
.font-size-down-1-group ol ul,
.font-size-down-1-group ol ol,
.font-size-down-1-group ol p,
.font-size-down-1-group table ul,
.font-size-down-1-group table ol,
.font-size-down-1-group table p,
.font-size-down-2-group ul ul,
.font-size-down-2-group ul ol,
.font-size-down-2-group ul p,
.font-size-down-2-group ol ul,
.font-size-down-2-group ol ol,
.font-size-down-2-group ol p,
.font-size-down-2-group table ul,
.font-size-down-2-group table ol,
.font-size-down-2-group table p {
	font-size: 1em;
	line-height: inherit;
}

b,
strong,
th {
	font-weight: 700;
}

ul ul,
ul ol,
ul p,
ul table,
ol ul,
ol ol,
ol p,
ol table {
	margin-top: 0;
	font-size: 1em;
	line-height: inherit;
}
nav ul,
form ol,
form ul {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
form ol,
form ul,
form p {
	font-size: 1em;
	line-height: inherit;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
}
input,
button,
select,
textarea,
.pseudo-button {
	padding: 0.5em 1.1428571429em;
	background-color: #e5e5e5;
	color: #727b8e;
	border: 1px solid #e5e5e5;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: inherit;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	-webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 4px -1px #84aac3;
}
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-appearance: textfield;
}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}

button,
.button,
.submit,
.pseudo-button {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
button,
.button,
.submit {
	cursor: pointer;
}
.pseudo-button {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.font-size-down-1 .pseudo-button {
	padding: 0.5384615385em 1.2307692308em;
}
button,
.button,
.pseudo-button-default {
	background-color: #134b7c;
	color: #fff;
	border-color: #134b7c;
}
button:hover,
.button:hover,
a:hover .pseudo-button-default,
.pseudo-button-default:hover {
	background-color: #181818;
	color: #fff;
	border-color: #181818;
}

.submit,
.pseudo-submit {
	background-color: #134b7c;
	color: #fff;
	border-color: #134b7c;
}
.submit:hover,
a:hover .pseudo-submit,
.pseudo-submit:hover {
	background-color: #1a1b1f;
	color: #fff;
	border-color: #1a1b1f;
}

img {
	border: 0;
}
address {
	font-style: normal;
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}
pre,
code {
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
	font-family: monospace, monospace;
}
pre {
	padding: 1em;
	overflow: auto;
}

/* ------ Helper Styles ------ */
.clear-self:before,
.clear-self:after {
	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;
}
.overflow-auto {
	overflow: auto;
}
.hide-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.relative {
	position: relative;
}
.list-reset {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.font-open-sans {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

/* ------ Mini Modules ------ */
.data-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.4285714286;
}
.data-table tr {
	vertical-align: top;
}
/*.responsive-data-table tbody td:before {
	font-weight: 700;
}*/
.data-table th,
.data-table td {
	padding: 1em;
	text-align: left;
}
.data-table thead th,
.data-table thead td {
	padding: 0.9333333333em;
	color: #84aac3;
	font-size: 1.0714285714em;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.data-table thead th,
.data-table thead td {
	background-color: rgba(0, 0, 0, 0.07);
}
.data-table p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.data-table p:first-child {
	margin-top: 0;
}
.data-table p:last-child {
	margin-bottom: 0;
}
.data-table tbody tr:nth-child(even) td {
	background-color: rgba(0, 0, 0, 0.07);
}
.data-table tbody tr:nth-child(even) td {
	color: #1a1b1f;
}

.msg {
	padding: 1em;
	text-align: center;
}
.success {
	background-color: #eaf5ea;
	color: #393;

	box-shadow: 0 0 0.5em #393;   
}
.error {
	background-color: #fae5e5;
	color: #c00;

	box-shadow: 0 0 0.5em #c00;
}

.no-img,
.embedded-map {
	position: relative;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.no-img,
.embedded-map {
	background-color: rgba(0, 0, 0, 0.1);
}
.no-img,
.embedded-map {
	color: #000;
}
.no-img {
	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	background-color: rgba(0, 0, 0, 0.2);
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	color: #000;
}
.no-img p,
.embedded-map p {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin: 0 !important;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.embedded-map-container {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.embedded-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embedded-map {
	padding: 0 0 100%;
}
.embedded-map p a {
	background-color: transparent;
}

.contact-site-content {
	margin-top: 2em;
	margin-bottom: 2em;
}

.icon-icomoon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*.icon-home:before {
  content: "\e906";
}*/
.icon-quotes-left:before {
  content: "\e905";
}
.icon-zoom-in:before {
	content:"\e904";
}
.icon-google-plus:before {
  content: "\e903";
	font-size: 1.875em !important;
}
.icon-city:before {
	content: "\e90a";
}
.icon-library:before {
	content: "\e998";
}
.icon-library2:before {
	content: "\e999";
}
.icon-graduation:before {
	content: "\e99a";
}
.icon-file-check2:before {
	content: "\e9aa";
}
.icon-price-tag2:before {
	content: "\e9ee";
}
.icon-theater:before {
	content: "\e9fb";
}
.icon-coin-pound:before {
	content: "\ea0d";
}
.icon-calendar2:before {
	content: "\ea60";
}
.icon-download:before {
	content: "\ea87";
}
.icon-cog:before {
	content: "\eb5f";
}
.icon-aid-kit:before {
	content: "\eb71";
}
.icon-stats-growth:before {
	content: "\eb90";
}
.icon-plate:before {
	content: "\ebbe";
}
.icon-airplane2:before {
	content: "\ec06";
}
.icon-menu7:before {
	content: "\ec71";
}
.icon-exit3:before {
	content: "\ed7b";
}
.icon-facebook:before {
	content: "\eeef";
}
.icon-twitter:before {
	content: "\eef5";
}
.icon-youtube:before {
	content: "\eefc";
}
.icon-linkedin2:before {
	content: "\ef29";
}
.icon-instagram:before {
	content: "\e900";
}
.icon-chevron-right:before {
	content: "\e901";
}
.icon-chevron-left:before {
	content: "\e902";
}

.bg-sprite {
	background-image: url('/images/bg-sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}

.icon-file,
.icon-pdf,
.icon-doc,
.icon-docx,
.icon-xls,
.icon-xlsx {
	width: 50px;
	height: 50px;
}
.icon-roler,
.icon-houses,
.icon-house-hands,
.icon-jigsaw,
.icon-plan,
.icon-doc {
	height: 125px;
	width: 127px;
}
.icon-file {
	background-position: -10px -10px;
}
.icon-pdf {
	background-position: -70px -10px;
}
.icon-doc,
.icon-docx {
	background-position: -130px -10px;
}
.icon-xls,
.icon-xlsx {
	background-position: -190px -10px;
}
.icon-house-hands {
	background-position: -252px -5px;
}
.icon-houses {
	background-position: -383px -5px;
}
.icon-jigsaw {
	background-position: -514px -5px;
}
.icon-plan {
	background-position: -645px -5px;
}
.icon-doc {
	background-position: -776px -5px;
}
.icon-roler {
	background-position: -907px -5px;
}
.nav-main .icon-icomoon {
  display: inline-block;
	vertical-align: middle;
}
.icon-home {
	background-position: -1045px -6px;
	width: 28px;
	height: 25px;
}
.icon-home:hover,
.icon-home:focus,
.icon-home:active {
	background-position: -1045px -37px;
}
.nav-main > ul > li:nth-child(2):before {
  display: none;
}

.skip-link {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.333;
	text-decoration: none;
	z-index: 3;
}
.skip-link:focus,
.skip-link:active {
	left: 0;
	background-color: #000;
	color: #fff;
}

/* ------ Layout ------ */

.wrapper {
	max-width: 67.25em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}

.grid-adjust-default {
	margin-right: -0.625em !important;
	margin-left: -0.625em !important;
}
.gutter-default {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.gutter-fixed-half {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.gutter-fixed-full {
	padding-right: 1.25em;
	padding-left: 1.25em;
}

@media screen and (min-width: 60em) {
	.wrapper {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}
	.grid-adjust-default {
		margin-right: -1.25em !important;
		margin-left: -1.25em !important;
	}
	.gutter-default {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
}

/* ------ Colourways ------ */

/* COLOURWAYS */

.cw-1,
.cw-1-base {
	background-color: #486e87;
	color: #fff;
}

.cw-2,
.cw-2-base {
	background-color: #2f6c95;
	color: #fff;
}

.cw-3,
.cw-3-base {
	background-color: #134b7c;
	color: #fff;
}
.cw-muted,
.cw-muted-base {
	background: #d2dbe1;
	color: #181818;
}

.cw-ele-accent-1 {
	background-color: transparent;
	color: #134b7c;
}

.keyline {
	border: 1px solid #d0d0d0;
}

/* ------ Modules ------ */
.site-header {
	position: relative;
	z-index: 2;
}
.site-header-nav {
	position: relative;
	position: -webkit-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0;
}
.site-content {
	position: relative;
	z-index: 1;
}

.logo a {
	display: block;
	max-width: 9.375em;
	margin: 0.875em auto;
}
.logo img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 30em) {
	.logo,
	.adj-to-logo {
		display: inline-block;
		vertical-align: middle;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.logo {
		width: 48.74551971326165%;
	}
	.adj-to-logo {
		width: 51.25448028673835%;
		text-align: right;
	}

	.logo a {
		max-width: 31.5em;
		margin-left: 0;
	}
}

.site-header-buttons {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.site-header-buttons .secondary-link-item {
	display: none;
}
.site-header-buttons a {
	display: block;
	position: relative;
	padding: 0.7142857142857em 2.5714285714em 0.7142857142857em 1.2857142857em;
	background-color: #84aac3;
	color: #fff;
	text-decoration: none;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.site-header-buttons a:hover,
.site-header-buttons a:focus,
.site-header-buttons a:active {
	background-color: #1a1b1f;
	color: #fff;
}
.site-header-buttons .icon-icomoon,
.site-header-buttons .icon-icomoon:before {
	display: block;
}
.site-header-buttons .icon-icomoon {
	position: absolute;
	top: 0.9285714286em;
	right: 0.6428571429em;
}
.site-header-buttons .icon-icomoon:before {
	font-size: 1.2857142857em;
}

@media screen and (max-width: 29.9375em) {
	.site-header-buttons {
		margin-right: -1.4285714286em;
		margin-left: -1.4285714286em;
	}

	.contact-site-header {
		display: none;
	}
}

@media screen and (min-width: 30em) {
	.site-header-buttons {
		display: inline-block;
		vertical-align: top;
	}

	.contact-site-header {
		display: block;
	}

	.contact-site-header a {
		text-decoration: none;
	}
	.contact-site-header .tel {
		text-transform: uppercase;
	}
	.contact-site-header .tel a {
		 color: #fff;
	}
	.contact-site-header .tel .label {
		letter-spacing: 0.1em;
	}
	.contact-site-header .tel .content {
		font-size: 1.2857142857em;
		line-height: 1.2222222222;
		font-weight: 900;
	}
	.contact-site-header .email {
		font-weight: 300;
		letter-spacing: 0.06em;
	}
}

@media screen and (min-width: 40em) {
	.contact-site-header .tel .label,
	.contact-site-header .tel .content {
		display: block;
		position: relative;
	}
	.contact-site-header .tel .label {
		z-index: 2;
	}
	.contact-site-header .tel .content {
		z-index: 1;
		margin-top: -0.2em;
		font-size: 2.1428571429em;
		font-weight: 700;
		line-height: 1.2;
	}
}

@media screen and (min-width: 50em) {
	.site-header-buttons li,
	.site-header-buttons .secondary-link-item {
		display: inline-block;
		vertical-align: top;
	}
	.site-header-buttons li {
		margin-left: 0.1428571429em;
	}
}

.nav-main a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-main ul {
	display: none;
	margin: 0;
}
.nav-main ul a {
	background-color: transparent;
	color: #fff;
	font-weight: 700;
}
.nav-main ul a:hover,
.nav-main ul a:focus,
.nav-main ul a:active {
	background-color: transparent;
	color: #181818;
}

@media screen and (max-width: 59.9375em) {
	.nav-main a {
		padding: 0.7142857143em 1.2857142857em;
	}

	.nav-main .nav-btn {
		margin: 0;
		font-weight: 400;
		letter-spacing: 0.1em;
	}
	.nav-main .nav-btn a {
		position: relative;
		padding-right: 2.5714285714em;
		background-color: #2f6c95;
		color: #fff;

		-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.9285714286em;
		right: 0.6428571429em;
	}
	.nav-main .nav-btn .icon-icomoon:before {
		font-size: 1.2857142857em;
	}

	.nav-main ul:target {
		display: block;
	}
	.nav-main ul.show {
		display: block;
	}
}

@media screen and (min-width: 60em) {
	.nav-main .nav-btn {
		display: none;
	}

	.nav-main > ul {
		display: block;
		max-width: 79.7142857143em;
		margin: 0 auto;
		padding-right: 1.8571428571em;
		padding-left: 1.8571428571em;
	}
	.nav-main > ul > li,
	.nav-main > ul > li:before,
	.nav-main > ul > li > a {
		display: inline-block;
		vertical-align: middle;
	}
	.nav-main > ul > li:before {
		content: '|';
		background-color: transparent;
		color: #3f7da6;
		letter-spacing: 0;
	}
	.nav-main > ul > li:first-child:before {
		content: '';
		display: none;
	}
	.nav-main > ul > li > a {
		padding: 1em 0.7142857142857em;
	}

	/*SUPER FISH*/
	.nav-main ul ul {
		display: none;
		position: absolute;
		background: #fff;
		color: #000;
		padding: 0.46153846153846153846153846153846em 0 0.61538461538461538461538461538462em; 
		top: 53px;
		left: 0px;
		width: 27.462em;
		line-height: 1.2307692307692307692307692307692;
		border-bottom: 1px solid #2f6c95;
		border-left: 1px solid #2f6c95;
		border-right: 1px solid #2f6c95;
		text-align: left;
	}
	.nav-main ul li:hover > ul,
	.nav-main ul li.sfHover > ul {
		display: block;
	}
	.nav-main ul ul li {
		padding: 0.57142857142857142857142857142857em 0;
		background: #fff;
		color: #000;
	}
	.nav-main ul ul a {
		padding: 0 2em;
		background: #fff;
		color: #1a1b1f;
	}
	.nav-main ul ul a:hover,
	.nav-main ul ul a:focus,
	.nav-main ul ul a:active {
		background: #fff;
		color: #727b8e;
	}

	.nav-main li {
		position: relative;
	}

}

@media screen and (min-width: 65em) {
	.nav-main ul {
		letter-spacing: 0.06em;
	}
}

@media screen and (max-width: 59.9375em), screen and (min-width: 67.5em) {
	.nav-main ul {
		letter-spacing: 0.1em;
	}
}

@media all and (min-width: 71.25em) {
	.nav-main > ul > li > a {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
}

.site-content {
	padding-bottom: 3em;
}

.site-content-1-1,
.site-content-1-3,
.site-content-2-3,
.testimonial-body,
.testimonial-icon {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.testimonial-body,
.testimonial-icon,
.testimonial-container .site-content-1-3,
.testimonial-container .site-content-2-3 {
	vertical-align: middle;
}
.site-content-1-3,
.site-content-2-3,
.testimonial-body,
.testimonial-icon {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


@media screen and (min-width: 45em) {
	.site-content-1-2 {
		display: inline-block;
		vertical-align: top;
		width: 50%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@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%;
	}
	.testimonial-body {
		width: 88.70967741935484%;
	}
	.testimonial-icon {
		width: 11.29032258064516%;
	}
}

.top-image {
	background-repeat: no-repeat;
	background-position: 50% 0;

	-webkit-background-size: cover;
	background-size: cover;
}
.top-image .spacer {
	position: relative;
	height: 0;
	padding: 0 0 46.28252788104089%;
	overflow: auto;
}
.top-image .text-overlay {
	padding-bottom: 1.125em;
}
.top-image .caption {
	font-weight: 300;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 40em) {
	.top-image-with-overlay {
		position: relative;
	}
	.top-image-with-overlay .spacer {
		background-position: 0 0;
	}
	.top-image .text-overlay {
		position: absolute;
		top: 50%;
		right: 0;
		width: 50%;
		padding-right: 1.25em;
		padding-left: 1.25em;
		padding-bottom: 0;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 60em) {
	.top-image .text-overlay {
		padding-right: 2.5em;
		padding-left: 2.5em;
	}
}

.js .slideshow-panel .item {
	display: none;
}
.js .slideshow-panel .item:first-child {
	display: block;
}

.slideshow-panel .item {
	width: 100%;
}
.slideshow-panel .image {
	background-repeat: no-repeat;
	background-position: 50% 50%;

	-webkit-background-size: cover;
	background-size: cover;
}
.slideshow-panel .sentinel-item {
	display: none;
}
.slideshow-panel .spacer {
	position: relative;
	height: 0;
	padding: 0 0 46.28252788104089%;
	overflow: auto;
}
.slideshow-panel .text-overlay {
	padding-top: 1.125em;
	padding-bottom: 2.25em;
	text-align: center;
}
.slideshow-panel .heading {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-size: 1.875em;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -3px;
}
.slideshow-panel .caption {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-size: 2.1875em;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -3px;
	color: #181818;
}
.slideshow-panel .pseudo-button-custom {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.slideshow-panel a.pseudo-button-custom:hover,
.slideshow-panel a.pseudo-button-custom:focus,
.slideshow-panel a.pseudo-button-custom:active {
	background-color: #fff;
	color: #1a1b1f;
}

.slideshow-panel-cycle-nav {
	display: none;
}

@media screen and (min-width: 40em) {
	.js .slideshow-panel.cycle-initialised .sentinel-item {
		display: block;
	}

	.slideshow-panel-with-overlay {
		position: relative;
	}
	.slideshow-panel-with-overlay .text-overlay {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50%;
		padding: 0 1.25em;
		text-align: left;
		padding-top: 2em;
		padding-bottom: 10em;
		background-color: rgba(255,255,255,0.6);


		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 50em) {

	.slideshow-panel-with-overlay .text-overlay {
		padding-right: 5em;
	}

	.slideshow-panel-cycle-nav {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 101;
		width: 100%;
	}
	.slideshow-panel-cycle-nav-item {
		position: absolute;
		top: 0;
		padding: 0.5625em;
		background-color: #fff;
		color: #486e87;
		cursor: pointer;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);

		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;

		-webkit-transition: color 0.15s, box-shadow 0.15s;
		-o-transition: color 0.15s, box-shadow 0.15s;
		transition: color 0.15s, box-shadow 0.15s;
	}
	.slideshow-panel-cycle-nav-item:hover {
		background-color: #fff;
		color: #0450ff;

		-webkit-box-shadow: 0 0 0.25em #fff;
		box-shadow: 0 0 0.25em #fff;
	}
	.slideshow-panel-cycle-prev {
		left: 0.625em;
	}
	.slideshow-panel-cycle-next {
		right: 0.625em;
	}
	.slideshow-panel-cycle-nav-item .icon-icomoon,
	.slideshow-panel-cycle-nav-item .icon-icomoon:before {
		display: block;
	}
	.slideshow-panel-cycle-nav-item .icon-icomoon:before {
		font-size: 2.375em;
	}
}

@media screen and (min-width: 60em) {
	.slideshow-panel-with-overlay .text-overlay {
		padding-right: 6.25em;
	}
	.slideshow-panel .heading {
		margin-top: 0.4583333333em;
		margin-bottom: 0.4583333333em;
		font-size: 3em;
		line-height: 1;
	}
}

@media all and (min-width: 70em) {
	.slideshow-panel .caption {
		margin-top: 0.25em;
		margin-bottom: 0.25em;
		font-size: 3.75em;
		line-height: 1;
	}
}

.breadcrumb-container .breadcrumb {
	margin: 0.5em 0;
	padding: 0;
	text-align: right;
}
.breadcrumb li,
.breadcrumb li:before {
	display: inline-block;
}
.breadcrumb li:before {
	content: '\0000a0>\0000a0';
}
.breadcrumb li:first-child:before {
	content: '';
	display: none;
}
.breadcrumb a {
	background-color: transparent;
	color: #727b8e;
	text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	background-color: transparent;
	color: #2f6c95;
}

.section-heading {
	font-size: 1.5em;
	margin: 1em 0 0.58333em 0;
	line-height: 1.25;
}

.content-section {
	margin-top: -0.625em;
	overflow: hidden;
}
.content-section img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0.625em auto;
}
.content-section img.block {
	margin-right: 0;
	margin-left: 0;
}
.content-section li {
	margin-top: 0.2857142857em;
}

@media screen and (min-width: 37.5em) {
	.content-section img.pull-right {
		float: right;
		margin-right: 0;
		margin-left: 0.625em;
	}
	.content-section img.pull-left {
		float: left;
		margin-right: 0.625em;
		margin-left: 0;
	}
}

.news-article-detail .date-created {
	text-transform: uppercase;
}

.list-download {
	margin-top: 1.4285714286em;
	margin-bottom: 1.4285714286em;
}

.list-download a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 84px;
	background-color: transparent;
	color: #727b8e;
	text-decoration: none;
}
.list-download a:hover,
.list-download a:focus,
.list-download a:active {
	background-color: transparent;
	color: #1a1b1f;
}
.list-download .item:nth-child(odd) a {
	background-color: rgba(0, 0, 0, 0.07);
}
.list-download .list-download-heading {
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.font-size-down-1-group .list-download-heading {
	font-size: 1em;
	line-height: inherit;
}
.list-download .bg-sprite {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}

.tabbed-panels .text-panel.font-size-down-1-group .list-download,
.tabbed-panels .text-panel.font-size-down-1-group .list-download p {
	line-height: 1.3846153846;
}
.tabbed-panels .text-panel.font-size-down-1-group .list-download {
	margin-top: 0.7692307692em;
	margin-bottom: 0.7692307692em;
}

.standard-form {
	margin: 1.4285714286em 0;
	padding: 1.4285714286em;
	border: 1px solid #d0d0d0;
	font-size: 0.875em;
	line-height: 1.2857142857;
	text-align: left;
	overflow: hidden;

	-webkit-border-radius: 0.5714285714em;
	-moz-border-radius: 0.5714285714em;
	-ms-border-radius: 0.5714285714em;
	-o-border-radius: 0.5714285714em;
	border-radius: 0.5714285714em;
}
.standard-form > div {
	max-width: 25em;
	margin: 0 auto;
}
.standard-form .icon-icomoon {
	display: block;
	margin: 0 0 0.3125em;
	font-size: 4.5714285714em;
	text-align: center;
}
.standard-form legend {
	margin: 0;
	padding: 0.3125em 0;
	border-bottom: 1px solid #d0d0d0;
	font-size: 1.1428571429em;
	font-weight: bold;
	line-height: 1.25;
}
.standard-form li {
	margin: 0.4285714286em 0;
}

.standard-form label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.1428571429em;
}
.standard-form li.required label:after {
	content: '\0000a0*';
}

.standard-form p.note {
	margin-bottom: 1.4285714286em;
}
.standard-form li:first-child p.note {
	margin-top: 1.4285714286em;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 0.7857142857em;
	vertical-align: top;
}

.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	display: inline-block;
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
}

.standard-form li.grouped-input-container {
	margin-top: 1.1428571429em;
	margin-bottom: 1.1428571429em;
}
.standard-form .list-grouped-inputs {
	padding-top: 0.4285714286em;
	padding-bottom: 0.4285714286em;
}
.standard-form .list-grouped-inputs li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.standard-form .list-grouped-inputs input {
	margin-right: 0.4285714286em;
}

.standard-form .required-message:before {
	content: '* Required';
}

@media screen and (min-width: 20em) and (max-width: 27.4375em), screen and (min-width: 45em) and (max-width: 52.4375em) {
	.standard-form .list-grouped-inputs li {
		width: 50%;
	}
}

@media screen and (min-width: 27.5em) and (max-width: 44.9375em), screen and (min-width: 52.5em) {
	.standard-form .list-grouped-inputs li {
		width: 33.3333333333%;
	}
}

.standard-form .submit,
.standard-form .button {
	width: auto;
}

.back-to-product a {
	text-decoration: none;
}
.back-to-product .icon-icomoon {
	display: inline-block;
	vertical-align: top;
	margin-top: 0.2857142857em;
}
.back-to-product .icon-icomoon:before {
	display: block;
	font-size: 1.2857142857em;
}

#bodypopup .back-to-product {
	display: none;
}

.contact-prompt,
.about-prompt {
	margin-top: 2.4285714286em;
	margin-bottom: 2.4285714286em;
}
.contact-prompt.font-size-down-1,
.about-prompt.font-size-down-1 {
	margin-top: 2.4615384615em;
	margin-bottom: 2.4615384615em;
}
.contact-prompt.font-size-down-1 .pseudo-button,
.about-prompt.font-size-down-1 .pseudo-button {
	padding: 0.7692307692em 1.5384615385em;
}

.side-image {
	display: inline-block;
	width: 100%;
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.side-image .container {
	max-width: 20.75em;
	margin: 0 auto;
}
.side-image img {
	display: block;
	width: 100%;
}

.product-detail + .grid-child-sub-division {
	margin-top: 3em;
}

.grid-child-sub-division-heading {
	padding: 0.6111111111em 0.8888888889em;
}

.grid-child {
	margin: 0.625em auto;
	padding: 0;
	font-size: 1em;
	list-style: none;
}
.grid-child .item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.grid-child .item a {
	background-color: transparent;
	text-decoration: none;
}

.grid-child .container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0.625em 0;
}
.grid-child .content {
	display: block;
	margin: 0 0.625em;
}
.grid-child img {
	display: block;
	width: 100%;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}

.grid-child-standard .item {
	width: 100%;
}
.gallery-image-module.grid-child-5-up .item {
	width: 33.3333333%
}
.grid-child-standard .container {
	max-width: 22em;
}

@media screen and (min-width: 34.875em) {
	.grid-child-standard {
		max-width: 46.5em;
	}
	.grid-child-standard .item {
		width: 50%;
	}
	.gallery-image-module.grid-child-5-up .item {
		width: 25%
	}
}

@media screen and (min-width: 58.125em) {
	.grid-child-standard {
		max-width: 69.75em;
	}
	.grid-child-standard .item {
		width: 33.3333333333333%;
	}
	.gallery-image-module.grid-child-5-up .item {
		width: 20%
	}
}

.grid-child-large .item {
	width: 100%;
}
.grid-child-large .container {
	max-width: 33.625em;
}

@media screen and (min-width: 51.25em) {
	.grid-child-large .item {
		width: 50%;
	}
}

.grid-child-small .item {
	width: 100%;
}

@media screen and (min-width: 20em) {
	.grid-child-small .item {
		width: 50%;
	}
}

@media screen and (min-width: 28.75em) {
	.grid-child-small .item {
		width: 33.3333333333%;
	}
}

@media screen and (min-width: 36.25em) {
	.grid-child-small .item {
		width: 25%;
	}
}

@media screen and (min-width: 43.75em) {
	.grid-child-small .item {
		width: 20%;
	}
}

@media screen and (min-width: 52.5em) {
	.grid-child-small .item {
		width: 16.6666666667%;
	}
}

@media screen and (min-width: 60em) {
	.grid-child .container {
		margin: 1.25em 0;
	}
	.grid-child .content {
		margin: 0 1.25em;
	}

	.grid-child-standard .container {
		max-width: 23.25em;
	}

	.grid-child-large .container {
		max-width: 34.875em;
	}
}

.grid-child .standard-item .content {
	position: relative;
}
.grid-child .standard-item .overlay {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.grid-child .standard-item .heading {
	display: inline-block;
	vertical-align: top;
	padding: 0.7692307692em 1.3846153846em;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.grid-child .standard-item .heading {
	background-color: rgba(19,75,124,0.3);
}
.grid-child .standard-item a:hover .heading,
.grid-child .standard-item a:focus .heading,
.grid-child .standard-item a:active .heading {
	background-color: rgba(0, 0, 0, 0.9);
}

.grid-child .product-item .content {
	background-color: transparent;
	color: #727b8e;

	-webkit-transition: color 0.15s;
	-o-transition: color 0.15s;
	transition: color 0.15s;
}
.grid-child .product-item a.content:hover,
.grid-child .product-item a.content:focus,
.grid-child .product-item a.content:active {
	background-color: transparent;
	color: #1a1b1f;
}
.grid-child .product-item .image-container {
	border: 1px solid #d0d0d0;
	overflow: hidden;

	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;

	-webkit-transition: border-color 0.15s;
	-o-transition: border-color 0.15s;
	transition: border-color 0.15s;
}
.grid-child .product-item a:hover .image-container,
.grid-child .product-item a:focus .image-container,
.grid-child .product-item a:active .image-container {
	border-color: #727b8e;
}
.grid-child .product-item .heading {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.grid-child .news-article-item .content {
	text-align: left;
}
.grid-child .news-article-item a {
	background-color: transparent;
	color: #777;
}
.grid-child .news-article-item a:hover,
.grid-child .news-article-item a:focus,
.grid-child .news-article-item a:active {
	background-color: transparent;
	color: #84aac3;
}

.grid-child .news-article-item .heading {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.25;
}

.grid-child .news-article-item img,
.grid-child .news-article-item .no-img {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.grid-child-large .news-article-item .no-img {
	padding: 0 0 69.8630136986%;
}

.grid-child .news-article-item .text .font-size-down-2 {
	line-height: 1.6666666667;
}
.grid-child .news-article-item .prompt-text {
	text-transform: uppercase;
}

@media screen and (max-width: 26.1875em) {
	.grid-child-large .news-article-item .container {
		max-width: 15.5625em;
	}
}

@media screen and (min-width: 26.25em) {
	.grid-child .news-article-item .image,
	.grid-child .news-article-item .text {
		display: inline-block;
		vertical-align: top;
	}
	.grid-child-large .news-article-item .image {
		width: 46.138996138996%;
		padding-right: 0.625em;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.grid-child-large .news-article-item .text {
		width: 53.861003861%;
	}
}

@media screen and (min-width: 60em) {
	.grid-child-large .news-article-item .image {
		padding-right: 1.25em;
	}
}

.grid-child .feature-panel-item .content {
	position: relative;
	overflow: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.grid-child .feature-panel-item .content {
		overflow: hidden;
	}
}

@supports (-ms-ime-align: auto) {
	/* Edge CSS here */
	.grid-child .feature-panel-item .content {
		overflow: hidden;
	}
}

.grid-child .feature-panel-item a {
	display: block;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
.grid-child .feature-panel-item .image-overlay,
.grid-child .page-item .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.grid-child .feature-panel-item .image-overlay,
.grid-child .page-item .image-overlay {
	background-color: rgba(26, 27, 31, 0.73);
}
.grid-child .feature-panel-item .overlay {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid-child .feature-panel-item .heading {
	margin-top: 0.9166666667em;
	margin-bottom: 0.9166666667em;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.1666666667;
}
.grid-child .feature-panel-item .caption.font-size-down-2 {
	margin-top: 1.8333333333em;
	margin-bottom: 1.8333333333em;
	line-height: 1.5;
}
.grid-child .feature-panel-item .pseudo-button-custom {
	background-color: rgba(19,75,124,0.3);
	color: #fff;
	border-color: #fff;
}
.grid-child .feature-panel-item a:hover .pseudo-button-custom,
.grid-child .feature-panel-item a:focus .pseudo-button-custom,
.grid-child .feature-panel-item a:active .pseudo-button-custom {
	background-color: rgba(0, 0, 0, 0.9);
}

.grid-child .icon-panel-item .content {
	background-color: #fff;
	color: #727b8e;

	-webkit-transition: color 0.15s;
	-o-transition: color 0.15s;
	transition: color 0.15s;
}
.grid-child .icon-panel-item a.content:hover,
.grid-child .icon-panel-item a.content:focus,
.grid-child .icon-panel-item a.content:active {
	background-color: #fff;
	color: #1a1b1f;
}
.grid-child .icon-panel-item .icon-icomoon,
.grid-child .icon-panel-item .icon-icomoon:before {
	display: block;
}
.grid-child .icon-panel-item .icon-icomoon {
	position: relative;
	height: 0;
	padding: 0 0 46.6666666667%;
	border: 1px solid #d0d0d0;

	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;

	-webkit-transition: border-color 0.15s;
	-o-transition: border-color 0.15s;
	transition: border-color 0.15s;
}
.grid-child .icon-panel-item a:hover .icon-icomoon,
.grid-child .icon-panel-item a:focus .icon-icomoon,
.grid-child .icon-panel-item a:active .icon-icomoon {
	border-color: #727b8e;
}
.grid-child .icon-panel-item .icon-icomoon:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 4em;
	text-align: center;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.grid-child .icon-panel-item .heading {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.grid-child .icon-panel-item-basic .content {
	background-color: #fff;
	color: #1a1b1f;
}
.grid-child .icon-panel-item-basic a.content:hover,
.grid-child .icon-panel-item-basic a.content:focus,
.grid-child .icon-panel-item-basic a.content:active {
	background-color: #fff;
	color: #727b8e;
}
.grid-child .icon-panel-item-basic .icon-icomoon,
.grid-child .icon-panel-item-basic .icon-icomoon:before {
	display: block;
}
.grid-child .icon-panel-item-basic .icon-icomoon {
	margin: 0 auto;
}
.grid-child .icon-panel-item-basic .icon-icomoon:before {
	font-size: 2.5em;
}
.grid-child .icon-panel-item-basic .heading {
	margin: 1.0714285714em 0;
	font-size: 0.875em;
	font-weight: 300;
	line-height: 1.2857142857;
}

@media screen and (min-width: 60em) {
	.grid-child .icon-panel-item-basic .heading {
		margin: 1.875em 0;
	}
}


.grid-child .hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;

	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.grid-child .hover-overlay {
	background-color: rgba(0, 0, 0, 0);
}
.grid-child a:hover .hover-overlay,
.grid-child a:focus .hover-overlay,
.grid-child a:active .hover-overlay {
	background-color: rgba(0, 0, 0, 0.25);
}

.gallery-image-item .icon-icomoon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-image-item .icon-icomoon:before {
	margin: 0 auto;
	font-size: 0;

	-webkit-transition: font-size 0.2s;
	-o-transition: font-size 0.2s;
	transition: font-size 0.2s;
}
.gallery-image-item a:hover .icon-icomoon:before,
.gallery-image-item a:focus .icon-icomoon:before,
.gallery-image-item a:active .icon-icomoon:before {
	font-size: 2.125em;
}
.gallery-image-item .text-panel {
	margin-top: 0.1875em;
	padding: 0;
}



.tabbed-content-nav {
	margin-bottom: -0.7692307692em;
	text-transform: uppercase;
}
.tabbed-content-nav li {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.3076923077em;
}
.tabbed-content-nav li:nth-child(1) {
	overflow: hidden;

	-webkit-border-radius: 0.3846153846em 0 0 0;
	-moz-border-radius: 0.3846153846em 0 0 0;
	-ms-border-radius: 0.3846153846em 0 0 0;
	-o-border-radius: 0.3846153846em 0 0 0;
	border-radius: 0.3846153846em 0 0 0;
}
.tabbed-content-nav li:nth-last-child(1) {
	overflow: hidden;

	-webkit-border-radius: 0 0.3846153846em 0 0;
	-moz-border-radius: 0 0.3846153846em 0 0;
	-ms-border-radius: 0 0.3846153846em 0 0;
	-o-border-radius: 0 0.3846153846em 0 0;
	border-radius: 0 0.3846153846em 0 0;
}
.tabbed-content-nav a {
	display: block;
	padding: 0.69230769230769em 1.5384615385em;
	background-color: #6f798c;
	color: #fff;
	text-decoration: none;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.tabbed-content-nav a:hover,
.tabbed-content-nav a:focus,
.tabbed-content-nav a:active {
	background-color: #84aac3;
	color: #fff;
}
.tabbed-content-nav a.selected {
	background-color: #e1e1e1 !important;
	color: #727b8e !important;
	cursor: auto;
	pointer-events: none;
}

.tabbed-panels .text-panel {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
	padding-top: 0.625em;
	padding-bottom: 1.25em;
}
.tabbed-panels .text-panel.font-size-down-1-group p,
.tabbed-panels .text-panel.font-size-down-1-group ul,
.tabbed-panels .text-panel.font-size-down-1-group ol,
.tabbed-panels .text-panel.font-size-down-1-group table {
	line-height: 1.8461538462;
}
.tabbed-panels .text-panel-heading {
	margin-top: 0.7692307692em;
	margin-bottom: 0.7692307692em;
	font-size: 0.8125em;
	line-height: 1.8461538462;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.list-logos {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
	font-size: 1em;
	line-height: 1;
	text-align: center;
}
.list-logos .item {
	display: inline-block;
	vertical-align: middle;
	margin: 0.625em 1em;
}
.list-logos a {
	display: block;
	text-decoration: none;
}
.list-logos img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.site-footer {
	border-top: 1px solid #e1e1e1;
}

.footer-section {
	margin-top: 0.25em;
	margin-bottom: 2.25em;
}
.footer-section .heading {
	margin: 0;
	padding: 1.667em 0 0.27778em;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.2222222222;
	letter-spacing: 0;
}
.footer-section .content {
	padding-top: 0.625em;
	padding-bottom: 0.625em;
}
.footer-section .tel a {
	color: #fff;
}
.footer-section .tel a:hover,
.footer-section .tel a:focus,
.footer-section .tel a:active {
	color: #84aac3;
}

.nav-footer ul {
	margin: 0;
	padding: 1.3076923077em 0;

	-webkit-columns: 2 13.8461538462em;
	-moz-columns: 2 13.8461538462em;
	-o-columns: 2 13.8461538462em;
	columns: 2 13.8461538462em;

	-webkit-column-gap: 1.5384615385em;
	-moz-column-gap: 1.5384615385em;
	-o-column-gap: 1.5384615385em;
	column-gap: 1.5384615385em;
}
.nav-footer li {
	padding: 0.2307692308em 0;
}
.nav-footer ul a {
	text-decoration: none;
}
.contact-site-footer a {
	text-decoration: none;
}

.list-social-media {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: inherit;
}
.list-social-media li {
	display: inline-block;
	vertical-align: top;
	margin: 0.5em;
}
.list-social-media a {
	display: block;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
.list-social-media .icon-icomoon,
.list-social-media .icon-icomoon:before {
	display: block;
}
.list-social-media .icon-icomoon:before {
	font-size: 1.625em;
}

@media screen and (max-width: 16.8125em), screen and (min-width: 61.875em) and (max-width: 66.1875em) {
	.list-social-media .icon-icomoon:before {
		font-size: 1.25em;
	}
}

.site-credits.font-size-down-2 {
	margin-top: 1.6666666667em;
	margin-bottom: 1.6666666667em;
}

.site-credits a {
	background-color: transparent;
	color: #84aac3;
	text-decoration: none;
}

@media screen and (min-width: 40em) {
	.site-footer-1-2 {
		display: inline-block;
		vertical-align: top;
		width: 50%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}

@media screen and (min-width: 61.875em) {
	.site-footer-1-2-sub-1-2 {
		display: inline-block;
		vertical-align: top;
		width: 50%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}


.member-downloads {
	list-style: none;
	margin: 0;
	padding: 0;
}

.project-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}
.project-list .item a {
	text-align: center;
	padding-left: 20px;
}

.toggle-read-more {
	margin: 0 !important;
	color: #9d3000;
	display: inline-block;
	vertical-align: middle;
	width: 6em;
	font-weight: 600;
}
.toggle-read-more:hover {
	cursor: pointer;
	color: #463501;
}
.read-more-section {
	display: none;
}
.read-more-arrow {
	 border: solid #9d3000;
	 border-width: 0 2px 2px 0;
	 display: inline-block;
	 padding: 3px;
	 vertical-align: baseline;
}

.read-more-arrow.more {
	 transform: rotate(-45deg);
	 -webkit-transform: rotate(-45deg);
}
.read-more-arrow.less {
	 transform: rotate(135deg);
	 -webkit-transform: rotate(135deg);
}
.no-js .read-more-section {
  display: block;
}
.no-js .toggle-read-more,
.no-js .read-more-arrow {
  display: none;
}


.testimonial-container {
	margin: 0;
	padding: 2em 0;
	border-bottom: 1px solid #dadada;
}
.testimonial-container.focus {
	border: none;
}
.testimonial-container .heading {
	margin-top: 0;
	margin-bottom: 0.625em;
}
.testimonial-container p,
.testimonial-container .author,
.testimonial-container .company {
	margin: 1em 0;
	font-size: 1.125em;
	line-height: 1.875;
	font-style: normal;
}
.testimonial-container p {
	font-style: italic;
}
.testimonial-container p.link-text {
	font-weight: 600;
	font-style: normal;
	font-size: 0.875em;
}
.testimonial-container .author,
.testimonial-container .company {
	font-weight: 600;
}
.testimonial-container .icon-quotes-left {
	background: #134b7c;
	padding: 0.375em;
	border-radius: 50%;
	color: #fff;
	margin-right: 0.291666em;
	display: inline-block;
	letter-spacing: 0;
}
.testimonial-container .testimonial-icon .icon-quotes-left {
	font-size: 3em;
	margin-right: 0;
}
.testimonial-container .content-module img {
	width: 100%;
	display: inline-block;
	max-width: 16.6875em;
}
@media all and (max-width: 58.0625em) {
	.testimonial-container {
		text-align: center;
	}
}
@media all and (min-width: 58.125em) {
	.testimonial-container p {
		margin-top: 0;
	}
	.pull-site-content-1-3,
	.push-site-content-2-3 {
		position: relative;
	}
	.pull-site-content-1-3 {
		left: -66.666666%;  
	}
	.push-site-content-2-3 {
		left: 33.3333333%;
	}
}


.g-recaptcha {
	 margin-bottom: 2em;
}

.cw-overlay,
.cw-overlay-base {
	background-color: rgba(0, 0, 0, 0.65);
}
.cw-overlay,
.cw-overlay-base {
	color: #fff;
}
.cw-overlay a {
	background-color: transparent;
	color: #fff;
}
.cw-overlay a:hover,
.cw-overlay a:focus,
.cw-overlay a:active {
	background-color: transparent;
	color: #e1e1e1;
}



.cookie-consent-not-confirmed .site-footer > div {
	padding-bottom: 3.25em;
}

.cookies-eu-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
}
.cookies-eu-banner .text,
.cookies-eu-banner .pseudo-button {
	vertical-align: middle;
}
.cookies-eu-banner .pseudo-button {
	margin-left: 0.2857em;
	padding: 0.5em 1em;
	cursor: pointer;
	background: #f00;
}