.for-screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#main_content h2 {
  font-family: 'Basel Grotesk light';
  font-weight: 300;
  font-size: 1.75em;
  color: #73216d;
  text-indent: 0px;
  line-height: 1.1;
  margin: 10px 0px 20px 0px;
}
#main_content h3 {
  font-family: 'Basel Grotesk light';
  font-size: 1.167em;
  color: #960;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.clearStyle {
  clear: both;
}
.textJustify {
  text-align: justify;
}

.rightnav_subtitle {
  padding: 5px 3px 5px 3px;
}
.right-pane-item ul + .rightnav_subtitle {
  margin-top: 10px;
}

.ap-col, .ai-col, .aw-col {
  padding-left: 0;
  margin-bottom: 15px;
}

.ap-cards {
  padding-left: 10px;
  margin-top: 2%;
  overflow: hidden;
}
.ap-card {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 71%;
  box-shadow: 0 3px 9px #ccc;
  overflow: hidden;
}
.apc-inner {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
.apc-title {
  position: relative;
  padding-bottom: 15%;
  margin: 0;
  background: #7D2882;
  transition: background .3s ease-out;
  z-index: 2;
}
#main_content .apc-title h3 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 45px 0 15px;
  margin-bottom: 0;
  color: #fff;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.apc-photo {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  transition: margin 0.5s;
}
.apc-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s;
}
.apc-content p {
  padding: 12px 30px;
  color: #606060;
}
.apc-content p a {
  font-family: 'Basel Grotesk Medium';
}
.apc-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 30px;
  height: 44px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.apc-arrow span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.apc-arrow span:before {
  content: "";
  position: absolute;
  display: block;
  right: 3px;
  top: 50%;
  color: #fff;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.apc-arrow span:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: -1px;
  width: 20px;
  height: 24px;
  color: #fff;
  border-bottom: 2px solid #fff;
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
#main_content:hover .apc-title h3 {
  color: #fff;
}

.ai-cards {
  overflow: hidden;
}
.ai-card {
  text-align: center;
}
.aic-icon {
  width: 120px;
  height: 120px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.aic-sub {
  margin-bottom: 0;
}
#main_content .ai-card h3 {
  font-size: 1.75em;
}

.aw-cards {
  padding-left: 10px;
  overflow: hidden;
}
.aw-card {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  box-shadow: 0 3px 9px #ccc;
  overflow: hidden;
}
.awc-inner {
  position: absolute;
}
.awc-photo {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  transition: margin 0.5s;
}
.aw-card:hover .awc-photo,
.aw-card:focus .awc-photo,
.aw-card:active .awc-photo {
  margin-top: -85%;
}
.awc-photo img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center center;
}
.awc-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-bottom: 15%;
  background-color: rgba(125, 40, 130, 0.7);
  z-index: 2;
}
#main_content .awc-title h3 {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 0 0 15px;
  margin-bottom: 0;
  color: #fff;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.awc-inner p {
  padding: 10px 15px;
  background-color: #fff;
}

.at-section {
  position: relative;
  padding-bottom: 4%;
  background-position: 10% 20px;
  background-size: 58%;
  background-repeat: no-repeat;
  background-image: url(/chinese/images/admission/video-bg.png);
}
.atc-video {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.atc-video iframe {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 2;
}
.at-card {
  display: flex;
  align-items: center;
  /*margin-top: 4%;*/
}
.atc-heading {
  font-size: 1.2em;
  line-height: 1.4;
  text-decoration: solid;
}
.atc-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  vertical-align: middle;
  background-image: url(/chinese/images/admission/icon-360.png);
  background-position: center;
  background-size: contain;
}

@keyframes arrow {
  0% {
    opacity: 1;
    -ms-transform: translate(0);
    transform: translate(0);
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 0;
    -ms-transform: translate(10px);
    transform: translate(10px);
  }
  51% {
    opacity: .5;
    -ms-transform: translate(-10px);
    transform: translate(-10px);
  }
  90% {
    opacity: 1;
  }
  100% {
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@media (max-width: 1200px) {
  #main_content .awc-title h3 {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}

 
@media (min-width: 992px) and (max-width: 1200px) {
  .apc-content p {
    padding: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .col-xs-6:nth-child(2n+1) {
    clear: both;
  }
  #main_content .awc-title h3 {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .ap-col, .ai-col, .aw-col {
    padding-right: 0;
    margin: 10px 0;
  }
  .ap-cards, .aw-cards {
    max-width: 400px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .aic-icon {
    width: 100px;
    height: 100px;
  }
  .aw-card:hover .awc-photo,
  .aw-card:focus .awc-photo,
  .aw-card:active .awc-photo {
    margin-top: -50%;
  }
  .at-section {
    background-position: 50% 2px;
    background-size: 92%;
  }
  .at-card {
    flex-direction: column;
  }
  .atc-col {
    margin-bottom: 3em;
  }
  .atc-video iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media (max-width: 450px) {
  .at-section {
    background-position: 43% 21px;
  }
  .atc-heading {
    font-size: 1em;
  }
  .atc-icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 400px) {
  .aw-card:hover .awc-photo,
  .aw-card:focus .awc-photo,
  .aw-card:active .awc-photo {
    margin-top: -65%;
  }
}

@media (max-width: 350px) {
  .aw-card:hover .awc-photo,
  .aw-card:focus .awc-photo,
  .aw-card:active .awc-photo {
    margin-top: -85%;
  }
}

@media (hover: hover) {
  a.ap-card:hover .apc-title,
  a.ap-card:focus .apc-title,
  a.ap-card:active .apc-title {
    background-color: #F0AA23;
  }
  a.ap-card:hover .apc-arrow span,
  a.ap-card:focus .apc-arrow span,
  a.ap-card:active .apc-arrow span {
    animation-duration: .6s;
    animation-name: arrow;
    animation-timing-function: ease-in-out;
  }
  .ap-card:hover .apc-photo,
  .ap-card:focus .apc-photo,
  .ap-card:active .apc-photo {
    margin-top: -56.25%;
  }
  .ap-card:hover .apc-photo img,
  .ap-card:focus .apc-photo img,
  .ap-card:active .apc-photo img {
    -ms-transform: perspective(1000px) scale(1.1, 1.1);
    transform: perspective(1000px) scale(1.1, 1.1);
    -ms-transform-style: flat;
    transform-style: flat;
  }
}

@media (hover: none) {
  .ap-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .ap-card {
    padding-bottom: 0;
    height: 100%;
  }
  .apc-inner {
    position: static;
  }
}