/*Double Fixed footer button */
.mobileview #ctabot{
  display:none !important;
}
html:not(.mobileview) #ctabot2{
  display:none !important;
}
#ctabot, #ctabot2 {
  bottom: 14px;
  position: fixed;
  right: 20px;
  z-index: 99999999;
}
.cta_btn {
  background-color: #1A8E45;
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  margin: 5px;
  padding: 20px 20px 40px;
  text-transform:  uppercase;
  font-weight:  600;
}
.cta_btn:hover{
background-color: #fff;
color:#1A8E45;
-webkit-transition: all .5s ease !important;
transition: all .5s ease !important;
}


.tsidesign_wood .the_list_item {
  background-attachment: inherit !important;
  text-align:center !important;
}





/*-------------MAP-------------------*/
.primary.tsi-address {display:none !important;}
.primary.tsi-phone {width:100% !important;}
.b2b-location-get-directions.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;}

.gm-style {display: none!important;}
#wrapper #_the_map_wrapper .b2b-location-canvas {  display: none !important;}
#wrapper #_the_map_wrapper .b2b-location.wide * {text-align: center !important;width: 100% !important;}
.mediaqueries.mobileview#wrapper #_the_map_wrapper .b2b-location.wide * {text-align: center !important;width: 100% !important;height:100%!important;}

#_the_map_wrapper .b2b-location.wide .b2b-location-items ul li.show-details {
  overflow: auto !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;}
/*--------MOBILE MENU COLOR FIX----------*/
/*------change to match internal header color-----*/
.mobileview #wrapper .mobile-menu {background-color: #fff !important;}

.the_list_item_action a,#gform_submit_button_20482,#gform_submit_button_20483 {
  background: #ccc !important;
  border-radius:0px !important;
  box-shadow: none !important;
  border: 1px solid #fff !important;
  font-size: 1.7rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: lighter !important;
}

.the_list_item_action a:hover,#gform_submit_button_20482:hover,#gform_submit_button_20483:hover {
  background: #000 !important;
  color: #fff !important;
}
 .the_list_item_action {
  background-color: transparent !important;
}

#cta {text-align: right !important; font-size: 1.8rem !important; padding-right: 2rem !important;margin-top: 1rem !important;}

.mediaqueries.mobileview #cta{display:none !important;}

#the_header{
  max-width: 100% !important;
  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;
}





.mediaqueries.mobileview .logo-slot img{
  max-height: 8rem !important;
}


#_the_navigation a, #menu-holder a {
  font-size: 1.3rem !important;
  font-weight: normal !important;
}



body:not(.isMobile) #container {
    xpadding: 0 !important;
}


/*-------------FEATURE--------------*/
.tsidesign_feature {
 max-width: 120rem !important;
 margin: 5rem auto 5rem auto !important;
}
.tsidesign_feature .block_link {
       z-index: 3 !important;
}
.tsidesign_feature .the_list_item .the_list_item_heads{
  -webkit-transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  transition: all 0.8s ease-in-out !important;  
}
.tsidesign_feature .the_list_item:hover .the_list_item_heads{
  background: rgba(0, 0, 0, 0.35) !important;
}
.tsidesign_feature .item_1 .the_list_item_heads,
.tsidesign_feature .item_5 .the_list_item_heads {
  background: #46473E80 !Important;
}
.tsidesign_feature .item_2 .the_list_item_heads,
.tsidesign_feature .item_6 .the_list_item_heads {
  background: #5C5D5180 !Important;
}
.tsidesign_feature .item_3 .the_list_item_heads,
.tsidesign_feature .item_7 .the_list_item_heads {
  background: #74756680 !Important;
}
.tsidesign_feature .item_4 .the_list_item_heads,
.tsidesign_feature .item_8 .the_list_item_heads {
  background: #9EA18580 !Important;
}
.tsidesign_feature .the_list_item_headline{
  margin-top: 45% !important; 
}


@media (max-width: 970px) {
  .tsidesign_feature .the_list_item_headline{
	font-size: 1.4rem !important;
	margin-top: 20% !important;

  }
  .tsidesign_feature .the_list_text {
  overflow: hidden !important;
}
}
/*-------------END FEATURE--------------*/
/*-----------PARALLAX # SERVICES CODE-----------*/
.tsidesign_wrap{
 margin: 0 !important;
 background: #eee !important;
}
.tsidesign_services, .tsidesign_content, .tsidesign_title{
  max-width: 134rem !important; 
  margin-left:auto !important;
  margin-right:auto !important;
}
.tsidesign_services .the_list_item .the_list_item_image {
  margin-right:auto !important; margin-left:auto !important; width:36% !important;
}
.tsidesign_services .the_list_item_image img{
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
}
.tsidesign_services .the_list_item_image img:hover{
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36) !important;
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36) !important;
}
.tsidesign_services span{
  color: #006f89 !important;
  float: left !important;
  font-size: 45px !important;
  line-height: 40px !important;
  padding-top: 4px !important;
  padding-right: 8px !important;
  padding-left: 3px !important;
}

