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

/*------------------------------------------------------ MAP ------------------------------------------------------*/


.tsidesign_map .b2b-location-items-container {
  right: 76px !important;
  height: 370px !important;
  top: 50px !important;
}
.tsidesign_map .b2b-location.wide {
  height: 600px !important;
}
@media (max-width: 800px) {
.tsidesign_map .b2b-location-items-container {
  right: 0 !important;
  width: 33% !important;
  height: 412px !important;
  top: 0 !important;
}
.tsidesign_map .b2b-location.wide {
  height: 412px !important;
}
}
@media (max-width: 575px) {
.tsidesign_map .b2b-location-items-container {
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.tsidesign_map .b2b-location.wide {
  height: auto !important;
}
}
/*-------------------------------------------------- GLOBAL BODY --------------------------------------------------*/
#wrapper .full_width_content {
    background: rgba(255, 255, 255, 0) !important;
  	margin: 0 auto !important;
  	max-width: 100% !important;
}
#container {
  	padding-top: 0 !important;
}


/*----------------------------------------------------- CTA -------------------------------------------------------*/
/*---------------------------------------------------- HEADER -----------------------------------------------------*/
#the_header{
  	max-width: 100% !important;}/*
/*----------------------------------------------------- LOGO ------------------------------------------------------*/

html:not(.mobileview) .logo-variation.logo-variation-header .logo-slot img {
    max-height: 17rem !important; 
  padding: 1rem !important;
  background: white !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}
html:not(.mobileview) .logo-fade .logo-variation.logo-variation-header .logo-slot img {
    max-height: 14rem !important;
}
.mediaqueries.mobileview .logo-slot img {
  max-height: 8rem !important;
  padding: 2% !important;
  background: white !important;
}



/*-------------------------------------------------- NAVIGATION ---------------------------------------------------*/
#_the_navigation a, #menu-holder a {
  	font-size: 1.75rem !important;
  	font-weight: 100 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
#menu-holder {
	margin-top: 2rem !important;
}
#menu-holder .menu-link a:hover {
    border-bottom: 1px solid #fff !important;
}

/* Menu Underline */

.menu-item a {padding: .5rem 1rem !important; }
.menu-item a:hover, .menu-item.current-menu-item a,
html:not(.mobileview) .home #the_header:not(.menu-fade) .menu-item.current-menu-item a{
  background: white !important;
  color: #347538 !important;
}
/*---------------------------------------------------- BUTTON -----------------------------------------------------*/
.the_list_item_action a,.gform_button {
    background: #CAC5AD !important;
    letter-spacing: 0.07em !important;
    font-size: 1.4rem !important;
    text-transform: uppercase !important;
    color: #6B5857 !important;
    border: none !important;
  	border-radius: 5px !important;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3) !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -webkit-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
	transition: all 0.1s ease-in-out !important;
}
.the_list_item_action a:hover ,.gform_button:hover {
   	background: #6B5857 !important;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5) !important;
  	color: #fff !important;
}
.the_list_item_action {
  	background-color: transparent !important;
}
.tsidesign_dl .the_list_item_action a, .tsidesign_dl2 .the_list_item_action a {
	background: rgba(0,0,0,.1) !important;
    border: 1px solid #fff !important;
  	color: #fff !important;
}
.tsidesign_dl .the_list_item_action a:hover, .tsidesign_dl2 .the_list_item_action a:hover {
	background: rgba(0,0,0,.3) !important;  
}
/* Badge Button */
.tsidesign_badge .the_list_item_image img,
.tsD_badge .the_list_item_image img,
.tsD_badge.tsI_img img{
  max-height: 80px !important;
  width: initial !important;
}
.tsidesign_badge .the_list_item_image { text-align: center !important; }
/*------------------------------------------------- FONT STYLING --------------------------------------------------*/
.the_list_item .the_list_item_desc {
	font-size: 1.5rem !important;
  	font-weight: lighter !important;
  	letter-spacing: .1rem !important;
}
h1, 
h2, 
h3 {
	font-weight: normal !important;
}
.the_list_item .the_list_item_headline {
    font-weight: 300 !important;
	letter-spacing: 0.05em !important;
  	text-transform: uppercase !Important;
}
.the_list_item .the_list_item_subheadline {
    font-weight: 300 !important;
	letter-spacing: 0.06em !important;
}
#container .type_article.a1 .the_list_item .the_list_item_desc li,
#container .the_list_item .the_list_item_desc ol li, 
#container .the_list_item .the_list_item_desc ul li {
    margin-left: 1% !important;
}
#container .list_block_headline {
    text-align: center !important;
}
#container .list_block_headline span{
	font-size: 3.2rem !important;
}
/*--------------------------------------------------- CONTENT -----------------------------------------------------*/
.home .content {
  	padding-top: 3rem !important;
}
.tsidesign_content{
	max-width: 106rem !important;
  	margin: 0 auto !important;
}
.tsidesign_content span {
	font-size: 1.7rem !important;
  	text-transform: uppercase !important;
}
.tsidesign_content1 {
      max-width: 106rem !important;
      margin: 0 auto !important;
}
.tsidesign_content1 .item_1 {
  	margin-top: 3% !important;
	width: 25% !important;
  	border-right: 2px solid black !important;
}
.tsidesign_content1 .item_2 {
	width: 72% !important;
}
.tsidesign_content1 .the_list_item_headline {
	font-size: 5rem !important;
}
@media (max-width: 800px) {
	.tsidesign_content1 .item_1 {
  		margin-top: 3% !important;
		width: 100% !important;
  		border-right: none !important;
	}
  	.tsidesign_content1 .the_list_item_headline {
  		text-align: center !important;
	  	font-size: 2.5rem !important;
	}
	.tsidesign_content1 .item_2 {
		width: 100% !important;
	}
}

