﻿
/* 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} */


img.stretch{width:100%!important}
.iphone-block,.no-display{display:none}


.HomePage .grid-padding-x>.cell{
    padding-left:.75rem;
    padding-right:.75rem;
}

.HomePage .grid-padding-y>.cell{
    padding-top:.75rem;
    padding-bottom:.75rem;
}

.HomePage .grid-container.fluid{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.HomePage .callout{
    margin: 0;
}

a{
    transition:color .25s ease-out,color .25s ease-out;
}

.main{
    margin: 1rem auto 2rem auto;
}

.show-on-print{
	display:none;
}

h1, h2{
   font-weight:500;
    text-transform: uppercase;
    line-height: 1.125;
}

.grid-container.fluid{
    padding-right: 0.325rem;
    padding-left: 0.325rem;
}

.button.kubota{
    color:#fff;
}
.button.kubota:hover{
    color:#fff;
}

.label.md {
    border-radius: 4px;
    border:solid 1px #fff;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.label.lg {
    border-radius: 4px;
    border:solid 1px #fff;
    padding: 1rem 1.125rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.headline-xl{
  text-transform: uppercase;
  font-size: 5rem;
}
.headline-lg{
  text-transform: uppercase;
  font-size: 4rem;
}
.headline-md{
  text-transform: uppercase;
  font-size: 3rem;
}
.headline-sm{
  text-transform: uppercase;
  font-size: 2rem;
}
.lead {
  font-size: 1.5rem; /* $lead-font-size = 1.25 * base */
  line-height: 1.6;   /* $lead-lineheight */
}
.stat {
  font-size: 2.5rem;  /* $stat-font-size */
  line-height: 1.2;
}
.sub-header{
    font-size:1.75rem;
    font-weight:500;
    line-height: 2.125rem;
}

.dark-overlay{
    background: rgba(0, 0, 0, .45);
}
.box-shadow, .shadow{
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
.nav-overlay{
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
}

.black-overlay{
    background: rgba(13, 44, 108, .75);
    width: 100%;
    height: 100%;
}

.light-overlay{
    background: rgba(255, 255, 255, .85);
    width: 100%;
    height: 100%;
}

.dark-bg{
    background-color:#111;
    color: #fff;
}

.black-bg{
    background-color:#161616;
    color: #fff;
}

.dark-bg a, .black-bg a{
    color: #fff;
}

.light-bg{
    background-color:#f4f5fa;
    color: #111;
}

.gold-bg{
    background-color:#ffc425;
    color: #111;
}

.white-txt{
    color: #f4f5fa;
}
.dark-txt{
    color: #111;
}

.card-title, .accordion-title{
    font-size: 1.125rem;
    font-weight:500;
    /* text-transform: uppercase; */
    margin-bottom: 0.5rem;
}
.card{
    height: 100%;
	/* border-radius: 10px; */
}
.card p:not(:last-of-type) {
    margin-bottom: 0.25rem;
}

.card img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.card-section .card-content-center{
	align-items: center;
  	text-align: center;
}

.card-section .card-content-left{
	align-items: left;
  	text-align: left;
}

.card-section .card-content-right{
	align-items: right;
  	text-align: right;
}

/* HOVER CARD */

.hover-card {
  border-radius: 10px;
}

.card-description {
  color: #ffc425;
}

.p-6{
    padding: 6px;
}

.p-12{
    padding: 12px;
}
.p-20{
    padding: 20px;
}
.p-40{
    padding: 40px;
}
.p-60{
    padding: 60px;
}
.p-100{
    padding: 100px 0;
}

.gap-6{
    gap:6px;
}
.gap-20{
    gap:20px;
}

.gap-40{
    gap:40px;
}

.min-600{
    min-height: 600px;
}

.min-480{
    min-height: 480px;
}
.hidden{
	display: none;
}

/* SWIPER */

.swiper-slide .card{
    margin-bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
	background: #fff;
	color: #111;
	padding: 1rem;
	height: 60px;
	width: 60px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.25s ease,
		visibility 0.25s ease,
		transform 0.25s ease;
}
.swiper-button-prev {
  left: -10px;
  transform: translateX(-40px);
}
.swiper-button-next {
  right: -10px;
  transform: translateX(40px);
}
.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

/* HERO */

.swiper-scrollbar-drag{
	background: #ffc425;
}


/* FRAMEWORK */

body {
    font-family: "Inter", sans-serif;
    font-display: swap;
}
.site-wrapper p {
    font-size: 16px;
}

.show-on-print{
	display:none;
}
.footacc{
	display:none;
}

/* ELEMENTAL BLOCKS */

.element{
	margin-bottom: 1.5rem;
}

/* .element:not(:last-of-type) {
    margin-bottom: 2rem
} */

.element-title{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.25rem;
}

.rowegroup__elementalcontainer__model__elementcontainer{
    margin-bottom: 0;
}

.py-1{
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-2{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-3{
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-1{
    padding-left: 40px;
    padding-right: 40px;
}
.px-2{
    padding-left: 60px;
    padding-right: 60px;
}
.px-3{
   padding-left: 80px;
    padding-right: 80px;
}

.my-1{
   margin-bottom:40px;
}
.my-2{
  margin-bottom:60px;
}
.my-3{
   margin-bottom:80px;
}

/* GRID CONTAINER BLOCKS */

.tabs {
    border-bottom: solid thin silver
}

.tabs-title>a {
    font-size: 1rem
}

.tabs-title>a:focus,.tabs-title>a[aria-selected=true] {
    background: #161616;
    color: #f2f3f4
}

.list-element__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1.5rem 0
}


/* ICONS */

.icon{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.ico-phone_in_talk,
.ico-info,
.ico-task_alt,
.ico-call-dark,
.ico-send,
.ico-phone_in_talk use,
.ico-info use,
.ico-task_alt use,
.ico-call-dark use,
.ico-send,
.ico-locale_atm,
.ico-phone_iphone,
.ico-download
{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.ico-location_on-dark {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.ico-call-light,
.ico-call-light use,
.ico-map,
.ico-menu,
.ico-location_on-light,
.ico-search,
.ico-imagesmode
{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.ico-arrow_forward_ios
{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	color:#ff0000;
}
.ico-facebook,
.ico-linkedin,
.ico-youtube,
.ico-instagram,
.ico-facebook use,
.ico-linkedin use,
.ico-youtube use,
.ico-instagram use
{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	transition: fill 0.3s ease;	
}

.ico-grey{
	fill:#5f6368;
}
.ico-white{
	fill:#ffffff;
}
.fadeoff img{
	opacity: 1;
    transition: 0.4s all;	
}
.fadeoff:hover img{
	opacity: 0.6;
}


.ico-dynamic,
.ico-dynamic use{
	fill: var(--main-text-color);
}
.ico-phone_in_talk,.ico-info,.ico-task_alt,.ico-call-dark,.ico-send,.ico-phone_in_talk use,.ico-info use,.ico-task_alt use,.ico-call-dark use,.ico-send,.ico-locale_atm,.ico-phone_iphone,.ico-download {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    fill: #e24407
}

.ico-location_on-dark {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    fill: #5f6368
}

.ico-call-light,.ico-call-light use,.ico-map,.ico-menu,.ico-location_on-light,.ico-search,.ico-search use,.ico-imagesmode {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    fill: #fff
}

.ico-arrow_forward_ios {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #e24407
}

.ico-facebook,.ico-linkedin,.ico-youtube,.ico-instagram,.ico-facebook use,.ico-linkedin use,.ico-youtube use,.ico-instagram use {
    width: 54px;
    height: 62px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    fill: #fff;
    transition: fill 0.3s ease
}

.ico-facebook use:hover,.ico-linkedin use:hover,.ico-youtube use:hover,.ico-instagram use:hover {
    fill: #e24407
}

.ico-dynamic,.ico-dynamic use {
    fill: var(--main-text-color)
}

.ico-orange,.ico-orange use {
    fill: #e24407
}

.ico-grey,.ico-grey use {
    fill: #5f6368
}

.ico-dark,.ico-dark use {
    fill: #151515
}

.ico-white,.ico-white use {
    fill: #fff
}

.small-ico,.small-ico use {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.medium-ico,.medium-ico use {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.large-ico,.large-ico use {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.icon-menudown {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    fill: var(--main-text-color)
}

.icon-menudown-mobile {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    fill: #000
}

.size-twenty {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.special {
    fill: #535353
}

.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
}

.social ul li .facebook {
    fill: #3b5998;
}

.social ul li svg {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 22px;
    height: 22px;
}

.grey,
.grey use
{
	fill:#5f6368;
}
.dark,
.dark use
{
	fill:#151515;
}
.white,
.white use
{
	fill:#ffffff;
}
.facebook-blue,
.faceboook-blue use
{
	fill:#1877f2;
}
.twitter-blue,
.twitter-blue use
{
	fill:#1c96e8;
}
.youtube-red,
.youtube-red use
{
	fill:#f70000;
}
.linkedin-blue,
.linkedin-blue use
{
	fill:#007ab5;
}
.insta-red,
.insta-red use
{
	fill:#d005dc;
}
.tiktok-blue,
.tiktok-blue use
{
	fill:#00f7ef;
}
.fourteen,
.fourteen use
{
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.sixteen,
.sixteen use
{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.eightteen,
.eightteen use
{
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.twenty,
.twenty use
{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.twentytwo,
.twentytwo use
{
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.twentyfour,
.twentyfour use
{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.twentyeight,
.twentyeight use
{
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.thirty,
.thirty use
{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.thirtytwo,
.thirtytwo use
{
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.thirtyfour,
.thirtyfour use
{
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.thirtysix,
.thirtysix use
{
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.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; }
  }

/* HEADER SECTON */

.top-bar{
	background:#bf2026;
	color: #fff;
}
.top-bar a, .top-bar span{
	color: #fff;
    font-size: 0.9rem;
    display: flex;
    gap: 12px;
    align-items: anchor-center;
	padding: 4px 8px;
}

.top-bar .header-btn{
	background-color: rgba(0,0,0,0.15);
	padding: 14px;
}

.header-brands img{
	object-fit: contain;
}

#brand-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}

#brand-marquee .swiper-slide {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#brand-marquee img {
  display: block;
  width: 120px;
  height: auto;
}

/* NAVIGATION STYLE OVERRIDE */

.mainmenu{
    width:100%;
}

.mainmenu ul {
    display: flex;
    width: 100%;
    align-items: center;
}

.welcome-seo{
	padding: 30px;
}

/* SEARCH STYLES */




/* FEATURED SPOTLIGHTS SECTION */

#FeaturedSpotlights_Section {
	padding: 8px;
}

#FeaturedSpotlights_Section .swiper-wrapper{
	width: auto;
}

.spotcarousel > div {
    margin: 5px;
}
.spotcarousel div,
.spotcarousel a,
.spot-bx {
    border-radius: 10px;
    overflow: hidden;
}
.spotcarousel a {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.spot-bx {
    position: relative;
    height: 460px; /* adjust as needed */
    background-size: cover;
    background-position: center;
}
.spot-bx::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.50) 60%,
        rgba(0,0,0,0.20) 100%
    );	
    pointer-events: none;
}
.spot-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: transparent;
}
.main-cnt {
    text-align: center;
    color: #fff;
    max-width: min(80%, 720px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform;
}
#FeaturedSpotlights_Section .spot-bx:hover .main-cnt {
	transform: translateY(-10px);
	opacity: 0.95;
}
#FeaturedSpotlights_Section .main-cnt .sub-heading {
    font-size: 24px;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#FeaturedSpotlights_Section .main-cnt .heading {
    font-size: 34px;
	line-height: normal;
    font-weight:500;
	text-transform: uppercase;
    margin-bottom: 10px;
}
#FeaturedSpotlights_Section .main-cnt .spot-info {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* WELCOME SECTION */

.Welcome-section{
	position: relative;
}

/* SHOWROOM SECTION */

#ShowroomSpotlights_Section {
	background-image:url('/_resources/themes/base-foundation-theme/images/Utah-mountains-landscape.jpg');
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;	
	isolation: isolate;
}
#ShowroomSpotlights_Section .showroom-inner{
	width:100%;
	height:100%;
	padding:80px 20px;
	background: transparent;
	position:relative;
}
#ShowroomSpotlights_Section .showroom-inner h2.showroom-header{
	color: #fff;
    margin-bottom: 2rem;
}
#ShowroomSpotlights_Section .showroom-inner::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(13, 44, 108, 0.9);
	mix-blend-mode: multiply;       /* try overlay/soft-light for different vibes */
	pointer-events: none;
	z-index: 0;
}
#ShowroomSpotlights_Section .showroom-inner > * {
	position: relative;
	z-index: 1;
}
#ShowroomSpotlights_Section .showroomcarousel {
	min-height: inherit;
	display: grid;
	align-content: center;
	gap: 1rem;
	margin: 0;
}
#ShowroomSpotlights_Section .showroomcarousel > div {
    margin: 5px;
}
#ShowroomSpotlights_Section .showroomcarousel div,
#ShowroomSpotlights_Section .showroomcarousel a,
#ShowroomSpotlights_Section .spot-bx {
    border-radius: 10px;
    overflow: hidden;
}
#ShowroomSpotlights_Section .showroomcarousel a {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
#ShowroomSpotlights_Section .spot-bx {
    position: relative;
    height: 460px; /* adjust as needed */
    background-size: cover;
    background-position: center;
}
#ShowroomSpotlights_Section .spot-bx::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.50) 60%,
        rgba(0,0,0,0.20) 100%
    );	
    pointer-events: none;
}
#ShowroomSpotlights_Section .spot-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: transparent;
}
#ShowroomSpotlights_Section .main-cnt {
    text-align: center;
    color: #fff;
    max-width: min(80%, 720px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform;
}
#ShowroomSpotlights_Section .spot-bx:hover .main-cnt {
	transform: translateY(-10px);
	opacity: 0.95;
}
.showroom-title {
    color: #fff;
    font-size: 20px;
    font-weight:500;
    text-transform: uppercase;
}

#ShowroomSpotlights_Section .link{
    color:gold;
}

