/**
	@Author:	Paul Strandoo/Spi-des-ign
	@Date:		20 Aug 2026
	@Notes:		EuroHaus
*/

@import url("font-awesome.min.css");
:root {
	--display-font: "Figtree", sans-serif;
	--body-font: "Figtree", sans-serif;
	--fw-light: 300;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-semibold: 600;
	--fw-bold: 700;

	--accent: #1F4C8F;
	
	--dark-grey: #252525;
	--white: #ffffff;	
	--black: #000000; 
	/*--black: #221f20; */
	
	--text-color: #686868;
	--text-color: #222222;
	
	--bg-tint: #F3F3EF;
	
	--background-light: rgba(94,175,238,0.1);
	--background-light: rgba(32,28,137,0.1);
	--background-light: rgba(0,0,0,0.08);
	--background-light: #eeeeee;
	
	--section-pad-large: 7em;
	--section-pad-med: 5em;
	--section-pad-small: 3em;
	--section-pad-x-small: 1.5em;
	
    --inner: 1420px; /* 1320 */
    --inner-narrow: 960px;
    --inner-wide: 1500px;
    --inner-very-wide: 1970px;
    --inner-full: 100%;
    --inner-max: 2200px;
	}

/**
 * Reset stylesheet to normalize styles across browsers
 */
/* ----- [ Reset ] ----- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
	}
fieldset,img {  
	border:0; 
	}
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	}
ol,ul,li { 
	list-style:none; 
	margin: 0;
	padding: 0;
	}
caption,th { 
	text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr,acronym { 
	border:0; 
	} 
a {
	text-decoration: none;
	}
img {
	display: block;
	vertical-align: middle;
	max-width: 100%;
	}

* {
	margin: 0;
	padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
html {
	font-size: 100%;
	height: 100%;
	scroll-behavior: smooth;
	/*scroll-padding-top: 100px;*/
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	background: #ffffff;
	}
body, input, textarea, table {
	font-family: var(--body-font);
	font-weight: var(--fw-light);
	font-style: normal;
	color: var(--black);
	}

body.is-fixed {
	position: fixed;
	}

/* ----- [ Typography ] -------------------------*/
p,
li,
td {
	font-family: var(--body-font);
	font-weight: var(--fw-light);
	font-style: normal;
	font-optical-sizing: auto;
	font-size: 1.15rem; 
	line-height: 1.5;
	margin: 0 0 1em;
	color: var(--accent);
	}
ul {
	margin: 0;
	}
li {
	margin: 0;
	}
em {
	font-style: italic;
	}
strong, b {
	font-weight: 600;
	}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	}

a { 
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted var(--black);
	}
a:hover {
	/*color: var(--accent);*/
	/*text-decoration: underline;*/
	color: var(--black);
	border-bottom: 1px solid var(--black);
	}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--display-font);
	font-weight: var(--fw-regular);
	font-style: normal;
	color: var(--accent);
	line-height: 1.1;
	}

h1,.h1 {
	font-family: var(--display-font);
	font-weight: var(--fw-bold);
	font-size: 2.65rem;
	/*font-size: clamp(2.65rem, 0.9762rem + 7.0476vw, 4.5rem);*/
	line-height: 1.1;  
	letter-spacing: -0.02em;
	margin: 0 0 0.5em;
	text-wrap: balance;
	/*width: 100%;*/
	}

h2,.h2 {
	font-family: var(--display-font);
	font-weight: var(--fw-semibold);
	color: var(--accent);
	font-size: 2rem;
	/*font-size: clamp(2.2rem, 1.682rem + 2.182vw, 2.5rem);*/
	line-height: 1.15em;
	padding: 0;
	margin: 0 0 0.3em;
	text-wrap: balance;
	}
	
h3,.h3 { 
	font-family: var(--display-font);
	font-weight: var(--fw-bold);
	font-size: 1.95rem;
	line-height: 1.3;
	margin: 0 0 0.5em;
	}

h4,.h4 { 
	font-family: var(--display-font);
	font-weight: var(--fw-semibold);
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 0 0 0.5em;
	}
	
h5,.h5 { 
	font-family: var(--display-font);
	font-weight: var(--fw-semibold);
	font-size: 1.37rem;
	line-height: 1.2;
	margin: 0 0 0.6em;
	}

h6,.h6 { 
	font-family: var(--display-font);
	font-weight: var(--fw-bold);
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 0.5em;
	}

figure {
	margin: 0;
	}
img {
	display: block;
	vertical-align: middle;
	}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	}
.img-rounded {
	border-radius: 8px;
	}

sub {
	font-size: 0.8rem;
	position: relative;
	top: 0.5rem;
	}
