/* =============================
Global HTML Behaviour
============================== */
html {
  /*smooth scrolling for links to onpage elements*/
  scroll-behavior: smooth;
  /*variablizes colors so that they're summonable. EXAMPLE CSS color:var(dashdashjerrysblue);*/
  --jerrysblue: #00369d;
  --jerrysblueprint: #00619d;
  --jerrysred: #cd1939;
  --jerrysgray: #9ba2a3;
  --jerrysdarkgray: #5B6267;
  --jerrysyellow: #ffeb26;
  --jerrysgreen: #009748;
}
/******Do not remove******/
.pushImgLeft{
  float: left;
  margin: 10px;
}
.pushImgRight{
  float: right;
  margin: 10px;
}
/******Do not remove******/
#slider0_container_Wrapper .Widget_Jssor {
  overflow: visible!important;
}
.cimm_productHead h2{
  color:#444d69;
}
.cimm_placeHolder_Top{
  background:#bfae7f;
  padding:20px 0px;
  text-align:center;
}
.cimm_placeHolder_Top h3, .cimm_placeHolder_Top p{
  color:#fff;
}
.cimm_placeHolder_Top p{
  padding:0 10px;
}
.cimm_placeHolder_Top h3{
  margin-bottom:10px;
}
.cimm_welcomeNote{
  color:#878787;
  text-align:center;
}
.cimm_placeHolder_Bottom img{
  width:100%;
}
.cimm_HomepageSliderWrap{
  height:382px;
  margin-bottom:30px;
}
.cimm_HomepageSliderWrap img{
  top:0px !important;
}
.cimm_HomepageSliderWrap{
  color:#ffffff !important;
  font-weight:bold;
}
.cimm_HomepageSliderWrap .jssorb01{
  top:170px !important;
  bottom:0 !important;
}
.cimm_placeHolder{
  margin:0 10px;
}
.mainHeading{
  color:#444d69;
  margin-top:20px;
  padding-bottom:5px;
}
.subHeading{
  margin:20px 0 20px 0;
  text-align:center;
  background-color:#444d69;
  padding:10px;
  color:#fff;
}
.paraBold{
  font-weight:bold;
  margin:0 0 20px 0;
  background-color:#f2efe5;
  color:#444d69;
  padding:10px;
}
.paragrapghtext{
  margin:10px 0;
}
.paraWrap p a img{
  float:left;
  margin-right:20px;
}
.paraWrap p a{
  display:block;
}
.leadershipWrap{
  margin-top:20px;
}
.imgWrap{
  margin-right:20px;
  border:1px solid #ccc;
  padding:10px;
}
.imgDiv{
  padding-left:20px!important;
}
.imgWrap a img{
  -webkit-transition:all 0s linear;
  -moz-transition:all 0s linear;
  -o-transition:all 0s linear;
  transition:all 0.3s linear;
}
.imgWrap a{
  display:block;
  overflow:hidden;
}
.imgWrap a img:hover{
  transform:scale(1.1, 1.1);
  -o-transform:scale(1.1, 1.1);
  -moz-transform:scale(1.1, 1.1);
  -webkit-transform:scale(1.1, 1.1);
  opacity:0.5;
}
.listBlock h3{
  margin:20px 0 10px 0;
}
.listBlock ul{
  padding-left:15px;
}
.listBlock ul li{
  list-style:disc;
  padding-bottom:5px;
}
.subheading2{
  color:#000038;
  font-size:14px;
  margin-bottom:10px;
}
button.accordion{
  background-color:#eee;
  color:#444;
  cursor:pointer;
  padding:18px;
  width:100%;
  text-align:left;
  border:none;
  outline:none;
  transition:0.4s;
}
button.accordion.active, button.accordion:hover{
  background-color:#ddd;
}
div.panel{
  padding:0 18px;
  background-color:white;
  display:none;
}
div.panel.show{
  display:block;
}
.marginTop{
  margin-top:20px;
}
.accordion{
  margin-bottom:1px;
  background-color:#444d69!important;
  padding:10px 5px!important;
  color:#fff!important;
}
.panel{
  padding:20px!important;
  margin-bottom:1px!important;
  border:1px solid #ccc!important;
}
.panel ul{
  padding-left:20px;
}
.panel ul li{
  padding:3px;
  list-style-type:disc;
}
.DiSp_bttns{
  width:100%;
  box-shadow:none !important;
  margin-bottom:40px!important;
}
.DiSp_bttns > .DiSp_applyOnlineBtn{
  float:right!important;
  background:#bfae7f!important;
  color:#FFF!important;
  font-size:14px!important;
  padding:6px 10px!important;
  box-shadow:none!important;
  font-weight:bold;
  text-decoration:none!important;
  border:none;
}
.DiSp_bttns > .DiSp_downloadBtn{
  float:right!important;
  background:#bfae7f!important;
  color:#FFF!important;
  font-size:14px!important;
  padding:6px 10px!important;
  margin-right:10px!important;
  box-shadow:none!important;
  font-weight:bold;
  text-decoration:none!important;
  border:none;
}
.DiSp_bttns > .DiSp_downloadBtn:hover, .DiSp_bttns > .DiSp_applyOnlineBtn:hover{
  background:#565f65!important;
}
.staticFormWrap{
  margin-top:20px;
}
.fullStaticBG{
  width:600px;
  background-color:#f2efe5;
  padding:20px;
}
.forms .Validate-String, .forms .Validate-email{
  width:100%;
}
.forms > ul > li > label > span{
  color:#F00;
}
.DiSP_txtBox{
  width:400px!important;
  height:40px!important;
  padding:5px!important;
  border:1px solid #878787!important;
  border-radius:5px!important;
}
.DiSP_form{
  margin-top:20px!important;
  background-color:#f2efe5;
  padding:20px;
  width:1000px;
  margin:0 auto!important;
}
.DiSP_form input[type="text"]{
  padding:0 10px;
  width:94%;
  margin-right:3%;
}
.selectInDropDown1{
  width:94%;
  margin-right:3%;
}
.Disp_button{
  padding:5px;
  background:#444d69;
  color:#fff;
  text-align:center;
  font-size:19px;
  text-transform:uppercase;
  border:2px solid #fff;
  height:40px;
  width:180px;
  margin-top:35px;
  margin-bottom:60px;
  float:right;
}
.DiSp_invImg{
  margin-right:15px;
}
.sideHeading{
  text-align:center;
  background-color:#444d69;
  padding:10px;
  color:#fff;
}
ul.listimg li{
  float:left;
  width:30%;
  padding:18px;
  margin-right:2%;
}
.listimg a{
  display:block;
  overflow:hidden;
}
.listimg li a img{
  -webkit-transition:all 0s linear;
  -moz-transition:all 0s linear;
  -o-transition:all 0s linear;
  transition:all 0.3s linear;
}
.listimg li a img:hover{
  transform:scale(1.1, 1.1);
  -o-transform:scale(1.1, 1.1);
  -moz-transform:scale(1.1, 1.1);
  -webkit-transform:scale(1.1, 1.1);
  opacity:0.5;
}
ul.DiSp_invent li i{
  color:#444d69;
  margin-right:10px;
}
ul.DiSp_invent li{
  line-height:30px;
}
#cimm_headingbg h3{
  color:#444d69;
  font-size:30px;
}
.cimm_top{
  margin-top:20px;
}
#cimm_headingbg{
  background:rgba(191, 174, 127, 0.42);
  ;
  text-align:center;
  padding:30px;
  width:100%;
  height:100px;
  float:left;
}
.cimm_para{
  margin:0 auto!important;
  float:none!important;
  width:70%!important;
}
.cimm_SubTitles h5{
  color:#444d69;
  font-size:17px;
  text-align:center;
}
ul.cimm_listitems li{
  line-height:25px;
  font-size:16px;
  list-style-type:disc;
  margin-left:17px;
}
.cimm_TabBlock:hover, .cimm_TabBlock_img:hover{
  background:rgba(228, 221, 201, 0.12);
}
.cimm_TabBlock, .cimm_TabBlock_img{
  padding:15px;
  background:#fff;
  text-align:center;
  cursor:pointer;
}
.cimm_banner{
  overflow:hidden;
}
h1.cimm_bannertxt{
  color:rgb(164, 135, 67);
  position:absolute;
  left:0px;
  width:100%;
  padding:20px 50px;
  text-shadow:0 1px 0 black;
  font-size:50px;
  top:32px;
  text-align:right;
}
.cimm_bannerpara{
  color:#fff;
  position:absolute;
  width:45%;
  padding:20px 50px;
  text-shadow:0 1px 0 black;
  font-size:16px;
  top:111px;
  right:0;
  float:right;
  text-align:right;
}
.cimm_middlecontent{
  height:auto;
  line-height:25px;
  width:80%!important;
  float:none!important;
  background:rgba(200, 204, 217, 0.109804);
  margin:0px auto !important;
}
.cimm_middlecontent h3{
  margin:0 auto;
  width:85%;
  line-height:75px;
  font-size:26px;
  color:#444d69;
}
.cimm_midpart{
  margin:0 auto;
  width:85%;
}
.cimm_midpart i{
  font-size:25px;
  color:#444d69;
}
.cimm_midpart span{
  font-size:16px;
  line-height:26px;
}
#cimm_head{
  font-weight:bold;
  font-size:17px;
  margin-right:10px;
}
.cimm_imgbgcenter{
  margin:0 auto!important;
  width:80%!important;
  float:none!important;
  background:#f9fafb;
  padding:0 2px!important;
}
.cimm_imgbgcenter img{
  background:#444d69;
  border-radius:60%;
  display:block;
  padding:12px;
  margin:0 10px;
}
.cimm_imghead{
  color:#444d69;
}
.cimm_left{
  margin-top:20px;
}
.cimm_img:hover{
  -moz-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
.Static_columnImage{
  width:45%;
  margin:0 auto;
}
.cimm_frstleft{
  padding:15px!important;
}
.cimm_frstright{
  width:30%!important;
  padding:15px!important;
}
.cimm_frstleft h4{
  font-size:26px;
  color:#444d69;
  font-weight:bold;
  text-transform:lowercase;
}
.cimm_frstleft p{
  font-size:16px;
  line-height:26px;
}
ul.cimm_lists li{
  line-height:26px;
  margin-left:10px;
}
.cimm_frstright h4{
  font-size:18px;
  margin-bottom:7px;
}
.cimm_lists i{
  font-size:14px;
  padding-right:10px;
  color:#444d69;
}
.cimm_middlecontent p{
  line-height:25px;
}
.cimm_clipart{
  padding:15px!important;
}
.cimm_clipart img{
  float:left;
  display:block;
  margin-right:10px;
}
.cimm_clipart p{
  font-size:16px;
  line-height:26px;
}
.cimm_leftcontent{
  padding:20px!important;
  width:30%!important;
}
.cimm_gov{
  background:rgba(191, 174, 127, 0.15);
  padding:20px;
  margin:5px;
}
.cimm_gov{
  background:rgba(191, 174, 127, 0.15);
  padding:20px!important;
  margin:12px;
  float:right!important;
  width:25%!important;
  font-style:italic;
  font-weight:bold;
}
.cimm_imgleft{
  margin-right:20px;
  width:40%!important;
}
p.DiSp_paragrapghText{
  margin-top:15px;
}
ul.DiSp_liststyle{
  margin-left:21px;
  width:250px;
  float:left;
}
ul.DiSp_liststyle li{
  padding:10px;
  border-bottom:1px solid #f2efe5 !important;
}
.DiSp_border{
  padding:22px !important;
  border:1px solid #f2efe5;
}
i.fa.fa-arrow-right{
  color:#444d69;
}
.DiSp_Heading_bg{
  background:#444d69;
  width:6px;
  position:relative;
  height:60px;
  margin-bottom:10px;
  margin-top:20px;
}
.DiSp_Main_heading{
  padding:3px 10px;
  color:#444d69;
  position:absolute;
  width:232px;
  margin-left:10px;
  height:50px;
}
.DiSp_Heading_bg p{
  width:250px;
  position:absolute;
  padding:34px 20px;
}
.DiSp_Static_Image{
  float:left;
  width:45%;
  margin-right:5%;
}
.DiSp_static_content{
  float:left;
  width:45%;
  margin:20px 0px;
}
a.DiSp_Static_more{
  color:#444d69;
}
.DiSp_static_content hr{
  margin:30px 0px;
  border:none;
  height:1px;
  background:#f2efe5;
}
.clear{
  clear:both;
}
a.DiSp_Static_more:hover{
  border-bottom:1px dotted #bfae7f;
}
.colelem{
  display:inline;
  float:left;
  clear:both;
}
.DiSp_Static_columnImage{
  width:45%;
  margin:0 auto;
}
.DiSp_columnText{
  margin-top:15px;
  text-align:center;
  padding:10px;
}
.DiSp_Static_columnHeading{
  text-align:center;
  margin-top:20px;
}
.DiSp_threeBlocks{
  margin:0 1%;
  border-top:5px solid #444d69;
  width:31.33% !important;
}
.column1, .column2, .column3{
  width:22%!important;
  margin-right:2%;
  float:left;
  padding:0 10px;
}
.column1{
  margin-left:3%;
}
.column4{
  width:22%!important;
  margin-right:3%;
  float:left;
  padding:0 10px;
}
.outerWrap{
  padding:40px 20px 20px 20px;
  background-color:#444d69;
}
.outerWrap ul li{
  float:left;
  width:23.5%;
  margin-right:2%;
  list-style-type:none;
}
.outerWrap ul li:last-child{
  margin-right:0;
}
.titleWrap{
  position:relative;
  top:0;
  left:10px;
  background-color:#bfae7f;
  padding:10px 20px;
}
.outerWrap{
  position:absolute;
  margin-top:20px;
}
.flip{
  color:#000!important;
}
.flip i{
  display:inline;
  float:right;
  font-size:23px;
  color:#fff;
  font-weight:bold;
}
.flip a{
  padding:5px;
  background-color:#444d69!important;
  border:1px solid;
  border-color:#fff;
  border-bottom-color:#aaa;
  font-weight:bold;
  display:block;
  font-size:16px;
  line-height:32px;
  padding:5px 10px;
  text-decoration:none;
  color:#fff;
}
.DiSp_panel{
  padding:0px 25px;
  background-color:rgb(255, 255, 255);
  border:1px solid rgb(204, 204, 204);
  display:block;
  color:#000;
}
.redStar{
  color:#f00;
}
.inputWrap{
  margin-top:20px;
}
.DiSP_form label{
  display:block;
}
.DiSP_form textarea{
  width:930px;
  height:100px;
  border:1px solid #bfae7f;
}
.formWrap{
  margin-top:20px;
}
.bttnWrap{
  width:1000px;
  margin:0 auto!important;
}
.bttnWrap input[type="submit"]{
  background:#bfae7f!important;
  color:#FFF!important;
  font-size:14px!important;
  padding:11px 30px!important;
  float:right;
  margin-top:20px;
  box-shadow:none!important;
  font-weight:bold;
  text-decoration:none!important;
  border:none;
}
.pressWrap h3{
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
}
.pressWrap p{
  text-align:justify;
}
.NewsWrap{
  padding:20px 30px!important;
}
.NewsWrap h4 a{
  color:#444d69;
  text-decoration:underline;
}
.NewsWrap h4 a:hover{
  text-decoration:none;
}
.NewsWrap span a{
  color:#bfae7f;
}
.NewsWrap span a:hover{
  text-decoration:underline;
}
.DiSP_aboutUsDescp img{
  float:left;
  padding:0 20px 20px 0;
}
.DiSP_aboutUsDescp{
  margin-top:20px;
}
.aboutUsList ul li{
  list-style-type:disc;
  padding:3px 0;
}
.aboutUsList ul{
  padding-left:20px;
}
.aboutUsList h5{
  margin:20px 0;
}
.aboutDescp1 h4{
  color:#444d69;
  margin:20px 0 0 0;
}
.polygon .outer {
  display: block;
  margin:auto;
  width: 290px;
  height: 285px;
  background: #ffec00;
  position: relative;
  color: #cf102d;
  text-align: center;
  font-size: 4em;
  line-height: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-clip-path: polygon(50.9% 14.5%, 45.5% 27%, 37.2% 22.3%, 35.5% 28.9%, 22.3% 20.1%, 26.7% 32.5%, 15.6% 30.9%, 18.3% 39.4%, 0% 37.4%, 14% 48.5%,
      8.2% 54.2%, 15.3% 58.1%, 1.2% 71.1%, 21.8% 66.6%, 19.7% 74.9%, 30.3% 71.8%, 33.4% 80.9%, 39.7% 74.9%, 43.1% 80.7%, 50% 76%, 59% 85.5%, 60.3% 75.2%, 75.1% 80.6%, 74.5% 71.5%, 92.2% 75%, 84.2% 62.7%, 100% 59.5%, 86.8% 50.8%, 92.8% 42.5%, 83.7% 41.4%, 95.8% 25.3%, 74.6% 33.2%, 76% 25.5%, 65.9% 29.3%, 69.3% 14.8%, 55.9% 27.2%);
  clip-path: polygon(50.9% 14.5%, 45.5% 27%, 37.2% 22.3%, 35.5% 28.9%, 22.3% 20.1%, 26.7% 32.5%, 15.6% 30.9%, 18.3% 39.4%, 0% 37.4%, 14% 48.5%,
      8.2% 54.2%, 15.3% 58.1%, 1.2% 71.1%, 21.8% 66.6%, 19.7% 74.9%, 30.3% 71.8%, 33.4% 80.9%, 39.7% 74.9%, 43.1% 80.7%, 50% 76%, 59% 85.5%, 60.3% 75.2%, 75.1% 80.6%, 74.5% 71.5%, 92.2% 75%, 84.2% 62.7%, 100% 59.5%, 86.8% 50.8%, 92.8% 42.5%, 83.7% 41.4%, 95.8% 25.3%, 74.6% 33.2%, 76% 25.5%, 65.9% 29.3%, 69.3% 14.8%, 55.9% 27.2% 	);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.polygon p{
  display: inline-block;
  vertical-align: middle;
}
/*****************Static Page Styles****************/
h2.DiSp_headings {
  margin-bottom: 30px !important;
}
h2.DiSp_headings label {
  /*color: #5A6267;*/
  font-size: 49px !important;
  font-family: myriadproboldcond;
  color: black;
  position: relative;
  padding-bottom: 8px;
}
h2.DiSp_headings:after {
  content: '';
  width: 100%;
  position: absolute;
  color: #CE202E;
  height: 3px;
  background: #CE202E;
  left: 0;
  bottom: 0;
}
h6.DiSp_titleHeading {
  width: calc(100% - 120px);
  line-height: 22px;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-family: myriadproboldcond;
  margin-bottom:15px;
}
h6.DiSp_titleHeading i {
  margin-left: 6px;
  color: #CE202E;
}
.DiSp_bottomSpacing {
  margin-bottom: 30px;
}
.DiSp_OrangeBlock {
  background-color: #eed1b3;
}
.DiSp_GreyBlock {
  background-color: #E5E8E8;
}
.row.DiSp_OrangeBlockContent {
  display: flex;
  justify-content: center;
  align-items: center;
}
h2.DiSp_helpText {
  color: #fff;
  font-size: 90px;
  text-transform: capitalize;
  text-shadow: 3px 3px black;
  margin-top: 0;
  margin-left: 20px;
}
.DiSp_input-group input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.DiSp_input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.DiSp_input-group input {
  border: 4px solid #CE202E !important;
  height: 45px;
  width: 470px;
  padding: 6px;
}
.DiSp_input-group button {
  background-color: #CE202E;
  border: 0px;
  color: #fff;
  height: 45px;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: capitalize;
}
p.DiSp_signUpText {
  color: #006cb8;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
li.DiSp_featuredProductBlock {
  border-image: linear-gradient(to bottom, rgba(140,140,141,0) 25%,rgba(140,140,141,1) 25%,rgba(140,140,141,1) 75%,rgba(140,140,141,0) 75%);
  border-image-slice: 1;
}
.cimm_slideItemImg.DiSp_cimm_slideItemImg {
  background-color: white !important;
}
.cimm_slideItemImg.DiSp_cimm_slideItemImg a {
  border: 0px !important;
}
li.DiSp_featuredProductBlock.slick-slide.slick-current {
  margin: 0 0px 0 15px !important;
}
ul.featuredProductList.DiSp_featuredProductList.cimm_caroWrap.slick-initialized.slick-slider button {
  background-color: #CE202E;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
ul.featuredProductList.DiSp_featuredProductList.cimm_caroWrap.slick-initialized.slick-slider button.slick-next:before, .slick-prev:before {
  opacity: 1 !important;
  font-size: 18px !important;
  color: #fff;
}
/*ul.featuredProductList.DiSp_featuredProductList.cimm_caroWrap.slick-initialized.slick-slider button:active {
background-color: #CE202E;
}*/
ul.featuredProductList.DiSp_featuredProductList.cimm_caroWrap.slick-initialized.slick-slider button.slick-prev.slick-arrow {
  background-color: #5a6267;
  box-shadow: none !important;
  color:#fff;
}
ul.featuredProductList.DiSp_featuredProductList.cimm_caroWrap.slick-initialized.slick-slider button.slick-next:hover,
.slick-prev:hover{
  background-color: #CE202E;
  box-shadow: none;
  color:#fff !important;
}
.Disp_fp_slider_wgt .slick-prev::before {
  font-size: 38px !important;
}
.Disp_fp_slider_wgt .slick-prev:hover:before {
  color: #555 !important;
}
button.slick-prev.slick-arrow.slick-next:hover:before, .slick-prev:hover:before {
  color: #fff !important;
  opacity: 1;
}
.cimm_slideItemImg.DiSp_slideItemImg {
  border: 1px solid #5a6267;
  background-color: transparent;
}
.cimm_slideItemImg.DiSp_slideItemImg a {
  border: 0px;
}
.cimm_slideItemDesp.DiSp_slideItemDesp ul li {
  padding-left: 0px !important;
}
.cimm_slideItemDesp.DiSp_slideItemDesp a {
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 20px;
}
/*** Seasonal Carousel Section ***/
.DiSp_bottomSpacing.DiSp_catcarouselaltBackground {
  background-image: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/grill_deck_adobe_v1.jpg);
  padding: 50px !important;
  background-repeat: no-repeat;
  background-size: cover;
}
/*** This is the generic one that we can change often, the other's are reserverd ***/
.DiSp_bottomSpacing.DiSp_catcarouselBackground {
  background-image: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/seasonalCarouselBackgrounds/wbg.jpg);
  /*** padding: 50px !important; ***/
  background-repeat: no-repeat;
  background-size: cover;
}
h2.DiSp_multicolorHeading {
  text-align: center;
  font-size: 48px;
  margin-bottom: 30px;
}
h2.DiSp_multicolorHeading span.DiSp_multiEditable {
  -webkit-text-fill-color: transparent;
  font-family: "Palatino","Palatino Linotype";
  font-weight: 800;
  font-style: normal;
  font-size: 115%;
  background: linear-gradient(90deg, #f4c15e, #fff, #f4c15e, 48%, #fff, #f4c15e);
  -webkit-background-clip: text;
}
h2.DiSp_multicolorHeading span.DiSp_multiBlue {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: #006cb8;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-shadow: 4px 4px 3px #000;
}
h2.DiSp_multicolorHeading span.DiSp_multiGreen {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: #00744c;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-shadow: 4px 4px 3px #000;
}
h2.DiSp_multicolorHeading span.DiSp_multiRed {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: #cf1234;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-shadow: 4px 4px 3px #000;
}
.DiSp_miniBanner {
  position: relative;
}
.DiSp_miniBanner button.DiSp_bannerbutton {
  position: absolute;
  top: 160px;
  left: 160px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  color: #CE202E;
  border: 0px;
  text-align: left;
  font-size: 24px;
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: myriadproboldcond;
}
button.DiSp_bannerbutton i {
  /* right: 24px;
  position: absolute;
  top: 30px;*/
}
.DiSp_gardenBlock {
  background-color: rgba(255,255,255,0.8);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.DiSp_gardenBlock h5 {
  color: #000;
  font-size: 20px;
  margin-bottom: 0px;
}
.DiSp_gardenBlock p {
  color: #000;
  font-size: 16px;
}
.DiSp_promopriceBg span {
  background-image: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/price_burst.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  padding: 10px 10px 10px 10px;
  margin-top: 0px;
  color: #000;
  font-family: futura-pt-bold, sans-serif;
  font-weight:800;
  letter-spacing:-.04em;
  margin-bottom: 0px;
  margin-left:auto;
  margin-right:auto;
  -webkit-text-stroke: 1px white;
}
button.DiSp_gardenButton {
  padding: 20px 30px;
  background-color: #39b54a;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  border: 0px;
}
.DiSp_gardenBlock h6 {
  margin: 0px;
  color: #000;
}
button.DiSp_gardenButton i {
  margin-left: 10px;
}
ul.shopByCategory.DiSp_shopByCategory.cimm_caroWrap.slick-initialized.slick-slider button.slick-prev.slick-arrow {
  background-color: #5a6267;
  box-shadow: none !important;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
ul.shopByCategory.DiSp_shopByCategory.cimm_caroWrap.slick-initialized.slick-slider button.slick-next:before, .slick-prev:before {
  opacity: 1 !important;
  font-size: 20px !important;
  color: #fff;
}
ul.shopByCategory.DiSp_shopByCategory.cimm_caroWrap.slick-initialized.slick-slider button.slick-next.slick-arrow {
  background-color: #CE202E;
  box-shadow: none !important;
  color: #fff !important;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
ul.shopByCategory.DiSp_shopByCategory.cimm_caroWrap.slick-initialized.slick-slider.slick-next::before {
  opacity: 1 !important;
  font-size: 20px !important;
  color: #fff;
}
.DiSp_homeBanner div#slider0_container_Wrapper span.jssora05l {
  display: none !important;
}
.DiSp_homeBanner div#slider0_container_Wrapper span.jssora05r {
  display: none !important;
}
.DiSp_HomebannerOver {
  position: absolute;
  /* text-align: center; 
  top: 50%;*/
  width: 536px;
  left: 280%;
  transform: translate(-30%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  -ms-transform: translate(-30%, 20%);
  -webkit-transform: translate(-30%, 25%);
  -moz-transform: translate(-30%, 20%);
}
.DiSp_mainslideroverlay {
  position: relative;
  width: 536px;
  left: 280%;
  transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, 20%);
  -webkit-transform: translate(-30%, 25%);
  -moz-transform: translate(-30%, 20%);
}
.DiSp_OverlayTexts {
  /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;*/
}
.DiSp_OverlayTexts>h2 {
  color: #CE202E;
  text-align: center;
  margin-top: 0px;
  font-size: 34px;
}
.DiSp_bannerPrice  {
  background-image: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/price_burst.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 140px 100px;
  padding: 10px 10px 10px 10px;
  transform: translate(10%, 0%);
  -ms-transform: translate(10%, 0%);
  -webkit-transform: translate(10%, 0%);
  -moz-transform: translate(10%, 0%);
}
.DiSp_bannerPrice>h2 {
  color: #CE202E;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  margin-bottom: 0px;
  font-size: 52px;
  margin-left: auto;
  margin-right: auto;
  -webkit-text-stroke: .5px white;
  margin-top: 0px;
  margin-bottom: 0px;
}
.DiSp_bannerPrice>h2>span {
  color: #000;
  font-size: 30px;
  /* width: 160px; */
  display: block;
  text-align: left;
}
.DiSp_bannerPrice h5 {
  text-align: center;
  margin-top: 0px;
  color: #000;
}
.DiSp_undersold {
  color: #fff;
  position: absolute;
  text-align: center;
  top: -50%;
  width: 536px;
  left: 280%;
  transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, 20%);
  -webkit-transform: translate(-30%, 30%);
  -moz-transform: translate(-30%, 20%);
  background-repeat: no-repeat;
  background-image: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Static_Images/Jerryswillnotbeundersold1.jpg);
  background-size: cover;
}
.DiSp_undersold h2 {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #feea35;
}
.cimm_staticPageWrap .slick-prev::before {
  font-size: 38px !important;
}
.cimm_staticPageWrap .slick-prev:hover:before {
  color: #555 !important;
}
.Disp_entryItem p {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  font-family: 'myriadproboldcond';
  min-height: 46px;
  line-height: 30px;
}
.Disp_entryItem {
  margin-bottom: 10px;
}
/************Shop By Categories***********/
/*Base rules*/
.category-tile {
  height: 240px;
  width: auto;
  padding: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .3s;
  border: 1px solid #5A6267;
  margin-bottom: 10px;
  background-image: var(--img-default);
    }
.category-tile:hover {
  transform: scale(1.1);
  background-image: var(--img-hover);
    }
/*department imgs*/
.Disp_bath {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/bathgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/bath.png);
  }
.Disp_buildingmaterials {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/buildingmaterialsgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/buildingmaterials.png);
  }
