/**
	@Author:	Paul Strandoo/Spi-des-ign
	@Date:		18 Feb 2022
	@Notes:		EnviroPlanet
		
	FONTS & COLORS
	-------------
	inner max-width: 1070px;
	font-family: semplicitapro, sans-serif;	(300, 400, 600)
	font-family: egizio-urw, serif; font-weight: 400; font-style: normal;
*/
/* Modified '?' */
@font-face {
	font-family: 'semplicitapro';
	src: url('../fonts/Enviroplanet-Light.eot');
	src: url('../fonts/Enviroplanet-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Enviroplanet-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'semplicitapro';
	src: url('../fonts/Enviroplanet-Regular.eot');
	src: url('../fonts/Enviroplanet-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Enviroplanet-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'semplicitapro';
	src: url('../fonts/Enviroplanet-SemiBold.eot');
	src: url('../fonts/Enviroplanet-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Enviroplanet-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}


/* Reset */
*,*::before,*::after{
	box-sizing:border-box;
	}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,
header,footer,aside,.main-navigation,article,figure,figcaption{
	margin:0;
	padding:0;
	}
html {
	scroll-behavior: smooth;
    scroll-padding-top: 130px; /* height of sticky header */
	}
fieldset,img{
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight: 400;
	}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
	}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: 400;
	}
q:before,q:after{
	content:'';
	}
abbr,acronym{
	border:0;
	}
a {
	text-decoration:none;
	}
a:active,a:focus{
	outline:none;
	}
table {
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
	}
	
@import url("fontawesome.min.css");
:root {
	--green1: #004A42;
	--green1: #009444;
	--darkblue2: rgba(0,42,68,0.9);
	--accent:   #f4d16d; /* 255,221,0  ffdd00 */
	--accent: #FBB041;
	
	--lightgreen1: #82B415;
	--lightgreen2: #3DA445;
	--greentint: rgba(130,180,20,0.2);
	
	--grey1: #f4f5f4; /*lightest*/
	--grey2: #e6e6e6;
	--grey3: #9ca8af; /*darkest*/
		
	--white: #ffffff;
	--black: #000000;
	
	/* Layout variables */
	--content-width: 90rem;
	--content-padding: 5rem;
	--header-height: 10rem;
	
    --inner: 1450px;
    --inner-large: 1400px;
    --inner-narrow: 1250px;
    --inner-wide: 1400px;
    --inner-full: 100%;
    
    --hero-overlay: #12322B;
    --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: 100%;
	}

body, input, textarea, table {
	font-family: semplicitapro, sans-serif;
	font-size: 16px;
	line-height: 1.625;
	color: #222;
	word-wrap: break-word;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
    background-color: transparent !important;
	}
	
body.is-fixed {
	position: fixed;
	}
	
body {
    scroll-behavior: smooth;
    }

a {
	color: #222;
	}

a:hover, a:active {
	color: var(--accent);
	color: var(--lightgreen1);
	text-decoration: none;
	}
	
strong {
	font-weight: 700;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: semplicitapro, sans-serif;
	font-weight: 300;
	color: #000;
	line-height: 1.375em;
	margin: 0 0 0.6em;
	}

h1 { 
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	}
	
.home-page h1 {
	margin: 0 0 0.2em;
	}

h2, .h2 { 
	color: #000;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 0.6em;
	}
h3, .h3 { 
	font-size: 1.8rem;
	text-transform: uppercase;
	}
h4 { 
	color: #222;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 1em;
	text-transform: uppercase;

	}
h5 { 
	font-size: 1.15rem; 
	font-weight: 600;
	}
h6 { 
	font-size: 0.95rem; 
	font-weight: 600;
	}

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b {
	font-weight: 700;
	}

p,
li {
	margin: 0 0 1em;
	padding: 0;
	/*font-size: 1.125em;*/
	font-weight: 400;
	line-height: 1.7em;
	color: #4A4E53;
	}
ul {
	margin: 2em 0;
	}
li {
	margin: 0;
	font-weight: 400;
	line-height: 1.7em;
	}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	}	

@media only screen and (min-width: 600px) {
	p, li {
		font-size: 1.2rem;
		}
	h1 {
		font-size: 3rem;
		}
	h2, .h2 {
		font-size: 2.25rem;
		}
	.about-page h1 span,
	.about-page .hero-text p {
		background: rgba(255,255,255,0.9);
		padding: 4px 10px;
		}
}

/* ----- [ Structure ] -----------------*/
header,
section,
footer {
	width: 100%;
	position: relative;
	}

.content {
	width: 100%;
	}
.inner {
	max-width: var(--inner);
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	}

.inner-narrow {
	max-width: var(--inner-narrow);
	}
	
.inner-full {
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.page-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: rgba(0,0,0,0.8);
	z-index: 700;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.page-overlay.open {
	/*opacity: 1;
	visibility: visible;*/
	}

/* ----- [ Strandoo Flex Grid System v1 ] --------------- */
.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;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	overflow: visible;
	position: relative;
	}

.col {
	flex: 1;
	}

.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;
	}
.row.padding-40 {
	margin-left: -40px;
	margin-right: -40px;
	}

.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;
	}
.padding-40 > .col {
	padding-left: 40px;
	padding-right: 40px;
	}

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

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

.width-marker { color: grey; }


@media only screen and (min-width: 100px) and (max-width: 599px) {  /* 400 */
	.base-row.row {
		flex-direction: row;
		}

	.base-row .m-1of2,
	.base-row .m-2of4,
	.base-row .m-50 {
		width: 50%;
		flex: none;
		}
	.base-row .m-1of3,
	.base-row .m-33 {
		width: 33.3333%;
		flex: none;
		}
}

@media only screen and (min-width: 600px) { 
	.row {
		flex-direction: row;
		}

	.m-auto {
		width: auto;
		}
	.m-full,
	.m-1of1,
	.m-2of2 {
		width: 100%;
		flex: auto;
		}
	.m-1of2,
	.m-50 {
		width: 50%;
		flex: none;
		}
	.m-1of3,
	.m-33 {
		width: 33.3333%;
		flex: none;
		}
	.m-2of3,
	.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-20 {
		width: 20%;
		flex: none;
		}
		
	.m-hidden { display: none; }
	.width-marker { color: red; }
}

@media only screen and (min-width: 770px) { /* 768? */
	.t-auto {
		width: auto;
		}
	.t-full,
	.t-1of1,
	.t-2of2,
	.t-3of3,
	.t-4of4,
	.t-5of5 {
		width: 100%;
		flex: none;
		}
	.t-1of2,
	.t-2of4,
	.t-3of6,
	.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-3of5,
	.t-60 {
		width: 60%;
		flex: none;
		}
	.t-4of5,
	.t-80 {
		width: 80%;
		flex: none;
		}
	.t-hidden { display: none; }
	.width-marker { color: green; }
}
@media only screen and (min-width: 1200px) { 
	.d-auto {
		width: auto;
		}
	.d-full,
	.d-1of1,
	.d-2of2,
	.d-3of3,
	.d-4of4,
	.d-5of5,
	.d-6of6 {
		width: 100%;
		flex: none;
		}
	.d-1of2,
	.d-2of4,
	.d-3of6,
	.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-20 {
		width: 20%;
		flex: none;
		}
	.d-2of5,
	.d-40 {
		width: 40%;
		flex: none;
		}
	.d-3of5,
	.d-60 {
		width: 60%;
		flex: none;
		}
	.d-4of5,
	.d-80 {
		width: 80%;
		flex: none;
		}
	.d-1of6,
	.d-16 {
		width: 16.6666%;
		flex: none;
		}
		
	.d-5of6,
	.d-8 {
		width: 8.3333%;
		flex: none;
		}
		
	.d-hidden { display: none; }
	.width-marker { color: blue; }
}


/* Utility */
.bg-grey {
	background: var(--grey1);
	}
.bg-dark {
	background: var(--green1);
	}

/* no dark green for Services */
.child-content.bg-dark {
	background: var(--grey1);
	}

.dark p,
.dark li,
.dark h1,
.dark h2,
.dark h3,
.dark h4 {
	color: #fff;
	}
.dark a {
	color: #fff;
	border-bottom: 2px solid #fff;
	}
.dark a:hover {
	color: var(--lightgreen1);
	border-bottom: 2px solid var(--lightgreen1);
	}
	
.multi-content.dark {
	background: var(--green1);
	}
	
.light p,
.light li,
.light h1,
.light h2,
.light h3,
.light h4,
.light .hero-text p,
.light strong  {
	color: #000;
	}
.light a:not(.button) {
	border-bottom: 2px solid #222;
	}
.light a:not(.button):hover {
	color: var(--lightgreen1);
	border-bottom: 2px solid var(--lightgreen1);
	}

	
.pad-80 {
	padding-top: 80px;
	padding-bottom: 80px;
	}
.margin-80 {
	margin-top: 80px;
	margin-bottom: 80px;
	}
