﻿/***** 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 {overflow-x: hidden;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: "poppins", sans-serif;}

/*---BODY--------------------------------*/

.directory {background: #F3F3F3; margin-top: -40px;}
.directory-wrap {width: 95%; margin: 0 auto; padding: 30px 0 20px 0;}
.directory-content {display: flex; justify-content: space-between; align-items: center;}
.directory-content p {font-size: 16px; line-height: 22px; margin-bottom: 10px;}
.directory-content p a {color: #F47820;}
.directory-content p a:hover {color: #000; transition: .5s;}

/*---DEFAULT---*/

.logo-strip {
	background-color: #F47820;
	padding: 40px 20px; 
	margin: 40px auto;  
	width: 90%;         
	max-width: 1200px;  
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); 
	border-radius: 5px; 
	text-align: center;
}

.logo-title {
	display: block;
	color: white;
	font-size: 35px;
	font-weight: 600;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 20px;
}

.logo-container a {
	display: block;
}

.logo-container img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 5px;
	transition: transform 0.3s ease;
	display:block;
}

.logo-container a:hover img {
	transform: scale(1.05);
}


#hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover;}
.hero-overlay {background: #313131; background: linear-gradient(90deg,rgba(49, 49, 49, 0.95) 0%, rgba(49, 49, 49, 0.6) 100%);}
.hero-wrap {width: 95%; margin: 0 auto; padding: 210px 0 80px 0;}
.hero-content {width: 680px;}
.hero-content h1 {color: #fff; font-size: 40px; line-height: 45px; font-weight: bold; padding-bottom: 15px;}
.hero-content p {color: #fff; font-size: 18px; line-height: 30px; padding-bottom: 10px;}
.hero-content button {width: 220px; background: #F47820; color: #fff; padding: 15px 0 12px 0; font-size: 15px; line-height: 15px; font-family: "poppins", sans-serif; border: 1px #F47820 solid; margin-top: 15px;}
.hero-content button:hover {border: 1px #fff solid; background: none; transition: .5s;}

#browse-cat, #services {width: 90%; margin: 0 auto; padding: 40px 0;}
#browse-cat > div:first-child, #services > div:first-child {text-align: center; width: 800px; margin: 0 auto;}
#browse-cat > div:first-child h2, #services > div:first-child h2 {font-size: 35px; font-weight: bold; line-height: 40px; margin-bottom: 15px;}
#browse-cat > div:first-child p, #services > div:first-child p {font-size: 16px; line-height: 28px;}
.cat-flex {display: flex; justify-content: center; gap: 10px; margin-top: 50px;}
.cat-flex a {text-align: center; border: 1px #B5B5B5 solid; width: 100%; padding: 30px 0; border-radius: 5px;}
.cat-flex a h3 {color: #000; font-size: 22px; line-height: 22px; font-weight: bold; margin-bottom: 10px; margin-top: 15px;}
.cat-flex a p {color: #717171; font-size: 15px; line-height: 18px;}
.cat-flex a:hover {transition: .5s; transform: translateY(-7px);}
.cat-flex a:hover p {color: #F47820; transition: .5s;}
.cat-button {text-align: center; margin-top: 50px;}
.cat-button button {width: 220px; background: #F47820; color: #fff; padding: 15px 0 12px 0; font-size: 15px; line-height: 15px; font-family: "poppins", sans-serif; border: none;}
.cat-button button:hover {background: #313131; transition: .5s;}

#heritage {background: #313131;}
.about-img {position: relative; bottom: -60px;}
#heritage h2 {color: #fff; font-size: 40px; line-height: 40px; font-weight: bold;}
#heritage hr {border: 2px #F47820 solid; width: 85px; margin: 0px; margin-top: 20px; margin-bottom: 25px;}
#heritage p {color: #fff; font-size: 18px; line-height: 30px;}
#heritage button {width: 220px; background: #F47820; color: #fff; padding: 15px 0 12px 0; font-size: 15px; line-height: 15px; font-family: "poppins", sans-serif; border: 1px #F47820 solid; margin-top: 25px;}
#heritage button:hover {border: 1px #fff solid; background: none; transition: .5s;}
.heritage-flex > div:first-child {width: 55%; padding-top: 120px; padding-bottom: 80px;}
.heritage-flex > div:last-child {width: 40%;}
.about-img img {width: 100%;}
.heritage-flex {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}

#services {padding: 140px 0 100px 0;}
.services-flex {display: flex; gap: 10px; justify-content: center; margin-top: 65px;}
.services-flex > div {width: 100%; border: 1px #B5B5B5 solid; border-radius: 5px; text-align: center;}
.services-flex i {color: #F47820; font-size: 40px; background: #fff; position: relative; top: -20px; padding: 0 20px;}
.services-flex > div > div {height: 140px; display: flex; flex-wrap: wrap; justify-content: center; padding: 20px 12px 30px 12px;}
.services-flex h4 {font-size: 18px; line-height: 28px; margin-bottom: 5px;}
.services-flex p {font-size: 14px; line-height: 24px; color: #474747;}

#updates {background: url("/siteart/news-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; margin-bottom: 15px; margin-top: 15px;}
.updates-overlay {background: #F47820; background: linear-gradient(90deg,rgba(244, 120, 32, 0.9) 0%, rgba(217, 100, 17, 0.95) 50%, rgba(244, 120, 32, 0.9) 100%);}
.updates-overlay div {width: 1030px; margin: 0 auto; padding: 60px 0; text-align: center;}
.updates-overlay h2 {font-size: 35px; font-weight: bold; line-height: 40px; margin-bottom: 15px; color: #fff;}
.updates-overlay p {color: #fff; font-size: 16px; line-height: 28px;}
#updates a:hover .updates-overlay {background: #313131; background: linear-gradient(90deg,rgba(49, 49, 49, 0.9) 0%, rgba(43, 43, 43, 0.95) 50%, rgba(49, 49, 49, 0.9) 100%); transition: .5s;}

/*---PRODUCTS---*/

.sub-header {background: #313131;}
.sub-wrap {width: 95%; margin: 0 auto; padding: 80px 0; text-align: center;}
.sub-wrap h1 span {font-size: 22px; font-weight: lighter;}
.sub-wrap h1 {font-size: 40px; line-height: 45px; color: #fff;}
.sub-wrap hr {border: 2px #F47820 solid; width: 85px; margin: 0px; margin-top: 20px; margin-bottom: 25px;}
.sub-wrap p {width: 850px; font-size: 16px; line-height: 28px; color: #fff; margin: 0 auto; margin-top: 15px;}
.sub-wrap p a {color: #F47820;}
.sub-wrap p a:hover {color: #F69753; transition: .5s;}

.pdfs {background: #F3F3F3;}
.pdf-wrap {width: 95%; margin: 0 auto; padding: 80px 0; display: flex; gap: 50px;}
.pdf-section div {display: flex; gap: 10px; margin-top: 20px;}
.pdf-wrap img {width: 100%;}
.pdf-wrap h2 {font-size: 22px; line-height: 22px; margin-bottom: 10px;}
.pdf-section > a {color: #F47820; font-size: 16px; line-height: 28px;}

/*---ABOUT US---*/

.about-bio {width: 90%; margin: 0 auto; padding: 80px 0; text-align: center;}
.about-bio h2 {font-size: 30px; line-height: 35px; margin-bottom: 20px;}
.about-bio p {font-size: 16px; line-height: 28px; margin-bottom: 10px;}
.about-bio button {width: 220px; background: #F47820; color: #fff; padding: 15px 0 12px 0; font-size: 15px; line-height: 15px; font-family: "poppins", sans-serif; border: none; margin-top: 15px;}
.about-bio button:hover {background: #313131; transition: .5s;}

.services-about {padding-top: 80px !important;}
.services-about h2 {font-size: 30px !important; line-height: 30px !important;}

/*---NEWS---*/

.cs-header {background: #F3F3F3;}
.cs-header h1, .cs-header p {color: #000;}
.cs-header button {width: 220px; background: #F47820; color: #fff; padding: 15px 0 12px 0; font-size: 15px; line-height: 15px; font-family: "poppins", sans-serif; border: none; margin-top: 25px;}
.cs-header button:hover {background: #313131; transition: .5s;}

/*---CONTACT US---*/

.form-bkgrd {background: #fff; width: 90%; margin: 0 auto; border-radius: 10px; position: relative; top: -15px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; display: flex; justify-content: space-between;}
.form-contact {background: #E8E8E8; border-radius: 10px 0 0 10px; width: 40%; padding: 80px 50px;}
.form-links > div {display: flex; gap: 10px; align-items: center; margin-top: 10px;}
.form-links i {background: #F47820; color: #fff; font-size: 22px; line-height: 22px; height: 48px; width: 48px; display: flex; justify-content: center; align-items: center; border-radius: 30px;}
.form-links p span {color: #505050; font-size: 14px; line-height: 16px;}
.form-links p a {color: #313131; font-size: 20px; line-height: 20px; font-weight: bold;}
.form-contact > p {margin-bottom: 20px; font-size: 16px; line-height: 28px;}
.form-contact > h2 {font-size: 30px; line-height: 30px; margin-bottom: 10px;}
.form-form {width: 60%; padding: 80px 50px;}
.form-form h2 {font-size: 30px; line-height: 30px; margin-bottom: 20px;}
.contact-footer {padding-bottom: 50px;}
.form-links p a:hover {color: #F47820; transition: .5s;}

/*---THANK YOU---*/

.thankyou {width: 95%; margin: 0 auto; text-align: center; padding: 50px 0;}
.thankyou h2 {font-size: 30px; line-height: 28px; margin-bottom: 15px;}
.thankyou p {font-size: 16px; line-height: 28px; width: 850px; margin: 0 auto; margin-bottom: 25px;} 
.thankyou button {width: 220px; background: #F47820; color: #fff; padding: 15px 0 12px 0; font-size: 15px; line-height: 15px; font-family: "poppins", sans-serif; border: none;}
.thankyou button:hover {background: #313131; transition: .5s;}

/*--------FORM STYLES--------------------*/

.form-flex {display: flex; gap: 10px; margin-bottom: 10px;}
.form-flex input {width: 100%; background: #E8E8E8; border: none; padding: 10px 0 8px 15px; font-family: "poppins", sans-serif; color: #505050; font-size: 15px; line-height: 15px;}
.form-flex textarea {width: 100%; background: #E8E8E8; border: none; padding: 15px 0 0px 15px; font-family: "poppins", sans-serif; color: #505050; font-size: 15px; line-height: 15px; height: 100px;}
.form-form form .submitselect {width: 220px; background: #F47820; color: #fff; padding: 15px 0 12px 0; font-size: 15px; line-height: 15px; font-family: "poppins", sans-serif; display: flex; justify-content: center; margin-top: 20px; border: none;}
.form-form form .submit {width: 220px; background: #F47820; color: #fff; padding: 15px 0 12px 0; font-size: 15px; line-height: 15px; font-family: "poppins", sans-serif; border: none;}
.form-form form .submitselect:hover, form .submit:hover {background: #313131; transition: .5s; cursor: pointer !important;}
.form-form form .CaptchaAnswerPanel input {background: #E8E8E8; border: none; font-family: "poppins", sans-serif; color: #505050; font-size: 15px; line-height: 15px; height: 30px;}
.form-form form .CaptchaWhatsThisPanel a {color: #313131; border-bottom: 1px #313131 solid;}

/*-------- FOOTER STYLES ----------------*/

footer {background: #313131;}
.footer-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 80px 0;}
.links-flex {display: flex; gap: 100px;}
footer p {color: #fff; font-size: 20px; line-height: 20px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}
footer li, footer a {color: #fff; font-size: 16px; line-height: 22px;}
footer li {margin-bottom: 10px;}
footer i {font-size: 25px; margin-top: 12px; color: #fff;}
footer a:hover {color: #F47820; transition: .5s;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-top-section .list-listings-count {color: #F47820 !important;}
.faceted-search-content .selected-facets-container .selected-facet {background: #F47820 !important;}
.list-content .list-error-container .info button:not(.login-button) {background: #313131 !important;}



.logo-container
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1500px) {
	.directory {margin-top: -35px;}
}
@media only screen and (max-width: 1350px) {
	.services-flex > div > div {height: 155px;}
	.directory-content {flex-wrap: wrap; gap: 15px; justify-content: center; text-align: center;}
	.directory-content p {margin-bottom: 0px; width: 32%;}
	.directory-wrap {padding: 30px 0;}
}
@media only screen and (max-width: 1300px) {
	.directory {margin-top: -33px;}
}
@media only screen and (max-width: 1250px) {
	.form-bkgrd {width: 95%;}
}
@media only screen and (max-width: 1200px) {
	.directory {margin-top: -35px;}
	#browse-cat, #services {width: 95%;}
	.updates-overlay div {width: 95%;}
	.directory-wrap {padding: 45px 0 20px 0;}
	.directory-content {text-align: center; margin: 0 auto;}
	.directory-content p {width: 40%;}
}
@media only screen and (max-width: 1100px) {
	.services-flex {flex-wrap: wrap;}
	.services-flex > div {width: 31%; margin-bottom: 30px;}
	.services-flex > div > div {height: 140px;}
	#services {padding: 100px 0;}
}
@media only screen and (max-width: 1050px) {
	.cat-flex {flex-wrap: wrap;}
	.cat-flex a {width: 40%;}
	.heritage-flex {flex-wrap: wrap;}
	.heritage-flex > div:first-child {width: 100%; padding-bottom: 50px;}
	.heritage-flex > div:last-child {width: 100%; text-align: center; padding-bottom: 50px;}
	.about-img img {width: 600px;}
	.about-img {bottom: 0px;}
	.pdf-wrap {flex-wrap: wrap;}
	.form-bkgrd {flex-wrap: wrap;}
	.form-contact, .form-form {width: 100%;}
	.form-contact {border-radius: 10px 10px 0 0;}
	.thankyou p {width: 100%;}
	.about-bio {width: 95%;}
	.logo-container {gap: 20px;}
}
@media only screen and (max-width: 950px) {
	.sub-wrap p {width: 100%;}
	.directory-content p {width: 100%;}
}
@media only screen and (max-width: 900px) {
	.footer-wrap {flex-wrap: wrap; gap: 50px;}
	.footer-wrap > div {width: 100%;}
}
@media only screen and (max-width: 850px) {
	#browse-cat > div:first-child, #services > div:first-child {width: 100%;}
}
@media only screen and (max-width: 800px) {
	.directory {margin-top: 0px;}
	.hero-wrap {padding: 180px 0 80px 0;}
	.cat-flex a {width: 48%;}
	.services-flex > div {width: 48%;}
	.sub-bkgrd {margin-top: 0px;}
	.sub-wrap {padding: 70px 0 80px 0;}
	.directory-wrap {padding: 45px 0 35px 0;}
}
@media only screen and (max-width: 750px) {
	.hero-content {width: 100%;}
}
@media only screen and (max-width: 650px) {
	.about-img img {width: 100%;}
	.form-contact, .form-form {padding: 80px 40px;}
}
@media only screen and (max-width: 550px) {
	.hero-content h1, .sub-wrap h1 {font-size: 35px; line-height: 40px;}
	.hero-content p {font-size: 16px; line-height: 28px;}
	.hero-wrap {padding: 160px 0 80px 0;}
	.cat-flex a {width: 100%;}
	#browse-cat > div:first-child h2, #heritage h2, #services > div:first-child h2, .updates-overlay h2 {font-size: 30px; line-height: 35px;}
	.heritage-flex > div:first-child {padding-top: 90px;}
	.services-flex > div {width: 100%;}
	.services-flex > div > div {height: auto; padding: 15px 12px 40px 12px;}
	.pdf-wrap div {flex-wrap: wrap;}
	.sub-wrap h1 span {font-size: 20px;}
	.form-contact, .form-form {padding: 80px 30px;}
	.directory-content p {font-size: 15px;}
}
@media only screen and (max-width: 450px) {
	.form-contact, .form-form {padding: 80px 20px;}
	.form-flex {flex-wrap: wrap;}
}
@media only screen and (max-width: 400px) {
	.links-flex {gap: 10px; justify-content: space-between;}
}
@media only screen and (max-width: 350px) {
	.logo-title {font-size: 28px;}
	.hero-wrap {padding: 140px 0 80px 0;}
	.hero-content h1, .sub-wrap h1 {font-size: 30px; line-height: 35px;}
	.hero-content p, #browse-cat > div:first-child p, #heritage p, #services > div:first-child p, .updates-overlay p, .sub-wrap p, .pdf-section > a, .form-contact > p, .thankyou p, .about-bio p {font-size: 15px; line-height: 27px;}
	.hero-content button, .cat-button button, #heritage button, .form-form form .submitselect, .form-form form .submit, .thankyou button, .about-bio button, .cs-header button {font-size: 14px; line-height: 14px; width: 100%;}
	#browse-cat > div:first-child h2, #heritage h2, #services > div:first-child h2, .updates-overlay h2 {font-size: 28px; line-height: 33px;}
	.cat-flex a h3, .pdf-wrap h2 {font-size: 20px; line-height: 20px;}
	.cat-flex a p {font-size: 14px; line-height: 17px;}
	footer li, footer a {font-size: 15px;}
	footer i {font-size: 22px;}
	footer p {font-size: 18px;}
	.sub-wrap h1 span {font-size: 18px;}
	.form-contact, .form-form {padding: 80px 10px;}
	.form-contact > h2, .thankyou h2, .about-bio h2, .form-form h2 {font-size: 25px;}
	.form-links p span {font-size: 13px; line-height: 13px;}
	.form-links p a {font-size: 18px; line-height: 18px;}
	.form-links i {font-size: 20px; line-height: 20px; height: 45px; width: 45px;}
	.form-flex input, .form-flex textarea {font-size: 14px; line-height: 14px;}
	.services-about h2 {font-size: 25px !important; line-height: 25px !important;}
	.directory-content p {font-size: 14px; line-height: 21px;}
}
@media only screen and (max-width: 300px) {
	.directory-content p {font-size: 13px;}
}