html body main {
  /*max-width: 1920px;*/
  margin: 0 auto;
}
html body .region-content .heading3-with3 {
  margin-top: 50px !important;
}
html body .region-content .heading3-with3 h3 {
  padding: 10px 0px !important;
}
html body .region-content .heading2 h3 {
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  margin: 30px 0px;
}
html body .region-content .ccss-home-section1 .content-text-style h2 {
  font-weight: normal;
  color: #42535c;
}
html body .region-content .ccss-home-section1 .content-text-style p {
  border-left: 1px solid #c7c7c7;
  padding-left: 16px;
  margin-bottom: 0;
  padding-bottom: 10px;
  color: #42535c;
}
html body .region-content .ccss-home-section1 a:hover {
  color: #996600;
  text-decoration: underline;
}
html body .region-content h1,
html body .region-content h2,
html body .region-content h3,
html body .region-content h4,
html body .region-content h5,
html body .region-content h6,
html body .region-content h1 strong,
html body .region-content h2 strong,
html body .region-content h3 strong,
html body .region-content h4 strong,
html body .region-content h5 strong,
html body .region-content h6 strong {
  font-weight: normal;
  text-transform: none;
}
html body footer {
  margin-top: 0 !important;
}
.img-center img {
  display: block !important;
  width: 100% !important;
}
.header-data-pc.table-layout ul.menu-lists {
  display: table;
  width: 100%;
}
.header-data-mobile.table-layout ul.menu-lists {
  display: table;
  width: 100%;
}
.layout.main-visual-video {
  width: 100%;
  height: 100vh;
  position: relative;
  color: black;
}
.layout.main-visual-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#layout-builder .layout.main-visual-video video {
  width: 100%;
  height: 100vh;
}
.view.test-table {
  border: 4px solid yellow;
}
.ccss-home-section1 .menu-links-with-wide-image-block .menu-links-wrapper {
  max-width: none;
  overflow: hidden;
}
.ccss-home-section1 .menu-links-with-wide-image-block .menu-links-links {
  background-color: transparent;
  width: 60%;
  height: 100%;
}
.ccss-home-section1 .menu-links-with-wide-image-block .menu-links-paragraphs {
  padding: 0%;
}
.ccss-home-section1 .menu-links-with-wide-image-block .menu-links-image {
  width: 60%;
}
.ccss-home-section1 .slide-board-left {
  position: absolute;
  top: 0%;
  transform: translate(0, 50%);
  padding-right: 25%;
  padding-left: 5%;
}
.ccss-home-section1 .slide-board-right {
  position: absolute;
  top: 0%;
  transform: translate(0, 50%);
  padding-left: 25%;
  padding-right: 5%;
}
.sidebar-menu-list span > p {
  font-size: 20px;
  font-weight: bold;
  color: #036;
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul a {
  color: #808080;
  padding: 0;
  white-space: nowrap;
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul a:after {
  content: none;
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul span.indent {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul span.indent:before {
  content: '-';
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul p {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  /*                 padding-left: 20px; */
  white-space: normal;
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul > li:nth-child(1) {
  /* 						font-size: 24px; */
  font-weight: bold;
  color: #996600;
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul > li:nth-child(1) a {
  padding-left: 10px;
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul > li:nth-child(1) a:after {
  content: '';
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul li {
  position: relative;
  border-left: 6px solid #ebebeb;
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul li a.is-active {
  position: relative;
  color: #b29568;
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul li a.is-active:before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  margin: 0 0 0 -6px;
  position: absolute;
  top: 9px;
  left: 0;
  background: center center no-repeat url(/files/indicator.svg);
}
.sidebar-menu-list .block.block-hkust-links .hkust-block--links ul li + li {
  border-top: 0;
}
.content-text-style p > sup {
  font-size: 4em;
  line-height: 1;
  color: #b29568;
  float: left;
  margin: 0 4px 0 0;
  top: 0;
  top: -5px;
}
main {
  font-family: 'Arial', sans-serif !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ccss-home-section1 .menu-links-with-wide-image-block .menu-links-links {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  .ccss-home-section1 .menu-links-with-wide-image-block .menu-links-links h2 {
    font-size: 2em !important;
  }
  .ccss-home-section1 .menu-links-with-wide-image-block .menu-links-links img {
    object-fit: none;
    object-position: 50%;
    height: 800px;
  }
  .ccss-home-section1 .menu-links-with-wide-image-block .menu-links-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  .ccss-home-section1 .slide-board-left {
    padding: 2% 5%;
  }
  .ccss-home-section1 .slide-board-right {
    padding: 2% 5%;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(2) .menu-links-with-image-block.menu-links-links {
    min-height: 430px;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(2) .menu-links-image > img {
    height: 240px;
    object-fit: cover;
    object-position: bottom;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(3) .menu-links-image > img {
    height: 240px;
    object-fit: cover;
    object-position: bottom;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(4) .menu-links-image > img {
    height: 240px;
    object-fit: cover;
    object-position: center;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(5) .menu-links-image > img {
    height: 240px;
    object-fit: cover;
    object-position: bottom;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(6) .menu-links-image > img {
    height: 240px;
    object-fit: cover;
    object-position: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .ccss-home-section1 .menu-links-with-wide-image-block .menu-links-links {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  .ccss-home-section1 .menu-links-with-wide-image-block .menu-links-links h2 {
    font-size: 2em !important;
  }
  .ccss-home-section1 .menu-links-with-wide-image-block .menu-links-links img {
    object-fit: none;
    object-position: 50%;
    height: 800px;
  }
  .ccss-home-section1 .menu-links-with-wide-image-block .menu-links-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  .ccss-home-section1 .slide-board-left {
    padding: 2% 5%;
  }
  .ccss-home-section1 .slide-board-right {
    padding: 2% 5%;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(2) .menu-links-with-image-block.menu-links-links {
    min-height: 430px;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(2) .menu-links-image > img {
    height: 240px;
    object-fit: cover;
    object-position: bottom;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(3) .menu-links-image > img {
    height: 240px;
    object-fit: cover;
    object-position: bottom;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(4) .menu-links-image > img {
    height: 240px;
    object-fit: cover;
    object-position: center;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(5) .menu-links-image > img {
    height: 240px;
    object-fit: cover;
    object-position: bottom;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(6) .menu-links-image > img {
    height: 240px;
    object-fit: cover;
    object-position: bottom;
  }
}
@media only screen and (max-width: 375px) {
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(2) .menu-links-with-image-block.menu-links-links {
    min-height: 550px;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(4) .menu-links-with-image-block.menu-links-links {
    min-height: 300px;
  }
  .ccss-home-section1 .layout__region > .block-simple-menu-links-wide-image-block:nth-child(5) .menu-links-with-image-block.menu-links-links {
    min-height: 270px;
  }
}

html body .region-content .ccss-home-section1 .content-text-style p {
  font-size: 18px;
}

.ccss-home-section1 .menu-links-with-wide-image-block .menu-links-paragraphs {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.menu-links-with-wide-image-block.content-left .menu-links-links .menu-links-with-image-block {
  right: auto;
  left: 0;
}

.ccss-home-section1 .menu-links-with-wide-image-block .menu-links-paragraphs > p, 
.ccss-home-section1 .menu-links-with-wide-image-block .menu-links-paragraphs > p > img {
  position: relative;
  height: 100%;
}


/* Thomas new */
.layout.homepage-area {
  position: relative;
}

/*.layout.homepage-area:before {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  width: 60vw;*/
/*  height: 100%;*/
/*  top: 0;*/
/*  z-index: -1;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*}*/

.layout.homepage-area:before {
  content: '';
  display: block;
  position: absolute;
  width: 67vw;
  height: 100%;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

.layout.homepage-area .layout__region {
  padding: 80px;
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.25s all ease;
}

.layout.homepage-area:nth-child(odd) { 
  padding-left: 40vw; 
}

.layout.homepage-area:nth-child(even) { 
  padding-right: 40vw; 
}

.layout.homepage-area:nth-child(odd):before { 
  left: 0;
}

.layout.homepage-area:nth-child(even):before { 
  right: 0;
}

.layout.homepage-area:nth-child(odd) .layout__region { 
  padding-left: calc(80px + 10vw);
  background-image: url(/sites/default/files/ccss/homepage/homeslide-bg-r.png);
  background-position: left;
}

.layout.homepage-area:nth-child(even) .layout__region { 
  padding-left: 120px;
  padding-right: calc(80px + 10vw);
  background-image: url(/sites/default/files/ccss/homepage/homeslide-bg-l.png);
  background-position: right;
}

.layout.homepage-area:nth-child(1):before { 
  background-image: url(/sites/default/files/images/Homepage_AboutCCSS3_0.jpg);
  background-size: 1400px auto !important;
  background-position: left top !important;
}

.layout.homepage-area:nth-child(2):before { 
  background-image: url(/sites/default/files/images/Homepage_Governance.JPG);
  width: 75vw !important;
}

.layout.homepage-area:nth-child(3):before { 
  background-image: url(/sites/default/files/images/Homepage_Court_v2.JPG);
}

.layout.homepage-area:nth-child(4):before { 
  background-image: url(/sites/default/files/images/Homepage_Council_v2.jpg);
  width: 73vw !important;
}

.layout.homepage-area:nth-child(5):before { 
  background-image: url(/sites/default/files/images/Homepage_Senate.JPG);
}

.layout.homepage-area:nth-child(6):before { 
  background-image: url(/sites/default/files/images/Homepage_HonAwards.jpeg);
}

.layout.homepage-area .hkust-simple-text h2 {
  font-size: 50px;
  font-weight: normal;
  color: #42535c;
}

.layout.homepage-area .hkust-simple-text p {
  font-size: 18px;
  border-left: 1px solid #c7c7c7;
  padding-left: 16px;
  margin-bottom: 0;
  padding-bottom: 10px;
  color: #42535c;
}

.layout.homepage-area .hkust-simple-text a {
  color: #42535c;
}

.layout.homepage-area .hkust-simple-text a:hover {
  color: #b29568;
  text-decoration: underline;
}

.layout.homepage-area .hkust-simple-text p > sup {
  font-size: 4em;
  line-height: 1;
  color: #b29568;
  float: left;
  margin: 0 4px 0 0;
  top: 0;
  top: -5px;
}

html body .region-content h1, html body .region-content h2, html body .region-content h3, html body .region-content h4, html body .region-content h5, html body .region-content h6, html body .region-content h1 strong, html body .region-content h2 strong, html body .region-content h3 strong, html body .region-content h4 strong, html body .region-content h5 strong, html body .region-content h6 strong {
  color: #42535c;
}

@media only screen and (max-width: 992px) {
  .layout.homepage-area:nth-child(odd), 
  .layout.homepage-area:nth-child(even) {
    padding-left: 0;  
    padding-right: 0;  
  }
  
  .layout.homepage-area:before { 
    position: static;
    width: 100%;
    height: 240px;
  }
  
  .layout.homepage-area .layout__region, 
  .layout.homepage-area:nth-child(odd) .layout__region, 
  .layout.homepage-area:nth-child(even) .layout__region {
    padding: 20px 40px;
    min-height: auto;
    background-color: #fff7ef;
  }
  
  .layout.homepage-area .hkust-simple-text h2 {
    font-size: 25px;
  }
  
  .layout.homepage-area .hkust-simple-text p {
    font-size: 14px;
  }
}


body.path-node:not(.path-frontpage) .node__content .img-top {
    width: 49.5%;
    height: auto;
}

@media only screen and (max-width: 640px) {
    body.path-node:not(.path-frontpage) .node__content .img-top {
        width: 100%;
    }
}

body.path-node:not(.path-frontpage) .node__content .img-bottom {
    object-fit: cover;
    height: 300px;
}

@media only screen and (max-width: 860px) {
    body.path-node:not(.path-frontpage) .node__content .img-bottom {
        object-fit: cover;
        height: 37.5vw;
    }
}

@media only screen and (max-width: 640px) {
    body.path-node:not(.path-frontpage) .node__content .img-bottom {
        object-fit: cover;
        height: 100%;
    }
}

/*body.path-node:not(.path-frontpage) .node__content img {
    width: 100%;
    height: auto;
}*/

/**********page Honorary Doctorates**************/

.honorary-doctorates .accordion-content table {
  width: 100% !important;  /* override inline 760px */
  table-layout: fixed;      /* optional: keep column proportions */
}

.honorary-doctorates .accordion-content table td:nth-child(1) { width: 40% !important; }
.honorary-doctorates .accordion-content table td:nth-child(2) { width: 40% !important; }
.honorary-doctorates .accordion-content table td:nth-child(3) { width: 10% !important; }
.honorary-doctorates .accordion-content table td:nth-child(4) { width: 10% !important; }