.margin-100 {
	margin-top: 100px;
	margin-bottom: 100px;
	}
.margin-50-100 {
	margin-top: 50px;
	margin-bottom: 100px;
	}
	
.push-right { margin-left: auto; }
	
.divider-80 {
	height: 1px;
	border: none;
	background: var(--green1);
	width: 80%;
	max-width: 1050px;
	margin: 20px auto;
	}
	
.overflow-visible {
	overflow: visible;
	}
	
@media only screen and (min-width: 600px) { 
	.divider-80 {
		margin: 50px auto;
		}
		
}

/* ----- [ Additional Flex Utilities ] ----------- */
.flex-container {
	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;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	}

.flex-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	position: relative;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	}

.flex-col,
.flex-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;
	position: relative;
	}
.flex-row {
	flex-direction: row;
	}

@media only screen and (min-width: 600px) {
	.flex-inner {
		flex-direction: row;
		}

	.f-column { flex-direction: column; }
	.f-top { align-items: flex-start; }
	.f-middle { align-items: center; }
	.f-bottom { align-items: flex-end; }
	.f-left { justify-content: flex-start; }
	.f-right { justify-content: flex-end; }
	.f-center { justify-content: center; }
	.f-stretch { justify-content: stretch; }
	.f-rowreverse { flex-direction: row-reverse; }
	.f-between { justify-content: space-between; }
}


/* ----- [ Masthead ] -----------------*/
.page-header {
	/* fixed or not */
	position: absolute;
	position: fixed;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
	}
.page-header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	justify-content: space-between;
	justify-content: flex-end;
	align-items: center;
	margin: 0 auto;
	padding: 15px 15px 15px;
	}

.page-overlay.open + .page-header {
	position: fixed;
	}

.logo-wrap {
	width: 390px;
	width: 290px;
	margin-right: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.logo-wrap a {
	display: block;
	border: none;
	}
.head-logo {
	margin: -5px 0 5px;
	}


.small-screen-phone,
.tablet-phone {
    margin: 0;
    display: none;
	}


.menu-item.li-phone img,
.tablet-phone .li-phone img {
	width: 20px;
	margin-top: -3px;
	}

@media only screen and (min-width: 600px) {
	.tablet-phone {
		display: block;
		}
	.li-phone .menu-link {
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 0.06em;
		}
}

@media only screen and (min-width: 1024px) {
	.logo-wrap {
		width: 390px;
		width: 350px;
		}
	.is-scrolled .logo-wrap {
		width: 290px;
		}
	.tablet-phone {
		display: none;
		}
	.li-phone .menu-link {
		font-size: 0.9rem;
		}
}

/* ----- [ Page Header: .main-navigationigation and Search ] ------ */
.main-navigation {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
	padding: 30px 30px 20px;
	padding-top: 80px;
	height: calc(100vh - 80px);
	overflow: visible;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.main-navigation.is-open {
	padding: 30px 30px 20px;
	visibility: visible;
	opacity: 1;
	overflow: auto;
	}

.main-navigation > ul {
	text-align: left;
	margin: 0;
	}
	
.menu-item {
	position: relative;
	font-size: 1.3rem;
	margin: 0 1em 0 0;
	margin: 0;
	}

.menu-link {
	color: #222;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	font-weight: 700;
	}
.menu-link:hover {
	border-bottom: 2px solid var(--lightgreen1);
	}

.has-children:after {
	content: "›";
	content: "";
	font-weight: bold;
	font-size: 1em;
	margin-left: 0;
	display: inline-block;
	margin-top: -3px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	/* chokes csslint */
	background-image: url('data:image/svg+xml,\00003csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\00003cpath fill="rgba(0,0,0,.9)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">\00003c/path>\00003c/svg>');
	}

.dropnav ul {
	margin: 0.5em 0;
	}
.dropnav .menu-item {
	font-size: 0.95em;
	margin-left: 1em;
	}

.is-scrolled .menu-link {
	color: #5c5c5c;
	}

/* ----- [ Menu Trigger (Hamburger) ] --------------------- */
.menu-toggle {
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin-left: 25px;
	}

.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: 32px;
	height: 2px;
	background-color: #000;
	/* 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: 9px;
	}
.menu-toggle .menu-icon::after {
	top: 9px;
	}
.menu-toggle.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.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);
	}


@media only screen and (min-width: 1024px) { /* 768px */
	.page-header {
		padding: 0;
		}
	.page-header.is-scrolled {
		padding: 5px 0;
		}
	.is-scrolled .page-header-phone {
		/* display: none; */
        padding-top: 10px;
		}
	
	.flex-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: nowrap;
		position: relative;
		/*justify-content: space-between;
		align-items: center;*/
		}
		
	.menu-toggle {
		display: none;
		}
	
	.main-navigation {
		display: block;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		display: inline-block;
		flex: 1 0 auto;
		margin: 0;
		padding: 0;
		background: transparent;
		height: auto;
		max-height: 200px;
		overflow: visible;
		visibility: visible;
		opacity: 1;
		text-align: right;
		}

	.menu-item {
		position: relative;
		display: inline-block;
		margin: 0 0 0 2em ;
		}

	.menu-link {
		font-size: 0.9rem;
		color: #333;
		text-decoration: none;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 0.085em;
		}
	.menu-link:hover,
	.on .menu-link {
		color: #000;
		font-weight: 700;
		letter-spacing: 0.06em;
		}
	/* because longer word */
	.li-services .menu-link:hover,
	.li-services.on .menu-link {
		letter-spacing: 0.05em;
		}
	
	.dropnav {
		position: absolute;
		left: 0;
		top: 200%;
		margin-left: -20px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		}
	/*
	.dropnav:before {
		content: "";
		display: block;
		height: 0;
		width: 0;
		border: 10px solid transparent;
		border-bottom: 10px solid #fff;
		margin-left: 30px;
		}
	*/

	.main-navigation li:hover .dropnav {
		visibility: visible;
		opacity: 1;
		top: 100%;
		margin-left: -20px;
		}
	
	.main-navigation li ul {
		padding: 0.7em 0;
		margin: 0;
		white-space: nowrap;
		background: #fff;
		background: rgba(255,255,255,1);
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		}

	.dropnav .menu-item {
		display: block;
		text-align: left;
		margin: 0 1em 0.2em;
		}
	.dropnav .menu-item a {
		/*font-size: 1.1rem;
		color: #5c5c5c;
		font-weight: 500;*/
		color: #333;
		font-weight: 400;
		letter-spacing: 0.065em !important;
		border-bottom: 1px solid transparent;
		}
	.dropnav .menu-item a:hover,
	.dropnav .menu-item a.on {
		color: #000;
		font-weight: 400;
		letter-spacing: 0.065em !important;
		border-bottom: 1px solid #000;
		border-bottom: 2px solid var(--lightgreen1);
		}

	.main-navigation ul {
		text-align: right;
		margin: 0;
		float: none;
		}
	.main-navigation li {
		/*margin: 0 0 0 3.5em;*/
		margin: 0 0 0 2em;
		}

	.is-scrolled .main-navigation p {
		color: #4A4E53;
		}
	
	.drop.main-navigation {
		display: block;
		}
}

/* ----- [ Hero ] ------------------- */
.hero {
	position: relative;
	padding-top: 0;
	min-height: 450px;
	height: 100vh;
	background-position: 50% 50%;
	border-top: 80px solid #fff;
	overflow: hidden;
	}

.home-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 0;
	height: 88vh;
	height: 85vh;
	min-height: 800px;
	z-index: 1;
	}

.hero .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	justify-content: flex-end;
	align-items: flex-start;
	justify-content: flex-start;
	align-items: flex-end;
	padding-top: 40px;
	padding-bottom: 50px;
	height: 100%;
	z-index: 1;
	}
	
.home-hero .inner {
	width: 100%;
	align-items: center;
	padding-top: 2em;
	z-index: 3;
	}

.green-wave {
	position: absolute;
	bottom: -5px;
	width: 100%;
	z-index: 2;
	display: none;
	}
.green-wave img {
	width: 100%;
	height: 13vw;
	/* max-height: 20vh;
	margin-bottom: -10px; */
	}
	
.home-hero p {
	max-width: 30em;
	}
.home-hero .hidpi {
	display: none;
	}

	
.small-hero {
	min-height: 250px;
	height: 250px;
	height: 300px;
	}
.small-hero .inner {
	padding: 0;
	}
.small-hero .hero-text {
	margin: 0;
	padding: 0 30px;
	}

.small-hero h1 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	}

.hero .form-container {
	z-index: 11;
	}
@media only screen and (min-width: 600px) {
	.home-hero .hidpi {
		display: block;
		/* margin-bottom: -100px; */
		}
	.small-hero h1 {
		font-size: 2.2rem;
		margin-bottom: 0;
		}
}

.home-slider,
.home-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.home-slide {
	height: 550px;
	}

.hero-overlay {				
	z-index: 1;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	}

