* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: unset;
}
html {
	scroll-behavior: smooth;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
a {text-decoration:none;cursor: pointer;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	cursor: pointer;
	border: none;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-moz-selection {
    background: #FFF030;
    color: #000000;
    text-shadow: none;
}
::selection {
    background: #FFF030;
    color: #000000;
    text-shadow: none;
}
/*=== END RESET ===*/

/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
html {
	height: auto!important;
}
body:not(.inventory-page) {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	background: #4d4d4d url("/siteart/curved-decrative.svg");
	background-position: right, center;
	background-repeat: no-repeat;
	background-size: 90vw 100%;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
h1 {font-size: 48px;line-height: 50px;font-weight: 700;}
h2 {font-size: 36px;line-height: 38px;}
h3 {font-size: 35px;line-height: 37px;}
h4 {font-size: 26px;line-height: 34px;}
h5 {font-size: 23px;line-height: 25px;}
h6 {font-size: 18px;line-height: 20px;}
.button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	padding-top: 25px;
}
button.primary-button, button.secondary-button {
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
    transition: all ease .3s;
    padding: 10px 17px;
	align-items: center;
	text-align: left;
}
button.primary-button {
    background-color: #FFF030;
    color: #000000;
    border: 1px solid #FFF030;
	transition: .3s ease all;
}
button.primary-button:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}
button.secondary-button {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
	transition: .3s ease all;
}
button.secondary-button:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

/*=== GLOBAL ===*/
.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;
}
.justify-evenly {
	justify-content: space-evenly;
}

.align-center {
	align-items: center;
}
.align-top {
	align-items: flex-start;
}
.align-bottom {
	align-items: flex-end;
}
.align-all-center {
	align-items: center;
	justify-content: center;
}

.align-self-center {
	align-self: center;
}
.align-self-right {
	align-self: flex-end;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 10px;
}
.right-icon {
	margin-left: 10px;
}
.clickable {
	cursor: pointer;
}

.mobile-only {
	display: none;
}

.max-width {
	max-width: 1920px;
	width: 90%;
	margin: 0 auto;
}
.hidden {
	display: none;
	transition: all ease .3s;
}
.success-message {
	color: #188d2b;
}
.paragraph {
	padding-top: 15px;
}
a.decorate {
	text-decoration: underline;
	transition: .3s ease all;
}
a.decorate:hover {
	font-weight: 800;
}
ul.breadcrumb {
	padding: 10px 0 0;
	list-style: none;
}
ul.breadcrumb li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: #FFF030;
	content: "/\00a0";
}
ul.breadcrumb li a {
	text-decoration: none;
}
ul.breadcrumb li a:hover {
	text-decoration: underline;
}
.logo-container .logo {
	max-width: 350px;
	width: 100%;
}
.map {
	line-height: 0;
	height: 100%;
	min-height: 350px;
	box-shadow: 5px -10px 0 #2D2D2D;
}
.social-icons {
	gap: 15px;
}
.thirds-container {
	padding: clamp(50px, 5vw, 75px) 0;
	gap: clamp(25px, 5vw, 75px) 5vw;
}
.thirds-container .thirds-text-container {
	padding: 25px 0;
	align-self: center;
}
.thirds-container .one-third {
	width: 33%;
}
.thirds-container img {
	object-fit: cover;
	box-shadow: 5px -10px 0 #2D2D2D;
}

/*=== HEADER ===*/
header.site-header {
	background-color: #2D2D2D;
	color: #ffffff;
/*	padding: 15px 0;*/ /*---- og padding -----*/
	padding:15px 0 28px; /*---- Banner padding -----*/
	font-size: 16px;
	line-height: 24px;
}
header.site-header .header-menu {
	gap: 15px;
}
header.site-header .top-nav {
	padding-bottom: 30px;
}
header.site-header .inventory-search {
	height: 35px;
	width: 33%;
	min-width: 300px;
}
header.site-header .inventory-search input {
	height: 100%;
	font-size: 16px;
	padding: 5px 10px;
	color: #969696;
	border: none;
	border-radius: 0;
}
header.site-header .inventory-search input::placeholder {
	color: #969696;
}
header.site-header .inventory-search button {
	height: 100%;
	width: 30px;
	color: #000000;
	background-color: #ffffff;
}


