﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

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 {
	font-family: 'Barlow Condensed', sans-serif;
}

p {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.gray-text {
	color: #505c5b
}

.teal-text {
	color: #0f887e
}

.lt-text {
	font-weight: 400
}

.blk-btn {
	background: #212121;
	padding: 10px 0;
	max-width: 200px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 5px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	transition: .3s ease;
	font-weight: 700;
	font-size: 18px;
}

.blk-btn:hover {
	background: #333;
	transition: .3s ease;
}

.gray-btn {
	background: #505C5B;
	padding: 10px 0;
	max-width: 200px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 5px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	transition: .3s ease;
	font-weight: 700;
	font-size: 18px;
}

.gray-btn:hover {
	background: #687876;
	transition: .3s ease;
}

hr {
	border: #000 1px solid;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 1px;
}

#padding25 {
	padding: 25px 0;
}

#padding50 {
	padding: 50px 0;
}

/*--- HEADER STYLES ---------------------*/
.mobile-header {
	display: none;
}

.header {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 0;
}

.col-left {
	width: 33%;
	text-align: left;
}

.col-left h3 {
	color: #505c5b
}

.col-left .fab {
	font-size: 20px;
	color: #000;
	padding-top: 5px;
	transition: .3s ease;
}

.col-left .fab:hover {
	font-size: 20px;
	color: #0f887e;
}

.logo {
	width: 33%;
	text-align: center;
}

.logo img {
	max-width: 250px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.col-right {
	width: 33%;
	text-align: right;
}

.col-right h3 a,
.col-right h3 {
	color: #505c5b
}

.col-right .blk-btn {
	margin: 10px 0px;
	font-family: 'Barlow Condensed', sans-serif
}



/*---BODY--------------------------------*/
.hero {
	background: url(/siteart/hero-bg.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed
}

.hero-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	padding: 6% 0;
}

.hero-text {
	width: 40%;
}

.separateright {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.hero-text h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
}

.hero-text h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
}

.at,
.ef,
.hi {
	width: 30%;
	margin: 0 1%;
	background: #f1f1f1;
	padding: 25px 10px;
	text-align: center;
	transition: .2s ease;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.at a,
.ef a,
.hi a {
	color: black;
}

.at:hover,
.ef:hover,
.hi:hover {
	background: #D4D4D4
}

.ef {
	padding: 31px 0;
}

.hi {
	padding: 20px 0;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}

.at img,
.ef img,
.hi img {
	max-width: 200px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.width-80 {
	width: 80%;
	margin: 0 auto;
}

.flex-center {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hp-left {
	background: #fff;
	width: 50%;
	padding: 7% 6%;
	text-align: center;
	box-shadow: 1px 1px 15px #ccc
}

.hp-left h2 {
	font-size: 50px;
	color: #0F887E
}

.hp-left p {
	padding: 25px 0;
}

.hp-right {
	width: 40%;
}

.hp-right img {
	width: 100%;
}

.flex-stretch {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.green-bg {
	background: url(/siteart/diagonal-bg.png);
	background-size: cover;
	background-position: center top;
	margin-top: -120px;
	padding-top: 200px;
	padding-bottom: 75px;
}

.green-bg h2 {
	color: #fff;
	text-align: center;
	font-size: 50px;
}

.service-left {
	width: 60%;
	margin: 2% 2%;
}

.service-left p {
	color: #fff;
}

.service-left p a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Barlow Condensed', sans-serif
}

.service-left p a:hover {
	color: #f3f3f3;
}

.service-right {
	width: 40%;
	margin: 2% 2%;
}

.service-right .white-btn {
	background: #fff;
	padding: 12px 0;
	text-align: center;
	color: #505c5b;
	font-weight: 800;
	margin: 5px 0;
	transition: .2s ease;
	font-size: 18px;
}

.service-right .white-btn:hover {
	background: #f3f3f3;
	color: #505c5b;
}

.service-right .white-btn-2 {
	background: #fff;
	padding: 12px 0;
	text-align: center;
	color: #505c5b;
	font-weight: 800;
	margin: 0px 0;
	transition: .2s ease;
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	font-size: 18px;
}

.service-right .white-btn-2:hover {
	background: #f3f3f3;
	color: #505c5b;
}

.auct-logos {
	text-align: center;
	margin: 0 auto;
}

.auct-logos img {
	display: inline-block;
	vertical-align: middle;
	max-width: 250px;
	text-align: center;
	width: 100%;
	margin: 2% 4%;
}

/* CONTACT PAGE */
.service-right h3 {
	color: #fff;
	font-size: 35px;
}

.service-right p {
	color: #fff;
	padding: 25px 0;
}

.service-right p a {
	color: #fff;
}

/* INV BUTTONS */
.lt-gray-bg {
	background: #f1f1f1;
	padding: 3% 0;
	margin-bottom: 3%;
}

.flex-btns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	padding: 0 0;
}

.flex-btns a {
	background: #0F887E;
	width: 19.25%;
	margin: .25% .25%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 10px 0;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	transition: .2s ease;
}

.flex-btns a:hover {
	background: #505C5B;
}

/*--------FORM STYLES--------------------*/

.flex-form {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
}

.flex-form h3 {
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 2px solid #eee;
	padding: 20px 0 20px 0;
	margin-top: 40px;
}

.flex-form h4 {
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 40px;
	padding: 10px 0;
	font-size: 16px;
}

.flex-form label {
	font-weight: normal;
	color: #fff;
	font-size: 16px;
}

.flex-form span {
	text-align: left;
	margin: 0;
	font-size: 12px;
}


.flex-form #formpage input,
select {
	margin-top: 5px;
}

.flex-form .flex-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.flex-border {
	border: 2px solid #eee;
	padding: 20px;
}

.flex-input {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 10px 5px 5px 5px;
	text-align: left;
}






/*form styles*/
#formpage {
	width: 100%;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

#formpage p {
	text-align: left;
}

#formpage h4 {
	margin-top: 30px;
}