#ShowroomSpotlights_Section .main-cnt .spot-info {
    font-size: 0.95rem;
    line-height: 1.6;
    display:none;
}
#ShowroomSpotlights_Section .main-cnt .spot-info:hover {
    font-size: 0.95rem;
    line-height: 1.6;
    display: inline;
}

/* DEPARTMENT GRID BLOCKS */

#DepartmentBlocks_Section {
	background-color: #fff;
}

.department-titles {
    width: 100%;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 12px 0;
    margin: 12px 0;
    border-bottom: solid thin;
}

/* .primary {
	width: 856px;
	flex-shrink: 0;
} */
/* .secondary-container {
	display: flex;
	flex-direction: column;
	width: calc(100% - 876px);
}
.secondary {
	width: 100%;
} */

/* SECONDARY SECTION */


.section-title{
	font-weight: 500;
	font-size: 1.25rem;
}

.dept-staff-section{
    margin-bottom: 1.5rem;
}



.boxed-grid {
	position: relative;
	margin: 2px;
	text-align: center;
	display: flex;
	justify-content: center;
	max-height: 274px;
    min-height: 273px;
}
.primary-line{
    position: relative;
    overflow: hidden;	
	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: "Instrument Sans", 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);
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78%;   /* 16:9 aspect ratio fill */
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* don’t block clicks */
}

