/**
	@Author:	Paul Strandoo/Spi-des-ign
	@Date:		14 Feb 2020 / 1 Oct 2021
	@Notes:		InnHouse Associates

*/
@import url(reset.css); 
@import url("font-awesome.min.css");

:root {
	--bodytext: #525961;
	--maingreen: #47a629; 
	--darkgreen: #378f1b;
	--mediumgreen: #088137;

	--grey1: #f4f4f4;
	--grey2: #c4c4c4;
	--grey3: #939393;
	--black: #000000;
    --medium-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
	}

* {
	margin: 0;
	padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 10px;
	font-size: 100%;
	}

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.625;
	color: var(--bodytext);
	background-color: #fff;
	word-wrap: break-word;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	}

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

a {
	color: var(--maingreen);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	}

a:hover,
a:focus {
	color: var(--darkgreen);
	border-bottom: 1px solid var(--darkgreen);
	}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}
	
strong, b {
	font-weight: 700;
	}
	
.block-link {
	display: block;
	position: relative;
	border-bottom: none;
	}
.block-link:hover,
.block-link:focus {
	border-bottom: none;
	}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 0.9;
	color: #212121;
	color: #3e4348;
}

h1, 
.h1,
.title { 
	color: #212121;
	font-size: 2.8rem;
		font-size: 2.2rem;
	line-height: 1.2em;
	letter-spacing: -1px;
	margin: 0 0 0.5em;
	}


h2, 
.h2 { 
	color: #212121;
	font-size: 2.3em; 
	line-height: 1.1;
	margin: 0 0 0.5em;
	}
.h2small {
	font-size: 2.2em
	}

.course-content-list + h2 {
	margin: 1.1em 0 0.5em;
	}
	
.lightbg {
	background: #aacfe6;
	background: rgba(169, 205, 230, 0.37);
	padding: 10px;
	}

h3 { 
	color: #212121;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 0.4em;
	}

h4 { 
	color: #212121;
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 0.3em;

	}
h5 { 
	font-size: 1.1em;
	margin: 0 0 6px;
	}

h6 {
	color: #ab381e;
	font-size: 16px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	}

.midweight {
	font-weight: 400;
	}
.lightweight {
	font-weight: 300;
	}

p,
li {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.7em;
	margin: 0 0 1em;
	padding: 0;
	}
ul {
	margin: 0 0 1em;
	}
li {
	font-weight: 300;
	margin: 0;
	}

/* some big headlines */
.med-head {
	font-size: 4rem;
	font-size: 2.8rem;
	opacity: 0.3;
	}

.big-head {
	font-size: 8em;
	text-align: left;
	margin: 0 0 0.3em;
	/*color: #ccc;
	color: rgba(0,0,0,0.3);*/
	opacity: 0.3;
	position: relative;
	}
.big-right {
	text-align: right;
	}

.big-head:after {
	content: "";
	position: absolute;
	left: -60%;
	top: 100%;
	width: 30vw;
	height: 6px;
	background: var(--maingreen);
	}
.big-right:after {
	left: 85%;
	}

@media only screen and (min-width: 375px) {
	h1, 
	.h1,
	.title {
		font-size: 2.8rem;
		}
}

@media only screen and (min-width: 560px) {
	.med-head {
		font-size: 4rem;
		}
}

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

.bottom-rule {
	margin-bottom: 20px;
	}
.bottom-rule::after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background: #fff;
	margin: 10px auto 20px;
	}

/* ----- [ Structure ] -----------------*/
.page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: rgba(0,0,0,0.6);
	z-index: 600;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.page-overlay.is-open {
	opacity: 1;
	visibility: visible;
	}
.page-overlay.is-open + .page-header {
	position: fixed;
	}


header,
section,
footer {
	width: 100%;
	}
section {
	margin: 0;
	padding: 0;
	position: relative;
	}
.inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 15px;
	padding: 30px;
	position: relative;
	}
.inner-wide {
	max-width: 1120px;
	overflow: hidden;
	}
.inner-max {
	max-width: 1420px;
	overflow: hidden;
	}
.inner-full {
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

@media only screen and (min-width: 200px) {
	.flex-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		max-width: 100%;
		height: 100%;
		padding: 0 20px;
		}
}
@media only screen and (min-width: 974px) {
	.flex-inner {
		margin: 20px 0;
		}
}


/* ----- [ Strandoo Flex Grid System v1 ] --------------- */
.row.no-padding,
.row.padding-0 {
	margin-left: 0;
	margin-right: 0;
	}
.row.padding-1 {
	margin-left: -1px;
	margin-right: -1px;
	}
.row.padding-5 {
	margin-left: -5px;
	margin-right: -5px;
	}
.row.padding-10 {
	margin-left: -10px;
	margin-right: -10px;
	}
.row.padding-15 {
	margin-left: -15px;
	margin-right: -15px;
	}
.row.padding-20 {
	margin-left: -20px;
	margin-right: -20px;
	}
.row.padding-30 {
	margin-left: -30px;
	margin-right: -30px;
	}

.no-padding > .col,
.padding-0 > .col {
	padding: 0;
	}
.padding-1 > .col {
	padding-left: 1px;
	padding-right: 1px;
	}
	
.padding-5 > .col {
	padding-left: 5px;
	padding-right: 5px;
	}
.padding-10 > .col {
	padding-left: 10px;
	padding-right: 10px;
	}
.padding-15 > .col {
	padding-left: 15px;
	padding-right: 15px;
	}
.padding-20 > .col {
	padding-left: 20px;
	padding-right: 20px;
	}
.padding-30 > .col {
	padding-left: 30px;
	padding-right: 30px;
	}

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

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

.width-marker { color: grey; }