sup {
	font-size: 0.8rem;
	position: relative;
	top: -0.5rem;
	}

/* ----- [ Dark Sections ] -----------------*/
.dark,
.dark p,
.dark li,
.dark h2,
.dark h3 {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.dark a {
	color: #fff;
	}
.dark a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
	}
.dark {
	background: var(--accent);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}


/* ----- [ Structure ] -----------------*/
header,
section,
.page-footer {
	width: 100%;
	margin: 0;
	position: relative;
	}
section {
	padding: 3em 0;
	}
.inner {
	position: relative;
	max-width: var(--inner);
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	}
.inner-narrow {
	max-width: var(--inner-narrow);
	}
.inner-wide {
	max-width: var(--inner-wide);
	}
.inner-full {
	max-width: 100%;
	padding: 0;
	}

@media only screen and (min-width: 768px) {
	.inner {
		padding: 0 30px;
		}
	.inner-full {
		padding: 0;
		}	
}

/* ----- [ Page ] -----------------*/
.page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	/*border: 1px dotted red;*/
	}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: rgba(0,0,0,0.4);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.overlay.open {
	visibility: visible;
	opacity: 1;
	}

.side-navigation {
	position: fixed;
	padding: 8px 20px 0;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 280px;
	background: var(--white);
	z-index: 20;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.side-navigation.open {
	-webkit-transform: translateX(-280px);
	-moz-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	-o-transform: translateX(-280px);
	transform: translateX(-280px);
	}
.side-navigation a {
	color: var(--accent);
	}

@media only screen and (min-width: 360px) {
	.side-navigation {
		width: 320px;
		}
	.side-navigation.open {
		-webkit-transform: translateX(-320px);
		-moz-transform: translateX(-320px);
		-ms-transform: translateX(-320px);
		-o-transform: translateX(-320px);
		transform: translateX(-320px);
		}
}

@media only screen and (min-width: 480px) {
	.side-navigation {
		width: 360px;
		}
	.side-navigation.open {
		-webkit-transform: translateX(-360px);
		-moz-transform: translateX(-360px);
		-ms-transform: translateX(-360px);
		-o-transform: translateX(-360px);
		transform: translateX(-360px);
		}
}

/* ----- [ Strandoo Simple Grid System v2.5 ] --------------- */
.row {
	margin: 0 -15px;
	overflow: hidden;
	/*font-size: 0;*/
	}

.row > .col{
	width: 100%;
	float: left;
	vertical-align: top;
	padding: 0 15px;
	text-align: left;
	}

	.no-padding > .col,{
		padding: 0;
		}
	.row.padding-5 {
		margin: 0 -5px;
		}
	.row.padding-10 {
		margin: 0 -10px;
		}
	.row.padding-20 {
		margin: 0 -20px;
		}

	.no-padding {
		margin: 0;
		}
	.no-padding > .col {
		padding: 0;
		}
	.padding-5 > .col {
		padding: 5px;
		}
	.padding-10 > .col {
		padding: 10px;
		}
		
	.padding-20 > .col {
		padding: 10px 20px;
		}

	.row.text-center > .col {
		text-align: center;
		}

	.row > .col.fright {
		float: right;
		}
	.row > .col.fleft {
		float: left;
		}

	.col > img {
		max-width: 100%;
		}

	img.full {
		width: 100%;
		}
	img.half {
		width: 50%;
		float: left;
		}

.centered,
.centered p,
.centered h2,
.centered h3,
.centered h4 {
	text-align: center;
	}

@media only screen and (min-width: 768px) { 

	.row-2 > .col { width: 50%; }
	.row-3 > .col { width: 33.333%; }
	.row-4 > .col { width: 25%;}
	.row-5 > .col { width: 20%;}
	.row-6 > .col,
	.row-6.black-icons > .col { width: 16.666%;}

	.row-2 .span-2 { width: 100%; }
	.row-3 .span-2 { width: 66%; }
	.row-4 .span-2 { width: 50%; }
	.row-4 .span-3 { width: 75%; }
	.row-5 .span-2 { width: 40%; }
	.row-5 .span-3 { width: 60%; }
	.row-5 .span-4 { width: 80%; }
}

/* ----- [ Masthead / Page Header ] -----------------*/
.page-header {
	position: sticky;
	width: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	background: #ffffff;
	background: rgba(255,255,255,0.95);
	background: var(--accent);
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 30;
	}
	
.page-header.small {
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	}
/*
.page-header.small {
	position: fixed;
	top: 0;
	height: auto;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	}
*/

.page-header > .inner {
	overflow: visible;
	padding: 0 20px;
	}

.top-strip-inner {
	display: none;
	}

.logowrap {
	position: relative;
	max-width: 100px;
	margin: 10px 0;
	padding: 15px 10px;
	background: var(--white);
	}

.main-navigation {
	display: none;
	}
	
.mobile-tel {
	white-space: nowrap;
	}

@media only screen and (min-width:768px) {
	.page-header {
		background: #ffffff;
		background: rgba(255,255,255,0.95);
		}
	.page-header > .inner {
		padding: 0;
		}
	.top-strip-inner {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 auto;
		padding-top: 0.5em;
		overflow: hidden;
		}
	.strip-meta p {
		font-size: 0.95rem;
		margin: 0;
		}
	.strip-meta a {
		border: none;
		text-decoration: none;
		}
	.strip-meta .button {
		font-size: 0.9rem;
		line-height: 1;
		padding: 0.6em 1.2em;
		opacity: 0.6;
		}
	.strip-meta .button:hover {
		opacity: 1;
		color: var(--white);
		background: var(--accent);
		border: none;
		}
	
	.logowrap {
		position: relative;
		max-width: 150px;
		margin: 0 0 10px;
		margin: -15px 0 0;
		background: transparent;
		}
	.main-nav-wrapper {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: center;
		margin-top: 0;
		}
		
	.main-navigation {
		display: flex;
		flex: 1;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: center;
		color: var(--white);
		background: var(--accent);
		margin-top: -15px;
		min-height: 45px;
		}
	.menu-item {
		display: none;
		}
}
@media only screen and (min-width:1345px) { /* 1200px */
	.menu-btn {
		/*display: none;*/
		}
	.main-navigation {
		display: flex;
		flex: 1;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: center;
		color: var(--white);
		background: var(--accent);
		margin-top: -15px;
		margin-top: -25px;
		}
	.menu-item {
		display: list-item;
		}
}
@media only screen and (min-width: 1418px) {
	.page-header > .inner {
		padding: 0 30px;
		}
}

/* ----- [ Menu Trigger ] ------------ */
.menu-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 80px;
	border: none;
	}
