﻿font-family: "Barlow", sans-serif;/*===================== 
	Color information
	
	-
	-
	- red #ed1e24
	- grey #cdd6de
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: "Barlow", sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 

.show-desktop {
    display: block!important;
}
.show-mobile {
    display: none!important;
}


	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-size: 30px;
        font-weight: 700;
}
	h2 {
        font-size: 28px;
        font-weight: 700;
}
	h3 {
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-size: 17px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}
.text-center {
    text-align: center;
}


/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

.red-btn-1 {
    display: block;
    padding:15px;
    box-sizing: border-box;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size:20px;
    font-weight:600;
    color:#fff!important;
    background:#ed1e24;
    transition: .2s ease-in;
    outline:none;
    border:0px;
    cursor: pointer;
}
.red-btn-1 span {
    font-weight: 300;
}
.red-btn-1:hover {
    background:#cdd6de;
    color:#000!important;
}
.black-btn-1 {
    display: block;
    padding:15px;
    box-sizing: border-box;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size:20px;
    font-weight:600;
    color:#fff!important;
    background:#000;
    transition: .2s ease-in;
    outline:none;
    border:0px;
    cursor: pointer;
}
.black-btn-1 span {
    font-weight: 300;
}
.black-btn-1:hover {
    background:#cdd6de;
    color:#000!important;
}
.text-link-1 {
    display: inline-block;
    font-weight: 600;
    color:#ed1e24!important;
    transition: .2s ease-in;
}
.text-link-1:hover {
    color:#000!important;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	}
.head-top-1 {
    width: 100%;
    background:#ed1e24;
}
.head-top-1 .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.head-loc ul {
    display: flex;
    padding:0;
    margin:0;
    list-style: none;
    gap:20px;
}
.head-loc ul.mobile-show {
    display: none;
}
.head-loc ul li {
    padding:0;
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#fff;
    font-family: "Barlow", sans-serif;
}
.head-loc ul li a {
    transition: .2s ease-in;
    font-weight:300;
    color:#fff;
    display: block;
}
.head-loc ul li a:hover {
    color:#cdd6de;
}
.head-loc ul.mobile-show li a {
    padding:5px;
}
.head-loc ul ul {
    display: none;
    position: absolute;
    z-index: 1;
    width: auto;
    background:#000;
}
.head-loc ul ul li {
    display: block;
}
.head-loc ul ul li a {
    padding:10px!important;
    box-sizing: border-box;
}
.head-connect {
    display: flex;
    gap:15px;
}
.head-connect {
    padding:0;
    margin: 0;
}
.head-connect li {
    padding:0;
    margin:0;
    position: relative;
    list-style: none;
}
.head-connect li a {
    transition: .2s ease-in;
    font-weight:300;
    color:#fff!important;
    display: block;
    font-size:18px;
    padding:5px;
}
.head-connect li a:hover {
    color:#cdd6de!important;
	cursor: pointer;
}
.head-connect ul {
    padding:0;
    margin:0;
    display: none;
    position: absolute;
    z-index: 1;
    width: auto;
    background:#000;
    right:0;
}
.head-connect ul li {
    padding:10px;
}
.head-connect ul li a {
    padding:10px;
    box-sizing: border-box;
    white-space: nowrap;
}

header {
	width:100%;
	}
header .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:40px;
    padding:30px 20px;
}
.head-logo-1 {
    display: flex;
    gap:20px;
	width: 40%;
}
.head-logo-1 img {
    width:48%;
    max-width: 100%;
	height: auto;
	display: block;
}

.head-brand-logo-1 {
    display: flex;
    align-items: center;
    gap:20px;
}
.head-brand-logo-1 img {
    width:100%;
    max-width: 140px;
    display: block;
    margin:0 auto;
}
.top-nav {
    display: flex;
    position: relative;
}
.head-search {
    width:calc(50% - 350px);
}
.head-search form {
    width: 100%;
    display: flex;
    height: 100%;
}
.head-search form input {
    font-family: "Barlow", sans-serif;
    width:100%!important;
    background: #fff;
    border:1px solid #cdd6de!important;
    line-height: normal!important;
    box-sizing: border-box;
    padding:20px 25px!important;
    outline:0;
    font-size: 17px!important;
    font-weight: 300!important;
    border-radius: 0px!important;
    height: auto!important;
}
.head-search form button {
    font-size: 30px;
    color:#fff;
    padding:10px 20px;
    background:#ed1e24;
    transition: .2s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    border:0px;
    outline:none;
    cursor: pointer;
}
.head-search form button:hover {
    background:#000;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;} 

nav.primary {
	padding:0;
	display:flex;
    justify-content: flex-end;
	margin:0;
	position:relative;
    width:calc(50% + 350px);
    background:#cdd6de;
	}
	nav.primary > ul {
        max-width: 1080px;
        width:100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
		}
    nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
            transition: .2s ease-in;
			}
			nav.primary ul li a {
                font-family: "Barlow", sans-serif;
				color: #000;
				font-size: 17px;
				text-decoration: none;
				padding: 20px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 600;
				}	
			nav.primary ul li a:hover {
				background: #000;
				color:#fff;
				cursor: pointer;
				}
            nav.primary ul li:hover a {
				background: #000;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
                text-align: left;
                padding:10px 20px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
                color: #cdd6de;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: auto;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
    position: relative;
    width:100%;
}

.hero-slider {
    width:100%;
    height: 36vw;
    max-height: calc(100vh - 500px);
    min-height: 450px;
    overflow: hidden;
}
.hero-slider img {
    width:100%;
    height: 36vw;
    max-height: calc(100vh - 500px);
    min-height: 450px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 38.35%,rgba(0,0,0,0.45) 61.66%,rgba(0,0,0,0.75) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 38.35%,rgba(0,0,0,0.45) 61.66%,rgba(0,0,0,0.75) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 38.35%,rgba(0,0,0,0.45) 61.66%,rgba(0,0,0,0.75) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 38.35%,rgba(0,0,0,0.45) 61.66%,rgba(0,0,0,0.75) 100%);
    display: flex;
    align-items: center;
	z-index: 1;
}
.hero-overlay .container-1 { 
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.swiper {
	width: 100%;
	height: 600px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overlay-text {
    display: flex;
    flex-wrap: wrap;
    gap:30px 10px;
    width:100%;
    max-width: 485px;
}
.overlay-text h1 {
    width:100%;
    font-family: "Barlow", sans-serif;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
    font-size:69px;
    font-weight: 800;
    text-align: center;
    color:#fff;
}
.overlay-text h1 span {
    font-size:31px;
    font-weight: 500;
    display: block;
}
.overlay-text a {
    flex-grow: 1;
}
.wrap-cta {
    width: 100%;
    position: relative;
    z-index: 1;
    top: -68px;
}
.wrap-cta .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap:35px 0;
}
.wrap-cta .container-1 form {
    width:39%;
    padding:20px;
    background: #000;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap:25px 0;
}
.wrap-cta .container-1 form h2 {
    font-family: "Barlow", sans-serif;
    font-size: 38px;
    font-weight: 600; 
    color:#fff;
}
.wrap-cta .container-1 form input{

   width:100%;
    background:#fff;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    border-radius: 0px!important;
    color:#000;
}

.wrap-cta .container-1 form select {
        -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
   width:100%;
    background:#fff;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
}
.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    padding-right:4px;
    box-sizing: border-box;
}


.wrap-cta .container-1 form button {
    width:100%;
    background:#ed1e24;
    border:0px;
    outline:none;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    padding:8px 15px;
    color:#fff;
    box-sizing: border-box;
    transition: .2s ease-in;
    cursor: pointer;
}
.wrap-cta .container-1 form button:hover {
    background:#cdd6de;
    color:#000;
}
.wrap-cta .container-1 a {
    width:19%;
    position: relative;
}
.wrap-cta .container-1 a img {
    width:100%;
    height: auto;
    display: block;
}
.wrap-cta .container-1 a p {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding:5px;
    box-sizing:border-box;
    height: 100%;
    width: 100%;
    left:0;
    top:0;
    background:rgba(0,0,0,0.5);
    font-family: "Barlow", sans-serif;
    font-size:28px;
    font-weight:600;
    color:#fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
    transition: .2s ease-in;
}
.wrap-cta .container-1 a:hover p {
   background:rgba(0,0,0,0.75);
    color:#ed1e24;
}

.wrap-featured {
    width:100%;
    position: relative;
    margin:80px auto;
    padding:40px 0;
}
.wrap-featured:after {
    content: "";
    background:#cdd6de;
    width: calc(50% + 175px);
    height: 100%;
    position: absolute;
    z-index: 1;
    top:0;
    right:0;
}
.wrap-featured .container-1 {
    position: relative;
    z-index: 2;
}
.wrap-featured .container-1 h2 {
    font-family: "Barlow", sans-serif;
    text-align: right;
    font-size:38px;
    font-weight: 600;
    color:#000;
    display: block;
    box-sizing: border-box;
    padding-left: 40px;
}
.featured-slider {
    position: relative;
    padding-top:45px;
}
.featured-slider .slick-list {
    width:calc(100% - 80px);
    margin:0 auto;
    
}

.featured-slider .slick-prev {
    font-size:30px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width:30px;
    height: 80px;
    background:#ed1e24;
    transition: .2s ease-in;
    position: absolute;
    left:0;
    top:calc(50% - 15px);
    cursor: pointer;
}

.featured-slider .slick-next {
    font-size:30px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width:30px;
    height: 80px;
    background:#ed1e24;
    transition: .2s ease-in;
    position: absolute;
    right:0;
    top:calc(50% - 15px);
    cursor: pointer;
}
.featured-slider .slick-prev:hover, .featured-slider .slick-next:hover {
    color:#000;
    background:#cdd6de;
}
.featured-slider .slick-slide {
    border:2px solid #cdd6de;
    padding:10px;
    box-sizing: border-box;
    background: #fff;
    margin:0 10px;
}
.featured-slider img {
    width:100%;
    height: auto;
    display: block;
    margin:0 auto 30px auto;
}
.featured-slider .red-btn-1 {
    font-size:18px;
}

.featured-slider .slick-dots {
    display: none!important;
    margin:20px auto 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    gap:10px 15px;
    padding:0;
}
.featured-slider .slick-dots li {
    list-style: none;
    width:15px;
    height:15px;
    border-radius: 20px;
    background:#7b8085;
    transition: .2s ease-in;
}
.featured-slider .slick-dots li.slick-active {
    background:#000;
}
.featured-slider .slick-dots li:hover {
    opacity: 0.8;
}
.featured-slider .slick-dots li button {
    display: none!important;
}

.wrap-about {
    width:100%;
    margin:40px 0;
}
.wrap-about h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom:20px;
}
.wrap-about h2 span {
    font-weight: 400;
}
.wrap-promo {
    width: 100%;
    margin:80px auto;
}
.wrap-promo .container-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:40px 0;
}
.promo-banner-home {
    width: 39%;
    padding: 20px;
    box-sizing: border-box;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px 0;
}
.promo-banner-home h2 {
    font-family: "Barlow", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.promo-banner-home .red-btn-1 {
    width:100%;
    font-weight: 18px;
}
.promo-slider-home {
    width:59%;
    height: 40vw;
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
}
.promo-slider-home div {
    height: 40vw;
    min-height: 400px;
    max-height: 600px;
}

.promo-slider-home .promo-slide-1 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.promo-slider-overlay {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:30px;   
    padding:20px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
}
.promo-slider-overlay h3 {
    font-family: "Barlow", sans-serif;
    text-align: center;
    font-size:30px;
    font-weight:600;
    color:#fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    
}
.promo-slider-overlay p {
    font-family: "Barlow", sans-serif;
    text-align: center;
    font-size:20px;
    font-weight:400;
    color:#fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);   
}
.promo-slider-home .slick-dots {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left:0;
    right:0;
    padding:0;
}
.promo-slider-home .slick-dots li {
    list-style: none;
    width:15px;
    height:15px;
    border-radius: 20px;
    background:#7b8085;
    transition: .2s ease-in;
}
.promo-slider-home .slick-dots li.slick-active {
    background:#ccc;
}
.promo-slider-home .slick-dots li:hover {
    opacity: 0.8;
}
.promo-slider-home .slick-dots li button {
    display: none!important;
}
.promo-slider-kubota {
	border-top: 2px solid #cdd6de;
	border-bottom: 2px solid #cdd6de;
}
.wrap-brands {
    margin:40px 0;
    width:100%;
}
.wrap-brands .container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:40px 0;
}
.home-brand-cont {
    width:59%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3.9%;
}
.home-brand-cont a {
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.home-brand-cont a img {
    width:100%;
    height: auto;
    display: block;
    transition: .2s ease-in;
}
.home-brand-cont a:hover img {
    filter: grayscale(100%);
    opacity: 0.8;
}

.home-brand-banner {
    width: 39%;
    padding: 20px;
    box-sizing: border-box;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px 0;
}
.home-brand-banner h2 {
    font-family: "Barlow", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.home-brand-banner .red-btn-1 {
    width:100%;
    font-weight: 18px;
}
.wrap-loc-home {
    width:100%;
    position: relative;
    margin:80px auto;
    padding:20px 0;
}
.wrap-loc-home:after {
    content: "";
    background:#cdd6de;
    width: calc(50% + 175px);
    height: 100%;
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
}
.wrap-loc-home .container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    gap:40px 0;
}
.wrap-loc-home .container-1 h2 {
    font-family: "Barlow", sans-serif;
    width:100%;
    font-size: 38px;
    font-weight: 600;
    color: #000;
    display: block;
    box-sizing: border-box;
}
.loc-cont-1 {
    width:31%;
    border:2px solid #cdd6de;
    padding:10px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap:10px 0;
}
.loc-cont-1 h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 30px;
}
.loc-cont-1 h2 span {
    font-weight: 400;
}
.loc-cont-1 .text-link-1 {
    font-size: 20px;
    font-weight: 500;
}
.loc-cont-1 ul {
    padding:5px 0;
    margin:0;
}
.loc-cont-1 ul li {
    font-family: "Barlow", sans-serif;
    padding:0;
    margin:0;
    font-size:20px;
    font-weight: 600;
    list-style: none;
}
.loc-cont-1 ul li span {
    font-weight: 400;
}
.loc-btn-cont-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:10px 0;
    padding-top:10px;
    width: 100%;
}
.loc-btn-cont-1 .red-btn-1 {
    width:49%;
}
.loc-btn-cont-1 .black-btn-1 {
    width:100%;
}
.loc-map-cont-1 {
    width:67%;
    min-height:400px;
}

/*===================== 
	content styles 
=======================*/