.form-half {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.add-part {
	padding: 30px;
	border: 1px solid #f1f1f1;
	margin: 20px 0 0 0
}

.add-part h4 {
	margin: 0 0 10px 10px !important;
}


.formfield {
	width: 100%;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 175px;
	text-align: left;
}

#formpage input,
select {
	padding: 6px 5px 10px;
	border: 1px solid #f1f1f1;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 16px;
	margin-top: 5px;
	border-radius: 2px;
	background: #f1f1f1;
}

#formpage input:focus {
	border: 1px solid #eaeaea;
	border-radius: 2px
}

#formpage option {
	color: #333;
	background: #fff;
}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #767676;
}

#formpage ::-moz-placeholder {
	/* Firefox 19+ */
	color: #767676;
}

#formpage :-ms-input-placeholder {
	/* IE 10+ */
	color: #767676;
}

#formpage :-moz-placeholder {
	/* Firefox 18- */
	color: #767676;
}

#formpage input.submit-button,
#formpage input.submit-button:focus {
	background: #505C5B;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	border-radius: 2px;
	transition: ease-in .3s;
	width: 150px;
	border: none;
	height: auto;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Barlow Condensed', sans-serif;
}



#formpage input.submit-button:hover {
	background: #212121;
	box-shadow: 1px 1px 2px #848484;
	transition: ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 16px;
	background: #f1f1f1;
	width: 100%;
	height: 85px;
	border-radius: 2px;
	margin-top: 10px;
}

#formpage textarea:focus {
	border: 1px solid #eaeaea;
	border-radius: 2px
}

.CaptchaPanel {
	width: 100%;
}

.CaptchaImagePanel img {
	width: 200px;
}

.CaptchaAnswerPanel {
	width: 100%;
}

.CaptchaWhatsThisPanel a {
	color: #333;
}

.submit-button {
	padding: 10px 0px 10px 0px;
	position: relative;
	width: 100%;
	text-align: center;
}

/*end form styles*/


@media screen and (max-width: 1170px) {
	.form-half {
		width: 46%;
	}
}

@media screen and (max-width: 900px) {
	.flex-form .flex-row {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 700px) {
	.form-half {
		width: 98%;
	}
}

@media screen and (max-width: 450px) {
	.add-part {
		padding: 20px;
	}
}




/*-------- FOOTER STYLES ----------------*/
footer {
	background: #505C5B;
	padding: 10px 0;
	text-align: center;
}

footer h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/



#inv {
	padding: 5% 0;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
	font-family: 'Barlow Condensed', sans-serif !important;
}

