/* Featured Articles - 2 column layout (default) */
.feature {
  padding: 20px;
}

.feature > h4 {
  margin-top: 0;
}

.feature > h3 {
  line-height: 30px;
  margin: 0 0 .25em;
}

.feature > h3 a, .feature > h4 a {
  color: #fff;
}

.feature .feature-img {
  display: block;
  margin-bottom: .75em;
}

.feature .feature-abstract .pull-right {
  clear: both;
  margin: 0;
}

.feature-read-more, .feature-read-more:hover, .feature-read-more:active {
  color: #fff;
  margin: 0;
}

/* Featured Articles - 1 column layout */
.feature-col1 .feature-img {
  margin: 0 0 1em 1em;
}

.feature-col1 > h3 {
  line-height: 30px;
  margin: 0 0 .25em;
}

.feature-col1 > h3 a {
  color: #fff;
}

.feature-col1 > h4 {
  margin: 0 0 .5em;
}

.feature-col1 .feature-abstract > p {
  margin-top: 10px;
}

/* Current Highlights */
.highlights {
  padding: 20px;
}

.tab-pane > .highlights,
.accordion-inner > .highlights {
  padding: 0;
}

.highlights > h4 {
  margin-top: 0;
}

.highlights .carousel {
  line-height: inherit;
  margin-bottom: 0;
}

.highlights .carousel-indicators {
  margin-bottom: .5em;
  position: static;
}

.highlights .carousel-indicators li {
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  line-height: 15px;
  margin: 0 5px 5px 0;
  padding: 0 4px;
  text-indent: inherit;
  width: auto;
}

.highlights .carousel-indicators .active {
  background-color: #fff;
  color: #333;
}

.highlights .carousel-inner {
  clear: left;
}

.highlights .carousel-inner .item {
  height: 375px;
  padding-bottom: 20px;
  overflow: hidden;
}
.span8 > .highlights .carousel-inner .item { height: 300px; }

.highlights-text-fade {
  background: -moz-linear-gradient(top,  rgba(106,13,18,0) 0%, rgba(106,13,18,1) 85%, rgba(106,13,18,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,25,39,0)), color-stop(85%,rgba(106,13,18,1)), color-stop(100%,rgba(106,13,18,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(106,13,18,0) 0%,rgba(106,13,18,1) 85%,rgba(106,13,18,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(106,13,18,0) 0%,rgba(106,13,18,1) 85%,rgba(106,13,18,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(106,13,18,0) 0%,rgba(106,13,18,1) 85%,rgba(106,13,18,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(106,13,18,0) 0%,rgba(106,13,18,1) 85%,rgba(106,13,18,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006a0d12', endColorstr='#6a0d12',GradientType=0 ); /* IE6-9 */

  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.tab-pane .highlights-text-fade,
.accordion-inner .highlights-text-fade {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 85%, rgba(0,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff000000',GradientType=0 ); /* IE6-9 */
}

.highlights-text-no-image > h5 {
  margin-top: 0;
}

.highlights-text > h5 a, .highlights-text-no-image > h5 a {
  color: #000;
}

.tab-pane .highlights-text > h5 a, .tab-pane .highlights-text-no-image > h5 a,
.accordion-inner .highlights-text > h5 a, .accordion-inner .highlights-text-no-image > h5 a {
  color: #fff;
}

.highlights-read-more {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.highlights-read-more a, .highlights-read-more a:hover, .highlights-read-more a:active {
  color: #000;
}

.tab-pane .highlights-read-more a, .tab-pane .highlights-read-more a:hover, .tab-pane .highlights-read-more a:active,
.accordion-inner .highlights-read-more a, .accordion-inner .highlights-read-more a:hover, .accordion-inner .highlights-read-more a:active {
  color: #fff;
}

/* Custom Carousel - Multiple Columns */
.highlights-columns .carousel-indicators li { line-height: 12px; }
.highlights-columns .carousel-indicators .active { background-color: #c4b16f; }
.highlights-columns .carousel-inner .item { padding-bottom: 0; }

.highlights-columns .carousel-control {
  font-size: 20px;
  height: 20px;
  left: auto;
  line-height: 16px;
  margin-top: 0;
  right: 35px;
  top: -32px;
  width: 20px;

  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  transition: .3s opacity ease;
}
.highlights-columns .carousel-control.right { right: 0; }

.highlights .carousel-inner .item-column,
.highlights .carousel-inner .item-column * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.highlights .carousel-inner .item-column {
  float: left;
  height: 100%;
  overflow: hidden;
  padding: 0 0 20px 15px;
  position: relative;
}

.highlights .carousel-inner .item-column:first-child {
  padding-left: 0;
}

.highlights .item-column-2 { width: 50%; }
.highlights .item-column-3 { width: 33.333%; }
.highlights .item-column-4 { width: 25%; }
.highlights .item-column-5 { width: 20%; }
.highlights .item-column-6 { width: 16.666%; }
.highlights .item-column-7 { width: 14.285%; }
.highlights .item-column-8 { width: 12.5%; }

/* L-SOCSAPP - Update script appending... */
.highlights .highlights-img img {
  max-width: 100%;
  height: auto;
  max-height: 279px;
}
