@font-face{
	font-family:"Helvetica Neue LT W01_55 Roman";
	src:url("../fonts/cd4d37bc-a3cb-4b93-a343-33976b64e272.woff2") format("woff2"),url("../fonts/854614dd-05d5-4a91-a8fc-119d3e4697f0.woff") format("woff");
}
@font-face {
	font-family: "Helvetica Neue LT W05_36 Th It";
	src: url("../fonts/2a7e8f89-c0b2-4334-9c34-7a2078d2b959.woff2") format("woff2"),url("../fonts/32aad9d8-5fec-4b9d-ad53-4cf7a5b53698.woff") format("woff");
}
@font-face{
	font-family:"Helvetica Neue LT W05_56 Italic";
	src:url("../fonts/4bd56f95-e7ab-4a32-91fd-b8704cbd38bc.woff2") format("woff2"),url("../fonts/4fe1c328-1f21-434a-8f0d-5e0cf6c70dfb.woff") format("woff");
}
@font-face{
	font-family:"Helvetica Neue LT W05_65 Medium";
	src:url("../fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"),url("../fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
}
@font-face{
	font-family:"Helvetica Neue LT W05_75 Bold";
	src:url("../fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"),url("../fonts/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
}
@font-face{
	font-family:"Helvetica Neue LT W05_85 Heavy";
	src:url("../fonts/7e42a406-9133-48c0-a705-4264ac520b43.woff2") format("woff2"),url("../fonts/837750e9-3227-455d-a04e-dc76764aefcf.woff") format("woff");
}
/* #Reset & Basics 
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select::-ms-expand {
    display: none;
}


/* #Basic Styles
================================================== */

html {
	height: 100;
	transition: opacity 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition-delay: 500ms;
}

body {
	font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	background: #f4f4f4;
	height: 100%;
	transition: background-color 600ms cubic-bezier(0.65,0.05,0.36,1);
	transition-delay: 500ms
}
body.alt {
	background: #222;
}
body.blockScroll {
	overflow: hidden;
}

/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin-bottom: calc(1rem + 8px);
	transition: color 600ms cubic-bezier(0.65,0.05,0.36,1);
	transition-delay: 300ms
}
h1 {
	font-family: "Helvetica Neue LT W05_85 Heavy", sans-serif;
	line-height: 1.2;
}
h2 {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	line-height: 1.4;
}
h3, h4, h5, h6 {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	line-height: 1.5;
}
h1 {
	font-size: 2.5em;
	letter-spacing: -0.03rem;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p {
	font-size: 1.1em;
	margin-bottom: calc(1rem + 8px);
	transition: color 600ms cubic-bezier(0.65,0.05,0.36,1);
	transition-delay: 300ms
}
p.icon {
	font-size: 1.8em;
	border-bottom: none;
}
p.icon.left a::before, p.icon a::after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 1.25rem;
	height: 2rem;
	transform: translateY(-1px);
	margin-left: 0.625rem;
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
	p.icon a {
		text-decoration: none !important;
		border: none;
		padding: 0;
		background: none;
		color: #538080;
	}
	p.icon a:hover {
		border: none;
		color: #000;
	}
	p.icon.left a::after {
		display: none;
	}
	p.icon a::after, p.icon.left a::before {
		background: url('../images/icons/arrow-right.svg');
		background-size: 1.25rem 2rem;
	}
	p.icon a:hover::after, p.icon.left a:hover::before {
		transform: translateX(5px) translateY(-1px);
		filter: brightness(0) saturate(1);
	}
	p.icon.left a::before {
		margin-right: 10px;
		margin-left: 0;
		transform: rotate(-180deg)
	}
		p.icon.left a:hover::before {
			transform: translateX(-5px) rotate(-180deg)
		}
p.icon.open a::after {
	transform: rotate(90deg)
}
	p.icon.statement a::after, p.icon.statement.left a::before {
		background-size: 1.375rem 2.125rem;
	}
	
p.lead {
	font-size: 1.125em;
}
p.statement {
	position: relative;
	z-index: 2;
	font-size: 2.5em;
	letter-spacing: -0.02em;
	line-height: 1.35;
}
	p.statement:last-child {
		margin-bottom: 0;
	}
p.strapline {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
	font-size: 1.5em;
	line-height: 1.4
}
p.subtext {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 0.8em
}
em {
	font-family:"Helvetica Neue LT W05_56 Italic", sans-serif;
	font-style: normal;
}
strong {
	font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
}
small {
	font-size: 0.85em;
}

/*	Blockquotes  */


blockquote p {
	font-family: "Helvetica Neue LT W05_36 Th It";
	font-size: 2.5em;
	line-height: 1.4;
}
	blockquote p:last-child {
		margin-bottom: 0;
	}
blockquote cite {
	font-size: 1.1em;
	color: #555;
	margin-bottom: 1em;
}

hr {
	display: block;
	border: solid #86B3B3;
	border-width: 0 0 2px;
	clear: both;
	padding-top: 20px;
	margin: 0 10px 40px;
	height: 0;
}
hr.grey {
	border-color: #333;
}
hr.mini,
.columns hr.mini {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	border-width: 0 0 10px;
	/*transform: skewY(-30deg);*/
	margin-bottom: 45px
}
hr.overline {
	padding-top: 2em;
	margin: 0 10px 10px;
	height: 0;
}
hr.underTitle {
	padding-top: 0px;
	margin: 0 10px 40px;
	height: 0;
}

.column hr, .columns hr {
	margin-left: 0;
	margin-right: 0;
}

	hr.narrow {
    	padding-top: 10px;
		margin: 28px 10px 48px;
	}
	.column hr.narrow , .columns hr.narrow  {
		margin: 28px 0 48px;
	}




/* #Links
================================================== */

a, a:active, a:focus {
	color: #000;
	text-decoration: none;
	outline: 0;
	transition: color 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000), background 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	cursor: pointer;
}
	a:hover {
		color: #73afaf;
		text-decoration: none;
	}
ul.statement li > a,
ul.sitemap li > a,
p > span > a,
p > a {
	border-bottom: 2px solid #73afaf;
	transition: color 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000), border 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
	ul.statement li > a:hover,
	ul.sitemap li > a:hover,
	p > span > a:hover,
	p > a:hover {
		border-bottom: 2px solid transparent;
	}
h2 > a,
h3 > a {
	transition-delay: 300ms;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: calc(1rem + 8px);
	margin-left: 20px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal outside;
}
ol > li > ul {
	list-style: lower-alpha outside;
	margin-bottom: 15px;
}
	ol > li > ul li {
		font-size: 0.9em;
	}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}

ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 18px;
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	font-size: 1.1rem;
	margin-bottom: 3px;
	transition: color 600ms cubic-bezier(0.65,0.05,0.36,1);
	transition-delay: 300ms
}

