#stacks_in_168>.s3_row {
	margin: 0 -10px;
}

#stacks_in_168>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_168>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_168>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_168>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_168>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_168>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



#stacks_in_176.expd-card,
#stacks_in_176.expd-card * {
  box-sizing: border-box;
}

#stacks_in_176 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_176.expd-card .click-all {
  height: 100%;
}

  #stacks_in_176.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_176.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_176_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_176.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_176.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_176.expd-card * {
  pointer-events: none;
}

#stacks_in_176.expd-card .expd-open,
#stacks_in_176.expd-card [data-open='1'],
#stacks_in_176.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_176.expd-card h1,
#stacks_in_176.expd-card h2,
#stacks_in_176.expd-card h3,
#stacks_in_176.expd-card h4,
#stacks_in_176.expd-card h5,
#stacks_in_176.expd-card h6 {
  font-family: inherit;
}

#stacks_in_176.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_176.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_176.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_176.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_176.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_176.expd-card .expd-card-button:hover,
#stacks_in_176.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_176.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_176 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_176 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_176 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-176.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_176.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_176.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_176.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_176.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_176.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_176.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_176.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_176.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_176.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_176.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_176.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_176.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_172.expd-card,
#stacks_in_172.expd-card * {
  box-sizing: border-box;
}

#stacks_in_172 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_172.expd-card .click-all {
  height: 100%;
}

  #stacks_in_172.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_172.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_172_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_172.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_172.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_172.expd-card * {
  pointer-events: none;
}

#stacks_in_172.expd-card .expd-open,
#stacks_in_172.expd-card [data-open='1'],
#stacks_in_172.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_172.expd-card h1,
#stacks_in_172.expd-card h2,
#stacks_in_172.expd-card h3,
#stacks_in_172.expd-card h4,
#stacks_in_172.expd-card h5,
#stacks_in_172.expd-card h6 {
  font-family: inherit;
}

#stacks_in_172.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_172.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_172.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_172.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_172.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_172.expd-card .expd-card-button:hover,
#stacks_in_172.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_172.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_172 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_172 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_172 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-172.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_172.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_172.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_172.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_172.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_172.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_172.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_172.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_172.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_172.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_172.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_172.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_172.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_344.expd-card,
#stacks_in_344.expd-card * {
  box-sizing: border-box;
}

#stacks_in_344 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_344.expd-card .click-all {
  height: 100%;
}

  #stacks_in_344.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_344.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_344_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_344.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_344.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_344.expd-card * {
  pointer-events: none;
}

#stacks_in_344.expd-card .expd-open,
#stacks_in_344.expd-card [data-open='1'],
#stacks_in_344.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_344.expd-card h1,
#stacks_in_344.expd-card h2,
#stacks_in_344.expd-card h3,
#stacks_in_344.expd-card h4,
#stacks_in_344.expd-card h5,
#stacks_in_344.expd-card h6 {
  font-family: inherit;
}

#stacks_in_344.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_344.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_344.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_344.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_344.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_344.expd-card .expd-card-button:hover,
#stacks_in_344.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_344.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_344 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_344 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_344 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-344.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_344.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_344.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_344.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_344.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_344.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_344.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_344.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_344.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_344.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_344.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_344.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_344.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_200>.s3_row {
	margin: 0 -10px;
}

#stacks_in_200>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_200>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_200>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_200>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_200>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_200>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



#stacks_in_248.expd-card,
#stacks_in_248.expd-card * {
  box-sizing: border-box;
}

#stacks_in_248 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_248.expd-card .click-all {
  height: 100%;
}

  #stacks_in_248.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_248.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_248_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_248.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_248.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_248.expd-card * {
  pointer-events: none;
}

#stacks_in_248.expd-card .expd-open,
#stacks_in_248.expd-card [data-open='1'],
#stacks_in_248.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_248.expd-card h1,
#stacks_in_248.expd-card h2,
#stacks_in_248.expd-card h3,
#stacks_in_248.expd-card h4,
#stacks_in_248.expd-card h5,
#stacks_in_248.expd-card h6 {
  font-family: inherit;
}