/* Reset font, ignore icons */

h1.list-title,
.list-content .list-title .list-title-text {
	font-family: 'Barlow Condensed', sans-serif !important
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
	margin: 2px 3px 3px 4px;
}

.faceted-text-input-searchType .search-type input[type=checkbox],
.faceted-text-input-searchType .search-type input[type=radio] {
	margin: 0px 3px 0px 6px;
}


.bread-crumbs-heading .return-links .return-links-link span,
#no-compare-listings,
.bread-crumbs-heading .return-links .return-links-link i {
	color: #505c5b !important;
}


.hosted-content .attachment-search .search-checkboxes label .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0px !important;
}

.view-listing-details-link,
.selected-facet,
.view-listing-details-link,
.buy-now-link,
.check-availability-link,
.email-seller-link,
.offer-btn,
.buy-btn,
.dealer-phone-mobile,
.offer-btn-mobile,
.send-email-btn-mobile,
.send-wholesale-email-btn-mobile,
.fin-calc-btn-mobile,
.mobile-breadcrumb,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button,
.dealer-btns-bottom a,
.list-content .list-error-container .info button {
	background: #505c5b !important;
}

.selected-facet,
.dealer-phone-mobile,
.offer-btn,
.offer-btn-mobile,
.fin-calc-btn-mobile,
.send-wholesale-email-btn-mobile,
.send-email-btn-mobile,
.buy-now-link,
.view-listing-details-link,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button {
	border: solid 1px #505c5b !important;
	transition: ease all 0.2s !important;
}

.selected-facet:hover,
.dealer-phone-mobile:hover,
.offer-btn:hover,
.offer-btn-mobile:hover,
.fin-calc-btn-mobile:hover,
.send-wholesale-email-btn-mobile:hover,
.send-email-btn-mobile:hover,
.buy-now-link:hover,
.view-listing-details-link:hover,
.main-detail-data .contact-options a:hover,
button.g-recaptcha.button:hover,
.page-nav:hover,
.apply-button:hover,
.mobile-done-button:hover,
.dealer-btns-bottom a:hover {
	background: #fff !important;
	color: #505c5b !important;
}

.check-availability-link,
.email-seller-link,
.video-chat-link,
.faceted-search,
.faceted-show-all-btn,
.cs-btns a,
.calculator-btn {
	background: #000 !important;
	border: solid 1px #000 !important;
	transition: ease all 0.2s !important;
}

.check-availability-link:hover,
.email-seller-link:hover,
.video-chat-link:hover,
.faceted-search:hover,
.faceted-show-all-btn:hover,
.cs-btns a:hover,
.calculator-btn:hover {
	background: #fff !important;
	color: #000 !important;
}

.list-content .list-title .list-listings-count,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
#inv .error-message,
#inv .info,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-price,
.compare-price,
.compare-title {
	color: #000 !important;
}

