html,
body {
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  background: white;
}
.wrapper {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper-lg {
  max-width: calc(1440px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .wrapper-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper-xl {
  max-width: calc(1600px + 0px * 2);
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1140px) {
  .wrapper-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper-sm {
  max-width: calc(900px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .wrapper-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
a {
  color: #ED1C24;
}
a[target*="blank"]:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/external-link-red.svg");
}
a.no-color {
  color: inherit;
}
a.no-style {
  text-decoration: none;
}
a.hasImage:after {
  display: none;
}
@media only screen and (max-width: 560px) {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0.5em 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-weight: 900;
}
h1 [target*="blank"]:after,
h2 [target*="blank"]:after,
h3 [target*="blank"]:after,
h4 [target*="blank"]:after,
h5 [target*="blank"]:after,
h6 [target*="blank"]:after {
  display: none;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1,
.page-title {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ED1C24;
  display: block;
  margin: 0 auto;
}
h2 {
  max-width: calc(1140px + 0px * 2);
  margin: 1em auto;
  padding: 0;
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1140px) {
  h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 22px;
}
p {
  margin: 1.5em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin: 1.5em 0;
  padding: 0 0 0 2em;
  box-sizing: border-box;
}
li {
  margin: 0.25em 0;
}
hr {
  margin: 3em auto;
  border: none;
  border-top: 1px solid #CCCCCC;
}
blockquote {
  text-align: center;
  margin: 2em auto;
  padding: 1em 3em;
  background: #F6F6F6;
  position: relative;
}
blockquote:before {
  content: '';
  font-size: 1.5em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/quote-l.svg");
}
blockquote:after {
  content: '';
  font-size: 1.5em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/quote-r.svg");
}
blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
}
blockquote:after {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, 50%);
}
blockquote :first-child {
  margin-top: 0;
}
h3,
h4,
h5,
p,
ul,
ol,
blockquote,
table,
hr {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1140px) {
  :not(.fw) h3,
  :not(.fw) h4,
  :not(.fw) h5,
  :not(.fw) p,
  :not(.fw) ul,
  :not(.fw) ol,
  :not(.fw) blockquote,
  :not(.fw) table,
  :not(.fw) hr,
  :not(.cke_editable) h3,
  :not(.cke_editable) h4,
  :not(.cke_editable) h5,
  :not(.cke_editable) p,
  :not(.cke_editable) ul,
  :not(.cke_editable) ol,
  :not(.cke_editable) blockquote,
  :not(.cke_editable) table,
  :not(.cke_editable) hr {
    max-width: 600px;
  }
}
.no-mw h3,
.no-mw h4,
.no-mw h5,
.no-mw p,
.no-mw ul,
.no-mw ol,
.no-mw blockquote,
.no-mw table,
.no-mw hr,
h3.no-mw,
h4.no-mw,
h5.no-mw,
p.no-mw,
ul.no-mw,
ol.no-mw,
blockquote.no-mw,
table.no-mw,
hr.no-mw {
  max-width: none;
}
img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.caption {
  display: block;
  font-size: 16px;
  margin: 0.5em 0;
}
.caption figcaption {
  display: block;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .caption {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  .caption {
    font-size: 12px;
  }
}
table {
  margin: 20px auto;
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  padding: 5px;
}
table:not(.layout-table) {
  font-size: 16px;
  text-align: left;
  width: 100%;
  margin: 2em auto;
}
table:not(.layout-table) thead {
  background: #F6F6F6;
}
table:not(.layout-table) thead td,
table:not(.layout-table) thead th {
  border-bottom: 3px solid black;
}
table:not(.layout-table) td,
table:not(.layout-table) th {
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #545454;
  vertical-align: top;
}
table:not(.layout-table) th {
  min-width: 30%;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  table:not(.layout-table) {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  table:not(.layout-table) {
    font-size: 12px;
  }
  table:not(.layout-table) th,
  table:not(.layout-table) td {
    min-width: 8em;
  }
}
@media only screen and (max-width: 560px) {
  .tablet-wrapper {
    margin: 20px -20px;
    padding: 0 20px;
    overflow: auto;
  }
  .tablet-wrapper table {
    margin: 0 auto;
  }
}
/*
Regions
*/
#page {
  overflow: hidden;
}
#content {
  font-size: 18px;
  margin: 30px 0;
}
[data-block-plugin-id="system_main_block"] {
  margin: 30px 0;
}
.featured-top > .container {
  max-width: none;
  padding: 0;
}
/*
Common
*/
.block-image a[target*="blank"]:after {
  display: none;
}
.block-image img,
.block-image iframe,
.block-image video {
  display: block;
  width: auto;
  height: auto;
}
/*
Layout
*/
form.layout-form,
form.layout-builder-form {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  form.layout-form,
  form.layout-builder-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  form.layout-form,
  form.layout-builder-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout + .layout {
  margin: 60px 0 0;
}
.toolbar-menu-administration > ul.toolbar-menu {
  max-width: none;
}
.toolbar-menu-administration > ul.toolbar-menu > li.menu-item {
  float: none !important;
  display: inline-block;
}
/*
Responsive
*/
@media print, screen and (min-width: 1141px) {
  .desktop-invisible {
    display: none !important;
  }
}
@media only screen and (max-width: 1140px) {
  ::-webkit-scrollbar {
    display: none;
  }
  body.adminimal-admin-toolbar {
    margin: 0 !important;
    padding: 0 !important;
  }
  body.adminimal-admin-toolbar > .toolbar {
    visibility: hidden !important;
    pointer-events: none !important;
  }
  nav.tabs,
  .contextual,
  .contextual-links {
    display: none !important;
  }
  #content {
    padding: 0 20px;
  }
  #content .wrapper,
  #content .wrapper-lg,
  #content .wrapper-xl,
  #content .wrapper-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .tablet-invisible {
    display: none !important;
  }
  h1,
  .page-title {
    font-size: 48px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  #content {
    font-size: 16px;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 560px) {
  .mobile-invisible {
    display: none !important;
  }
  h1,
  .page-title {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 18px;
  }
  #content {
    font-size: 14px;
    margin: 46px 0;
  }
}
@media print {
  nav.menu--main,
  .sticky-nav {
    display: none !important;
  }
  #header {
    box-shadow: none !important;
  }
}
.c-btn {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: inherit;
  min-width: 12em;
  min-height: 2em;
  margin: 0.25em 0.125em;
  padding: 0.5em 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  transition: 0.25s ease-in-out;
  transition-property: color, border-color, background-color;
}
.c-btn.lg {
  font-size: 22px;
  font-weight: 700;
  min-width: 17em;
  min-height: 5em;
  margin: 5px;
  border-color: transparent;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
}
.c-btn:hover {
  color: #ED1C24;
  border-color: currentColor;
}
.c-btn[target*="blank"] {
  display: inline-flex;
}
.c-btn[target*="blank"]:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/external-link.svg");
}
.c-btn[target*="blank"]:hover:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/external-link-red.svg");
}
.c-btn.red {
  background: #ED1C24;
  border-color: #ED1C24;
  color: white;
}
.c-btn.red:hover {
  background: black;
  border-color: black;
}
.c-btn.red:after,
.c-btn.red:hover:after {
  display: none;
}
.c-btn.white {
  color: black;
  border-color: white;
  background: white;
}
.c-btn.white:hover {
  color: white;
  border-color: #ED1C24;
  background: #ED1C24;
}
.c-btn.white:after,
.c-btn.white:hover:after {
  display: none;
}
.c-btn.inverted {
  color: white;
  border-color: white;
  background: none;
}
.c-btn.inverted:after,
.c-btn.inverted:hover:after {
  display: none;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .c-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  .c-btn {
    font-size: 12px;
  }
  .c-btn.lg {
    font-size: 18px;
    width: 100%;
    min-width: 0;
    min-height: 4em;
  }
}
.tag {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  min-width: 3em;
  height: 2em;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 0 1em;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .tag {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  .tag {
    font-size: 12px;
  }
}
.date {
  font-size: 16px;
  text-transform: uppercase;
}
.date > span + span:before {
  content: ' - ';
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .date {
    font-size: 15px;
  }
}
@media only screen and (max-width: 560px) {
  .date {
    font-size: 14px;
  }
}
.red {
  color: #ED1C24;
}
.fw {
  width: 100%;
  max-width: none !important;
}
.fw img,
.fw iframe,
.fw video {
  width: 100%;
  height: auto;
}
.nowrap {
  white-space: nowrap;
}
ul.menu {
  list-style: none;
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
}
ul.menu li {
  list-style: none;
  padding: 0;
}
ul.menu a {
  text-decoration: none;
  color: inherit;
}
.breadcrumb {
  font-size: 16px;
  margin: 0.5em 0;
  padding: 0;
}
.breadcrumb ul,
.breadcrumb ol {
  max-width: none;
  margin: 0 auto;
}
.breadcrumb li:before {
  content: " / ";
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb + h3 {
  margin: 0 auto;
}
@media only screen and (max-width: 560px) {
  .breadcrumb {
    font-size: 14px;
  }
}
nav.tabs {
  font-size: 13px;
  line-height: 1;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 1em;
  z-index: 999;
}
nav.tabs ul {
  margin: 0;
}
nav.tabs li {
  margin: 0;
  background: white;
}
nav.tabs .is-active {
  background: #ED1C24;
  color: white;
}
nav.tabs a {
  color: inherit;
  padding: 0.25em 0.5em;
}
[data-block-plugin-id="page_title_block"] {
  text-align: center;
}
[data-block-plugin-id="page_title_block"] ~ [data-block-plugin-id="system_breadcrumb_block"] {
  text-align: center;
}
/*
WYSIWYG
*/
body.cke_editable [style*="color:#ffffff"] {
  color: inherit !important;
  opacity: 0.55;
  border-bottom: 1px dashed currentColor;
}
body.cke_editable .c-btn.inverted {
  color: #999;
  border: 1px dashed currentColor;
}
.view a {
  color: inherit;
  text-decoration: none;
}
.view .view-header .page-title,
.view .view-header .breadcrumb {
  text-align: center;
}
.view .views-view-grid .views-row {
  width: auto;
  float: none;
  margin: 0 -10px;
  display: flex;
  align-items: stretch;
}
.view .views-view-grid .views-row:before,
.view .views-view-grid .views-row:after {
  content: '';
  display: block;
  flex: 1 1 auto;
  order: 10;
}
.view .views-view-grid .views-col {
  min-width: 0;
  padding: 10px;
  box-sizing: border-box;
  float: none;
}
.view .content > * {
  margin: 0 0 5px;
}
@media only screen and (max-width: 560px) {
  .view .views-row {
    flex-wrap: wrap;
  }
  .view .views-col {
    flex: 1 0 100%;
  }
  .view .block-image img {
    width: 100%;
  }
}
.swiper-container,
.field--name-field-slides {
  opacity: 0;
}
.swiper-wrapper {
  align-items: stretch;
}
ul.swiper-wrapper {
  list-style: none;
  max-width: none;
  margin: 0;
  padding: 0;
}
.swiper-slide {
  margin: 0;
  height: auto;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: white;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  background: white;
}
.swiper-pagination-bullet + span {
  margin-left: 10px;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.3;
}
.swiper-pagination-bullet:first-child:last-child {
  display: none;
}
table.layout-table {
  width: calc(100% + 5px * 2);
  margin: 30px -5px;
  max-width: none;
}
table.layout-table td {
  padding: 5px;
  border: none;
  vertical-align: middle;
}
table.layout-table h2 {
  margin: 0 auto 0.5em;
}
table.layout-table figure {
  margin: 0 auto;
}
table.layout-table + .layout-table {
  margin-top: -30px;
}
@media print, screen and (min-width: 1141px) {
  table.layout-table.offset-l {
    width: calc(50vw + 570px + 5px * 2);
    max-width: calc(1370px + 5px * 2);
    margin-right: auto;
  }
  table.layout-table.offset-r {
    width: calc(50vw + 570px + 5px * 2);
    max-width: calc(1370px + 5px * 2);
    margin-left: auto;
  }
}
@media only screen and (max-width: 1140px) {
  table.layout-table,
  table.layout-table thead,
  table.layout-table tbody {
    display: block;
  }
  table.layout-table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  table.layout-table td {
    flex: 1 1 auto;
  }
  table.layout-table td[style*="top"] {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  table.layout-table td {
    max-width: 50%;
  }
  table.layout-table td:first-child:last-child {
    max-width: none;
  }
}
@media only screen and (max-width: 560px) {
  table.layout-table tr {
    flex-wrap: wrap;
  }
  table.layout-table td {
    flex-basis: 100%;
  }
  table.layout-table img {
    width: 100%;
  }
  table.layout-table th + *,
  table.layout-table td + * {
    margin: 2em 0 0;
  }
  table.layout-table .spacer {
    display: none;
  }
}
.sticky-nav {
  transition: 0.5s ease-in-out;
  transition-property: background, box-shadow;
}
.sticky-nav.sticky {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  background: #F6F6F6;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 98;
  overflow: visible;
}
.sticky-nav.sticky ul,
.sticky-nav.sticky .ul {
  text-align: left;
}
.sticky-nav > div {
  max-width: calc(1440px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
.sticky-nav ul,
.sticky-nav .ul {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.sticky-nav ul::-webkit-scrollbar,
.sticky-nav .ul::-webkit-scrollbar {
  display: none;
}
.sticky-nav ul li,
.sticky-nav .ul li,
.sticky-nav ul .li,
.sticky-nav .ul .li {
  display: inline-block;
  width: auto;
  margin: 1em 0 1em 0.75em;
  padding-left: 0.75em;
  border-left: 1px solid #ccc;
}
.sticky-nav ul li.active,
.sticky-nav .ul li.active,
.sticky-nav ul .li.active,
.sticky-nav .ul .li.active {
  color: #ED1C24;
}
.sticky-nav ul li:first-child,
.sticky-nav .ul li:first-child,
.sticky-nav ul .li:first-child,
.sticky-nav .ul .li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.sticky-nav ul li a,
.sticky-nav .ul li a,
.sticky-nav ul .li a,
.sticky-nav .ul .li a {
  padding: 1em 0;
}
@media only screen and (max-width: 1140px) {
  .sticky-nav {
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F6F6F6;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 90;
  }
  .sticky-nav ul,
  .sticky-nav .ul {
    text-align: left;
  }
}
@media only screen and (max-width: 560px) {
  .sticky-nav ul,
  .sticky-nav .ul {
    font-size: 14px;
  }
}
.sticky-placeholder {
  display: none;
}
.slides.related-images {
  max-width: calc(900px + 0px * 2);
  margin: 60px auto;
  padding: 0 20px;
  overflow: visible;
  zoom: 1;
}
@media only screen and (max-width: 1140px) {
  .slides.related-images {
    padding-left: 0;
    padding-right: 0;
  }
}
.slides.related-images:before,
.slides.related-images:after {
  content: "";
  display: table;
}
.slides.related-images:after {
  clear: both;
}
.slides.related-images .swiper-slide {
  width: auto;
  margin-right: 10px;
  position: relative;
}
.slides.related-images .swiper-slide a[target*="blank"]:after {
  display: none;
}
.slides.related-images .swiper-slide img,
.slides.related-images .swiper-slide iframe,
.slides.related-images .swiper-slide video {
  display: block;
  width: auto;
  height: auto;
}
.slides.related-images .expand {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: center center / 50% no-repeat url("../img/icons/expand.svg") rgba(255, 255, 255, 0.75);
}
.slides.related-images .swiper-control {
  float: right;
}
.slides.related-images .swiper-button-next,
.slides.related-images .swiper-button-prev {
  position: static;
  width: 60px;
  height: 60px;
  margin: 0;
  float: left;
  color: #ED1C24;
}
.slides.related-images .swiper-button-next:after,
.slides.related-images .swiper-button-prev:after {
  font-size: 30px;
  color: inherit;
}
.slides.related-images .swiper-button-disabled {
  color: #CCCCCC;
}
.slides.related-images .swiper-pagination {
  display: none;
}
.paragraph--type--related-images .swiper-container {
  max-width: calc(900px + 0px * 2);
  margin: 60px auto;
  padding: 0 20px;
  overflow: visible;
  zoom: 1;
}
@media only screen and (max-width: 1140px) {
  .paragraph--type--related-images .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.paragraph--type--related-images .swiper-container:before,
.paragraph--type--related-images .swiper-container:after {
  content: "";
  display: table;
}
.paragraph--type--related-images .swiper-container:after {
  clear: both;
}
.paragraph--type--related-images .swiper-container .swiper-slide {
  width: auto;
  margin-right: 10px;
  position: relative;
}
.paragraph--type--related-images .swiper-container .swiper-slide a[target*="blank"]:after {
  display: none;
}
.paragraph--type--related-images .swiper-container .swiper-slide img,
.paragraph--type--related-images .swiper-container .swiper-slide iframe,
.paragraph--type--related-images .swiper-container .swiper-slide video {
  display: block;
  width: auto;
  height: auto;
}
.paragraph--type--related-images .swiper-container .expand {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: center center / 50% no-repeat url("../img/icons/expand.svg") rgba(255, 255, 255, 0.75);
}
.paragraph--type--related-images .swiper-container .swiper-control {
  float: right;
}
.paragraph--type--related-images .swiper-container .swiper-button-next,
.paragraph--type--related-images .swiper-container .swiper-button-prev {
  position: static;
  width: 60px;
  height: 60px;
  margin: 0;
  float: left;
  color: #ED1C24;
}
.paragraph--type--related-images .swiper-container .swiper-button-next:after,
.paragraph--type--related-images .swiper-container .swiper-button-prev:after {
  font-size: 30px;
  color: inherit;
}
.paragraph--type--related-images .swiper-container .swiper-button-disabled {
  color: #CCCCCC;
}
.paragraph--type--related-images .swiper-container .swiper-pagination {
  display: none;
}
ul.big-tabs {
  max-width: none;
  margin: 32px auto;
  padding: 0;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  background: white;
}
ul.big-tabs a {
  color: inherit;
  text-decoration: none;
}
ul.big-tabs a:after {
  content: '';
  font-size: 2em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/programme-arrow-o.svg");
}
ul.big-tabs li {
  font-size: 24px;
  font-weight: 700;
  min-height: 4em;
  margin: 0;
  padding: 0.5em 1.5em;
  border-left: 4px solid transparent;
  box-sizing: border-box;
  display: flex;
  justify-self: stretch;
  align-items: stretch;
  transition: 0.25s ease-in-out;
  transition-property: border-left-color, color;
}
ul.big-tabs li:hover {
  border-left-color: black;
  color: #ED1C24;
}
ul.big-tabs li > * {
  margin: 0 -1.5em;
  padding: 0 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 100%;
}
ul.big-tabs li + li {
  border-top: 1px solid #D8D8D8;
}
@media print, screen and (min-width: 1141px) {
  ul.big-tabs a:hover:after {
    opacity: 1;
  }
  ul.big-tabs a:after {
    opacity: 0;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  ul.big-tabs a:after {
    font-size: 1.25em;
  }
  ul.big-tabs li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 560px) {
  ul.big-tabs a:after {
    font-size: 1.25em;
  }
  ul.big-tabs li {
    font-size: 15px;
  }
}
.accordion + div {
  display: none;
}
body.cke_editable .accordion + div {
  display: block;
}
.accordion + div :first-child {
  margin-top: 0;
}
h3.accordion {
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  min-height: 70px;
  margin: 16px 0;
  padding: 1em 2em;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  background: #F6F6F6;
  cursor: pointer;
}
h3.accordion:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-dropdown.svg");
}
h3.accordion.toggled {
  color: #ED1C24;
  border-color: #ED1C24;
}
h3.accordion.toggled:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-dropdown-o.svg");
}
h3.accordion + div {
  max-width: calc(900px + 0px * 2);
  margin: 0 auto;
  padding: 1em 0 2em;
}
@media only screen and (max-width: 1140px) {
  h3.accordion + div {
    padding-left: 0;
    padding-right: 0;
  }
}
h4.accordion {
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.5em;
  margin: 0 auto;
  padding: 1em 0;
  border-bottom: 2px solid #E7E7E7;
  box-sizing: border-box;
  cursor: pointer;
}
h4.accordion:before {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-plus.svg");
}
h4.accordion.toggled {
  border-color: black;
}
h4.accordion.toggled:before {
  background-image: url(../img/icons/menu-minus.svg);
}
h4.accordion:before {
  margin-right: 1em;
}
h4.accordion + div {
  max-width: calc(900px + 0px * 2);
  margin: 0 auto;
  padding: 1.5em 2em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media only screen and (max-width: 1140px) {
  h4.accordion + div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  h4.accordion {
    font-size: 18px;
  }
  h4.accordion + div {
    box-shadow: none;
  }
}
@media only screen and (max-width: 560px) {
  h3.accordion {
    font-size: 16px;
    min-height: 40px;
    padding: 0.5em 1em;
  }
  h4.accordion {
    font-size: 14px;
  }
  h4.accordion + div {
    box-shadow: none;
  }
}
.hybrid-chart {
  font-size: 16px;
  line-height: 1.25;
  margin: 40px auto;
  padding: 0;
}
.hybrid-chart:not(:first-child:last-child) {
  display: none;
}
body.cke_editable .hybrid-chart {
  display: block;
}
.hybrid-chart div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
}
.hybrid-chart ul {
  list-style: none;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.hybrid-chart ul.s-2 li {
  flex: 1 1 25%;
}
.hybrid-chart ul.s-2 span {
  font-size: 16px;
  font-weight: 700;
  min-height: 6em;
}
.hybrid-chart li {
  margin: 0 10px;
  position: relative;
}
.hybrid-chart li.no-parent span {
  height: calc(100% - 20px);
}
.hybrid-chart li:not(.no-parent):before,
.hybrid-chart li:not(.no-child):after {
  content: '';
  width: 1px;
  height: 20px;
  display: block;
  margin: 0 auto;
  background: black;
}
.hybrid-chart li:first-child span:before,
.hybrid-chart li:last-child span:after {
  display: none;
}
.hybrid-chart li.ghost {
  color: transparent;
}
.hybrid-chart li.ghost:before,
.hybrid-chart li.ghost:after {
  background: none;
}
.hybrid-chart li.t2:before {
  height: 40px;
  margin-top: -20px;
}
.hybrid-chart li.on i:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-dropdown.svg");
}
.hybrid-chart li.on i:after {
  transform: rotate(180deg);
}
.hybrid-chart li.off:after {
  display: none;
}
.hybrid-chart li.off span {
  color: #CCCCCC;
}
.hybrid-chart li.off span:hover {
  color: #ED1C24;
}
.hybrid-chart li.off span:hover i {
  opacity: 1;
}
.hybrid-chart li.off span:hover i:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-dropdown-o.svg");
}
.hybrid-chart li.off span:hover i:after {
  transform: rotate(180deg);
}
.hybrid-chart li.off i {
  opacity: 0.3;
}
.hybrid-chart li.off i:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-dropdown.svg");
}
.hybrid-chart span {
  display: block;
  height: calc(100% - 40px);
  min-height: 50px;
  border: 1px solid currentColor;
  padding: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: 0.25s ease-in-out color;
}
.hybrid-chart span:before,
.hybrid-chart span:after {
  content: '';
  width: calc(50% + 10px);
  height: 1px;
  display: block;
  margin: 0 auto;
  background: black;
  position: absolute;
  top: 0;
}
.hybrid-chart span:before {
  right: 50%;
}
.hybrid-chart span:after {
  left: 50%;
}
.hybrid-chart span.no-l:before,
.hybrid-chart span.no-r:after {
  display: none;
}
.hybrid-chart .left-aligned {
  width: auto;
  margin: 0 auto 0 0;
}
.hybrid-chart [data-hybrid-chart] {
  cursor: pointer;
}
.hybrid-chart#jupas .lv2 {
  width: 100%;
}
.hybrid-chart#jupas .lv2 .ghost {
  flex: 1 1 auto;
}
@media only screen and (max-width: 1140px) {
  .hybrid-chart br {
    display: none;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .hybrid-chart {
    font-size: 14px;
  }
  .hybrid-chart ul.s-2 span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 560px) {
  .hybrid-chart {
    font-size: 12px;
  }
  .hybrid-chart ul {
    margin: 0 -5px;
  }
  .hybrid-chart li {
    margin: 0 5px;
  }
  .hybrid-chart li:not(.no-parent):before,
  .hybrid-chart li:not(.no-child):after {
    height: 10px;
  }
  .hybrid-chart li.no-parent span {
    height: calc(100% - 10px);
  }
  .hybrid-chart li.t2:before {
    height: 20px;
    margin-top: -10px;
  }
  .hybrid-chart span {
    height: calc(100% - 20px);
  }
  .hybrid-chart .left-aligned {
    margin: 0 -5px;
  }
  .hybrid-chart ul.s-2 span {
    font-size: 11px;
    min-height: 0;
  }
}
.yellow {
  color: yellow;
}
.red {
  color: red;
}
.text-transform-upper {
  text-transform: uppercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
.text-transform-lower {
  text-transform: lowercase;
}
#header {
  position: relative;
  z-index: 9;
}
#header > div {
  max-width: calc(1440px + 0px * 2);
  margin: 0 auto;
  padding: 14px 20px;
  height: 80px;
  box-sizing: content-box;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
@media only screen and (max-width: 1140px) {
  #header > div {
    padding-left: 0;
    padding-right: 0;
  }
}
#header [id^="block-sitelogo"] {
  position: absolute;
  z-index: 1;
}
[id^="block-sitelogo"] {
  height: 80px;
  display: flex;
  align-items: center;
}
[id^="block-sitelogo"] img {
  height: 80px;
}
@media print, screen and (min-width: 1000px) {
  #header {
    transition: 0.25s ease-in-out box-shadow;
  }
  #header.drop-down-on {
    z-index: 100;
  }
  #header.expanded {
    position: fixed;
    width: 100%;
    height: 60px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
  }
  #header.expanded > div {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header.expanded .prefix {
    width: 100vw;
  }
  #header.expanded .menu-scm {
    pointer-events: all;
  }
  #header.expanded [id^="block-sitelogo"] {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  #header {
    position: fixed;
    top: 0;
    right: 0;
    width: 115px;
    height: 46px;
    background: white;
    transition: 0.25s ease-in-out width;
  }
  #header.mobile-menu-on {
    width: 100%;
  }
  #header.mobile-menu-on #mobile-menu-toggle {
    opacity: 0;
    pointer-events: none;
  }
  #header > div {
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  #header #scm {
    font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
    font-size: 26px;
    line-height: 1;
    color: inherit;
    text-decoration: none;
    height: 100%;
    padding: 0 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header #scm:before {
    content: "SCM";
  }
  #header #mobile-menu-toggle {
    transition: 0.25s ease-in-out opacity;
  }
  #header #mobile-menu-toggle:after {
    content: '';
    font-size: 46px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0 0 0.5em;
    flex: 0 0 auto;
    background: center center / contain no-repeat url("../img/icons/menu.svg");
  }
  #header #mobile-menu-toggle:after {
    margin: 0;
  }
  #header [id^="block-sitelogo"] {
    display: none;
  }
}
@media only screen and (max-width: 999px) and (min-width: 561px) {
  #header {
    width: 140px;
    height: 50px;
  }
  #header.mobile-menu-on {
    width: 320px;
  }
  #header #mobile-menu-toggle:after {
    font-size: 50px;
    margin: 0 0.1em;
  }
  #header #scm {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  nav.menu--main {
    position: relative;
    flex: 1 1 auto;
    justify-self: flex-end;
    display: flex;
    justify-content: flex-end;
  }
  nav.menu--main.sticky {
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    max-width: calc(1440px + 0px * 2);
    margin: 0 auto;
    padding: 0 20px;
  }
  nav.menu--main.sticky .drop-down {
    margin-top: 0;
  }
  nav.menu--main a {
    color: inherit;
  }
  nav.menu--main a[target*="blank"]:after {
    display: none;
  }
  nav.menu--main ul.menu-lv0 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: white;
    position: relative;
    transition: 0.5s ease-in-out;
    transition-property: width, box-shadow;
  }
  nav.menu--main ul.menu-lv0 .prefix,
  nav.menu--main ul.menu-lv0 .suffix {
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    background: white;
    transition: 0.5s ease-in-out width;
    pointer-events: none;
  }
  nav.menu--main ul.menu-lv0 .prefix {
    right: 100%;
  }
  nav.menu--main ul.menu-lv0 .suffix {
    width: 100vw;
    left: 100%;
  }
  nav.menu--main ul.menu-lv1 {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 10px;
    zoom: 1;
  }
  nav.menu--main ul.menu-lv1:before,
  nav.menu--main ul.menu-lv1:after {
    content: "";
    display: table;
  }
  nav.menu--main ul.menu-lv1:after {
    clear: both;
  }
  nav.menu--main ul.menu-lv1.vertical-order {
    flex-direction: column;
  }
  nav.menu--main ul.menu-lv1.vertical-order:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -5px;
    background: white;
  }
  nav.menu--main ul.menu-lv1.vertical-order > li:before {
    content: '';
    width: 1px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 100%;
    background: #CCCCCC;
  }
  nav.menu--main ul.menu-lv2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  nav.menu--main ul.menu-lv2:after {
    content: '';
    display: block;
    flex: 1 1 50%;
  }
  nav.menu--main ul.menu-lv2.vertical-order {
    flex-direction: column;
  }
  nav.menu--main ul.menu-lv2.vertical-order > li {
    flex: 0 1 auto;
    width: 50%;
  }
  nav.menu--main li {
    margin: 0;
  }
  nav.menu--main li.active > .nav-link {
    color: #ED1C24;
  }
  nav.menu--main li.menu-item-lv1 {
    box-sizing: border-box;
    position: relative;
  }
  nav.menu--main li.menu-item-lv1.dropdown {
    width: 40%;
    flex: 1 0 100%;
  }
  nav.menu--main li.menu-item-lv1.dropdown > .nav-link {
    padding-bottom: 7px;
  }
  nav.menu--main li.menu-item-lv1.dropdown ~ li:not(.dropdown) {
    width: 20%;
  }
  nav.menu--main li.menu-item-lv2 {
    flex: 1 1 50%;
  }
  nav.menu--main a.nav-link:hover {
    color: #ED1C24;
  }
  nav.menu--main .nav-link {
    transition: 0.25s ease-in-out color;
  }
  nav.menu--main .nav-link-lv0 {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 16px;
    white-space: nowrap;
  }
  nav.menu--main .nav-link-lv0 + ul.menu-lv1 {
    display: none;
  }
  nav.menu--main .nav-link-lv1 {
    font-size: 20px;
    line-height: 1;
    color: inherit;
    display: block;
    padding: 7px 20px;
  }
  nav.menu--main .nav-link-lv2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    min-width: 0;
    margin: 0;
    padding: 7px 0;
    display: block;
  }
  nav.menu--main .nav-link-lv2.hide {
    font-size: 0;
    pointer-events: none;
  }
  nav.menu--main .nav-link.menu-scm {
    font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
    font-size: 30px;
    opacity: 0;
    padding: 0;
    transition: 0.5s ease-in-out opacity;
    padding: 0 16px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  nav.menu--main .nav-link.for-you {
    color: inherit;
  }
  nav.menu--main .nav-link.for-you:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 0.5em;
    background: center center / contain no-repeat url('../img/icons/menu-for-you.svg');
  }
  nav.menu--main .nav-link.for-you + .drop-down {
    background: #F6F6F6;
  }
  nav.menu--main .nav-link.for-you + .drop-down h3 {
    display: none;
  }
  nav.menu--main .nav-link.for-you + .drop-down ul.menu-lv1,
  nav.menu--main .nav-link.for-you + .drop-down ul.menu-lv2 {
    height: auto !important;
    flex-direction: row;
  }
  nav.menu--main .nav-link.for-you + .drop-down li.menu-item-lv1 {
    position: static !important;
    flex: 1 1 33.33%;
    box-sizing: border-box;
  }
  nav.menu--main .nav-link.for-you + .drop-down li.menu-item-lv1:before {
    display: none;
  }
  nav.menu--main .nav-link.for-you + .drop-down li.menu-item-lv2 {
    flex: 1 0 100%;
    min-width: 0;
  }
  nav.menu--main .nav-link.for-you + .drop-down .nav-link-lv1 {
    font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
    font-size: 24px;
    color: #ED1C24;
  }
  nav.menu--main .drop-down {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin-top: 22px;
    padding: 40px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background: white;
    z-index: 100;
    transition: 0.25s ease-in-out opacity;
    opacity: 0;
    pointer-events: none;
  }
  nav.menu--main .drop-down.shown {
    opacity: 1;
    pointer-events: all;
  }
  nav.menu--main .drop-down > div {
    max-width: calc(1140px + 0px * 2);
    margin: 0 auto;
    padding: 0 20px;
  }
  nav.menu--main .drop-down > div > h3 {
    flex: 1 0 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    color: #ED1C24;
    margin: 0 0 16px;
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1000px) and only screen and (max-width: 1140px) {
  nav.menu--main.sticky {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 1000px) and only screen and (max-width: 1140px) {
  nav.menu--main.sticky {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 1000px) and only screen and (max-width: 1140px) {
  nav.menu--main .drop-down > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 1000px) and only screen and (max-width: 1140px) {
  nav.menu--main .drop-down > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1000px) {
  nav.menu--main .nav-link-lv0 {
    font-size: 14px;
    padding: 0 12px;
  }
  nav.menu--main .nav-link-lv1 {
    font-size: 16px;
  }
  nav.menu--main .nav-link-lv2 {
    font-size: 16px;
  }
  [id^="block-sitelogo"],
  [id^="block-sitelogo"] img {
    height: 50px;
  }
}
@media only screen and (max-width: 999px) {
  nav.menu--main {
    width: 100vw;
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    transform: translateX(0);
    overflow: auto;
    z-index: 999;
    padding: 46px 0 0;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease-in-out opacity;
  }
  nav.menu--main.toggled {
    opacity: 1;
    pointer-events: all;
  }
  nav.menu--main #mobile-menu-close {
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
  }
  nav.menu--main #mobile-menu-close:after {
    content: '';
    font-size: 46px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0 0 0.5em;
    flex: 0 0 auto;
    background: center center / contain no-repeat url("../img/icons/menu-close.svg");
  }
  nav.menu--main #mobile-menu-close:after {
    margin: 0;
  }
  nav.menu--main ul {
    display: block;
  }
  nav.menu--main ul.menu-lv0 {
    width: 100% !important;
    height: 100%;
    border-top: 1px solid #ED1C24;
    box-sizing: border-box;
    background: white;
    position: relative;
  }
  nav.menu--main ul.menu-lv1 {
    height: auto !important;
    background: #F6F6F6;
    padding: 10px 0;
  }
  nav.menu--main ul.menu-lv2 {
    height: auto !important;
    padding: 6px 0;
  }
  nav.menu--main li {
    margin: 0;
    padding: 0;
  }
  nav.menu--main li.menu-item-lv1 {
    position: static !important;
    transform: none !important;
  }
  nav.menu--main .nav-link {
    font-weight: 300;
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  nav.menu--main .nav-link.active {
    color: #ED1C24;
  }
  nav.menu--main .nav-link-lv0 {
    font-size: 18px;
    height: 50px;
  }
  nav.menu--main .nav-link-lv0:after {
    content: '';
    display: block;
    height: 1px;
    margin: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E7E7E7;
  }
  nav.menu--main .nav-link-lv0.dropdown-toggle:before {
    content: '';
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 0 0;
    flex: 0 0 auto;
    background: center center / contain no-repeat url("../img/icons/menu-dropdown.svg");
  }
  nav.menu--main .nav-link-lv0.dropdown-toggle.toggled {
    color: #ED1C24;
  }
  nav.menu--main .nav-link-lv0.dropdown-toggle.toggled:before {
    content: '';
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 0 0;
    flex: 0 0 auto;
    background: center center / contain no-repeat url("../img/icons/menu-dropdown-o.svg");
  }
  nav.menu--main .nav-link-lv1 {
    font-size: 16px;
    height: 35px;
    justify-content: space-between;
  }
  nav.menu--main .nav-link-lv1.dropdown-toggle:after {
    content: '';
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0 0 0.5em;
    flex: 0 0 auto;
    background: center center / contain no-repeat url("../img/icons/menu-plus.svg");
  }
  nav.menu--main .nav-link-lv1.dropdown-toggle.toggled {
    color: #ED1C24;
  }
  nav.menu--main .nav-link-lv1.dropdown-toggle.toggled:after {
    content: '';
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0 0 0.5em;
    flex: 0 0 auto;
    background: center center / contain no-repeat url("../img/icons/menu-minus-red.svg");
  }
  nav.menu--main .nav-link-lv2 {
    font-size: 14px;
    font-weight: 700;
    height: 28px;
  }
  nav.menu--main .nav-link-lv2.hide {
    display: none;
  }
  nav.menu--main .nav-link.menu-scm {
    display: none;
  }
  nav.menu--main .nav-link + ul,
  nav.menu--main .nav-link + .drop-down {
    display: none;
  }
  nav.menu--main .nav-link.toggled + ul,
  nav.menu--main .nav-link.toggled + .drop-down {
    display: block;
  }
  nav.menu--main .nav-link.for-you {
    font-size: 14px;
    background: #F6F6F6;
  }
  nav.menu--main .nav-link.for-you:before {
    content: '';
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 0 0;
    flex: 0 0 auto;
    background: center center / contain no-repeat url("../img/icons/menu-for-you.svg");
  }
  nav.menu--main .nav-link.for-you:after {
    content: '';
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0 0 0.5em;
    flex: 0 0 auto;
    background: center center / contain no-repeat url("../img/icons/menu-dropdown.svg");
  }
  nav.menu--main .nav-link.for-you:after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    transform: translateY(-50%) rotate(-90deg);
  }
  nav.menu--main .nav-link.for-you.toggled:after {
    transform: translateY(-50%) rotate(90deg);
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: white;
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down h3 {
    font-size: 14px;
    font-weight: 400;
    color: #ED1C24;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    margin: 0;
    padding: 0 15px;
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down h3:before {
    content: '';
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 0 0;
    flex: 0 0 auto;
    background: center center / contain no-repeat url("../img/icons/menu-for-you-red.svg");
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down .close {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    padding: 0 15px;
    background: #F6F6F6;
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down .close:before {
    content: '';
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 0 0;
    flex: 0 0 auto;
    background: center center / contain no-repeat url("../img/icons/menu-dropdown.svg");
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down .close:before {
    transform: rotate(90deg);
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down .close:after {
    content: 'Back';
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down ul.menu {
    display: block;
    background: none;
    padding: 0;
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down .nav-link-lv1 {
    font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #ED1C24;
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down .nav-link-lv1:after {
    display: none;
  }
  nav.menu--main .nav-link.for-you.toggled + .drop-down .nav-link-lv2 {
    font-weight: 400;
  }
  nav.menu--main .drop-down {
    margin: 0;
  }
  nav.menu--main .drop-down h3 {
    display: none;
  }
}
@media only screen and (max-width: 999px) and (min-width: 561px) {
  nav.menu--main {
    max-width: 320px;
    padding: 50px 0 0;
  }
  nav.menu--main .nav-link.menu-scm {
    height: 50px;
  }
  nav.menu--main #mobile-menu-close:after {
    font-size: 50px;
    margin: 0 0.1em;
  }
}
#footer {
  padding: 0 20px;
  overflow: hidden;
}
#footer-block {
  max-width: calc(1440px + 0px * 2);
  margin: 40px auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.25;
}
@media only screen and (max-width: 1140px) {
  #footer-block {
    padding-left: 0;
    padding-right: 0;
  }
}
#footer-block ul.menu {
  margin: 1em 0;
}
#footer-block ul.menu li {
  margin: 0;
}
#footer-block ul.menu li + li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background: #CCCCCC;
  margin: 0 14px;
}
#footer-block ul.menu a {
  transition: 0.25s ease-in-out color;
}
#footer-block ul.menu a:hover {
  color: #ED1C24;
}
#footer-block ul.menu [target*="blank"]:after {
  display: none;
}
#footer-block p {
  color: #545454;
  margin: 0;
}
#footer-block [alt="footer-logo"] {
  width: auto;
  height: 80px;
  display: block;
  margin-left: auto;
}
#footer-block td {
  flex: 1 1 auto;
  max-width: none;
}
#footer-block .icon {
  display: inline-block;
  text-decoration: none;
  margin-right: -0.5em;
}
#footer-block .icon:after {
  display: none;
}
#footer-block .icon:before {
  transition: 0.25s ease-in-out background-image;
  border-radius: 0.125em;
  overflow: hidden;
}
#footer-block .icon.facebook:before {
  content: '';
  font-size: 2em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/facebook.svg");
}
#footer-block .icon.facebook:hover:before {
  background-image: url(../img/icons/facebook-o.svg);
}
#footer-block .icon.instagram:before {
  content: '';
  font-size: 2em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/ig.svg");
}
#footer-block .icon.instagram:hover:before {
  background-image: url(../img/icons/ig-o.svg);
}
#footer-block .icon.vimeo:before {
  content: '';
  font-size: 2em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/vimeo.svg");
}
#footer-block .icon.vimeo:hover:before {
  background-image: url(../img/icons/vimeo-o.svg);
}
#footer-block .icon.youtube:before {
  content: '';
  font-size: 2em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/youtube.svg");
}
#footer-block .icon.youtube:hover:before {
  background-image: url(../img/icons/youtube-o.svg);
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  #footer-block {
    font-size: 14px;
    margin: 0 auto;
  }
  #footer-block [alt="footer-logo"] {
    height: 76px;
  }
}
@media only screen and (max-width: 560px) {
  #footer-block {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
  }
  #footer-block tr {
    display: flex;
    flex-direction: column;
  }
  #footer-block td {
    display: block;
    order: 2;
    margin: 0;
  }
  #footer-block td:last-child {
    order: 1;
  }
  #footer-block ul.menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer-block ul.menu li {
    margin: 5px;
  }
  #footer-block ul.menu li + li:before {
    display: none;
  }
  #footer-block [alt="footer-logo"] {
    margin: 0 auto 30px;
  }
}
body.path-frontpage [id^="block-sitelogo"] {
  margin-top: 80px;
  display: none;
}
body.path-frontpage .region-highlighted ~ * {
  position: relative;
  background: white;
}
body.path-frontpage #scm {
  opacity: 1 !important;
}
body.path-frontpage #main {
  overflow: hidden;
}
body.path-frontpage h2 {
  margin: 0 auto 0.5em;
}
@media print, screen and (min-width: 1141px) {
  body.path-frontpage #header {
    position: fixed;
  }
}
@media only screen and (max-width: 1140px) {
  body.path-frontpage [id^="block-sitelogo"] {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 560px) {
  body.path-frontpage [id^="block-sitelogo"] {
    height: 45px;
  }
  body.path-frontpage [id^="block-sitelogo"] img {
    height: 45px;
  }
}
.slides.frontpage {
  height: 900px;
  max-height: 100vh;
}
.slides.frontpage.float {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.slides.frontpage .swiper-slide {
  width: 100vw;
  position: relative;
}
.slides.frontpage .swiper-button-prev,
.slides.frontpage .swiper-button-next,
.slides.frontpage .swiper-pagination {
  display: none;
}
.slides.frontpage .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slides.frontpage .content > div {
  max-width: calc(1440px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}
@media only screen and (max-width: 1140px) {
  .slides.frontpage .content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .slides.frontpage .content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.slides.frontpage .content .layout-table {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.slides.frontpage .content td {
  vertical-align: middle;
}
.slides.frontpage .content h2 {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}
.slides.frontpage .content p {
  font-size: 20px;
  font-weight: 300;
}
.slides.frontpage .background {
  height: 900px;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
  background: black;
}
.slides.frontpage .background img,
.slides.frontpage .background video,
.slides.frontpage .background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
}
@media only screen and (max-width: 1140px) {
  .slides.frontpage .layout-table {
    display: table;
    margin: 0;
  }
  .slides.frontpage .layout-table tbody {
    display: table-row-group;
  }
  .slides.frontpage .layout-table tr {
    display: table-row;
  }
  .slides.frontpage .layout-table td {
    display: table-cell;
    padding: 20px;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .slides.frontpage .content h2 {
    font-size: 48px;
  }
  .slides.frontpage .content p {
    font-size: 16px;
  }
  .slides.frontpage .content br {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .slides.frontpage .content h2 {
    font-size: 38px;
  }
  .slides.frontpage .content br {
    display: none;
  }
  .slides.frontpage td[style] {
    width: auto !important;
    padding: 0 15px;
  }
}
article.frontpage .field--name-body blockquote {
  text-align: left;
  background: none;
}
article.frontpage #programmes {
  margin: 4em 0;
  padding: 4em 0;
  background: #F6F6F6;
  position: relative;
}
article.frontpage #programmes .desc {
  padding-right: 20px;
}
article.frontpage #programmes table.programmes {
  color: white;
}
article.frontpage #programmes table.programmes a {
  color: inherit;
}
article.frontpage #programmes table.programmes h4 {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  line-height: 1;
}
article.frontpage #programmes table.programmes p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
article.frontpage #programmes table.programmes td,
article.frontpage #programmes table.programmes .td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 2px;
  transition: 0.25s ease-in-out opacity;
}
article.frontpage #programmes table.programmes td > div,
article.frontpage #programmes table.programmes .td > div {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: black;
}
article.frontpage #programmes table.programmes td > div:after,
article.frontpage #programmes table.programmes .td > div:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #000000 100%);
  z-index: 2;
}
article.frontpage #programmes table.programmes td.blur,
article.frontpage #programmes table.programmes .td.blur {
  opacity: 0.5;
}
article.frontpage #programmes table.programmes img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  transition: 0.25s ease-in-out;
  transition-property: opacity, transform;
  z-index: 1;
}
article.frontpage #programmes table.programmes .content {
  color: white;
  width: 100%;
  height: auto;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  transition: 0.25s ease-in-out flex-grow;
}
article.frontpage #programmes table.programmes .content > * {
  margin: 0.25em 0;
}
article.frontpage #programmes table.programmes .tag {
  margin: 0.5em 0;
}
article.frontpage #programmes table.programmes a.more {
  font-weight: 300;
  line-height: 28px;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.25s ease-in-out opacity;
  z-index: 4;
}
article.frontpage #programmes table.programmes a.more:after {
  content: '';
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/view-more.svg");
}
@media print, screen and (min-width: 1141px) {
  article.frontpage #programmes table.programmes td:hover .content,
  article.frontpage #programmes table.programmes .td:hover .content {
    flex-grow: 1;
  }
  article.frontpage #programmes table.programmes td:hover a.more,
  article.frontpage #programmes table.programmes .td:hover a.more {
    opacity: 1;
  }
  article.frontpage #programmes table.programmes td:hover img,
  article.frontpage #programmes table.programmes .td:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.25;
  }
}
@media only screen and (max-width: 560px) {
  article.frontpage #programmes table.programmes h4 {
    font-size: 30px;
  }
  article.frontpage #programmes table.programmes p {
    font-size: 16px;
  }
}
article.frontpage #programmes table.programmes td > div {
  background: none;
}
article.frontpage #programmes table.programmes td > div:hover {
  background: black;
}
article.frontpage #programmes p {
  margin: 0.75em 0;
}
article.frontpage #programmes ul {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
article.frontpage #programmes ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  margin: 3px 5px;
  transition: 0.25s ease-in-out;
  transition-property: font-size, color;
}
article.frontpage #programmes ul li[data-size="1"] {
  font-size: 22px;
  font-weight: 700;
}
article.frontpage #programmes ul li[data-size="2"] {
  font-size: 16px;
  font-weight: 700;
  color: #555;
}
article.frontpage #programmes ul li[data-size="3"] {
  font-size: 14px;
  color: #666;
}
article.frontpage #programmes ul li[data-size="4"] {
  font-size: 0;
  margin: 0;
}
article.frontpage .field--name-field-body .c-btn {
  margin: 6px;
}
@media print, screen and (min-width: 1141px) {
  article.frontpage .layout + .layout {
    margin: 100px 0 0;
  }
  article.frontpage .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article.frontpage .field--name-body h2 {
    font-size: 88px;
    line-height: 1;
    margin: 32px 0;
  }
  article.frontpage .field--name-body p {
    font-size: 20px;
  }
  article.frontpage #programmes {
    margin: 140px 0;
    padding: 2em 0;
  }
  article.frontpage #programmes table.programmes {
    margin: -64px auto;
  }
  article.frontpage #programmes h2 {
    font-size: 44px;
    line-height: 50px;
  }
  article.frontpage #programmes h2 span[style] {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1140px) {
  article.frontpage #programmes {
    margin: 200px -20px 4em;
    padding: 4em 20px;
    border-top: 1px solid transparent;
  }
  article.frontpage #programmes > div {
    margin-top: -200px;
  }
  article.frontpage #programmes:before {
    top: -20px;
    bottom: -20px;
  }
  article.frontpage #programmes h2 ~ * {
    display: none;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  article.frontpage .field--name-body h2 {
    font-size: 68px;
  }
  article.frontpage #programmes h2 {
    text-align: center;
  }
  article.frontpage #programmes h2 br {
    display: none;
  }
  article.frontpage #programmes table.programmes {
    width: auto !important;
    max-width: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 560px) {
  article.frontpage .field--name-body h2 {
    font-size: 44px;
  }
  article.frontpage #programmes {
    margin: 260px -20px 60px;
  }
  article.frontpage #programmes > div {
    margin-top: -260px;
  }
  article.frontpage #programmes:before {
    display: none;
  }
  article.frontpage #programmes h2 {
    font-size: 36px;
    line-height: 1;
  }
  article.frontpage #programmes table.programmes {
    width: 100% !important;
    margin-bottom: 0;
  }
  article.frontpage #programmes table.programmes td {
    width: 100% !important;
    height: auto !important;
    display: block;
    position: relative;
    margin: 0 0 8px;
  }
  article.frontpage #programmes table.programmes td:before {
    content: '';
    width: 100%;
    padding: 100% 0 0;
    display: block;
  }
  article.frontpage #programmes table.programmes td > div {
    position: absolute;
    top: 0;
    left: 0;
  }
  article.frontpage .field--name-field-body .c-btn {
    display: flex;
  }
}
div.set-page-container {
  margin: auto;
}
div.set-page-container div.sticky-nav {
  border-top: 2px solid #ED1C24;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.sticky-nav {
    display: none;
  }
}
div.set-page-container div.sticky-nav li.menu-link-red a {
  color: #ED1C24;
}
div.set-page-container div.set-banner {
  background: center center / cover no-repeat #545454;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 430px;
  overflow: hidden;
}
@media only screen and (max-width: 1160px) {
  div.set-page-container div.set-banner {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-banner {
    min-height: 300px;
    margin-top: -50px;
    height: 570px;
  }
}
div.set-page-container div.set-banner div.set-banner-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 1600px;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-banner div.set-banner-img {
    height: 570px;
  }
}
div.set-page-container div.set-banner div.set-banner-img img {
  position: relative;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-banner div.set-banner-img img {
    height: 570px;
    max-width: none !important;
    transform: translateX(-25%);
  }
}
div.set-page-container div.set-banner div.set-banner-img div.banner-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
div.set-page-container div.set-banner div.set-banner-content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1160px;
  width: 1160px;
}
@media only screen and (max-width: 1270px) {
  div.set-page-container div.set-banner div.set-banner-content-container {
    width: auto;
    padding: 100px 20px;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-banner div.set-banner-content-container {
    width: 280px;
  }
}
div.set-page-container div.set-banner div.set-banner-content-container ul,
div.set-page-container div.set-banner div.set-banner-content-container li,
div.set-page-container div.set-banner div.set-banner-content-container h3,
div.set-page-container div.set-banner div.set-banner-content-container h1 {
  max-width: none;
  margin: 0px;
  padding: 0px;
}
div.set-page-container div.set-banner div.set-banner-content-container ul.set-breadcrumb {
  display: flex;
  gap: 5px;
  list-style: none;
  max-width: none;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
div.set-page-container div.set-banner div.set-banner-content-container ul.set-breadcrumb li a {
  color: #FFF;
  text-decoration: none;
}
div.set-page-container div.set-banner div.set-banner-content-container h3.set-banner-sm-heading {
  color: #FFFFFF;
  font-family: JeanLuc;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 35px;
  margin-top: 12px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-banner div.set-banner-content-container h3.set-banner-sm-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-banner div.set-banner-content-container h3.set-banner-sm-heading {
    font-size: 20px;
  }
}
div.set-page-container div.set-banner div.set-banner-content-container h1.set-banner-bg-heading {
  color: #FFFFFF;
  font-family: JeanLuc;
  font-size: 54px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 59px;
  margin-top: 5px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-banner div.set-banner-content-container h1.set-banner-bg-heading {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-banner div.set-banner-content-container h1.set-banner-bg-heading {
    font-size: 28px;
    line-height: 32px;
  }
}
div.set-page-container div.set-banner div.set-banner-content-container a.set-banner-btn {
  background-color: #ED1C24;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
  padding: 15px 70px;
  margin-top: 25px;
  text-align: center;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-banner div.set-banner-content-container a.set-banner-btn {
    font-size: 14px;
    padding: 12px 61px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-banner div.set-banner-content-container a.set-banner-btn {
    padding: 7px 57px;
    font-size: 12px;
  }
}
div.set-page-container div.set-introduction {
  max-width: 1160px;
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  margin: 60px auto 0px auto;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-introduction {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-introduction {
    font-size: px;
  }
}
div.set-page-container div.set-introduction > .wrapper {
  max-width: 838px;
  margin: unset;
}
div.set-page-container div.set-introduction p {
  max-width: none;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-introduction p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-introduction {
    margin: 30px auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
div.set-page-container div.set-objectives {
  max-width: 1160px;
  margin: 20px auto;
  padding-top: 20px;
  margin-bottom: 0px;
  border-bottom: 1px solid #CCCCCC;
}
div.set-page-container div.set-objectives h1 {
  color: #000000;
  font-family: JeanLuc;
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 46px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-objectives h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-objectives h1 {
    font-size: 32px;
  }
}
div.set-page-container div.set-objectives ul.set-objectives-list {
  margin-top: 30px;
  margin-right: 80px;
  margin-left: 80px;
  max-width: none;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-objectives ul.set-objectives-list {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-objectives ul.set-objectives-list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 30px;
    text-align: justify;
  }
}
div.set-page-container div.set-objectives ul.set-objectives-list li {
  color: #000000;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
  margin: 8px 0;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-objectives ul.set-objectives-list li {
    font-size: 14px;
    margin-right: 20px;
    margin: 0;
    line-height: unset;
  }
}
div.set-page-container div.official-roles-section {
  max-width: 1160px;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}
div.set-page-container div.official-roles-section h1 {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  text-transform: none;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.official-roles-section h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.official-roles-section h1 {
    font-size: 21px;
  }
}
div.set-page-container div.official-roles-section div.official-roles-container div.section_group {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 900px) {
  div.set-page-container div.official-roles-section div.official-roles-container div.section_group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role {
  max-width: 275px;
  margin-bottom: 15px;
  min-width: 0;
}
@media (max-width: 900px) {
}
div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.field--name-field-member-name {
  margin: 14px 0 6px 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.field--name-field-member-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.field--name-field-member-name {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.field--name-field-study {
  margin: 6px 0 14px 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.field--name-field-study {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.field--name-field-study {
    font-size: 14px;
    margin-top: 0px;
  }
}
div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.email-row {
  display: flex;
  justify-content: center;
}
div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.email-row div.field--name-field-email-icon {
  margin-right: 12px;
}
div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.email-row div.field--name-field-email-icon img {
  width: 20px;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.email-row div.field--name-field-email-icon img {
    width: 16px;
    margin-top: -2px;
  }
}
div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.email-row div.field--name-field-official-email,
div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.email-row div.field--name-field-member-email {
  display: flex;
  justify-content: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.17;
  color: #000;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.email-row div.field--name-field-official-email,
  div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.email-row div.field--name-field-member-email {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.email-row div.field--name-field-official-email,
  div.set-page-container div.official-roles-section div.official-roles-container div.section_group div.paragraph--type--student-event-team-official-role div.email-row div.field--name-field-member-email {
    font-size: 14px;
  }
}
div.set-page-container div.set-advisor-section {
  max-width: 1160px;
  margin: 0 auto;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}
div.set-page-container div.set-advisor-section #prog-leader {
  max-width: 700px;
  margin: 0 auto;
}
div.set-page-container div.set-advisor-section #prog-leader .layout-table {
  max-width: none;
  margin: 0 auto;
}
div.set-page-container div.set-advisor-section #prog-leader .layout-table tr:before,
div.set-page-container div.set-advisor-section #prog-leader .layout-table tr:after {
  flex: 0 0 auto;
}
div.set-page-container div.set-advisor-section #prog-leader .layout-table tr td {
  flex: 1 0;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-advisor-section #prog-leader .layout-table tr td img {
    max-width: 221;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-advisor-section #prog-leader .layout-table tr td:first-child img.img-for-mobile {
    display: block !important;
  }
}
div.set-page-container div.set-advisor-section #prog-leader .layout-table h3,
div.set-page-container div.set-advisor-section #prog-leader .layout-table h4 {
  margin-bottom: 10px;
}
div.set-page-container div.set-advisor-section #prog-leader .layout-table h3 {
  font-size: 34px;
}
div.set-page-container div.set-advisor-section #prog-leader .layout-table h3 span {
  color: #ed1c24;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-advisor-section #prog-leader .layout-table h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
div.set-page-container div.set-advisor-section #prog-leader .layout-table h4 {
  font-size: 32px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-advisor-section #prog-leader .layout-table h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-advisor-section #prog-leader .layout-table h4 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
  }
}
div.set-page-container div.set-advisor-section #prog-leader .layout-table p.instructor-name {
  font-weight: bold;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-advisor-section #prog-leader .layout-table a {
    margin-bottom: 30px;
  }
}
div.set-page-container div.set-members-sharing-section {
  padding-top: 80px;
  margin: 0 auto 100px auto;
  max-width: 1160px;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section {
    padding-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section .swiper.view-student-event-team-sharing {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section .swiper-control {
    display: none;
  }
}
div.set-page-container div.set-members-sharing-section h1.set-members-sharing-heading {
  color: #000;
  text-align: center;
  font-size: 42px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-members-sharing-section h1.set-members-sharing-heading {
    font-size: 38px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section h1.set-members-sharing-heading {
    font-size: 32px;
  }
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .view-content {
  position: relative;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-container {
  height: 24em;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-pagination {
  top: 100%;
  width: 100%;
  margin: 1em 0 0;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-pagination span {
  background: rgba(0, 0, 0, 0.25);
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-pagination .swiper-pagination-bullet-active {
  background: #ED1C24;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: 100%;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide > div {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .block-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.75em 1em;
  box-sizing: border-box;
  color: white;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .content .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .content h3.title {
  line-height: 1;
  font-weight: bold;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .content .popup-data-box {
  display: none;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .content .set-show-popup-icon {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgba(245, 245, 245, 0.5);
  margin-bottom: 0px;
  width: 60px;
  height: 60px;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .content .set-show-popup-icon img {
  width: 35px;
  height: 35px;
  padding: 5px;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .content:hover .set-show-popup-icon {
  display: flex;
}
div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work.previous-award .name:before {
  display: none;
}
@media print, screen and (min-width: 1141px) {
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-container {
    margin: 0 -0.25em;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide > div.set-member-item {
    margin: 0.25em;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide > div.set-member-item:hover {
    cursor: pointer;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+1) {
    max-width: calc((1160px + 0.5em) / 3 * 1);
    height: 50%;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+1) h3 {
    font-size: 30px;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+2) {
    max-width: calc((1160px + 0.5em) / 3 * 1);
    height: 50%;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+2):last-child {
    height: 50%;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+3) {
    max-width: calc((1160px + 0.5em) / 3 * 2);
    height: 100%;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+3) > div {
    margin: 0.25em;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+3):last-child {
    height: 100%;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+3) h3 {
    font-size: 36px;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide h3 {
    font-size: 30px;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-button-next,
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-button-prev {
    margin: 0 1em;
    transform: translateY(-50%);
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-button-next:after,
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-button-prev:after {
    color: black;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-button-next {
    left: 100%;
    right: auto;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-button-prev {
    left: auto;
    right: 100%;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-container {
    margin: 0 -0.25em;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide > div {
    margin: 0.25em;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+1) {
    max-width: calc((100vw - 40px) / 3 * 1);
    height: 50%;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+1) h3 {
    font-size: 20px;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+2) {
    max-width: calc((100vw - 40px) / 3 * 1);
    height: 50%;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+2) h3 {
    font-size: 20px;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+2):last-child {
    height: 50%;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+3) {
    max-width: calc((100vw - 40px) / 3 * 2);
    height: 100%;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+3) > div {
    margin: 0.25em 0em;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:nth-child(3n+3):last-child {
    height: 100%;
  }
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work .swiper-slide:first-child:last-child {
    max-width: none;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section .view-student-event-team-sharing.student-work h3 {
    font-size: 22px;
  }
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay {
  display: flex;
  display: none;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  max-width: 1140px;
  min-width: 320;
  max-height: 600px;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box {
    margin-top: 50px;
  }
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  padding: 30px;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row {
    display: flex;
    flex-direction: column;
  }
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-img-div {
  min-width: 170px;
  margin-right: 30px;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-img-div {
    margin: auto;
    margin-bottom: 20px;
  }
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-img-div img {
  width: 170px;
  height: 170px;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-img-div img {
    width: 220px;
    height: 220px;
  }
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-para-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-para-div div.set-member-para-content {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  color: #fff;
  min-width: 840px;
  min-height: 100px;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-para-div div.set-member-para-content {
    min-width: 0;
    min-height: 0;
  }
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-para-div div.set-member-info-box div.set-member-para-type {
  margin-top: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-para-div div.set-member-info-box div.set-member-para-type {
    margin-top: 20px;
    text-align: center;
  }
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-para-div div.set-member-info-box div.set-member-para-name {
  font-family: JeanLuc;
  font-size: 24px;
  font-weight: 100;
  color: #fff;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-para-div div.set-member-info-box div.set-member-para-name {
    text-align: center;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-upper-row div.set-member-popup-close a {
  color: #fff;
  text-decoration: none;
  font-size: 40px;
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-lower-row {
  min-height: 700px;
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-lower-row div.set-popup-photo-slider {
  padding: 70px 50px 100px 50px;
  overflow: visible;
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-lower-row div.set-popup-photo-slider div.swiper-wrapper {
  position: absolute;
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-lower-row div.set-popup-photo-slider div.swiper-wrapper div.swiper-slide img {
  min-height: 240px;
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-lower-row div.set-popup-photo-slider div.navigation-box {
  position: relative;
  float: right;
  width: 100px;
  top: 300px;
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-lower-row div.set-popup-photo-slider div.navigation-box div.swiper-button-next:after {
  color: #ed1c24;
}
div.set-page-container div.set-members-sharing-section div.set-member-sharing-popup-overlay div.set-member-sharing-popup-box div.set-member-popup-lower-row div.set-popup-photo-slider div.swiper-pagination {
  display: none;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-event-coming-section div.type,
  div.set-page-container div.set-event-past-section div.type {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-event-coming-section div.content,
  div.set-page-container div.set-event-past-section div.content {
    padding-bottom: 0px;
  }
}
div.set-page-container div.set-event-coming-section ul.pager,
div.set-page-container div.set-event-past-section ul.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 0px;
}
div.set-page-container div.set-event-coming-section ul.pager li.pager__item,
div.set-page-container div.set-event-past-section ul.pager li.pager__item {
  display: flex;
  align-items: center;
}
div.set-page-container div.set-event-coming-section ul.pager li.pager__item a,
div.set-page-container div.set-event-past-section ul.pager li.pager__item a {
  margin-left: 0px;
  color: #555;
}
div.set-page-container div.set-event-coming-section .view-empty,
div.set-page-container div.set-event-past-section .view-empty {
  max-width: calc(1140px + 0px * 2);
  margin: 1em auto 0;
}
div.set-page-container div.join-set-now-banner-section {
  padding-top: 30px;
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.join-set-now-banner-section {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.join-set-now-banner-section .swiper-control {
    margin-right: 20px;
  }
}
div.set-page-container div.join-set-now-banner-section .view-content {
  max-width: unset;
  margin: unset;
  padding: unset;
}
div.set-page-container div.join-set-now-banner-section table h1 {
  color: #000000;
  font-family: JeanLuc;
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 46px;
}
div.set-page-container div.set-newsletter-section {
  padding-top: 30px;
  margin: 0 auto 80px auto;
  max-width: 1160px;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-newsletter-section {
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
div.set-page-container div.set-newsletter-section h1.set-newsletter-heading {
  color: #000000;
  font-family: JeanLuc;
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 46px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-newsletter-section h1.set-newsletter-heading {
    font-size: 38px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-newsletter-section h1.set-newsletter-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
div.set-page-container div.set-newsletter-section div.set-newsletter-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1140px) {
  div.set-page-container div.set-newsletter-section div.set-newsletter-container {
    flex-direction: column;
  }
}
div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col {
    flex-direction: column;
  }
}
div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col div.set-newsletter-img-box {
  flex: 1;
}
div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col div.set-newsletter-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 1140px) {
  div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col div.set-newsletter-info-box {
    padding-left: 0;
    align-items: center;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col div.set-newsletter-info-box {
    padding: 10px 0 50px 0;
  }
}
div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col div.set-newsletter-info-box div.set-newsletter-title {
  color: #ED1C24;
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col div.set-newsletter-info-box div.set-newsletter-btn {
  padding: 10px 30px;
  margin-top: 20px;
  border: 1px solid #979797;
}
div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col div.set-newsletter-info-box div.set-newsletter-btn a {
  color: #000000;
  background-color: #FFFFFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col div.set-newsletter-info-box div.set-newsletter-btn a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col div.set-newsletter-info-box div.set-newsletter-btn a {
    font-size: 12px;
  }
}
div.set-page-container div.set-newsletter-section div.set-newsletter-container div.set-newsletter-col div.set-newsletter-info-box div.set-newsletter-btn i {
  padding-left: 5px;
}
div.set-page-container div.set-contact-section {
  background-color: #F6F6F6;
}
div.set-page-container div.set-contact-section div.set-contact-container {
  display: flex;
  font-family: Roboto;
  color: #000000;
  background-color: #F6F6F6;
  padding: 60px 0;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1160px) {
  div.set-page-container div.set-contact-section div.set-contact-container {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container {
    flex-direction: column;
    padding: 0;
  }
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col,
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col {
    padding: 2em 0;
    margin: 10px 30px;
  }
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box,
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box {
    min-width: 290px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box div.set-contact-title-box,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box div.set-contact-title-box {
    display: flex;
    flex-direction: column;
  }
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box div.set-contact-title-box div.contact-heading,
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box div.set-contact-title-box div.contact-heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box div.set-contact-title-box div.contact-heading,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box div.set-contact-title-box div.contact-heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box div.set-contact-title-box div.contact-heading,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box div.set-contact-title-box div.contact-heading {
    font-size: 21px;
  }
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box div.set-contact-title-box div.contact-title,
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box div.set-contact-title-box div.contact-title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box div.set-contact-title-box div.contact-title,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box div.set-contact-title-box div.contact-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box div.set-contact-title-box div.contact-title,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box div.set-contact-title-box div.contact-title {
    font-size: 12px;
  }
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box div.set-contact-title-box div.contact-name,
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box div.set-contact-title-box div.contact-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box div.set-contact-title-box div.contact-name,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box div.set-contact-title-box div.contact-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box div.set-contact-title-box div.contact-name,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box div.set-contact-title-box div.contact-name {
    font-size: 18px;
  }
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box ul.contact-list,
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box ul.contact-list {
  margin: 30px 0 0 0;
  list-style: none;
  padding-left: 0;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box ul.contact-list,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box ul.contact-list {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box ul.contact-list li,
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box ul.contact-list li {
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box ul.contact-list li,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box ul.contact-list li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box ul.contact-list li,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box ul.contact-list li {
    font-size: 14px;
  }
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box ul.contact-list li i,
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box ul.contact-list li i {
  padding-right: 15px;
  margin-top: 5px;
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box ul.contact-list li i img,
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box ul.contact-list li i img {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box ul.contact-list li i img,
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box ul.contact-list li i img {
    width: 25px !important;
  }
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col div.set-contact-info-box ul.contact-list li a,
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col div.set-contact-info-box ul.contact-list li a {
  color: #000;
  text-decoration-line: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col {
  border-right: 1px solid #CCCCCC;
  justify-content: right;
  padding-right: 80px;
  margin-left: 16px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-left-col {
    border-right: 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0px;
    justify-content: unset;
    padding-right: unset;
    margin: auto;
  }
}
div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col {
  padding-left: 80px;
  margin-right: 16px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 560px) {
  div.set-page-container div.set-contact-section div.set-contact-container div.set-contact-right-col {
    padding-left: unset;
    margin-right: unset;
    margin: auto;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px), only screen and (max-width: 560px) {
  .node--type-student-events-team #content {
    margin: 0;
  }
  .node--type-student-events-team [data-block-plugin-id="system_main_block"] {
    margin: 0;
  }
}
article.school-overview .layout-table + .layout-table {
  margin: 60px -5px;
}
#deans-msg {
  position: relative;
}
#deans-msg #dean.sticky {
  position: fixed;
}
#deans-msg #dean.stuck {
  position: absolute;
  transform: translateY(-100%);
}
@media only screen and (max-width: 1140px) {
  #deans-msg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #deans-msg tr {
    flex-wrap: wrap;
  }
  #deans-msg td {
    flex: 1 0 100%;
    padding: 0;
    max-width: none;
  }
  #deans-msg #dean {
    width: 100%;
    margin: 0 0 1em;
  }
}
#milestone h2 {
  text-align: center;
  margin: 0 auto;
}
#milestone h2:before,
#milestone h2:after {
  content: '';
  width: 1px;
  height: 30px;
  margin: 0 50%;
  background: black;
  display: block;
}
#milestone h2:before {
  margin-bottom: 15px;
}
#milestone h2:after {
  margin-top: 15px;
}
#milestone h2:first-child:before {
  display: none;
}
#milestone h2 + ul > li {
  position: relative;
}
#milestone h2 + ul > li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid black;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 50%;
}
#milestone h2 + ul > li:nth-child(odd) {
  text-align: right;
  margin-right: calc(50% - 1px);
  padding-right: 50px;
  border-right: 1px solid black;
}
#milestone h2 + ul > li:nth-child(odd):before {
  left: 100%;
  transform: translate(-50%, -50%);
  margin-left: 1px;
}
#milestone h2 + ul > li:nth-child(even) {
  text-align: left;
  margin-left: calc(50% - 0px);
  padding-left: 50px;
  border-left: 1px solid black;
}
#milestone h2 + ul > li:nth-child(even):before {
  right: 100%;
  transform: translate(50%, -50%);
  margin-right: 1px;
}
#milestone h2 + ul > li:first-child:last-child {
  text-align: center;
  margin: 15px auto;
  padding: 0;
  border: none;
}
#milestone h2 + ul > li:first-child:last-child:before {
  display: none;
}
#milestone ul {
  font-size: 22px;
  font-weight: 600;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#milestone ul ul {
  font-size: 18px;
}
#milestone ul li {
  list-style: none;
  margin: 0;
}
#milestone ul p {
  margin: 0;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  #milestone ul {
    font-size: 18px;
  }
  #milestone ul ul {
    font-size: 15px;
  }
  #milestone h2 + ul > li:nth-child(odd) {
    padding-right: 2em;
  }
  #milestone h2 + ul > li:nth-child(even) {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 560px) {
  #milestone ul {
    font-size: 14px;
  }
  #milestone ul ul {
    font-size: 12px;
  }
  #milestone h2:before,
  #milestone h2:after {
    height: 20px;
  }
  #milestone h2:before {
    margin-bottom: 10px;
  }
  #milestone h2:after {
    margin-top: 10px;
  }
  #milestone h2 + ul > li:nth-child(odd) {
    padding-right: 1.5em;
  }
  #milestone h2 + ul > li:nth-child(even) {
    padding-left: 1.5em;
  }
  #milestone h2 + ul > li:first-child:last-child {
    margin: 10px auto;
  }
}
.milestone.sticky-nav.sticky {
  visibility: visible;
  position: fixed;
}
@media print, screen and (min-width: 1141px) {
  .milestone.sticky-nav {
    visibility: hidden;
  }
}
article.contact-us > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  article.contact-us > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  article.contact-us > div {
    padding-left: 0;
    padding-right: 0;
  }
}
article.contact-us h2 {
  margin: 0 0 0.5em;
}
article.contact-us h2 + p:before {
  content: '';
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/venue-red.svg");
}
article.contact-us table {
  margin: 0;
}
table#contact-us {
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
table#contact-us td {
  padding: 0 15px;
}
table#contact-us p {
  margin: 0.75em 0;
  white-space: nowrap;
}
table#contact-us hr {
  margin: 10px 0;
  border-color: black;
}
table#contact-us img {
  width: 1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
}
@media print, screen and (min-width: 1141px) {
  table#contact-us {
    font-size: 16px;
  }
  table#contact-us h5 {
    font-size: 22px;
  }
}
#c-map {
  width: 100%;
  height: 640px;
  border: 1px solid #D9D9D9;
}
#c-map-container {
  position: relative;
  margin: 40px 0;
}
#c-map-container .map-guide {
  border-top: 2px solid black;
  border-bottom: 1px solid #E7E7E7;
  background: white;
}
#c-map-container .map-guide h4 {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 0 20px;
  min-height: 64px;
  background: #F6F6F6;
}
#c-map-container .map-guide .accordion {
  font-weight: 700;
  min-height: 54px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#c-map-container .map-guide .accordion:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-plus.svg");
}
#c-map-container .map-guide .accordion.toggled:after {
  background-image: url(../img/icons/menu-minus.svg);
}
#c-map-container .map-guide .accordion + div {
  font-size: 16px;
  margin: -20px 0 0;
  padding: 20px;
}
#c-map-container .map-guide .accordion + div [style*=color] {
  font-size: 13px;
}
#c-map-container .map-guide .accordion ~ .accordion {
  border-top: 1px solid #E7E7E7;
}
@media print, screen and (min-width: 1141px) {
  #c-map-container .map-guide {
    width: 320px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  }
}
.view-alumni-stories.listing .view-content {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-alumni-stories.listing .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-alumni-stories.listing .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-alumni-stories.listing .view-content > div {
  margin: 0 -5px;
}
.view-alumni-stories.listing .views-row {
  margin: 0 0 1em;
}
.view-alumni-stories.listing .content {
  padding: 15px 20px;
}
.view-alumni-stories.listing .content .name {
  font-size: 14px;
  margin: 10px 0;
}
@media print, screen and (min-width: 1141px), only screen and (max-width: 1139px) and (min-width: 561px) {
  .view-alumni-stories.listing .views-row {
    float: left;
    width: 50%;
  }
  .view-alumni-stories.listing .views-row:nth-child(5n+3),
  .view-alumni-stories.listing .views-row:nth-child(5n+4),
  .view-alumni-stories.listing .views-row:nth-child(5n+5) {
    width: 33.3%;
  }
  .view-alumni-stories.listing .views-row:nth-child(5n+1),
  .view-alumni-stories.listing .views-row:nth-child(5n+3) {
    clear: left;
  }
  .view-alumni-stories.listing .views-row > div {
    margin: 5px;
  }
}
@media only screen and (max-width: 1140px) {
  .view-alumni-stories.listing .content {
    padding: 0.75em 1.25em;
  }
  .view-alumni-stories.listing .content .name {
    font-size: 12px;
    margin: 8px 0;
  }
}
body.node--type-alumni-story .layout + .layout {
  margin: 30px 0 0;
}
body.node--type-alumni-story .field--name-field-alumni {
  max-width: calc(900px + 0px * 2);
  margin: 20px auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  body.node--type-alumni-story .field--name-field-alumni {
    padding-left: 0;
    padding-right: 0;
  }
}
body.node--type-alumni-story .btn.back {
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  margin: 1.5em auto;
  display: flex;
  align-items: center;
}
body.node--type-alumni-story .btn.back:before {
  content: '';
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/back.svg");
}
body.node--type-equipment-facilities .layout + .layout {
  margin: 30px 0 0;
}
body.node--type-equipment-facilities .btn.back {
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  margin: 1.5em auto;
  display: flex;
  align-items: center;
}
body.node--type-equipment-facilities .btn.back:before {
  content: '';
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/back.svg");
}
.slides.equipment-facilities {
  position: relative;
}
.slides.equipment-facilities .view-content {
  color: white;
}
.slides.equipment-facilities .view-content a {
  color: inherit;
}
.slides.equipment-facilities .view-content h4 {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  line-height: 1;
}
.slides.equipment-facilities .view-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
.slides.equipment-facilities .view-content td,
.slides.equipment-facilities .view-content .td {
  width: 245px;
  height: 440px;
  margin: 0;
  padding: 2px;
  transition: 0.25s ease-in-out opacity;
}
.slides.equipment-facilities .view-content td > div,
.slides.equipment-facilities .view-content .td > div {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: black;
}
.slides.equipment-facilities .view-content td > div:after,
.slides.equipment-facilities .view-content .td > div:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #000000 100%);
  z-index: 2;
}
.slides.equipment-facilities .view-content td.blur,
.slides.equipment-facilities .view-content .td.blur {
  opacity: 0.5;
}
.slides.equipment-facilities .view-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  transition: 0.25s ease-in-out;
  transition-property: opacity, transform;
  z-index: 1;
}
.slides.equipment-facilities .view-content .content {
  color: white;
  width: 100%;
  height: auto;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  transition: 0.25s ease-in-out flex-grow;
}
.slides.equipment-facilities .view-content .content > * {
  margin: 0.25em 0;
}
.slides.equipment-facilities .view-content .tag {
  margin: 0.5em 0;
}
.slides.equipment-facilities .view-content a.more {
  font-weight: 300;
  line-height: 28px;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.25s ease-in-out opacity;
  z-index: 4;
}
.slides.equipment-facilities .view-content a.more:after {
  content: '';
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/view-more.svg");
}
@media print, screen and (min-width: 1141px) {
  .slides.equipment-facilities .view-content td:hover .content,
  .slides.equipment-facilities .view-content .td:hover .content {
    flex-grow: 1;
  }
  .slides.equipment-facilities .view-content td:hover a.more,
  .slides.equipment-facilities .view-content .td:hover a.more {
    opacity: 1;
  }
  .slides.equipment-facilities .view-content td:hover img,
  .slides.equipment-facilities .view-content .td:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.25;
  }
}
@media only screen and (max-width: 560px) {
  .slides.equipment-facilities .view-content h4 {
    font-size: 30px;
  }
  .slides.equipment-facilities .view-content p {
    font-size: 16px;
  }
}
.slides.equipment-facilities h2 {
  max-width: none;
}
.slides.equipment-facilities h4 {
  font-family: 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 22px;
  line-height: 1.25;
}
.slides.equipment-facilities .swiper-container {
  overflow: visible;
}
.slides.equipment-facilities .swiper-button-prev,
.slides.equipment-facilities .swiper-button-next {
  width: 80px;
  height: 160px;
  margin: 0 -10px;
  border-radius: 80px 0 0 80px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
}
.slides.equipment-facilities .swiper-button-prev:after,
.slides.equipment-facilities .swiper-button-next:after {
  color: black;
  font-size: 4em;
  margin-right: -0.25em;
}
.slides.equipment-facilities .swiper-button-prev {
  transform: rotate(180deg) translateY(50%);
}
.slides.equipment-facilities .swiper-button-prev:after {
  transform: rotate(180deg);
}
@media print, screen and (min-width: 1141px) {
  .slides.equipment-facilities {
    max-width: calc(560px + 50vw);
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 1140px) {
  .slides.equipment-facilities .swiper-button-prev {
    left: -10px;
  }
  .slides.equipment-facilities .swiper-button-next {
    right: -10px;
  }
  .slides.equipment-facilities .swiper-button-disabled {
    opacity: 0;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .slides.equipment-facilities .td {
    width: 200px;
    height: 360px;
  }
  .slides.equipment-facilities .swiper-button-prev,
  .slides.equipment-facilities .swiper-button-next {
    width: 60px;
    height: 120px;
    border-radius: 60px 0 0 60px;
  }
  .slides.equipment-facilities .swiper-button-prev:after,
  .slides.equipment-facilities .swiper-button-next:after {
    font-size: 2em;
  }
}
@media only screen and (max-width: 560px) {
  .slides.equipment-facilities .td {
    width: 180px;
    height: 320px;
  }
  .slides.equipment-facilities .swiper-button-prev,
  .slides.equipment-facilities .swiper-button-next {
    width: 40px;
    height: 80px;
    border-radius: 40px 0 0 40px;
  }
  .slides.equipment-facilities .swiper-button-prev:after,
  .slides.equipment-facilities .swiper-button-next:after {
    font-size: 2em;
  }
}
article.admission-overview .admission {
  color: white;
  margin: 0 auto;
}
article.admission-overview .admission a {
  color: inherit;
}
article.admission-overview .admission h4 {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  line-height: 1;
}
article.admission-overview .admission p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
article.admission-overview .admission td,
article.admission-overview .admission .td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 2px;
  transition: 0.25s ease-in-out opacity;
}
article.admission-overview .admission td > div,
article.admission-overview .admission .td > div {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: black;
}
article.admission-overview .admission td > div:after,
article.admission-overview .admission .td > div:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #000000 100%);
  z-index: 2;
}
article.admission-overview .admission td.blur,
article.admission-overview .admission .td.blur {
  opacity: 0.5;
}
article.admission-overview .admission img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  transition: 0.25s ease-in-out;
  transition-property: opacity, transform;
  z-index: 1;
}
article.admission-overview .admission .content {
  color: white;
  width: 100%;
  height: auto;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  transition: 0.25s ease-in-out flex-grow;
}
article.admission-overview .admission .content > * {
  margin: 0.25em 0;
}
article.admission-overview .admission .tag {
  margin: 0.5em 0;
}
article.admission-overview .admission a.more {
  font-weight: 300;
  line-height: 28px;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.25s ease-in-out opacity;
  z-index: 4;
}
article.admission-overview .admission a.more:after {
  content: '';
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/view-more.svg");
}
@media print, screen and (min-width: 1141px) {
  article.admission-overview .admission td:hover .content,
  article.admission-overview .admission .td:hover .content {
    flex-grow: 1;
  }
  article.admission-overview .admission td:hover a.more,
  article.admission-overview .admission .td:hover a.more {
    opacity: 1;
  }
  article.admission-overview .admission td:hover img,
  article.admission-overview .admission .td:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.25;
  }
}
@media only screen and (max-width: 560px) {
  article.admission-overview .admission h4 {
    font-size: 30px;
  }
  article.admission-overview .admission p {
    font-size: 16px;
  }
}
article.admission-overview #visiting-students {
  color: white;
  background: center center / cover no-repeat url('../img/pages/admission/visiting_students_bg_2x.jpg');
  overflow: hidden;
  position: relative;
}
article.admission-overview #visiting-students:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
article.admission-overview #visiting-students > div {
  margin: 6.5em auto;
  position: relative;
  z-index: 1;
}
article.admission-overview #visiting-students .c-btn {
  font-size: 20px;
  font-weight: 700;
  border: none;
}
article.admission-overview #visiting-students .c-btn:after {
  content: '';
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/external-link-w.svg");
}
article.admission-overview #visiting-students .c-btn:after {
  margin-top: -0.25em;
}
@media print, screen and (min-width: 1141px) {
  article.admission-overview .upper {
    float: right;
  }
  article.admission-overview .lower {
    float: left;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  article.admission-overview .layout-table.custom td {
    width: auto !important;
  }
  article.admission-overview .layout-table.custom table {
    width: 408px !important;
  }
  article.admission-overview .layout-table.custom table td {
    width: 200px !important;
    height: 200px !important;
  }
  article.admission-overview .layout-table.custom br {
    display: none;
  }
  article.admission-overview #visiting-students {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 560px) {
  article.admission-overview .layout-table.custom td {
    width: auto !important;
    margin: 0;
  }
  article.admission-overview .layout-table.custom table {
    width: auto !important;
  }
  article.admission-overview #visiting-students {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
article.admission footer {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  article.admission footer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  article.admission footer {
    padding-left: 0;
    padding-right: 0;
  }
}
article.admission .bg {
  padding: 3.5em 0;
  position: relative;
}
article.admission .bg:before,
article.admission .bg:after {
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #F6F6F6;
}
article.admission .bg:before {
  content: '';
  right: calc(100% + 0px);
  width: 100vw;
}
article.admission .bg:after {
  content: '';
  right: 0px;
  width: 100%;
}
article.admission .bg > * {
  position: relative;
  z-index: 1;
}
article.admission [data-block-plugin-id="system_main_block"] {
  margin: 0 auto;
}
ul#hybrid-chart-tabs {
  max-width: calc(1440px + 0px * 2);
  margin: 2em auto;
  padding: 0 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 1140px) {
  ul#hybrid-chart-tabs {
    padding-left: 0;
    padding-right: 0;
  }
}
ul#hybrid-chart-tabs li {
  flex: 0 1 32%;
  min-height: 5em;
  padding: 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid currentColor;
  transition: 0.25s ease-in-out color;
  cursor: pointer;
}
ul#hybrid-chart-tabs li:after {
  content: '';
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-dropdown.svg");
}
ul#hybrid-chart-tabs li.active {
  color: #ED1C24;
}
ul#hybrid-chart-tabs li.active:after {
  background-image: url(../img/icons/menu-dropdown-o.svg);
}
ul#hybrid-chart-tabs li:after {
  flex: 0 0 auto;
}
ul#hybrid-chart-tabs li + li {
  margin-left: 2%;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  ul#hybrid-chart-tabs {
    font-size: 14px;
  }
  ul#hybrid-chart-tabs li {
    padding: 0.5em 0;
  }
  ul#hybrid-chart-tabs li:after {
    margin: 0;
  }
}
@media only screen and (max-width: 560px) {
  ul#hybrid-chart-tabs {
    display: block;
  }
  ul#hybrid-chart-tabs li {
    margin: 1em 0;
    border: none;
    border-radius: 0.5em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: white;
  }
  ul#hybrid-chart-tabs li + li {
    margin-left: 0;
  }
}
table#admission-important-dates thead,
table#admission-important-dates tbody,
table#admission-important-dates tr,
table#admission-important-dates th,
table#admission-important-dates td {
  display: block;
}
table#admission-important-dates tr {
  padding: 0 0 32px 36px;
  position: relative;
}
table#admission-important-dates tr:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px 6px;
  transform: translate(-50%, 0);
}
table#admission-important-dates tr:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 5px;
  background: black;
}
table#admission-important-dates tr:last-child:after {
  display: none;
}
table#admission-important-dates td {
  padding: 0;
  border: none;
}
table#admission-important-dates td > * {
  margin: 0 0 5px;
}
article.programmes .bg-grey {
  position: relative;
  margin: 0 0 120px;
}
article.programmes .bg-grey:before {
  content: '';
  background: #F6F6F6;
  position: absolute;
  top: 80px;
  left: 80px;
  width: 100%;
  height: 100%;
}
article.programmes .bg-grey:after {
  content: '';
  background: #F6F6F6;
  position: absolute;
  top: 80px;
  left: calc(100% + 80px);
  width: 50vw;
  height: 100%;
}
article.programmes .bg-grey > * {
  position: relative;
  z-index: 1;
}
article.programmes #programmes {
  color: white;
}
article.programmes #programmes a {
  color: inherit;
}
article.programmes #programmes h4 {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  line-height: 1;
}
article.programmes #programmes p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
article.programmes #programmes td,
article.programmes #programmes .td {
  width: 20%;
  height: 280px;
  margin: 0;
  padding: 2px;
  transition: 0.25s ease-in-out opacity;
}
article.programmes #programmes td > div,
article.programmes #programmes .td > div {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: black;
}
article.programmes #programmes td > div:after,
article.programmes #programmes .td > div:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #000000 100%);
  z-index: 2;
}
article.programmes #programmes td.blur,
article.programmes #programmes .td.blur {
  opacity: 0.5;
}
article.programmes #programmes img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  transition: 0.25s ease-in-out;
  transition-property: opacity, transform;
  z-index: 1;
}
article.programmes #programmes .content {
  color: white;
  width: 100%;
  height: auto;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  transition: 0.25s ease-in-out flex-grow;
}
article.programmes #programmes .content > * {
  margin: 0.25em 0;
}
article.programmes #programmes .tag {
  margin: 0.5em 0;
}
article.programmes #programmes a.more {
  font-weight: 300;
  line-height: 28px;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.25s ease-in-out opacity;
  z-index: 4;
}
article.programmes #programmes a.more:after {
  content: '';
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/view-more.svg");
}
@media print, screen and (min-width: 1141px) {
  article.programmes #programmes td:hover .content,
  article.programmes #programmes .td:hover .content {
    flex-grow: 1;
  }
  article.programmes #programmes td:hover a.more,
  article.programmes #programmes .td:hover a.more {
    opacity: 1;
  }
  article.programmes #programmes td:hover img,
  article.programmes #programmes .td:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.25;
  }
}
@media only screen and (max-width: 560px) {
  article.programmes #programmes h4 {
    font-size: 30px;
  }
  article.programmes #programmes p {
    font-size: 16px;
  }
}
article.programmes #programmes p {
  display: none;
}
article.programmes #programmes td:hover p {
  display: block;
}
@media only screen and (max-width: 1140px) {
  article.programmes #programmes tr {
    flex-wrap: wrap;
  }
  article.programmes #programmes tr td {
    max-width: 100%;
  }
}
.view-alumni-stories.student-work .view-content {
  position: relative;
}
.view-alumni-stories.student-work .swiper-container {
  height: 24em;
}
.view-alumni-stories.student-work .swiper-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
.view-alumni-stories.student-work .swiper-pagination {
  top: 100%;
  width: 100%;
  margin: 1em 0 0;
}
.view-alumni-stories.student-work .swiper-pagination span {
  background: rgba(0, 0, 0, 0.25);
}
.view-alumni-stories.student-work .swiper-pagination .swiper-pagination-bullet-active {
  background: #ED1C24;
}
.view-alumni-stories.student-work .swiper-slide {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: 100%;
}
.view-alumni-stories.student-work .swiper-slide > div {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
.view-alumni-stories.student-work .block-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
}
.view-alumni-stories.student-work .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-alumni-stories.student-work .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.75em 1em;
  box-sizing: border-box;
  color: white;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}
