.tctg-c-article {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 24px; }
  .tctg-c-article__body {
    padding: 0 24px;
    padding-top: 12px; }

.tctg-c-thumbnail-with-title__inner {
  display: block;
  position: relative; }
  .tctg-c-thumbnail-with-title__inner:hover h3 {
    text-decoration: underline; }
  .tctg-c-thumbnail-with-title__inner img {
    margin: 0;
    width: 100%; }
.tctg-c-thumbnail-with-title__gallery-preview {
  width: 100%;
  padding: 0;
  margin: 0; }
  .tctg-c-thumbnail-with-title__gallery-preview:after {
    display: block;
    content: '';
    clear: both; }
  .tctg-c-thumbnail-with-title__gallery-preview li {
    display: inline-block;
    float: left;
    width: 50%; }
  .tctg-c-thumbnail-with-title__gallery-preview li.last-item {
    display: none; }
    @media only screen and (min-width: 768px) {
      .tctg-c-thumbnail-with-title__gallery-preview li.last-item {
        display: inline-block; } }
  @media only screen and (min-width: 768px) {
    .tctg-c-thumbnail-with-title__gallery-preview li {
      width: 33.333%; } }
.tctg-c-thumbnail-with-title__title-wrapper {
  position: absolute;
  display: block;
  background: url("../images/gallery-thumbnail-transition.png") repeat-x bottom center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.tctg-c-thumbnail-with-title__title-table {
  display: table;
  width: 100%;
  height: 100%; }
.tctg-c-thumbnail-with-title__title-table-row {
  display: table-row; }
.tctg-c-thumbnail-with-title__title-inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 12px; }
  @media only screen and (min-width: 992px) {
    .tctg-c-thumbnail-with-title__title-inner {
      padding: 24px 24px; } }
.tctg-c-thumbnail-with-title__title {
  margin-bottom: 0;
  color: #fff;
  line-height: 30px; }

.tctg-c-published-date-time {
  font-size: 12px;
  line-height: 24px;
  color: #577A92;
  padding: 12px;
  margin: 0;
  text-align: left;
  background-color: #1C384B; }

.tctg-c-gallery-item {
  padding: 0 10px; }
  .tctg-c-gallery-item__inner {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 3px;
    margin-bottom: 10px; }
    .tctg-c-gallery-item__inner:hover {
      text-decoration: none; }
      .tctg-c-gallery-item__inner:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border: 3px solid #DACB07; }
      .tctg-c-gallery-item__inner:hover p {
        text-decoration: none; }
    .tctg-c-gallery-item__inner img {
      margin: 0;
      width: 100%;
      height: auto; }
  .tctg-c-gallery-item__caption {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    line-height: 24px;
    color: #577A92;
    margin: 0;
    padding: 12px;
    background-color: #1C384B; }

/*# sourceMappingURL=tg_gallery_styles.css.map */
