@charset "UTF-8";
/* All clamps 320 - 750 unless noted */

html {
	scroll-padding-top: 2.5em;
}

body {
	background: #FFF;
}

body.slideNav {
	overflow: hidden;
	pointer-events: none;
}



/* HEADER ------------------------------ */
body>header {
	background: #FFF;
	display: contents;
	position: relative;
	z-index: 1;
}

body>header:before {
	background-color: #000;
	content: '';
	display: block;
	height: 100vh;
	height: 100dvh;
	left: 100vw;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: left 0ms ease 200ms, opacity 200ms ease;
	width: 100vw;
	z-index: 3;
}

body.slideNav>header:before {
	left: 0;
	opacity: .5;
	transition: left 0ms ease 0ms, opacity 200ms ease;
}

#brand {
	display: block;
	line-height: 0;
	margin: 0 auto;
	max-width: 15em;
	padding: 1.125em 0;
}

#navContainer {
	background-color: #000;
	bottom: 0;
	left: 100%;
	max-height: 100vh;
	max-height: 100dvh;
	overflow: auto;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: left .2s ease, visibility .2s ease .2s;
	visibility: hidden;
	width: 75%;
	z-index: 3;
	-webkit-overflow-scrolling: touch;
}

body.slideNav #navContainer {
	left: 25%;
	pointer-events: all;
	transition: left .2s ease;
	visibility: visible;
}

#navContainer nav {
	display: inline;
}

#navContainer ul {
	display: block;
	margin: 0;
	padding-left: 0;
	width: 100%;
}

#navContainer li {
	border-top: 1px solid rgba(255,255,255,0.125);
	display: block;
	position: relative;
	width: 100%;
}

#navContainer li li {
	border: 0;
}

#navContainer :where(a, .toggleNav) {
	color: #FFF;
	display: block;
	font-size: 1.125rem;
	line-height: 1;
	padding: .9375rem 1em;
	width: 100%;
}

#navContainer .toggleNav {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	text-transform: none;
}

#navContainer .toggleNav::before {
	background: url('/images/icons/close.svg') no-repeat left center / contain;
	content: '';
	line-height: 1;
	margin: 0 .25em 0 0;
	padding-right: .875em;
}

#navContainer li.on {
	background: rgba(255,255,255,.15);
}

#navContainer li.on a {
	color: #FFF;
}

#navContainer li.open {
	background-color: rgba(255,255,255,.25);
}

#navContainer li>button {
	background: var(--ws-gold);
	display: block;
	font-size: 1rem;
	height: 3rem;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 3rem;
}

#navContainer .menu-item-has-children > div {
	display: grid;
	grid-template-rows: 0fr;
	transition: var(--ws-transition);
}

#navContainer .menu-item-has-children.open > div {
	grid-template-rows: 1fr;
}

#navContainer ul ul {
	min-height: 0;
	overflow: hidden;
}

#navContainer ul ul a {
	padding-left: 2em;
}

#navContainer li>button {
	border: 0;
	box-shadow: none;
}

#navContainer li>button::before,
#navContainer li>button::after {
	background-color: #FFF;
	content: '';
	display: block;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center center;
	transition: transform .2s ease;
	width: 50%;
}

#navContainer li>button::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

#navContainer li>button::after,
#navContainer li.open > button:before {
	transform: translate(-50%, -50%) rotate(0deg);
}





/* MOBILE NAV ------------------------------ */
#mobilenav {
	align-items: center;
	background-color: var(--ws-red-3);
	display: flex;
	justify-content: center;
	position: sticky;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}

#mobilenav :is(a, button) {
	color: #FFF;
	flex: 1 1 auto;
	font-size: 1.125em;
	line-height: 2;
}

#mobilenav a {
	border-right: 1px solid #FFF;
}

#mobilenav button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	justify-content: center;
	padding: 0;
	text-transform: none;
}

#mobilenav button::after {
	aspect-ratio: 1;
	background: #FFF;
	content: '';
	display: inline-block;
	margin: 0 0 0 .25em;
	mask:  url('/images/icons/bars.svg') no-repeat center / contain;
	height: 1em;
}




/* CMS PAGE ELEMENTS ------------------------------ */
.photoright {
	margin: 0 0 .75em 1em;
}

.photoleft {
	margin: 0 1em .75em 0;
}

