#_the_map_wrapper .b2b-location.wide .b2b-location-items ul li.show-details {
  overflow: auto !important;
}

.mediaqueries.mobileview .list_block.type_article.a3 .the_list_item {background-size: none !important;}


.the_list_item_action a,#gform_submit_button_1,#gform_submit_button_2 {
  background: #e00c2a !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 1.7rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.the_list_item_action a:hover,#gform_submit_button_1:hover,#gform_submit_button_2:hover {
  background: #000 !important;
  color: #fff !important;
}
 .the_list_item_action {
  background-color: transparent !important;
}


.container-wrap {
max-width: 100% !important;
}

#the_header {
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15) !important;
}

h1, h2, h3{
  font-weight: normal !important;
}

#the_header .logo-variation.logo-variation-header .logo-slot img{
  max-height: 13rem !important;
}

#_the_navigation a, #menu-holder a {
  text-transform: uppercase !important;
  font-size: 1.3rem !important;
  font-weight: normal !important;
}


.home .full_width_content {
  background: rgba(255, 255, 255, 0) !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}
html:not(.mobileview) .home #container {
  margin-top: -4rem !important;
}

.tsidesign_dl .the_list_wrap {
  padding: 12% 8% 12% !important;
  background: rgba(0, 0, 0, 0.4) !important;
  text-align: center !important;
}
.tsidesign_dl .the_list{
  margin-bottom: 0rem!important;
}

.tsidesign_dl .the_list_text{
  max-width:134rem !important;
  margin: 0 auto !important;
}
.tsidesign_dl .the_list_item_headline, .tsidesign_dl .the_list_item_subheadline {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}
.tsidesign_dl .the_list_item_action {
  float: none !important;
  width: auto !important;
}



.tsidesign_content{
  max-width: 106rem !important;
  margin: 0 auto !important;
}


.home .content {
  padding-top: 3rem !important;
}

#the_footer {
  max-width:100% !important;
}


#the_footer #_the_logo, #the_footer #_the_copyright {
  margin: 0 auto !important;
  max-width: 106rem !important;
}


/*------------FEATURE CODE-------------*/
#wrapfeature {
  background: url('http://elfslandscapeinc.townsquareinteractive.com/files/2017/11/background.jpg');
  margin: 0 !important;
  padding: 5% !important;
  html:not(.mobileview) background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top:-3rem !important;
  html:not(.mobileview) background-position: top center !important;

}




.tsidesign_feature {
  max-width: 106rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: -15rem !important;
  position: relative !important;
   z-index: 98 !important;
}
.tsidesign_feature .the_list_item {
  border: 5px solid #ffffff !important;
  background-color:  #fff !important;
  box-shadow:  0px 0px 10px -3px #000 !important;
}
.tsidesign_feature .the_list_item {
  display: inline-block !important;
  vertical-align: middle !important;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-property: transform !important;
  transition-property: transform !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.tsidesign_feature .the_list_item:hover{
  -webkit-transform: translateY(-8px) !important;
  transform: translateY(-8px) !important;
}
.tsidesign_feature .the_list_item_action {
  background-color: transparent !important;
}
.tsidesign_feature .the_list_item_action a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 0%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  background-color: #000 !important;
  box-shadow: none !important;
  border: 2px solid #000 !important;
  font-size: 1.4rem !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.tsidesign_feature .the_list_item_action a:hover {
  background-color: #757575 !important;
  border: 2px solid #757575 !important;
}
@media(max-width:800px) {
.tsidesign_feature {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0rem !important;
  position: relative !important;
}
}
/*------------END FEATURE CODE-------------*/



#container .tsidesign_feature {
    margin: 0 auto !important;

    display: -webkit-box !important;
    display: -moz-box !important;
    display: box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;

    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;

    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;

    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#container .tsidesign_feature .the_list_item {
    margin: .5rem !important;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexboxlegacy #container .tsidesign_feature .the_list_item{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.no-flexboxlegacy #container .tsidesign_feature .the_list_item{
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; 
}

#container .tsidesign_feature .the_list_item,
.flexboxlegacy #container .tsidesign_feature .the_list_item .the_list_wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
}

#container .tsidesign_feature .the_list_item .the_list_wrap {
    /*height: 100%;*/
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;

}

.flexboxlegacy #container .tsidesign_feature .the_list_item .the_list_wrap {
    height: auto;
}

#container .tsidesign_feature .the_list_item .the_list_item_action {
    margin-top: auto !important;
    display: block;
    width: 100%;
}

#container .tsidesign_feature {
    justify-content: space-around;
}
#container .tsidesign_feature .the_list_item {
    justify-content: space-between;
}

@media (max-width:815px) and (min-width:575px) {
.tsidesign_feature .the_list_item {
    width: 44.988% !important;
}
}

.primary.tsi-address {display:none !important;}
.primary.tsi-phone {width:100% !important;}
.b2b-location-get-directi.ons.color_bodylinks {display:none !important;}
.footer-street-address.footer-address {display:none !important;}
.mobile-multi-locations .tsi-address a {display: none !important;}
.b2b-location-get-directions {display:none !important;}



.mediaqueries.mobileview .list_block.type_article.a3 .the_list_item {background-size: none !important;}

.mediaqueries.mobileview #container .item_1.the_list_item.center.hero.yes_image.yes_heads.yes_link.yes_desc {background-attachment: initial !important;}
.mediaqueries.mobileview #container .section .list_block.type_article.a3 .the_list_item{background-attachment: initial !important;}