/* 600px equivalent breakpoint: 37.5em */
@media only screen and (min-width: 600px) { 
	.row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column;
		/*justify-content: stretch;*/
		list-style: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: relative;
		}
	.col {
		flex: 1;
		}

	.row {
		flex-direction: row;
		}
	
	.row > .col {
		/*flex: 1;*/
		}

	.col-auto {
		width: auto;
		}
	.col-full,
	.col-100 {
		width: 100% !important;
		}
	.col-1of2,
	.col-50 {
		width: 50% !important;
		}
	.col-1of3,
	.col-33 {
		width: 33.3333% !important;
		}
	.col-2of3,
	.col-66 {
		width: 66.6667% !important;
		}
	.col-1of4,
	.col-25 {
		width: 25% !important;
		}
	.col-3of4,
	.col-75 {
		width: 75% !important;
		}
	.col-1of5,
	.col-20 {
		width: 20% !important;
		}
	
	/* 60/40 */
	.col-40 {
		width: 40% !important;
		}
	.col-60 {
		width: 60% !important;
		}
		
	/* NEW */
	.m-auto {
		width: auto;
		}
	.m-full {
		width: 100%;
		}
	.m-1of2,
	.m-2of4,
	.m-50 {
		width: 50%;
		flex: none;
		}
	.m-1of3,
	.m-2of6,
	.m-33 {
		width: 33.3333%;
		flex: none;
		}
	.m-2of3,
	.m-4of6,
	.m-66 {
		width: 66.6667%;
		flex: none;
		}
	.m-1of4,
	.m-25 {
		width: 25%;
		flex: none;
		}
	.m-3of4,
	.m-75 {
		width: 75%;
		flex: none;
		}
	.m-1of5,
	.m-3of6,
	.m-20 {
		width: 20%;
		flex: none;
		}
	.m-2of5,
	.m-40 {
		width: 40%;
		flex: none;
		}
		
	.m-hidden { display: none; }
	.width-marker { color: red; }
}

/* for backward compatibility */
@media only screen and (min-width: 600px) { 
	/* .row > .col { flex: 1} */

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

	.row-2 .span-2 { width: 100%; }
	.row-3 .span-2 { width: 66.666%; }
	.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%; }
}

@media only screen and (min-width: 780px) {  /* 750 */
	/* new idea */
	.t-auto {
		width: auto;
		}
	.t-full {
		width: 100%;
		flex: none;
		}
	.t-1of2,
	.t-2of4,
	.t-50 {
		width: 50%;
		flex: none;
		}
	.t-1of3,
	.t-2of6,
	.t-33 {
		width: 33.3333%;
		flex: none;
		}
	.t-2of3,
	.t-4of6,
	.t-66 {
		width: 66.6667%;
		flex: none;
		}
	.t-1of4,
	.t-25 {
		width: 25%;
		flex: none;
		}
	.t-3of4,
	.t-75 {
		width: 75%;
		flex: none;
		}
	.t-1of5,
	.t-3of6,
	.t-20 {
		width: 20%;
		flex: none;
		}
	.t-2of5,
	.t-40 {
		width: 40%;
		flex: none;
		}
	.t-hidden { display: none; }

	.width-marker { color: green; }
}
@media only screen and (min-width: 1200px) { 
	/* new idea */
	.d-auto {
		width: auto;
		}
	.d-full {
		width: 100%;
		flex: none;
		}
	.d-1of2,
	.d-2of4,
	.d-50 {
		width: 50%;
		flex: none;
		}
	.d-1of3,
	.d-2of6,
	.d-33 {
		width: 33.3333%;
		flex: none;
		}
	.d-2of3,
	.d-4of6,
	.d-66 {
		width: 66.6667%;
		flex: none;
		}
	.d-1of4,
	.d-25 {
		width: 25%;
		flex: none;
		}
	.d-3of4,
	.d-75 {
		width: 75%;
		flex: none;
		}
	.d-1of5,
	.d-3of6,
	.d-20 {
		width: 20%;
		flex: none;
		}
	.d-1of6,
	.d-16 {
		width: 16.6666%;
		flex: none;
		}
		
	.d-hidden { display: none; }
	.width-marker { color: blue; }
}


/* makes children flex containers (stretch inners) */
.flex-cols > .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    }

/* Vertical alignment per row */
.row-top {
	align-items: flex-start;
	}
.row-bottom {
	align-items: flex-end;
	}
.row-middle {
	align-items: center;
	}
	
/* Horizontal alignment per row */
.row-left {
	justify-content: flex-start;
	}
.row-right {
	justify-content: flex-end;
	}
.row-center {
	justify-content: center;
	}

.row-around {
	justify-content: space-around;
	}
.row-between {
	justify-content: space-between;
	}
.row-evenly {
	justify-content: space-around;
	}


.push-right {
	margin-right: auto;
	}
.push-left {
	margin-left: auto;
	}


/* Direction */
.row-reverse {
	flex-direction: row-reverse !important;
	}
.row-column {
	flex-direction: column;
	}
.row-column-reverse {
	flex-direction: column-reverse;
	}

.dark {
	color: #fff !important;
	background: #0e2835;
	}
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark p,
.dark li,
.dark a {
	color: #fff;
	}


/* ----- [ Page Header / Masthead ] -----------------*/
.page-header {
	/* fixed or not */
	position: fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background: #fff;
	background: none;
	border-top: 4px solid var(--maingreen);
	box-shadow: 0 5px 5px rgba(0,0,0,0.05);
	box-shadow: none;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 21%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 21%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 21%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
	
	-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;
	}
.page-header.is-hidden {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
	
.page-header.small {
	position: fixed;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.05);
	}
	
.page-header .inner {
	width: 100%;
	height: 90px;
	margin: 0;
	align-items: flex-start;
	padding: 0 0 0 20px;
	}
	
body.is-fixed {
	position: fixed;
	}

.logo-wrap {
	display: block;
	max-width: 200px;
	max-width: 160px;
	margin: 0 auto 0 0;
	padding: 10px;
	background: #fff;
	background: none;
	text-decoration: none;
	border: none !important;
	box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.3);
	box-shadow: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 5;
	}
	
.is-hidden .logo-wrap {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}

.logo-wrap a,
.logo-wrap a:hover {
	border: none;
	}
		
.head-logo-large {
	width: 100%;
	display: block;
	}
.head-logo-small {
	width: 100%;
	display: none;
	}
.small .head-logo-large {
	display: none;
	}
.small .head-logo-small {
	display: block;
	}
	
