@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%;
  margin: 0 15px;
  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;
}
@media screen and (max-width: 1024px) {
  .slick-slide {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide {
    margin: 0 10px;
  }
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Custom Arrows */
@keyframes leftArrowAnim {
  0% {
    right: 0px;
  }
  25% {
    right: 10px;
  }
  75% {
    right: -10px;
  }
  100% {
    right: 0px;
  }
}
@keyframes rightArrowAnim {
  0% {
    left: 0px;
  }
  25% {
    left: 10px;
  }
  75% {
    left: -10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.hollow-arrows:not(.animate-arrows) .slick-prev {
  left: 0px;
}
.hollow-arrows:not(.animate-arrows) .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-empty.png') center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .hollow-arrows:not(.animate-arrows) .slick-prev:before {
    width: 40px;
    height: 53px;
  }
}
.hollow-arrows:not(.animate-arrows) .slick-prev:hover:before {
  animation: fadeIn 0.5s;
  background: url('../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/left-arrow.png') center center no-repeat;
}
.hollow-arrows:not(.animate-arrows) .slick-next {
  right: 0px;
}
.hollow-arrows:not(.animate-arrows) .slick-next: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/right-arrow-empty.png') center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .hollow-arrows:not(.animate-arrows) .slick-next:before {
    width: 40px;
    height: 53px;
  }
}
.hollow-arrows:not(.animate-arrows) .slick-next:hover:before {
  animation: fade-in 0.5s;
  background: url('../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/right-arrow.png') center center no-repeat;
}
.animate-arrows:not(.hollow-arrows) .slick-next:hover:before {
  animation: rightArrowAnim 1s infinite;
}
.animate-arrows:not(.hollow-arrows) .slick-prev:hover:before {
  animation: leftArrowAnim 1s infinite;
}
.hollow-arrows.animate-arrows .slick-prev {
  left: 0px;
}
.hollow-arrows.animate-arrows .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-empty.png') center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .hollow-arrows.animate-arrows .slick-prev:before {
    width: 40px;
    height: 53px;
  }
}
.hollow-arrows.animate-arrows .slick-prev:hover:before {
  animation: fadeIn 0.5s, leftArrowAnim 1s infinite;
  background: url('../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/left-arrow.png') center center no-repeat;
}
.hollow-arrows.animate-arrows .slick-next {
  right: 0px;
}
.hollow-arrows.animate-arrows .slick-next: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/right-arrow-empty.png') center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .hollow-arrows.animate-arrows .slick-next:before {
    width: 40px;
    height: 53px;
  }
}
.hollow-arrows.animate-arrows .slick-next:hover:before {
  animation: fade-in 0.5s, rightArrowAnim 1s infinite;
  background: url('../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/right-arrow.png') center center no-repeat;
}

@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');
.shg-global-life {
  display: none;
}
#home-hiring-container {
  background: #75a1c9;
  padding: 0 0 20px 0;
}
#home-hiring-container .atvi-column-inner-container {
  max-width: 1550px;
}
#home-hiring-container #home-hiring-container-child-resource-1 {
  margin-bottom: 20px;
}
#home-hiring-container #home-hiring-container-child-resource-1 h2 {
  color: #162734;
  font-size: 60px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
#home-hiring-container #home-hiring-container-child-resource-1 h2 span {
  font-size: 30px;
}
#home-hiring-container #home-hiring-container-child-resource-2,
#home-hiring-container #home-hiring-container-child-resource-3,
#home-hiring-container #home-hiring-container-child-resource-4 {
  overflow: visible !important;
}
#home-hiring-container #home-hiring-container-child-resource-2 img,
#home-hiring-container #home-hiring-container-child-resource-3 img,
#home-hiring-container #home-hiring-container-child-resource-4 img {
  width: 30% !important;
}
#home-hiring-container #home-hiring-container-child-resource-2 p,
#home-hiring-container #home-hiring-container-child-resource-3 p,
#home-hiring-container #home-hiring-container-child-resource-4 p {
  color: #162734;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  top: 30px;
}
#home-hiring-container #home-hiring-container-child-resource-2 p:first-of-type,
#home-hiring-container #home-hiring-container-child-resource-3 p:first-of-type,
#home-hiring-container #home-hiring-container-child-resource-4 p:first-of-type {
  margin-top: 30px;
}
#home-hiring-container #home-hiring-container-child-resource-2 a,
#home-hiring-container #home-hiring-container-child-resource-3 a,
#home-hiring-container #home-hiring-container-child-resource-4 a {
  text-decoration: none;
  border: #FFF 5px solid;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: fit-content;
  width: -moz-fit-content;
  display: inline-block;
  font-weight: normal;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#home-hiring-container #home-hiring-container-child-resource-2 a:after,
#home-hiring-container #home-hiring-container-child-resource-3 a:after,
#home-hiring-container #home-hiring-container-child-resource-4 a:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
#home-hiring-container #home-hiring-container-child-resource-2 span,
#home-hiring-container #home-hiring-container-child-resource-3 span,
#home-hiring-container #home-hiring-container-child-resource-4 span {
  padding: 10px 20px;
}
#home-hiring-container #home-hiring-container-child-resource-2 span.blue-side-btn,
#home-hiring-container #home-hiring-container-child-resource-3 span.blue-side-btn,
#home-hiring-container #home-hiring-container-child-resource-4 span.blue-side-btn {
  color: #FFF;
  background: #75a1c9;
}
#home-hiring-container #home-hiring-container-child-resource-2 span.white-side-btn,
#home-hiring-container #home-hiring-container-child-resource-3 span.white-side-btn,
#home-hiring-container #home-hiring-container-child-resource-4 span.white-side-btn {
  color: #75a1c9;
  background: #FFF;
  border-bottom: 1px solid #FFF;
}
@media screen and (min-width: 1023px) and (max-width: 1161px) {
  #home-hiring-container #home-hiring-container-child-resource-3 img {
    width: 35% !important;
  }
}
@media screen and (min-width: 951px) and (max-width: 1330px) {
  #home-hiring-container {
    padding: 0 0 60px 0 !important;
  }
}
@media screen and (max-width: 950px) {
  #home-hiring-container #home-hiring-container-child-resource-1 h2 {
    font-size: 40px;
  }
  #home-hiring-container #home-hiring-container-child-resource-1 h2 span {
    font-size: 20px;
  }
  #home-hiring-container #home-hiring-container-child-resource-2,
  #home-hiring-container #home-hiring-container-child-resource-3,
  #home-hiring-container #home-hiring-container-child-resource-4 {
    /*a {
				display: block;
            }*/
  }
  #home-hiring-container #home-hiring-container-child-resource-2 img,
  #home-hiring-container #home-hiring-container-child-resource-3 img,
  #home-hiring-container #home-hiring-container-child-resource-4 img {
    margin: 0 auto 20px;
  }
  #home-hiring-container #home-hiring-container-child-resource-2 p,
  #home-hiring-container #home-hiring-container-child-resource-3 p,
  #home-hiring-container #home-hiring-container-child-resource-4 p {
    text-align: center;
    top: auto;
  }
  #home-hiring-container #home-hiring-container-child-resource-4 {
    margin-top: 25px;
  }
}

