/* Content Slider */ 

.slidetextontop .hpsliderbody{
  padding: 0 10%;
}
.slidewtxtsbs .sliderwtextcon{
  display: flex;
  width: 80%;
  margin: 0 auto;
  float: inherit;
  background: #fff;
}
.slidetextonleft .sliderwtextcon{
  flex-direction: row-reverse;
}
.slidetextalternate ul.slides li:nth-child(even) .sliderwtextcon {
  flex-direction: row-reverse;
}
.slidewtxtsbs  .slidewtxtimg,
.slidewtxtsbs  .slidewtxtimg{
  width: 50%;
}
.slidewtxtsbs .slidewtxttext{
  width: 50%;
  padding: 1.5rem;
  background: #fff;
}
.slidewtxtsbs.splitthirtythree .slidewtxtimg{
  width: 33%;
}
.slidewtxtsbs.splitthirtythree .slidewtxttext{
  width: 67%;
  background: none;
}
.slidewtxtsbs.splitthirtythree .sliderwtextcon{
  background: none;
}
.slidewtxtsbs.splitthirtythree .sliderwtextcon {
  align-items: center;
}

.flexshowicon .flex-direction-nav a{
  display: initial;
}
.flexshowicon .flex-direction-nav a.flex-prev{
  background: url("../../images/icons/arrow-blue-left-circle.svg") no-repeat;
  margin-left: 0;
  left: 0;
}
.flexshowicon .flex-direction-nav a.flex-next{
  background: url("../../images/icons/arrow-blue-right-circle.svg") no-repeat;
  margin-right: 0;
  right: 0;
}
.flexshowicon .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}
.flexshowicon .flex-direction-nav a{
  opacity: 1 !important;
  border-bottom: none;
  margin: -30px 0 0;
}

.no-image .flex-direction-nav a.flex-prev{
  background: url(../images/icons/arrow-blue-left-circle.svg) no-repeat;
}
.no-image .flex-direction-nav a.flex-next{
  background: url(../images/icons/arrow-blue-right-circle.svg) no-repeat;
}

.no-image #contentslider{
  padding-bottom: 2rem;
}
.no-image .flexslider .flex-control-nav {
  bottom: 0;
}

.flex-direction-nav a,
.flex-direction-nav a:hover{
  border: none;
}

.hpsliderbodycon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.hpsliderbody h2,
.hpsliderbody h4,
.hpsliderbody h3 {
  color: #FFF;
  margin-bottom: 0;
}

.hpsliderbody h2 + *,
.hpsliderbody h4 + *,
.hpsliderbody h3 + * {
  margin-top: 30px;
}

.view-content-slider.slidetextontop .hpsliderbodycon {
  align-items: flex-start;
}

.view-content-slider .hpsliderbodycon .hpsliderbody {
  font-size: 14px;
  line-height: 20px;
  background: none;
  padding: 20px;
  margin: 20px;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
}

.view-content-slider .hpsliderbodycon .hpsliderbody p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}

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

  .slidewtxtsbs .sliderwtextcon{
      display: inherit;
  }
  .slidewtxtsbs  .slidewtxtimg{
      width: 80%;
      margin: 0 auto;
  }
  .slidewtxtsbs .slidewtxttext{
      width: 100%;
  }

  .slidewtxtsbs.splitthirtythree .slidewtxtimg {
      width: 80%;
      margin: 0 auto;
  }
  .slidewtxtsbs.splitthirtythree .slidewtxttext {
      width: 100%;
      background: none;
  }
}
