﻿/***** 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; } 
/***** 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 {

}

a:link, a:visited, a:active { text-decoration: none; } a:hover { text-decoration: none; }
hr { border:#000 1px solid; }

/*--- HEADER STYLES ---------------------*/
header {  }

.champion-header { width: 100%; height: 100px; position: relative; z-index: 1004; background: #6d4113; display: flex; justify-content: center; padding-left: 20px; box-sizing: border-box; box-shadow: 0 0 8px rgba(0, 0, 0, .5); }
.header-logo-div { display: flex; justify-content: center; align-items: flex-start; height: 100px; background: url('/siteart/logo-shape-yellow.png'); background-size: 100% auto; background-position: 50% calc(50% + 16px); background-repeat: no-repeat; padding: 4px 16px 0 16px; box-sizing: border-box; margin-right: -40px; position: relative; z-index: 3; }
a.header-logo { width: 120px; height: 120px; display: flex; justify-content: center; align-items: center; }
a.header-logo img { height: 120px; object-fit: contain; object-position: center; }
.header-right { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; }
.topheader { display: flex; justify-content: flex-end; align-items: stretch; width: 100%; max-width: 2000px; height: 50px; }
.topheader .listed { margin: 0 0 0 20px; padding: 0 20px; height: 100%; background: none; color: #fff4c7!important; /* extra light yellow */ font-size: 17px; }
.topheader .listed:hover { color: #ffcc00!important; /* LOGO YELLOW */ }
.topheader .listed.txt-not-bold { font-size: 14px; }
.topheader .listed i { font-size: 16px; width: 20px; }
.nav-div { display: flex; justify-content: flex-end; align-items: stretch; width: 100%; height: 50px; background: #ffe680; }

/*---BODY--------------------------------*/
.bg-yellow { background: #ffe680; /* LIGHT YELLOW */ }
.bg-lbrown { background: #6d4113; /* LIGHT BROWN */ }
.bg-dbrown { background: #301903; /* DARK BROWN */ }
.txt-lyellow { color: #fff4c7!important; /* LIGHTEST YELLOW */ }
.txt-yellow { color: #ffe680!important; /* LIGHT YELLOW */ }
.txt-white { color: #fff!important; }
.txt-default { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 500; line-height: 1.3; color: #301903; }
.txt-bold { font-weight: 700!important; }
.txt-not-bold { font-weight: 400!important; }
.margb0 { margin-bottom: 0!important; }

.title { font-family: 'Open Sans', sans-serif; display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; color: #301903; }
.title.with-box { align-items: flex-start; text-align: left; }
.title.title-boxed { align-items: flex-start; text-align: left; }
h1.title { font-size: 34px; }
h2.title { font-size: 34px; }
h3.title { font-size: 30px; }
h4.title { font-size: 20px; }
.title-sm { font-size: 25px; font-weight: 600; }
.title-boxed { width: 100%; text-align: left; font-weight: 800; background: #ffe680; padding: 0 0 4px 8px; box-sizing: border-box; margin-bottom: 20px; box-shadow: 3px 3px 0 #301903; }

.bg-img { background: #fff; background-image: url('/siteart/mission2.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; justify-content: flex-start; align-items: center; padding: 60px 40px; box-sizing: border-box; }
.bg-parallax { background-attachment: fixed; }
.overlay-sect { padding: 30px 20px 20px 20px; box-sizing: border-box; background: rgba(255, 255, 255, .8); }
.overlay-sect .content-sect { width: 100%; }

.content-sect { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; align-content: center; box-sizing: border-box; }
.content-sect p:not(.listed) { width: 100%; margin-bottom: 10px; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 500; line-height: 1.3; color: #301903; }
.content-sect .btnclass { margin: 10px 20px 10px 0; }
.content-sect .listed { margin: 10px 0; }
.content-sect.center-style { justify-content: center; }
.content-sect.center-style .listed { margin-left: 10px; margin-right: 10px; }

.btnclass { font-family: 'Open Sans', sans-serif; font-size: 17px; font-weight: 700; letter-spacing: .4px; color: #fff; background: #301903; padding: 8px 24px; box-sizing: border-box; box-shadow: 0 0 8px rgba(0, 0, 0, .6); display: flex; justify-content: center; align-items: center; transition: .25s ease, color .2s ease; }
.btnclass:after { position: relative; content: "\f054"; font-family: 'Font Awesome 5 Free'; margin-left: 12px; transition: .25s ease, color .2s ease; }
a.btnclass:hover { background: #ffcc00; color: #301903; }
a.btnclass:hover:after { margin-left: 22px; }
button.btnclass:hover { background: #ffcc00; color: #301903; }
button.btnclass:hover:after { margin-left: 22px; }
a.btnclass.btn-invis-style { box-shadow: none; }
a.btnclass.btn-invis-style:after { color: #301903!important; }
a.btnclass.btn-invis-style:hover { background: #301903!important; color: #ffcc00!important; box-shadow: none; }
a.btnclass.btn-invis-style:hover:after { color: #ffcc00!important; }
.listed { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .4px; color: #301903; padding: 6px 20px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; transition: .25s ease all; }
.listed i { margin-left: 20px; font-size: 19px; width: 24px; text-align: center; }
a.listed:hover { background: #301903; color: #ffcc00; }
.invisilink { font-family: 'Open Sans', sans-serif; font-size: inherit; font-weight: inherit; letter-spacing: inherit; color: inherit; display: inline; }
a.invisilink:hover { text-decoration: underline; }

.inv-btns-sect { padding-left: 7%; padding-right: 7%; padding-bottom: 40px; }
.inv-btns { width: 100%; max-width: 1300px; display: flex; justify-content: space-between; align-items: stretch; }
.inv-btns a { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; box-shadow: inset 0 0 6px rgba(0, 0, 0, .8); position: relative; width: calc(25% - 50px); padding-bottom: 50px; box-sizing: border-box; }
.inv-btns a.img-style { background: #fff; }
.inv-btns a.bg-style { background: #301903; background-size: cover; background-position: center; background-repeat: no-repeat; }
.inv-btns a img { width: 100%; height: 170px; object-fit: contain; object-position: center; padding: 20px 16px 30px 16px; box-sizing: border-box; }
.inv-btns a span.inv-label { width: 100%; display: flex; justify-content: center; align-items: center; font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; text-align: center; padding: 0 12px; box-sizing: border-box; }
.inv-btns a.img-style span.inv-label { color: #301903; }
.inv-btns a.bg-style span.inv-label { color: #fff; text-shadow: 1px 1px 0 #301903, 0 0 8px #301903, 0 0 8px #301903, 0 0 8px #301903, 0 0 8px #301903; }
.inv-btns a .btnclass { position: absolute; bottom: -12px; right: -12px; padding: 12px 20px; }
.inv-btns a:hover .btnclass { right: -17px; background: #ffcc00; color: #301903; }
.inv-btns a:hover .btnclass:after { margin-left: 22px; }

/* shared by .inv-btns-sect, .scrolling-inv-sect, and .form-div-sect */
.lbrown-fcol-sect { width: 100%; display: flex; flex-direction: column; align-items: center; background: #6d4113; padding-top: 20px; box-sizing: border-box; }
.lbrown-fcol-sect .title { font-size: 26px; color: #fff; margin: 0 0 24px 0; }

.scrolling-inv-sect { padding-left: 12px; padding-right: 12px; padding-bottom: 12px; }
.scrolling-inv { width: 100%; height: 90px; overflow: hidden; }
.scrolling-inv iframe { width: 100%; }

.map-sect .map-div { height: 100%; }
.map-div iframe { width: 100%; height: 100%; }

/* Homepage styles - default.htm */
.hero { width: 100%; height: 500px; align-items: flex-end; }
.hero .overlay-sect { background: rgba(255, 255, 255, .6); flex-direction: column; align-items: flex-start; }
.hero .overlay-sect .content-sect { width: 100%; }
.hero .title { width: unset!important; }
.hero .title .title-boxed { padding-right: 24px; }

.homepage.bg-img { width: 100%; padding-top: 80px; padding-bottom: 80px; }
.homepage.mission .overlay-sect { width: min(650px, 100%); }

/* contact-us.htm */
.contactpage { width: 100%; justify-content: center; align-items: flex-start; position: relative; }
.contactpage .contact-inf { width: 500px; margin-right: 40px; background: #fff; position: sticky; top: 30px; }
.contactpage .contact-right { display: flex; flex-direction: column; align-items: flex-start; width: calc(100% - 500px); max-width: 800px; }
.contactpage .map-sect { width: 100%; max-width: 800px; height: 367px; padding-top: 20px; }
.contactpage .form-sect { width: 100%; max-width: 800px; margin-top: 40px; }

/* thank-you.htm */
.thankyoupage { justify-content: center; }
.thankyoupage .overlay-sect { width: 100%; max-width: 650px; }

.showroompage .overlay-sect { width: 100%; max-width: 1450px;justify-content: center!important; }
.showroompage.bg-img.bg-parallax { justify-content: center!important; }

/*--------FORM STYLES--------------------*/
.form-div { display: flex; flex-direction: column; align-items: center; padding: 0 20px; box-sizing: border-box; width: 100%; }
.form-div .title { margin-bottom: 12px; }
.form-div p.txt-default { width: 100%; text-align: center; margin-bottom: 24px; }
.form-div form { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin: 0; max-width: 850px; }
.form-div form .formrow { display: flex; justify-content: center; width: 100%; }
.form-div form .formrow50s { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.form-div form .formrow50s .smcol { width: calc(50% - 7px)!important; display: flex; flex-direction: column; align-items: flex-start; }
.form-div form .formrow-captcha { display: flex; flex-direction: column; align-items: center; width: 100%; }
.form-div form label { width: 100%; text-align: left; margin: 7px 0 0 0; box-sizing: border-box; color: #000; font-family: 'Inter', sans-serif; font-size: 15px; }
.form-div form input[type="text"] { width: 100%; margin: 4px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Inter', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form input[type="email"] { width: 100%; margin: 4px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Inter', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form textarea { width: 100%; height: 110px; margin: 4px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Inter', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form textarea.ta-short { height: 80px; }
.form-div form a { margin: 20px 0 0 0; cursor: pointer; }
.form-div form .CaptchaMessagePanel { font-family: 'Inter', sans-serif!important; color: #000; }
.form-div form #CaptchaAnswer { padding: 10px; box-sizing: border-box; color: #000; font-family: 'Inter', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form div.CaptchaWhatsThisPanel a { font-family: 'Inter', sans-serif!important; color: #1772d3; background: #fff; padding: 6px 12px; box-sizing: border-box; }
.form-div form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"] { border: none; cursor: pointer; }

/*-------- FOOTER STYLES ----------------*/
footer {  }

.footer { display: flex; align-items: stretch; width: 100%; }
.foot-sect { display: flex; align-items: flex-start; padding-top: 40px; box-sizing: border-box; }
.foot-yellow { background: #ffe680; justify-content: flex-end; width: 20%; padding-bottom: 20px; }
.foot-logo-div { width: min(100%, 400px); display: flex; justify-content: center; align-items: flex-start; }
a.foot-logo { width: min(calc(100% - 80px), 82vw, 170px); display: flex; justify-content: center; align-items: flex-start; }
a.foot-logo img { object-fit: contain; object-position: 50% 0%; max-width: min(100%, 82vw, 170px); }
.footer-right { background: #301903; flex-wrap: wrap; justify-content: flex-start; padding-left: 10%; width: 80%; }
.footer-right p.txt-yellow { font-size: 14px; text-align: left; }
.foot-col { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.foot-soc { margin-right: 9%; }
.foot-soc .listed { text-align: left; color: #fff; margin: 0 0 20px -20px; }
.foot-soc a.listed:hover { color: #ffcc00; }
.foot-nav p.show850 { margin-left: 24px; }
.foot-nav a { margin: 4px 0; }
.foot-foot { width: 100%; display: flex; justify-content: flex-end; padding: 20px; box-sizing: border-box; }
.foot-foot p { text-align: right!important; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot { width: 100%; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 2000px) {
	.champion-header { padding-left: calc(50% - 1000px); }
	.header-right { align-items: flex-start; }
	.nav-div { justify-content: flex-start; }
}

@media only screen and (min-width: 1500px) {
	.contactpage .bg-parallax { padding-right: auto; }
}

@media only screen and (min-width: 1300px) {
	.inv-btns a img { padding-top: 30px; padding-bottom: 40px; }
}

@media only screen and (max-width: 1250px) {
	.inv-btns a { width: calc(25% - 24px); }
	.contactpage .contact-inf { width: 370px; }
	.contactpage .contact-right { width: calc(100% - 370px); }
}

@media only screen and (max-width: 1200px) {
	.foot-yellow { width: 260px; }
	.footer-right { width: calc(100% - 260px); padding-left: 60px; }
}

@media only screen and (max-width: 1150px) {
	.inv-btns-sect { padding-left: 30px; padding-right: 30px; }
	.inv-btns a { width: calc(25% - 24px); }
}

/* switch to mobile nav */
@media only screen and (max-width: 1120px) {
	.topheader .listed { margin-left: 0; }
}

@media only screen and (max-width: 1050px) {
	.foot-yellow { width: 220px; }
	.footer-right { width: calc(100% - 220px); }
}

@media only screen and (max-width: 1000px) {
	h1.title { font-size: 32px; }
	h2.title { font-size: 28px; }
	.hero { padding-bottom: 40px; height: 450px; }
}

@media only screen and (max-width: 950px) {
	.inv-btns-sect { padding-bottom: 8px; }
	.inv-btns { flex-wrap: wrap; max-width: 750px; }
	.inv-btns a { margin-bottom: 32px; }
	.contactpage { flex-direction: column; align-items: center; }
	.contactpage .contact-inf { position: relative; top: 0; margin-bottom: 20px; margin-right: 0; width: min(500px, 100%); }
	.contactpage .contact-right { width: 100%; align-items: center; }
	.contactpage .overlay-sect { max-width: unset!important; }
	.contactpage .form-sect { margin-top: 20px; }
	.form-div { padding: 0; }
}

@media only screen and (min-width: 701px) and (max-width: 950px) {
	.inv-btns a { width: calc(33.333333% - 16px); }
	.inv-btns a.all-inv { width: 100%; height: 180px; justify-content: center; padding-bottom: 0; }
}

@media only screen and (min-width: 851px) {
	.show850 { display: none!important; }
}

@media only screen and (max-width: 850px) {
	.inv-foot .footer .footer-right { padding-bottom: 150px; }
	.footer-right { flex-direction: column; }
	.foot-soc { margin-right: 0; }
	.foot-nav { margin-left: -24px; }
}

@media only screen and (max-width: 800px) {
	.bg-img { padding-left: 5%; padding-right: 5%; }
	.bg-img .overlay-sect { width: 100%; }
	.hero { padding-bottom: 20px; }
}

@media only screen and (max-width: 750px) {
	.hide750 { display: none!important; }
	.title-sm { font-size: 22px; }
	h1.title { font-size: 28px; }
}

@media only screen and (max-width: 700px) {
	.bg-parallax { background-attachment: unset; }
	.inv-btns { max-width: 500px; }
	.inv-btns a { width: calc(50% - 16px); }
	.inv-btns a img { height: 130px; padding-bottom: 20px; }
	.contactpage .map-sect { height: 300px; }
}

@media only screen and (max-width: 650px) {	
	.form-div form .formrow50s { flex-direction: column; }
	.form-div form .formrow50s .smcol { width: 100%!important; }
}

@media only screen and (max-width: 600px) {
	.hide600 { display: none!important; }
	.champion-header { padding-left: 10px; height: 86px; }
	.header-logo-div { background-position: 50% 50%; padding: 2px 10px; height: 86px; }
	a.header-logo { width: unset; height: 100%; }
	a.header-logo img { height: 100%; }
	.header-right { flex-direction: row; justify-content: flex-end; }
	.topheader { width: unset; height: 100%; flex-direction: row-reverse; }
	.icon600 { min-width: 50px; }
	.icon600 i { margin-left: 0; font-size: 18px!important; }
	.nav-div { background: #6d4113; width: unset; height: 100%; }
	.hero { height: 420px; padding: 0; }
	.hero .overlay-sect { width: 100%; padding-left: 5%; padding-right: 5%; }
	.footer { flex-wrap: wrap; justify-content: stretch; }
	.foot-yellow { width: 100%; justify-content: center; padding-top: 20px; }
	a.foot-logo { width: min(90%, 82vw, 120px); }
	.footer-right { width: 100%; padding-left: 5%; padding-right: 5%; }
	.footer-right p.txt-yellow { width: 100%; }
}

@media only screen and (max-width: 500px) {
	.btnclass { width: 100%; margin-left: auto!important; margin-right: auto!important; font-size: 15.5px; padding-left: 12px; padding-right: 12px; }
	a.btnclass:hover:after { margin-left: 12px; }
	button.btnclass:hover:after { margin-left: 12px; }
	.inv-btns-sect { padding-left: 5%; padding-right: 5%; padding-bottom: 24px; }
	.inv-btns a { width: calc(50% - 8px); margin-bottom: 16px; padding-bottom: 60px; }
	.inv-btns a img { height: 130px; padding-bottom: 20px; }
	.inv-btns a .btnclass { right: 0; bottom: 0; padding-left: 12px; padding-right: 12px; }
	.inv-btns a:hover .btnclass { right: 0; }
	.inv-btns a:hover .btnclass:after { margin-left: 12px; }
	.foot-nav { width: 100%; align-items: center; margin-left: 0; }
	.foot-nav p.txt-yellow { margin-left: 0; }
	.foot-nav a.btnclass { margin-right: -12px; }
	.foot-foot { justify-content: center; }
	.foot-foot p { text-align: center!important; padding-left: 0!important; }
}

@media only screen and (max-width: 410px) {
	.listed { padding-left: 8px; padding-right: 8px; }
	.inv-btns a { width: 100%; height: 170px; }
	.inv-btns a img { height: 80px; padding-top: 12px; padding-bottom: 12px; }
	.contactpage { padding-left: 0; padding-right: 0; }
	.contactpage .overlay-sect { margin: 0; }
	.contactpage .map-sect { padding-top: 40px; padding-bottom: 10px; height: 350px; }
	.thankyoupage { padding-left: 0; padding-right: 0; }
	.foot-soc .listed { margin-left: -8px; }
}

@media only screen and (max-width: 340px) {
	.topheader { display: none!important; }
}




