/*------------------------------------------------------ FONT IMPORT -----------------------------------------------*/

/*------------------------------------------------------ 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;}

.primary.tsi-address, .b2b-location-canvas { display:none !important; }
.primary.tsi-phone { width:100% !important; }
.b2b-location-get-directions.color_bodylinks, .footer-street-address.footer-address, .b2b-location-get-directions { display:none !important; }
.mobile-multi-locations .tsi-address a { display: none !important; }
/*-------------------------------------------------- GLOBAL BODY --------------------------------------------------*/

.full_width_content {
    background: rgba(255, 255, 255, 0) !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}

/*----------------------------------------------------- CTA -------------------------------------------------------*/
#header-cta {
 float: left !important;
   width: 100% !important;
   text-align: center !important;
   padding-top: .5rem !important;
   padding-bottom: .5rem !important;
   font-size: 2rem !important;
   background: linear-gradient(-45deg, #51b3fa, #1938d4, #FF0000, #51b3fa, #1938d4,#26a8dc, #51b3fa);
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;
   color: #fff !important;
   text-transform: unset !important;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15) !important;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}



/* ------------------ 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;
 }

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

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

 .twitter_button:hover .floating_icon {
 background: #5DA9DD;
 }

.facebook_button .floating_icon i {
 color: #1773EA;
 }

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

 .twitter_button .floating_icon i {
 color: #5DA9DD;
 }


.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;
 }

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

.google_button:hover span {
 color: #32A350;
 }

 .twitter_button:hover span {
 color: #5DA9DD;
 }
 /* ------------------ End Floating Social Media Tabs ------------------ */

.custom-social-1 a:before{

  content:"g" !important;

}
/*---------------------------------------------------- HEADER -----------------------------------------------------*/

#the_header {
    max-width: 100% !important;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15) !important;
}

.header_share_wrap.inline-list {
    padding: 0.4rem 1.4rem !important;
}

/*----------------------------------------------------- LOGO ------------------------------------------------------*/

.isMobile #the_header #_the_logo,
.isMobile #the_header,
.isMobile #the_header #_the_logo .slot-type-image {
    min-height: 10rem !important;
}

#wrapper #_the_logo,
.share_icons-wrap {
    margin: 0 auto !important;
    max-width: 106rem !important;
}

#the_header .logo-variation.logo-variation-header .logo-slot img {
    max-height: 13rem !important;
}

/*-------------------------------------------------- NAVIGATION ---------------------------------------------------*/

#wrapper #access {
    border-top: 1px solid #344352 !important;
    border-bottom: 1px solid #344352 !important;
}

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

/*---------------------------------------------------- BUTTON -----------------------------------------------------*/

.the_list_item_action a,.gform_button {
    background: #cd5c1a !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 1.5rem !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

.the_list_item_action a:hover ,.gform_button:hover {
    background: #bf0d31 !important;
    color: #fff !important;
}

.the_list_item_action {
    background-color: transparent !important;
}

/*------------------------------------------------- FONT STYLING --------------------------------------------------*/

.the_list_item_headline, .the_list_item_headline a {
  text-transform: uppercase !important;
}

/*--------------------------------------------------- CONTENT -----------------------------------------------------*/

.tsidesign_button {
    max-width: 40rem !important;
    padding: 0 !important;
    margin: auto !important;
}

.tsidesign_top {
    padding: 3rem 2.6rem 0rem !important;
}


.tsidesign_bar {
    background-color: #3895b7 !important;
    margin: 0 !important;
}

.tsidesign_bar .the_list_item_headline {
    color: #fff !important;
}

.tsidesign_content {
    max-width: 106rem !important;
    margin: 0 auto !important;
}

.tsidesign_bottom {
    text-align: right !important;
    margin-top: 2.2rem !important;
}


#wrapper #_the_map_wrapper {
    margin-top: 2.2rem !important;
}

#container .content {
    margin-bottom: 4rem !important;
}

.home .content {
    padding-top: 3rem !important;
}

.tsidesign_content2 {
  margin: 0 auto !important;
  max-width: 134rem !important;
}

/*----------------------------------------------------- DLS -------------------------------------------------------*/

