﻿/* LandPro Equipment Theme */
/* 
	Theme Colors 
	green : #497637
	yellow : #fdd106
	grey : #222222
	
	Fonts
	font-family: 'Oswald', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;	
		
*/

/* EXTRA HELPERS */
html {scroll-behavior: smooth;}img.stretch{width:100%!important}.small-padding{padding:10px}.medium-padding{padding:20px}.large-padding{padding:30px}.custom-hide-for-large-up,.custom-hide-for-medium-up,.custom-hide-for-xlarge-up,.custom-show-for-small-only,.iphone-block,.no-display{display:none}.custom-show-for-large-up,.custom-show-for-medium-up,.custom-show-for-xlarge-up{display:block}.padding-top-xsmall{padding-top:5px}.padding-left-xsmall{padding-left:5px}.padding-bottom-xsmall{padding-bottom:5px}.padding-right-xsmall{padding-right:5px}.padding-top-small{padding-top:10px}.padding-left-small{padding-left:10px}.padding-bottom-small{padding-bottom:10px}.padding-right-small{padding-right:10px}.padding-top{padding-top:20px}.padding-left{padding-left:20px}.padding-bottom{padding-bottom:20px}.padding-right{padding-right:20px}.padding-left-large{padding-left:40px}.padding-right-large{padding-right:40px}.padding-top-large{padding-top:40px}.padding-bottom-large{padding-bottom:40px}.hr-bottom{border-bottom:1px solid #bebebe}.hidden{display:none;}.align-middle{align-content: center;}

/* FRAMEWORK */
body {
    font-family:'Roboto', sans-serif;
    font-display: swap;
}
.site-wrapper p {
    font-size: 16px;
}
.align-middle {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.show-on-print{
	display:none;
}
.footacc{
	display:none;
}
.bg-wallpaper{
    background-position:center center; 
    background-repeat:no-repeat; 
    background-size:cover;
    background-attachment: fixed;
}
.main-body{
    padding: 20px 30px;
    background-color: #fff;
}
.embed iframe {
  display: inline-block;
}
.embed {
  display: flex;
  justify-content: center;
  margin: 0;
}
.embed.centered {
    margin: 0 auto;
}
.breadcrumbs-list li + li::before { content: " / "; margin: 0 .25em; }


/* MASTHEAD SECTION */
#Masthead_Section {
    width: 100%;   
    z-index: 200;
    transition: 0.4s all;
}
#Masthead_Section img {
    display: inline-block;
    vertical-align: middle;
}
#Masthead_Section .mast-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
}
#Masthead_Section .mast-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#Masthead_Section .mast-end {
    margin-left: auto;
    display: flex;
    flex-direction: column; 
    align-items: flex-end;
    text-align: right;
}
#Masthead_Section .social_form_holder{
    display: flex;
    align-items: center;
    gap: 12px; 
}
#Masthead_Section .masthead_social{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 15px;
}
#Masthead_Section .masthead_social a {
    display: inline-block;
    transition: transform 0.25s ease, filter 0.25s ease;
}
#Masthead_Section .masthead_social a:hover {
    transform: translateY(-3px);
    filter: brightness(1.2);
}
#Masthead_Section .submenu {
    display: block;
    padding: 6px 0 0 0;
    text-align: right;
}
.masthead_form_container form#Form_StandAloneForm{
    position: relative;
}
.masthead_form_container form#Form_StandAloneForm #Form_StandAloneForm_search_Holder{
    margin:0;
}
.masthead_form_container form#Form_StandAloneForm .btn-toolbar{
    position: absolute;
    top:4px;
    right: 5px;
}
.masthead_form_container input.text, 
.masthead_form_container input.title, 
.masthead_form_container select, 
.masthead_form_container input:not([type]), 
.masthead_form_container input[type=text], 
.masthead_form_container input[type=search], 
.masthead_form_container textarea 
{
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    width: 275px;
    height: 2.5rem;
    color: #9d9d9d;
    background: #fff;
    font-size: 0.938rem;
    margin: 0;
    padding: 0;
    transition: 0.4s all;
    border-bottom: 1px #a5a5a5 solid;
    border-top: 0px transparent none;
    border-left: 0px transparent none;
    border-right: 0px transparent none;
}
.masthead_form_container input[type="text"]::-webkit-input-placeholder {
     color: #9d9d9d;
}
.masthead_form_container input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
     color: #9d9d9d;
}
.masthead_form_container input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
     color: #9d9d9d;
}
.masthead_form_container input[type="text"]:-ms-input-placeholder {
     color: #9d9d9d;
}
.masthead_form_container input.text:focus, 
.masthead_form_container input.title:focus, 
.masthead_form_container select:focus, 
.masthead_form_container input:not([type]):focus, 
.masthead_form_container input[type=text]:focus, 
.masthead_form_container input[type=search]:focus, 
.masthead_form_container textarea:focus
{
    border-bottom: 1px #5c5c5c solid;
}
.masthead_form_container form#Form_StandAloneForm .btn-toolbar .action, 
.masthead_form_container form#Form_StandAloneForm .btn-toolbar a.btn, 
.masthead_form_container form#Form_StandAloneForm .btn-toolbar input[type=submit] 
{
    background: transparent;
    padding: 5px;
}
#Masthead_Section .masthead_search_button{
	background-color: transparent;
	padding: 8px 12px;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__address{
	font-size: 15px;
	color:#454545;
	line-height: 2;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__ctas{
	padding: 4px 0 10px 0;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__ctas a.tabs-ph{
	color:#454545;
	font-size: 15px;
	margin-bottom: 6px;
	display: block;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__ctas a.tabs-dir{
	display: inline-block;
	padding: 10px 14px;
	background:#535353;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__ctas a.tabs-dir:hover{
	background:#353535;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__address{
	font-size: 15px;
	color:#454545;
	line-height: 1.7;
	margin-bottom:6px;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__address h2.store-name{
	font-size: 17px;
	color:#000;
	margin-bottom:6px;
	font-weight: bold;
}
.StoreLocationsPicker__locale__mystore label span.StoreLocationsPicker__locale__mystore__text{
	font-size: 15px;
}
ul.hoursacc{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
ul.hoursacc li ul{
	display:none;
    list-style-type: none;
	margin:0;
	padding:0;
}
ul.hoursacc li a.hours-trigger{
	font-size: 16px;
	color: #497637;
}
.locale-menu-container {
    display:flex;
	height: 100%;
}
.StoreLocationsPicker-trigger:hover + .megmenu,
.StoreLocationsPicker-trigger:focus + .megmenu,
.megmenu:hover {
    display: block;
}
button.StoreLocationsPicker-trigger,
button.StoreLocationsPicker-trigger:hover
{
    background: transparent;
	padding: 10px;
}
button.StoreLocationsPicker-trigger span {
    display: block; /* Change from inline-block */
}
.clear-button_holder{
	width: 100%;
	text-align: center;
}
button.clear-store-btn{
	display: inline-block;
	padding: 10px 35px;
	margin: 0 auto 15px auto;
	text-align: center;
	background:transparent;
	border:solid 1px silver;
	color:silver;
	font-size: 1rem;
	font-weight: 700;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
button.clear-store-btn:hover{
	border:solid 1px #2a2a2a;
	color:#2a2a2a;
	background:transparent;
}
button.clear-store-btn-mo{
	display: inline-block;
	padding: 10px 35px;
	margin: 0 auto 15px auto;
	text-align: center;
	background:transparent;
	border:solid 1px #ffffff;
	color:#ffffff;
	font-size: 15px;
	font-weight: 700;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
button.clear-store-btn-mo:hover{
	border:solid 1px silver;
	color:silver;
	background:transparent;
}

/* MOBILE MASTHEAD SECTION */
#MobileMastHead_Section {
    width: 100%;
    z-index: 200;
    transition: 0.4s all;
    position: sticky;
    top: 0
}
#MobileMastHead_Section .mast-inner {
    width: 100%;
    padding: 14px 20px;
    position: relative
}
#MobileMastHead_Section .mast-inner .mast-head-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative
}
#MobileMastHead_Section .mast-inner .mast-head-wrapper .site-logo-mobile.with-mfg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}
#MobileMastHead_Section .mast-inner .mast-head-wrapper .site-logo-mobile.no-mfg {
    position: absolute;
    left: 40%;
    transform: translateX(-40%);
    text-align: center
}
#MobileMastHead_Section .mast-inner .mast-head-wrapper .site-logo-mobile .logo-wrapper {
    flex-shrink: 0
}
#MobileMastHead_Section .mast-inner .mast-head-wrapper .site-logo-mobile .logo-wrapper img {
    width: 425px;
    height: 95px;
    object-fit: contain
}
#MobileMastHead_Section .mast-inner .mast-head-wrapper .site-logo-mobile .mfg-wrapper {
    max-width: 150px;
    flex-shrink: 1
}
#MobileMastHead_Section .mast-inner .mast-head-wrapper .site-logo-mobile .mfg-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain
}
#MobileMastHead_Section .mast-inner .mast-head-wrapper .button-group-right {
    display: flex;
    gap: 6px;
    margin-left: auto
}
#mobile_contact--bar {
    padding: 10px;
    background: #497637;
    position: relative
}
#mobile_contact--bar .border-left {
    border-left: solid 2px #497637
}
#mobile_contact--bar .border-right {
    border-right: solid 2px #497637
}
#mobile_contact--bar a {
    font-size: 14px;
    color: #fff
}
#mobile_contact--bar .inline-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    font-weight: 700
}
.logo-search-area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.dealer_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.mobile_masthead_search_button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* CUSTOM MFG BAR */
.Custom_Mfg_Bar{
    padding: 20px;
}
.mfg-logo-holder{
    width: 100%;
}

