/**
	@Author:	Paul Strandoo/Spi-des-ign
	@Date:		Feb 2026
	@Notes:		AC Webb Electrical
	
	Oxygen: 400/700
	roofing-red: #8d2427;
	mobile/desktop menu break: 1260px; 1112px; 1024px
*/

@import url("font-awesome.min.css");
:root {
	--display-font: "Inter", Helvetica, Arial, sans-serif;
	--body-font: "Inter", Helvetica, Arial, sans-serif;
	--display-regular: 400;
	--display-medium: 500;
	--display-semibold: 600;
	--display-bold: 700;
	--body-regular: 400;
	--body-medium: 500;
	--body-semibold: 600;
	--body-bold: 700;
	
	--accent: #ff6000;   /* #e76f00  */
	--electric: #092C74;
	--electric: #ff6000; /* #e76f00  XD: #FD6B24 */
	--fire: #bb042a;     /* #9b272e  XD: #AC2430 */
	
	--dark-blue: #232574; /* XD: #132B70 */
	
	--black: #212121;
	--white: #ffffff;
	--light-tint: #e1e3ed;
	
	--grey-1: #d5d4d4;
	--grey-2: #f3f2ee;
	--grey-3: #777;

	
	--header: #051728;
	--navy: #002F6C;
	--lightblue: #6fbad9;
	--textblue: #459fc4;
	--lightgrey: #f1f1f1;
	--light-grey: #e2e2e2;
	
	--desktop-break: 1120px;
	--tablet-break: 860px;
	--header-height: 130px;
	--header-height-small: 110px;
	
	--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%;
	}

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

* {
	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 {
	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-regular);
	font-style: normal;
	color: var(--black);
	}

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

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

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

a:hover {
	color: var(--accent);
	/*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-semibold);
	font-style: normal;
	color: var(--black);
	line-height: 1.1;
	}

h1,.h1 {
	font-family: var(--display-font);
	font-weight: var(--display-semibold);
	font-size: 2rem;
	font-size: clamp(2rem, 1.5586206896551724rem + 2.2068965517241375vw, 2.8rem);	line-height: 1.1;  
	letter-spacing: 0.02em;
	margin: 0 0 0.5em;
	width: 100%;
	}

h2,.h2 {
	font-family: var(--display-font);
	font-weight: var(--display-semibold);
	color: var(--black);
	font-size: 2.3rem;
	line-height: 1.15em;
	padding: 0;
	margin: 0 0 0.5em;
	text-wrap: balance;
	}
	
h3,.h3 { 
	font-family: var(--body-font);
	font-weight: var(--body-semibold);
	font-size: 1.75rem;
	line-height: 1.3;
	margin: 0 0 0.5em;
	}

h4,.h4 { 
	font-family: var(--body-font);
	font-weight: var(--body-medium);
	font-size: 1.43rem;
	line-height: 1.3;
	margin: 0 0 0.5em;
	}
	
h5,.h5 { 
	font-family: var(--body-font);
	font-weight: var(--body-medium);
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0 0 0.6em;
	}

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

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

/* ----- [ Structure ] -----------------*/
.page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: var(--accent);
	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;
	}
.page-overlay.is-open + .trannyfix {
	background: var(--accent);
	background: rgba(141, 36, 39, 1)!important;
	}

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

header,
section,
footer {
	width: 100%;
	background: var(--white);
	z-layer: 2;
	position: relative;
	}
section {
	margin: 0;
	padding: 0;
	position: relative;
	}
.inner {
	max-width: 1200px;
	margin: 20px auto;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	}
.inner-wide {
	max-width: 1500px;
	}
.inner-extrawide {
	max-width: 1850px;
	}
.inner-full {
	max-width: 100%;
	/*height: 250px;*/
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

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

/*
@media 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 screen and (min-width: 970px) {
	.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;
	}

@media screen and (min-width: 600px) { /* 420 */
	.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;
		}

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

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

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

@media 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 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 screen and (min-width: 768px) {
	.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 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; }
}

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

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

@media screen and (min-width: 600px) { 
	.row,
	.flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		}
/*
	.row-2 > .col { width: 50%; }
	.row-3 > .col { width: 33.333%; }
	.row-4 > .col { width: 25%;}
	.row-5 > .col { width: 20%;}
	.row-6 > .col { width: 16.666%;}

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

/* ----- [ Flex Row/Container ] ----------- */
@media screen and (min-width: 600px) {
	.flex-row,
	.flex-container {
		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; }
}

@media screen and (min-width: 600px) {
/*
	.row,
	.flex-row,
	.flex-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		column-gap: 2em;
		}
	.flex-row {
		justify-content: space-between;
		align-content: flex-start;
		}
	.flex-row > .col {
		flex: 1;
		}
	.flex-col {
		flex-direction: column;
		}
		
	.one-column .col,
	.one-one .col {
		flex: 1;
		}
	.two-one .col:first-child {
		flex: 2;
		}
	.two-one .col:last-child {
		flex: 1;
		}
	.flex-row.padding-20 { column-gap: 20px; }
	.flex-row.padding-30 { column-gap: 30px; }
	.flex-row.padding-40 { column-gap: 40px; }
	
	
	.text-column {
		display: flex;
		flex-direction: column;
		justify-content: center;
		}
*/
}


/* ----- [ Page Header / Masthead ] -----------------*/
.page-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 0;
	background: #fff;
	min-height: 100%;
	min-height: 100vh;
	/*z-index: 2;*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.page-header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background: var(--white);
	-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 {
	max-width: var(--inner-wide);
	width: 100%;
	margin: 0 auto;
	padding: 15px 15px;
	}
	
.page-header .flex-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-between;
	align-items: center;
	}

.logo-wrap {
	display: block;
	max-width: 380px;
	width: 84%;
	margin: 0;
	/*margin-right: auto;*/
	text-decoration: none;
	border: none;
	}
.head-logo,
.head-logo-rev {
	width: 100%;
	}

@media screen and (min-width: 570px) {
	.page-header .inner {
		max-width: var(--inner-very-wide);
		padding: 25px 30px;
		justify-content: space-between;
		}
	.logo-wrap {
		max-width: 380px;
		}
}

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

.menu-toggle .menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 26px;
	height: 2px;
	background-color: #000;
	/* these are the upper and lower lines in the menu menu */
	}
.menu-toggle .menu-icon::before, 
.menu-toggle .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.menu-toggle .menu-icon::before {
	bottom: 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: #000;
	}
.menu-toggle.is-clicked .menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.menu-toggle.is-clicked .menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	
.is-solid .menu-toggle .menu-icon {
	background-color: #222;
	}
.is-solid .menu-toggle.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.is-solid .menu-toggle.is-clicked .menu-icon::before, 
.is-solid .menu-toggle.is-clicked .menu-icon::after {
	background-color: #222;
	}
	
@media screen and (min-width: 1260px) {		
	.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 ] ----------- */
