/**
	@Author:	Paul Strandoo/Spi-des-ign
	@Date:		30 Jan 2026
	@Notes:		Hosted Companies
*/
@import url("font-awesome.min.css");
:root {
	--display-font: "Poppins", Helvetica, Arial, sans-serif;
	--body-font: "Poppins", 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;

	--accent: #00AEEF;
	
	--dark-grey: #252525;
	--white: #ffffff;	
	--black: #000000;
	
	--text-color: #686868;
	--text-color: #222222;
	
	--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%;
	}

/**
 * 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(--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.6em;
	margin: 0 0 1em;
	color: var(--black);
	}
	
ul {
	margin: 1em 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: 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-regular);
	font-style: normal;
	color: var(--black);
	line-height: 1.1;
	}

h1,.h1 {
	font-family: var(--display-font);
	font-weight: var(--display-medium);
	font-size: 2.2rem;
	font-size: clamp(2rem, 10vw, 5rem);
	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-medium);
	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-medium);
	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;
	}
p,
li {
	font-size: 1.125em;
	font-weight: var(--body-regular);
	line-height: 1.7em;
	color: #4A4E53;
	color: var(--black);
	margin: 0 0 1em;
	padding: 0;
	}
ul {
	margin: 1em 0;
	}
li {
	margin: 0;
	}

.hero-text h1 {
	font-size: 4.5rem;  
	line-height: 1em;
	color: #fff;
	font-weight: var(--display-medium);
	margin: 0;
	}

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

@media screen and (min-width: 570px) {
	h1 {
		font-size: 3.5em;
		width: 100%;
		}
}

/* ----- [ Structure ] -----------------*/
body.is-fixed {
	position: fixed;
	}

.page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: var(--accent);
	background: #01137B;
	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 only screen and (min-width: 750px) {
	.page-overlay {
		align-items: center;
		padding: 0;
		}
}

header,
section,
footer {
	width: 100%;
	}
section {
	margin: 20px 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: 100%;
	/*height: 250px;*/
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

/* ----- [ Strandoo Flex Grid System v1 ] ------ */
.row,
.n-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,
.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: 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: 770px) {
	.t-auto {
		width: auto;
		}
	.t-full,
	.t-1of1
	.t-2of2,
	.t-3of3,
	.t-4of4,
	.t-5of5 {
		width: 100%;
		flex: initial;
		}
	.t-1of2,
	.t-2of4,
	.t-3of6,
	.t-50 {
		width: 50%;
		flex: initial;
		}
	.t-1of3,
	.t-2of6,
	.t-33 {
		width: 33.3333%;
		flex: initial;
		}
	.t-2of3,
	.t-4of6,
	.t-66 {
		width: 66.6667%;
		flex: initial;
		}
	.t-1of4,
	.t-25 {
		width: 25%;
		flex: initial;
		}
	.t-3of4,
	.t-75 {
		width: 75%;
		flex: initial;
		}
	.t-1of5,
	.t-3of6,
	.t-20 {
		width: 20%;
		flex: initial;
		}
	.t-2of5,
	.t-40 {
		width: 40%;
		flex: initial;
		}
	.t-3of5,
	.t-60 {
		width: 60%;
		flex: initial;
		}
	.t-4of5,
	.t-80 {
		width: 80%;
		flex: initial;
		}
	.t-hidden { display: none; }
}
@media 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; }
}

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


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

/* ----- [ 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 {
	/* fixed or not */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	-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;
	}
	
/* Odd Safari bug
  see https://stackoverflow.com/questions/56008366/ */
.trannyfix {
	background: transparent;
	background: rgba(255,255,255,0);
	}
.is-solid .trannyfix {
	background: #fff;
	background: rgba(255,255,255,0.95);
	}
	
.page-header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 15px;
	}

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

.head-logo,
.is-solid .head-logo-rev {
	display: none;
	}
	
.is-solid .head-logo {
	display: block;
	}

@media screen and (min-width: 570px) {
	.page-header .inner {
		max-width: 1800px;
		padding: 15px 30px;
		justify-content: space-between;
		}
	.logo-wrap {
		max-width: 220px;
		}
}

/* ----- [ 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: #fff;
	/* these are the upper and lower lines in the menu menu */
	}
.menu-toggle .menu-icon::before, 
.menu-toggle .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.menu-toggle .menu-icon::before {
	bottom: 8px;
	}
.menu-toggle .menu-icon::after {
	top: 8px;
	}
.menu-toggle.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.menu-toggle.is-clicked .menu-icon::before, 
.menu-toggle.is-clicked .menu-icon::after {
	background-color: #fff;
	}
.menu-toggle.is-clicked .menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.menu-toggle.is-clicked .menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
.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 only screen and (min-width: 1112px) {		
	.menu-toggle {
		display: none;
		}
	.menu-toggle .menu-icon {
		left: auto;
		right: 1.25em;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		}
}

