﻿/* Bobcat CCE Theme */
/* 
	Theme Colors 
	orange : #ff3600
	grey : #111111
	
	Fonts
	font-family: "Inter", sans-serif;
	font-family: "Oswald", 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}

.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;
}
.align-middle{
    align-content: center;
}
.slide-content-pad{
    padding: 24px 120px;
}
.p-24{
	padding: 24px 0px;
}

/* FRAMEWORK */

body {
    font-family: "Inter", 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 #111;
    color: #111;
	font-weight: 500;
}

/* Masthead_Section STYLES */

#Masthead_Section {
	width: 100%;   
	z-index:200; 
	position:sticky;
    transition: 0.4s all;   	
}
#Masthead_Section img {
    display: inline-block;
    vertical-align: middle;
}
#Masthead_Section .mast-inner {
	width:100%;   
}
#Masthead_Section .mast-inner .top-row{
	width:100%;
	background:#fff;
    display: flex;
    padding:0 30px;	
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end{
	margin-left: auto;
	order: 2;
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .locale-selected-phone,
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .locale-selected-phone a
{
	font-size:16px;
	color:#000;
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .locale-finder,
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .secondary-menu,
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .locale-selected-phone,
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .mast-contact-btn
{
	display:inline-block;
	vertical-align:middle;  	
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .mast-contact-btn .contact-padding{
	padding: 0 0 0 8px;
	display: flex;
	align-items: center;
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .mast-contact-btn span.icon-holder,
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .mast-contact-btn span.text-holder,
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .mast-contact-btn span.right-caret-holder
{
	display:inline-block;
	vertical-align:middle; 
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .mast-contact-btn span.text-holder{
    color: #111111;
    text-decoration: none;
    font-size: 14px;
	text-transform: uppercase;
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .mast-contact-btn a:hover span.text-holder{
	color: #505050;
	text-decoration:underline;
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .locale-selected-phone{
	padding:0 20px;
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .locale-selected-phone a{
    color: #111111;
    font-weight:bold;
    font-size: 14px;
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .locale-selected-phone a:hover{
    text-decoration:underline;
}
#Masthead_Section .mast-inner .top-row .phone-locale-menu-end .locale-selected-phone a span{
    display: inline-block;
    vertical-align:middle;
    color:#ff3600;
    font-weight:normal;
    line-height:normal;
}
#Masthead_Section .mast-inner .bottom-row{
	width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;  
    font-size:0; 
    padding:13px 40px;
}
#Masthead_Section .mast-inner .bottom-row .logo-section a{
	display:inline-block;
	vertical-align:middle;
}
#Masthead_Section .mast-inner .bottom-row .logo-section a,
#Masthead_Section .mast-inner .bottom-row .logo-section a img
{
	opacity:1;
    transition: 0.4s all;	
}
#Masthead_Section .mast-inner .bottom-row .logo-section a:hover img{
	opacity:.7;
}
#Masthead_Section .mast-inner .bottom-row .nav-search-mfg-end{
	align-items:flex-end;
}
#Masthead_Section .mast-inner .bottom-row .logo-section,
#Masthead_Section .mast-inner .bottom-row .nav-section,
#Masthead_Section .mast-inner .bottom-row .search-section,
#Masthead_Section .mast-inner .bottom-row .mfg-section,
#Masthead_Section .mast-inner .bottom-row .nav-search-mfg-end
{
	display:inline-block;
	vertical-align:middle;  	
}
#Masthead_Section .mast-inner .bottom-row .mfg-section{
	padding:0 0 0 25px;
}
#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:#ff3600;
	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:#bc2d07;
}
#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.dba-name{
	font-size: 17px;
	color:#191919;
	margin-bottom:6px;
	font-weight: bold;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__address h2.dba-name a {
    font-size: 17px;
    line-height: normal;
    color: #191919;
    text-transform: none;
    font-weight: bold;
    text-decoration: none;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__address h2.dba-name a:hover {
    color: #373737;
    text-decoration: underline;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__address a.address-body-link{
    color: #454545;
    font-size: 15px;
	line-height: 2;
	text-transform: none;
	text-decoration: none;
}
#DesktopLocales .StoreLocationsPicker__locale .MobileLocales__locale__address a.address-body-link:hover{
	text-decoration: underline;
}
.locale-menu-container {
    position: relative;
}
.StoreLocationsPicker-trigger:hover + .megmenu,
.StoreLocationsPicker-trigger:focus + .megmenu,
.megmenu:hover {
    display: block;
}
.StoreLocationsPicker__locale__mystore label span.StoreLocationsPicker__locale__mystore__text{
	font-size: 14px;
	font-weight: 500;
	color:#454545;
}
.secondary-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    position: relative;
    z-index: 300;
}
.secondary-menu ul li {
    display: inline-block;
    zoom: 1;
    position: relative;
    text-align:center;
}
.secondary-menu ul li a {
    display: block;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    padding:0 10px;
}
.secondary-menu ul li a span{
    display: inline-block;
    vertical-align:middle;
    color:#ff3600;
    line-height:normal;
}
.secondary-menu ul li a:hover {
    color: #505050;
    text-decoration:underline;
}
.locale-finder{
	background:#ff3600;
	height:100%;
}
.locale-finder ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    z-index: 300;
}
.locale-finder ul li {
    display: block;
    zoom: 1;
	padding: 0 25px;;
}
.locale-finder ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight:500;
    text-transform:uppercase;
    line-height: 40px;
}
.locale-finder ul li a:hover {
    color:#e0d5d2;
}
.locale-finder ul li a span{
    display: inline-block;
	vertical-align: middle;
}
.locale-finder ul li ul li a {
    min-width: 250px;
    margin: 0;
    font-size: 14px;
}
.locale-finder ul ul {
    position: absolute;
    display: none;
    width:225px;
    top: 40px;
    left: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #ff3600;
}
.locale-finder ul li ul a {
    color: #fff;
}
.locale-finder ul ul a:hover {
    background: #bc2d07;
    text-indent: 4px;
}
.locale-finder ul li:hover ul ul,.locale-finder ul li:hover ul ul ul,.locale-finder ul li:hover ul ul ul ul {
    display: none;
}
.locale-finder ul li li li li:hover ul,.locale-finder ul li li li:hover ul,.locale-finder ul li li:hover ul,.locale-finder ul li:hover ul {
    display: block;
}