#stacks_in_248.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_248.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_248.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_248.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_248.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_248.expd-card .expd-card-button:hover,
#stacks_in_248.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_248.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_248 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_248 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_248 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-248.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_248.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_248.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_248.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_248.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_248.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_248.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_248.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_248.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_248.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_248.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_248.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_248.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_180.expd-card,
#stacks_in_180.expd-card * {
  box-sizing: border-box;
}

#stacks_in_180 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_180.expd-card .click-all {
  height: 100%;
}

  #stacks_in_180.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_180.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_180_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_180.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_180.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_180.expd-card * {
  pointer-events: none;
}

#stacks_in_180.expd-card .expd-open,
#stacks_in_180.expd-card [data-open='1'],
#stacks_in_180.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_180.expd-card h1,
#stacks_in_180.expd-card h2,
#stacks_in_180.expd-card h3,
#stacks_in_180.expd-card h4,
#stacks_in_180.expd-card h5,
#stacks_in_180.expd-card h6 {
  font-family: inherit;
}

#stacks_in_180.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_180.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_180.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_180.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_180.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_180.expd-card .expd-card-button:hover,
#stacks_in_180.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_180.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_180 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_180 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_180 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-180.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_180.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_180.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_180.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_180.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_180.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_180.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_180.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_180.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_180.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_180.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_180.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_180.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_212.expd-card,
#stacks_in_212.expd-card * {
  box-sizing: border-box;
}

#stacks_in_212 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_212.expd-card .click-all {
  height: 100%;
}

  #stacks_in_212.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_212.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_212_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_212.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_212.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_212.expd-card * {
  pointer-events: none;
}

#stacks_in_212.expd-card .expd-open,
#stacks_in_212.expd-card [data-open='1'],
#stacks_in_212.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_212.expd-card h1,
#stacks_in_212.expd-card h2,
#stacks_in_212.expd-card h3,
#stacks_in_212.expd-card h4,
#stacks_in_212.expd-card h5,
#stacks_in_212.expd-card h6 {
  font-family: inherit;
}

#stacks_in_212.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_212.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_212.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_212.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_212.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_212.expd-card .expd-card-button:hover,
#stacks_in_212.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_212.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_212 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_212 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_212 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-212.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_212.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_212.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_212.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_212.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_212.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_212.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_212.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_212.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_212.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_212.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_212.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_212.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_244>.s3_row {
	margin: 0 -10px;
}

#stacks_in_244>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_244>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_244>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_244>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_244>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_244>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



#stacks_in_284.expd-card,
#stacks_in_284.expd-card * {
  box-sizing: border-box;
}

#stacks_in_284 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_284.expd-card .click-all {
  height: 100%;
}

  #stacks_in_284.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_284.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_284_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_284.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_284.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_284.expd-card * {
  pointer-events: none;
}

#stacks_in_284.expd-card .expd-open,
#stacks_in_284.expd-card [data-open='1'],
#stacks_in_284.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_284.expd-card h1,
#stacks_in_284.expd-card h2,
#stacks_in_284.expd-card h3,
#stacks_in_284.expd-card h4,
#stacks_in_284.expd-card h5,
#stacks_in_284.expd-card h6 {
  font-family: inherit;
}

#stacks_in_284.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_284.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_284.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_284.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_284.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_284.expd-card .expd-card-button:hover,
#stacks_in_284.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_284.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_284 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_284 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_284 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-284.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_284.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_284.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_284.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_284.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_284.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_284.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_284.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_284.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_284.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_284.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_284.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_284.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_204.expd-card,
#stacks_in_204.expd-card * {
  box-sizing: border-box;
}

#stacks_in_204 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_204.expd-card .click-all {
  height: 100%;
}

  #stacks_in_204.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_204.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_204_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_204.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_204.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_204.expd-card * {
  pointer-events: none;
}

#stacks_in_204.expd-card .expd-open,
#stacks_in_204.expd-card [data-open='1'],
#stacks_in_204.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_204.expd-card h1,
#stacks_in_204.expd-card h2,
#stacks_in_204.expd-card h3,
#stacks_in_204.expd-card h4,
#stacks_in_204.expd-card h5,
#stacks_in_204.expd-card h6 {
  font-family: inherit;
}

