/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
}
#carousel {
  height:280px;
  width: 960px;
  position:relative;
  font-size:12px;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 0;
  text-align: justify;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  cursor:pointer;
}
.carousel-feature {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
}
.carousel-feature p {
  margin:0;
  padding:5px;
  font-size:14px;
  color: #3A4246;
  text-align: center;
  line-height: 1.5;
  font-family: 'PT Sans', sans-serif;
}
#carousel-left {
  position:absolute;
  bottom:-20px;
  left:50px;
  cursor:pointer;
  z-index: 5;
}
#carousel-right {
  position:absolute;
  bottom:-20px;
  right:50px;
  cursor:pointer;
  z-index: 5;
}
.carousel-container h1 {
    font-size: 60px;
    color: #004684;
    margin: 0px;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    text-align: center;
}
.carousel-container h2 {
    font-family: 'PT Serif', serif;
    font-size: 50px;
    color: #637eba;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
    padding-top: 20px;
    font-weight: normal;
}
.carousel-container h3 {
    font-family: 'PT Serif', serif;
    font-size: 30px;
    color: #797979;
    font-weight: normal;
}
.carousel-container h4
{
    font-size: 25px;
    color: #637eba;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