.main-navigation {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	overflow-x: hidden;   /* keep horizontal clipped */
	overflow-y: hidden;   /* closed state: nothing to scroll anyway */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
.main-navigation.is-open {
	height: calc(100vh - 115px);
	visibility: visible;
	opacity: 1;
	overflow-y: auto;   /* or scroll — this now actually applies */
	-webkit-overflow-scrolling: touch; /* smooth momentum scroll on iOS */
	}

.main-menu {
	text-align: left;
	margin: 0;
	padding: 4em 2em;
	}
.menu-item {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
	/*position: unset;*/
	}
.menu-link {
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: var(--body-bold);
	text-decoration: none;
	}
.menu-link:hover,
.menu-link.on {
	text-decoration: none;
	}

.nav-services {
	margin: 0.5em 0 1.5em 1em;
	}
.main-menu .level-2 {
	text-transform: none;
	}

.main-menu .head-phone {
	color: #fff;
	letter-spacing: 0.05em;
	}
.is-solid .main-menu .head-phone {
	color: #000;
	}

.main-menu .head-phone.mobile {
	display: none;
	}

.dropnav {
	display: none;
	padding: 1em 1em 0;
	}
.submenu-open + .dropnav {
	display: block;
	}
.dropnav ul {
	margin: 0;
	}
.main-item {
	margin-bottom: 0.65em;
	}

.menu-link {
	position: relative;
	font-weight: 400;
	}
.menu-link::before,
.dropnav a::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--accent);
    bottom: -3px;
    left: 0;
    /*left: 0;*/
    transition: all 0.3s ease-in-out;
	}
	
.menu-link:hover::before,
.menu-link.on::before,
.dropnav a:hover::before {
    width: 100%;
    left: 0;
	}
	
.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;
	}
	
.main-menu .button {
	margin: 0 0 10px;
	display: none;
	}

.button.electrical-only {
	border-color: var(--fire) !important;
	background: var(--fire) !important;
	}
.button.fire-only {
	border-color: var(--electric) !important;
	background: var(--electric) !important;
	}
.button.electrical-only:hover {
	color: var(--fire) !important;
	background: var(--white) !important;
	}
.button.fire-only:hover {
	color: var(--electric) !important;
	background: var(--white) !important;
	}

.electrical-contractors .electrical-only,
.fire-division .fire-only {
	display: block;
	}


@media screen and (min-width: 1260px) {
	.main-navigation {
		display: block;
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		width: auto;
		margin: 0;
		visibility: visible;
		height: auto;
		opacity: 1;
		padding: 0;
		background-color: transparent;
		overflow: visible;
		}
	.main-menu {
		text-align: right;
		margin: 0;
		padding: 0;
		}
	.menu-item {
		position: unset;
		position: relative;
		display: inline-block;
		margin: 0 0 0 2em;
		}
		
	.menu-link {
		font-size: 1.35rem;
		line-height: 1.2;
		font-weight: var(--body-medium);
		text-decoration: none;
		letter-spacing: 0.01em;
		padding: 0;
		}
		
	.menu-item:hover .dropnav {
		top: 120%;
		visibility: visible;
		opacity: 1;
		}
		
	.has-children:after {
		content: "";
		}

	.dropnav {		
		display: block;
		position: absolute;
		width: auto;
		top: 200%;
		/* left: -50%; */
		left: -25px;
		left: 50%;
		right: auto;
		text-align: left;
		background: #fff;
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		padding: 0.8em 0.8em 1em;
		box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
		border-radius: 8px;
		white-space: nowrap;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-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;
		padding: 0.4em 0.65em 0.3em;
		}
	.electrical-contractors .dropnav ul,
	.electrical-contractors.nav-services {
		columns: 2;
		column-gap: 2em;
		}
		
	.dropnav li {
		display: block;
		text-align: left;
		margin: 0 0 6px;
		}
	.main-menu .level-2 {
		text-transform: none;
		}

	.dropnav .menu-link {
		font-size: 1.1rem;
		text-transform: none;
		background-color: transparent;
		position: relative;
		text-decoration: none;
		padding: 0;
		}
			
	.submenu-toggle {
		position: relative;
		top: -1px;
		z-index: 2;
		display: inline-block;
		line-height: 1;
		font-size: 1.2rem;
		color: #fff;
		color: #222;
		}
	.is-solid .submenu-toggle {
		color: #222;
		}
	.submenu-toggle:before {
		/*content: '\f107';*/
		content: '▾';
		font-family: 'FontAwesome', sans-serif;
		}
	
	.electrical-contractors .electrical-only,
	.fire-division .fire-only {
		display: none;
		}
}
	
/* ----- [ Landing Page ] --------------- */
.top-bar {
	font-size: 1.15rem;
	font-weight: var(--body-semibold);
	color: #fff;
	background: var(--dark-blue);
	margin: 0;
	padding: 0;
	}
.top-bar .inner {
	margin-block: auto;
	padding: 8px 30px;
	text-align: center;
	}
.top-bar a {
	text-decoration: none;
	}
	
.landing-page-page .top-bar {
	background: var(--black);
	}

/* ----- [ Split Landing Hero ] ---------- */
.split-hero-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	width: 100%;
	height: auto;
	/*height: calc(100svh - 39px);*/
	padding: 0;
	margin: 0 0 50px;
	margin: 0;
	overflow: hidden;
	gap: 0;
	}

.slice {
	position:relative;
	flex: unset;
	height: 300px;
	height: auto;
	flex: 1;
	overflow: hidden;
	transition: flex 0.8s ease;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-position: center;
	background-size: cover;
	background-repeat: none;
	background-size: cover;
	background-size: 1000px;
	padding: 30px;
	z-index: 0;
	text-decoration: none;
	}
	
.slice:after,
.slice:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: transparent;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%); */
	background: #232574;
	background: linear-gradient(90deg, rgba(35, 37, 116, 0.9) 0%, rgba(35, 37, 116, 0.57) 55%, rgba(35, 37, 116, 0) 100%);
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: -1;
	}
.slice-2:after {
	background: #BB042A;
	background: linear-gradient(90deg, rgba(187, 4, 42, 0.9) 0%, rgba(187, 4, 42, 0.57) 55%, rgba(187, 4, 42, 0) 100%);
	}

.slice-1 { border-bottom: 48px solid var(--dark-blue); }
.slice-2 { border-bottom: 48px solid var(--fire); }