.tsidesign_content3{
  	max-width: 100% !important;
  	background: #edebe6 !important;
    padding: 0 2.6rem 5rem !important;
    box-shadow: 0 2px 2px 0px rgba(0,0,0,.4) !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 99 !important;
}
.tsidesign_content3 .the_list_wrap {
	max-width: 110rem !important;
  	margin: 0 auto !important;
}
.tsidesign_content3 .the_list_item{
	margin-bottom: 0 !important;
}
.tsidesign_content3 .the_list_item_action a {
	background: transparent !important;
  	box-shadow: none !important;
  	color: #589fe0 !important;
  	font-size: 1.7rem !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}
.tsidesign_content3 .the_list_item_action a:hover {
	background: transparent !important;
  	box-shadow: none !important;
  	color: #589fe0 !important;
	letter-spacing: .3rem !important;
}
/*content4*/
.tsidesign_content4 {
	max-width: 100% !important;
  	margin: 0 !important;
  	padding: 0 !important;
}
.tsidesign_content4  .the_list_item {
	margin-bottom: 0 !important;
}
.tsidesign_background {
	padding-bottom: 0 !important;
}

.tsidesign_photo .the_list_item {
clear: none !important;
width: 20% !important;
margin: 0 !important;
}
.tsidesign_photo {
   margin: 0 !important;
   padding:0 !important;
}
.tsidesign_photo .the_list_item img:hover {
opacity: .75 !important;
}

@media (max-width: 575px){
.tsidesign_photo .the_list_item {
width: 100% !important;
margin: 0 !important;
}
}
.tsidesign_menu {
    max-width: 106rem !important;
    margin: 0 auto !important;
}
.tsidesign_menu .list_block_headline {
    background: #fff;
}

.tsidesign_menu .the_list_item_headline {

font-weight: bold !important;

}

.tsidesign_cake img{
  max-height: 50vh !important;
  max-width: 50vh !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
/*----------------------------------------------------- DLS -------------------------------------------------------*/

/* DL Logo */
.dl_logo { display: none !important; }
@media (min-width: 1025px) {
  .dl_logo img{
	max-width: 60rem !important;
	width: 100% !important;
  }

  html:not(.mobileview) .home #_the_logo {
	display: none !important;
  }
  html:not(.mobileview) .home .dl_logo {
	display: block !important;
	padding: 5rem !important;
	background: white !important;
	border-radius: 10% !important;
	max-width: 40rem !important;
	margin: 0 auto 2rem !important;
  }
  
  .home .tsidesign_dl .the_list_wrap {
	padding-top: 10rem !important;
  }

  /*  San Antonio - Header - Centered*/
  html:not(.mobileview) .home #the_header #_the_logo { width: 100% !important; }
  html:not(.mobileview) .home #the_header .menu-wrap { width: 100% !important; }
  html:not(.mobileview) .home #the_header #_the_navigation { text-align: center !important; }
}
.tsidesign_dl, 
.tsidesign_dl2,
.tsidesign_dl3{
	margin-bottom: 0 !important;
}
.tsidesign_dl .the_list,
.tsidesign_dl2 .the_list {
  	margin-bottom: 0 !important;
} 
.tsidesign_dl2 .the_list_text {
	max-width: 105rem !important;
    margin: 0 auto !important;
    text-align: center !important;
}
.tsidesign_dl2 .the_list_item_headline {
	text-shadow: none !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
    letter-spacing: 0.03em !important;
    font-size: 4rem !important;
    line-height: 4rem !important;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}
