﻿/* H&R Agri-Power Theme */
/* 
	Theme Colors 
	red : #dc1434
	yellow : #f3b909
	grey : #141414
	
	Fonts
	font-family: 'Khand', sans-serif;
	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;
}
.button.hollow, 
.button.hollow.disabled, 
.button.hollow[disabled], 
.button.hollow.disabled:hover, 
.button.hollow[disabled]:hover, 
.button.hollow.disabled:focus, 
.button.hollow[disabled]:focus {

    border: 1px solid #dc1434;
    color: #dc1434;
	font-weight: 500;
}
.bg-wallpaper{
    background-position:center center; 
    background-repeat:no-repeat; 
    background-size:cover;
    background-attachment: fixed;
}
.main-body{
    background-color: #fff;
    padding: 30px;
}
.embed iframe {
  display: inline-block;
}
.embed {
  display: flex;
  justify-content: center;
  margin: 0;
}
.embed.centered {
    margin: 0 auto;
}
/* Only insert a divider before items that have a previous sibling */
.breadcrumbs-list li + li::before { content: " / "; margin: 0 .25em; }


/* MASTHEAD SECTION */
#Masthead_Section {
	width: 100%;   
	background-image:url('/_resources/themes/base-foundation-theme/images/hragripower-bg-header.jpg');
	z-index: 200;
    transition: 0.4s all;
}
#Masthead_Section .mast_pad {
    padding: 30px 20px 30px 20px;
}
#Masthead_Section img {
    display: inline-block;
    vertical-align: middle;
}
#Masthead_Section .mast-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Ensures child elements stretch to full height */
    width: 100%;
    height: 90px; /* Define a height only on the container */
}
#Masthead_Section .mast-inner .mast-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#Masthead_Section .mast-inner .mast-start .padder{
    padding: 10px 20px;
}
#Masthead_Section .mast-inner .mast-start .logo-spacer{
    width: 1px;
    margin: 0 10px;
    height: 100%; /* Takes full height from .mast-inner */
    display: flex; /* Ensures child elements align properly */	
    border-left: solid 1px #e6e6e6;
}
#Masthead_Section .mast-inner .mast-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
#Masthead_Section .mast-inner .mast-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#Masthead_Section .submenu {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 15px;
}
#Masthead_Section .mast-inner .masthead_search_button{
	background-color: transparent;
	padding: 8px 12px;
}
#Masthead_Section .mast-inner button.masthead_search_button:hover svg circle, 
#Masthead_Section .mast-inner button.masthead_search_button:hover svg path {
    stroke:red;
}
#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: #dc1434;
}
.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{
	background-image:url('/_resources/themes/base-foundation-theme/images/hragripower-bg-header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;   
    z-index: 200;
    transition: 0.4s all;
}
#MobileMastHead_Section .mobile-mast-inner{
	width:100%;
	padding:20px;
	position: relative;
}
#MobileMastHead_Section .dealer_logo {
	width: 70%;
}
#MobileMastHead_Section .menu_box_bar--wrapper {
	display:block;
    border: 1px white solid;
    padding: 10px
}
.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;
}
.mobile_locale_dropdown{
	padding: 20px 5px;
}

/* SEARCH BOX SECTION */
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
    background: rgba(9, 9, 9, 0.9); /* Adjust transparency if needed */
    backdrop-filter: blur(10px); /* Applies the blur effect to the background */
    -webkit-backdrop-filter: blur(10px); /* For Safari support */
}
.overlay-content {
	position: relative;
	top: 25%;
	width: 98%;
	margin-top: 30px;
	margin: auto;
}
.overlay-content h2 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}
.overlay .closebtn:hover,
.overlay .closebtn:active,
.overlay .closebtn:focus {
	color: #dc1434;
	outline: none;
	border: none;
}
.overlay input[type=text] {
	display: inline-block;
	font-size: 40px;
	vertical-align: top;
	padding: 0;
	border: none;
	margin: 0;
	color: #000;
	background: transparent;
	text-transform: none;
	cursor: auto;
}
.overlay input::-webkit-input-placeholder {
	color: #000;
	text-transform: none;
}
.overlay input::-moz-placeholder {
	color: #000;
	text-transform: none;
}
.overlay input:-ms-input-placeholder {
	color: #000;
	text-transform: none;
}
.overlay input:-moz-placeholder {
	color: #000;
	text-transform: none;
}
.overlay-content .popup-search form#Form_StandAloneForm {
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.popup-search form#Form_StandAloneForm .field{
	margin:0;
	padding:0;
}
.popup-search form#Form_StandAloneForm .field input.text,
.popup-search form#Form_StandAloneForm .field input
{
    margin: 0;
    padding: 20px;
    font-size: 0.95rem;
    height:75px;
    background-color: #fff;
    border:0px transparent none;
    border-radius: 0;
    box-shadow: inset 0px 0px 0px rgb(0 0 0 / 0%);
}
.popup-search form#Form_StandAloneForm fieldset {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.popup-search form#Form_StandAloneForm .btn-toolbar{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.popup-search form#Form_StandAloneForm .btn-toolbar .action {
	background: #dc1434;
    height: 100%;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px;
    border:none 0 transparent;
    border-radius: 0;
}
.popup-search form#Form_StandAloneForm .btn-toolbar .action:hover {
	background: #000;
}

