/*
	Theme Name: w32026
	Theme URI: https://w3nerds.com
	Description: Theme designed for client
	Version: 1.1
	Author: w3 Global Solutions
	Author URI: https://w3nerds.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    BASE — variables, reset, base typography
\*------------------------------------*/
*,
*:after,
*:before {
	box-sizing:border-box;
	text-rendering:optimizeLegibility;
	margin:0;
}
:root {
	/* Brand colors (orange palette) */
	--color-1: #14171a;
	--color-2: #e8651e;
	--color-3: #c44f10;
	--color-4: #fdf1e7;
	--color-5: #e8651e;
	/* Greyscale (adapted for warm palette) */
	--greyZero: #f7f7f5;
	--greyOne: #e5e5e2;
	--greyTwo: #efefec;
	--greyThree: #6a6f74;
	--greyFour: #232629;
	--greyFive: #14171a;
	/* Typography */
	--font-title: 'opensans-extrabold', Times, serif;
	--font-sm-title: 'opensans-regular', Times, serif;
	--font-text-strong: 'opensans-bold', "Arial Black", sans-serif;
	--font-text-regular: 'opensans-regular', Arial, sans-serif;
	--font-text-italic: 'opensans-italic', "Arial Italic", sans-serif;
	--font-nav: 'opensans-bold', Arial, serif;
	--font-cta: 'opensans-bold', Arial, serif;
}
.screen-reader-text {
	overflow: hidden;
	position:absolute;
	width:1px;
	height:1px;
	clip:rect(1px,1px,1px,1px);
}
.skip-to-content-link {
	background: #fff;
	color:#000;
	height: 30px;
	left: 50%;
	padding: 4px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.3s;
}
.skip-to-content-link:focus {
	transform: translateY(0%);
}
#loader {
	left: 50%;
	top: 50%;
	position: fixed;
	transform: translate(-50%, -50%);
	border: 12px solid var(--greyOne); /* Light grey */
	border-top: 12px solid var(--color-2); /* Orange */
	border-radius: 50%;
	width: 90px;
	height: 90px;
	animation: spin 2s linear infinite;
	z-index:999;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
p#noscript {
	background-color:red;
	color:white;
	text-align:center;
	width:100%;
}
a#w3 {
	background-color:transparent;
	background: transparent url(img/w3nerds-logo-web.png) no-repeat;
	background-position: 10% 50%;
	color:#151515;
	display: inline-block;
	font-family: 'opensans-regular', sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin: 10px;
	padding: 10px;
	text-align: right;
	transition-duration: 0.8s;
	text-decoration: none;
	width: 180px;
	height: 90px;
}
a#w3:hover {
	background-color: #fff;
	box-shadow: 15px 15px 0px -10px var(--color-3), -15px -15px 0px -10px var(--greyTwo), 5px -5px var(--color-2), -5px 5px var(--greyThree);
	color:#151515;
}
.success {
	padding:12px 20px;
	text-align: left;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background:green;
	position: relative;
	z-index: 9999;
}
.success a {
	color:#ccc;
}
.error, .form-error-container {
	padding:12px 20px;
	text-align: left;
	font-size: 16px;
	color:#fff;
	background:red;
	position: relative;
	z-index: 9999;
}
.error span,
 .error a {
	vertical-align: middle !important;
}
.inputError {
	background-color:rgb(249,213,212) !important;
}
html {
	font-size:14px;
}
body {
	font-family: var(--font-text-regular), 'opensans-regular', serif;
	font-size:14px;
	line-height:22px;
	color: var(--greyThree);
	background-color:#fff;
	text-align:center;
}
img {
	vertical-align:bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}
