@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=774c9f4d-5d85-4ef8-b5c9-c195d815cb68");
@font-face {
	font-family:"Calibri W06";
	src:url("../fonts/17c31e5c-5784-4ae6-8cec-a6caed2afd3f.woff2") format("woff2"),url("../fonts/0555dc6b-1bb5-4cdc-8975-756197067e95.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family:"Calibri W06";
	src:url("../fonts/fdf371b8-1ed3-4c8c-a647-5c57f889f586.woff2") format("woff2"),url("../fonts/42f91b8c-9815-4407-a659-bd79b1104da2.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family:"Calibri W06";
	src:url("../fonts/69222be9-c9d5-4171-b3cd-f4c1697d4e75.woff2") format("woff2"),url("../fonts/ac71c358-4cfa-4488-a823-3d4a086ab35c.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}


/* #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:'Adobe Garamond W05 Regular', serif;*/
	font-family: 'Calibri W06', Calibri,sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	background: #fff;
}
.noscroll {
	overflow: hidden;
}
[aria-hidden="true"] { display: none; }
[aria-hidden="false"] { display: block; }


/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6, p.strap {
	font-weight: 700;
	line-height: 1.2;
	color: #111;
	margin-bottom: 1.5rem;
}
h1 {
	font-size: 2.6em;
}
h2,
h4.umbraco-forms-caption,
p.strap {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}
h4 {
	font-size: 1.2em;
}
p {
	margin: 0 0 1.25rem 0;
}
p.date {
	font-size: 0.9em;
	text-transform: uppercase;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 12px 0;
	color: #882520;
	margin-bottom: 1.5rem;
}
p.date::before {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-top: -3px;
	margin-right: 3px;
	background: url('../images/icons/date.svg');
	background-size: 16px 16px;
}
.disclaimer {
	font-size: 0.7em;
}
p.icon {
	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: #12c98f;
		padding: 0;
		background: none;
	}
	a:hover p.icon {
		color: #333132;
	}
	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: #333132;
}
p.lead {
	font-size: 1.125em;
}
p.subtext {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 0.8em
}
em {
	font-style: italic
}
strong {
	font-weight: 700;
}
small {
	font-size: 0.75em;
}

/*	Blockquotes  */

blockquote {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4;
	margin: 30px 0;
	padding: 25px 0 0 3em;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
blockquote p {
	margin-bottom: 10px;
}
	blockquote::before {
		font-weight: 700;
		font-style: normal;
		display: block;
		padding-left: 10px;
		content: "\201C";
		font-size: 5em;
		position: absolute;
		left: -12px;
		top: -8px;
		color: #b10d11;
	}
.testimonials blockquote {
	padding-bottom: 0;
	border-bottom: none;
}
blockquote cite {
	font-size: 0.8em;
	font-style: normal;
	color: #b10d11;
	margin-bottom: 10px;
}

hr {
	display: block;
	border: solid #fff;
	border-width: 0 0 1px;
	clear: both;
	padding-top: 10px;
	margin: 0 0 40px;
	height: 0;
}
hr.underTitle {
	padding-top: 0px;
	margin: -10px 0 40px;
	height: 0;
}

.column hr, .columns hr {
	margin-left: 0;
	margin-right: 0;
}


/* #Links
================================================== */

a {
	color: #12c98f;
	background: none;
	text-decoration: none;
	outline: 0;
	transition: color 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), background 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), border 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	cursor: pointer;
}
a:hover {
	color: #000;
}
a[href^=tel] {
	color:inherit;
	text-decoration:none;
}
td > a {
	padding: 0 5px 4px;
}
p > a {
	border-bottom: 1px solid #12c98f;
	padding: 0 5px;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 20px;
	margin-left: 20px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal outside;
}
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, ul.linklist li, ul.doclist, ul.doclist li, ul.ticklist, ul.ticklist li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

ul.linklist, ul.doclist, ul.ticklist {
	margin: 0 0 25px !important;
}

ul.linklist li,
ul.ticklist li {
	margin-bottom: 5px;
	padding: 6px 0 9px 34px; 
    border-bottom: 1px solid #ddd;
}
	ul.linklist li:last-child,
	ul.ticklist li:last-child {
		border-bottom: none;;
	}
ul.linklist li a {
	padding: 0 5px;
	border-bottom: none;
}
ul.linklist li a:hover {
	background: transparent;
	color: #000;
}
ul.linklist li::before,
ul.ticklist li::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: -34px;
	background-size: cover;
}
	ul.linklist li.bronze::before {
		background: #d69158;
		border-radius: 12px;
	}
	ul.linklist li.gold::before {
		background: #ceb536;
		border-radius: 12px;
	}
	ul.linklist li.silver::before {
		background: #90aaab;
		border-radius: 12px;
	}
	ul.linklist li.download::before {
		background: url('../images/icons/download.svg') 3px 0 no-repeat;
	}
	ul.linklist li.email::before {
		background: url('../images/icons/email-alt.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.ticklist li::before {
	background: url('../images/icons/tick.svg');
}

/* tab navigation */

.tabHolder {
	margin-top: 40px;
}
.tabInfo {
	margin-bottom: 40px;
}
ul.tabNavigation {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

ul.tabNavigation li {
	float: left;
	margin: 0 5px -1px 0;
	padding: 0;
	list-style: none;
}

ul.tabNavigation li a {
	display: block;
	padding: 10px 14px 9px;
	background-color: #8b2257;
	color: #050607;
	border: 1px solid #fff;
	border-bottom: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.75em;
}

ul.tabNavigation li a:hover {
	background-color: #050607;
	color: #fff;
}

ul.tabNavigation li a.selected {
	border: 1px solid #ddd;
	border-bottom: none;
	background-color: #fff;
	color: #050607;
}

ul.tabNavigation li a:focus {
	outline: 0;
}

.docGroup div {
	padding: 22px 25px 1px;
	background: #fff;
}
	
dl:not(:last-child) {
	margin-bottom: 1.5em;
}
dt {
	font-weight: 700;
}
dd::after {
	content: '';
	display: block;
	width: 3em;
	height: 2px;
	background: #b09868;
	margin: 0.5em 0;
}
dd:last-child::after {
	display: none;
}
	
	
/* #Images
================================================== */

img.scale,
.insetL img,
.insetR img {
	max-width: 100%;
	height: auto;
	display: block;
}

img.scale {
	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: 'Calibri W06', Calibri, sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	background: #b10d11;
	border: none;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	padding: 0.5em 1em 0.55em;
	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: 5px;
}
.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: #bcad00;
	}

/* #Forms
================================================== */

/* Contour form */

form {
	margin-bottom: 10px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
	font-family: 'Calibri W06', Calibri, sans-serif;
	font-size: 1em;
	border: 1px solid #ddd;
	padding: 0.45em 0.75em 0.5em;
	outline: none;
	color: #111;
	margin: 0;
	width: 62%;
	max-width: 100%;
	display: block;
	margin-bottom: 12px;
	background: #fff;
	-webkit-appearance: none;
	float: left;
	box-sizing: border-box;
}

div.g-recaptcha {
	width: 63%;
	float: left;
	box-sizing: border-box;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #999;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #ccc;
	color: #000;
	-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: 205px;
	line-height: 20px;
	padding: 10px;
}

label, legend {
	display: block;
	font-size: 1em;
	font-weight: 700;
	float: left;
	width: 37%;
	padding-top: 3px;
	margin: 0 0 10px;
	color: #000;
	box-sizing: border-box;
}

.matchLabel {
	margin-left: 37%;
}

input.full-width, textarea.full-width {
	width: 100% !important;
}

select.full-width, label.full-width {
	width: 100% !important;
}

select {
	background: #fff url('../images/select-arrow.gif') center right no-repeat;
	padding: 0 8px;
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
}

.umbraco-forms-form {
	clear: both;
}

.radiobuttonlist {
	display: block;
	width: 63%;
	float: left;
	margin-bottom: 10px;
}

.checkboxlist {
	display: inline-block;
}

	.checkboxlist input,
	.radiobuttonlist input {
		display: inline-block;
		margin-right: 10px;
		margin-top: 12px;
		clear: left;
		vertical-align: top;
		margin-left: 6px;
		transform: translateY(-2px);
	}
/*.checkboxlist input:first-child,
	.radiobuttonlist input:first-child {
		margin-left: 10px !important;
	}*/

.umbraco-forms-label {
	display: inline-block;
	padding-right: 1%;
	color: #000;
}

.umbraco-forms-page .checkboxlist label,
.umbraco-forms-page .radiobuttonlist label {
	float: none;
	display: inline-block;
	clear: right;
	width: calc(100% - 40px);
}

.umbraco-forms-field {
	clear: both;
	margin-bottom: 20px;
}

.help-block {
	display: inline-block;
	margin-left: 37% !important;
	font-style: italic;
}


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/select-arrow.gif') center right no-repeat !important;
}

