.repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry {
  padding: 0;
  margin-bottom: 0
}
.repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a h4 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: normal;
  border-bottom: solid #1aa2b6 7px;
  padding-bottom: 5px;font-size: 20px;
  line-height: 25px;
  color: #363636;
}
.repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry:first-child figure a h4 {
  border-bottom-color: #fd7d4a;
}
.repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
}
.repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure img {
  width: 100%;
  height: auto
}
@media (min-width: 768px) {
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure img {
    -webkit-transition: 150ms all ease-in-out;
    -o-transition: 150ms all ease-in-out;
    transition: 150ms all ease-in-out
  }
}
.repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-image: url(/application/themes/sgf/images/transparent.gif)
}
@media (min-width: 768px) {
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a {
    -webkit-transition: 150ms background ease-in-out;
    -o-transition: 150ms background ease-in-out;
    transition: 150ms background ease-in-out
  }
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a:hover h4 {
    border-bottom-color: #464646
  }
}
.repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a figcaption {
  position: absolute;
  bottom: 71px;
  left: 0;
  width: 100%;
  padding: 0 25px;
  text-align: center
}
@media (max-width: 767px) {
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a figcaption {
    bottom: 30px;
    padding: 0 15%
  }
}
@media (min-width: 768px) {
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a figcaption {
    -webkit-transition: 150ms all ease-in-out;
    -o-transition: 150ms all ease-in-out;
    transition: 150ms all ease-in-out
  }
}
.repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a h4 {
  margin-bottom: 0;
  word-spacing: 1px
}
.repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a h4:after {
  content: ">";
  margin-left: 5px
}
@media (min-width: 768px) {
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a h4 {
    -webkit-transition: 150ms border ease-in-out;
    -o-transition: 150ms border ease-in-out;
    transition: 150ms border ease-in-out
  }
}
@media (max-width: 767px) {
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure {
    height: 300px
  }
}
@media (max-width: 767px) {
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure {
    margin-bottom: 12px
  }
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a figcaption {
    padding: 0 40px
  }
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry figure a h4 {
    border: 3px solid #1aa2b6;
    padding: 15px 30px
  }
  .repeatable-content-plus.image-with-link-only .repeatable-content-plus-entry:first-child figure a h4 {
    border-color: #fd7d4a
  }
}