/**
 * @file
 * Visual styles for Enterprise+'s slider revolution.
 */
.slider-revolution-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: center;
}
.slider-revolution {
  position: relative;
  overflow: visible;
}
.slider-revolution img {
  max-width: none!important;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border: none;
}
.slider-revolution .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
}
.slider-revolution > ul,
.slider-revolution-wrapper > ul,
.slider-revolution > ul > li,
.slider-revolution > ul > li:before {
  list-style: none!important;
  position: absolute;
  margin: 0px!important;
  padding: 0px!important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none!important;
  background-image: none;
  background-position: 0px 0px;
  text-indent: 0em;
  top: 0px;
  left: 0px;
}
.slider-revolution > ul > li,
.slider-revolution > ul > li:before {
  visibility: hidden;
}
.slider-revolution li.tp-revslider-slidesli {
  position: absolute!important;
}
.slider-revolution .tp-caption,
.slider-revolution .caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
}
.slider-revolution .tp-mask-wrap .tp-caption,
.slider-revolution .tp-mask-wrap *:last-child,
.wpb_text_column .slider-revolution .tp-mask-wrap .tp-caption,
.wpb_text_column .slider-revolution .tp-mask-wrap *:last-child {
  margin-bottom: 0;
}
.slider-revolution embed,
.slider-revolution iframe,
.slider-revolution object,
.slider-revolution audio,
.slider-revolution video {
  max-width: none!important
}
.slider-revolution embed,
.slider-revolution iframe,
.slider-revolution video {
  border: 0;
}

/*IE > 9 fix*/
@media screen and (min-width:0\0) {
  .banner {
    overflow: hidden !important;
  }
}

/*Edge fix*/
@supports (-ms-accelerator:true) {
  .banner {
    overflow: hidden !important;
  }
}

/*Revolution Caption*/
.transparent-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  width: 100%;
  height: 100%;
}
.tp-caption--transparent-background {
  border-radius: 5px;
  padding: 50px;
}
.tp-caption__title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}
.tp-caption__title a {
  text-decoration: none;
}
.tp-caption__text {
  margin-top: 35px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.region--light-typography .tp-caption__title a,
.region--light-typography.region--dark-background .tp-caption__title a {
  color: #ffffff;
}
.region--light-typography .tp-caption__title a:hover {
  text-decoration: underline;
}
.region--light-typography.region--dark-background .tp-caption__title a:hover {
  text-decoration: none;
}
.tp-caption__button {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 35px;
  font-weight: 500;
  color: #ffffff;
}
.tp-caption__button:hover {
  color: #ffffff;
}
.region--light-typography a.tp-caption__button,
.region--light-typography.region--dark-background a.tp-caption__button {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}
.region--light-typography a.tp-caption__button:hover {
  background-color: #ffffff;
}
.region--light-typography.region--black-background a.tp-caption__button:hover {
  color: #232323;
}
@media (max-width: 991px) {
  .tp-caption__title {
    font-size: 36px;
  }
  .tp-caption__text {
    margin-top: 30px;
    padding: 0 15px;
  }
  .tp-caption__button {
    margin-top: 15px;
  }
}

/*Revolution Nav Controls*/
.tparrows {
  width: 75px;
  height: 50px;
  border-radius: 3px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: none;
  text-align: center;
}
.tparrows:before {
  font-family: 'FontAwesome';
  font-size: 24px;
  display: inline-block;
  line-height: 50px;
  color: #ffffff;
}
.tparrows.tp-leftarrow:before {
  content: '\f104';
}
.tparrows.tp-rightarrow:before {
  content: '\f105';
}
.tparrows:hover {
  text-decoration: none;
}
.tp-bullets {
  margin: 0 15px;
}
.slider-revolution-wrapper.one-slide .tp-bullets {
  display: none;
}
.tp-bullets .tp-bullet {
  background-image: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.tp-bannertimer {
  background-image: none;
}
.tp-tabs {
  height: 95px !important;
}
.tp-tabs .tp-tab-mask,
.tp-tabs .tp-tabs-inner-wrapper {
  height: 95px !important;
}
.tp-tabs .tp-tab {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  height: 95px !important;
}
.tp-tabs .tp-tab .tp-tab-title {
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin-top: 30px;
}