/* MOBILE Masthead_Section STYLES */

#MobileMastHead_Section{
	width: 100%;   
	z-index:200; 
    transition: 0.4s all;  
}
#MobileMastHead_Section .mast-inner{
	width:100%;
	padding:14px 20px;
}
#MobileMastHead_Section .mast-inner .site-logo-mobile{
	text-align:center;
}
#mobile_contact--bar{
	padding:10px;
	background:#ff3600;
	position: relative;
}
#mobile_contact--bar .border-left{
	border-left:solid 2px #fd6137;
}
#mobile_contact--bar .border-right{
	border-right:solid 2px #fd6137;
}
#mobile_contact--bar a{
	font-size:14px;
	color:#fff;
}
#mobile_contact--bar .inline-text{
	display:inline-block;
	vertical-align:top;
	margin-top:3px;
	font-weight:700;
}

/* SEARCH STYLES */

#Masthead_Section .mast-inner .bottom-row .search-section{
	max-width:232px;
}
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm{
	position:relative;
	width:100%;
	margin:0 auto;	
}
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset,
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset .field
{
	margin:0;
	padding:0;
}
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset input.text, 
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset input.title, 
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset input:not([type]), 
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset input[type=text], 
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset textarea, 
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset select 
{
	background-color:#2e2e2e;
	padding: 10px 15px 10px 15px;
	height: 2.813rem;
	margin:0;
    color: #fff;
    display: block;
    font-size: 16px;
    border:0 transparent none;
    border-radius: 0;
    box-shadow: inset 0px 0px 0px rgb(0 0 0 / 0%);
}
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm fieldset:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm .btn-toolbar{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
	height:100%;
}
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm .btn-toolbar .action {
	height:100%;
    background: #ff3600;
    color: #fff;
    font-size: 1.25rem;
    display: inline-block;
    vertical-align:middle;
    margin: 0;
    padding: 10px;
    border: 0;
    cursor: pointer;
}
#Masthead_Section .mast-inner .bottom-row .search-section form#Form_StandAloneForm .btn-toolbar .action:hover {
    background: #bc2d07;
}
.tabsmobile-content-search form#Form_StandAloneForm{
	position:relative;
	width:100%;
	margin:0 auto;	
}
.tabsmobile-content-search form#Form_StandAloneForm fieldset,
.tabsmobile-content-search form#Form_StandAloneForm fieldset .field
{
	margin:0;
	padding:0;
}
.tabsmobile-content-search form#Form_StandAloneForm fieldset input.text, 
.tabsmobile-content-search form#Form_StandAloneForm fieldset input.title, 
.tabsmobile-content-search form#Form_StandAloneForm fieldset input:not([type]), 
.tabsmobile-content-search form#Form_StandAloneForm fieldset input[type=text], 
.tabsmobile-content-search form#Form_StandAloneForm fieldset textarea, 
.tabsmobile-content-searchform#Form_StandAloneForm fieldset select 
{
	background-color:#2e2e2e;
	padding: 10px 15px 10px 15px;
	height: 2.813rem;
	margin:0;
    color: #fff;
    display: block;
    font-size: 16px;
    border:0 transparent none;
    border-radius: 0;
    box-shadow: inset 0px 0px 0px rgb(0 0 0 / 0%);
}
.tabsmobile-content-search form#Form_StandAloneForm fieldset ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.tabsmobile-content-search form#Form_StandAloneForm fieldset ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.tabsmobile-content-search form#Form_StandAloneForm fieldset :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.tabsmobile-content-search form#Form_StandAloneForm fieldset:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.tabsmobile-content-search form#Form_StandAloneForm .btn-toolbar{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
	height:100%;
}
.tabsmobile-content-search form#Form_StandAloneForm .btn-toolbar .action {
	height:100%;
    background: #bc2d07;
    color: #fff;
    font-size: 1.25rem;
    display: inline-block;
    vertical-align:middle;
    margin: 0;
    padding: 10px;
    border: 0;
    cursor: pointer;
}
.tabsmobile-content-search form#Form_StandAloneForm .btn-toolbar .action:hover {
    background: #ff3600;
}

/* HERO SECTION */

#Hero_Section{
	position:relative;
	max-height: 798px;
	overflow: hidden;
}
.flexslider {
    max-height: 798px;
}

/* Flexslider */
.slideshow .flexslider{
    overflow: hidden;
}
.slideshow .flexslider {
    border: none;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.slide-overlay {
    background: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
}
.slide-img{
    background-position:center;background-size:cover;
    height: 700px;
}
.slide-bgvideo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;

}
.slide-bgvideo video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: black;
    z-index: 0;
}
.vid-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    overflow: hidden;
    width:99%;
    z-index: 2;
}

/* DEPARTMENT GRID BLOCKS */