/* BRANDS SECTION */

/* .brand-section{
	background-color: #f0f1f6;
} */

.brand-section .swiper-button-prev,
.brand-section .swiper-button-next {
	background: rgba(255, 255, 255, 0.9);
	border:solid thin gray;
	color: #111;
	padding: 0.85rem;
	height: 48px;
	width: 48px;
}


/* CHILD GRID SECTION */

.child-grid{
	margin-bottom: 2rem;
}

.child-grid .card .button{
    width: 100%;
}

/* Custom Ribbon */

.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: "Instrument Sans", sans-serif;
	font-size: 60px;
	margin: 0;
	font-weight:500;
	line-height: normal;
    color: #fff;
	text-shadow: 0px 4px 2px rgba(0,0,0,0.40);
}
#ribbon-inner .ribbon-description p {
	font-family: "Instrument Sans", sans-serif;
	font-size: 32px;
	font-weight:500;
    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: #161616;    
    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: #0a1d42;
	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);    
}

/* FOOTER SECTION */

#Footer_Section{
	background-image:url('/_resources/themes/base-foundation-theme/images/Utah-mountains-landscape.jpg');
	background-attachment:fixed;
	background-position:center bottom;
	background-repeat:no-repeat;	
	isolation: isolate;
}

#Footer_Section .inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 44, 108, 0.9);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: -20;
}

