* {
	-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;
}
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;
}

/*=== END RESET ===*/
::-moz-selection {
    background: #0C2C86;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #0C2C86;
    color: #fff;
    text-shadow: none;
}
.white {color:#ffffff!important;}
/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
body {
	font-family: 'roboto', sans-serif;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: "apotek", sans-serif;
	font-style: normal;
}
h1 {font-size: 34px;line-height: 38px;}
h2 {font-size: 28px;line-height: 34px;}
h3 {font-size: 22px;line-height: 26px;}
h4 {font-size: 22px;line-height: 26px;}
hr.divider{border:#E3BD00 2px solid;max-width: 150px;width: 100%;margin: 10px 0;}
.button-group {
	display: flex;
	gap: 20px;
}
button.primary-white {
	font-family: "apotek", sans-serif;
	font-size: 18px;
	min-width: max-content;
	border-radius: 15px 0 15px 0;
	transition: all ease .3s;
	padding: 10px 25px;
	margin-top: 15px;
	background-color: #ffffff;
	color: #000000;
}
button.primary-white:hover {
	border-radius: 0;
}
button.primary-yellow {
	font-family: "apotek", sans-serif;
	font-size: 18px;
	min-width: max-content;
	border-radius: 15px 0 15px 0;
	transition: all ease .3s;
	padding: 10px 25px;
	margin-top: 15px;
	background-color: #E3BD00;
	color: #000000;
}
button.primary-yellow:hover {
	border-radius: 0;
}
button.primary-blue {
	font-family: "apotek", sans-serif;
	font-size: 18px;
	min-width: max-content;
	border-radius: 15px 0 15px 0;
	transition: all ease .3s;
	padding: 10px 25px;
	margin-top: 15px;
	background-color: #0C2C86;
	color: #ffffff;
}
button.primary-blue:hover {
	border-radius: 0;
}
button.secondary-yellow {
	font-family: "apotek", sans-serif;
	font-size: 18px;
	width: fit-content;
	transition: all ease .3s;
	background-color: unset;
	color: #E3BD00;
	padding: 0;
}
button.secondary-yellow:hover {
	color: #ffffff;
}
button.secondary-white {
	font-family: "apotek", sans-serif;
	font-size: 18px;
	width: 100%;
	transition: all ease .3s;
	background-color: unset;
	color: #ffffff;
	padding: 0;
}
button.secondary-white:hover {
	color: #E3BD00;
}
button.secondary-black {
	font-family: 'roboto', sans-serif;
	font-size: 16px;
	width: 100%;
	transition: all ease .3s;
	background-color: unset;
	line-height: 24px;
	padding: 0;
}
button.secondary-black:hover {
	color: #ffffff;
}


header,
nav,
article,
footer,
address {
	display: block;
}

.notInventory *:not(i):not(i *):not(.fas):not(.fas *):not(.fa *):not(.fa):not(.fab):not(.fab *) {
	font-family: 'Century Gothic', sans-serif !important;
}

*:not(.slick-slider *):not(.container.cf *):not(header .mobile):not(.se-pre-con):not(.se-pre-con *) {
	transition-property: background, color, background-color, background-size, opacity, margin, padding, left, right, top, bottom, transform;
	transition-duration: .25s;
}

input#seachInput {
	width: auto !important;
	box-sizing: border-box !important;
	padding: 5px 10px !important;
    border-radius: 20px !important;
}
/*---HEADER---*/
/***** 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;
}
/*---New header--------------------------------*/
.header-row-icons a,
.header-row-icons i {
	color: #0c2c86 !important;
}

.fa-magnifying-glass:before, 
.fa-search:before {
	color: #0c2c86;
}

.hide-on-desktop {
	display: none;
}
.mobile-call-to {display: none;}

.header-row,
.request-service,
.header {
	display: flex;
	justify-content: flex-end;
}

.header-row-icons {
	background: #ffffff;
}

.header-row-icons,
.hero-icons,
.hero-promos,
.about-us-row,
.showroom,
.inventory-row,
.hours-location {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-row-icons div i:hover,
.header-search div i:hover {
	color: #D0B815;
}

.new-holland-row > div {
	position: relative;
	z-index: 10;
}

.new-holland-row a {
	position: relative;
	z-index: 10;
	pointer-events: auto;
}

button.search-button {
	background: transparent !important;
}

.header {
	background: #0c2c86;
}

.search-input {
	padding: 5px 55px 5px 10px;
	padding: max(3px, 0.26042vw) max(29px, 2.86458vw) max(3px, 0.26042vw) max(5px, 0.52083vw);
	font-family: 'Century Gothic', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	font-size: max(13px, 0.67708vw);
	color: #bbb;
	border-radius: 5px;
	border-radius: max(3px, 0.26042vw);
	margin-right: 26px;
	margin-right: max(14px, 1.35417vw);
}

.search-form i {
	font-size: 21px;
	font-size: max(13px, 1.09375vw);
}

.header-row-icons div {
	padding: 12px 11px 4px;
}

.header-search div {
	padding: 15px 5px;
	padding: 7px 2px;
	background: #ffffff;
}

.new-holland-row {
	display: flex;
	justify-content: space-between;
}

.new-holland-row div {
	padding: 0px 10px;
	padding: 0px max(5px, 0.52083vw);
	margin-left: 32px;
	padding-bottom: 10px;
}

.hero-bkgrd {
	margin-top: 20px;
	margin-top: max(10px, 1.04167vw);
}

.request-service {
	padding-top: 40px;
	padding-top: max(21px, 2.08333vw);
}

.new-holland-row {
	width: 100%;
	margin: 0 auto;
	margin-top: -61px;
	margin-top: min(-32px, -3.17708vw);
	align-items: center;
}

.hero-width {
	width: 92%;
	margin: 0 auto;
}

.hero-icons {
	width: 57%;
	margin: 0 auto;
	padding: 127px 0 60px 0;
	padding: max(66px, 6.61458vw) 0 max(31px, 3.125vw) 0;
}

.header-bkgrd {
	background: url("/siteart/header-bkgrnd-white.png") no-repeat;
	background-size: auto;
	padding: 0 74px 0 650px;
}

.new-holland-row > div:last-child img {
	margin-left: 20px;
}

.new-holland-row > div:last-child img {margin-left: -25px;}

@media only screen and (max-width: 1404px) {
	.new-holland-row .header-phone {
		font-size: max(15px, 0.93333vw);
	}
	
	.header-bkgrd {
		padding: 0 74px 0 450px;
	}
	.new-holland-row div {margin-left: 20px; padding-bottom: 10px;}
}
@media only screen and (max-width: 1215px) {
	.header-bkgrd {
		background-position-x: calc(7.5rem + ((1vw - 8.65px) * -34));
		padding: 0 50px 0 400px;
	}
	.logo img {margin-left: -33px!important;}

}

@media only screen and (max-width: 1024px) {
	.header-bkgrd {
		padding: 0 50px 0 400px;
	}
}

.hero-bkgrd h1,
.hero-bkgrd p,
.hero-bkgrd i,
.header-bkgrd i,
.hero-icons h2,
.inventory-width {
	color: #fff;
}

.request-service p,
.welcome-to h1,
.hero-icons h2,
.about-us-row p,
.inventory-width p,
.hours-location p,
.about-p,
.about-contact p {
	font-family: 'Century Gothic', sans-serif;
}

.welcome-to p,
.about-us-row h3 span,
.about-contact h2 {
	font-family: 'thirsty-rough-two', sans-serif;
}

.welcome-to h1 span,
.about-us-row h3,
.hero-icons button:hover h2,
.about-us-row p,
.map-hours-h1 h1,
.hours-location h2,
.hours-location p strong,
.about-contact h2,
.year {
	/* color: #0057a3; */
}

.about-us-row h3,
.inventory-width h3,
.map-hours-h1 h1,
.year {
	font-family: 'veneer', sans-serif;
}

.header-bkgrd i {
	font-size: 26px;
	font-size: max(14px, 1.35417vw);
}

.hero-width a:hover {
	background-color: #0057a3;
}

.new-holland-row .header-phone {
	color: #0c4d8b;
	font-size: max(18px, 0.93333vw);
	font-weight: 800;
	margin-bottom: 3px;
}

.new-holland-row .header-location {
	color: #797979;
	font-weight: 500;
	font-size: max(15px, 0.83333vw);
}

/*---DEFAULT---*/
.request-service p {
	font-weight: 500;
	font-size: 16px;
	font-size: max(13px, 1.00000vw);
}

.welcome-to {
	text-align: center;
	padding-top: 188px;
	padding-top: max(98px, 9.79167vw);
}

.welcome-to p,
.hours-location h2 {
	font-family: 'thirsty-rough-two', sans-serif;
	font-weight: 300;
	font-size: 35px;
	font-size: max(18px, 1.82292vw);
	line-height: 27px;
	line-height: max(14px, 1.40625vw);
}

.welcome-to h1 {
	font-size: 66px;
	font-size: max(34px, 3.4375vw);
	font-weight: bold;
}

.hero-icons h2 {
	font-size: 15px;
	font-size: max(13px, 0.78125vw);
	padding-top: 10px;
	padding-top: max(5px, 0.52083vw);
}

.about-us-row h3 span {
	font-size: 28px;
	font-size: max(15px, 1.45833vw);
}

.about-us-row h3 {
	font-size: 70px;
	font-size: max(36px, 3.64583vw);
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
	line-height: max(29px, 2.86458vw);
}

.about-us-row p {
	font-weight: bold;
	font-size: 17px;
	font-size: max(13px, 0.88542vw);
	line-height: 25px;
	line-height: max(13px, 1.30208vw);
	padding: 15px 0 22px 0;
	padding: max(8px, 0.78125vw) 0 max(11px, 1.14583vw) 0;
}

.sub-page-image-container {
    display: flex;
    width: 100%;
}

.sub-page-image-container .sub-page-wide-image {
    object-fit: cover;
    object-position: center;
    max-height: 400px;
    width: 50%; /* Changed from 100% to 50% */
}

.inventory-width h3 {
	font-size: 46px;
	font-size: max(24px, 2.39583vw);
	font-weight: 300;
	letter-spacing: 1px;
}

.inventory-width p {
	font-weight: bold;
	font-size: 14px;
	font-size: max(13px, 0.72917vw);
}

#mobile-promos {
	display: none;
}

.hero-promos .img-disclaimer {
	background: #F3F3F3;
	padding: 15px;
	margin-top: 5px;
}

.breakplease {
	display: flex;
	justify-content: flex-start;
}

.CaptchaPanel,
.CaptchaPanel * {
	text-align: center;
	font-family: 'Century Gothic', sans-serif;
}

form.custom-form {
	width: 100%;
}

h1:not(.container.cf *),
h2:not(.container.cf *),
h4:not(.container.cf *),
h5:not(.container.cf *),
h6:not(.container.cf *) {
	font-family: 'Century Gothic', sans-serif;
	text-transform: uppercase;
}

h3:not(.container.cf *) {
	font-family: 'Century Gothic', sans-serif;
}

/*-------- POP UP --------*/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.overlay:target:before {
	display: none;
}

.overlay:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	z-index: 999999;
}

