/* custom slider css */
#sliderContainer{
  height:656px;
  height:51.5vw ;

  overflow:hidden;
  margin:0px;
  position:relative;
  z-index:0;
  border-bottom:1px solid #d8d8d8;
}


/* Safari 6.1-7.0 */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-color-index:0){
   #sliderContainer {(;
      height:656px;
    );}
}


.contentdiv{
  background-position: 50% 50%;
  background-position:center top;
  background-size:100% auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.sliderPrev{  display:none;margin-left:0px; z-index:400000;}

.sliderNext{  display:none;margin-right:0px;  z-index:400000;}

/* -------------------------- */

.sliderwrapper{
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  width: 100%; /*width of featured content slider*/
  height:656px;
  height:100%;
}



.sliderwrapper .contentdiv{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  padding: 0px;
  background: #f6f6f6;
  background-position:top center;
  /*background-repeat:no-repeat;*/
  background-size:cover;
  /*background-size:100% 100%;*/

  width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 100%;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.pagination{
  margin:0px;
  z-index:4000;
  position:relative;
  top:-70px;
  text-align:center;

}

.pagination > a{
  display:inline-block;
  text-decoration: none;
  color: #00007D;
  background: white;
  background:url(../images/slides/dot_off.png);
  z-index:10 !important;
}

.pagination > a:hover, .pagination > a.selected{
  color: #000;
  background-color: #FEE496;
  background:url(../images/slides/dot_on.png);
}

.toc{
  background:url(../images/slides/dot_off.png);
  width:23px;
  height:19px;
  display:block;
}


.prev{

  background:none !important;
  float:left;
  margin-top:-200px;
}
.next{

  background:none !important;
  float:right;
  margin-top:-200px;
}


@media screen and (max-width: 1024px) {
  #sliderContainer,.sliderwrapper,.contentdiv{
    height:450px;
    background-size:cover;
  }
}

@media screen and (max-width: 768px) {

  #sliderContainer{
    height:350px;
  }
  .bannerQuote{
    margin-top:30px;
  }

}