a {
	color:var(--color-2);
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	text-decoration:underline;
	cursor: pointer;
}
a:hover {
	color:#000;
}
a:focus {
	outline:#2f2f2f;
}
a:hover,
a:active {
	outline:0;
}
button {
	cursor: pointer;
}
input:focus {
	outline:0;
	border:1px solid var(--color-4);
}
textarea {
	outline-color:var(--color-4);
}
p {
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	font-family: var(--font-text-regular), 'opensans-regular', serif;
}
ul,ol {
	font-size:14px;
	line-height: 14px;
	padding: 20px 0 20px 20px;
}
ul li, ol ul li {								/*NEW*/
	text-align: left;
	list-style: none;
	/*background-image: url('favicon-32x32.png');*/
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 5px 12px;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0 10px 30px;
}
ol li, ul ol li {								/*NEW*/
	list-style: auto;
	background-image: none;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0 15px 5px;
}
ol li::marker, ul ol li::marker {
	font-family: var(--font-text-strong), 'opensans-bold', serif;
}
ul li h4, ol li h4, ul ol li h4 {
	padding-bottom: 4px;
}
h1, h2.xlg-title, h3.xlg-title, h4.xlg-title, h5.xlg-title, .xlg-title {
	color: var(--greyFour);
	display: block;
	font-family: var(--font-title), 'opensans-bold', sans-serif;
	font-size:36px;
	font-weight: normal;
	line-height:46px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
h2, h1.lg-title, h3.lg-title, h4.lg-title, h5.lg-title, .lg-title {
	color: var(--greyFour);
	display: inline-block;
	font-family: var(--font-title), 'opensans-bold', sans-serif;
	font-size:28px;
	font-weight: normal;
	line-height:34px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
h3, h1.med-title, h2.med-title, h4.med-title, h5.med-title, .med-title { 
	color: var(--greyFour);
	display: inline-block;
	font-family: var(--font-title), 'opensans-bold', sans-serif;
	font-size:20px;
	font-weight: normal;
	line-height:28px;
	margin-bottom: 14px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
h4, h1.sm-title, h2.sm-title, h3.sm-title, h5.sm-title, .sm-title  {
	color: var(--greyFour);
	display: inline-block;
	font-family: var(--font-sm-title), 'opensans-bold', sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 24px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
h5, h1.xsm-title, h2.xsm-title, h3.xsm-title, h4.xsm-title, .xsm-title {
	color: var(--greyFour);
	display: inline-block;
	font-family: var(--font-sm-title), 'opensans-bold', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
strong, b, table th {
	font-weight: normal;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
}
svg {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	fill:#000;
}
i {
	font-style: normal;
	font-family: var(--font-text-italic), 'opensans-italic', sans-serif;
}
blockquote {
	padding: 10px 20px;
	margin: 15px 0;
	font-size: 17.5px;
	border-left: 5px solid var(--color-4);
}
section {							/*contains a wrapper and std-padding*/
	background-position: center;
	background-size:cover;
	width:100%;
	padding: 75px 20px;
	position: relative;
}
section.no-padding {
	padding: 0;
}
section.large {
	max-width: 1920px;
	margin: 0 auto;
}
section.landing {				/*styling for landing sections*/
	background-position: center; 
	background-size: cover;
	background-repeat: no-repeat;
}
body.terms-of-service section:first-of-type,
 body.privacy-policy section:first-of-type {
	background-image: none;
 }
.wrapper {
	max-width:1400px;
	width:100%;
	margin:0 auto;
}
.wrapper.large {max-width: 1920px;}
.wrapper.small {max-width: 1000px;}
.wrapper.xsmall {max-width: 750px;}
.std-padding {padding: 75px 20px;}
.less-padding {padding: 40px 15px;}
.grey {background-color: var(--greyZero);}
.object-fit {width: 100%;height: 200px;object-fit: cover;}
.left {text-align: left;}
.center {text-align: center;}
.right{text-align: right;}
.align-left {
	float:left;
	padding:0;
	margin: 0 12px 2px 0;
}
.align-right {
	float:right;
	padding:0;
	margin:0 0 2px 12px;
}
@media only screen and (max-width:900px) {
	.stopFloatOnTablet {
		float: none;
		display: block;
		margin: 12px auto;
	}
}
@media only screen and (max-width:640px) {
	.stopFloatOnMobile {
		float: none;
		display: block;
		margin: 12px auto;
	}
}
@media only screen and (max-width:399px) {
	.align-left,
	 .align-right {
		float:none;
		display: block;
		margin: 12px auto;
	}
}
ul.list {
	overflow: hidden;
	list-style: none;
	text-align: left;
	padding: 15px 10px;
	margin: 0 0 0 40px;
}
ul.list li {
	float: left;
	display: inline;
	width:33%;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 5px 50%;
	font-size: 18px;
	line-height: 24px;
	padding: 15px 10px 15px 50px;
}
ul.list.two-col li {
	width: 50%;
}
@media only screen and (max-width:900px) {
	ul.list {
		margin: 0;
		padding: 10px 5px;
	}
	ul.list li {
		width: 50%;
	}
}
@media only screen and (max-width:640px) {
	ul.list {
		padding: 10px 0px;
	}
	ul.list li {
		font-size: 16px;
		background-size: 20px;
		padding: 10px 10px 10px 30px;
	}
}
@media only screen and (max-width:390px) {
	ul.list li {
		width: 100%;
	}
}
iframe {
	display: block;
	width:100%;
	margin: 0 auto;
	border:0;
}
.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/
table, table tr.even, table tr.alt, table tr:nth-of-type(even) {background: none;border:0;}
div.table,div.table-noresponse{display:table;width:100%}div.table div.tableRow,div.table-noresponse div.tableRow-noresponse{display:table-row;width:100%}div.table div.tableRow div.tableCell,div.table-noresponse div.tableRow-noresponse div.tableCell-noresponse{display:table-cell;vertical-align:middle}
.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}
@media only screen and (min-width: 640px){.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}}
@media only screen and (min-width: 1024px){.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}}
.flex-container{/*https://www.w3schools.com/css/css3_flexbox.asp*/display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.flex-container.centerItems{align-items:center}.flex-container.col{flex-direction:column}.flex-container .flex-block{display:block;width:25%;transition-duration:0.8s}.flex-container .flex-block.one-eighth{width:12.5%}.flex-container .flex-block.one-third{width:33.33%}.flex-container .flex-block.one-half{width:50%}.flex-container .flex-block.two-thirds{width:66.66%}.flex-container .flex-block.three-quarters{width:75%}.flex-container .flex-block.full{width:100%}.flex-container .flex-block.noResponse{width:25%!important}.flex-container .flex-block.one-eighth.noResponse{width:12.5%!important}.flex-container .flex-block.one-third.noResponse{width:33.33%!important}.flex-container .flex-block.one-half.noResponse{width:50%!important}.flex-container .flex-block.two-thirds.noResponse{width:66.66%!important}.flex-container .flex-block.three-quarters.noResponse{width:75%!important}.flex-container .flex-block.full.noResponse{width:100%!important}@media only screen and (max-width:900px){.flex-container.reverseOnTablet{flex-direction:column-reverse}.flex-container .flex-block.one-half,.flex-container .flex-block.two-thirds,.flex-container .flex-block.three-quarters,.flex-container .flex-block.fullOnTablet,.flex-container .flex-block.one-third.fullOnTablet{width:100%}.flex-container .flex-block,.flex-container .flex-block.one-third,.flex-container .flex-block.one-half.lateResponse{width:50%}.flex-container .flex-block.one-eighth{width:25%}}@media screen and (max-width:640px){.flex-container.reverseOnMobile{flex-direction:column-reverse}.flex-container .flex-block,.flex-container .flex-block.one-third,.flex-container .flex-block.two-thirds,.flex-container .flex-block.one-half.lateResponse{width:100%}.flex-container .flex-block.one-eighth,.flex-container .flex-block.lateResponse,.flex-container .flex-block.one-third.lateResponse{width:50%}.flex-container .flex-block.one-eighth.lateResponse{width:25%}}@media screen and (max-width:390px){.flex-container .flex-block.one-eighth,.flex-container .flex-block.lateResponse,.flex-container .flex-block.one-eighth.lateResponse,.flex-container .flex-block.one-third.lateResponse{width:100%}}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
/* Orange top bar */
.top-bar {
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--color-3) 0%, var(--color-4) 100%);
}
.announcement-bar {
	border-bottom: 5px solid transparent;
	border-image: linear-gradient(90deg, var(--color-3) 0%, var(--color-4) 100%) 1;
}
.announcement-bar p {
	padding: 10px;
	text-align: center;
}
.announcement-bar a {
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	text-decoration: underline;
	transition-duration: 0.3s;
	color: var(--color-1);
}
.announcement-bar a:hover {
	color: var(--color-4);
}
/* Sticky header */
header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255,255,255,0.94);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--greyOne);
}