/* linklist */

ul.linklist {
	padding: 0;
	list-style: none;
	margin: 0 0 25px !important;
}
ul.linklist li {
	margin-bottom: 10px;
	padding-left: 32px;
}
ul.linklist li a {
	padding: 0;
	border-bottom: none;
}
ul.linklist li a:hover {
	background: transparent;
	color: #538080;
}
ul.linklist li::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-left: -32px;
	background-size: cover;
}
	ul.linklist li.download::before {
		background: url('../images/icons/download.svg');
	}
	ul.linklist li.email a {
		word-wrap: break-word;
	}
	ul.linklist li.email::before {
		background: url('../images/icons/email.svg');
	}
	ul.linklist li.hours::before {
		background: url('../images/icons/hours.svg');
	}
	ul.linklist li.product::before {
		background: url('../images/icons/product.svg');
	}
	ul.linklist li.location::before {
		background: url('../images/icons/location.svg');
	}
	ul.linklist li.size::before {
		background: url('../images/icons/size.svg');
	}
	ul.linklist li.tel::before {
		background: url('../images/icons/tel.svg');
	}
	ul.linklist li.whatsapp::before {
		background: url('../images/icons/logo-whatsapp-alt.svg');
	}
	
ul.linklist.inline li::before {
	display: inline-block;
	float: none;
	transform: translateY(3px);
	margin-right: 8px;
}

/* sitemap */