.hero-text {
	max-width: 54em;
	margin: 0;
	padding: 0;
	}
.hero-text p,
.hero-text h2 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
	}
.hero-text strong {
	}


/* About Page: Hero & Content */
.about-page .hero,
.news-index-template .hero:not(.small-hero) {
	max-height: 900px;
	height: 80vh;
	border-top: 100px solid #fff;
	background-position: center 60%;
	background-attachment: fixed;
	}
@media (hover: none) {
   .hero,
   .about-page .hero {
       background-attachment: initial;
   }
}

.about-page .hero-image-wrapper {
    background-repeat: no-repeat;
    /* height: min-content; */
    overflow: visible;
    max-height: 55vh;
    display: flex;
    justify-content: center;
		width: 100%;
		background-size: contain !important;
		background-position: 50% 15% !important;
	}
.about-page .hero-image-wrapper > img {
    max-height: 55vh;
	}
.hero-text-wrapper {
    padding-left: 30px;
    padding-right: 30px;
	}
.hero-text-wrapper * {
    color: #000;
	}
.hero-text h1 + p {
	margin-top: 1em;
	}
	
@media only screen and (min-width: 1024px) {
	.hero {
		border-top: 102px solid #fff;
		}
	.hero .inner {
		justify-content: flex-start;
		align-items: flex-end;
		padding-bottom: 80px;
		}
	
	/* Services Pages 02/24 */
	.service-page-template .hero .inner {
		align-items: center;
		}
		
	.home-hero .inner {
		width: 100%;
		align-items: center;
		padding-top: 5em;
		padding-bottom: 6em;
		z-index: 3;
		}
		
	.small-hero .inner {
		padding: 0;
		align-items: center;
		}

	.hero-text p,
	.hero-text h2 {
		font-size: 1.5rem;
		}
	.small-hero {
		height: 650px;
		height: 250px;
		height: 420px;
		}
}

/* ----- [ Hero Section (About Page) ] -----------------*/
.hero-section {
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 20px;
	}
@media (hover: none) {
	.hero-section {
       background-attachment: initial;
   }
}
.hero-section .inner {
	max-width: 70em;
	}

/* ----- [ Holiday Notice ] -----------------*/
.holiday-notice {
	margin: 50px auto 0;
	max-width: var(--inner);
	}
.holiday-notice .inner {
	padding: 30px;
	margin: 0 30px;
	border: 4px solid var(--accent);
	}
.holiday-notice p {
	font-size: 1.2rem;
	margin: 0;
	}

/* ----- [ Featured Services ] -----------------*/
.home-options-section {
	padding: 30px 0 40px;
	}

.intro-text p {
	font-size: 1.6rem;
	font-weight: 600;
	color: #222;
	max-width: 44em;
	}
	
/* ----- [ Content ] -----------------*/
.main-content {
	padding: 60px 0 40px;
	}

.solutions-section {
	padding: 80px 0 100px;
	}
.solutions-section h2 {
	margin-bottom: 1.5em;
	}

.child-content {
	padding: 100px 0;	
	}

.child-section {
	color: #fff;
	}
	
.child-section .col {
	margin-bottom: 20px;
	}

.child-body {
	margin-bottom: 40px;
	}
.child-body p {
	max-width: 44em;
	}

.child-text-wrapper {
	margin: 0 auto;
	width: 100%;
	}
	
.child-text-wrapper h2 {
	margin-bottom: 0;
	}
	
.f-rowreverse .child-text-wrapper {
	padding-right: 30px;
	}
.inner-full .child-text-wrapper {
	padding: 20px 25px;
	}

.mc-section {
	padding-top: 50px;
	margin-top: -30px;
	background: #fff;
	border-color: #fff;
	}
.mc-section.bg-dark {
	background: var(--grey1);
	border-color: var(--grey1);
	}

/*
.mc-section:not(.bg-dark) {
	background: var(--grey1);
	}
*/

.mc-section .child-text-wrapper {
	max-width: 2000px;
	background: #fff;
	box-shadow: 0 3px 20px rgb(0,0,0,0.2);
	height: 100%;
	padding: 20px;
	overflow: hidden;
	}
	
.product-connector {
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	top: -80px;
	margin-left: -80px;
	border-width: 80px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: inherit;
	border-top: none;
	}

/* home top 2columns */
.first-content .col {
	position: relative;
	}
.first-content .col:first-child:after {
	content: "";
	position: absolute;
	left: 10%;
	right:10%;
	bottom: 0;
	/*border-bottom: 1px solid green;*/
	margin: 2em 0;
	}
	
@media only screen and (min-width: 600px) {
	.main-content {
		padding: 40px 0 80px;
		}
	.first-content .col:first-child {
		border-bottom: none;
		border-right: 1px solid green;
		margin: 0;
		}
	.first-content .col:first-child:after {
		content: none;
		}
	.basic-page-template .main-content {
		padding-top: 80px;
		}
	.mc-section .child-text-wrapper {
		padding: 40px;
		}
}
	
.overflow-visible {
	overflow: visible;
	}

.inline-photos {
	/*max-height: 250px;
	overflow: hidden;*/
	margin: 40px auto 80px;
	}
.inline-photos img {
	max-width: 100%;
	/*max-height: 250px;
	margin-right: 6px;*/
	}
.inline-photos img:last-of-type {
	margin-right: 0;
	}

.content em {
	font-style: italic;
	}
.content strong {
	font-weight: 600; 
	}

.service-link {
	position: relative;
	display: block;
	margin-bottom: 60px;
	margin-bottom: 30px;
	box-shadow: 0 3px 6px rgb(0,0,0,0.2);
	overflow: hidden;
	background: var(--green1);
	}
.service-thumbnail {
	margin: -40px 0;
	margin: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }

.service-link-text {
	position: absolute;
	bottom: -38px;
	left: 0;
	width: auto;
	background: #fff;
	padding: 15px 30px 15px 15px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
.service-link-text h3 {
	font-size: 1rem;
	color: var(--green1);
	font-weight: 600;
	margin: 0 0 6px;
	}
.service-link-button {
	color: var(--green1);
	}
.service-link-button:after {
	content: "\203A";
	font-size: 1.2rem;
	color: var(--green1);
	margin-left: 0.3em;
	font-weight: 400;
	}
	
.service-link:hover .service-link-text {
	bottom: 0;
	}
.service-link-button:hover {
	color: var(--accent);
	border-bottom: 1px solid var(--accent);
	}
.service-link-button:hover:after {
	color: var(--accent);
	}
.service-link:hover .service-thumbnail {
	opacity: 0.4;
	}

/* SEO updates: July 2023 */
.alt-row {
	margin-bottom: 30px;
	}

.alt-row .service-link {
	display: block;
	height: 100%;
	margin-bottom: 0;
	}
.alt-row .service-link-text {
	position: relative;
	bottom: auto;
	padding: 5%;
	height: 100%;
	}
.alt-row .service-thumbnail {
	margin: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
	}
.alt-row .service-link-button:after {
	content: "";
	margin-left: 0;
	}

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

	.service-thumbnail {
		margin: -40px 0;
		}
	.service-link-text h3 {
		font-size: 1.4rem;
		margin: 0 0 6px;
		}
	.alt-row:nth-of-type(even) {
		flex-direction: row-reverse;
		}
}

.multi-content.bg-tint + .recommended-products-head {
	padding-top: 4em;
	}

/* ----- [ Testimonials Section ] --------------- */
.slick-dots {
	bottom: -50px;
	}
.slick-initialized .slick-slide {
	display: flex;
	}
	
.slick-dots li button:before {
    font-size: 14px;
    line-height: 20px;
    opacity: .25;
    color: white;
	}
.slick-dots li.slick-active button:before {
    opacity: .90;
    color: white;
	}

.testimonials-section {
    /* THIS IS NOW OVERRITTEN IN testimonials-section.php */
	background: url('../images/enviroplanet-suffolk-hero.jpg') 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0 80px;
	}
@media (hover: none) {
   .testimonials-section {
       background-attachment: initial;
   }
}
	
.testimonials-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.7);
	background: rgba(0,0,0,0.3);
	z-index: 0;
	}
.testimonials-section h2,
.testimonials-section p {
	color: #ffffff;
	}

blockquote p:first-child:before {
	content: "“";
	}
blockquote p:last-child:after {
	content: "”";
	}

.testimonial-text {
	padding: 0 0 0 1em;
	}
.testimonial-text .testimonial-source {
	font-size: 1.3rem;
	}
.testimonial-text img {
	max-width: 120px;
	}

.ga-reviews-badges > * {
	z-index: 99;
	margin-top: 2em;
	}

@media only screen and (min-width: 580px) {
	.ga-reviews-badges {
		display: flex;
		justify-content: space-between;
		}
}	
@media only screen and (min-width: 770px) {
	.ga-reviews-badges {
		text-align: right;
		display: block;
		}
	.ga-reviews-badges > * {
		margin-top: 0;
		}
	.ga-reviews-badges img {
		margin: 0 0 0 auto;
		}
}