/* AFTER HOURS POPUP */
.after--hours--wrap h3 {
    background: #ededed;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.after--hours--wrap ul.afterhours-popup li {
    line-height: 1.6;
    font-size: 15px;
}

/* CUSTOM MFG BAR */
.Custom_Mfg_Bar{
    padding: 20px;
}
.mfg-logo-holder{
    width: 100%;
}

/* HERO SECTION */
#HomeHero_Section {
    position: relative;
    padding: 25px;
    background-image: url('/_resources/themes/base-foundation-theme/images/hragripower-bg-main.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
#HomeHero_Section .slider_padding {
    margin-right: 20px;
}
#HomeHero_Section  .sprite-tile {
    position: relative;
    width: 100%;
    aspect-ratio: 360 / 290;
}
#HomeHero_Section .sprite-tile > .grid-block-card {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#HomeHero_Section .grid-block-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('/_resources/themes/base-foundation-theme/images/cat_sprites.png');
    background-repeat: no-repeat;
    background-size: 211.111% 213.793%;  /* responsive, gutter-aware */
}
.bg-grid_powersportsRanger::before { background-position:  2.5%   3.0303%; }
.bg-grid_compactCE::before         { background-position: 97.5%   3.0303%; }
.bg-grid_farmequipment::before     { background-position:  2.5%  96.9697%; }
.bg-grid_lawngarden::before        { background-position: 97.5%  96.9697%; }
#HomeHero_Section .grid-block-card .title-placement {
    position: relative;
    z-index: 2;
    text-align: center;
}
#HomeHero_Section .grid-block-card .title-placement h2 {
    display: inline-block;
    font-family: 'Khand', sans-serif;
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: .025em;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
}
#HomeHero_Section .grid-block-card .title-placement h2:before {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
}
#HomeHero_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 #e3c097;
}
#HomeHero_Section .grid-block-card:hover .title-placement h2:after {
    transform: scaleX(1);
    width: 60%;
}
#HomeHero_Section .grid-block-card .title-placement p {
    color: #fff;
	font-size: 15px;
}

/* FINANCE SECTION */
#Finance_Section {
    padding: 20px;
}
#Finance_Section .grid-block-card {
    position: relative;
    overflow: hidden;
    height: 300px;
	max-height: 300px;
	transition: 0.7s all;
    display: flex;
    align-items: center;     /* vertical centering */
    justify-content: center; /* horizontal centering */	
}
#Finance_Section .grid-block-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); /* adjust opacity here */
    z-index: 1;
    pointer-events: none;
	transition: 0.7s all;
}
#Finance_Section .grid-block-card .title-placement {
    z-index: 2;
    text-align: center;
}
#Finance_Section .grid-block-card .title-placement h2 {
    display: inline-block;
    font-family: 'Khand', sans-serif;
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: .025em;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
}
#Finance_Section .grid-block-card .title-placement h2:before {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
}
#Finance_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 #e3c097;
}
#Finance_Section .grid-block-card:hover .title-placement h2:after {
    transform: scaleX(1);
    width: 60%;
}
#Finance_Section .grid-block-card:hover::before {
    background: rgba(0, 0, 0, 0.5);
}
#Finance_Section .grid-block-card .title-placement p {
    color: #fff;
	font-size: 15px;
}