ul.sitemap {
	margin: 0 0 30px;
}
ul.sitemap, ul.sitemap ul {
	margin-left: 30px;
	list-style: none;
	padding: 0;
}
ul.sitemap li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size: 1.4rem;
	line-height: 40px;
}
	ul.sitemap li a {
		padding: 0 5px;
	}
	ul.sitemap li:before {
		position: absolute;
		left: -25px;
		top: 0px;
		content: '';
		display: block;
		border-left: 1px solid #ccc;
		height: 20px;
		border-bottom: 1px solid #ccc;
		width: 20px;
	}
	ul.sitemap li:after {
		position: absolute;
		left: -25px;
		bottom: -7px;
		content: '';
		display: block;
		border-left: 1px solid #ccc;
		height: 100%;
	}
ul.sitemap li.root {
	margin: 0px 0px 0px -32px;
}
	ul.sitemap li.root:before {
		display: none;
	}
	ul.sitemap li.root:after {
		display: none;
	}
	ul.sitemap li:last-child:after {
		display: none;
	}


/* inline list */

ul.statement {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.statement li {
	display: inline;
	font-size: 2.5em;
	letter-spacing: -0.02em;
	line-height: 1.35;
	white-space: nowrap;
}
ul.statement li::after {
	content: '/';
	margin-left: 16px;
	margin-right: 8px;
}
	ul.statement li:last-child {
		margin-bottom: 0;
	}
	ul.statement li:last-child::after {
		display: none;
	}
	

/* pagination */

nav.pagination {
	max-width: 100%;
	border-radius: 10px;
	margin: 40px auto 30px;
}
nav.pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	list-style: none;
	margin: 0;
}
nav.pagination li {
	position: relative;
	max-width: 120px;
	flex: 1;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	margin-bottom: 0;
}
nav.pagination li:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 60%;
	transform: translateY(-50%);
}
nav.pagination li:not(:last-child):after:hover {
	border-color: transparent;
}
nav.pagination li:hover {
	color: #fff;
}
nav.pagination li:first-of-type a {
	border-radius: 10px 0 0 10px;
}
nav.pagination li:last-of-type a {
	border-radius: 0 10px 10px 0;
}
nav.pagination a {
	display: block;
	font-weight: 500;
	padding: 0.8em;
	color: inherit;
	text-decoration: none;
	border: none;
}
nav.pagination li.active ,
nav.pagination li.active a:hover {
	background: #cfdedd;
	color: #234a59
}
nav.pagination img {
	width: 12px;
	transform: translateY(3px)
}


/* accordion */

.accordion h2 {
	font-size: 1em;
	line-height: 1;
}

.accordion * {
	text-align: left;
	font-size: 1em;
}

.accordion h2 button {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	position: relative;
	background: #fff;
	width: 100%;
	color: #234a59;
	border: none;
	padding: 10px 10px 20px 44px;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
.accordion h2 button:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 17px;
	width: 24px;
	height: 11px;
	background: url("../images/icons/arrow-down.svg") center no-repeat;
	background-size: 24px 11px;
	transition: transform 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
	.accordion h2 button[aria-expanded="true"]:before {
		transform: rotate3d(1,0,0, 180deg)
	}
.accordion .accordion-panel {
	padding-left: 44px;
	padding-bottom: 10px;
}
.accordion .twoCol {
	margin-bottom: 20px;
}
.accordion.filled {
	margin-bottom: 30px;
}
.accordion.filled h2 {
	margin-bottom: 0;
}
.accordion.filled .accordion-panel {
	padding: 5px 30px 10px;
	margin: 0 0 30px;
	background: #e8eeea;
}
.noPad .accordion.filled,
.noPad .accordion.filled h2,
.noPad .accordion.filled .accordion-panel {
	margin-bottom: 0 !important;
}
	
	
/* #Images
================================================== */

img.scale,
.insetL img,
.insetR img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1.75em;
}
.insetL,
.insetR {
	max-width: calc(50% - 40px);
	height: auto;
	display: block;
}
.insetL {
	float: left;
	margin: 0 40px 30px 0;
}
.insetR {
	float: right;
	margin: 0 0 30px 40px;
}
.center img {
	margin-left: auto;
	margin-right: auto;
}
figure {
	position: relative;
	text-align: center;
}

.floatImage {
	justify-self: end;
	align-self: center;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	overflow: hidden;
}
.floatImage img.scale {
	margin: 0;
}


/* #Buttons
================================================== */