.Disp_cleaning {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/cleaninggrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/cleaning.png);
  }
.Disp_cordless {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/powertoolsandaccessoriesgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/powertoolsandaccessories.png);
  }
.Disp_doors {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/doorsandwindowsgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/doorsandwindows.png);
  }
.Disp_electrical {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/electricalgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/electrical.png);
  }
.Disp_flooring {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/flooringgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/flooring.png);
  }
.Disp_garden {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/lawnandgardengrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/lawnandgarden.png);
  }
.Disp_hardware {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/fastenersgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/fasteners.png);
  }
.Disp_holiday {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/holidaygrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/holiday.png);
  }
.Disp_home {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/storageandorganizationgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/storageandorganization.png);
  }
.Disp_homedecor {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/homegoodsanddecorgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/homegoodsanddecor.png);
  }
.Disp_hvac {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/heatingcoolingandventilationgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/heatingcoolingandventilation.png);
  }
.Disp_kitchen {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/kitchengrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/kitchen.png);
  }
.Disp_lighting {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/lightingandceilingfansgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/lightingandceilingfans.png);
  }
.Disp_locks {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/hardwaregrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/hardware.png);
  }
.Disp_lumber {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/lumberandcompositesgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/lumberandcomposites.png);
  }
.Disp_millwork {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/mouldingandmillworkgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/mouldingandmillwork.png);
  }
