/********* RS-SLIDER BASE STYLES ************/

.presentationWrapper {
  padding: 8px 0 16px 0;
}

.slideImgWrapper {
  margin-left: 0 !important;
}

.slideImg {
  overflow: hidden;
}

.activeSlider.slideImg .slideCopy,
.slideImg:hover .slideCopy {
  width: 95%;
  background: url(/images/orbit/slideCopyActiveBg.png) repeat left bottom !important;
  opacity: 1;
}

.activeSlider.slideImg a .slideCopy,
.slideImg:hover a .slideCopy {
  color: #ffffff;
}

.thumbnails.activeThumb a {
  font-weight: 700;
}

/**************** Presentation Reset ****************/

.rs-wrap:after,
.rs-slider:after,
.rs-thumbwrap:after,
.rs-arrows:after,
.rs-caption:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: ".";
  visibility: hidden;
}

/**************** Presentation Base ****************/

.rs-slider {
  padding: 0;
  margin: 0;
}

.rs-wrap {
  position: relative;
  max-width: 100%;
  background-color: #fff;
}

.rs-slide-bg {
  *zoom: 1;
}

.rs-slider > li > a {
  display: block;
}

.rs-slider > li {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 -100% 0 0;
  list-style: none;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.rs-slider > li > a {
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.rs-slider > li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -ms-interpolation-mode: bicubic;
}

/**************** Presentation Captions ****************/

.rs-caption {
  position: absolute;
  bottom: -9px;
  left: -12px;
  width: 101.7%;
  max-height: 100%;
  padding: 31px 0 31px 12px;
  overflow: auto;
  font-size: 13px;
  color: #fff;
  background: url(/images/orbit/rs-captionBg.png) no-repeat 0 0px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.rs-caption h1 {
  padding: 0 0 0 10px;
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 30px;
  color: #4D4D4D;
}

.rs-caption p {
  padding: 0 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  color: #4D4D4D;
}

.rs-caption a {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}

/******bluish teal******/

.rs-caption a.bg1 {
  display: block;
  float: right;
  width: 70%;
  padding: 10px 0;
  margin: 0 0 1% 0;
  text-align: center;
  background-color: #849EAD;
}

/******red******/

.rs-caption a.bg2 {
  display: block;
  float: right;
  width: 70%;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

/*darker blue*/

.rs-caption a.bg1:hover {
  background-color: #768E99;
}

.rs-caption.rs-top-left {
  top: 0;
  bottom: auto;
}

.rs-caption.rs-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.rs-caption.rs-bottom-left {
  bottom: 0;
  left: 0;
}

.rs-caption.rs-bottom-right {
  right: 0;
  left: auto;
  border-right: none;
  border-bottom: none;
}

.rs-caption.rs-top {
  top: 0;
  bottom: auto;
  width: 100%!important;
}

.rs-caption.rs-bottom {
  width: 100%!important;
}

.rs-caption.rs-left {
  top: 0;
  height: 100%;
}

.rs-caption.rs-right {
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
}

/**************** Presentation Pager ****************/

.rs-pager {
  width: auto;
  height: 30px;
  background: blue;
}

.rs-button {
  float: left;
  width: 15px;
  height: 15px;
  background: red;
}

.rs-action_button {
  background: orange;
}

/***************** Grid *****************/

.rs-grid {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rs-gridlet {
  position: absolute;
  opacity: 1;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .rs-caption {
    width: 102.2%;
  }
}

@media screen and (max-width: 767px) {
  .rs-caption {
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 100%;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    overflow: hidden;
    background: url(/images/orbit/rs-captionSmBg.png) repeat center center;
  }
  .rs-caption h1 {
    padding: 6px 0 0 10px;
    margin-bottom: 0;
    line-height: 31px;
  }
  .rs-caption p {
    padding: 0 0 0 10px;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .rs-caption a.bg1 {
    float: left;
  }
}

/*******slider nav buttons*****/

.slider-nav {
  position: absolute;
  top: 4px;
  left: 135%;
  z-index: 99;
  display: block;
  height: 100%;
}

.slider-nav .left {
  position: absolute;
  top: 83%;
  left: -31px;
  width: 25px;
  height: 51px;
  background: url(/images/orbit/down-arrow.jpg) no-repeat right bottom;
}

.slider-nav .left:hover {
  background: url(/images/orbit/down-arrowHover.jpg) no-repeat right bottom;
}

.slider-nav .right {
  position: absolute;
  top: 4%;
  left: -31px;
  width: 25px;
  height: 51px;
  background: url(/images/orbit/up-arrow.jpg) no-repeat right top;
}

.slider-nav .right:hover {
  background: url(/images/orbit/up-arrowHover.jpg) no-repeat right top;
}

.mobile-slider-nav {
  display: none;
}

@media only screen and (min-width: 930px) and (max-width: 959px) {
  .slideWrapper {
    height: auto;
    clear: both;
  }
  .slider-nav {
    top: 10px;
    left: 136.2%;
  }
  .slider-nav .left {
    position: absolute;
    top: 77%;
    left: -37px;
    width: 25px;
    height: 51px;
    background: url(/images/orbit/down-arrow.jpg) no-repeat right bottom;
  }
  .slider-nav .right {
    position: absolute;
    top: 4%;
    left: -37px;
    width: 25px;
    height: 51px;
    background: url(/images/orbit/up-arrow.jpg) no-repeat right top;
  }
}

@media only screen and (min-width: 865px) and (max-width: 929px) {
  .slider-nav .left {
    position: absolute;
    top: 77%;
    left: -28px;
    width: 25px;
    height: 51px;
    background: url(/images/orbit/down-arrow.jpg) no-repeat right bottom;
  }
  .slider-nav .right {
    position: absolute;
    top: 4%;
    left: -28px;
    width: 25px;
    height: 51px;
    background: url(/images/orbit/up-arrow.jpg) no-repeat right top;
  }
}

@media only screen and (min-width: 801px) and (max-width: 864px) {
  .slider-nav .left {
    left: -24px;
  }
  .slider-nav .right {
    left: -24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .slider-nav .left {
    position: absolute;
    top: 77%;
    left: -21px;
    width: 25px;
    height: 51px;
    background: url(/images/orbit/down-arrow.jpg) no-repeat right bottom;
  }
  .slider-nav .right {
    position: absolute;
    top: 4%;
    left: -21px;
    width: 25px;
    height: 51px;
    background: url(/images/orbit/up-arrow.jpg) no-repeat right top;
  }
}

@media only screen and (max-width: 767px) {
  .slider-nav {
    display: none;
  }
  .mobile-slider-nav {
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
  }
  .mobile-slider-nav .right {
    position: absolute;
    top: 100px;
    right: 0;
    left: auto;
    width: 30px;
    height: 60px;
    background: url(/images/orbit/right-mobile-arrow.png) no-repeat right center;
  }
  .slider-nav .right:hover {
    background: url(/images/orbit/right-mobile-arrow.png) no-repeat right center;
  }
  .mobile-slider-nav .left {
    position: absolute;
    top: 100px;
    left: 0;
    width: 30px;
    height: 60px;
    background: url(/images/orbit/left-mobile-arrow.png) no-repeat left center;
  }
  .mobile-slider-nav .left:hover {
    background: url(/images/orbit/left-mobile-arrow.png) no-repeat left center;
  }
}

/******right column styles***/

.slideImg {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 3px 10px;
}

.slideImg .slideCopy {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 95%;
  background: url(/images/orbit/slideCopyBg.png) repeat left bottom;
}

.slideImg a .slideCopy {
  padding: 5px 5px 10px 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  color: #1A1A1A;
}

@media only screen and (max-width: 767px) {
  .presentationWrapper {
    position: relative;
    padding: 8px 0;
  }
  .slideImg {
    width: 20px;
    height: 20px !important;
    overflow: visible;
    background: #FFFFFF;
  }
  .slideImg:hover,
  .slideImg.activeSlider {
    width: 20px;
    height: 20px !important;
    background: #B32317;
  }
  .slideImg img,
  .slideImg .slideCopy {
    display: none;
  }
  .rs-wrap {
      margin-bottom: 5px;
  }

  .rs-slide-bg {
      margin-bottom: 6px;
  }
}

/****category template slideshow***/

.eventHighlight .rs-wrap {
  width: auto !important;
}

.eventHighlight .rs-slider2 img {
  padding: 10px 0 0 0;
}

/* Fix for homepage slider not loading properly at times - force width on desktop version */
@media only screen and (min-width: 768px) {
	#presentation .rs-wrap {
		width: 724px !important;
	}
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