#DepartmentBlocks_Section {
	position:relative;
	height:175px;
}
#DepartmentBlocks_Section .containment{
	position:absolute;
	width:100%;
	top:-85px;
	z-index:200;
}
#DepartmentBlocks_Section .containment .equip-holder-bx{
	padding:35px 15px 35px 10px;
	overflow:hidden;
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.15);	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
#DepartmentBlocks_Section .containment .equip-holder-bx div.dept-heading{
	font-family: "Oswald", sans-serif;
	font-size:40px;
	font-weight:600;
	line-height:1.1;
	color:#ff3600;
	text-transform:uppercase;
}
#DepartmentBlocks_Section .containment .equip-holder-bx .hide-ring {
	stroke-width: 2;
	stroke-dasharray: 410;
	stroke-dashoffset: 0;
	stroke-linecap: square;
	transition: all .4s ease-out;
}
#DepartmentBlocks_Section .containment .equip-holder-bx:hover .hide-ring {
	stroke-dashoffset: 410;
	transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out;
}
#DepartmentBlocks_Section .containment .equip-holder-bx .desktop-hovered-btns{
	width:100%;
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	margin:0 auto;
	bottom:-50px;
}
#DepartmentBlocks_Section .containment .equip-holder-bx:hover .desktop-hovered-btns{
	transform: translateY(-60px);
	transition: transform 1s;	
}
#DepartmentBlocks_Section .containment .equip-holder-bx .desktop-hovered-btns a{
	display:inline-block;
	background:#ff3600;
	font-size: 1rem;
	padding:10px 35px;
	color:#fff;
	text-align:center;
}
#DepartmentBlocks_Section .containment .equip-holder-bx .desktop-hovered-btns a:hover{
	background:#bc2d07;
}
#DepartmentBlocks_Section .containment .equip-holder-bx a.ghost--btn {
    display: inline-block;
    overflow: hidden;
	font-size: 1rem;
	padding:8px 35px;    
    border: 2px #ff3600 solid;
    text-align: center;
    text-transform: uppercase;
    background:transparent;
    color: #ff3600;
    -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)
}
#DepartmentBlocks_Section .containment .equip-holder-bx a.ghost--btn .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff3600;
    -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)
}
#DepartmentBlocks_Section .containment .equip-holder-bx a.ghost--btn:focus .hover,
#DepartmentBlocks_Section .containment .equip-holder-bx 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
}
#DepartmentBlocks_Section .containment .equip-holder-bx a.ghost--btn .text {
    display: inline-block;
    position: relative;
    color: #ff3600;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: color .5s cubic-bezier(.19,1,.22,1);
    transition: color .5s cubic-bezier(.19,1,.22,1)
}
#DepartmentBlocks_Section .containment .equip-holder-bx a.ghost--btn:focus .text,
#DepartmentBlocks_Section .containment .equip-holder-bx a.ghost--btn:hover .text 
{
    color: #fff
}

/* FEAUTURED SPOTLIGHTS */

#FeaturedSpotlight_Section{
	box-sizing: border-box;  
	height: var(--featured-spot-height, auto);
	padding:40px;	
	display: block;	
	background-image:url('/_resources/themes/base-foundation-theme/images/featured-section-background.jpg');
	background-size: cover;
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	overflow: auto;
}
#FeaturedSpotlight_Section .featured_rounded{
	height: auto; 
	max-height: 100%;
	aspect-ratio: 1 / 1;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 15px auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 0;  
}
#FeaturedSpotlight_Section .featured_rounded img{
	aspect-ratio: 1 / 1;
	height: 100%;
	object-fit: cover;         /* crop to the circle cleanly */
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);	
}
#FeaturedSpotlight_Section .text-section {
	display: flex;
	flex-direction: column;
	justify-content: center;  /* vertical centering */
	gap: 0.5rem;              /* optional breathing room between h2, p, button */	
	min-height: 0;             /* allow flex shrink */
	overflow: hidden;          /* don’t push the section taller */
}
#FeaturedSpotlight_Section .text-section h2{
	font-family: "Oswald", sans-serif;
	font-size:46px;
	font-weight:700;
	color:#181a1c;
	margin: 0 0 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;     /* adjust lines to taste */
	-webkit-box-orient: vertical;
	overflow: hidden;	
}

/* PROMO SECTION */

#Promos_Section ul li .promo-bx{
	height:420px;
	max-height:425px;
}
#Promos_Section ul li .promo-bx .overlay{
	width:100%;
	height:100%;
	padding:30px 0 10px 0;
	background: rgba(0, 0, 0, 0.6);
	position:relative;
}
#Promos_Section ul li .promo-bx .overlay .main-cnt{
	position:absolute;
	width:85%;
	top:5%;
	left:0;
	right:0;
	margin:0 auto;
}
#Promos_Section ul li .promo-bx .overlay .main-cnt .heading{
	font-family: "Roboto Condensed", sans-serif;
	font-size:32px;
	font-weight:700;
	line-height:1.2;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#fff;
}
#Promos_Section ul li .promo-bx .overlay .main-cnt p{
	font-size:18px;
	color:#fff;
}
#Promos_Section ul li .promo-bx .overlay .learn-button {
	position:absolute;
	bottom:8%;
	left:8%;
    background: #ff3600;
    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;
    padding: 20px 35px;
    transition: 0.4s all;
}
#Promos_Section ul li .promo-bx .overlay .learn-button:hover {
    background: #bc2d07;
    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);
}

/* CAREER SPOTLIGHTS */

#CareerSpotlight_Section{
	box-sizing: border-box;  
	height: var(--career-spot-height, auto);
	padding:40px;
	display: block;		
	background-image:url('/_resources/themes/base-foundation-theme/images/career-section-background.jpg');
	background-size: cover;
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	overflow: auto;	
}
#CareerSpotlight_Section .featured_rounded{
	height: auto; 
	max-height: 100%;
	aspect-ratio: 1 / 1;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 15px auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 0; 
}
#CareerSpotlight_Section .featured_rounded img{
	aspect-ratio: 1 / 1;
	height: 100%;
	object-fit: cover;         /* crop to the circle cleanly */
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);	
}
#CareerSpotlight_Section .text-section {
	display: flex;
	flex-direction: column;
	justify-content: center;  /* vertical centering */
	gap: 0.5rem;              /* optional breathing room between h2, p, button */	
	min-height: 0;             /* allow flex shrink */
	overflow: hidden;          /* don’t push the section taller */
}
#CareerSpotlight_Section .text-section h2{
	font-family: "Oswald", sans-serif;
	font-size:46px;
	font-weight:700;
	color:#181a1c;
	margin: 0 0 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;     /* adjust lines to taste */
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#FeaturedSpotlight_Section .grid-container,
#FeaturedSpotlight_Section .grid-x,
#CareerSpotlight_Section .grid-container,
#CareerSpotlight_Section .grid-x {
	height: 100%;
}
#FeaturedSpotlight_Section .grid-x,
#CareerSpotlight_Section .grid-x {
	align-items: center; 
}
#FeaturedSpotlight_Section .grid-x > .cell,
#CareerSpotlight_Section .grid-x > .cell {
	height: 100%;
	min-height: 0;
}