/* SHOWROOM SECTION */
#Showroom_Section{
    padding: 60px 20px;
}
#Showroom_Section .showroom-thumb{
    max-height: 180px;
    margin: 0 auto;
}
#Showroom_Section span.sub-head {
    display: block;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #787878;
    margin: 0;
    padding: 0;
}
#Showroom_Section .eq_title {
    font-family: 'Khand', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 6px 0;
}
#Showroom_Section ul.sub-buttons {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
    list-style-position: outside;
}
#Showroom_Section ul.sub-buttons li {
    display: inline-block;
}
#Showroom_Section ul.sub-buttons li a {
    background: transparent;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 1px solid #b8b8b8;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #828282;
    text-align: center;
    padding: 8px 25px;
    margin: 0 5px 0 5px;
}
#Showroom_Section ul.sub-buttons li a:hover {
    background-color: #b8b8b8;
    color: #fff;
}
.eq_grid_pad {
    padding: 20px 0 20px 0;
}
.showroom-tile {
    position: relative;
    width: 100%;
    max-width: 276px;
    aspect-ratio: 276 / 180;
    margin-inline: auto;
}
.showroom-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('/_resources/themes/base-foundation-theme/images/css_sprites.png');
    background-repeat: no-repeat;
    background-size: 321.739% 333.333%;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}
.bg-hragripower_vt_tractor::before        { background-position:  1.633%  2.381%; } /* col 1 */
.bg-hragripower_vt_utv::before            { background-position:   50%    2.381%; } /* col 2 */
.bg-hragripower_vt_hay_forage::before     { background-position: 98.367%  2.381%; } /* col 3 */

/* Row 2 (y = 50%) */
.bg-hragripower_vt_construction::before   { background-position:  1.633%    50%; }
.bg-hragripower_vt_harvester::before      { background-position:    50%     50%; }
.bg-hragripower_vt_lawngarden::before     { background-position: 98.367%    50%; }

/* Row 3 (y = 97.619%) */
.bg-hragripower_vt_planter::before        { background-position:  1.633% 97.619%; }
.bg-hragripower_vt_sprayer::before        { background-position:    50%  97.619%; }


/* WELCOME SECTION */
#Welcome_Section{
    background-image: url('/_resources/themes/base-foundation-theme/images/new-welcome-bg.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#Welcome_Section .wallpaper-overlay{
    background: rgba(0, 0, 0, 0.7);
    padding: 100px 20px 100px 20px;
    color: #fff;
}
#Welcome_Section span.main-sub {
    font-size: 1.875rem;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
#Welcome_Section h2.HR-header {
    font-family: 'Khand', sans-serif;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 0.9;
    text-transform: uppercase;
    color: #fff;
}
#Welcome_Section .custom-flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#Welcome_Section .welcome-text-video {
    flex: 0 0 33.3333%; /* 4 of 12 columns */
    padding-right: 2rem;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
#Welcome_Section .inner {
    flex: 0 0 66.6667%; /* 8 of 12 columns */
    padding-left: 2rem;
    box-sizing: border-box;
    color:#fff;
}
#Welcome_Section .inner a{
    color:#fff;
    text-decoration: underline;
}
#Welcome_Section .inner a:hover{
    text-decoration: none;
}
#Welcome_Section iframe.showcase-video{
    width:100%;
    min-height:375px;
}
.welcome-search{
    width: 90%;
    margin:0 auto 75px auto;
}
.welcome-search form#Form_StandAloneForm {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.welcome-search form#Form_StandAloneForm .field{
	margin:0;
	padding:0;
}
.welcome-search form#Form_StandAloneForm .field input.text,
.welcome-search form#Form_StandAloneForm .field input
{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    background-color: transparent; 
    height:65px;
    color:#fff;
    border-left: none 0px transparent;
    border-right: none 0px transparent;
    border-top: none 0px transparent;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
    box-shadow: inset 0px 0px 0px rgb(0 0 0 / 0%);
}
.welcome-search form#Form_StandAloneForm .field input.text:focus,
.welcome-search form#Form_StandAloneForm .field input:focus
{  
        border-bottom: solid 1px #e3c097;
}
.welcome-search form#Form_StandAloneForm fieldset ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.welcome-search form#Form_StandAloneForm fieldset ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.welcome-search form#Form_StandAloneForm  fieldset :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.welcome-search form#Form_StandAloneForm fieldset:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.welcome-search form#Form_StandAloneForm fieldset {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.welcome-search form#Form_StandAloneForm .btn-toolbar{
    display:none;
}
.welcome-search h3 {
    font-family: 'Khand', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
}