.twoCol, .threeCol, .resCol {
	columns: auto;
	column-width: 13em;
}

.formTable, .formTable table {
	display: block;
	width: 100%;
}

.formTable tbody {
	display: block;
}

.formTable tr {
	display: block;
}

.formTable td {
	display: block;
	padding: 0;
	width: 100%;
}

.formTable :is(input:is([type="text"], [type="password"], [type="tel"], [type="number"], [type="email"], [type="url"]), textarea) {
	margin-bottom: 1em
}

.formTable table td + td {
	padding-left: 0 !important;
}


/* Contact Form - table removed ----- */
.form-flex :where(.half, .third) {
	width: 100%;
}

.form-flex .quarter {
	width: calc(50% - .5em);
}


.content ul li {
	padding-left: 1.25em;
}

.content ul li::before {
	inset: .25em auto auto .25em;
}




/* LIGHTBOX GALLERY WYSIWYG TEMPLATE ------------------------------ /
* - Standard Interior pages
*/

ul.lightbox-gallery {
	--ws-column-count: 2
}


/* ###### THE LIGHTBOX ###### */

ul.lightbox-gallery {
	column-count: 2;
	column-gap: 0.625rem;
	justify-content: space-between;
}




/* MAIN ------------------------------ */

#content {
	padding-block: 2em 4em;
}

#sidenav {
	margin-block: -2em 4em;
}




/* FOOTER ------------------------------ */

body>footer {
	text-align: center;
}

body>footer address {
	margin: 0 0 2em;
}

body>footer #web-solutions {
	margin-block: 1em 0;
}





/* HERO RIBBON ------------------------------ /
* - Homepage
*/

.hero {
	background: var(--ws-light);
}

/* Rotator side */
.hero .rotator-wrap {
	position: relative;
}

.hero button.play-pause {
	inset: auto .5em .5em auto;
}

.hero .textbox {
	padding: 1.75em 1.25em;
	text-align: center;
}

.hero h1 {
	font-size: var(--ws-text-50);
}

.hero h1>em {
	color: #000;
	font-size: .6em;
}




/* CALLOUTS RIBBON ------------------------------ /
* - Homepage
*/

.callouts .ws-flex {
	--ws-column-count: 2;
}




/* ICONS RIBBON ------------------------------ /
* - Homepage
*/

.icon-list ul.ws-flex {
	--ws-column-count: 3;
}




/* WELCOME RIBBON ------------------------------ /
* - Homepage
*/

.welcome {
	padding-block: clamp(3em, 1.5116em + 7.44vw, 5em) 0;
}

.welcome .textbox {
	padding-block: 0 2em;
}

.welcome .image-grid {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	overflow: hidden;
}

.welcome .image-1 {
	inset: -3em auto auto 50%;
	max-width: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.welcome .image {
	grid-row: 1;
}

.welcome .image-2 {
	grid-column: 1 / 8;
}

.welcome .image-3 {
	grid-column: 7 / -1;
}

.welcome .image-4 {
	grid-column: 1 / 7;
	margin-bottom: -2.5em;
}

.welcome .image-5 {
	grid-column: 6 / -1;
	margin-bottom: -2em;
}



/* WHY CHOOSE US RIBBON ------------------------------ /
* - Homepage
*/

.why-choose-us ul.ws-flex {
	--ws-column-count: 2;
}





/* MAX WIDTH MEDIA QUERIES ------------------------------ */


/* 600px */
@media (max-width: 37.5em) {
	.logos ul.ws-flex {
		--ws-column-count: 2;
		row-gap: 3em;
	}
}



/* 500px */
@media (max-width: 31.25em) {

	.hero .form-flex .half {
		width: 100%;
	}

	.callouts ul.ws-flex {
		max-width: 20em;
		margin-inline: auto;
		--ws-column-count: 1;
	}

	.icon-list ul.ws-flex {
		--ws-column-count: 2;
	}

	.lightbox .lightbox-image-wrapper {
		max-width: calc(100% - 2em);
	}

	.lightbox .lightbox-controls button {
		bottom: 0;
		top: auto;
	}
}


/* 420px */
@media (max-width: 26.25em) {
	.why-choose-us ul.ws-flex {
		max-width: 15em;
		margin-inline: auto;
		--ws-column-count: 1;
	}
}



/* -------~~~~~~~======= STYLE-M.CSS =======~~~~~~~------- */
