/**
	@Author:	Paul Strandoo/Spi-des-ign
	@Date:		9 July 2026
	@Notes:		Dolomite
*/
@import url("font-awesome.min.css");
:root {
	--display-font: "Figtree", sans-serif;
	--body-font: "Figtree", sans-serif;
	--fw-light: 300;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-semibold: 600;
	--fw-bold: 700;

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

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

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

body.is-fixed {
	position: fixed;
	}

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

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

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

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

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

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

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

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

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

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

/* ----- [ Strandoo Flex Grid System v1 ] ------ */
.row,
.n-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	/*justify-content: stretch;*/
	list-style: none;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	position: relative;
	}

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

@media 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-gap: 20px;
		}
	.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 screen and (min-width: 100px) and (max-width: 37.4em) {
	.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 screen and (min-width: 37.5em) { 
	.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 screen and (min-width: 48em) {
	.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; }
	
	.t-n {
		width: auto;
		flex: 1;
		}
}
@media screen and (min-width: 75em) { 
	.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; }
}

/* ----- [ Utility ] ------------ */
.gap-10 {
	column-gap: 10px;
	}
.gap-20 {
	column-gap: 20px;
	}
.gap-30 {
	column-gap: 30px;
	}
.gap-40 {
	column-gap: 40px;
	}

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

@media screen and (min-width: 37.5em) { 
	.flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		position: relative;
		max-width: 100%;
		height: 100%;
		}
	
	.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; }
	.fa-stretch { align-items: stretch; }

	.g-1 { gap: 1em; }
	.g-2 { gap: 2em; }
	.g-3 { gap: 3em; }
}

/* ----- [ Page Header / Masthead ] -----------------*/
.page-wrapper {
	position: relative;
	flex: 1 0 auto;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	}
	
.page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	height: 0;
	width: 100%;
	visibility: hidden;
	background: #666;
	background: rgba(0,0,0,0.4);
	z-index: 100;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.page-overlay.is-open {
	visibility: visible;
	opacity: 1;
	height: 100%;
	}

.page-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 110;
	color: var(--black);
	color: #fff;
	background: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between; 
	align-items: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-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: flex-end;
	width: 100%;
	max-width: var(--inner-very-wide);
	margin: 0 auto;
	padding: 15px 30px;
	}

.logo-wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	flex: 0 0 250px;
	/*flex-shrink: 0;*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
	}
.logo-wrap img {
	width: 100%;
	}
.logo-wrap .small-logo {
	max-width: 60px;
	}
.is-scrolled .logo-wrap {
	flex: 0 0 42px;
	}
	
.full-logo,
.is-scrolled .small-logo {
	display: block;
	}
.is-scrolled .full-logo,
.small-logo {
	display: none;
	}
	
.page-header.is-scrolled  {
	color: var(--black);
	background: var(--white);
	}

@media screen and (min-width: 500px) {
	.logo-wrap {
		flex: 0 0 280px;
		}
}
@media screen and (min-width: 56.25em) {
	.page-header {
		position: fixed;
		display: flex;
		flex-direction: column;
		justify-content: flex-start; 
		align-items: stretch;
		/*background: #ffffff;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.19) 64%, rgba(255, 255, 255, 0) 70%);
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 0) 80%);*/
		}
	.page-header-inner {
		flex-direction: row;
		justify-content: space-between; 
		align-items: stretch;
		}
	/*
	.page-header.is-hidden {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		}
	*/
	.logo-wrap {
		margin: 0;
		padding: 0;
		/*max-width: 280px;*/
		}
}

/* ----- [ Mobile Nav Trigger ] ----------- */
.nav-toggle {
	display: block;
	background: transparent;
	width: 44px;
	height: 44px;
	/*margin-right: 10px;*/
	position: relative;
	cursor: pointer;
	z-index: 100;
	}
.nav-toggle a {
	display: none;
	}
.nav-icon {
	/* this span is the central line in the 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: var(--white);
	/* these are the upper and lower lines in the menu */
	}
	
.nav-icon::before, 
.nav-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.nav-icon::before {
	bottom: 8px;
	}
.nav-icon::after {
	top: 8px;
	}
.is-clicked .nav-icon {
	background-color: none;
	background-color: rgba(255,255,255,0);
	}
	