#Footer_Section .inner{
	width: 100%;
    height: 100%;
    padding: 80px 20px;
    background: transparent;
    position: relative;
	background: linear-gradient(180deg, rgba(13, 44, 108, 0.00) 0%, rgba(13, 44, 108, 1) 100%);
}

#Footer_Section a{
	color:#fff;
}

#Footer_Section a:hover{
	color:gold;
}

#Footer_Section .columns div.heading{
	font-family: "Rubik", sans-serif;
	font-size:26px;
	color:#fff;
	font-weight:500;
	border-bottom: solid thin #fff;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
#Footer_Section .columns ul.multi-column {
    columns: 2;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0
}
#Footer_Section .columns ul.multi-column li {
    break-inside: avoid;
    padding: 6px 0;
    color:white;
   
}

#Footer_Section .columns ul.multi-column li a.foot-phone{
	color:#474849;
	display: block;
}

#Footer_Section .brands-holder{
	padding: 20px;
	background-color:#dbe0e4;
}
#Footer_Section .brands-holder ul.listedbrands{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#Footer_Section .brands-holder ul.listedbrands li img{
	opacity:1;
	transition: 0.4s all;
}
#Footer_Section .brands-holder ul.listedbrands li:hover img{
	opacity:.5;
}
#Copyright_Section{
	padding:30px 0;
	background:#081f4f;
}
#Copyright_Section a{
	font-size:14px;
	color:#8f8f8f;
}
#Copyright_Section a:hover{
	text-decoration:underline;
	color:#93abb6;
}
#Copyright_Section ul.copyright-menu{
	margin:0;
	padding:0;
	list-style-type:none;
}
#Copyright_Section ul.copyright-menu li{
	display:inline-block;
	font-size:14px;
	color:#808080;
	margin:0;
	padding:0;	
}
#Copyright_Section ul.foot_social{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#Copyright_Section ul.foot_social li{
	display:inline-block;
}
#Copyright_Section ul.foot_social li a{
	display:block;
	padding: 10px 16px;
	background-color: #21282a;
	border-radius: 100px;
}
#Copyright_Section ul.foot_social li a:hover{
	background-color: #3a4548;
}

