/* custom slider css */
#sliderContainer{
  height:656px;
  height:inherit;
  height:100%;
  overflow:hidden;
  margin:0px;
  position:relative;
  overflow:hidden;
  z-index:0;
}

.contentdiv{
  background-position:top center;
}

.sliderPrev{margin-left:0px; z-index:400000;}

.sliderNext{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:700px;
  height:inherit;
}



.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:center 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:-30px;
  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;
    height:inherit;
    background-size:cover;
  }
}

@media screen and (max-width: 768px) {

  #sliderContainer{
    height:350px;
    height:inherit;
    height:100%;
  }
  .bannerQuote{
    margin-top:30px;
  }

}