.logo-wrap.is-inverted	{
	background: #fff;
	}
	
.head-logo-large.is-inverted {
	filter: invert(100%) hue-rotate(180deg);
	}

@media only screen and (min-width: 570px) {
	.page-header .inner {
		justify-content: space-between;
		align-items: flex-start;
		justify-content: flex-start;
		overflow-x: visible;
		}
	.logo-wrap {
		max-width: 200px;
		}
}
@media only screen and (min-width: 960px) {
	.head-meta {
		display: block;
		}
}
@media only screen and (min-width: 1480px) {
	.page-header .inner {
		padding: 0 0 0 130px;
		}
}

/* ----- [ Menu Trigger (Hamburger) ] ------------- */
.menu-toggle {
	display: block;
	background: transparent;
	width: 44px;
	height: 44px;
	margin: 20px 20px 0 0;
	position: relative;
	cursor: pointer;
}
.menu-toggle a {
	display: none;
	}

.menu-toggle .menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	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: 26px;
	height: 2px;
	background-color: #fff;
	/* these are the upper and lower lines in the menu menu */
	}
.menu-toggle .menu-icon::before, 
.menu-toggle .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.menu-toggle .menu-icon::before {
	bottom: 8px;
	}
.menu-toggle .menu-icon::after {
	top: 8px;
	}
.menu-toggle.is-clicked .menu-icon {
	/*background-color: rgba(0, 0, 0, 0);*/
	background-color: #fff;
	}
.menu-toggle.is-clicked .menu-icon::before, 
.menu-toggle.is-clicked .menu-icon::after {
	background-color: #000;
	}
.menu-toggle.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-toggle.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);
	}
	
.small .menu-toggle .menu-icon {
	background-color: #000;
	}
	
@media only screen and (min-width: 1020px) { /* 940px */
	.menu-toggle {
		display: none;
		}
	.menu-toggle .menu-text {
		display: inline-block;
		line-height: 70px;
		}
	.menu-toggle .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);
		}
}

/* ----- [ Navigation / Search ] -------------- */
.nav {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	position: absolute;
	top: 0;
	left: -10px;
	right: -10px;
	width: auto;
	height: 0;
	background: #fff;
	}

.nav.is-open {
	height: calc(100vh + 90px);
	padding-top: 180px;
	padding-bottom: 120px;
	overflow-y: auto;
	}
	
.main-navigation {
	text-align: left;
	margin: 20px 0 60px 46px;
	display: none;
	}
.is-open .main-navigation {
	display: block;
	}
	
.menu-item {
	font-family: 'Lato', sans-serif;
	margin: 0 0 1em;
	padding: 0;
	background: transparent;
	position: relative;
	}
.menu-item a {
	color: #706f6f;
	color: #222;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 700;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	}

.menu-item a:hover,
.menu-item a.on {
	color: #316ccd;
	color: var(--maingreen);
	text-decoration: none;
	}
.menu-item.on > a {
	color: #316ccd;
	color: var(--maingreen);
	text-decoration: none;
	}

.dropnav {
	display: none;
	}
.is-active > .dropnav {
	display: block;
	margin: 1em;
	}
	
.nav-level-2 a {
	padding: 0 0 0.2em 1em;
	font-size: 1.3rem;
	}

.dark .menu-item a {
	color: #fff;
	}

.submenu-toggle {
	position: relative;
	top: 4px;
	z-index: 2;
	margin-left: 20px;
	display: inline-block;
	width: 24px;
	/*height: 24px;*/
	line-height: 12px;
	font-size: 30px;
	color: #222;
	text-align: center;
	
	}
.is-active .submenu-toggle {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.submenu-toggle:before {
	content: '\f107';
	font-family: 'FontAwesome', sans-serif;
	}
	
.phone-mobile {
	display: block;
	}
.phone-desktop {
	display: none;
	}
	
@media only screen and (min-width: 1020px) { /* 940px */
	.menu-item.contact-button {
		color: #fff;
		background: var(--maingreen);
		height: 90px;
		}
	.menu-item.contact-button a,
	.small .menu-item.contact-button a {
		color: #fff;
		}
	.menu-item.contact-button:hover,
	.menu-item.contact-button a:hover {
		color: #fff;
		background: var(--darkgreen);
		}
		
	.phone-mobile {
		display: none !important;
		}
	.phone-desktop {
		display: block;
		}

	.nav {
		position: relative;
		display: block;
		top: auto;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		background: transparent;
		overflow: visible;
		}
		
	.main-navigation {
		display: block;
		text-align: right;
		margin: 0;
		height: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: stretch;
		/*padding: 8px 0 0 0;*/
		}

	.menu-item {
		display: inline-block;
		display: flex;
		/*height: 94px;
		height: 100%;*/
		margin: 0;
		padding: 0;
		vertical-align: middle;
		}
	
	.menu-item a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		/*height: 94px;*/
		padding: 0 15px;
		color: #706f6f;
		color: #222;
		color: #fff;
		font-size: 16px;
		line-height: 1.2;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-bottom: 2px solid transparent;
		border-bottom: none;
		}
	.small .menu-item a {
		color: #222;
		}
		
	.dropnav {		
		display: block;
		position: absolute;
		width: auto;
		top: 120%;
		/*left: -50%;*/
		text-align: left;
		background: #fff;
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		padding: 20px;
		box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
		/*white-space: nowrap;*/
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: translateX(0px);
		-o-transform: none;
		transform: none;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		}
	.dropnav ul {
		display: block;
		margin: 0;
		}

	.menu-item:hover .dropnav,
	.menu-item:active .dropnav,
	.menu-item .dropnav.visible {
		top: 80%;
		visibility: visible;
		opacity: 1;
		}

	.menu-item a:hover,
	.menu-item a.on {
		color: var(--maingreen);
		}
	.menu-item.on > a {
		color: var(--maingreen);
		}

	.dropnav.current {
		left: 0;
		}

	.nav-about-us {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		justify-content: flex-start;
		align-items: flex-start;
		height: 100%;
		padding: 0;
		margin: 0 -15px;
		margin: 0;
		position: relative;
		-webkit-flex-flow: row wrap;
		}
		
	.nav-about-us > li {
		margin: 0;
		/*width: 260px;*/
		width: 16.666%;
		}

	.level-3 {
		display: block;
		text-align: left;
		}

	.nav-level-2 {
		vertical-align: top;
		text-align: left;
		margin: 0 0 10px;
		padding: 0;
		white-space: nowrap;
		}
	.nav-level-2 a {
		color: #222;
		height: auto;
		display: block;
		font-size: 0.9em;
		font-size: 1.1rem;
		font-weight: 400;
		padding: 0;
		background: transparent;
		letter-spacing: 0;
		text-transform: none;
		}
	.nav-level-2:last-of-type {
		margin-bottom: 0;
		}
	.nav-level-2 ul {
		margin: 0;
		}

	.submenu-toggle {
		position: relative;
		top: -1px;
		z-index: 2;
		margin-left: 0;
		display: inline-block;
		width: 12px;
		height: 12px;
		line-height: 12px;
		font-size: 14px;
		color: #423748;
		color: #fff;
		}
	.small .submenu-toggle {
		color: #222;
		}
		
	.submenu-toggle:before {
		content: '\f107';
		font-family: 'FontAwesome', sans-serif;
		}
}

/* ----- [ Hero Images ] -----------------*/
.hero {
	height: 600px;
	margin: 0;
	overflow: hidden;
	background-size: cover;
	}
.home-hero {
	min-height: 620px;
	height: 100vh;
	background-attachment: scroll;
	background-position: 50% 50%;
	}	
.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-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	}