.menu-trigger:hover {
	border: none;
	}
.menu-trigger .menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #fff;
	display: none;
	} 
.menu-trigger .menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 36%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 24px;
	height: 2px;
	background-color: #fff;
	/* these are the upper and lower lines in the menu menu */
	}
.menu-trigger .menu-icon::before, 
.menu-trigger .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.menu-trigger .menu-icon::before {
	bottom: 8px;
	}
.menu-trigger .menu-icon::after {
	top: 8px;
	}
.menu-trigger:hover .menu-icon::before {
	bottom: 10px;
	}
.menu-trigger:hover .menu-icon::after {
	top: 10px;
	}
.menu-trigger.is-clicked .menu-icon {
	background-color: rgba(0, 0, 0, 0);
	}
.menu-trigger.is-clicked .menu-icon::before, 
.menu-trigger.is-clicked .menu-icon::after {
	background-color: #fff;
	}
.menu-trigger.is-clicked .menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.menu-trigger.is-clicked .menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
@media only screen and (min-width:768px) {
	.menu-trigger .menu-icon {
		margin-top: -8px;
		}
}


@media only screen and (min-width: 1345px) { /* 1200 */
	.menu-trigger {
		padding-left: 1.25em;
		}
	.menu-trigger .menu-text {
		display: inline-block;
		line-height: 70px;
		}
	.menu-trigger .menu-icon {
		left: auto;
		right: 1.25em;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		}
}

/* ----- [ Mobile Navigation ] ------------- */
.side-nav {
	margin-top: 160px;  
	}
.side-nav li {
	font-size: 1.3rem;
	margin: 0;
	padding: 0.5em 0;
	}
	
.side-nav li li {
	font-size: 1.3rem;
	margin: 0 0 0.5em 1em;
	padding: 0;
	}

.side-nav a {
	font-weight: var(--fw-semibold);
	display: block;
	line-height: 2em;
	line-height: 1.2em;
	padding: 0;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	}

.side-nav a.current {
	text-decoration: none;
	}
.no-touch .side-nav a:hover,
.side-nav a:hover {
	border: none;
	text-decoration: none;
	}

.side-nav.lateral-menu-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
	transition: transform .4s 0s, visibility 0s 0s;
	/* smooth the scrolling on touch devices - webkit browsers */
	-webkit-overflow-scrolling: touch;
	}

.sub-menu {
	margin: 0.5em 0 0 0;
	}

