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

/*------------------------------------------------------ MAP ------------------------------------------------------*/
#_the_map_wrapper .b2b-location.wide .b2b-location-items ul li.show-details {
  overflow: auto !important;
}

/*-------------------------------------------------- GLOBAL BODY --------------------------------------------------*/
body:not(.isMobile) #container {
    padding: 0 !important;
}
.home .full_width_content {
  max-width: 100% !important;
  background: transparent !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, #b1d236, #027f85, #00b7c5, #b1d236, #027f85, #00b7c5);
    background-size: 400% 400%;
    -webkit-animation: Gradient 8s ease infinite;
    -moz-animation: Gradient 8s ease infinite;
    animation: Gradient 8s ease infinite;
   color: #fff !important;
   text-transform: unset !important;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
  font-weight: bold !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%
    }
}


.mobileview #header-cta{
   display: none !important;
}
/*---------------------------------------------------- HEADER -----------------------------------------------------*/
#the_header {
  max-width: 100% !important;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15) !important;
}

body:not(.isMobile) #container {
    padding: 0 !important;
}
.menu-fade {
  background-color: #027f85 !important;
  transition: background-color 0.5s linear !important;
}
@media (min-width: 1200px){
html:not(.mobileview) .home #the_header .header_color{
  background:transparent !important;
  }
html:not(.mobileview) .home #container{
  margin-top: -27rem !important;
  }
html:not(.mobileview) .home .header_share_wrap.dropdown-list{
    background-color: transparent !important;
}
.home .tsidesign_dl .the_list_text{
   padding-top: 3% !important;
  }
}

html:not(.mobileview) #the_header #_the_logo {
    xwidth: 100% !important;
}

html:not(.mobileview) .home #wrapper .menu-wrap {
    width: 100% !important;
}

 html:not(.mobileview) .home #the_header #_the_logo {
        color: #fff;
        xdisplay: none !important;
        width: 100% !important;
    }

 html:not(.mobileview) .home .logo-variation .align-left {
        text-align: center !important;   
}


/*----------------------------------------------------- LOGO ------------------------------------------------------*/
#the_header .logo-variation.logo-variation-header .logo-slot img {
  max-height: 15rem !important;
  float: left !important;
}

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

/*-------------------------------------------------- NAVIGATION ---------------------------------------------------*/
#access .menu.align-center {
    text-align: center;
    margin-top: -15rem !important;
}

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

@media(min-width: 1200px){
.home #_the_navigation a, 
.home #menu-holder a {
  color: #fff !important;
}
}

html:not(.mobileview) .home #the_header .menu .current-menu-item > a {
    border-bottom: solid #fff;
}

html:not(.mobileview) .home #the_header .menu .menu-item > a:hover {
    border-bottom: solid #fff;
    color: #fff !important;
}
/*---------------------------------------------------- BUTTON -----------------------------------------------------*/
.the_list_item_action a,.gform_button {
  background: #b1d236 !important;
  border-radius:25px !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 1.7rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}

.tsidesign_button2 .the_list_item_action a {
  background: #da1721 !important;
  border-radius:25px !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 1.7rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}

.the_list_item_action a:hover ,.gform_button:hover {
  background: #00b7c5 !important;
  color: #fff !important;
}
 .the_list_item_action {
  background-color: transparent !important;
}

/*------------------------------------------------- FONT STYLING --------------------------------------------------*/
h1, 
h2, 
h3 {
  font-weight: normal !important;
}

.tsidesign_main2 .the_list_item_headline {
 border-top: 1px solid #da1721 !important;
  border-bottom: 1px solid #da1721 !important;
  padding: 1rem !important;
}

.the_list_item_headline a, .the_list_item_headline {
 font-weight: bold !important;
}
/*--------------------------------------------------- CONTENT -----------------------------------------------------*/
.home .content {
  padding-top: 3rem !important;
}
.tsidesign_content{
  max-width: 106rem !important;
  margin: 0 auto !important;
}

/****** Content 1 Code ****************/
.tsidesign_content1 {
  max-width: 126rem !important;
  margin: 0 auto !important;
}

.tsidesign_content1 .item_1 {
  xposition: relative !important;
  background: rgba(255,255,255,.8) !important;
  xmargin-top: 4% !important;
  left: 2% !important;
  padding: 5% !important;
  box-shadow: -2px 4px 10px rgba(0,0,0,.4) !important;
  width: 100% !important;
  z-index: 100 !important;
  padding-top: 4% !important;
}

.tsidesign_content1 span, .tsidesign_main1 span{
 color: #da1721 !important;
  font-weight: bold !important;
  font-size: 1.8rem !important;
}