.is-scrolled .nav-icon {
	background: var(--black);
	}
	
.is-clicked .nav-icon::before, 
.is-clicked .nav-icon::after {
	background-color: var(--white);
	}
.is-clicked .nav-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.is-clicked .nav-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	
@media screen and (min-width: 56.25em) {
	.nav-toggle {
		display: none;
		}
}

/* ----- [ Main Navigation ] ------------------- */
.main-navigation {
	/*flex: 0 1 50%;*/
	display: none;
	padding: 30px;
	}
.main-navigation.is-open {
	display: block;
	}

.main-nav-wrapper {
	position: absolute;
	width: 100%;
	top: 100%;
	top: 0;
	left: 0;
	height: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
	
.main-nav-wrapper.is-open {
	min-height: 100vh;
	color: var(--white);
	background: var(--black);
	overflow-y: scroll;
	padding-top: 140px;
	padding-bottom: 150px;
	}

.menu-item {
	display: block;
	margin: 0;
	border-top: 1px solid var(--white);
	}
.menu-link {
	font-family: var(--body-font);
	display: block;
	font-size: 1.25rem;
	font-size: 1.45rem;
	font-weight: var(--fw-regular);
	font-weight: var(--fw-bold);
	color: var(--white);
	padding: 10px 0;
	text-decoration: none;
	border: none;
	}
.menu-link:hover,
.menu-item.nav-open > .menu-link {
	color: inherit;
	background: none;
	text-decoration: none;
	border: none;
	}
	
.is-fixed .menu-link:hover,
.is-fixed .menu-item.nav-open > .menu-link {
	color: var(--white);
	}

.menu-item.mobile {
	display: block;
	border-top: none;
	}
.menu-item.mobile a {
	width: 100%;
	font-size: 1.1em;
	}
.menu-item.full {
	display: none;
	}

.dropnav {
	display: none;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
.menu-open .dropnav {
	display: block;
	max-height: 1000px;
	margin-bottom: 20px; 
	}
	
.dropnav ul {
	margin: 0;
	}

.dropnav .menu-item {
	padding-left: 1em;
	border: none;
	}
	
.has-children:after {
	content: "\f0da";
	font-family: fontawesome;
	margin-left: 0.4em;
	}
.has-children.submenu-open:after {
	content: "\f0d7";
	font-family: fontawesome;
	margin-left: 0.4em;
	}
	
/* for click mode */
/*
body.click-mode .menu-item:hover > .dropnav {
	visibility: hidden;
	opacity: 0;
	top: 70%;
	}

body.click-mode .menu-item.menu-open > .dropnav {
	visibility: visible;
	opacity: 1;
	top: 120%;
	}
*/

.menu-item a:hover {
	color: var(--accent);
	}

@media screen and (min-width: 56.25em) {
	.main-nav-wrapper {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: flex-end;
		width: 100%;
		top: 0;
		height: auto;
		padding: 0;
		}
		
	.is-fixed .main-nav-wrapper {
		/*padding: 4px 0 0;*/
		}
	
	.main-navigation {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		padding: 0;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		/* 2026 test */
		padding: 5px 5px 5px 25px;
		/* background: rgba(255,255,255,0.15);
		background: var(--black);
		border-radius: 100px; */
		/* extend to edge */
		/* box-shadow: 600px 0 0 var(--black); */
		}

	/* for click mode */
	body.click-mode .menu-item:hover > .dropnav {
		visibility: hidden;
		opacity: 0;
		top: 70%; /* or whatever your closed-state default is */ 
		}
	body.click-mode .menu-item.menu-open > .dropnav {
		visibility: visible;
		opacity: 1;
		top: 120%; /* or whatever your closed-state default is */ 
		}

	.menu-item.mobile {
		display: none;
		}
	.menu-item.full {
		display: block;
		}

	.nav-toggle {
		display: none;
		}
	.menu-item {
		display: inline-block;
		position: relative;
		line-height: 1.2;
		margin: 0.3em 0 0.3em 2em;
		margin: 0;
		padding: 0;
		padding: 0.4em 1.2em;
		overflow: visible;
		border-bottom: none;
		border: none;
		border-radius: 100px;
		min-height: 0;
		vertical-align: middle;
		text-align: center;
		}
	.menu-link {
		position: relative;
		color: var(--white);
		font-size: 1.2rem;
		padding: 2px 0;
		white-space: nowrap;
		border-bottom: none;
		}
	.menu-item:hover > .menu-link,
	.menu-link.on {
		color: var(--white);
		}
	.is-scrolled .menu-link {
		color: var(--black);
		}
	.is-scrolled .menu-item:hover > .menu-link,
	.is-scrolled .menu-link.on {
		color: var(--black);
		}
		
	.menu-link::before,
	.dropnav .menu-link::before,
	.page-footer a::before {
		content: '';
		position: absolute;
		width: 0%;
		height: 2px;
		background-color: var(--accent);
		background-color: var(--white);
		bottom: -2px;
		left: 0;
		transition: all 0.3s ease-in-out;
		}
	.dropnav .menu-link::before,
	.page-footer a::before {
		content: '';
		background-color: var(--accent);
		background-color: var(--black);
		}
		
	.is-scrolled .menu-link::before,
	.page-footer a::before {
		content: '';
		background-color: var(--black);
		}
	
	.menu-link:hover::before,
	.menu-link.on::before,
	.dropnav .menu-link:hover::before,
	.page-footer a:hover::before {
		width: 100%;
		left: 0;
		}
		
	/* 2024 header */
	.is-fixed .menu-link {
		color: #000;
		color: #fff;
		}
		
	/* Drop Menus */	
	.dropnav {		
		display: block;
		position: absolute;
		min-width: 140px;
		width: auto;
		top: 120%;
		top: 0;
		margin-left: -15px;
		margin-left: -1.5em;  /* 2023 header */
		padding: 0.65em 1.5em;
		left: -50%;
		text-align: left;
		background: var(--black);
		background: var(--white); /* 2024 header */
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		border-radius: 25px;
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
		white-space: nowrap;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: translateX(0px);
		-o-transform: none;
		transform: none;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		}
	.dropnav > ul {
		margin: 70px 0 0;
		margin: 30px 0 0; /* 2023 header */
		margin: 0; /* 2026 header */
		}
	.dropnav > ul ul {
		margin: 0;
		}
		
	.menu-item:hover > .dropnav,
	.menu-item.menu-open > .dropnav {
		visibility: visible;
		opacity: 1;
		}
		
	.menu-item .has-children:after {
		content: "\f0d7";
		font-family: fontawesome;
		line-height: 0;
		margin-left: 0.4em;
		display: none;
		}

	.dropnav .has-children:after {
		content: "\f0da";
		font-family: fontawesome;
		margin-left: 0.4em;
		}

	.dropnav .menu-item {
		display: block;
		font-size: 1em;
		text-align: left;
		text-transform: capitalize;
		font-weight: var(--fw-semibold);
		letter-spacing: 0;
		margin: 16px 0;
		padding: 0;
		}
	.dropnav .menu-link {
		display: inline;
		color: #fff;
		color: var(--black);
		font-weight: var(--fw-bold);
		padding: 2px 0;
		margin: 0;
		border-bottom: 2px solid transparent;
		}
	.dropnav .menu-link:hover,
	.dropnav .menu-link.on {
		color: var(--accent);
		color: var(--black) !important;
		text-decoration: none;
		border-bottom: 2px solid var(--accent);
		border-bottom: 2px solid transparent; /* 2024 Header */
		}
	.dropnav .menu-item ul {
		display: inherit;
		}
}

/* ----- [ Hero Images ] -----------------*/
.hero {
	height: 650px;
	margin-top: 0;
	border-top: none;
	overflow: hidden;
	background-size: cover;
	}
	
/* v2 */
.hero-section picture {
	height: 100%;
	}
.hero picture img,
.hero-section picture img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
	}
	
.home-hero {
	height: 100vh;
	min-height: 760px;
	margin: 0;
	}
.hero-overlay {				
	/* z-index: 1; */
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	background: rgba(0, 0, 0, 0.3);
	}
.hero-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end; 
	align-items: flex-start;
	height: 100%;
	padding: 120px 0 0 0;
	max-width: var(--inner-wide);
	margin: 0 auto;
	position: relative;
	}