.footer{
    color: #fff;
}

.footer a{
    color:#fff;
}

.footer h3{
    border-left: solid 6px #ffc425;
    padding-left: 1rem;
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff;
}

.footer_social .facebook{
	background-color: #1877f2;
}

.divider {
	border-left: 1px solid #2a2a2a; /* Adjust color as needed */
}
.position-relative{
	position: relative;
}

/* SlideOut Form */

.slide-out-div {
    padding: 15px;
    width: 300px;
    background: #fff;
    z-index: 5000;
    -webkit-box-shadow: 5px 3px 8px 1px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 5px 3px 8px 1px rgba(0, 0, 0, 0.31);
    box-shadow: 5px 3px 8px 1px rgba(0, 0, 0, 0.31);
    height: auto !important;
}
.slide-out-div form label {
    color: #0871dc;
}
#quoteform form#Form_ContactForm {
    overflow: hidden;
	width: 100%;
}
#quoteform form#Form_ContactForm fieldset label {
    color: #272727;
    font-weight:normal;
}
#contact-trigger .hide-btn {
    float: right;
}
#contact-trigger .hide-btn a{
    color: #205286;
}
#contact-trigger .hide-btn a:hover{
    color: #000;
}
.handle {
	width:170px;
    top: 33% !important;
    left:-115px !important;
	background:rgba(255,255,255,0.9);
	padding:15px 10px 15px 10px; 
	font-size:18px;
	font-weight:900;
	text-align:center;
	text-indent:0 !important;
	color:#161616;
	text-transform:uppercase;
	transform: rotate(90deg); /* Equal to rotateZ(45deg) */ 
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.20); 
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.20);
}
.handle div{
	font-size:18px;
	font-weight:900;
	color:#161616;
}
#quoteform h3 {
    padding: 0;
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height:16px;
    font-weight:500;
    vertical-align:top;
    color:black;
}
#quoteform p {
    padding: 0;
    margin: 0 0 10px 0;
}
#quoteform fieldset {
    padding: 0;
    margin: 0;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_Name_Holder {
    width: 99%;
    margin: 0 0 10px 0;
    color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_Name_Holder input {
    background: #f5f5f5;
    border: thin #eaeaea solid;
    color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_Name_Holder input:focus {
    background: #e0e0e0;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_Email_Holder {
    float: left;
    width: 48%;
    margin: 0 5px 0 0;
    color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_Email_Holder input {
    background: #f5f5f5;
    border: thin #eaeaea solid;
    color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_Email_Holder input:focus {
    background: #e0e0e0;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_Phone_Holder {
    float: left;
    width: 48%;
    margin: 0;
    color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_Phone_Holder input {
    background: #f5f5f5;
    border: thin #eaeaea solid;
    color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_Phone_Holder input:focus {
    background: #e0e0e0;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_NearestLocation_Holder {
    clear: both;
    color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_NearestLocation_Holder textarea {
    background: #f5f5f5;
    border: thin #eaeaea solid;
    color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Form_ContactForm_NearestLocation_Holder textarea:focus {
    background: #e0e0e0;
}
.sub-height {
    height: 30px;
}
#quoteform .Actions {
    margin-bottom: 0;
}
#quoteform a.btn,
#quoteform button,
#quoteform input[type=submit],
#quoteform .Actions .action {
	display:inline-block;
	background:#161616;
	padding: 10px 25px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color:#fff;
	transition: all 0.25s;
}
#quoteform a.btn:hover,
#quoteform button,
#quoteform input[type=submit]:hover,
#quoteform .Actions .action:hover {
    background: #0d2350;
    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);
}
#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;
}

/* SEARCH RESULTS SECTION */

/* The overlay effect */
.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: #161616;
	outline: none;
	border: none;
}
.overlay input[type=text] {
	display: inline-block;
	font-size: 1.5rem;
	vertical-align: top;
	padding: 0.5rem;
	border: none;
    border-bottom: solid thin gray;
	margin: 0;
	color: silver;
	background: transparent;
	text-transform: none;
	cursor: auto;
    min-height: 60px;
}
.overlay input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: silver;
	text-transform: none;
}
.overlay input::-moz-placeholder {
	/* Firefox 19+ */
	color: silver;
	text-transform: none;
}
.overlay input:-ms-input-placeholder {
	/* IE 10+ */
	color: silver;
	text-transform: none;
}
.overlay input:-moz-placeholder {
	/* Firefox 18- */
	color: silver;
	text-transform: none;
}
.overlay-content form#Form_StandAloneForm {
	max-width: 70%;
	margin: 0 auto;
	position: relative;
}