.split-hero-section .slice-content {
	opacity: 1;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

.slice-content {
	position: relative;
	top: 10%;
	left: 0;
	width: auto;
	margin: 20px;
	margin: 40px 20px;
	z-index: 10;
	}
	
.slice-headline h2 {
	font-size: 3rem;
	line-height: 1.1;
	color: #fff;
	font-weight: var(--body-semibold);
	max-width: 8ch;
	margin: 0;
	text-decoration: none;
	}
/*		
.slice-text,
.slice-content p {
	font-family: var(--body-font);
	opacity: 0;
	opacity: 1;
	max-width: 500px;
	font-size: 17px;
	color: #fff;
	margin: 1em 0;
	}
*/
.slice-logo {
	 width: 90%;
	 width: 80%;
	 max-width: 300px;
	 margin-bottom: 1em;
	 }
.slice-content p > br {
	display: none;
	}
	
.split-hero-text p {
	color: var(--white);
	font-size: 1.6rem;
	font-size: 1.2rem;
	font-size: 1.2rem;
	font-size: clamp(1.2rem, 1.009rem + 0.952vw, 1.6rem);
	line-height: 1.3;
	margin-top: 1em;
	}
	
.top-bar-email {
	display: none;
	}

@media screen and (min-width: 600px) {
	.top-bar .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		}
	.top-bar-email {
		display: inline;
		}
}	 
@media screen and (min-width: 970px) {
	.split-hero-section {
		flex-direction: row;
		height: calc(100vh - 36px);
		margin: 0;
		}
	
	.slice {
		display: flex;
		flex-direction: column;
		justify-content: flex-end; /* flex-start, flex-end or center? */
		align-items: flex-start;
		border-top: none;
		padding: 5% 40px 100px;
		flex: 1;
		height: 100%;
		text-decoration: none;
		}
		
	.slice-1:before,
	.slice-2:before {
		content: "";
		background: none;
		background-color: var(--dark-blue);
		top: auto;
		height: 0;
		z-index: 5;
		}
	.slice-2:before {
		background-color: var(--fire);
		}
	.slice-1:hover:before,
	.slice-2:hover:before {
		height: 145px;
		height: 50%;
		height: 70px; 
		}
		
	.slice > * {
		z-index: 5;
		}
		
	.slice-logo {
		max-width: 300px;
		width: 100%;
		}

	.slice-headline h2 {
		font-size: 4rem;
		line-height: 1.1;
		color: #fff;
		font-weight: var(--body-semibold);
		max-width: 8ch;
		margin: 0;
		text-decoration: none;
		}
	.slice:hover .slice-headline h2 {
		/*max-width: 30ch;*/
		}

	.slice-content {
		position: absolute;
		top: 55%;
		top: 68%;
		left: 0;
		width: auto;
		margin: 20px;
		z-index: 10;
		}
	
	.split-hero-section:hover .slice-content {
		opacity: 0;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		}
	.split-hero-section:hover .slice:hover .slice-content {
		display: block;
		opacity: 1;
		}
	.split-hero-section:hover .slice:hover .slice-button {
		opacity: 1;
		}
	.split-hero-section:hover .slice:hover .slice-text,
	.split-hero-section:hover .slice:hover .slice-content p {
		display:block;
		opacity: 1;
		}
		
	.slice:hover {
		flex: 3;
		flex: 2;
		}
		
	.split-hero-text {
		max-width: 30em;
		max-height: 0;
		visibility: hidden;
		opacity: 0;
		overflow: hidden;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		}
	.slice:hover .split-hero-text {
		max-height: 1000px;
		visibility: visible;
		opacity: 1;
		}

	.slice .slice-color-bar h4 {
		opacity: 0;
		white-space: nowrap;
		}
	.slice:hover .slice-color-bar h4 {
		opacity: 1;
		}

	.slice:hover .slice-content {
		left: 30px;
		top: 50%;
		/*top: auto;
		bottom: 8%;*/
		}
	.slice:hover > :focus:not(:hover) {
		transform: scale(1.05);
		}
	.slice-text,
	.slice-content p {
		opacity: 0;
		max-width: 500px;
		}
}

/* ----- [ Hero Images ] -----------------*/
.home-hero-section {
	/*position: sticky;
	top: 148px;
	top: 115px;*/
	display: flex;
	flex-direction: column-reverse;
	height: calc(100vh - 148px);
	height: calc(100vh - 115px);
	height: 100vh;
	margin: 0;
	overflow: hidden;
	transition: opacity 0.2s linear;
	}
.home-hero {
	/*height: 720px;*/
	height: calc(85vh - 152px);
	/*min-height: 600px;
	max-height: 800px;*/
	margin: 0;
	flex: 2;
	overflow: hidden;
	position: relative;
	}

.page-hero-section {
	display: flex;
	flex-direction: column-reverse;
	margin: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 2em;
	transition: opacity 0.2s linear;
	}
.page-hero {
	height: 450px;
	/*max-height: 350px;*/
	margin: 0;
	flex: 2;
	overflow: hidden;
	position: relative;
	}

.hero-text-wrapper {
	color: #fff;
	background: var(--accent);
	flex: 1;
	}
.fire-division .hero-text-wrapper {
	background: var(--fire);
	}
	
.hero-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	color: #fff;
	height: 100%;
	padding: 40px 60px;
	padding: 40px 30px;
	}
.home-hero-section .hero-text {
	justify-content: center;
	}

.hero-text h1,
.hero-text h2 {
	font-size: 2.5rem;
	font-size: clamp(2.5rem, 1.932258064516129rem + 2.8387096774193554vw, 4.15rem);
	line-height: 1;
	font-weight: var(--display-semibold);
	color: #fff;
	margin: 0 0 0.35em;
	}
.hero-text h1 strong,
.hero-text h1 b,
.hero-text h2 strong,
.hero-text h2 b {
	color: var(--black);
	font-weight: var(--display-bold);
	}

.hero-text p {
	font-size: 1.3rem;
	font-size: clamp(1.3rem, 0.966666rem + 1.666666vw, 1.8rem);
	line-height: 1.3;
	font-weight: var(--display-medium);
	margin: 0;
	color: #fff;
	}

.home-hero h2 {
	font-weight: 400;
	font-size: 3.5rem;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	background: #222;
	padding: 0.4em;
	margin: auto 0 0.6em;
	margin: 0;
	letter-spacing: 0.2em;
	text-align: center;
	}
	
.home-hero strong {
	position : relative;
	top : -0.10em;
	}

.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: center; 
	align-items: center;
	height: 100%;
	padding: 0;
	position: relative;
	}
	
@media screen and (min-width: 880px) {
	.home-hero-section {
		position: sticky;
		top: 115px;
		top: 148px;
		height: calc(100vh - 148px);
		}

	.home-hero-section,
	.page-hero-section {
		flex-direction: row;
		}
	.home-hero-section {
		height: auto;
		}
	.hero-text {
		padding: 40px 60px;
		}
	.page-hero-section {
		margin-bottom: 4em;
		}
}
	
/* ----- [ Slick Slider ] -----------------*/
.hero.hero-slider {
	background-image: none;
	background-color: #ccc;
	}
	
.slick-track,
.slick-slide {
	height: 100%;
	}

.home-slide {
	height: calc(85vh - 152px);
	max-height: 800px;
	background-size: cover;
	background-position: 50% 50%;
	}

