@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,900');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 50px;
  height: 100%;
  background: transparent;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 11;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
@media screen and (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    width: 70px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 200px;
  }
}
.slick-prev:before,
.slick-next:before {
  width: 30px;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0px;
  /*[dir="rtl"] & {
        left: auto;
        right: -25px;
    }*/
}
.slick-prev:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url('../../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/left-arrow.png') center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .slick-prev:before {
    width: 40px;
    height: 53px;
  }
}
.slick-next {
  right: 0px;
  /*[dir="rtl"] & {
        left: -25px;
        right: auto;
    }*/
}
.slick-next:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url('../../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/right-arrow.png') center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .slick-next:before {
    width: 40px;
    height: 53px;
  }
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:not(.slick-active) {
  /*
		&:before {
			content: "";
            position: absolute;
            top: 0;
            left: 0;
            .size(100%,100%);
            z-index: 5;
            background: rgba(255,255,255,.4);
            //background: rgba(0,0,0,.7);
        }
        */
}
.slick-arrow.slick-hidden {
  display: none;
}

.temp-carousel {
  overflow: hidden;
  background-color: grey;
}
.temp-carousel .entry {
  width: 100%;
  position: relative;
}
.temp-carousel .entry[data-slick-index='2'] .entry-image {
  background-position: 0 -125px !important;
}
.temp-carousel .entry .entry-image {
  padding-bottom: 40%;
  width: 100%;
  z-index: -1;
}
.temp-carousel .entry .entry-content {
  position: absolute;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-style: normal;
  width: 100%;
  top: 0;
  padding: 12% 0;
}
.temp-carousel .entry .entry-content .entry-header {
  color: white;
  font-size: 70px;
  font-weight: bold;
  width: 100%;
  max-width: 850px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  text-shadow: #000 3px 2px 7px;
}
.temp-carousel .entry .entry-content .entry-buttons {
  width: 50%;
  margin: 30px auto;
  height: 15px;
  text-align: center;
}
.temp-carousel .entry .entry-content .entry-buttons a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  color: white;
  background-color: #ff543e;
  border-bottom: 3px solid #910;
  padding: 16px 27px;
}
.temp-carousel .entry .entry-content .entry-buttons a:hover {
  background-color: white;
  color: #ff543e;
  cursor: pointer;
}
.temp-carousel .slick-dots {
  width: 100%;
  top: auto;
  bottom: 5%;
}
.temp-carousel .slick-dots li {
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transition: all 0.5s;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: white;
  border-opacity: 1;
}
.temp-carousel .slick-dots li.slick-active,
.temp-carousel .slick-dots li:hover {
  background-color: white;
  opacity: 1;
  filter: alpha(opacity=1);
}
@media screen and (max-width: 1190px) {
  .temp-carousel .entry[data-slick-index='2'] .entry-image {
    background-position: top center !important;
  }
  .temp-carousel .entry .entry-image {
    padding-bottom: 0%;
    min-height: 500px;
  }
  .temp-carousel .entry .entry-content {
    padding: 15% 0;
  }
  .temp-carousel .entry .entry-content .entry-header {
    width: 50%;
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .temp-carousel .entry .entry-image {
    min-height: 500px;
  }
  .temp-carousel .entry .entry-content .entry-header {
    width: 50%;
    font-size: 40px;
  }
  .temp-carousel .entry .entry-content .entry-buttons {
    margin: 40px auto;
  }
  .temp-carousel .entry .entry-content .entry-buttons a {
    display: block;
  }
  .temp-carousel .slick-dots li {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 550px) {
  .temp-carousel .entry .entry-image {
    min-height: 500px;
  }
  .temp-carousel .entry .entry-content .entry-header {
    width: 50%;
    font-size: 36px;
  }
}
@media screen and (max-width: 440px) {
  .temp-carousel .entry .entry-image {
    min-height: 500px;
  }
  .temp-carousel .entry .entry-content .entry-header {
    width: 50%;
    font-size: 25px;
  }
  .temp-carousel .entry .entry-content .entry-buttons {
    margin: 20px auto;
    width: 80%;
  }
  .temp-carousel .entry .entry-content .entry-buttons a {
    padding: 8px 12px;
  }
}