.wrap-content {
    width:100%;
    position: relative;
    padding:30px 0;
    margin:40px auto;
}
.wrap-content .container-1, .wrap-content .container-2 {
    position: relative;
    z-index: 2;
}
.grey-box-right:after {
    content: "";
    background:#cdd6de;
    width: calc(50% + 175px);
    height: 100%;
    position: absolute;
    z-index: 1;
    top:0;
    right:0;
}
.grey-box-left:after {
    content: "";
    background:#cdd6de;
    width: calc(50% + 175px);
    height: 100%;
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
}

.content-flex-cont {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px .5%;
}
.content-section-1 {
    border: 2px solid #cdd6de;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px 0;
}
.content-section-1 img {
    max-width: 200px;
    height: 100%;
    display: block;
    box-sizing: border-box;
    object-fit: contain;
    object-position: center;
    width: 100%;
}
.content-section-1-tractor-pckg {
    border: 2px solid #cdd6de;
	border-left: 5px solid #ed1e24;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px 0;
}
.content-section-1-tractor-pckg h2 {
	text-align: left;
	padding-left: 20px;
}
.content-section-1-tractor-pckg h2 span {
	font-weight: 400;
	text-align: left;
}
.content-section-1-tractor-pckg p {
	line-height: 25px;
	padding-left: 25px;
}
.content-section-1-tractor-pckg p i {
	padding-right: 5px;
}
.content-btn-cont-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px 0;
    width: 100%;
}
.content-btn-cont-1 a {
    width:100%;
}