.button, input[type="submit"], input[type="button"], .ms-options-wrap button {
	font-family: "Helvetica Neue LT W05_65 Medium", serif;
	font-size: 1.25em;
	font-weight: 500;
	background: transparent;
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	padding: 1em 1.25em 1.125em;
	transition: background 0.2s ease-out, color 0.2s ease-out;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.button.full-width, input[type="submit"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff;
	background-color: #000;
}
.button:focus, input[type="submit"]:focus, input[type="button"]:focus, .ms-options-wrap button:focus {
	border: 2px solid #805B46;
	color: #fff;
	background: #805B46
}
.btn-flip {
  opacity: 1;
  outline: 0;
  color: #000;
  position: relative;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.btn-flip:hover::after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover::before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after,
.btn-flip:before {
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-delay: 100ms;
	box-sizing: border-box
}
.btn-flip::after {
	opacity: 0;
	color: #fff;
	background: #9cc;
	position: absolute;
	content: attr(data-back);
	transform: translateY(-50%) rotateX(90deg);
	padding: 1em 1.25em 1.125em;
}
.btn-flip::before {
	opacity: 1;
	color: #000;
	position: relative;
	content: attr(data-front);
	transform: translateY(0) rotateX(0);
	padding: 1em 1.25em 1.125em;
}
li.active .btn-flip:after {
	display: none
}
li.active .btn-flip::before,
li.active .btn-flip:hover::before {
	color: #fff;
	background: #222;
	opacity: 1;
  	transform: translateY(0) rotateX(0);
}

/* circular button */

.circle {
	display: block;
	width: 6vw;
	height: 6vw;
	min-width: 6rem;
	min-height: 6rem;
	border-radius: 50%;
	line-height: 0;
	background-color: #9cc;
	background-size: 30% 30%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: background 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550), filter 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550), transform 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) !important;
}
.circle.arrow-down {
	background-image: url(../images/icons/arrow-down.svg);
}
.circle.map {
	width: 8vw;
	height: 8vw;
	background-image: url(../images/icons/map.svg);
	background-size: 40% 40%;
}
.circle:hover {
	background-color: #fff;
	filter: invert(1);
	transform: scale(1.3) !important
}
.circle.umbraco {
	width: 12vw;
	height: 12vw;
	background-color: #cca7a3;
	background-image: url(../images/icons/umbraco.svg);
	background-size: 40% 40%;
	background-position: center center;
	background-repeat: no-repeat;
}
.circle.umbraco:hover {
	background-color: #000;
	filter: none
}

/* #Forms
================================================== */

form {
	width: 100%;
	margin-bottom: 30px;
}

fieldset {
	margin-bottom: 20px;
}

legend {
	display: block;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.2;
	color: #234a59;
	margin: 0 1rem 1.5rem;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #777;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
	font-family: "Helvetica Neue LT W01_65 Medium", sans-serif;
	font-size: 1.25rem;
	border: none;
	border-bottom: 1px solid #aaa;
	padding: 1.5em 1em;
	outline: none;
	margin: 0;
	width: 100%;
	display: block;
	margin-bottom: 0;
	-webkit-appearance: none;
	float: left;
	box-sizing: border-box;
	background: transparent;
}

::-webkit-input-placeholder {
	color: #000;
}
::-moz-placeholder {
	color: #000;
}
:-ms-input-placeholder {
	color: #000;
}
:-moz-placeholder {
	color: #000;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border-bottom: 1px solid transparent;
	background-color: #9cc !important;
	color: #222;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #538080;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: #538080;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: #538080;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: #538080;
}

textarea {
	min-height: 10em;
	padding: 10px;
}

label {
	font-size: 1.25em;
	display: block;
	padding-top: 3px;
	margin: 0 0 10px;
	color: #555;
}
	label.forCheck {
		width: 100%;
		padding-top: 0;
		margin: 0 0 20px;
	}

input.full-width, textarea.full-width {
	width: 100% !important;
}

select.full-width, label.full-width {
	width: 100% !important;
}

select {
	background: #fff url('../images/icons/arrow-down.svg') calc(100% - 10px) center no-repeat;
	background-size: 16px 8px;
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
	vertical-align: middle;
	margin: 0;
	margin-right: 10px;
}

span.field-validation-error {
	color: #c00;
	display: inline-block;
	margin: 0 0 20px 30%;
}