/* PRODUCT CATEGORIES SECTION */
.ProductCategories--background{
	padding: 30px;
	background: #e9e9e9;
}
.ProductCategories--background .icon-categories-image{
	width: 100%;
	height: 125px; /* Set desired fixed height */
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.ProductCategories--background .icon-categories-image img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	display: block;
	transition: transform .8s;
    transform-style: preserve-3d;
	margin: 0 auto 15px auto;
}
.ProductCategories--background .icon-categories-image:hover img {
    transform: rotateY(180deg);
    transition-duration: 1s;
}
.ProductCategories--background h1.icon-categories-heading {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: normal;
}
.ProductCategories--background a {
	transition: 0.4s all;
}
.ProductCategories--background a:hover h1.icon-categories-heading {
	color: #dc1434;
	text-decoration: underline;
}
.full-width-divider {
	width: 100%;
    border: none;
    height: 1px;
    background: #bcbcbc;
}

/* 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;
	font-family: 'Khand', sans-serif;
}
.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: #ee5518;
    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: #bc2d07;
    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-family: 'Khand', sans-serif;
    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;
}

/* SHOWROOM AND LISTINGS */
.Showroom--background {
	background-color: #fff;
}
.Showroom--background .inner {
	padding: 3px 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.primary {
	width: 856px;
	flex-shrink: 0;
}
.secondary-container {
	display: flex;
	flex-direction: column;
	width: calc(100% - 876px);
}
.secondary {
	width: 100%;
}
.boxed-grid {
	position: relative;
	margin: 2px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.primary-line{
	max-height: 553px;
	min-height: 552px;
}
.boxed-grid figure {
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #000;
	text-align: center;
	cursor: pointer;
}
.boxed-grid figure img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	object-fit: cover;
}
.boxed-grid figure img.logo-link {
    display:inherit;
    min-height:auto;
    max-width:none;
    width:auto;
	margin: 0 auto;
    opacity: 1;
	object-fit:none;
}
.boxed-grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.boxed-grid figure figcaption::before,
.boxed-grid figure figcaption::after {
    pointer-events: none;
}
.boxed-grid figure figcaption,
.boxed-grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.boxed-grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.boxed-grid figure .dept-heading {
	font-family: 'Khand', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color:#fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}
.boxed-grid figure .dept-heading,
.boxed-grid figure p {
    margin: 0;
}
.boxed-grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(to bottom,  rgba(238,85,24,0) 0%,rgba(238,85,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
figure.effect-sadie .dept-heading {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover .dept-heading {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* USERFORM STYLES */
.dynamic-form-wrapper {
    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
}

/* BRANDS SECTION */
#Brands_Section{
	padding:40px 20px;
}
#Brands_Section .brands-title{
	font-family: 'Khand', sans-serif;
	font-size:32px;
	line-height:1.3;
	font-weight:600;
	text-transform:uppercase;
	color:#111111;
	text-align:center;
}

/* NEWSLETTER SECTION */
#Newsletter_Section{
    background: #eff1f3;
    padding: 40px;
}
#Newsletter_Section h4 {
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
}
#Newsletter_Section form#Form_NewsletterForm {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    align-items: center;
}
#Newsletter_Section form#Form_NewsletterForm fieldset {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: none;
}
#Newsletter_Section form#Form_NewsletterForm fieldset > div {
    flex: 1 1 45%;
    min-width: 200px;
    margin:0;
}
#Newsletter_Section form#Form_NewsletterForm fieldset > div#Form_NewsletterForm_Captcha_Holder,
#Newsletter_Section form#Form_NewsletterForm fieldset > div.clear 
{
    display:none;
}
#Newsletter_Section form#Form_NewsletterForm fieldset input.text, 
#Newsletter_Section form#Form_NewsletterForm fieldset input.title, 
#Newsletter_Section form#Form_NewsletterForm fieldset input:not([type]), 
#Newsletter_Section form#Form_NewsletterForm fieldset input[type=text], 
#Newsletter_Section form#Form_NewsletterForm fieldset input[type=email], 
#Newsletter_Section form#Form_NewsletterForm fieldset textarea, 
#Newsletter_Section form#Form_NewsletterForm fieldset select 
{
    -webkit-transition: .3s background-color ease;
    -o-transition: .3s background-color ease;
    transition: .3s background-color ease;
    height: 2.75rem;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border: solid 1px #b4b4b4;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #2f2f2f;
}
#Newsletter_Section form#Form_NewsletterForm fieldset input.text:hover, 
#Newsletter_Section form#Form_NewsletterForm fieldset input[type=text]:hover, 
#Newsletter_Section form#Form_NewsletterForm fieldset input[type=email]:hover, 
#Newsletter_Section form#Form_NewsletterForm fieldset textarea:hover, 
#Newsletter_Section form#Form_NewsletterForm fieldset select:hover,
#Newsletter_Section form#Form_NewsletterForm fieldset input.text:focus, 
#Newsletter_Section form#Form_NewsletterForm fieldset input[type=text]:focus, 
#Newsletter_Section form#Form_NewsletterForm fieldset input[type=email]:focus, 
#Newsletter_Section form#Form_NewsletterForm fieldset textarea:focus, 
#Newsletter_Section form#Form_NewsletterForm fieldset select:focus 
{
    background-color: #f3eadf;
}
#Newsletter_Section form#Form_NewsletterForm .btn-toolbar {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
}
#Newsletter_Section form#Form_NewsletterForm .btn-toolbar input[type=submit] {
    -webkit-transition: .3s background-color ease;
    -o-transition: .3s background-color ease;
    transition: .3s background-color ease;
    height: 2.75rem;
    margin: 0;
    padding: 10px 45px;
    font-size: 14px;
    font-weight: normal;
    background-color: #34393d;
    text-transform: none;
    border: 0 transparent none;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
