
/* #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 {
	/*scroll-behavior: smooth;*/
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	background: #234a59;
}


/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	color: #234a59;
	margin-bottom: 20px;
}
h1, h2, h3 {
	font-family: 'DM Serif Display', serif;
	line-height: 1.1;
}
h1 {
	letter-spacing: 0.02em;
	font-size: 3.2em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.8em;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
h4 {
	font-size: 1.2em;
}
p {
	margin: 0 0 20px 0;
}
.disclaimer {
	font-size: 0.7em;
}
p.icon {
	font-weight: 500;
	border-bottom: none;
}
a p.icon.left::before, a p.icon::after,
p.icon.left a::before, p.icon a::after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 16px;
	margin-top: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

	a p.icon,
	p.icon a {
		text-decoration: none !important;
		border: none;
		color: #234a59;
		padding: 0;
		background: none;
	}
	a:hover p.icon {
		color: #676c72;
	}
	a p.icon.left::after,	
	p.icon.left a::after {
		display: none;
	}
	
	a p.icon::after,	
	p.icon a::after, p.icon.left a::before {
		background: url('../images/icons/arrow-right.svg');
		background-size: 10px 16px;
	}
	a:hover p.icon::after,
	p.icon a:hover::after, p.icon.left a:hover::before,
	.iconItem:hover p.icon a::after, .iconItem:hover p.icon.left a::before{
		transform: translateX(5px);
	}
	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)
}
.iconItem:hover p.icon a {
	color: #676c72;
}
	
p.lead {
	font-size: 1.125em;
}
p.subtext {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 0.8em
}
em {
	font-style: italic;
}
strong {
	font-weight: 500;
}
small {
	font-size: 0.75em;
}

/*	Blockquotes  */

blockquote {
	font-family: 'Source Serif Pro', serif;
	font-style: italic;
	font-weight: 300;
	font-size: 1.1em;
	margin-bottom: 5px;
}
blockquote p {
	margin-bottom: 10px;
}
blockquote::before {
	display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 5em;
    position: absolute;
    left: -12px;
    top: 5px;
    color: #ccc;
}
blockquote cite {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: 500;
	color: #264A5A;
	margin-bottom: 10px;
}

hr {
	display: block;
	border: solid #cfdedd;
	border-width: 0 0 1px;
	clear: both;
	padding-top: 40px;
	margin: 0 10px 60px;
	height: 0;
}
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.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 {
	color: #4189A6;
	text-decoration: none;
	outline: 0;
	transition: transform 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000), color 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000), background 0.4s cubic-bezier(0.190, 1.000, 0.220, 1.000), border 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	cursor: pointer;
}
a:hover {
	color: #fff;
	background: #234a59;
	text-decoration: none;
}
p > a {
	padding: 0 5px;
	border-bottom: 1px solid #004621;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 20px;
	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 {
	margin-bottom: 3px;
}

/* 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: #4189A6;
}
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;
}
	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: 15px;
		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 -30px;
}
	ul.sitemap li.root:before {
		display: none;
	}
	ul.sitemap li.root:after {
		display: none;
	}
	ul.sitemap li:last-child:after {
		display: none;
	}
	

/* pagination */

nav.pagination {
	max-width: 100%;
	background-color: #fff;
	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: 1rem;
	line-height: 1;
}

.accordion * {
	text-align: left;
	font-size: 1rem;
}

.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: 20px;
}
.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;
}


/* #Buttons
================================================== */

.button, input[type="submit"], input[type="button"], .ms-options-wrap button {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
	background: #4189A6;
	border: 2px solid #4189A6;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin: 8px 0 10px;
	padding: 10px 15px 8px;
	transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
	-webkit-appearance: none;
	box-sizing: border-box;
	border-radius: 4px;
}
form .button, form input[type="submit"], form input[type="button"], form .ms-options-wrap button {
	margin-top: 0;
}
.button.alt, input[type="submit"].alt, input[type="button"].alt {
	border: 2px solid #899593;
	background: #899593;
	color: #fff;
}
.button.outlined, input[type="submit"].outlined, input[type="button"].outlined {
	background: transparent;
	color: #bfcecd;
}
.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: #234a59;
	border: 2px solid #234a59;
}

/* #Forms
================================================== */

form {
	margin-bottom: 30px;
}

form * {
	font-family: 'Montserrat', sans-serif;
}

fieldset {
	margin-bottom: 20px;
}

legend {
	display: block;
	font-family: 'DM Serif Display', serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	color: #234a59;
	margin: 0 1rem 1.5rem;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #cfdedd;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
	font-size: 1em;
	border: 1px solid #cfdedd;
	padding: 10px;
	outline: none;
	margin: 0;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	-webkit-appearance: none;
	float: left;
	box-sizing: border-box;
	border-radius: 3px;
}

::-webkit-input-placeholder {
	color: #777;
}
::-moz-placeholder {
	color: #777;
}
:-ms-input-placeholder {
	color: #777;
}
:-moz-placeholder {
	color: #777;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border: 1px solid #4189A6;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
	min-height: 268px;
	padding: 10px;
}

label {
	display: block;
	padding-top: 3px;
	margin: 0 0 10px;
	color: #234a59;
}
	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%;
}

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;
}

/* 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;
}
@keyframes fadeIn {
	0% {opacity:0;}
	25% {opacity:0;}
	100% {opacity:1;}
}
.m-0 {
	margin: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-60 {
	margin-bottom: 60px !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;
}

.mob-only, .mob-only-p, .mob-only-all, .tab-only, .hidden {
	display: none !important;
}

.divider {
	margin: 0 10px 0 12px;
	color: #999
}

::selection {
	background: #4189A6; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #4189A6; /* 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%);
}