/*
* Slider
* ------------------------------------------------------------------------------
*
*/
@import url("fonts.css");

.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: 25px !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 (max-width: 750px) {
    .slider__caption--text-left .slider__caption__inner,
    .slider__caption--text-right .slider__caption__inner {
      text-align: center;
    }
  }

@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: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
}

@media only screen and (max-width: 749px) {
.slider__quote {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
  }
}
@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: 30%;
  }
  .slider__caption--v-bottom {
    bottom: 5%;
  }
}
@media only screen and (min-width: 1024px) {
.slider__quote {
    font-size: 1.4875rem;
  }
.aha .slider__quote {
    font-size: 20px;
  }
}

.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: #000000;
    font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
    margin-top: 1.5rem;
    text-align: center;
  }
}
@media only screen and (min-width: 750px) {
.slider__from {
    color: black;
    font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.025rem;
    font-weight: 400;
  }

.slider__inverted .slider__from {
    color: white;
  }
}
@media only screen and (min-width: 1024px) {
.slider__from {
    font-size: 17px;
  }
}
.slider__name,
.slider__location {
  display: block;
  font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", 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: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", 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%;
  }
}

/*
 * Slider controls
 */
 
.slider-wrapper button:focus {
  outline: 0;
}

.slider-wrapper .slick-prev,
.slider-wrapper .slick-next {
  font-family: "Apple Icons";
  background-color: #f2f2f2;
  color: #666666;
  opacity: 0.6;
  background-repeat: no-repeat;
  border: 0 none;
  height: 64px;
  width: 64px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  margin-top: -30px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 65%;
  padding: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 32px; }

.slider-wrapper .slick-prev::before,
.slider-wrapper .slick-next::before {
  font-family: "Apple Icons";
  color: #666666;
  font-style: normal;
  font-weight: 600;
  font-size: 0;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: '';
  display: block;
  content: "\F002"; }

.slider-wrapper .slick-prev::after,
.slider-wrapper .slick-next::after {
  font-size: 32px;
  font-weight: 600; }


.slider-wrapper .slick-prev::after {
  content: "\F002";
  padding-right: 4px; }

.slider-wrapper .slick-next::after {
  content: "\F004";
  padding-left: 4px; }


button.slick-prev:hover,
button.slick-next:hover {
  background-color: #f2f2f2;
  opacity: 0.8; }

.slider-wrapper .slick-prev {
  background-position: center;
  left: 18px;
}

.slider-wrapper .slick-next {
  background-position: center;
  right: 18px; }


.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: 0;
    }
    .front .gallery-corporate.slider-wrapper {
         margin-top: 1.4rem;
    }
}

/*
* continution in imagegallery.css.jsp
*/

.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%;
}

/*
* continution in imagegallery.css.jsp
*/


@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%;
  }
}
@media only screen and (min-width: 750px) {

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

}
@media only screen and (min-width: 1024px) {
.opportunities + .slider-wrapper, .gallery-students {
    margin-top: 3.125rem;
}


}
/**
 * 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;
  }
}