/* HERO SECTION */
.hero-padding{
    padding: 15px;
}
#Hero_Section .vertical {
    height: 685px;
    overflow-y: scroll;
    margin: 0;
    list-style-type: none;
    list-style-position: outside;
}
#Hero_Section .vertical {
	scrollbar-width: auto;
	scrollbar-color: #497637 #f1f1f1;
}
#Hero_Section .vertical::-webkit-scrollbar {
	width: 16px;
}
#Hero_Section .vertical::-webkit-scrollbar-track {
	background: #f1f1f1;
}
#Hero_Section .vertical::-webkit-scrollbar-thumb {
	background-color: #497637;
	border-radius: 10px;
	border: 2px solid #f1f1f1;
}

/* HOME BUTTON SECTION */
#Button_Section {
    padding: 40px 0 10px 0;
    border-top: 1px #d2d2d2 solid;
}
#Button_Section a.button-spotlight{
	display:block;
	padding:20px;
	background:#313131;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fdd106;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
#Button_Section a.button-spotlight:hover{
	background:#464646;
}

/* SEARCH AND LISTINGS SECTION */
.widget-horizontal select.loading,
.widget-vertical select.loading {
    background-color: #fff;
    background-image: url('/_resources/themes/base-foundation-theme/images/loader.gif');
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 20px 20px; /* 👈 THIS is the key line */
    padding-right: 2.25rem;
    cursor: wait;
}
#Search_Listings_Section{
    background: #313131;
    padding: 70px 30px 40px 30px;    
}
.listings_section{
    margin-bottom: 30px;
}
#Search_Listings_Section h3.units_available--title{
	font-size:2.25rem;
    font-weight: normal;
	line-height:1.3;
	color:#fff;
}  
#Search_Listings_Section ul.search_toggle {
	padding:0 0 15px 0;
    margin: 0;
}
#Search_Listings_Section ul.search_toggle li {
	display:inline-block;
	list-style-type:none;
	list-style-position:outside;
	padding:0 0.5% 0 0.5%;	
}
#Search_Listings_Section ul.search_toggle li a{
	color:#fff;
	display:inline-block;
	font-size:0.875rem;
	text-align:center;
}
#Search_Listings_Section ul.search_toggle li a:hover{
	color:#fdd106;
}
#Search_Listings_Section ul.search_toggle li a.current_highlight{
	color:#fdd106;
	font-size:14px;
	text-align:center;
	display:inline-block;
	background:transparent;
	border:1px #fdd106 solid;
	padding:3px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.search-area {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem; /* small breathing room between fields */
    align-items: stretch;
    justify-content: flex-start;
}
.search-area .text_input_solid,
.search-area .dropdown_solid {
    flex: 1 1 0;
    min-width: 140px;
}
.search-area select,
.search-area input[type="text"] {
    width: 100%;
    height: 3.438rem;
    font-size: 0.938rem;
    padding: 0 0.75rem;
    margin: 0;
    background-color:#fff; 
    color: #3e3e3e;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
}
.search-area input[type="text"]::-webkit-input-placeholder {
     color: #3e3e3e;
}
.search-area input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
     color: #3e3e3e;
}
.search-area input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
     color: #3e3e3e;
}
.search-area input[type="text"]:-ms-input-placeholder {
     color: #3e3e3e;
}
.search-area .search-submit input[type="submit"] {
    flex: 0 0 auto;
    padding: 0.65rem 1.25rem;
    height: 3.438rem;
    font-size: 0.95rem;
    border-radius: 4px;
    line-height: 1;
    background-color: #497637; /* tweak color to match theme */
    color: #fff;
    border: none;
    transition: background-color 0.2s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;       
}
.search-area .search-submit input[type="submit"]:hover {
     background: #fdd106;
     color:#000;    
     cursor: pointer;
}

/* DEPARTMENT BLOCK SECTION */
#Department_Section {
    padding: 40px 20px
}
#Department_Section .grid-block-card {
    position: relative;
    overflow: hidden;
    height: 396px;
    max-height: 396px;
    transition: 0.7s all;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#Department_Section .grid-block-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .2);
    z-index: 1;
    pointer-events: none;
    transition: 0.7s all
}
#Department_Section .grid-block-card .title-placement {
    z-index: 2;
    text-align: center
}
#Department_Section .grid-block-card .title-placement h2 {
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
    z-index: 11
}
#Department_Section .grid-block-card .title-placement h2:before {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%
}
#Department_Section .grid-block-card .title-placement h2:after {
    content: "";
    display: block;
    padding-top: 4px;
    margin: 0 auto;
    width: 30%;
    transition: 0.7s all;
    border-bottom: 3px solid #fdd106
}
#Department_Section .grid-block-card:hover .title-placement h2:after {
    transform: scaleX(1);
    width: 60%
}
#Department_Section .grid-block-card:hover::before {
    background: rgb(0 0 0 / .5)
}
#Department_Section .grid-block-card .title-placement p {
    color: #fff;
    font-size: 15px
}

/* WELCOME SECTION */
#Welcome_Section{
    padding:20px 40px;
}

/* SPECIAL OFFERS SCROLLER */
#KubotaOffers-Section {
	width: 100%;
	padding: 8px 0;
}
.offers-carousel {
	list-style: none;
	margin: 0;
	padding: 0;
}
.offer-slide {
	position: relative;
	height: 350px;
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
	margin: 0 4px;
}
.offer-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	inset:0;
	background: rgba(0, 0, 0, 0.6); /* dark overlay */
	z-index: 1;
}
.offer-content {
	position: relative;
	z-index: 2;
	padding: 2.5rem;
	height: 350px;
	overflow: hidden;
}
.special-offers-heading {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: normal;
}
.special-offers-subheading {
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
}
.description {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.description,
.description p
{
	font-size: 14px;
}
.specials-action {
    background: #497637;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 15px 30px;
    transition: 0.4s all;
}
.specials-action:hover {
    color: #fff;
    background: #385a2a;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / .34);
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / .34);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / .34);	
}

/* DEPARTMENT GRID BLOCKS */
#DepartmentBlocks_Section {
    background-color: #eff1f3;
}
#DepartmentBlocks_Section .container {
    padding: 32px 0 32px 0;
}
#DepartmentBlocks_Section ul.main_index_ctas {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
    list-style: none;
    list-style-position: outside;
}
#DepartmentBlocks_Section ul.main_index_ctas li {
    width: 16%;
    line-height: 1.4;
    position: relative;
    display: inline-block;
}
#DepartmentBlocks_Section ul.main_index_ctas li.border-right {
    border-right: 1px #ccc solid;
}
#DepartmentBlocks_Section ul.main_index_ctas li a {
    font-size: 0.875rem;
    color: #323232;
    transition: 0;
}
#DepartmentBlocks_Section ul.main_index_ctas li a:hover {
    color: #616161;
    text-decoration: underline;
}
#DepartmentBlocks_Section ul.main_index_ctas li a span.mini-head {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase;
}
#DepartmentBlocks_Section ul.main_index_ctas li a:hover span {
    color: #616161;
}

/* BRANDS SECTION */
#Brands_Section{
	padding:40px 20px;
}
#Brands_Section .brands-title{
	font-size:32px;
	line-height:1.3;
	font-weight:600;
	text-transform:uppercase;
	color:#111111;
	text-align:center;
}
#Brands_Section .primary_heading_home{
	width:50%;
	margin:0 auto 30px auto;
    font-size: 2rem;
    font-weight:600;
    text-align:center;
    color:#0f0f0f;
    text-transform:uppercase;
}
#Brands_Section .list-item{
    padding: 10px;
    border:solid 1px #e4e9e6;
}
#Brands_Section .list-item img {
    transition: opacity 0.3s ease; /* smooth fade effect */
}
#Brands_Section .list-item:hover img {
    opacity: 0.6; /* lower number = more transparent */
}

/* LOCALES SECTION */
#Locales_Section{
    background-color: #1a1a1a;
    padding: 20px;
}
#Locales_Section .field_box_bg {
    padding: 60px 40px 60px 40px;
}
#Locales_Section .field_box_bg .pin-bx,
#Locales_Section .field_box_bg .store-bx 
{
    padding: 0 3px 0 3px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
}
#Locales_Section .field_box_bg .pin-bx {
    width: 10%;
}
#Locales_Section .field_box_bg .store-bx {
    width: 85%;
}
#Locales_Section .field_box_bg .pin-bx i.fas {
    color: #fff;
}
#Locales_Section .field_box_bg p {
    font-size: 0.875rem;
    color: #fff;
    margin-bottom: 10px;
}
#Locales_Section .field_box_bg p a {
    font-size: 0.875rem;
    color: #fff;
}
#Locales_Section .field_box_bg p a:hover {
    text-decoration: underline;
}
#Locales_Section .field_box_bg h4 {
    font-size: 0.875rem;
    color: #ffffff;
    margin: 0 0 6px 0;
    padding: 0;
}
#Locales_Section .field_box_bg h4 a {
    font-size: 0.875rem;
    color: #ffffff;
}
#Locales_Section .field_box_bg h4 a:hover {
    text-decoration: underline;
}