#Newsletter_Section form#Form_NewsletterForm .btn-toolbar input[type=submit]:hover {
    background-color: #1a1a1a;
}

/* LOCALES SECTION */
#Locales_Section .field_box_bg {
    padding: 60px 40px 60px 40px;
}
#Locales_Section a.loc-trigger {
    display: none;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: 'Khand', sans-serif;
    text-transform: uppercase;
}
#Locales_Section a.loc-trigger span {
    display: block;
}
#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 h3 {
    font-family: 'Khand', sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 4px 0;
    padding: 0;
}
#Locales_Section .field_box_bg h3 a {
    font-family: 'Khand', sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 4px 0;
    padding: 0;
}
#Locales_Section .field_box_bg h3 a:hover {
    color: #e3c097;
}
#Locales_Section .field_box_bg p {
    font-size: 14px;
    line-height: 1;
    color: #bfbfbf;
    margin-bottom: 10px;
}
#Locales_Section .field_box_bg p a {
    font-size: 14px;
    line-height: 1.7;
    color: #bfbfbf;
}
#Locales_Section .field_box_bg p a:hover {
    color: #e3c097;
}
#Locales_Section .field_box_bg h4 {
    font-family: 'Khand', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 6px 0;
    padding: 0;
}
#Locales_Section .field_box_bg h4 a {
    font-family: 'Khand', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 6px 0;
    padding: 0;
}
#Locales_Section .field_box_bg h4 a:hover {
    color: #e3c097;
}

/* FOOTER SECTION */
#Footer_Section{
    position: relative;
    background-image: url('/_resources/themes/base-foundation-theme/images/hragripower-bg-footer.jpg');
    background-position: center bottom;    
}
#Footer_Section .inner{
	padding:60px 15px;
}
#Footer_Section div.col-heading{
	font-family: 'Khand', sans-serif;
	font-size:1.625rem;
	color:#fff;
	font-weight:600;
	margin:0 0 10px 0;
	text-transform: uppercase;
}
#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: 1rem;
    color: #fff;
    margin-bottom: 8px;
}
#Footer_Section .footdesk-item ul li a {
    font-size: 1rem;
    color: #fff;
    -webkit-transition: .3s color ease;
    -o-transition: .3s color ease;
    transition: .3s color ease;
}
#Footer_Section .footdesk-item ul li a:hover {
    color: #e3c097;
}
#Footer_Section .footacc-item {
    display:none;
}
#Footer_Section .footacc-item ul.foot-menu li ul {
    display: none;
    margin: 0;
}
#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: 1rem;
    color: #fff;
    -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 {
    color: #dc1434;
}
#Footer_Section .footacc-item ul.foot-menu li {
    padding: 0 .625rem .50rem;
}
#Footer_Section .footacc-item ul.foot-menu li h3 {
    font-family: 'Khand', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #dc1434;
    text-transform: uppercase;
}
#Footer_Section .footacc-item ul.foot-menu li a.foot-trigger {
    font-family: 'Khand', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
