.tsidesign_quote {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #4356A6 !important;
}

.tsidesign_quote .the_list_item {
  margin-top: 2% !important;
}

.tsidesign_quote .the_list_item {
  padding: 2% 10% 0 !important;
}

.tsidesign_quote .the_list_item_headline {
  color: #fff !Important;
  font-size: 2.3rem !Important;
  text-transform: uppercase !important;
  line-height: 3rem !important;
  letter-spacing: .1em !important;
}

.tsidesign_quote .the_list_item_desc {
  color: #fff !important;
}
/*------------------------------------------------------ FONT IMPORT --------------------------------------------*/
/*------------------------------------------------------ MAP ------------------------------------------------------*/
#_the_map_wrapper .b2b-location.wide .b2b-location-items ul li.show-details {
    overflow: auto !important;
}
li.tsAddress,
    li.tsi-address,
    li.primary.tsi-address,
    a.b2b-location-get-directions.color_bodylinks,
    iframe.b2b-location-canvas,
    span.footer-street-address.footer-address,
    .b2b-location-basic-info p  {
    display: none !important;
}
.b2b-location-basic-info h2:nth-of-type(1):after {
    content: 'Birdsboro, PA 19508' !important;
    position: relative;
    display: block;
    font-size: 12px !important;
    font-weight: normal;
    margin-top: 10px;
}
li.show-details {
    height: auto !important;
}


/*-------------------------------------------------- GLOBAL BODY --------------------------------------------------*/
.full_width_content {
    margin: 0 auto !important;
    max-width: 100% !important;
}
.tsidesign_content{
      max-width: 100% !important;
      margin: 0 auto !important;
}
.tsidesign_content .the_list_wrap {
    margin: 0 auto !important;
    padding: 0px !important;
    max-width: 106rem !important;
}
html:not(.mobileview) #container {
    margin-top: -4.2rem !important;
}
.tsidesign_white *, 
.tsD_white * {
    color: #fff !important; 
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}
.color1 {
	color: #BC261A !important;
}
html.theme_bg {    
    font-size: 75% !important;
}
/*----------------------------------------------------- CTA --------------------------------------------------*/
html:not(.mobileview) .phone:after {
    content: '(610) 404-4444 | Call for a free quote' !important;
}
.tsidesign_cta4 *{
    color: #ffffff  !important;
}
.tsidesign_cta4 {
    background: #BC261A !important;
    margin: 0 !important;
    padding-top: 4% !important;
    padding-bottom: 2% !important;
}
.tsidesign_cta4 .the_list_item{
    margin-bottom: 0 !important;
}
.tsidesign_cta4 .the_list_wrap{
    text-align: center !Important;
    max-width: 90rem !important;
    margin: 0 auto !important;
}
.tsidesign_cta4 .the_list_item_subheadline{
    font-size: 2.7rem !important;
    letter-spacing: .3rem !important;
    margin: 0 !important;
}
.tsidesign_cta5 *{
    color: #fff !important;
}
.tsidesign_cta5 {
    background: #000  !important;
    margin: 0 !important;
    text-align: center !important;
}
/*#cta2 {
    bottom: 90px;
    position: fixed;
    left: -200px;
    z-index: 99999999;
    transition: 1s ease-out !important;
}
#cta3 {
    bottom: 150px;
    position: fixed;
    left: -200px;
    z-index: 99999999;
    transition: 1s ease-out !important;
}
#cta2:hover,
#cta3:hover{
    left: 0px !important;
	transition: 1s ease-in !important;
}
html:not(.mobileview) #cta2,
html:not(.mobileview) #cta3{
    display: block !important;
}
#cta2 img,
#cta3 img{
    max-width: 250px !important;
  	background: rgba(255,255,255,.8)!IMPORTANT;
}
#cta2 img,
#cta3 img{
    -webkit-animation: colorchange 4s infinite alternate !important; 
    animation: colorchange 4s infinite alternate !important; 
}
@-webkit-keyframes colorchange {
      0% {background: #4356a6;}
      25% {background: #FFF;}
      50% {background: #4356a6;}
      75% {background: #FFF; }
      100% { background: #4356a6;}
}
 @keyframes colorchange {
      0% {background: #4356a6;}
      25% {background: #FFF;}
      50% {background: #4356a6;}
      75% {background: #FFF; }
      100% { background: #4356a6;}
}*/
/* ------------------ Floating Social Media Tabs ------------------ */
 .social_items_flex {
 display: flex;
 flex-direction: column;
 justify-content: space-around;
 position: fixed;
 bottom: 70px;
 z-index: 999999;
 }