.view-alumni-stories.student-work .content h3 {
  line-height: 1;
}
.view-alumni-stories.student-work.previous-award .name:before {
  display: none;
}
@media print, screen and (min-width: 1141px) {
  .view-alumni-stories.student-work .swiper-container {
    margin: 0 -0.25em;
  }
  .view-alumni-stories.student-work .swiper-slide {
    max-width: calc((1140px + 0.5em) / 3);
    height: 50%;
  }
  .view-alumni-stories.student-work .swiper-slide > div {
    margin: 0.25em;
  }
  .view-alumni-stories.student-work .swiper-slide:nth-child(3n+1) {
    max-width: calc((1140px + 0.5em) / 3 * 2);
    height: 100%;
  }
  .view-alumni-stories.student-work .swiper-slide:nth-child(3n+1) h3 {
    font-size: 36px;
  }
  .view-alumni-stories.student-work .swiper-slide:nth-child(3n+2):last-child {
    height: 100%;
  }
  .view-alumni-stories.student-work .swiper-slide h3 {
    font-size: 30px;
  }
  .view-alumni-stories.student-work .swiper-slide:first-child:last-child {
    max-width: none;
  }
  .view-alumni-stories.student-work .swiper-button-next,
  .view-alumni-stories.student-work .swiper-button-prev {
    margin: 0 1em;
    transform: translateY(-50%);
  }
  .view-alumni-stories.student-work .swiper-button-next:after,
  .view-alumni-stories.student-work .swiper-button-prev:after {
    color: black;
  }
  .view-alumni-stories.student-work .swiper-button-next {
    left: 100%;
    right: auto;
  }
  .view-alumni-stories.student-work .swiper-button-prev {
    left: auto;
    right: 100%;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .view-alumni-stories.student-work .swiper-container {
    margin: 0 -0.25em;
  }
  .view-alumni-stories.student-work .swiper-slide {
    max-width: calc((100vw - 40px) / 3);
    height: 50%;
  }
  .view-alumni-stories.student-work .swiper-slide > div {
    margin: 0.25em;
  }
  .view-alumni-stories.student-work .swiper-slide:nth-child(3n+1) {
    max-width: calc((100vw - 40px) / 3 * 2);
    height: 100%;
  }
  .view-alumni-stories.student-work .swiper-slide:nth-child(3n+2):last-child {
    height: 100%;
  }
  .view-alumni-stories.student-work .swiper-slide:first-child:last-child {
    max-width: none;
  }
}
body.node--type-programmes .sticky-nav {
  border-top: 2px solid #ED1C24;
}
body.node--type-programmes #content,
body.node--type-programmes [data-block-plugin-id="system_main_block"] {
  margin: 0 auto;
}
article.node-type-programmes header {
  color: white;
  margin: 0 0 120px;
  background: center center / cover no-repeat #545454;
}
article.node-type-programmes header > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  article.node-type-programmes header > div {
    padding-left: 0;
    padding-right: 0;
  }
}
article.node-type-programmes header .breadcrumb {
  margin: 0 0 20px;
  font-weight: 300;
}
article.node-type-programmes header h3 {
  margin: 0 0 5px;
}
article.node-type-programmes header h3 + p {
  margin-top: 0;
}
article.node-type-programmes header .more-info {
  color: black;
  padding: 2em 0;
  position: absolute;
  top: 100%;
  left: 20px;
  right: 0;
  transform: translateY(-50%);
}
article.node-type-programmes header .more-info:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
article.node-type-programmes header .more-info > * {
  position: relative;
  z-index: 1;
}
article.node-type-programmes header .more-info table {
  margin: 0 auto;
}
article.node-type-programmes header .more-info tr {
  display: block;
  white-space: nowrap;
}
article.node-type-programmes header .more-info td {
  display: inline-block;
  vertical-align: top;
  padding: 0 2em;
}
article.node-type-programmes header .more-info td + td {
  border-left: 1px solid #ccc;
}
article.node-type-programmes header .more-info p {
  margin: 0;
}
article.node-type-programmes .field--name-body {
  margin: 0 0 60px;
}
article.node-type-programmes .paragraph {
  margin: 0 0 60px;
}
article.node-type-programmes .paragraph > .field {
  max-width: calc(1140px + 0px * 2);
  margin: 60px auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  article.node-type-programmes .paragraph > .field {
    padding-left: 0;
    padding-right: 0;
  }
}
article.node-type-programmes .paragraph.paragraph--type--programmes-enquiry,
article.node-type-programmes .paragraph.paragraph--type--programmes-application-now {
  margin: 0;
}
article.node-type-programmes .paragraph .field--name-field-enquiry,
article.node-type-programmes .paragraph .field--name-field-application-now {
  max-width: none;
  margin: 0;
  padding: 0;
}
article.node-type-programmes .field--name-field-prog-alumni .layout-table {
  table-layout: fixed;
}
article.node-type-programmes .field--name-field-prog-alumni .layout-table td {
  vertical-align: top;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-title {
  margin-bottom: 1em;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header {
  background-color: #f6f6f6;
  margin-bottom: 3.5em;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container {
  background-color: #f6f6f6;
  font-size: 28px;
  font-weight: 500;
  height: 2.5em;
  margin-top: 1em;
  position: relative;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container .scm-dropdown-menu {
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  top: 0;
  transition: 0.25s ease-in-out box-shadow;
  transition-property: box-shadow, top;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container .scm-dropdown-menu__selected {
  height: 2.5em;
  padding: 0 1.5em;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container .scm-dropdown-menu__selected:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-dropdown.svg");
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container .scm-dropdown-menu__selected:after {
  animation: floaty 1s 0s ease-in-out infinite forwards alternate;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container .scm-dropdown-menu__selected.active:after {
  background-image: url(../img/icons/menu-dropdown-o.svg);
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container .scm-dropdown-menu__selected span {
  flex: 1 1 auto;
  pointer-events: none;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container .scm-dropdown-menu__dropdown {
  list-style: none;
  max-width: none;
  margin: 0;
  padding: 0.5em 1.5em;
  border-top: 1px solid #E7E7E7;
  display: none;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container .scm-dropdown-menu__dropdown li {
  transition: 0.25s ease-in-out color;
  cursor: pointer;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container .scm-dropdown-menu__dropdown li:hover,
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container .scm-dropdown-menu__dropdown li.active {
  color: #ED1C24;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container {
    font-size: 24px;
  }
}
@media only screen and (max-width: 560px) {
  article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-dropdown-container {
    font-size: 20px;
  }
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-tabs-container {
  padding: 0 1em;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-tabs-container .scm-tabs {
  display: none;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-tabs-container .scm-tabs.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 560px) {
  article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-tabs-container .scm-tabs.active {
    flex-direction: column;
  }
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-tabs-container .scm-tabs__tab {
  flex: 0 1 50%;
  position: relative;
  font-size: 22px;
  color: #545454;
  padding: 1.5em 0.5em;
  text-decoration: none;
  text-align: center;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-tabs-container .scm-tabs__tab.active {
  font-weight: bold;
}
@media print, screen and (min-width: 1141px), only screen and (max-width: 1139px) and (min-width: 561px) {
  article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-tabs-container .scm-tabs__tab:not(:last-child):before {
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    content: '';
    width: 1px;
    height: 60%;
    background-color: #545454;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-tabs-container .scm-tabs__tab {
    font-size: 18px;
  }
}
@media only screen and (max-width: 560px) {
  article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-header .scm-tabs-container .scm-tabs__tab {
    font-size: 14px;
    padding: 0.5em;
  }
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-body-container {
  max-width: 900px;
  margin: 0 auto;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-body-container .scm-tabs-body .scm-tabs-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s ease;
}
article.node-type-programmes .scm-tabs-dropdown-container .scm-tabs-body-container .scm-tabs-body .scm-tabs-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media only screen and (max-width: 1140px) {
  article.node-type-programmes header {
    margin: 0 -20px 80px;
    padding: 0 40px;
  }
  article.node-type-programmes header .more-info {
    left: 0;
    padding: 1.5em 0;
  }
  article.node-type-programmes header .more-info tr {
    overflow: scroll;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  article.node-type-programmes .field--name-field-prog-alumni tr {
    display: flex;
    align-items: flex-start;
  }
  article.node-type-programmes .field--name-field-prog-alumni td {
    flex: 0 0 25%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 560px) {
  article.node-type-programmes header .more-info tr {
    padding: 0 1em;
  }
  article.node-type-programmes header .more-info td {
    font-size: 12px;
    margin: 0;
    padding: 0 1em;
  }
}
table#programme-summary img {
  position: relative;
  z-index: 1;
}
table#programme-summary .bg {
  position: relative;
  background-color: #F6F6F6;
  padding: 48px 0;
}
table#programme-summary .bg:before,
table#programme-summary .bg:after {
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #F6F6F6;
}
table#programme-summary .bg:before {
  content: '';
  right: calc(100% + 0px);
  width: 100vw;
}
table#programme-summary .bg:after {
  content: '';
  left: calc(100% + 0px);
  width: 100vw;
}
table#programme-summary .bg > * {
  position: relative;
  z-index: 1;
}
#prog-period-of-study .layout-table {
  max-width: 1040px;
  margin: 2em auto;
  table-layout: fixed;
}
#prog-period-of-study .layout-table tr {
  display: flex;
  align-items: flex-start;
}
#prog-period-of-study .layout-table td {
  flex: 1 0 33.33%;
  display: block;
  margin: 0;
  padding: 0 3em;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
#prog-period-of-study .layout-table td + td:before {
  content: '';
  width: 2px;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  display: block;
  background: #E7E7E7;
}
#prog-period-of-study h5 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  #prog-period-of-study .layout-table {
    text-align: center;
  }
  #prog-period-of-study .layout-table td {
    padding: 0 2em;
  }
  #prog-period-of-study h5 {
    font-size: 32px;
  }
  #prog-period-of-study p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  #prog-period-of-study .layout-table {
    text-align: center;
    width: calc(100% + 2em);
    margin: 2em -1em;
  }
  #prog-period-of-study .layout-table td {
    padding: 0 1em;
  }
  #prog-period-of-study h5 {
    font-size: 24px;
  }
  #prog-period-of-study p {
    font-size: 12px;
  }
}
#prog-leader .layout-table {
  max-width: 900px;
  margin: -40px auto;
}
#prog-leader .layout-table tr {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
#prog-leader .layout-table tr + tr {
  border-top: 1px solid #e7e7e7;
}
#prog-leader .layout-table tr:before,
#prog-leader .layout-table tr:after {
  content: '';
  display: table-cell;
  flex: 1 0 3em;
}
#prog-leader .layout-table td {
  flex: 0 0 auto;
  display: block;
  padding: 2em 1em;
}
#prog-leader h4 {
  font-weight: 300;
  margin: 0;
}
#prog-leader h3 {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
}
#prog-leader h3 + p {
  margin: 0;
}
@media print, screen and (min-width: 1141px) {
  #prog-leader .layout-table tr:nth-child(even) td:first-child {
    flex: 1 1 auto;
  }
  #prog-leader .layout-table tr:nth-child(odd) td + td {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  #prog-leader .layout-table tr:before,
  #prog-leader .layout-table tr:after {
    flex: 1 0 2em;
  }
}
@media only screen and (max-width: 560px) {
  #prog-leader {
    font-size: 12px;
  }
  #prog-leader .layout-table tr:before,
  #prog-leader .layout-table tr:after {
    display: none;
  }
  #prog-leader .layout-table tr:nth-child(even) td:first-child {
    order: 2;
  }
  #prog-leader .layout-table td {
    flex: 1 0 40%;
    margin: 0;
    padding: 1em 0.5em;
  }
  #prog-leader h4 {
    font-size: 16px;
  }
  #prog-leader h3 {
    font-size: 20px;
  }
}
#prog-entrance-re .bg {
  position: relative;
  background-color: #F6F6F6;
  display: flex;
}
#prog-entrance-re .bg:before,
#prog-entrance-re .bg:after {
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #F6F6F6;
}
#prog-entrance-re .bg:before {
  content: '';
  right: calc(100% + 0px);
  width: 100vw;
}
#prog-entrance-re .bg:after {
  content: '';
  left: calc(100% + 0px);
  width: 100vw;
}
#prog-entrance-re .bg > * {
  position: relative;
  z-index: 1;
}
#prog-entrance-re .layout-table {
  margin: -30px auto;
}
#prog-entrance-re .layout-table tr {
  display: flex;
  align-items: stretch;
}
#prog-entrance-re .layout-table td {
  flex: 1 0 25%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  width: 265px;
  height: 265px;
  padding: 2em 0.5em;
  box-sizing: border-box;
  background: center center / cover no-repeat url(../img/spacer.gif);
  transition: 0.25s ease-in-out;
  transition-property: color, background;
  cursor: pointer;
}
#prog-entrance-re .layout-table td:hover {
  color: white;
  background-image: url(../img/pages/programmes/bg-entrance-requirement.jpg);
}
#prog-entrance-re .layout-table td:hover:before,
#prog-entrance-re .layout-table td:hover:after {
  display: none;
}
#prog-entrance-re .layout-table td + td:before {
  content: '';
  position: absolute;
  top: 30%;
  bottom: 30%;
  left: 0;
  width: 1px;
  background: #CCCCCC;
}
#prog-entrance-re .layout-table p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
#prog-entrance-re .c-btn {
  opacity: 0;
  margin-top: 10px;
  transition: 0.25s ease-in-out opacity;
}
@media print, screen and (min-width: 1141px) {
  #prog-entrance-re .layout-table td:hover .c-btn {
    opacity: 1;
  }
  #prog-entrance-re .layout-table td:hover > :first-child {
    margin-top: 0;
  }
  #prog-entrance-re .layout-table td > :first-child {
    margin-top: 60px;
    transition: 0.25s ease-in-out margin-top;
  }
  #prog-entrance-re .c-btn {
    color: white;
    border-color: white;
    background: none;
  }
  #prog-entrance-re .c-btn:after,
  #prog-entrance-re .c-btn:hover:after {
    display: none;
  }
}
@media only screen and (max-width: 1140px) {
  #prog-entrance-re .c-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 560px) {
  #prog-entrance-re .layout-table {
    margin: 0 auto;
  }
  #prog-entrance-re .layout-table tr {
    flex-wrap: wrap;
  }
  #prog-entrance-re .layout-table td {
    flex: 1 0 50%;
    height: auto;
    margin: 0;
  }
  #prog-entrance-re .layout-table td:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #CCCCCC;
  }
  #prog-entrance-re .layout-table td:first-child:after,
  #prog-entrance-re .layout-table td:first-child + td:after {
    display: none;
  }
  #prog-entrance-re .layout-table td:nth-child(odd):before {
    display: none;
  }
}
#prog-enquiry {
  background: #F6F6F6;
}
#prog-enquiry > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 64px 20px;
}
@media only screen and (max-width: 1140px) {
  #prog-enquiry > div {
    padding-left: 0;
    padding-right: 0;
  }
}
#prog-enquiry h4 {
  margin: 0 0 0.5em;
}
#prog-enquiry p {
  margin: 0 auto 10px;
}
#prog-enquiry .layout-table {
  width: calc(100% + 80px);
  margin: 0 -40px;
  table-layout: fixed;
}
#prog-enquiry .layout-table table {
  width: 100%;
  margin: 0;
  table-layout: auto;
}
#prog-enquiry .layout-table td {
  padding: 0 40px;
  vertical-align: top;
}
#prog-enquiry .layout-table td + td {
  border-left: 1px solid #ccc;
}
#prog-enquiry .layout-table td td {
  padding: 5px;
  border: none;
  vertical-align: middle;
}
#prog-enquiry .layout-table img {
  width: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