.hero-text {
	/*text-align: right;*/
	color: #fff;
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	}
.hero-text p {
	margin: 0;
	line-height: 1;
	}
.hero-text h1 {
	font-size: 2.5rem;
	line-height: 1.1em;
	color: #fff;
	margin: 0;
	text-transform: none;
	}
.home-page .hero-text h1 {
	margin: 0 15px;
	margin: 0 0 0.1em;
	}
.home-page .hero-text h2 {
	color: var(--maingreen);
	}

.hero-text img {
	max-width: 100%;
	margin-right: 15px;
	}
	
.hero-text span,
.hero-text strong {
	font-size: 55px;
	font-weight: 300;
	}

.svg-wrapper {
	width: 100%;
	text-align: left;
	}
	
.hero-angles {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	}
.hero-angles:before,
.hero-angles:after {
	content: "";
	position: absolute;
	width: 110%;
	height: 100px;
	margin-left: -5%;
	background: #aacfe6;
	z-index: 1;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
	}
.hero-angles:after {
	background: #7fafcd;
	border-top: 6px solid #aacfe6;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	}

.intro-angles {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	overflow: hidden;
	}
.intro-angles:before,
.intro-angles:after {
	content: "";
	position: absolute;
	width: 110%;
	height: 100px;
	top: -90px;
	margin-left: -5%;
	background: var(--maingreen);
	opacity: 0.2;
	z-index: 1;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
	}
.intro-angles:after {
	background: var(--maingreen);
	opacity: 0.3;
	top: -75px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg);
	}
	
@media only screen and (min-width: 370px) {
	.hero-text h1 {
		font-size: 3rem;
		}
}
@media only screen and (min-width: 440px) {
	.hero-text h1 {
		font-size: 3.7rem;
		line-height: 1em;
		}
}
	
@media only screen and (min-width: 800px) {  /* 960? */
	.home-hero {
		/*height: 90vh;*/
		background-attachment: scroll;
		background-position: 50% 50%;
		}
	.hero-text h1 {
		font-size: 80px;
		font-size: 5rem;
		margin: 0 0.5em 0 0;
		}
	.hero-text p {
		font-size: 36px;
		/*max-width: 940px;*/
		}
}
@media only screen and (min-width: 1025px) { 
	.home-hero {
		/*height: 700px;*/
		background-attachment: fixed;
		}
	.hero-text h1 {
		font-size: 100px;
		font-size: 6.2rem;
		}
}

/* ----- [ Home: Intro ] -----------------*/
.intro-section {
	padding: 100px 0 50px;
	}
.intro-text p {
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: 300;
	}

.slide-wrapper2 {
	display: none;
	}

@media only screen and (min-width: 600px) {
	.slide-wrapper2 {
		display: block;
		}
}

/* ----- [ Home: Main Categories ] -----------------*/
.services-section {
	margin: 0 0 80px;
	}

.service-row {
	min-height: 600px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 80px 0;
	padding: 0;
	}

/* left/right thing */
.service-row:nth-of-type(odd),
.service-row:nth-of-type(odd) .service-col {
	flex-direction: row-reverse;
	background: #f2f2f2;
	}

.service-head {
	position: relative;
	}

.service-head h2 {
	margin: 0 0 0.2em;
	}
	
.service-text {
	padding: 30px;
	}

.service-head h2 {
	position: absolute;
	position: relative;
	font-size: 8em;
	font-size: 11vw;
	left: -0.05em;
	white-space: nowrap;
	z-index:10;
	opacity: 0.3;
	/*text-shadow: -1px 1px 1px #fff, 1px 1px 1px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;*/
	text-shadow: -2px 2px 2px #fff, 2px 2px 2px #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
	}
	
.service-row:nth-of-type(even) .service-head h2 {
	text-align: right;
	left: auto;
	right: 0;
	}

.service-head:after {
	content: "";
	position: absolute;
	left: -60%;
	top: 100%;
	width: 30vw;
	height: 6px;
	background: var(--maingreen);
	}
.service-row:nth-of-type(even) .service-head:after {
	left: 70%;
	}

.service-image {
	display: block;
	}

.row > .service-col,
.row > .service-photo {
	/*width: 100%;*/
	flex-basis: auto;
	}

.row > .service-photo {
	justify-content: center; 
	align-items: center;
	}

.service-photo {
	background-repeat: no-repeat; 
	background-size: cover;
	height: 400px;
	}

.service-photo-text {
	text-align: center;
	border: 1px solid #fff;
	padding: 30px 20px;
	display: none;
	}

.service-summary {
	max-width: 750px;
	}
	