/* MAP & FORM SECTION */

#MapForm_Section{
	width:100%;
	min-height:608px;
	max-height:610px;
	overflow:hidden;	
}
#MapForm_Section .zip-search-bg{
	background:#ff3600;
}
#MapForm_Section .zip-search-bg .inner-shadow{
	width:100%;
	height:100%;
	padding:100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	background: linear-gradient(to right,  rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#MapForm_Section .zip-search-bg .inner-shadow .inner-container{
	background: rgba(0, 0, 0, 0.3);
	padding:40px 35px;
}
#MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder input.text, 
#MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder input.title, 
#MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder input[type=text], 
#MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder input:not([type])
{
	display:inline-block;
	vertical-align:top;
	width:70%;
    margin: 0;
    height:70px;
    padding:10px 20px;
    border:0px transparent none;
    border-radius:0px;
    box-shadow: inset 0px 0px 0px rgb(0 0 0 / 0%);
}
#MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder button.searchButton {
    background: #111111;
    color: #fff;
    height:70px;
    font-size: 1.25rem;
    display: inline-block;
    vertical-align:top;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 14px 25px;
    transition: 0.4s all;
    border: 0;
    cursor: pointer;
}
#MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder button.searchButton:hover {
    background: #ff3600;
}
#MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip-search-title{
	font-family: "Oswald", sans-serif;
	font-size:46px;
	line-height:1;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:15px;
}
#MapForm_Section .zip-search-bg .inner-shadow .inner-container p{
	font-size:16px;
	color:#fff;
}
#store-locations-google-map-home{
	width: 100%;
	height: 600px;
}
#store-locations-google-map-home .store-locations__geomap__popup {
	line-height:1.8;
}
#store-locations-google-map-home .store-locations__geomap__popup__title {
	font-size: 18px;
	font-weight: bold;
	color:#111111;
	text-decoration:none;
	margin-bottom: 6px;
}
#store-locations-google-map-home .store-locations__geomap__popup__title a{
	font-size: 18px;
	font-weight: bold;
	color:#111111;
	text-decoration:none;
}
#store-locations-google-map-home .store-locations__geomap__popup__address{
	font-size: 16px;
	line-height: 1.8;
	color:#111111;
}
#store-locations-google-map-home .store-locations__geomap__popup__phone{
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	color:#111111;
}
#store-locations-google-map-home .store-locations__geomap__popup__details a {
	display: block;
	width:100%;
	padding: 5px 15px;
	background: #ff3600;
	font-size:15px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#store-locations-google-map-home .store-locations__geomap__popup__details a:hover {
	background:#bc2d07;
}
#store-locations-google-map-home .gm-style .gm-style-iw-c{
	padding:20px 5px 5px 20px !important;
}
#store-locations-google-map-home .gm-style-iw-chr{
	position:absolute;
	top:0;
	right:0;
}
#store-locations-google-map-home .gm-style-iw-d{
	max-height: auto !important;
	min-height: auto !important;
}
.clear-button_holder{
	width: 100%;
	text-align: center;
}
button.clear-store-btn{
	display: inline-block;
	text-transform: none;
	padding: 10px 25px;
	margin: 0 auto 15px auto;
	text-align: center;
	background:transparent;
	border:solid 1px #ee2707;
	color:#ee2707;
	font-size: 14px;
	-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;
}

/* GENERAL SPOTLIGHT SECTION */

#GeneralSpotlights_Section{
	/* fallback auto if unset */
	min-height: var(--general-spot-height, auto);
	display: block;
}
#GeneralSpotlights_Section .spotcarousel {
	min-height: inherit;
	display: grid;
	align-content: center;
	gap: 1rem;
}
.spot-bx {
	--spot-title-color: #111;
	--general-spot-height: 420px;
	--theme-grad-bottom: rgba(0,0,0,0.80);
	--theme-grad-top:    rgba(0,0,0,0.10);
	--spot-image: none;             /* will be overridden with url(...) when you have one */
	--spot-button-bg: #ff3600;      /* from earlier thread */
	--spot-button-txt: #ffffff;

	position: relative;
	display: block;
	overflow: hidden;
	height: var(--general-spot-height);
	height: min(420px, var(--general-spot-height));
	background-image:
	linear-gradient(
		to top,
		var(--theme-grad-bottom) 0%,
		var(--theme-grad-top)    100%
	),
	var(--spot-image);
	background-size: cover;
	background-position: center;
}
.spot-bx .overlay {
	background: none;
	padding: 20px 30px;	
	position: relative;
	width: 100%;
	height: 100%;
}
.spot-bx .main-cnt .heading {
	color: var(--spot-title-color);
	margin: 0 0 .5rem 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	text-transform: uppercase;  
}
.spot-bx.spot--brand  {
	box-shadow: 0 0 0 9999px rgba(220, 20, 60, 0.00) inset;
}
.spot-bx .learn-button {
    position: absolute;
    bottom: 8%;
	display: inline-block;
	background: var(--spot-button-bg);
	color: var(--spot-button-txt);
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 15px 25px;
    transition: 0.4s all;
}
.spot-bx .learn-button:hover {
	background: #bc2d07;
    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);	
}
@supports (background: color-mix(in srgb, #000 50%, #fff)) {
  .spot-bx .learn-button:hover {
    background: color-mix(in srgb, var(--spot-button-bg) 85%, black);
  }
}
.spot-bx.spot--brand  { --theme-grad-bottom: rgba(255, 54, 0, 0.90); --theme-grad-top: rgba(255, 54, 0, 0.10); }
.spot-bx.spot--slate  { --theme-grad-bottom: rgba( 30, 30, 30, 0.90); --theme-grad-top: rgba( 53, 53, 53, 0.10); }
.spot-bx.spot--forest { --theme-grad-bottom: rgba( 11,171,100, 0.90); --theme-grad-top: rgba( 11,171,100, 0.10); }
.spot-bx.spot--ocean  { --theme-grad-bottom: rgba(  0,198,255, 0.90); --theme-grad-top: rgba(  0,198,255, 0.10); }

.spot-bx .main-cnt .spot-info{
	color: #fff;
}

/* BRANDS SECTION */

#Brands_Section{
	padding:100px;
}
#Brands_Section .brands-title{
	font-family: "Oswald", sans-serif;
	font-size:32px;
	line-height:1.3;
	font-weight:600;
	text-transform:uppercase;
	color:#111111;
	text-align:center;
}