.trustpilot-widget {
	padding: 40px 20px;
	background: #F9F9FA;
	}
	
/* ----- [ Icon Card Section ] --------------- */
.icon-card-section {
	padding: 120px 0 120px;
	}
.icon-card-section .inner,
.icon-card-section .row {
	overflow: visible;
	}
	
.icon-card-section .col {
	margin-bottom: 20px;
	}

.icon-card {
	padding: 40px 30px 15px;
	background: #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	height: 100%;
	}
.card-icon {
	height: 90px;
	width: auto;
	margin-bottom: 20px;
	}

.icon-card p {
	font-size: 1em;
	}
.icon-card h4 {
	font-size: 1.2rem;
	}

/* ----- [ CTA Section ] --------------- */
.cta-section {
	position: relative;
	padding: 0;
	background: #6a9310;
	background: var(--green1);
	background: url('../images/dark-forest.jpg') top center no-repeat;
	background-size: cover;
	}
.cta-section .inner {
	padding: 130px 30px;
	}
	
.cta-section p {
	font-size: 1.6rem;
	max-width: 26em;
	margin: 0 0 1.5em;
	}
	
.cta-divider-top,
.cta-divider-bottom {
	overflow: hidden;
	position: absolute;
	line-height: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	}
.cta-divider-top svg,
.cta-divider-bottom svg {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	}
.cta-divider-top .divider-fill,
.cta-divider-bottom .divider-fill {
	fill: #FFFFFF;
	transform-origin: center;
	transform: rotateY(180deg);
	}
.cta-divider-top {
	top: 0;
	bottom: auto;
	z-index: 99;
	transform: rotateX(180deg) rotateY(180deg);
	}

/* special targeted cases */
.bg-grey + .cta-section .cta-divider-top .divider-fill,
.accreditation-section + .cta-section .cta-divider-bottom .divider-fill {
	fill: var(--grey1);
	}
	
.regional-landing-page-2-template .cta-section .cta-divider-top .divider-fill {
	fill: var(--grey1);
	}
	
/* very selective! */
p img[src*="givenergy.409"] {
	margin: 10px 0 -10px;
	}
p img[src*="pylontech.197"] {
	margin: 10px 0 0;
	}

	
@media only screen and (min-width: 600px) {
	.cta-section h2 {
		margin-bottom: 0;
		}
}


/* ----- [ Services Page ] --------------- */
.services-main + .icon-card-section {
	padding-top: 40px;
	}
	
.hero + .child-content {
	margin-top: 80px;
	}

/* reorder images */
.image-column {
	order: 2;
	}
.main-product-image {
	max-height: 500px;
	}

@media only screen and (min-width: 600px) {
	.services-main {
		padding-top: 60px;
		}
	.image-column {
		order: unset;
		}
	.main-product-image {
		max-height: unset;
		}
}

/* ----- [ Services: Warranty Section ] --------------- */
.warranty-info {
	padding: 0 0 50px;
	background: #fff;
	margin-top: 0;
	}
.warranty-info .inner {
	margin-top: 0;
	padding-top: 40px;
	}

.warranty-info .inner:before {
	content: "";
	position: absolute;
	max-width: 1190px;
	top: 0;
	left: 30px;
	right: 30px;
	height: 3px;
	background: #ccc;
	}
section.bg-dark + .warranty-info .inner:before {
	display: none;
	}


/* ----- [ Text Hero ] --------------- */
.text-hero {
	padding: 50px 0;
	}
.text-hero p {
	font-family: egizio-urw, serif;
	font-size: 2.3rem;
	line-height: 1.3;
	font-style: italic;
	font-weight: 400;
	color: var(--green1);
	margin: 0 auto;
	max-width: 25em;
	}
.hr-swoosh {
	height: 40px;
	width: 100%;
	max-width: 550px;
	margin: 1em auto;
	background: url('../images/gradient-swoosh.png') 50% 50% no-repeat;
	background-size: 100%;
	border: none;
	}
	
	
/* ----- [ Floating Images ] --------------- */
/* Home */
.home-stack {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    max-width: 1200px;
    margin: 50px auto;
	}

.home-image img {
	width: 100%;
	}
.home-image:nth-of-type(1) {
	grid-column: 1 / span 7;
	grid-row: 1;
	padding-top: 55%;
	z-index: 2;
	}
.home-image:nth-of-type(2) {
	grid-column: 4 / span 9;
	grid-row: 1;
	padding-top: 0;
	z-index: 1;
	}

@media only screen and (min-width: 600px) {
	.home-image:nth-of-type(1) {
		grid-column: 2 / span 5;
		grid-row: 1;
		padding-top: 55%;
		z-index: 2;
		}
	.home-image:nth-of-type(2) {
		grid-column: 6 / span 7;
		grid-row: 1;
		padding-top: 0;
		z-index: 1;
		}
}

/* ----- [ About ] ----- */
.image-stack {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    max-width: 1200px;
    margin: 50px auto;
	}

.stack-image {
	border: 1px solid red;
	border: none;
	}
.stack-image img {
	width: 100%;
	}
.stack-image:nth-of-type(1) {
	grid-column: 1 / span 6;
	grid-row: 1;
	padding-top: 0;
	z-index: 1;
	border-color: gold;
	}
.stack-image:nth-of-type(2) {
	grid-column: 4 / span 9;
	grid-row: 1;
	padding-top: 40%;
	z-index: 1;
	border-color: blue;
	}
.stack-image:nth-of-type(3),
.stack-image:nth-of-type(4) {
	display: none;
	}

@media only screen and (min-width: 600px) {
	.stack-image:nth-of-type(1) {
		grid-column: 1 / span 4;
		grid-row: 1;
		padding-top: 10%;
		z-index: 1;
		border-color: gold;
		}
	.stack-image:nth-of-type(2) {
		grid-column: 4 / span 3;
		grid-row: 1;
		padding-top: 70%;
		z-index: 1;
		border-color: blue;
		}
	.stack-image:nth-of-type(3) {
		display: block;
		grid-column: 6 / span 3;
		grid-row: 1;
		padding-top: 30%;
		z-index: 1;
		border-color: green;
		}
	.stack-image:nth-of-type(4) {
		display: block;
		grid-column: 9 / span 4;
		grid-row: 1;
		padding-top: 0;
		z-index: 1;
		}
	.stack-image:nth-of-type(4) img {
		height: 90%;
		}
}

/* ----- [ News Pages ] -----------------*/
.post-date {
	font-size: 0.9rem;
	text-transform: uppercase;
	}
.media-image {
	max-width: 100%;
	}
	
.news-post-head {
	font-size: 2.2rem;
	}
	
.news-article-head {
	margin-bottom: 0.2em;
	}
	
.sibling-nav {
	display: flex;
	justify-content: space-between;
	border-top: 5px solid var(--greentint);
	margin-top: 3em;
	padding-top: 1em;
	}
	
.archive-list {
	margin: 0 0 0.5em;
	padding-bottom: 0.5em;
	/* border-bottom: 1px solid #ccc; */
	}
.archive-list a:hover {
	color: var(--lightgreen1);
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid var(--lightgreen1);
	}
	
.sibling-nav a {
	font-size: 1.1rem;
	}
.sibling-nav div:last-child {
	text-align: right;
	}
	
hr {
	border: none;
	margin: 2em 0;
	height: 2px;
	background: var(--lightgreen1);
	}
	
.news-body h2 {
	font-family: 'CircularPro-Book', sans-serif;
	font-size: 1.4rem;
	line-height: 1.4;
	}
	
.news-body img {
	max-width: 100%;
	}
.news-body h3 {
	line-height: 1.4;
	}
	
@media only screen and (min-width: 600px) {
	.news-sidebar {
		text-align: left;
		}
}

/* ----- [ PW Pager Nav: Search Results ] --------  */
.MarkupPagerNav {
	text-align: right;
	padding: 10px 0;
	}
.MarkupPagerNav li {
	display: inline-block;
	line-height: 1.2em;
	margin: 0 0.15em;
	}
.MarkupPagerNav a {
	display: block;
	text-align: center;
	border: 2px solid var(--lightgreen1);
	padding: 6px 8px;
	width: 36px;
	height: 36px;
	/*font-weight: bold;*/
	border-radius: 18px;
	}

.MarkupPagerNavPrevious a,
.MarkupPagerNavNext a {
	width: auto;
	}

.MarkupPagerNav a:hover,
.MarkupPagerNavOn a {
	background: var(--lightgreen1);
	color: #fff;
	}

/* ----- [ Sponsor Logos ] --------------- */
.sponsor-section {
	margin: 0;
	padding: 25px 0;
	background: var(--grey1);
	}
.sponsor-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 100%;
	padding: 20px 0;
	margin: 0;
	}
.sponsor-logo {
	margin: 0 30px;
	height: auto;
	height: 60px;
	}
