/**
	@Author:	Paul Strandoo
	@Date:		04/2024
	@Notes:		Platinum Glazing 
	
	Open Sans: 300/500/700
	roofing-red: #8d2427;
	mobile/desktop menu break: 1260px; 1112px; 1024px
	970 / 1170 /
*/

@import url("font-awesome.min.css");
:root {
	--display-font: "Open Sans", sans-serif;
	--body-font: "Open Sans", sans-serif;
	--display-med: 600;
	--display-bold: 700;
	--body-light: 400;
	--body-med: 600;
	--body-bold: 700;
	
	--light-blue: #A8ACFB;
	--light-blue: #767DF9;
	
	--dark-blue: #283891;
	--text-blue: #363096;
	--accent-green: #00AA2F;
	
	--green-1: #48aa00;
	--green-2: #348000;

	--grey-1: #F8F8F8;
	--grey-2: #F5F5F5;	/* rgb(245,245,245) */
	--grey-3: #F0F0F0;	/* rgb(240,240,240) */
	--grey-4: #E8E8E8;	/* rgb(232,232,232) */
	--grey-5: #E0E0E0;	/* rgb(224,224,224) */
	
	--grey-6: #808080;	/* rgb(128,128,128) */
	
	--grey: #cfcfcf;

	--white: #ffffff;
	
	--black: #171717;
	--black1: #212121;
	--black3: #111111;
	
	--section-pad-large: 7em;
	--section-pad-med: 5em;
	--section-pad-small: 3em;
	
	--header-height: 220px;
	
    --inner: 1260px; /* 1320 */
    --inner-narrow: 960px;
    --inner-large: 1150px;
    --inner-wide: 1500px;
    --inner-very-wide: 1970px;
    --inner-full: 100%;
    
    /*--section-default-padding: 70px 0;
    --section-mobile-padding: 40px 0;*/
	}

/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
*/

/**
 * Reset stylesheet to normalize styles across browsers
 */

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

* {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 100%;
	height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 156px;
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	background: #ffffff;
	}

body, input, textarea, table {
	font-family: var(--body-font);
	font-weight: var(--body-light);
	font-style: normal;
	color: var(--black);
	}

/* ----- [ Typography ] -------------------------*/
p,
li,
td {
	font-family: var(--body-font);
	font-weight: var(--body-light);
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 1.2rem;
	line-height: 1.6em;
	margin: 0 0 1em;
	}
	
ul {
	margin: 1em 0;
	}

li {
	margin: 0;
	}
em {
	font-style: italic;
	}
strong, b {
	font-weight: 700;
	}

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

a { 
	color: inherit;
	text-decoration: underline;
	}

a:hover {
	color: var(--accent-green);
	/*text-decoration: underline;*/
	}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--display-font);
	font-weight: var(--display-med);
	font-style: normal;
	color: var(--text-blue);
	font-variation-settings: "wdth" 100;
	line-height: 1.1;
	}

h1,.h1 {
	font-family: var(--display-font);
	font-weight: var(--display-bold);
	font-size: 2.2rem;
	font-size: clamp(2rem, 10vw, 5rem);
	line-height: 1.2;  
	letter-spacing: 0.02em;
	max-width: 40ch;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	width: 100%;
	}

h2,.h2 {
	font-family: var(--display-font);
	font-weight: var(--display-med);
	color: var(--text-blue);
	font-size: 2.2rem;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 0.8em;
	}
	
h2:first-of-type {
	margin-top: 0;
	}
	
h3,.h3 { 
	font-family: var(--display-font);
	font-weight: var(--display-med);
	color: var(--black);
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 0 0 0.8em;
	}

h4,.h4 { 
	font-family: var(--body-font);
	font-weight: var(--body-bold);
	font-size: 1.1rem;
	line-height: 1.4;
	margin: 0 0 0.2em;
	}
	
h5,.h5 { 
	font-family: var(--body-font);
	font-weight: var(--body-med);
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0 0 0.2em;
	}
	
.page-footer h5 {
	font-size: 1rem;
	font-weight: var(--body-bold);
	margin: 0 0 1em;
	}

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

@media only screen and (min-width: 400px) {  
	h2,.h2 {
		font-size: 2.4rem;  
		}
}

@media only screen and (min-width: 600px) {
	h1,.h1 {
		font-size: 2.2rem;
		}
	
	h2,.h2 {
		font-size: 2rem;
		}
	
	h3,.h3 {
		font-size: 1.6rem;
		}
	h4,.h4 { 
		font-size: 1.3rem;
		}
}


figure {
	margin: 0;
	}
img {
	vertical-align: middle;
	}


/* ----- [ Structure ] -----------------*/
.page-wrapper {
	position: relative;
	padding-top: 0;
	background: #fff;
	min-height: 100%;
	/*z-index: 2;*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}


.page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: var(--grey1);
	z-index: 600;
	opacity: 0;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-top: 120px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.page-overlay.is-open {
	position: fixed;
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
	}
.page-overlay.is-open + .page-header {
	/*position: fixed;*/
	}

@media only screen and (min-width: 750px) {
	.page-overlay {
		align-items: center;
		padding: 0.9;
		}
}

header,
section,
footer {
	width: 100%;
	margin: 0;
	position: relative;
	}
section {
	margin: 0;
	padding: var(--section-pad-med) 0;
	position: relative;
	}

.inner {
	max-width: calc(var(--inner) + 32px);
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	}
.inner-narrow {
	max-width: var(--inner-narrow);
	}
.inner-large {
	max-width: var(--inner-large);
	}
.inner-wide {
	max-width: var(--inner-wide);
	}
	
.inner-full {
	max-width: 100%;
	/*height: 250px;*/
	margin: 0;
	padding: 0;
	}

@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: 450px) { 
	.inner {
		padding: 0 30px;
		}
}

@media only screen and (min-width: 974px) {
	.flex-inner {
		margin: 20px 0;
		}
}

/* ----- [ 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;
	/*justify-content: stretch;*/
	list-style: none;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	position: relative;
	}

.col {
	flex: 1;
	padding: 0;
	max-width: 100%;
	}