.tsidesign_banner {
 background: linear-gradient(to bottom right, #00b7c5, #000) !important;
  margin: 0 !important;
}

.tsidesign_banner .the_list_item_headline, .tsidesign_banner .the_list_item_subheadline, .tsidesign_banner .the_list_item_desc {
 color: #fff !important;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}

.tsidesign_banner .the_list_wrap {
 max-width: 106rem !important;
  margin: 0 auto !important;
}
/*----------------------------------------------------- DLS -------------------------------------------------------*/
.tsidesign_dl .the_list_wrap {
  padding: 25% 8% 10% !important;
  text-align: right !important;
}

.tsidesign_dl2 .the_list_wrap {
  padding: 12% 8% 12% !important;
  text-align: left !important;
}

.tsidesign_dl .the_list{
  margin-bottom: 0rem!important;
}
.tsidesign_dl .the_list_text{
  max-width:134rem !important;
  margin: 0 auto !important;
  xbackground: rgba(225,225,225,.6) !important;
  border-radius: 15px !important;
  padding-right: 2rem !important;
}

.tsidesign_dl .the_list_item_headline a, 
.tsidesign_dl .the_list_item_subheadline,
.tsidesign_dl2 .the_list_item_headline a, 
.tsidesign_dl2 .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_dl .the_list_wrap, .tsidesign_dl2 .the_list_wrap {
background-color: rgba(0, 0, 0, 0.4) !important;
}

html:not(.mobileview) .tsidesign_dl .the_list_item_headline a, html:not(.mobileview) .tsidesign_dl2 .the_list_item_headline a {
 font-size: 6rem !important;
}
/*--------------------------------------------------- FEATURES ----------------------------------------------------*/
.tsidesign_feature {
  max-width: 120rem !important;
  margin: 0 auto !important;  
  xpadding-top: 5% !important;
}
.tsidesign_feature *{
  color: #fff !important;
}
.tsidesign_feature .the_list_item {
  clear:  none !important;
  text-align: center !important;
  padding: 5% 2% !important;
  background: linear-gradient(to bottom, #00b7c5, #000) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important;
}

.tsidesign_feature .item_2 {
 background: linear-gradient(to bottom, #da1721, #000) !important;
}

.tsidesign_feature .item_3 {
 background: linear-gradient(to bottom, #b0d234, #000) !important;
}

.tsidesign_feature .item_4 {
 background: linear-gradient(to bottom, #028085, #000) !important;
}

.tsidesign_feature .the_list_item:hover {
  box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.2) !important;
}
.tsidesign_feature .the_list_item_headline{
  text-transform: uppercase !important;
  font-weight: 100 !important;
  letter-spacing: .2rem !important;
}
.tsidesign_feature .the_list_item_subheadline{
  text-transform: uppercase !important;
  font-weight: 100 !important;
  letter-spacing: .2rem !important;
  width: 80% !important;
  margin: 6% auto 16% !important;
}
.tsidesign_feature hr {
  width: 15% !important;
  display: inline-block !important;
  border: .5px solid #fff !important;
  margin-bottom: 0 !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.tsidesign_feature .the_list_item:hover hr{
    width: 40% !important;
}
.tsidesign_feature .the_list_item_action a{
  background: transparent !important;
  border: none !important;
  font-weight: 100 !important;
  letter-spacing: .2rem !important;
  font-size: 1.3rem !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.tsidesign_feature .the_list_item_action a:hover,
.tsidesign_feature .the_list_item:hover .the_list_item_action a{
  color: #fff !important;
  letter-spacing: .5rem !important;
}
.tsidesign_feature {
 margin-top: 0rem !important;
}

.tsidesign_feature img {
 width: 50% !important;
 display: block !important;
 margin: 0 auto !important;
}

/*--------------------------------------------------- SPLIT 1 ----------------------------------------------------*/

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

/*--------------------------------------------------- SUBPAGES ----------------------------------------------------*/

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

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

/*REVIEWS*/
.tsidesign_reviews .the_list_item_desc {
    background: transparent !important;
    border: 9px solid #028085 !important;
    margin-top: 4rem !important;
}
.tsidesign_reviews p {
color: #333333 !important;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
    xfont-family: lato !important;
    letter-spacing: .03em !important;
  padding-top: 5% !important;
      xtext-align: center !important;
}
.tsidesign_reviews .the_list_item .the_list_item_headline {
    color: #575757 !important;
}
.tsidesign_reviews .the_list_item .the_list_item_subheadline {
    color: #575757 !important;
}
.tsidesign_reviews .the_list_item_heads::after {
    border-right: 30px solid #da1720 !important;
}
/*----------------------------------------------------- FLEX ------------------------------------------------------*/

#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 {
    -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% !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_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;
}
}

#container .tsidesign_feature .the_list_item:last-of-type {margin-right: 0rem !important;}


/* pulsing mobile button */
html:not(.mobileview) #mobile-call-btn {
  display: none !important;
}

.mobileview #mobile-call-btn {
 display: block !important; 
}

#mobile-call-btn {
  bottom: 14px;
  position: fixed;
  right: 20px;
  z-index: 99;
  text-align: center !important;
}

#mobile-call-btn span {
    font-size: 2rem;
    text-align: center !important;
    font-weight: bold;
    color: #fff;
    background: #037f85; /* change background color of text */
    padding: 0 5px 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    border: solid 3px #fff;
}

#mobile-call-btn img {
    position: relative;
    background: #037f85; /* change background color of phone icon */
    max-width: 70px;
    border: solid 1px transparent;
    border-radius: 50%;
    z-index: 99 !important;
    width: 100%;
    animation: pulse 1s infinite;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    border: solid 3px #fff;
}

@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform:scale(1.15);}
    100% {transform:scale(1);}
}

.mobileview #_the_copyright {
    padding-bottom: 13rem !important;
}
/* end pulsing mobile button */