/* ----- [ Desktop navigation ] --------- */
@media only screen and (min-width: 1345px) { /* 1200px */
	.menu-trigger {
		display: none;
		}
	.main-navigation {
		position: relative;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		}
		
	.menu-item {
		position: relative;
		margin: 0 1em;
		padding: 0.5em;
		overflow: visible;
		white-space: nowrap;
		}
		
	.menu-link {
		color: var(--white);
		font-size: 0.95rem;
		font-weight: 600;
		white-space: nowrap;
		padding: 0.3em 0;
		position: relative;
		padding: 0;
		border: none;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		border-bottom: 1px solid transparent;
		}
		
	.home-link {
		font-size: 1.2rem;
		vertical-align: -2px;
		padding-bottom:0;
		}

	.menu-link.on {
		text-decoration: none;
		border-bottom: 1px solid var(--white);
		}
	.menu-link:hover,
	.menu-link.on {
		color: var(--white);
		text-decoration: none;
		border-bottom: 1px solid var(--white);
		}
		
	.nav-level-2 {
		padding: 5px;
		}
	.nav-level-2 a {
		text-transform: none;
		}
}
		
/*		
.dropnav {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 90;
	opacity: 0;
	}

.dropnav > ul {
	background: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	}
*/

@media only screen and (min-width: 1345px) { /* 1200px */
	.nav-wrapper {
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		justify-content: space-between; 
		align-items: stretch;
		margin: 0;
		}

	.menu-item.has-children:first-of-type:hover > a:after,
	.menu-item.has-children:first-of-type:hover > a.on:after {
		display: none;
		}

	.menu-phone {
		display: none;
		}
	/*
	.dropnav .menu-item {
		display: block;
		text-align: left;
		}
	*/
	/*
	.dropnav {
		position: absolute;
		text-align: left;
		z-index: 100;
		top: 140%;
		left: 50%;
		padding-top: 15px;
		border-top: 10px solid transparent;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		visibility: hidden;
		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		transform: translate(-50%,0);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		}
	
	.dropnav::before {
		content: '';
		position: absolute;
		height: 0;
		width: 0;
		top: -15px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #545454;
		border-bottom: 15px solid rgba(84,84,84,0.9);
		z-index: -1;
		}
	
	li:hover .dropnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		visibility: visible;
		top: 100%;
		opacity: 1;
		}

	.dropnav > ul {
		margin: 0 auto;
		padding: 10px 15px;
		width: auto;
		text-align: left;
		white-space: nowrap;
		}
	*/
}
	


/* is this used? */
				.cd-main-content::before {
					/* never visible - this is used in jQuery to check the current MQ */
					display: none;
					content: 'mobile';
				}
				@media only screen and (min-width: 1200px) {
					.cd-main-content::before {
						content: 'desktop';
					}
				}

				.cd-main-content.nav-is-visible {
					-webkit-transform: translateX(-300px);
					-moz-transform: translateX(-300px);
					-ms-transform: translateX(-300px);
					-o-transform: translateX(-300px);
					transform: translateX(-300px);
				}
				@media only screen and (min-width: 1200px) {
					.cd-main-content.nav-is-visible {
						-webkit-transform: translateX(0);
						-moz-transform: translateX(0);
						-ms-transform: translateX(0);
						-o-transform: translateX(0);
						transform: translateX(0);
						}
				}


/* ----- [ Heros / Top ] --------------- */
.hero {
	position: relative;
	padding: 0;
	margin-bottom: 0;
	}
.hero .inner {
	height: 350px;
	}

.flex-container {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	}

.flex-left { justify-content: flex-start; }
.flex-center { justify-content: center; }
.flex-right { justify-content: flex-end; }
.flex-between { justify-content: space-between; }

.flex-top { align-items: flex-start; }
.flex-middle { align-items: center; }
.flex-bottom { align-items: flex-end; }

.hero-overlay {
	/* z-index: 1; */
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	background: rgba(0, 0, 0, 0.3);
	}

.hero-content,
.home-hero-content {
	padding: 12px 0 20px;
	background: rgba(0,0,0,0.2);
	}


.slide-1 .home-hero-content img {
	max-width: 100% !important;
	width: 200px;
	margin: 0 auto 1em;
	display: none;
	}

.hero-content h1,
.home-hero-content h2 {
	position: relative;
	color: #fff;
	text-align: left;
	/*max-width: 1070px;*/
	padding: 0 15px;
	margin: 0 auto;
	font-size: 2.3rem;
	line-height: 1.1em;
	}

@media only screen and (min-width: 768px) {
	.hero .inner {
		height: 470px;
		}
	.hero-content h1 {
		padding: 0 30px;
		}
	.home-hero-content h2 {
		}
	.slide-1 .home-hero-content img {
		display: block;
		}
}