@media only screen and (min-width: 420px) {
	.col { flex: initial; }
	.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;
		}
	.row.padding-50 {
		margin-left: -50px;
		margin-right: -50px;
		}

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

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

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

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

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

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

	.m-auto {
		width: auto;
		}
	.m-full,
	.m-1of1,
	.m-2of2 {
		width: 100%;
		flex: initial;
		}
	.m-1of2,
	.m-50 {
		width: 50%;
		flex: initial;
		}
	.m-1of3,
	.m-33 {
		width: 33.3333%;
		flex: initial;
		}
	.m-2of3,
	.m-66 {
		width: 66.6667%;
		flex: initial;
		}
	.m-1of4,
	.m-25 {
		width: 25%;
		flex: initial;
		}
	.m-3of4,
	.m-75 {
		width: 75%;
		flex: initial;
		}
	.m-1of5,
	.m-20 {
		width: 20%;
		flex: initial;
		}
		
	.m-hidden { display: none; }
}

@media only screen and (min-width: 770px) {
	.t-auto {
		width: auto;
		}
	.t-full,
	.t-1of1
	.t-2of2,
	.t-3of3,
	.t-4of4,
	.t-5of5 {
		width: 100%;
		flex: initial;
		}
	.t-1of2,
	.t-2of4,
	.t-3of6,
	.t-50 {
		width: 50%;
		flex: initial;
		}
	.t-1of3,
	.t-2of6,
	.t-33 {
		width: 33.3333%;
		flex: initial;
		}
	.t-2of3,
	.t-4of6,
	.t-66 {
		width: 66.6667%;
		flex: initial;
		}
	.t-1of4,
	.t-25 {
		width: 25%;
		flex: initial;
		}
	.t-3of4,
	.t-75 {
		width: 75%;
		flex: initial;
		}
	.t-1of5,
	.t-3of6,
	.t-20 {
		width: 20%;
		flex: initial;
		}
	.t-2of5,
	.t-40 {
		width: 40%;
		flex: initial;
		}
	.t-3of5,
	.t-60 {
		width: 60%;
		flex: initial;
		}
	.t-4of5,
	.t-80 {
		width: 80%;
		flex: initial;
		}
	.t-hidden { display: none; }
}
@media only screen and (min-width: 1200px) { 
	.d-auto {
		width: auto;
		}
	.d-full,
	.d-2of2,
	.d-3of3,
	.d-4of4,
	.d-5of5 {
		width: 100%;
		flex: initial;
		}
	.d-1of2,
	.d-2of4,
	.d-3of6,
	.d-50 {
		width: 50%;
		flex: initial;
		}
	.d-1of3,
	.d-2of6,
	.d-33 {
		width: 33.3333%;
		flex: initial;
		}
	.d-2of3,
	.d-4of6,
	.d-66 {
		width: 66.6667%;
		flex: initial;
		}
	.d-1of4,
	.d-25 {
		width: 25%;
		flex: initial;
		}
	.d-3of4,
	.d-75 {
		width: 75%;
		flex: initial;
		}
	.d-1of5,
	.d-3of6,
	.d-20 {
		width: 20%;
		flex: initial;
		}
	.d-2of5,
	.d-40 {
		width: 40%;
		flex: initial;
		}
	.d-3of5,
	.d-60 {
		width: 60%;
		flex: initial;
		}
	.d-4of5,
	.d-80 {
		width: 80%;
		flex: initial;
		}
	.d-1of6,
	.d-16 {
		width: 16.6666%;
		flex: initial;
		}
		
	.d-hidden { display: none; }
	/* heros */
}

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


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

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

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

/* legacy */
@media only screen and (min-width: 600px) {
	.row,
	.flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		}
}


/* ----- [ Color variants ] ----------- */
.dark {
	color: #fff !important;
	background: #414141;
	}
.dark h1,
.dark h2,
.dark h3,
.dark p,
.dark li,
.dark a {
	color: #fff;
	}
.dark a:hover {
	}

/* ----- [ Flex Container ] ----------- */
.flex-container {
	display: block;
	height: 100%;
	height: auto;
	}
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	}
.flex-container > * {
	/*width: 100%;*/
	display: block;
	}
	
@media only screen and (min-width: 600px) { /* 1110px */
	/* Make this a Utility Class */
	.flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		}
	
	.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-between { justify-content: space-between; }
	.f-stretch { justify-content: stretch; }
}

/* ----- [ Page Header / Masthead ] -----------------*/
.page-header {
	/* fixed or not */
	/*position: sticky;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	/*background: #fff;*/
	/*background: var(--brand-light);*/
	-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 .inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: var(--inner-very-wide);
	margin: 0 auto;
	padding: 10px 15px;
	overflow: visible;
	}

.logo-wrap {
	display: block;
	height: auto;
	max-width: 150px;
	margin: 0;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

/*.home-page .page-header,*/
.page-header.is-small {
	background: #fff;
	}
	
.is-small .logo-wrap {
	max-width: 150px;
	}

.is-fixed .logo-wrap {
	opacity: 0;
	}
	
.top-bar {
	color: var(--white);
	background: var(--dark-blue);
	padding: 5px 30px;
	text-align: center;
	}
.top-bar p {
	font-size: 1rem;
	font-weight: var(--body-med);
	margin: 0;
	letter-spacing: 0.02em;
	}
.top-bar a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	}
.top-bar a:hover {
	color: #fff;
	text-decoration: underline;
	}
.top-bar p:not(:last-child) {
	display: none;
	}


@media screen and (min-width: 740px) {
	.top-bar {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		}
	.logo-wrap {
		max-width: 180px;
		}
	.top-bar p:not(:last-child) {
		display: block;
		}
	.top-bar p:last-child {
		display: none;
		}
}

@media screen and (min-width: 950px) {
	.page-header .inner {
		padding: 15px 30px;
		}
}

@media screen and (min-width: 1070px) {
	.logo-wrap {
		display: block;
		max-width: 200px;
		}
	.home-page .logo-wrap img:not(.is-small .logo-wrap img) {
		opacity: 0;
		}
}

@media screen and (min-width: 1240px) {
	.head-meta {
		display: block;
		}
}

