﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}


.gray-home-links a:hover {
    color: #fff;
}


/***** END RESET *****/
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}







.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.red {
    color: #a8262f;
}

.orange {
    color: #f36f21;
}



/*-------- BODY STYLES --------*/

body {
    font-family: 'Open Sans', sans-serif;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


hr {
    border: #000 1px solid;
}

h5 {
    font-size: 18px;
}

/*--- HEADER STYLES ---------------------*/
.top-red {
    padding: 7px;
    background: #a8262f;
}

header {
    padding: 10px 0;
    box-sizing: border-box;
    box-shadow: 3px 2px 7px rgba(77, 7, 12, 0.95);
    position: relative;
    z-index: 9;
}

.header-container {
    display: flex;
    flex-direction: row;
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.logo {
    padding: 0 5px;
    flex: 1 0;
    box-sizing: border-box;
}

.logo img {
    max-width: 100%;
}

.right-header {
    flex: 4 0;
    margin-top: auto;
}

.header-social {
    text-align: right;
    margin-bottom: 15px;
}

.header-social a {
    color: #a8262f;
    font-size: 30px;
}

h2 {
    font-size: 32px;
}

/*---BODY--------------------------------*/

.hero-image {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/siteart/main-bg.jpg) !important;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.hero-image-internal {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.hero-image-internal.services {
    background-image: url(/siteart/main-bg.jpg) !important;
    background-position-y: center;
}

.hero-image-internal.bad-boy {
    background-image: url(/siteart/bad-boy-bg.jpg) !important;
    background-position-y: center;
}

.hero-image-internal.ls-tractors {
    background-image: url(/siteart/ls-banner.jpg) !important;
    background-position-y: center;
}

.hero-image-internal.anderson-wrappers {
    background-image: url(/siteart/anderson-banner.jpg) !important;
    background-position-y: center;
}

.hero-image-internal.penta-equipment {
    background-image: url(/siteart/penta-banner.jpg) !important;
    background-position-y: center;
}

.hero-image-internal.teagle {
    background-image: url(/siteart/teagle-banner.jpg) !important;
    background-position-y: center;
}

.hero-image-internal.mchale {
    background-image: url(/siteart/mchale-banner.jpg) !important;
    background-position-y: center;
}

.hero-image-internal.aic {
    background-image: url(/siteart/aic-waikato.jpg) !important;
    background-position-y: center;
}

.hero-image-internal.milkrite {
    background-image: url(/siteart/milkrite-banner.jpg) !important;
    background-position-y: center;
}

.hero-image-internal.ecolab {
    background-image: url(/siteart/ecolab-banner.jpg) !important;
    background-position-y: center;
}

.hero-image-internal.hagedorn {
    background-image: url(/siteart/hagedorn-banner.jpg) !important;
    background-position-y: center;
}

.hero-container {
    max-width: 1340px;
    width: 100%;
    padding: 10% 10px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 99;
    align-self: center;
    padding-left: 6%;
    display: flex;
}

.hero-container-internal {
    max-width: 1340px;
    width: 100%;
    padding: 3% 10px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 99;
    align-self: center;
    padding-left: 6%;
    display: flex;
}

.hero-divider {
    background-image: url(/siteart/main-divider.png);
    background-size: 100% 159px;
    bottom: 0;
    height: 159px;
    z-index: 1;
}

.hero-image-internal .hero-divider {
    background-size: 100% 70px;
    height: 70px;
}

.hero-text {
    flex: 2 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.hero-contact {
    flex: 1 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-full {
    flex-basis: 100%;
    flex: 1 0 100%;
}

.hero-text h1 {
    font-size: 48px;
    color: #fff;
    text-shadow: #000 2px 2px 7px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.flex-half {
    flex: 1 0 45%;
    margin-right: 2%;
}

p.hero.white.uppercase {}

.white {
    color: #fff !important;
}

.uppercase {
    text-transform: uppercase;
}

p.hero {
    font-size: 18px;
    font-weight: 700;
    text-shadow: 2px 2px 5px #000;
}

a.hero-button {
    margin-top: 18px;
    display: block;
    text-align: center;
    background: #a8262f;
    color: #fff;
    border: solid 4px #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-phone-number {
    text-align: left;
    margin-left: 20px;
}

.hero-phone-icon i {
    background: #fff;
    color: #a8262f;
    padding: 10px;
    border: #a8262f solid 3px;
    font-size: 29px;
}

.hero-phone-number h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.hero-phone-number a {
    font-size: 24px;
    font-weight: 700;
}


.flex-container {
    display: flex;
    flex-direction: row;
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;

}

.flex-1 {
    flex: 1 0;
    padding: 0 1%;
    box-sizing: border-box;
}

.flex-2 {
    flex: 2 0;
    padding: 0 1%;
    box-sizing: border-box;
}

.home-three-image img {
    width: 100%;
}

.home-three-box .flex-container {
    padding: 40px 0;
}

.home-title {
    margin: 20px 0;
    padding: 10px 0;
}

.three-box-info {
    width: 95%;
    margin: 0 auto;
}

.home-three-info {
    margin: -40px auto 0;
    position: relative;
    z-index: 99;
    background: #fff;
    width: 85%;
    padding: 20px;
}

.three-title {
    margin-bottom: 5px;
}

.home-title.align-right.has-border {
    padding-right: 12%;
}

.home-title.align-left {
    padding-left: 12%;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.gray-top-divider {
    background-image: url(/siteart/gray-top-divider.png);
    background-size: 100% 95px;
    bottom: 0;
    height: 95px;
    z-index: 1;
}

.has-border {
    border-right: solid 2px #a8262f;
}

a.red-button {
    background: #a8262f;
    text-align: center;
    padding: 15px;
    display: block;
    max-width: 75%;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin: 15px 0;
}

a.white-button {
    background: #fff;
    text-align: center;
    padding: 15px;
    display: block;
    max-width: 75%;
    color: #a8262f;
    font-size: 19px;
    font-weight: 700;
    margin: 15px 0;
}

.red-home-contact {
    background: #a8262f;
    padding: 20px 0;
}

.red-products {
    background: #a8262f;
    padding: 20px 0 0;
}


.red-home-contact a.white-button {
    background: #fff;
    text-align: center;
    padding: 15px;
    display: block;
    max-width: 400px;
    color: #a8262f;
    font-size: 19px;
    font-weight: 700;
    margin: 15px auto;
}

.red-home-contact p {
    margin: 20px auto;
}

.brand-heading {
    padding-left: 70px !important;
    margin-bottom: 10px !important;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gray-home-links {
    background: #303030;
}

.red-bottom-divider {
    background-image: url(/siteart/red-bottom-divider.png);
    background-size: 100% 97px;
    bottom: 0;
    height: 97px;
    z-index: 1;
}

.red-top-divider {
    background-image: url(/siteart/red-top-divider.png);
    background-size: 100% 95px;
    top: 0;
    height: 95px;
    z-index: 10;
    position: absolute;
    width: 100%;
}

.brand-heading:before {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 0px;
    width: 50px;
    border-bottom: 3px solid #a8262f;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.brands-hover:hover .brand-heading {
    padding-left: 170px !important;
}


.brands-hover:hover .brand-heading:before {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 0px;
    width: 150px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.brand-heading.orange:before {
    border-bottom: 3px solid #f36f21;

}

.brand-heading.white:before {
    border-bottom: 3px solid #fff;

}





.flex-container.products-links {
    margin: 20px auto;
}

.lely-robitics {
    position: relative;
    padding-top: 100px;
}

.lely-image-2 {
    margin-top: -72px;
    text-align: right;
    margin-right: 4%;
}

.lely-image-2 img {
    width: 80%;
}

.lely-image-1 {
    text-align: right;
    margin-top: -70px;
}

.lely-image-1 img {
    width: 64%;
}

.lely-info h2 {
    border-bottom: solid 3px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.lely-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.bad-boy-mowers {
    background: #303030;
    display: flex;
    line-height: 0;
}

.ls-tractors-home {
    background: #a8262f;
    display: flex;
    line-height: 0;
}


.bad-boy-info {
    flex: 1 0;
    flex-direction: column;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    padding-top: 2%;
    justify-content: space-between;
    padding: 2% 0 5%;
    line-height: 1.4;
}

.bad-boy-image {
    flex: 1 0;
}

.bad-boy-image img {
    width: 100%;
}

.bad-boy-text {
    width: 85%;
}

.box-container {
    display: flex;
    flex-direction: row;
}

.showroom-container {
    display: flex;
    flex-direction: row;
    max-width: 1470px;
    width:100%;
    margin: 20px auto;
    padding:0 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap:20px 1%;
    position: relative;
      z-index: 1;
}

.cta-link {
    width:19%;
}
.cta-link-bg {
    background:#303030;
}
.cta-link-bg:hover {
    background:#464646;
}
.cta-link-bg .cta-caption {
    background: rgba(0, 0, 0, 0.0);
    position: relative;
    padding:20px;
    box-sizing: border-box;
    width:100%;
}
.cta-link-bg a {
    height: 100%;
}
.cta-link img {
    width: 100%;
}

.cta-link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    overflow: hidden;
}

.cta-caption {
    text-align: center;
    background: rgba(0, 0, 0, 0.47);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 20px;
}

.cta-link:hover .cta-caption {
    background: none;
}


.google-maps {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.partner-links .flex-1 {
    justify-content: center;
    text-align: center;
}


.red-products .cta-caption {
    display: flex;
    flex-direction: column;
}

.red-products h4 {
    margin-bottom: 10px;
}



h4 {
    font-size: 24px;
}

.gray {
    color: #959595;
}


.flex-container.lely-page {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.lely-page .flex-1 {
    width: 490px;
    flex: 1 0 auto;
    max-width: 490px;
}


.lely-container {
    display: flex;
    flex-direction: row;
}

.lely-half {
    flex: 1 0 60%;
    padding-right: 6px;
    position: relative;
}

.lely-double {
    flex: 1 0 18.8%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.lely-container img {
    width: 100%;
}

.lely-double-image,
.lely-calm-image {
    flex: 1 0 auto;
    position: relative;
}

.lely-feeding {
    position: relative;
}

.lely-caption {
    background: #a8262fba;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.gray-home-links img {
    max-width: 100%;
}

.lely-half:hover .lely-caption,
.lely-double-image:hover .lely-caption {
    opacity: 1;
}


.lely-half .lely-caption {
    right: 6px;
    bottom: 5px;
}

.lely-double .lely-caption {
    bottom: 5px;
}

.lely-text-container {
    text-align: center;
    width: 68%;
}

.container.cf {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.financing-links a {
    padding: 20px;
    background: rgba(0,0,0,0);
    border: 1px solid #000;
    display: block;
    max-width: 350px;
    margin: 20px auto;
    transition: all 0.2s ease-in-out;
}
.financing-links a img {
   max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.financing-links a:hover {
    background: rgba(0,0,0,0.1);
}

/*--------FORM STYLES--------------------*/
/*-------- FOOTER STYLES ----------------*/
.gray-footer {
    background: #303030;
    padding: 20px 10px;
}

.footer-contact {
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.footer-icon i {
    font-size: 28px;
    margin-right: 15px;
}

.footer-info-text h6 {
    font-size: 18px;
}

.footer-info-text a {
    font-size: 16px;
}

.footer-justify {
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}

.footer-nav li {
    margin: 10px 0;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    padding: 5px 0;
    background: #fff;
}

.scrolling {
    width: 100%;
    height: 92px;
}


footer {}

.partner-image img {
    max-width: 100%;
}


.line-up .cta-link {
    max-width: 400px;
    width: 100%;
}

.flex-container.line-up {
    justify-content: space-around;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#a5252e !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#a5252e !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #a5252e !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #a5252e !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .line-up .cta-link {
        max-width: none;
    }
}






@media only screen and (max-width: 1600px) {
    .red-products .box-container {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .red-products .cta-link {
        flex-basis: 32%;
        max-width: 348px;
        margin: 10px;
    }

}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {
    .showroom-container .cta-link {
        width: 24%;
        flex-basis: inherit;
        max-width: auto;
    }
    
    
}



@media only screen and (min-width:768px) and (max-width: 1200px) {

    .cta-link {
        flex-basis: 25%;
    }

    .box-container {
        flex-wrap: wrap;
        justify-content: space-evenly;
        background: #303030;
    }


    



}





@media only screen and (min-width:768px) and (max-width: 1000px) {

    .gray-footer .flex-1 {
        justify-content: center;
        flex-basis: 100%;
        text-align: center;
        align-items: center;
    }

    .gray-footer .flex-container {
        flex-wrap: wrap;
    }

    .footer-justify {
        margin-left: 0;
    }



}

@media only screen and (max-width: 900px) {
    .showroom-container .cta-link {
        width: 32%;
        flex-basis: inherit;
        max-width: auto;
    }
    
    
}


@media only screen and (max-width: 767px) {
    .bad-boy-image {
        flex-basis: 100%;
    }

    .bad-boy-mowers,
    .ls-tractors-home {
        flex-wrap: wrap;
    }

    .box-container {
        background: #222;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .cta-link {
        flex-basis: 50%;
        max-width: 50%;
    }

    .hero-container-internal {
        flex-wrap: wrap;
    }

    .home-three-image img {
        max-width: 100%;
    }

    .lely-page .flex-1 {
        width: 100%;
    }



    .gray-footer .flex-1 {
        justify-content: center;
        flex-basis: 100%;
        text-align: center;
        align-items: center;
        margin: 20px 0;
    }

    .gray-footer .flex-container {
        flex-wrap: wrap;
    }

    .footer-justify {
        margin-left: 0;
    }


    .gray-top-divider {
        background-size: 100% 30px;
        height: 30px;
    }

    .red-bottom-divider {
        background-size: 100% 20px;
        height: 20px;
    }

    .red-top-divider {
        background-size: 100% 30px;
        height: 30px;
    }

    .gray-home-links .flex-1 {
        margin: 10px;
        flex-basis: 30%;
    }

    .flex-container {
        flex-wrap: wrap;
    }

    .flex-1 {
        flex-basis: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-divider {
        background-size: 100% 50px;
        height: 50px;
    }

    .hero-container {
        flex-wrap: wrap;
        padding: 5% 20px;
    }

    .hero-text {
        flex-basis: 100%;
        text-align: center;
    }

    .flex-half {
        flex-basis: 100%;
        margin: 10px 0;
    }

    .hero-text h1 {
        font-size: 34px;
    }

    .align-right {
        text-align: center;
    }

    .home-title.align-right.has-border {
        padding-right: 0;
    }

    .has-border {
        border-right: none;
    }

    .home-title {
        border-bottom: solid 2px #a8262f;
        width: 75%;
        margin: 10px auto;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

    .align-left {
        text-align: center;
    }

    .flex-2 {
        flex-basis: 100%;
    }

    .lely-image-2 {
        margin: 0 auto;
        text-align: center;
    }

    a.red-button {
        margin: 15px auto;
        width: 75%;
    }

    .lely-image-1 {
        text-align: center;
        margin: 0 auto;
    }

    .bad-boy-info {
        flex-wrap: wrap;
    }


    .hero-phone-number {
        margin-top: 20px;
    }


    .gray-footer {
        padding-bottom: 40%;
    }
    .showroom-container .cta-link {
        width: 49%;
        flex-basis: inherit;
        max-width: auto;
    }










}

@media only screen and (max-width: 500px) {
    .red-products .cta-link {
        flex-basis: 100%;
    }
        .showroom-container .cta-link {
        width: 100%;
        flex-basis: inherit;
        max-width: auto;
    }
}