﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body.subpage {
	position: relative;
	min-height: 100vh;
	padding-bottom: 80px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}




/*---BODY--------------------------------*/

.cs-wrap{
	max-width: 1440px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box !important;
}
.heading{
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	font-size: max(4vw, 24px);
	line-height: 1;
	font-weight: 800;
	color: #383838;
	
}
.paragraph{
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #383838;
	
}

.cta{
	background: #383838;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;padding: 17px 25px;
	display: inline-block;
	font-weight: 700 !important;
	font-size: 16px !important;
	border: unset !important;
	appearance: none !important;
	cursor: pointer;
}

/*--------FORM STYLES--------------------*/


.custom-form input{
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #383838;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #efefef;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;    
	font-family: "Work Sans", sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #383838;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #efefef;
	font-family: "Work Sans", sans-serif !important;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "Work Sans", sans-serif !important;
}
.CaptchaPanel img{
	border: unset !important;
	border-radius: 5px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #383838 !important;
}




/*-------- FOOTER STYLES ----------------*/
footer{}

.subpage .cs-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.cs-footer{
	padding: 20px 30px;
	background: #383838;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	box-sizing: border-box !important;
	line-height: 1.1;
	font-size: 16px;
}
.cs-footer .cs-wrap{
	display: flex; justify-content: space-between;
	align-items: center;
}





/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 767px) {
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	.cs-footer .cs-wrap{flex-wrap: wrap; flex-direction: column; justify-content: center; text-align: center; gap: 20px;}
}






