/*
* Slider
* ------------------------------------------------------------------------------
*
*/
.slider-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}

.aha .slider-wrapper {
  margin-top: 0.6rem;
}

.aha .slider-wrapper .slick-prev,
.aha .slider-wrapper .slick-next {
  top: 50%;
}

.slider-wrapper .slick-slide {
  position: relative;
}

html[data-useragent*='MSIE 9.0'] .slider picture img {
  width: 100%;
}

.slider__caption {
  display: block;
}

.slider__caption__inner {
  display: block;
  font-size: .875rem;
  text-align: center;
}

@media only screen and (max-width: 749px) {
.slider-wrapper {
    margin-top: 2.1875rem;
    padding-bottom: 1.875rem;
  }

.students .slider-wrapper {
    border-bottom: 0 none;
  }

.slider__caption {
    margin: 20px 25px 0 !important;
  }
}

@media only screen and (min-width: 750px) {
.slider__caption {
    left: 0;
    padding: 0 80px;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

.slider__caption__inner {
    display: inline-block;
    width: 55%;
  }

.gallery-students .slider__caption__inner {
    width: 55%;
  }

.slider__inverted span {
    color: white;
  }
}
@media only screen and (min-width: 1024px) {
.slider__caption {
    left: 50%;
    padding: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
.slider__caption {
    margin-left: -480px;
    max-width: 850px;
  }

  .aha .slider__text-push-right.slider__caption {
    margin-left: -380px;
  }
  
/*.aha-students .slider__caption {
    margin-left: -450px;
  }*/
}
@media only screen and (min-width: 1200px) {
  .slider__caption {
    max-width: 980px;
    margin-left: -480px;
  }
  .slider__caption.slider__text-pull-left {
    margin-left: -480px;
  }
  .slider__caption.slider__text-push-right {
    margin-left: -480px;
  }
}
.slider__caption--text-left .slider__caption__inner {
  text-align: left;
}

.slider__caption--text-right .slider__caption__inner {
  text-align: right;
}

@media only screen and (min-width: 750px) {
  .slider__caption--v-top {
    top: 5%;
  }

  .slider__caption--v-center {
    top: 10%;
  }

  .slider__caption--v-bottom {
    bottom: 8%;
  }

  .slider__caption--h-left {
    text-align: left;
  }

  .slider__caption--h-right {
    text-align: right;
  }
}
.slider__quote {
  display: block;
  color: #666666;
  font-family: "Myriad Set Pro", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.8;
}

@media only screen and (max-width: 749px) {
.slider__quote {
    text-align: left;
  }
}
@media only screen and (min-width: 750px) {
.slider__quote {
    color: black;
    display: block;
    font-size: 1.05rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
.slider__inverted .slider__quote {
    color: white;
  }
.slider-wrapper.no-slider {
    margin-bottom: -5px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1023px) {
  .slider__text-push-right {
    left: 4%;
  }
  .slider__text-pull-left {
    left: -4%;
  }
}

@media only screen and (min-width: 1024px) {
  .slider__quote {
    font-size: 1.4875rem;
  }
  .slider__caption--v-center {
    top: 15%;
  }
  .slider__caption--v-bottom {
    bottom: 5%;
  }
}
@media only screen and (min-width: 1024px) {
.slider__quote {
    font-size: 1.4875rem;
  }
.aha .slider__quote {
    font-size: 1.3rem;
  }
}

.slider__from {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .slider__quote {
    line-height: 1.475;
  }
  .slider__caption--v-center {
    top: 25%;
  }
}

@media only screen and (max-width: 749px) {
.slider__from {
    color: #666666;
    font-family: "Myriad Set Pro", sans-serif;
    font-size: .875rem;
    font-style: italic;
    font-weight: 400;
    margin-top: 0.35rem;
    text-align: left;
  }
}
@media only screen and (min-width: 750px) {
.slider__from {
    color: black;
    font-family: "Myriad Set Pro", sans-serif;
    font-size: 1.025rem;
    font-style: italic;
    font-weight: 200;
  }

.slider__inverted .slider__from {
    color: white;
  }
}
@media only screen and (min-width: 1024px) {
.slider__from {
    font-size: 1.275rem;
  }
}
.slider__name,
.slider__location {
  display: block;
  font-family: "Myriad Set Pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}

.slider__name {
  font-size: 1rem;
}

.slider__location {
  font-size: .875rem;
}

@media only screen and (max-width: 749px) {
.slider__name,
  .slider__location {
    color: black;
    text-align: center;
  }
}
@media only screen and (min-width: 750px) {
.slider__name,
  .slider__location {
    color: white;
  }

.slider__name {
    font-size: 1.25rem;
  }

.slider__location {
    font-size: 1rem;
    font-family: "Myriad Set Pro", sans-serif;
    font-style: italic;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1024px) {
  .slider__name {
    font-size: 1.5625rem;
  }

  .slider__location {
    font-size: 1.3125rem;
  }
}

@media only screen and (min-width: 1200px) {
  .slider__name, .slider__location {
    line-height: 1.2;
  }
    .slider__caption--v-bottom {
    bottom: 2.75%;
  }
}

/*
 * Retail gallery background
 */
@media only screen and (min-width: 750px) {
.gallery-retail .caption-background {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.55)), color-stop(70%, rgba(0, 0, 0, 0.55)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 70%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 70%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 70%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 70%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c000000', endColorstr='#00000000',GradientType=1 );
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    height: 5.5rem;
    position: absolute;
    width: 53%;
  }
}
@media only screen and (min-width: 1024px) {
.gallery-retail .caption-background {
    height: 6.5rem;
  }
}
@media only screen and (min-width: 1200px) {
.gallery-retail .caption-background {
    height: 5.5rem;
  }
}

/*
 * Slider controls
 */
.slider-wrapper .slick-prev,
.slider-wrapper .slick-next {
  background-color: rgba(255,255,255,0.35);
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 4px;
  margin-top: -64px;
  height: 128px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 65%;
  width: 64px;
}

.slider-wrapper .slick-prev {
  background-image: url(../images/icons/chevron-left-thin.svg);
  background-position: center;
  background-size: 30px 70px !important;
  left: 25px;
}

.slider-wrapper .slick-next {
  background-image: url(../images/icons/chevron-right-thin.svg);
  background-position: center;
  background-size: 30px 70px;
  right: 25px;
}

.slider-wrapper.slider-inverted .slick-prev {
  background-image: url(../images/icons/chevron-left-thin-white.svg);
}

.slider-wrapper.slider-inverted .slick-next {
  background-image: url(../images/icons/chevron-right-thin-white.svg);
}

.slider-wrapper .slick-prev:hover,
.slider-wrapper .slick-next:hover {
  background-position: center;
}

.slider-wrapper .slick-dots {
  margin: 0 1rem;
  padding: 2rem 0;
  text-align: center;
}

.slider-wrapper .slick-dots li {
  display: inline;
}

.slider-wrapper .slick-dots li + li {
  margin-left: 2rem;
}

.slider-wrapper .slick-dots button {
  background: #0088cc;
  border-color: #0088cc;
  border-radius: 4px;
  height: 8px;
  margin-bottom: 1px;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  text-indent: -1000px;
  width: 8px;
}

.slider-wrapper .slick-dots button:hover {
  background: #666;
}

.slider-wrapper .slick-dots .slick-active button {
  background: none;
  border: 1px solid #0088cc;
  border-radius: 5px;
  bottom: 1px;
  height: 10px;
  margin-bottom: 0;
  position: relative;
  width: 10px;
}

/*
 * Galleries
 */
.slider-wrapper:before {
  background: white no-repeat;
  background-size: cover;
  content: "";
  display: block;
  margin-bottom: 2.666666667%;
  padding-bottom: 33.25%;
}

@media only screen and (min-width: 750px) {
.front .gallery-corporate {
    margin-top: 2.6rem;
  }
}

@media only screen and (max-width: 749px) {
    .slider-wrapper .slick-dots {
         padding: 2rem 0 0;
    }
    .front .gallery-corporate.slider-wrapper {
         margin-top: 1.4rem;
    }
}

.gallery-corporate:before {
  background-image: url(/jobs/images/backgrounds/gallery/corporate.jpg);
}
.opportunities + .slider-wrapper,
.gallery-students {
  margin-top: 1.5625rem;
}
.opportunities[aria-hidden="false"] {
  margin-bottom: 0;
}
.opportunities[aria-hidden="false"] + .slider-wrapper {
  margin-top: 0;
}
.opportunities[aria-hidden="false"] + .slider-wrapper:before {
  margin-top: 2.666666667%;
}
.gallery-retail:before {
  background-image: url(/jobs/images/backgrounds/gallery/retail.jpg);
}
.gallery-students:before {
  background-image: url(/jobs/images/backgrounds/gallery/students.jpg);
}



@media only screen and (min-width: 480px) {
.slider-wrapper:before {
    margin-bottom: 1.18%;
    padding-bottom: 19%;
  }
.opportunities[aria-hidden="false"] {
    margin-bottom: 0;
  }
.opportunities[aria-hidden="false"] + .slider-wrapper {
    margin-top: 0;
  }
.opportunities[aria-hidden="false"] + .slider-wrapper:before {
    margin-top: .972222222%;
  }
.gallery-corporate:before {
    background-image: url(/jobs/images/backgrounds/gallery/corporate-phone.jpg);
  }

.gallery-retail:before {
    background-image: url(/jobs/images/backgrounds/gallery/retail-phone.jpg);
  }

.gallery-students:before {
    background-image: url(/jobs/images/backgrounds/gallery/students-phone.jpg);
  }
}
@media only screen and (min-width: 750px) {
.gallery-corporate:before {
    background-image: url(/jobs/images/backgrounds/gallery/corporate-portrait.jpg);
  }

.opportunities + .slider-wrapper, .gallery-students {
    margin-top: 2.5rem;
  }

.gallery-retail:before {
    background-image: url(/jobs/images/backgrounds/gallery/retail-portrait.jpg);
  }

.gallery-students:before {
    background-image: url(/jobs/images/backgrounds/gallery/students-portrait.jpg);
  }
}
@media only screen and (min-width: 1024px) {
.gallery-corporate:before {
    background-image: url(/jobs/images/backgrounds/gallery/corporate-landscape.jpg);
  }

.opportunities + .slider-wrapper, .gallery-students {
    margin-top: 3.125rem;
  }

.gallery-retail:before {
    background-image: url(/jobs/images/backgrounds/gallery/retail-landscape.jpg);
  }

.gallery-students:before {
    background-image: url(/jobs/images/backgrounds/gallery/students-landscape.jpg);
  }
}
@media only screen and (min-width: 1200px) {
.gallery-corporate:before {
    background-image: url(/jobs/images/backgrounds/gallery/corporate-desktop.jpg);
  }

.gallery-retail:before {
    background-image: url(/jobs/images/backgrounds/gallery/retail-desktop.jpg);
  }

.gallery-students:before {
    background-image: url(/jobs/images/backgrounds/gallery/students-desktop.jpg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.gallery-corporate:before {
    background-image: url(/jobs/images/backgrounds/gallery/corporate@2x.jpg);
  }

.gallery-retail:before {
    background-image: url(/jobs/images/backgrounds/gallery/retail@2x.jpg);
  }

.gallery-students:before {
    background-image: url(/jobs/images/backgrounds/gallery/students@2x.jpg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 480px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 480px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 480px), only screen and (min-device-pixel-ratio: 2) and (min-width: 480px), only screen and (min-resolution: 192dpi) and (min-width: 480px), only screen and (min-resolution: 2dppx) and (min-width: 480px) {
.gallery-corporate:before {
    background-image: url(/jobs/images/backgrounds/gallery/corporate-phone@2x.jpg);
  }

.gallery-retail:before {
    background-image: url(/jobs/images/backgrounds/gallery/retail-phone@2x.jpg);
  }

.gallery-students:before {
    background-image: url(/jobs/images/backgrounds/gallery/students-phone@2x.jpg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 750px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 750px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 750px), only screen and (min-device-pixel-ratio: 2) and (min-width: 750px), only screen and (min-resolution: 192dpi) and (min-width: 750px), only screen and (min-resolution: 2dppx) and (min-width: 750px) {
.gallery-corporate:before {
    background-image: url(/jobs/images/backgrounds/gallery/corporate-portrait@2x.jpg);
  }

.gallery-retail:before {
    background-image: url(/jobs/images/backgrounds/gallery/retail-portrait@2x.jpg);
  }

.gallery-students:before {
    background-image: url(/jobs/images/backgrounds/gallery/students-portrait@2x.jpg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1024px), only screen and (min-resolution: 192dpi) and (min-width: 1024px), only screen and (min-resolution: 2dppx) and (min-width: 1024px) {
.gallery-corporate:before {
    background-image: url(/jobs/images/backgrounds/gallery/corporate-landscape@2x.jpg);
  }

.gallery-retail:before {
    background-image: url(/jobs/images/backgrounds/gallery/retail-landscape@2x.jpg);
  }

.gallery-students:before {
    background-image: url(/jobs/images/backgrounds/gallery/students-landscape@2x.jpg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1200px), only screen and (min-resolution: 192dpi) and (min-width: 1200px), only screen and (min-resolution: 2dppx) and (min-width: 1200px) {
.gallery-corporate:before {
    background-image: url(/jobs/images/backgrounds/gallery/corporate-desktop@2x.jpg);
  }

.gallery-retail:before {
    background-image: url(/jobs/images/backgrounds/gallery/retail-desktop@2x.jpg);
  }

.gallery-students:before {
    background-image: url(/jobs/images/backgrounds/gallery/students-desktop@2x.jpg);
  }
}

/**
 * China.
 */

:lang(zh-CN) .slider__quote,
:lang(zh-CN) .slider__name,
:lang(zh-CN) .slider__location {
  font-family: "PingHei", sans-serif;
}

@media only screen and (max-width: 749px) {
  :lang(zh-CN) .slider__from {
    font-family: "PingHei", sans-serif;
  }
}

@media only screen and (min-width: 750px) {
  :lang(zh-CN) .slider__from,
  :lang(zh-CN) .slider__location {
    font-family: "PingHei", sans-serif;
  }
}

/**
 * Hong Kong & Taiwan.
 */

:lang(zh-HK) .slider__quote,
:lang(zh-HK) .slider__name,
:lang(zh-HK) .slider__location {
  font-family: "MHei", sans-serif;
}

@media only screen and (max-width: 749px) {
  :lang(zh-HK) .slider__from {
    font-family: "MHei", sans-serif;
  }
}

@media only screen and (min-width: 750px) {
  :lang(zh-HK) .slider__from,
  :lang(zh-HK) .slider__location {
    font-family: "MHei", sans-serif;
  }
}

/**
 * Japan.
 */

:lang(ja-JP) .slider__quote,
:lang(ja-JP) .slider__name,
:lang(ja-JP) .slider__location {
  font-family: "Apple TP", sans-serif;
}

@media only screen and (max-width: 749px) {
  :lang(ja-JP) .slider__from {
    font-family: "Apple TP", sans-serif;
  }
}

@media only screen and (min-width: 750px) {
  :lang(ja-JP) .slider__from,
  :lang(ja-JP) .slider__location {
    font-family: "Apple TP", sans-serif;
  }
}

/**
 * Korea.
 */

:lang(ko-KR) .slider__quote,
:lang(ko-KR) .slider__name,
:lang(ko-KR) .slider__location {
  font-family: "Yoon Gothic", sans-serif;
}

@media only screen and (max-width: 749px) {
  :lang(ko-KR) .slider__from {
    font-family: "Yoon Gothic", sans-serif;
  }
}

@media only screen and (min-width: 750px) {
  :lang(ko-KR) .slider__from,
  :lang(ko-KR) .slider__location {
    font-family: "Yoon Gothic", sans-serif;
  }
}