.slick-dots {
	bottom: auto;
	}

/* ----- [ Ken Burns ] ------ */
@keyframes zoomout {
  0%   { transform: scale(1); opacity: 1; }
  80%  { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1.15); opacity: 0; }
}

.slick-active.home-slide {
  animation: zoomout 10s linear;
  -webkit-animation: zoomout 10s linear;
}


.home-body {
	max-width: 800px;
	}
.home-body p {
	font-size: 1.8rem;
font-size: 1.4rem;
font-size: clamp(1.4rem, 1.133333333333333rem + 1.3333333333333337vw, 1.8rem);	line-height: 1.4;
	font-weight: var(--body-semibold);
	}
	
/* ---- [ Pages ] ---------- */
.intro-section {
	padding: 5em 0;
	}

/* ---- [ Home Services ] ---------- */
.home-services {
	margin: 0;
	padding: 3em 0 6em;
	}

.home-services-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	/*grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));*/
	/*grid-template-rows: repeat(5, 1fr);*/
	gap: 1.5em;
	}

	
@media screen and (min-width: 600px) {
.home-services-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
	}
	
	/* pseudo-columns */
	.services-card.updown:nth-child(odd) {
		transform: translate(0, 0);
		}
	.services-card.updown:nth-child(even) {
		transform: translate(0, 0);
		}
	.services-card.updown:nth-child(odd).aos-animate {
		transform: translate(0, -30px);
		}
	.services-card.updown:nth-child(even).aos-animate {
		transform: translate(0, 30px);
		}
}
@media screen and (min-width: 880px) {
	.home-services-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.2em;
		}
		
	.services-card.updown:nth-child(3n+1),
	.services-card.updown:nth-child(3n) {
		transform: translate(0, 0);
		}
	.services-card.updown:nth-child(3n+2) {
		transform: translate(0, 0);
		}
	.services-card.updown:nth-child(3n+1).aos-animate,
	.services-card.updown:nth-child(3n).aos-animate {
		transform: translate(0, -30px);
		}
	.services-card.updown:nth-child(3n+2).aos-animate {
		transform: translate(0, 30px);
		}
}
@media screen and (min-width: 1430px) {
	.home-services-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 1.5em;
		}
	/* pseudo-columns */
	.services-card.updown:nth-child(2n+1) {
		transform: translate(0, 0);
		}
	.services-card.updown:nth-child(2n+2) {
		transform: translate(0, 0);
		}
	.services-card.updown:nth-child(2n+1).aos-animate {
		transform: translate(0, -30px);
		}
	.services-card.updown:nth-child(2n+2).aos-animate {
		transform: translate(0, 30px);
		}
		
	/* Fire */
	.fire-division .home-services-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.2em;
		max-width: 1600px;
		margin-inline: auto;
		}
	.fire-division .services-card.updown:nth-child(3n+1),
	.fire-division .services-card.updown:nth-child(3n) {
		transform: translate(0, 0);
		}
	.fire-division .services-card.updown:nth-child(3n+2) {
		transform: translate(0, 0);
		}
	.fire-division .services-card.updown:nth-child(3n+1).aos-animate,
	.fire-division .services-card.updown:nth-child(3n).aos-animate {
		transform: translate(0, -30px);
		}
	.fire-division .services-card.updown:nth-child(3n+2).aos-animate {
		transform: translate(0, 30px);
		}
}

/* Only necessary with horizontal scrolling */
html[data-scroll-orientation='horizontal'] {
    body {
        width: fit-content;
    }
    [data-scroll-container] {
        display: flex;
    }
}

.overflow-hidden {
	overflow: hidden;
	}
/* Alternate Takes */
.home-services-row {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 1.5em;
	}
.home-services-row > div {
	width: 440px;
	}

/*
[data-aos=ps-slide-up] {
  transform:translateY(0,0);
  transition-property: transform;
}
[data-aos=ps-slide-up].aos-animate {
  transform:translateY(0, -30px);
}
*/
	
.services-card {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	/*box-shadow: 0 2px 20px rgba(0,0,0,0.15);*/
	}
.services-card a {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	border: none;
	height: 100%;
	}
.services-card a div {
	overflow: hidden;
	}
.services-card img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
	}
.services-card:hover img {
	transform: scale(1.05);
	}
	
.services-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(1,0,14,0.6) 22%, rgba(0,0,0,0) 48%);*/
	opacity: 0.8;
	pointer-events: none;
	transition: all .4s ease;
	}
.feature-box:hover .services-card:after {
	opacity: 1;
	}
	
.services-card::before {
	content: "";
	position: absolute;
	bottom: 0;
	inset: 0;
	height: 40%;
	height: 100%;
	background: linear-gradient(
	  to top,
	  rgba(0,0,0,0.80) 0%,
	  rgba(0,0,0,0.738) 10%,
	  rgba(0,0,0,0.65) 20%,
	  rgba(0,0,0,0.55) 30%,
	  rgba(0,0,0,0.435) 40%,
	  rgba(0,0,0,0.32) 50%,
	  rgba(0,0,0,0.22) 60%,
	  rgba(0,0,0,0.13) 70%,
	  rgba(0,0,0,0.06) 80%,
	  rgba(0,0,0,0.02) 90%,
	  rgba(0,0,0,0) 100%
	);
	pointer-events: none;
	z-index: 1;
	opacity: 0.6;
	}
/* Noise overlay to kill banding — SVG fractal noise, very low opacity, screen-blended */
/*
.services-card::after {
	content: "";
	position: absolute;
	inset: 0;
	height: 40%;
	opacity: 0.05;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
	pointer-events: none;
	z-index: 2;
	}
*/

.card-image-wrapper {
	height: 100%;
	}
.card-image-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	}
	
.services-card-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	padding:25px;
	/*background: rgba(0,0,0,0.5);*/
	z-index: 9;
	}
/*	
.services-card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 1.5vw;
	z-index: 9;
	}
*/
.services-card-body p,
.services-card-body h2 {
	font-size: 1.75em;
	color: var(--white);
	margin: 1em 0 1em;
	}
.services-card-body img {
	max-width: 340px;
	}
.services-card h3 {
	line-height: 1.1;
	color: var(--white);
	margin: 0;
	transition: all 0.2s ease;
	}
.services-card h3:after {
	content: "➔";
	display: inline-block;
	font-weight: 300;
	transform: translateX(-20%);
	color: inherit;
	opacity: 0;
	margin-top: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	}
.services-card:hover h3:after {
	color: inherit;
	transform: translateX(30%);
	opacity: 1;
	}
.services-card:hover h3 {
	color: var(--accent);
	margin: 0;
	}
	
.services-card.cta-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	color: #fff;
	background: var(--fire);
	padding: 6%;
	}
.services-card.cta-card::before {
	/*content: none;*/
	z-index: 0;
	}
.services-card.cta-card img {
	width: revert-layer;
	height: auto;
	}
	