/* Header mid section (main header bar) */
header .mid {
	width: 100%;
	padding: 0 20px;
}

/* Brand, contact, and nav in a flex container */
header .mid .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

/* Brand block */
.brand-block {
	flex: 0 0 auto;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--greyFive);
	text-decoration: none;
	letter-spacing: -0.01em;
	padding: 10px 0;
}

.brand-mark {
	width: 28px;
	height: 28px;
	background: var(--greyFive);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 0.9rem;
	font-weight: 700;
	border-radius: 4px;
	position: relative;
}

.brand-mark::after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 4px;
	right: 4px;
	height: 2px;
	background: var(--color-3);
	border-radius: 1px;
}

.brand small {
	font-weight: 400;
	color: var(--greyThree);
	font-size: 0.85rem;
	margin-left: 2px;
}

/* Contact block (phone & address) */
.contact-block {
	display: flex;
	align-items: center;
	gap: 24px;
}

/* Reset global .cta button styles for header contact links */
.contact-block .biz-link {
	font-weight: 700;
	font-size: 1rem;
	color: var(--greyThree);
	text-decoration: none;
	/* Reset button-specific styles */
	background: none;
	background-image: none;
	border: none;
	border-bottom-left-radius: 0;
	padding: 14px 0;
	vertical-align: middle;
	transition-duration: 0.8s;
}

.contact-block .biz-link:hover {
	color: var(--color-2);
	text-decoration: underline;
}

/* Nav block */
.nav-block {
	flex: 1 1 auto;
	text-align: right;
}

#mobileGrippy {
	cursor: pointer;
	font-size: 24px;
	padding: 12px 0;
	display: none;
}

header nav {
	display: inline-block;
}

header nav ul {
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0;
}

header nav ul li {
	display: inline-block;
	margin: 0 0 0 24px;
	padding: 0;
}

header nav ul li a {
	color: var(--greyThree);
	font-weight: 500;
	font-size: 0.93rem;
	text-decoration: none;
	position: relative;
	padding: 16px 0;
}

header nav ul li a:hover {
	color: var(--color-2);
}

header nav ul li a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background: var(--color-3);
}
/*------------------------------------*\
    GLOBAL — patterns reused across 2+ pages (CTAs, cards, title separators, image frames, etc.)
\*------------------------------------*/
div.content {
	background-color: #fff;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.relative {
	position: relative;
}
.cta {
	display: inline-block;
	background-color: var(--color-5);
	background-image: url('uploads/icon-arrow-right-white.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 93% 50%;
	border: 1px solid transparent;
	border-bottom-left-radius: 20px;
	color: #fff;
	font-family: var(--font-cta), 'opensans-bold', serif;
	font-size: 16px;
	text-decoration: none;
	margin:12px 8px;
	padding: 12px 50px 12px 28px;
	transition-duration: 0.8s;
	vertical-align: middle;
}
.cta:hover {
	color: var(--color-1);
	background-color: #fff;
	border-color: var(--color-1);
	padding:12px 39px;
	background-position: 120% 50%;
	box-shadow: 0px 0px 5px var(--color-4);
}
.cta.large {
	background-position: 95% 50%;
}
.cta.large:hover {
	background-position: 130% 50%;
}
.cta.v2 {
	background-image: url('uploads/icon-arrow-right-color-1.svg');
	background-color: var(--color-4);
	color: var(--greyFive);
	border-color: transparent;
}
.cta.v2:hover {
	box-shadow: 0px 0px 5px var(--color-4);
}
.cta.transparent {
	background-image: url('uploads/icon-arrow-right-color-1.svg');
	background-color: transparent;
	color: var(--color-2);
	border-color: var(--color-2);
}
.cta.transparent:hover {
	background-color: var(--color-2);
	border-color: var(--color-2);
	color: #fff;
	box-shadow: 0px 0px 5px var(--color-2);
}
.cta.white {
	background-image: url('uploads/icon-arrow-right-white.svg');
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}
.cta.white:hover {
	background-color: var(--color-2);
	box-shadow: 0px 0px 5px var(--color-2);
}
.cta.appt {
	background-image: url('uploads/icon-calendar.svg');
	background-position: 95% 50%;
}
.cta img {
	display:inline-block;
	vertical-align: middle;
	width:30px;
}
.cta span {
	display:inline-block;
	vertical-align: middle;
	padding:0 0 0 8px;
}
.frame {
	border-radius: 4px;
	border-top: 4px solid var(--color-2);
	border-right: 1px solid var(--color-2);
	border-bottom: 4px solid var(--color-4);
	border-left: 1px solid var(--color-2);
	transition-duration: 0.8s;
}
.frame:hover {
	box-shadow: 0px 0px 10px var(--color-4);
}
/*------------------------------------*\
    HOME — body.home
\*------------------------------------*/
/* Why Creekside section (new for v2) */
body.home section#why-us {
	margin:0 auto;
	padding:64px 20px;
	border-bottom: 1px solid var(--greyOne);
}

