/*
Theme Name: Social Science
Author: Yesgo Production
Author URI: http://yesgo.com.hk
Description: Customized theme built for the website of Faculty of Social Science, The Chinese University of Hong Kong.
Version: 1.0
Text Domain: socialscience
*/

html {  
  height: 100%;
  font-size: 16px;
}
body {  
  height: 100%;
  color: #484A49;
  background-color: #D9D9E3;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 62.5%; /*10px*/
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}
html.zh_TW body {
  font-family: 'Arial', 'Helvetica', 'Noto Sans TC', sans-serif;
}
html.zh_CN body {
  font-family: 'Arial', 'Helvetica', 'Noto Sans SC', sans-serif;
}
h2, h2.heading { /* also on editor-style.css */
  font-size: 2.4em;
  font-weight: bold;
}
h1, h1.heading { /* also on editor-style.css */
  font-size: 2.4em;
  font-weight: bold;
}
h3, h3.sub-heading, h4 { /* also on editor-style.css */
  font-size: 1.6em;
}
h2.heading {
  font-size: 2em;
  font-weight: bold;
}
h1.heading {
  font-size: 2em;
  font-weight: bold;
}
p {
  margin-bottom: 1em;
  font-size: 1.6em;
  text-align: left;
}
p:last-child {
  margin-bottom: 0;
}
span.small {
  font-size: 0.9em;
}
a {
  text-decoration: none;
}
.main a {
  color: #484A49;
}
.submenu h4 a, .submenu li a, a.email, a.apply-link {
  text-decoration: none;
}
.submenu h4 a:hover, .submenu li a:hover, a.email:hover, a.apply-link:hover {
  text-decoration: underline;
}
.main ul {
  margin-left: 2em;
  list-style: disc;
}
.main ul + p,
.main ul + ul,
.main ul + ol,
.main ul + table {
  margin-top: 20px;
}
.main li {
  font-size: 1.6em;
}
.main th, .main td {
  padding: 5px;
  border: 1px solid #484A49;
  font-size: 1.6em;
}
.main .no-border th,
.main .no-border td {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
img.align-left {
  float: left;
  margin: 0 1em 1em 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
span.description, label.description {
  position: absolute;
  font: 0/0 a;
  color: transparent;
}
.highlights-text p a { /* prevent long hyperlinks from breaking the layout */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

h1 p, h2 p, h3 p, h4 p, p p,
p h1, p h2, p h3, p h4, p li, p td,
li li, .main-menu li li, .submenu li li, li .submenu li, li p, li td,
th th, th td, th ol, th ul, th li, .main th li, th p,
td th, td td, td ol, td ul, td li, .main td li, td p {
  font-size: 1em;
}


/* ALL */

.header {
  text-align: center;
}
.header-top {
  padding: 30px 15px;
  background-color: #8ED9E0;
}
.logo {
  display: block;
  width: 200px;
  height: 151px;
  margin: 0 auto;
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/logo-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px 151px;
}
.main-menu {
  position: relative;
  padding: 10px 15px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/menu-bg.png') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  z-index: 1001;
}
.main-menu-mobile-btn {
  display: none;
}
.main-menu ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  text-align: center;
}
.main-menu li {
  position: relative;
  display: table-cell;
  padding: 0;
  border-right: 1px solid #484A49;
  border-left: 1px solid transparent;
  margin: 0;
  vertical-align: middle;
}
.main-menu li:first-child,
.main-menu li:first-of-type {
  border-left: 0;
}
.main-menu li:last-child,
.main-menu li:last-of-type {
  border-right: 0;
}
.main-menu li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  padding: 0 11px;
  color: #484A49;
  font-size: 1.6em;
  line-height: 1.2;
  text-transform: uppercase;
}
.main-menu li.current-menu-item > a,
.main-menu li.current-menu-parent > a,
.main-menu li.current-menu-ancestor > a {
  font-weight: bold;
}
.main-menu li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  border-top: 10px solid transparent;
  z-index: 10;
}
.main-menu li#menu-item-143 ul {
  left: -25%;
  width: 150%;
}
.main-menu li:hover ul {
  display: block;
}
.main-menu li li {
  display: block;
  width: 100%;
  padding: 0 10px;
  border: 0;
  background-color: #FFF;
}
.main-menu li li a {
  text-transform: none;
  padding: 5px 0;
  border: 0;
}
.main-menu li li:hover {
  background-color: #8ED9E0;
}
.main-menu li li:hover > a {
  color: #FFF;
}
.main-menu ul ul ul, .main-menu ul li:hover ul ul {
  display: none;
  left: 100%;
  top: 0;
  border-top: 0;
}
.main-menu ul ul li:hover ul {
  display: block;
}
.main-menu li li:hover li {
  background-color: #FFF;
}
.main-menu li li li:hover {
  background-color: #8ED9E0;
}
.main-menu li#menu-item-141 ul li ul {
  width: 100%;
}

.main {
  display: table;
  table-layout: fixed;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
}
body.home .main {
  visibility: visible;
}

.submenu {
  display: table-cell;
  width: 200px;
  padding: 20px 0;
}
.submenu-wrapper {
  position: relative;
  padding: 15px 0 15px 15px;
  background-color: #FFF;
  vertical-align: middle;
}
.submenu-wrapper:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #FFF;
  border-radius: 100%;
  z-index: 5;
}
.submenu-text {
  position: relative;
  z-index: 10;
}
.submenu ul {
  margin-top: 8px;
  margin-left: 0;
  list-style: none;
}
.submenu li {
  font-size: 1.4em;
  margin-bottom: 5px;
}
.submenu ul ul {
  margin-left: 1.3em;
  list-style: disc;
}
.submenu li {
  display: none;
}
.submenu li.current-menu-item,
.submenu li.current-menu-parent,
.submenu .current-menu-item .sub-menu li,
.submenu .current-menu-parent .sub-menu li {
  display: list-item;
}
.submenu li.current_page_item a {
  font-weight: bold;
}