/* FOOTER SECTION */
#Footer_Section{
    position: relative;  
}
#Footer_Section .inner{
	padding:60px 20px 100px 20px;
}
#Footer_Section div.col-heading{

	font-size:1.375rem;
	color:#fff;
	font-weight:600;
	margin:0 0 10px 0;
}
#Footer_Section .footdesk-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}
#Footer_Section .footdesk-item ul li {
    font-size: 0.875rem;
    color: #bdbdbd;
    margin-bottom: 8px;
}
#Footer_Section .footdesk-item ul li a {
    font-size: 0.875rem;
    color: #bdbdbd;
    -webkit-transition: .3s color ease;
    -o-transition: .3s color ease;
    transition: .3s color ease;
}
#Footer_Section .footdesk-item ul li a:hover {
    text-decoration: underline;
}
#Footer_Section .footacc-item {
    display:none;
	margin:0;
	padding:0;   
}
#Footer_Section .footacc-item ul.foot-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;    
}
#Footer_Section .footacc-item ul.foot-menu li ul {
    display: none;
    margin: 0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;      
}
#Footer_Section .footacc-item ul.foot-menu li {
    border-bottom: 1px #363636 solid;
    margin: 0 0 20px 0;
}
#Footer_Section .footacc-item ul.foot-menu li ul li {
    border-bottom: 0px transparent none;
    margin: 0;
    padding: 8px 0 8px 0;
    line-height: normal;
}
#Footer_Section .footacc-item ul.foot-menu li ul li a {
    font-size: 0.875rem;
    color: #bdbdbd;
    -webkit-transition: .3s color ease;
    -o-transition: .3s color ease;
    transition: .3s color ease;
}
#Footer_Section .footacc-item ul.foot-menu li ul li a:hover {
    text-decoration: underline;
}
#Footer_Section .footacc-item ul.foot-menu li {
    padding: 0 .625rem .50rem;
}
#Footer_Section .footacc-item ul.foot-menu li h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
}
#Footer_Section .footacc-item ul.foot-menu li a.foot-trigger {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
}
#Footer_Section .footacc-item ul.foot-menu li a.foot-trigger span {
    margin-left: 10px;
}
#Footer_Section .social-block {
    list-style: none;
    padding: 0;
    margin: 0 ;
}
#Footer_Section .social-block li {
    padding: 0 10px;
    display: inline-block;
    transition: background-color 0.3s ease;
}
#Footer_Section p.copyright {
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
    color: #fff;
}
#Footer_Section p.copyright a{    
    font-size:14px;
    line-height:2;
    font-weight:600;
    color:#fff;
}
#Footer_Section p.copyright_menu{    
	font-size: 14px;
	color: #bdbdbd;
}
#Footer_Section p.copyright_menu a{    
	font-size: 14px;
	color: #bdbdbd;
}
#Footer_Section p.copyright_menu a:hover{    
	text-decoration:underline;
}

/* CHILD GRID SECTION */
.child_grid h3.child_grid_heading{
	font-size:1.125rem;
	line-height:1.4;
	font-weight:600;
	color:#323232;
    display:inline-block;
    position:relative;		
    margin: 10px 0 10px 0;
}
.child_grid h3.child_grid_heading a{
	font-size:1.125rem;
	line-height:1.4;
	font-weight:600;
	color:#323232;
}
.child_grid a.child-details-btn{
	font-size:14px;
	color:#0484f0;
}
.child_grid a.child-details-btn:hover{
	color:#3e3e3e;
	text-decoration:underline;
}
.child_grid img{
	width:100%;
}
.child_grid_alt_bx{
	background-color:#fbfbfb; 
	width:100%; 
	margin:0 auto; 
	position:relative; 
	border:1px #ededed solid; 
	text-align:center; 
	padding:20px;
    overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;  	
}
.child_grid h3.alt_child_grid_heading{
	font-size:1.125rem;
	line-height:1;
	font-weight:600;
	color:#323232;
    display:inline-block;
    position:relative;		
    margin: 10px 0 10px 0;
}
.child_grid h3.alt_child_grid_heading a{
	font-size:1.125rem;
	line-height:1.4;
	font-weight:600;
	color:#323232;
}
.child_grid h3.alt_child_grid_heading:after{
    content: "";
    width:55%;
    padding:8px 0 0 0;
    margin:0 auto;
    display: block;
    transition: 0.7s all;
    border-bottom: 4px solid #497637;
}
.child_grid h3.alt_child_grid_heading:hover:after{
    width:100%;
}
.child_grid p{
	margin:0;
	padding:0;
}
.child_grid .zoom-container{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.child-grid ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0 auto;
	padding:0;
}
.child-grid ul li.child-grid-item {
    margin: 0 auto;
    text-align:center;
}
.child-grid ul li .child-overlay {
    height:340px;
    background: rgba(0, 0, 0, 0.5);   
}
.child-grid ul li .child-overlay:hover {
    background: rgba(0, 0, 0, 0.3);
}
.child-grid ul li.child-grid-item h3.overlay-grid-title {    
	width:95%;
	position:absolute;
	z-index:50;
	top:45%;
	left:0;
	right:0;
	margin:0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;     
}
.child-grid ul li.child-grid-item h3.overlay-grid-title:hover {    
	color: #f3f3f3;
	text-decoration:underline;
}
.child-grid ul li.child-grid-item h3.grid-title {    
	position:absolute;
	z-index:50;
	top:32%;
	left:0;
	right:0;
	margin:0 auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #343434;
    text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;     
}
.child-grid ul li.child-grid-item h3.grid-title:hover {    
	color: #656565;
	text-decoration:underline;
}
.grid-category-blocks ul ul{
    margin: 0 0 0 25px;
    padding: 0;
}
.grid-category-blocks ul li ul li {
	list-style-type:disc;
	text-align:left;
    list-style-position: outside;
}
.grid-category-blocks ul li p {
    color: #5c5c5c;
}
.grid-category-blocks .small-pad {
    padding: 5px !important;
}
.grid-category-blocks .grid-card {
	background:#fafafa;
    border: 1px #d6d6d6 solid;
}
.grid-category-blocks .grid-card img {
    margin: 0 0 6px 0;
}
.grid-titles {
    width: 100%;
    font-size: 22px;
    color: #000;
    margin: 10px 0 10px 0;
}

/* RIBBON SECTION */
.ribbon-background {
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center; /* Vertically centers content */
    justify-content: center; /* Centers content horizontally */
    min-height: 200px; /* Ensure a minimum height */
    text-align: center; /* Ensures text stays centered */
}
#ribbon-inner {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    justify-content: center; /* Center content vertically */
    padding: 30px;
    width: 100%;
}
#ribbon-inner .ribbon-description h1 {
	font-size: 60px;
	margin: 0;
	font-weight: bold;
	line-height: normal;
    color: #fff;
	text-shadow: 0px 4px 2px rgba(0,0,0,0.40);
}
#ribbon-inner .ribbon-description p {
	font-size: 32px;
	font-weight: bold;
    color: #fff;
    margin: 0 0 8px 0;
	padding: 0;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}
#ribbon-inner .ribbon-button a  {    
    background: #497637;    
    color: #fff;
    font-size: 1rem;
    line-height:normal;    
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align:center;
    margin: 0;
    padding: 10px 25px; 
    transition: 0.4s all;	    
}
#ribbon-inner .ribbon-button a:hover:hover{
    background: #000;   
}

/* SEARCH RESULTS PAGE */
.SearchResultsPage #Form_elsapi_combinedsearch > fieldset {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    vertical-align: bottom;
}
.SearchResultsPage #Form_elsapi_combinedsearch .field,
.SearchResultsPage #Form_elsapi_combinedsearch .field input {
	margin: 0;
}
.SearchResultsPage #Form_elsapi_combinedsearch [type=text], 
.SearchResultsPage #Form_elsapi_combinedsearch [type=search], 
.SearchResultsPage #Form_elsapi_combinedsearch textarea 
{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    margin: 0;
    padding: .5rem;
    border: 1px solid #8a8a8a;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(17, 17, 17, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    appearance: none;
}
.SearchResultsPage #Form_elsapi_combinedsearch > .btn-toolbar {
	height:100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	position:absolute;
	top:0;
	right:0;
}
.SearchResultsPage #Form_elsapi_combinedsearch > .btn-toolbar .button{
    background: #497637;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    display:inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0;
    height: 100%;
    padding: 0 15px;
    transition: 0.4s all;
    border-radius: 0;
}
.SearchResultsPage #Form_elsapi_combinedsearch > .btn-toolbar .button:hover{
    background: #000;
}