/* COMBINED SEARCH BAR */

#Form_StandAloneForm{
    display: flex;
    /* position: relative; */
}
#Form_StandAloneForm fieldset{
    display: flex;
    /* position: absolute; */
    width: 100%;
    margin: 0;
    padding: 0;
}
#Form_StandAloneForm_search_Holder{
    margin: 0;
    padding: 0;
    width: 100%;
}
#Form_StandAloneForm_search_Holder input{
    margin: 0;
}

#Form_StandAloneForm .btn-toolbar{
    display: flex;
    /* position: relative; */
    margin: 0;
    padding: 0;
}


/* COMBINED 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: #161616;
    color: #fff;
    font-size: 1rem;
    font-weight:500;
    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 STYLES */

.brand-zoom-container {
	overflow: hidden;
	z-index: 0;
}
.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;
	margin-bottom:6px;
    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:500;
}
#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;
	height: 220px;
	overflow: hidden;
	margin-bottom: 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 .brand_content_container {
	display:block;
}
#brand-group .action-container {
    padding: 10px;
    border: solid 1px #c9c9c9;
}
#brand-group .action-container span {
    display: inline-block;
    padding: 7px 20px;
    background: #161616;
    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: #0b1d42;
}
#brand-group h3.action-shot-heading{
    font-family: "Instrument Sans", sans-serif;
    display: block;
    text-align: center;
    width: 100%;
    color:#fff;
    font-weight: 300;
    font-size:28px;
    letter-spacing: 1px;
    margin:10px auto 8px auto;
    padding: 0;
    text-transform: uppercase;
    position: absolute;
    bottom:5%;
    left: 0;
    right: 0;
    z-index:200;
}
#brand-group h3.action-shot-heading a{
    font-family: "Instrument Sans", sans-serif;
    text-align: center;
    color:#fff;
    font-weight: 300;
    font-size:28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#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;
	border-radius: 10px;
    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%, rgb(13, 44, 108) 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 */
	border-radius: 4px;
	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:500;
    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{
	padding: 8px 0;
}
.brand-store-list h4{
	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;
}

/* STAFF PAGES */

#Staff_List_Section{
	margin-bottom: 4rem;
}


/* MISCELLANEOUS SECTION */

.show-on-print{
	display:none;
}
.default-banner-background{
	/* background-image:url('/_resources/themes/base-foundation-theme/images/default-banner-d.jpg');  */
	background-position:center center; 
	background-repeat:no-repeat; 
	background-size:cover;	
    background-color: #111;
}
.page-banner {
    margin: 0 0 5px 0;
    min-height: 150px;
    padding: 30px;
}
.page-banner img {
    margin: 0 auto;
    height: auto;
    width: 100%;
}
.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
}

.radius{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.white-button {    
    background: #fff;    
    color: #000;
    font-size: 1rem;
    font-weight:500;
    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);    
}
.zoom-container {
	overflow: hidden;
    /* height: 100%; */
}
.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(13, 44, 108, 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:500;
    color: yellow;
    text-transform: uppercase;
}
.fadeoff img{
	opacity: 1;
    transition: 0.4s all;	
}
.fadeoff:hover img{
	opacity: 0.6;
}
.uparrow {
    background-color: rgba(56,32,21,0.7);
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10%;
    right:1%;
    z-index: 3000;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;   
}
.uparrow .arrow{
    position: relative;
    top: 24px;
    left: 20px;
    transform: rotate(44deg); /* IE */
    -webkit-transform: rotate(45deg);
    border: solid #fff;
    border-width: 4px 0 0 4px;
    display: inline-block;
    padding: 7px;
    box-shadow: 0px 0px 0px transparent;
}
.userform .left {
    font-weight: normal !important;
}