body.home section#why-us .section-title {
	display:flex;
	align-items:baseline;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:10px;
	margin-bottom:28px;
	padding-bottom:14px;
	position:relative;
}

body.home section#why-us .section-title::after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:2px;
	width:100%;
	background:#e5e5e2;
}

body.home section#why-us .section-title::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:2px;
	width:48px;
	background:#e8651e;
	z-index:1;
}

body.home section#why-us .section-title h2 {
	margin:0;
	border-bottom:none;
}

body.home section#why-us .section-title .note {
	font-size:0.86rem;
	color:#6a6f74;
}

body.home section#why-us .why-grid {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:16px;
}

body.home section#why-us .why-card {
	border:1px solid #e5e5e2;
	border-radius:6px;
	padding:22px 20px;
	background:#fff;
	transition:border-color 0.18s,transform 0.18s,box-shadow 0.18s;
	text-align: left;
}

body.home section#why-us .why-card:hover {
	border-color:#e8651e;
	transform:translateY(-2px);
	box-shadow:0 8px 24px rgba(232,101,30,0.08);
}

body.home section#why-us .why-icon {
	width:40px;
	height:40px;
	display:grid;
	place-items:center;
	background:#fdf1e7;
	color:#c44f10;
	border-radius:6px;
	margin-bottom:14px;
}

body.home section#why-us .why-card h3 {
	margin:0;
	font-size:16px;
	padding: 2px 0;
}

body.home section#why-us .why-card p {
	margin:0;
	color:#6a6f74;
	font-size:0.9rem;
	line-height:1.5;
}

/* Common Uses section */
body.home section#uses {
	margin:0 auto;
	padding:64px 20px;
	border-bottom: 1px solid var(--greyOne);
}

body.home section#uses .section-title {
	display:flex;
	align-items:baseline;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:10px;
	margin-bottom:28px;
	padding-bottom:14px;
	position:relative;
}

body.home section#uses .section-title::after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:2px;
	width:100%;
	background:#e5e5e2;
}

body.home section#uses .section-title::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:2px;
	width:48px;
	background:#e8651e;
	z-index:1;
}

body.home section#uses .section-title h2 {
	margin:0;
	border-bottom:none;
}

body.home section#uses .section-title .note {
	font-size:0.86rem;
	color:#6a6f74;
}

body.home section#uses .uses-grid {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:28px;
}
body.home section#uses .uses-grid .flex-block {
	padding:9px;
}

body.home section#uses .uses-grid .flex-block {
	display:block;
	width:33.33%;
	max-width:none;
}

body.home section#uses .use {
	border:1px solid #e5e5e2;
	border-radius:6px;
	overflow:hidden;
	background:#fff;
	transition:border-color 0.18s,transform 0.18s,box-shadow 0.18s;
}

body.home section#uses .use:hover {
	border-color:#e8651e;
	transform:translateY(-2px);
	box-shadow:0 8px 24px rgba(232,101,30,0.08);
}

body.home section#uses .use .img-wrap {
	aspect-ratio:4/3;
	overflow:hidden;
}

body.home section#uses .use .img-wrap img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform 0.5s;
}

body.home section#uses .use:hover .img-wrap img {
	transform:scale(1.04);
}

body.home section#uses .use .body {
	padding:14px 16px 16px;
	text-align:left;
}

body.home section#uses .use h3 {
	margin:0 0 4px;
	font-size:1rem;
	display:flex;
	align-items:center;
	gap:6px;
	justify-content:flex-start;
}

body.home section#uses .use h3 .dot {
	width:6px;
	height:6px;
	border-radius:50%;
	background:#e8651e;
	display:inline-block;
}

body.home section#uses .use p {
	color:#6a6f74;
	font-size:0.92rem;
	margin:0;
	line-height:1.5;
}

/* PVC Callout Box */
body.home section#uses .pvc-callout {
	background:#f7f7f5;
	padding:22px 26px;
	border:1px solid #e5e5e2;
	border-radius:6px;
	border-left:3px solid #e8651e;
}

body.home section#uses .pvc-callout h3 {
	font-size:15.2px;
	margin:0 0 14px;
	text-transform:uppercase;
	letter-spacing:0.6px;
	text-align: left;
	display: block;
}

body.home section#uses .pvc-callout ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}

body.home section#uses .pvc-callout li {
	display:flex;
	align-items:flex-start;
	gap:10px;
	font-size:0.94rem;
	line-height:1.5;
	text-align:left;
	padding: 5px 0;
	color: var(--greyFour);
}