@media only screen and (max-width: 1100px) {
	.header {
		justify-content: space-between;
	}
	
	.logo img { margin-left: 0px!important;}

	.header .header-bkgrd {
		background: #ffffff;
		width: 100%;
		padding: 0 20px;
	}

	.header .header-bkgrd .header-row {
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.nav-width > div {
		display: flex;
		justify-content: space-between;
		height: 81px;
	}

	.nav-width div .logo {
		display: inline-block;
	}

	.nav-width div .logo a {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.nav-width div .logo a img {
		top: 0 !important;
	}

	.nav-width .logo + div {
		height: 100% !important;
		align-items: center;
		display: flex;
	}

	.nav-width div div #menu-button {
		display: inline-block;
	}

	nav.mobile ul li .click {
		position: absolute;
		display: block;
		cursor: pointer;
		z-index: 12399994;
		top: 0;
		right: 0;
		width: auto;
		height: auto;
		padding: 12px 20px;
		color: #fff;
	}

	.new-holland-row {
		display: none;
	}

	div .new-holland-row {
		display: none;
	}

	.hide-on-desktop {
		display: block;
	}

	.hide-on-desktop button {
		background: #e3b200;
		border: none;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
		cursor: pointer;
		color: #0C2C86;
		padding: 12px 0;
		width: 164px;
		font-weight: bolder;
		font-family: 'Century Gothic', sans-serif;
	}

	.hide-on-desktop button:hover {
		color: #0c4d8b;
		background: #D0B815;
	}
}

@media only screen and (max-width: 550px) {
	.header .header-bkgrd {
		padding-right: 0;
	}

	.header .header-bkgrd .header-row .header-search div .search-form .search-input {
		width: 100px;
	}
}

.search-form {
	display: flex;
	align-items: center;
}

.search-button {
	order: -1;
	position: static;
}

.search-input {
	margin-right: 26px;
	margin-right: max(14px, 1.35417vw);
}

/* Remove the 500px media query that was hiding it */
/*-------- end new header styles --------*/
/*=== 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;
}

.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: 1366px;
	width: 90%;
	margin: 0 auto;
}
.hidden {
	display: none;
	transition: all ease .3s;
}
a.logo-container {
	line-height: 0;
}
.logo {
	padding: 10px 0 10px 5vw;
    object-fit: contain;
    object-position: center;}
ul.breadcrumb {
	padding: 30px 0;
	list-style: none;
}
ul.breadcrumb li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: #E3BD00;
	content: "/\00a0";
}
ul.breadcrumb li a {
	text-decoration: none;
}
ul.breadcrumb li a:hover {
	text-decoration: underline;
}

.grey-sidebar {
	background-color: #EFEFEF;
	height: 100%;
	width: calc(5vw + 100px);
}
.sub-text {
	font-size: 14px;
	font-style: italic;
}
.sub-page-wide-image {
	object-fit: cover;
	object-position: center;
	max-height: 400px;
	width: 100%;
}
.success {
	color: #54870C;
}
.group-photo-section img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 350px;
}
.group-photo-section {
	line-height: 0;
}
.unordered-list {
	list-style: circle;
	padding-left: 25px;
}
.sales-pitch {
	background-color: #0C2C86;
	color: #ffffff;
	padding: 15px 0;
	text-align: center;
}



.nav-width {
	background-color: #0c2c86;
}

.new-holland-row {
	background-color: #0c2c86;
}

/*---NAV---*/
.logo img {
	width: 348px;
	width: max(181px, 18.125vw);
	position: relative;
	top: -23px;
	top: min(-12px, -1.19792vw);
	margin-left: -50px;
}
.massey-promo,
.kuhn-promo,
.new-holland-promo,
.ferris-promo {
	margin: 0px 30px 0px 21px;
}

/*---NAV---*/
.nav-width {
	width: 100%;
	margin: 0 auto;
}

.logo {
	width: unset;
}
/*=== GLOBAL PAGE SETUP ===*/
.value-your-trade-page, .trade-request-submitted-page, .get-a-quote-page, .quote-request-submitted-page, .parts-department-page, .parts-request-submitted-page, .service-department-page, .service-request-submitted-page, .about-page, .faq-page, .careers-page, .meet-the-team-page, .contact-us-page, .thank-you-page, .rental-department-page, .rental-request-submitted-page, .specials-page {
    background: url("/siteart/grey-background.jpg");
    background-position: center left;
	background-repeat: repeat-y;
}
.value-your-trade-page .sub-page-title, .trade-request-submitted-page .sub-page-title, .get-a-quote-page .sub-page-title, .quote-request-submitted-page .sub-page-title, .parts-department-page .sub-page-title, .parts-request-submitted-page .sub-page-title, .service-department-page .sub-page-title, .service-request-submitted-page .sub-page-title, .about-page .sub-page-title, .faq-page .sub-page-title, .careers-page .sub-page-title, .meet-the-team-page .sub-page-title, .contact-us-page .sub-page-title, .thank-you-page .sub-page-title, .rental-department-page .sub-page-title, .rental-request-submitted-page .sub-page-title, .specials-page .sub-page-title{
    padding-bottom: 50px;
}




/*=== FOOTER ===*/
footer.site-footer {
	background-color: #0C2C86;
	color: #ffffff;
}
footer.site-footer .brand-slider {
	background-color: #F9F9F9;
	box-shadow: #9f9f9f 0px -10px 10px;
}
footer.site-footer .brand-slider .slick-slide img {
	max-height: 50px;
}
footer.site-footer .footer-text-container {
	padding: 50px 0;
}
footer.site-footer .footer-navigation {
	gap: 10%;
}
footer.site-footer ul li ul {
	border-left: 3px solid #E3BD00;
    padding-left: 10px;
}
footer.site-footer .logo {
	max-width: 250px;
	padding: unset;
	padding-bottom: 15px;
}

/*=== PAGE STYLES ===*/
.sub-page:not(.inventory-page) {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}

/*=== POPUP ===*/
.popup {
	display: none;
	position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgb(51 51 51 / 33%);
    backdrop-filter: blur(2px);
}
.popup.show {
	display: block;
}
.popup .popup-container {
	max-width: 1366px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
	padding: 0 20px;
}
.popup .popup-container .popup-header {
	text-align: right;
}
/*=== DEFAULT-PAGE ===*/
body.home-page footer.site-footer .brand-slider {
	box-shadow: unset;
}
.default-page {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}
.default-page .hero-container {
	position: relative;
	padding: 100px 0 150px;
	color: #ffffff;
}


.default-page .hero-container::before,
.default-page .hero-container::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	background-color:#000;
}
.default-page .hero-container::before {
	left: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.35)), url("/siteart/newhero2026.jpg");
	background-color:#000;
}
.default-page .hero-container::after {
	right: 0;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25)), url("/siteart/newhero2026-2.jpg");
	background-color:#000;
}
.default-page .hero-container .hero-text-container {
	padding: 0 5vw;
	position: relative;
	z-index: 1;
}
.default-page .hero-container h1 {
	font-size: 64px;
	line-height: 68px;
}
.default-page .hero-container h2 {
	font-family: "apotek", sans-serif;
	font-weight: 300;
	font-style: normal;
}
*:not(.slick-slider *):not(.container.cf *):not(header .mobile):not(.se-pre-con):not(.se-pre-con *) {color:#000;}
.default-page .quick-link-container {
	position: relative;
	top: -50px;
	background-color: #0C2C86;
	color: #ffffff;
	text-align: center;
	border-radius: 30px 0;
	display: grid;
	grid-template-rows: auto;
	grid-template-areas:
    "tractorsColumn constructionColumn trailersColumn hayForageColumn lawnMowersColumn"
    "allEquipmentColumn allEquipmentColumn allEquipmentColumn allEquipmentColumn allRentalsColumn";
}
.default-page .quick-link-container img {
	max-width: 70px;
	width: 100%;
	padding-bottom: 10px;
}
.default-page .quick-link-container h3 {
	font-size: 30px;
	line-height: 38px;
}
.default-page .quick-link-container .tractorsColumn {
	grid-area: tractorsColumn;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 20px 5px;
}
.default-page .quick-link-container .constructionColumn {
	grid-area: constructionColumn;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 20px 5px;
}
.default-page .quick-link-container .trailersColumn {
	grid-area: trailersColumn;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 20px 5px;
}
.default-page .quick-link-container .hayForageColumn {
	grid-area: hayForageColumn;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 20px 5px;
}
.default-page .quick-link-container .lawnMowersColumn {
	grid-area: lawnMowersColumn;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 20px 5px;
}
.default-page .quick-link-container .allEquipmentColumn {
	grid-area: allEquipmentColumn;
	padding: 10px 0;
	background-color: #E3BD00;
	color: #000000;
}
.default-page .quick-link-container .allRentalsColumn {
	grid-area: allRentalsColumn;
	padding: 10px 0;
}
.default-page .welcome-section {
	gap: 75px;
    background: url("/siteart/grey-background.jpg");
    background-position: center left;
	background-repeat: repeat-y;
	margin-top: 25px;
}
.default-page .welcome-section .business-front {
	border-radius: 30px 0 0;
	overflow: hidden;
}
.default-page .welcome-section .business-front img {
	object-fit: cover;
    object-position: center left;
    line-height: 0;
    max-width: 400px;
    height: 100%;
}
.default-page .welcome-text-container {
	padding: 2px 0 75px 5vw;
}
.default-page .reviews-section {
	padding: 60px 5vw 75px;
	background: url("/siteart/grey-background.jpg");
    background-position: center left;
	background-repeat: repeat-y;
}
.default-page .reviews-section hr {
	margin: 10px auto;
}
.default-page .review-container {
	padding-top: 25px;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}
.default-page .review-container .quote-container {
	padding: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 25px 0 25px 0;
	font-size: 14px;
	background-color: #ffffff;
}
.default-page .review-container .quote-container button.secondary-black {
	font-size: 14px;
	text-decoration: underline;
	text-align: left;
}
.default-page .review-container .quote-container button.secondary-black:hover {
	text-decoration: none;
	color: #000000;
}
.default-page .review-container .quote-container .quote-mark {
	position: relative;
    top: -15px;
    left: -20px;
    z-index: 99;
    font-size: 35px;
    line-height: 18px;
}
.default-page .review-container .quote-container .rating i {
	color: #E3BD00;
}
/*=== RENTAL-DEPARTMENT-PAGE and RENTAL-REQUEST-SUBMITTED-PAGE ===*/
.rental-department-page .table-group, .rental-request-submitted-page .table-group {
	gap: 15px;
	overflow-x: scroll;
}
.rental-department-page table, .rental-request-submitted-page table {
	border-bottom: 5px solid #0C2C86;
	background-color: #ffffff;
}
.rental-department-page table thead th, .rental-request-submitted-page table thead th {
	background-color: #0C2C86;
	color: #ffffff;
	padding: 5px;
}
.rental-department-page table tbody th, .rental-request-submitted-page table tbody th {
	padding: 5px;
}
.rental-department-page table td, .rental-request-submitted-page table td {
	padding: 5px;
}
.rental-department-page table tr:nth-child(odd), .rental-request-submitted-page table tr:nth-child(odd) {
	background-color: #F9F9F9;
}

/*=== INVENTORY-PAGES ===*/
.brand-slider .slick-list {
    max-width: 100% !important;
}
.brand-slider .slick-slide {
	display: flex!important;
    justify-content: center!important;
	padding: 25px 5px!important;
	overflow: hidden!important;
}
.brand-slider .slick-track {
    padding: 0 !important;
	display: flex!important;
    align-items: center!important;
}
.brand-slider .slick-slider {
	margin-bottom: 0!important;
	padding: 0!important;
}
.brand-slider .slick-slider.max-width {
	width: 90%;
}
.brand-slider .slick-prev:before {
    font-weight: 600!important;
    font-family: 'Font Awesome 5 Free'!important;
    content: '\f053'!important;
}
.brand-slider .slick-next:before {
    font-weight: 600!important;
    font-family: 'Font Awesome 5 Free'!important;
    content: '\f054'!important;
	color: #000000!important;
}
.brand-slider .slick-prev:before, .slick-next:before {
	font-size: 23px!important;
    line-height: 1!important;
    color: rgb(0, 0, 0)!important;
}
.brand-slider .slick-prev, .slick-next {
	width: 32px!important;
	height: 32px!important;
}

/*=== ORDER-PARTS-ONLINE.HTM ===*/
.order-parts-online-page .sub-page-title {
    padding-bottom: 50px;
}
.order-parts-online-page .online-parts-container {
	display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 50px 0 25px;
	text-align: center;
}
.order-parts-online-page .online-parts-container > div {
	padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px 0 25px 0;
    font-size: 14px;
    background-color: #ffffff;
}
.order-parts-online-page .online-parts-container img {
	width: min-content;
    margin: auto;
	max-height: 60px;
	margin-bottom: 10px;
}

/*=== ABOUT.HTM ===*/
.about-page .category-icon-group {
    display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(2, 1fr);
	grid-template-areas:
		"service-repair service-repair"
		"1fr 1fr";
	padding: 10px 0 40px;
	gap: 15px;
}
.about-page .category-icon-group .card {
	padding: 20px;
    font-size: 14px;
	background-color: #303030;
	color: #ffffff;
	transition: .3s all ease;
}
.about-page .category-icon-group .card:hover {
	box-shadow: 0px 0px 10px 0px #000000;
	z-index: 99;
}
.about-page .category-icon-group > .card:last-of-type{
	border-radius: 0 0 25px 0;
}
.about-page .category-icon-group .card.service-repair {
	grid-area: service-repair;
	border-radius: 25px 0 0 0;
	background-color: #0C2C86;
}
.about-page .category-icon-group .card h3 {
	padding: 10px 0;
	text-align: center;
	color: #E3BD00;
}
.about-page .category-icon-group .card i {
    font-size: 36px;
}

/*=== MEET-THE-TEAM.HTM ===*/
.meet-the-team-page .staff-container {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.meet-the-team-page .staff-container .staff-card, .meet-the-team-page .group-image {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 25px 0 25px 0;
	font-size: 14px;
	background-color: #ffffff;
	overflow: hidden;
	display: flex;
    flex-direction: column;
}
.meet-the-team-page .staff-container .staff-card .name-plate{
	padding: 20px 15px;
	text-align: center;
}
.meet-the-team-page .staff-container .staff-card img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.meet-the-team-page .group-image img {
	aspect-ratio: 5/2;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

/*=== CONTACT.HTM ===*/
.contact-section-container {
	gap: 50px;
}

/*=== SPECITALS.HTM ===*/
.specials-page .specials-group {
	display: grid;
	grid-template-columns: repeat(3, 1fr);    
	gap: 25px;
    padding: 50px 0 50px;
    text-align: center;
}
.specials-page .specials-group .special-item {
	padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px 0 25px 0;
    font-size: 14px;
    background-color: #ffffff;
	align-items: center;
	text-align: center;
}
.specials-page .specials-group .special-item img {
	width: min-content;
    margin: auto;
    max-height: 60px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1250px)  {
	header.site-header .top-nav .new-holland-logo-container img {max-height: 30px;}
	header.site-header .top-nav .contact-header-container {gap: 18px;}
}
/*=== CONTACT-US.HTM ===*/
@media screen and (max-width: 1200px)  {
	.default-page .review-container {
		grid-template-columns: 1fr 1fr; 
	}
	.default-page .review-container .quote-container:last-child {
		position: relative;
   		left: calc(50% + 25px);
	}
	header.site-header .top-nav .header-search {
		display: none;
	}
	header.site-header .header-search {
		border: 1px solid #000000;
		font-family: 'Roboto', sans-serif;
		margin: 5px;
	}
	header.site-header .header-search input {
		color: #000000;
		font-size: 14px!important;
		font-weight: 500!important;
	}
	
}
@media screen and (max-width: 850px)  {
	/*=== HEADER ===*/
	header.site-header .top-nav .contact-header-container .desktop-only-header {
		display: none;
	}

	/*=== FOOTER ===*/
	footer.site-footer .footer-navigation{
		justify-content: space-between;
		flex-direction: column;
	}
	footer.site-footer .footer-text-container {
		gap: 50px;
	}
	footer.site-footer .logo-copyright-container {
		gap: 15px;
	}

	/*=== DEFAULT.HTM ===*/
	.default-page .quick-link-container {
		grid-template-areas:
			"tractorsColumn tractorsColumn constructionColumn constructionColumn"
			"trailersColumn trailersColumn hayForageColumn hayForageColumn"
			"lawnMowersColumn lawnMowersColumn lawnMowersColumn lawnMowersColumn"
			"allEquipmentColumn allEquipmentColumn allEquipmentColumn allEquipmentColumn"
			"allRentalsColumn allRentalsColumn allRentalsColumn allRentalsColumn";
	}
	.default-page .welcome-section {
		gap: 25px;
		flex-direction: column;
	}
	.default-page .welcome-text-container {
		padding: 2px 5vw 25px;
	}
	.default-page .welcome-text-container .button-group button {
		width: 100%;
	}
	.default-page .welcome-section .business-front {
		line-height: 0;
		margin: 0 5vw;
		padding-bottom: 75px;
	}
	.default-page .welcome-section .business-front img {
		max-width: 350px;
		height: 100%;
		max-width: 100%;
		width: 100%;
		max-height: 350px;
	}
	.default-page .review-container {
		grid-template-columns: 1fr; 
	}
	.default-page .review-container .quote-container:last-child {
		position: unset;
   		left: unset;
	}

	/*=== ORDER-PARTS-ONLINE.HTM ===*/
	.order-parts-online-page .online-parts-container {
		grid-template-columns: repeat(2, 1fr);
	}
	
	/*=== SPECITALS.HTM ===*/
	.specials-page .specials-group {
		grid-template-columns: repeat(2, 1fr);
	}

	/*=== ABOUT.HTM ===*/
	.about-page .category-icon-group {
		grid-template-columns: repeat(1, 1fr);
		grid-template-areas:
			"service-repair"
			"1fr"
			"1fr";
	}

	/*=== MEET-THE-TEAM.HTM ===*/
	.meet-the-team-page .staff-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 600px)  {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}

	/*=== HEADER ===*/
	header.site-header .top-nav .justify-between {
		justify-content: center;
	}
	header.site-header .logo-container .logo {
		border-right: 5px solid #E3BD00;
	}
	header.site-header .logo-container .header-decoration {
		display: none;
	}
	header.site-header .top-nav .contact-header-container {
		display: none;
	}
	
	header.site-header .logo-container .logo {max-width: 270px;}
	header.site-header .logo-container {width: 65%;}


	/*=== MEET-THE-TEAM.HTM ===*/
	.meet-the-team-page .staff-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 500px) {
	.hide-on-desktop {display: none;}
	.mobile-call-to {display: contents;}
	.mobile-call-to button {background: #e3bd00; font-family: 'Century Gothic', sans-serif; border: none; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; box-shadow: rgba(50, 50, 93, 0.25) 0px max(7px, 0.67708vw) max(14px, 1.40625vw) min(-3px, -0.26042vw), rgba(0, 0, 0, 0.3) 0px max(4px, 0.41667vw) max(8px, 0.83333vw) min(-4px, -0.41667vw); cursor: pointer; color: #0c4d8b; padding: 12px 0; width: 100%; font-weight: bold;}
	.mobile-call-to button:hover {color: #e3bd00; background: #0c4d8b; }
	.sub-page-image-container .sub-page-wide-image:last-child {
        display: none;
    }
    
    .sub-page-image-container .sub-page-wide-image:first-child {
        width: 100%;
    }
}

@media screen and (max-width: 475px)  {
	.button-group {
		gap: 10px;
	}

	/*=== FOOTER ===*/
	footer.site-footer .footer-text-container {
		gap: 25px;
	}
	footer.site-footer .footer-text-container {
		flex-direction: column;
	}
	footer.site-footer .logo-copyright-container {
		gap: unset;
	}

	/*=== ORDER-PARTS-ONLINE.HTM ===*/
	.order-parts-online-page .online-parts-container {
		grid-template-columns: repeat(1, 1fr);
	}
	
	/*=== MEET-THE-TEAM.HTM ===*/
	.meet-the-team-page .staff-container {
		grid-template-columns: repeat(1, 1fr);
	}
	
	/*=== SPECITALS.HTM ===*/
	.specials-page .specials-group {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 350px)  {
	/*=== HEADER ===*/
	

	/*=== DEFAULT.HTM ===*/
	.default-page .quick-link-container {
		grid-template-areas:
			"tractorsColumn tractorsColumn tractorsColumn tractorsColumn"
			"constructionColumn constructionColumn constructionColumn constructionColumn"
			"trailersColumn trailersColumn trailersColumn trailersColumn"
			"hayForageColumn hayForageColumn hayForageColumn hayForageColumn"
			"lawnMowersColumn lawnMowersColumn lawnMowersColumn lawnMowersColumn"
			"allEquipmentColumn allEquipmentColumn allEquipmentColumn allEquipmentColumn"
			"allRentalsColumn allRentalsColumn allRentalsColumn allRentalsColumn";
	}
	.default-page .quick-link-container .tractorsColumn {
		padding: 20px 10px 10px;
	}
	.default-page .quick-link-container .trailersColumn {
		padding: 10px;
	}
	.default-page .quick-link-container .hayForageColumn {
		padding: 10px;
	}
	.default-page .quick-link-container .lawnMowersColumn {
		padding: 10px 10px 20px;
	}
}