/* 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;
}

/* Landing Page Styles */

#MiscDept_Section{
	width:100%;
	background-attachment:fixed;
	margin-bottom: 30px;
}
#MiscDept_Section .depts-inner{
	background: rgba(15, 15, 15, 0.7);
	padding:100px 20px;	
}
.mfg-content{
	font-size: 15px;
	color: #fff;
	padding: 10px 0;
}
.mfg-content p{
	padding: 0;
	margin: 0 0 5px 0;
}
.prod-desc{
	font-size: 15px;
	color: #585858;
	padding: 10px 0;
}
.prod-desc p{
	padding: 0;
	margin: 0 0 5px 0;
}
.mfg-brand-pic,
.dept-pic
{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
/* .dept-pic img,
.mfg-brand-pic img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */
a.block-link, 
a.mfg-link
{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;	
	color: var(--main-text-color);
	padding: 16px 10px;
	background: var(--highlight-color);	
}
a.block-link:hover, 
a.mfg-link:hover
{
	background: var(--underline-color);	
}
h2.mfg-brand-title {
	color:#fff;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
#Cats_Section{
	width: 100%;
	padding: 40px 0;
}
.cats-header {
	display: block;
	padding: 18px 10px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight:500;
	background: var(--highlight-color);	
	color: var(--main-text-color);	
}
#Cats_Section .mfg-inner{
	padding:40px 20px;	
}
h2.dyn-mfg-heading{
	font-family: "Instrument Sans", sans-serif;
	font-size:30px;
	font-weight:500;
	display: inline-block;
	padding: 0 0 8px 0;
	border-bottom:solid 3px #9c9c9c;
}
#MfgCats_Section{
	width: 100%;
	padding: 40px 0;
}
a.mfgprod-link
{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;	
	color: #fff;
	padding: 16px 10px;
	background: #2f2f2f;	
}
a.mfgprod-link:hover
{
	background: #4c4c4c;	
}