.content-header {
    font-family: "Barlow", sans-serif;
    font-size: 38px;
    font-weight: 400;
    color: #000;
    display: block;
    box-sizing: border-box;
    width:100%;
    padding-bottom: 30px;
}
.content-header span {
    font-weight: 600;
}
.content-sub-head-right {
    font-family: "Barlow", sans-serif;
    text-align: right;
    font-size: 38px;
    font-weight: 600;
    color: #000;
    display: block;
    box-sizing: border-box;
    padding-left: 40px;
    padding-bottom: 40px;
}
.content-sub-head-left {
    font-family: "Barlow", sans-serif;
    text-align: left;
    font-size: 38px;
    font-weight: 600;
    color: #000;
    display: block;
    box-sizing: border-box;
    padding-right: 40px;
    padding-bottom: 40px;
}

.staff-info-cont {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.staff-info {
	width: 23%;
	margin: 0 1% 40px;
	background-color: #ddd;
}
.staff-info img {
	width: calc(100% - 20px);
	height: 200px;
	object-fit: cover;
	justify-content: center;
	align-items: center;
	margin: 10px;
}
.staff-info h5 {
	font-size: 28px;
	margin: 10px 15px;
}
.staff-info p {
	font-size: 20px;
	margin: 0px 15px 25px;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-cont-1 {
    border: 2px solid #cdd6de;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    gap:0 5px;
}
.radio-pad input {
    margin:0!important;
}
.form-info-cont {
    width: 100%;
}
.form-info-cont h3 {
    padding:20px 0 10px 0;
    color:#ed1e24;
    font-weight: 500;
}
.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	border: 2px solid #cdd6de;
    padding: 10px!important;
    box-sizing: border-box;
    background: #fff;
	margin:  0 0 15px 0!important;
    border-radius: 0px!important;
    outline:none;
    font-family: "Barlow", sans-serif;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	min-height: 120px;
    border: 2px solid #cdd6de;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
	margin:  0 0 15px 0;
    outline:none;
    font-family: "Barlow", sans-serif;
}

select {
	margin:0;
	padding:0;
}
.form-inline .red-btn-1 {
margin:0 auto;
}
.CaptchaImage {
  max-width: 100%;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1500px;
    width: 100%;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 1100px;
    width: 100%;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1500px;
    width: 100%;
	margin: 0 auto;
	padding:50px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}
.col-1 { width: 100%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    background:#ed1e24;
    padding:30px 0;
	}
footer .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:40px 20px;
}
.foot-logo-1 {
    display: flex;
    gap:20px;
}
.foot-logo-1 img {
    width:100%;
    max-width: 100%;
	height: auto;
	display: block;
}
.foot-right {
    padding:0;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}