p.error, p.success {
	padding: 10px 15px;
	box-sizing: border-box;
	margin-right: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

p.error {
	background: #c00;
}

p.success {
	background: #9c0;
}

	p.error::before, p.success::before {
		content: "";
		display: block;
		float: left;
		background-size: 500px 500px !important;
		width: 20px;
		height: 20px;
		margin-top: 3px;
		margin-right: 10px;
		background-size: 20px 20px !important;
	}

p.error::before {
	background: url("/images/i-cross-wh.svg") no-repeat;
}

p.success::before {
	background: url("/images/i-tick-wh.png") no-repeat;
}

p.success a {
	color: #e8ff9f;
	text-decoration: underline;
}

p.error, div.error, div.error input, div.error select, div.error textarea,
input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
	border: 1px solid #e50004;
	background: #ffe6e6 !important;
	color: #e50004;
	margin: 0 0 20px 0 !important;
}

select.input-validation-error {
	background: #ffe6e6 url('../images/icons/arrow-down.svg') center right no-repeat !important;
}

/* radio list */

.radioList {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.radioList li{
	color: #555;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0;
}
.radioList li input[type=radio]{
	position: absolute;
	top: 50%;
	opacity: 0;
}
.radioList li label{
	display: block;
	position: relative;
	z-index: 2;
	font-size: 1.25em;
	padding: 1.2em 1em 1.2em 4em;
	margin: 0;
	height: 2em;
	line-height: 2em;
	cursor: pointer;
	transition: color 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.radioList li:hover label{
	color: #000;
}
.radioList li .check{
	display: block;
	position: absolute;
	border: 5px solid #9cc;
	border-radius: 100%;
	height: 2em;
	width: 2em;
	top: 50%;
	left: 1em;
	margin-top: -1.35em ;
	z-index: 1;
	transition: border-color 0.25s linear;
}

.radioList li:hover .check {
	border: 5px solid #333;
}

.radioList li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 1em;
    width: 1em;
    top: 0.5em;
    left: 0.5em;
	margin: auto;
	transition: background 0.25s linear;
}

.radioList input[type=radio]:checked ~ .check {
	border: 5px solid #000;
}

.radioList input[type=radio]:checked ~ .check::before{
	background: #000;
}

.radioList input[type=radio]:checked ~ label{
	color: #000;
}

/* check list */

.checkList {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.checkList li{
	color: #555;
	display: flex;
	position: relative;
	/*float: left;*/
	width: 100%;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0;
}
.checkList li input[type=checkbox] {
	position: absolute;
	top: 50%;
	opacity: 0;
}
.checkList li label {
	display: block;
	position: relative;
	z-index: 2;
	font-size: 1.25em;
	padding: 1.2em 1em 1.2em 4em;
	margin: 0;
	/*height: 2em;*/
	line-height: 1.4em;
	cursor: pointer;
	transition: color 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.checkList li:hover label {
	color: #000;
}
.checkList li .check{
	display: block;
	position: absolute;
	border: 5px solid #9cc;
	height: 2em;
	width: 2em;
	top: 50%;
	left: 1em;
	margin-top: -1.35em ;
	z-index: 1;
	transition: border-color 0.25s linear;
}

.checkList li:hover .check {
	border: 5px solid #333;
}

.checkList li .check::before {
	display: block;
	position: absolute;
	content: '';
	height: 1em;
    width: 1em;
    top: 0.5em;
    left: 0.5em;
	margin: auto;
	transition: background 0.25s linear;
}

.checkList input[type=checkbox]:checked ~ .check,
.checkList input[type=checkbox]:focus ~ .check {
	border: 5px solid #000;
}

.checkList input[type=checkbox]:checked ~ .check::before{
	background: #000;
}

.checkList input[type=checkbox]:checked ~ label{
	color: #000;
}

/* Contour form fixes */
	.umbraco-forms-form {
	clear: both;
}

.radiobuttonlist {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.checkboxlist {
	display: inline-block;
}

	.checkboxlist input,
	.radiobuttonlist input {
		display: inline-block;
		margin-right: 10px;
		clear: left;
		vertical-align: middle;
		transform: translateY(-2px);
	}

.umbraco-forms-label {
	display: inline-block;
	padding: 0 1% 0 0;
	text-align: left;
}

.umbraco-forms-page .checkboxlist label,
.umbraco-forms-page .radiobuttonlist label {
	float: none;
	display: inline-block;
	clear: right;
	width: auto;
	padding: 0
}

.umbraco-forms-field {
	clear: both;
	padding-top: 10px;
	text-align: left;
}

	.umbraco-forms-field .shortanswer {
		text-align: left;
	}

.dataconsent .umbraco-forms-field-wrapper input[type="checkbox"] {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 10px;
}

.umbraco-forms-field-wrapper label {
	width: auto;
}

/*.umbraco-forms-page input[type=submit] {
	margin-left: 1em;
	margin-right: 1em;
}*/

.help-block {
	padding: 10px 15px;
	border: 1px solid #eee;
	background: #f9f9f9;
	display: block;
	margin: 0 0 20px!important;
}

/* #Tables
================================================== */

/* info grid */

table.infogrid {
	margin-bottom: 30px;
}
table.infogrid input, table.infogrid .button {
	margin-bottom: 0;
}

.infogrid th, .infogrid td {
	padding: 5px;
	font-size: 0.9em;
}

.infogrid th {
	background: #050607;
	border-right: 1px solid #444;
	color: #fff;
	text-align: left;
	padding: 10px 5px;
}
	.infogrid th.right {
		text-align: right !important;
	}
	.infogrid th.center {
		text-align: center !important;
	}
.infogrid td {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
	.infogrid td:first-child {
		border-left: 1px solid #ddd;
	}
	.infogrid td:last-child {
		border-right: 1px solid #ddd;
	}
	.infogrid td.empty {
		border: none !important;
		background: #fff !important;
	}
.infogrid img {
	width: 24px;
}
.infogrid .button {
	padding-left: 6px;
	padding-right: 6px;
}

/* side th */

.infogrid.side th {
	background: #fff;
	border-right: 1px solid #bfcecd;
	border-bottom: 1px solid #d6e7cf;
	color: #004621;
	text-align: left;
	padding: 10px;
}
.infogrid.side td {
	background: #fff;
	border-bottom: 1px solid #d6e7cf;
	padding: 10px;
}
	.infogrid.side tr:first-child th,
	.infogrid.side tr:first-child td {
		border-left: none;
	}
	.infogrid.side td:last-child {
		border-right: none;
	}
	.infogrid.side tr:last-child td,
	.infogrid.side tr:last-child th {
		border-bottom: none;
	}


/* #Misc
================================================== */

.twoCol {
	column-count: 2;
	column-gap: 1.5em;
}

.animateIn {
    transform: translateY(0);
    opacity: 1.0;
}
.animateOut {
    transform: translateY(50px);
    opacity: 0;
	transition-delay: 0ms;
}
.slideIn {
    transform: translateX(0);
    opacity: 1.0;
}
.slideOut {
    transform: translateX(-50px);
    opacity: 0;
}

*[data-scroll],
*[data-slide] {
	transition: transform 1000ms cubic-bezier(0.18, 1, 0.21, 1), opacity 2000ms cubic-bezier(0.18, 1, 0.21, 1);
	transition-delay: 300ms
}
.animateIn:nth-child(4n+1) {
	transition-delay: 0ms;
}
.animateIn:nth-child(4n+2) {
	transition-delay: 200ms;
}
.animateIn:nth-child(4n+3) {
	transition-delay: 400ms;
}
.animateIn:nth-child(4n+4) {
	transition-delay: 600ms;
}


@keyframes fadeIn {
	0% {opacity:0;}
	25% {opacity:0;}
	100% {opacity:1;}
}
@keyframes dropIn {
	from {
		transform: translateY(-450px) rotate(360deg);
	}
	to {
		transform: translateY(0) rotate(0deg);
	}
}
@keyframes rotating {
  from {
	transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
	animation: rotating 12s linear infinite;
	animation-delay: 2.65s
}
.rotating2 {
	animation: rotating 18s linear infinite;
	animation-delay: 2.65s
}
.m-0 {
	margin: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-05 {
    margin-bottom: 0.5rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
	margin-bottom: 2rem !important;
}
.mb-3 {
	margin-bottom: 3rem !important;
}
.mb-4 {
	margin-bottom: 4rem !important;
}


.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.mr-10 {
	margin-right: 10px !important;
}
.mr-20 {
	margin-right: 20px !important;
}

.m-0 {
	margin: 0 !important;
}

.flo-l {
	float: left !important;
}
.flo-r {
	float: right !important;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
    text-align: right;
}

.bg-white {
	background: #fff;
}

.mob-only, .mob-only-p, .mob-only-all, .tab-only, .hidden {
	display: none !important;
}

.divider {
	margin: 0 10px 0 12px;
	color: #999
}

.hilight {
	color: #73afaf !important;
}
h1.hilight,
h1 .hilight {
	color: #73afaf !important
}

::selection {
	background: #000; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #000; /* Firefox */
	color: #fff;
}

/*  Cookie law  */

#cookie-law {
    width: 100%;
    background: #000; 
    margin: 0;
	padding: 20px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 2000;
}
 
#cookie-law p { 
    padding: 0 30px 0 0; 
    font-size: 15px; 
    color: #fff; 
    margin: 0;
}

#cookie-law a { 
	color: #fff;
	text-decoration: underline;
    border-bottom: none;
}

#cookie-law a.close-cookie-banner { 
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 24px;
	height: 24px;
	opacity: 0.6;
}
	#cookie-law a.close-cookie-banner:hover { 
		opacity: 1;
		transform: rotate(90deg);
	}
a.close-cookie-banner:before,
a.close-cookie-banner:after {
	position: absolute;
	left: 11px;
	content: " ";
	display: block;
	height: 24px;
	width: 2px;
	background-color: #fff;
}
a.close-cookie-banner:before {
	transform: rotate(45deg);
}
a.close-cookie-banner:after {
	transform: rotate(-45deg);
}

.vAlign {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.grecaptcha-badge {
	display: none !important;
}

/* animate block */
.swish {
	position: relative;
}
.swish * {
	opacity: 0;
}
.swish.play * {
	animation: textHidden 0.1s 0.8s forwards;
}
.swish.play:before, .swish.play:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 108%;
	z-index: 10;
}
.swish.play:before {
	background-color: #9cc;
}
.swish.play:after {
	background-color: #000;
	animation-delay: 0.3s;
}
.swish.animation-ltr.play:before {
	animation: revealLTR 1s ease-in-out;
}
.swish.animation-ltr.play:after {
	animation: revealLTR 0.8s 0.4s ease-in-out;
}
.swish.animation-rtl.play:before {
	animation: revealRTL 1.2s ease-in-out;
}
.swish.animation-rtl.play:after {
	animation: revealRTL 1s 0.4s ease-in-out;
}

@keyframes revealLTR {
	0% {
		width: 0;
		left: 0;
	}
	50% {
		width: 100%;
		left: 0;
	}
	100% {
		width: 0;
		left: 100%;
	}
}
@keyframes revealRTL {
	0% {
		width: 0;
		right: 0;
	}
	65% {
		width: 100%;
		right: 0;
	}
	100% {
		width: 0;
		right: 100%;
	}
}
@keyframes textHidden {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

/*.tooltip-item {
	position: relative;
	cursor: pointer;
}

.tooltip-item:after {
	content: attr(data-message);
	position: absolute;
	color: #000;
	left: 110%;
	white-space: nowrap;
	display: none;
	font-size: 1em;
	background-color: #fff;
	padding: 0.5em;
	border-radius: 0.3em;
	z-index: 10;
}*/

a.tooltip {
	position: relative;
	color: #fff;
	z-index: 1;
}
	a.tooltip:hover {
		z-index: 2000;
		color: #fff;
	}
.tooltip:before {
	content: attr(data-tooltip); /* here's the magic */
	position: absolute;
	top: -50%;
	transform: translateY(-50%);
	left: 0;
	width: 180px;
	padding: 6px 8px 7px;
	background: #000;
	color: #fff !important;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	box-sizing: border-box;
	margin-bottom: 15px;
	font-size: 0.8em;
	pointer-events: none
}
.tooltip:after {
	content: "";
	position: absolute;
	left: calc(50% - 5px);
	top: -7px;
	transform: translateY(-50%);
	border: 6px solid #000;
	border-color: #000 transparent transparent transparent;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none
}
.tooltip:hover::before,
.tooltip:hover::after {
	opacity: 1;
}