.services-card.cta-card p {
	font-size: 1rem;
	font-weight: var(--body-bold);
	text-transform: uppercase;
	margin: 0.5em 0;
	z-index: 1;
	}
.services-card.cta-card h2 {
	color: var(--white);
	font-size: 3rem;
	font-size: 2.1rem;
	font-size: clamp(2.1rem, 1.8559322033898307rem + 1.2203389830508473vw, 3rem);
	font-weight: var(--body-regular);
	margin: 0 0 0.5em;
	z-index: 1;
	}
.services-card.cta-card p:last-child {
	margin: 0;
	}
.services-card.cta-card .button {
	color: var(--fire) !important;
	background: var(--white) !important;
	border: 2px solid var(--white) !important;
	display: inline-block;
	width: auto;
	height: auto;
	}
.services-card.cta-card .button:hover {
	color: var(--white) !important;
	background: var(--fire) !important;
	display: inline-block;
	width: auto;
	}
	
/* ----- [ Home: Video Section (Not Used) ] -----------------*/
.video-section {
	padding: 30px 0 50px;
	}
.video-logo {
	width: 300px;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #87949a;
	}
.video-logo img {
	max-width: 185px;
	margin-left: -10px;
	}
.video-text p {
	font-size: 2.2em;
	line-height: 1.8em;
	font-weight: 300;
	margin-bottom: 2em;
	}
.TextformatterVideoEmbed {
	margin-bottom: 80px;
	padding-top: 40px;
	border-bottom: 1px solid #87949a;
	}
	
/* ----- [ Home: Clients ] ----- */
.clients-slider-section {
	padding: 5em 0 3em;
	}
.clients-slider-section .inner {
	width: 100%;
	padding: 0;
	}
.clients-slider-section .slick-list {
	overflow: visible;
	}
.clients-slider-section .slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	max-width: 300px;
	/*border: 1px dotted red;*/
	margin: 0 3em;
	padding: 0;
	}
.clients-slider-section .slick-slide img {
	max-height: 100%;
	max-width: 100%;
	/* width: auto !important; */
	}
.clients-slider-section p {
	font-size: 1.4rem;
	font-weight: var(--body-light);
	margin-bottom: 2em;
	color: var(--medium-grey);
	}
	
.clients-slider-section .small {
	/*border: 1px dotted red;*/
	height: 80px;
	margin-top: -10px;
	}
.clients-slider-section .large {
	/*border: 1px dotted red;*/
	max-width: 250px;
	}


/* ----- [ Page Sections ] -------------- */

/* ----- [ Icon Rows ] --------- */
/* ----- [ Icon Rows ] ---------- */
/*.home-icons {
	border-top: 20px solid #3D4D23;  
	padding-block: var(--section-pad-small);
	}
.home-icons.dark {
	background: #3D4D23;
	background: #141410;
	}
*/
.icon-row {
	padding-block: 3em;
	}
.icon-row-icon {
	height: 100px;
	width: 200px;
	margin: 0 auto 1.2em;
	}
.icon-row-icon img {
	object-fit: cover;
	max-height: 100%;
	margin: auto;
	}
.icon-row-icon + p {
	font-size: 1rem !important;
	line-height: 1.4 !important;
	}
.icon-row-icon + h4 {
	text-wrap: balance;
	}

.icon-row .col {
	margin: 1em 0 2em;
	padding: 10px 20px;
	}




/* ----- [ Text/Images section ] -------------- */	
.text-image-section {
	margin: 0;
	padding: 3em 0;
	}
.text-image-section .inner {
	max-width: var(--inner-wide);
	margin-inline: auto;
	}
.text-image-section .row {
	overflow: visible;
	}
.text-image-section .col {
	position: relative;
	}

/*	
.bg-tint .ti-section-text-wrapper,
.row-reverse .ti-section-text-wrapper {
	padding: 2em 30px;
	margin: 0;
	}
*/

.flex-img-col {
	flex: 1 0 auto;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 2em;
	}
.flex-text-col {
	/*flex: 1 0 auto!important;*/
	/*flex: 0 0 50%;*/
	/*padding-inline: 30px !important;*/
	}
/*
.flex-text-col.bg-tint:before {
	content: "";
	position: absolute;
	top: 0;
	left: -200px;
	bottom: 0;
	right: 100%;
	background: inherit;
	}
	
.row-reverse .flex-text-col.bg-tint:before {
	content: "";
	right: -200px;
	left: 100%;
	}
*/

.text-image-section .flex-text-col,
.text-image-section .flex-img-col {
	border-radius: 20px;
	}

.ti-section-image-wrapper {
	position: relative;
	margin-bottom: 20px;
	margin-bottom: 0;
	}
.service-image {
	display: block;
	width: 100%;
	}

.ti-section-text-wrapper {
	padding: 30px 20px 20px;
	}
	
@media screen and (max-width: 767px) {
	.flex-text-col {
		/*--text-flex: 1 0 100%;*/
		flex: 1 0 100% !important;
		}
}
@media screen and (min-width: 768px) {
	.ti-section-text-wrapper {
		margin: 0;
		padding: 6em 30px 6em 8%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		border-radius: 20px 0 0 20px;
		}
	.flex-img-col {
		margin-bottom: 0;
		}

	.row-reverse .ti-section-text-wrapper  {
		padding: 6em 8% 6em 30px;
		border-radius: 0 20px 20px 0;
		}
		
	.ti-section-image-wrapper { 
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		}
	.ti-section-image-wrapper img {
		object-fit: cover;
		height: 100%;
		}
		
	.text-image-section .flex-text-col,
	.text-image-section .row-reverse .flex-img-col {
		border-radius: 0 20px 20px 0;
		}
	.text-image-section .row-reverse .flex-text-col,
	.text-image-section .flex-img-col {
		border-radius: 20px 0 0 20px;
		}
		
	.offset-up { margin-top: 3%; }
	.offset-down { margin-bottom: 3%; }
	.offset-both { margin-block: 3%; }
	.offset-up .flex-text-col { margin-top: -3%; margin-bottom: 3%; }
	.offset-down .flex-text-col { margin-top: 3%; margin-bottom: -3%; }
	.offset-both .flex-text-col { margin-block: -3%; }
	
	.offset-up .flex-text-col:before,
	.offset-down .flex-text-col:before,
	.offset-both .flex-text-col:before {
		content: "";
		position: absolute;
		top: 0;
		left: -30%;
		right: 98%;
		bottom: 0;
		background: inherit;
		border-radius: 20px 0 0 20px;
		}
	.row-reverse.offset-up .flex-text-col:before,
	.row-reverse.offset-down .flex-text-col:before,
	.row-reverse.offset-both .flex-text-col:before {
		left: 98%;
		right: -30%;
		border-radius: 0 20px 20px 0;
		}
		
	.offset-up .flex-img-col, .offset-down .flex-img-col, .offset-both .flex-img-col {
		border-radius: 20px !important;
		}
}
@media screen and (min-width: 1298px) {
	.ti-section-text-wrapper {
		padding: 6em 10%;
		margin-left: 0;
		margin-right: 0;
		}
	.inner-full .ti-section-text-wrapper {
		margin-right: calc((100vw - 1248px) / 2 - 10%); /* var? */
		}
	.row-reverse .ti-section-text-wrapper {
		padding: 6em 10%;
		margin-left: 0;
		margin-right: 0;
		}
	.inner-full .row-reverse .ti-section-text-wrapper {
		margin-left: calc((100vw - 1248px) / 2 - 10%);
		}
}