/* ----- [ Navigation / Search ] ------ */
.main-navigation {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	height: calc(100vh - 100px);
	padding: 100px 10%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
.dropnav {
	display: none;
	}
	
.is-fixed .main-navigation {
	display: block;
	}

.main-menu {
	text-align: left;
	margin: 0;
	}
	
.main-menu li {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.12em;
	margin: 0 0 1em;
	padding: 0;
	background: transparent;
	text-transform: uppercase;
	vertical-align: middle;
	position: unset;
	}

.menu-link {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	}
.menu-link:hover,
.menu-link.on {
	color: #fff;
	text-decoration: none;
	}


.is-solid .menu-link {
	color: #222;
	}
.is-solid .menu-link:hover,
.is-solid .menu-link.on {
	color: #000;
	text-decoration: none;
	}

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

@media only screen and (min-width: 1248px) {
	.main-menu .head-phone.mobile {
		display: inline;
		}
}

.menu-link {
	position: relative;
	}
.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;
	}

@media only screen and (min-width: 1112px) {
	.main-navigation {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		height: auto;
		width: auto;
		margin: 0;
		padding: 0;
		background-color: transparent;
		overflow: visible;
		}
	.main-menu {
		text-align: right;
		margin: 0;
		}
	.main-menu li {
		position: unset;
		display: inline-block;
		margin: 0 0 0 2em;
		font-size: 17px;
		}
		
	.menu-link {
		padding: 0;
		background-color: transparent;
		line-height: 1.2;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.12em;
		text-transform: uppercase;	
		}
		
	.main-menu li:hover .dropnav {
		top: 160%;
		visibility: visible;
		opacity: 1;
		}

	.dropnav {		
		display: block;
		position: absolute;
		width: auto;
		top: 210%;
		/* left: -50%; */
		left: auto;
		right: 0;
		text-align: left;
		background: #fff;
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		padding: 1.5em 1em 1em;
		box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
		white-space: nowrap;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: translateX(0px);
		-o-transform: none;
		transform: none;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		}
		
	.dropnav ul {
		margin: 0;
		columns: 2;
		column-gap: 1em;
		}
		
	.dropnav li {
		display: block;
		text-align: left;
		margin: 0;
		/*padding: 8px 15px;*/
		padding: 0 15px;
		margin: 0 0 1em;
		}
	.main-menu .level-2 {
		text-transform: none;
		}

	.dropnav li > a {
		color: #222;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.03em;
		text-transform: none;
		background-color: transparent;
		position: relative;
		text-decoration: none;
		padding: 0;
		}
/*
	.submenu-toggle {
		position: relative;
		top: -1px;
		z-index: 2;
		margin-left: 5px;
		display: inline-block;
		width: 12px;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
		color: #fff;
		}
	.is-solid .submenu-toggle {
		color: #222;
		}
	.submenu-toggle:before {
		content: '\f107';
		font-family: 'FontAwesome', sans-serif;
		}
*/
}

/* ----- [ Hero Images ] -----------------*/
.hero {
	height: 470px;
	margin-top: 0;
	border-top: none;
	overflow: hidden;
	background-size: cover;
	}
.home-hero {
	height: 85vh;
	max-height: 800px;
	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: center; 
	align-items: flex-start;
	height: 100%;
	padding: 0;
	max-width: var(--inner);
	margin: 0 auto;
	position: relative;
	}

.hero-text {
	color: #fff;
	text-align: left;
	padding: 20px;
	max-width: 1000px;
	}
.hero-text h2 {
	color: #fff;
	font-size: 2.5rem;
	font-size: clamp(2.5rem, 1.5625rem + 4.6875vw, 4rem);
	}

/* ----- [ PSTN Shut-off ] -----------------*/
.floating-cta {
	display: block;
	background: red;
	text-wrap: wrap;
	padding: 20px 20px 20px;
	text-decoration: none;
	margin-bottom: 30px;
	}
.floating-cta p {
	font-size: 1.4rem;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	margin: 0 0 0.5em;
	}

@media only screen and (min-width: 570px) {
	.floating-cta {
		position: absolute;
		right: 13%;
		top: -200px;
		display: flex;
		justify-content: center;
		align-items: center;
		aspect-ratio: 1/1;
		border-radius: 50%;
		background: red;
		text-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column;
		max-width: 230px;
		max-height: 230px;
		padding: 30px 20px 20px;
		text-decoration: none;
		}
	.floating-cta p {
		font-size: 1.1rem;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		margin: 0 0 0.5em;
		}
}

/* ----- [ Home: Intro ] -----------------*/
.home-headline {
	margin: 0 0 40px;
	}
.intro-text-section {
	padding: 5px 0 30px;
	}