/* heading */
.list-content .list-title .list-title-text,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
.main-detail-data .detail-title,
.parts-title-text {
	padding-left: 4px;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.part-detail-additional-data .data-label,
.part-detail-content .detail-contact-bar {
	background: #000 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-page-nav,
.contact-options a {
	background: #000 !important;
}

.list-main-section .contact-options a {
	border: #000 solid 1px !important;
	transition: ease all 0.2s !important;
}

.list-main-section .contact-options a:hover {
	background: transparent !important;
	color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container a,
.back-button {
	border-color: #000 !important;
	color: #000 !important;
}

.material-icons,
.collapsible-content a {
	color: #fff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
	background-color: #000 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
	margin-right: 0 !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
	height: 48px !important;
	box-sizing: border-box;
}








/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1250px) {
	.width-80 {
		width: 90%;
		margin: 0 auto;
	}

	.hp-left {
		padding: 3% 3%;
	}

}

@media only screen and (max-width: 1050px) {
	.hero-flex {
		display: block;
	}

	.hero-text {
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}

	.at,
	.ef,
	.hi {
		width: 30%;
		display: inline-block;
		vertical-align: middle;
	}

	.at img,
	.ef img,
	.hi img {
		max-width: 150px;
		width: 90%;
	}

	.hi {
		padding: 22px 0;
	}

	.flex-center,
	.flex-stretch {
		display: block
	}

	.hp-left {
		width: 90%;
		padding: 5% 5%;
		position: relative
	}

	.hp-right {
		display: none;
	}

	.green-bg {
		z-index: 9;
		margin-top: 25px;
		padding: 50px 0;
		background: #0F887E
	}

	.service-left,
	.service-right {
		width: 100%;
		padding: 15px 0;
	}

	.flex-btns a {
		background: #0F887E;
		width: 32%;
		margin: .5% .5%;
	}

	.auct-logos img {
		max-width: 200px;
	}



}

@media only screen and (max-width: 850px) {
	.header {
		display: none;
	}

	.mobile-header {
		display: block;
	}

	.col-left {
		width: 100%;
		text-align: center;
	}

	.col-right {
		width: 100%;
		text-align: center;
	}

	.logo {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	.flex-btns a {
		background: #0F887E;
		width: 49%;
		margin: .5% .5%;
	}

	.hero-flex {
		width: 95%;
	}

}

@media only screen and (max-width: 600px) {
	.green-bg h2 {
		font-size: 35px;
	}

	.blk-btn,
	.gray-btn {
		max-width: 600px;
		width: 100%
	}


}









.consignform,
.consignform * {
	/*! CSS Used from: https://www.buckeyebid.com/css/style.css?v=1.5 */
	box-sizing: border-box;
}

.consignform .col-1 {
	width: 100%;
	/* color: white; */
}

.consignform .col-1-2 {
	width: 49%;
}

.consignform .flex-con-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.consignform label {
	/* font-size: 16px; */
	/* display: block; */
	/* margin-top: 5px; */
}

.consignform input[type="text"],
.consignform input[type="email"],
.consignform select,
.consignform textarea {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 8px;
	border: 1px #ccc solid;
	border-radius: 3px;
}

.surroundwrap {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 30px;
}

.consignform input[type="submit"] {
	/* font-family: 'roboto_condensedbold'; */
	line-height: 30px;
	height: 36px;
	font-size: 16px;
	padding: 0 15px;
	display: block;
	border: none !important;
	color: #fff !important;
	background: #911A1C;
	border-radius: 3px;
}

.consignform input[type="submit"]:hover {
	background: #A83D3F;
}

.consignform form .border-top {
	padding: 5px 0 10px 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #fff;
	/* color: white; */
}

.consignform .CaptchaPanel {
	margin: 15px 0 !important;
	padding: 0 !important;
	text-align: left !important;
	line-height: normal !important;
}

.consignform .CaptchaImagePanel {
	margin: 0;
	padding: 0;
}

.consignform .CaptchaMessagePanel {
	padding: 0 !important;
	margin: 0 !important;
	font-weight: normal !important;
	/* font-size: 12px; */
	/* line-height: 14px; */
}

.consignform .CaptchaAnswerPanel {
	margin: 0;
	padding: 2px 0px 2px 0px !important;
}

.consignform .CaptchaWhatsThisPanel {
	line-height: 0;
	margin: 0;
	padding: 8px 0 8px 0 !important;
}

.consignform .CaptchaWhatsThisPanel a {
	color: white;
}

.consignform .CaptchaWhatsThisPanel a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {

	/*! CSS Used from: Embedded */
	.consignform .col-1-2 {
		width: 100%;
	}
}

.consignform .CaptchaPanel {
	margin: 10px 0px 10px 0px;
	text-align: center;
	padding: 10px;
}

.consignform .CaptchaImagePanel {
	padding: 5px 5px 10px 5px;
}

.consignform .CaptchaImage {
	border: 1px solid #333;
}

.consignform .CaptchaMessagePanel {
	padding: 5px 5px 10px 5px;
	font-weight: bold;
}

.consignform .CaptchaAnswerPanel {
	padding: 5px 5px 10px 5px;
}

.consignform .CaptchaWhatsThisPanel {
	padding: 5px 5px 10px 5px;
	/*! CSS Used fontfaces */
}