#Footer_Section .footacc-item ul.foot-menu li a.foot-trigger span {
    margin-left: 10px;
}
#Footer_Section .social-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 5px; /* spacing between boxes */
    list-style: none;
    padding: 0 30px;
    margin: 0 auto;
}
#Footer_Section .social-block li {
    border: 1px solid #e4e4e4;
    padding: 15px 10px;
    background-color: transparent; /* or any color if needed */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}
#Footer_Section .social-block li:hover {
    background-color: rgba(166, 166, 166, 0.7); /* subtle hover effect */
}
#Footer_Section .social-block a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
}
#Copyright_Section {
    border-top: 1px #171717 solid;
    padding: 30px 20px;
}
#Copyright_Section ul.copyright-menu{
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
}
#Copyright_Section p.foot_menu,
#Copyright_Section ul.copyright-menu li
{
    font-size: 0.875rem;
    display: inline-block;
    color: #727272;
}
#Copyright_Section p.foot_menu a,
#Copyright_Section ul.copyright-menu li a
{
    font-size: 0.875rem;
    color: #727272;
}
#Copyright_Section p.foot_menu a:hover,
#Copyright_Section ul.copyright-menu li 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 #dc1434;
}
.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-family: 'Khand', sans-serif;
	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-family: 'Khand', sans-serif;
	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: #dc1434;    
    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: #dc1434;
    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;
}

/* 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 .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;
}
#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: #dc1434;
    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: #c3102d;
}
#brand-group h3.action-shot-heading{
    display: block;
    width: 100%;
    color:#242424;
    font-weight: 700;
    font-size:26px;
    margin:8px 0 0 0;
    padding: 0;
    z-index:200;
}
#brand-group h3.action-shot-heading a{
    color:#242424;
    font-weight: 700;
    font-size:26px;
}
#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;
}
#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;
}

/* GRID SECTION STYLES */
ul.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.checklist li {
    position: relative;
    line-height: 1.4;
    margin: 0 0 15px 0;
    padding-left: 1.5em;
    color:#3f3f3f;
}
ul.checklist li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1.5em;
    height: 1em;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}
.grid-panel-holder{
    margin-bottom: 10px;
}
.grid-panel-holder h2.section-title{
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom:8px;
    color: rgb(56, 57, 59);
}
.section-seo{
    color: dimgrey;
}
.basic-grid .title{
    font-size: 1.25rem;
    font-weight:700;
    margin-bottom: 5px;
    color: #323232;
}
.basic-grid .grid-photo {
    margin-bottom: 8px;
}
.basic-grid .grid-photo img{
    transition: 0.4s all;
}
.basic-grid .grid-photo:hover img{
    opacity: .8;
}
.basic-grid .desc p{
    font-size:14px;
    color: #424242;
}
.basic-grid a.details-btn{
    display:inline-block;
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #424242;
    text-align: center;
    color:#fff;
}
.basic-grid a.details-btn:hover{
    background-color: #303030;
}
.table-grid .tabular{
    padding: 15px;
    border:solid 1px silver;
}
.table-grid .tabular .grid-photo {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom:6px;
}
.table-grid .tabular .grid-photo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s all;
}
.table-grid .tabular .grid-photo:hover img {
    opacity:.8;
}
.table-grid .tabular .title{
    font-size: 1.375rem;
    font-weight:700;
    color: #424242;
}
.table-grid .tabular .desc p{
    font-size:14px;
    color: #424242;
}
.table-grid .tabular a.details-btn{
    display:inline-block;
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #424242;
    text-align: center;
    color:#fff;
}
.table-grid .tabular a.details-btn:hover{
    background-color: #303030;
}
.stacked-grid .stacked{
    padding: 15px;
    text-align: center;
    -webkit-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-box-shadow: 1px 1px 10px rgb(24 23 23 / 30%);
    box-shadow: 1px 1px 10px rgb(24 23 23 / 30%);   
}
.stacked-grid .stacked:hover{
    -webkit-box-shadow: 1px 1px 15px rgb(24 23 23 / 60%);
    box-shadow: 1px 1px 15px rgb(24 23 23 / 60%);    
}
.stacked-grid .stacked .grid-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom:6px;
}
.stacked-grid .stacked .grid-photo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s all;
}
.stacked-grid .stacked .grid-photo:hover img {
    opacity:0.8;
}
.stacked-grid .stacked .title{
    font-size: 1.375rem;
    color: #323232;
    text-align: center;
    margin-bottom: 10px;
}
.stacked-grid .stacked .title a{
    font-size: 1.375rem;
    color: #323232;
}
.stacked-grid .stacked .title a:hover{
    text-decoration: underline;
}
.stacked-grid .stacked .desc p{
    font-size:14px;
    color: #424242;
}
.stacked-grid .stacked a.details-btn{
    background: #181717;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    margin: 0;
    padding: 12px 60px;
    -webkit-transition: .3s background-color ease;
    -o-transition: .3s background-color ease;
    transition: .3s background-color ease;
}
.stacked-grid .stacked a.details-btn:hover{
    background-color: #303030;
    text-decoration: none;
}
.background-grid .background {
    position: relative;
    min-width: 375px;
    height: 375px;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.background-grid .background::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* dark transparent overlay */
    z-index: 1;
}
.background-grid .background > * {
    position: relative;
    z-index: 2;
    max-width: 90%;
}
.background-grid .title.position {
    font-size: 1.375rem;
    font-weight:700;
    margin-bottom: 10px;
}
.background-grid .background p {
    margin-bottom: 1rem;
    font-size: 1rem;
}
.background-grid .details-btn,
.background-grid .brochure_button {
    background-color: #ffffff;
    color: #000;
    padding: 10px 25px;
    border: none;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.background-grid .details-btn:hover,
.background-grid .brochure_button:hover {
    background-color: #eee;
}
.link-text {
    -webkit-transition: text-shadow .3s ease;
    -o-transition: text-shadow .3s ease;
    transition: text-shadow .3s ease;
    color: #181717;
    font-size:1.375rem;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}
.link-text:hover {
    color: #181717;
    text-shadow: 1px 1px 10px rgb(53 53 53 / 50%);   
    text-decoration: none;    
}
.custom-banner {
    position: relative;
    height: 375px;
    max-height: 375px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    overflow: hidden;
}
.custom-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.custom-banner__content {
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    max-width: 90%;
    animation: fadeInUp 1s ease both;
}
.custom-banner__content h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}
.custom-banner__text {
    font-size: 1.2rem;
}
.custom-banner__fallback {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* SEARCH RESULTS OVERRIDE */
#Form_elsapi_combinedsearch > .btn-toolbar .button{
    background: #a61022 !important;
}
.result-count-link.selected {
    background-color: #7aa8cc !important;
}
.pl-combo-search-result .result-title a{
    color: #111111;
    text-decoration: underline;
}