/*----------END PARALLAX # SERVICES CODE-----------*/
.tsidesign_dl .the_list_item, .tsidesign_dl .the_list {
  margin-bottom: 0 !important;
}
.tsidesign_cta{
  background: #46473E !important;
  margin: 0 !important;
}
.tsidesign_cta .the_list_item_headline, .tsidesign_cta .the_list_item_headline a{
  text-transform: uppercase !important;
  font-size: 4rem !important;
  color: #fff !important;
}
 .tsidesign_cta .the_list_item_subheadline, .tsidesign_cta .the_list_item_desc{
  color: #fff !important;
}
.tsidesign_cta .item_2{
  text-align: right !important;
}
.tsidesign_cta .the_list_item_action{
  background-color: transparent !important;
}
.tsidesign_cta .the_list_item_action a {
background: transparent !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  padding: 2rem 4.2rem !important;
  border: 1px solid #fff !important;
  box-shadow: none !important;
}
.tsidesign_cta .the_list_item_action a:hover{
  background-color: #9EA185 !important;
  border: 1px solid #9EA185 !important;
}
.tsidesign_cta .the_list_item, .tsidesign_cta .the_list {
  margin-bottom: 0.5rem !important;
}

@media (max-width: 800px) {
.tsidesign_cta .item_2{
  text-align: center !important;
  padding-top: 1rem !important;
}
.tsidesign_cta .the_list_item_headline, .tsidesign_cta .the_list_item_headline a{
  font-size: 3rem !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----------*/

.footbadge img {
    float: left !important;
    vertical-align: middle !important;
    width: 40% !important;
    padding: 1rem !important;
}

@media (max-width: 1000px) {
  .footbadge img { 
	width: 50% !important;
  }
}


@media (max-width: 800px) {
  .footbadge img { 
	width: 75% !important;
  }
}


@media (max-width: 600px) {
  .footbadge img { 
	width: 100% !important;
  }
}

@media (max-width: 550px) {
  .footbadge img { 
	width: 40% !important;
  }
}

@media (max-width: 400px) {
  .footbadge img { 
	width: 100% !important;
  }
}

/*two column bullet list*/
#container .section:not(.w232) .the_list_item  #container .section:not(.w232) .the_list_item  {width: 47% !important;  display: inline-grid!important;  margin-right: 0.8rem !important;}

#container .the_list_item .the_list_item_desc ol li, #container .the_list_item .the_list_item_desc ul li{position:static!important;}

ul li{list-style-position: inside !important;} /*fix for Charlotte theme*/

ul.columns {columns: 3; -webkit-columns: 3; -moz-columns: 3;}

ul.columns2 {columns: 2; -webkit-columns: 2; -moz-columns: 2;}

ol.columns {columns: 3; -webkit-columns: 3; -moz-columns: 3;}

ol.columns2 {columns: 2; -webkit-columns: 2; -moz-columns: 2;}



/*flex*/
#container .tsidesign_flex, #container .tsD_flex {
    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_flex .the_list_item, #container .tsD_flex .the_list_item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*KILLS RIGHT MARGIN ON THE LAST ITEM IF ODD NUMBER OF FEATURES SO EDGES ARE FLUSH WHEN SCALED - RK QA*/
#container .tsidesign_flex .the_list_item:last-of-type, #container .tsD_flex .the_list_item:last-of-type {margin-right: 0rem !important;}
/*END*/



.flexboxlegacy #container .tsidesign_flex .the_list_item, .flexboxlegacy #container .tsD_flex .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_flex .the_list_item, .no-flexboxlegacy #container .tsD_flex .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_flex .the_list_item,
.flexboxlegacy #container .tsidesign_flex .the_list_item .the_list_wrap, #container .tsD_flex .the_list_item,
.flexboxlegacy #container .tsD_flex .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_flex .the_list_item .the_list_wrap, #container .tsD_flex .the_list_item .the_list_wrap {
    /*height: 100% !important;*/
    -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_flex .the_list_item .the_list_wrap, .flexboxlegacy #container .tsD_flex .the_list_item .the_list_wrap {
    height: auto;
}

#container .tsidesign_flex .the_list_item .the_list_item_action, #container .tsD_flex .the_list_item .the_list_item_action {
    margin-top: auto !important;
    display: block;
    width: 100%;
}

#container .tsidesign_flex, #container .tsD_flex {
    justify-content: space-around;
}
#container .tsidesign_flex .the_list_item, #container .tsD_flex .the_list_item {
    justify-content: space-between;
}

@media (max-width:815px) and (min-width:575px) {
.tsidesign_flex .the_list_item, .tsD_flex .the_list_item {
    width: 44.988% !important;
}
  
 
}

@media (max-width:900px)  {
  .tsidesign_feature .the_list_item {
	width: 44.988% !important;
  }
  .tsidesign_feature .the_list_item .the_list_item_subheadline {
	font-size: 12px !important;
  }
}

@media(max-width:425px) {
  .tsidesign_feature .the_list_item {
	width: 100% !important;
  }
}