﻿/***** 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.header {
    background: url(/siteart/header-bkgd-hammer-down.png);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2;
    position: relative;
    background-position: bottom;
	background-size: cover;
}
.headerlogo img {
    width: 100%;
    max-width: 200px;
}
.headerlogo {
    width: 20%;
    box-sizing: border-box;
    padding: 15px 40px 90px 20px;
}

.heroslides{
	height: 750px;
}
.heroslider{
	width: 100%;
	margin-top: -120px;
	overflow: hidden;
position: relative;
}
.navsect {
    width: 71%;
    text-align: center;
	margin-top: 50px;
	background: #000;
}
.naviconsect {
    padding-right: 40px;
    width: 20%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.navicon {
    background: #c90000;
    margin: 0px 5px;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
.navicon span {
  	font-family: "DM Sans", sans-serif;
	font-size: 15px;
    margin-left: 5px;
    font-weight: 900;
}
.herotextsect {
	width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: -336px;	
	    position: relative;

}
.herotextbox {
    background: #000000c4;
    width: 48%;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    padding: 60px 80px;
    box-sizing: border-box;
}
.heroheader {
    font-family: "Hanuman", serif;
    color: #fff;
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 45px;
}
.heroheader span {
    font-family: "DM Sans", sans-serif;
    font-weight: 200;
    width: 100%;
    display: block;
    font-size: 55px;
    line-height: 50px;
}
.heropara {
    font-family: "DM Sans", sans-serif;
    color: #fff;
    padding-left: 5%;
    margin: 10px 0px 20px 0px;
}
.herobtnsect {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.herobtnsect .redbtn {
    width: 48%;
	margin: 5px;
    display: block;
    background: #c00000;
    border: solid #c00000 3px;
    text-align: center;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    padding: 6px;
	box-sizing: border-box;
    border-radius: 10px;
	transition-duration: 0.3s;
}
.herobtnsect .redbtn:hover {
    background: #e30101;
	letter-spacing: -1px;
}
.herobtnsect .redoutlinebtn {
    width: 48%;
    display: block;
    background: transparent;
    border: solid #c00000 3px;
    text-align: center;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    padding: 6px;
    border-radius: 10px;
	margin: 5px;
	box-sizing: border-box;
	transition-duration: 0.3s;

}
.herobtnsect .redoutlinebtn:hover {
    background: #c00000;
 	letter-spacing: -1px;

}
/*---BODY--------------------------------*/
.hpaboutsect{
	background: url("/siteart/hp-about-bkgd.jpg");
	background-color: #000; 
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 8% 5%;
	box-sizing: border-box;
}
.hpaboutleft{
	width: 45%;
}
.hpaboutright{
	width: 55%;
}
.headertext span{
font-family: "Hanuman", serif;
    line-height: 26px;
    font-size: 34px;	
	width: 100%;
	display: block;
	font-weight: 900;
}
.smheadertext{
font-family: "Hanuman", serif;
    line-height: 22px;
    font-size: 20px;	
	width: 100%;
	display: block;
	font-weight: 900;
}
.headertext{
    font-family: "DM Sans", sans-serif;
    line-height: 45px;
    font-size: 45px;
	text-transform: uppercase;
}
.subhead{
    font-family: "DM Sans", sans-serif;
	font-weight: 300;	
	font-size: 25px;
	text-transform: uppercase;
}
.paratext{
    font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 28px;
}
.white{
	color: #fff;
}
.hpctasect {
    display: flex;
    justify-content: space-between;
    margin: 50px 15%;
    flex-wrap: wrap;
}
.hpctabox {
    width: 30%;
    height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: self-end;
	transition-duration: 0.3s;
}
.hpctabox:hover {
    height: 360px;
   margin-top: -10px;
}
.hpctabtn {
    border-left: solid 15px #000;
    font-family: "Hanuman", serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    background: #b80000;
    padding: 10px 20px;
    width: 75%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 20px;
	line-height: 16px;
	transition-duration: 0.3s;
	cursor: pointer;
}
.hpctabtn:hover {
    width: 100%;
    padding:20px;
    box-sizing: border-box;
    background: #b80000d4;
    border: none;
	letter-spacing: -0.5px;
}
.hpcontactsect {
    display: flex;
    justify-content: space-between;
    padding: 50px 5%;
    flex-wrap: wrap;
}
.hpcontactleft {
    width: 50%;
}
.hpcontactright {
    width: 100%;
}
.pageheadingsect {
    margin-top: -20px;
    padding: 10px 5%;
    text-align: center;
}
.pageheading{
  font-family: "Hanuman", serif;
    text-transform: uppercase;
    font-weight: 900;
	color: #c00000;
	font-size: 45px;
	line-height: 48px;
}
.pagepadding {
    padding: 3% 5%;
}
.inlinelink{
	font-weight: 600;
	color: #000;
	transition-duration: 0.3s;
}
.inlinelink:hover{
	font-weight: 900;
	letter-spacing: -1px;
}
/*--------FORM STYLES--------------------*/
.fullformfields{
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	margin: 5px 0px;
	box-sizing: border-box;
	font-family: "DM Sans", sans-serif;
}
.halfformfields{
	width: 49.5%;
	height: 40px;
	padding: 0px 10px;
	margin: 5px 0px;
	box-sizing: border-box;
	font-family: "DM Sans", sans-serif;
}
.thirdformfields{
	width: 33%;
	height: 40px;
	padding: 0px 10px;
	margin: 5px 0px;
	box-sizing: border-box;
	font-family: "DM Sans", sans-serif;
	background: #fff!important;
	border: solid 1px #525252!important;
	border-radius: 5px!important;
	color: #000!important;
}
.comments{
	width: 100%;
	height: 140px;
	padding:10px;
	margin: 5px 0px;
	box-sizing: border-box;
	font-family: "DM Sans", sans-serif;
}
.CaptchaMessagePanel{
	font-family: "DM Sans", sans-serif!important;
	font-size: 14px;
}
.CaptchaWhatsThisPanel a{
	font-family: "DM Sans", sans-serif!important;
	color: #000!important;	
}
.CaptchaPanel{
	width: 100%;
}
.submitform {
    background: #b00000;
    color: #fff;
    border: none !important;
    padding: 10px;
    border-radius: 15px;
    width: 50%;
    font-family: "Hanuman", serif;
    font-weight: 900;
    text-transform: uppercase;
	cursor: pointer;
	transition-duration: 0.3s;
}
.submitform:hover {
    background: #e30101;
	letter-spacing: -1px;
}
.fullcenter {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.formflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.formflex h2{
   margin: 5px 0px;
}
.redbtn {
    width: 300px;
	margin: 15px 0px;
    display: block;
    background: #c00000;
    border: solid #c00000 3px;
    text-align: center;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    padding: 6px;
	box-sizing: border-box;
    border-radius: 10px;
	transition-duration: 0.3s;
}
.redbtn:hover {
     background: #e30101;
	letter-spacing: -1px;
}
/*-------- FOOTER STYLES ----------------*/
.footer{
	display: flex;
	justify-content: space-between;
	align-items: center;	
	background: #000;
	flex-wrap: wrap;
	padding: 20px 5%;
}
.footernav {
    width: 65%;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerlink{
    font-family: "DM Sans", sans-serif;
    color: #fff;
	
}

.footerlogo img{
	max-width: 150px;
}
.footerlogo {
    display: flex;
    align-items: center;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content .list-error-container .info button:not(.login-button){
    background: #c00000!important;
	font-family: "DM Sans", sans-serif;

}
.faceted-search-content .selected-facets-container .selected-facet{
 background: #c00000!important;
	font-family: "DM Sans", sans-serif;	
}
.list-top-section .list-listings-count{
color: #c00000!important;	
}

.faceted-search-content .mobile-done-button-container .mobile-done-button{
background: #c00000!important;
	font-family: "DM Sans", sans-serif;		
}


/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1570px) {
	.herotextbox{
	width: 60%;	
	}
	.hpctasect{
	    margin: 50px 5%;	
	}
	
}
@media only screen and (max-width: 1500px) {
.headerlogo {
width: 15%;
}

	
}
@media only screen and (max-width: 1385px) {
.naviconsect {
    padding-right: 45px;
	width: 25%;
}	
	    .herotextbox {
        width: 70%;
        padding: 35px;
    }
	.herotextsect {
	margin-top: -286px;
	}
}
@media only screen and (max-width: 1250px) {
 
	.hpctabox {
		width: 33%;}
}
@media only screen and (max-width: 1200px) {
	.footernav{
	width: 100%;	
	justify-content: space-between;
    align-items: center;
		flex-wrap: wrap;
	}
	
}@media only screen and (max-width: 1127px) {
	.navsect{
		display: none;
	}
	    .naviconsect {
        padding-right: 10px;
        width: 32%;
    }
	
}
@media only screen and (max-width: 1080px) {

	    .headerlogo {
        width: 20%;
        padding: 15px 0px 55px 0px;
		 margin-bottom: 15px;
    }
	.heroslider{
		margin-top: -75px;
	}
	    .naviconsect {
        padding-right: 10px;
        width: 45%;
    }
	.hpcontactleft{
		width: 100%;
		height: 250px;
		margin: 20px 0px;
	}
	.hpcontactright {
    width: 100%;
	margin: 20px 0px;

}
	.pageheadingsect{
	    padding: 10px 10%;	
	}
	.heroslides {
    height: 445px;
}
	.herotextsect
 {
        margin-top: -30px;
    }
	.herotextbox {
    background: #000000;
    width: 100%;
		clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);}
	.hpaboutleft {
    width: 100%;
}
	.hpaboutright {
    width: 100%;
}
	    .hpctabox {
        width: 47%;
        height: 260px;
        margin: 10px;
    }
	    .hpctabox:hover {
        height: 270px;
        margin-top: 0px;
    }
}
@media only screen and (max-width: 810px) {
	.footerlink {
    width: 50%;
	}

	    .hpctabox {
        width: 100%;
        height: 225px;
        margin: 10px;
    }
	  .hpctabox:hover {
        height: 235px;
        margin-top: 0px;
    }
}
@media only screen and (max-width: 770px) {
    .naviconsect {
        padding-right: 10px;
        width: 55%;
        margin-top: 30px;
    }	
	    .hpctasect {
        margin: 20px 5%;
    }
	
	.hpcontactsect{
	padding: 20px 5%;	
	}
}

@media only screen and (max-width: 650px) {
	.thirdformfields{
	width: 100%;
	}
	.halfformfields{
	width: 100%;	
	}
	.naviconsect{
	width: 75%;	
	}
	.header{
    background-position: 15% 50%;	
	}
	.headerlogo{
	        width: 25%;	
	}
.pageheadingsect {
	margin-top: 10px;}
	.pageheading{
		font-size: 32px;
    line-height: 35px;
	}
	.subhead{
	font-size: 20px;
    line-height: 25px;	
	}
	.pagepadding {
    padding: 0% 2%;
}
	.headertext span {
	    line-height: 26px;
    font-size: 25px;	
	}
	.headertext {
    font-family: "DM Sans", sans-serif;
    line-height: 30px;
    font-size: 35px;
    text-transform: uppercase;
}

	.heroheader {
	font-size: 48px;
	line-height: 42px;
	}
	.heroheader span{
	    font-size: 35px;
    line-height: 35px;
	}
	.herobtnsect .redbtn{
		width: 100%;
	}
	.herobtnsect .redoutlinebtn{
			width: 100%;	
	}.herotextbox{
	        padding: 55px 10px;
		text-align: center;
	}
}
@media only screen and (max-width: 580px) {
.footericonsect{
	width: 100%;
    margin: 30px 0px;	
	}
	.redbtn {
    width: 98%;
}
}
@media only screen and (max-width: 460px) {
	.navicon span{display: none;}	
	    .naviconsect {
        padding-right: 0px;
        width: 80%;
        margin-top: 30px;
        position: relative;
        right: 55px;
        justify-content: flex-end;
    }
	    .heroslides {
        height: 265px;
    }
	

	    .headerlogo {
        width: 38%;
        padding: 15px 0px 35px 0px;
    }
	.navicon {
		font-size: 22px;
	}
	
	#menu-button {
		line-height: 39px!important;
	}
	 
}
@media only screen and (max-width: 400px) {
	
	.footerlink {
    width: 100%;
	}
	
	.footerlogo img{
		width: 100%;
	}
	.pageheadingsect {
        padding: 10px 5%;
    }
}
@media only screen and (max-width: 320px) {

	    .headerlogo {
        width: 100%;
        padding: 15px 0px;
        text-align: center;
		margin-bottom: 55px;
    }
	.naviconsect {
        padding-right: 0px;
        width: 100%;
        position: relative;
        right: 0%;
        justify-content: flex-start;
         margin-bottom: 18px;
        margin-top: 10px;
    }
	    .header {
        background-position: 26% 66%;
        height: 200px;
    }
}