.sponsor-logo img {
	height: 100%;
	max-width: 150px;
	max-height: 60px;
	object-fit: scale-down;
	}

/* ----- [ Team Page ] --------------- */
.team-section {
	margin-bottom: 140px;
	}
	
.team-row {
	border-radius: 20px;
	}

.team-bio {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--grey3);
	background: var(--grey1);
	text-align: center;
	padding: 20px;
	height: 100%;
	}
	
.team-member:nth-of-type(3n) .row,
.team-member:nth-of-type(4n) .row {
	flex-direction: row-reverse;
	}
	
.team-bio h3 {
	color: var(--grey3);
	margin-bottom: 0.2em;
	}
.team-bio h4 {
	color: var(--grey3);
	margin-bottom: 0.8em;
	}

.team-bio p {
	color: var(--grey3);
	font-size: 0.95rem;
	line-height: 1.6;
	font-weight: 700;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
	}
	
.team-bio p:after {
	content: '';
	display: block;
	height: 2px;
	width: 100px;
	margin: 10px auto;
	background: var(--grey3);
	}
.team-bio a {
	color: var(--grey3);
	border: none;
	text-decoration: none;
	}
.linkedin-sm {
	width: 36px;
	height: 36px;
	display: block;
	text-decoration: none;
	border: none;
	margin-top: 10px;
	color: var(--grey3);
	}
.linkedin-sm svg {
	width: 100%;
	height: 100%;
	fill: var(--grey3);
	}


/* ----- [ Contact Page ] --------------- */
.contact-content {
	padding-top: 110px;
	}
.contact-us-row {
	flex-direction: column-reverse;
	}

.contact-form-section {
	padding: 80px 30px 20px;
	}

#map-canvas {
	height: 70vh;
	min-height: 250px;
	max-height: 300px;
	width: 100%;
	}

.hidden {
	display: none;
	}

.contact-us-form {
	margin-bottom: 30px;
	}
#contact-us-message {
	color: #222;
	background: #b2d285;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
	}
#contact-us-message.error {
	background: #fac92b;
	}

.contact-text {
	padding: 30px;
	}
	
/* icon hack */
.contact-text p:nth-child(3) img {
	margin-top: -3px;
	}

input,
textarea {
	width: 100%;
	padding: 6px;
	margin: 3px 0 10px;
	background: #fff;
	font-size: 16px;
	color: #333;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
input:focus, 
textarea:focus {
	background: #fff;
	}
#wrap_InputfieldSubmit span {
	display: none;
	}
li label span {
	display: none;
	}
	
@media only screen and (min-width: 600px) {
	.contact-text {
		padding: 30px 4vw;
		}
	.contact-content {
		padding-top: 110px;
		}
	.contact-us-row {
		flex-direction: row;
		}
	#map-canvas {
		height: 80vh;
		min-height: 500px;
		max-height: 700px;
		width: 100%;
		}
}

/* ----- [ Landing Pages ] --------------- */
.lp-top {
	padding-top: 120px;
	}

.lp-top h1 {
	font-size: 2.2rem;
	color: var(--green1);
	max-width: 18em;
	margin-bottom: 0.3em;
	}
.lp-top p {
	font-size: 1.5rem;
	max-width: 33em;
	line-height: 1.4;
	}
	
.landing-page-main {
	background: url('../images/ep-watermark.png') 110% 130% no-repeat;
	background: url('../images/ep-watermark.png') 110% 60% no-repeat;
	background-size: 850px;
	background-size: 550px;
	padding-top: 0;
	}
.landing-page-main .inner {
	padding-top: 30px;
	}
.lp-product p {
	font-size: 1.1rem;
	}

.lp-wave-bg {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30vw;
	z-index: -10;
	}
.lp-wave-bg img {
	height: 100%;
	width: 100%;
	opacity: 1;
	}
	
.lp-product {
	margin-bottom: 4em;
	}
.lp-product-thumbnail {
	max-width: 300px; 
	height: 300px; 
	margin: 0 auto 2em;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
	}
.lp-product-thumbnail img {
	width: auto;
	max-height: 300px;
	margin: auto;
	}
.lp-product-thumbnail:after {
	content: "";
	width: 100%;
	height: 50px;
	background: url('../images/circular-shadow.png') no-repeat 50% 50%;
	background-size: 90%;
	position: absolute;
	bottom: -60px;
	left: 0;
	opacity: 0.3;
	}
.lp-product-thumbnail.p-1:after {
	background-size: 70%;
	}
	
.lp-product-thumbnail.p-2 img {
	max-height: 260px;
	}

.lp-product-title {
	color: #fff;
	background: var(--green1);
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	padding: 12px;
	margin-bottom: 1em;
	text-transform: none;
	}
.lp-sidebar {
	border: 1px solid var(--lightgreen1);
	background: var(--greentint);
	padding: 1.2em;
	}
.lp-sidebar h4 {
	font-size: 1.2rem;
	}
.lp-sidebar li {
	margin-bottom: 0 !important;
	}
.lp-sidebar ul + h4 {
	margin-top: 1em; 
	}
.lp-sidebar ul {
	margin-bottom: 0 !important;
	}
	
.lp-quote-wrapper {
	padding: 1em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 3em;
	/*margin-top: -270px;*/
	}
.lp-quote-wrapper p {
	color: var(--green1);
	}
.lp-quote-wrapper cite {
	font-size: 1.1rem;
	font-weight: 700;
	margin-top: -1em;
	}
.lp-body-section {
	background: #f1f1f1;
	padding: 80px 20px;
	}	
.lp-body-text {
	columns: 2;
	column-gap: 4em;
	font-size: 1.2rem;
	}
	
/* alt */
.variable-row .col  {
	margin-bottom: 2em;
	}
	
.variable-row .col.t-1of3:last-child {
	width: 100%;
	}

.landing-page-template .cta-section,
.landing-page-alt-template .cta-section {
	background: transparent url('../images/more-light-trees.png') center center no-repeat;
	background-size: cover;
	}
.landing-page-template .cta-section .inner,
.landing-page-alt-template .cta-section .inner {
	padding: 60px 30px;
	}

.landing-page-template .cta-section h2,
.landing-page-template .cta-section strong {
	color: var(--green1) !important;
	}

/* regional landing pages 2 w/ Repeater */
.multi-content {
	padding: 80px 0 60px;
	}
.multi-content.bg-tint {
	background: var(--grey1);
	}

/*	
.row-divider {
	height: 2px;
	background: #ccc;
	width: 100%;
	border: none;
	margin: 0 30px 2em;
	}
*/

.is-hidden {
	display: none;
	}

@media only screen and (max-width: 400px) {
	.landing-page-alt-template .hero {
		max-height: unset;
		height: auto;
		}
}
	
@media only screen and (min-width: 600px) {
	.lp-top {
		padding-top: 160px;
		}
	.lp-hero-text {
		/*padding: 0.2em 1em 0;*/
		padding-left: 3em;
		}
	
	.lp-top h1 {
		font-size: 2.6rem;
		color: var(--green1);
		max-width: 18em;
		margin-bottom: 0.3em;
		}
	.landing-page-template .cta-section,
	.landing-page-alt-template .cta-section {
		background-size: 1600px;
		background-repeat: repeat-x;
		height: 60vh;
		}
	.landing-page-template .cta-section .inner,
	.landing-page-alt-template .cta-section .inner {
		padding: 130px 30px;
		}
}

@media only screen and (min-width: 768px) {
	.variable-row .col.t-1of3:last-child {
		width: 33.3333%;
		}
}
	
/* ----- [ Buttons ] --------------------------- */
button,
.button {
	font-family: semplicitapro, sans-serif;
	display: inline-block;
	margin: 0;
	padding: 12px 15px;
	color: #fff;
	background: var(--green1);
	border: 1px solid var(--green1);
	border-radius: 3px;
	/*color: var(--green1);
	background: #fff;
	border: 1px solid var(--green1);*/
	cursor: pointer;
	width: auto;
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1;
	/* font-weight: 300; */
	font-weight: 600;
	opacity: 1;
	transition: all 0.2s ease;
	text-decoration: none;
	white-space: nowrap;
	}
button:hover,
.button:hover,
button.on,
.button.on,
button:active,
.button:active {
	color: var(--lightgreen1);
	background: transparent;
	border-color: var(--lightgreen1);
	color: #fff;
	background: var(--lightgreen1);
	border-color: var(--lightgreen1);
	/* color: #fff;
	background: var(--lightgreen1);
	border-color: var(--lightgreen1); */
	text-decoration: none;
	}
	