/* 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;
	}	
	#Masthead_Section .mast-inner .mast-finance {
		padding: 5px 15px;
	}	
}	
@media only screen and (max-width: 1280px){
	#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .secondary-menu{
		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 (max-width: 1100px) {
	#Masthead_Section .mast-middle .locales-info {
		grid-template-columns: repeat(2, max-content);
		justify-content: center;
	}
}
@media only screen and (max-width: 1024px){
	#ribbon-inner .ribbon-description h1 {
		font-size: 46px;
	}		
	.form-header {
		font-size: 34px;
	}	
	#Brands_Section {
	    padding: 60px 20px;
	}	
	.category-title{
		text-align: center;
	}
	button {
	    padding: 15px 25px;
	}
    .custom-show-for-large-up {
        display: none;
    }
    .custom-hide-for-large-up {
        display: block;
    }										
}
@media only screen and (max-width: 960px){
    .headline-xl{
    text-transform: uppercase;
    font-size: 3rem;
    }
    .headline-lg{
    text-transform: uppercase;
    font-size: 2rem;
    }
    .headline-md{
    text-transform: uppercase;
    font-size: 1.75rem;
    }
    .headline-sm{
    text-transform: uppercase;
    font-size: 1.5rem;
    }
	.boxed-grid {
		margin: 0 0 4px 0;
	}			
	#MapForm_Section .map_holder{
		height:400px;
	}	
	.default-banner-background{
		background-image:url('/_resources/themes/base-foundation-theme/images/default-banner-m.jpg'); 
	}
    .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;
	}
	#Copyright_Section {
		padding: 10px 20px;
		border-top: none 0px transparent;
	}
	#Copyright_Section p{
		font-size:12px;
	}
	#Copyright_Section a{
		font-size:12px;
	}	
    .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;
    }	
	#Copyright_Section ul.copyright-menu {
		width: 100%;
		text-align: center;
	}
	.overlay-content form#Form_StandAloneForm {
		width: 90%;
	}
	.zip_search--holder{
		width: 100%;
	}
	form#Form_ContactForm #Form_ContactForm_Name_Holder,
	form#Form_ContactForm #Form_ContactForm_Email_Holder,
	form#Form_ContactForm #Form_ContactForm_Phone_Holder
	{
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	form#Form_ContactForm #Form_ContactForm_NearestLocation_Holder,
	form#Form_ContactForm #Form_ContactForm_Comments_Holder
	{
		width: 100%;
	}	
}
@media (max-width: 760px) {
	#Masthead_Section .mast-middle .locales-info {
		grid-template-columns: 1fr; /* center by row */
		justify-content: center;
	}
	#Masthead_Section .mast-middle .locales-info > li {
		justify-content: center;
	}
    #Footer_Section .columns ul.multi-column {
        columns: 1;
    }

    .py-1{
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-2{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-3{
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-1{
    padding-left: 20px;
    padding-right: 20px;
}
.px-2{
    padding-left: 20px;
    padding-right: 20px;
}
.px-3{
   padding-left: 20px;
    padding-right: 20px;
}


}
@media only screen and (max-width: 640px){
	.p-40,.p-60,.p-100{
    padding: 20px;
	}

	#Masthead_Section .mast-middle .locales-info {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	#Masthead_Section .mast-middle .locales-info > li:last-child {
		justify-content: flex-start;
	}
	#Masthead_Section .mast-middle .locales-info > li:last-child .button {
		width: 100%;
		text-align: center;
	}	
	a.ghost--btn {
		font-size: 0.875rem;
		padding: 8px 15px;
	}
	
	.boxed-grid figure,
	.primary-line figure	
	{
		max-height: 150px;
	}	
	.primary-line {
		max-height: 150px;
		min-height: 150px;
	}
	.boxed-grid {
		max-height: 150px;
		min-height: 150px;
	}	
	.video-background iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 177.78%;   /* 16:9 aspect ratio */
		height: 100%;
		transform: translate(-50%, -50%);
		pointer-events: none;
	}		
	.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;
	}	
	.special-offers-subheading {
		font-size: 18px;
		display: -webkit-box;
		-webkit-line-clamp: 3; /* change 2 → 1 if you want one line */
		-webkit-box-orient: vertical;
		overflow: hidden;
	}	
	.description{
		display: none;
	}	
	.offer-slide{
		height: 300px;
	}	
	.offer-content {
		padding: 1.25rem;
		height: 300px;
	}	
	.special-offers-heading {
		font-size: 22px;
	}
	.specials-action {
		font-size: 0.875rem;
		padding: 12px 20px;
		margin-top: 10px;
	}	
	.ribbon-background {
		min-height:auto;
	}
	#ribbon-inner {
		padding: 20px;
	}
	#ribbon-inner .ribbon-description h1 {
		font-size: 36px;
		margin:0;
		padding:0;
	}	
	#MapForm_Section .zip-search-bg .inner-shadow {
	    padding: 30px;
	}
	#MapForm_Section .zip-search-bg .inner-shadow .inner-container {
	    padding: 0;
	}	
    #MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip-search-title {
        font-size: 28px;
    }
	.form-header {
		font-size: 24px;
	}	
	#Footer_Section .inner {
		padding: 30px 10px;
	}
	#Footer_Section .columns div.heading {
		font-size: 22px;
	}
	#Footer_Section .columns ul.multi-column li {
		break-inside:unset;
		padding: 0;
        color:#fff;
	}
	#Footer_Section .brands-holder {
		padding: 10px;
	}
	#store-locations-google-map-home{
		height: 400px;
		overflow: hidden;
	}
	#Brands_Section .brands-title {
	    font-size: 28px;
	}    
	#Brands_Section {
	    padding: 20px;
	} 
	#ribbon-inner .ribbon-description p {
		font-size: 24px;
		line-height: normal;
	}	
	
	.purp-button {    
		padding: 12px 25px; 
	}
	.white-button {    
		padding: 12px 25px; 
	}	
	.delivery-banner{
		padding: 10px;
	}
	.delivery-banner h2.delivery-heading{
		font-size: 26px;
	}
	.delivery-banner span.delivery-subheading{
		padding:10px;
		font-size: 16px;
	}	
	.zip_search--holder input.text, 
	.zip_search--holder input.title, 
	.zip_search--holder input[type=text], 
	.zip_search--holder input:not([type])
	{
		height:54px;
	}
	.zip_search--holder button.searchButton {
		height:54px;
	}	
	#MiscDept_Section .depts-inner{
		padding:40px 20px;	
	}
	#MfgCats_Section{
		padding: 20px 0;
	}
	#MfgCats_Section .mfg-inner{
		padding:20px;	
	}			
}