/* ----- [ Menu Trigger (Hamburger) ] ---- */
.menu-toggle {
	position: absolute;
	right: 1em;
	display: block;
	background: transparent;
	width: 44px;
	height: 44px;
	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(255, 255, 255, 0);
	}
.menu-toggle.is-clicked .menu-icon::before, 
.menu-toggle.is-clicked .menu-icon::after {
	background-color: #fff;
	}
.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);
	}

/* was prefaced by 'is-small' class */	
.menu-toggle .menu-icon {
	background-color: #222;
	}
.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: #222;
	}

@media only screen and (min-width: 570px) { 
	.menu-toggle {
		right: 2em;
		}
}
	
@media only screen and (min-width: 1240px) { /* 1020px */
	.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-wrapper {
	display: flex;
	flex-direction: column-reverse;
	}
.main-navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 0;
	margin: 0;
	padding: 10% 10%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	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;
	background: #fff;
	z-index: -1;
	opacity: 0;
	}
	
.main-navigation.is-open {
	min-height: 100vh;
	opacity: 1;
	overflow: scroll;
	}
	
.main-navigation ul {
	margin: 0 0.5em;
	}
.level-2 {
	font-weight: var(--body-med);
	margin: 0.6em 0;  
	text-decoration: none;
	}
	
.menu-item {
	margin: 0.5em 0;
	text-decoration: none;
	}
.menu-link {
	font-weight: var(--body-med);
	font-size: 1.6rem;
	line-height: 1.4;
	color: var(--grey-6);
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	}
.menu-link:hover,
.menu-link.on {
	color: var(--dark-blue);
	text-decoration: none;
	border-bottom: 4px solid var(--dark-blue);
	}
	
.menu-link:hover {
	color: var(--light-blue);
	border-bottom: 4px solid var(--light-blue);
	text-decoration: none;
	}

@media only screen and (min-width: 1240px) { /* 1240px */
	.page-header .inner {
		/*align-items: flex-start;*/
		}
	.nav-wrapper {
		flex-direction: row;
		}
	.main-navigation {
		display: flex;
		flex-direction: row;
		position: relative;
		justify-content: flex-start;
		align-items: center;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		background-color: transparent;
		overflow: visible;
		flex-basis: 34%;
		opacity: 1;
		z-index: 1;
		}

	.menu-item {
		position: relative;
		display: inline-block;
		margin: 0 1em;
		line-height: 1;
		white-space: nowrap;
		}
	.menu-item:last-child {
		margin-right: 0;
		}

	.menu-link {
		font-size: 1.1rem;
		line-height: 1.2;
		font-weight: var(--body-med);
		letter-spacing: 0.03em;
		padding: 0;
		/*background-color: transparent;*/
		}
		
	.menu-item:hover .dropnav {
		top: 130%;
		visibility: visible;
		opacity: 1;
		}
	/*	
	.menu-link:before {
		content: "";
		position: absolute;
		height: 30px;
		width: 30px;
		top: 0;
		left: calc(50% - 15px);
		border-radius: 50%;
		background: var(--accent-green);
		z-index: -1;
		opacity: 0;
		-webkit-transform: scale(0.05);
		-moz-transform: scale(0.05);
		-o-transform: scale(0.05);
		-ms-transform: scale(0.05);
		transform: scale(0.05);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		}
	.menu-link:hover:before,
	.menu-link.on:before {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		vertical-align: middle;
		}
	*/
	.menu-link:hover,
	.menu-link.on {
		text-decoration: none;
		}
		
	.dropnav {		
		display: block;
		position: absolute;
		width: auto;
		top: 210%;
		/* 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;
		border-radius: 20px;
		-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,
	.nav-services {
		margin: 0;
		}
		
	.dropnav li {
		display: block;
		text-align: left;
		margin: 0;
		padding: 0;
		}

	.dropnav .menu-item {
		font-family: var(--body-font);
		font-weight: var(--body-med);
		color: #222;
		/*font-size: 1.1rem;
		line-height: 1.2;*/
		margin: 0 0 0.4em;
		padding: 0;
		text-transform: none;
		text-decoration: none;
		background-color: transparent;
		border-bottom: 2px solid transparent;
		}
		
	.dropnav .menu-item:hover,
	.dropnav .menu-item.on {
		color: #000;
		text-decoration: none;
		}

	.main-navigation .level-2 {
		margin: 0;
		}
	.main-navigation .level-2 ul {
		margin: 0 0 0.2em;
		}
	.main-navigation .level-3 .menu-item {
		font-weight: var(--body-lignt);
		font-size: 1rem;
		margin-left: 1em;
		}	
		
	.submenu-toggle {
		position: relative;
		top: -1px;
		z-index: 2;
		display: inline-block;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
		}

	.submenu-toggle:before {
		content: '\f107';
		font-family: 'FontAwesome', sans-serif;
		}
}


/* ----- [ Home Hero ] --------------- */
.home-hero {
	margin: 0 auto;
	padding: 0;
	padding-top: 200px; /* header */
	height: auto;
	min-height: 300px;
	/*max-height: 500px;*/
	}

.hero-logo {
	display: none;
	}


.home-intro .inner {
	max-width: 1100px;
	}
.home-intro-left {
	border-left: 15px solid var(--green-1);
	padding: 0 5%;
	}
.home-intro-right {
	padding: 0 10%;
	}
.home-intro-right li {
	font-size: 1.3rem;
	font-style: italic;
	font-weight: var(--body-med);
	}
	
@media screen and (min-width: 570px) {
	.hero-logo {
		display: block;
		}
	.home-hero .hero-text {
		margin: -30px 0 0 165px;
		}
}


/* ----- [ Hero Images ] ----------------- */
.hero {
	height: auto;
	/*height: 200px;*/
	margin: 0;
	padding: 40px 0 0;
	padding-top: 200px; /* header */
	padding-bottom: 100px;
	}

/* home hero : see above */
/*
.home-hero h1 {
	font-size: 3.1rem;
	max-width: 16em;
	}
*/

/*
.hero-img-wrapper {
	width: 500px;
	margin-left: -300px;
	margin-right: 0;
	}
h1 {
	font-size: 3rem;
	margin-left: -100px;
	}
*/
@media screen and (min-width: 600px) {
	.hero:before {
		bottom: 50px;
		}
}