.mobileview .social_items_flex {
 display: none !important;
 }

.social_button {
 height: 60px;
 width: 60px;
 float: left;
 margin: 5px;
 overflow: hidden;
 background: #fff;
 border-radius: 50px;
 cursor: pointer;
 box-shadow: 0 10px 10px rgba(0,0,0,0.1);
 transition: all 0.3s ease-out;
 }

.social_button:hover {
 width: 330px;
 }

.social_button .floating_icon {
 display: inline-block;
 height: 60px;
 width: 60px;
 text-align: center;
 border-radius: 50px;
 box-sizing: border-box;
 line-height: 60px;
 transition: all 0.3s ease-out;
 }

.phone_button:hover .floating_icon {
  background: #4356a6 !important;
}

.facebook_button:hover .floating_icon {
 background: #1773EA;
 }

.google_button:hover .floating_icon {
 background: #32A350;
 }

.phone_button .floating_icon i {
  color: #4356a6 !important;
}
.facebook_button .floating_icon i {
 color: #1773EA;
 }

.google_button .floating_icon i {
 color: #32A350;
 }

.social_button:hover .floating_icon i {
 color: #fff;
 }

.social_button .floating_icon i {
 font-size: 25px;
 line-height: 60px;
 }

.social_button span {
 font-size: 20px;
 font-weight: 500;
 line-height: 60px;
 margin-left: 10px;
 transition: all 0.3s ease-out;
 }

.phone_button:hover span {
  color: #4356a6 !important;
}

.facebook_button:hover span {
 color: #1773EA;
 }

.google_button:hover span {
 color: #32A350;
 }
 /* ------------------ End Floating Social Media Tabs ------------------ */
/*---------------------------------------------------- HEADER -----------------------------------------------------*/
#the_header {
    max-width: 100% !important;
}
.share_icons {
    margin-top: -3px !important;
}
/*----------------------------------------------------- LOGO ------------------------------------------------------*/
#the_header .logo-variation.logo-variation-header .logo-slot img {
    max-height: 13rem !important;
}
.mediaqueries.mobileview .logo-slot img {
    max-height: 8rem !important;
}
.logo-slot img {
    padding: 1rem !important;
}
.home #the_header div#_the_logo {
	display: none !important;
}
.dl-logo {
	max-width: 100% !important;
}
/*-------------------------------------------------- NAVIGATION ---------------------------------------------------*/
#access .menu li a,
#_the_navigation a,
#menu-holder a {
    font-size: 1.3rem !important;
    font-weight: normal !important;
}
#access {
	background: #e8e8e8 !IMPORTANT;
} 
html:not(.mobileview) #the_header #_the_logo,
html:not(.mobileview) #wrapper .menu-wrap {
	width: 100% !important;
}
.phone:after,
.phone:before {
    font-size: 20px !important;
    text-shadow: 1px 1px 3px #000 !important;
}
/*---------------------------------------------------- BUTTON -----------------------------------------------------*/
.the_list_item_action,
#gform_button {
    background-color: transparent !important;
}
.the_list_item_action a,
#gform_button a {
    background: #BC261A !important;
    font-size: 1.5rem !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    -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.3s !important;
    transition-duration: 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    transition: all 0.3s !important;
}
.the_list_item_action a:hover{
    background: #4356a6 !important;
    color: #fff !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) !important;
}
/*------------------------------------------------- FONT STYLING --------------------------------------------------*/
h1,
h2,
h3 {
    font-weight: normal !important;
}
.the_list_item .the_list_item_headline,
.the_list_item .gform_wrapper h3.gform_title {
    letter-spacing: .08em !IMPORTANT;
}
.the_list_item .the_list_item_subheadline {
    font-weight: 300 !important;
    letter-spacing: .1em !important;
}
#container .list_block .list_block_headline span {
    font-size: 2rem !important;
    text-align: center !important;
    width: 100% !important;
    border-bottom: 2px dotted !important;
    font-weight: bold !important;
    font-style: italic !important;
}
/*--------------------------------------------------- CONTENT -----------------------------------------------------*/
.content {
    padding-top: 3rem !important;
}
#wrapper .full_width_content,
.content.thereIsFeatured,
#container .content.thereIsFeatured {
    background-color: transparent !important;
}
.specialList {
	margin: 0 auto !important;
  	text-align: center !important;
}
.specialList li {
	list-style: none !important;
  	display: inline-block !important;
  	xfloat: left !important;
  	text-align: center !important;
  	margin: 0 auto !important;
  	padding-right: 10px !important;
}