/* USERFORM STYLES */
.dynamic-form-wrapper {
    background-color: #a6a6a6;
    border:solid 1px #7f7f7f;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 10px 0 10px 0;
    background-size: cover
}
.dynamic-form-wrapper .orange-inlay {
    padding: 20px;
    background: linear-gradient(to right,rgb(10 20 25 / .75) 0%,#fff0 100%)
}
.dynamic-form-wrapper .orange-inlay h3 {
    color: #fff
}
.dynamic-form-wrapper .orange-inlay form label,
.dynamic-form-wrapper .orange-inlay form legend
{
    color: #fff
}
.dynamic-form-wrapper .orange-inlay form .requiredField label.left:after {
    color: #fff
}

/* BLOG PAGES */
.blog-content-contain {
    padding: 20px;
    background: #f5f8f6;
    border-left:solid 1px #cbcfcc;
    border-right:solid 1px #cbcfcc;
    border-bottom:solid 1px #cbcfcc;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.call{
    position: relative;
    margin: 0 0 1rem 0;
}
.post-summary.panel {
    background: #fff;
    border-style: solid;
    margin-bottom: 1.25rem;
    border-width: 1px;
    border-color: #d8d8d8;
    padding: 1.25rem;
    color: #333;    
}
.post-image {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;      
    overflow: hidden;
}
.post-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;      /* keep aspect ratio, crop if needed */
    display: block;
}
.post-image.image--padded {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f5f5; 
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-left:solid 1px #cbcfcc;
    border-right:solid 1px #cbcfcc;
    border-top:solid 1px #cbcfcc;  
}
.post-image.image--padded img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: transparent;
    display: block;
}
.summary-heading {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .625rem;
}
.summary-heading a {
    color: #181717;
    transition: 0.4s all;
}
a.read-more {
    color: #f8132f;
    display: block;
}
a.read-more:hover {
    color: #494848;
    text-decoration: underline;
}
.blog-post-meta{
    font-weight: 500;
    font-size: .9rem;
    padding:20px 0 0 0 !important;
    color: #6c6c6c;
}
.menu.vertical li {
    margin-bottom: 10px;
}
.menu.vertical li a {
    padding: 4px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    color: #181717;
    transition: 0.4s all;
    font-size:15px;
    line-height: 1.6;
}
.menu.vertical li a:hover {
    text-decoration: underline;
}
.secondary h3{
    font-size: 22px;
}
.tagger a.tagged {
    padding: 6px 8px;
    border:solid 1px #92b9fa;
    display: inline-block;
    color: #1c6aeb;
    transition: 0.4s all;
    font-size:15px;
    border-radius: 3px;
}
.tagger a.tagged:hover {
    text-decoration: underline;
}
.archive-title{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.featured-image img{
    object-fit: cover;
    width: 100%;
    aspect-ratio:1/ 1;
}
.featured-image.wide img{
    aspect-ratio:20 / 8;
}
.blog-sidebar{
    border:solid 1px #e3e3e3;
    padding: 20px;
    border-radius: 8px;
}
.blog-post-meta a{
    font-weight: 600;
    text-decoration: underline;
}
a.blog--btn {
    display: inline-block;
    overflow: hidden;
    font-size: 1rem;
    padding: 10px 35px;
    border: 2px #3e3e3e solid;
    text-align: center;
    background: #fff0;
    color: #3e3e3e;
    -webkit-transition: color 1s cubic-bezier(.25,1,.25,1),background-color 1s cubic-bezier(.25,1,.25,1);
    transition: color 1s cubic-bezier(.25,1,.25,1),background-color 1s cubic-bezier(.25,1,.25,1);
    opacity: 1;
    visibility: inherit;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate3d(0,0,0)
}
a.blog--btn .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3e3e3e;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
a.blog--btn:focus .hover,
a.blog--btn:hover .hover {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}
a.blog--btn .text {
    display: inline-block;
    position: relative;
    color: #3e3e3e;
    width: 100%;
    -webkit-transition: color .5s cubic-bezier(.19,1,.22,1);
    transition: color .5s cubic-bezier(.19,1,.22,1)
}
a.blog--btn:focus .text,
a.blog--btn:hover .text {
    color: #fff
}

/* BRAND PAGE */
.brand-zoom-container {
	overflow: hidden;
	z-index: 0;
    text-align: center;
}
.brand-zoom {
	position: relative;
	float: inherit;
	background: none;
	transition: transform .5s;
}
.brand-zoom:hover {
	z-index: 100;
	-ms-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
#brand-group {
    width: 100%;
    padding-top:20px;
}
#brand-group .brand_content_container {
    padding: 20px;
    background: #f5f8f6;
    border-left:solid 1px #cbcfcc;
    border-right:solid 1px #cbcfcc;
    border-bottom:solid 1px #cbcfcc;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
#brand-group .grid-pad-outer {
    background: white;
    padding:10px;
    border:1px #d7d7d7 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;   
	transition: 0.4s all; 
}
#brand-group .grid-pad-outer:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.30);   
}
#brand-group .grid-pad-outer .grid-pad {
    background: white;
    border: 1px #cccccc solid;
    padding: 10px;
}
#brand-group .grid-pad-outer .mfg-content{
	padding:8px;
	text-align: center;
}
#brand-group .brand-grid {
    border: 1px #dbdedc solid;
    text-align: center;
}
#brand-group .mfg-brand-pic {
    text-align:center;
}
#brand-group .mfg-brand-pic a {
    display:block;
    overflow:hidden;
}
#brand-group h2.mfg-brand-title {
	color:#515151;
    font-size:18px;
    font-weight:bold;
}
#brand-group a.mfg-button {
    color:#0971b3;
    font-size:14px;
}
#brand-group a.mfg-button:hover {
    color:#0e405f;
    text-decoration:underline;
}
#brand-group h2.brand-title {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 8px 0 8px 0;
    padding: 0;
    text-align: center;
}
#brand-group .brand-group-pic {
    display:block;
	position: relative;
	overflow: hidden;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;    
}
#brand-group .brand-group-pic .gradient{
    position: relative;
    display: block;
}
#brand-group .brand-group-pic .gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 1; /* Ensures the gradient is on top of the image */
}
#brand-group .action-container {
    padding: 10px;
    border: solid 1px #c9c9c9;
}
#brand-group .action-container span {
    display: inline-block;
    padding: 7px 20px;
    background: #497637;
    text-align: center;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#brand-group .action-container span:hover {
    background: #355528;
}
#brand-group h3.action-shot-heading{
    display: block;
    width: 100%;
    color:#242424;
    font-weight: 700;
    font-size:22px;
    margin:0;
    padding: 0;
    z-index:200;
}
#brand-group h3.action-shot-heading a{
    color:#242424;
    font-weight: 700;
    font-size:22px;
}
#brand-group h3.action-shot-heading a:hover{
	text-decoration:underline;
}
#brand-group .action-shot-description{
	font-weight:normal;
	color:#6c6c6c;
	padding:4px 0 4px 0;
	margin:0;
}
#brand-group .action-shot-description p{
	font-weight:normal;
	color:#6c6c6c;
	margin:0;
	padding:0;
    font-size:15px;
}
#brand-group .brand_content_container a.learn_button:hover{
	text-decoration:underline;
}
#Brand_Section{
	width:100%;
	padding:40px 0 60px 0;
	background:#e9e9e9;
}
.brands-list li a{
	overflow:hidden;
	display:block;
	padding:10px;
	border:1px #d0d0d0 solid; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.brands-list li a:hover{
	border:1px #949494 solid; 
}
.brands-list li a img{
	opacity:1;
}
.brands-list li a:hover img{
	opacity:.7;
}
#brand-group a.whole-card-link {
    transition: 0.6s all;
    transition: background 0.6s ease-in-out; /* Consistent background transition */
    -webkit-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}
#brand-group a.whole-card-link .grid-card {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    transition: 0.6s all;
	margin-bottom: 6px;
    transition: background 0.6s ease-in-out; /* Consistent background transition */   
    height: 400px; /* Adjust height as needed */
    color: white; /* Ensure text is visible */
    overflow: hidden;	
}
#brand-group a.whole-card-link .grid-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: 0.6s all;
    transition: background 0.6s ease-in-out; /* Slower transition for background */    
    z-index: 1;
    -webkit-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    opacity: 1; /* Initially visible */
}
#brand-group a.whole-card-link .grid-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 54, 0, 0) 0%, rgba(226, 68, 7, 1) 100%);
    transition: 0.6s all;
    transition: background 0.6s ease-in-out; /* Slower transition for background */    
    z-index: 1;
	overflow: hidden;
    -webkit-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    opacity: 0; /* Initially hidden */
}
#brand-group a.whole-card-link:hover .grid-card:before {
    opacity: 0;
}
#brand-group a.whole-card-link:hover .grid-card:after {
    opacity: 1;
}
#brand-group a.whole-card-link .grid-overlay {
    width: 94%;
    position: relative;
	display: inline-block;
    bottom: 3%;
    right: 0;
    left: 0;
    margin: 0 auto;
	background:transparent;
    color: #fff;
    padding: 12px 5px;
    z-index: 2;
	text-align: center;
}
#brand-group a.whole-card-link .grid-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff; /* Border color */
	box-sizing: border-box;
	transform: scaleX(0); /* Initially, the border is invisible */
	transform-origin: center; /* Growth starts from the center */
	transition: transform 0.5s ease; /* Smooth animation */
}
#brand-group a.whole-card-link:hover .grid-overlay::before {
	transform: scaleX(1); /* Expand the border to full width */
}
#brand-group a.whole-card-link .grid-card-title {
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    white-space: pre-line; /* Enables precise control of word breaks */   
}
#brand-group a.whole-card-link .grid-card-description {
    margin: 5px 0;
    font-size: 0.938rem;
    color:#585858;
}
#brand-group a.whole-card-link .grid-card-description p{
    font-size: 0.938rem;
    color:#585858;
}
.brand-store-list h4.avail-head{
	font-size:17px;
	color: #202020;
	padding: 0;
	margin: 0 0 5px 0;
}
.brand-store-list ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
}
.brand-store-list ul li{
	font-size:15px;
	color: #555555;
	border-bottom:solid 1px rgb(238, 238, 238);
}
.brand-store-list span{
	font-size:15px;
	color: #555555;
}
ul.store-acc li{
    padding: 8px 0 8px 0;
    text-align: center;
}
ul.store-acc li ul{
	display:none;
	margin:0;
}
ul.store-acc li ul li{
	border-bottom:0px transparent none;
	margin:0;
    padding: 8px 0 8px 0;
}
ul.store-acc li ul li a:hover{
	text-decoration: underline;
}
ul.store-acc li a.store-trigger{
    font-size: 16px;
    font-weight: bold;
    color: #262626;
}
ul.store-acc li a.store-trigger span{
	margin-left:10px;
}