/* ----- [ Featured Services ] ------------- */
.featured-services {
	background: #ECEDFF;
	}
.featured-services a {
	text-decoration: none;
	}
.fc-link {
	text-align: center;
	}

.fc-image-wrapper {
	border: 8px solid var(--white);
	margin: 0 0 0.8em;
	overflow: hidden;
	}
.fc-image-wrapper img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.fc-image-wrapper:hover img {
	transform: scale(1.05);
	}
.fc-link h4 {
	margin-bottom: 1em;
	}
.fc-link:hover h4 {
	color: var(--light-blue);
	}
	
.bordered {
	text-align: center;
	border: 4px solid #fff;
	padding: 20px 10px 10px;
	margin-bottom: 20px;
	}


/* ----- [ Steps Section ] ------------- */
.steps-section {
	/*background: #F5F5F7;*/
	}
.steps-section ol {
	list-style: none;
	display: flex;
	flex-direction: column;
	}
.steps-section strong {
	font-size: 1.3rem;
	}
	
.steps-section li:first-child {
	background: #283891;
	}
.steps-section li:nth-child(2) {
	background: #616af0;
	}
.steps-section li:nth-child(3) {
	background: #9096ef;
	}
.steps-section li:nth-child(4) {
	background: #b9bef9;
	}

.steps-section ol li:not(:last-child):after {
	content: "";  
	border: 30px solid transparent;
	border-top: 30px solid #283891;
	position: absolute;
	bottom: -55px;
	left: calc(50% - 30px);
	z-index: 1;
	}
	
.steps-section ol li:first-child:after {
	border-top: 30px solid #283891;
	}
.steps-section ol li:nth-child(2):after {
	border-top: 30px solid #616af0;
	}
.steps-section ol li:nth-child(3):after {
	border-top: 30px solid #9096ef;
	}

.steps-section ol li {
	color: #fff;
	background: #666;
	padding: 20px;
	flex: 1;
	position: relative;
	height:auto;
	margin-bottom: 10px;
	}
.steps-section ol li:first-child {
	border-radius: 20px 20px 0 0;
	}
.steps-section ol li:last-child {
	border-radius: 0 0 20px 20px;
	}
.steps-section ol li:last-child img,
.steps-section ol li:last-child p {
	margin: 0 auto;
	}

@media only screen and (min-width: 768px) {  
	.steps-section ol {
		list-style: none;
		display: flex;
		flex-direction: row;
		}
	.steps-section ol li {
		padding: 20px 10px 20px 60px;
		flex: 1;
		margin-right: 15px;
		position: relative;
		height: 260px;
		}
	.steps-section ol li p:not(:first-child) {
		font-size: 1rem;
		}

	.steps-section ol li:first-child {
		border-radius: 20px 2px 2px 20px;
		padding-left: 40px;
		}
	.steps-section ol li:last-child {
		border-radius: 0 20px 20px 0;
		padding: 30px 20px 30px 55px;
		margin-right: 0;
		}
		
	/* set sizing of front pointers */
	.steps-section ol li:not(:last-child):after {
		content: "";  
		border-top: 130px solid transparent;
		border-bottom: 130px solid transparent;
		/*border-left: 40px solid #666;*/
		position: absolute;
		/*right: -39.6px; */
		right: auto;
		top: 0; 
		bottom: 0;
		left: 100%;
		z-index: 1;
		}
	.steps-section ol li:not(:first-child):before {
		content: "";  
		border-top: 130px solid transparent;
		border-bottom: 130px solid transparent;
		border-left: 40px solid #F5F5F7;
		position: absolute; left: 0; top: 0; bottom: 0;
		}
	.steps-section ol li:first-child:after {
		border-left: 40px solid #283891;
		}
	.steps-section ol li:nth-child(2):after {
		border-left: 40px solid #616af0;
		}
	.steps-section ol li:nth-child(3):after {
		border-left: 40px solid #9096ef;
		}
}
	
/* ----- [ Call to Action section ] -------------- */	
.call-to-action {
	text-align: center;
	color: #fff;
	background: var(--dark-blue);
	padding: 40px 30px;
	}
.call-to-action .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}
.call-to-action h2,
.call-to-action h3 {
	font-size: 2.8rem;
	color: #fff;
	margin: 0 0.5em 0 0;
	}
	
@media only screen and (min-width: 600px) {  
.call-to-action .inner {
	flex-direction: row;
	}
}

.home-text-wrapper {
	margin: 0 0 0 auto;
	padding: 0 6%;
	max-width: 54em;
	}

/* ----- [ Sponsor Logos (UNUSED but Save) ] --------------- */
.sponsor-section {
	margin: 0;
	padding: 25px 0;
	background: #fff;
	}
.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: 0;
	}
.sponsor-logo {
	margin: 0 3%;
	height: 72px;
	}
.sponsor-logo img {
	height: 100%;
	/*width: 200px; */
	max-width: 200px;
	object-fit: scale-down;
	}

/* ----- [ Services Page ] -----------------*/
.services-section {
	padding-top: 0;
	}
.services-section .inner {
	padding: 0;
	}
.service-row {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 20px;
	}

.service-col,
.service-summary {
	width: 100%;
	}

.service-row:nth-of-type(even) {
	background: var(--grey-2);
	}
.service-image-wrapper {
	margin-bottom: 20px;
	}
.service-image {
	display: block;
	width: 100%;
	}
	
@media only screen and (min-width: 600px) { 
	.service-row:nth-of-type(odd) {
		flex-direction: row-reverse;
		}
}

@media screen and (min-width: 768px) {
	.service-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 20px;
		margin-bottom: 20px;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: nowrap;
		overflow: hidden;
		padding: unset;
		/* background: #f1f1f1; */
		}
	.service-image-wrapper img {
		object-fit:cover;
		height: 100%;
		}
	.service-text-wrapper {
		margin: 0 0 0 auto;
		padding: 10%;
		max-width: 43em;
		}
	.service-row:nth-of-type(even) .service-text-wrapper {
		margin: 0 auto 0 0;
		}
}