.cta-button {
	font-size: 1.8rem;
	line-height: 1.2;
	width: 100%;
	height: 100%;
	letter-spacing: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.button-rev,
.dark .button {
	color: #fff;
	background: transparent;
	border-color: #fff;
	color: #fff;
	background: var(--lightgreen1);
	border-color: var(--lightgreen1);
	}
.button-rev:hover,
.dark .button:hover {
	color: #fff;
	background: var(--lightgreen1);
	border-color: var(--lightgreen1);
	color: #fff;
	background: var(--green1);
	border-color: var(--green1);
	}

.dark .button-cta {
	color: #fff;
	background: transparent;
	border-color: #fff;
	}
.dark .button-cta:hover {
	color: #fff;
	background: var(--green1) !important;
	border-color: var(--green1);
	}
	
.button-large {
	font-size: 2rem;
	}

fieldset {
	border: 2px solid #eee;
	padding: 20px 20px 10px;
	margin: 15px 0;
	border-radius: 4px;
	}

/* checkboxes */
label.check-control {
	position: relative;
	display: block !important;
	padding-left: 32px;
	line-height: 1.1em;
	}
.check-control input {
	position: absolute;
	opacity: 0;
	width: auto;
	cursor: pointer;
	}
.check-control input:focus {
	border: 2px solid #000;
	outline: none;
	box-shadow: none;
	}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 2px solid #000;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: .25rem;
	display: inline-block !important;
	}
.check-control:hover input ~ .checkmark {
	border: 2px solid #000;
	}
.check-control input:checked ~ .checkmark {
	background-color: green;
	}
.check-control input:focus ~ .checkmark {
	border: 2px solid #000;	
	}
	
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	}
	
/* Show the checkmark when checked */
.check-control input:checked ~ .checkmark:after {
	display: block;
	}
.check-control .checkmark:after {
	left: 4px;
	top: 0;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.contact-consent {
	margin: 0 0 1em;
	border: 2px solid #ddd;
	padding: 5px 15px;
	border-radius: 4px;
	}
.contact-consent label {
	width: 100%;
	vertical-align: middle;
	margin: 10px 0;
	}
.contact-consent .checkmark {
	top: 0px;
	}

.g-recaptcha {
	margin: 0 0 10px;
	}

@media only screen and (min-width: 420px) {
	button,
	.button {
		/*max-width: 280px;*/
		width: auto;
		}
}

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

blockquote {
	padding-top: 2em;
	/*background: url('../images/open-quote.svg') top left no-repeat;*/
	background-size: 60px;
	margin-bottom: 20px;

	}
blockquote p,
q {
	color: var(--green1);
	font-family: egizio-urw, serif;
	font-size: 1.7rem;
	line-height: 1.3;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0.4em;
	text-indent: -0.4em;
	}
	
.cms-text blockquote {
	padding-top: 0;
	}

@media only screen and (min-width: 600px) {
	blockquote p, q {
		font-size: 2.2rem;
		}
}

/* ----- [ Gallery Page ] --------------- */
.gallery li {
	padding:0;
	margin:0;
	list-style-type: none;
	}
	
.gallery img {
	display: block;
	width: 100%;
	border: 0;
	margin: 0;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.gallery img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow:4px 4px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:4px 4px 10px rgba(0, 0, 0, 0.3);
	-box-shadow:4px 4px 10px rgba(0, 0, 0, 0.3);
	}
	
	
/* ----- [ Gallery Carousel ] ----- */
.bg-tint + .gallery-carousel {
	padding-top: 50px;
	}
.gallery-carousel {
	/*background: var(--grey1);*/
	padding-bottom: 60px;
	}
.gallery-carousel h3 {
	max-width: var(--inner-narrow);
	padding: 0 30px;
	margin: 0 auto 0.5em;
	}
.gallery-carousel .inner  {
	overflow: visible;
	padding-left: 20px;
	}
.gallery-carousel .slick-track {
	left: 0;
	}
.gallery-carousel .slick-slide {
	margin: 1em 1em 2em;
	margin: 0 15px 0 0;
	}
.gallery-carousel .slick-slide img {
    max-height: 220px;
    object-fit: cover;
    /*margin-bottom: 0.8em;*/
	}
.gallery-carousel .slick-slide p {
	font-size: 1.2rem;
	font-weight: var(--body-bold);
	}
	
.hover-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	bottom: auto;
	font-size: 1rem;
	text-align: left;
	padding: 10px;
	color: #fff;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	background: rgba(0,0,0,0.9);
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    z-index: 999;
	}
.gallery-link:hover .hover-caption {
	top: auto;
	bottom: 0;
	}
	
.featherlight .featherlight-image {
	max-height: 100%;
	}

.caption {
	position: absolute;
	top: calc(100% - 40px);
	left: 10px;
	right: 10px;
	bottom: auto;
	padding: 10px;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.6);
	width: 100%;
	width: auto;
	opacity: 0;
	opacity: 1;
	transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
	}
.caption.is-open,
.caption:hover,
.caption:active,
.caption:focus {
	top: auto;
	bottom: 0;
	}

@media only screen and (min-width:600px) {
.caption {
	position: absolute;
	top: auto;
	bottom: 0;
	}
}

@media only screen and (min-width:1024px) {
	.featherlight .featherlight-image {
		/*border: 25px solid #fff;*/
		}
	.caption {
		opacity: 1;
		width: auto;
		left: 25px;
		right: 25px;
		bottom: 0;
		padding: 20px;
		}
}

@media only screen and (min-width: 800px) {
    .gallery-carousel .inner  {
		padding-left: 0;
		}
    .gallery-carousel .slick-track {
    	left: 15px; /* use with 'centerMode: false' */
    	}
    .gallery-carousel .slick-slide {
    	margin: 1em 1em 2em;
    	margin: 0 15px 0 0;
    	}
    .gallery-carousel .slick-slide img {
    	max-height: 250px;
		}

	.slick-prev,
	.slick-next {
		top: 115%;
		left: auto;
		right: 110px;
		height: 45px;
		width: 45px;
		z-index: 10;
		}
	.slick-next {
		right: 65px;
		}
	.slick-prev:before,
	.slick-next:before {
		content: '←' !important;
		font-size: 2.5rem;
		color: green;
		}
	.slick-next:before {
		content: '→' !important;
		}
	/*
	.gallery-carousel .slick-list:after {
		content: "";
		position: absolute;
		top: 15px;
		right: 0;
		width: 200px;
		height: 420px;
		background: transparent;
		background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		}
	*/
}

.gallery-link {
	display: block;
	position: relative;
	opacity: 1;
	transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    border-bottom: none;
    }
.gallery-link:hover {
	opacity: 0.8;
	border-bottom: none;
	}

.gallery-icon {
    position: absolute;
    font-size: 36px;
	color: #fff;
	width: 65px;
	height: 65px;
	text-align: center;
	border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin-top: 20px;
    display: flex;
	justify-content: center;
	align-items: center;
	background: var(--accent2);
    opacity: 0;
    visibility: hidden;
	z-index: 999;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    transition: .2s all ease-out;
    /*text-shadow: 0 4px 10px rgba(0,0,0,0.5);*/
	}
.gallery-link:hover .gallery-icon {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    background: var(--lightgreen1);
	}
	
.gallery-icon svg {
	width: 30px;
	}
.gallery-icon .fa {
	margin-top: -2px;
	}
.gallery-icon:hover {
	background: var(--green1);
	}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: var(--green1)!important;
	outline: none;
	}

/* ----- [ Section: Gallery (Featherlight) ] --------  */
.featherlight-next,
.featherlight-previous {		
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	left: 80%;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*background: rgba(0, 0, 0, 0);*/
	background: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
.featherlight-previous {
	right: 80%;
	left: 25px;
	}
.featherlight-next span,
.featherlight-previous span {
	display: block;
	position: absolute;
	top: 50%;
	left: 8%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-image: url('../images/arrow-left.png');
  	/*content: '<i class="slick-arrow slick-prev fa fa-arrow-left"></i>';*/
	background-size: 100%;
	text-indent: -9999px;
	opacity: 0.8;
	}
.featherlight-next span {
	left: auto;
	right: 8%;
	background-image: url('../images/arrow-right.png');
	/*content: '<i class="slick-arrow slick-next fa fa-arrow-right"></i>';*/
	background-size: 100%;
	}
.featherlight-next:hover,
.featherlight-previous:hover {
	background: none;
	opacity: 0.8;
	}
.featherlight-next span:hover,
.featherlight-previous span:hover {
	opacity: 1;
	}

.service-gallery-section {
	background: #f6f6f6;
	padding: 50px 0;
	}
.view-larger {
	position: absolute;
	bottom: 20px;
	left: -100%;
	background: #fff;
	padding: 20px;
	}
	

/* ----- [ Accreditations Section ] --------------- */
.badges {
	margin: 0;
	}
.badge-wrapper {
	max-width: 180px;
	margin: 0 auto 20px;
	}

/* ----- [ Accreditations: footer and on pages ] --------------- */
.accreditations {
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 50px 0 !important;
	}
.accreditations li {
	max-width: 120px;
	max-height: 70px;
	margin: 0;
	}
.accreditations img {
	height: 70px;
	object-fit: scale-down;
	}
.accreditations li:last-child img {
	height: 60px;
	margin: 5px 0 0 0;
	}

.accreditations-home {
	margin: -75px 0 50px;
	}
	
@media only screen and (min-width: 600px) {
	.accreditations {
		justify-content: flex-start;
		margin: 0;
		}
	.accreditations li {
		margin-right: 1em !important;
		}
}

	
/* ----- [ Site Map ] --------------- */
.sitemap li {
	list-style: none;
	margin:  0;
	font-size: 16px;
	line-height: 1.2em;
	padding: 0 0 0 1em;
	}
.sitemap li li {
	list-style: disc;
	}
.sitemap li li li {
	list-style: circle;
	}
.sitemap li li li li {
	list-style: square;
	}

/* ----- [ Instagram Feed ] --------------- */
.insta-icon {
	width: 40px;
	height:40px;
	fill: #666;
	}
#instafeed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.instagram-feed {
	padding: 60px 0;
	background: rgba(77,78,21,0.05);
	background: #fff;
	overflow: hidden;
	/*display: none;*/
	}