#stacks_in_204.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_204.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_204.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_204.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_204.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_204.expd-card .expd-card-button:hover,
#stacks_in_204.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_204.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_204 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_204 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_204 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-204.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_204.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_204.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_204.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_204.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_204.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_204.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_204.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_204.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_204.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_204.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_204.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_204.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_256.expd-card,
#stacks_in_256.expd-card * {
  box-sizing: border-box;
}

#stacks_in_256 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_256.expd-card .click-all {
  height: 100%;
}

  #stacks_in_256.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_256.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_256_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_256.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_256.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_256.expd-card * {
  pointer-events: none;
}

#stacks_in_256.expd-card .expd-open,
#stacks_in_256.expd-card [data-open='1'],
#stacks_in_256.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_256.expd-card h1,
#stacks_in_256.expd-card h2,
#stacks_in_256.expd-card h3,
#stacks_in_256.expd-card h4,
#stacks_in_256.expd-card h5,
#stacks_in_256.expd-card h6 {
  font-family: inherit;
}

#stacks_in_256.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_256.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_256.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_256.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_256.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_256.expd-card .expd-card-button:hover,
#stacks_in_256.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_256.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_256 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_256 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_256 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-256.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_256.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_256.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_256.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_256.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_256.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_256.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_256.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_256.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_256.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_256.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_256.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_256.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_280>.s3_row {
	margin: 0 -10px;
}

#stacks_in_280>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_280>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_280>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_280>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_280>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_280>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



#stacks_in_292.expd-card,
#stacks_in_292.expd-card * {
  box-sizing: border-box;
}

#stacks_in_292 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_292.expd-card .click-all {
  height: 100%;
}

  #stacks_in_292.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_292.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_292_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_292.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_292.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_292.expd-card * {
  pointer-events: none;
}

#stacks_in_292.expd-card .expd-open,
#stacks_in_292.expd-card [data-open='1'],
#stacks_in_292.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_292.expd-card h1,
#stacks_in_292.expd-card h2,
#stacks_in_292.expd-card h3,
#stacks_in_292.expd-card h4,
#stacks_in_292.expd-card h5,
#stacks_in_292.expd-card h6 {
  font-family: inherit;
}

#stacks_in_292.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_292.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_292.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_292.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_292.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_292.expd-card .expd-card-button:hover,
#stacks_in_292.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_292.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_292 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_292 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_292 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-292.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_292.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_292.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_292.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_292.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_292.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_292.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_292.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_292.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_292.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_292.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_292.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_292.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_208.expd-card,
#stacks_in_208.expd-card * {
  box-sizing: border-box;
}

#stacks_in_208 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_208.expd-card .click-all {
  height: 100%;
}

  #stacks_in_208.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_208.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_208_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_208.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_208.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_208.expd-card * {
  pointer-events: none;
}

#stacks_in_208.expd-card .expd-open,
#stacks_in_208.expd-card [data-open='1'],
#stacks_in_208.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_208.expd-card h1,
#stacks_in_208.expd-card h2,
#stacks_in_208.expd-card h3,
#stacks_in_208.expd-card h4,
#stacks_in_208.expd-card h5,
#stacks_in_208.expd-card h6 {
  font-family: inherit;
}

#stacks_in_208.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_208.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_208.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_208.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_208.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_208.expd-card .expd-card-button:hover,
#stacks_in_208.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_208.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_208 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_208 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_208 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-208.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_208.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_208.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_208.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_208.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_208.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_208.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_208.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_208.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_208.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_208.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_208.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_208.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_326.expd-card,
#stacks_in_326.expd-card * {
  box-sizing: border-box;
}

#stacks_in_326 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_326.expd-card .click-all {
  height: 100%;
}

  #stacks_in_326.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_326.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_326_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_326.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_326.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_326.expd-card * {
  pointer-events: none;
}