/* ? */
.home-page .page-section .dark .cms-text p > img {
	margin-bottom: 4em;
	}
	
/* ----- [ Hero Sections ] -------------- */
.hero-section.column-width {
	max-width: 1430px;
	margin-inline: auto;
	border-radius: 15px;
	min-height: 400px;
	}
.hero-section .inner {
	display: flex;
	min-height: 300px;
	padding-block: 3em;
	/*flex-direction: row;*/
	}
.hero-section-text {
	color: #fff;
	background: rgba(0,0,0,0.6);
	padding: 3% 0;
	width: auto;
	}
.hero-section-text p,
.hero-section-text h2,
.hero-section-text h3,
.hero-section-text h4 {
	color: #fff;
	line-height: 1.1;
	max-width: 25em;
	}
.hero-section-text p:last-child {
	margin-bottom: 0;
	}
	
.hero-section-text h2 {
	font-size: 1.9rem;
	font-size: clamp(1.9rem, 1.394736842105263rem + 2.5263157894736845vw, 2.5rem);
	line-height: 1.2;
	}
	
.hero-section-head {
	background: #EDEDED;
	padding: 20px;
	}
.hero-section-head h2 {
	max-width: calc(var(--inner) - 30px);
	margin: 0 auto;
	}	
	
.hero-section.fixed-image {
	background-attachment: fixed;
	}
	
@media (hover: none) {
   .hero-section.fixed-image {
       background-attachment: initial;
   }
}
	
@media screen and (min-width: 600px) { 
	.hero-section-text {
		padding: 3% 4%;
		}
}

/* ----- [ Sponsor Logos ] --------------- */
.sponsor-section {
	margin: 0;
	padding: 25px 0 50px;
	padding: 3em 0;  
	background: #fff;
	}
.sponsor-section h2 {
	margin: 0 auto 1em;
	}
.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 0 2em;
	overflow: auto;
	}
.sponsor-logo {
	margin: 0 2em;
	height: 100px;
	flex: 0 0 auto;
	}
.sponsor-logo img {
	height: 100%;
	width: 220px;
	width: auto;
	object-fit: scale-down;
	}


/* ----- [ CMS Content ] -----------------*/
/* Case Studies: 2 or 3 placed image. New CMS-styles for paragraphs with images */
.cms-text p > img {
	max-width: 100%;
	display: block;
	}
	
.cms-text a:not(.button) {
	color: var(--accent);
	font-weight: 700;
	}
.cms-text p,
.cms-text li {
	font-size: 1.2rem;
	}

.cms-text ul,
.cms-text ol {
	margin: 0 0 1em;
	}
.cms-text ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
	
.cms-text a:not(.button):not(.accordion dt a):not(small a) {
	color: var(--accent);
	text-decoration: none;
	}
.cms-text a:not(.button):not(.accordion dt a):hover {
	text-decoration: underline;
	}

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

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

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

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

/* ----- [ Accordion ] ------------ */
dl.accordion {
	margin: 0;
	padding: 25px 0 0;
	position: relative;
	border-top: 1px solid #ccc;
	}
dl.accordion > dt {
	font-family: var(--head);
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: 600;
	list-style: none;
	}

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

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

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

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

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

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

/* ----- [ Contact Page ] --------------- */
/* ----- [ Include: Map/Contact Form ] -----------------*/
.contact-form-section {
	margin: 80px auto 60px;
	}
.contact-form-section .col {
	flex: 1;
	}
	
.contact-section {
	padding: 50px 0;
	}

.page-section:has(".row-reverse") + .jot-form-section .row {
	flex-direction: row;
	}

.jot-form-section {
	}
.jot-form-wrapper {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}
	
/* contact page */
.contact-form-wrapper,
.contact-meta {
	height: 100%;
	padding: 25px;
	margin: 0 0 20px;
	background: var(--light-tint);
	border-radius: 30px;
	}

.contact-form-wrapper form,
.contact-form-wrapper h3,
.contact-form-wrapper p {
	text-align: left;
	margin: 0 0 0.5em;
	}
.contact-form-wrapper h3 {
	font-size: 2rem;
	font-weight: 400;
	}
	
.contact-section-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}

.contact-row > .col {
	width: 100%;
	}
	
.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;
	}
	
.map-section {
	padding: 0 !important;
	margin: 0 auto 30px;
	}
.map-hero {
	background: none;
	margin-bottom: 0;
	}
.map-canvas {
	height: 400px;
	width: 100%;
	position: relative;
	border-radius: 30px;
	/*margin: 0 -10px 0 -10px;*/
	}
.map-address {
	position: absolute;
	bottom: 55%;
	left: 50%;
	width: auto;
	padding: 20px;
	background: rgba(255,255,255,0.9);
	z-index: 555;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	}
.map-address p {
	line-height: 1.2em;
	}
.map-address p:last-of-type {
	margin-bottom: 0;
	}
	
.info-window h5,
.info-window p {
	font-size: 1em;
	}
@media screen and (min-width: 600px) {
	.contact-form-wrapper,
	.contact-meta {
		height: 100%;
		padding: 40px;
		}
}
@media screen and (min-width: 900px) {
	.contact-section {
		padding: 0;
		}
	
	.contact-row > .col {
		width: 50%;
		}

	.contact-meta {
		/*max-width: 730px;
		margin: 0 0 0 auto;
		padding: 0 30px;*/
		}
	
	.map-section {
		}
	.map-canvas {
		height: 500px;
		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%);
		}
}

/* ----- [ Section Tweaks ] ------- */
.bg-tint {
	background: var(--light-tint);
	}
.bg-color {
	background: var(--dark-blue);
	}
	
/* Section Spacers/Margin */
.spacer-none { margin-bottom: 0; }
.spacer-small { margin-bottom: 3em; }
.spacer-medium { margin-bottom: 5em; }
.spacer-large { margin-bottom: 7em; }

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