/* ----- [ Media/Bio ] -----------------*/
.media-wrapper {
	display: block;
	position: relative;
	margin: 0 0 16px;
	text-decoration: none;
	border: none;
	overflow: hidden;
	}

.media-wrapper img {
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
.media-link {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
	border: 1px solid #000;
	transition: all 0.3s ease-in-out;
	}
.media-wrapper .button {
	position: absolute;
	bottom: 0;
	left: 10px;
	opacity: 0;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
.media-wrapper:hover .media-link {
	background: rgba(0,0,0,0.6);
	}
.media-wrapper:hover img {
	transform: scale(1.1);
	}
.media-wrapper:hover .button {
	bottom: 10px;
	opacity: 1;
	}
.media-body p {
	line-height: 1.4;
	}
	
.read-bio {
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	margin: 0;
	padding: 5px 15px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
	}
.media:hover .read-bio {
	opacity: 1;
	}

.bio-popup {
	display: none;
	}
.about-us-page .featherlight .featherlight-content {
	max-width: 48em;
	padding: 2.5em 2.5em 0.5em;
	border-radius: 25px;
	}
.about-us-page .featherlight:last-of-type {
	background: rgba(0,0,0,0.65);
	}
.featherlight .featherlight-close-icon {
	top: 15px;
	right: 15px;
	font-size: 1.8rem;
	color: #333;
	}


#balloon h4,
#balloon p {
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 300;
	}
#balloon h4 {
	font-size: 0.9rem;
	font-weight: 700;
	}
	
.contact-page dd {
	columns: 2;
	}

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

.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;
	position: relative;
	}
	
.cms-text ul li:before {
	content: "";
	position: absolute;
	height: 22px;
	width: 22px;
	left: -1.6em;
	top: 5px;
	background: url('../images/green-check-1.png') no-repeat;
	background-size: cover;
	}
	
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
	
.cms-text a:not(.button) {
	color: var(--accent-green2);
	}
.cms-text a:not(.button):hover {
	color: var(--brand-light);
	}
	
.cms-text hr {
	height: 10px;
	margin: 2em 0;
	border: none;
	background: var(--accent-green2);
	clear: both;
	}

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

.child-links li {
	display: block;
	margin: 0 0 10px;
	}

/* 600px equivalent breakpoint */
@media only screen and (min-width: 37.5em) { 
	/* 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;
	}
}

/* ----- [ Icons Section (home) ] ------------- */
.benefit-icons .inner {
	padding: 0 30px;
	}
.benefit-icons {
	padding-top: 3em;
	padding-bottom: 2em;
	}
.benefit-icons .col {
	margin-bottom: 1.5em;
	}
.benefit-icons p {
	margin: 0;
	}
.benefit-icons img {
	margin: 0 0 0.5em !important;
	filter: brightness(0) saturate(100%) invert(18%) sepia(85%) saturate(1452%) hue-rotate(214deg) brightness(96%) contrast(96%);
	}
	
.multi-content.tint,
.service-row.tint {
	background: var(--grey-2) !important;
	}
.multi-content.white,
.service-row.white {
	background: var(--white) !important;
	}

/* ----- [ About/Team ] --------------- */
.media-card {
	margin-bottom: 30px;
	}
.media {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	}
	
.media .alt-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	}

.media:hover .alt-image {
	opacity: 1;
	visibility: visible;
	}
.media-text {
	padding: 15px 0;
	position: relative;
	}

.media-text h3,
.media-text h4 {
	font-size: 1.3rem;
	font-weight: var(--body-med);
	line-height: 1.3;
	margin: 0 0 0.2em;
	}
.media-text h4 {
	font-size: 1.2rem;
	font-weight: var(--body-light);
	}
.media-text a {
	text-decoration: none;
	}

.instagram-feed {
	background: #eee;
	}
	
/* ----- [ Insta ] ---------------------------- */
.instalink {
	position: absolute;
	top: 50%;
	left: 50%;
	/*padding: 30px;*/
	text-align: center;
	background: #fff;
	transform: translate(-50%, -50%);
	}
.instalink h3 {
	font-size: 1.2rem;
	margin: 0;
	}
.insta-icon {
	height: 36px;
	width: 36px;
	display: inline-block;
	vertical-align: -30%;
	}
.insta-post {
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	position:relative;
	overflow: hidden;
	}
.insta-image {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	height:100%;
	object-fit: cover;
	/*padding: 5px;*/
	}
	
.vid-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.vid-icon img {
	width: 60px;
	height: 60px;
	opacity: 0.5;
	}
.vid-icon:hover img {
	opacity: 1;
	}

/* ----- [ Langding Pages ] -----------------*/
.landing-page-template .top-bar {
	justify-content: center;
	}
.landing-page-template .top-bar p:first-child {
	display: none;
	}
.landing-page-template .page-header .inner {
	display: none;
	}
.landing-page-template .home-hero {
	padding: 100px 0 50px;
	/* background-position: 50% 50%; */
	}
	
.landing-page-template .home-hero {
	min-height:600px;
	}

