﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&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;  
} 

/***** 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;}

h1, h2, h3 {
	font-family: "Poppins", sans-serif;
}

/*--Paragraph Styles--*/
#home p, #contact p, #about p, #consign p, #thankyou p, header p, footer p {
	font-size: 20px;
	line-height: 30px;
	font-family: "Manrope", sans-serif;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HERO STYLES ---------------------*/
.home-heading {
	background: url("../siteart/home-hero.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
	position: relative;
	background-color: #00265B;
}

.home-heading p {font-size: 26px!important; color: #fff; padding-top: 20px;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}
.home-heading .hero-content {padding-top: 210px; padding-bottom: 275px; max-width: 660px; width: 100%;}

.search-form {padding-bottom: 100px;}
.search-form .flex {align-items: center;background: #fff; max-width: 100%; width: 100%; border-radius: 15px;padding: 45px 0px 45px 45px;box-sizing: border-box;}
.search-form input {width: 100%;border: none;box-sizing: content-box !important;background: #F6F7F9; font-size: 20px; padding: 10px 5px;}
.full-width {
	display: flex;
	align-items: center;
    gap: 20px;
	width: 100%; 
	padding:10px 20px 10px 20px;
	background: #F6F7F9;
	border: none;
	font-size: 25px;
	box-sizing: border-box;
}

.full-width i {color: #194584;}
::placeholder {color: #4E4E4E;}

.search-button {
	display: block;
	padding: 20px 60px; 
	background:#194584;
	color: #fff; 
	border-radius: 40px;
	border: none;
	font-size: 20px;
	margin: 0 45px 0 -25px;
	cursor: pointer;
	transition:.4s ease-in;
}

.search-button:hover {background: #86AADD; color:#00265B;}

.inner-hero {background: #194584;}
.inner-hero > .wrapper {padding-top: 90px!important; padding-bottom: 80px!important;}
.inner-hero > .wrapper h1 {margin-top: 40px;text-shadow: none;}
.inner-hero > .wrapper p, .inner-hero > .wrapper h1 {text-align: center;}

/*---BODY--------------------------------*/

/*---.col-3---*/
.col-3 {padding-top: 130px;padding-bottom: 130px;background: #F6F7F9;}
.col-3 .wrapper > p, .col-3 .wrapper h2 {text-align: center;}
.col-3 .wrapper h2 {margin-top: 30px;margin-bottom: 70px;}

.col-3 > .flex {
	justify-content: center;
	gap: 15px;
	max-width: 1850px;
	margin: 0 auto;
	padding: 0 15px;
}
.col-card {background: #fff; border-radius: 15px;}
.col-card > div {padding:60px 50px;}

.col-card .img-height {width: 100%;margin-bottom: 30px;display: flex;}
.col-card .img-height img {width: 100%; max-width: 380px;margin: 0 auto;}

.col-card .heading-sm {margin-bottom: 5px;}
.col-card ul {margin-top: 30px; }
.col-card li{font-size: 20px;line-height: 30px;font-family: "Manrope", sans-serif; margin-top: 10px;}
.col-card ul i {margin-right: 10px; color:#00265B;}

.col-card > a.flex {
	background: #194584;
    color: #fff;
    padding: 35px;
    border-radius: 0 0 15px 15px;
	font-size: 20px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-weight: 700;
}

.col-card > a.flex:hover {background: #86AADD; color: #00265B;}
.col-card > a.flex:hover p {
	-webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.col-card > a.flex:hover i {
	-webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

/*---.img-right---*/
.img-right {padding-top: 130px;padding-bottom: 80px;justify-content: space-between; align-items: center;}

.img-right > div:first-child {max-width: 815px;padding-left: 3%}
.img-right .heading-md {margin-top: 30px; margin-bottom: 15px;}
.img-right ul {margin-top: 50px; margin-bottom: 80px;}
.img-right li{font-size: 20px;line-height: 30px;font-family: "Manrope", sans-serif; margin-top: 10px;}
.img-right ul i {margin-right: 10px; color:#00265B;}

.img-right .img-height {max-width: 870px; height: 800px; width: 100%;margin-left: 20px;}
.img-right .img-height img {width: 100%; height: 100%; object-fit: cover;border-radius: 15px 0 0 15px;}

/*---.hover-card---*/
.hover-card {background: linear-gradient(to bottom, #fff 80%, #5A6474 30%);}
.hover-card .wrapper > div {background: #F2F7FF; padding: 90px 80px 70px; border-radius: 15px;max-width: 1500px;margin: 0 auto;}
.hover-card .flex {justify-content: space-between;}
.hover-card .heading-md {margin-top: 40px; margin-bottom: 5px;}
.hover-card .flex > div:first-child {max-width: 820px; margin-right: 30px;}
.hover-card .flex a {margin-top: 40px;}

/*---PAGES--------------------------------*/

/*---about---*/
#about .img-right > div:first-child > div {margin-top: 70px;}
#about .img-right .img-height {height: 600px; min-width: 350px;}
#about .img-right {padding-bottom: 130px;}

/*---thankyou---*/
.inner-hero-thankyou {background: #F2F7FF; padding-top: 130px; padding-bottom: 130px;}
.inner-hero-thankyou .wrapper {max-width: 745px; text-align: center;}
.inner-hero-thankyou .heading-lg {color: #000;text-shadow: none;}
.inner-hero-thankyou .wrapper div  a{margin: 0 auto;}
.inner-hero-thankyou > .wrapper h1 {margin-top: 40px;}
.inner-hero-thankyou > .wrapper p {margin-bottom: 80px; margin-top: 15px;}

#coming-soon .inner-hero-thankyou > .wrapper h1 {margin-bottom: 80px; margin-top: 0;}

/*---consign---*/ 
.form-right {margin-top: 130px!important; margin-bottom: 130px!important; justify-content: space-between;}
.form-right > div:first-child > div {margin-top: 70px;}
.form-right > div:first-child {max-width: 750px;}
.form-right > div:first-child  p {margin-bottom: 30px;}
.form-right .heading-md {margin-top: 30px; margin-bottom: 15px;}
#consign .form-all {text-align: left;max-width: 860px!important;margin:0 0 0 50px!important;min-width: 500px;}
#consign .heading-xsm {margin-top: 30px;}
#consign .form-all p {margin-bottom: 10px;}

/*---contact---*/
.contact-info-4col {background: #F6F7F9;}
.contact-info-4col .flex {justify-content: center; gap: 15px;padding-top: 130px; padding-bottom: 130px;}
.contact-info-4col .contact-card {max-width: 433px; width: 100%; background: #fff; border-radius: 15px;}
.contact-info-4col .contact-card > div {padding: 65px 15px;}
.contact-info-4col .contact-card > div > div {margin: 0 auto; text-align: center;}
.contact-info-4col .contact-card a {font-size: 20px;line-height: 30px;font-family: "Manrope", sans-serif; color: #000;}
.contact-info-4col .contact-card a:hover {font-weight: 700;}
.contact-info-4col .contact-card i {font-size: 40px; display: flex; justify-content: center;}
.contact-info-4col .contact-card .heading-sm, .contact-info-4col .contact-card p{text-align: center;}
.contact-info-4col .contact-card .heading-sm {margin-top: 10px; margin-bottom: 10px;}
/*--------FORM STYLES--------------------*/

.contact-form {padding-top: 130px; padding-bottom: 130px;}

.form-all .heading-md {margin-bottom: 10px;}
.form-all p {margin-bottom: 50px;}

.form-all {
	box-sizing: border-box;
	max-width: 1100px!important; 
	width: 100%;
	margin: 0 auto 100px!important;
	text-align: center;
}

 .label {
	font-family: "Manrope", sans-serif;
	text-align: left!important;
	font-weight: 500;
}

.label-row {margin-bottom: 15px;}

.flex-form {
	width: 100%;
	max-width: 1205px;
	padding: 15px;
	margin: 52px auto;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

.form-half select, .form-full select {
	display: inline-block;
    padding: 15px;
    width: 100%;
	border: 1px solid #000;
    font-family: "Manrope", sans-serif;
    box-sizing: border-box;
}

.form-half {
	display: inline-block;
	width: calc(50% - 8px);
	margin: 15px 15px 15px 0;
}

.form-half input {
	padding: 15px;
	width: 100%;
	border: 1px solid #000;
	font-family: "Manrope", sans-serif;
	box-sizing: border-box;
}

.form-2nd-row {margin-right: 0;}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #000;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: "Manrope", sans-serif;
}

.form-full {margin: 15px 0 30px 0;}

/*--------Captcha--------------------*/

.include-captcha{display:none;}

#submit-btn {float: right;}

.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {
	color: #2C2C2C;
	font-family: "Manrope", sans-serif;
}

.CaptchaPanel {text-align: right!important;}

.captcha-button {float: right;}


/*--- PAGE LOADER  ---------------------*/
.loaderContain {
    /*! CSS Used from: http://sublettemachinery.com.hstg/css/style.css?v=1 (and from http://greencountryauctions.com.hstg/css/style.css?v=3.5)*/
    z-index: 999999999999;
    position: relative;
	background-color:#86AADD;
}

.loaderContain #loader {
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loaderContain #loader img {
    top: 50%;
    left: 50%;
    max-width: 100%;
	width: 200px;
}

.loaderContain #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.loaderContain #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #86AADD;
    z-index: 1000;
}

.loaderContain #loader-wrapper .loader-section.section-left {
    left: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    /* -webkit-transform: translateX(-100%); */
    -ms-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    opacity: 0;
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/*-------- FOOTER STYLES ----------------*/
.my-site-footer{background: #5A6474;}
.my-site-footer .wrapper {padding-top: 90px;}

.heading-footer {font-size: 30px!important; font-weight: 700;}
.my-site-footer p, .my-site-footer a, .my-site-footer li {
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 20px;
	margin-bottom: 25px;
}
.my-site-footer a:hover {text-decoration: underline;}

.footer-logo img {max-width: 275px; margin-bottom: 30px;}

.footer-links {justify-content: space-between; margin-bottom: 100px;}
.footer-links > div .flex ul:first-child {margin-right: 130px;}
.footer-links > div:first-child p {max-width: 440px;}
.footer-links .btn-lightblue {margin-top: 60px;}
.footer-links i {margin-right: 15px;}
.footer-links > div:nth-child(2) {margin: 0 30px;}

.footer-copyright {justify-content: space-between;align-items: center;}
.footer-copyright p {font-size: 16px!important;}
.footer-copyright a {background: #F2F7FF; color: #00265B!important; padding: 8px 15px; border-radius: 40px;transition: all .4s ease-out;}
.footer-copyright a:hover {background: #00265B; color: #fff!important;}

/*--------MY COMMON CLASS STYLES--------------------*/

.flex {display: flex;}
.wrapper {margin: 0 auto;max-width: 1780px; padding: 0 15px;}

/*---headings---*/

/*--H1--*/
.heading-lg {
	font-size: 100px;
	font-weight: 600;
	color:#fff;
	line-height: 110px;
	margin-top: 10px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.heading-1-span {font-size: 34px!important;font-weight: 600;padding-top: 0px!important;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}

/*--H2--*/
.heading-md {
	font-size: 65px;
	font-weight: 600;
	line-height: 75px;
}

/*--H3--*/
.heading-sm {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
}

.heading-xsm {font-size: 30px; font-weight: 600; line-height: 40px;}

.heading2-1-span {
	font-size: 28px!important; 
	font-weight: 500; 
	background: #194584;
	color: #fff;
	padding: 15px 40px;
	border-radius: 40px;
	font-family: "Poppins", sans-serif!important;
}

.heading2-2-span {
	font-size: 28px!important; 
	font-weight: 500; 
	background: #F2F7FF;
	color: #00265B;
	padding: 10px 30px;
	border-radius: 40px;
	font-family: "Poppins", sans-serif!important;
}

/*---buttons---*/

.btn-darkblue {
	border: none;
    display: block;
    width: 210px;
    color: #fff;
    background: #194584;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px !important;
    transition: all .4s ease-out;
	border-radius: 40px;
	font-family: "Manrope", sans-serif;
}

.btn-darkblue:hover, .btn-lightblue:hover {background: #86AADD; color: #00265B;text-decoration: none!important;}

.btn-lightblue {
	border: none;
    display: block;
    width: 210px;
    color: #00265B!important;
    background: #F2F7FF;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px !important;
    transition: all .4s ease-out;
	border-radius: 40px;
	font-family: "Manrope", sans-serif;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: #194584!important;}
.view-listing-details-link:hover {background: #86AADD!important; color: #00265B!important;}

.list-content .list-listing .listing-main-stats .auction-price, .red-text, .listing-prices__retail-price {color: #194584!important;}
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1700px) {
	.img-right > div:first-child {padding-left: 15px; padding-right: 15px;}
}

@media only screen and (max-width: 1560px) {
	.col-card > div {padding: 60px 20px;}
	.col-card .img-height {padding: 0 20px;box-sizing: border-box;}
}

@media only screen and (max-width: 1380px) {
	.col-3 > .flex {flex-wrap: wrap;}
	.col-card {max-width: 600px;}
	.col-card > div {padding: 60px 30px;}
	.col-card .img-height {padding: 0;}
}

@media only screen and (max-width: 1260px) {
	.col-card {max-width: 450px;}
	.footer-links > div .flex ul:first-child {margin-right: 80px;}
}

@media only screen and (max-width: 1200px) {
	.footer-links > div:first-child p {max-width: 280px;}
}

@media only screen and (max-width: 1050px) {
	.form-right {flex-direction: column;}
	#consign .form-all {min-width: 100px;margin: 100px 0 0 0 !important;max-width: 1050px !important;}
}

@media only screen and (max-width: 1010px) {
	.hover-card .flex {flex-wrap: wrap;}
	.hover-card .flex > div:first-child {margin-right: 0;}
	.footer-links {flex-wrap: wrap;}
	.footer-links > div:first-child p {max-width: 400px;}
	.contact-info-4col .flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 960px) {
	.col-card {max-width: 700px;}
}

@media only screen and (max-width: 950px) {
	.img-right {flex-wrap: wrap;}
	.img-right .img-height, #about .img-right .img-height {margin-left: 100px; margin-top: 50px;height: 400px;}
	#about .img-right .img-height {min-width: 100px;}
}

@media only screen and (max-width: 925px) {
	.contact-info-4col .contact-card > div {padding: 30px 15px;}
	.contact-info-4col .contact-card {max-width: 345px;}
}

@media only screen and (max-width: 850px) {
	.footer-links {flex-direction: column;}
	.footer-links > div:nth-child(2) {margin: 60px 0;}
}

@media only screen and (max-width: 760px) {
	.heading-lg {font-size: 55px;line-height: 65px;}
	.heading-1-span {font-size: 25px!important;}
	.heading-md {font-size: 45px; line-height: 55px;}
	.heading-sm {font-size: 35px; line-height: 45px;}
	.heading2-2-span, .heading2-1-span {font-size: 20px!important;}
}

@media only screen and (max-width: 750px) {
	.search-form .flex {flex-direction: column; padding: 30px;gap: 20px;} 
	.search-button {margin: 0; max-width: 700px; padding: 20px 0; width: 100%;}
	.search-form .flex > div:last-child {width: 100%;box-sizing: border-box;}
	.contact-info-4col .contact-card {max-width: 450px;}
}

@media only screen and (max-width: 550px) {
	.home-heading .hero-content {padding-top: 80px;padding-bottom: 250px;}
}

@media only screen and (max-width: 500px) {
	.img-right .img-height, #about .img-right .img-height {margin-left: 20px;}
	.hover-card .wrapper > div {padding: 80px 40px 60px;}
	.footer-copyright {flex-direction: column;}
	.footer-copyright p {text-align: center;}
	.flex-row {flex-direction: column;}
	.form-half {width: 100%; margin: 15px 0;}
}

@media only screen and (max-width: 400px) {
	.search-form {padding-bottom: 0;position: absolute; left: 15px; right: 15px; bottom: -80px;}
	.full-width {gap: 10px;}
	.col-3 {padding-top: 200px;}
	.col-card .img-height {margin-bottom: 20px;}
	.col-card > div {padding: 40px 30px;}
	.img-right ul {margin-top: 35px;margin-bottom: 50px;}
	.hover-card .wrapper > div {padding: 70px 15px 50px;}
	
	#about .img-right, .contact-info-4col .flex, .contact-form {padding-top: 80px!important;padding-bottom: 80px!important;}
	#consign .form-right, #consign .form-all {margin-top: 80px!important;}
	#consign .form-right {margin-bottom: 80px!important;}
}

@media only screen and (max-width: 380px) {
	.footer-links > div .flex ul:first-child {margin-right: 0;}
	.footer-links > div:nth-child(2) > .flex {flex-direction: column;}
}

@media only screen and (max-width: 350px) {
	.full-width{padding: 10px;}
	.hover-card .heading2-1-span {padding: 15px 25px;}
}






