/* Main Page Features --------------------------------------------------------- */
#features {
  padding: 10px 0 0;
}

/* Current Highlights Slider -------------------------------------------------- */
#chSlider {
  margin: 30px 0 0;
  position: relative;
}

#chSlider .chSlide {
  height: 350px; /* Set a fixed height for each "slide" */
  overflow: hidden;

  /* JavaScript needs these 2 rules - don't delete */
  left: 0;
  top: 0;

  /* Firefox/IE need this width on the "container" to keep wider images inside it from displaying large and then shrinking to fit */
  width: 100%;
}

/* CH Nav Control --------------------- */
#chSlider .chSlider-controlNav {
  position: absolute;
  top: -20px;
}

#chSlider .chSlider-controlNav a {
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e325c;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin: 1px;
  text-indent: -99999px;
  width: 8px;
}

#chSlider .chSlider-controlNav a.active {
  background-color: #1e325c;
  color: #fff;
  height: 10px;
  margin: 0;
  position: relative;
  top: -1px;
  width: 10px;
}

/* CH Images -------------------------- */
#chSlider .chImg img {
  margin: 0 0 0.5em; /* Push the headline down a bit */
  max-width: 100%;
  max-height: 250px;
  height: auto;
}

/* CH Text ---------------------------- */
#chSlider .chText {
  padding: 0 0 1em;
}

/* 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;
}

/* Article Abstract */
#chSlider .chText p {
  margin-top: .5em;
}

/* Publish Date & Feedback */
#chSlider .chFooter {
  color: #1e325c;
  font-size: 85%;
  font-weight: bold;
}

#chSlider .chFooter .publishDate {
  color: #666;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #666;
}

#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: #1e325c;
  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 #1e325c;
  border-radius: 12px;
  color: #1e325c;
  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: #1e325c;
  color: #fff;
}

.highlights .carousel-inner {
  clear: left;
}

.highlights .carousel-inner .item {
  height: 250px;
  padding-bottom: 15px;
  overflow: hidden;
}

.highlights-text-fade {
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%, #fff 85%, #fff 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 85%, #fff 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: #91ceff;
  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;
  transition: .3s opacity ease;
}
.highlights-columns .carousel-control.right { right: 0; }

.highlights-columns .carousel-control:hover,
.highlights-columns .carousel-control:focus {
  color: #0d427c;
}

.highlights .carousel-inner .item-column,
.highlights .carousel-inner .item-column * {
  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%; }

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