@media only screen and (min-width: 768px) {
	.home-hero-content h2 {
		font-size: 1.8rem;
		font-size: 2.3rem;
		line-height: 1.2em;
		}
	.slide-1 .home-hero-content img {
		width: 300px;
		}
}

/* ----- [ Home Carousel ] --------------- */
.carousel {
	margin: 0;
	padding: 0;
	}
.owl-item {
	min-height: 620px;
	min-height: 300px;
	}
.owl-stage {
	margin-left: -5%;
	}
.hero.owl-carousel,
.carousel .hero {
	margin-bottom: 0;
	}
.hero-bg .inner {
	padding: 40px 10%;
	}
@media only screen and (min-width: 768px) {
	.owl-stage {
		margin-left: 0;
		}
	.hero-bg,
	.hero-bg .inner {
		min-height: 400px;
		}
	.hero-bg .inner {
		padding: 50px 60px;
		}
}
@media only screen and (min-width: 768px) {
	.home-hero-content h3 {
		width: 65%;
		}
}
@media only screen and (min-width: 1024px) {
	.hero 
	.hero-bg,
	.hero-bg .inner {
		min-height: 620px;
		}
}

/* ----- [ Carousel Navigation ] --------  */
/*
.owl-nav,
.hero-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next,
.hero-nav .hero-prev,
.hero-nav .hero-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 1000;
	height: 51px;
	width: 51px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: -25px;
	outline: none;
	opacity: 0.3;
	text-indent: -9999px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
	background-color: transparent;
}

.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover,
.hero-nav .hero-prev:hover,
.hero-nav .hero-next:hover {
	opacity: 0.8;
}

.owl-next,
.hero-next {
	right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/arrow-right-d.png');
	background-size: 100%;
}
.owl-prev,
.hero-prev {
	left: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/arrow-left-d.png');
	background-size: 100%;
}
.hero-prev.blank,
.hero-next.blank {
	opacity: 0.4;
	cursor: default;
	}

.owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	z-index: 1000;
	text-align: center;
	}
.owl-dot {
	display: inline-block;
	}
.owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0 4px;
	background: #ffffff;
	display: block;
	border: 2px solid #ffffff;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	}
.owl-dot.active span,
.owl-dot span:hover {
	background: #646464;
	}
*/

/* ----- [ Main ] -----------------*/
.main-content-section {
	padding: 3em 0;
	margin: 0 0 60px;
	background: #f2f2f2;
	}

/* ----- [ Sidebar/Columns ] -----------------*/
/*
.sidebar-inner {
	background: #fff;
	padding: 20px;
	}

.sidebar p,
.sidebar li {
	font-size: 0.9em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	}
.sidebar li {
	margin: 0;
	}
.sidebar-help {
	margin-top: 0;
	}
img + sidebar-help {
	margin-top: 10px;
	}
.sidebar-help h4 {
	color: #222;
	margin: 0;
	}
.sidebar-logo {
	max-width: 200px;
	margin: 10px 0;
	display: inline-block;
	vertical-align: top;
	}
.chas-logo {
	margin: 30px 20px 0 0;
	}
@media only screen and (min-width: 768px) {
	.sidebar {
		display: block;
		}
	.sidebar-logo {
		max-width: 200px;
		display: block;
		}
	.chas-logo {
		}
}
*/

/* ----- [ Home Page ] --------------- */
.home-headline-section {
	margin: 30px 0;
	border-bottom: 10px solid #526a96;
	background: #525456;
	}
.home-text {
	margin: 30px 0 40px;
	}
.home-text p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 1.3em 0;
	padding: 0;
	}
	
@media only screen and (min-width: 768px) {
	.home-text p {
		font-size: 1.1em;
		line-height: 1.8em;
		margin: 1.3em 0;
		padding: 0 4em;
		}
}