.hero-text {
	/*color: #fff;*/
	text-align: left;
	padding: 30px;
	max-width: 1000px;
	}
.hero-text h1,
.hero-text h2 {
	color: inherit;
	font-size: 2.65rem;
	font-size: clamp(2.65rem, 0.9762rem + 7.0476vw, 4.5rem);
	line-height: 1.05;  
	letter-spacing: -0.02em;
	margin: 0 0 0.5em;
	margin-left: -0.05em;
	}
.hero-text p {
	color: inherit;
	font-size: 1.65rem;
	line-height: 1.4;
	font-weight: var(--fw-regular);
	max-width: 43ch; 
	}
.hero-text .eyebrow {
	font-size: 1.15rem;
	font-weight: var(--fw-semibold);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}
	
/* multiple home slides */
.home-slide {
	height: 85vh;
	min-height: 760px;
	}
	
.home-slide .button {
	display: inline-block;
	width: auto;
	margin: 0 0 0.8em 0;
	}
.home-slide:nth-child(1) .button:nth-child(1),
.home-slide:nth-child(2) .button:nth-child(2),
.home-slide:nth-child(3) .button:nth-child(3) {
	color: #fff;
	background: var(--accent-dark);
	}

.home-hero .slick-dots {
	position: absolute;
	bottom: 25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	}
	