.foot-right li {
    padding:0;
    margin:0;
    list-style: none;
}
.foot-right li a {
    font-size:30px;
    color:#fff;
    transition: .2s ease-in;
}
.foot-right li a:hover {
    color:#cdd6de;
}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1355px)  {
    nav.primary {
      width: 75%;
    }
    .head-search {
      width: 25%;
    }
    nav.primary ul li a {
        font-size: 1.3vw;
        padding:20px 1vw;
    }
}


@media screen and (max-width: 1200px)  {

    .home-brand-cont {
        gap: 20px 3.5%;
    }
    .home-brand-cont a {
        width: 31%;
    }
    .col-1-4 {
        width:32%;
    }
}

@media screen and (max-width: 1020px)  {
	.staff-info {
		width: 31%;
		margin: 0 1% 40px;
	}
}

@media screen and (max-width: 1000px)  {
    .col-1-3, .col-1-4 {
        width:49%;
    }

    .head-search {
      width: 85%;
    }
    .head-search form input {
      border: 1px solid #000;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} 
    
	#menu-button{ 
		width: 15%;
        min-width: 90px;
        box-sizing: border-box;
        padding-right: 20px;
		display: flex;
        justify-content: flex-end;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #000;
		cursor: pointer;
	}
	.menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
		cursor: pointer;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
    
	nav.mobile {
        display:none;
        position: absolute;
        left: auto;
        right:0;
        top:100%;
        width: auto;
        height: auto;
        background: #cdd6de;
        z-index: 500; 
        overflow:auto;
	}


	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
		position: relative;
		display: block;
		font-size:18px;
		padding:15px 40px;
		color: #000;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		cursor: pointer;
	}

	/* SECOND LEVEL */
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
    
    .wrap-cta .container-1 form {
        width:100%;
    }
    .wrap-cta .container-1 a {
        width:32%;
    }
    .wrap-featured:after, .wrap-loc-home:after, .grey-box-right:after, .grey-box-left:after   {
        max-width: 600px;
        width: calc(100% - 50px);
    }
    .promo-banner-home {
        width: 100%;
        gap:30px 0;
    }
    
    .promo-slider-home {
        width:100%;
        height: auto;
        min-height: 100%;
        max-height: 100%;
        overflow: visible;
    }
    .promo-slider-home div {
        height: auto;
        min-height: 100%;
        max-height: 100%;
    }
    .promo-slider-home .slick-dots {
        position: relative;
        bottom:0;
    }
    .promo-slider-overlay {
        padding: 10% 20px;
    }
    .promo-slider-home .slick-dots li {
        background:#000;
    }
    .promo-slider-home .slick-dots li.slick-active {
        background:#7b8085;
    }
	.promo-slider-kubota .promo-slide-1 {
		background-size: contain!important;
	}
	.promo-slider-kubota div {
		height: 40vw;
		min-height: 400px;
	}
    .home-brand-banner {
        width:100%;
        order:1;
    }
    .home-brand-cont {
        width:100%;
        order:2;
    }
    .home-brand-cont a {
        width: 22%;
      }
    .home-brand-cont {
        width: 100%;
        order: 2;
        gap: 20px 3.9%;
    }
    .loc-cont-1 {
        width:49%;
    }
    .loc-cont-1:last-of-type {
        width:100%;
    }
    .loc-map-cont-1 {
        width:49%;
    }
	
	.show-desktop {
        max-width: 100% !important;
    }
    
}
@media screen and (max-width: 830px) {
	 .col-1-2 {
        width:100%;
    }
}