.tsidesign_dl .the_list_wrap {
    padding: 12% 8% 12% !important;
    background: rgba(0, 0, 0, 0.3) !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 {
    margin-bottom: 0 !important;
}

/*--------------------------------------------------- FEATURES ----------------------------------------------------*/
.tsidesign_iconfeature3 {
max-width: 134rem !important;
margin: 0 auto !important;
}
.tsidesign_iconfeature3 .the_list_item_image {
width: 10rem !important;
margin: 0 auto 2rem !important;
background: #bf0d31 !important;
padding: 2.5rem !important;
transform: rotate(45deg) !important;
transition: .7s !important;
-webkit-transition: .7s !important;
-moz-transition: .7s !important;
-o-transition: .7s !important;
}
.tsidesign_iconfeature3 .the_list_item:hover .the_list_item_image {
background: #d26218 !important;
}
.tsidesign_iconfeature3 .the_list_item_image .item_image {
transform: rotate(-45deg) !important;
}
.tsidesign_iconfeature3 .the_list_item_headline a {
font-size: 2.3rem !important;
}
.tsidesign_iconfeature3 .the_list_item_subheadline {
font-size: 1.4rem !Important;
}
/*---- Change Color Of Every Other Feature ----*/
x.tsidesign_iconfeature3 .the_list_item:nth-child(even) .the_list_item_image {background: #03d7b7 !important;}
x.tsidesign_iconfeature3 .the_list_item:nth-child(even):hover .the_list_item_image {background: #999 !important;}


/*--------------------------------------------------- SPLIT 1 ----------------------------------------------------*/
/*--------------------------------------------------- SPLIT 1 ----------------------------------------------------*/
.tsidesign_split {
  max-width: 126rem !important;
  margin: 0 auto !important;
}
html:not(.mobileview) .tsidesign_split .item_1 {
  position: relative !important;
  background: #fff !important;
  margin-top: 4% !important;
  left: 2% !important;
  padding: 5% !important;
  box-shadow: -2px 4px 10px rgba(0,0,0,.2) !important;
  width: 50% !important;
  z-index: 100 !important;
}
html:not(.mobileview) .tsidesign_split .item_2 {
  position: relative !important;
  width: 45% !important;
  right: 10% !important;
}

/*--------------------------------------------------- SERVICES ----------------------------------------------------*/

.tsidesign_services {
    max-width: 106rem !important;
    margin: auto !important;
    padding: 0rem 2.6rem 0rem !important;
}

#container .type_services.s1 .the_services_number:after {
    color: #3895b7 !important;
}

#container .type_services.s1 .the_services_number:before {
    color: #fff !important;
}

.tsidesign_services2 .the_list_item_headline {
    padding: 0 !important;
    text-align: center;
}

.tsidesign_services2 {
    max-width: 134rem !important;
    margin: auto !important;
    padding: 0rem 2.6rem 0rem !important;
}
/*--------------------------------------------------- SUBPAGES ----------------------------------------------------*/

/*---------------------------------------------------- FOOTER -----------------------------------------------------*/

#the_footer {
    max-width: 100% !important;
}

#the_footer #_the_logo,
#the_footer #_the_copyright {
    margin: 0 auto !important;
    max-width: 106rem !important;
}

.footer_brand {
    display: none !important;
}

/*------------------------------------------------- MEDIA QUERIES -------------------------------------------------*/

.mediaqueries.mobileview #container .section .list_block.type_article.a3 .the_list_item,
.mediaqueries.mobileview #container .item_1.the_list_item.center.hero.yes_image.yes_heads.yes_link.yes_desc {
    background-attachment: initial !important;
}


@media only screen and (max-width: 815px) {
    .mobileview #the_header {
        float: left !important;
        position: relative !important;
    }
}

@media (max-width: 575px) {
    .home #the_header #_the_logo {
        min-height: none !important;
    }
    #the_header #_the_logo {
        min-height: 12rem !important;
    }
    #wrapper .header {
        height: 12rem !important;
    }
    #_the_logo .logo-variation-mobile {
        height: initial !important;
    }
}

@media only screen and (max-width: 568px) {
    .easton_theme #the_header #_the_logo .slot-type-image {
        height: 12rem !important;
    }
}

/*----------------------------------------------------- FLEX ------------------------------------------------------*/