.service-summary p {
	font-size: 1.5em;
	color: #222;
	}
.service-button {
	position: relative;
	font-size: 16px !important;
	}
.service-button:after {
	content: "";
	position: absolute;
	left: 110%;
	top: calc(50% - 3px);
	width: 30vw;
	height: 6px;
	background: var(--maingreen);
	}
.service-row:nth-of-type(even) .service-button:after {
	left: auto;
	right: 110%;
	}

@media only screen and (min-width:420px) {
	.service-button {
		position: relative;
		font-size: 20px !important;
		}
}

@media only screen and (min-width: 600px) {
	.row > .service-col,
	.row > .service-photo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start; 
		align-items: flex-start;
		}
}

@media only screen and (min-width: 780px) { /* 750 */
	.service-row {
		padding: 80px 0;
		}
	.service-photo {
		height: auto;
		}
	.service-head {
		position: relative;
		height: 140px;
		margin-bottom: 50px;
		}
	.service-head h2 {
		position: absolute;
		}
	.service-text {
		padding: 40px 10px 40px 20px;
		}

}

@media only screen and (min-width: 1080px) {
	.service-head h2 {
		font-size: 7.5rem;
		}
}
@media only screen and (min-width: 1120px) {
	.service-text {
		padding: 40px 80px 80px;
		}
}

/* ----- [ Home: Beer Hero ] -----------------*/
.static-hero-section {
	background: #eee;
	background-attachment: fixed; 
	background-size: cover;
	}

.static-hero-section .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
	background: rgba(0,0,0,0.3);
	}

.static-hero-text {
	max-width: 1080px;
	margin: 0 30px;
	}
.static-hero-text h2 {
	font-size: 8em;
	font-size: 11vw;
	margin: 0 0 0.3em;
	color: #fff;
	color: rgba(255,255,255,0.5);
	margin-left: 0;
	}
.static-hero-text p {
	font-size: 2.8rem;
	font-size: 2rem;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
	}
	
.static-hero-logo {
	display: none;
	}

@media only screen and (min-width: 1080px) {
	.static-hero-text h2 {
		font-size: 7.5rem;
		margin-left: -0.5em;
		}
	.static-hero-text p {
		font-size: 2.8rem;
		}
	.static-hero-logo {
		position: absolute;
		bottom: 30px;
		right: 50px;
		max-width: 150px;
		}
}

/* ----- [ Home: News Headlines ] -----------------*/
.news-section {
	padding: 80px 0;
	overflow: hidden;
	}

.news-wrapper {
	/*max-width: 1140px;*/
	display: grid;
	grid-template-columns: repeat(1, 1fr);	
	gap: 10px;
	margin: 0 auto;
	}
.news-wrapper > div {
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	}
.news-wrapper > div::before {
	content: "";
	padding-top: 100%;
	display: block;
	}
.news-wrapper > div.article-4::before	{
	padding-top: calc((100% / 2) - 5px)	
	}
	
.news-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	}
	
.news-content img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	}
	
@media only screen and (min-width: 600px) {
	.news-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);	
		gap: 10px;
		}
}

@media only screen and (min-width: 740px) {
	.news-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
		}

	.article-1 {
		grid-column: 1/3;
		grid-row: 1/5;
		}
	.article-2 {
		grid-column: 3/4;
		grid-row: 1/3;
		}
	.article-3 {
		grid-column: 4/4;
		grid-row: 1/3;
		}
	.article-4 {
		grid-column: 3/5;
		grid-row: 3/5;
		}
}

.news-section .big-right {
	margin-right: 5%;
	}

.news-grid a {
	display: inline-block;
	position: relative;
	border: none;
	margin-bottom: 20px;
	}
.news-grid-text {
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 15px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	}

/* ------ [ About Us Page ] -----------------*/
.bio-wrapper {
	margin-bottom: 50px;
	}
.bio-wrapper:nth-of-type(odd) .row {
	/*flex-direction: row-reverse;*/
	}
	
.bio-picture {
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	max-width: 300px !important;
	margin: 0 0 20px;
	}
	
.inline-icon {
	display: inline;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -2px 0.3em 2px 0;
	}
	
@media only screen and (min-width: 600px) {
	.bio-wrapper.odd .bio-picture {
		float: right;
		}
}

/* ----- [ Testimonials ] --------------- */
.section-testimonials {
	margin: 0;
	padding: 50px 0 60px;
	}
	
.testimonials-wrapper h2 {
	color: var(--maingreen);
	opacity: 0.6;
	font-size: 3em;
	text-align: right;
	}

.testimonials-wrapper h3 {
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: 300;
	color: #0c4569;
	margin: 0 auto 1em;
	}
.testimonials-wrapper h3 > span {
	font-size: 1.5em;
	}

.testimonial {
	color: #676d6f;
	padding: 0;
	}

blockquote {
	text-align: left;
	margin: 40px 0;
	position: relative;
	font-size: 1.1em;
	font-weight: 400;
	}

.testimonial-name {
	text-align: right;
	font-size: 1.3em;
	}
	
@media only screen and (min-width: 600px) { 
	.testimonials {
		padding: 50px;
		padding: 0;
		}
	.testimonials-wrapper h2 {
		font-size: 4em;
		}
	.testimonial {
		padding: 0 30px;
		}
	blockquote {
		margin: 0;
		font-size: 1.2em;
		}
}

	
/* ----- [ Slick Slider ] -----------------*/
.slick-slider,
.story-slider {
	overflow: visible;
	}
.testimonials .slick-prev,
.testimonials .slick-next {
	position: absolute;
	display: block;
	top: auto;
	top: 30%;
	left: -60px;
	right: auto;
	width: 60px;
	height: 60px;
	padding: 0;
	font-size: 18px;
	line-height: 1em;
	cursor: pointer;
	border: none;
	outline: none;
	z-index: 666;
	text-indent: -9999px;
	opacity: 0.2;
	background: url('../images/arrow-left.png') center center no-repeat;
	background-size: 100%;
	}