.home-hero .slick-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	}

.home-hero .slick-dots li {
	width: 30px;
	height: 10px;
	margin: 0;
	}

.home-hero .slick-dots li button {
	width: 30px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: background-color 0.2s ease;
	}

/* Hide the default Slick dot text/bullet character */
.home-hero .slick-dots li button:before {
	content: none;
	}
.home-hero .slick-dots li.slick-active button,
.home-hero .slick-dots li:hover button {
	background-color: var(--accent);
	}

/* ----- [ Home: Intro ] -----------------*/
.intro-text-section {
	padding: 5.5em 0 5em;
	}
.intro-text {
	/*centered; I prefer left*/
	margin: 0;
	margin: auto;
	}
.intro-text p,
.intro-text li {
	/*
	font-size: 1.55rem;  
	line-height: 1.4em;
	*/
	/* max-width: 55ch; */
	}
	
.home-page .intro-text p {
	font-size: 1.55rem;
	font-size: clamp(1.55rem, 1.1381rem + 1.5238vw, 1.9rem);
	}

/* ----- [ Home: Services ] ---------- */
.home-services {
	padding-block: 6em;
	padding-block: 3em;
	background: var(--background-light);
	}
.home-services-grid {
	flex: 2;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2em;
	}
.services-card {
	/*box-shadow: 0 2px 20px rgba(0,0,0,0.15);*/
	/*color: var(--white);
	background: var(--black);
	background: #00AEEF;*/
	}
.services-card {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	border: none;
	}
.services-card img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
	}

.services-card-title {
	width: 100%;
	padding: 0;
	color: var(--black);
	background: var(--white);
	z-index: 1;
	}

.services-card-title h3 {
	font-size: 1.4rem;
	font-size: clamp(1.4rem, 1.2803rem + 0.5634vw, 1.65rem);
	line-height: 1;
	margin: 0;
	padding: clamp(0.9375rem, 0.638rem + 1.41vw, 1.5625rem);
	background: var(--white);
	font-weight: var(--fw-semibold);
	z-index: 1;
	}
	
.service-summary p {
	margin: 0;
	}
.service-summary {
	display: none;
	}
.services-card:hover .service-summary {
	top: 100%;
	opacity: 1;
	}
	
@media screen and (min-width: 37.5em) {
	.home-services {
		padding-block: 6em;
		}
	.services-card-title {
		position: absolute;
		top: 0;
		left: 0;
		}
	.service-summary {
		position: absolute;
		top: 0%;
		left: 0;
		right: 0;
		padding: 25px;
		opacity: 0;
		transition: all 0.3s ease;
		background: var(--white);
		z-index: -1;
		display: block;
		}
	.services-card:hover img {
		transform: scale(103%);
		}
	.services-card-title h3 {
		}
}

/* ----- [ Page Sections: Text/Image Sections ] -----------------*/
.page-section {
	/* border: 4px dotted #ccc;*/
	}
.page-content {
	padding: 5rem 0;
	}
	