.Disp_outdoorPower {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/outdoorpowerequipmentgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/outdoorpowerequipment.png);
  }
.Disp_outdoorLiving {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/outdoorlivinggrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/outdoorliving.png);
  }
.Disp_paint {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/paintgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/paint.png);
  }
.Disp_plumbing {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/plumbinggrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/plumbing.png);
  }
.Disp_shopall {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/shopallgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/shopall.png);
  }
.Disp_tools {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/toolsgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/tools.png);
  }
.Disp_window {
  --img-default: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/blindsandwindowtreatmentsgrey.png);
    --img-hover: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/CategoryIcons/blindsandwindowtreatments.png);
  }

@media only screen and (max-width: 600px) {
  .Disp_entryItem {
    height: 180px;
  }
.featuredProductList.slick-initialized .slick-slide {
  min-height: 460px !important;
}
}
button.DiSp_catButton {
  padding: 5px 30px;
  background-color: #fff;
  color: #CE202E;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  border: 0px;
}
button.DiSp_catButton h5{
  font-size:30px;
}
@media(max-width:1200px) and (min-width:991px){
  .DiSp_gardenBlock {
    padding: 10px;
    height: 350px;
  }
.DiSp_gardenBlock img {
  max-width: 160px !important;
}
h6.DiSp_titleHeading {
  width: 100%;
  font-size: 18px;
  margin-top: 5px;
}
}
@media(max-width:991px) and (min-width:768px){
  .DiSp_bottomSpacing.DiSp_gardenBackground{
    padding: 0 !important;
  }
.DiSp_HomebannerOver{
  left: 185%;
}
.DiSp_undersold {
  left: 185%;
}
.DiSp_gardenBlock {
  height: 400px;
  margin-bottom: 20px;
}
.DiSp_gardenBlock img {
  max-width: 160px !important;
}
h6.DiSp_titleHeading {
  width: 100%;
  font-size: 18px;
  margin-top: 5px;
}
.DiSp_miniBanner button.DiSp_bannerbutton {
  top: 78px;
  left: 50px;
  padding: 10px;
  font-size: 16px;
  width: 200px;
}
.row.DiSp_OrangeBlockContent {
  display: block;
  padding: 20px;
}
h2.DiSp_helpText {
  font-size: 50px;
  text-align: center;
  margin-left: 0px;
}
.DiSp_OrangeBlockContent img {
  max-width: 300px !important;
  margin: 0 auto;
}
}
@media(max-width:767px) and (min-width:481px){
  .DiSp_HomebannerOver{
    left: 185%;
  }
.DiSp_undersold {
  left: 185%;
}
.DiSp_gardenBlock {
  height: 400px;
  margin-bottom: 20px;
}
.DiSp_gardenBlock img {
  max-width: 160px !important;
}
.DiSp_ourPeople {
  margin-bottom: 20px;
}
h6.DiSp_titleHeading {
  width: 100%;
  font-size: 18px;
  margin-top: 5px;
}
.DiSp_miniBanner button.DiSp_bannerbutton {
  top: 78px;
  left: 50px;
  padding: 10px;
  font-size: 16px;
  width: 200px;
}
.row.DiSp_OrangeBlockContent {
  display: block;
  padding: 20px;
}
h2.DiSp_helpText {
  font-size: 50px;
  text-align: center;
  margin-left: 0px;
}
.DiSp_OrangeBlockContent img {
  max-width: 300px !important;
  margin: 0 auto;
}
}
@media(max-width:480px) and (min-width:320px){
  .DiSp_HomebannerOver{
    left: 185%;
  }
.DiSp_undersold {
  left: 185%;
}
.row.DiSp_OrangeBlockContent {
  display: block;
  padding: 20px;
}
.DiSp_miniBanner button.DiSp_bannerbutton {
  top: 40px;
  left: 30px;
  padding: 10px;
  font-size: 16px;
  width: 200px;
}
.DiSp_gardenBlock {
  height: 400px;
  margin-bottom: 20px;
}
.DiSp_gardenBlock img {
  max-width: 160px !important;
}
.DiSp_ourPeople {
  margin-bottom: 20px;
}
h6.DiSp_titleHeading {
  width: 100%;
  font-size: 18px;
  margin-top: 5px;
}
h2.DiSp_helpText {
  font-size: 50px;
  text-align: center;
  margin-left: 0px;
}
.DiSp_OrangeBlockContent img {
  max-width: 300px !important;
  margin: 0 auto;
}
}
.cimm_sliderWrap .cimm_CaroBlockTitle label{
  text-transform:none !important;
}
.cimm_searchWrapper {
  height:40px;
}
.cimm_searchWrapper input{
  padding-top:10px !important;
}
.staticMenus{
  /*padding-right:50px !important;*/
}
footer .cimm_footer_mid .footer-locations .footer-location span, footer .cimm_footer_mid .phone span, .storeLocator {
  font-family: MyriadPro-Bold !important;
  font-weight:600;
}
/************************************Static Pages***************************/
/************Services Icons Hunter Redo START***********/
.specialordericon_wrapper_hunt {
  width: 100%;
  max-width: 255px;
  min-width: 100px;
  /** width:250px;**/
  /*margin: 0 auto;*/
  /*background-color:#2767B6;*/
  margin:5px;
}
.specialordericon_hunt {
  aspect-ratio: 1/1;
  width:100%;
  position:relative;
  display:flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.specialordericon_hunt:hover .desc_hunt {
  opacity: 1;
}
.specialordericon_hunt .desc_hunt {
  display:flex;
  position:absolute;
  opacity: 0.01;
  inset: 0 0 30px 0;
  /* leave room at bottom for header */
  font-family: 'myriadprobold';
  padding:5% 5%;
  font-size: 11pt;
  line-height: 1.3;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  border: 2px solid #2767B6;
  overflow-y: auto;
}
.header_hunt{
  min-height:30px;
  width:100%;
  background-color:#00369d;
  /*Previous #2767B6*/
  color: white;
  display: flex;
  font-family: "myriadproboldcond";
  font-size:18pt;
  text-align:center;
  align-items: center;
  justify-content:center;
}
/************Services Icons Hunter Redo END***********/
/**custom**/
.projects-btn{
  background-color: #ce202e;
  font-size: 20pt;
  color: #fff;
  border: solid 1px transparent;
  padding: 0% 2.5% 0% 2.5%;
  height: 34px;
  line-height: 34px;
}
.projects-btn:hover{
  background-color:#ab0a27;
}
.projects-btn:active{
  color:white;
}
.customHover:hover {
  transform: scale(1.005,1.005);
  opacity: .9;
}
/** Holiday Css Start**/
.cimm_footer_top{
  display:none;
}
@media screen and (max-width:767px) {
  .alternateImgMobile{
    content: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Promotions/Paint_5galdeal.png);
  }
.Disp_entryItem p{
  font-size:18px;
  line-height:22px;
}
}
/** Holiday Css End**/
.DiSp_staticPageH1 {
  color: #5A6267;
  padding-bottom: 10px;
  border-bottom: 4px solid #CE202E;
  text-transform: uppercase;
  font-family: myriadprosemibold;
}
.multiTab ul.multiTabHeading li {
  /*width: 50%;*/
  text-align: center;
}
.cimm_category-item .cimm_category-itemname {
  text-transform: capitalize !important;
}
nav.navbar .cimm_nav>ul>li>a {
  padding-top:10px !important;
}
.DiSp_promopriceBg .priceSpan {
  font-family: futura-pt-condensed, sans-serif;
  display: block;
  color: #CE202E;
  font-size: 6rem;
  letter-spacing:-.05em;
}
.megaMenuImgContainer .img-overlay{
  background-color:inherit !important;
  height:30% !important;
  bottom:0;
  top:inherit !important;
}
.megaMenuSection_img{
  width:300px !important;
}
nav.navbar .cimm_nav>ul>li.active.dropdown .megaMenuFlyout .megaMenuSection_img{
  width:300px !important;
}
.cimm_page-title{
  text-transform:inherit !important;
}
.DiSp_promopriceBg p {
  margin: 0px;
  color: #000 !important;
  font-size: 18px;
  font-family: myriadprosemibold !important;
  display: flex;
  align-items: baseline;
  flex-direction: inherit;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-top:-2.5rem;
}
.DiSp_promopriceBg p span.priceSpan {
  color: #000 !important;
  font-size: 20px;
  font-family: myriadprosemibold !important;
  letter-spacing: 0.1px;
  padding-left: 6px;
}
.DiSp_promopriceBg p span.priceSpan::before{
  content:"$";
}
@media screen and (min-width: 900px) {
  .over{
    margin-top:-100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
.historyCenter {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  min-height:300px;
}
figcaption{
  font-weight:700;
  color:#222;
}
@media screen and (min-width: 901px) {
  .left{
    position:relative;
    left:-160px;
    bottom:60px;
  }
.right{
  position:relative;
  left:680px;
  bottom:60px;
}
.historyCenter {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  min-height:300px;
}
}
.historyCenter {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size:large;
}
.wrapper {
  overflow: hidden;
  position: relative;
  width: 94%;
  height: 380px;
  z-index: 1;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .j-quote{
    font-size: 3em;
    padding-top:60px;
  }
}
.j-quote{
  font-family: impact, sans-serif;
}
@media screen and (max-width: 900px) {
  .j-quote{
    font-size: 1em;
    padding-top:10px;
  }
.crop-img{
  object-fit: cover;
  height:240px !important;
  object-position:-9rem;
}
}
.carousel {
  background: #EEE;
}
.carousel-image {
  display: block;
  height: 300px !important;
  /* set min-width, allow images to set cell width */
  min-width: 150px;
  max-width: 80% !important;
  margin-right: 10px;
  /* vertically center */
  transform: translateY(-50%)
}
.carousel.is-fullscreen .carousel-image {
  height: auto;
  max-height: 100%;
}
/************Services Icons***********/
.specialordericon {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.specialordericon:hover .desc {
  opacity: 1;
}
.specialordericon .desc {
  opacity: 0.01;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  height: 210px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  color: black;
}
nav.navbar .cimm_nav>ul>li.active.dropdown .megaMenuFlyout {
  height: 500px !important;
}
@media only screen and (max-width: 600px) {
  .Disp_entryItem div,  .Disp_entryItem div:hover{
    height:100px;
  }
.carousel-image {
  height: auto !important;
}
}
.starBurstImg{
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 60% !important;
  font-size: 67px !important;
  padding: 0px 27px 21px;
  letter-spacing: 0px;
  color: #CE202E !important;
  font-family: futuriCondEXSXBold;
  width: 100%;
  height: 100%;
  display: block;
}
.starBurstNotPromoImg{
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 14% !important;
  font-size: 67px !important;
  padding: 0px 27px 20px;
  letter-spacing: 0px;
  color: #CE202E !important;
  background-size: 160px;
  font-family: futuriCondEXSXBold;
  width: 100%;
  height: 100%;
  display: block;
}
h6.DiSp_titleHeadingHome, h6.DiSp_titleHeading{
  margin-top:22px;
}
.starBurstNotPromoImg sup, .starBurstImg sup{
  top: -24px;
}
.cimm_dynamicData .priceSpan sup {
  top: -0.7em;
}
.cimm_slideItemDesp span.sale{
  letter-spacing: -.05em;
  position: relative;
  font-weight: bolder;
  display: none;
  font-size: 1.3em;
  color: #000;
  padding-right: 20px;
}
.fpBrandName{
  font-size: 28px !important;
  color: #000 !important;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  min-height: 35px;
  display: -webkit-box !important;
  max-width: 100%;
  height: 30px;
  margin: 0 auto !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px !important;
  width: 100%;
  font-family: myriadproblacksemicond !important;
}
.fpDescName{
  line-height: 22px;
  font-size: 20px;
  color: #000;
  text-align: center;
  font-family: 'myriadproblack';
  min-height: 25px;
  display: -webkit-box !important;
  max-width: 100%;
  height: 25px;
  margin: 0 auto !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cimm_slideItemImg a{
  border: none !important;
}
.cimm_slideItemImg{
  background-color: transparent !important;
  width: 200px !important;
}
.starBurstImg .productUOM{
  padding: 0 10px 0 40px;
  font-size: 22px;
  display:none;
}
.starBurstNotPromoImg .productUOM{
  display:none;
}
.Disp_fp_slider_wgt{
  margin-bottom:20px;
}
ul.cimm_dynamicData li:before {
  background: transparent !important;
}
.cimm_dynamicData li p span.priceSpan em{
  display:none;
}
cimm_dynamicData .priceSpan sup{
  top: -5px;
}
.staticBackground li span.priceSpan em{
  display:none;
}
.cimm_slideItemDesp li p{
  margin-top:0;
  font-family: myriadproboldcond;
  color: black;
}
.cimm_slideItemDesp li p span.save-label{
  margin-left:15px;
}
.cimm_slideItemDesp li p p+p{
  margin-top: 9px;
  max-height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: 'myriadproblacksemicond';
}
.cimm_slideItemDesp li p p+p .priceSpan {
  font-size:18px;
}
.cimm_slideItemDesp li p p+p .priceSpan sup {
  top: -5px;
}
.cimm_slideItemDesp li p p+p .priceSpan sup + sup {
  top: -5.18px;
}
.starBurstImg{
  background-image: url(/ASSETS/IMAGES/CMS/STATIC_IMAGES/Home_static_images/burst_on_sale_LG.png);
  background-size: 160px;
}
.staricFpBrandName{
  display: inline-block;
  line-height: 20px;
  text-align: center;
  font-size: 1.3em !important;
  color: #000 !important;
  padding: 10px 0;
  font-family: myriadproboldcond;
}
.staticFpDescName{
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  text-align: center;
  min-height:50px;
}
.staticBackground li{
  background:#fff;
}
.featuredProductList.slick-initialized .slick-slide{
  min-height:500px;
  margin-bottom:0;
}
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg{
  width: 100% !important;
  height:225px;
}
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg a img{
  max-height: 100%;
  max-width: 100%;
  padding:0 4px;
}
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemDesp ul li{
  padding-left: 0;
  margin-bottom:4px;
}
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemDesp ul li+li+li{
  margin-bottom: 0;
}
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemDesp ul li+li+li marginY-2{
  margin: 0 !important;
}
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemDesp ul li::before{
  content:nonee;
}
.reviewSecGrid .bv_main_container {
  justify-content: center;
}
.reviewSecGrid .bv_main_container .bv_sub_container .bv_text{
  color: #000 !important;
  font-family: 'myriadproboldcond' !important;
  font-size: 14px !important;
}
.reviewSecGrid [data-bv-show=inline_rating] .bv_main_container.bv_hide_visibility{
  visibility: visible !important;
  justify-content: center !important;
}
.reviewSecGrid [data-bv-show=inline_rating] .bv_main_container.bv_inline_rating_container_left {
  justify-content: center !important;
}
.projects-btn{
  background-color: #ce202e;
  font-size: 40px;
  color: #fff;
  border: solid 1px transparent;
  padding: 0% 2% 0% 2%;
  height: 55px;
  line-height: 34px;
  font-family: 'myriadproblacksemicond';
}
[data-bv-rating] .bv_main_container .bv_stars_svg_no_wrap svg:not(:last-child), [data-bv-show=inline_rating] .bv_main_container .bv_stars_svg_no_wrap svg:not(:last-child), .reviewSecGrid [data-bv-show="inline_rating"] svg{
  max-width: 13px !important;
  max-height: 13px !important;
}
.mob_shopNow_btn{
  display:none;
}
.seasonalProjectView .col-md-4{
  margin-bottom: 15px;
}
.floatingbox {
  opacity: 80% !important;
}
@media (max-width: 1024px) {
  .floatingbox {
    width: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg {
    width: 150px !important;
    height: 150px;
    padding:4px;
  }
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg a img{
  padding: 0
}
.featuredProductList.slick-initialized .slick-slide {
  min-height: 440px;
}
}
@media screen and (min-width: 1200px) {
  .featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg {
    width: 175px !important;
    height: 175px;
    padding:4px;
  }
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg a img{
  padding: 0
}
.featuredProductList.slick-initialized .slick-slide {
  min-height: 450px;
}
}
@media screen and (min-width: 1300px) {
  .featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg {
    width: 190px !important;
    height: 190px;
    padding:4px;
  }
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg a img{
  padding: 0
}
.featuredProductList.slick-initialized .slick-slide {
  min-height: 450px;
}
}
@media screen and (min-width: 1400px) {
  .featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg {
    width: 210px !important;
    height: 210px;
    padding:4px;
  }
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg a img{
  padding: 0
}
.featuredProductList.slick-initialized .slick-slide {
  min-height: 460px;
}
}
@media screen and (min-width: 1600px) {
  .featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg {
    width: 240px !important;
    height: 240px;
    padding:4px;
  }
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg a img{
  padding: 0
}
}
@media screen and (min-width: 1700px) {
  .featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg {
    width: 260px !important;
    height: 260px;
    padding:4px;
  }
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg a img{
  padding: 0
}
}
@media screen and (min-width: 1800px) {
  .featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg {
    width: 270px !important;
    height: 270px;
    padding:4px;
  }
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg a img{
  padding: 0
}
.cimm_storeLocator .cimm_storeLocator_world img.cimm_storeLocator_world-image{
  width:auto;
}
}
@media screen and (min-width: 1900px) {
  .featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg {
    width: 280px !important;
    height: 280px;
    padding:4px;
  }
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg a img{
  padding: 0
}
}
.cutomTCBanner{
  margin: 0 !important;
}
@media screen and (max-width:600px){
  .onSaleContainer{
    margin: auto 5px !important;
  }
.jssorb01{
  display: none;
}
.mobileViewBorder .column {
  border: 1px solid gray;
  padding: 15px;
  margin: 0 5px 15px 5px;
  width: 97.4%;
}
.mobileViewBorder .column p {
  padding-bottom:0 !important;
}
.mobileViewBorder .column .DiSp_ourPeople{
  margin-bottom:0;
}
.mobileViewBorder .column .DiSp_titleHeadingHome a span {
  color: #ce202e !important;
  font-size:24px !important;
}
.aboutJerrysView .column {
  padding:0 5px;
}
.aboutJerrysView .column h6.DiSp_titleHeading{
  font-size:24px;
}
.fa-chevron-circle-right{
  margin-left: 10px !important;
}
.mobileShopByCateg{
  padding: 0 5px !important;
}
.mobileShopByCateg .cimm_CaroBlockTitle{
  padding: 0 15px;
}
.mobileShopByCateg .mobileCategView{
  padding: 15px;
}
.mobileShopByCateg .mobileCategView .row{
  margin:0;
}
.mobileShopByCateg .Disp_entryItem{
  width: 100%;
  display: flex;
  border: 1px solid #5A6267;
  margin: 0;
  height: 50px;
  gap: 10px;
  padding: 0;
  margin-bottom: 15px;
}
.mobileShopByCateg .Disp_entryItem a div{
  border: 0;
  width: 80px;
  padding: 0;
  height: 50px;
  margin: 0;
}
.mobileShopByCateg .Disp_entryItem p{
  display: flex;
  align-items: center;
  font-size: 20px;
}
footer .cimm_footer_mid .SocialMediaBlock li {
  padding-left: 10px !important;
  min-height: 100px !important;
}
footer .cimm_footer_mid .SocialMediaBlock li a i {
  font-size: 40px !important;
}
.cimm_bodyContentWrap {
  margin-bottom:0 !important;
}
.DiSp_bottomSpacing {
  margin-bottom: 15px !important;
}
.DiSp_homeBanner{
  margin:10px 0 5px 0;
}
.seasonalProjectView, .promotionEventView{
  padding:0 5px;
}
.featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg{
  height:200px;
}
.starBurstImg, .starBurstNotPromoImg{
  font-size:54px !important;
}
.cimm_slideItemDesp li p p+p .priceSpan, .cimm_slideItemDesp li p span.save-label{
  font-size:16px;
}
.starBurstImg{
  padding-bottom:18px;
  background-size:134px;
}
.foot_copy .footcopyMob{
  display:block;
  width:100%;
}
.seasonalProjectView p{
  padding-bottom:0px !important;
}
.seasonalProjectView .column.slick-slide, .promotionEventView .column.slick-slide{
  margin-right:0
}
.mob_shopNow_btn{
  display:block;
  text-align:center;
  margin-top:10px;
}
.mob_shopNow_btn a{
  background: #ce202e;
  color: #fff !important;
  padding: 5px 20px;
  font-size: 20px;
  font-family: 'myriadproblack';
  text-transform: uppercase;
}
.slick-next{
  right:12px !important;
}
.DiSp_titleHeadingHome br{
  display:none;
}
.storeLocator{
  font-family: 'myriadprosemibold' !important;
}
.featuredProductList{
  min-height:450px !important;
}
.carousel-image{
  max-width:100% !important;
}
.darkgraybkgd .imgabout, .darkgraybkgd .textbox{
  width: 100%;
  float: initial;
}
.mobileShopByCateg{
  margin-bottom: -40px;
}
}
@media (max-width: 400px){
  .featuredProductList.slick-initialized .slick-slide .cimm_slideItemImg{
    height:150px !important;
  }
.featuredProductList.slick-initialized .slick-slide, .featuredProductList.slick-slider .slick-list, .featuredProductList.slick-slider .slick-track, .featuredProductList{
  min-height:390px !important;
}
}
@font-face {
  font-family: "myfont";
  src: url("https://cdn.builder.io/o/assets%2F804a6ab24ac94053b1a0df6dc7595130%2Fc4de6552b3354004bbe48ff9f1390344?alt=media&token=cf27c65e-ea68-4e2c-8268-839117aff834&apiKey=804a6ab24ac94053b1a0df6dc7595130") format('woff');
}
footer .cimm_footer_mid .footerCol h5 a{
  pointer-events: none;
  cursor: default;
}
