ul.elastic-grid {
  font-size: 0;
  position: relative;
}

li.column {
  font-size: 13px;
}

.column.col-lg-3 {
  float: none;
  position: static;
}

.elastic-grid-thumbnail {
  background: #E6E7E8;
  border: 1px solid #ADAEB2;
  color: #333;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}

  .elastic-grid-thumbnail .views-field {
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
  }

  .elastic-grid-thumbnail h2.views-field {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .elastic-grid-thumbnail:hover {
    background: #FFF;
    border-color: #000;
  }

.elastic-grid .image-exhibitor {
  background: #FFF;
  padding: 10px 0;
}

.elastic-grid .image-exhibitor {
  margin: 10px 0;
}

.elastic-grid .image-product {
  text-align: center;
  background: #FFF;
}

.veg-thumbnail-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.veg-close {
  height: 25px;
  right: 20px;
  top: 5px;
  width: 25px;
}

.elastic-grid-expanded {
  background-color: transparent;
  padding: 0 15px;
}

.veg-expanded .veg-thumbnail-pointer {
  border-bottom-color: #333;
  margin-top: -30px;
}

.elastic-grid-expanded-inner {
  background-color: #333;
  color: #CCC;
  display: inline-block;
  width: 100%;
  padding: 30px;
}

.veg-close::before,
.veg-close::after {
  height: 2px;
}

.veg-close:hover::before,
.veg-close:hover::after {
  background: #FFF;
}

.btn-default {
  background-color: #808284;
  color: #FFF;
  margin-top: 5px;
}

.elastic-grid-expanded-inner,
.elastic-grid-expanded-inner p {
  line-height: 1.3;
}

.elastic-grid-thumbnail:hover,
.veg-expanded .elastic-grid-thumbnail {
  background: #FFF;
  border-color: #000;
}

/* Product Specific CSS */
@media (min-width: 768px) {
  .page-products .elastic-grid-thumbnail {
    min-height: 225px;
  }
}

.page-products .elastic-grid-thumbnail .views-field-field-related-exhibitor-title {
  font-size: 14px;
}

.page-products .views-field-field-related-exhibitor-field-booth-number {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 15px;
}

.page-products .elastic-grid-expanded-inner .btn-standard {
  border: 1px solid #FFF;
  background-color: #333;
  color: #FFF;
  margin-left: 0;
  margin-right: 0;
}

  .page-products .elastic-grid-expanded-inner .btn-standard:hover {
    background-color: #FFF;
    color: #333;
  }

.page-products .elastic-grid-expanded-inner .categories,
.page-products .elastic-grid-expanded-inner .exhibitors-link {
  font-size: 14px;
  margin-bottom: 18px;
}

  .page-products .elastic-grid-expanded-inner .exhibitors-link .btn-standard {
    text-align: center;
  }

/* Speaker Specific CSS */
@media (max-width: 767px) {
  .page-speakers .node-session.node-teaser {
    padding-left: 0;
    padding-right: 0;
  }

    .page-speakers .node-session.node-teaser .teaser-content div:first-child {
      padding-right: 0;
    }
}

.page-speakers .elastic-grid-thumbnail .views-field-field-speaker-image img,
.page-products .elastic-grid-thumbnail .image-product img {
  width: 100%;
  height: auto;
}

.page-speakers .node-session.node-teaser {
  margin: 5px 0;
}

  .page-speakers .node-session.node-teaser .teaser-content {
    border-top: 1px solid;
  }

    .page-speakers .node-session.node-teaser .teaser-content div:first-child {
      padding-left: 0;
    }

    .page-speakers .node-session.node-teaser .teaser-content div:last-child {
      padding-right: 0;
    }

.page-speakers .field-name-body {
  margin-top: 20px;
}

.page-speakers .views-field.views-field-field-speaker-image {
  padding-left: 0;
  padding-right: 0;
}

.page-speakers .views-field.views-field-field-job-title {
  font-size: 12px;
  font-weight: bold;
}

.page-speakers .views-field.views-field-field-company {
  font-size: 14px;
  padding-bottom: 15px;
}

.page-speakers .row {
  margin-bottom: 10px;
}

.page-speakers .teaser-readmore a,
.page-speakers h2.teaser-title a {
  color: #FFF;
}

.page-speakers .elastic-grid-expanded-inner h2.teaser-readmore,
.page-speakers .elastic-grid-expanded-inner h2.teaser-title:hover {
  text-decoration: underline;
}

.page-speakers .elastic-grid-expanded-inner > .row:not(:last-child) .teaser-content > div {
  margin-bottom: 10px;
}

﻿ul.elastic-grid {
  font-size: 0;
  position: relative;
}

li.column {
  font-size: 13px;
}

.column.col-lg-3 {
  float: none;
  position: static;
}

.elastic-grid-thumbnail {
  background: #E6E7E8;
  border: 1px solid #ADAEB2;
  color: #333;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}

  .elastic-grid-thumbnail .views-field {
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
  }

  .elastic-grid-thumbnail h2.views-field {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .elastic-grid-thumbnail:hover {
    background: #FFF;
    border-color: #000;
  }

.elastic-grid .image-product,
.elastic-grid .image-exhibitor {
  background: #FFF;
  padding: 10px 0;
}

.elastic-grid .image-exhibitor {
  margin: 10px 0;
}

.elastic-grid .image-product {
  text-align: center;
}

.veg-thumbnail-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.veg-close {
  height: 25px;
  right: 20px;
  top: 5px;
  width: 25px;
}

.elastic-grid-expanded {
  background-color: transparent;
  padding: 0 15px;
}

.veg-expanded .veg-thumbnail-pointer {
  border-bottom-color: #333;
  margin-top: -30px;
}

.elastic-grid-expanded-inner {
  background-color: #333;
  color: #CCC;
  display: inline-block;
  width: 100%;
  padding: 30px;
}

.veg-close::before,
.veg-close::after {
  height: 2px;
}

.veg-close:hover::before,
.veg-close:hover::after {
  background: #FFF;
}

.btn-default {
  background-color: #808284;
  color: #FFF;
  margin-top: 5px;
}

.elastic-grid-expanded-inner,
.elastic-grid-expanded-inner p {
  line-height: 1.3;
}

.elastic-grid-thumbnail:hover,
.veg-expanded .elastic-grid-thumbnail {
  background: #FFF;
  border-color: #000;
}

/* Product Specific CSS */
@media (min-width: 768px) {
  .page-products .elastic-grid-thumbnail {
    min-height: 225px;
  }
}

.page-products .elastic-grid-thumbnail .views-field-field-related-exhibitor-title {
  font-size: 14px;
}

.page-products .views-field-field-related-exhibitor-field-booth-number {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 15px;
}

.page-products .elastic-grid-expanded-inner .btn-standard {
  border: 1px solid #FFF;
  background-color: #333;
  color: #FFF;
  margin-left: 0;
  margin-right: 0;
}

  .page-products .elastic-grid-expanded-inner .btn-standard:hover {
    background-color: #FFF;
    color: #333;
  }

.page-products .elastic-grid-expanded-inner .categories,
.page-products .elastic-grid-expanded-inner .exhibitors-link {
  font-size: 14px;
  margin-bottom: 18px;
}

  .page-products .elastic-grid-expanded-inner .exhibitors-link .btn-standard {
    text-align: center;
  }

/* Speaker Specific CSS */
@media (max-width: 767px) {
  .page-speakers .node-session.node-teaser {
    padding-left: 0;
    padding-right: 0;
  }

    .page-speakers .node-session.node-teaser .teaser-content div:first-child {
      padding-right: 0;
    }
}

.page-speakers .elastic-grid-thumbnail .views-field-field-speaker-image img {
  width: 100%;
  height: auto;
}

.page-speakers .node-session.node-teaser {
  margin: 5px 0;
}

  .page-speakers .node-session.node-teaser .teaser-content {
    border-top: 1px solid;
  }

    .page-speakers .node-session.node-teaser .teaser-content div:first-child {
      padding-left: 0;
    }

    .page-speakers .node-session.node-teaser .teaser-content div:last-child {
      padding-right: 0;
    }

.page-speakers .field-name-body {
  margin-top: 20px;
}

.page-speakers .views-field.views-field-field-speaker-image {
  padding-left: 0;
  padding-right: 0;
}

.page-speakers .views-field.views-field-field-job-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;
}

.page-speakers .views-field.views-field-field-company {
  font-size: 12px;
}

.page-speakers .teaser-readmore a,
.page-speakers h2.teaser-title a {
  color: #FFF;
}

.page-speakers .elastic-grid-expanded-inner h2.teaser-readmore,
.page-speakers .elastic-grid-expanded-inner h2.teaser-title:hover {
  text-decoration: underline;
}

.page-speakers .elastic-grid-expanded-inner > .row:not(:last-child) .teaser-content > div {
  margin-bottom: 10px;
}