.landing-page-template .home-hero:after {
	/*content: "";*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('/site/assets/files/1/home-hero-bg.1920x0.png');
	background-position: 50% 100%;
	background-size: cover;
	}
.bg-tint {
	background: #ECEDFF;
	}
.landing-page-template .our-services-include img {
	filter: invert(50%);
	stroke: #273791;
	}
	
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('/site/assets/files/1164/home-hero-bg_1920x0.png');
	background-position: 50% bottom;
	background-size: cover;
	opacity: 0.6;
	}
	
.landing-page-template .image-col {
	position: relative;
	}

.conservatory-quote-section .col {
	margin-bottom: 40px;
	}
	
.hero-button {
	position: absolute;
	top: 55px; 
	right: 5vw;
	border: 2px solid #fff !important;
	display: none !important;
	}

@media screen and (min-width: 570px) {
	.landing-page-template .hero-logo {
		display: block;
		}
	.landing-page-template .hero-text {
        margin: 0;
    }
}
@media screen and (max-width: 600px) {
	.landing-page-template .home-hero h1 {
		font-size: 2.2rem;
		}
	.conservatory-quote-section .col {
		margin-bottom: 40px;
		}
}
@media screen and (max-width: 768px) {
	.landing-page-template .home-hero .col {
		width: 100%;
		}
}
@media only screen and (min-width: 1220px) {
	.landing-page-template .hero-text {
        margin: -30px 0 0 165px;
        }
}


/* ----- [ Contact Page ] --------------- */
/* ----- [ Include: Map/Contact Form ] -----------------*/
.map-section {
	padding: 0;

	}
.map {
	height: 500px; 
	position: relative;
	overflow: hidden;
	background: #ccc;
	}

.contact-meta {
	max-width: 100%;
	margin: 0 auto 50px;
	}
	
.contact-meta .fa,
.contact-info .fa {
	width: 30px;
	text-align: center;
	margin: 0 -10px 0 10px;
	}
	
.contact-meta li,
.contact-info li {
	padding: 0 0 0 30px;
	text-indent: -30px;
	}

.form-wrapper {
	border: 6px solid #b9bec0;
	border-radius: 30px;
	margin: 0 auto;
	padding: 25px 5%;
	background: rgba(255,255,255,0.7);
	max-width: 460px;
	}
.contact-us-page .form-wrapper {
	max-width: 100%;
	}
.form-wrapper h2 {
	margin-bottom: 0.5em;
	}

@media only screen and (min-width: 900px) {
	.contact-meta {
		max-width: 750px;
		margin: 0 0 0 auto;
		}

	.map-col {
		padding-right: 0;
		position: relative;
		min-height: 500px;
		border-left: 8px solid #8d2427;
		}
	.map-canvas {
		height: 100%;
		margin: 0;
		}

	.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-section {
	padding: 50px 0;
	background: #f6f6f6;
	}
.contact-form-section h3,
.contact-form-section p {
	text-align: center;
	margin: 0 0 0.5em;
	}

.contact-form-wrapper {
	margin: 50px 0 0 0;
	}

/* ----- [ Contact form ]----------------------- */
.InputfieldForm {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	}

.form__item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	position: relative;
	}
.form__item--c_name,
.form__item--c_email {
	margin: 0;
	}

form > .form__item--c_contact_consent {
	margin: 0 0 20px;
	}
	
form > .form__item--scf-date {
	width: 100%;
	height: 0;
	}

@media only screen and (min-width: 800px) {
	form > .form__item {
		width: 50%;
		padding: 0 20px 0 0;
		}
		
	form > .form__item--c_terms_consent {
		margin: 0 0 20px;
		}
	
	form > .form__item--forms3 {
		width: 100%;
		}
		
	.form__item--c_name,
	.form__item--c_email {
		margin: 0 0 20px;
		}
	.form__item--c_terms_consent,
	.form__item--c_contact_consent {
		margin: 0 0 20px;
		}
	.form__item--submit {
		margin: 0 auto;
		width: 100%;
		}
}

@media only screen and (min-width: 920px) {
	form > .form__item {
		width: 50%;
		}
	form > .form__item--c_message {
		width: 100%;
		}
	.form__item--c_name,
	.form__item--c_email {
		margin: 0 0 10px;
		}
	.form__item--c_terms_consent,
	.form__item--c_contact_consent {
		margin: 0 0 20px;
		}
	.form__item--submit {
		margin: 0 auto;
		width: 100%;
		}
}

input,
select,
textarea {
    font-size: 1em;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px;
	color: #333;
	background: #fff;
    webkit-appearance: none;
    /*border: 1px solid #ccc;*/
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #e1e1e1;
    }

input:focus, 
textarea:focus {
	background: #fff;
	}

input[type=submit],
input.button {
    -webkit-appearance: none;
    -moz-appearance: none;
	}
input[type="checkbox"] {
	width: auto !important;
	}

.form__item--c_contact_consent,
.form__item--c_terms_consent {
	line-height: 0.9em;
	margin-bottom: 0;
	}

.form__item label {
	font-size: 0.9em;
	line-height: 1.35em;
	}

.field__header--hidden,
.form__item--scf-website {
	display: none;
	}
.field--error--message {
	/*float: right;*/
	color: #f36617;
	font-weight: 400;
	font-size: 0.85em;
	margin: 0;
	position: absolute;
	right: 20px;
	bottom: -15px;
	}
	
.form__item--c_terms_consent .field--error--message {
	right: 40px;
	}
	
.form--error--message,
.form--success--message {
	text-align: center !important;
	font-size: 0.95em;
	font-weight: 400;
	color: #f00;
	border: 2px solid #f00;
	padding: 12px;
	margin: 5px 0 20px;
	width: 100%;
	}
	
.form--success--message {
	font-size: 1.2em;
	color: #00355e;
	color: #fff;
	background: #c5d301;
	background: olive;
	border: none;
	}

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

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

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

#wrap_InputfieldSubmit span {
	display: none;
	}
	
.form__item--label {
	display: none;
	}	
	
li label span {
	display: none;
	}
	
form > .form__item--submit {
	text-align: center;
	width: 100%;
	}

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

/* buttons */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	color: var(--white);
	font-size: 0.95rem;
	line-height: 1;
	text-align: center;
	font-weight: var(--body-med);
	text-decoration: none !important;
	white-space: nowrap;
	background: var(--green-1);
	border: 2px solid var(--green-1);
	border-radius: 5px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0.5em 1.2em;
	margin: 0;
	cursor: pointer;
	/* transitions */
	}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	color: var(--white);
	background: var(--green-2);
	border: 2px solid var(--green-2);
	}
/*
.cms-text .button:hover {
	background: var(--green-2);
	}
*/
	
.button-small {
	border-radius: 5px;
	padding: 0.35em 1em;
	}
	
.button-large {
	font-size: 1.3rem;
	line-height: 1;
	padding: 0.4em 1em;
	margin: 0;
	}
	
.button-jumbo {
	font-size: 2rem;
	line-height: 1;
	padding: 0.2em 0.5em;
	margin: 0;
	}
	
.button-full {
	display: block;
	width: 100%;
	}

/*
.dark .button {
	background: transparent;
	border: 2px solid var(--white);
	}
.dark .button:hover {
	color: var(--black);
	border: 2px solid var(--white);
	}
*/