.intro-text p {
	font-size: 1.45rem;
	line-height: 1.4em;
	max-width: 60ch;
	}

/* ---- [ Home Services ] ---------- */
.home-services {
	padding-block: 3em;
	background: var(--background-light);
	}
.home-services-grid {
	flex: 2;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 5px;
	}
.services-card {
	/*box-shadow: 0 2px 20px rgba(0,0,0,0.15);*/
	/*color: var(--white);
	background: var(--black);
	background: #00AEEF;*/
	}
.services-card a {
	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 div {
	overflow: hidden;
	}
.services-card:hover img {
	transform: scale(105%);
	;
	}
.services-card-title {
	padding: 0.8em 1em;
	padding: 0.6em 0;
	}
.services-card-title h4 {
	/*color: var(--white);*/
	font-size: 1.3rem;
	line-height: 1.1em;
	font-weight: var(--display-medium);
	}

/* ----- [ Hero/CTA Sections ] -----------------*/
.hero-section {
	margin-bottom: 3em;
	}
.hero-section-inner {
	min-height: 350px;
	display: flex;
	padding: 3% 30px;
	}
.hero-section-text {
	max-width: 700px;
	}
.hero-section-text h2 {
	margin-bottom: 0;
	font-weight: var(--display-regular);
	line-height: 1.4;
	text-wrap: unset;
	}
.hero-section a {
	color: inherit;
	}
.hero-section a:hover {
	color: var(--accent);
	}

@media screen and (min-width: 570px) {
	.intro-text-section {
		padding: 40px 0 40px;
		}
	.home-headline {
		margin: 60px 0;
		}
}

/* ----- [ Include: 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 ] -----------------*/
.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;
	}

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

.terms-conditions-page h2 {
	font-size: 1.6rem;
	}
/* numbered lists */
/* Reset counter once for the whole Terms page */
.terms-conditions-page .cms-text {
	counter-reset: clause;
	}
/* Remove normal numbering */
.terms-conditions-page .cms-text ol {
list-style: none;
	padding-left: 0;
	}
/* Increment counter for every list item */
.terms-conditions-page .cms-text ol li {
	counter-increment: clause;
	margin-bottom: 0.8em;
	margin: 0 0 0.8em 2em;
	text-indent: -2em;
	}
/* Output the continuous number */
.terms-conditions-page .cms-text ol li::before {
	content: counter(clause) ". ";
	margin-right: 0.3em;
	font-weight: 600;
	}

/* Reset main clause counter */
.terms-conditions-page .cms-text {
	counter-reset: clause;
	}
/* Remove default list styling */
.terms-conditions-page .cms-text ol {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	}
/* Top-level clauses (1, 2, 3...) */
.terms-conditions-page .cms-text > ol > li {
	counter-increment: clause;
	counter-reset: subclause;
	margin-bottom: 1em;
	}
/* Output main clause number */
.terms-conditions-page .cms-text > ol > li::before {
	content: counter(clause) ". ";
	font-weight: 600;
	}
/* Second-level lists (a, b, c...) */
.terms-conditions-page .cms-text ol ol {
	margin-top: 0.5em;
	margin-left: 0;
	}
.terms-conditions-page .cms-text ol ol > li {
	counter-increment: subclause;
	margin-bottom: 0.8em;
	margin: 0 0 0.8em 1.2em;
	text-indent: -1.4em;
	font-size: inherit;
	}
/* Output subclause as 28.a */
.terms-conditions-page .cms-text ol ol > li::before {
	content: counter(clause) "." counter(subclause, lower-alpha) " ";
	content: counter(subclause, lower-alpha) ". ";
	font-weight: 600;
	}
	
hr + h2,
hr + h3 {
	margin-top: 0.5em;
	}

/* ----- [ Contact Page ] --------------- */
/* ----- [ Include: Map/Contact Form ] -----------------*/
.contact-section {
	padding: 0;
	}
.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-canvas {
	height: 450px;
	width: 100%;
	/*margin: 0 -10px 0 -10px;*/
	}
.map-canvas button {
	color: #666666;
	}
	
.form-wrapper {
	background: #f5f5f5;
	border-radius: 10px;
	}

@media only screen and (min-width: 900px) {
	.contact-section {
		padding: 0;
		}
	.contact-meta {
		max-width: 750px;
		margin: 0 0 0 auto;
		padding: 0 30px;
		}
	.map-canvas {
		height: 100%;
		min-height: 400px;
		margin: 0;
		}
}

/* ----- [ 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: 1rem;
	padding: 0.5em 3em;
	color: #fff;
	background: var(--accent); /*  !important */
	border: none;
	border-radius: 5px;
	cursor: pointer;
	/* border-bottom: none !important;*/
	box-shadow: none;
	transition: none;
	letter-spacing: 0.05em;
	font-weight: 500 !important;
	text-transform: uppercase;
	text-decoration: none;
	}