.tsidesign_dl .the_list_item_subheadline,
.tsidesign_dl2 .the_list_item_subheadline {
    text-shadow: none !important;
    text-transform: uppercase !important;
    font-size: 2.3rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.05em !important;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}

.tsidesign_dl *{
	color: #fff !important;
}
.tsidesign_dl .the_list_wrap {
    padding: 28% 10% 8% !important;
  	background: hsla(0,0%,0%,.25) !important;
}
.tsidesign_dl .the_list_text {
	max-width: 60rem !important;
    margin: 0 auto !important;
  text-align: center !important;
  
}
.tsidesign_dl .the_list_item_headline {
	text-shadow: none !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
    letter-spacing: 0.03em !important;
    font-size: 6rem !IMPORTANT;
    line-height: 7rem !IMPORTANT;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}

.tsidesign_dl .the_list_item_subheadline {
  background: #347538bb !important;
  padding: 1rem !important;
}
@media (max-width: 800px) {
	.tsidesign_dl .the_list_item_headline {
  		font-size: 4rem !important;
	  	line-height: 5rem !important;
  	}
}
@media (max-width: 569px) {
	.tsidesign_dl .the_list_item_headline {
  		font-size: 3rem !important;
	  	line-height: 4rem !important;
  	}
  	.tsidesign_dl .the_list_item_subheadline {
  		font-size: 2rem !important;
  	}
}
@media (max-width: 450px) {
	.tsidesign_dl .the_list_item_headline {
  		font-size: 2.5rem !important;
	  	line-height: 3.5rem !important;
  	}
  	.tsidesign_dl .the_list_item_subheadline {
  		font-size: 1.8rem !important;
  	}
}

.tsidesign_dl2 *{
	color: #fff !important;
}
.tsidesign_dl2 .the_list_wrap {
    padding: 18% 5% !important;
  	background: rgba(0,0,0,.1) !important;
  	text-align: center !important;
    -webkit-transition: all .5s ease-in-out !important;
  	-moz-transition: all .5s ease-in-out !important;
  	-o-transition: all .5s ease-in-out !important;
  	transition: all .5s ease-in-out !important;
}
.mediaqueries.mobileview .tsidesign_dl2 .the_list_wrap,
.tsidesign_dl2 .the_list_wrap:hover{
	background: rgba(0,0,0,.3) !important;
}

.tsidesign_dl3 .the_list_wrap {
    background: rgb(237 235 230)  !important;
    padding: 0% 8% 0% !important;
}
.tsidesign_dl3 .the_list_text {
    max-width:134rem !important;
    margin: 0 auto !important;
    text-align: center !important;
}
.tsidesign_dl3 .the_list_item .the_list_item_headline {
    text-shadow: 1px 1px 1px rgba(0,0,0,1) !important;
    font-size: 3vw !important;
    letter-spacing: .1em !important;
    font-weight: 600 !important;
    color: #fff !important;
}


.tsidesign_dl3 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_dl3 .the_list_item:hover hr{
    width: 25% !important;
}
.tsidesign_dl3 .the_list_item_action a {
  	background: transparent !important;
  	border: 1px solid #fff !important;
  	color: #fff !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_dl3 .the_list_wrap:hover .the_list_item_action a {
  	color: #fff !important;
  	letter-spacing: .2em !important;
}
body.home:not(.isMobile) #container {
  padding: 0 !important;
}

#the_header {
  transition: background 0.5s linear !important;
}

html:not(.mobileview) .home #the_header .header_color,
html:not(.mobileview) .home #the_header .header_share_wrap,
html:not(.mobileview) .home #the_header {
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
}
@media (min-width: 1025px) {
  html:not(.mobileview) .home #the_header:not(.menu-fade) .header_color,
  html:not(.mobileview) .home #the_header:not(.menu-fade) .header_share_wrap {
	background-color:transparent !important;
  }
  .home #the_header:not(.menu-fade) {
	box-shadow: none !important;
	background-image: linear-gradient(hsla(0,0%,10%,.90), hsla(0,0%,10%,.50)) !important;
  }
  html:not(.mobileview) .home #container {
	margin-top: -18.2rem !important;
	position: relative !important;
  }
  .tsidesign_dl .the_list_text {
	padding-top: 15% !important;
  }
  html:not(.mobileview) .home #the_header:not(.menu-fade) *:not(:hover), html:not(.mobileview) .home #the_header:not(.menu-fade) .phone:before, html:not(.mobileview) .home #the_header:not(.menu-fade) .phone:after {
	color: #f9f9f9 !important;
  }
  html:not(.mobileview) .home #the_header:not(.menu-fade) #_the_navigation::before {
	color: #fff;
  }
}
/*--------------------------------------------------- FEATURES ----------------------------------------------------*/
/* FEATURE 6 */
.tsidesign_feature{
  position: relative !important; 
  z-index: 97 !important; 
  max-width: 124rem !important; 
  margin: auto !important;
  padding-top: 0 !important;
} 
.tsidesign_feature .the_list_item{
  margin-bottom: 4rem !important;
  margin-top: -4rem !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}
