.horizontal-carousel {
  padding-bottom: 10px;
  position: relative;
}
.horizontal-carousel * {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}
.horizontal-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.horizontal-carousel li {
  margin: 0;
  padding: 0;
}
.horizontal-carousel .slides {
  position: relative;
  width: 980px;
  height: 282px;
  overflow: hidden;
}
.page-taxonomy-term-95 .horizontal-carousel .slides,
.page-taxonomy-term-96 .horizontal-carousel .slides {
  height: 240px !important;
}
.horizontal-carousel.no-pagination .slides {
  height: 240px !important;
}
.horizontal-carousel .slide {
  display: block;
  width: 100%;
}
.horizontal-carousel .slide .item {
  float: left;
  width: 225px;
  padding-right: 25px;
  position: relative;
}
.horizontal-carousel .slide .item a {
  text-decoration: none;
}
.horizontal-carousel .slide .item.last {
  padding-right: 0;
}
.horizontal-carousel .slide .item .title {
  z-index: 10;
  color: #1bb7ea;
  font-weight: normal;
  margin: 13px 0 0 -1px;
  font-size: 19px;
  text-decoration: none;
}
.page-taxonomy-term-95 .horizontal-carousel .slide .item .title {
  color: #003d78;
}
.dark-blue-theme .horizontal-carousel .slide .item .title {
  color: #003d78;
}
.light-blue-theme .horizontal-carousel .slide .item .title {
  color: #13b5ea;
}
.horizontal-carousel .slide .item .short-description {
  color: #5d5d5d;
  font-size: 13px;
  margin-top: 5px;
  line-height: 15px;
  text-decoration: none;
}
.horizontal-carousel .pager-wrapper {
  position: absolute;
  height: 10px;
  padding: 0;
  width: 100%;
  bottom: 10px;
}
.horizontal-carousel .pager-wrapper .horizontal-carousel-pager {
  height: 100%;
}
.horizontal-carousel .pager-wrapper .horizontal-carousel-pager a {
  display: block;
  float: left;
  background: #d8d8d8;
  text-indent: -9999px;
  height: 100%;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.horizontal-carousel .pager-wrapper .horizontal-carousel-pager a:hover {
  background: #cbcbcb;
}
.horizontal-carousel .pager-wrapper .horizontal-carousel-pager a:focus {
  outline: none;
}
.horizontal-carousel .pager-wrapper .sliding-element {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  background: #1ab7ea;
  transition: 250ms all;
}
