.block-hero-slideshow .hero-slide-wrapper .hero-content-wrapper {
  bottom: 0;
  box-sizing: border-box;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  left: 0;
  padding: 0 2rem 6rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

.block-hero-slideshow .hero-slide-wrapper .hero-title {
  color: #fff;
  font-family: 'brandon_grotesquebold', Tahoma, 'DejaVu Sans', sans-serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.block-gallery-slideshow .hero-slide-wrapper .hero-content-wrapper {
  padding: 2rem 6rem 4rem;
}
.block-hero-slideshow .hero-slide-wrapper .hero-content-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+28 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 45%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 45%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 45%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  bottom: 0;
  box-sizing: border-box;
  font-family: 'lato', Helvetica, Arial, sans-serif;
  left: 0;
  padding: 0 2rem 6rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.block-gallery-slideshow .flexslider .flex-direction-nav a {
  bottom: inherit;
  top: 10%;
}