#prog-enquiry .layout-table p {
  text-indent: -45px;
  padding-left: 44px;
}
#prog-enquiry a {
  color: inherit;
}
#prog-enquiry a:after {
  display: none;
}
@media only screen and (max-width: 1140px) {
  #prog-enquiry {
    margin: 0 -20px;
    padding: 0 20px;
  }
  #prog-enquiry > div {
    padding: 3em 0;
  }
  #prog-enquiry .layout-table {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  #prog-enquiry .layout-table td {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 560px) {
  #prog-enquiry .layout-table td + td {
    margin: 2em 0 0;
    padding-top: 2em;
    border: none;
    border-top: 1px solid #CCCCCC;
  }
}
#prog-application {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 4em 20px;
  box-sizing: border-box;
  background: center center / cover no-repeat url(../img/pages/programmes/bg-online-application.jpg);
}
#prog-application > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  #prog-application > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  #prog-application > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  #prog-application {
    margin: 0 -20px;
    min-height: 0;
  }
}
#exchange-prog-landing .layout-table {
  margin: 2em auto;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
#exchange-prog-landing .layout-table * {
  max-width: none;
}
#exchange-prog-landing .layout-table tr:first-child td {
  padding: 0;
}
#exchange-prog-landing .layout-table tr:first-child img {
  width: 100%;
  height: 20em;
  object-fit: cover;
  display: block;
}
#exchange-prog-landing .layout-table td {
  padding: 1.5em 2em;
}
#exchange-prog-landing .layout-table :last-child {
  margin-bottom: 0;
}
#cnc-head {
  background: #F6F6F6;
  margin: 3em 0;
  border: 1px solid transparent;
}
#cnc-head .select {
  font-size: 30px;
  font-weight: 500;
  height: 3em;
  margin: 0 0 1em;
  position: relative;
}
#cnc-head .select > div {
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: 0;
  transition: 0.25s ease-in-out box-shadow;
  transition-property: box-shadow, top;
}
#cnc-head .select > div:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.4);
  top: -5px;
}
#cnc-head .select .box {
  height: 3em;
  margin: -1em 0 0;
  padding: 0 1.5em;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#cnc-head .select .box:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-dropdown.svg");
}
#cnc-head .select .box:after {
  animation: floaty 1s 0s ease-in-out infinite forwards alternate;
}
#cnc-head .select .box.active:after {
  background-image: url(../img/icons/menu-dropdown-o.svg);
}
#cnc-head .select .box span {
  flex: 1 1 auto;
  pointer-events: none;
}
#cnc-head .select .dropdown {
  list-style: none;
  max-width: none;
  margin: 0;
  padding: 0.5em 1.5em;
  border-top: 1px solid #E7E7E7;
  display: none;
}
#cnc-head .select .dropdown li {
  transition: 0.25s ease-in-out color;
  cursor: pointer;
}
#cnc-head .select .dropdown li:hover,
#cnc-head .select .dropdown li.active {
  color: #ED1C24;
}
#cnc-head .group {
  font-size: 22px;
  color: #545454;
  margin: 1.5em 0;
  display: none;
}
#cnc-head .group > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cnc-head .group .item {
  flex: 1 1 33.33%;
  padding: 0 0.5em;
  text-align: center;
  cursor: pointer;
}
#cnc-head .group .item + .item {
  border-left: 1px solid #CCCCCC;
}
#cnc-head .group .item.active {
  font-weight: 700;
  color: black;
}
@media only screen and (max-width: 1140px) {
  #cnc-head {
    margin: 3em -20px;
    padding: 0 20px;
  }
  #cnc-head .select {
    font-size: 1.5em;
  }
  #cnc-head .select .box {
    padding: 0 1em;
  }
  #cnc-head .group {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 560px) {
  #cnc-head .select {
    font-size: 14px;
  }
  #cnc-head .group {
    font-size: 16px;
  }
}
#cnc-main h5 {
  font-size: 26px;
  margin: 0.75em 0;
}
#cnc-main .t1 {
  font-size: 22px;
  font-weight: 500;
  max-width: none;
  margin: 0 0 1.5em;
  border-top: 1px solid #CCCCCC;
}
#cnc-main .t1 tr {
  border-bottom: 1px solid #CCCCCC;
}
#cnc-main .t1 td {
  padding: 0.75em 0;
  border: none;
}
#cnc-main .t1 td:last-child:not([colspan]) {
  text-align: right;
}
#cnc-main .t1 a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: black;
}
#cnc-main .t1 a:after {
  content: '';
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/pdf.svg");
}
#cnc-main .t1 a:hover {
  color: #ED1C24;
}
#cnc-main .t1 a:hover:after {
  background-image: url(../img/icons/pdf-red.svg);
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  #cnc-main h5 {
    font-size: 22px;
  }
  #cnc-main .t1 {
    font-size: 18px;
  }
  #cnc-main .t1 a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  #cnc-main h5 {
    font-size: 18px;
  }
  #cnc-main .t1 {
    font-size: 15px;
  }
  #cnc-main .t1 a {
    font-size: 12px;
  }
}
@keyframes floaty {
  0% {
    transform: translate(0, 20%);
  }
  100% {
    transform: translate(0, -20%);
  }
}
.view-news .view-filters {
  background: #F6F6F6;
}
.view-news .view-filters .bef-link-active {
  font-weight: 700;
  color: #ED1C24;
}
.view-news .view-filters label {
  display: none;
}
.view-news .view-filters .bef-links {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.view-news .view-filters .bef-links::-webkit-scrollbar {
  display: none;
}
.view-news .view-filters .bef-links li,
.view-news .view-filters .bef-links .li {
  display: inline-block;
  width: auto;
  margin: 1em 0 1em 0.75em;
  padding-left: 0.75em;
  border-left: 1px solid #ccc;
}
.view-news .view-filters .bef-links li.active,
.view-news .view-filters .bef-links .li.active {
  color: #ED1C24;
}
.view-news .view-filters .bef-links li:first-child,
.view-news .view-filters .bef-links .li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-news .view-filters .bef-links li a,
.view-news .view-filters .bef-links .li a {
  padding: 1em 0;
}
.view-news .view-filters .bef-links > div {
  display: inline-block;
  width: auto;
  margin: 1em 0 1em 0.75em;
  padding-left: 0.75em;
  border-left: 1px solid #ccc;
}
.view-news .view-filters .bef-links > div.active {
  color: #ED1C24;
}
.view-news .view-filters .bef-links > div:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-news .view-filters .bef-links > div a {
  padding: 1em 0;
}
.view-news .view-filters .form-item,
.view-news .view-filters .form-actions {
  float: none;
  margin: 0;
}
.view-news .sticky-nav {
  background: #F6F6F6;
}
.view-news .sticky-nav .bef-link-active {
  font-weight: 700;
  color: #ED1C24;
}
.view-news .view-content > div,
.view-news .view-empty > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-news .view-content > div,
  .view-news .view-empty > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-news .view-content > div,
  .view-news .view-empty > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-news .view-content h3,
.view-news .view-empty h3 {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 42px;
  max-width: none;
  margin: 0;
  padding: 0.25em 0;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.view-news .view-content h3:first-child,
.view-news .view-empty h3:first-child {
  padding-top: 0;
}
.view-news .view-content h3 .next,
.view-news .view-empty h3 .next {
  font-size: 0.75em;
  color: #999;
  display: flex;
  align-items: center;
}
.view-news .view-content h3 .next:after,
.view-news .view-empty h3 .next:after {
  content: '';
  font-size: 0.5em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/arrow_pastyear.svg");
}
.view-news .views-row {
  max-width: calc(900px + 0px * 2);
  margin: 0 auto;
  padding: 1.75em 0;
}
@media only screen and (max-width: 1140px) {
  .view-news .views-row {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-news .views-row + .views-row {
  border-top: 1px solid #e6e6e6;
}
.view-news .type {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  min-width: 3em;
  height: 2em;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 0 1em;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  border: none;
  background: #F6F6F6;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .view-news .type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  .view-news .type {
    font-size: 12px;
  }
}
.view-news a:hover {
  color: #ED1C24;
}
.view-news .block-image img {
  display: none;
  margin: 5px;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .view-news .view-content h3,
  .view-news .view-empty h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 560px) {
  .view-news .view-content h3,
  .view-news .view-empty h3 {
    font-size: 32px;
  }
  .view-news .views-row {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 560px) {
  body.node--type-news-events #content,
  body.node--type-news-events [data-block-plugin-id="system_main_block"] {
    margin-top: 0;
  }
}
article.node-type-events header table.offset-r td:first-child {
  padding-right: 1.5em;
}
article.node-type-events header h3 {
  margin: 0.25em 0 0;
}
article.node-type-events header .tag {
  border-color: #CCCCCC;
}
article.node-type-events header .summary {
  margin: 1.5em 0;
}
article.node-type-events header .info {
  margin: 2em  0;
}
article.node-type-events header .info span {
  display: inline-block;
}
article.node-type-events header .info > div {
  font-size: inherit;
  margin: 0.75em 0 0.75em 2em;
  position: relative;
}
article.node-type-events header .info > div:before {
  vertical-align: top;
  position: absolute;
  right: 100%;
}
article.node-type-events header .date:before {
  content: '';
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/date-red.svg");
}
article.node-type-events header .time:before {
  content: '';
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/time-red.svg");
}
article.node-type-events header .location:before {
  content: '';
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/venue-red.svg");
}
article.node-type-events header .location:before {
  transform: scale(1.25);
}
article.node-type-events header .fee:before {
  content: '';
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/fee-red.svg");
}
article.node-type-events .general-enquiry {
  margin: 4em 0;
  padding: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
article.node-type-events .general-enquiry > div {
  max-width: calc(900px + 0px * 2);
  margin: 2em auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  article.node-type-events .general-enquiry > div {
    padding-left: 0;
    padding-right: 0;
  }
}
article.node-type-events .general-enquiry span {
  display: inline-block;
  margin-right: 2em;
}
article.node-type-events .general-enquiry .tel:before {
  content: '';
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/phone.svg");
}
article.node-type-events .general-enquiry .email:before {
  content: '';
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/email.svg");
}
article.node-type-events .general-enquiry .website:before {
  content: '';
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/website.svg");
}
@media print, screen and (min-width: 1141px) {
  article.node-type-events header table.offset-r td:first-child {
    width: 32em;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  article.node-type-events header .info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  article.node-type-events header table.offset-r {
    margin: 0 0 2em;
    width: 100%;
  }
  article.node-type-events header table.offset-r td {
    margin: 0;
    padding: 0;
    order: 2;
  }
  article.node-type-events header table.offset-r td + td {
    margin: 0 -20px 1em;
    padding: 0;
    order: 1;
  }
  article.node-type-events header table.offset-r .block-image {
    position: relative;
  }
  article.node-type-events header table.offset-r .caption {
    margin: 0;
    padding: 0.25em 0.5em;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  article.node-type-events header table.offset-r img {
    height: auto !important;
  }
  article.node-type-events header .info {
    font-size: 14px;
  }
  article.node-type-events .general-enquiry span {
    display: block;
    margin: 0.5em 0;
  }
}
.view-events .sticky-nav {
  background: #F6F6F6;
}
.view-events .sticky-nav.sticky {
  margin: 0;
}
.view-events .sticky-nav .bef-link-active {
  font-weight: 700;
  color: #ED1C24;
}
.view-events .view-filters {
  background: #F6F6F6;
}
.view-events .view-filters.sticky {
  margin: 0;
}
.view-events .view-filters .bef-link-active {
  font-weight: 700;
  color: #ED1C24;
}
.view-events .view-filters label {
  display: none;
}
.view-events .view-filters .bef-links {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.view-events .view-filters .bef-links::-webkit-scrollbar {
  display: none;
}
.view-events .view-filters .bef-links li,
.view-events .view-filters .bef-links .li {
  display: inline-block;
  width: auto;
  margin: 1em 0 1em 0.75em;
  padding-left: 0.75em;
  border-left: 1px solid #ccc;
}
.view-events .view-filters .bef-links li.active,
.view-events .view-filters .bef-links .li.active {
  color: #ED1C24;
}
.view-events .view-filters .bef-links li:first-child,
.view-events .view-filters .bef-links .li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-events .view-filters .bef-links li a,
.view-events .view-filters .bef-links .li a {
  padding: 1em 0;
}
.view-events .view-filters .bef-links > div {
  display: inline-block;
  width: auto;
  margin: 1em 0 1em 0.75em;
  padding-left: 0.75em;
  border-left: 1px solid #ccc;
}
.view-events .view-filters .bef-links > div.active {
  color: #ED1C24;
}
.view-events .view-filters .bef-links > div:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-events .view-filters .bef-links > div a {
  padding: 1em 0;
}
.view-events .view-filters .form-item,
.view-events .view-filters .form-actions {
  float: none;
  margin: 0;
}
.view-events .type {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  min-width: 3em;
  height: 2em;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 0 1em;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .view-events .type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  .view-events .type {
    font-size: 12px;
  }
}
.view-events .view-more {
  margin: 25px 0;
}
.view-events .content {
  margin: -20px 20px 0;
  padding: 1em 1.5em;
  background: white;
  position: relative;
}
@media print, screen and (min-width: 1141px) {
  .view-events .sticky-nav {
    margin: 0 10px;
  }
}
.view-events.listing .view-filters {
  transition: 0.5s ease-in-out;
  transition-property: background, box-shadow;
}
.view-events.listing .view-filters.sticky {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  background: #F6F6F6;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 98;
  overflow: visible;
}
.view-events.listing .view-filters.sticky ul,
.view-events.listing .view-filters.sticky .ul {
  text-align: left;
}
.view-events.listing .view-filters > div {
  max-width: calc(1440px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
.view-events.listing .view-filters ul,
.view-events.listing .view-filters .ul {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.view-events.listing .view-filters ul::-webkit-scrollbar,
.view-events.listing .view-filters .ul::-webkit-scrollbar {
  display: none;
}
.view-events.listing .view-filters ul li,
.view-events.listing .view-filters .ul li,
.view-events.listing .view-filters ul .li,
.view-events.listing .view-filters .ul .li {
  display: inline-block;
  width: auto;
  margin: 1em 0 1em 0.75em;
  padding-left: 0.75em;
  border-left: 1px solid #ccc;
}
.view-events.listing .view-filters ul li.active,
.view-events.listing .view-filters .ul li.active,
.view-events.listing .view-filters ul .li.active,
.view-events.listing .view-filters .ul .li.active {
  color: #ED1C24;
}
.view-events.listing .view-filters ul li:first-child,
.view-events.listing .view-filters .ul li:first-child,
.view-events.listing .view-filters ul .li:first-child,
.view-events.listing .view-filters .ul .li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-events.listing .view-filters ul li a,
.view-events.listing .view-filters .ul li a,
.view-events.listing .view-filters ul .li a,
.view-events.listing .view-filters .ul .li a {
  padding: 1em 0;
}
@media only screen and (max-width: 1140px) {
  .view-events.listing .view-filters {
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F6F6F6;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 90;
  }
  .view-events.listing .view-filters ul,
  .view-events.listing .view-filters .ul {
    text-align: left;
  }
}
@media only screen and (max-width: 560px) {
  .view-events.listing .view-filters ul,
  .view-events.listing .view-filters .ul {
    font-size: 14px;
  }
}
.view-events.listing .view-filters label {
  display: none;
}
.view-events.listing .view-filters .bef-links {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.view-events.listing .view-filters .bef-links::-webkit-scrollbar {
  display: none;
}
.view-events.listing .view-filters .bef-links li,
.view-events.listing .view-filters .bef-links .li {
  display: inline-block;
  width: auto;
  margin: 1em 0 1em 0.75em;
  padding-left: 0.75em;
  border-left: 1px solid #ccc;
}
.view-events.listing .view-filters .bef-links li.active,
.view-events.listing .view-filters .bef-links .li.active {
  color: #ED1C24;
}
.view-events.listing .view-filters .bef-links li:first-child,
.view-events.listing .view-filters .bef-links .li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-events.listing .view-filters .bef-links li a,
.view-events.listing .view-filters .bef-links .li a {
  padding: 1em 0;
}
.view-events.listing .view-filters .bef-links > div {
  display: inline-block;
  width: auto;
  margin: 1em 0 1em 0.75em;
  padding-left: 0.75em;
  border-left: 1px solid #ccc;
}
.view-events.listing .view-filters .bef-links > div.active {
  color: #ED1C24;
}
.view-events.listing .view-filters .bef-links > div:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-events.listing .view-filters .bef-links > div a {
  padding: 1em 0;
}
.view-events.listing .view-filters .form-item {
  float: none;
}
.view-events.listing .view-header header {
  max-width: calc(1140px + 0px * 2);
  margin: 1em auto 0;
  padding: 15px 0;
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 42px;
  text-align: center;
  line-height: 1;
  clear: both;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1140px) {
  .view-events.listing .view-header header {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-events.listing .view-header header a,
.view-events.listing .view-header header span {
  position: relative;
  padding: 0 1em;
}
.view-events.listing .view-header header a:first-child,
.view-events.listing .view-header header span:first-child {
  text-align: left;
  margin-left: -1em;
}
.view-events.listing .view-header header a:last-child,
.view-events.listing .view-header header span:last-child {
  text-align: right;
  margin-right: -1em;
}
.view-events.listing .view-header header a + a:before,
.view-events.listing .view-header header span + a:before,
.view-events.listing .view-header header a + span:before,
.view-events.listing .view-header header span + span:before {
  content: '/';
  font-size: 32px;
  color: #999;
  display: inline;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.view-events.listing .view-header header span {
  flex: 1 1 auto;
}
.view-events.listing .view-header header a {
  font-size: 32px;
  color: #999;
}
.view-events.listing .view-header header a:hover {
  color: #ED1C24;
}
.view-events.listing > .view-content {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-events.listing > .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-events.listing > .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-events.listing > .view-content > div {
  margin: 0 -10px;
  zoom: 1;
}
.view-events.listing > .view-content > div:before,
.view-events.listing > .view-content > div:after {
  content: "";
  display: table;
}
.view-events.listing > .view-content > div:after {
  clear: both;
}
.view-events.listing > .view-content .views-row {
  width: 50%;
  float: left;
  margin: 20px 0 0;
}
.view-events.listing > .view-content .views-row > div {
  margin: 10px;
}
.view-events.listing > .view-content .views-row:nth-child(odd) {
  clear: left;
}
.view-events.listing ul.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 0px;
}
.view-events.listing ul.pager li.pager__item {
  display: flex;
  align-items: center;
}
.view-events.listing ul.pager li.pager__item a {
  margin-left: 0px;
  color: #555;
}
@media print, screen and (min-width: 1141px) {
  .view-events.listing .view-header header + .sticky-nav {
    max-width: calc(1140px + 0px * 2);
    margin: 0 auto;
    padding: 0;
  }
}
@media print, screen and (min-width: 1141px) and only screen and (max-width: 1140px) {
  .view-events.listing .view-header header + .sticky-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-events.listing .view-header header a,
  .view-events.listing .view-header header span {
    flex: 1 1 33.33%;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .view-events.listing .view-header header {
    font-size: 36px;
  }
  .view-events.listing .view-header header a + a:before,
  .view-events.listing .view-header header span + a:before,
  .view-events.listing .view-header header a + span:before,
  .view-events.listing .view-header header span + span:before {
    font-size: 26px;
  }
  .view-events.listing .view-header header a {
    font-size: 26px;
  }
  .view-events.listing > .view-content h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 560px) {
  .view-events.listing .view-header header {
    font-size: 28px;
  }
  .view-events.listing .view-header header a + a:before,
  .view-events.listing .view-header header span + a:before,
  .view-events.listing .view-header header a + span:before,
  .view-events.listing .view-header header span + span:before {
    font-size: 20px;
  }
  .view-events.listing .view-header header a {
    font-size: 20px;
  }
  .view-events.listing > .view-content h3 {
    font-size: 32px;
  }
  .view-events.listing > .view-content .views-row {
    float: none;
    width: auto;
  }
  .view-events.listing .content {
    margin: 0;
    padding: 1em 0;
  }
}
.view-events.front h2 {
  margin: 0 0 0.5em;
}
.view-events.front .date {
  margin: 0 0 20px;
}
.view-events.front .view-footer > div {
  max-width: calc(1440px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .view-events.front .view-footer > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-events.front .view-footer > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-events.front .swiper-control {
  margin: 2em 0;
  display: flex;
  justify-content: flex-end;
}
.view-events.front .swiper-control > div {
  position: static;
  margin: 0 0 0 2em;
}
.view-events.front .swiper-button-prev:after,
.view-events.front .swiper-button-next:after {
  color: #ED1C24;
}
.view-events.front .swiper-button-disabled:after {
  color: #CCCCCC;
}
@media print, screen and (min-width: 1141px) {
  .view-events.front .view-content {
    max-width: calc(1440px + 0px * 2);
    margin: 0 auto;
    padding: 0 20px;
  }
  .view-events.front .views-row > div {
    display: flex;
    align-items: center;
    justify-content: stretch;
  }
  .view-events.front .block-image {
    flex: 0 0 900px;
  }
  .view-events.front .block-image + .content {
    margin: 0 0 0 -100px;
  }
  .view-events.front .content {
    padding: 50px 35px;
  }
  .view-events.front .swiper-control {
    width: 900px;
  }
}
@media print, screen and (min-width: 1141px) and only screen and (max-width: 1140px) {
  .view-events.front .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 1141px) and only screen and (max-width: 1140px) {
  .view-events.front .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-events.front .block-image img {
    margin: 0 auto;
  }
  .view-events.front .content {
    max-width: 600px;
    margin: -40px auto 0;
    position: relative;
  }
  .view-events.front .swiper-control {
    max-width: 600px;
    margin: -40px auto 0;
  }
}
@media only screen and (max-width: 560px) {
  .view-events.front h2 {
    font-size: 36px;
  }
  .view-events.front .content {
    margin: -80px 20px 0;
  }
  .view-events.front .swiper-control > div {
    margin: 0 0 0 1em;
  }
  .view-events.front .swiper-control > div:after {
    font-size: 30px;
  }
}
.view-events.latest:before {
  content: '';
  display: block;
  height: 140px;
  margin: 0 -20px;
  background: #F6F6F6;
}
.view-events.latest > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  margin: -80px auto 0;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .view-events.latest > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-events.latest > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-events.latest h2 {
  height: 80px;
  display: flex;
  align-items: center;
}
.view-events.latest .views-row > div {
  display: flex;
}
.view-events.latest .block-image {
  flex: 0 0 750px;
}
.view-events.latest .block-image img {
  width: 100%;
}
.view-events.latest .content {
  margin: 0;
  padding: 0 25px;
  background: none;
}
.view-events.latest .content h3 {
  margin: 0;
}
@media only screen and (max-width: 1140px) {
  .view-events.latest .block-image {
    flex-shrink: 1;
  }
}
@media only screen and (max-width: 560px) {
  .view-events.latest > div {
    margin-top: -120px;
  }
  .view-events.latest h2 {
    height: 2em;
  }
  .view-events.latest .views-row > div {
    display: block;
  }
  .view-events.latest .content {
    padding: 0;
  }
}
body.node--type-people .related-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body.node--type-people .related-links:after {
  content: '';
  display: block;
  flex: 0 1 45%;
  margin: 0 10px 0 0;
}
body.node--type-people .related-links .c-btn {
  flex: 0 1 45%;
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 560px) {
  body.node--type-people #content,
  body.node--type-people [data-block-plugin-id="system_main_block"] {
    margin-top: 0;
  }
}
article.node-type-people header > div {
  min-height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
article.node-type-people header .upper {
  flex: 1 1 50%;
  margin: 0 0 0 350px;
  padding: 2.25em 0;
}
article.node-type-people header .lower {
  flex: 1 1 50%;
  margin: 0 0 0 350px;
  padding: 1.75em 0;
  border-top: 1px solid black;
  background: #F6F6F6;
  position: relative;
}
article.node-type-people header .lower:before,
article.node-type-people header .lower:after {
  content: '';
  width: 50vw;
  height: 100%;
  border-top: 1px solid black;
  background: #F6F6F6;
  position: absolute;
  top: -1px;
}
article.node-type-people header .lower:before {
  left: 100%;
}
article.node-type-people header .lower:after {
  right: 100%;
}
article.node-type-people header h4 {
  margin: 0;
}
article.node-type-people header h3 {
  color: #ED1C24;
  margin: 0;
}
article.node-type-people header h3 * {
  color: inherit;
}
article.node-type-people header h5 {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  max-width: none;
}
article.node-type-people main {
  margin: 48px 0;
}
article.node-type-people .portrait {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
  background: center center / contain no-repeat url(../img/default-avatar.png) #e4e4e4;
}
article.node-type-people .portrait img {
  display: block;
}
article.node-type-people .info {
  margin: 24px 0 0;
}
article.node-type-people .info span {
  display: inline-block;
}
article.node-type-people .info span + span {
  margin-left: 1em;
}
article.node-type-people .info a {
  color: inherit;
}
article.node-type-people .info .email:before {
  content: '';
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/email.svg");
}
article.node-type-people .info .tel:before {
  content: '';
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/phone.svg");
}
article.node-type-people .info .room:before {
  content: '';
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/room.svg");
}
article.node-type-people ul.tags {
  list-style: none;
  margin: 0 -12px;
  padding: 0;
  zoom: 1;
}
article.node-type-people ul.tags:before,
article.node-type-people ul.tags:after {
  content: "";
  display: table;
}
article.node-type-people ul.tags:after {
  clear: both;
}
article.node-type-people ul.tags li {
  font-weight: 600;
  margin: 5px 12px;
  float: left;
}
@media only screen and (max-width: 560px) {
  article.node-type-people header .upper,
  article.node-type-people header .lower {
    margin: 0;
  }
  article.node-type-people .portrait {
    position: static;
    margin: 0 -20px;
  }
  article.node-type-people .portrait img {
    width: 100%;
  }
}
.view-people .card > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.view-people .card hr {
  margin: 1em auto;
  border-color: black;
}
.view-people .card .content {
  min-width: 0;
  flex: 1 1 auto;
  padding: 0 0 0 1em;
  box-sizing: border-box;
}
.view-people .portrait {
  flex: 0 0 221px;
}
.view-people .portrait img {
  display: block;
}
.view-people .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
.view-people .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.view-people .info > div {
  margin: 5px 0;
}
.view-people .c-btn {
  margin: 0.75em 0;
}
.view-people a[href^="mailto:"] {
  padding: 0 0 2px;
  border-bottom: 1px solid black;
}
.view-people .email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-people .email:before {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/email.svg");
}
.view-people .tel:before {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/phone.svg");
}
.view-people .room:before {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/room.svg");
}
@media only screen and (max-width: 1140px) {
  .view-people .title {
    font-size: 14px;
  }
  .view-people .portrait {
    flex: 0 0 40%;
  }
}
.view-people.listing > .view-content > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-people.listing > .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-people.listing > .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-people.listing .views-view-grid {
  margin: 0 0 40px;
}
.view-people.listing .views-row {
  margin: 0 -15px;
}
.view-people.listing .views-col {
  flex: 0 1 50%;
  padding: 20px 15px;
}
.view-people.listing h3 {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  flex: 1 0 100%;
  max-width: 1140px;
  margin: 20px auto;
}
@media only screen and (max-width: 560px) {
  .view-people.listing .views-row {
    flex-direction: column;
  }
}
.view-people.faculty > .view-header > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-people.faculty > .view-header > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-people.faculty > .view-header > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-people.faculty > .view-content h3:first-child {
  display: none;
}
.view-people.faculty .title {
  text-transform: uppercase;
}
.view-people.faculty .name > span {
  display: block;
}
@media print, screen and (min-width: 1141px) {
  .view-people.faculty .card > div {
    background: white;
    transition: 0.25s ease-in-out box-shadow;
  }
  .view-people.faculty .card > div:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .view-people.faculty .card .content {
    padding: 20px 16px;
  }
}
.view-people.dean {
  position: relative;
  background-color: #F6F6F6;
  margin: 5.5em 0 2.25em;
}
.view-people.dean:before,
.view-people.dean:after {
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #F6F6F6;
}
.view-people.dean:before {
  content: '';
  right: calc(100% + 0px);
  width: 100vw;
}
.view-people.dean:after {
  content: '';
  left: calc(100% + 0px);
  width: 100vw;
}
.view-people.dean > * {
  position: relative;
  z-index: 1;
}
.view-people.dean .card > div {
  background: none;
  box-shadow: none;
}
.view-people.dean .card > div:hover {
  box-shadow: none;
}
.view-people.dean .card .content {
  min-height: 420px;
  padding: 2.25em 2em;
}
.view-people.dean .views-row {
  margin: 0;
}
.view-people.dean .portrait {
  flex: 0 0 315px;
  margin: -3em 0 2em;
}
.view-people.dean .main .title {
  font-size: inherit;
}
.view-people.dean .main .name {
  font-size: 30px;
}
.view-people.dean .info {
  margin: 0.25em 0;
}
.view-people.dean .info > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.view-people.dean .view-more {
  margin: 1em 0;
}
.view-people.dean hr {
  margin: 1em 0;
}
@media only screen and (max-width: 560px) {
  .view-people.dean .card > div {
    display: block;
  }
  .view-people.dean .card .content {
    padding: 0;
  }
  .view-people.dean .portrait img {
    width: 100%;
  }
}
.view-people.listing.staff .views-col {
  flex: 0 1 33.33%;
  padding: 25px 15px;
}
.view-people.listing.staff hr {
  margin: 0.5em 0;
}
.view-people.listing.phd .views-row {
  margin: 0 -30px;
}
.view-people.listing.phd .views-col {
  flex: 0 1 50%;
  padding: 25px 30px;
}
.view-people.listing.phd .views-col > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.view-people.listing.phd .research-areas {
  margin: 0;
  padding: 0.75em 1em;
  background: #F6F6F6;
  flex: 1 1 auto;
}
.view-people.listing.phd .research-areas .label {
  font-size: 14px;
  font-weight: 300;
}
.view-people.listing.phd .research-areas ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.view-people.listing.phd .research-areas ul:before,
.view-people.listing.phd .research-areas ul:after {
  content: "";
  display: table;
}
.view-people.listing.phd .research-areas ul:after {
  clear: both;
}
.view-people.listing.phd .research-areas li {
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin: 0 1em 0 0;
}
@media only screen and (max-width: 1140px) {
  .view-people.listing.phd .views-row {
    margin: 0 -10px;
  }
  .view-people.listing.phd .views-col {
    padding: 1.5em 10px;
  }
}
.view-newsletters.listing img {
  display: block;
}
.view-newsletters.listing .view-content {
  margin: 30px 0;
}
.view-newsletters.listing .view-content > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-newsletters.listing .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-newsletters.listing .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-newsletters.listing .views-col {
  width: 25%;
}
.view-newsletters.listing h5 {
  margin: 12px 0;
}
.view-newsletters.latest-issue {
  margin: 60px auto;
}
.view-newsletters.latest-issue .views-row > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.view-newsletters.latest-issue .block-image {
  flex: 0 1 350px;
}
.view-newsletters.latest-issue .content {
  flex: 1 1 auto;
  padding: 0 0 0 2.25em;
}
.view-newsletters.latest-issue h2 {
  margin: 0 0 0.5em;
}
.view-newsletters.latest-issue h3 {
  margin: 0;
}
.view-newsletters.latest-issue h5 {
  margin: 0.25em 0 1.25em;
}
.view-research-terms.overview .view-content {
  margin: 20px auto;
}
.view-research-terms.overview .views-row {
  max-width: calc(1140px + 10px * 2);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1140px) {
  .view-research-terms.overview .views-row {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-research-terms.overview .views-row.row-1 .views-col .btn {
  border: 1px solid #ED1C24;
}
.view-research-terms.overview .views-row.row-1 .views-col .btn:hover {
  color: white;
  background: #ED1C24;
}
.view-research-terms.overview .views-row.row-1 .views-col .btn.active {
  color: white;
  background: #ED1C24;
}
.view-research-terms.overview .views-col {
  width: 20%;
  padding: 10px 5px;
  position: relative;
  z-index: 1;
}
.view-research-terms.overview .content {
  display: none;
}
.view-research-terms.overview .btn {
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  color: inherit;
  height: 100%;
  min-height: 5em;
  padding: 0.5em 1em;
  border: 1px solid #CCCCCC;
  background: white;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease-in-out;
  transition-property: color, border-color;
  cursor: pointer;
}
.view-research-terms.overview .btn:hover {
  color: #ED1C24;
  border-color: currentColor;
}
.view-research-terms.overview .btn.active {
  font-weight: 700;
  color: #ED1C24;
  border-color: currentColor;
  background: #333333;
}
.view-research-terms.overview .accordion-content {
  margin: -2.5em 0 0.5em;
  padding: 5em 0 2.5em;
  background: center center / cover no-repeat url(../img/pages/research/bg-overview.jpg);
  color: white;
  position: relative;
  display: none;
}
.view-research-terms.overview .accordion-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.view-research-terms.overview .accordion-content > * {
  position: relative;
  z-index: 1;
}
.view-research-terms.overview .accordion-content .c-btn {
  color: white;
  border-color: white;
  background: none;
}
.view-research-terms.overview .accordion-content .c-btn:after,
.view-research-terms.overview .accordion-content .c-btn:hover:after {
  display: none;
}
@media only screen and (max-width: 1140px) {
  .view-research-terms.overview .accordion-content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .view-research-terms.overview .btn {
    font-size: 1em;
    min-height: 4em;
  }
  .view-research-terms.overview .accordion-content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 560px) {
  .view-research-terms.overview .views-row {
    flex-wrap: wrap;
  }
  .view-research-terms.overview .views-col {
    width: 100%;
    padding: 0.5em 0;
  }
}
body.node--type-research .research-type,
body.node--type-research .collaboration_type {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
body.node--type-research header h2 {
  margin: 0;
}
body.node--type-research ul.tags {
  color: #ED1C24;
  font-weight: 700;
  list-style: none;
  margin: 20px -10px;
  padding: 0;
  zoom: 1;
}
body.node--type-research ul.tags:before,
body.node--type-research ul.tags:after {
  content: "";
  display: table;
}
body.node--type-research ul.tags:after {
  clear: both;
}
body.node--type-research ul.tags li {
  float: left;
  margin: 2px 10px;
}
body.node--type-research ul.tags li:before {
  content: "#";
}
body.node--type-research .view.related-faculty {
  margin: 4em 0;
}
body.node--type-research .view.related-faculty .view-content {
  max-width: calc(1140px + 0px * 2);
  margin: 4em auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  body.node--type-research .view.related-faculty .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.node--type-research .view.related-faculty .view-content > div {
  background: #F6F6F6;
}
body.node--type-research .view.related-faculty .title {
  text-transform: uppercase;
}
body.node--type-research .view.related-faculty .card {
  margin-top: -8%;
}
body.node--type-research .view.related-faculty .card > div {
  align-items: center;
}
body.node--type-research .view.related-faculty .card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 1em;
}
body.node--type-research .view.related-faculty .views-view-grid {
  margin: 0;
}
body.node--type-research .view.related-faculty .views-row {
  margin: 0;
}
body.node--type-research .view.related-faculty .views-col {
  flex: 0 1 50%;
  padding: 40px 48px;
}
body.node--type-research .view.latest-issue {
  margin: 6.5em auto 3.5em;
  background: center center / cover no-repeat url(../img/pages/research/bg-latest-issue.jpg);
  position: relative;
}
body.node--type-research .view.latest-issue:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
body.node--type-research .view.latest-issue .view-content {
  position: relative;
  z-index: 1;
  color: white;
}
body.node--type-research .view.latest-issue .view-content > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  body.node--type-research .view.latest-issue .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  body.node--type-research .view.latest-issue .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
body.node--type-research .view.latest-issue .views-row {
  max-width: calc(900px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 3.5em;
}
@media only screen and (max-width: 1140px) {
  body.node--type-research .view.latest-issue .views-row {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  body.node--type-research .view.latest-issue .views-row {
    padding-left: 0;
    padding-right: 0;
  }
}
body.node--type-research .view.latest-issue .block-image {
  margin-top: -3.5em;
}
body.node--type-research .view.latest-issue .content {
  margin-top: 3.5em;
}
body.node--type-research .view.latest-issue h2 {
  display: none;
}
body.node--type-research .view.latest-issue h3 {
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 42px;
  color: inherit;
}
body.node--type-research .view.latest-issue .c-btn[target*="blank"]:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/external-link-w.svg");
}
@media print, screen and (min-width: 1141px) {
  body.node--type-research header table.offset-r td:first-child {
    width: 26em;
  }
  body.node--type-research header .card .portrait {
    width: 40%;
    height: auto;
  }
  body.node--type-research header .card .content {
    padding: 48px 32px;
  }
}
@media only screen and (max-width: 1140px) {
  body.node--type-research .research-type,
  body.node--type-research .collaboration_type {
    font-size: 14px;
  }
  body.node--type-research .view.related-faculty .view-content > div {
    margin: 0 -20px;
    padding: 0 20px;
  }
  body.node--type-research .view.related-faculty .views-col {
    padding: 2em 0;
  }
  body.node--type-research .view.related-faculty .card {
    margin-top: -4em;
  }
  body.node--type-research .view.related-faculty .c-btn {
    min-width: 0;
  }
  body.node--type-research .view.latest-issue {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 3em;
  }
}
@media only screen and (max-width: 560px) {
  body.node--type-research #content,
  body.node--type-research [data-block-plugin-id="system_main_block"] {
    margin-top: 0;
  }
  body.node--type-research header table.offset-r {
    margin: 0 0 2em;
    width: 100%;
  }
  body.node--type-research header table.offset-r td {
    margin: 0;
    padding: 0;
    order: 2;
  }
  body.node--type-research header table.offset-r td + td {
    margin: 0 -20px 1em;
    padding: 0;
    order: 1;
  }
  body.node--type-research header table.offset-r .block-image {
    position: relative;
  }
  body.node--type-research header table.offset-r .caption {
    margin: 0;
    padding: 0.25em 0.5em;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  body.node--type-research .view.latest-issue {
    padding: 0 20px;
  }
  body.node--type-research .view.latest-issue .block-image {
    flex: 0 0 45%;
  }
  body.node--type-research .view.latest-issue .content {
    padding-left: 1em;
  }
  body.node--type-research .view.latest-issue .views-row {
    padding-bottom: 2em;
  }
  body.node--type-research .view.latest-issue .block-image {
    margin-top: -2em;
  }
  body.node--type-research .view.latest-issue .content {
    margin-top: 2em;
  }
  body.node--type-research .view.related-faculty .views-view-grid {
    padding: 0 0 1em;
  }
  body.node--type-research .view.related-faculty .views-col {
    flex: 1 0 100%;
    padding: 1em 0;
  }
  body.node--type-research .view.related-faculty .views-col:not(:first-child) {
    margin-top: 0;
  }
}
.view-research-projects .tags,
.view-research-projects .views-field-field-tags {
  font-size: 16px;
  font-weight: 700;
  color: #ED1C24;
}
.view-research-projects .tags ul,
.view-research-projects .views-field-field-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.view-research-projects .tags ul:before,
.view-research-projects .views-field-field-tags ul:before,
.view-research-projects .tags ul:after,
.view-research-projects .views-field-field-tags ul:after {
  content: "";
  display: table;
}
.view-research-projects .tags ul:after,
.view-research-projects .views-field-field-tags ul:after {
  clear: both;
}
.view-research-projects .tags li,
.view-research-projects .views-field-field-tags li {
  float: left;
  margin: 0 0.5em 0 0;
}
.view-research-projects .tags li:before,
.view-research-projects .views-field-field-tags li:before {
  content: "#";
}
.view-research-projects .content .type {
  font-size: 16px;
  text-transform: uppercase;
}
.view-research-projects .content h4 {
  margin: 0 0 5px;
}
.view-research-projects .content p {
  margin: 12px 0;
}
.view-research-projects .content .type {
  font-size: 16px;
  text-transform: uppercase;
}
.view-research-projects.highlighted {
  max-width: calc(1440px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .view-research-projects.highlighted {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-research-projects.highlighted {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-research-projects.highlighted .view-header h2 {
  height: 100px;
  margin: 0 0 0 800px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.view-research-projects.highlighted .view-content > div {
  position: relative;
}
.view-research-projects.highlighted .view-content > div:before,
.view-research-projects.highlighted .view-content > div:after {
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #F6F6F6;
}
.view-research-projects.highlighted .view-content > div:before {
  content: '';
  left: 150px;
  width: 100%;
}
.view-research-projects.highlighted .view-content > div:after {
  content: '';
  left: calc(100% + 150px);
  width: 100vw;
}
.view-research-projects.highlighted .view-content > div > * {
  position: relative;
  z-index: 1;
}
.view-research-projects.highlighted .views-row > div {
  position: relative;
}
.view-research-projects.highlighted .block-image {
  position: absolute;
  top: -100px;
  left: 0;
}
.view-research-projects.highlighted .content {
  min-height: 270px;
  margin-left: 800px;
  margin-bottom: 60px;
  padding: 40px;
}
.view-research-projects.highlighted .swiper-container {
  overflow: visible;
}
.view-research-projects.highlighted .swiper-slide {
  margin: 0;
  opacity: 0;
  transition: 0.25s ease-in-out opacity;
  pointer-events: none;
}
.view-research-projects.highlighted .swiper-slide-active {
  opacity: 1;
  pointer-events: visible;
}
.view-research-projects.highlighted .swiper-button-prev:after,
.view-research-projects.highlighted .swiper-button-next:after {
  color: black;
}
.view-research-projects.highlighted .swiper-pagination {
  position: absolute;
  bottom: 60px;
  left: 20px;
  margin: 0 0 0 800px;
  padding-left: 40px;
  z-index: 1;
}
.view-research-projects.highlighted .swiper-pagination-bullet {
  background: black;
}
@media print, screen and (min-width: 1141px) {
  .view-research-projects.highlighted .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .view-research-projects.highlighted .content,
  .view-research-projects.highlighted .view-header h2,
  .view-research-projects.highlighted .swiper-pagination {
    margin-left: 50%;
    padding-left: 30px;
  }
  .view-research-projects.highlighted .block-image {
    width: 50%;
    height: calc(100% + 60px);
    top: -60px;
  }
  .view-research-projects.highlighted .block-image img {
    height: 100%;
    object-fit: cover;
  }
  .view-research-projects.highlighted .content {
    padding: 30px;
  }
  .view-research-projects.highlighted .view-header h2 {
    height: 80px;
  }
  .view-research-projects.highlighted .swiper-pagination {
    left: 0;
  }
  .view-research-projects.highlighted .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .view-research-projects.highlighted .view-header h2 {
    height: auto;
    margin: 0 0 1em;
    padding: 0;
  }
  .view-research-projects.highlighted .block-image {
    position: static;
  }
  .view-research-projects.highlighted .content {
    min-height: 0;
    margin: 0;
    padding: 2em;
  }
  .view-research-projects.highlighted .tags {
    display: none;
  }
  .view-research-projects.highlighted .swiper-button-prev,
  .view-research-projects.highlighted .swiper-button-next {
    top: 0;
    margin-top: calc(28% + 64px);
    transform: translateY(-50%);
  }
}
.view-research-projects.listing .view-content > div,
.view-collaboration.listing .view-content > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-research-projects.listing .view-content > div,
  .view-collaboration.listing .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-research-projects.listing .view-content > div,
  .view-collaboration.listing .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-research-projects.listing .views-row,
.view-collaboration.listing .views-row {
  margin: 0 -10px;
}
.view-research-projects.listing .views-col,
.view-collaboration.listing .views-col {
  width: 50%;
  padding: 10px;
}
.view-research-projects.listing .views-col:hover .content,
.view-collaboration.listing .views-col:hover .content {
  background: #F6F6F6;
  border-color: black;
}
.view-research-projects.listing .content,
.view-collaboration.listing .content {
  padding: 24px;
  border-bottom: 2px solid transparent;
  transition: 0.25s ease-in-out;
  transition-property: background, border-color;
}
.view-research-projects.listing .view-filters-d,
.view-collaboration.listing .view-filters-d {
  font-size: 16px;
  font-weight: 300;
  position: fixed;
  right: 0;
  min-height: 448px;
  height: auto;
  width: 320px;
  margin: 10px 0;
  padding: 28px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.view-research-projects.listing .view-filters-d label,
.view-collaboration.listing .view-filters-d label {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0.25em;
}
.view-research-projects.listing .view-filters-d .link,
.view-collaboration.listing .view-filters-d .link {
  display: block;
  text-transform: uppercase;
}
.view-research-projects.listing .view-filters-d .active,
.view-collaboration.listing .view-filters-d .active {
  font-weight: 700;
  color: #ED1C24;
}
.view-research-projects.listing .view-filters .form-type-select,
.view-collaboration.listing .view-filters .form-type-select {
  float: none;
  line-height: 1;
  height: 3em;
  margin: 1em 0;
  border: none;
  border-radius: 0.5em;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  transition: 0.25s ease-in-out color;
  cursor: pointer;
}
.view-research-projects.listing .view-filters .form-type-select:after,
.view-collaboration.listing .view-filters .form-type-select:after {
  content: '';
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.5em;
  flex: 0 0 auto;
  background: center center / contain no-repeat url("../img/icons/menu-dropdown.svg");
}
.view-research-projects.listing .view-filters .form-type-select:after,
.view-collaboration.listing .view-filters .form-type-select:after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.view-research-projects.listing .view-filters label,
.view-collaboration.listing .view-filters label {
  font-weight: 700;
}
.view-research-projects.listing .view-filters select,
.view-collaboration.listing .view-filters select {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 auto;
  padding: 0 1em;
  border: none;
  outline: none;
}
.view-research-projects.listing .view-filters select::-ms-expand,
.view-collaboration.listing .view-filters select::-ms-expand {
  display: none;
}
@media print, screen and (min-width: 1141px) {
  .view-research-projects.listing .view-filters,
  .view-collaboration.listing .view-filters {
    display: none;
  }
}
@media only screen and (max-width: 1140px) {
  .view-research-projects.listing .view-filters-d,
  .view-collaboration.listing .view-filters-d {
    display: none;
  }
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .view-research-projects.listing .view-filters .form-type-select,
  .view-collaboration.listing .view-filters .form-type-select {
    position: relative;
  }
  .view-research-projects.listing .view-filters select,
  .view-collaboration.listing .view-filters select {
    text-indent: 10em;
  }
  .view-research-projects.listing .view-filters label,
  .view-collaboration.listing .view-filters label {
    position: absolute;
    bottom: 50%;
    left: 1em;
    transform: translateY(50%);
  }
}
@media only screen and (max-width: 560px) {
  .view-research-projects.listing .view-filters .form-type-select,
  .view-collaboration.listing .view-filters .form-type-select {
    margin: 4em 0 0;
    position: relative;
  }
  .view-research-projects.listing .view-filters label,
  .view-collaboration.listing .view-filters label {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 1em 0;
  }
  .view-research-projects.listing .views-row,
  .view-collaboration.listing .views-row {
    display: block;
  }
  .view-research-projects.listing .views-col,
  .view-collaboration.listing .views-col {
    width: auto;
  }
  .view-research-projects.listing .content,
  .view-collaboration.listing .content {
    padding: 1em 0 0;
  }
  .view-research-projects.listing .type,
  .view-collaboration.listing .type {
    font-size: 12px;
  }
}
.view-research-projects.related {
  margin: 80px 0;
}
.view-research-projects.related > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-research-projects.related > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-research-projects.related > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-research-projects.related .view-content {
  position: relative;
}
.view-research-projects.related .view-content:before,
.view-research-projects.related .view-content:after {
  display: block;
  position: absolute;
  top: 40px;
  height: 100%;
  background: #F6F6F6;
}
.view-research-projects.related .view-content:before {
  content: '';
  right: calc(100% + 120px);
  width: 100vw;
}
.view-research-projects.related .view-content:after {
  content: '';
  right: 120px;
  width: 100%;
}
.view-research-projects.related .view-content > * {
  position: relative;
  z-index: 1;
}
.view-research-projects.related .views-row {
  margin: 0 -10px;
}
.view-research-projects.related .views-col {
  width: 33.33%;
  padding: 10px;
}
.view-research-projects.related .views-field + .views-field {
  margin: 10px 0 0;
}
@media only screen and (max-width: 1139px) and (min-width: 561px) {
  .view-research-projects.related .view-content:before {
    right: calc(100% - 20px);
  }
  .view-research-projects.related .view-content:after {
    right: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .view-research-projects.related .view-content:before {
    right: calc(100% - 15%);
  }
  .view-research-projects.related .view-content:after {
    right: 15%;
  }
}
.labs-container .img-container {
  overflow: hidden;
}
.labs-container .img-container .main-image {
  width: 100%;
  object-fit: cover;
  max-height: initial;
}
.labs-container .main-text {
  margin: auto;
  margin-bottom: 50px;
  max-width: 990px;
}
.labs-container .banner-container {
  max-width: calc(1600px + 0px * 2);
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 700px) {
  .labs-container .banner-container {
    margin-bottom: 30px;
  }
}
.labs-container .banner-container .offset-container {
  width: calc(50vw + 570px + 5px * 2);
  max-width: calc(1370px + 5px * 2);
  margin-left: auto;
  display: flex;
  padding-bottom: 30px;
}
@media (max-width: 1280px) {
  .labs-container .banner-container .offset-container {
    width: 100%;
    column-gap: 20px;
  }
}
@media (max-width: 700px) {
  .labs-container .banner-container .offset-container {
    padding: 0;
    flex-direction: column;
  }
}
.labs-container .banner-container .offset-container .text-container {
  width: 26em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .labs-container .banner-container .offset-container .text-container {
    width: 40%;
  }
}
@media (max-width: 700px) {
  .labs-container .banner-container .offset-container .text-container {
    width: 100%;
  }
}
.labs-container .banner-container .offset-container .img-container {
  flex: 1;
  max-height: 445px;
  position: relative;
}
.labs-container .banner-container .offset-container .img-container .image-style-crop-16-9 {
  width: 100%;
}
.labs-container .banner-container .offset-container .img-container .main-image {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.labs-container .banner-container .offset-container .img-container .expand_image {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 16px;
  opacity: 0.7;
}
.labs-container .main-text figure {
  width: fit-content;
  margin: auto;
}
.labs-container .main-text img {
  display: block;
  margin: auto;
}
@media (max-width: 700px) {
  .labs-container .main-text img {
    max-width: 100%;
  }
}
.related_projects_container {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .related_projects_container {
    padding: 30px 30px;
  }
}
.related_projects_container h1 {
  max-width: 1150px;
  margin: auto;
  margin-bottom: 30px;
  color: black;
  font-size: 42px;
}
@media (max-width: 1280px) {
  .related_projects_container h1 {
    padding-left: 10px;
  }
}
.related_projects_container .radio-container {
  display: flex;
  justify-content: center;
  width: 1150px;
  margin: auto;
  column-gap: 12px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .related_projects_container .radio-container {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .related_projects_container .radio-container {
    flex-direction: column;
    row-gap: 5px;
  }
}
.related_projects_container .radio-container .radio-1,
.related_projects_container .radio-container .radio-2 {
  width: 50%;
  display: flex;
  justify-content: center;
  min-height: 64px;
}
@media (max-width: 700px) {
  .related_projects_container .radio-container .radio-1,
  .related_projects_container .radio-container .radio-2 {
    width: 100%;
  }
}
.related_projects_container .radio-container input {
  display: none;
}
.related_projects_container .radio-container label {
  cursor: pointer;
  display: block;
  font-size: 22px;
  color: #686868;
  background: #f6f6f6;
  line-height: 60px;
  height: 60px;
  width: 100%;
  text-align: center;
}
.related_projects_container .radio-container input[type='radio']:checked + label {
  color: #ed1c24;
  background: white;
  border-bottom: 2px solid #ed1c24;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  height: 58px;
}
.related_projects_container .archive,
.related_projects_container .current {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: auto;
  align-items: stretch;
  gap: 10px;
}
.related_projects_container .archive .project-item,
.related_projects_container .current .project-item {
  width: calc(33.33% - 7px);
  position: relative;
}
.related_projects_container .archive .project-item .cover-link,
.related_projects_container .current .project-item .cover-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.related_projects_container .archive .project-item a,
.related_projects_container .current .project-item a {
  text-decoration: none;
  color: initial;
}
@media (max-width: 860px) {
  .related_projects_container .archive .project-item,
  .related_projects_container .current .project-item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 700px) {
  .related_projects_container .archive .project-item,
  .related_projects_container .current .project-item {
    width: 100%;
  }
}
.related_projects_container .archive .project-item:hover .total-text,
.related_projects_container .current .project-item:hover .total-text {
  background: #f6f6f6;
  border-color: black;
}
.related_projects_container .archive .project-item .total-text,
.related_projects_container .current .project-item .total-text {
  padding: 24px 0;
  border-bottom: 2px solid transparent;
  transition: 0.25s ease-in-out;
  transition-property: background, border-color;
  height: calc(100% - 258px);
}
.related_projects_container .archive .project-item .total-text .text-container,
.related_projects_container .current .project-item .total-text .text-container {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related_projects_container .archive .project-item .title,
.related_projects_container .current .project-item .title,
.related_projects_container .archive .project-item .text-container,
.related_projects_container .current .project-item .text-container {
  padding: 0 24px;
}
.related_projects_container .archive .project-item .title,
.related_projects_container .current .project-item .title {
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}
.related_projects_container .archive .project-item .text-container,
.related_projects_container .current .project-item .text-container {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 12px;
}
.related_projects_container .archive .project-item .img-container,
.related_projects_container .current .project-item .img-container {
  overflow: hidden;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.related_projects_container .archive .project-item .img-container img,
.related_projects_container .current .project-item .img-container img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.related_projects_container .archive {
  display: none;
}
.related-reference-wrapper .radio-container {
  display: flex;
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  background: #f8f8f8;
  border-top: 1px solid black;
}
.related-reference-wrapper .radio-container input {
  display: none;
}
.related-reference-wrapper .radio-container input[type='radio']:checked + label {
  color: #ed1c24;
}
.related-people-wrapper {
  margin-top: 30px;
}
.related-people-wrapper .people-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1170px;
  margin: auto;
}
@media (max-width: 750px) {
  .related-people-wrapper .people-container {
    grid-template-columns: 1fr;
  }
}
.related-people-wrapper .people-container .people-item {
  padding: 15px;
}
.related-people-wrapper .people-container .people-item .border {
  display: flex;
  border-top: 3px solid #ed1c24;
  background: #f6f6f6;
  transition: 0.25s ease-in-out, box-shadow;
  min-height: 233px;
}
.related-people-wrapper .people-container .people-item .border:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.related-people-wrapper .people-container .people-item .border:hover .text-container .more a {
  opacity: 1;
}
.related-people-wrapper .people-container .people-item .border:hover .text-container .more a:hover {
  color: #ed1c24;
}
.related-people-wrapper .people-container .people-item .border .image-container {
  margin: -20px 14px 14px;
  width: 157px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.related-people-wrapper .people-container .people-item .border .image-container img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.related-people-wrapper .people-container .people-item .border .text-container {
  padding: 20px 16px;
}
@media (max-width: 750px) {
  .related-people-wrapper .people-container .people-item .border .text-container {
    width: 56%;
  }
}
.related-people-wrapper .people-container .people-item .border .text-container .school-container {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
.related-people-wrapper .people-container .people-item .border .text-container .title {
  display: block;
  margin-top: 0.8em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 5px;
}
.related-people-wrapper .people-container .people-item .border .text-container .eng-name,
.related-people-wrapper .people-container .people-item .border .text-container .cn-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.related-people-wrapper .people-container .people-item .border .text-container .more {
  margin-top: 30px;
}
.related-people-wrapper .people-container .people-item .border .text-container .more a {
  transition: 0.25s ease-in-out;
  opacity: 0;
  color: black;
  font-weight: 300;
  text-decoration: none;
}
.view-related-reference {
  margin-top: 30px;
}
.view-related-reference ul {
  display: flex;
  justify-content: center;
}
.view-related-reference h3 {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 12px;
  text-transform: capitalize;
  margin-top: 30px;
  max-width: 860px;
}
@media (max-width: 700px) {
  .view-related-reference .view-content {
    padding: 30px;
  }
}
.view-related-reference .view-filters {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  background: #f8f8f8;
  border-top: 1px solid black;
}
.view-related-reference .view-filters .form-radios {
  display: flex;
}
@media (max-width: 750px) {
  .view-related-reference .view-filters .form-radios {
    flex-wrap: wrap;
  }
}
.view-related-reference .view-filters .form-radios input {
  display: none;
}
.view-related-reference .view-filters .form-radios label {
  font-weight: 400;
  margin-right: 24px;
  text-transform: uppercase;
}
.view-related-reference .view-filters .form-radios input:checked + label {
  color: red;
  font-weight: 500;
}
.view-related-reference .publications-item {
  max-width: 860px;
  margin: auto;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e7e7e7;
}
.view-related-reference .publications-item .year {
  margin-right: 30px;
  color: red;
  font-weight: 500;
}
.view-related-reference .publications-item .content h5 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
}
.view-related-reference .publications-item .body p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.related-images {
  max-width: 990px;
  margin: 60px auto;
  padding: 0 20px;
  overflow: visible;
  zoom: 1;
  max-height: 280px;
}
.related-images .swiper-control {
  float: right;
}
.related-images .swiper-control .swiper-button-prev,
.related-images .swiper-control .swiper-button-next {
  position: static;
  width: 60px;
  height: 60px;
  margin: 0;
  float: left;
  color: red;
}
.related-images .swiper-control .swiper-button-prev::before {
  content: 'prev';
  font-size: 30px;
  color: inherit;
  font-family: swiper-icons;
}
.related-images .swiper-control .swiper-button-prev::after {
  display: none;
}
.related-images .swiper-control .swiper-button-next::after {
  content: 'next';
  font-size: 30px;
  color: inherit;
  font-family: swiper-icons;
}
.related-images .swiper-slide {
  max-height: 280px;
  width: fit-content;
  position: relative;
}
.related-images .swiper-slide .hasImage {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.related-images .swiper-slide .expand_image {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 16px;
  opacity: 0.7;
}
.related-images .slider-image {
  width: auto;
  max-height: 280px;
  object-fit: contain;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline .fieldset[data="edit-field-research-clusters-type-target-id"] {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 70px;
}
.title-card {
  text-align: center;
}
.title-card p {
  margin-top: 6px;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline {
  display: flex;
  flex-direction: column;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-lab-inactive-date-value"] .fieldset-wrapper .form-radios {
  display: flex;
  max-width: 1140px;
  margin: auto;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-lab-inactive-date-value"] .fieldset-wrapper .form-radios .form-item {
  flex: 0 1 50%;
  height: 60px;
  text-align: center;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-lab-inactive-date-value"] .fieldset-wrapper .form-radios input {
  display: none;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-lab-inactive-date-value"] .fieldset-wrapper .form-radios input:checked + label {
  color: #ed1c24;
  background: white;
  border-bottom: 2px solid #ed1c24;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  height: 58px;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-lab-inactive-date-value"] .fieldset-wrapper .form-radios label {
  cursor: pointer;
  display: block;
  font-size: 22px;
  color: #686868;
  background: #f6f6f6;
  line-height: 60px;
  height: 60px;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-research-clusters-type-target-id"] .fieldset-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 70px;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-research-clusters-type-target-id"] .fieldset-wrapper::before {
  content: "";
  width: 170%;
  position: absolute;
  height: 49px;
  background-color: #ed1c24;
  z-index: -1;
  left: -50%;
  top: 50%;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-research-clusters-type-target-id"] .fieldset-wrapper > div {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  background: #f8f8f8;
  border-top: 1px solid black;
  padding: 0 20px;
}
@media (max-width: 750px) {
  .view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-research-clusters-type-target-id"] .fieldset-wrapper > div {
    padding: 0 20px;
  }
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-research-clusters-type-target-id"] .fieldset-wrapper > div .form-radios {
  display: flex;
  column-gap: 20px;
  padding-left: 20px;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-research-clusters-type-target-id"] .fieldset-wrapper > div .form-radios label {
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 750px) {
  .view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-research-clusters-type-target-id"] .fieldset-wrapper > div .form-radios {
    column-gap: 12px;
    padding-left: 0;
  }
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-research-clusters-type-target-id"] .fieldset-wrapper > div .form-radios input {
  display: none;
}
.view-labs-total-view .view-filters .views-exposed-form .form--inline fieldset[data-drupal-selector="edit-field-research-clusters-type-target-id"] .fieldset-wrapper > div .form-radios input:checked + label {
  color: red;
}
.view-labs-total-view #views-exposed-form-labs-total-view-page-1 #edit-field-research-clusters-type-target-id--wrapper .fieldset-wrapper #edit-field-research-clusters-type-target-id {
  max-width: calc(1140px + 0px * 2);
}
.view-labs-total-view .view-content > div {
  display: flex;
  max-width: 1140px;
  margin: auto;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .view-labs-total-view .view-content > div {
    row-gap: 40px;
  }
}
.view-labs-total-view .view-content .views-row {
  width: calc(50% - 20px);
}
@media (max-width: 780px) {
  .view-labs-total-view .view-content .views-row {
    width: 100%;
  }
}
.view-labs-total-view .view-content .views-row .lab-views-container {
  display: flex;
  flex-direction: column;
}
.view-labs-total-view .view-content .views-row .lab-views-container:hover .text-container {
  background: #f6f6f6;
  border-color: black;
}
.view-labs-total-view .view-content .views-row .lab-views-container .main-image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 314px;
}
.view-labs-total-view .view-content .views-row .lab-views-container .main-image a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-labs-total-view .view-content .views-row .lab-views-container .main-image img {
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  max-height: initial;
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .view-labs-total-view .view-content .views-row .lab-views-container .main-image {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .view-labs-total-view .view-content .views-row .lab-views-container .main-image {
    height: 180px;
  }
}
.view-labs-total-view .view-content .views-row .lab-views-container .text-container {
  padding: 24px;
  border-bottom: 2px solid transparent;
  transition: 0.25s ease-in-out;
  transition-property: background, border-color;
}
.view-labs-total-view .view-content .views-row .lab-views-container .text-container a {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: bold;
}
form[data-drupal-selector="views-exposed-form-projects-total-view-page-1"] fieldset[data-drupal-selector='edit-field-archive-date-value'] {
  float: initial !important;
}
form[data-drupal-selector="views-exposed-form-projects-total-view-page-1"] fieldset[data-drupal-selector='edit-field-archive-date-value'] .fieldset-wrapper {
  max-width: 1140px;
  margin: auto;
}
form[data-drupal-selector="views-exposed-form-projects-total-view-page-1"] fieldset[data-drupal-selector='edit-field-archive-date-value'] .fieldset-wrapper .form-radios {
  display: flex;
  max-width: 1140px;
  width: 100%;
  column-gap: 15px;
}
@media (max-width: 750px) {
  form[data-drupal-selector="views-exposed-form-projects-total-view-page-1"] fieldset[data-drupal-selector='edit-field-archive-date-value'] .fieldset-wrapper .form-radios {
    flex-direction: column;
  }
}
form[data-drupal-selector="views-exposed-form-projects-total-view-page-1"] fieldset[data-drupal-selector='edit-field-archive-date-value'] .fieldset-wrapper .form-radios .form-item {
  height: 60px;
  text-align: center;
  width: 50%;
  margin-right: 0;
}
@media (max-width: 750px) {
  form[data-drupal-selector="views-exposed-form-projects-total-view-page-1"] fieldset[data-drupal-selector='edit-field-archive-date-value'] .fieldset-wrapper .form-radios .form-item {
    width: 100%;
  }
}
form[data-drupal-selector="views-exposed-form-projects-total-view-page-1"] fieldset[data-drupal-selector='edit-field-archive-date-value'] input {
  display: none;
}
form[data-drupal-selector="views-exposed-form-projects-total-view-page-1"] fieldset[data-drupal-selector='edit-field-archive-date-value'] input:checked + label {
  color: #ed1c24;
  background: white;
  border-bottom: 2px solid #ed1c24;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  height: 58px;
}
form[data-drupal-selector="views-exposed-form-projects-total-view-page-1"] fieldset[data-drupal-selector='edit-field-archive-date-value'] label {
  cursor: pointer;
  display: block;
  font-size: 22px;
  color: #686868;
  background: #f6f6f6;
  line-height: 60px;
  height: 60px;
}
.view-projects-total-view .view-content > div {
  display: flex;
  max-width: 1140px;
  margin: auto;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.view-projects-total-view .view-content > div .views-row {
  width: calc(50% - 10px);
}
@media (max-width: 750px) {
  .view-projects-total-view .view-content > div .views-row {
    width: 100%;
  }
}
.view-projects-total-view .view-content > div .views-row:hover .content {
  background: #f6f6f6;
  border-color: black;
}
.view-projects-total-view .view-content > div .views-row:nth-child(5n + 3),
.view-projects-total-view .view-content > div .views-row:nth-child(5n + 4),
.view-projects-total-view .view-content > div .views-row:nth-child(5n + 5) {
  width: calc(33.33% - 14px);
}
.view-projects-total-view .view-content > div .views-row:nth-child(5n + 3) .block-image,
.view-projects-total-view .view-content > div .views-row:nth-child(5n + 4) .block-image,
.view-projects-total-view .view-content > div .views-row:nth-child(5n + 5) .block-image {
  height: 230px;
}
@media (max-width: 700px) {
  .view-projects-total-view .view-content > div .views-row:nth-child(5n + 3) .block-image,
  .view-projects-total-view .view-content > div .views-row:nth-child(5n + 4) .block-image,
  .view-projects-total-view .view-content > div .views-row:nth-child(5n + 5) .block-image {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .view-projects-total-view .view-content > div .views-row:nth-child(5n + 3) .block-image,
  .view-projects-total-view .view-content > div .views-row:nth-child(5n + 4) .block-image,
  .view-projects-total-view .view-content > div .views-row:nth-child(5n + 5) .block-image {
    height: 180px;
  }
}
@media (max-width: 750px) {
  .view-projects-total-view .view-content > div .views-row:nth-child(5n + 3),
  .view-projects-total-view .view-content > div .views-row:nth-child(5n + 4),
  .view-projects-total-view .view-content > div .views-row:nth-child(5n + 5) {
    width: 100%;
  }
}
.view-projects-total-view .view-content > div .views-row .block-image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 314px;
}
.view-projects-total-view .view-content > div .views-row .block-image a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-projects-total-view .view-content > div .views-row .block-image img {
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  max-height: initial;
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .view-projects-total-view .view-content > div .views-row .block-image {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .view-projects-total-view .view-content > div .views-row .block-image {
    height: 180px;
  }
}
.view-projects-total-view .view-content > div .views-row .content {
  padding: 24px;
  border-bottom: 2px solid transparent;
  transition: 0.25s ease-in-out;
  transition-property: background, border-color;
}
.view-projects-total-view .view-content > div .views-row .content a {
  font-size: 22px;
  margin-bottom: 12px;
}
.view-projects-total-view .view-content > div .views-row .content p a {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin: 0;
}
/*# sourceMappingURL=styles.css.map */