.testimonials .slick-next {
	right: -60px;
	left: auto;
	/*background-position: right top;*/
	background: url('../images/arrow-right.png')  center center no-repeat;
	background-size: 100%;
	}
.testimonials .slick-prev:hover,
.testimonials .slick-next:hover {
	opacity: 0.7;
	border: none !important;
	}

.slick-track {
	margin: 0;
	}
.slide-wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 5px;
	}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    color: #222;
    /*border: 3px solid #222;*/
    /*border-radius: 50%;*/
    border: none;
    outline: none;
    background: none;
    background: #b5b5b5;
    opacity: 0.5;
}
.slick-dots li button:hover {
    opacity: 1;
}
.slick-dots li.slick-active button {
	background: var(--maingreen);
	opacity: 1;
}

/* ----- [ Misc 1 ] -----------------*/
.flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.stretch {
	align-items: stretch;
	}

.featured-row {
	margin: 30px auto;
	}
.featured-row .thumbnail {
	height: auto;
	}

/* ----- [ Home: Video Section (not used) ] -----------------*/
.video-section {
	padding: 30px 0 50px;
	}
	
.video-logo {
	width: 300px;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #87949a;
	}
.video-logo img {
	max-width: 185px;
	margin-left: -10px;
	}

.video-text p {
	font-size: 2.2em;
	line-height: 1.8em;
	font-weight: 300;
	margin-bottom: 2em;
	}

.TextformatterVideoEmbed {
	margin-bottom: 80px;
	padding-top: 40px;
	border-bottom: 1px solid #87949a;
	}

	
/* ----- [ CMS Content ] -----------------*/
.cms-text p > img {
	max-width: 100%;
	display: block;
	}

.cms-text ul,
.cms-text ol {
	margin: 0 0 1em;
	}
.cms-text ul 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;
	}

p.image-row-1,
p.image-row-2,
p.image-row-3 {
	margin: 0 0 20px 0;
	overflow: hidden;	
	}

p.image-row-2 > img,
p.image-row-3 > img {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

/* 600px equivalent breakpoint */
@media only screen and (min-width: 600px) { 
	/* CMS styles */
	p.image-row-2 > img {
		float: left;
		width: 48.75%;
		margin: 0 2.4% 0 0;
	}
	p.image-row-2 > img:nth-of-type(even) {
		float: right;
		margin-right: 0;
	}

	p.image-row-3 > img {
		float: left;
		width: 31.7%;
		margin: 0 2.4% 0 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% 0 0;
	}
	p.image-row-4 > img:nth-of-type(4) {
		float: right;
		margin-right: 0;
	}
}

/* ----- [ Basic Pages ] --------------- */
.sibling-navigation {
	margin: 0;
	border-top: 1px solid #ccc;
	}
.sibling-navigation li {
	border-bottom: 1px solid #ccc;
	line-height: 1.4em;
	}
.sibling-navigation a {
	padding: 8px 10px;
	display: block;
	border: none;
	}

.sibling-navigation a:hover {
	background: #f1f1f1;
	border: none;
	}

/* ----- [ Map (unused) ] --------------- */
.map-contact-section {
	padding: 0;
	margin-bottom: 50px;
	}

.map-col {
	padding-right: 15px !important;
	position: relative;
	}
#map-canvas {
	/*height: 100%;*/
	width: 100%;
	}

.map-address {
	position: absolute;
	bottom: 55%;
	left: 50%;
	width: auto;
	padding: 20px;
	background: rgba(255,255,255,0.9);
	z-index: 555;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	}
.map-address p {
	line-height: 1.2em;
	}
.map-address p:last-of-type {
	margin-bottom: 0;
	}

@media only screen and (min-width: 800px) { 
	.map-address {
		bottom: auto;
		left: 55%;
		top: 45%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
		}
}

/* ----- [ Contact Form ] ------------------------------  */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
	
input[type=submit],
input.button {
	-moz-appearance: none;
    -webkit-appearance: none;
	}

input,
select,
textarea {
    font-size: 18px;
    width: 100%;
    padding: 15px 10px;
    margin: 0 0 25px;
	color: var(--grey3);
    }
textarea {
	margin: 0 0 5px;
	}

select {
	height: 42px;
	font-size: 1.1;
	padding: 15px 19px;
	border: none;
	border-radius: 0;
	}

.form__item label {
	display: inline-block;
	font-size: 16px;
	margin: 0;
	transition: all 0.3s ease;
	}
	
.form__item input,
.form__item textarea {
	color: var(--grey3);
    font-size: 16px;
    width: 100%;
    padding: 6px;
    margin: 3px 0 10px;
    border: 2px solid #ccc;
    /* border-radius: 3px; */
    background: #fff;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
    }

.field__header--hidden,
.form__item--scf-website {
	display: none !important;
	}

.form__item--c_contact_consent,
.form__item--c_terms_consent {
	line-height: 1.1em;
	margin-bottom: 0.5em;
	}
	
.form__item--submit {
	text-align: left;
	}

.form__item--c_terms_consent label,
.form__item--c_contact_consent label {
	font-size: 0.9em;
	/*margin-left: 2.5em;
	text-indent: -2.5em;*/
	}

/* checkbox */
input[type=checkbox].FieldtypeCheckbox {
	padding: 0;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #ccc;
    position: relative;
	outline: none;
    background: #fff;
    vertical-align: middle;
    margin: 0 10px 0 0;
    -webkit-transition: 0.15s;
    cursor: pointer;
	}

input[type=checkbox].FieldtypeCheckbox:hover {
    border: 2px solid #000;
	}

input[type=checkbox].FieldtypeCheckbox:before, 
input[type=checkbox].FieldtypeCheckbox:checked:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 4px;
    width: 5px;
    height: 10px;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    transform: rotate(45deg);
    opacity: 0;
	}
input[type=checkbox].FieldtypeCheckbox:checked:before {
    opacity: 1;
	}

/* errors */
.field--error--message {
	float: right;
	color: #f00;
	font-weight: 400;
	font-size: 0.9em;
	margin: 2px 0 0;
	}
	
.field--error input,
.field--error textarea,
.field--error select {
	border: 2px solid #f00;
	}