.bg-tint {
	background: var(--bg-tint);
	}
.row-reverse {
	flex-direction: row-reverse;
	}

.quickedit {
	position: absolute;
	top: 0;
	left: -30px;
	opacity: 0.5;
	}

.spacer-none { margin-bottom: 0; }
.spacer-small { margin-bottom: 3em; }
.spacer-medium { margin-bottom: 5em; }
.spacer-large { margin-bottom: 7em; }


.two-columns {
	padding: 5em 0;
	}
.two-columns .flex-row .col {
	flex: 1;
	}

.text-column {
	display: flex;
	flex-direction: column;
	place-content: center;
	padding: 6.5%;
	}
.image-column img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-width: 100%;
	}
.image-column {
	position: relative;
	}	
.img-caption {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	padding: 0.5em;
	background: var(--white);
	background: rgba(255,255,255,0.8);
	}
	
/* ----- [ Page Sections: Three column grid ] ------- */
@media screen and (min-width: 480px) {
	.three-column-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
		gap: 2em;
		}
}

/* ----- [ Page Sections: Horizontal scrollers ] ------- */
.scroll-wrapper {
	scroll-snap-type: x mandatory;
	}
.numbered-text {
	/*scroll-snap-align: start; *//* or center, depending on which point you're targeting */
	}
.our-difference-section {
	padding: 5em 0;
	background: var(--bg-tint);
	}

.scrolling-wrapper {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	column-gap: 20px;
	scroll-snap-type: x mandatory;
  	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 16px;
	overflow: scroll;
	background: var(--bg-tint);
	/*background: var(--bg-tint) url('/site/templates/images/topogradient-1.jpg') bottom left no-repeat;*/
	}

.h-scroll-sticky .inner {
	text-align: left;
	width: 100%;
	margin: 0 auto 3em;
	}
	
.numbered-text {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.3em;
	position: relative;
	z-index: 0;
	}
.scrolling-wrapper .numbered-text {
	max-width: 420px;
	}
.scrolling-wrapper .numbered-text:first-child {
	margin-left: 20px;
	}
.numbered-text .text-number {
	font-size: 3.5rem;
	font-weight: var(--fw-bold);
	line-height: 1;
	}
.numbered-text .text-number::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -20px;
	width: 74px;
	height: 74px;
	background: var(--accent);
	border-radius: 100px;
	z-index: -1;
	
	background: transparent; /* no dot by default */
	z-index: -1;
	transition: background 0.25s ease;
	}
.numbered-text:hover .text-number::before {
	background: var(--accent); /* your green */
	}
	
.numbered-text.text-box {
	width: 420px;
	}
	
@media screen and (min-width: 75em) {
	.scrolling-wrapper .numbered-text:first-child {
		margin-left: calc((100vw - 1500px)/2 + 30px);
		}
}

/* ----- [ Page Sections: Hero/CTA Sections ] -----------------*/
.hero-section {
	display: flex;
	flex-direction: column;
	place-content: center;
	}
.hero-section-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6% 30px;
	height: 100%;
	min-height: 350px;
	}
.hero-section-text {
	/*max-width: 700px;*/
	text-align: center;
	}
.hero-section-text h2 {
	font-size: 3.5rem;
	/* use clamp */
	line-height: 1.2;
	font-weight: var(--fw-bold);
	margin-bottom: 0.4em;
	text-wrap: unset;
	}
.hero-section-text p {
	font-size: 1.55rem;
	margin-bottom: 1em;
	}
.hero-section a {
	color: inherit;
	}
.hero-section a:hover {
	color: var(--accent);
	}

.hero-section.our-values h2 {
	font-size: 2.5rem;
	}
.hero-section.our-values ol,
.hero-section.the-dolomite-framework ol {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 0;
	text-align: left;
	list-style: decimal;
	padding: 40px 45px 30px;
	border-radius: 6px;
	color: var(--black);
	background: rgba(255,255,255,0.9);
	}

.hero-section.the-dolomite-framework ol {
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	list-style: decimal !important;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 0.5em 1.5em;
	}
	
.hero-section.the-dolomite-framework ol.styled-list {
	list-style: none;
	counter-reset: item;
	padding-left: 0;
	margin: 0;
	}