.button .fa {
	margin: 0 0.5em 0 -0.3em; 
	}

@media only screen and (min-width: 600px) { 
	button,
	.button {
		width: auto;
		white-space: nowrap;
		text-align: center;
		}
}	

table {
	border-top: 1px solid var(--black);
	margin-bottom: 20px;
	}
td,th {
	border-bottom: 1px solid var(--black);
	padding: 10px 10px 10px 0;
	vertical-align: top;
	}
	
.cms-text table {
	border: none;
	border-top: 1px solid var(--black);
	width: 100%;
	}
	
.cms-text td,
.cms-text th {
	line-height: 1.4;  
	padding: 12px 0;
	border: none;
	border-bottom: 1px solid var(--black);
	}
	
td > img {
	padding-right: 8px;
	}

/*
.cms-text p + table {
	margin-top: -1em;
	}
*/

/* ----- [ Testimonials ] --------------- */
.reviews-page h2 {
	max-width: 30em;
	}

.testimonial-carousel:not(.contact-us-page .testimonial-carousel) {
	background: var(--grey-2);
	}

.testimonial-carousel:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../images/small-hero-bg.png') center bottom no-repeat;
	background-size: cover;
	opacity: 0.15;
	/*filter: hue-rotate(-15deg);*/
	/*filter: saturate(2.2);*/
	/*filter: blur(3px);*/
	filter: grayscale(0.6);
	z-index: 0;
	}
.testimonial-carousel .rplg-grid {
	display: none;
	}
.rplg .rplg-box:not(.contact-us-page .testimonial-carousel) {
	background: #fff !important;
	}
	
.rplg .rplg-badge_left-fixed {
	z-index: 9999 !important;
	}

.testimonials-section {
	margin: 0;
	overflow: hidden;
	}
	
.tr-widget {
	/*display: none;*/
	}
@media only screen and (min-width: 600px) { 
	.tr-widget {
		display: block;
		}
}

.slick-testimonials {
	width: 100%;
	max-width: 35em;
	max-width: 55em;
	}
.testimonial-wrapper {
	/*width: 100%;
	max-width: 600px;*/
	}
	
.testimonial-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex: 1 1 auto;
	color: #000;
	}
	
.testimonials.slick-initialized .slick-slide {
	display: flex;
	}

.testimonial blockquote {
	padding: 1em 0 2em;
	}

.testimonial p {
	font-family: var(--body-font);
	font-weight: var(--body-light);
	font-size: 1.2rem;
	line-height: 1.5;
	font-style: italic;
	margin-left: 2em;
	position: relative;
	}
.testimonial p:first-child:before {
	content: "”";
	position: absolute;
	top: 0.2em;
	left: -0.4em;
	font-size: 8rem;
	line-height: 0.2;
	color: var(--accent-green);
	}

@media screen and (min-width: 770px) {
	.testimonial blockquote {
		padding: 1em 3em;
		}
	.testimonial p {
		font-size: 1.5rem;
		}
}

/* ----- [ Slick Slider ] -----------------*/

.slick-slider .slick-list,
.slick-slide > div {
	height: 100%;
	}

/* fixes round corner image flash */
.slick-slide {
	z-index: 1;
	}

.gallery-section .image-wrapper {
	margin: 0 1em 2em;
	}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
	top: auto;
    left: auto;
    right: 20px;
	bottom: -10px;
    display: block;
    width: 42px;
    height: 42px;    
    padding: 0 0 0 2px;
    color: #fff;
    background: var(--brand-light);
    border-radius: 50%;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    cursor: pointer;
    z-index: 9;
}
.slick-prev {
	right: 70px;
	padding: 0 2px 0 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	}

.slick-prev:hover,
.slick-next:hover {
	background: var(--accent-green);
	}

.slick-prev:before,
.slick-next:before {
	content: "▸";
    font-family: 'FontAwesome';
    font-size: 36px;
    line-height: 0.5;
    opacity: 1;
    color: #414141;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
.slick-prev:before {
	}
	
.slick-dots {
	bottom: 20px;
	}
	


/* ----- [ Gallery Page & Sections / Isotope ] -----------------*/
.slick-gallery {
	margin-bottom: 60px;
	}
.gallery-image {
	border-radius: 36px;
	overflow: hidden;
	margin: 0;
	box-shadow: 0px 30px 40px -24px rgba(0,0,0,0.2);
	}
.slick-gallery .caption {
	font-weight: var(--body-med);
	margin: 1em 0 0;
	}



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

/* ----- [ Footer ] --------------- */
.page-footer {
	color: #fff;
	clear: both;
	text-align: left;
	margin: 0;
	padding: 4em 0 0;
	background: var(--dark-blue);
	}
.page-footer:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:  url('../images/small-hero-bg.png') center bottom no-repeat;
	background-size: cover;
	opacity: 0.4;
	filter: hue-rotate(-15deg);
	/*filter: saturate(2.2);*/
	/*filter: blur(3px);*/
	z-index: 0;
	}
.page-footer .inner {
	z-index: 1;
	}
.page-footer .copyright {
	margin: 4em 0 0.5em;
	opacity: 0.7;
	}

.page-footer p,
.page-footer li {
	font-size: 0.95rem;
	font-weight: var(--body-light);
	letter-spacing: 0.05em;
	}
.page-footer ul {
	margin: 0 0 1em;
	}
.page-footer li {
	margin: 0;
	}
.page-footer h3,
.page-footer h4 {
	font-size: 1rem;
	font-weight: var(--body-med);
	color: #fff;
	margin: 0 0 1.5em;
	}

.page-footer a {
	text-decoration: none;
	border: none;
	}
.page-footer a:hover {
	color: inherit;
	text-decoration: underline;
	}

.footer-logo {
	max-width: 230px;
	margin: 0 auto 50px 0;
	padding: 0;
	}
.footer-logo img {
	margin: 0 auto;
	width: 100%;
	/*filter:hue-rotate(50deg);*/
	}
p.site-copyright2 {
	margin: 0 auto!important;
	padding: 8px 0;
	font-size: 0.8rem;
	font-weight: var(--body-med);
	}