/*--------------------------------------------------- Two Column Floating 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.columns {columns: 3; -webkit-columns: 3; -moz-columns: 3;}

/*----------------------------------------------------- DLS -------------------------------------------------------*/
.tsidesign_dl,
.tsidesign_dl .the_list_item,
.tsidesign_dl .the_list,
.tsidesign_dl2,
.tsidesign_dl3,
.tsidesign_new_dl4 {
    margin-bottom: 0 !important;
}
.tsidesign_dl3 .the_list_wrap {
    padding: 21% 8% 7% !important;
    text-align: center !important;
    background: rgba(188,38,26,.5) !important;
	background: -moz-linear-gradient(90deg, rgba(188,38,26,.8) 0%, rgba(255,255,255,.6) 54%, rgba(67,86,166,.8) 100%) !important;
	background: -webkit-linear-gradient(90deg, rgba(188,38,26,.8) 0%, rgba(255,255,255,.6) 54%, rgba(67,86,166,.8) 100%) !important;
	background: linear-gradient(90deg, rgba(188,38,26,.8) 0%, rgba(255,255,255,.6) 54%, rgba(67,86,166,.8) 100%) !important;
}
.tsidesign_dl3 span {
    color: #E3B537 !important;
}
.tsidesign_dl3 .the_list_item_headline {
    font-size: 5rem !important;
  	text-shadow: 2px 2px 4px #000 !important;
}
.tsidesign_dl3 .the_list_item_subheadline {
  	text-shadow: 2px 2px 3px #000 !important;
  	background: #4356a6 !important;
}
.tsidesign_dl3 .the_list_text {
    max-width: 114rem !important;
    margin: 0 auto !important;
  	xbackground: rgba(0,0,0,.4) !important;
}
/*--------------------------------------------------- FEATURES ----------------------------------------------------*/
.tsidesign_photofeature1{
margin: 0 !important;
padding: 0 !important;
  border-top: 6px solid #BC261A !important;
}
.tsidesign_photofeature1 .block_link{
z-index: 3 !important;
}
.tsidesign_photofeature1 .the_list_item{
margin: 0 !important;
width: 50% !important;
clear: none !important;
  border: 6px solid #000 !important;
}
.tsidesign_photofeature1 .the_list_item_heads{
text-align: center !important;
padding-top: 25% !important;
background-color: rgba(0,0,0,.2) !important;
-webkit-transition: all 1s ease-in-out !important;
-moz-transition: all 1s ease-in-out !important;
-o-transition: all 1s ease-in-out !important;
transition: all 1s ease-in-out !important;
}
.tsidesign_photofeature1 .the_list_item:hover .the_list_item_heads {
background: rgba(0, 0, 0, 0.6) !important;
}
.tsidesign_photofeature1 .the_list_item_headline a {
font-size: 2.9rem !important;
max-width: 25rem !important;
min-height: 7rem !important;
color: #fff !important;
  font-weight: bold !important;
}
.tsidesign_photofeature1 .the_list_item_subheadline{
font-size: 1.4rem !important;
font-weight: normal !important;
margin-top: 0 !important;
padding-top: 0 !important;
border-top: none !important;
letter-spacing: .1em !important;
color: #fff !Important;
opacity: 0 !important;
-webkit-transition: all 1s ease-in-out !important;
-moz-transition: all 1s ease-in-out !important;
-o-transition: all 1s ease-in-out !important;
transition: all 1s ease-in-out !important;
}
.tsidesign_photofeature1 .the_list_item:hover .the_list_item_subheadline,
.tsidesign_photofeature1 .the_list_item:hover .the_list_item_action a{
opacity: 1 !important;
}
.tsidesign_photofeature1 .the_list_item_image img{
transition: all 1s ease-in-out !important;
}
.tsidesign_photofeature1 .the_list_item:hover .the_list_item_image img{
transform: scale(1.1) !important;
transition: all 1s ease-in-out !important;
}
.tsidesign_photofeature1 .the_list_item_action {
margin-top: 1rem !important;
}
.tsidesign_photofeature1 .the_list_item_action a{
opacity: 0 !important;
color: #fff !important;
background: transparent !important;
font-style: italic !important;
transition: all 1s ease-in-out !important;
}
@media(min-width: 1100px) {
.tsidesign_photofeature1 .the_list_item {width: 25% !important;}
}
@media(max-width: 800px) {
.tsidesign_photofeature1 .the_list_item{width: 50% !important;}
}
@media(max-width: 575px) {
.tsidesign_photofeature1 .the_list_item{width: 100% !important;}
}