button:hover,
.button:hover {
	background: var(--accent);
	color: #fff;
	opacity: 0.9;
	}
	
.button-full {
	display: block;
	width: 100%;
	}

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

/* ----- [ Service Pages ] --------------- */
.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;
	}
	
/* Arrows */
/* ----- [ Gallery Page ] --------------- */
.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;
	background: #212121;
	/*background: #212121 url('../images/footer-bg-1.jpeg') bottom center no-repeat;
	background-size: cover;*/
	margin: 0;
	margin-top: auto;
	padding: 4em 0 0;
	}
.page-footer p,
.page-footer li {
	/*font-size: 0.9em;*/
	margin: 0;
	color: #bbb;
	}

.page-footer a {
	color: #fff !important;
	border-bottom: 1px dotted #fff;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	}
.page-footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}

.footer-logo {
	max-width: 100%;
	max-width: 250px;
	margin: 0 auto 2em 0;
	}	
.footer-meta {
	margin: 0;
	}
.footer-phone {
	font-size: 1.8rem;
	}

.site-copyright {
	font-size: 0.9em;
	margin: 2em 0 0;
	padding: 0.5em 30px;
	clear: both;
	background: var(--black);
	}
.site-copyright p {
	font-size: 0.85rem;
	max-width: calc(var(--inner) - 60px);
	margin: 0 auto;
	}

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

/* ----- [ SVG Social Media Icons ] --------------- */
.social-icons-wrapper {
	margin: 5px auto 30px;
	}
.social-icons-wrapper .social-icon {
    color: #fff;
    display: inline-block;
    height: 22px;
	width: 22px;
    margin: 0 1em 10px 0;
	}
.social-icons-wrapper .social-icon:last-of-type {
	margin-right: 0;
	}
.social-icons-wrapper .social-icon a,
.social-icons-wrapper .social-icon a:visited {
    color: #fff;
    opacity: 0.8;
    border: none;
	}
.social-icons-wrapper .social-icon a:hover,
.social-icons-wrapper .social-icon a:active {
    color: olive;
    opacity: 1;
    border: none;
	}

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

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

/* ----- [ Components ] ------------------ */
.thumbnail-link, 
.gallery-link {
    position: relative;
    display: block;
    border-bottom:none
	}
.thumbnail-link:hover, 
.gallery-link:hover {
    border-bottom:none
	}

/**
 * The edit link that appears when you are logged in.
 * It is recommended that you implement an edit button 
 * in your templates to make it easy to switch to and
 * from the admin control panel when editing pages. 
 *
 */

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

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

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

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

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

/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */

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

/* ----- [ Holding Page ] -----------------*/
.coming-soon-page .page-header {
	display: none;
	}
.coming-soon-page {
	background: #222;
	}
.holding-section {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: space-around;
	text-align: center;
	color: #fff;
	margin: 0;
	}

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

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

.holding-logo {
	max-width: 240px;
	margin: 0 auto;
	}
.holding-logo img {
	max-width: 100%;
	}
	
.holding-footer {
	background: transparent;
	text-align: center;
	margin: 80px 0 0;
	padding: 0 15px 10px;
	font-size: 0.9em;
	z-index: 1;
	}

.coming-soon-page h1 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 300;
	font-size: 70px;
	line-height: 1em;
	letter-spacing: -1px;
	color: #fff;
	margin: 50px 0;
	}
.coming-soon-page p {
	color: #fff;
	margin: 0 0 0.5em;
	}
.coming-soon-page a {
	color: #fff;
	text-decoration: underline;
	}
	
.email-form label {
	text-align: left;
	line-height: 20px;
	}

.input-email {
	overflow:hidden;
	padding-right: 0;
 	}
.input-mobile {
	display: none;
 	}

.button-email {
	float: right;
	line-height: 36px;
	height: 48px;
	}
.coming-soon-page input[type=text], 
.coming-soon-page input[type=password], 
.coming-soon-page input[type=email], 
.coming-soon-page textarea {
	border: 1px solid #e0e0e0;
	line-height: 32px;
	height: 48px;
	width: 100%;
	color: #1a1a1a;
	padding: 15px 15px;
	transition: all 200ms ease;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	resize: none;
	-webkit-appearance: none;
	}
	
input[type=submit] {
    -webkit-appearance: none;
}
.holding-footer p {
	color: #eee;
	}

.coming-soon-page p.error {
	color: #fff;
	background: #f00;
	padding: 5px 10px;
	}
.coming-soon-page p.success {
	color: #000;
	font-size: 1.2em;
	background: #c5d301;
	padding: 10px 20px;
	}

@media screen and (min-width: 570px) {
	.holding-section {
		height: 100vh;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: space-around;
		}

	.holding-section .inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		}
	.holding-footer {
		margin: 0;
		}
}