.list-redesign .specs-container .specs-button {color: #000 !important;}

/*=== FOOTER ===*/
footer.site-footer {
	background-color: #2D2D2D;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
}
footer.site-footer a {
	transition: .3s ease all;
}
footer.site-footer a:hover {
	color: #FFF030;
}
footer.site-footer {
	border-top: 3px solid #FFF030;
	color: #ffffff;
}
footer.site-footer .contact-info-footer {
	background-color: #1E1F22;
	padding: clamp(25px, 5vw, 50px) 5%;
}
footer.site-footer .contact-info-footer .logo-container {
	padding-bottom: 20px;
}
footer.site-footer .nav-links {
	padding: clamp(50px, 5vw, 75px) 5%;
	gap: 10px clamp(50px, 5vw, 75px);
}
footer.site-footer .nav-links ul {
    max-width: 200px;
}
footer.site-footer .nav-links .sub-link-cat {
	border-left: 2px solid #FFF030;
	padding-left: 10px;
}
footer.site-footer .bottom-footer {
	padding: 5px 0;
	font-weight: 600;
	background-color: #FFF030;
	color: #000000;
	font-size: 14px;
}
footer.site-footer .bottom-footer a:hover {
	background-color: #FFF030;
}

/*=== BRAND CONTAINER ===*/
.banner {
/*	margin-bottom: 25px;*/ 
	padding: 30px 0;
	background-color: #2D2D2D;
	text-align: center;
	border-top: 2px #FFF030 solid;
	font-size: 18px;
	font-weight:600
}

.banner i.fa-solid.fa-chevron-right{color: yellow;margin-left: 8px;}

.banner a:hover,.banner a:active,.banner a:focus,.banner:hover,.banner:active,.banner:focus  {background:#494949;}

.banner > div {
	gap: 10px 20px;
}
.banner h3 {
	font-weight: 400;
	font-size: 24px;
}

/*=== FLOAT CONTAINER ===*/
.float-container {
	border-radius: 35px;
	background-color: #2D2D2D;
	padding: 25px;
	position: relative;
	top: -60px;
	z-index: 50;
}

/*=== PAGE STYLES ===*/

/*=== DEFAULT-PAGE ===*/
.sub-page:not(.inventory-page) {
	font-size: 16px;
	line-height: 24px;
}
.sub-page .hero-container {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35)), url("/siteart/classic-header.jpg");
	background-position: center;
	background-size: cover;
	padding: clamp(75px, 5vw, 100px) 5vw clamp(100px, 5vw, 125px);
	min-height: 400px;
	color: #ffffff;
	position: relative;
	text-align: center;
}
.sub-page .hero-container .hero-text-container {
	text-shadow: 0 0 20px #000000;
	color: #ffffff;
	text-align: center;
	position: relative;
}
.sub-page .hero-container::after {
	content: url("/siteart/divider.svg");
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	line-height: 0;
}
.sub-page .hero-container h2 {
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
}

/*=== DEFAULT-PAGE ===*/
.default-page {
	font-size: 16px;
	line-height: 24px;
}
.default-page .hero-container {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35)), url("/siteart/combine.jpg");
	background-position: center;
	background-size: cover;
	padding: clamp(75px, 5vw, 100px) 5vw clamp(100px, 5vw, 125px);
	min-height: 400px;
	color: #ffffff;
	position: relative;
}
.default-page .hero-container .hero-text-container {
	max-width: 1920px;
	margin: auto;
}
.default-page .hero-container::after {
	content: url("/siteart/divider.svg");
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	line-height: 0;
}
.default-page .hero-container h2 {
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
}
.default-page .brand-container {
	justify-content: space-around;
	gap: 20px;
}
.default-page .brand-container img {
	object-fit: contain;
	height: 60px;
	width: auto;
}
.default-page .thirds-container .one-third {
	box-shadow: 5px -10px 0 #2D2D2D;
}
.default-page .online-auctions {
	padding-top: 25px;
}
.default-page .thirds-container .one-third.online-auctions-img {
	background-image: url("/siteart/equipment.jpg");
	min-height: 300px;
	background-size: cover;
	background-position: center;
}
.default-page .thirds-container .one-third.new-used-tractors-img {
	background-image: url("/siteart/john-deere-tractors.jpg");
	min-height: 300px;
	background-size: cover;
	background-position: center;
}