.instagram-feed .col {
	position: relative;
	height: 0;
	padding: 0;
	padding-top: 33.333% !important;
	width: 33.333% !important;
	padding-top: 32% !important;
	width: 32% !important;
	overflow: hidden;
	margin-bottom: 1.666%;
	}

.insta-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
.insta-link,
.insta-link:hover {
	text-decoration: none;
	border: none;
	}

.insta-link img {
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	object-fit: cover;
	}

.instagram-feed a {
	border: none;
	}
/*
.insta-caption {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	}	
.insta-col a:hover .insta-caption {
	opacity: 1;
	}
*/

@media only screen and (min-width: 600px) {
	.instagram-feed {
		display: block;
		}
	.instagram-feed .col {
		padding-top: 33.333% !important;
		width: 33.333% !important;
		padding-top: 32% !important;
		width: 32% !important;
		}
}

@media only screen and (min-width: 768px) {
	.instagram-feed {
		display: block;
		}
	.instagram-feed .col {
		padding-top: 16.666% !important;
		width: 16.666% !important;
		padding-top: 15.5% !important;
		width: 15.5% !important;
		}
}

/* ----- [ Footer ] --------------- */
.page-footer {
	color: #fff;
	clear: both;
	/*background: var(--green1);*/
	margin: 0;
	margin-top: 100px;
	padding: 50px 0 0;
	text-align: center;
	background: var(--green1);
	background-size: 100%;
	}
.page-footer p,
.page-footer li,
.page-footer ul {
	font-size: 1em;
	margin: 0 0 1em;
	color: #fff;
	}
.page-footer li {
	margin: 0;
	}
.page-footer a {
	color: #fff;
	border: none;
	}
.page-footer a:hover {
	color: var(--accent);
	text-decoration: underline;
	}

.footer-logo {
	color: #fff;
	margin: 0 auto 20px;
	max-width: 290px;
	height: 145px;
	}

.footer-logo span {
	color: #ccc;
	}

.contact-info {
	margin-bottom: 20px;
	}
.site-credit {
	color: #222;
	font-size: 0.9rem;
	text-align: center;
	padding: 8px 30px;
	margin: 4em auto 0;
	background: #fff;
	}
.site-credit a {
	color: #222;
	text-decoration: underline;
	}
	
.footer-meta {
	text-align: right;
	}


/*
.col.badges {
	text-align: right;
	}
	
.badges img {
	height: 80px; 
	display: inline;
	text-align: right;
	margin: 0 10px;
	}
*/

.contact-icons img {
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	margin: -3px 6px 0 0;	
	}

@media only screen and (min-width: 600px) {
	.page-footer {
		text-align: left;
		padding-top: 100px;
		}
	.footer-logo {
		height: auto;
		margin: -44px 0 20px; 
		}
}

/* ----- [ SVG Social Media Icons ] --------------- */
.social-icons-wrapper {
	margin: 0 auto;
	}
.social-icons-wrapper .social-icon {
    color: #fff;
    display: inline-block;
    height: 22px;
	width: 22px;
    margin: 0 10px 10px 0;
	}

.social-icons-wrapper .social-icon:last-of-type {
	margin-right: 0;
	}

.social-icons-wrapper .social-icon a,
.social-icons-wrapper .social-icon a:visited {
    color: #fff;
    border: none;
	}
.social-icons-wrapper .social-icon a:hover,
.social-icons-wrapper .social-icon a:active {
    color: var(--accent);
    border: none;
	}

.social-icons-wrapper .social-icon svg {
    fill: currentColor;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	}

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


/* ----- [ FAQ / Accordion Section ] ------------ */
.faq-section {
	padding: 80px 0;
	}
.faq-section .inner {
	max-width: 960px;
	}

dl.accordion {
	margin: 0;
	padding: 25px 0 0;
	position: relative;
	border-top: 1px solid #ccc;
	}
	
dl.accordion h3 {
	font-size: 1.4rem;
	color: var(--green1);
	font-weight: 600;
	margin: 0 0 6px;
	}
	
dl.accordion > dt {
	font-family: var(--body);
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: 600;
	list-style: none;
	}

dl.accordion > dt > a {
	color: #000;
	display: block;
	vertical-align: middle;
	position: relative;
	padding-right: 1.5em;
	padding-bottom: 25px;
	text-decoration: none;
	transition: all .2s ease; 
	border-bottom: 1px solid #ccc;
	}
dl.accordion > dt > a:hover {
	/*text-decoration: none;
	border-bottom: inherit;
	background: none;*/
	}

dl.accordion > dt span {
	display: block;
	margin: 0;
	text-transform: none;
	font-weight: 400;
	}

dl.accordion > dt > a:before {
	content: '+';
	color: var(--orange);
	position: absolute;
	right: 0;
	top: -4px;
	font-size: 2.2rem;
	font-weight: 400;
	}

dl.accordion > dt > a.open {
	border-bottom: none;
	}

dl.accordion > dt > a.open:before {
	content: '−'; /* true minus sign */
	}
dl.accordion dd {
	padding: 0;
	margin: 0 0 25px;
	max-height: 0;
	opacity: 0;
    transition: all .4s ease;
	}
dl.accordion dd.is-open {
	padding: 0 0 15px;
	max-height: 1000px;
	opacity: 1;
	border-bottom: 1px solid #ccc;
	}

dl.accordion > dt > a:hover:before {
	}
	
dl.accordion p {
	line-height: 1.8;
	padding-right: 2em;
	}

/* ----- [ Content / Main (CMS text) ] --------------- */
.cms-text p > img {
	max-width: 100%;
	}
	
.cms-text strong:not(.dark strong) {
	color: #000;
	}
	
.cms-text a:not(.button),
.accordion dd a:not(.button) {
    text-decoration: none;
    border-bottom: 1px solid var(--lightgreen1);
    box-shadow: inset 0 -1px 0 var(--lightgreen1);
    color: inherit;
    transition: background .1s cubic-bezier(.33, .66, .66, 1);
	}
.cms-text a:not(.button):hover,
.accordion dd a:not(.button):hover {
    background: var(--greentint);
    color:#000
	}

.cms-text ul,
.cms-text ol,
.accordion dd ul,
.accordion dd ol {
	margin: 0 0 1.5em;
	}
.cms-text ul li,
.accordion dd li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.3em 1.5em;
	}
.cms-text ul li[style*="text-align:center;"] {
	list-style-position: inside;
	margin-left: 0;
	}
.cms-text ol li,
.accordion dd ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.3em 1.5em;
	}
	
.cms-text p + h3,
.cms-text ul + h3 {
	margin: 1em 0 0.5em;
	}
	
.cms-text li::marker {
	color: #82B415;
	}
	
table {
	border: none;
	margin-bottom: 20px;
	}
/*
table:after {
	content: "";
	clear: both;
	}
*/
td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 1rem;
	line-height: 1.2;
	}
	
table.accredit-table {
	border: none;
	margin-left: -3px;
	}
.accredit-table td {
	border: none;
	padding: 0;
	vertical-align:middle;
	}

/* ----- [ Services List ] -----------------*/
.check-bullets {
	margin: 0;
	}

.check-bullets li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 -30px;
	background: url('../images/check-yellow.png') 50% 50% no-repeat;
	background-size: 100%;
	color: red;
	}
.check-bullets li {
	line-height: 1.1em;
	list-style-type: none !important;
	margin: 10px 10px 10px 45px;
	}

/* 600px equivalent breakpoint */
@media only screen and (min-width: 600px) {
	.check-bullets {
		margin: 0 0 2em;
		}
}

/* ----- [ Tech Specs Tabbed Nav ] -----------------*/
.specs {
	margin: 60px 0 0;
	}
.ps-tabs {
	position: relative;
	margin-bottom: 20px;
	}

.tabs-head {
	font-size: 1.3rem;
	margin: 1.5em 0 0.5em;
	}

.ps-tabs:last-of-type {
	margin-bottom: 0;
	}
.ps-tabs nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}
	