.hero-section.the-dolomite-framework ol.styled-list li {
	counter-increment: item;
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1.25rem;
	line-height: 1.5;
	}

.hero-section.the-dolomite-framework ol.styled-list li::before {
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #222; /* adjust to your palette */
	}
	
.hero-section.our-values li,
.hero-section.the-dolomite-framework li {
	color: var(--black);
	padding: 20px;
	border-radius: 10px;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
	}
.hero-section.our-values li:hover {
	background: rgba(255,255,255,0.5);
	}
.hero-section.our-values strong {
	font-weight: var(--fw-bold);
	}

@media screen and (min-width: 37.5em) {
	.intro-text-section .inner {
		display: flex;
		}
	.big-check {
		max-width: 270px; 
		margin: 0 auto;
		}
}

/* ----- [ Page Sections: Statistics Section ] ------------- */
.statistics {
	padding: 4.2em 0;
	}
.statistics .row {
	justify-content: center;
	align-items: space-between;
	}
.statistics .stat-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	/*flex: 1;*/
	text-align: center;
	overflow: hidden;
	margin: 0 auto 2.5em;
	/*border: 20px solid rgba(255,255,255,0.5);*/
	}
.statistics p {
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: var(--body-med);
	line-height: 1.2;
	max-width: 14em;
	}
.statistics strong,
.statistics b {
	/*display: block;*/
	font-size: 5.5rem;
	font-weight: var(--fw-bold);
	}
.statistics em {
	font-style: normal;
	text-transform: uppercase;
	}
.big-number b {
	visibility: none;
	opacity: 0;
	display: none;
	transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
	}
.big-number b.show {
	visibility: visible;
	opacity: 1;
	display: inline;
	}

@media screen and (max-width: 1200px) {
	.statistics .row {
		max-width: 800px;
		margin-inline: auto;
		}
	.statistics .col.d-1of4 {
		width: 50%;
		margin: 20px 0;
		}
}
@media screen and (max-width: 670px) {
	.statistics .row {
		max-width: 400px;
		margin-inline: auto;
		}
	.statistics .col.d-1of4 {
		width: 100%;
		}
}

/* ----- [ Page Sections: Client Logos ] -----------------*/
/*
.logos-section {
	padding: 30px 0;
	overflow: hidden;
	}
.logo-list {
	align-items: center;
	margin: 30px 0;
	}
.client-logo {
	}
.client-logo img {
	display: block;
	max-height: 90px;
	max-width: 120px;
	margin-right: auto;
	margin-left: auto;
	margin: 20px 30px;
	opacity: 0.6;
	}

.logos-section .slick-initialized .slick-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	align-items: center;
	height: 100px;
	}

/* ----- [ CMS Content / Utility ] -----------------*/
.two-column {
	columns: 2;
	gap: 1em;
	}

.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;
	line-height: 1.5;
	}
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	line-height: 1.5;
	}

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

.cms-text p + h2,
.cms-text ul + h2,
.cms-text ol + h2,
.cms-text hr + h2,
.cms-text p + h3,
.cms-text ul + h3,
.cms-text ol + h3,
.cms-text hr + h3 {
	margin-top: 1em;
	}
	
.cms-text hr {
	margin: 2em 0;
	border: none;
	height: 2px;
	background: var(--black);
	}

.sticky-sidebar {
	position: sticky;
	top: 160px;
	}
.sticky-sidebar li {
	margin: 0 0 0.35em;
	}
	
.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
	
.overflow-visible {
	overflow: visible;
	}
.overflow-hidden {
	overflow: hidden;
	}

/* ----- [ Contact Page: Map/Contact Form ] -----------------*/
.contact-section {
	padding: 0 0 3em;
	}
/*
.contact-meta {
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 0 20px;
	}
.contact-meta .fa {
	width: 30px;
	text-align: center;
	margin: 0 -10px 0 10px;
	}
.contact-meta li {
	padding: 0 0 0 30px;
	text-indent: -30px;
	}
*/	

.map-titles {
	display: flex;
	flex-direction: row;
	}
.map-titles h3 {
	flex: 1;
	}
.map-titles h3:not(:first-child) {
	margin-left: 1em;
	}

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

.maps-row {
	flex-direction: column;
	gap: 20px;
	}