/* single line form */

.singlelineform .umbraco-forms-page {
	display: flex;
	justify-content: space-between;
}
.singlelineform *,
.singlelineform .umbraco-forms-field {
	margin: 0;
}
.singlelineform label {
	font-size: 1.3em;
}
.singlelineform .umbraco-forms-page > fieldset {
	display: flex;
	justify-content: space-between;
	flex: 4 1 auto;
}
.singlelineform .umbraco-forms-page > fieldset * {
	flex: 1;
}
.singlelineform .umbraco-forms-navigation {
	flex: 2 1 auto;
	text-align: right;
}

.singlelineform .umbraco-forms-navigation input {
	width: calc(100% - 20px);
	margin: 0
}
.umbraco-forms-submitmessage {
	font-size: 1.125em;
	text-align: center;
	margin-bottom: 1rem;
}

/* #Tables
================================================== */

/* info grid */

.infogrid {
	margin-bottom: 30px;
}
.infogrid input, .infogrid .button {
	margin-bottom: 0;
}

.infogrid th, .infogrid td {
	padding: 0.95em 0.2em;
	font-size: 1.1em;
	border-bottom: 1px solid #12c98f;
}

.infogrid th {
	color: #111;
	text-align: left;
}
.infogrid.property th {
	font-weight: 700;
}
	.infogrid th.right {
		text-align: right !important;
	}
	.infogrid th.center {
		text-align: center !important;
	}
	.infogrid tr:last-child td {
		border-bottom: none;
	}
.infogrid img {
	width: 24px;
}
.infogrid .button {
	padding-left: 6px;
	padding-right: 6px;
}

/* side th */

.infogrid.side th {
	background: #fff;
	border-right: 1px solid #8eb080;
	border-bottom: 1px solid #d6e7cf;
	color: #882520;
	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: 40px;
}

.animateIn {
    transform: translateY(0);
    opacity: 1.0;
}
.animateOut {
    transform: translateY(50px);
    opacity: 0;
}

.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 {
	display:: block;
	margin: 0 10px;
	color: #777
}

::selection {
	background: #12c98f ; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #12c98f ; /* 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: 0.75em; 
    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: 45%;
  transform: translateY(-45%);
}