/* Tiled Background Image ----------------------------------------------------- */
body {
  background: transparent url(/vimages/L10/mainBodyBG.jpg) no-repeat fixed center top;
  background-color: #999; 
}



a:hover, a:active, a:focus {
  color: #fff;
}

/* Main Page Features --------------------------------------------------------- */
#features {
  padding: 10px 0 0;
}

/* Current Highlights Slider -------------------------------------------------- */
#chSlider {
  margin: 25px 0 0;
  position: relative;
}

#chSlider .chSlide {
  /* JavaScript needs these 2 rules - don't delete */
  left: 0;
  top: 0;
}

/* CH Nav Control --------------------- */
#chSlider .chSlider-controlNav {
  position: absolute;
  top: -15px;
}

#chSlider .chSlider-controlNav a {
  /* Accessibility contrast error fix */
  color: #fff;

  background: url(/vimages/L10/chSliderBullets.png) no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 10px;
  margin-right: 3px;
  position: static;
  text-indent: -999em;
  width: 10px;
}

#chSlider .chSlider-controlNav a.active {
  background-position: -10px 0;
  font-weight: bold;
}

/* CH Images -------------------------- */
#chSlider .chImg img {
  border: 1px solid #111;
  margin: 0 0 0.5em; /* Push the headline down a bit */
  max-width: 320px;
}

.mastheadStyle2 #chSlider .chImg img {
  border: 1px solid #fff;
}

/* CH Text ---------------------------- */
#chSlider .chText {
  padding: 0 0 1em;
}
body.ie8 #chSlider .chText { max-width: 320px; }

.mastheadStyle2 #chSlider .chText {
  color: #fff;
}

/* Article Headline */
#chSlider .chText h3 {
  font-size: 153.9%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* Article Tagline */
#chSlider .chText h4 {
  color: #111;
  margin: 0;
  padding: 0;
}

.mastheadStyle2 #chSlider .chText h4 {
  color: #fff;
}

/* Article Abstract */
#chSlider .chText p {
  margin-top: .5em;
}

/* Publish Date & Feedback */
#chSlider .chFooter {
  color: #fff;
  font-size: 85%;
  font-weight: bold;
}

#chSlider .chFooter .publishDate {
  color: #666;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #666;
}

.mastheadStyle2 #chSlider .chFooter .publishDate {
  color: #fff;
  border-right: 1px solid #fff;
}

#chSlider .chFooter .publishDate.noFeedback {
  border-right: 0;
}

#chSlider .chFooter img {
  padding: 0 8px 0 0;
}

/* Current Highlights - TBS Carousel */
.highlights {
  margin-bottom: 1.5em;
}

.highlights > h4 {
  color: #3305eb;
  font-size: 1.8em;
  margin: 0 0 .5em;
}

.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 #3305eb;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #3305eb;
  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: #3305eb;
  color: #fff;
}

.highlights .carousel-inner {
  clear: left;
}

.highlights .carousel-inner .item {
  height: 250px;
  padding-bottom: 15px;
  overflow: hidden;
}

.highlights-text-fade {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

  height: 85px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.highlights-text > h5, .highlights-text-no-image > h5 {
  font-size: 1.25em;
  margin: .5em 0;
}
.highlights-text-no-image > h5 { margin-top: 0; }

.highlights-read-more {
  font-weight: bold;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Custom Carousel - Multiple Columns */
.highlights-columns .carousel-indicators li { line-height: 12px; }
.highlights-columns .carousel-inner .item { padding-bottom: 0; }

.highlights-columns .carousel-control {
  background: #3305eb;
  border-color: #0d427c;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  left: auto;
  line-height: 16px;
  margin-top: 0;
  right: 35px;
  top: -39px;
  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-columns .carousel-control:hover,
.highlights-columns .carousel-control:focus {
  color: #3305eb;
}

.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... */
#chSlider .chImg img {
  max-height: 320px;
  height: auto;
}

.highlights .highlights-img img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