body.home section#uses .pvc-callout li svg {
	flex-shrink:0;
	color:#e8651e;
	stroke:#e8651e;
	fill:none;
	margin-top:3px;
	width:14px;
	height:14px;
}
body.home section.hero {
	margin:0 auto;
	padding:56px 20px 60px;
	border-bottom: 1px solid var(--greyOne);
}
body.home section.hero .flex-container {
	flex-direction:row;
	align-items:center;
}
body.home section.hero .flex-block.one-half:first-child {
	padding-right:22px;
}
body.home section.hero .flex-block.one-half:last-child {
	padding-left:22px;
}
body.home section.hero .flex-block.one-half:first-child {
	min-width:0;
	text-align:left;
}
body.home section.hero .flex-block.one-half:last-child {
	min-width:0;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid var(--rule);
	position: relative;
}
body.home section.hero .flex-block.one-half:last-child img {
	object-fit:cover;
	border-radius:6px;
	border:1px solid var(--greyOne);
}
body.home section.hero .kicker {
	display:inline-flex;
	align-items:center;
	gap:8px;
	font-size:13px;
	font-weight:600;
	letter-spacing:1.2px;
	text-transform:uppercase;
	color:var(--color-3);
	margin-bottom:18px;
}
body.home section.hero .kicker::before {
	content:"";
	width:22px;
	height:2px;
	background:var(--color-3);
}
body.home section.hero h1 {
	font-family:var(--font-text-strong),'opensans-bold',serif;
	font-size:48px;
	line-height:1.15;
	letter-spacing:-0.03em;
	margin:0 0 14px;
	text-align: left;
}
body.home section.hero h1 u {
	text-decoration:none;
	color:var(--color-2);
}
body.home section.hero p.lead {
	color:var(--greyFour);
	font-size:15.68px;
	margin-bottom:12px;
	max-width:560px;
	line-height:1.6;
}
body.home section.hero p.lead-strong {
	font-size:17.92px;
	font-weight:500;
	color:var(--greyFive);
	margin-bottom:14px;
	line-height:1.5;
}
body.home section.hero p.lead strong,
body.home section.hero p.lead-strong strong {
	color:var(--greyFive);
	font-weight:700;
}
body.home section.hero .hero-ctas {
	display:flex;
	gap:10px;
	flex-wrap:wrap;
	margin-top:18px;
	margin-bottom:28px;
}
.cta.v4,
body.home section.hero .cta {
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:12px 20px;
	font-family:var(--font-cta),'opensans-bold',serif;
	font-weight:600;
	font-size:15.2px;
	text-decoration:none;
	color:#fff;
	background:var(--color-2);
	border:1px solid var(--color-2);
	border-radius:4px;
	transition-duration:0.8s;
	vertical-align:middle;
}
.cta.v4.secondary {
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:12px 20px;
	font-family:var(--font-cta), "opensans-bold", serif;
	font-weight:600;
	font-size:15.2px;
	text-decoration:none;
	color:var(--greyFive);
	background:#fff;
	border:1px solid var(--greyFive);
	border-radius:4px;
	transition-duration:0.8s;
	vertical-align:middle;
}
body.home section.hero .cta:hover {
	color:#fff;
	background:var(--color-3);
	border-color:var(--color-3);
}
body.home section.hero .cta.secondary {
	background:#fff;
	color:var(--greyFive);
	border-color:var(--greyFive);
}
body.home section.hero .cta.secondary:hover {
	background:var(--color-3);
	color:#fff;
	border-color:var(--color-3);
}
body.home section.hero .hero-meta {
	display:flex;
	gap:26px;
	flex-wrap:wrap;
	padding-top:22px;
	border-top:1px solid var(--greyOne);
}
body.home section.hero .stat {
	flex:1;
	min-width:90px;
}
body.home section.hero .stat b {
	display:block;
	font-size:19.2px;
	font-weight:700;
	color:var(--greyFive);
	line-height:1.1;
}
body.home section.hero .stat span {
	font-size:13px;
	color:var(--greyThree);
	letter-spacing:0.4px;
	text-transform:uppercase;
}

/* In-Stock Pricing section */
body.home section#pricing {
	margin:0 auto;
	padding:64px 20px;
	border-bottom: 1px solid var(--greyOne);
}

body.home section#pricing .section-title {
	display:flex;
	align-items:baseline;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:10px;
	margin-bottom:28px;
	padding-bottom:14px;
	position:relative;
}

body.home section#pricing .section-title::after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:2px;
	width:100%;
	background:#e5e5e2;
}

body.home section#pricing .section-title::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:2px;
	width:48px;
	background:#e8651e;
	z-index:1;
}

body.home section#pricing .section-title h2 {
	margin:0;
	border-bottom:none;
}

body.home section#pricing .section-title .note {
	font-size:0.86rem;
	color:#6a6f74;
}

body.home section#pricing .flex-container {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:28px;
	align-items: stretch;
}
body.home section#pricing .flex-container .flex-block {
	padding:9px;
}

body.home section#pricing .flex-container .flex-block {
	width:33.33%;
	max-width:none;
	display: flex;
}

body.home section#pricing .price-card {
	border:1px solid #e5e5e2;
	border-radius:6px;
	background:#fff;
	padding:22px 22px 18px;
	display:flex;
	flex-direction:column;
	transition:border-color 0.18s,transform 0.18s,box-shadow 0.18s;
	text-align: left;
	flex: 1;
}

