
/* ===========================================================
01.      Reset
02.      Body Styles
03.      Header Structure
04.      Typography
05.      Links / Buttons
06.      Site Structure
07.      Footer Structure
08.      Form Structurev
08.01   Form Base Styles
08.02   Captcha
09.02   Form Structure
09.      Classes
10.      Responsive Styles
=========================================================== */

@font-face {
  font-family: "Ranger";
  /* src: url('/fonts/Ranger.woff2') format('woff2'), url('/fonts/Ranger.woff') format('woff'); */
  src: url("/fonts/Ranger.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===========================================================
01. Reset
=========================================================== */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

h2.text-center.m-t-md {font-family: acumin-pro-condensed, sans-serif!important; font-size: 28px!important; margin-bottom: 25px!important; font-weight: 700!important; color: #a31d25!important;}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;

  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
  flex-shrink: 0;
}

/* ===========================================================
02. Body Styles
=========================================================== */

body {
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

/* ===========================================================
03. Header Structure
=========================================================== */

/* Header */

.mobile-nav-container,
#menu-button {
  display: none;
}

header {
  width: 100%;
  position: relative;
  z-index: 4;
  -webkit-box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.44);
  box-sizing: border-box !important;
}

.utility-bar {
  width: 100%;
  padding: 5px 0;
  background: #854531;
}

.utility-bar .wrapper {
  justify-content: flex-end;
}

.utility-bar .bttn-base {
  margin: 0 0 0 10px;
}

.header-bottom {
  width: 100%;
  background: #fff;
}

.header-bottom .wrapper {
  justify-content: space-between;
}

.header-logo {
  padding: 0 25px 0 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

.header-logo a {
  display: flex;
}

.header-logo img {
  max-width: 330px;
  margin-left: -10px;
}

.header-bottom-top {
  width: 100%;
  justify-content: space-between;
}

.header-bottom-lower {
  width: 100%;
}

.header-right-top {
  padding: 10px 15px 0 15px;
  justify-content: flex-end;
  align-items: center;
}

.header-right-top p {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #727272;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: right;
}

.header-right-top p span {
  font-weight: 800;
  color: #3b3b3b;
}

.header-right-top-one {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.header-right-top-two {
  padding-left: 15px;
  display: flex;
  align-items: flex-end;
}

.header-right-top-two img {
  max-width: 46px;
}

/* Header Search */

.header-search-icon a {
  position: relative;
  z-index: 1;
}

.header-search-icon i,
.header-search-icon svg {
  color: #fff;
  font-size: 25px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-search {
  display: flex;
  height: 100%;
}

.header-search input[type="text"],
.header-search ::placeholder {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  color: #999 !important;
  text-transform: uppercase;
}

.header-search input[type="text"] {
  background: #fcfcfc;
  border: none;
}

.header-search i,
.header-search svg {
  color: #fff;
  font-size: 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.initiallyHidden {
  display: none;
}

/* ===========================================================
04. Typography
=========================================================== */
h1#page-title,
h2,
h3,
.auction-heading,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1#page-title,
h2,
.auction-heading {
  font-family: "Ranger", acumin-pro, sans-serif !important;
  font-size: 42px !important;
  line-height: 40px !important;
  font-weight: normal !important;
  font-style: normal !important;
}

h1#page-title,
.auction-heading {
  color: #a31d25;
}

h2 {
  margin-bottom: 50px;
}

.categories-card-outer h2 {
	font-family: acumin-pro-extra-condensed, sans-serif !important;
    font-size: 24px!important;
    line-height: 1!important;
    letter-spacing: 0.7px!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    margin-bottom: 15px!important;
}

h3 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 30px;
}

.modal-body h3 {
  margin-bottom: 25px;
}

h4 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}

h5 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0.7px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

p {
  color: #555;
  font-weight: 200;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.small {
  font-size: 0.8em;
  color: #929292;
}

p b,
strong {
  font-weight: 600;
}

.bold {
  font-weight: 600;
  line-height: 24px;
}

.price {
  font-size: 20px !important;
  font-weight: 600 !important;
}

p.price {
  margin-bottom: 25px !important;
}

hr.m-b-md {
  margin-top: 50px;
}

/* ===========================================================
05. Links / Buttons
=========================================================== */

a {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-base {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 12px 50px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  white-space: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none !important;
  margin-bottom: 20px;
}

.bttn-brown {
  color: #fff !important;
  background: #592d22;
}

.bttn-brown:hover {
  background: #421e17;
}

.bttn-red {
  color: #fff !important;
  background: #a31d25;
}

.bttn-red:hover {
  background: #7a111b;
}

.bttn-brown i,
.bttn-red i .bttn-red svg,
.bttn-brown svg {
  color: #fff;
}

.bttn-white {
  color: #71401e;
  background: #fff;
}

.bttn-white:hover {
  background: #dddddd;
}

.bttn-base i,
.bttn-base svg {
  margin-right: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow i,
.bttn-arrow svg {
  margin: 0 0 0 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow:hover i,
.bttn-arrow:hover svg {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.body-link {
  font-weight: 700;
  color: #757575;
}

.body-link:hover {
  opacity: 0.7;
}

/* ===========================================================
06. Site Structure
=========================================================== */

.wrapper {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
}

.slide-content {
  position: relative;
  height: 600px;
}

.slide-content .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.slide-content .slide-logo {
  max-width: 200px;
  margin-left: -10px;
}

.hero-video-container iframe, .manufacturer iframe {
	width: 100%;
	height: 400px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 100%;
}

.hero-copy-heading {
  font-family: "Ranger", acumin-pro, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  line-height: 54px;
  color: #252525;
  margin-bottom: 15px;
}

.hero-copy-small {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #555;
  font-size: 19px;
  line-height: 24px;
  max-width: 400px;
}


.slide-wearparts {
  background: url("/siteart/hero/hero-wearparts-desktop.jpg") no-repeat left center;
  background-size: cover;
}
.slide-rogue {
  background: url("/siteart/hero/hero-rogue-desktop.jpg") no-repeat left center;
  background-size: cover;
}
.slide-easiload {
  background: url("/siteart/hero/hero-easiload-desktop.jpg") no-repeat left center;
  background-size: cover;
}
.slide-fuelpro {
  background: url("/siteart/hero/hero-fuelpro-desktop.jpg") no-repeat left center;
  background-size: cover;
}
.slide-westendorf {
  background: url("/siteart/hero/hero-westendorf-desktop.jpg") no-repeat left center;
  background-size: cover;
}
.slide-norden {
  background: url("/siteart/hero/hero-norden-desktop.jpg") no-repeat left center;
  background-size: cover;
}
.slide-bunning {
  background: url("/siteart/hero/hero-bunning-desktop.jpg") no-repeat left center;
  background-size: cover;
}

.slide-degelman {
  background: url("/siteart/hero/hero-degelman-desktop.jpg") no-repeat left center;
  background-size: cover;
}
.slide-ez-sweep {
  background: #e8e8e8;
  /*background: url("/siteart/hero/hero-ez-sweep-desktop.jpg") no-repeat left center;
  background-size: cover;*/
}
.slide-pearson{
	background: url("/siteart/hero/hero-pearson-desktop.jpg") no-repeat left center;
	background-size: cover;
}
.slide-forge{
	background: url("/siteart/hero/hero-forge-desktop.jpg") no-repeat left center;
	background-size: cover;
}

/* Popup Overlay */
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .popup-overlay.active {
            display: flex;
        }

        /* Popup Container */
        .popup-container {
            position: relative;
            background: white;
            border-radius: 8px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            max-width: 500px;
            width: 100%;
            overflow: hidden;
        }

        /* Close Button */
        .popup-close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 32px;
            height: 32px;
            background: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            font-size: 24px;
            font-weight: bold;
            color: #666;
            z-index: 10;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s;
        }

        .popup-close:hover {
            background-color: #f3f4f6;
        }

        /* Background Image Section */
        .popup-image {
            height: 250px;
            background-size: cover;
            background-position: center;
            background-color: #e5e7eb;
            position: relative;
        }

        .popup-image::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Content Section */
        .popup-content {
            padding: 30px;
            text-align: center;
        }

        .popup-title {
            font-size: 24px;
            font-weight: bold;
            color: #a31d25;
            margin-bottom: 20px;
        }

        .popup-text {
            color: #374151;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .popup-phone {
            color: #a31d25;
            font-weight: 600;
            text-decoration: none;
        }

        /* Click Here Button */
        .popup-button {
            width: 100%;
            padding: 14px 24px;
            background-color: #7a111b;
            color: white;
            font-size: 16px;
            font-weight: 600;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: background-color 0.3s;
        }

        .popup-button:hover {
            background-color: #5F0601;
        }
/* Categories */

.categories {
  padding: 0 5px;
}

.categories-card-outer {
  width: 20%;
  height: 350px;
  padding: 10px 5px;
}

.categories-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  position: relative;
  background-position: center center !important;
}

.categories-card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.categories-card-outer:hover .categories-card-overlay {
  opacity: 0;
}

.categories-card-outer.easiload .categories-card-inner {
  background: url("/siteart/category-easiload.jpg") no-repeat center center;
  background-color: black;
  background-size: cover;
}

.categories-card-outer.rogue .categories-card-inner {
  background: url("/siteart/category-rogue-tillage.jpg") no-repeat center center;
	background-color: black;
  background-size: cover;
}

.categories-card-outer.hay-forage .categories-card-inner {
  background: url("../siteart/category-hay-foragev2.jpg") no-repeat center center;
	background-color: black;
  background-size: cover;
}

.categories-card-outer.manure-handling .categories-card-inner {
  background: url("../siteart/category-manure-handlingv2.jpg") no-repeat center center;
	background-color: black;
  background-size: cover;
}

.categories-card-outer.material-handling .categories-card-inner {
  background: url("/siteart/category-material-handling.jpg") no-repeat center center;
	background-color: black;
  background-size: cover;
}

.categories-card-inner h4,
.categories-card-inner h2,
.categories-card-inner i,
.categories-card-inner svg {
  position: relative;
  z-index: 3;
}

.categories-card-inner h2,
.categories-card-inner h4 {
  color: #fff;
}

.categories-card-inner i,
.categories-card-inner svg {
  color: #e34127;
  font-size: 28px;
  margin: 0 auto;
}

/* GRAIN AND BUILDINGS PAGE */
       

        /* Hero Image */
        .chief-hero-image {
            width: 100%;
            background-color: #e5e7eb;
            background-size: contain;
            background-position: center;
            margin-bottom: 40px;
            border-radius: 8px;
        }

        /* Content Section */
        .chief-content-section {
            margin-bottom: 50px;
        }

        .chief-content-section h2 {
            font-size: 28px;
            color: #a31d25;
            margin-bottom: 20px;
            border-bottom: 3px solid #a31d25;
            padding-bottom: 10px;
        }

        .chief-content-section p {
            font-size: 16px;
            margin-bottom: 15px;
            color: #555;
        }

        /* Two Column Layout */
        .chief-two-column {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 50px;
        }

        .chief-column {
            background-color: #f8f9fa;
            padding: 30px;
            border-radius: 8px;
        }

        .chief-column h3 {
            font-size: 24px;
            color: #a31d25;
            margin-bottom: 15px;
        }

        .chief-column p {
            font-size: 15px;
            color: #555;
            margin-bottom: 15px;
        }

        .chief-column-image {
            width: 100%;
            background-color: #d1d5db;
            background-size: cover;
            background-position: center;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        /* Contact Section */
        .chief-contact-box {
            background-color: #a31d25;
            color: white;
            padding: 30px;
            text-align: center;
            margin-bottom: 50px;
        }

        .chief-contact-box h3 {
            font-size: 24px;
            margin-bottom: 15px;
			color: white!important;
        }



        .chief-contact-box p {
            font-size: 18px;
            margin-bottom: 0;
			color: white;
        }

        .chief-contact-box a {
            color: white;
            text-decoration: none;
            font-weight: bold;
        }

        .chief-contact-box a:hover {
            color: white;
        }

        

        
/* Welcome */

.welcome {
  background: url("/siteart/background-grey-01.jpg") no-repeat center bottom;
  background-size: cover;
}

.welcome .flex {
	align-items: center;
}

.welcome .col-1 {
  justify-content: space-between;
}

.welcome img {
  max-width: 50%;
}

.welcome video {
	width: 50%;
	aspect-ratio: 16 / 9;
	margin: 0 5%;
	background-color: #fff;
	border: 20px solid #fff;
	box-shadow: 0 12px 15px -10px #000;
}

/* Featured Product */

.featured {
  background: url("/siteart/background-red-01.jpg") no-repeat center bottom;
	background-color: black;
  background-size: cover;
  position: relative;
}

.featured-logo {
  background: #fff;
  max-width: 200px;
  padding: 15px 25px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.55);
}

.featured .wrapper {
  align-items: center;
  justify-content: space-between;
}

.featured-image {
  max-width: 60%;
}

/* Brands */

.brands-outer {
  width: 94%;
  margin: 0 auto;
}

.brand {
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand img {
  width: 80%;
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.brand:hover img {
  opacity: 1;
  filter: none;
  -webkit-filter: none;
}

/* Categories Large */

.categories-large {
  padding: 0 5px;
}

.categories-large .categories-card-outer {
  width: 50%;
  height: 350px;
  padding: 10px 5px;
}

.categories-card-inner.used-farm {
  background: url("/siteart/categories-used-farm-kuhns.jpg") no-repeat center center;
  background-color: black;
  background-size: cover;
}

.categories-card-inner.aerway {
  background: url("/siteart/categories-aerway.jpg") no-repeat center center;
  background-size: cover;
	background-color: black;
}

/* Internal Pages */

.internal {
  background-color: #f5f5f5;
  background-image: url("/siteart/background-grey-bottom-02.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.internal-heading h2 {
  margin-bottom: 0;
}

.internal h3 {
  color: #a31d25;
}

.internal-list {
  margin: 35px 0 50px 0;
}

ol.internal-list {
  list-style-type: none;
}

.internal-list li {
  padding: 10px;
  color: #555;
  font-weight: 200;
  font-size: 17px;
}

.list-two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
}

.internal-list li:nth-of-type(odd) {
  background: #e8e8e8;
}

.internal .logo {
  max-width: 250px;
  margin-bottom: 25px;
}

.text-center .logo-livestock {display: inline-block; padding: 25px 45px; vertical-align: middle;  border:1px solid #fff; margin: 5px 5px; transition: .5s ease; max-width: 280px; width: 100%}
.text-center .logo-livestock:hover {background: #fff;}
.wrapper-md {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.flex-white {
  background: rgba(255, 255, 255, 0.8);
  padding: 25px;
  margin-bottom: 50px;
  align-items: center;
}

.flex-white img {
  max-width: 40%;
}

.flex-white .logo {
  margin-bottom: 0;
}

.flex-white p {
  margin-bottom: 0;
}

.states-represented {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 20px;
}

.state {
  background: #727272;
  padding: 2px;
  margin: 5px;
  align-items: center;
  height: 50px;
}

.state .outline {
  background: #fff;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  height: 100%;
}

.state img {
  width: 40px;
}

.state p {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fff;
  margin-bottom: 0;
  padding-right: 25px;
}

.state-info {
  background: rgba(255, 255, 255, 0.7);
  padding: 25px;
  text-align: center;
}

.cta-01 {
  display: flex;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/siteart/background-red-01.jpg") no-repeat center bottom;
  background-size: cover;
  margin: 50px 0;
  -webkit-box-shadow: 0px 6px 18px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 18px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 18px -7px rgba(0, 0, 0, 0.75);
}

.cta-01 h4 {
  margin-bottom: 15px;
  color: #fff;
  max-width: 100%;
}

.cta-01 .bttn-base {
  margin-bottom: 0;
}

.internal .slick-dots li button:before {
  color: #a31d25;
  opacity: 1;
}

.internal .slick-dots li.slick-active button:before {
  color: #770e18;
  opacity: 1;
}

.bttn-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.bttn-container a {
  margin: 5px;
}

.internal .col-1.flex {
  margin-bottom: 50px;
  justify-content: center;
}

.internal .col-1.flex .flex-column {
  flex-direction: column;
}

.m-t-auto {
  margin-top: auto;
}

.internal-img {
  margin-bottom: 25px;
}

.product-hero-heading {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

.image-container img {
  max-width: 48%;
}

.lightbox-container {
  justify-content: center !important;
  flex-wrap: wrap;
}

.lightbox-container a {
  width: 25%;
  margin: 15px;
}

.internal-table {
  border-bottom: 1px solid #ededed;
  color: #666;
  font-size: 12px !important;
  font-size: 1.2rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.internal-table td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 10px;
}

figcaption {
  font-size: 12px !important;
}

.image-container.image-3 img,
.image-container.image-3-figure figure {
  width: 31%;
}

.image-container.image-2-figure figure {
  width: 48%;
}

.image-container figure img {
  max-width: 100% !important;
}

.image-container iframe {
  width: 48%;
}

.img-border {
  border: 6px solid #efefef;
}

.img-border-dark {
  border: 6px solid #d1d1d1;
}

/* Equipment Cards */

.equipment .categories-card-outer {
  width: 33.33%;
  height: 200px;
  padding: 10px;
}

.landscape .categories-card-outer {
  width: 33.33%;
  height: 200px;
  padding: 10px;
}

.equipment .categories-card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.64);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.equipment .categories-card-inner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 10px;
  align-items: stretch !important;
}

.equipment .categories-card-outer:hover .categories-card-overlay {
  opacity: 0.5;
}

.equipment .categories-card-inner svg {
  font-size: 20px;
}

/* About */

.about-container {
  background: #a31d25;
  padding: 50px;
  mix-blend-mode: multiply;
}

/* Contact */

.internal-sidebar {
  background: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.contact-link {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.internal-sidebar h4 {
  margin-bottom: 25px;
}

.internal-sidebar .contact-link {
  display: flex;
  align-items: center;
}

.contact-link svg {
  margin-right: 10px;
  width: 20px !important;
}

.internal-sidebar .bttn-base {
  margin: auto 0 0 0;
}

.internal-sidebar i {margin-right: 10px;}

.contact-form-container {
  background: #a31d25;
  padding: 25px;
}

/* Areas Served */

.collapse-item {
  width: 100%;
  -webkit-box-shadow: 0px 6px 18px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 6px 18px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 6px 18px -7px rgba(0, 0, 0, 0.35);
}

.expand-collapse {
  background: #fff;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.expand-collapse.active {
  background: #dbdbdb;
}

.expand-collapse h2 {
  color: #666666;
  margin-bottom: 0;
  font-size: 24px!important;
  font-family: acumin-pro-condensed, sans-serif!important;
  font-weight: 600!important;
}

.expand-collapse i,
.expand-collapse svg {
  color: #a31d25;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.read-more-container {
  background: #edefef;
  text-align: center;
  padding: 30px 60px;
}

.read-more-container .body {
  color: #9e9d9d;
  text-align: center;
  font-weight: 300;
}



/* Video */

.video-container iframe {
  width: 50%;
  padding: 10px;
}

/* Gallagher CTA */

.cta-gallagher {
  background: url("/siteart/background-cta-gallagher.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.cta-gallagher h2 {
  margin-bottom: 2px;
}

.gallagher-logo {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 160px;
}

/* Home Modal */

#homeModal .modal-body {
  background: #f5f5f5;
}

/* Noui Slider Start */

#searchbar-form .column4 {
  width: 100%;
  margin-right: 20px;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  height: 70px;
  display: flex;
  align-items: center;
}

.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 10px;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
  position: absolute;
}

.noUi-horizontal {
  height: 12px;
  z-index: 0;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 21px;
  left: -13px;
  top: -6px;
}

.noUi-horizontal .noUi-handle-upper {
  top: -5px;
}

.noUi-background {
  background: #ccc;
}

.noUi-connect {
  background: #854531 !important;
  border: 1px #854531 solid;
}

.noUi-target {
  width: calc(75% - 15px);
  margin: 15px auto;
}

.noUi-handle {
  position: relative;
  background: #d4d3d3 !important;
  border: 1px solid #777 !important;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #777 !important;
  left: 10px;
  top: 3px;
}

.noUi-handle:after {
  left: 12px;
}

.noUi-pips-horizontal {
  padding: 5px 0;
  height: 10px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-marker-horizontal.noUi-marker {
  margin-top: 5px;
  margin-left: -1px;
  width: 1px;
  height: 5px;
  background: rgb(204, 204, 204);
}

.example-val {
  color: #777;
  font-family: tablet-gothic-condensed, sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 0;
}

.example-val span {
  font-weight: 400;
  font-size: 12px;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

/* ===========================================================
07. Footer Structure
=========================================================== */

footer {
  background: #f5f5f5;
}

footer .wrapper {
  justify-content: space-between;
}

.footer-logo img {
  max-width: 250px;
}

.footer-nav li,
.footer-nav li a,
.footer-link {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #3b3b3b;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  /* line-height: 35px; */
  margin-bottom: 15px;
}

footer a:hover {
  opacity: 0.6;
}

.footer-link {
  line-height: 24px;
}

.footer-left,
.footer-right {
  width: 40%;
}

.footer-left h2,
.footer-right h2{
  font-family: acumin-pro-condensed, sans-serif!important;
  font-weight: 700!important;
  font-size: 20px!important;
  margin-bottom: 15px!important;
}

.footer-left-one {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-social-container li {
  padding: 5px 5px 5px 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #727272;
  margin-bottom: 0;
}

.footer-social-container {
  margin-top: 20px;
}

.footer-social-container a {
  width: 110px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-social-container li:hover i,
.footer-social-container li:hover svg {
  color: #f5f5f5;
}

.footer-social-container li:hover {
  border: 2px solid #727272;
  background: #727272;
}

.footer-social-container li a i,
.footer-social-container li a svg {
  color: #727272;
  font-size: 22px;
  line-height: 39px;
}

footer .bttn-base {
  margin-top:9px;
}

.footer-right,
.footer-left {
  justify-content: space-between;
}

.footer-nav ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.footer-nav li a {
  display: block;
}



/* ===========================================================
08. Form Structure
=========================================================== */

/* 08.01. Form Base Styles
=========================================================== */

::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

#formpage {
  position: relative;
  z-index: 3;
  width: 100%;
}

#formpage label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777;
  margin-bottom: 20px;
  text-align: left;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage input[type="date"],
#formpage input[type="time"],
#formpage select,
#formpage textarea {
  background: #fff;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  color: #777;
  font-size: 14px !important;
  box-sizing: border-box;
  height: 50px;
}

.align-bottom {
  align-items: flex-end;
}

.align-bottom .margin-right,
.align-bottom input[type="text"] {
  width: 50% !important;
}

.form-flex {
  display: flex;
}

#formpage .small {
  margin-bottom: 25px;
}

.form-flex input {
  width: 50%;
}

#formpage textarea {
  height: 300px;
}

select option {
  color: #777;
  font-size: 14px !important;
}

.form-continue {
  width: 100%;
  text-align: center;
}

#green-btn {
  margin: 20px auto !important;
}

.contact-half {
  width: 50%;
}

.contact-half-one {
  width: 49%;
}

/* 08.02. Captcha
=========================================================== */
#formpage input#CaptchaAnswer {
  background: #fff;
  border: none;
  padding: 15px;
  margin-bottom: 20px;
  color: #777;
  font-size: 14px !important;
  box-sizing: border-box;
  height: 50px;
}

.CaptchaImagePanel {
  margin-top: 10px;
  padding: 0 0 0 0;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: inherit;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/* 08.03. Form Structure
=========================================================== */

/* ===========================================================
09. Classes
=========================================================== */

.margin-right {
  margin-right: 20px;
}

.text-center {
  text-align: center;
}

.margin-right-md {
  margin-right: 40px;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding>.column {
  padding: 0;
}

.row.row-wrap {
  flex-wrap: wrap;
}

.row.row-top {
  align-items: flex-start;
}

.row.row-bottom {
  align-items: flex-end;
}

.row.row-center {
  align-items: center;
}

.row.row-stretch {
  align-items: stretch;
}

.row.row-baseline {
  align-items: baseline;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: calc(100% / 6);
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.pd-sm {
  padding: 25px 0;
}

.pd-md {
  padding: 30px 0;
}

.pd-lg {
  padding: 50px 0;
}

.pd-t-lg {
  padding-top: 100px;
}

.pd-t-md {
  padding-top: 50px;
}

.pd-b-lg {
  padding-bottom: 100px;
}

.pd-b-xl {
  padding-bottom: 10px;
}

.pd-b-md {
  padding-bottom: 50px;
}

.pd-b-sm {
  padding-bottom: 20px;
}

.m-t-sm {
  margin-top: 20px;
}

.m-t-md {
  margin-top: 50px;
}

.m-b-md {
  margin-bottom: 50px;
}

.m-b-sm {
  margin-bottom: 20px;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.m-r-md {
  margin-right: 50px;
}

.m-r-sm {
  margin-right: 20px;
}

.pd-r-md {
  padding-right: 50px;
}

.pd-all-md {
  padding: 50px;
}

.bg-white {
  background: #fff;
}

.grey-bg {
  background: #e8e8e8;
}

.red {
  color: #a31d25;
}

.dark-grey {
  color: #1c1c1a !important;
}

.white {
  color: #fff;
}

.grey {
  color: #727272;
}

/* ===========================================================
10. Responsive Styles
=========================================================== */

@media only screen and (max-width: 1600px) {
  header .wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 1400px) {
  .header-logo img {
    max-width: 300px;
  }

  .header-right-top p {
    font-size: 16px;
  }

  .header-search i,
  .header-search svg {
    font-size: 19px;
  }

  .featured-image {
    max-width: 50%;
  }
.text-center .logo-livestock { max-width: 250px; width: 100%}	
}

@media only screen and (max-width: 1300px) {
  .wrapper {
    width: 90%;
  }

  .slide-rogue {
    background: url(/siteart/hero/hero-rogue-desktop.jpg) no-repeat -80px center;
    background-size: cover;
  }
  .slide-easiload {
    background: url(/siteart/hero/hero-easiload-desktop.jpg) no-repeat -80px center;
    background-size: cover;
  }
  .slide-fuelpro {
    background: url(/siteart/hero/hero-fuelpro-desktop.jpg) no-repeat -80px center;
    background-size: cover;
  }
  .slide-westendorf {
    background: url(/siteart/hero/hero-westendorf-desktop.jpg) no-repeat -80px center;
    background-size: cover;
  }
  .slide-norden {
    background: url(/siteart/hero/hero-norden-desktop.jpg) no-repeat -80px center;
    background-size: cover;
  }
  .slide-bunning {
    background: url("/siteart/hero/hero-bunning-desktop.jpg") no-repeat -80px center;
    background-size: cover;
  }
	
	.slide-degelman {
    background: url("/siteart/hero/hero-degelman-desktop.jpg") no-repeat -80px center;
    background-size: cover;
  }

  .wrapper-md {
    width: 90%;
  }
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1150px) {}

@media only screen and (max-width: 1100px) {
  .footer-right img {
    max-width: 110px;
  }

  .footer-logo img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 1078px) {
  .flex-white {
    flex-direction: column;
  }

  .flex-white img {
    padding-right: 0;
    padding-bottom: 25px;
  }

  .flex-white img {
    max-width: 100%;
  }

  .header-logo img {
    max-width: 220px;
    padding: 10px 0;
    margin-left: 15px;
  }

  .header-bottom .wrapper {
    align-items: center;
    width: 100%;
  }

  /* Mobile Header Start */
  .hide-mobile,
  .utility-bar,
  .header-right-top,
  .header-bottom-lower {
    display: none !important;
  }

  .mobile-header {
    display: block;
  }

  .mobile-nav-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu-nav-icon {
    background: #b22021;
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 100%;
    padding: 0 !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .mobile-menu-nav-icon:hover {
    background: #93141a !important;
  }

  .mobile-menu-nav-icon i,
  .mobile-menu-nav-icon svg {
    font-size: 30px !important;
    color: #fff !important;
  }

  .mobile-menu-nav-icon:hover .search-icon-overlay {
    opacity: 0.5;
    left: -20px;
  }

  .nav-icon {
    padding: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 80px;
  }

  .nav-bar-rule {
    background: #f6f6f6;
    height: 100%;
    width: 0.75px;
  }

  .nav-icon a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-icon:last-of-type {
    padding-right: 0 !important;
  }

  .nav-icon i,
  .nav-icon svg {
    font-size: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #a31d25;
  }

  .nav-icon:hover {
    background: #f1f1f1;
  }
}

@media only screen and (max-width: 1000px) {

  /* Mobile Header End */
  footer .wrapper {
    flex-direction: column-reverse;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-right {
    margin-bottom: 50px;
  }

  .footer-left {
    flex-direction: row-reverse;
  }

  .footer-left-one {
    padding-right: 0;
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
  }

  .footer-right img {
    max-width: initial;
  }

  .footer-logo img {
    max-width: 250px;
  }

  .search-outer-container {
    padding: 25px;
  }
}

@media only screen and (max-width: 950px) {}

@media only screen and (max-width: 900px) {
  .header-logo img {
    max-width: 180px;
  }

  .categories {
    flex-wrap: wrap;
  }

  .categories-card-outer,
  .categories-large .categories-card-outer {
    padding: 5px;
    height: 260px;
  }

  .categories-card-outer.easiload,
  .categories-card-outer.wearparts
  .categories-card-outer.rogue,
  .categories-card-outer.hay-forage {
    width: 33.33%;
  }

  .video-container iframe {
    width: 100%;
  }

  .categories-card-outer.manure-handling,
  .categories-card-outer.material-handling {
    width: 50%;
  }

  .welcome {
    padding-bottom: 150px;
  }

  .welcome .col-1 {
    flex-direction: column-reverse;
  }

  .welcome .col-6 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .welcome img {
    max-width: 80%;
    padding-right: 0;
  }
	
	.welcome video {
		width: 80%;
		margin: 0;
	}

  .featured {
    padding: 50px 0;
  }

  .featured .wrapper {
    flex-direction: column-reverse;
  }

  .featured h2 {
    text-align: center;
  }

  .featured .col-6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 0;
  }

  .featured-image {
    max-width: 70%;
  }

  .brands-outer {
    width: 85%;
  }

  /* Internal */
  .internal .col-1.flex {
    flex-direction: column;
  }

  .list-two-col {
    columns: 1;
  }

  .image-container {
    flex-direction: column;
  }

  .image-container img {
    max-width: 100%;
  }

  .image-container img:first-of-type {
    margin-bottom: 25px;
  }

  .image-container.image-3 img,
  .image-container.image-3-figure figure,
  .image-container.image-2-figure figure {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-container figure img {
    max-width: 100%;
  }

  .image-container.image-3 img:first-of-type,
  .image-container.image-3-figure img:first-of-type {
    margin-bottom: 10px;
  }

  .pd-r-md {
    padding-right: 0;
  }

  img.pd-r-md,
  img.m-r-md {
    margin-bottom: 25px;
  }

  img.col-6 {
    width: 100%;
  }

  .image-container iframe {
    width: 100%;
    margin-bottom: 25px;
  }

  .m-r-md,
  .m-r-sm {
    margin-right: 0;
  }

  .lightbox-container {
    flex-direction: row !important;
    justify-content: center;
  }

  .lightbox-container a {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .col-1 .col-9 {
    width: 100%;
  }

  .price {
    margin-bottom: 25px;
    display: block;
  }

  figcaption.m-t-sm {
    margin-top: 15px;
  }

  figure.col-3 {
    width: 100%;
  }

  img.col-3 {
    width: 100%;
  }

  .equipment-container {
    flex-direction: row !important;
  }

  .col-1 div[class^="col-"] {
    width: 100%;
  }

  .internal-sidebar {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 880px) {

  #formpage input[type="text"],
  #formpage input[type="email"],
  #formpage input[type="phone"],
  #formpage input[type="date"],
  #formpage input[type="time"],
  #formpage select,
  #formpage textarea {
    width: 100%;
  }

  .margin-right {
    margin-right: 0;
  }

  .contact-half,
  .contact-half-one {
    width: 100%;
  }

  .form-flex {
    flex-direction: column;
  }

  .select-last {
    margin-left: -5px;
  }

  .contact textarea {
    width: 100% !important;
  }

  .contact #formpage input[type="text"],
  .contact #formpage input[type="email"],
  .contact #formpage input[type="phone"],
  .contact #formpage select,
  .contact #formpage textarea {
    width: 100% !important;
  }

  .contact .margin-right {
    margin-right: 0;
  }

  .contact .form-flex {
    flex-wrap: wrap;
  }

  .slide-rogue {
    background: url(/siteart/hero/hero-rogue-desktop.jpg) no-repeat -150px center;
    background-size: cover;
  }
  .slide-easiload {
    background: url(/siteart/hero/hero-easiload-desktop.jpg) no-repeat -150px center;
    background-size: cover;
  }
  .slide-fuelpro {
    background: url(/siteart/hero/hero-fuelpro-desktop.jpg) no-repeat -150px center;
    background-size: cover;
  }
  .slide-westendorf {
    background: url(/siteart/hero/hero-westendorf-desktop.jpg) no-repeat -150px center;
    background-size: cover;
  }
  .slide-norden {
    background: url(/siteart/hero/hero-norden-desktop.jpg) no-repeat -150px center;
    background-size: cover;
  }
  .slide-bunning {
    background: url("/siteart/hero/hero-bunning-desktop.jpg") no-repeat -150px center;
    background-size: cover;
  }
	
	.slide-degelman {
    background: url("/siteart/hero/hero-degelman-desktop.jpg") no-repeat -150px center;
    background-size: cover;
  }
}

@media only screen and (max-width: 786px) {
  .header-search input[type="text"] {
    font-size: 15px !important;
  }

  .header-search ::placeholder {
    font-size: 15px !important;
  }
	.chief-page-header h1 {
                font-size: 28px;
            }


            .chief-two-column {
                grid-template-columns: 1fr;
            }

            .chief-brands-grid {
                grid-template-columns: 1fr;
            }
	
.slide-wearparts {
    background: url("/siteart/hero/hero-wearparts-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
	
  .slide-rogue {
    background: url(/siteart/hero/hero-rogue-mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  .slide-easiload {
    background: url(/siteart/hero/hero-easiload-mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  .slide-fuelpro {
    background: url(/siteart/hero/hero-fuelpro-mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  .slide-westendorf {
    background: url(/siteart/hero/hero-westendorf-mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  .slide-norden {
    background: url(/siteart/hero/hero-norden-mobile.jpg) no-repeat center center;
    background-size: cover;
  }
  .slide-bunning {
    background: url("/siteart/hero/hero-bunning-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
  .slide-ez-sweep {
    background: url("/siteart/hero/hero-ez-sweep-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
	
	.slide-degelman {
    background: url("/siteart/hero/hero-degelman-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
	
	.slide-pearson {
    background: url("/siteart/hero/hero-pearson-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
	
	.slide-forge {
    background: url("/siteart/hero/hero-forge-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
	
  .slide-ez-sweep .col-6 {width: 100%;}

  .slide-ez-sweep .hero-video-container {display: none;}

  .hero-copy-small {
    font-weight: 400;
    color: #383838;
    font-size: 18px;
    line-height: 22px;
    max-width: inherit;
  }

  h3 {
    font-size: 26px;
    line-height: 26px;
  }

  h4 {
    font-size: 23px;
    line-height: 23px;
  }

  .read-more-container {
    padding: 20px;
  }

  .internal-sidebar .contact-link {
    font-size: 14px;
  }

  .internal-sidebar .contact-link i {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 700px) {
  .slide-content .wrapper {
    justify-content: center;
    text-align: center;
  }

  .hero-copy-container {
    display: flex;
    flex-direction: column;
  }
	
  .manufacturer iframe {
	width: 100%;
	height: 315px;
  }

  .categories-card-outer.easiload,
  .categories-card-outer.rogue,
  .categories-card-outer.wearparts
  .categories-card-outer.hay-forage,
  .categories-card-outer.manure-handling {
    width: 50%;
  }

  .categories-card-outer.material-handling {
    width: 100% !important;
  }
	
  h1#page-title,
  h2,
  .auction-heading {
    font-size: 33px !important;
    line-height: 33px !important;
    margin-bottom: 40px;
  }

  .gallagher-logo {
    width: 100px;
  }
}

@media only screen and (max-width: 650px) {
  .hero-copy-heading {
    font-size: 50px;
    line-height: 42px;
  }

  .read-more-container {
    text-align: left;
  }

  .internal-list li,
  p,
  .bold {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {

  .nav-icon i,
  .nav-icon svg {
    font-size: 22px;
  }

  .mobile-menu-nav-icon i,
  .mobile-menu-nav-icon svg {
    font-size: 24px !important;
  }
	
  .categories-card-outer h2, .expand-collapse h2 {font-size: 20px!important;}
	
  h2.text-center.m-t-md {font-size: 24px!important;}

  .bttn-base {
    width: 100%;
    max-width: inherit;
  }

  .bttn-container a {
    margin: 0 0 10px 0;
  }

  .header-logo img {
    max-width: 150px;
  }

  .welcome img,
  .featured-image {
    max-width: 90%;
  }
	
	.welcome video {
		width: 90%;
	}

  .footer-left,
  .footer-right {
    flex-direction: column-reverse;
  }

  .footer-right img {
    margin-bottom: 25px;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-right h4 {
    text-align: center;
  }

  .footer-right-one {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-nav ul {
    column-gap: 25px;
  }

  .slick-prev,
  .slick-next {
    width: 30px;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
  h1#page-title,
  h2,
  .auction-heading {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .state p {
    font-size: 15px;
  }
  

  .equipment .categories-card-outer {
    width: 50%;
  }

  .landscape .categories-card-outer {
    width: 50%;
  }

  .cta-01 {
    text-align: center;
  }

  .gallagher-logo {
    width: 75px;
  }
	
  nav.footer-nav {text-align: center;}
}

@media only screen and (max-width: 550px) {
  .nav-icon {
    width: 55px;
  }

  .hero-copy-heading {
    font-size: 43px;
    line-height: 41px;
  }

  .state {
    width: 100%;
  }

  h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  h4 {
    font-size: 19px;
    line-height: 19px;
  }

  .header-logo img {
    max-width: 110px;
  }
	
  .manufacturer iframe {
	width: 100%;
	height: 300px;
  }
}