/* ----- [ Contact form ]----------------------- */
/*
.InputfieldForm {
	}

.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 {
	height: 0;
	}

input,
select,
textarea {
    font-size: 1em;
    width: 100%;
    padding: 5px 10px;
    margin: 0 0 10px;
	color: #333;
	background: #fff;
    webkit-appearance: none;
    border: none;
    border-radius: 0;
    }

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 {
	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,
input[type=checkbox] {
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border: none;
    position: relative;
	outline: none;
    background: #f2f2f2;
    background: #fff;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    -webkit-transition: 0.15s;
    cursor: pointer;
	}

input[type=checkbox].FieldtypeCheckbox:before, 
input[type=checkbox].FieldtypeCheckbox:checked:before,
input[type=checkbox]:before, 
input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    top: 0;
    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,
input[type=checkbox]:checked:before {
    opacity: 1;
	}
	
.form__item--c_contact_method p {
	margin: 0;
	font-size: 0.9em;
	}
.InputfieldCheckboxesFloated {
	margin: 0 0 1em;
	}
.InputfieldCheckboxesFloated li {
	width: 50%;
	display: inline-block;
	}

#wrap_InputfieldSubmit span {
	display: none;
	}
	
.form__item--label {
	display: none;
	}	
	
li label span {
	font-size: 0.9em;
	}
	
form > .form__item--submit {
	text-align: left;
	width: 100%;
	}

.field--error--message {
	display: none;
	}
.field--required label:after {
	content: '*';
	}
.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,
.fire-division .button.cross-sell {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	white-space: nowrap;
	text-wrap: wrap;
	background: var(--accent);
	border: 2px solid var(--accent);
	border-radius: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding:1.2em 2em;
	margin: 0;
	cursor: pointer;
	/* transitions */
	}
	
.fire-division .button,
.electrical-contractors .button.cross-sell {
	background: var(--fire);
	border: 2px solid var(--fire);
	}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover,
.fire-division .button.cross-sell:hover {
	background: var(--white);
	border: 2px solid var(--accent);
	color: var(--accent);
	}
.fire-division input[type="submit"]:hover,
.fire-division input[type="reset"]:hover,
.fire-division input[type="button"]:hover,
.fire-division button:hover,
.fire-division .button:hover {
	background: var(--white);
	border: 2px solid var(--fire);
	color: var(--fire);
	}
	
.button-full {
	display: block;
	width: 100%;
	}
	
.button-small {
	padding: 0.6em 1em;
	}
	

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

.arrow-link {
	position: relative;
	text-decoration: none;
	color: var(--accent);
	text-decoration: none;
	font-weight: bold;
	padding-right: 35px;
	overflow: hidden;
	text-wrap: nowrap;
	}
h3.arrow-link {
	display: inline-block;
	}

/* Outgoing arrow */
.arrow-link::after,
.arrow-link::before {
	content: "➔";
	font-weight: 300;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-46%);
	transition: transform 0.3s ease, opacity 0.3s ease;
	}
h3.arrow-link::after {
	content: none;
	}
	
/* Incoming arrow */
.arrow-link::before {
	right: 25px;
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	}

.arrow-link:hover {
	/*text-decoration: underline;*/
	}
/* Hover: swap arrows */
.arrow-link:hover::after {
  transform: translateY(-46%) translateX(25px);
  opacity: 0;
}
.arrow-link:hover::before,
.services-card:hover .arrow-link::before {
  transform: translateY(-46%) translateX(25px);
  opacity: 1;
}




/* ----- [ Testimonials ] --------------- */
.section-testimonials {
	padding: 50px 0;
	/*background: #fff url('../images/basement-stairs-bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;*/
	}
.quote-icon {
	width: 32px;
	margin: 0 auto 20px;
	}
.testimonial p {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 1.1em 1em;
	position: relative;
	}
/*
.testimonial p:first-child:before {
	content: "“";
	position: absolute;
	top: 0.25em;
	left: -0.05em;
	font-size: 6rem;
	line-height: 0.2;
	color: var(--accent);
	  font-family: Georgia, serif;
	}
*/
.testimonial blockquote p:first-of-type::before,
.testimonial blockquote p:first-of-type::after {
	content: "\201C";
	font-size: 5rem;
	line-height: 0;
	font-family: Georgia, serif;
	color: var(--accent);
	vertical-align: -0.5em; 
	margin-right: 0.1em;
	display: inline-block;
	}
.testimonial blockquote p:first-of-type::after {
	content: "\201D";
	margin-left: 0.1em;
	display: inline-block;
	}

.fire-division .testimonial blockquote p:first-of-type::before,
.fire-division .testimonial blockquote p:first-of-type::after {
	color: var(--fire);
	}


.testimonial-name {
	font-size: 1.1em;
	font-style: italic;
	}

.testimonial-title {
	font-size: 1em;
	/*display: block;*/
	font-style: italic;
	}
/*
.section-testimonials .fa {
	font-size: 3em;
	color: #8d2427;
	color: var(--grey-1);
	margin: -10px auto 30px;
	}
*/
	
@media screen and (min-width: 600px) { 
	blockquote {
		margin: 0 50px;
		}
}


/* ----- [ Service Pages ] --------------- */
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    left: auto;
    right: 50px;
    top: -40px;
    display: block;
    width: 40px;
    height: 40px;    
    padding: 0 0 0 4px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: 2px solid #222;
}
.slick-prev {
	right: 100px;
	padding: 0 4px 0 0;
	}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 36px;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}

/* ----- [ Gallery Page (Unused) ] --------------- */
/* ----- [ Gallery Page & Sections / Isotope ] -----------------*/
.gallery-section {
	padding: 30px 0 40px;
	}

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

.gallery-icon {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    z-index: 999;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    transition: .2s all ease-out;
    text-shadow: 0 4px 10px rgba(0,0,0,0.5);
	}
.gallery-link:hover .gallery-icon {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
	}

.filter-button-group {
	text-align: left;
	margin: 0 0 1.5em;
	}
.filter-button-group li {
	display: inline-block;
	margin: 0 1em 0 0;
	font-size: 1.1em;
	}
.is-checked {
	color: #000;
	text-decoration: underline;
	}

.grid-sizer,
.grid-item { 
	/*width: calc(33.333% - 20px);*/
	width: 100%;
	margin: 0 0 20px;
	}
.gutter-sizer {
	width: 2%;
	width: 0;
	width: 20px;
	}
.grid-item img {
	width: auto;
	width: 100%;
	vertical-align: middle;
	}
	
@media screen and (min-width: 570px) {
	.grid-sizer,
	.grid-item,
	.grid-item--width2 { 
		width: calc(33.333% - 20px);
		/*width: 32%;
		width: 33.333%*/
		margin: 0 0 20px;
		}
	.grid-item.width2 {
		width: 66.666%;
		width: calc(66.666% - 20px);
		}
}

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


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


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


/* ----- [ Cross-site CTA ] --------------- */
.fire-division .cross-site-cta,
.electrical-contractors .cross-site-cta {
	padding: 2.5em 0 2.3em;
	color: var(--white);
	background: var(--accent) !important;
	}
.electrical-contractors .cross-site-cta {
	background: var(--fire) !important;
	}
	