.field--error input[type=checkbox].FieldtypeCheckbox {
	border: 2px solid #f00;
	}

.form__item--c_terms_consent .field--error--message {
	float: none;
	margin: 0 0 5px;
	margin: -1.5em 0 0.5em;
	display: none;
	}
.form__item--c_terms_consent.field--error--message label:after {
	content: "*";
	color: #f00;
	}

.form--error--message,
.form--success--message {
	font-size: 0.95em;
	font-weight: 500;
	color: #fff;
	background: #f00;
	padding: 10px;
	margin: 5px 0;
	border-radius: 5px;
	width: auto;
	}
	
.form--success--message {
	font-size: 1.2em;
	color: #838383;
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	}

/* Overrides login module CSS */
.Inputfield:not(.InputfieldSubmit) {
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: none !important;
	background: #fff !important;
	max-width: 600px;
	}
.LoginRegisterError {
	color: red;
	border: none !important;
	font-weight: bold;
	padding: 0 !important;
	}

#contact-us-message {
	color: #222;
	background: #b2d285;
	padding: 10px;
	text-align: center;
	/*border-radius: 5px;*/
	margin-bottom: 10px;
	}
#contact-us-message.error {
	background: transparent;
	border: 1px solid red;
	color: red;
	padding: 5px 10px;
	}

@media only screen and (min-width: 570px) {
	.form-wrapper {
		padding: 50px 30px;
		}
}

button,
.button,
a.button {
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	width: auto;
	padding: 12px 20px;
	color: #fff;
	background: var(--maingreen);
	border: 2px solid transparent;
	/* border-radius: 4px; */
	outline: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	}

button.button-outline,
.button-outline {
	color: #44708c !important;
	background: #fff;
	border: 2px solid transparent;
	}
button:hover,
.button:hover,
a.button:hover {
	color: #fff;
	background: var(--darkgreen);
	border: inherit;
	border: 2px solid var(--darkgreen);
	}

button.button-special,
.button-special,
a.button-special {
	color: #fff;
	font-weight: 700;
	background: var(--maingreen);
	border: 2px solid #fff;
	border: 2px solid transparent;
	}
button.button-special:hover,
.button-special:hover,
a.button-special:hover {
	color: #fff;
	background: var(--darkgreen);
	border: 2px solid #fff;
	}

.button-small,
a.button-small {
	font-size: 12px;
	padding: 10px 15px;
	}

.button-large,
a.button-large {
	font-size: 20px;
	padding: 20px 30px;
	}

.button-full,
a.button-full {
	width: 100% !important;	
	}

.dev-buttons .button {
	display: block;
	margin: 0 0 20px;
	}

.cta-buttons {
	margin-top: 10px;
	}	
.cta-buttons .button {
	margin: 5px 0;
	}

/* special button */
.button-first-aid {
	font-size: 1.5rem;
	white-space: normal;
	padding: 10px;
	text-align: left;
	}
.fa-calculator {
	font-size: 4rem;
	float: left;
	margin: 3px 8px 0;
	}

@media only screen and (min-width: 600px) { 
	button,
	.button {
		width: auto;
		}
}	


/* ----- [ Search Page ] --------------------------- */
/* ----- [ PW Pager Nav: Search Results ] --------  */
.MarkupPagerNav {
	text-align: right;
	padding: 10px 0;
	}
.MarkupPagerNav li {
	display: inline-block;
	font-size: 15px;
	line-height: 1em;
	margin: 0;
	}
.MarkupPagerNav a {
	display: block;
	border: 1px solid #e2e2e2;
	padding: 6px 8px;
	/*font-weight: bold;*/
	}

.MarkupPagerNav a:hover {
	border: 2px solid #e2e2e2;
	padding: 5px 7px;
	}

.MarkupPagerNavOn a {
	font-weight: bold;
	border: 1px solid #e2e2e2;
	background: #e2e2e2;
	color: #222;
	}

/* ----- [ Search Form: Header ] -------- */
.drop-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	padding: 0;
	text-align: left;
	z-index: 110;
	top: 100%;
	height: auto;
	background: rgba(255,255,255,0.9);
	background: #fff;
	}

.header-search,
.side-search {
	margin: 20px auto 10px;
	overflow: hidden;
	}

.search-input,
.side-search .search-input {
	font-size: 24px;
	font-weight: 300;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #d1d1d1;
	background: none;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	resize: none;
	-webkit-appearance: none;
	outline-color: rgb(0, 0, 0);
	outline-offset: 0px;
	outline-style: none;
	outline-width: 0px;
	}

.side-search {
	margin: 20px auto;
	}

.side-search .search-input {
	font-size: 18px;
	font-weight: 400;
	}
.side-search .button {
	height: auto;
	margin-right: 10px;
	}

.search-button {
	float: right;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 5px 0 0;
	background: none;
	border: none;
	display: block;
	opacity: 0.8;
	cursor: pointer;
	outline: none;
	}
.search-button:hover {
	border: none !important;
	opacity: 1;
	}

.search-icon {
	width: 24px;
	padding-top: 2px;
	/*margin-bottom: -10px;*/
	display: none;
	}

.search-trigger {
	display: none;
	}

.search-trigger:hover {
	opacity: 1;
	}

@media only screen and (min-width: 960px) {
	.search-icon {
		display: inline-block;
		}
	.search-trigger,
	.search-submit {
		border: none;
		display: block;
		}
	.header-search {
		display: block;
		}
	.drop-search {
		display: none;
		padding: 0 25px;
		width: 650px;
		}
	.search-open {
		display: block;
		}
		
	.i-search-open,
	.search-open .i-search-close {
		width: 22px;
		display: block;
		}
	.i-search-close,
	.search-open .i-search-open {
		width: 24px;
		display: none;
		}
}

/* ----- [ Slick Slider overrides ] --------------- */
.slick-track {
	/*height: 250px;*/
	}
.slick-track img {
	/*float: left;*/
	/*margin-right: 5px;*/
	height: 100%;
	vertical-align:middle;
	}

/* ----- [ Fixed Navigation ] --------------- */
.fixed-navigation {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
	}