/* FAQ PAGE */
#faq-page{
    padding-top: 30px;
}
.faq-block{
    margin-bottom: 30px;
    scroll-margin-top: 30px;
}
.faq-block .section-title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
ul.faqacc{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
ul.faqacc li ul{
	display:none;
	margin:0;
	padding:6px;
}
ul.faqacc li {
	display:block;
	margin:0 0 10px 0;
}
ul.faqacc li ul li {
	border-bottom:0px transparent none;
	margin:0 0 8px 0;
    padding: 0 5px;		
}
ul.faqacc li a.table-trigger{
	display:block;
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#497637;
	padding:10px 0;
	border-bottom:1px #cfcfcf solid;
}
ul.faqacc li a.table-trigger span{
	margin-left:10px;
}

/* SEARCH RESULTS OVERRIDE */
#Form_elsapi_combinedsearch > .btn-toolbar .button{
    background: rgb(49, 49, 49) !important;
}
.result-count-link.selected {
    background-color: #497637 !important;
    color: #fff;
}
.has-active-search .result-count-link {
    background-color: rgb(230, 230, 230);
}
.pl-combo-search-result .result-title a{
    color: #111111;
    text-decoration: underline;
}
.pl-combo-search-result {
    padding: 30px !important;
    clear: both;
}
.has-active-search .result-count-link {
    display: inline-block !important;
}
.result-count-link {
    float: none !important;
    width: auto !important;
    padding: 12px 20px !important;
}
.pl-combo-search-result .result-title {
    font-size:26px !important;
}
.pl-combo-search-result .result-title a {
    color: #497637 !important;
    font-size:26px !important;
}

/* SITEMAP PAGE */
#SiteMap_Controller{
	padding: 10px 0 30px 0;
}
#SiteMap_Controller .sitemap h2.sitemap-heading{
	font-size: 24px;
}
#SiteMap_Controller .sitemap ul {
    list-style-type: none;
	margin-left: 20px;
}
#SiteMap_Controller .sitemap ul li a{
	display: block;
	padding: 6px;
    position: relative;
	background-color: #dadada;
	margin-bottom: 6px;
	color:#000;
}
#SiteMap_Controller .sitemap ul li a:hover{
	text-indent: 4px;
}
#SiteMap_Controller .sitemap ul li ul li a{
	display: block;
	padding: 6px;
    position: relative;
	background-color: #e8e8e8;
	margin-bottom: 6px;
	color:#497637;
}
#SiteMap_Controller .sitemap ul li ul li a:hover{
	text-indent: 4px;
}
#SiteMap_Controller .sitemap ul li ul li ul li a{
	display: block;
	padding: 6px;
    position: relative;
	background-color: #f3f3f3;
	margin-bottom: 6px;
	color:#497637;
}
#SiteMap_Controller .sitemap ul li ul li ul li a:hover{
	text-indent: 4px;
}

/* OLD WEBSITE LEGACY STYLES */
.white_body_bg{
	background:#fff;
	padding:10px 20px 20px 20px;
	margin:15px 0 15px 0;
}
body.precision-farming .site-wrapper
{
	background-image:url('/_resources/themes/base-foundation-theme/images/PF-wallpaper.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center bottom;
}
body.service-inspections .site-wrapper,
body.turf-service .site-wrapper
{
	background-image:url('/_resources/themes/base-foundation-theme/images/Service-wallpaper.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left bottom;
}
.yellow-panel{
	background:#f4f3e9;
	padding:30px;
	border:1px #e8e7e1 solid;
}
.ten-off-banner{
	padding:15px;
	text-align:center;
	color:#137030;
	font-size:44px;
	font-weight:bold;
	background:#eaf2e9;
	border:2px #d2dcd1 solid;
	margin-bottom:30px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
#CoreValues_Section {
	width:100%;
	background-image:url('/_resources/themes/base-foundation-theme/images/corevalues-background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center bottom;
}
#CoreValues_Section .section_grey_overlay{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#424242+0,727272+50,424242+100&0.9+0,0.9+100 */
	background: -moz-linear-gradient(left,  rgba(66,66,66,0.9) 0%, rgba(114,114,114,0.9) 50%, rgba(66,66,66,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(66,66,66,0.9) 0%,rgba(114,114,114,0.9) 50%,rgba(66,66,66,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(66,66,66,0.9) 0%,rgba(114,114,114,0.9) 50%,rgba(66,66,66,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6424242', endColorstr='#e6424242',GradientType=1 ); /* IE6-9 */
	padding:80px 20px 80px 20px;
}
#CoreValues_Section h2.secondary_heading_home{
	width:50%;
	margin:0 auto 30px auto;
    font-size: 2.5rem;
    font-weight:bold;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
}
#CoreValues_Section .section_grey_overlay p{
	color:#fff;
    padding:10px 0 10px 0;
}
#AgTech_Welcome_Section{
	background-image:url('/_resources/themes/base-foundation-theme/images/AgTech-BottomBanner.jpg');
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:80px 30px 80px 30px;
	color:#fff;
}
#job_post_section {
    padding: 30px;
    background:#f1f1f1;
}
#job_post_section ul.pricing-table li.title{
    background-color: #fff;
    color: #497637;
    font-size: 1.125rem;
    font-weight: bold;
    line-height:1.6;
    padding: 10px 15px 10px 15px;
    text-align: left;	
}
#job_post_section ul.pricing-table li.title h4{
    color: #497637;
    font-size: 1.125rem;
    font-weight: bold;
    margin:0;
    padding:0;
}
#job_post_section ul.pricing-table li.price{
    background-color: #fff;
    color: #497637;
    font-size: 0.875rem;
    font-weight: normal;
    line-height:1.6;
    padding: 5px 15px 5px 15px;
    text-align: left;
}
#job_post_section ul.pricing-table li.price a{
    color: #497637;
    font-size: 0.875rem;
    font-weight: normal;
}
#job_post_section ul.pricing-table li.price a:hover{
    text-decoration:underline;
    text-indent:10px;
}
#testimonials_section{
	padding:20px 0 20px 0;
}
#testimonials_section .testimonial_yellow_background{
	background:#ffde00;
	padding:30px;
    height: 500px;
    overflow:auto;	
}
#testimonials_section .testimonial_photo_background{
    height: 500px;
    overflow:hidden;	
}
#testimonials_section .testimonial_photo_background img{
    height: 100%;
}
#testimonials_section .testimonial_yellow_background span.quoter{
	display:block;
}
#testimonials_section .testimonial_yellow_background span.quoter i.fas{
	font-size:36px;
	line-height:1.5;
}
#testimonials_section .testimonial_yellow_background p{
	font-size:1.125rem;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
    opacity: 0;
    transition: opacity 1s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
body .splash {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.7);
	z-index:5000;
	height:100%;
}
body .splash-center {
	width: 700px;
	padding: 30px;
	background: #fff;
	margin: 0.25% auto 0;
	position:relative;
	text-align:center;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.48);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.48);
}
body .splash-center .CoverPop-inner_border{
	padding: 30px;
	text-align:center;
	border:1px #2b2b2b solid;
}
h2.popup-text{
	clear:both;
	font-size:26px;
	color:#000;
	line-height:33px;
	font-weight:600;
	margin:0;
	padding:0;
}
#CoverPop-cover p{
	color:#000;
	font-size:16px;
	line-height:22px;
	margin:10px 0 15px 0;
	padding:0;
}
#CoverPop-cover p a{
	color:#497637;
	border:3px #497637 solid;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	padding:12px 30px;
}
#CoverPop-cover p a:hover{
	color:#000;
	border:3px #000 solid;
}
#CoverPop-cover {
	display: none;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8000;
	-webkit-animation: fade-in .25s ease-in;
	-moz-animation-name: fade-in .25s ease-in;
	-ms-animation-name: fade-in .25s ease-in;
	-o-animation-name: fade-in .25s ease-in;
	animation-name: fade-in .25s ease-in;
}
.CoverPop-open #CoverPop-cover {
	display: block;
	height:100%;
}
.splash-center a.CoverPop-close{
	color:#fff;
	background:red;
	padding:10px 20px 10px 20px;
	margin:10px 0 0 0;
}
.splash .splash-center a.coverpop-disable{
	margin:15px 0 0 0;
	font-size:12px;
	color:#000;
	text-decoration:none;
	background:#f2f2f2;
	display:inline-block;
	padding:5px 20px 5px 20px;
	border:1px #d7d7d7 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}
.splash .splash-center a.coverpop-disable:hover{
	background:#e7e7e7;
}
#close-top{
	background:#242424;
	color:#fff;
	font-size:0.875rem;
	font-weight:bold;
	float:right;
	margin:0 0 10px 0 !important;
	padding:5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
#close-top:hover{
	background:#525252;
}
body .splash-PrivateLabel {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.7);
	z-index:5000;
	height:100%;
}
body .splash-center-PrivateLabel {
	width: 700px;
	padding: 30px;
	background: #fff;
	margin: 0.25% auto 0;
	position:relative;
	text-align:center;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.48);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.48);
}
body .splash-center-PrivateLabel .CoverPop-inner_border{
	padding: 30px;
	text-align:center;
	border:1px #2b2b2b solid;
}
#PrivateLabel-CoverPop-cover h2.PL-popup-text{
	clear:both;
	font-size:32px;
	color:#000;
	line-height:33px;
	font-weight:bold;
	margin:0;
	padding:0;
	background-image:linear-gradient(45deg,#4b7737 0%,#4b7737 35%,#808e71 66%,#808e71 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	animation:glow 5s linear infinite;
	background-size:200%;
}
@-webkit-keyframes glow{
0%{background-position:0% 43%;}
50%{background-position:100% 58%;}
100%{background-position:0% 43%;}
}
@keyframes glow{
0%{background-position:0% 43%;}
50%{background-position:100% 58%;}
100%{background-position:0% 43%;}
}
#PrivateLabel-CoverPop-cover p{
	color:#000;
	font-size:16px;
	line-height:22px;
	margin:10px 0 15px 0;
	padding:0;
}
#PrivateLabel-CoverPop-cover p a{
	color:#497637;
	border:3px #497637 solid;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	padding:12px 30px;
}
#PrivateLabel-CoverPop-cover p a:hover{
	color:#000;
	border:3px #000 solid;
}
#PrivateLabel-CoverPop-cover {
	display: none;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8000;
	-webkit-animation: fade-in .25s ease-in;
	-moz-animation-name: fade-in .25s ease-in;
	-ms-animation-name: fade-in .25s ease-in;
	-o-animation-name: fade-in .25s ease-in;
	animation-name: fade-in .25s ease-in;
}
.CoverPop-open #PrivateLabel-CoverPop-cover {
	display: block;
	height:100%;
}
.splash-center-PrivateLabel a.CoverPop-close-PrivateLabel{
	color:#fff;
	background:red;
	padding:10px 20px 10px 20px;
	margin:10px 0 0 0;
}
.splash-PrivateLabel .splash-center-PrivateLabel a.coverpop-disable{
	margin:15px 0 0 0;
	font-size:12px;
	color:#000;
	text-decoration:none;
	background:#f2f2f2;
	display:inline-block;
	padding:5px 20px 5px 20px;
	border:1px #d7d7d7 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.splash-PrivateLabel .splash-center-PrivateLabel a.coverpop-disable:hover{
	background:#e7e7e7;
}
#close-top-PL{
	display:inline-block;
	background:#242424;
	color:#fff;
	font-size:0.875rem;
	font-weight:bold;
	float:right;
	margin:0 0 10px 0 !important;
	padding:5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