body.home section#pricing .price-card:hover {
	border-color:#e8651e;
	transform:translateY(-2px);
	box-shadow:0 8px 24px rgba(232,101,30,0.08);
}

body.home section#pricing .price-head {
	padding-bottom:14px;
	margin-bottom:14px;
	border-bottom:1px solid #e5e5e2;
}

body.home section#pricing .price-head .thick-label {
	display:block;
	font-size:0.7rem;
	font-weight:600;
	letter-spacing:1.2px;
	text-transform:uppercase;
	color:#6a6f74;
	margin-bottom:4px;
}

body.home section#pricing .price-head .thick {
	font-size:2rem;
	font-weight:800;
	color:#14171a;
	margin:0;
	line-height:1;
	letter-spacing:-0.02em;
}

body.home section#pricing .price-head .skid {
	display:block;
	margin-top:6px;
	font-size:0.85rem;
	color:#6a6f74;
}

body.home section#pricing .price-list {
	list-style:none;
	padding:0;
	margin:0 0 14px;
	flex:1;
}

body.home section#pricing .price-list li {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 0;
	border-bottom:1px dashed #e5e5e2;
	font-size:0.95rem;
}

body.home section#pricing .price-list li:last-child {
	border-bottom:0;
}

body.home section#pricing .price-list .opt {
	display:inline-flex;
	align-items:center;
	color:#14171a;
	font-weight:500;
}

body.home section#pricing .price-list .price {
	font-weight:700;
	color:#14171a;
	font-variant-numeric:tabular-nums;
}

body.home section#pricing .price-card .price-note {
	margin:0;
	font-size:0.85rem;
	color:#6a6f74;
	font-style:italic;
	padding-top:12px;
	border-top:1px solid #efefec;
}

body.home section#pricing .swatch {
	display:inline-block;
	width:11px;
	height:11px;
	border:1px solid #e5e5e2;
	margin-right:8px;
	vertical-align:middle;
	border-radius:2px;
}

body.home section#pricing .swatch-black {
	background:#111;
	border-color:#111;
}

body.home section#pricing .swatch-white {
	background:#fff;
}

body.home section#pricing .swatch-both {
	background:linear-gradient(135deg,#111 50%,#fff 50%);
	border-color:#888;
}

body.home section#pricing .pricing-notes {
	margin-top:16px;
	font-size:0.9rem;
	color:#6a6f74;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:4px 28px;
}

body.home section#pricing .pricing-notes div {
	display:flex;
	align-items:flex-start;
	gap:8px;
	text-align: left;
}

body.home section#pricing .pricing-notes div::before {
	content:"";
	width:4px;
	height:4px;
	background:#e8651e;
	border-radius:50%;
	flex-shrink:0;
	margin-top:8px;
}

/*------------------------------------*\
    HOME — Contact section
\*------------------------------------*/
body.home section#contact {
	margin:0 auto;
	padding:64px 20px;
}

body.home section#contact .section-title {
	display:flex;
	align-items:baseline;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:10px;
	margin-bottom:28px;
	padding-bottom:14px;
	position:relative;
}

body.home section#contact .section-title::after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:2px;
	width:100%;
	background:#e5e5e2;
}

body.home section#contact .section-title::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:2px;
	width:48px;
	background:#e8651e;
	z-index:1;
}

body.home section#contact .section-title h2 {
	margin:0;
	border-bottom:none;
}

body.home section#contact .section-title .note {
	font-size:0.86rem;
	color:#6a6f74;
}

body.home section#contact .flex-container {
	display:flex;
	flex-direction:row;
}

body.home section#contact .contact-info {
	font-size:0.96rem;
	padding: 0 34px 0 0;
}

body.home section#contact .contact-info dl {
	display:grid;
	grid-template-columns:max-content 1fr;
	gap:12px 20px;
	margin:0;
	text-align: left;
}

body.home section#contact .contact-info dt {
	font-weight:600;
	color:#6a6f74;
	font-size:0.76rem;
	text-transform:uppercase;
	letter-spacing:0.8px;
	padding-top:4px;
}

body.home section#contact .contact-info dd {
	margin:0;
	color:#14171a;
	font-weight:500;
}

body.home section#contact .contact-info dd a {
	color:#14171a;
	border-bottom:1px solid #e8651e;
	padding-bottom:1px;
	text-decoration: none;
}

body.home section#contact .contact-info dd a:hover {
	color:#c44f10;
}

body.home section#contact .pay-list {
	display:flex;
	flex-wrap:wrap;
	gap:6px;
	margin:0;
	list-style:none;
	padding:0;
}

body.home section#contact .pay-list li {
	border:1px solid #e5e5e2;
	padding:4px 11px;
	font-size:0.83rem;
	background:#fff;
	border-radius:50px;
	color:#232629;
}

body.home section#contact .pay-note {
	margin-top:22px;
	font-size:0.86rem;
	color:#6a6f74;
	padding:12px 14px;
	background:#fdf1e7;
	border-left:2px solid #e8651e;
	border-radius:0 4px 4px 0;
}
body.home section#contact .contact-form {
	border: 1px solid #e5e5e2;
    border-top: 3px solid #e8651e;
    padding: 22px 24px;
    background: #fff;
    border-radius: 6px;
}
body.home section#contact .contact-form h3.med-title {
	margin:0 0 4px;
	display: block;
}

body.home section#contact .contact-form p.lead {
	font-size:0.85rem;
	color:#6a6f74;
	margin:0 0 16px;
}
body.home section#contact .contact-form .form-container {
	max-width:none;
	padding-top:0;
	margin:0;
}