/* 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-image {
    width: 100%; /* Ensures images are responsive */
    max-width: 480px; /* Set a maximum width for images */
    height: 320px; /* Ensures all images are the same height */
    object-fit: cover; /* Maintains aspect ratio while cropping the image to fit */
    display: block;
    margin: 0 auto; /* Centers images within their container */
}
.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 #ff3600;
}
.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;
}

/* SUBSCRIPTION FORM */

.subscribe-form{
	width:90%;
	margin-top: 30px;
}
.subscribe-form .subscribe-heading{
	font-size:14px;
	color: #fff;
	text-transform:uppercase;
	margin:0 0 6px 0;
	padding: 0;
}
.subscribe-form fieldset{margin: 0; padding: 0;}
.subscribe-form input.text, 
.subscribe-form input.title, 
.subscribe-form input:not([type]), 
.subscribe-form input[type=text], 
.subscribe-form input[type=search],
.subscribe-form textarea, 
.subscribe-form select 
{
    margin: 0;
    background-color: #282828;
    border: 0px transparent none;
    box-shadow: inset 0px 0px 0px rgb(0 0 0 / 0%);
	color:#fff;
}
.subscribe-form::placeholder{color:#fff;}
.subscribe-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
  }
.subscribe-form::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.subscribe-form:-ms-input-placeholder { /* IE 10+ */
	color: #fff
}
.subscribe-form:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.subscribe-form form .checkbox .checkbox{
	display: inline-block;
	clear: none;
}
.subscribe-form form .checkbox label.right{
	display: inline-block;
	width: 90%;
	clear: none;
	vertical-align: top;
	margin: 0;
}
.subscribe-form .btn-toolbar input[type=submit] {
    background: #ff3600;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0 0 8px 0;
    padding: 14px 25px;
    transition: 0.4s all;
    border: 0;
    cursor: pointer;
}
.subscribe-form .btn-toolbar input[type=submit]:hover {
    background: #bc2d07;
}


/* FOOTER SECTION */