.cross-site-cta h2 {
	font-size: 3.4rem;
	color: var(--dark-blue);
	font-weight: var(--display-semibold);
	text-wrap: unset;
	}
.cross-site-cta a {
	color: var(--accent);
	text-decoration: none;
	}
.cross-site-cta a.button {
	color: var(--white);
	text-decoration: none;
	}
.cross-site-cta a:hover {
	color: var(--accent);
	text-decoration: underline;
	}
.cross-site-logo {
	display: block;
	max-width: 470px;
	margin: 0 0 1em auto;
	}
.cross-site-logo img {
	width: 100%;
	}
	
.fire-division .cross-button {
	color: var(--accent) !important;
	background: #fff;
	border-color: #fff;
	}
.electrical-contractors .cross-button {
	color: var(--fire) !important;
	background: #fff;
	border-color: #fff;
	}
.fire-division .cross-button:hover {
	background: var(--accent) !important;
	color: #fff !important;
	border-color: #fff;
	}
.electrical-contractors .cross-button:hover {
	background: var(--fire) !important;
	color: #fff !important;
	border-color: #fff;
	}
	
	
/* ----- [ Document Downloads ]------------------ */
.downloads-section {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.downloads-wrapper,
.accordion.downloads-wrapper.open {
	position: relative;
	margin: 0 0 3em;
	}
.accordion.downloads-wrapper {
	margin: 0 0 3em;
	margin: 0 0 1.5em;
	}
.downloads-wrapper h2 {
	/* color: #555555; */
	margin: 0;
	padding: 0 0 0.3em;
	/*border-bottom: 1px solid #ccc;*/
	}
.downloads-wrapper h2.open {
	padding: 0 0 0.3em;
	border-bottom: 1px solid #fff;
	}

.download {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	width: 100%;
	}

.download-link,
.download-link:hover {
	display: block;
	float: left;
	margin: 0 30px 10px 0;
	text-decoration: none;
	border: none;
	}
.doc-thumb {
	text-align: right;
	width: auto;
	/*height: 80px;*/
	width: 50px;
	margin: 0;
	background: transparent;
	box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	}
.download h5 {
	margin-bottom: 0;
	}
	
@media screen and (min-width: 768px) {
	.download {
		width: calc(50% - 10px);
		}
}

/* ----- [ Footer ] --------------- */
.page-footer {
	clear: both;
	text-align: left;
	margin: 0;
	margin-top: auto;
	padding: 4em 0 0;
	background: var(--light-tint);
	}

.page-footer h5 {
	margin: 0.8em 0 1em;
	}
.page-footer p,
.page-footer li {
	margin: 0;
	}
.footer-links {
	margin: 0 0 1em;
	}
.page-footer a {
	border-bottom: 1px dotted #fff;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	}
.page-footer a:hover {
	/*border-bottom: 1px solid #fff;*/
	}
.footer-logo {
	max-width: 410px;
	margin: 0 auto 2em 0;
	padding-right: 30px;
	}	

.footer-meta {
	font-size: 1.8rem;
	line-height: 1.1;
	text-align: right;
	text-align: left;
	margin: 0;
	}
.footer-phone,
.footer-email {
	font-size: 1.8rem;
	line-height: 1.1;
	}
	
.site-copyright {
	font-size: 0.9em;
	margin: 2em 0 0;
	padding: 0.5em 30px;
	clear: both;
	background: var(--black);
	}
.site-copyright p {
	color: var(--white);
	font-size: 0.85rem;
	max-width: var(--inner-wide);
	padding: 3px 0;
	margin: 0 auto;
	}

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

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

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

/* ----- [ Utility ] --------------- */
.centered,
.centered p,
.centered h2,
.centered h3 {
	text-align: center;
	}

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

.align_left {
	text-align: left;
	}
.align_right {
	text-align: right;
	}
.align_center {
	text-align: center;
	}

img.align_left {
	float: left;
	margin: 0 1em 0.25em 0;
	}

img.align_right {
	float: right;
	margin: 0 0 0.25em 1em;
	}
img.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/* ----- [ Dark ] ------- */
.dark {
	color: #fff !important;
	background: #0e2835;
	}
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark li,
.dark a {
	color: #fff;
	}
.dark a:hover {
	color: #fff;
	}
	
.dark .slick-dots {
	color: #fff;
	}
	

.row-reverse {
	flex-direction: row-reverse;
	}

.fit-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
	}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

.hidden {
	display: 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; 
	}

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

.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}
	
	
.landing-link {
	display: none;
	}
	
/* ----- [ Callback ] --------------- */
@media screen and (min-width: 600px) {
.landing-link {
	position: fixed;
	top: 500px; 
	right: 10px;
	transform: rotate(90deg);
	transform-origin: top right;
	z-index: 9999;
	display: block;
	}
	
.landing-link2 {
	display: block;
	margin-bottom: 4em;
	}
	
.callback-button {
	color: #fff;
	background: var(--fire);
	font-size: 1.4rem;
	font-weight: var(--body-bold);
	text-decoration: none;
	padding: 16px 20px;
	border-radius: 0 0 10px 10px;
	}
.callback2 .callback-button {
	color: #fff!important;
	border-radius: 10px;
	}
	
.fire-division .callback-button {
	background: var(--accent);
	}

.landing-link:hover {
	right: 12px;
	}
.landing-link:hover a {
	color: #fff;
	}

.callback-button img {
	display: inline-block;
	width: 18px;
	margin: -2px 10px 0 0;
	}
	

	.landing-link {
		display: block;
		}
	.landing-link2 {
		display: none;
		}
}


/* ----- [ Holding Page ] -----------------*/
.holding-hero {
	margin-top: 0;
	height: 100vh;
	max-height: 3000px;
	}

.holding-overlay {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	}

.holding-section .inner {
	flex: 1;
	text-align: center;
	margin: 0;
	max-width: 100%;
	}

.holding-logo {
	max-width: 340px;
	margin: 0 auto 3em;
	}
.holding-logo img {
	max-width: 100%;
	}
	
.holding-text {
	max-width: 40em;
	color: #fff;
	}
.holding-text a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
	
.holding-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	text-align: center;
	margin: 0;
	padding: 10px 15px;
	font-size: 0.8em;
	color: #fff;
	z-index: 10;
	}

.holding-head,
.holding-footer a {
	color: #fff;
	text-align: center;
	}

.main-content {
	margin: 80px auto 100px;
	}

.main-content .content {
	padding: 0 0 3rem 3rem;
	padding: 0 2em 2em;
	margin: 0 0 0 auto;
	max-width: 47em;
	width: 100%;
	}
	
.main-content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: flex-start;
	}
.push-right {
	/* margin-left: 10%; */
	}

@media screen and (min-width: 768px) {
	.main-content .content {
		padding: 0 0 3rem 3rem;
		}
}


@media screen and (min-width: 1500px) {
	.main-content .fit-image {
		max-height: 600px;
		}
}
	