.map-wrapper {
	flex: 1;
	width: 100%;
	padding: 0 0 40px
	}
.map-canvas {
	height: 450px;
	width: 100%;
	/*margin: 0 -10px 0 -10px;*/
	}
.map-canvas button {
	color: #666666;
	}
	
.form-wrapper {
	background: #f5f5f5;
	border-radius: 10px;
	}
	
.gm-style-iw-d h4,
.gm-style-iw-d p {
	font-size: 1.15rem;
	line-height: 1.3;
	margin: 0;
	}
.gm-style-iw-d h4 {
	font-weight: var(--fw-bold);
	}
	
.gm-style-iw-chr {
	height: 15px;
	}
.MarkupGoogleMap svg {
	height: 50px;
	width: 50px;
	}
	
@media screen and (min-width: 37.5em) {
	.maps-row {
		flex-direction: column;
		gap: 20px;
		}
}
@media screen and (min-width: 56.25em) {
	.contact-section {
		padding: 0 0 3em;
		}
	.contact-meta {
		margin: 0 0 0 auto;
		padding: 0 30px;
		}
		
	.maps-row {
		flex-direction: row;
		gap: 20px;
		}
	.map-wrapper {
		padding: 0 0 30px;
		}
	.map-canvas {
		height: 100%;
		min-height: 500px;
		margin: 0;
		}
}
/* ----- [ Accordion / FAQ ] ------------- */
.accordion {
	margin: 0 0 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #000000;
	border-bottom: none;
	border-top: none;
	width: 100%;
	}
	
.col-2 .accordion {
	border-bottom: 1px solid #000000;
	}
@media screen and (min-width: 37.5em) { 
	.col-1 .accordion {
		border-bottom: 1px solid #000000;
		}
}

.accordion-term {
	list-style: none;
	margin: 0;
	padding: 0.6em 0;  
	border-top: 1px solid #000000;
	}
.accordion-term a {
	display: block;
	padding: 0.3em 1em 0.3em 0;
	vertical-align: middle;
	position: relative;
	transition: all .2s ease; 
	border-bottom: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
	}
.accordion-term a:after {
	content: '+';
	color: #000;
	top: 5px;
	right: 5px;
	position: absolute; 
	}
.accordion-term a:hover,
.accordion-term a.open {
	color: var(--accent-red);
	text-decoration: none!important;
	}
.accordion-term a:hover:after { 
	color: var(--accent-red);
	}
.accordion-term a.open:after {
	content: '-'; 
	color: var(--accent-red);
	}
.accordion-detail {
	display: none;
	padding: 0 0 1em;
	margin-bottom: -1px;
	border-bottom: 1px solid #000000; 
	}

.accordion h2,
.accordion h3 {
	font-size: 1.7rem; 
	margin: 0;
	text-transform: none;
	}
.cms-text .accordion a,
.cms-text .accordion a:hover {
	text-decoration: none;
	}
.cms-text .accordion a:hover {
	text-decoration: underline;
	}
	
.page-section.dark .accordion,
.page-section.dark .accordion-detail {
	border-bottom: 1px solid #ffffff;
	}
.page-section.dark .accordion-term {
	border-top: 1px solid #ffffff;
	}
.page-section.dark .accordion-term a:after,
.page-section.dark .accordion-term a.open:after {
	color: #ffffff;
	}

/* ----- [ Contact form ] ----------------------- */
input,
textarea,
select {
    font-size: 1em;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 10px;
	color: #333;
	background: none;
    webkit-appearance: none;
    /*border: 1px solid #ccc;*/
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #e1e1e1;
    }
input:focus {
	background: #fff;
	}
.form__item {
	margin: 0 0 10px;
	}
.form__item--scf-website {
	height: 0;
	overflow: hidden;
	}

button,
.button,
a.button {
	width: 100%;
	font-size: 1.3rem;
	padding: 0.7em 1.35em;
	color: #fff;
	color: var(--black);
	background: var(--accent); /*  !important */
	border: none;
	border-radius: 5px;
	cursor: pointer;
	/* border-bottom: none !important;*/
	box-shadow: none;
	transition: none;
	font-weight: var(--fw-semibold);
	/*text-transform: uppercase;*/
	/*letter-spacing: 0.05em;*/
	text-decoration: none;
	}