#Footer_Section .inner{
	padding:60px 15px;
}
#Footer_Section .inner img.footer-bobcat-logo{
	margin-bottom:30px;
}
#Footer_Section .inner a.footer-contact-btn{
	display:block;
	min-width:296px;
	max-width:296px;
	height:60px;
	transition: 0.4s all;
	margin:0 0 10px 0;
	position:relative;
	border:#333333 1px solid;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111111+0,242424+22,1b1b1b+48,242424+78,111111+100 */
	background: linear-gradient(135deg,  #111111 0%,#242424 22%,#1b1b1b 48%,#242424 78%,#111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#Footer_Section .inner a.footer-contact-btn:hover{
	border:#505050 1px solid;
}
#Footer_Section .inner a.footer-contact-btn .icon-holder{
	display:inline-block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bdbdbd+0,e7e7e7+24,dcdcdc+48,e7e7e7+76,bdbdbd+100 */
	background: linear-gradient(135deg,  #bdbdbd 0%,#e7e7e7 24%,#dcdcdc 48%,#e7e7e7 76%,#bdbdbd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width:58px;
	height:100%;
	padding:14px 0;
	text-align:center;
    transition: 0.4s all;	
}
#Footer_Section .inner a.footer-contact-btn .icon-holder span{
	vertical-align:middle;
	color:#ff3600;
    transition: 0.4s all;	
}
#Footer_Section .inner a.footer-contact-btn .text-holder{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:0 10px;
    transition: 0.4s all;	
}
#Footer_Section .inner a.footer-contact-btn:hover .text-holder{
	color:#ff3600;
}
#Footer_Section .inner a.footer-contact-btn .arrow-holder{
	width:58px;
	height:100%;
	float:right;
	text-align:center;
	padding:13px 0;
    transition: 0.4s all;	
}
#Footer_Section .inner a.footer-contact-btn .arrow-holder span{
	vertical-align:middle;
	color:#ff3600;
    transition: 0.4s all;	
}
#Footer_Section .inner a.footer-contact-btn:hover .arrow-holder span{
	color:#fff;
}
#Footer_Section .inner a.footer-phone-btn{
	display:block;
	min-width:296px;
	max-width:296px;
	height:60px;
	margin:0 0 10px 0;	
	transition: 0.4s all;
	position:relative;
	border:#333333 1px solid;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111111+0,242424+22,1b1b1b+48,242424+78,111111+100 */
	background: linear-gradient(135deg,  #111111 0%,#242424 22%,#1b1b1b 48%,#242424 78%,#111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#Footer_Section .inner a.footer-phone-btn:hover{
	border:#505050 1px solid;
}
#Footer_Section .inner a.footer-phone-btn .icon-holder{
	display:inline-block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bdbdbd+0,e7e7e7+24,dcdcdc+48,e7e7e7+76,bdbdbd+100 */
	background: linear-gradient(135deg,  #bdbdbd 0%,#e7e7e7 24%,#dcdcdc 48%,#e7e7e7 76%,#bdbdbd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width:58px;
	height:100%;
	padding:14px 0;
	text-align:center;
    transition: 0.4s all;	
}
#Footer_Section .inner a.footer-phone-btn .icon-holder span{
	vertical-align:middle;
	color:#ff3600;
    transition: 0.4s all;	
}
#Footer_Section .inner a.footer-phone-btn .text-holder{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:0 10px;
    transition: 0.4s all;	
}
#Footer_Section .inner a.footer-phone-btn:hover .text-holder{
	color:#ff3600;
}
#Footer_Section .inner a.footer-phone-btn .arrow-holder{
	width:58px;
	height:100%;
	float:right;
	text-align:center;
	padding:13px 0;
    transition: 0.4s all;	
}
#Footer_Section .inner a.footer-phone-btn .arrow-holder span{
	vertical-align:middle;
	color:#ff3600;
    transition: 0.4s all;	
}
#Footer_Section .inner a.footer-phone-btn:hover .arrow-holder span{
	color:#fff;
}
#Footer_Section .footdesk div{
	width:90%;
	font-family: "Oswald", sans-serif;
	font-size:24px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	margin:0 0 20px 0;
	padding:0 0 6px 0;
	border-bottom:2px #ff3600 solid;
}
#Footer_Section .footdesk ul.multi-column{
    columns: 2; /* Adjust the number of columns if needed */
    column-gap: 20px; /* Space between columns */
    list-style: none;
    padding: 0;
	margin: 0;
}
#Footer_Section .footdesk ul.multi-column li{
	break-inside: avoid; /* Prevent breaking items across columns */
	padding:6px 0;
	color:#fff;
}
#Footer_Section .footdesk ul.multi-column li a{
	color:#fff;
}
#Footer_Section .footdesk ul.multi-column li a:hover{
	color:silver;
	text-decoration:underline;
}
#Footer_Section ul.footacc{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
#Footer_Section ul.footacc li ul{
	display:none;
	margin:0;
	padding:0;
}
#Footer_Section ul.footacc li {
	border-bottom:2px #ff3600 solid;
	margin:0 0 20px 0;
}
#Footer_Section ul.footacc li ul li {
	border-bottom:0px transparent none;
	margin:0 0 6px 0;
    padding: 0;		
}
#Footer_Section ul.footacc li ul li a{
	font-size:16px;
	color:#d0d0d0;
}
#Footer_Section ul.footacc li {
    padding: 0 .625rem .50rem;
}
#Footer_Section ul.footacc li a.foot-trigger{
	font-size:20px;
	font-weight:600;
	color:#fff;
}
#Footer_Section ul.footacc li a.foot-trigger span{
	margin-left:10px;
}
#Footer_Section .inner .social ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#Footer_Section .inner .social ul li{
	display:inline-block;
	width:16%;
	color:#fff;
	font-size:42px;
}
#Footer_Section .inner .social ul li a{
	color:#fff;
	font-size:42px;
}
#Footer_Section .inner .social ul li a:hover{
	color:#ff3600;
}
#Copyright_Section{
	padding:30px 0;
	background:#000;
}
#Copyright_Section p{
	font-size:14px;
	color:#8f8f8f;
	margin:0;
	padding:0;
}
#Copyright_Section a{
	font-size:14px;
	color:#8f8f8f;
}
#Copyright_Section a:hover{
	color:#c8c8c8;
	text-decoration:underline;
}
#Copyright_Section ul.copyright-menu{
	margin:0;
	padding:0;
	list-style-type:none;
}
#Copyright_Section ul.copyright-menu li{
	display:inline-block;
	margin:0 10px 0 10px;
}
span.favorite-orange{
	color:#ff3600;
	font-size:14px;
	display: block;
	margin:0;
	padding: 0;
}


/* SEARCH RESULTS SECTION */

.searchResults h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.searchResults p.searchQuery {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.searchResults ul#SearchResults {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.searchResults ul#SearchResults li {
	list-style-type: none;
	list-style-position: outside;
	padding: 40px;
	background: #fff;
	border-top: thin silver dotted;
	border-left: thin silver dotted;
	border-right: thin silver dotted;
}
.searchResults ul#SearchResults li h4 a {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
}
.searchResults ul#SearchResults p {
	margin-bottom: 10px;
}
.searchResults #PageNumbers a {
	padding: 0 5px;
}
.searchResults #PageNumbers .pagination {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	display: table;
	width: 100%;
}
.searchResults #PageNumbers .pagination span {
	display: table-cell;
}
.searchResults #PageNumbers p {
	text-align: center;
	padding: 20px 0;
}
.searchResults #PageNumbers .next,
.searchResults #PageNumbers .prev {
	font-size: 14px;
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 0 !important;
}
.searchResults #PageNumbers .next {
	margin-left: 15px;
}
.searchResults #PageNumbers .prev {
	margin-right: 15px;
}

/* 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;
    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;
	background: #000;
}
#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 .brand-group-pic img {
    opacity: .7;
}
#brand-group h3.action-shot-heading{
    font-family: "Oswald", 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: "Oswald", 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;
}
.zip-warning {
    background-color: #ffcc00;
    border: 1px solid #ffa500;
    padding: 10px;
    margin: 15px 0;
    border-radius: 4px;
    position: relative;
}
.zip-warning p {
    margin: 0;
}
.zip-warning button {
    background: none;
    border: none;
    color: #0066cc;
    cursor: pointer;
    text-decoration: underline;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 40000;;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

/* SITEMAP */