#stacks_in_326.expd-card .expd-open,
#stacks_in_326.expd-card [data-open='1'],
#stacks_in_326.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_326.expd-card h1,
#stacks_in_326.expd-card h2,
#stacks_in_326.expd-card h3,
#stacks_in_326.expd-card h4,
#stacks_in_326.expd-card h5,
#stacks_in_326.expd-card h6 {
  font-family: inherit;
}

#stacks_in_326.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_326.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_326.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_326.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_326.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_326.expd-card .expd-card-button:hover,
#stacks_in_326.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_326.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_326 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_326 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_326 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-326.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_326.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_326.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_326.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_326.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_326.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_326.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_326.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_326.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_326.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_326.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_326.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_326.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_318>.s3_row {
	margin: 0 -10px;
}

#stacks_in_318>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_318>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_318>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_318>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_318>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_318>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



#stacks_in_322.expd-card,
#stacks_in_322.expd-card * {
  box-sizing: border-box;
}

#stacks_in_322 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_322.expd-card .click-all {
  height: 100%;
}

  #stacks_in_322.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_322.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_322_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_322.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_322.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_322.expd-card * {
  pointer-events: none;
}

#stacks_in_322.expd-card .expd-open,
#stacks_in_322.expd-card [data-open='1'],
#stacks_in_322.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_322.expd-card h1,
#stacks_in_322.expd-card h2,
#stacks_in_322.expd-card h3,
#stacks_in_322.expd-card h4,
#stacks_in_322.expd-card h5,
#stacks_in_322.expd-card h6 {
  font-family: inherit;
}

#stacks_in_322.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_322.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_322.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_322.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_322.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_322.expd-card .expd-card-button:hover,
#stacks_in_322.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_322.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_322 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_322 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_322 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-322.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_322.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_322.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_322.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_322.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_322.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_322.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_322.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_322.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_322.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_322.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_322.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_322.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

#stacks_in_252.expd-card,
#stacks_in_252.expd-card * {
  box-sizing: border-box;
}

#stacks_in_252 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_252.expd-card .click-all {
  height: 100%;
}

  #stacks_in_252.expd-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
   background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 1.00) 80%);
     pointer-events: none;
}

#stacks_in_252.expd-card.expd-active:after {
  display: none;
}

 #stacks_in_252_wrap.wrap-expd-card {
   width: 320px;
  height: 320px;
   margin: 10px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_252.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_252.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
  color: rgba(124, 124, 124, 1.00);
     background: rgba(255, 255, 255, 1.00);
      height: 320px;
  width: 320px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0px;
   
}

 #stacks_in_252.expd-card * {
  pointer-events: none;
}

#stacks_in_252.expd-card .expd-open,
#stacks_in_252.expd-card [data-open='1'],
#stacks_in_252.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_252.expd-card h1,
#stacks_in_252.expd-card h2,
#stacks_in_252.expd-card h3,
#stacks_in_252.expd-card h4,
#stacks_in_252.expd-card h5,
#stacks_in_252.expd-card h6 {
  font-family: inherit;
}

#stacks_in_252.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_252.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_252.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_252.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_252.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_252.expd-card .expd-card-button:hover,
#stacks_in_252.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_252.expd-card .expd-card-body-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.fixed-closestacks_in_252 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 110px;
  right: 110px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: rgba(124, 124, 124, 1.00); 
     background: rgba(255, 255, 255, 1.00);
     border-radius: 4px;
}
.expd-body .fixed-closestacks_in_252 {
  pointer-events: all;
  
  opacity: 0;
  pointer-events: none;
  
}

.expd-body.show-close .fixed-closestacks_in_252 {
  opacity: 1;
  pointer-events: all;
} 

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url(../files/headerImage-252.jpg);
  background-size: cover;
  background-position: center center;
}

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_252.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_252.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_252.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_252.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_252.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_252.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_252.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_252.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_252.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_252.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_252.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_252.expd-card.expd-active {
    top: 25.000000px;
    bottom: 25.000000px;
    left: 25.000000px;
    right: 25.000000px;
    width: calc(100vw - 50.000000px);
    height: calc(100vh - 50.000000px);
  }
}