.tsidesign_feature .the_list_item:hover{
  margin-bottom: 0rem !important;
  margin-top: 0rem !important;
} 
.tsidesign_feature .the_list_item_image{
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 69%, 50% 100%, 0 69%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 69%, 50% 100%, 0 69%) !important;
}
.tsidesign_feature .the_list_item_headline {
  font-size: 2.5rem !important;
}
.tsidesign_feature .the_list_item_desc{
  font-size: 1.7rem !important;
  max-width: 30rem !important;
  margin: 0 auto !important;
}
@media (max-width:800px){
  .tsidesign_feature{
    padding-bottom: 2rem !important;
  }
  .tsidesign_feature .the_list_item{
	margin-bottom: 3rem !important;
	margin-top: 0rem !important;
  }
  .tsidesign_feature .the_list_item:hover{
	margin-bottom: 3rem !important;
	margin-top: 0rem !important;
  }}
/* END FEATURE 6 */
/*--------------------------------------------------- SPLIT 1 ----------------------------------------------------*/
.tsidesign_split {
  max-width: 126rem !important;
  margin: 0 auto !important;
}
.tsidesign_split .item_1 {
  background: #fff !important;  
  padding: 5% !important;
}

html:not(.mobileview) .tsidesign_split .item_1 {
  position: relative !important;
  margin-top: 4% !important;
  left: 2% !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 {
    padding: 0 5% !important;
}
.tsidesign_services .the_list_item .the_list_item_headline {
    letter-spacing: .1rem !important;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
}
.tsidesign_services .the_list_item .the_list_item_headline a {
    font-weight: lighter !important;
}
.tsidesign_services .the_list_item .the_list_item_image {
    margin-right: auto !important; 
    margin-left: auto !important; 
    width: 10rem !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;
}
/*5th column*/
.tsidesign_services .the_list_item {
    clear: none !important;
    width: 18% !important;
    margin: 1% !important;
}
@media (max-width:800px) and (min-width: 575px) {
    .tsidesign_services {
       padding: 0 2% !important;
    }
    .tsidesign_services .the_list_item {
        clear: none !important;
        width: 31% !important;
    }
    .tsidesign_services .item_5 .the_list_wrap {
        max-width: 65% !important;
        margin: 2% auto 0 !important;
    }
}
@media (max-width:575px) {
    .tsidesign_services {
       padding: 0 2% !important;
    }
    .tsidesign_services .the_list_item {
        clear: both !important;
        width: 48% !important;
    }
    .tsidesign_services .item_5 .the_list_wrap {
        max-width: 48% !important;
        margin: 2% auto 0 !important;
      }
      .tsidesign_services .the_list_item .the_list_item_image {
          width: 25% !important;
      }
      .tsidesign_services .the_list_item .the_list_item_headline {
        font-size: 1.5rem !important;  
      }
}
@media (max-width:450px) {
	.tsidesign_services .the_list_item .the_list_item_headline {
        font-size: 1.2rem !important;  
      }
}
/*--------------------------------------------------- REVIEWS ----------------------------------------------------*/

/*---------------------------------------------------- LIST -----------------------------------------------------*/

.tsidesign_masonry {
  columns: 4 !important;
  column-gap: 1rem !important;
}

.tsidesign_masonry .the_list_item {
  float: initial !important;
  margin: 0 !important;
  display: inline-block !important;
  width: 100% !important;
  font-size: 2rem !important;
} 
/*---------------------------------------------------- FOOTER -----------------------------------------------------*/
#the_footer {
  	max-width:100% !important;
}
#the_footer .footer_brand {
	background: #fff !important;
  	box-shadow: inset 1px 1px 6px -2px rgba(0,0,0,.4) !important;
}

.footer_brand {
  display: none !important;
}
/*------------------------------------------------- MEDIA QUERIES -------------------------------------------------*/
#wrapper .trigger {
	color: #fff !important;
  	background-color: transparent !important;
}
#wrapper .mobile-abovepost a {
	text-align: center !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;
}

/*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:800px) and (min-width:575px) {
.tsidesign_flex .the_list_item, .tsD_flex .the_list_item {
    width: 44.988% !important;
}
}
@media (max-width:575px) {
.tsidesign_flex .the_list_item, .tsD_flex .the_list_item {
    width: 100% !important;
}
}