#close-top-PL:hover{
	background:#525252;
}
.used-sale-finance-promo {
    margin-top: 12px;
    padding: 12px 18px;
    min-height: 120px;
	background-color:#ffd800;
}
.used-sale-finance-promo_title {
    color: #28871f;
    font-weight: bold;
    font-size: 1.2rem;
}
@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
#active-popup-aviso {
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999999999;
}
h3.aviso {
	font-size:20px;
	color:#f97352!important;
	font-weight:bold;
	margin-right:10px;
	display:inline-block;
}
p.aviso {
	font-size:14px;
	color:#555555!important;
}
.badgeaviso {
	background-color: #f97352!important;
	font-weight: 300!important;
	margin-top: -7px!important;
}
#popup-container-aviso {
	width: 100%;
	height: auto;
	margin: 0;
	position: fixed;
	z-index: 99999999999;
	bottom: 0;
	left:0;
	right:0;
	display: none;
	background: #FFF;
	padding:2%;
}
.splash-bg-aviso {
	padding:10px;
}
.modal-content-aviso {
	position: relative;
	text-align: center;
}
#popup-window-aviso { position: relative; }
a.close-aviso {
	position:relative;
	width: 25px!important;
	float: right!important;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background: transparent!important;
	color: #555555!important;
	border: none!important;
	font-size: 35px!important;
	padding: 0!important;
	outline: 0;
	cursor:pointer;
	z-index: 99999;
}
.eq-seasonal-sale-content{
	padding:20px;
	margin:20px 0 20px 0;
	background:#f3f3f3;
    font-size: 30px;
    font-weight: bold;
    color: #28871e;
    border:2px #28871f solid;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:-1px;
}
.Promo-Link-Button-Holder a.tradein-btn{
	display:inline-block;
	background:transparent;
	border:2px black solid;
	padding:12px 25px;
	text-align:center;
	text-transform:uppercase;
	font-size:15px;
	color:#000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.Promo-Link-Button-Holder a.tradein-btn:hover{
	border:2px gray solid;
	color:gray;
}
.browse-details a.tradein-btn{
	display:block;
	background:#28871e;
	padding:7px 0;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	color:#fff !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.browse-details a.tradein-btn:hover{
	background: #000;
}
.clinic-container{
	border:4px #497637 solid;
	padding:30px;
	margin:0 0 25px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.clinic-container .clinic-main-heading{
	font-size:36px;
	font-weight:bold;
	color:#497637;
}
.clinic-container .clinic-sub-heading{
	font-size:22px;
	font-weight:bold;
	color:#2b2b2b;
	padding:2px 0 10px 0;
	margin:2px 0 15px 0;
	border-bottom:2px #497637 solid;
}
#BuyOnlineHolder{
	padding:50px 40px 50px 40px;
	background:#eaeaea;
}
#BuyOnlineHolder ul{
	margin:0;
}
#BuyOnlineHolder ul li{
	padding:10px;
}
#BuyOnlineHolder ul li a,
#BuyOnlineHolder a.cta
{
	background:#fff;
	font-weight:bold;
	color:#000;
	display:block;
	padding:10px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
#BuyOnlineHolder ul li a:hover,
#BuyOnlineHolder a.cta:hover
{
	-webkit-box-shadow: 1px 0px 9px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow:    1px 0px 9px 0px rgba(0, 0, 0, 0.13);
	box-shadow:         1px 0px 9px 0px rgba(0, 0, 0, 0.13);	
}
#BuyStihlOnlineHolder{
	margin-bottom:30px;
}
#BuyStihlOnlineHolder ul{
	margin:0;
}
#BuyStihlOnlineHolder ul li{
	padding:10px;
}
#BuyStihlOnlineHolder ul li a{
	background:#fb5c0d;
	font-weight:bold;
	color:#fff;
	display:block;
	padding:10px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}
#BuyStihlOnlineHolder ul li a:hover{
	background:#f7590b;
}
.YES-table tr td{
	vertical-align:top;
	padding:10px 5px 10px 5px;
}
ul.tableacc{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
ul.tableacc li ul{
	display:none;
}
ul.tableacc li {
	display:block;
	margin:0 0 10px 0;
}
ul.tableacc li ul li {
	border-bottom:0px transparent none;
	margin:0 0 6px 0;
    padding: 0 .625rem .25rem;		
}
ul.tableacc li a.table-trigger{
	display:block;
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#497637;
	text-transform:uppercase;
	padding:5px 15px 5px 15px;
	background:#f4f4f4;	
	border:1px #cfcfcf solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
ul.tableacc li a.table-trigger:hover{
	background:#e5e5e5;	
}
ul.tableacc li a.table-trigger span{
	margin-left:10px;
}
ul.faqacc{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
ul.faqacc li ul{
	display:none;
	margin:0;
	padding:6px;
}
ul.faqacc li {
	display:block;
	margin:0 0 10px 0;
}
ul.faqacc li ul li {
	border-bottom:0px transparent none;
	margin:0 0 8px 0;
    padding: 0 5px;		
}
ul.faqacc li a.table-trigger{
	display:block;
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#497637;
	padding:10px 0;
	border-bottom:1px #cfcfcf solid;
}
ul.faqacc li a.table-trigger span{
	margin-left:10px;
}
ul.child_sub_links{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
ul.child_sub_links li{
	margin-bottom:20px;
	line-height:2;
}
ul.child_sub_links li a:hover{
	text-decoration:underline;
	text-indent:8px;
}
.promo-border-bx{
	padding:20px;
	border:thin silver solid;
}
.unmargin{
	margin:0 !important;
	padding:0;
}
.coupon-cut{
	border:thick black dotted;
	padding:20px;
	margin-bottom:15px;
}
.coupon-cut h2{
	font-size:40px;
	font-weight:bold;
}
.get-connected-content-holder--equal {
    display: flex;
    gap: 10px;
}
.get-connected-content-holder--equal .gc-column {
    display: inline-block;
    vertical-align: top;
    flex: 1;
}
.get-connected-content-holder--equal .gc-column--padded {
    display: inline-block;
    vertical-align: top;
    flex: 1;
    padding: 0 20px;
}
.get-connected-content-holder--notequal {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.get-connected-content-holder--notequal .gc-column {
    display: inline-block;
    vertical-align: top;
    flex: none;
}
.get-connected-content-holder--notequal .gc-column--padded {
    display: inline-block;
    vertical-align: top;
    flex: none;
    padding: 0 20px;
}
.gc-accordion {
    width: 100%;
    overflow: hidden;
}
.gc-accordion-header {
    background: #387c2b;
    color: white;
    padding: 15px;
    cursor: pointer;
    margin-top: 8px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.gc-accordion-header:hover {
    background: #161816;
}
.gc-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out, padding 0.3s ease-out;
}
.gc-accordion-content.open {
    max-height: 100%;
    padding: 20px 0;
}

/* STICKY FOOTER RIBBON */
#sticky_ribbon_container {
	width:100%;
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	z-index:300;
}
#sticky_ribbon_container a.sticky_ribbon{
	width:100%;
	display:block;
	background: #fdd106;
	padding: 18px 0 18px 0;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	transition: 0.4s all;
}
#sticky_ribbon_container a.sticky_ribbon:hover{
	background: #000;
	color:#fdd106;
}
#sticky_ribbon_container a.sticky_ribbon i.fas{
	font-size:24px;
}

/* CAPTCHA */
#MyCaptcha {
    width: 95%;
    margin: 0;
    padding: 0;
    clear: both;
}
#MyCaptcha label {
    display: none;
}
#MyCaptcha .field.recaptcha .recaptcha_widget > div > div {
    margin: 0 auto;
    width: 95%;
}
#MyCaptcha div div div {
    width: 90% !important;
}
#MyCaptcha div div div div {
    width: 100px !important;
}
.recaptcha_widget > div {
    max-width: 304px;
    width: auto !important;
}
.recaptcha_widget iframe {
    width: 100% !important;
}