/*=== SERVICE-PAGE ====*/
.service-page .float-container {
	gap: 20px;
	padding-bottom: 20px;
}
.service-page .float-container .service-card {
	max-width: 215px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 10px 20px;
    border: 1px solid #4d4d4d;
}
.service-page .float-container .service-card i {
	font-size: 34px;
	padding: 15px 15px 20px;
	color: #969696;
}
.service-page .float-container .service-card h3 {
	font-size: 18px;
	line-height: 24px;
	color: #969696;
}
.service-page .float-container .service-card .primary-button {
	border: 1px solid #969696;
	background-color: unset;
	color: #969696;
	text-align: center;
}
.service-page .float-container .service-card .primary-button:hover {
	background-color: #969696;
	color: #2D2D2D;
}
.service-page .contact-form {
	padding: 0 0 clamp(50px, 5vw, 75px) 0;
}

/*=== CONTACT-PAGE ====*/
.contact-page .float-container {
	gap: 20px;
	padding-bottom: 20px;
}
.float-container .contact-card {
	max-width: 300px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 20px;
    border: 1px solid #4d4d4d;
	color: #969696;
}
.float-container .contact-card i {
	font-size: 28px;
    padding: 5px 15px 0;
    color: #969696;
}
.float-container .contact-card h3 {
	font-size: 18px;
	line-height: 24px;
	color: #969696;
}
.float-container a * {
	transition: .3s ease all;
}
.float-container a:hover * {
	color: #ffffff!important;
}

/*=== INVENTORY-REDUCTION-AUCTION ====*/
.iframe-auction {
	padding: clamp(50px, 5vw, 75px) 0;
}

/*=== THANK-YOU-PAGE ====*/
.thank-you-page .thank-you-map {
	padding: clamp(50px, 5vw, 75px) 0;
}

@media (max-width: 1300px) {
	.social-icons {
		margin-top: -70px; /* adjust as needed */
		transform: translateX(-10px); /* adjust amount as needed */
	
  }
	.inventory-search {
		transform: translateX(-100px); /* adjust amount as needed */
}
	
	
@media (max-width: 950px) {
	.social-icons {
		margin-top: 0; /* adjust as needed */
		transform: translateX(0); /* adjust amount as needed */
	
  }
	.inventory-search {
		transform: translateX(0); /* adjust amount as needed */
}


@media screen and (max-width: 1375px) {
	/*=== CONTACT PAGE ====*/
	.contact-page .contact-methods {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 1050px) {
	.banner > div {
		justify-content: center;
		text-align: center;
	}
}

@media screen and (max-width: 875px) {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: flex;
	}

	.thirds-container {
		flex-direction: column;
	}
	.thirds-container .one-third {
		width: 100%;
	}
	.thirds-container .thirds-text-container {
		width: 100%;
	}
	
	/*=== QUICK SEARCH ===*/
	.quick-search {
		flex-wrap: wrap!important;
	}
	.quick-search select, .quick-search input {
		width: 50%!important;
		flex-grow: unset!important;
		flex-shrink: unset!important;
		flex-basis: unset!important;
	}
	.quick-search button {
		width: 100%!important;
	}

	/*=== HEADER ===*/
	header.site-header .top-nav {
		flex-direction: column-reverse;
		gap: 21px;
	}
	header.site-header .inventory-search {
		max-width: 100%;
		align-self: center;
		width: 100%;
		min-width: unset;
	}
	header.site-header .header-menu {
		gap: 10px;
	}

	/*=== FOOTER ===*/
	footer.site-footer .contact-info-footer {
		text-align: center;
	}

	/*=== DEFAULT-PAGE ===*/
	.default-page .thirds-container.new-used-equipment-group {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 700px) {
	/*=== CONTACT PAGE ====*/
	.contact-page .contact-methods {
		grid-template-columns: repeat(1, 1fr);
	}
}


@media screen and (max-width:430px) {
	.banner {font-size:16px;}
}