/* ----- [ Home: Bottom Hero ] -----------------*/
.bottom-hero {
	background-image: url('../images/arrow-left-d.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 50px;
	}

.bottom-hero .inner {
	overflow: hidden;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}

.photo-credit {
    display: none;
}

.content p > img {
	max-width: 100%;
	}

/* ----- [ Section: Gallery ] -----------------*/
/* ----- [ Section: Gallery (Featherlight) ] --------  */
/* ----- [ Content/Main ] --------------- */

/* ----- [ Masthead top Links ] --------------- */
@media only screen and (min-width: 1024px) {
	.main-nav-wrapper {
		text-align: center;
		}
}

/* ----- [ Testimonials Page ] -------- */
/*
blockquote {
	margin: 3em 0 1em;
	padding: 2em 2em 1em;
	position: relative;
	background: #fff;
	font-style: italic;
	}

blockquote:after {
	content: "";
	position: absolute;
	color: #ccc;
	font-size: 6em;
	font-weight: 700;
	line-height: 0.83em;
	right: 3%;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #fff transparent transparent transparent;
	}

.source {
	line-height: 1.3em;
	text-align: right;
	margin: 0 25% 0 0;
	margin: 0 75px 0 0;
	}
	
@media only screen and (min-width: 600px) {
	blockquote:after {
		border-width: 50px 50px 0 0;
		}
	.source {
		margin: 0 85px 0 0;
		}
}
*/

/* ----- [ Services Page ] -------- */
/*
.services-nav {
	margin-top: 40px !important;
	margin-bottom: 50px !important;
	}
	
.sub-page-link:hover {
	text-decoration: underline;
	}
.sub-page-link h3 {
	margin: 0.5em 0;
	}
.sidebar .sub-page-link h3 {
	font-size: 1.3rem;
	margin: 0.5em 0 1em;
	}

.sub-page-thumb {
	max-width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	}
.sub-page-thumb:hover {
	opacity: 1;
	}
*/

/* -----[ Contact form ]------------ */	
input,
select,
textarea {
    font-size: 1em;
    width: 100%;
    padding: 6px 8px;
	color: #333;
    /*-webkit-appearance: none;*/
	border: 1px solid #ccc;
    border-radius: 0;
    }
textarea {
	vertical-align: top;
	}

::-webkit-input-placeholder { color: #9a9a9a; text-transform: lowercase; }
:-moz-placeholder {color: #9a9a9a; text-transform: lowercase; }
::-moz-placeholder {color: #9a9a9a; text-transform: lowercase; }
:-ms-input-placeholder {color: #9a9a9a; text-transform: lowercase; }
input-placeholder {color: #9a9a9a; text-transform: lowercase; }

input[type=submit],
input.button {
    -webkit-appearance: none;
	}

input[type=checkbox] {
	width: auto;
	margin: 0 10px 0 0;
	}

.form__item {
	font-size: 1em;
	clear: both;
	margin: 0 0 5px;
	overflow: hidden;
	}

/* ----- [ Contact Page ] --------------- */
.form__item--c_contact_consent label,
.form__item--c_terms_consent label {
	font-size: 17px;
	line-height: 1.3em;
	margin-bottom: 5px;
	}

.field__header--hidden,
.form__item--scf-website {
	display: none;
	}
.field--error--message {
	color: #f36617;
	font-weight: 400;
	font-size: 0.95em;
	margin: 0;
	display: none;
	}
	
.form__item--c_terms_consent .field--error--message {
	float: none;
	}
	
.form--error--message,
.form--success--message {
	text-align: center !important;
	font-size: 0.95em;
	font-weight: 400;
	color: #fff;
	background: #f00;
	padding: 5px;
	margin: 5px 0 20px;
	border-radius: 5px;
	width: auto;
	}
	
.form--success--message {
	font-size: 1.2em;
	color: #00355e;
	color: #fff;
	background: #c5d301;
	background: olive;
	}

.FieldtypeCheckbox {
	margin-right: 0.5em;
	margin: 0 10px 0 0;
	}

#wrap_InputfieldSubmit span {
	display: none;
	}
	
.form__item--label {
	/*display: none; */
	}
li label span {
	display: none;
	}
	
.form__item--submit {
	text-align: center;
	}

.field--required label:after {
	content: '*';
	color: #333;
	}
.field--error.field--required label:after {
	content: '*';
	color: #f00;
	font-size: 1.2em;
	}
.field--error.field--required .InputfieldMaxWidth {
	border-color: #f00;
	}


@media only screen and (min-width: 64em) {
	.form__item--label {
		display: block;
		float: left;
		width: 20%;
		padding: 6px 0;
		}

	.InputfieldMaxWidth {
		float: right;
		width: 80%;
		}
	input[type=checkbox] {
		float: none;
		width: auto;
		margin: 0 10px 0 0;
		}

	.form__item button {
		width: auto;
		width: 80%;
		margin-left: 20%;
		}
		
	.form__item--c_contact_consent label,
	.form__item--c_terms_consent label {
		float: right;
		width: 80%;
		}
	.form--error--message {
		float: right;
		width: 80%;
		}
}


/* ----- [ Background Rules ] ------------- */
.logo-rule {
	position: relative;
	width: 150px;
	height: auto;
	margin: 20px auto;
	overflow: hidden;
	}
.logo-rule img {
	width: 100%;
	}

.bg-rule {
	position: relative;
	overflow: visible;
	}
.bg-rule:before,
.bg-rule:after {
	content: '';
	display: block;
	width: 1000%;
	position: absolute;
	top: 50%;
	height: 1px;
	border-top: solid 1px #fff;
	}
.bg-rule.double:before,
.bg-rule.double:after {
	margin-top: -2px;
	height: 5px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	}
.bg-rule.bottom:before,
.bg-rule.bottom:after {
	top: 100%;
	}

.bg-rule:before {
	left: 100%;
	margin-left: 15px;
	}
.bg-rule:after {
	right: 100%;
	margin-right: 15px;
	}

.cc-btn {
	whitespace: nowrap !important;
	width: 100%;
	}
	
/* ----- New Content ----------- */	
.main-content {
	padding: 6em 0;
	margin: 0;
	/*background: #f2f2f2;*/
	}
.inner {
	max-width: var(--inner);
	}

.text-column,
.images-column {
	flex: 1;
	}
	
.image-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 1rem;
	}
.about-page .image-grid,
.contact-page .image-grid {	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1rem;
	}
	
.img-wrapper {
	position: relative;
	overflow: hidden;
	}
.img-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	color: var(--white);
	background: var(--accent);
	padding: 1em;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	}
.img-wrapper:hover .img-caption,
.portfolio-page2 .img-caption {
	bottom: 0;
	}
	
.portfolio-page .title {
	color: var(--white);
	background: var(--accent);
	font-size: 1.3rem;
	font-weight: var(--fw-semibold);
	padding: 10px 20px;
	margin-top: 4px;
	}
	
.note-text {
	padding: 0.5em 0;
	}

@media only screen and (min-width: 48em) {
	.flex-row {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		gap: 2em;
		}
}

/* ----- Buttons ----------- */
.button {
	display: inline-block;
	padding: 0.6em 1.5em;
	color: #fff;
	background: var(--accent);
	border: 2px solid var(--accent);
	cursor: pointer;
	width: auto;
	opacity: 0.9;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	}
.button:hover {
	color: var(--accent);
	background: var(--white);
	text-decoration: none;
	border: 2px solid var(--accent);
	}


/* Hidden Form Field */
.Inputfield {
	margin: 0 0 0.5em;
	}
.Inputfield_c_spam_trap,
.Inputfield_title {
	display: none;
	}
.InputfieldStateRequired label:after {
	content: '*';
	color: red;
	font-size: 1.2em;
	}
	
.required-legend {
	display: none;
	}
form > .required-legend {
	display: block;
	}
.required-legend span {
	color: red;
	font-size: 1.2em;
	}
	
.ui-state-error {
	color: red;
	}


/* button-see above */
.error,
.success {
	padding: 5px;
	color: #fff;
	border: 4px solid orange;
	background: orange;
	margin: 0 0 20px;
	width: auto;
	text-align: center;
	}
.success {
	border: 4px solid #c5d301;
	background: #c5d301;
	}

.ui-widget-content p {
	text-align: right;
	margin: -1.6em 0 0;
	}
span.ui-state-error {
	color: red;
	}

@media only screen and (min-width: 1024px) {
	::-webkit-input-placeholder { color: #9a9a9a; }
	:-moz-placeholder { color: #9a9a9a; }
	::-moz-placeholder { color: #9a9a9a; }
	:-ms-input-placeholder { color: #9a9a9a; }
	input-placeholder { color: #9a9a9a; }
}

/* ----- [ Map ] ---------- */
#map-canvas {
	height: 400px;
	border: 2px solid #fff;
	padding: 20px;
	overflow: hidden;
	background: #f1f1f1;
	padding: 30px;
	}
	
.address-overlay {
	position: absolute;
	width: 300px;
	left: 53%;
	top: 50%;
	padding: 20px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	transform: translate(0, -50%);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	}
.address-overlay p {
	font-size: 16px;
	line-height: 1.4em;
	}
.gm-style-iw {
	width: 350px !important;
	}

/* ----- [ Utility Styles ] --------------- */
.fleft {
	float: left;
	}
.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
	
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

/*---------[ Footer ] --------------- */
.page-footer {
	padding: 3em 0 0.5em;
	margin-top: auto;
	color: var(--white);
	background: var(--accent);
	}
.page-footer .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
.footer-logo {
	max-width: 130px;
	margin: 0;
	padding: 20px;
	background: var(--white);
	}
.footer-logo:hover {
	border: none;
	}
.footer-logo img {
	max-width: 100%;
	}

.page-footer p,
.page-footer li {
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 0 0 0.8em;
	color: #fff;
	}
.page-footer li {
	margin: 0;
	}
.page-footer a {
	color: #fff;
	border-color: #fff;
	}
	
.footer-meta {
	flex-basis: 100%;
	text-align: left;
	margin-top: 2em;
	}
.footer-meta p {
	font-size: 0.8rem;
	}


/* ----- [ Social Media Icons & Badges ] --------------- */
/* ----- [ Social Media Icons ] --------------- */
.social-icons-wrapper {
	margin: 40px auto 30px;
	text-align: center;
	}
.social-icons-wrapper .social-icon {
    color: #fff;
    display: inline-block;
	width: auto;
    margin: 0 10px;
    vertical-align: middle;
	}


.social-icons-wrapper .social-icon a,
.social-icons-wrapper .social-icon a:visited {
    color: #fff;
    opacity: 0.8;
    font-size: 1.2em;
    text-decoration: none;
    border: none;
	}
.social-icons-wrapper .social-icon a:hover,
.social-icons-wrapper .social-icon a:active {
    color: #fff;
    opacity: 1;
    border: none;
	}

.social-icons-wrapper .social-icon svg {
    fill: currentColor;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 6px;
	}

.social-networks a:hover {
	opacity: 1;
	}

.site-credits {
	max-width: 100%;
	background: #fff;
	}
p.site-credit {
	color: #222;
	margin: 0 auto;
	padding: 10px;
	}
p.site-credit a {
	color: #222;
	text-decoration: underline;
	}

.top-link {
    position: fixed;
    bottom: 50px;
    right: 20px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 100;
	}
.top-link a {
    background: url('../images/arrow-up-d.png') center center no-repeat;
    background-size: 90%;
    display: block;
    height: 50px;
    outline: medium none;
    position: relative;
    text-indent: -9999px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border: none;
	z-index: 0;
    }
.top-link.show:hover {
	border: none;
	opacity: 1;
	}
.top-link.show {
	opacity: 0.5;
	}

/**
 * The edit link that appears when you are logged in.
 * It is recommended that you implement an edit button 
 * in your templates to make it easy to switch to and
 * from the admin control panel when editing pages. 
 *
 */
#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	z-index: 1000;
	}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
}


/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */
.align_left {
	float: left;
	margin: 0 1em 1em 0;
	}

.align_right {
	float: right;
	margin: 0 0 1em 1em;
	}

.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	}

/* ----- [ CMS Content ] -----------------*/
.cms-text p img {
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	}
.cms-text p img + strong {
	margin-top: -20px;
	}

.cms-text ul,
.cms-text ol {
	margin: 0 0 1.5em;
	}
.cms-text li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
	

.checkboxes li {
	list-style: none;
	position: relative;
	}
.checkboxes li:before {
	content: '';
	position: absolute;
	top: -8px;
	margin-left: -32px;
	width: 40px;
	height: 40px;
	background: url('../images/tick.png') 0 0 no-repeat;
	}

.image-row-2 > img,
.image-row-3 > img,
.image-row-4 > img {
	max-width: 100%;
	}

.image-row-2 > img,
.image-row-3 > img,
.image-row-4 > img,
.image-row-2 > a,
.image-row-3 > a,
.image-row-4 > a {
	float: none;
	width: 100%;
	margin: 0 0 1em 0;
}

figure {
	margin: 0 0 1em;
}

/* 600px equivalent breakpoint */
@media only screen and (min-width: 48em) { 
	.image-row-2 > a >img,
	.image-row-3 > a >img,
	.image-row-4 > a >img {
		max-width: 100%;
		}

	.image-row-2 > img,
	.image-row-2 > a {
		float: left;
		width: 48.75%;
		margin: 0 2.4% 2.4% 0;
	}
	.image-row-2 > img:nth-of-type(even),
	.image-row-2 > a:nth-of-type(even) {
		float: right;
		margin-right: 0;
	}

	p.image-row-3 > img {
		float: left;
		width: 31.7%;
		margin: 0 2.4% 2.4% 0;
	}
	p.image-row-3 > img:nth-of-type(3) {
		float: right;
		margin-right: 0;
	}

	p.image-row-4 > img {
		float: left;
		width: 23.2%;
		margin: 0 2.4% 2.4% 0;
	}
	p.image-row-4 > img:nth-of-type(4) {
		float: right;
		margin-right: 0;
	}
}

/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}


/* 768px equivalent breakpoint */
@media only screen and (min-width: 48em) { 
	.alignleft,
	.alignright {
		float: left;
		display: inline;	
		}
	.alignright {
		float: right;
	}
}


/* PRINT STYLES */
@media print {
	/* If you're going to have a print stylesheet, now's the time */
}