/* MISCELLANEOUS SECTION */
.show-on-print{
	display:none;
}
.linkfield-buttons{
    padding: 6px 0;
}
.button-list {
    list-style-type: none;
    margin: 0;
}
.button-list li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
a.ghost--btn {
    display: inline-block;
    overflow: hidden;
    font-size: 1rem;
    padding: 10px 25px;
    border: 2px #3e3e3e solid;
    text-align: center;
    background: #fff0;
    color: #3e3e3e;
    -webkit-transition: color 1s cubic-bezier(.25,1,.25,1),background-color 1s cubic-bezier(.25,1,.25,1);
    transition: color 1s cubic-bezier(.25,1,.25,1),background-color 1s cubic-bezier(.25,1,.25,1);
    opacity: 1;
    visibility: inherit;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate3d(0,0,0)
}
a.ghost--btn .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3e3e3e;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
a.ghost--btn:focus .hover,
a.ghost--btn:hover .hover {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}
a.ghost--btn .text {
    display: inline-block;
    position: relative;
    color: #3e3e3e;
    width: 100%;
    -webkit-transition: color .5s cubic-bezier(.19,1,.22,1);
    transition: color .5s cubic-bezier(.19,1,.22,1)
}
a.ghost--btn:focus .text,
a.ghost--btn:hover .text {
    color: #fff
}
a.ghost--btn-light {
    display: inline-block;
    overflow: hidden;
    font-size: 1rem;
    padding: 10px 25px;
    border: 2px #fff solid;
    text-align: center;
    background: transparent;
    color: #fff;
    -webkit-transition: color 1s cubic-bezier(.25,1,.25,1),background-color 1s cubic-bezier(.25,1,.25,1);
    transition: color 1s cubic-bezier(.25,1,.25,1),background-color 1s cubic-bezier(.25,1,.25,1);
    opacity: 1;
    visibility: inherit;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate3d(0,0,0)
}
a.ghost--btn-light .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
a.ghost--btn-light:focus .hover,
a.ghost--btn-light:hover .hover {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}
a.ghost--btn-light .text {
    display: inline-block;
    position: relative;
    color: #fff;
    width: 100%;
    -webkit-transition: color .5s cubic-bezier(.19,1,.22,1);
    transition: color .5s cubic-bezier(.19,1,.22,1)
}
a.ghost--btn-light:focus .text,
a.ghost--btn-light:hover .text {
    color: #000
}
.button {
    background: #181717;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 10px 25px;
    transition: 0.4s all
}
.button:hover {
    background: #3f3c3c;
}
.button.large{
    padding: 20px 45px;
}
.special-green{
    background: #497637 !important;
    color: #fdd106 !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 20px 35px;
    border-radius: 3px;
    transition: 0.4s all    
}
.special-green:hover{
    background: #3b5f2d !important;
    color: #fdd106 !important;  
}
.dark-grey-panel {
    background: #333;
    padding: 30px;
    color: #fff;
}
.green-btn{
    background: #497637 !important;
    color: #fff!important;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 10px 25px;
    border-radius: 3px;
    transition: 0.4s all    
}
.green-btn:hover{
    background: #3b5f2d !important;
}
.green-button {
    background: #497637;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 12px 45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.green-button:hover {
    background: #2f6325;
    color: #ffdd00 !important;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
}
.yellow-button {
    background: #ffdd00;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 12px 45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.yellow-button:hover {
    background: #edcf0e;
	color: #000 !important;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
}
.black-button {
    background: #151515;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 10px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.black-button:hover {
    color: #fff !important;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
}
.radius{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button.full {
    width: 100%;
    display: block !important;
}
.zoom-container {
	overflow: hidden;
}
.zoom {
	position: relative;
	float: inherit;
	background: none;
	transition: transform .5s;
}
.zoom:hover {
	z-index: 100;
	-ms-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
#success-script {
    padding: 20px;
    position:absolute;
    top:30%;
    z-index:1001;
    width:100%;
}
.boxes .window {
	background: rgba(73, 118, 55, 0.9);    
	color:white;
    margin: 0 auto;
    text-align:center;
    z-index: 9999;
    width:75%;
}
.boxes #dialog {
    padding: 60px;
}
.boxes #dialog a {
    font-size: 18px;
    font-weight:bold;
    color: #fff;
    text-transform: uppercase;
}
.fadeoff img{
	opacity: 1;
    transition: 0.4s all;	
}
.fadeoff:hover img{
	opacity: 0.6;
}
.uparrow {
    background-color: #242424;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    padding:10px;
    width:50px;
    height:50px;
    bottom: 10%;
    left:0;
    right:0;
    margin:0 auto;
    display: none;
}
.uparrow:hover {
    background-color: #1e1e1e;
}
.uparrow .arrow{
    position: absolute;
    transform: rotate(44deg); /* IE */
    -webkit-transform: rotate(45deg);
    border: solid #7d7d7d;
    border-width: 2px 0 0 2px;
    padding: 7px;
    top:40%;
    left:35%;
    box-shadow: 0px 0px 0px transparent;
}
.userform .left {
    font-weight: normal !important;
}
.dark-overlay{
    background: rgba(0, 0, 0, .85);
}
.box-shadow{
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.20);
}
.white-txt{
    color: #fff;
}
.slide-content-pad{
    padding: 24px 120px;
}
.p-24{
	padding: 24px 0px;
}
.bottom_green_accent:after {
    content: "";
    display: block;
    padding-top: 4px;
    margin: 0 auto;
    width: 15%;
    border-bottom: 3px solid #367c2b;
}

/* WIDGETS */
.WidgetHolder {
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}
.widget-contain {
    width: 100%;
    height: auto;
}
.widget-contain iframe {
    width: 100%;
    height: auto;
}
.widget-contain img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.youtubewidget {
    margin: 0;
    padding: 0;
    background: #2f2f2f;
}
.youtubewidget li {
    list-style-type: none;
    margin: 0 0 6px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px #585858 dotted;
}
.youtubewidget li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.youtubewidget li a:hover {
    text-decoration: underline;
}
.elementToFadeIn {
    -webkit-animation: fadeinout 4s linear 1 forwards;
    animation: fadeinout 4s linear 1 forwards;
}

/* ICONS */
.ico-dynamic,
.ico-dynamic use{
	fill: var(--main-text-color);
}
.fourteen,
.fourteen use
{
	width: 14px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
}
.sixteen,
.sixteen use
{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
}
.eightteen,
.eightteen use
{
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}
.twenty,
.twenty use
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
}
.twentytwo,
.twentytwo use
{
	width: 22px;
	height: 22px;
	vertical-align: middle;
	display: inline-block;
}
.twentyfour,
.twentyfour use
{
	width: 24px;
	height: 24px;
	vertical-align: middle;
	display: inline-block;
}
.twentyeight,
.twentyeight use
{
	width: 28px;
	height: 28px;
	vertical-align: middle;
	display: inline-block;
}
.thirty,
.thirty use
{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	display: inline-block;
}
.orange,
.orange use
{
	fill:#e24407;
}
.red,
.red use
{
	fill:#d40808;
}
.grey,
.grey use
{
	fill:#5f6368;
}
.silver,
.silver use
{
	fill:#919397;
}
.black,
.black use
{
	fill:#151515;
}
.white,
.white use
{
	fill:#ffffff;
}
.green,
.green use
{
	fill:#497637;
}
.facebook-blue,
.facebook-blue use
{
	fill:#0f6ce3;
}
.twitter-black,
.twitter-black use
{
	fill:#151515;
}
.tiktok-black,
.tiktok-black use
{
	fill:#012120;
}
.insta-purple,
.insta-purple use
{
	fill:#a612f1;
}
.linkedin-blue,
.linkedin-blue use
{
	fill:#006eab;
}
.youtube-red,
.youtube-red use
{
	fill:#ff0000;
}
.email-grey,
.email-grey use
{
	fill:#474747;
}
.theme--kubota .special,
.theme--vermeer .special,
.theme--landpride .special,
.theme--newhollandag .special,
.theme--newhollandce .special,
.theme--hustler .special,
.theme--toro .special,
.theme--echo .special,
.theme--arrowquip .special,
.theme--greatplains .special
{
	fill:#fff;
}