.fixed-navigation .row {
	overflow: visible;
	}
.fixed-navigation .col {
	position: relative;
	max-height: 55px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.fixed-nav-box {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	max-height: 55px;
	background: #fff;
	text-align: center;
	padding: 0 0 10px;
	cursor: pointer;
	/*box-shadow: 0 -3px 3px rgba(0,0,0,0.1);*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
	}
.fixed-nav-box:hover {
	max-height: 500px;
	}

.fixed-navigation:hover + .page-overlay {
	opacity: 0.6;
	visibility: visible;
	}

.service-icon {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	left: 50%;
	margin-left: -35px;
	border-radius: 50%;
	background: #f9f9f9;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	}
.service-icon img {
	width: 45px;
	}

.fixed-nav-box:hover .service-icon {
	top: -50px;
	opacity: 1;
	}

.fixed-nav-box h3 {
	color: var(--maingreen);
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #f9f9f9;
	background: var(--mediumgreen);
	padding: 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
.fixed-nav-box:hover h3 {
	color: var(--maingreen);
	background: #f9f9f9;
	}
.fixed-nav-box p {
	color: var(--maingreen);
	font-size: 16px;
	line-height: 1.4em;
	padding: 5px 20px;
	margin: 0 0 1em;
	}

@media only screen and (min-width: 960px) {
	.fixed-navigation {
		display: block;
		}
}


/* ----- [ Pubco Logos ] --------------- */
.pubcos {
	margin: 0;
	padding: 50px 0;
	background: #f9f9f9;
	}
.pubco-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 100%;
	padding: 0 20px;
	}
.pubco-logo {
	margin: 0 30px;
	height: 120px;
	}
.pubco-logo img {
	height: 100%;
	width: 200px;
	object-fit: scale-down;
	}
	
/* ----- [ Footer Badges ] --------------- */
.footer-badges {
	margin: 0;
	}
.footer-badge {
	display: inline-block;
	}
.footer-badge img {
	height: 80px;
	margin: 0 10px 10px 0;
	margin: 0 10px 0 0;
	}

/* ----- [ Footer ] --------------- */
.page-footer {
	margin: 0;
	padding-top: 80px;
	padding-bottom: 30px;
	border-top: 2px solid #e3e3e3;
	}
.page-footer .inner {
	overflow: visible;
	}
.footer-columns {
	margin-bottom: 60px;
	overflow: visible;
	}
.footer-columns .col:not(:last-child) {
	border-right: 1px solid #ccc;
	}

.page-footer p,
.page-footer li {
	font-size: 0.85em;
	margin: 0 auto 1.2em;
	}

.footer-logo {
	max-width: 200px;
	margin: 0 0 30px;
	margin-top: -70px;
	}
.footer-logo img {
	width: 100%;
	}
.contact-info {
	margin: 30px auto 40px;
	}

.site-credit {
	font-size: 0.9em;
	padding: 15px;
	margin: 0 auto !important;
	}
	
.office-1 {
	order: 3;
	}
.office-2 {
	order: 4;
	}
@media only screen and (min-width: 750px) {
	.office-1,.office-2 {
		order: unset;
		}
}

/* ----- [ Social Media Icons ] --------------- */
.social-networks {
	margin: 0 0 20px;
	}
.social-networks li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	}
.social-networks a {
	display: block;
	text-indent: -9999px;
	height: 36px;
	width: 36px;
	margin: 0 2px;
	opacity: 0.9;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	}
.social-networks .twitter { background: url('../images/i-twitter-96.png') 0 0 no-repeat; background-size: 100%; }
.social-networks .linked-in { background: url('../images/i-linkedin-96.png') 0 0 no-repeat; background-size: 100%; }
.social-networks .facebook { background: url('../images/i-facebook-96.png') 0 0 no-repeat; background-size: 100%; }
.social-networks .instagram { background: url('../images/i-instagram-96.png') 0 0 no-repeat; background-size: 100%; }
.social-networks .pinterest { background: url('../images/i-pinterest-96.png') 0 0 no-repeat; background-size: 100%; }
.social-networks .houzz { background: url('../images/i-houzz-96.png') 0 0 no-repeat; background-size: 100%; }

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


/* ----- [ Social Media Head Meta ] --------------- */
.head-meta .social-networks {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	}
.head-meta .social-networks li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: bottom;
	}
.head-meta .social-networks a {
	height: 30px;
	width: 30px;
	}
.head-meta .social-networks .twitter { background: url('../images/i-twitter-96-square.png') 0 0 no-repeat; background-size: 100%; }
.head-meta .social-networks .linked-in { background: url('../images/i-linkedin-96-square.png') 0 0 no-repeat; background-size: 100%; }
.head-meta .social-networks .facebook { background: url('../images/i-facebook-96-square.png') 0 0 no-repeat; background-size: 100%; }
.head-meta .social-networks .instagram { background: url('../images/i-instagram-96-square.png') 0 0 no-repeat; background-size: 100%; }
.head-meta .social-networks .pinterest { background: url('../images/i-pinterest-96-square.png') 0 0 no-repeat; background-size: 100%; }
.head-meta .social-networks .houzz { background: url('../images/i-houzz-96-square.png') 0 0 no-repeat; background-size: 100%; }

@media only screen and (min-width: 960px) {
	.social-networks {
		/*text-align: right;*/
		}
}


/* ----- [ Top Link ] --------------- */
.top-link {
    position: fixed;
    bottom: 8px;
    right: 50%;
    margin-right: -20px;
    opacity: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 999;
	}
.top-link a {
	color: #fff;
	font-size: 22px;
	line-height: 38px;
    background: var(--maingreen);
    display: block;
    height: 40px;
    width: 40px;
    outline: medium none;
    position: relative;
    z-index: 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.5;
    opacity: 1;
    }
.top-link a:hover {
	opacity: 1;
	border: none;
	color: var(--maingreen);
	background: #fff;
	}
.top-link.show {
	opacity: 1;
	}

/* ----- [ Utility ] --------------- */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

.hidden {
	display: none;
	}

/**
 * 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 0.25em 0;
	}

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

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


/**
 * 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;
	}




