/* Section Images (5 BUCKETS) ------------------------------------------------- */
#sectionImages {
background: #217108; 
background: -moz-linear-gradient(top, #217108 0%, #217108 75%, #ffffff 100%);
background: -webkit-linear-gradient(top, #217108 0%, #217108 75%, #ffffff 100%);
background: linear-gradient(to bottom, #217108 0%, #217108 75%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#217108', endColorstr='#ffffff',GradientType=0 );
}

#sectionImages img {
  border: 2px solid #fff;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  float: left;
  margin: 11px 5px 0 0;
  width: 182px;
}
#sectionImages img.first { margin-left: 5px; }

/* Main Page Features -------------------------------------------------------- */
#mpContainer {
  min-height: 300px;

  /* DROP-DOWN: The top padding will need to be adjusted if the height of the drop-down menu is changed. */
  padding: 135px 8px 0;
}

#mpContainer.noSectionImages {
  /* DROP-DOWN: The top padding will need to be adjusted if the height of the drop-down menu is changed. */
  padding-top: 230px;
}

#features {
  float: left;
  width: 625px;
}

/* Current Highlights - Default */
.ch {
  background: transparent url(/vimages/L9/chBG.jpg) no-repeat;
  clear: right;
  float: right;
  margin: 0 0 10px 15px;
  padding: 8px 10px;
  width: 284px;

  /* Cross-browser min-height */
  min-height: 145px;
  height: auto !important;
  height: 145px;
}

.ch h2 {
  color: #217108;
  font-size: 24px;
  margin: 0 0 .5em;
  text-align: center;
}

.panel-body .chArticle,
.ch .chArticle {
  margin-bottom: 1em;
}

.panel-body .chArticle h3,
.ch .chArticle h3 {
  margin: 0;
}

.panel-body .chArticle p,
.ch .chArticle p {
  font-style: italic;
  padding-left: 5px;
}

/* Current Highlights - in accordion */
#fp-accordion {
  clear: right;
  float: right;
  margin: 0 0 10px 15px;
  width: 284px;
}

#fp-accordion .panel-default {
  border-color: #217108;
  overflow: visible; /* weather forecast popup needs this to be visible */
}

#fp-accordion .panel-default > .panel-heading {
  background-color: #217108;
  color: #fff;
}

#fp-accordion .panel-title > a {
  display: block;
}

#fp-accordion .panel-title > a:hover, #fp-accordion .panel-title > a:focus {
  text-decoration: none;
}

#fp-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #217108;
}

#fp-accordion .panel-body {
  padding: 10px;
}

/* Current Highlights - TBS Carousel */
.highlights {
  background: transparent url(/vimages/L9/featuresBG.jpg) no-repeat;
  margin-bottom: 3em;
  padding: 8px 0 0 10px;
}

.highlights > h4 {
  color: #217108;
  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 #217108;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #217108;
  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: #217108;
  color: #fff;
}

.highlights .carousel-inner {
  clear: left;
}

.highlights .carousel-inner .item {
  height: 300px;
  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: #91ceff;
  border-color: #217108;
  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: #217108;
}

.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%; }

/* vList - Privacy Policy & More Info ----------------------------------------- */
#mpContainer #sectionName {
  border-bottom: 1px solid #CCC;
  color: #217108;
  margin: 0 0 10px;
  padding: 5px;
  text-transform: uppercase;
}

#mpContainer #mainContent {
  padding: 10px 10px 20px;
}

#mpContainer #mainContent h1 {
  margin-top: 0;
}

#mpContainer #privacyNote {
  font-size: .85em;
  text-indent: 10px;
}

/* vButtons - in accordion ---------------------------------------------------- */
.vbuttons-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vbuttons-accordion li + li {
  border-top: 1px solid #474c5c;
}

.vbuttons-accordion li a {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  transition: .3s all ease;
}

.vbuttons-accordion li a:hover,
.vbuttons-accordion li a:focus {
  background-color: #217108;
  color: #fff;
}

/* L-SOCSAPP - Update script appending... */
.highlights .highlights-img img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