@-webkit-keyframes fadeinout {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeinout {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* LANDING PAGE */
#MfgCats_Section{
	width: 100%;
}
#MfgCats_Section h2.dyn-mfg-heading{
    font-size: 1.75rem;
    font-weight: bold;
    color: #222;
    text-align: left;
    position: relative;
    line-height: 1.4;
    margin: 10px 0 10px 0;
}
#MfgCats_Section a.mfgprod-link {
	display: block;
	font-size: 1rem;
    font-weight: 700;
	text-align: center;	
	color: #1b1b1b;
    text-decoration: underline;
}
#MfgCats_Section a.mfgprod-link:hover {
	text-decoration: none;	
}
#MfgCats_Section .mfg-brand-pic,
#MfgCats_Section .dept-pic
{
    width: 100%;
    max-height: 225px;
    overflow: hidden;
    transition: 0.4s all;
}
#MfgCats_Section .dept-pic img,
#MfgCats_Section .mfg-brand-pic img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s all;
}
#MfgCats_Section .dept-pic img:hover,
#MfgCats_Section .mfg-brand-pic:hover
{
    opacity:0.7;
}
#MfgCats_Section .equipment-result-container .inner-contain{
	background-color: #f5f8f6;
	border:solid 1px #cbcfcc;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;		
}
#MfgCats_Section .equipment-result-container .inner-contain .product-grid-title {
    padding: 16px 10px;
}
#MfgCats_Section .equipment-result-container .inner-contain .category-blurb{
	padding: 10px;
	font-size:0.875rem;
}
#MfgCats_Section .equipment-result-container .inner-contain .category-blurb p{
	font-size:0.875rem;
	color: #353535;
}
#MfgCats_Section .equipment-result-container .inner-contain .category-blurb h1,
#MfgCats_Section .equipment-result-container .inner-contain .category-blurb h2,
#MfgCats_Section .equipment-result-container .inner-contain .category-blurb h3,
#MfgCats_Section .equipment-result-container .inner-contain .category-blurb h4
{
    font-size:20px;
}

/* SHOPPING CART TAB */
.shoppingcart-fixed {
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 500;
}
.shoppingcart-fixed > a {
    display: block;
    width: 120px;
    padding: 10px 70px 10px 10px;
    position: absolute;
    top: 45px;
    left: -65px;
    background: #1b1b1b;
    text-align: center;
}
.shoppingcart-fixed > a span {
    display: block;
    line-height: 1;
    padding-top: 10px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
}

/* USERFORMS */
.step-buttons{
    margin-bottom: 25px;
}
h2.progress-title{
    font-size: 26px;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 1600px){
	#Masthead_Section .mast-inner .mast-start .padder {
		padding: 10px 5px;
	}
	.hide-semilarge{
		display: none !important;
	}
	.locale-finder ul li button.StoreLocationsPicker-trigger {
		padding: 5px 15px;
	}		
}
@media only screen and (max-width: 1366px) {
    #DepartmentBlocks_Section ul.main_index_ctas li a span.mini-head{
        font-size: 1.125rem;
    }     
}	
@media only screen and (max-width: 1280px){   
    #Hero_Section .vertical {
        height: 400px;
    }
	#ribbon-inner .ribbon-description h1 {
		font-size: 52px;
	}
    .custom-show-for-xlarge-up {
        display: none;
    }
    .custom-hide-for-xlarge-up {
        display: block;
    }	      		
}
@media only screen and (max-width: 1024px){	
    #Hero_Section .vertical {
        height: 310px;
    }    
	#ribbon-inner .ribbon-description h1 {
		font-size: 46px;
	}		
	.form-header {
		font-size: 34px;
	}		
	.category-title{
		text-align: center;
	}
	button {
	    padding: 15px 25px;
	}
    .custom-show-for-large-up {
        display: none;
    }
    .custom-hide-for-large-up {
        display: block;
    }	
    .overlay-content .popup-search form#Form_StandAloneForm {
        width: 95%;
    }    									
}
@media only screen and (max-width: 960px){
    .masthead_form_container input.text, 
    .masthead_form_container input.title, 
    .masthead_form_container select, 
    .masthead_form_container input:not([type]), 
    .masthead_form_container input[type=text], 
    .masthead_form_container input[type=search], 
    .masthead_form_container textarea 
    {
        width: 100%;
    }  
    .masthead_form_container form#Form_StandAloneForm fieldset{
        margin:0;
    }  
    #Department_Section {
        padding: 30px 0px;
    }    
    #Department_Section .grid-block-card {
        background-image: none !important;
        background-color: #497637 !important;
        height: 60px !important;
        max-height: 60px !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;        
    }    
    #Department_Section .grid-block-card .title-placement h2 {
        font-size: 1.375rem;
        line-height: normal;
        margin: 0;
    }    
    #Department_Section .grid-block-card .title-placement h2:after {
        padding-top: 0px;
        border-bottom: 0px none transparent;
    } 
    #Welcome_Section {
        display:none;
    }  
    #Brands_Section {
        padding: 20px;
    }    
    #Brands_Section .primary_heading_home {
        font-size: 1.5rem;
        width: 100%;
        margin: 0 auto 20px auto;
    }  
    #Locales_Section {
        background-color: #242424;
    }    
    #Locales_Section .field_box_bg {
        padding: 0px;
    }     
    #Search_Listings_Section {
        padding: 20px;
    }    
    #Search_Listings_Section h3.units_available--title {
        font-size: 1.75rem;
    } 
    .listings_section {
        margin-bottom: 0px;
    }                 
	.boxed-grid {
		margin: 0 0 4px 0;
	}			
    .padding-left-on-mobile {
        padding-left: 20px;
    }
    .padding-right-on-mobile {
        padding-right: 20px;
    }
    .page-banner {
        min-height: 100px;
        padding: 20px;
    }
	.featured-summary{
		padding: 12px;
	}
	.category-grid .card{
		min-height: 240px;
	}
    .custom-show-for-medium-up {
        display: none !important;
    }
    .custom-hide-for-medium-up {
        display: block;
    }
    .custom-show-for-small-only {
        display: block;
    }
    .iphone-block {
        display: block !important;
    }
    .iphone-hide {
        display: none !important;
    }	
	.overlay-content form#Form_StandAloneForm {
		width: 90%;
	} 
    #Footer_Section .inner {
        padding: 20px 20px 70px 20px;
    }    
    #Footer_Section .footdesk-item{
        display:none;
    }    
    #Footer_Section .footacc-item{
        display:block;
    } 
    #sticky_ribbon_container a.sticky_ribbon {
        padding: 10px 0;
        font-size: 20px;
    }    
    .get-connected-content-holder--equal {
        flex-direction: column;
    }
    .get-connected-content-holder--notequal {
        flex-direction: column;
    }
    .get-connected-content-holder--equal .gc-column img.squeeze,
    .get-connected-content-holder--notequal .gc-column img.squeeze 
    {
        display: block;
        overflow: hidden;
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .gc-accordion-header {
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
        text-transform: none;
    }
    .gc-accordion-content.open {
        max-height: 100%;
    }       	
}
@media only screen and (max-width: 640px){
	.ten-off-banner{
		font-size:34px;
		margin-bottom:20px;
	}        
    #Hero_Section .vertical {
        height: 240px;
    }   
    #Button_Section {
        padding: 20px 0 10px 0;
    }    
    #Button_Section a.button-spotlight {
        padding: 10px;
        font-size: 1.375rem;
    }    
    .search-area {
        flex-direction: column;
    }
    .search-area .search-submit input[type="submit"] {
        width: 100%;
    }        
    .link-text {
        font-size:1.125rem;
    }    
    .button.large {
        font-size: 1rem;
    }    
    .main-body {
        padding: 20px;
    }    
    .Custom_Mfg_Bar{
        padding: 10px;
    }
    .mfg-logo-holder img{
        width: 50%;
    }  
    #MfgCats_Section h2.dyn-mfg-heading {
        font-size: 1.375rem;
    }   
    .store_association--section h3.store-assc-header {
        font-size: 1.375rem;
    }       
	a.ghost--btn {
		font-size: 0.875rem;
		padding: 8px 15px;
	}
	.button {
		font-size: 0.875rem;
		padding: 8px 15px;
	}		
	.ribbon-background {
		min-height:auto;
	}
	#ribbon-inner {
		padding: 20px;
	}
	#ribbon-inner .ribbon-description h1 {
		font-size: 36px;
		margin:0;
		padding:0;
	}	
	.form-header {
		font-size: 24px;
	}	
	#ribbon-inner .ribbon-description p {
		font-size: 24px;
		line-height: normal;
	}	
	.button {    
		padding: 12px 25px; 
	}
	.white-button {    
		padding: 12px 25px; 
	}	
    .button-list li {
        display: block;
        margin: 0 0 10px 0;
    }    
    a.ghost--btn-light {
        display: block;
    }    
    #Footer_Section .social-block {
        padding: 10px 30px;
        grid-template-columns: repeat(3, 1fr); /* 3 columns on medium screens */
    }  
	.white_body_bg{
		margin:0;
	}
	body.precision-farming .site-wrapper
	{
		background-image:none;
	}
	body.service-inspections .site-wrapper
	{
		background-image:none;
	}    
	#AgTech_Welcome_Section{
		padding:30px;
	}		
	#category-blocks li{
		border-right:0px;
	}
	.export-column form fieldset {
	    padding: 0;
	}	     
	.values_video iframe{
		height:auto;
	}	
	body .splash-center {
		width: 90%;
		padding:20px;
	}
	body .splash-center .CoverPop-inner_border {
	    padding: 20px;
	}
	#CoverPop-cover p a {
	    font-size: 16px;
	    padding: 10px;
	}		
	body .splash-center-PrivateLabel {
	    width: 90%;
	    padding:20px;
	}
	body .splash-center-PrivateLabel .CoverPop-inner_border {
	    padding: 20px;
	}	
	#PrivateLabel-CoverPop-cover h2.PL-popup-text {
	    font-size: 22px;
	    line-height:1.4;
	}	
	#PrivateLabel-CoverPop-cover p a {
	    font-size: 16px;
	    padding: 10px;
	}	           		
}