/* 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:#dc1434;
}
#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:#dc1434;
}
#SiteMap_Controller .sitemap ul li ul li ul li a:hover{
	text-indent: 4px;
}

/* 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;
}
.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 35px;
    border: 2px #3e3e3e solid;
    text-align: center;
    text-transform: uppercase;
    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;
    text-transform: uppercase;
    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 35px;
    border: 2px #fff solid;
    text-align: center;
    text-transform: uppercase;
    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;
    text-transform: uppercase;
    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-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 20px 35px;
    transition: 0.4s all
}
.button:hover {
    background: #3f3c3c;
}
.button.large{
    padding: 20px 45px;
}
.radius{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.white-button {    
    background: #fff;    
    color: #000;
    font-size: 1rem;
    font-weight:bold;
    line-height:normal;    
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align:center;
    margin: 0;
    padding: 20px 35px; 
    transition: 0.4s all;	    
}
.white-button:hover{
    background: #e0e0e0;
	color: #000;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.34);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.34);    
}
.orange-button {
    background: #dc4405;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 15px 60px;
    -webkit-transition: .3s background-color ease;
    -o-transition: .3s background-color ease;
    transition: .3s background-color ease;
}

.orange-button:hover {
    background: #000;
}
.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(220, 20, 52, 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: #050505;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    padding:10px;
    width:50px;
    height:50px;
    bottom: 12%;
    left:0;
    right:0;
    margin:0 auto;
    display: none;
    z-index:4000;
}
.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;
}

/* 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;
}
.orange,
.orange use
{
	fill:#e24407;
}
.red,
.red use
{
	fill:#dc1434;
}
.grey,
.grey use
{
	fill:#5f6368;
}
.black,
.black use
{
	fill:#151515;
}
.white,
.white use
{
	fill:#ffffff;
}
.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: 18px;
    font-weight: 700;
	text-align: center;	
	color: #323232;
	padding: 10px 0px;
    text-decoration: underline;
}
#MfgCats_Section a.mfgprod-link:hover {
	text-decoration: none;	
}
#MfgCats_Section .mfg-brand-pic,
#MfgCats_Section .dept-pic
{
    width: 100%;
    height: 250px;
    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;
}
.store_association--section {
    width: 100%;
    padding: 30px 0 30px 0;
}
.store_association--section h3.store-assc-header {
    font-size: 1.75rem;
    font-weight: bold;
    color: #222;
    text-align: left;
    position: relative;
    line-height: 1.4;
    margin: 10px 0 10px 0;
}
.store_association--section .store-pic--wrapper {
    height: 150px;
    overflow: hidden;
}
.store_association--section .store-pic--wrapper img {
    width: 100%;
    height: 100%;
}
.store_association--section .main-locale-title {
    font-size: 16px;
    background: var(--highlight-color);
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin: 0 0 15px 0;
}
.store_association--section .main-locale-title a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.store_association--section .main-locale-title a:hover {
    text-decoration: none;
}
.store_association--section .full-address {
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 1.5;
}
.store_association--section .full-address a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    text-decoration: underline;
}
.store_association--section .full-address a:hover {
    text-decoration: none;
}

/* 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;
}

/* 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){   
    .after-hours{
        display: none;
    }
	#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){	
	#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){
	.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%;
	}
	#DepartmentBlocks_Section ul.main_index_ctas li {
        width: 49%;
        padding: 15px;
	}		
	#DepartmentBlocks_Section ul.main_index_ctas li a span.mini-head{
        font-size: 1rem;
	}	
	#DepartmentBlocks_Section .container {
		padding: 15px 0 15px 0;
	}	
    #DepartmentBlocks_Section ul.main_index_ctas li {
        border-bottom: 1px #ccc solid;
    }	
    #Welcome_Section .wallpaper-overlay {
        padding: 40px 30px 40px 30px;
    }   
    #Footer_Section .footdesk-item{
        display:none;
    }    
    #Footer_Section .footacc-item{
        display:block;
    }    	
}
@media only screen and (max-width: 640px){
    .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%;
    }
    #HomeHero_Section .sprite-tile {
        max-height: 275px;
    }    
    #HomeHero_Section .grid-block-card .title-placement h2 {
        font-size: 1.5rem;
    }      
    #Finance_Section .grid-block-card {
        height: 175px;
        max-height: 175px;
    }  
    #Finance_Section .grid-block-card .title-placement h2 {
        font-size: 1.5rem;
    }     
    #Showroom_Section {
        padding: 30px 20px;
    }  
    .eq_grid_pad {
        padding: 10px 0 10px 0;
    }    
    #Welcome_Section iframe.showcase-video{
        min-height:250px;
    }    
    #Welcome_Section .custom-flex-row {
        flex-direction: column;
        text-align: center;
    }
    .welcome-search h3 {
        margin: 0 0 5px 0;
        text-align: center;
    }    
    #Welcome_Section .welcome-text-video,
    #Welcome_Section .inner 
    {
        flex: 0 0 100%;
        border-right: none;
        padding-right: 0;
        padding-left: 0;
    }   
    #Welcome_Section span.main-sub {
        font-size: 1.125rem;
    }       
    #Welcome_Section h2.HR-header {
        font-size: 2.375rem;
    }   
    .welcome-search form#Form_StandAloneForm .field input.text, .welcome-search form#Form_StandAloneForm .field input {
        height: 55px;
        text-align: center;
    }      
    .welcome-search{
        width: 100%;
        margin: 0 auto 55px auto;
    }    
    #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;
	}	
	.white-button {    
		font-size: 0.875rem;
		padding: 8px 15px; 
	}	
    #Newsletter_Section {
        padding: 40px 30px;
    }    	
	.boxed-grid figure,
	.primary-line figure	
	{
		max-height: 150px;
	}	
	.primary-line {
		max-height: 150px;
		min-height: 150px;
	}	
	.ProductCategories--background {
		padding: 20px 10px;
	}	
	.ProductCategories--background .icon-categories-image {
		height: auto;
	}	
	.ProductCategories--background .icon-categories-image img {
		height: 50px;
		overflow: hidden;
	}	
	.ProductCategories--background h1.icon-categories-heading {
		font-size: 14px;
	}	
	.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 .inner {
        padding: 40px 15px;
    }    
    #Footer_Section .social-block {
        padding: 10px 30px;
        grid-template-columns: repeat(3, 1fr); /* 3 columns on medium screens */
    }      		
}