html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.heroSlider-fixed .thumb {
	height: 200px;
    overflow: hidden;
}
.heroSlider-fixed .rw {
	height: 85px;
}
.heroSlider-fixed img {
    min-width: 100%;
}

.heroSlider-fixed h2 {
  text-align: center;
  padding-bottom: 1em;
}

.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li.slick-active button {
  background-color: black;
}
.slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 20px;
    height: 5px;
}
.slick-dots li :hover {
  background-color: black;
}

/* Custom Arrow */
.prev {
  color: #999;
  position: absolute;
  top: 38%;
  left: -2em;
  font-size: 1.5em;
}
.prev :hover {
  cursor: pointer;
  color: black;
}

.heroSlider-fixed .next {
  color: #999;
  position: absolute;
  top: 38%;
  right: -2em;
  font-size: 1.5em;
}
.heroSlider-fixed .next :hover {
  cursor: pointer;
  color: black;
}

@media screen and (max-width: 800px) {
  .heroSlider-fixed .next {
    display: none !important;
  }
}