.main-content {
  display: table-cell;
  padding: 40px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.main.with-submenu .main-content {
  /* padding-right: 240px; */ /* 20px + submenu's width & border */
}
.main-content.full-width {
  padding-left: 0;
  padding-right: 0;
}
.main.with-submenu .main-content.full-width {
  padding-left: 40px;
  padding-right: 0;
}

.main-content a, .home-row-text a {
  color: #484A49; /* #08F; #0142B0 */
  text-decoration: underline;
}
/* .main-content a:hover {
  text-decoration: underline;
} */
.list-programme a, a.apply-link, .research-units-list a {
  color: #484A49 !important;
}

.main-photo {
  max-width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.main-photo img.horizontal {
  display: block;
}
.main-photo img.vertical {
  display: none;
}
.page-title {
  padding: 0 0 20px 0;
}

.back-to-top {
  display: none;
  padding: 5px 15px;
  background-color: #F9F9D5;
  text-align: center;
  cursor: pointer;
}
body.home .back-to-top {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.footer {
  visibility: hidden;
}
body.home .footer {
  visibility: visible;
}
.back-to-top span {
  padding-left: 20px;
  font-size: 1.6em;
  text-transform: uppercase;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/back-to-top.png') no-repeat left 1px;
  background-size: 16px 16px;
}
.footer-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px 15px;
  background-color: #8ED9E0;
}
.footer-left {
  display: table-cell;
  width: 50%;
  padding-right: 20px;
  vertical-align: middle;
}
.footer-right {
  display: table-cell;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}
.language-switcher, .font-switcher, .toolbar {
  float: left;
}
.language-switcher {
  margin-top: 6px;
  visibility: hidden;
}
.language-switcher a {
  color: #484A49;
  font-size: 1.4em;
}
.language-switcher a.active {
  font-weight: bold;
}
li.language-chooser-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
li.language-chooser-item-en {
  margin-right: 3px;
}
li.language-chooser-item:last-child span {
  display: none;
}
.font-switcher {
  margin-left: 20px;
  overflow: hidden;
}
.font-switch {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 5px;
  text-align: center;
  vertical-align: baseline;
  cursor: pointer;
}
.font-switch-small {
  font-size: 1.2em;
}
.font-switch-medium {
  font-size: 1.4em;
}
.font-switch-large {
  font-size: 2em;
}
.font-switch.active {
  font-weight: bold;
}
.content.font-small, .content.font-medium input {
  font-size: 0.75em;
}
.content, .content.font-medium, .content.font-medium input {
  font-size: 1em;
}
.content.font-large, .content.font-large input {
  font-size: 2em;
}
.toolbar {
  margin: 1px 0 0 20px;
}
.search-icon, .sitemap-icon, .share-icon {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  cursor: pointer;
}
.search-graphic, .sitemap-graphic, .share-graphic {
  position: relative;
  width: 26px;
  height: 26px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 17px; /* 12px 11px */
  z-index: 10;
  transition: all 0.4s ease-in-out;
}
.search-graphic {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/search-icon@2x.png');
}
.sitemap-graphic {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/sitemap-icon@2x.png');
}
.share-graphic {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/share-icon@2x.png');
}
.search-bar {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 192px;
  height: auto;
  background-color: #8ED9E0;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  z-index: 5;
  opacity: 0;
  transition: all 0.4s ease-in-out; 
}
html.zh_TW .search-bar, html.zh_CN .search-bar {
  width: 179px;
}
.searchandfilter li {
  padding-right: 0 !important;
}
.searchandfilter li input {
  padding: 8px;
  border: 0;
}
.searchandfilter li input[type="submit"] {
  background-color: #DDD;
  cursor: pointer;
}
.share-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 0;
  background-color: #8ED9E0;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.share-link {
  display: block;
  width: 26px;
  height: 0;
  padding: 3px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.search-graphic:hover, .search-graphic.active,
.share-graphic:hover, .share-graphic.active {
  background-color: #FFFAE9;
}
.search-graphic:hover, .share-graphic:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-graphic.active + .search-bar {
  opacity: 1;
}
.share-graphic.active + .share-bar {
  height: auto;
  padding-bottom: 28px;
  opacity: 1;
}
.search-graphic.active + .search-bar, 
.share-graphic.active + .share-bar {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.share-graphic.active + .share-bar > .share-link {
  height: 26px;
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.4s ease-in-out;
  -moz-transition: opacity 0.2s 0.4s ease-in-out;
  -o-transition: opacity 0.2s 0.4s ease-in-out;
  transition: opacity 0.2s 0.4s ease-in-out;
}
.share-graphic:hover + .share-bar > .share-link:hover {
  background-color: #FFF;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.share-link-facebook {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/social-facebook.png');
}
.share-link-youtube {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/social-youtube.png');
}
.share-link-twitter {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/social-twitter.png');
}
.share-link-tudou {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/social-tudou.png');
}
.share-link-weibo {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/social-weibo.png');
}
.footer-links {
  clear: both;
  float: left;
  margin-top: 5px;
  margin-right: 30px;
}
.footer-links p {
  font-size: 1.4em;
}
.footer-links a {
  color: #484A49;
}
.copyright {
  float: left;
  margin-top: 5px;
  font-size: 1.4em;
}
a.logo-cuhk {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin-left: 10px;
  vertical-align: middle;
}
.footer-logos, .footer-logo {
  display: inline-block;
  vertical-align: middle;
}
.footer-logo {
  margin: 0 10px;
}
.footer-logo img {
  max-height: 60px;
  width: auto;
}

.map-container, .video-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.map-container iframe, .video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qtranxs-available-languages-message {
  display: none;
}


/* SLIDER - DEFAULT */

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  overflow: hidden;
}
.bx-wrapper .slide {
  display: block;
  text-decoration: none !important;
}
.bx-wrapper .slide img {
  display: block;
  max-width: 100%;
}
.bx-wrapper .slide a {
  text-decoration: none
}
.bx-wrapper .bx-viewport {
  overflow: visible !important;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  /*position: absolute;
  bottom: -30px;*/
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: transparent url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/bx_loader.gif') center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  position: absolute;
  right: 50px;
  top: 15px;
  width: auto;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item { /* pause button */
  position: absolute;
  right: 10px;
  top: 14px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item:first-child { /* play button */
  right: 25px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ADADAD;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-prev {
  left: -1px;
  /* background: url(/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/controls.png) no-repeat 0 -32px; */
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/slider-prev@2x.png') no-repeat center center;
  background-size: 44px 44px;
}
.bx-next {
  right: -1px;
  /* background: url(/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/controls.png) no-repeat -43px -32px; */
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/slider-next@2x.png') no-repeat center center;
  background-size: 44px 44px;
}
.bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  outline: 0;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.8;
}
.bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: auto; /* 80% */
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  /* right: 0;
  width: 35px; */
}
.bx-wrapper .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #FFF;
  background-color: #666\9;
  background-color: rgb(80, 80, 80);
  background-color: rgba(80, 80, 80, 0.75);
  font-size: 1.6em;
  line-height: 1.2;
}
/* end of bxslider */


/* SLIDER - CUSTOM */

.slider {
  visibility: hidden; /* before loaded */
}
.bx-wrapper #logo-slideshow .slide img {
  width: 182px; /* height = 133px */
  height: auto;
  margin: -2px 0 0 15px;
}
.slider#home-slideshow-1, .slider#home-slideshow-2-left, .slider#home-slideshow-2-right {
  height: 0;
  overflow: hidden;
}
.slider#home-slideshow-1 {
  padding-bottom: 30%; /* 600px height : 2000px width */
}
.slider#home-slideshow-2-left {
  padding-bottom: 45%;
}
.slider#home-slideshow-2-right {
  padding-bottom: 90%;
}
#home-slideshow-1 .slide, #home-slideshow-1 .slide-bg,
#home-slideshow-2-left .slide, #home-slideshow-2-left .slide-bg,
#home-slideshow-2-right .slide, #home-slideshow-2-right .slide-bg {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}
#home-slideshow-1 .slide-bg, #home-slideshow-2-left .slide-bg, #home-slideshow-2-right .slide-bg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
}
.home-slideshow-2-left-wrapper {
  float: left;
  width: 66.66666666666666666666667%;
}
.home-slideshow-2-right-wrapper {
  float: right;
  width: 33.33333333333333333333333%;
}
.news-main-slider-wrapper {
  width: 100%;
}
.home-slideshow-3-wrapper, .home-slideshow-4-wrapper,
.media-ask-slideshow-wrapper, .media-news-slideshow-wrapper,
.ask-newspaper-slideshow-wrapper, .ask-magazine-slideshow-wrapper,
.book-slideshow-wrapper {
  padding-bottom: 20px;
  overflow: hidden;
}
.ask-newspaper-slideshow-wrapper, .ask-magazine-slideshow-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.home-slideshow-3-wrapper .bx-wrapper .bx-controls-direction a,
.media-news-slideshow-wrapper .bx-wrapper .bx-controls-direction a,
.book-slideshow-wrapper .bx-wrapper .bx-controls-direction a {
  top: 43%;
}
#home-slideshow-3 .slide, #home-slideshow-4 .slide,
#media-ask-slideshow .slide, #media-news-slideshow .slide,
#ask-newspaper-slideshow .slide, #ask-magazine-slideshow .slide,
#book-slideshow .slide {
  float: left;
  width: 33.333333%;
}
#home-slideshow-4 .slide,
#media-ask-slideshow .slide,
#ask-newspaper-slideshow .slide, #ask-magazine-slideshow .slide {
  padding: 0 30px;
}
#news-main-slider .slide {
  float: left;
  width: 50%;
  padding: 0 15px;
}
#home-slideshow-4 .slide-image img,
#media-ask-slideshow .slide-image img,
#ask-newspaper-slideshow .slide-image img, #ask-magazine-slideshow .slide-image img,
#news-main-slider .slide-image img {
  margin: 0 auto;
}
#home-slideshow-4 .slide-caption,
#media-ask-slideshow .slide-caption,
#ask-newspaper-slideshow .slide-caption, #ask-magazine-slideshow .slide-caption {
  text-align: center;
}
.slide-caption {
  padding: 5px 10px;
  font-size: 1.6em;
}
a .slide-caption {
  color: #484A49;
}

.col-wrapper {
  overflow: hidden;
}
.col-wrapper .col-two {
  float: left;
  width: 49.5%;
}
.col-wrapper .col-two:last-child {
  float: right;
  width: 49.5%;
}