body.home section#contact .contact-form form {
	border-radius:6px;
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}

body.home section#contact .contact-form form .form-input {
	width:100%;
	padding:0;
	margin:0;
	display:block;
}

body.home section#contact .contact-form form .form-input label {
	display:block;
	text-align:left;
}

body.home section#contact .contact-form form input,
body.home section#contact .contact-form form textarea {
	width:100%;
	padding:10px 12px;
	border:1px solid #e5e5e2;
	font-family:var(--font-text-regular),'opensans-regular',serif;
	font-size:0.94rem;
	line-height:1.4;
	color:#14171a;
	background:#fff;
	border-radius:4px;
	cursor:text;
	transition:border-color 0.15s,box-shadow 0.15s;
}

body.home section#contact .contact-form form input::placeholder,
body.home section#contact .contact-form form textarea::placeholder {
	color:#9aa0a6;
}

body.home section#contact .contact-form form input:focus,
body.home section#contact .contact-form form textarea:focus {
	outline:none;
	border-color:#e8651e;
	box-shadow:0 0 0 3px #fdf1e7;
}

body.home section#contact .contact-form form textarea {
	resize:vertical;
	min-height:120px;
}

body.home section#contact .contact-form form button.cta {
	font-family:var(--font-text-strong),'opensans-bold',serif;
	padding:12px 20px;
	color:#fff;
	font-size:0.95rem;
	width:100%;
	background:#e8651e;
	background-image:none;
	border:1px solid #e8651e;
	border-radius:4px;
	border-bottom-left-radius:4px;
	cursor:pointer;
	transition:background 0.15s,border-color 0.15s;
}

body.home section#contact .contact-form form button.cta:hover {
	background:#c44f10;
	border-color:#c44f10;
	color:#fff;
	padding:12px 20px;
	box-shadow:none;
}
/*------------------------------------*\
    CONTACT — body.contact & Forms styling
\*------------------------------------*/
/*forms styling*/
section.contact p {
	max-width: 900px;
	margin: 0 auto
}
.form-container {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 20px
}
div.form-input {
	display: inline-block;
	padding: 0 10px 10px 0;
	margin: 0;
	width: 50%
}
div.form-input:has(div.g-recaptcha),
div.form-input:has(textarea[name=w3form_name]),
div.form-input:has(textarea[name=w3form_websitesFormID]) {
	width: 100%
}
div.form-input:has(textarea[name=w3form_message]) {
	width: 100%;
}
label {
	display: block;
	text-align: left;
	color: #444;
	font-family: var(--font-text-strong), opensans-bold, serif
}
div.form-input div.g-recaptcha,
input,
textarea {
	display: inline-block;
	vertical-align: top
}
input,
textarea {
	font-family: var(--font-text-regular), opensans-regular, serif;
	width: 100%;
	margin: 0;
	padding: 12px 16px;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
	color: #1f1f1f;
	border: 1px solid #ccc;
	box-shadow: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 4px;
	background-color: #fff;
	background-image: none
}
textarea {
	height: 144px
}
button {
	font-family: var(--font-text-strong), opensans-bold, serif;
	padding: 6px 12px;
	color: #fff;
	font-size: 18px;
	margin: 10px auto;
	background-color: var(--color-2);
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	transition: .25s
}
button:hover {
	background-color: var(--color-3);
}
@media only screen and (max-width:640px) {
	div.form-input {
		width: 100%
	}
}
/*------------------------------------*\
    Legal - Terms of Use & Privacy Policy
\*------------------------------------*/
section#privacy-policy,section#terms-of-use{padding:50px 15px;background-color:#fff;max-width:1000px;margin:auto}section#privacy-policy h1,section#terms-of-use h1{padding:10px;text-transform:uppercase}section#privacy-policy h3,section#terms-of-use h3{padding:30px 10px 10px 10px}section#privacy-policy p,section#terms-of-use p{padding:10px}

/*------------------------------------*\
    FOOTER — body.home
\*------------------------------------*/
/* footer-top — contact line */
footer {
	border-top: 1px solid var(--greyOne);
}
body.home .footer-top .wrapper {
	max-width: 1080px;
}

body.home .footer-contact-line {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 0.88rem;
	color: #6a6f74;
	flex-wrap: wrap;
	text-align: center;
}

body.home .footer-contact-line a {
	color: #6a6f74;
	transition-duration: 0.8s;
}

body.home .footer-contact-line a:hover {
	color: #c44f10;
	text-decoration: underline;
}

body.home .footer-contact-line .sep {
	color: #e5e5e2;
}

footer div.footer-sub {
	padding: 30px 20px;
	text-align:left;
	color:var(--greyFive);
	border-top: 1px solid var(--greyOne);
}
footer div.footer-sub .disclaimer {
	font-size: 14px;
	line-height: 16px;
}
footer div.footer-sub img {
	width:70px;
	margin:0 25px 0 0;
}
footer div.footer-sub a {
	color:var(--greyFive);
}
footer div.footer-sub p.copyright {
	color:var(--greyFive);
	font-size:14px;
	text-align:left;
	margin:0 0 8px 0;
}
div.footer-brand-container {
	padding:10px 10px 10px 0;
	text-align: right;
}