@media screen and (max-width: 760px)  {
    .show-desktop {
        display: none!important;
    }
    .show-mobile {
        display: block!important;
    }
    .col-1-3, .col-1-4 {
        width:100%;
    }
    
    .head-loc ul.mobile-show {
        display: block;
    }
    .head-loc ul.desktop-show {
        display: none;
    }
    header .container-1 {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
	.head-logo-1 {
		width: 70%;
	}
    .head-logo-1 img, .foot-logo-1 img {
        width:calc(50% - 10px);
    }
    .wrap-cta .container-1 form h2 {
      font-size: 6.5vw;
      text-align: center;
    }
    .wrap-cta .container-1 form input, .wrap-cta .container-1 form select {
        font-size: 16px;
        padding: 12px;
    }
    .wrap-cta .container-1 form button {
        font-size: 20px;
    }
    .wrap-cta .container-1 a {
        width:100%;
    }
    .wrap-cta .container-1 a img {
      object-fit: cover;
      object-position: center;
      max-height: 50vw;
    }
    .featured-slider .slick-dots {
        display: flex!important;
    }
    .featured-slider .slick-list {
        width:100%;
    }

    .featured-slider .slick-prev, .featured-slider .slick-next  {
        display: none!important;
    }    
    .wrap-featured .container-1 h2, .wrap-loc-home .container-1 h2, .content-header, .content-sub-head-right, .content-sub-head-left, .promo-banner-home h2, .home-brand-banner h2 {
        font-size: 6vw;
    }
    .home-brand-cont {
        gap: 20px 3.5%;
    }
    .home-brand-cont a {
        width: 31%;
    }
    .loc-cont-1 {
        width:100%;
    }
    .loc-map-cont-1 {
        width:100%;
    }
    .wrap-content {
        margin: 10px auto 40px auto;
    }
	.staff-info {
		width: 47%;
		margin: 0 1.5% 40px;
	}
}
@media screen and (max-width: 650px)  {
	nav.mobile {
        left: 0px;
        right:auto;
        width: 100%;
	}
     nav.mobile ul li a {
        padding: 15px;
    }
    .hero-slider {
        display: none!important;
    }
    .hero-overlay {
        position: static;
        height: auto;
        background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%), url("../siteart/massey-tractor-and-baler.jpg");
        background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%), url("../siteart/massey-tractor-and-baler.jpg");
        background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%), url("../siteart/massey-tractor-and-baler.jpg");
        background-image: linear-gradient(90deg,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%), url("../siteart/massey-tractor-and-baler.jpg");
        padding:80px 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .hero-overlay .container-1 { 
        justify-content: center;
    }
	.swiper {
		height: 300px;
	}
	.swiper-slide {
		background-position: center!important;
	}
    .overlay-text h1 {
        text-shadow: 0 0 .5vw #000, 0 0 .5vw #000;
        font-size: 11.5vw;
    }
    .overlay-text h1 span {
        font-size: 5.1vw;
    }
    .overlay-text a {
      font-size:18px; 
    }
    footer {
        padding:50px 0;
        }
    footer .container-1 {
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 550px)  {
    .home-brand-cont {
        gap: 20px 2%;
    }
    .home-brand-cont a {
        width: 49%;
    }
    .wrap-loc-home .container-1 .loc-cont-1 h2, .wrap-featured .container-1 h2, .wrap-loc-home .container-1 h2, .content-header, .content-sub-head-right, .content-sub-head-left, .promo-banner-home h2, .home-brand-banner h2 {
      font-size: 24px;
    }
    .loc-cont-1 .text-link-1, .loc-cont-1 ul li {
      font-size: 16px;
    }
    .red-btn-1, .black-btn-1 {
      font-size: 16px;
    }
	
	.staff-info {
		width: 90%;
		margin: 0 5% 40px;
	}
    
}
	