/*----------------------------------------------------------- brands -------------------------------------------------*/
.tsidesign_brands {
  background:#BC261A !important;
  max-width:100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tsidesign_brands * {
  color: #fff !important;
}

.tsidesign_brands h3.the_list_item_headline.hds_color {
  padding-top: 3rem !important;
  text-transform: uppercase !important;
  font-size: 2rem !important;
  font-weight:600 !important;
}

.tsidesign_brands .the_list_item_desc.txt_color {
   font-size: 2rem !important;
   max-width:85% !important;
  margin: 0 auto !important;
  padding-top:1rem !important;
}

/*------------------------------------------- SERVICE AREAS -------------------------------*/

.tsidesign_service_areas .the_list_item {
  background:#BC261A !important;
}

.tsidesign_service_areas h3.the_list_item_headline.hds_color {
  padding-top:3rem !important;
 text-align:center;
}

.tsidesign_service_areas * {
  color: #fff !important;
}

.tsidesign_service_areas .the_list_item_desc.txt_color {
 padding: 3rem !important;
}

/*--------------------------------------------------- SPLIT 1 ----------------------------------------------------*/
/*---------------------------------------------------- FOOTER -----------------------------------------------------*/
#the_footer {
    max-width:100% !important;
}
.footer  {
    text-align: center !important;
      margin: 0 auto !important;
}
.footer img {
    max-width: 200px;
}
.logo-v2 .logo-variation-footer .logo-slot.slot-type-image a img {
    max-height: 9rem !important;
}
.menu-footer-menu-container #menu-primary-menu {
    column-count: 4 !important;
}
/*------------------------------------------------- MEDIA QUERIES -------------------------------------------------*/
@media (min-width: 1000px){
    .tsidesign_dl3 .the_list_item_headline b {
        font-size: 6rem !important;
    }
}
@media (max-width:815px) {
    .tsidesign_dl3 .the_list_item_headline {
        font-size: 4rem !important;
    }
}
@media (max-width:575px) {
    .tsidesign_dl3 .the_list_item_headline {
        font-size: 2.6rem !important;
    }
}
/*----------------------------------------------------- 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;
}
#container .tsidesign_flex .the_list_item:last-of-type, 
#container .tsD_flex .the_list_item:last-of-type {
    margin-right: 0rem !important;
}
.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 {
    -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;
  }
}