/* frontpage hero */

.herocaption a, .herocaption a:visited {
  color: #fff;
  border-bottom: 1px solid #ccc!important;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.front .view-id-imagestripe {
  line-height: 0;
  position: relative;
}

img.heroframe {
  display: block;
  width:100%;
  height: auto;
}

img.herocover {
  position: absolute;
  width:100%;
  top: 0;
  height: auto;
}

.herocaption-container {
  position: absolute;
  top: 2em;
  right: 0;
  z-index: 6;
  width: 100%;
  height: auto;
  line-height: normal;
}

.herocaption-wrapper {
  width: 98%;
  max-width: 900px;
  margin: 0 auto;
}

.herocaption {
  text-transform: uppercase;
  white-space: nowrap;
  text-align: right;
  padding: 15px 0;
  font-size: 90%;
}

.herocaptionbg {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding: 8px 10px;
}

.herocaption a {
  font-weight: normal;
}

/* Hero feature */

.herobrief {
    position: relative;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    height: auto;
    padding: 20px 0;
}

.herobrief .feature-text {
    display: inline;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.herobrief .feature-link {
    display: inline;
    margin-left: 15px;
}

.herobrief a,
.herobrief a:visited {
    border-color: #666;
    color: #fff;
}

.herobrief .linkbutton,
.herobrief .linkbutton:visited {
    background: #f3c654;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #464666!important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px;
}

.herobrief .linkbutton:hover {
    background: #fc6;
}