@media only screen and (min-width: 960px) {
	.ps-tabs nav {
		position: relative;
		}
}
.ps-tabs-navigation {
	display: flex;
	margin: 0;
	}

.ps-tabs-navigation a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 700;
	padding: 8px 2em;
	margin: 0 -1px 0 0;
	border: 1px solid #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	vertical-align: middle;
	}
.ps-tabs-navigation a.selected,
.ps-tabs-navigation a:hover {
	background-color: #ffffff !important;
	text-decoration: none;
	}
.ps-tabs-navigation a.selected {
	border-bottom-color: #fff;
	}

.ps-tabs-content {
	text-align: left;
	margin: 0;
	padding: 0;
	background: #fff;
	/*border: 1px solid #ccc;*/
	/*margin-top: -2px;*/
	}
.ps-tabs-content > li {
	text-align: left;
	padding: 0;
	display: none;
	}

.ps-tabs-content li.selected {
	display: block;
	-webkit-animation: ps-fade-in 0.5s;
	-moz-animation: ps-fade-in 0.5s;
	animation: ps-fade-in 0.5s;
	}
	

.ps-tabs-content li p {
	text-align: left;
	}
.product-info ul li,
.product-info ul li.selected {
	display: list-item;
	list-style-type: disc;
	margin: 0 0 0 2em;
	}

.tab-content {
	margin-top: -1px;
	padding: 30px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	overflow: auto;
	}

@media only screen and (min-width: 660px) {
	.tab-content {
		/*
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		*/
		}
}

.tab-content table {
	margin: 0;
	border-bottom: 1px solid #ccc;
	table-layout: auto;
	table-layout: fixed;
	min-width: 100%;
	width: auto !important;
	border-collapse: collapse;
	}

.tab-content td,
.tab-content th  {
	font-size: 1rem;
	padding: 6px 4px;
	border: none;
	border-top: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.tab-content th {
	font-weight: 600;
	text-transform: uppercase;
	background: var(--grey1);
	}
.tab-content td:first-child {
	font-weight: 600;
	}
.tab-content td:last-child {
	padding-right: 1em;
	}
	
.tab-content td[colspan]:not([colspan="1"]) {
	text-align: left;
	}
	
.table-layout-fixed {table-layout: fixed !important;}
.table-layout-fluid {table-layout: initial !important;}

.small-text {
	font-size: 0.8em;
	line-height: 1.6;
	margin-top: 0.7em;
	}


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

/* global section centering #utility */
.text-left,
.text-left p,
.text-left li,
.text-left h2,
.text-left h3 {
	text-align: left;
	}
.text-right,
.text-right p,
.text-right li,
.text-right h2,
.text-right h3 {
	text-align: right;
	}
.text-center {
	text-align: center;
	}

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

.quickedit {
	position: absolute;
	top: 0;
	left: 15px;
	color: #ccc;
	opacity: 0.7;
	width: 10px;
	height: 10px;
	}

#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
	}

.align_left,
.align_right,
.align_center {
	/*width: 100%;*/
	margin: 0 0 20px;
	}
.align_center {
	margin: 0 auto 20px;
	}

@media only screen and (max-width: 580px) {
	img.align_right.hidpi,
	img.align_left.hidpi,
	img.align_center.hidpi {
		max-width: 100%;
		}
	img.align_right,
	img.align_left,
	img.align_center {
		max-width: 100%;
		}
}

@media only screen and (min-width: 580px) {
	.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;
		}
	.align_left.push_left {
		margin-left: -110px;
		}
	.align_right.push_right {
		margin-right: -140px;
		}
}

.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}
	

/* New Landing pages: regional-landing-page-v1  */
.regional-landing-page-v1-template .footer-nav,
.regional-landing-page-v1-template .main-navigation .menu-item:not(.li-phone),
.regional-landing-page-v1-template .menu-toggle {
	/*display: none;*/
	}
.regional-landing-page-v1-template .main-navigation .li-phone {
	font-size: 2rem;
	}
.regional-landing-page-v1-template .main-navigation .li-phone .menu-link {
	font-size: 1.2rem;
	}
/* disable logo link */
.regional-landing-page-v1-template .logo-wrap a {
	/* cursor: default;
	pointer-events: none;        
	text-decoration: none; */
    }
    
.regional-landing-page-v1-template .button-cta {
	font-size: 2.2rem;
	}
	
.topbar {
	display: block;
	color: #fff;
	padding: 3px 30px;
	text-align: center;
	background: var(--lightgreen1);
	}
.topbar a,
.topbar a:hover {
	color: #fff;
	}

@media only screen and (min-width: 600px) {
	.topbar {
		display: none;
		}
}


@media print {
	@page {
		margin: 0.5cm;
		}
	@page :first {
		margin: 1cm 2cm;
		}
	.page-header {
		position: relative;
		background: none;
		}
	a.logo,
	a.logo span {
		color: #000;
		}
	.hero {
		height: 5cm;
		display: none;
		}

	h1 {
		margin: 1cm 0;
		}
	h1:after {
		display: none;
		}
	.featured-section,
	.firewood,
	.angles,
	.page-footer,
	#editpage {
		display: none;
		}

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

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

	.image-row-4 > img {
		float: left;
		width: 23.2%;
		margin: 0 2.4% 2.4% 0;
		}
	.image-row-4 > img:nth-of-type(4) {
		float: right;
		margin-right: 0;
		}
		
	.align_left {
		float: left;
		margin: 0 1em 0.25em 0;
		}
	.align_right {
		float: right;
		margin: 0 0 0.25em 1em;
		}
	img.align_right.hidpi,
	img.align_left.hidpi,
	img.align_center.hidpi {
		width: 300px;
		}
}

/* ============ FOR_REDIRECT PAGE ============*/
.redirect-heading {
	padding-top: 152px;
}
.redirect-heading * {
	color: #000;
}
.redirect-heading-inner {
	border: 4px solid var(--accent);
	margin: 50px auto;
	padding: 30px 60px;
	/*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
	text-align: center;
	max-width: calc(var(--inner) - 60px);
}

/* 29/08/23 - edits */

.what-it-looks-like ul {
    columns: 2;
    padding-bottom: 1rem;
    border-bottom: 1px solid lightgray;
}

/* -- 05/09/23 -- */
.landing-page-alt-template .hero {
    max-height: unset !important;
    height: fit-content;
}
.landing-page-alt-template .hero .inner {
    padding-top: 80px;
}
@media only screen and (max-width: 500px) {
    .landing-page-alt-template .hero-text h1 {
        font-size: 1.4rem;
    }
    .landing-page-alt-template .hero {
        height: fit-content;
    }
}

/* -- 18/01/23 -- */
/* ---  [ Hero With Form Section ] --- */
.hero-with-form {
    display: grid;
    grid-template-columns: 6fr 6fr;
    /* background-image: none; */
}
.hwf-text-wrapper {
    padding-left: 5vw;
    background-position: center left;
    background-size: cover;
}
.hero-with-form .form-container {
    background-color: transparent;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-with-form .form-wrapper {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    /*height: 100%;*/
    /* max-width: 500px; */
    max-width: 400px;
    min-width: 300px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-with-form .inner {
    align-items: center;
}
.hero-with-form .form-wrapper h2 {
	font-size: 1.4rem;
	margin-top: 1.5rem;
	margin-bottom: 0;
	max-width: 310px;
	text-wrap: balance;
	color: #4A4E53;
}
@media only screen and (max-width: 1250px) {
	.hero-with-form h1 {
		font-size: 2rem;
	}
	.hero-with-form p {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 900px) {
    .hero-with-form {
        display: grid;
        grid-template-columns: 6fr;
        /*padding-bottom: 6rem;*/
        height: auto;
        max-height: unset !important;
        /* background-image: none; */
    }
    .hero-with-form .inner {
        padding-top: 5rem;
    }
    .hero-with-form .hero-text {
        max-width: 460px;
        margin: auto;
    }
    .hero-with-form .form-container {
        background-color: white;
    }
    .hero-with-form .cta-divider-bottom {
        display: none;
    }
}

.tr-widget {
    margin: 0 auto;
	}
.reviews-section-title {
	margin-bottom: 0;
	}
.review-grid-title {
    max-width: 900px;
    margin: 3rem auto;
    margin-bottom: 1.5rem;
	}
.rplg .rplg-badge-fixed {
    z-index: 999990!important;
}
.tr-widget .rplg-grid-row.rplg-businesses {
    display: none !important;
}

.rplg-row-right{
    align-items: center;
    display: flex;
    flex-direction: column;
}


.testimonial-carousel {
    margin: 50px auto 80px;
    padding: 0;
}
.testimonial-carousel .rplg-grid-row.rplg-businesses {
    display: none!important;
}


.repeater-carousel-gallery {
    /*margin-top: 6rem;*/
}

@media only screen and (max-width: 900px) {
    .tr-widget[data-id="5876"] {
        display: none;
    }
}