button:hover,
.button:hover,
a.button:hover {
	color: #fff;
	background: var(--accent-dark);
	}
	
.button-full {
	display: block;
	width: 100%;
	}

@media screen and (min-width: 37.5em) { 
	button,
	.button {
		width: auto;
		}
}	

/* ----- [ Service Pages (unused?) ] --------------- */
.portfolio-nav {
	border-top: 4px solid var(--accent);
	padding: 1em 0;
	margin-top: 2em;
	}
.portfolio-nav a {
	text-decoration: none;
	}
.sidebar-image {
	margin: 0 0 20px;
	}
	
/* ----- [ Gallery Page (unused?) ] --------------- */
.gallery-link {
	display: block;
	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;
    }
.gallery-link:hover {
	/*opacity: 0.8;*/
	border-bottom: none;
	}

/* ----- [ Footer ] --------------- */
.page-footer {
	clear: both;
	text-align: left;
	margin-top: auto;
	padding: 6.2em 0 0;
	border-top: 2px solid #999;
	}
.page-footer p,
.page-footer li {
	/*font-size: 0.9em;*/
	color: inherit;
	margin: 0;
	}

.page-footer a {
	position: relative;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	}
.page-footer .social-icon-linkedin::before {
	content: "";
	}
.page-footer .social-icon-linkedin:hover::before {
	content: '';
	}

.footer-logo {
	max-width: 100%;
	max-width: 280px;
	margin: -45px auto 2em 0;
	}	
.footer-meta {
	margin: 0 0 1em;
	min-width: 200px;
	}
.footer-meta p,
.footer-meta li {
	font-weight: var(--fw-medium);
	}
.footer-meta strong {
	font-weight: var(--fw-bold);
	}

.registered-address {
	font-size: 1.1rem;
	}

.site-copyright {
	color: var(--white);
	font-size: 1.2rem;
	margin: 2em 0 0;
	padding: 0.5em 30px;
	clear: both;
	background: var(--black);
	overflow: hidden;
	/*background: var(--black) url('../images/dolomite-check-1.png') 0 0 no-repeat;*/
	}

.site-copyright p {
	font-size: 0.85rem;
	max-width: calc(var(--inner-wide) - 60px);
	margin: 0 auto;
	text-indent: 3.5em;
	margin-left: 3.5em;
	text-indent: 0;
	position: relative;
	}
.site-copyright p:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -3.5em;
	height: 40px;
	width: 40px;
	background: var(--black);
	background: var(--black) url('../images/dolomite-check-1.png') 0% 100% no-repeat;
	background-size: 100%;
	}

.site-copyright a:hover {
	color: var(--white);
	text-decoration: underline;
	}

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

/* ----- [ SVG Social Media Icons ] --------------- */
.social-icons-wrapper {
	margin: 0 auto 30px;
	}
.social-icons-wrapper .social-icon {
    color: inherit;
    display: inline-block;
    display: inline;
    height: 22px;
	width: 22px;
	margin: 0 12px 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: var(--black);
    border: none;
    opacity: 0.75;
	}
.social-icons-wrapper .social-icon a:hover,
.social-icons-wrapper .social-icon a:active {
    color: var(--black);
    border: none;
    opacity: 1;
	}

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

.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: var(--accent);
    display: block;
    height: 30px;
    width: 30px;
    outline: medium none;
    position: relative;
    z-index: 0;
    text-align: center;
    }
.top-link a:hover {
	border: none;
	background: var(--accent);
	}
.top-link.show {
	opacity: 1;
	bottom: 20px;
	}
	
.top-link .fa {
	margin: 0 0 0 2px;
	line-height: 25px;
	}

/* ----- [ Gallery (unused?) ] ------------------ */
.thumbnail-link, 
.gallery-link {
    position: relative;
    display: block;
    border-bottom:none
	}
.thumbnail-link:hover, 
.gallery-link:hover {
    border-bottom:none
	}

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

/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */

img.align_left,
.cms-text p > .align_left {
	float: left;
	margin: 3px 1em 0.25em 0;
	}

img.align_right,
.cms-text p > .align_right {
	float: right;
	margin: 3px 0 0.25em 1em;
	}

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

.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}
	
p {
	/* text-align: justify; */
	}