/* HOME */
.home-h1 {
  position: absolute;
}
.home-section {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  overflow: hidden;
}
.home-section:nth-child(odd) {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/home-bg-orange.png');
}
.home-section:nth-child(even) {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/home-bg-green.png');
}
.home-qa {
  display: block;
  width: 50%;
  max-width: 200px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
h2.home-section-title {
  padding: 20px;
  font-size: 1.6em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
h1.home-section-title {
  padding: 20px;
  font-size: 1.6em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.home-grids {
  overflow: hidden;
}
.home-grids .grid {
  float: left;
  position: relative;
  display: block;
  width: 25%;
  border: 1px solid #000;
}
.home-grids .grid:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.home-grids .grid-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 101%; /* 101%: cover possible gaps because of percentage width */
  height: 101%; /* 101%: keep the image ratio */
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
}
/* mask */
/* .home-grids .grid-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(174,129,0,0.34);
} */
/* .home-grids .grid-text {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.home-grids .grid-text span {
  display: table-cell;
  color: #FFF;
  font-size: 1.6em;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
} */
.home-grids .grid-text {
	display: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #FFF;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 5px rgba(0,0,0,1);
  transform: translateY(-80%);
  z-index: 10;
}
.home-grids .grid-text.show-grid-text {
	display: block;
}
.home-grids .grid-mask {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
.home-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.home-row-left {
  display: table-cell;
  width: 66.66666666666666666666667%;
  vertical-align: middle;
}
.home-row-right {
  display: table-cell;
  width: 33.33333333333333333333333%;
  vertical-align: middle;
}
.home-row-right h3 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
}
.home-row-middle {
  width: 66%;
  margin: 0 auto;
  text-align: center;
}
.home-row-photo img {
  display: block;
}
.home-row-text {
  max-width: 480px;
  padding: 40px;
  margin: 0 auto;
}


/* ABOUT US */

.deanery-photo, .deanery-text {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: left;
  vertical-align: middle;
}
.deanery-photo {
  max-width: 50%;
}
.deanery-text {
  max-width: 49%;
}
.deanery-position, .deanery-qualifications {
  font-weight: bold;
  margin-bottom: 1.5em;
}
.deanery-contact p {
  margin-bottom: 0;
}
.deanery-contact div:last-of-type p {
  margin-bottom: 1em;
}
.deanery-phone, .deanery-email,
.office-phone, .office-fax, .office-email, .office-address, .office-time, .office-youtube, .office-blog {
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 16px 16px;
  min-height: 20px;
}
.deanery-phone, .office-phone {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/phone@2x.png');
}
.deanery-email, .office-email {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/email@2x.png');
}
.office-fax {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/fax@2x.png');
}
.office-blog {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/blog@2x.png'); 
}
.office-youtube {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/youtube@2x.png'); 
}
.office-youtube a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.office-address {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/map@2x.png');
}
.office-time {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/briefcase@2x.png');
  background-position: left 1px;
}
.office-text {
  max-width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
}
.office-text-left, .office-text-right {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.office-text-left {
  width: 50%;
  margin-right: 5%;
}
.office-text-right {
  width: 44%;
}
.office-contact {
  text-align: left;
}
.office-contact p {
  margin-bottom: 10px;
}
.office-map {
  max-width: 400px;
  padding-top: 20px;
}
.office-email {
  display: table;
}
.office-email-row {
  display: table-row;
}
.office-email-col1, .office-email-col2 {
  display: table-cell;
}
.office-email-col1 p {
  position: relative;
  width: 100%;
  padding-right: 20px;
}
.office-email-col1 p:after {
  content: ':';
  position: absolute;
  right: -5px;
  top: 0;
  width: 1em;
  height: 1.6em;
  color: #000;
  text-align: left;
  background: transparent;
  font-size: 1em;
}
.staff-entries {
  text-align: center;
  overflow: hidden;
}
.staff-entry {
  position: relative;
  padding: 0 20px 1em 20px;
  margin-bottom: 20px;
}
.staff-entry:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 1px;
  background-color: #484A49;
  left: 50%;
  margin-left: -5px;
}
.col-two .staff-entry:last-child:after {
  display: none;
}
.staff-entry p {
  text-align: center;
  margin-bottom: 0;
}
.staff-email a {
  position: relative;
}
.staff-email a:before {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  content: '';
  width: 22px;
  height: 18px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/email@2x.png') no-repeat left top;
  background-size: 16px 16px;
  vertical-align: middle;
}


/* PROSPECTIVE STUDENTS */

.programmes-main .col-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.content-text {
  max-width: 800px;
  margin: 0 auto 30px auto;
}
.list-programmes {
  max-width: 800px;
  margin: 10px auto 40px auto;
}
.list-programme {
  padding: 10px 12px;
  border: 1px solid #FFF;
  margin-bottom: 5px;
  background-color: rgb(214,214,214);
  background-color: rgba(214,214,214,0.6);
  font-size: 1.6em;
  text-align: left;
  border-radius: 10px;
}
.list-programme:nth-child(even) {
  background-color: rgb(230,231,232);
  background-color: rgba(230,231,232,0.7);
}
.prospective-ug-list-main-content-inner {
  position: relative;
}
.prospective-ug-list-main-content-inner:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 15%;
  width: 300px;
  height: 298px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/ug-arrow-1@2x.png') no-repeat right top;
  background-size: 300px 298px;
  z-index: -1;
}
.prospective-ug-list-main-content-inner:after {
  position: absolute;
  content: '';
  right: 0;
  top: 5%;
  width: 264px;
  height: 221px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/ug-arrow-2@2x.png') no-repeat right top;
  background-size: 264px 221px;
  z-index: -1;
}

.undergraduate-apply-left, .undergraduate-apply-middle, .undergraduate-apply-right {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.undergraduate-apply-left {
  width: 235px;
  height: 238px;
  margin-top: 50px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/ug-apply-left@2x.png') no-repeat left top;
  background-size: 235px 238px;
}
.undergraduate-apply-middle {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  /* height: 279px;
  padding: 25px 100px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/ug-apply-middle@2x.png') no-repeat left top;
  background-size: 400px 279px; */
}
.undergraduate-apply-text {
  position: absolute;
  left: 12%;
  top: 10%;
  width: 76%;
  height: 80%;
  padding: 15px;
  background-color: #7DBDB1;
  overflow: auto;
}
.undergraduate-apply-right {
  width: 595px;
  height: 310px;
  padding: 25px 100px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/ug-apply-right@2x.png') no-repeat left top;
  background-size: 595px 310px;
}
.undergraduate-apply-right ul {
  list-style: none;
  margin-left: 0;
}
.undergraduate-apply-right li {
  padding-left: 30px;
  margin-bottom: 25px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/bullet-arrow@2x.png') no-repeat left 2px;
  background-size: 23px 16px;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}
.postgraduate-list-programmes {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
.postgraduate-list-heading {
  color: #243286;
  padding-left: 2.4em;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 32px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px 32px;
}
.postgraduate-list-programmes ul {
  margin-left: 0;
  list-style: none;
}
.postgraduate-list-programmes li {
  margin-left: 2.4em;
  margin-bottom: 0.3em;
}

.postgraduate-apply-text {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 46%;
  vertical-align: top;
}
.postgraduate-apply-image-container {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  width: 50%;
  max-width: 400px;
  height: auto;
  margin-left: 3%;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.postgraduate-apply-image-container img {
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* .postgraduate-apply-image {
  position: absolute;
  left: 40px;
  top: 23px;
  width: 312px;
  height: 234px;
  line-height: 234px;
  background-color: #666;
}
.postgraduate-apply-image img {
  vertical-align: middle;
} */


/* CURRENT STUDENTS */

.dotted-blocks {
  max-width: 1000px;
  margin: 0 auto;
}
.page-title + .dotted-blocks, .page-title + .dotted-block-photo-top + .dotted-blocks {
  margin-top: 20px;
}
.dotted-block-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 4%;
}
.dotted-block {
  display: table-cell;
  position: relative;
  padding: 20px;
  border: 5px dotted;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  vertical-align: top;
}
.dotted-block-1, .dotted-block-6 {
  border-color: #FBA638;
}
.dotted-block-2, .dotted-block-3 {
  border-color: #00A4ED;
}
.dotted-block-4, .dotted-block-5 {
  border-color: #941C58; 
}
.db-ug .dotted-block-1 { /* ug = undergraduate */
  width: 60%;
}
.db-ug .dotted-block-1 .dotted-block-text {
  width: 90%;
}
.db-ug .dotted-block-2, .db-ug .dotted-block-3,
.db-ug .dotted-block-4, .db-ug .dotted-block-5 {
  width: 48%; 
}
.db-ug .dotted-block-6 {
  width: 60%;
}
.db-ug .dotted-block-photo-top, .db-ug .dotted-block-photo-bottom {
  display: table-cell;
  width: 36%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  vertical-align: top;
}

.db-pg .dotted-block-3 { /* pg = postgraduate */
  width: 100%;
}
.db-pg .dotted-block-1, .db-pg .dotted-block-2,
.db-pg .dotted-block-4, .db-pg .dotted-block-5 {
  width: 48%; 
}
.db-pg .dotted-block-photo-top, .db-pg .dotted-block-photo-bottom {
  text-align: center;
}
.db-pg .dotted-block-photo-top {
  display: none;
  margin-bottom: 50px;
}

.dotted-block-number {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 70px;
  height: 70px;
  line-height: 68px;
  color: #FFF;
  background-color: #51BAA6;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.dotted-block-title {
  padding: 0 0 20px 45px;
  color: #273086;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
}
.dotted-block-text {
  width: 100%;
  overflow: hidden;
}
.dotted-block-text-left {
  float: left;
  width: 46%;
  margin-right: 2%;
}
.dotted-block-text-right {
  float: right;
  width: 46%;
  margin-right: 2%;
}

.color-blocks {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.cb-aac.color-blocks {
  max-width: 1000px;
  padding-left: 260px;
}
.cb-sa.color-blocks {
  max-width: 1180px;
}
.cb-aac .color-block-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
}
.color-block {
  width: 500px;
  margin-bottom: 20px;
}
.cb-aac .color-block-1,
.cb-sa .color-block-2 {
  float: left;
}
.cb-aac .color-block-2,
.cb-sa .color-block-3 {
  float: right;
}
.cb-sa .color-block-1 {
  margin-left: auto;
  margin-right: auto;
}
.color-block-title {
  position: relative;
  padding: 5px 15px;
  height: 33px;
  color: #FFF;
  font-size: 1.8em;
  font-weight: bold;
}
.color-block-corner {
  position: absolute;
  content: '';
  top: 0;
  border-style: inset;
  -webkit-transform:rotate(360deg);
}
.cb-aac .color-block-1 .color-block-corner,
.cb-sa .color-block-2 .color-block-corner {
  right: 0;
  border-top: 0 solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 0 solid transparent;
}
.cb-aac .color-block-2 .color-block-corner,
.cb-sa .color-block-1 .color-block-corner,
.cb-sa .color-block-3 .color-block-corner {
  left: 0;
  border-right: 33px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
}
.cb-aac .color-block-1 .color-block-title,
.cb-sa .color-block-2 .color-block-title { 
  text-align: left;
}
.cb-aac .color-block-2 .color-block-title,
.cb-sa .color-block-1 .color-block-title,
.cb-sa .color-block-3 .color-block-title { 
  text-align: right;
}
.color-block-content {
  position: relative;
  padding: 20px 15px;
  height: 190px;
  overflow: auto;
}
.color-block-text {
  position: relative;
  z-index: 2;
}
.color-block-background {
  position: absolute;
  top: 0;
  width: 80%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
}
.color-block-background:before {
  position: absolute;
  content: '';
  top: 0;
  border-style: inset;
  -webkit-transform:rotate(360deg);
}
.cb-aac .color-block-1 .color-block-background,
.cb-sa .color-block-2 .color-block-background {
  right: 0;
}
.cb-aac .color-block-1 .color-block-background:before,
.cb-sa .color-block-2 .color-block-background:before {
  left: 0;
  border-top: 190px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
}

.cb-aac .color-block-2 .color-block-background,
.cb-sa .color-block-1 .color-block-background,
.cb-sa .color-block-3 .color-block-background {
  left: 0;
}
.cb-aac .color-block-2 .color-block-background:before,
.cb-sa .color-block-1 .color-block-background:before,
.cb-sa .color-block-3 .color-block-background:before {
  right: 0;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
  border-left: 60px solid transparent;
}


/* STAFF AERA */
.main.staff-area {
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/staff-area-bg.png') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
}
a.staff-area-image {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

/* EMPLYOMENT */

.employment-left, .employment-middle, .employment-right {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33%;
  padding: 0 10px;
  text-align: left;
  vertical-align: top;
}
.employment-left {
  max-width: 400px;
}
.employment-middle h2 {
  margin-bottom: 1em;
}
.employment-middle h1 {
  margin-bottom: 1em;
}
.employment-heading h3 {
  margin-bottom: 1em;
  font-weight: bold;
}
.employment-table th {
  font-size: 1.4em;
}
.employment-table td {
  font-size: 1.3em;
}


/* MEDIA */

.alumni-main, .media-main, .visitor-main {
  position: relative;
}
.alumni-main-content, .media-main-content, .visitor-main-content {
  padding-top: 80px !important;
}
.alumni-page-title, .visitor-page-title, .media-page-title {
  position: absolute;
  left: 0;
  top: -0.1em;
  padding: 0;
  color: #474747;
  font-size: 8em;
}
html.en_US .alumni-page-title, html.en_US .visitor-page-title, html.en_US .media-page-title {
  top: -0.2em;
}
.alumni-text, .alumni-photo,
.visitor-text, .visitor-photo {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.alumni-photo, .visitor-photo {
  margin-top: 20px;
}
.media-middle {
  text-align: center;
}
.media-middle h3.media-heading {
  text-align: center;
}
.media-photo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 55%;
  vertical-align: middle;
}
.media-text {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 32%;
  padding: 40px;
  text-align: left;
  vertical-align: middle;
}
h3.media-heading {
  margin: 30px 0;
  font-size: 2.4em;
  font-weight: bold;
}
h3.media-heading:before {
  content: '';
  display: block;
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
  height: 30px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/dotted-blue@2x.png') no-repeat center top;
  background-size: 350px 9px;
}
.media-top h3.media-heading {
  margin-top: 0;
}
.media-top h3.media-heading:before {
  display: none;
}


/* RESEARCH */

.research-main {
  position: relative;
}
.research-main-content {
  padding-left: 280px;
  padding-right: 280px;
}
h2.research-page-title {
  position: absolute;
  display: table;
  table-layout: fixed;
  left: 20px;
  top: 20px;
  width: 250px;
  min-height: 136px;
  padding: 35px 40px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/research-page-title-bg@2x.png') no-repeat left top;
  background-size: 100% 100%;
  font-weight: normal;
  text-align: left;
}
h1.research-page-title {
  position: absolute;
  display: table;
  table-layout: fixed;
  left: 20px;
  top: 20px;
  width: 250px;
  min-height: 136px;
  padding: 35px 40px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/research-page-title-bg@2x.png') no-repeat left top;
  background-size: 100% 100%;
  font-weight: normal;
  text-align: left;
}
.research-page-title span {
  display: table-cell;
  vertical-align: middle;
}
.highlights-blocks {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.highlights-block {
  /* display: table; */
  width: 90%;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
}
.highlights-block:nth-child(odd) {
  float: right;
  background-color: #ABBAD1;
}
.highlights-block:nth-child(even) {
  float: left;
  background-color: #C3CDDE;
}
.highlights-title {
  margin-bottom: 0.5em;
  color: #FFF;
  font-size: 3em;
  font-weight: bold;
  text-align: left;
}
.highlights-image {
  width: 30%;
}
.highlights-text {
  width: 65%;
}
.highlights-block:nth-child(odd) .highlights-image,
.highlights-block:nth-child(even) .highlights-text {
  float: right;
}
.highlights-block:nth-child(odd) .highlights-text,
.highlights-block:nth-child(even) .highlights-image {
  float: left;
}

/* .highlights-block-wrapper-1, .highlights-block-wrapper-2 {
  display: table-cell;
  vertical-align: middle;
}
.highlights-block-wrapper-1 {
  width: 70%;
}
.highlights-block:nth-child(odd) .highlights-block-wrapper-2 {
  padding-left: 20px;
}
.highlights-block:nth-child(even) .highlights-block-wrapper-2 {
  padding-right: 20px;
} */

.research-units-content {
  max-width: 1000px;
  margin: 0 auto;
}
.research-units-text, .research-units-image {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.research-units-text {
  width: 56%;
  text-align: left;
}
.research-units-image {
  width: 40%;
  margin-left: 3%;
}
ul.research-units-list {
  margin-left: 0;
  list-style: none;
}
.research-units-list li {
  padding: 6px 0 6px 40px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px 32px;
}
.research-units-list li:nth-child(odd) {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/research-units-bullet-orange@2x.png');
}
.research-units-list li:nth-child(even) {
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/research-units-bullet-green@2x.png');
}
.oal-blocks {
  display: table;
  width: 100%;
  max-width: 1200px;
  table-layout: fixed;
  margin: 0 auto;
}
.oal-block {
  display: table-cell;
  width: 48%;
  padding: 40px;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/oal-block-border@2x.png') no-repeat left top;
  background-size: 100% 100%;
  vertical-align: top;
}
.oal-title {
  font-size: 3em;
  margin-bottom: 20px;
  text-align: left;
}
.oal-image {
  margin-bottom: 20px;
}


/* ASK & News */

html.en_US .ask-main {
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/ask-corner-en@2x.png') no-repeat -2px -2px;
  background-size: 250px 244px;
}
html.zh_TW .ask-main,
html.zh_CN .ask-main {
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/ask-corner-tc@2x.png') no-repeat -2px -2px;
  background-size: 250px 246px;

}
.ask-main .main-content {
  padding-top: 280px;
}
.ask-main-photo {
  margin-top: 20px;
  text-align: center;
}
.ask-main-text, .news-main-text {
  max-width: 1200px;
  margin: 0 auto;
}
.news-main {
  position: relative;
}
.news-main-content {
  display: block;
  position: relative;
  max-width: 1200px;
}
.news-main-left, .news-main-right {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.news-main-right {
  width: 70%;
  max-width: 1400px; /* 1200px */
}
.news-main-fixed-title {
  float: left;
  font-size: 2.4em;
  font-weight: bold;
  padding-right: 20px;
}
.news-main-title {
  float: left;
  position: relative;
  width: 220px;
  padding: 40px 20px 20px 20px;
  margin-top: -40px;
  color: #D9D9E3;
  background-color: #25AAE1;
  text-align: center;
}
.news-main-title h1 {
  font-size: 2.2em;
}
.news-main-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  padding-bottom: 61%;
  width: 100%;
  height: 0;
  background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/news-main-title-bg@2x.png') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  /* border-style: solid;
  border-width: 0 110px 110px 110px;
  border-color: transparent transparent #D9D9E3 transparent;
  border-style: inset;
  -webkit-transform: rotate(360deg); */
}
.news-main-text {
  float: right;
  width: 55%; /* 60% */
  /* max-width: 600px; */
  padding: 50px;
}
.news-main-photo {
  float: right;
  width: 45%; /* 40% */
  max-width: 600px;
  text-align: center;
}

.news-main-slider-zoom {
  margin-bottom: 20px;
}
.news-main-slider-wrapper {
  position: relative;
  padding: 0 50px;
}
.news-main-slider-wrapper .bx-wrapper .bx-prev {
  left: -50px;
}
.news-main-slider-wrapper .bx-wrapper .bx-next {
  right: -50px;
}
#news-main-slider .slide-image {
  /*padding: 0 15px;*/
}

.news-main.no-image .news-main-right {
  width: 50%;
}
.news-main.no-image .news-main-text {
  width: 100%;
}
.news-main.no-image .main-content {
  overflow: visible;
}


/* BOOKS OF HONOR */

.book-slideshow-container {
  float: right;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 75% !important;
  /* max-width: 1000px; */
  margin: 30px auto 0 auto;
}
.book-slideshow-wrapper {
  float: right;
  /* width: 78%;
  margin-right: -1.5%; */
  width: 100% !important;
  margin: 0 !important;
}
#book-slideshow .slide-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.66667%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
}
.popup-photo {
  text-align: center;
}


/* SEARCH PAGE */

.search-main .main-content {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.search-page-info {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  border-bottom: 1px solid #484A49;
  margin-bottom: 20px;
}
.search-page-info-left {
  float: left;
}
.search-page-info-right {
  float: right;
}
.search-page-title {
  text-align: left;
}
.search-page-title > h1 {
  font-size: 2.4em;
  margin-bottom: 0.5em;
}
.search-page-title > h1 span {
  font-weight: bold;
}
html.en_US .search-page-title > h1 span,
html.en_US .search-page-count {
  font-style: italic;
}
.search-page-count, .search-page-form, .search-page-text {
  margin-bottom: 20px !important;
}
.search-page-form input {
  padding: 10px;
  border: 0;
  font-size: 1.6em;
}

.search-result {
  text-align: left;
  margin-bottom: 20px;
}
h2.search-result-title {
  font-weight: normal;
}
h1.search-result-title {
  font-weight: normal;
}
h2.search-result-title a {
  color: #484A49;
}
h1.search-result-title a {
  color: #484A49;
}
h2.search-result-title a:hover {
  text-decoration: underline;
}
h1.search-result-title a:hover {
  text-decoration: underline;
}
.search-result-link {
  color: #08F;
}
.search-main .pagination {
  text-align: left;
}
.search-main .pagination a.page-numbers {
  padding-right: 10px;
  color: #484A49;
  font-size: 1.6em;
  text-transform: uppercase;
}
.search-main .pagination a.page-numbers:hover {
  text-decoration: underline;
}
.search-main .pagination span.page-numbers.current {
  padding-right: 10px;
  color: #484A49;
  font-size: 1.6em;
  font-weight: bold;
}


/*SITEMAP */

.sitemap-main .page-title {
  font-weight: bold;
  font-size: 2.6em;
  text-align: left;
}
ul.page-list, ul.children {
  list-style: disc;
  margin-left: 2em;
}
ul.page-list {
  font-size: 1.6em;
  text-align: left;
}
ul.page-list li {
  margin-top: 0.5em;
  font-size: 1em;
}
ul.page-list li.page-item-1586 { /* sitemap */
  display: none;
}
ul.children {
  margin-bottom: 2em;
}
ul.children ul.children {
  margin-bottom: 0;
}

.content.font-large .home-row {
  display: block;
}
.content.font-large .home-row-left,
.content.font-large .home-row-right {
  display: block;
  margin: 0 auto;
}
.content.font-large .home-row-right {
  width: 66.66666666666666666666667%;
}
.content.font-large .home-row-text {
  max-width: none;
}
.content.font-large .submenu {
  width: 300px;
}
.content.font-large .search-bar {
  width: 598px;
}
.content.font-large h1.research-page-title {
  width: 350px;
}
.content.font-large .col-wrapper .col-two,
.content.font-large .col-wrapper .col-two:last-child {
  float: none;
  width: 100%;
}
.content.font-large .search-icon, .content.font-large .sitemap-icon, .content.font-large .share-icon {
  width: 52px;
  height: 52px;
}
.content.font-large .search-graphic, .content.font-large .sitemap-graphic, .content.font-large .share-graphic {
  width: 52px;
  height: 52px;
  background-size: 36px 34px;
}
.content.font-large .media-top {
  margin-top: 50px;
}
.content.font-large .research-units-content {
  margin-top: 180px;
}
.content.font-large .oal-blocks {
  margin-top: 120px;
}
.content.font-large .ask-newspaper-slideshow-wrapper {
  margin-top: 200px;
}
.content.font-large .color-block {
  width: 560px;
}
.content.font-large .color-block-title {
  height: 60px;
}
.content.font-large .color-block-corner {
  display: none !important;
}
.content.font-large .undergraduate-apply-right {
  width: 900px;
  height: 469px;
  background-size: 900px 469px;
}
.content.font-large .undergraduate-apply-right li {
  background-position: left 12px;
}

.content.font-small .search-icon, .content.font-small .sitemap-icon, .content.font-small .share-icon {
  width: 18px;
  height: 18px;
}
.content.font-small .search-graphic, .content.font-small .sitemap-graphic, .content.font-small .share-graphic {
  width: 18px;
  height: 18px;
  background-size: 12px 12px;
}
.recognition-page-title, .book-page-title, .album-page-title {
  width: 90%;
  max-width: 800px;
  padding: 10px 0;
  border-top: 5px solid #C9BB33;
  border-bottom: 5px solid #C9BB33;
  margin: 0 auto;
  font-size: 3.6em;
  font-weight: bold;
  text-transform: uppercase;
}
.recognition-entries {
  padding-top: 100px;
}
.recognition-entry {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 40px auto;
  overflow: hidden;
}
.recognition-date {
  width: 90%;
  max-width: 800px;
  padding-bottom: 5px;
  border-bottom: 1px solid #C9BB33;
  margin: 0 auto 20px auto;
  font-size: 2em;
  font-weight: bold;
  text-align: left;
}
.recognition-image {
  float: right;
  width: 35%;
}
.recognition-text {
  float: left;
  width: 63%;
}
.recognition-text a {
  text-decoration: none;
}
.book-page-title {
  margin-bottom: 40px;
}
.book-page-text {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
.book-years {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 30px auto;
}
a.book-year, .book-year {
  padding: 0 10px 0 7px;
  border-right: 1px solid #484A49;
  text-decoration: none;
}
a.book-year#book-year-1, .book-year#book-year-1 {
  padding-left: 0;
}
.book-year.active {
  font-weight: bold;
}
.book-year:first-child {
  padding-left: 40px;
}
.book-year:last-child {
  border-right: 0;
}
.book-year-entries {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
ul.book-tabs {
  float: left;
  width: 25%;
  padding: 0 20px 0 0;
  margin-left: 0;
  list-style: none;
}
li.book-tab {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1em;
}
li.book-tab a {
  display: block;
  text-decoration: none;
}
.book-honoree {
  font-size: 1.6em;
}
.book-department {
  font-size: 1.2em;
  font-style: italic;
}
.book-panel-container {
  float: right;
  width: 75%;
}
.book-content-container {
  display: none;
  width: 100%;
  padding: 10px;
  border: 5px solid #00B9C9;
  visibility: visible !important;
}
.book-content {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px 40px;
  border: 3px solid #C9BB33;
}
.book-image {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
.book-text {
  display: table-cell;
  width: 75%;
  padding-left: 20px;
  vertical-align: middle;
}


/* PHOTO ALBUMS */

.album-entries {
  padding-top: 40px;
  text-align: center;
}
.main-content a.album-entry {
  display: inline-block;
  width: 30%;
  margin: 1%;
  text-decoration: none;
}
.album-entry-photo {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.album-entry-name {
  font-size: 2em;
  text-align: left;
  padding: 10px;
}

.album-gallery {
  padding-top: 40px;
  overflow: hidden;
}
.album-gallery-photo {
  display: block;
  float: left;
  width: 18%;
  margin: 1%;
}
.album-gallery-photo-background {
  width: 100%;
  padding-bottom: 68%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.album-navigation {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  margin-top: 50px;
  border-top: 1px solid #AAA;
  font-size: 2em;
  font-style: italic;
}
.album-navigation-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 20px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.album-navigation-prev {
  float: left;
}
.album-navigation-next {
  float: right;
}



/* MEDIA QUERIES */

@media screen and (max-width: 1060px) {
  .undergraduate-apply-left {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .main-menu li ul {
    left: -25%;
    width: 150%;
  }
  .main-menu li#menu-item-143 ul {
    left: -50%;
    width: 200%;
  }
  .research-main-content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .news-main-title {
    width: 180px;
  }
  .news-main-text {
    padding: 30px;
  }
  .news-main-right, .news-main-text, .news-main-photo {
    float: none;
  }
  .news-main-text, .news-main-photo {
    width: 100% !important;
  }
  .news-main-right {
    padding-left: 40px;
  }
  .news-main-text {
    padding: 30px 0;
    margin: 0;
  }
}
@media screen and (max-width:1260px) {
  .main-menu li a {
    font-size: 1.5em;
  }
  .main.with-submenu .main-content {
    padding-right: 40px;
  }
  .staff-entries .col-wrapper .col-two, .staff-entries .col-wrapper .col-two:last-child {
    float: none;
    width: 100%;
  }
  .main-photo {
    max-width: 800px;
  }
  .main-photo img.horizontal {
    display: none;
  } 
  .main-photo img.vertical {
    display: inline;
  }

  .album-entries {
    text-align: left;
  }
  .main-content a.album-entry {
    width: 45.5%;
    margin: 2%;
  }
  .album-gallery-photo {
    width: 22%;
    margin: 1.5%;
  }
}
@media screen and (min-width: 1061px) {
  .content.font-large .main-menu li a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }
}
@media screen and (max-width: 1060px) {
  /* .main-menu li a {
    font-size: 1.4em;
  }
  .main-menu li ul {
    left: -50%;
    width: 200%;
  } */
  body {
    font-size: 60%;
  }
  .container {
    width: 100%;
    overflow-x: hidden;
  }
  .header-top {
    margin-top: 44px;
  }
  .main-menu-mobile-btn {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 44px;
    cursor: pointer;
    background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/menu-bg.png') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
    behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
    z-index: 1000;
  }
  .main-menu-mobile-btn span {
    float: right;
    display: block;
    height: 44px;
    width: 68px;
    padding: 5px 20px;
  }
  .main-menu-mobile-btn i {
    display: block;
    width: 28px;
    height: 3px;
    margin: 6px auto 0 auto;
    background: #FFF;
  }
  body.open {
    overflow: hidden;
  }
  .main-menu {
    clear: both;
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    max-width: 300px;
    height: 100%;
    padding: 20px;
    margin-left: 0;
    overflow: auto;
    box-shadow: -1px 0 10px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/menu-bg.png') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
    behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  }
  body.open .main-menu {
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-menu li {
    display: block !important;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #FFF;
    border-right: 0;
  }
  .main-menu li:last-child {
    border-bottom: 0;
  }
  .main-menu li li:hover {
    background-color: transparent;
  }
  .main-menu li li:hover a {
    color: #484A49;
  }
  .main-menu ul li ul {
    display: none;
    position: relative;
    width: 100%;
    left: 0;
  }
  .main-menu ul li:hover ul, .main-menu ul ul li:hover ul {
    display: none;
  }
  .main-menu ul li.active ul {
    display: block;
  }
  .main-menu ul li.active ul ul {
    display: none;
  }
  .main-menu ul ul li {
    width: 100%;
    padding: 8px 0;
    border-top: 0;
    background-color: transparent;
  }
  .main-menu li li:hover li {
    background-color: transparent;
  }
  .main-menu ul ul li.active ul {
    display: block;
    position: static;
    border-top: 1px solid #8ED9E0;
    border-bottom: 1px solid #8ED9E0;
    margin-top: 10px;
  }
  .main-menu-close {
    position: relative;
    float: right;
    width: 40px;
    height: 30px;
    background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/main-menu-close@2x.png') no-repeat right top;
    background-size: 20px 20px;
    cursor: pointer;
    z-index: 1001;
  }
  .main-menu li.current-menu-parent > a, .main-menu li.current-menu-item > a, .main-menu li.active > a {
    font-weight: bold;
  }
  .header-top {
    padding: 20px 0;
  }
  .logo {
    width: 140px;
    height: 107px;
    background-size: 140px auto;
  }
  .bx-wrapper #logo-slideshow .slide img {
    width: 120px;
    margin: 0 auto;
  }
  .col-wrapper .col-two, .col-wrapper .col-two:last-child {
    float: none;
    width: 100%;
  }

  .home-row {
    display: block;
  }
  .home-row-left,
  .home-row-right {
    display: block;
    margin: 0 auto;
  }
  .home-row-right {
    width: 66.66666666666666666666667%;
  }
  .home-row-text {
    max-width: none;
  }

  .employment-left {
    width: 29%;
  }
  .employment-middle {
    width: 70%;
  }
  .employment-right {
    display: block;
    width: 100%;
    margin-top: 30px;
  }

  .media-photo {
    width: 50%;
  }
  .media-text {
    width: 49%;
  }

  .research-main-content {
    padding-left: 40px;
  }
  h2.research-page-title {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 0;
    padding: 20px 40px;
    margin-bottom: 20px;
    font-size: 2em;
  }
  h1.research-page-title {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 0;
    padding: 20px 40px;
    margin-bottom: 20px;
    font-size: 2em;
  }  
  .research-page-title span {
    display: inline;
  }

  .cb-aac.color-blocks {
    padding-left: 0;
  }
  .cb-aac .color-block-photo {
    z-index: 1;
    opacity: 0.4;
  }
  html.en_US .ask-main, html.zh_TW .ask-main, html.zh_CN .ask-main {
    background: none;
  }
  .ask-main .main-content {
    padding-top: 0;
  }
  .news-main-right {
    width: 70%;
  }
  .news-main-fixed-title {
    display: none;
  }
  .office-email, .office-email-row,
  .office-email-col1, .office-email-col2 {
    display: block;
  }
  .office-email-col1 p {
    padding-right: 0;
    margin-bottom: 0;
  }
  .office-email-col1 p:after {
    left: auto;
    right: auto;
  }
  .content.font-large .research-units-content,
  .content.font-large .oal-blocks,
  .content.font-large .ask-newspaper-slideshow-wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .book-content, .book-image, .book-text {
    display: block;
  }
  .book-image {
    width: 40%;
    margin: 0 auto 20px auto;
  }
  .book-text {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 800px) { /* mobile layout for most elements */
  .deanery-photo {
    width: 47%;
    max-width: none;
    margin-right: 2%;
  }
  .deanery-text {
    width: 50%;
    max-width: none;
  }
  .submenu {
    display: none;
  }
  .main-content {
    padding: 20px;
  }
  .main.with-submenu .main-content {
    padding-right: 20px;
  }
  .research-main-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-left {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100%;
  }
  .footer-right {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  a.logo-cuhk {
    float: none;
  }

  .home-grids .grid {
    width: 50%;
  }
  .home-grids .grid-text {
    font-size: 2vw;
  }
  .home-row-left, .home-row-right {
    width: 100%;
    float: none;
  }
  .home-row-text {
    max-width: none;
    padding: 30px;
  }
  .home-slideshow-2-left-wrapper, .home-slideshow-2-right-wrapper {
    float: none;
    width: 100%;
  }
  div#home-slideshow-2-right:before {
    content: '';
    display: block;
    padding-top: 100%;
  }

  .color-block {
    float: none !important;
    width: 100%;
  }
  .cb-aac.color-blocks {
    padding-left: 220px;
  }
  .cb-aac .color-block-photo {
    width: 200px;
  }

  .search-page-info-left {
    float: none;
  }
  .search-page-info-right {
    float: left;
  }

  .highlights-image, .highlights-text {
    float: none;
  }
  .highlights-image {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .highlights-image img {
    max-height: 250px;
  }
  .highlights-text {
    width: 100%;
  }
  .album-gallery-photo {
    width: 30%;
    margin: 1.5%;
  }
}

@media screen and (max-width: 680px) { /* smaller screens */
  .dotted-block-row {
    display: block;
    margin-bottom: 0;
  }
  .dotted-block {
    display: block !important;
    width: 100% !important;
    padding-top: 40px;
    margin-bottom: 50px;
  }
  .dotted-block-number {
    left: 50%;
    top: -35px;
    margin-left: -35px;
  }
  .dotted-block-title {
    padding-left: 0;
  }
  .dotted-block-text-left, .dotted-block-text-right {
    float: none;
    width: 100%;
    margin: 0;
  }
  .dotted-block-text-left {
    margin-bottom: 1.5em;
  }
  .db-ug .dotted-block-photo-top, .db-ug .dotted-block-photo-bottom {
    display: block;
    width: 100%;
    height: 150px;
  }
  .db-ug .dotted-block-photo-top {
    margin-bottom: 50px;
  }
  .db-pg .dotted-block-photo-top {
    display: block;
  }
  .db-pg .dotted-block-photo-bottom {
    display: none;
  }

  .employment-left, .employment-middle {
    display: block;
    width: 100%;
  }
  .employment-left {
    text-align: center;
  }
  .employment-middle {
    margin-top: 20px;
  }
  .media-photo, .media-text {
    display: block;
    width: 100%;
  }
  .oal-block {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .research-units-text, .research-units-image {
    width: 100%;
    display: block;
  }
  .research-units-image {
    margin-left: 0;
    margin-top: 20px;
  }

  .cb-aac.color-blocks {
    padding-left: 0;
  }
  .cb-aac .color-block-photo {
    z-index: 1;
    opacity: 0.4;
  }

  .undergraduate-apply-right {
    width: 100%;
    height: auto;
    padding: 20px 40px;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  /*.news-main-left { // cause problem to bxslider
    float: left;
    display: block;
    width: 60%;
    margin-right: 20px;
  }*/
  .news-main-title {
    width: 90%;
    padding: 15px 30px 15px 15px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .news-main-title:after {
    left: 100%;
    top: 0;
    padding: 0;
    width: 80px;
    height: 100%;
    background: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/news-main-title-bg-horizontal@2x.png') no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
    behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  }
  .news-main-title h1 {
    font-size: 1.6em;
    text-align: left;
  }
  .news-main-right {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .news-main.no-image .news-main-right {
    width: 100%;
  }
  .book-image {
    width: 80%;
  }
  ul.book-tabs {
    width: 30%;
  }
  .book-panel-container {
    width: 70%;
  }
  .book-content {
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .book-year-text {
    display: block;
  }
  .main-content a.album-entry {
    width: 100%;
    margin: 2% 0;
  }
  .book-year:first-child {
    padding-left: 0;
  }
  .album-gallery-photo {
    width: 45%;
    margin: 2%;
  }
}

@media screen and (max-width: 500px) { /* even smaller screens */
  body {
    font-size: 54%;
  }
  .deanery-photo {
    width: 70%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .deanery-photo img {
    max-height: 500px;
  }
  .deanery-text {
    width: 70%;
    max-width: none;
  }
  .office-text-left {
    width: 100%;
    margin-right: 0;
  }
  .office-text-right {
    width: 80%;
  }

  .media-text {
    padding: 20px;
  }

  .postgraduate-apply-text, .postgraduate-apply-image-container {
    display: block;
    width: 100%;
  }
  .postgraduate-apply-image-container {
    margin: 20px auto 0 auto;
  }

  .news-main-title h1 {
    font-size: 1.4em;
  }

  .highlights-image {
    text-align: center;
  }
  .highlights-image img {
    max-height: 200px;
  }
  .recognition-entries {
    padding-top: 60px;
  }
  .recognition-entry {
    margin-bottom: 60px;
  }
  .recognition-date {
    font-size: 3em;
  }
  .recognition-image {
    float: none;
    width: 100%;
    margin-bottom: 5pc;
  }
  .recognition-text {
    float: none;
    width: 100%;
    font-size: 1.4em;
  }
  ul.book-tabs, .book-panel-container {
    float: none;
  }
  ul.book-tabs {
    width: 100%;
  }
  .book-panel-container {
    width: 100%;
  }
}

@media screen and (max-width:400px) {
  .album-gallery-photo {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}


/* ACT TOGETHER LANDING PAGE */

body.page-template-page-act-frontpage .main-menu-mobile-btn,
body.page-template-page-act-frontpage .main-menu,
body.page-template-page-act-talks .main-menu-mobile-btn,
body.page-template-page-act-talks .main-menu,
body.page-template-page-act-news .main-menu-mobile-btn,
body.page-template-page-act-news .main-menu {
  display: none;
}

body.page-template-page-act-frontpage .main,
body.page-template-page-act-talks .main,
body.page-template-page-act-news .main  {
  padding: 0 !important;
}
body.page-template-page-act-talks .main-content,
body.page-template-page-act-news .main-content {
  padding-top: 0;
}
.co-h1 {
  padding: 2% 5%;
  font-size: 3.4em;
  color: #474747;
  text-align: left;
}
.slider#co-slideshow {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 23.27%; /* 600px height : 2000px width */
}
#co-slideshow .slide, #co-slideshow .slide-bg {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}

.co-section-container {
  width: 90%;
  max-width: 1200px;
  padding: 5% 0;
  margin: 0 auto;
  overflow: hidden;
}

.co-section {
  overflow: hidden;
}
.co-section, #co-slideshow .slide-bg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
  behavior: url(https://webarchive.lib.cuhk.edu.hk/20210325072157oe_/http://socsc.cuhk.edu.hk/ie/backgroundsize.min.htc);
}

.co-section-2 {
  float: left;
  width: 58%;
}
.co-section-3 {
  float: right;
  width: 40%;
}
.co-middle-blocks,
.co-bottom-blocks {
  overflow: hidden;
}
.co-middle-block {
  position: relative;
  float: left;
  display: block;
  width: 48%;
}
.co-middle-block:nth-child(odd) {
  margin-right: 4%;
}
.co-bottom-block {
  float: left;
  display: block;
  width: 48%;
}
.co-bottom-block:nth-child(odd) {
  margin-right: 4%;
}
.co-bottom-block:first-child,
.co-bottom-block:nth-child(2) {
  margin-bottom: 4%;
}
.co-bottom-block:last-child {
  margin-bottom: 0;
}
.co-middle-block-image,
.co-bottom-block a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.co-middle-block-image {
  margin-top: 8%;
  padding-bottom: 75.3%;
}
.co-middle-block-image:before,
.co-bottom-block a:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  opacity: 1;
  will-change: opacity;
  z-index: 1;
  transition: opacity 0.2s ease-out;
}
.co-middle-block-image:hover:before,
.co-bottom-block a:hover:before {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.co-bottom-block span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #FFF;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 5px rgba(0,0,0,0.8);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.co-middle-block span.cm-text {
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 4em;
  padding: 10px;
  color: #FFF;
  background-color: #8ED9E0;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 5px rgba(0,0,0,0.8);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.co-middle-block span span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 10px;
  text-align: center;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* TALKS */

.co-talks {
  display: inline-block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.co-talk {
  position: relative;
  float: left;
  width: 47%;
  margin: 1% 6% 3% 0;
  padding: 75px 0 0 75px;
}
.co-talk:nth-child(even) {
  margin-right: 0;
}
.co-talk:nth-child(odd) {
  clear: both;
}
.cot-left {
  position: absolute;
  left: 0;
  top: 0;
}
.cot-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  border: 8px solid white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
}
.cot-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 120%;
}
/*
.cot-image {
  width: 100%;
}
.cot-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
*/
.cot-right {
  /* background-color: rgba(255,255,255,0.4); */
  background-color: rgba(142,217,224,0.5);
  padding: 30px 30px 30px 100px;
  border-radius: 30px;
}
.cot-text {
  text-align: left;
}
.cott-title {
  margin-bottom: 30px;
  font-size: 1.6em;
  font-weight: 700;
}
.cott-more-container {
  display: block;
}
a.cott-more {
  font-size: 1.6em;
  cursor: pointer;
  /* text-decoration: none; */
}
.cott-introduction {
  margin-bottom: 40px;
}
.cott-description {
  display: none;
  padding: 40px;
  width: 90%;
  max-width: 800px;
  font-size: 1.2em;
}
.cott-description p {
  font-size: 1.3em;
}
a.cott-button {
  display: inline-block;
  float: right;
  padding: 8px 12px;
  margin-top: -26px;
  font-size: 1.5em;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
}
a.cott-button.button-register {
  background-color: rgba(241,167,225,0.8);
}
a.cott-button.button-review {
  background-color: rgba(72,220,90,0.8);
}


/* ACT News */

body.page-template-page-act-news .main-content {
  text-align: center;
}
body.page-template-page-act-news .main-content .co-h1 {
  text-align: left;
}
.co-news-entries {
  display: inline-block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}
.co-news-entries-left {
  float: left;
  width: 40%;
}
.co-news-entries-right {
  float: right;
  position: relative;
  width: 56%;
  padding: 30px 0;
  visibility: hidden;
  overflow: hidden;
  scrollbar-width: thin;
  scrollbar-color: #AAA #CFD8DC;
}
.co-news-entries-right::-webkit-scrollbar {
  width: 11px;
}
.co-news-entries-right::-webkit-scrollbar-track {
  background: #CFD8DC;
}
.co-news-entries-right::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 6px;
  border: 3px solid #CFD8DC;
}

.co-news-list {
  overflow: hidden;
}

.co-news-arrow {
  display: block;
  position: absolute;
  left: 50%;
  width: 58px;
  height: 20px;
  margin-left: -29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.co-news-arrow.inactive {
  opacity: 0.2;
  cursor: default;
}
.co-news-arrow-up {
  top: 0;
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/co-news-arrow-up@2x.png');
}
.co-news-arrow-down {
  bottom: 0;
  background-image: url('/20210325072157oe_/https://socsc.cuhk.edu.hk/wp-content/uploads/site/co-news-arrow-down@2x.png');
}

.co-news-entry, a.co-news-entry {
  display: block;
  text-decoration: none;
}
.co-news-entry-large {
	padding-bottom: 20px;
  border-bottom: 1px solid #484A49;
	margin-bottom: 30px;
}
.co-news-entry-small {
  padding-bottom: 30px;
  border-bottom: 1px solid #484A49;
  margin-bottom: 30px;
  text-align: left;
}
.co-news-entry-large:last-child,
.co-news-entry-small:last-child {
  border-bottom: 0;
}
a.co-news-title {
  text-decoration: none;
}
.co-news-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.co-news-entries-left .co-news-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
}
.co-news-entries-left .co-news-title {
  font-size: 2em;
}
.co-news-entries-right .co-news-image {
  display: inline-block;
  width: 44%;
  height: 0;
  padding-bottom: 24.75%;
  vertical-align: middle;
}
.co-news-entries-right .co-news-title {
  display: inline-block;
  width: 55%;
  padding: 0 0 0 30px;
  font-size: 1.8em;
  vertical-align: middle;
}

.fancybox-content {
	background-color: rgba(255,255,255,0.8);
}


@media (max-width: 1700px) {
  .cot-left {
    width: 300px;
  }
}

@media (max-width: 1500px) {
  .co-middle-block span.cm-text,
  .co-bottom-block span {
    font-size: 1.2vw;
  }
  .cot-left {
    width: 250px;
    padding: 20px 0 20px 20px;
  }
  /*
  .cot-right {
    padding: 20px;
  }
  */
}

@media (max-width: 1200px) {
  .co-talk {
    float: none;
    width: 100%;
    max-width: 800px;
    padding: 50px 0 0 50px;
    margin: 0 auto 20px auto;
  }
  .co-talk:nth-child(even) {
    margin-right: auto;
  }
  .cot-left {
    padding: 40px 0 40px 40px;
  }
  .cot-image {
    width: 100px;
    height: 100px;
  }
  .cot-right {
    padding-left: 50px;
  }
  /*
  .cot-right {
    padding: 40px;
  }
  */
}

@media (max-width: 1000px) {
  .co-middle-block span.cm-text,
  .co-bottom-block span {
    font-size: 1.5em;
  }
}

@media (max-width: 800px) {
  .co-h1 {
    padding: 20px;
  }
  /*
  .co-bottom-block {
    width: 50%;
  }
  .co-bottom-block-1,
  .co-bottom-block-2 {
    padding-bottom: 0;
  }
  .co-bottom-block-2 {
    padding-right: 2%;
  }
  .co-bottom-block-3 {
    padding-left: 2%;
  }
  */
  .co-news-entries-left,
  .co-news-entries-right {
    float: none;
    width: 100%;
  }
  .co-news-entries-left {
    margin-bottom: 20px;
  }

  .co-section-container {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .co-section-2, .co-section-3 {
    float: none;
    width: 100%;
  }
  .co-middle-block, .co-bottom-block {
    margin-bottom: 4%;
  }
  .co-middle-block span.cm-text, .co-bottom-block span {
    font-size: 1.8em;
  }

  .co-news-entries {
    max-width: 500px;
  }
}

@media (max-width: 600px) {
  .co-h1 {
    font-size: 2.2em;
  }
  .co-middle-block span.cm-text, .co-bottom-block span {
    font-size: 1.5em;
  }
  /*
  .cot-right {
    padding: 20px;
  }
  */
}

@media (max-width: 500px) {
  .co-middle-block span.cm-text {
    height: 5em;
  }

  .co-talk {
    padding: 85px 0 0 0;
    margin-bottom: 10px;
  }
  .cot-left {
    width: 100%;
    padding: 20px;
  }
  .cot-image {
    position: static;
    margin: 0 auto;
  }
  .cot-right {
    padding: 55px 20px 25px 20px;
  }
  /*
  .co-talk, .cot-left, .cot-right {
    display: block;
    width: 100%;
  }
  .co-talk {
    padding: 20px;
  }
  .cot-left {
    padding: 0;
  }
  .cot-right {
    padding: 0;
  }
  .cot-left {
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  */
  .co-news-entries-left {
    margin-bottom: 0;
  }
  .co-news-entry {
    margin-bottom: 30px;
    text-align: center;
  }
  .co-news-entries-right {
    margin-bottom: 30px;
  }
  /*
  .co-news-entry-small {
    padding-bottom: 20px;
  }
  */
  .co-news-entries-right .co-news-image {
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
    margin: 0 auto 20px auto;
  }
  .co-news-entries-left .co-news-title,
  .co-news-entries-right .co-news-title {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 2em;
  }
}

@media (max-width: 400px) {
  .co-middle-block span.cm-text,
  .co-bottom-block span {
    font-size: 1.3em;
  }
  .co-news-entries-left .co-news-title,
  .co-news-entries-right .co-news-title {
    font-size: 1.8em;
  }
}

@media (max-width: 350px) {
  .co-middle-block span.cm-text,
  .co-bottom-block span {
    font-size: 1.1em;
  }
}