@media screen and (min-width: 770px) {
	.page-footer-col,
	.page-footer-col p {
		text-align: left;
		}
	.page-footer-col:last-child,
	.page-footer-col:last-child p {
		text-align: right;
		}
}

@media screen and (min-width: 900px) {
	.site-credit {
		display: inline-block;
		}
}

/* ----- [ SVG Social Media Icons ] --------------- */

.social-icons-wrapper .social-icon {
    display: inline-block;
    height: 22px;
	width: 22px;
    margin: 0 0.8em 0 0;
    white-space: nowrap;
	}

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

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

.social-icons-wrapper .social-icon svg:hover {
	fill: var(--green-1);
	}

.social-icon span {
	display: none;
	}

.top-link {
	display: none;
    position: fixed;
    bottom: -20px;
    right: 2%;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9;
	}
.top-link a {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
    background: #8d2427;
    display: block;
    height: 30px;
    width: 30px;
    outline: medium none;
    position: relative;
    z-index: 0;
    text-align: center;
    }
.top-link a:hover {
	border: none;
	background: #8d2427;
	}
.top-link.show {
	opacity: 1;
	bottom: 20px;
	}
	
.top-link .fa {
	margin: 0 0 0 2px;
	line-height: 25px;
	}
	
@media screen and (min-width: 770px) {
	.social-icons-wrapper {
		text-align: left;
		}
}


/* ----- [ Utility ] --------------- */
@media screen and (min-width: 600px) {
	.row-reverse {
		flex-direction: row-reverse;
		}
}

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

.hidden {
	display: none;
	}

.full-height {
	height: 100%;
	}
.cover-image,
.object-fit-cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
	}
	
.overflow-visible {
	overflow: visible;
	}
.overflow-hidden {
	overflow: hidden;
	}
	
.text-right {
	text-align: right;
	}
.text-left {
	text-align: left;
	}

hr {
	border: none;
	height: 1px;
	background: #ccc;
	margin: 1.5em 0 1em;
	}
	
.show_hide {
	display: inline-block;
	margin-bottom: 1em;
	}

p.dropcap:first-child:first-letter {
	font-family: var(--display-font);
	float: left;
	font-size: 3rem;
	line-height: 1;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 2px;
	}

#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; 
	}

.quickedit {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
	opacity: 0.5;
	}

.align_left {
	float: left;
	margin: 0 1em 1em 0;
	}
.sidebox .align_left {
	float: none;
	margin: 0 auto 1em;
	text-align: center;
	}

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

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

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

@media only screen and (min-width: 1015px) {
	.sidebox .align_left {
		float: none;
		margin: 0 0.8em 0 0;
		}
}

.image {
	border: 0;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	}

.image img {
	display: block;
	border-radius: 4px;
	}

.image.left, 
.image.right {
	width: 40%;
	max-width: 10rem;
	}

.image.left img, 
.image.right img {
	width: 100%;
	}

.image.left {
	float: left;
	margin: 0 1.5rem 1rem 0;
	top: 0.25rem;
	}

.image.right {
	float: right;
	margin: 0 0 1rem 1.5rem;
	top: 0.25rem;
	}

.image.fit {
	display: block;
	margin: 0 0 2rem 0;
	width: 100%;
	}

.image.fit img {
	width: 100%;
	}

.image.main {
	display: block;
	margin: 0 0 3rem 0;
	width: 100%;
	}

.image.main img {
	width: 100%;
	}
	
.bg-grey {
	background: var(--grey4);
	}


#termly-code-snippet-support p,
#termly-code-snippet-support li,
#termly-code-snippet-support td {
	font-size: 1em;
	line-height: 1.3;
	}
#termly-code-snippet-support img {
	display: inline;
	}




/* ----- [ Hero Images ] -----------------*/
/* ----- [ Slick Slider ] -----------------*/
.slick-slider .slick-list,
.slick-slide > div {
	height: 100%;
	}

/* basic page slider */
.slick-dots {
	bottom: 20px;
	}
.slick-dots li button:before {
	font-size: 1rem;
	color: white;
	}
.slick-dots li.slick-active button:before {
	color: var(--accent-green);
	}

.home-slide {
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
	/*background-position: 50% 0;*/
	}

.hero-slider,
.hero-slider .slick-track,
.hero-slider .slick-wrapper,
.hero-slider .slick-slide {
	margin: 0;
	height: 100%;
	width: 100%;
	}

@media all and (max-width:599px){
	.product-img-col {
		display: block;
		}
}
	
.hero-slider .slick-prev,
.hero-slider .slick-next {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 80px;
	margin-top: -20px;
	padding: 0;
	left: 0;
	color: transparent;
	font-size: 0;
	line-height: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	border-radius: 0;
	outline: none;
	background: rgba(255,255,255,0.5) url('../images/thin-previous.png') 35% 50% no-repeat;
	background-size: 70%;
	z-index: 5;
	opacity: 0.5;
	}
	
.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
	content: "";
	}
.hero-slider .slick-next {
	position: absolute;
	right: 0;
	left: auto;
	background: rgba(255,255,255,0.5) url('../images/thin-next.png') 65% 50% no-repeat;
	background-size: 70%;
	}
.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover {
	opacity: 1;
	}

/* ---- [ Specifics ] ---------- */
@media screen and (max-width: 780px) {
	.home .section-image2 {
		margin-bottom: 2em !important;
		}
}
 

/* ----- [ Print ] ----- */
@media print {
    header, footer, aside, form {
        display: none;
    	}
	section {
		width:100%!important;
		padding:0!important;
		margin:0!important;
		width: 800px!important;
		}
	img {
		max-width: 500px !important;
		max-height: 300px !important;
		}
	h1 {
		font-size: 24pt;
		margin: 0 !important;
		padding: 0 !important;
		}
	.hero {
		min-height: 100px!important;
		height: auto;
		}
	.image {
		display: none;
		}
}
@page {
	margin: 2cm;
}
@page:first {
    margin: 0cm;
}
@page:last {
    margin: 5cm;
}
@page:left {
    margin: 2cm 1.5cm 2cm 2cm;
}
@page:right {
    margin: 2cm 2cm 2cm 1.5cm;
}
@media print {
  a:after {
    content: "("attr(href)")";
  }
}