body.home .footer-brand-container #w3:hover {
	color: #c44f10;
	text-decoration: underline;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family: 'opensans-italic';
	src: url('fonts/opensans-italic-webfont.woff2') format('woff2'),
		 url('fonts/opensans-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'opensans-regular';
	src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
		 url('fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'opensans-bold';
	src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
		 url('fonts/opensans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'opensans-extrabold';
	src: url('fonts/opensans-extrabold-webfont.woff2') format('woff2'),
		 url('fonts/opensans-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1400px) {

}
@media only screen and (max-width:1024px) {			/*foundation medium breakpoint*/
	h1, body.home section.hero h1 {font-size: 30px;line-height: 40px;}
	h2, body.home section#why-us .section-title h2, body.home section#uses .section-title h2, body.home section#pricing .section-title h2, body.home section#contact .section-title h2 {font-size: 26px;line-height: 30px;}
	section,
	 .std-padding {
		padding: 60px 20px;
	}
	.less-padding {
		padding: 30px 10px;
	}
	header div.logo {
		text-align: center;
	}
	header nav ul {
		text-align: center;
	}
	header .mid .wrapper {
		flex-wrap:wrap;
		gap: 0;
	}

	header .mid .brand-block,
	header .mid .contact-block,
	header .mid .nav-block {
		flex:0 0 100%;
		width:100%;
		max-width:100%;
	}

	header .mid .brand-block {
		justify-content:center;
		text-align:center;
		padding-top: 15px;
	}

	header .mid .contact-block {
		justify-content:center;
		text-align:center;
	}
	.contact-block .cta {
		margin: 0;
	}
	header .mid .nav-block {
		display:flex;
		justify-content:center;
		padding: 15px 0;
	}
}
@media only screen and (max-width:900px) {
	ul, ol {padding: 15px 0 15px 5px;}
	body.home section.hero .flex-block.one-half:last-child {
		padding: 30px 20px 0;
	}
	body.home section#why-us .why-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	body.home section#uses .uses-grid .flex-block,
	body.home section#pricing .flex-container .flex-block {
		width: 50%;
	}
	body.home section#contact .contact-info {
		padding: 0 0 20px;
	}
}
@media only screen and (max-width:800px) {

}
@media only screen and (max-width:640px) { 			/*foundation small breakpoint*/
	p, body.home section.hero p.lead-strong {font-size: 16px;line-height: 24px;}
	h1, body.home section.hero h1 {font-size: 26px;line-height: 32px;}
	h2, body.home section#why-us .section-title h2, body.home section#uses .section-title h2, body.home section#pricing .section-title h2, body.home section#contact .section-title h2 {font-size: 22px;line-height: 26px;}
	h3, body.home section#contact .contact-form h3.med-title {font-size: 18px;line-height: 24px;}
	ul {padding: 15px 0 15px 0;}
	ol {padding: 15px 0 15px 20px;}
	section,
	 .std-padding {
		padding: 30px 10px;
	}
	.less-padding {
		padding: 10px 2.5px;
	}
	div.table,
	 div.table div.tableRow,
	 div.table div.tableRow div.tableHeader,
	 div.table div.tableRow div.tableCell {
		display:block;
		width:100%;
	}
	header {
		position: relative;
		text-align: center;
	}
	header div#mobileGrippy {
		text-align:center;
		font-size:30px;
		cursor:pointer;
		display:inline-block;
		vertical-align: middle;
		padding:12px 6px;
		color:#222;
		position: absolute;
        top: 10px;
        right: 10px;
	}
	header nav {
		display: none;
		text-align: center;
	}
	header nav ul {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		gap:12px 22px;
		padding:0;
		margin:0;
	}

	header nav ul li {
		margin:0;
		line-height:1.2;
	}

	header nav ul li a {
		display:block;
		padding:8px 0;
		line-height:1.2;
		border-bottom:2px solid transparent;
	}
	header div.logo {
		display:inline-block;
		vertical-align: top;
		width:87%;
		padding:10px 6px 0 6px;
		text-align:center;
	}
	header div.logo a {
		display:block;
		text-align:center;
	}
	header nav ul {
		text-align:center;
	}
	header nav ul li {
		display: inline-block;
	}
	header nav ul li a img {
		display: none;
	}
	.contact-block {
		flex-direction: column;
		gap: 0;
	}
	.cta {
		margin:6px 0;
	}
	body.home section#why-us .why-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	body.home section#why-us .why-card:nth-child(odd),
	body.home section#uses .flex-block:nth-child(odd) .use,
	body.home section#pricing .flex-block:nth-child(odd) .price-card {
		border-color:#e8651e;
		transform:translateY(-2px);
		box-shadow:0 8px 24px rgba(232,101,30,0.08);
	}

    body.home section#uses .section-title,
     body.home section#pricing .section-title,
     body.home section#contact .section-title {
    	flex-direction: column;
    }
	body.home section#uses .uses-grid .flex-block,
	body.home section#pricing .flex-container .flex-block {
		width: 100%;
	}
	body.home section#uses .use .img-wrap {
		aspect-ratio: 16/9;
	}
	body.home section#uses .pvc-callout ul {
		grid-template-columns: repeat(1, 1fr);
	}
	body.home section#pricing .pricing-notes {
		grid-template-columns: 1fr;
	}
	footer {
		text-align:center;
	}
	footer table {
		margin:0 auto;
		text-align:center;
	}
	footer div.footer-sub {
		text-align: center;
	}
	footer div.footer-sub p.copyright {
		text-align:center;
	}
	footer .footer-brand-container {
		text-align:center;
	}
}
@media only screen and (max-width:399px) {

}
/*------------------------------------*\
	MISC
\*------------------------------------*/
::selection {
	background:var(--color-3);
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
	PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}