#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:#ff3600;
}
#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:#df4e27;
}
#SiteMap_Controller .sitemap ul li ul li ul li a:hover{
	text-indent: 4px;
}

/* BLOG */

.blog-page{
	overflow: hidden;
}
.category-title{
	text-align: left;
	margin-bottom:0;
}
.category-grid .card{
	min-height: 320px;
	align-items: center;
    justify-content: center;
	padding: 20px;
	margin-bottom: 0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.category-grid .card:hover {
    background-size: 120%;
}
.category-grid span{
	font-size: 1.75rem;
	font-weight: 600;
	color: #fff;
	padding: 16px 0;
	border-bottom: 6px solid #ff3600;
}
.blog-featured-slick{
	background: #111;
}
.blog-featured-slick .slick-next,
.blog-featured-slick .slick-prev {
    cursor: pointer;
    color: transparent;
    background:transparent;
    outline: 0;
    position:absolute;
    top:50%;
    display:block;
    outline: none;    
    z-index:300;
}
.blog-featured-slick .slick-prev{
	background-image:url('/_resources/themes/base-foundation-theme/images/previous-btn.png');
	width:56px;
	height:70px;
	left:0px;
}
.blog-featured-slick .slick-prev:hover{
	background-image:url('/_resources/themes/base-foundation-theme/images/previous-btn.png');
	width:56px;
	height:70px;
	left:0px;
}
.blog-featured-slick .slick-next{
	background-image:url('/_resources/themes/base-foundation-theme/images/next-btn.png');
	width:56px;
	height:70px;
	right:0px;
}
.blog-featured-slick .slick-next:hover{
	background-image:url('/_resources/themes/base-foundation-theme/images/next-btn.png');
	width:56px;
	height:70px;
	right:0px;
}
.featured-bg{
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #111;
	background-size: 50%;
}
.feature-grad{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&1+49,1+49,0+100 */
	background: linear-gradient(to right,  rgba(0,0,0,1) 1%,rgba(0,0,0,1) 49%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.featured-summary{
	color: #fff;
	padding: 24px;
}
.featured-summary a{
	color: #fff;
}
.post-summary-section .card-section{
	min-height: 550px;
}
.post-summary-section.even{
	background: #eaeaea;
}
.post-summary-placeholder{
	width: 100%;
    height: 220px;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}
h2.post-summary-title {
	font-size: 1.375rem;
	color:#202020;
	margin: 0 0 12px 0;
}
h2.post-summary-title a{
	font-size: 1.375rem;
	color:#202020;
	display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to two lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Allows multiline */
}
.blog-post-meta{
	font-size: 12px;
}
p.excerpt{
	line-height: 1.5;
}
p.excerpt a {
    display: inline;
	font-size: 15px;
    color: #165c9d; /* Adjust link color if needed */
    text-decoration: underline;
	display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to two lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Allows multiline */	
}
p.excerpt span.excerpt-text {
	color:#393939;
	font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1em * 1.2 * 4); /* Approximate max height for 4 lines, adjust line-height as needed */
}
.post-image{
	width:100%;
	margin-bottom: 15px;
}
.post-image img{
	width:100%;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    background-color: #fff;
    text-align: center;
}

.faqacc .table-trigger{
	background: orangered;
	padding: 1rem;
	color: white;
}
.faqacc .table-trigger:focus{
	background: #f6f6f6;
	color: #111;
}

/* 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;	
}
.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;
}
.button {    
    background: #ff3600;    
    color: #fff;
    font-size: 1rem;
    font-weight:bold;
    line-height:normal;    
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align:center;
    margin: 6px 0 0 0;
    padding: 20px 35px; 
    transition: 0.4s all;	    
}
.button:hover{
    background: #bc2d07;
	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);    
}
.white-button {    
    background: #fff;    
    color: #000;
    font-size: 0.875rem;
    line-height:normal;    
    display: inline-block;
    text-decoration: none;
    text-align:center;
    margin: 0;
    padding: 10px 15px; 
	border-radius: 4px;
    transition: 0.4s all;	    
}
.white-button:hover{
    background: #e7e7e7; 
}
.purp-button {    
    background: #161128;    
    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;
    padding: 20px 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;  
    transition: 0.4s all;	    
}
.purp-button:hover{
    background: #292340;
	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);    
}
.Alert_Ribbon .Alert_Ribbon_Holder {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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(255, 255, 255, 0.9);    
	border:#252525 solid 1px;
	color:#000;
	font-size: 18px;
	font-weight: 600;
    margin: 0 auto;
    text-align:center;
    z-index: 9999;
    width:50%;
}
.boxes #dialog {
    padding: 60px;
}
.boxes #dialog a{
    color:#000;
}
.boxes #dialog a.close{
    color:#fff;
}
.close{
	display: inline-block;
	padding: 10px 20px;
	background-color: #111111;
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.close:hover{
	background-color: #252525;
}
.close-map {
    color: #aaa;
    float: right;
    font-size: 28px;
	line-height: normal;
    font-weight: bold;
    cursor: pointer;
	padding:2px 6px;
	border:solid 1px #a7a7a7;
}
.close-map:hover {
    color: #000;
}
.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;
}
#bread-crumbs .separator {
    padding: 0 5px;
}

/* 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;
}

/* Modal for Popup */

body.modal-open {
	overflow: hidden;
}
#popup-form-modal{
	text-align: left;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.modal-overlay.active {
	opacity: 1;
	pointer-events: auto;
}
.modal-content {
	background: #fff;
	text-align: left;
	padding: 2rem;
	border-radius: 8px;
	max-width: 600px;
	width: 90%;
	max-height: 90vh; /* limit height to 90% of viewport */
	overflow-y: auto; /* enable vertical scroll if needed */
	position: relative;
	transform: translateY(-30px);
	transition: transform 0.3s ease;
}
.modal-overlay.active .modal-content {
	transform: translateY(0);
}
.modal-close {
	position: absolute;
	top: 10px;
	right: 14px;
	font-size: 24px;
	border: none;
	background: rgb(238, 237, 237);
	cursor: pointer;
	color:#000;
}
.modal-close:hover {
	background: rgb(209, 208, 208);
}
.hidden {
	display: none;
}

/* ICONS */

.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:#ff3600;
}
.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-imagesmode
{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	fill:#ffffff;
}
.ico-arrow_forward_ios
{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	color:#ff3600;
}
.caret-right-solid
{
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.caret-down-solid
{
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.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:#ffffff;
	transition: fill 0.3s ease;	
}
.ico-facebook use:hover,
.ico-linkedin use:hover,
.ico-youtube use:hover,
.ico-instagram use:hover
{
	fill:#ff3600;
}
.ico-orange{
	fill:#ff3600;
}
.ico-grey{
	fill:#5f6368;
}
.ico-white{
	fill:#ffffff;
}
.ico-dark{
	fill:#111111;
}

@-webkit-keyframes fadeinout {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeinout {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1600px){
	#Masthead_Section .mast-inner .bottom-row .mfg-section {
	    display:none;
	}
}
@media only screen and (max-width: 1366px){
	#Masthead_Section .mast-inner .top-row {
	    padding: 0 15px;
	}
	#Masthead_Section .mast-inner .bottom-row {
	    padding: 10px 15px;
	}
	#Masthead_Section .mast-inner .bottom-row .logo-section {
	    width:25%;
	}
	#Masthead_Section .mast-inner .bottom-row .search-section {
	    max-width: 175px;
	}	
	#DepartmentBlocks_Section .containment .equip-holder-bx div.dept-heading {
	    font-size: 32px;
	}
	#MapForm_Section .zip-search-bg .inner-shadow {
	    padding: 80px 60px;
	}
	#MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip-search-title {
	    font-size: 38px;
	}	
	#MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder input.text, #MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder input.title, #MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder input[type=text], #MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder input:not([type]) {
	    height: 60px;
	}	
	#MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip_search--holder button.searchButton {
	    height: 60px;
	}	
}
@media only screen and (max-width: 1280px){
	#DepartmentBlocks_Section .containment .equip-holder-bx img{
	    width:40%;
	}	
	#DepartmentBlocks_Section .containment {
	    top: -20px;
	}
	#FeaturedSpotlight_Section .text-section h2 {
	    font-size: 32px;
	}	
	#CareerSpotlight_Section .text-section h2 {
	    font-size: 32px;
	}		
}
@media only screen and (max-width: 1024px){		
	#DepartmentBlocks_Section .containment .equip-holder-bx div.dept-heading {
	    font-size: 26px;
	}
	#FeaturedSpotlight_Section {
	    padding: 20px;
		background-attachment: scroll;
	}	
	#CareerSpotlight_Section {
	    padding: 20px;
		background-attachment: scroll;
	}
	#MapForm_Section {
	    min-height: 100%;
	    max-height: 100%;
	    overflow: hidden;
	}	
	#MapForm_Section .zip-search-bg .inner-shadow {
	    padding: 60px 40px;
	}
	#MapForm_Section .zip-search-bg .inner-shadow .inner-container {
	    padding: 30px;
	}
	#Brands_Section {
	    padding: 60px 20px;
	}	
	#Promos_Section ul li .promo-bx .overlay .learn-button {
	    padding: 15px 25px;
	}
	.category-title{
		text-align: center;
	}
	button {
	    padding: 15px 25px;
	}									
}
@media only screen and (max-width: 960px){
	#DepartmentBlocks_Section {
		padding:20px 10px;
		height:auto;
	}
	#DepartmentBlocks_Section .containment{
		position:relative;
		top:0px;
	}	
	#DepartmentBlocks_Section .containment .equip-holder-bx {
	    padding: 10px;
	}
	#Promos_Section {
	    padding: 0px 0px 30px 0;
	}	
	#FeaturedSpotlight_Section {
		height: auto !important;
	}	
	#CareerSpotlight_Section {
		height: auto !important;
	}
	#GeneralSpotlights_Section {
		height: auto !important;
		min-height: auto !important;
	}		
	#MapForm_Section .map_holder{
		height:400px;
	}	
	.footacc{
		display:block;
	}
	.footdesk{
		display:none;
	}
	.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;
	}
	.slick-slider{
		padding:0;
	}
	.category-grid .card{
		min-height: 240px;
	}
	.featured-bg{
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #111;
		background-size: cover;
	}
	.feature-grad{
		background: rgb(0,0,0,0.7);	
	}
	#Footer_Section .inner a.footer-contact-btn {
		min-width: 100%;
		max-width: 100%;
	}	
	#Footer_Section .inner a.footer-phone-btn {
		min-width: 100%;
		max-width: 100%;
	}	
	#MapForm_Section .map_holder {
        height: auto;
    }
	.subscribe-form {
		width: 100%;
		margin-top: 10px;
	}	
}
@media only screen and (max-width: 640px){
	#MapForm_Section .zip-search-bg .inner-shadow {
	    padding: 30px;
	}
	#MapForm_Section .zip-search-bg .inner-shadow .inner-container {
	    background: rgba(0, 0, 0, 0);
	    padding: 0;
	}	
    #MapForm_Section .zip-search-bg .inner-shadow .inner-container .zip-search-title {
        font-size: 28px;
    }
	#store-locations-google-map-home{
		height: 400px;
		overflow: hidden;
	}
	#Brands_Section .brands-title {
	    font-size: 28px;
	}    
	#Brands_Section {
	    padding: 30px 20px 20px 20px;
	} 
	#Footer_Section .inner {
	    padding: 30px 15px;
	}	  
	#Footer_Section .inner img.footer-bobcat-logo{
		width:100%;
	}	
	#Footer_Section .inner .social ul li{
		width:23%;
		text-align: center;
	}	 	 			
}