/*  BODY  ============================================================================= */
body {
	line-height: 1;
	text-align: center;
	background: #EFEFEF;
	/* margin-top: 180px !important; */
}


.scroller {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	transition: 0.5s ease;
}

@supports (position: sticky) body {
	padding-top: 0;
}

header {
	position: sticky;
}
}


/*  HOVER  ============================================================================= */

/* Hollow */
.hvr-hollow {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	border: none;
}

.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
	background: #011882;
	color: #fff;
}



/*  STYLES  ============================================================================= */
.list-content, .detail-wrapper {
	padding: 50px 0!important;
}

.inner {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	height: auto;
	max-width: 1275px;
	position: relative;
}

.innerSmall {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	height: auto;
	max-width: 900px;
}

.innerSmallest {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	height: auto;
	max-width: 700px;
}

.block-paragraph {
	font-family: 'montserratlight';
    font-size: 16px;
    line-height: 135%;
}

.floatRight {
	float: right !important;
}

.floatLeft {
	float: left !important;
}

.flex-container {
	display: flex;
}

.flex-vertical {
	flex-direction: column;
}

.flex-horizontal {
	flex-direction: row
}

.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}

.flex-height {
	height: 100%;
}

.flex-wrap {
	flex-wrap: wrap;
}

.set-width {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.justify-center {
	justify-content: center;
}

.justify-right {
	justify-content: flex-end
}

.justify-left {
	justify-content: flex-start
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.text-right {
	text-align: right;
}

.max-width {
    width: 90%;
    max-width: 1275px;
	margin: auto;
}



/*  HEADER  ============================================================================= */
.site-header {
	background: #fff;
	background: -webkit-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: -o-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: -moz-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
}

.headerSearch {
	padding: 10px 0px 25px 0px !important;
}

.headerLogo {
	padding: 25px 0px !important;
	height: 135px !important;
	box-sizing: border-box;
	align-self: center;
}

.header-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	justify-items: center;
	gap: 5px;
	padding: 25px;
}

.header-grid.mobile {
	display: none;
}

.header-grid.right {
	justify-items: end;
}

.header-grid.left {
	justify-items: start;
}

.header-grid img {
	max-height: 25px;
}

.marginLeft1 {
	margin-left: 10px !important;
}



/*  NAVIGATION  ============================================================================= */
.site-navigation {
	background: #e9e9ea;
	background: -webkit-linear-gradient(141deg, #e9e9ea 0%, #e0e1e1 51%, #e9e9ea 75%);
	background: -o-linear-gradient(141deg, #e9e9ea 0%, #e0e1e1 51%, #e9e9ea 75%);
	background: -moz-linear-gradient(141deg, #e9e9ea 0%, #e0e1e1 51%, #e9e9ea 75%);
	background: linear-gradient(141deg, #e9e9ea 0%, #e0e1e1 51%, #e9e9ea 75%);
	-webkit-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.75);
}
.site-navigation .inner {
	max-width: unset;
	width: unset;
}

/*  HOME INTRO  ============================================================================= */
.homeIntro .hero-container {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("/siteart/header-small.jpg");
	color: #ffffff;
	background-position: center;
	background-size: cover;
	min-height: 350px;
	align-items: center;
}

.homeIntro .hero-container h1 {
	font-family: 'montserratbold';
	font-size: 42px;
	
}


.homeIntro .hero-container h2 {
	font-family: 'montserratlight';
	font-size: 26px;
	
}

.cta-blue-button {
	font-family: 'montserratbold';
	background-color: #011882;
	color: #FFFFFF;
	font-size: 14px;
	border: 3px solid #011882;
	padding: 15px;
	text-decoration: none;
	transition: .3s all ease;
}

.cta-blue-button:hover {
	background-color: #ffffff;
	color: #011882;
}

.cta-yellow-button {
	font-family: 'montserratbold';
	background-color: #fcd209;
	color: #000000;
	font-size: 14px;
	border: 3px solid #fcd209;
	padding: 15px;
	text-decoration: none;
	transition: .3s all ease;
}

.cta-yellow-button:hover {
	background-color: #ffffff;
	color: #000000;
}

/*  SUB PAGE  ============================================================================= */
.subPage_Intro {
	background: url(../siteart/texture.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 100px 0px !important;
}

.subPage_Intro h1 {
	color: #fff;
	font-size: 46px;
	font-family: 'montserratlight';
}

.fontSpacer {
	height: 30px;
	float: left;
	width: 100%;
}

.subPage {
	padding: 50px 0px !important;
	min-height: 300px;
}

.subPage h1 {
	font-family: 'montserratbold';
	font-size: 32px;
	text-align: left !important;
	margin-bottom: 5px !important;
	color: #011882;
}

.subPage h2 {
	font-family: 'montserratbold';
	font-size: 26px;
	text-align: left !important;
	margin-bottom: 5px !important;
	color: #011882;
}

.subPage p {
	font-family: 'montserratlight';
	font-size: 19px;
	text-align: left !important;
	line-height: 150%;
}

.subPage ul {
	width: 100%;
	list-style-position: inside;
}

.subPage ul li {
	font-family: 'montserratlight';
	font-size: 19px;
	text-align: left !important;
	line-height: 135%;
}

.subPage a {
	font-family: 'montserratlight';
	font-size: 19px;
	text-align: left !important;
	line-height: 150%;
	color: #011882;
}


.subPageBanner {
	padding: 0px 0px 50px 0px !important;
}

.subPageBanner_Image img {
	width: 100%;
}


/*  ABOUT PAGE  ============================================================================= */
.about a.read-more-btn {
    font-family: 'montserratbold';
    color: #e2e2e2;
    font-size: 14px;
    background: #011882;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
}
.about-video {
	padding-top: 40px;
}

/*  CONTACT PAGE  ============================================================================= */
.map {
	height: 450px;
}

.noLeftMargin {
	margin-left: 0% !important;
}

.contact_StateTitle {
	margin-top: 20px !important;
}

.contact_StateTitle h1 {
	font-family: 'montserratbold';
	font-size: 26px;
	text-align: left !important;
	margin-bottom: 10px !important;
	color: #011882;
	padding-top: 25px;
}

.contact {
	font-family: 'montserratlight';
	margin: 75px;
	text-align: left;
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    justify-items: center;
    row-gap: 25px;
    column-gap: 15px;
    margin: auto;
	font-size: 14px;
	padding-bottom: 25px;
}

.contact_Box {
	width: 100%;
}

.contact_Box a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.contact_Box a.inventory-btn {
	font-family: 'montserratbold';
    color: #e2e2e2;
    font-size: 14px;
    background: #011882;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
}



.contact_BoxImage {}

.contact_BoxImage img {
	width: 100%;
    height: 100%;
    max-height: 146px;
    object-fit: cover;
    object-position: center;
}

.contact_BoxText {}

.contact_BoxText h2 {
	font-family: 'montserratbold';
	font-size: 18px;
	text-align: left !important;
	padding-top: 10px;
	margin-bottom: 3px !important;
	color: #000;
}

.contact_BoxText ul {
	width: 100%;
	list-style-type: none;
}

.contact_BoxText ul li {
	font-family: 'montserratlight';
	font-size: 14px;
	text-align: left !important;
	line-height: 135%;
}

/*  DETAILED SEARCH  ============================================================================= */
.detailedSearch {
	background: #fff;
	background: -webkit-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: -o-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: -moz-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	height: 300px;
}

.detailedSearch_Form {
	box-sizing: border-box;
	padding: 20px !important;
	background: #fff;
	background: -webkit-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: -o-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: -moz-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	margin-top: -50px !important;
	-webkit-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.75);
}

div.col.span_2_of_5.inventorySearch_outer {
	width: 60% !important;
}



/*  EQUIPMENT BANNER  ============================================================================= */
.equipmentBanner {
	background: url(../siteart/equipmentBanner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 135px 0px 75px 0px !important;
}

.equipmentBanner_Text {
	text-align: left !important;
}

.equipmentBanner_Text h2 {
	font-family: 'montserratbold';
	color: #fff;
	margin-bottom: 5px;
	font-size: 38px;
}

.equipmentBanner_Text p {
	font-family: 'montserratlight';
	color: #e2e2e2;
	font-size: 16px;
	line-height: 135%;
}

.equipmentBanner_Text a {
	font-family: 'montserratbold';
	color: #e2e2e2;
	font-size: 14px;
	background: #011882;
	padding: 10px 15px;
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
}

.equipmentBanner_Image {}

.equipmentBanner_Image img {
	float: right;
	width: 100%;
}


/*  INVENTORY  ============================================================================= */
.inventoryIntro {
	background: url(../siteart/texture.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 60px 0px !important;
}

.inventoryIntro img {
	width: 100%;
}

.inventoryIntro h1 {
	color: #fff;
	font-size: 46px;
	font-family: 'montserratlight';
}

.inventoryIntro ul {
	margin-top: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.inventoryIntro ul li {
	color: #fff;
	font-family: 'montserratlight';
	line-height: 135%;
	font-size: 18px;
	text-align: left !important;
}

.inventory {
	padding: 35px 0px !important;
}

.innerInventory {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	height: auto;
	max-width: 1040px;
}

.innerInventory .span_1_of_5 {
	width: 20% !important;
}

.textLeft {
	text-align: left !important;
}


img.certifiedImage {
	margin-bottom: 25px !important;
}

.hosted-content .badge-container .badge img {
	max-width: 100px !important;
	width: 100px !important;
}

/*  CATEGORY  ============================================================================= */
.category {
	padding: 75px 0px 75px 0px !important;
}

.category .select-category {
	font-family: 'montserratbold';
    color: #000000;
    font-size: 26px;
 }

.category-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	justify-items: center;
	row-gap: 15px;
	column-gap: 15px;
	margin: auto;
}

.category-container .category_Box {
	box-shadow: 0px 0px 10px #d8d8d8;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}

.category-container .category_Box_Blue {
	box-shadow: 0px 0px 10px #d8d8d8;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
	background-color: #011882;
}

/* .category .span_1_of_5 {
		width: 20%;
}
.category .col {
	margin: 2% 0% 2% 0%;
} */


/* .category_Box {}

.category_Box_Image {} */

.category_Box_Image img {
	width: 100%;
}

.category_Box_Link {
	padding: 20px 0px 0px 0px !important;
}

.category_Box_Link a {
	font-family: 'montserratbold';
	color: #011882;
	font-size: 14px;
	border: 3px solid #011882;
	padding: 10px 15px;
	display: flex;
	justify-content: center;
	text-decoration: none;
	transition: .3s all ease;
}

.category_Box_Link_White a {
	font-family: 'montserratbold';
	color: #ffffff;
	font-size: 14px;
	border: 3px solid #ffffff;
	padding: 10px 15px;
	display: flex;
	justify-content: center;
	text-decoration: none;
	transition: .3s all ease;
}


/*  GET IN TOUCH  ============================================================================= */
.getInTouch {
	background: url(../siteart/getInTouch.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 430px;
}

.getInTouch a {
	text-decoration: unset;
	color: #ffffff;
}

.getInTouch_Line1 {
	margin-top: 175px !important;
	padding: 0px 0px 20px 0px !important;
}

.getInTouch_Line1 h3 {
	font-family: 'montserratbold';
	color: #fff;
	font-size: 42px;
}

.getInTouch_Line2 {}

.getInTouch_Line2_Phone {
	display: inline-block !important;
	float: none !important;
	font-family: 'montserratbold';
	color: #FFF;
	font-size: 14px;
}

.getInTouch_Line2_OR {
	display: inline-block !important;
	float: none !important;
	font-family: 'montserratbold';
	color: #FFF;
	font-size: 14px;
}

.getInTouch_Line2_Email {
	display: inline-block !important;
	float: none !important;
}

.getInTouch_Line2_Email a {
	font-family: 'montserratbold';
	color: #FFF;
	font-size: 14px;
	border: 3px solid #FFF;
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
}


/*  SCROLLING BANNER  ============================================================================= */
.scrollingBanner {
	background: #fff;
	background: -webkit-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: -o-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: -moz-linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	background: linear-gradient(141deg, #fff 0%, #eaeaea 51%, #f7f7f7 75%);
	padding: 15px !important;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.scrolling {
	width: 100%;
	height: 92px;
}



/*  FOOTER  ============================================================================= */
.site-footer {
	background-color: #1b1b1b;
	padding: 50px 0px !important;
	
		a{
		color: #fff;
			color: #c1c1c1;
	font-size: 14px;
	font-family: 'montserratlight';
			text-decoration: none;
	}
}

.site-footerText {
	color: #c1c1c1;
	font-size: 14px;
	font-family: 'montserratlight';
	

}

.site-footerText a {
	color: #c1c1c1;
	text-decoration: none;
}


@media screen and (max-width: 1350px) and (min-width:1100px) {

	/*  NAVIGATION  ============================================================================= */
	nav {
		display: none;
	}

	.mobileNav {
		display: inline-block !important;
	}

	.max-width {
		margin: 0 5vw;
	}
}

@media screen and (max-width: 1099px) and (min-width:1024px) {

	/*  NAVIGATION  ============================================================================= */
	nav {
		display: none;
	}

	.mobileNav {
		display: inline-block !important;
	}

	.max-width {
		margin: 0 5vw;
	}

	/*  EQUIPMENT BANNER  ============================================================================= */
	.equipmentBanner {
		padding: 135px 0px 75px 0px !important;
	}

	.equipmentBanner .span_1_of_2 {
		width: 100% !important;
	}

	.equipmentBanner_Image img {
		float: none;
		width: 50%;
	}

	.equipmentBanner_Text {
		text-align: center !important;
		margin-bottom: 30px !important;
	}

	.equipmentBanner_Text h2 {
		font-size: 32px;
		text-align: center;
	}

	.equipmentBanner_Text p {
		font-size: 18px;
		text-align: center;
	}


	/*  CATEGORY  ============================================================================= */
	.category_Box_Link a {
		font-size: 12px;
	}
}


@media screen and (max-width: 1023px) and (min-width:768px) {

	/*  NAVIGATION  ============================================================================= */
	nav {
		display: none;
	}

	.mobileNav {
		display: inline-block !important;
	}
	.header-grid {
		grid-template-columns: 1fr;
	}

	.max-width {
		margin: 0 5vw;
	}

	/*  EQUIPMENT BANNER  ============================================================================= */
	.equipmentBanner {
		padding: 135px 0px 75px 0px !important;
	}

	.equipmentBanner .span_1_of_2 {
		width: 100% !important;
	}

	.equipmentBanner_Image img {
		float: none;
		width: 65%;
	}

	.equipmentBanner_Text {
		text-align: center !important;
		margin-bottom: 30px !important;
	}

	.equipmentBanner_Text h2 {
		font-size: 32px;
		text-align: center;
	}

	.equipmentBanner_Text p {
		font-size: 18px;
		text-align: center;
	}



	/*  CATEGORY  ============================================================================= */
	.category_Box_Link a {
		font-size: 12px;
	}

	.category-container {
		grid-template-columns: repeat(3, 1fr);
	}

	.category {
		padding: 50px 0px 20px 0px !important;
	}

	/*  CONTACT  ============================================================================= */
	.contact {
		grid-template-columns: repeat(3, 1fr);
	}

	/* .category .col {
		margin: 2% 0% 2% 0%;
		float: none;
		displaY: inline-block;
	}

	.category .span_1_of_5 {
		width: 32% !important;
	} */

	/*  FOOTER  ============================================================================= */
	.site-footer .span_auto {
		width: 100% !important
	}
}


@media screen and (max-width: 767px) and (min-width: 481px) {

	/*  NAVIGATION  ============================================================================= */
	nav {
		display: none;
	}

	.mobileNav {
		display: inline-block !important;
	}

	.max-width {
		margin: 0 5vw;
	}

	.header-grid.mobile {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
		background-color: #ffffff;
	}

	.header-grid.desktop {
		display: none;
	}

	.header-grid img {
		max-height: 15px;
	}


	/*  HEADER  ============================================================================= */
	.search {
		float: none !important;
		width: 100% !important;
	}

	.headerLogo {
		padding: 25px 0px !important;
		height: 135px !important;
		box-sizing: border-box;
	}

	.JD_Logo {
		display: none;
	}


	/*  EQUIPMENT BANNER  ============================================================================= */
	.equipmentBanner {
		padding: 135px 0px 75px 0px !important;
	}

	.equipmentBanner .span_1_of_2 {
		width: 100% !important;
	}

	.equipmentBanner_Image img {
		float: none;
		width: 80%;
	}

	.equipmentBanner_Text {
		text-align: center !important;
		margin-bottom: 30px !important;
	}

	.equipmentBanner_Text h2 {
		font-size: 32px;
		text-align: center;
	}

	.equipmentBanner_Text p {
		font-size: 18px;
		text-align: center;
	}


	/*  CONTACT  ============================================================================= */
	.contact .span_1_of_5 {
		width: 33%;
	}

	.contact .col {
		display: block;
		float: left;
		margin: 1% 0 1% 0%;
	}

	.contact .contact_Box {
		padding: 5px;
		box-sizing: border-box;
	}

	.map {
		height: 250px;
	}





	/*  INVENTORY  ============================================================================= */
	div.col.span_1_of_5.inventorySearch_outer {
		width: 100% !important;
	}

	img.certifiedImage {
		width: 100%;
	}



	/*  SUB PAGE  ============================================================================= */
	.subPage_Intro h1 {
		color: #fff;
		font-size: 24px;
		font-family: 'montserratlight';
	}

	.subPage h1 {
		font-family: 'montserratbold';
		font-size: 24px;
		text-align: left !important;
		margin-bottom: 5px !important;
		color: #011882;
	}

	.subPage p {
		font-family: 'montserratlight';
		font-size: 14px;
		text-align: left !important;
		line-height: 150%;
	}

	.subPage ul li {
		font-family: 'montserratlight';
		font-size: 14px;
		text-align: left !important;
		line-height: 135%;
	}



	/*  CATEGORY  ============================================================================= */
	.category_Box_Link a {
		font-size: 12px;
	}

	.category {
		padding: 50px 0px 20px 0px !important;
	}

	.category-container {
		grid-template-columns: repeat(2, 1fr);
	}

	/* .category .col {
		margin: 2% 0% 2% 0%;
		float: none;
		displaY: inline-block;
	}

	.category .span_1_of_5 {
		width: 32% !important;
	} */


	/*  CONTACT  ============================================================================= */
	.contact {
		grid-template-columns: repeat(2, 1fr);
	}


	/*  FOOTER  ============================================================================= */
	.site-footer .span_auto {
		width: 100% !important
	}


}



@media screen and (max-width: 480px) and (min-width: 321px) {

	/*  NAVIGATION  ============================================================================= */
	nav {
		display: none;
	}

	.mobileNav {
		display: inline-block !important;
	}

	.max-width {
		margin: 0 5vw;
	}

	.header-grid.desktop {
		display: none;
	}

	.header-grid.mobile {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}

	.header-grid img {
		max-height: 15px;
	}

	/*  HEADER  ============================================================================= */
	.search {
		float: none !important;
		width: 100% !important;
	}

	.headerLogo {
		padding: 25px 0px !important;
		height: 135px !important;
		box-sizing: border-box;
	}

	.headerLogo img {
		max-height: 100%;
		width: auto;
	}

	.marginLeft1 {
		margin-left: 0px !important;
	}

	.JD_Logo {
		display: none;
	}


	/*  EQUIPMENT BANNER  ============================================================================= */
	.equipmentBanner {
		padding: 55px 0px 45px 0px !important;
	}

	.equipmentBanner .span_1_of_2 {
		width: 100% !important;
	}

	.equipmentBanner_Image img {
		float: none;
		width: 80%;
	}

	.equipmentBanner_Text {
		text-align: center !important;
		margin-bottom: 30px !important;
	}

	.equipmentBanner_Text h2 {
		font-size: 24px;
		text-align: center;
	}

	.equipmentBanner_Text p {
		font-size: 14px;
		text-align: center;
	}

	/*  CATEGORY  ============================================================================= */
	.category_Box_Link a {
		font-size: 12px;
	}

	.category {
		padding: 50px 0px 20px 0px !important;
	}

	.category-container {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 50px;
		column-gap: 15px;
	}

	/* .category .col {
		margin: 2% 0% 2% 0%;
		float: none;
		displaY: inline-block;
	}

	.category .span_1_of_5 {
		width: 49% !important;
	} */

	.detailedSearch {
		height: auto;
	}


	/*  CONTACT  ============================================================================= */
	.contact .span_1_of_5 {
		width: 100%;
	}

	.contact .col {
		display: block;
		float: left;
		margin: 1% 0 1% 0%;
	}

	.contact .contact_Box {
		padding: 5px;
		box-sizing: border-box;
	}

	.map {
		height: 250px;
	}
	
	.contact {
		grid-template-columns: repeat(1, 1fr);
	}



	/*  INVENTORY  ============================================================================= */
	div.col.span_1_of_5.inventorySearch_outer {
		width: 100% !important;
	}

	img.certifiedImage {
		width: 100%;
	}

	.inventoryIntro h1 {
		color: #fff;
		font-size: 24px;
		font-family: 'montserratlight';
	}


	/*  SUB PAGE  ============================================================================= */
	.subPage_Intro h1 {
		color: #fff;
		font-size: 24px;
		font-family: 'montserratlight';
	}

	.subPage h1 {
		font-family: 'montserratbold';
		font-size: 24px;
		text-align: left !important;
		margin-bottom: 5px !important;
		color: #011882;
	}

	.subPage p {
		font-family: 'montserratlight';
		font-size: 14px;
		text-align: left !important;
		line-height: 150%;
	}

	.subPage ul li {
		font-family: 'montserratlight';
		font-size: 14px;
		text-align: left !important;
		line-height: 135%;
	}


	/*  GET IN TOUCH  ============================================================================= */
	.getInTouch {
		height: auto;
		padding: 0px 0px 50px 0px !important;
	}

	.getInTouch_Line2 .span_auto {
		width: 100% !important;
		padding: 10px 0px !important;
	}

	.getInTouch_Line1 h3 {
		font-size: 24px;
	}


	/*  FOOTER  ============================================================================= */
	.site-footer .span_auto {
		width: 100% !important
	}

}

@media screen and (max-width: 320px) {

	/*  NAVIGATION  ============================================================================= */
	nav {
		display: none;
	}

	.max-width {
		margin: 0 5vw;
	}

	.mobileNav {
		display: inline-block !important;
	}

	.header-grid.desktop {
		display: none;
	}

	.header-grid.mobile {
		display: none;
	}

	/*  HEADER  ============================================================================= */
	.search {
		float: none !important;
		width: 100% !important;
	}

	.headerLogo {
		padding: 25px 15px !important;
		height: 135px !important;
		box-sizing: border-box;
	}

	.headerLogo img {
		width: 100%;
	}

	.marginLeft1 {
		margin-left: 0px !important;
	}

	.JD_Logo {
		display: none;
	}


	/*  EQUIPMENT BANNER  ============================================================================= */
	.equipmentBanner {
		padding: 55px 0px 45px 0px !important;
	}

	.equipmentBanner .span_1_of_2 {
		width: 100% !important;
	}

	.equipmentBanner_Image img {
		float: none;
		width: 80%;
	}

	.equipmentBanner_Text {
		text-align: center !important;
		margin-bottom: 30px !important;
	}

	.equipmentBanner_Text h2 {
		font-size: 24px;
		text-align: center;
	}

	.equipmentBanner_Text p {
		font-size: 14px;
		text-align: center;
	}

	/*  CATEGORY  ============================================================================= */
	.category-container {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 50px;
		column-gap: 15px;
	}
	.category_Box_Link a {
		font-size: 12px;
	}

	.category {
		padding: 50px 0px 20px 0px !important;
	}

	.category .col {
		margin: 10% 0% 2% 0%;
		float: none;
		displaY: inline-block;
	}

	.category .span_1_of_5 {
		width: 100% !important;
	}

	.detailedSearch {
		height: auto;
	}


	/*  INVENTORY  ============================================================================= */
	div.col.span_1_of_5.inventorySearch_outer {
		width: 100% !important;
	}

	img.certifiedImage {
		width: 100%;
	}

	.inventoryIntro h1 {
		color: #fff;
		font-size: 24px;
		font-family: 'montserratlight';
	}


	/*  CONTACT  ============================================================================= */
	.map {
		height: 250px;
	}
	
	.contact {
		grid-template-columns: repeat(1, 1fr);
	}


	/*  SUB PAGE  ============================================================================= */
	.subPage_Intro h1 {
		color: #fff;
		font-size: 24px;
		font-family: 'montserratlight';
	}

	.subPage h1 {
		font-family: 'montserratbold';
		font-size: 24px;
		text-align: left !important;
		margin-bottom: 5px !important;
		color: #011882;
	}

	.subPage p {
		font-family: 'montserratlight';
		font-size: 14px;
		text-align: left !important;
		line-height: 150%;
	}

	.subPage ul li {
		font-family: 'montserratlight';
		font-size: 14px;
		text-align: left !important;
		line-height: 135%;
	}


	/*  GET IN TOUCH  ============================================================================= */
	.getInTouch {
		height: auto;
		padding: 0px 0px 50px 0px !important;
	}

	.getInTouch_Line2 .span_auto {
		width: 100% !important;
		padding: 10px 0px !important;
	}

	.getInTouch_Line1 h3 {
		font-size: 24px;
	}

	/*  FOOTER  ============================================================================= */
	.site-footer .span_auto {
		width: 100% !important
	}

}