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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/quote-r.svg');
}
blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
blockquote:after {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
blockquote :first-child {
  margin-top: 0;
}
h2,
h3,
h4,
h5,
p,
ul,
ol,
blockquote,
table,
hr {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1140px) {
  :not(.fw) h2,
  :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) h2,
  :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: 750px;
  }
}
.no-mw h2,
.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,
h2.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.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: 1140px) 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: 1140px) 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: 1140px) 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;
    padding: 0 15px;
  }
}
@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 {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #999;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: color, border-color, background-color;
  -moz-transition-property: color, border-color, background-color;
  -o-transition-property: color, border-color, background-color;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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: 1140px) 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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid currentColor;
}
@media only screen and (max-width: 1140px) 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: 1140px) 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  zoom: 1;
  filter: alpha(opacity=55);
  -webkit-opacity: 0.55;
  -moz-opacity: 0.55;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.view .views-view-grid .views-row:before,
.view .views-view-grid .views-row:after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.view .views-view-grid .views-col {
  min-width: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
.view .content > * {
  margin: 0 0 5px;
}
@media only screen and (max-width: 560px) {
  .view .views-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .view .views-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .view .block-image img {
    width: 100%;
  }
}
.swiper-container,
.field--name-field-slides {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.swiper-wrapper {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  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) {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  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: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  table.layout-table td {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  table.layout-table td[style*='top'] {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 1140px) 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 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  table.layout-table td {
    -webkit-flex-basis: 100%;
    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 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-property: background, -webkit-box-shadow;
  -moz-transition-property: background, -moz-box-shadow;
  -o-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
}
.sticky-nav.sticky {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  background: #f6f6f6;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .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;
}
@media only screen and (max-width: 560px) {
  .slides.related-images {
    margin: 0;
  }
}
.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 .swiper-slide .hasImage {
  position: relative;
  display: block;
}
.slides.related-images .swiper-slide .hasImage .expand_image {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 16px;
  opacity: 0.7;
}
.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;
}
.slides.related-news {
  max-width: calc(1140px + 60px * 2);
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1140px) {
  .slides.related-news {
    padding-left: 0;
    padding-right: 0;
  }
}
.slides.related-news .swiper-slide {
  width: auto;
  position: relative;
}
.slides.related-news .swiper-slide a[target*="blank"]:after {
  display: none;
}
.slides.related-news .swiper-slide img,
.slides.related-news .swiper-slide iframe,
.slides.related-news .swiper-slide video {
  display: block;
  width: auto;
  height: auto;
}
.slides.related-news .swiper-button-next,
.slides.related-news .swiper-button-prev {
  top: 35%;
  margin: 0;
  color: #ed1c24;
}
.slides.related-news .swiper-button-next:after,
.slides.related-news .swiper-button-prev:after {
  font-size: 30px;
  color: inherit;
}
.slides.related-news .swiper-button-disabled {
  color: #cccccc;
}
.slides.related-news .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;
}
@media only screen and (max-width: 560px) {
  .paragraph--type--related-images .swiper-container {
    margin: 0;
  }
}
.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 .swiper-slide .hasImage {
  position: relative;
  display: block;
}
.paragraph--type--related-images .swiper-container .swiper-slide .hasImage .expand_image {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 16px;
  opacity: 0.7;
}
.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;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-self: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: border-left-color, color;
  -moz-transition-property: border-left-color, color;
  -o-transition-property: border-left-color, color;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  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 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  ul.big-tabs a:after {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 1140px) 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: none;
  min-height: 70px;
  margin: 16px 0;
  padding: 1em 2em;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.5em;
  margin: 0 auto;
  padding: 1em 0;
  border-bottom: 2px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 1140px) and (min-width: 561px) {
  h4.accordion {
    font-size: 18px;
  }
  h4.accordion + div {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    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 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.hybrid-chart ul.s-2 li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/menu-dropdown.svg');
}
.hybrid-chart li.on i:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  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 {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hybrid-chart li.off i {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.25s ease-in-out, color;
  -moz-transition: 0.25s ease-in-out, color;
  -o-transition: 0.25s ease-in-out, color;
  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 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 1140px) {
  .hybrid-chart br {
    display: none;
  }
}
@media only screen and (max-width: 1140px) 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;
  }
}
#header {
  width: 100%;
  background-color: white;
  position: relative;
  top: 0 !important;
  z-index: 9;
  -webkit-transition: 0.25s ease-in-out, -webkit-box-shadow;
  -moz-transition: 0.25s ease-in-out, -moz-box-shadow;
  -o-transition: 0.25s ease-in-out, box-shadow;
  transition: 0.25s ease-in-out, box-shadow;
}
@media only screen and (max-width: 999px) {
}
#header > div {
  box-sizing: content-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  #header > div {
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#header .site-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 79px;
  max-width: calc(1440px + 0px * 2);
  margin: 0 auto;
  padding: 14px 20px;
}
@media only screen and (max-width: 560px) {
  #header .site-header {
    height: 50px;
  }
}
#header .site-header > .site-logo {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
}
@media only screen and (max-width: 560px) {
  #header .site-header > .site-logo {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 200px;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}
#header .site-header > nav {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
#header #mobile-menu-toggle {
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out, opacity;
  -moz-transition: 0.25s ease-in-out, opacity;
  -o-transition: 0.25s ease-in-out, opacity;
  transition: 0.25s ease-in-out, opacity;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/menu.svg');
}
#header #mobile-menu-toggle:after {
  width: 33px;
  height: 30px;
  margin: 0;
}
#header #mobile-menu-close {
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#header #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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/menu-close.svg');
}
#header #mobile-menu-close:after {
  margin: 0;
  width: 30px;
  height: 30px;
}
#header.mobile-menu-on #mobile-menu-toggle {
  display: none;
}
#header.mobile-menu-on #mobile-menu-close {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
nav.menu--main {
  max-width: 320px;
  width: 100vw;
  position: absolute;
  top: 100% !important;
  right: 19px;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  z-index: 999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.25s ease-in-out, opacity;
  -moz-transition: 0.25s ease-in-out, opacity;
  -o-transition: 0.25s ease-in-out, opacity;
  transition: 0.25s ease-in-out, opacity;
}
@media print, screen and (min-width: 1141px) {
  nav.menu--main {
    max-height: 60px;
  }
  nav.menu--main.toggled {
    max-height: 100%;
  }
}
@media only screen and (max-width: 560px) {
  nav.menu--main {
    max-width: 100%;
    top: 78px !important;
    right: 0;
  }
}
nav.menu--main.toggled {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
}
nav.menu--main ul {
  display: block;
}
nav.menu--main ul.menu-lv0 {
  border-top: 1px solid #ed1c24;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  position: relative;
}
@media only screen and (max-width: 560px) {
  nav.menu--main ul.menu-lv0 {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
    width: 100% !important;
  }
}
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;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
nav.menu--main .nav-link {
  font-weight: 300;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/menu-dropdown-o.svg');
}
nav.menu--main .nav-link-lv0:last-child:after {
  display: none;
}
nav.menu--main .nav-link-lv1 {
  font-size: 16px;
  height: 35px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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.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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
nav.menu--main .nav-link.for-you.toggled:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  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;
}
#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 {
  -webkit-transition: 0.25s ease-in-out, color;
  -moz-transition: 0.25s ease-in-out, color;
  -o-transition: 0.25s ease-in-out, color;
  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 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  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 {
  -webkit-transition: 0.25s ease-in-out, background-image;
  -moz-transition: 0.25s ease-in-out, background-image;
  -o-transition: 0.25s ease-in-out, background-image;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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: 1140px) 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: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer-block td {
    display: block;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 0;
  }
  #footer-block td:last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #footer-block ul.menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    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'] {
  display: none;
}
body.path-frontpage .region-highlighted ~ * {
  position: relative;
  background: white;
}
body.path-frontpage #scm {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
body.path-frontpage #main {
  overflow: hidden;
}
body.path-frontpage h2 {
  margin: 0 auto 0.5em;
}
body.path-frontpage nav.breadcrumb {
  display: none;
}
@media only screen and (max-width: 560px) {
  body.path-frontpage [id^='block-sitelogo'] {
    height: 45px;
  }
  body.path-frontpage [id^='block-sitelogo'] img {
    height: 45px;
  }
}
body.path-frontpage #block-xenyo-content header {
  display: none;
}
.slides.frontpage {
  height: 800px;
  margin-bottom: 50px;
}
.slides.frontpage.mobile-invisible .swiper-slide {
  width: calc(100% - 230px);
  margin-left: -230px;
}
@media only screen and (max-width: 1140px) and (min-width: 561px) {
  .slides.frontpage.mobile-invisible .swiper-slide {
    width: calc(100% - 150px);
    margin-left: -150px;
  }
}
.slides.frontpage.mobile-invisible .swiper-slide.swiper-slide-active .content.content-align-right {
  right: -230px;
}
@media only screen and (max-width: 1140px) and (min-width: 561px) {
  .slides.frontpage.mobile-invisible .swiper-slide.swiper-slide-active .content.content-align-right {
    right: -150px;
  }
}
.slides.frontpage.mobile-invisible .swiper-slide.swiper-slide-active .content.content-align-left {
  left: -230px;
}
@media only screen and (max-width: 1140px) and (min-width: 561px) {
  .slides.frontpage.mobile-invisible .swiper-slide.swiper-slide-active .content.content-align-left {
    left: -150px;
  }
}
.slides.frontpage .swiper-container {
  height: 100%;
}
.slides.frontpage .swiper-slide {
  position: relative;
}
.slides.frontpage .swiper-slide .background {
  -webkit-transition: 0.25s ease-in-out, opacity;
  -moz-transition: 0.25s ease-in-out, opacity;
  -o-transition: 0.25s ease-in-out, opacity;
  transition: 0.25s ease-in-out, opacity;
  zoom: 1;
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.slides.frontpage .swiper-slide .content {
  -webkit-transition: 0.25s ease-in-out, opacity;
  -moz-transition: 0.25s ease-in-out, opacity;
  -o-transition: 0.25s ease-in-out, opacity;
  transition: 0.25s ease-in-out, opacity;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.slides.frontpage .swiper-slide.swiper-slide-active {
  z-index: 1;
}
.slides.frontpage .swiper-slide.swiper-slide-active .background {
  -webkit-transition: 0.25s ease-in-out, opacity;
  -moz-transition: 0.25s ease-in-out, opacity;
  -o-transition: 0.25s ease-in-out, opacity;
  transition: 0.25s ease-in-out, opacity;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slides.frontpage .swiper-slide.swiper-slide-active .content {
  -webkit-transition: 0.25s ease-in-out, opacity;
  -moz-transition: 0.25s ease-in-out, opacity;
  -o-transition: 0.25s ease-in-out, opacity;
  transition: 0.25s ease-in-out, opacity;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slides.frontpage .swiper-button-prev,
.slides.frontpage .swiper-button-next {
  display: none;
}
.slides.frontpage .swiper-pagination {
  width: 100%;
  left: auto;
  right: 80px;
  text-align: right;
}
.slides.frontpage .swiper-pagination .swiper-pagination-bullet {
  background: #bfbfbf;
}
.slides.frontpage .swiper-pagination .swiper-pagination-bullet-active {
  background: #ed1c24;
}
.slides.frontpage .content {
  position: absolute;
  top: 20%;
}
.slides.frontpage .content.content-align-right {
  right: 230px;
}
@media only screen and (max-width: 1140px) and (min-width: 561px) {
  .slides.frontpage .content.content-align-right {
    right: 150px;
  }
}
.slides.frontpage .content.content-align-left {
  left: 230px;
}
@media only screen and (max-width: 1140px) and (min-width: 561px) {
  .slides.frontpage .content.content-align-left {
    left: 150px;
  }
}
.slides.frontpage .content > div {
  position: relative;
  width: 100%;
  max-width: 730px;
  padding: 50px 80px;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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: 4.75rem;
  font-weight: 900;
  line-height: 1.1;
}
.slides.frontpage .content p {
  font-size: 20px;
  font-weight: 300;
}
.slides.frontpage .content .c-btn {
  color: black;
  border-color: black;
}
.slides.frontpage .background {
  height: 100%;
  max-height: 750px;
  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;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
}
.slides.frontpage .swiper-slide-active .background {
  max-height: 800px;
}
@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: 1140px) 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 .swiper-slide-active .content {
    width: 100%;
    max-width: 95%;
  }
  .slides.frontpage .content {
    top: auto;
    bottom: 5%;
  }
  .slides.frontpage .content h2 {
    font-size: 38px;
  }
  .slides.frontpage .content br {
    display: none;
  }
  .slides.frontpage .content > div {
    padding: 25px 40px;
  }
  .slides.frontpage td[style] {
    width: auto !important;
    padding: 0 15px;
  }
}
.filter-menu.labs-research {
  max-width: calc(1440px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 180px;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research {
    margin-bottom: 50px;
  }
}
.filter-menu.labs-research > .view-header h2 {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  font-size: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research > .view-header h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research > .view-header h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.filter-menu.labs-research > .view-content > div {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research > .view-content > div {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.filter-menu.labs-research > .view-content .views-row {
  width: 20%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 1px;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research > .view-content .views-row {
    width: 100%;
    min-height: 125px;
    height: 20vh;
    margin-bottom: 5px;
  }
}
.filter-menu.labs-research > .view-content .views-row .filter-item {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research > .view-content .views-row .filter-item {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.filter-menu.labs-research > .view-content .views-row .filter-item .title {
  font-size: 32px;
  font-weight: 500;
  color: white;
}
.filter-menu.labs-research > .view-content .views-row .filter-item .body {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  color: white;
  max-width: 80%;
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research > .view-content .views-row .filter-item .body {
    max-width: 100%;
  }
}
.filter-menu.labs-research > .view-content .views-row .image {
  position: relative;
  line-height: 0;
  pointer-events: none;
}
.filter-menu.labs-research > .view-content .views-row .image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.filter-menu.labs-research > .view-content .views-row .image img {
  min-width: 100%;
  max-width: none;
  max-height: 542px;
}
.filter-menu.labs-research > .view-footer {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.filter-menu.labs-research > .view-footer .pager {
  display: none;
}
.filter-menu.labs-research.expanded > .view-content .views-row {
  width: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1;
  -ms-flex: 0 1;
  flex: 0 1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research.expanded > .view-content .views-row {
    position: absolute;
    min-height: 0;
    height: 0;
  }
}
.filter-menu.labs-research.expanded > .view-content .views-row.expanded {
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research.expanded > .view-content .views-row.expanded {
    position: relative;
    height: auto;
    top: 0;
  }
}
.filter-menu.labs-research.expanded > .view-content .views-row.expanded .filter-item {
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  top: 0;
  left: 0;
  padding: 80px 0 300px;
  width: calc(100% - 20%);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  text-align: left;
  line-height: 1.2;
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research.expanded > .view-content .views-row.expanded .filter-item {
    position: relative;
    min-height: 200px;
    height: auto;
    padding: 40px 0 80px;
  }
}
.filter-menu.labs-research.expanded > .view-content .views-row.expanded .filter-item .title {
  margin-bottom: 20px;
}
.filter-menu.labs-research.expanded > .view-content .views-row.expanded .filter-item .body {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.filter-menu.labs-research.expanded > .view-content .views-row.expanded .filter-item .body p {
  max-width: none;
}
.filter-menu.labs-research.expanded > .view-content .views-row.expanded .image {
  position: absolute;
}
.filter-menu.labs-research.expanded > .view-footer {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  bottom: -100px;
}
@media only screen and (max-width: 1140px) {
  .filter-menu.labs-research.expanded > .view-footer {
    position: relative;
    bottom: auto;
    margin-top: -50px;
  }
}
.slides.labs-research > .view-filters {
  display: none;
}
.slides.labs-research > .view-content {
  max-width: calc(900px + 15px * 2);
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .slides.labs-research > .view-content {
    padding: 0 40px;
  }
}
.slides.labs-research .swiper-container,
.slides.labs-research .field--name-field-slides {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slides.labs-research .swiper-control .swiper-button-prev {
  left: 0;
}
@media only screen and (max-width: 1140px) {
  .slides.labs-research .swiper-control .swiper-button-prev {
    left: 5px;
  }
  .slides.labs-research .swiper-control .swiper-button-prev:after {
    color: #545454;
  }
}
.slides.labs-research .swiper-control .swiper-button-next {
  right: 0;
}
@media only screen and (max-width: 1140px) {
  .slides.labs-research .swiper-control .swiper-button-next {
    right: 5px;
  }
  .slides.labs-research .swiper-control .swiper-button-next:after {
    color: #545454;
  }
}
.slides.labs-research .swiper-slide .lab-research-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border-bottom: 4px solid #ed1c24;
  position: relative;
}
.slides.labs-research .swiper-slide .lab-research-item:before {
  content: 'Labs';
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 48px;
  line-height: 0.7;
  position: absolute;
  bottom: 0;
  right: 1em;
  color: #ed1c24;
}
.slides.labs-research .swiper-slide .lab-research-item .image {
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  min-width: 330px;
  line-height: 0;
}
@media only screen and (max-width: 1140px) {
  .slides.labs-research .swiper-slide .lab-research-item .image {
    display: none;
  }
}
.slides.labs-research .swiper-slide .lab-research-item .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 40px;
}
@media only screen and (max-width: 1140px) {
  .slides.labs-research .swiper-slide .lab-research-item .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .slides.labs-research .swiper-slide .lab-research-item .content {
    padding: 20px;
  }
}
.slides.labs-research .swiper-slide .lab-research-item .content .title {
  font-size: 22px;
  font-weight: 500;
}
.slides.labs-research .swiper-slide .lab-research-item .content .body {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1140px) {
  .slides.labs-research .swiper-slide .lab-research-item .content .body {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .slides.labs-research .swiper-slide .lab-research-item .content .body {
    margin-bottom: 10px;
  }
}
.slides.frontbottom {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .slides.frontbottom {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .slides.frontbottom {
    padding-left: 0;
    padding-right: 0;
  }
}
.slides.frontbottom .swiper-container,
.slides.frontbottom .field--name-field-slides {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slides.frontbottom .swiper-control,
.slides.frontbottom .swiper-pagination {
  display: none;
}
.slides.frontbottom .swiper-slide .content-align-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.slides.frontbottom .swiper-slide .content-align-left .image {
  margin-left: 30px;
}
.slides.frontbottom .swiper-slide .content-align-left .content {
  margin-right: 30px;
}
@media only screen and (max-width: 560px) {
  .slides.frontbottom .swiper-slide .content-align-left {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slides.frontbottom .swiper-slide .content-align-left .image {
    margin: 0 0 15px;
  }
  .slides.frontbottom .swiper-slide .content-align-left .content {
    margin: 15px 0 0;
  }
}
.slides.frontbottom .swiper-slide .content-align-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.slides.frontbottom .swiper-slide .content-align-right .image {
  margin-right: 30px;
}
.slides.frontbottom .swiper-slide .content-align-right .content {
  margin-left: 30px;
}
@media only screen and (max-width: 560px) {
  .slides.frontbottom .swiper-slide .content-align-right {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .slides.frontbottom .swiper-slide .content-align-right .image {
    margin: 0 0 15px;
  }
  .slides.frontbottom .swiper-slide .content-align-right .content {
    margin: 15px 0 0;
  }
}
.slides.frontbottom .swiper-slide .image {
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  line-height: 0;
}
@media only screen and (max-width: 560px) {
  .slides.frontbottom .swiper-slide .image {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.slides.frontbottom .swiper-slide .content {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media only screen and (max-width: 560px) {
  .slides.frontbottom .swiper-slide .content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.slides.frontbottom .swiper-slide .content h2 .red {
  font-size: 44px;
}
.slides.frontbottom .swiper-slide .content h5 {
  font-size: 16px;
}
.slides.frontbottom .swiper-slide .content p {
  font-weight: 300;
}
.slides.frontbottom .swiper-hero-progress {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 5px;
  background: #ed1c24;
}
article.frontpage .field--name-body blockquote {
  text-align: left;
  background: none;
}
article.frontpage .field--name-body h2 {
  position: relative;
  left: -55px;
  font-size: 38px;
  color: #ed1c24;
  z-index: 1;
  margin-top: 80px;
}
@media only screen and (max-width: 560px) {
  article.frontpage .field--name-body h2 {
    left: 0;
  }
}
article.frontpage .field--name-body h2:before {
  content: '';
  position: absolute;
  left: 55px;
  top: -60px;
  width: 88px;
  height: 80px;
  background-image: url(../img/icons/quote-l-home.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 560px) {
  article.frontpage .field--name-body h2:before {
    left: 0;
    width: 48px;
    height: 40px;
  }
}
article.frontpage .field--name-body p {
  font-weight: 300;
}
article.frontpage .field--name-body p strong {
  font-size: 22px;
  font-weight: 500;
}
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;
  -webkit-transition: 0.25s ease-in-out, opacity;
  -moz-transition: 0.25s ease-in-out, opacity;
  -o-transition: 0.25s ease-in-out, opacity;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  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;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity,-webkit-transform,-moz-transform,-o-transform,transform;
  z-index: 1;
}
article.frontpage #programmes table.programmes .content {
  color: white;
  width: 100%;
  height: auto;
  padding: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.25s ease-in-out, flex-grow;
  -moz-transition: 0.25s ease-in-out, flex-grow;
  -o-transition: 0.25s ease-in-out, flex-grow;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out, opacity;
  -moz-transition: 0.25s ease-in-out, opacity;
  -o-transition: 0.25s ease-in-out, opacity;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  article.frontpage #programmes table.programmes td:hover a.more,
  article.frontpage #programmes table.programmes .td:hover a.more {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  article.frontpage #programmes table.programmes td:hover img,
  article.frontpage #programmes table.programmes .td:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    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 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;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: font-size, color;
  -moz-transition-property: font-size, color;
  -o-transition-property: font-size, color;
  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: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  article.frontpage .field--name-body h2 {
    line-height: 1;
  }
  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: 1140px) and (min-width: 561px) {
  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 #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: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
article.school-overview .layout-table + .layout-table {
  margin: 60px -5px;
}
article.school-overview .field--name-body h2 {
  position: relative;
  left: -55px;
  font-size: 38px;
  color: #ed1c24;
  z-index: 1;
  margin-top: 80px;
}
@media only screen and (max-width: 560px) {
  article.school-overview .field--name-body h2 {
    left: 0;
  }
}
article.school-overview .field--name-body h2:before {
  content: '';
  position: absolute;
  left: 55px;
  top: -60px;
  width: 88px;
  height: 80px;
  background-image: url(../img/icons/quote-l-home.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 560px) {
  article.school-overview .field--name-body h2:before {
    left: 0;
    width: 48px;
    height: 40px;
  }
}
#deans-msg {
  position: relative;
}
#deans-msg #dean.sticky {
  position: fixed;
}
#deans-msg #dean.stuck {
  position: absolute;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media only screen and (max-width: 1140px) {
  #deans-msg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #deans-msg tr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #deans-msg td {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 0;
    max-width: none;
  }
  #deans-msg #dean {
    width: 100%;
    margin: 0 0 1em;
  }
}
.random-images {
  margin: 3em 0;
}
.random-images .view-content {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .random-images .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .random-images .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.random-images .view-content > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.random-images .view-content > div .views-row {
  line-height: 0;
  margin-bottom: 12px;
}
.random-images .view-content > div .views-row:nth-child(1) {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.random-images .view-content > div .views-row:nth-child(1) .views-field-field-slide-images {
  margin-right: 6px;
}
.random-images .view-content > div .views-row:nth-child(2) {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.random-images .view-content > div .views-row:nth-child(2) .views-field-field-slide-images {
  margin-left: 6px;
}
.random-images .view-content > div .views-row:nth-child(3) {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 33.33%;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
}
.random-images .view-content > div .views-row:nth-child(3) .views-field-field-slide-images {
  margin-right: 6px;
}
.random-images .view-content > div .views-row:nth-child(4) {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 33.33%;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
}
.random-images .view-content > div .views-row:nth-child(4) .views-field-field-slide-images {
  margin-right: 6px;
  margin-left: 6px;
}
.random-images .view-content > div .views-row:nth-child(5) {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 33.33%;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
}
.random-images .view-content > div .views-row:nth-child(5) .views-field-field-slide-images {
  margin-left: 6px;
}
@media only screen and (max-width: 560px) {
  .random-images .view-content > div .views-row {
    -webkit-box-flex: 0 !important;
    -moz-box-flex: 0 !important;
    -webkit-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
  }
  .random-images .view-content > div .views-row .views-field-field-slide-images {
    margin: 0 0 10px !important;
  }
}
#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%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  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%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  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: 1140px) 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 table {
  margin: 0;
}
article.contact-us p.map {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
article.contact-us p.map:before {
  content: '';
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/venue-red.svg');
}
article.contact-us p.map:before {
  display: block;
  height: 28px;
  margin-right: 17px;
}
article.contact-us p.email {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
article.contact-us p.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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/email-red.svg');
}
article.contact-us p.email:before {
  display: block;
  margin-right: 17px;
}
table#contact-us {
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
table#contact-us td {
  padding: 0 15px;
  width: 100%;
}
table#contact-us p {
  margin: 0.75em 0;
}
table#contact-us hr {
  margin: 10px 0;
  border-color: black;
}
table#contact-us img.icon {
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
  }
}
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;
  -webkit-transition: 0.25s ease-in-out, opacity;
  -moz-transition: 0.25s ease-in-out, opacity;
  -o-transition: 0.25s ease-in-out, opacity;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  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;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity,-webkit-transform,-moz-transform,-o-transform,transform;
  z-index: 1;
}
article.admission-overview .admission .content {
  color: white;
  width: 100%;
  height: auto;
  padding: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.25s ease-in-out, flex-grow;
  -moz-transition: 0.25s ease-in-out, flex-grow;
  -o-transition: 0.25s ease-in-out, flex-grow;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out, opacity;
  -moz-transition: 0.25s ease-in-out, opacity;
  -o-transition: 0.25s ease-in-out, opacity;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  article.admission-overview .admission td:hover a.more,
  article.admission-overview .admission .td:hover a.more {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  article.admission-overview .admission td:hover img,
  article.admission-overview .admission .td:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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: 1140px) 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  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 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  min-height: 5em;
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid currentColor;
  -webkit-transition: 0.25s ease-in-out, color;
  -moz-transition: 0.25s ease-in-out, color;
  -o-transition: 0.25s ease-in-out, color;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
ul#hybrid-chart-tabs li + li {
  margin-left: 2%;
}
@media only screen and (max-width: 1140px) 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;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    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;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  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;
}
@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;
  }
}
body.node-type-news--events .field--name-field-related-news {
  max-width: calc(1140px + 60px * 2);
  margin: 140px auto 60px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  body.node-type-news--events .field--name-field-related-news {
    padding-left: 0;
    padding-right: 0;
  }
}
body.node-type-news--events .field--name-field-related-news:before,
body.node-type-news--events .field--name-field-related-news:after {
  display: block;
  position: absolute;
  top: -60px;
  height: 100%;
  background: #f6f6f6;
}
body.node-type-news--events .field--name-field-related-news:before {
  content: '';
  right: calc(100% + 170px);
  width: 100vw;
}
body.node-type-news--events .field--name-field-related-news:after {
  content: '';
  right: 170px;
  width: 100%;
}
body.node-type-news--events .field--name-field-related-news > * {
  position: relative;
  z-index: 1;
}
body.node-type-news--events .field--name-field-related-news .label {
  display: block;
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0 60px;
}
body.node-type-news--events .field--name-field-related-news .label span {
  color: #ed1c24;
}
body.node-type-news--events .field--name-field-related-news .related-news-item__title {
  font-size: 22px;
  font-weight: 500;
  padding-top: 20px;
}
body.node-type-news--events .field--name-field-related-news .related-news-item__title a {
  color: black;
  text-decoration: none;
}
body.node-type-news--events .field--name-field-related-news .related-news-item__date {
  color: #545454;
  font-size: 16px;
}
article.node-type-news--events header table.offset-r td:first-child {
  padding-right: 1.5em;
  vertical-align: top;
  padding-top: 10%;
}
article.node-type-news--events header h3 {
  margin: 0.25em 0 0;
}
article.node-type-news--events header .tag {
  border-color: #cccccc;
}
article.node-type-news--events header .summary {
  margin: 1.5em 0;
}
article.node-type-news--events header .info {
  margin: 2em 0;
}
article.node-type-news--events header .info span {
  display: inline-block;
}
article.node-type-news--events header .info > div {
  font-size: inherit;
  margin: 0.75em 0 0.75em 2em;
  position: relative;
}
article.node-type-news--events header .info > div:before {
  vertical-align: top;
  position: absolute;
  right: 100%;
}
article.node-type-news--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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/date-red.svg');
}
article.node-type-news--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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/time-red.svg');
}
article.node-type-news--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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/venue-red.svg');
}
article.node-type-news--events header .location:before {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
article.node-type-news--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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/fee-red.svg');
}
article.node-type-news--events .general-enquiry {
  margin: 4em 0;
  padding: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
article.node-type-news--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-news--events .general-enquiry > div {
    padding-left: 0;
    padding-right: 0;
  }
}
article.node-type-news--events .general-enquiry span {
  display: inline-block;
  margin-right: 2em;
}
article.node-type-news--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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/phone.svg');
}
article.node-type-news--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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/email.svg');
}
article.node-type-news--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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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-news--events header table.offset-r td:first-child {
    width: 32em;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 561px) {
  article.node-type-news--events header .info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  article.node-type-news--events header table.offset-r {
    margin: 0 0 2em;
    width: 100%;
  }
  article.node-type-news--events header table.offset-r td {
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  article.node-type-news--events header table.offset-r td + td {
    margin: 0 -20px 1em;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  article.node-type-news--events header table.offset-r .block-image {
    position: relative;
  }
  article.node-type-news--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-news--events header table.offset-r img {
    height: auto !important;
  }
  article.node-type-news--events header .info {
    font-size: 14px;
  }
  article.node-type-news--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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid currentColor;
}
@media only screen and (max-width: 1140px) 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 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-property: background, -webkit-box-shadow;
  -moz-transition-property: background, -moz-box-shadow;
  -o-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
}
.view-events.listing .view-filters.sticky {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  background: #f6f6f6;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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 {
  margin-bottom: 70px;
}
.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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.view-events.listing .view-header header span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  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 > .view-content .views-row .date {
  font-weight: 300;
}
.view-events.listing > .view-content .views-row .date .end {
  display: none;
}
@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 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
}
@media only screen and (max-width: 1140px) 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -moz-box-pack: stretch;
    -ms-flex-pack: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
  }
  .view-events.front .block-image {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 900px;
    -ms-flex: 0 0 900px;
    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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.view-events.latest .views-row > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.view-events.latest .block-image {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 750px;
  -ms-flex: 0 0 750px;
  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 {
    -webkit-flex-shrink: 1;
    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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.node--type-people .related-links:after {
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  margin: 0 10px 0 0;
}
body.node--type-people .related-links .c-btn {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
article.node-type-people header .upper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0 0 0 350px;
  padding: 2.25em 0;
}
article.node-type-people header .lower {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  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 main h2 {
  max-width: 900px;
}
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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.view-people .card hr {
  margin: 1em auto;
  border-color: black;
}
.view-people .card .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1em 1em 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  .view-people .card .content {
    padding: 1.5em 1em 1em 0.5em;
  }
}
.view-people .portrait {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1;
  -ms-flex: 0 1;
  flex: 0 1;
}
.view-people .portrait img {
  display: block;
  min-width: 100px;
  max-width: 157px;
}
.view-people .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
.view-people .title span {
  display: block;
  margin-top: 0.8em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 560px) {
  .view-people .title {
    font-size: 14px;
  }
  .view-people .title span {
    margin-top: 0.3em;
    font-size: 16px;
  }
}
.view-people .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 560px) {
  .view-people .name {
    font-size: 20px;
  }
}
.view-people .info {
  margin-top: auto;
}
.view-people .info > div {
  margin: 5px 0;
}
.view-people .c-btn {
  margin: 0.75em 0;
  min-width: 9em;
}
.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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 .card .portrait {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .view-people .card .portrait img {
    max-width: 100%;
  }
}
.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 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 1140px;
  margin: 20px auto;
}
@media only screen and (max-width: 560px) {
  .view-people.listing .views-row {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 {
  font-family: 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #ed1c24;
  text-transform: capitalize;
}
@media only screen and (max-width: 560px) {
  .view-people.faculty > .view-content h3 {
    font-size: 21px;
  }
}
.view-people.faculty > .view-content .card.views-col > div {
  background: #f6f6f6;
  border-top: 3px solid #ed1c24;
}
.view-people.faculty > .view-content .card.views-col > div .portrait {
  margin: -20px 14px 14px;
}
.view-people.faculty .title {
  text-transform: uppercase;
}
.view-people.faculty .title span {
  text-transform: none;
}
.view-people.faculty .name > span {
  display: block;
}
.view-people.faculty .info a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (min-width: 1141px) {
  .view-people.faculty .card > div {
    background: white;
    -webkit-transition: 0.25s ease-in-out, -webkit-box-shadow;
    -moz-transition: 0.25s ease-in-out, -moz-box-shadow;
    -o-transition: 0.25s ease-in-out, box-shadow;
    transition: 0.25s ease-in-out, box-shadow;
  }
  .view-people.faculty .card > div:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .view-people.faculty .card > div:hover .info a {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  .view-people.faculty .card .content {
    padding: 20px 16px;
  }
  .view-people.faculty .card .info a {
    font-size: 16px;
    font-weight: 300;
  }
}
.view-people.director {
  position: relative;
  margin: 5.5em 0 2.25em;
}
.view-people.director:before,
.view-people.director:after {
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #f6f6f6;
}
.view-people.director:before {
  content: '';
  left: 0px;
  width: 100%;
}
.view-people.director:after {
  content: '';
  left: calc(100% + 0px);
  width: 100vw;
}
.view-people.director > * {
  position: relative;
  z-index: 1;
}
.view-people.director .card > div {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-people.director .card > div:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-people.director .card .content {
  min-height: 420px;
  padding: 2.25em 2em;
}
@media only screen and (max-width: 560px) {
  .view-people.director .card .content {
    min-height: auto;
  }
}
.view-people.director .views-row {
  margin: 0;
}
.view-people.director .portrait {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 315px;
  -ms-flex: 0 0 315px;
  flex: 0 0 315px;
  margin: -3em 0 2em;
}
.view-people.director .portrait img {
  min-width: 250px;
  max-width: 300px;
}
.view-people.director .main .title {
  font-size: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.view-people.director .main .school {
  font-weight: 300;
  margin-bottom: 10px;
}
.view-people.director .main .name {
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  .view-people.director .main .name {
    font-size: 22px;
  }
}
.view-people.director .main .name .display-title {
  font-size: 20px;
}
@media only screen and (max-width: 560px) {
  .view-people.director .main .name .display-title {
    font-size: 16px;
  }
}
.view-people.director .info {
  margin: 0.25em 0;
}
@media only screen and (max-width: 560px) {
  .view-people.director .info {
    text-align: left;
  }
}
.view-people.director .info > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.view-people.director .view-more {
  margin: 1em 0;
}
.view-people.director hr {
  margin: 1em 0;
}
@media only screen and (max-width: 560px) {
  .view-people.director .card > div {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px 25px;
  }
  .view-people.director .card .content {
    padding: 0;
  }
  .view-people.director .portrait {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .view-people.director .portrait img {
    width: 100%;
  }
  .view-people.director .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .view-people.director .content .title {
    margin-bottom: 5px;
  }
  .view-people.director .content .info {
    margin-bottom: 2em;
  }
  .view-people.director .content .c-btn {
    font-size: 14px;
  }
}
.view-people.associate-director {
  position: relative;
  margin: 5.5em 0 2.25em;
}
.view-people.associate-director:before,
.view-people.associate-director:after {
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #f6f6f6;
}
.view-people.associate-director:before {
  content: '';
  right: calc(100% + 0px);
  width: 100vw;
}
.view-people.associate-director:after {
  content: '';
  right: 0px;
  width: 100%;
}
.view-people.associate-director > * {
  position: relative;
  z-index: 1;
}
.view-people.associate-director .card > div {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-people.associate-director .card > div:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-people.associate-director .card .content {
  min-height: 420px;
  padding: 2.25em 2em;
}
@media only screen and (max-width: 560px) {
  .view-people.associate-director .card .content {
    min-height: auto;
  }
}
.view-people.associate-director .views-row {
  margin: 0;
}
.view-people.associate-director .portrait {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 315px;
  -ms-flex: 0 0 315px;
  flex: 0 0 315px;
  margin: -3em 0 2em;
}
.view-people.associate-director .portrait img {
  min-width: 250px;
  max-width: 300px;
}
.view-people.associate-director .main .title {
  font-size: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.view-people.associate-director .main .school {
  font-weight: 300;
  margin-bottom: 10px;
}
.view-people.associate-director .main .name {
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  .view-people.associate-director .main .name {
    font-size: 22px;
  }
}
.view-people.associate-director .main .name .display-title {
  font-size: 20px;
}
@media only screen and (max-width: 560px) {
  .view-people.associate-director .main .name .display-title {
    font-size: 16px;
  }
}
.view-people.associate-director .info {
  text-align: left;
  margin: 0.25em 0;
}
.view-people.associate-director .info > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.view-people.associate-director .view-more {
  margin: 1em 0;
}
.view-people.associate-director hr {
  margin: 1em 0;
}
@media only screen and (max-width: 560px) {
  .view-people.associate-director {
    padding-top: 3em;
  }
  .view-people.associate-director .card > div {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 35px 25px 0;
  }
  .view-people.associate-director .card .content {
    padding: 0;
  }
  .view-people.associate-director .portrait {
    margin-top: -6em;
  }
  .view-people.associate-director .portrait img {
    width: 100%;
  }
  .view-people.associate-director .content .title {
    margin-bottom: 5px;
  }
  .view-people.associate-director .content .info {
    margin-bottom: 2em;
  }
  .view-people.associate-director .content .c-btn {
    font-size: 14px;
  }
}
.view-people.listing.staff .views-col {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 33.33%;
  -ms-flex: 0 1 33.33%;
  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 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 25px 30px;
}
.view-people.listing.phd .views-col > div {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.view-people.listing.phd .research-areas {
  margin: 0;
  padding: 0.75em 1em;
  background: #f6f6f6;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  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;
  }
}
body.node--type-labs header h2 {
  margin: 0;
}
body.node--type-labs header table.layout-table {
  margin-bottom: 70px;
}
body.node--type-labs header .hasImage {
  position: relative;
  display: block;
}
body.node--type-labs header .hasImage .main-image {
  width: 100%;
}
body.node--type-labs header .hasImage .expand_image {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 16px;
  opacity: 0.7;
}
body.node--type-labs ul.tags {
  color: #ed1c24;
  font-weight: 700;
  list-style: none;
  margin: 20px -10px;
  padding: 0;
  zoom: 1;
}
body.node--type-labs ul.tags:before,
body.node--type-labs ul.tags:after {
  content: '';
  display: table;
}
body.node--type-labs ul.tags:after {
  clear: both;
}
body.node--type-labs ul.tags li {
  float: left;
  margin: 2px 10px;
}
body.node--type-labs ul.tags li:before {
  content: '#';
}
body.node--type-labs .caption {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
body.node--type-labs table.image-groups tr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.node--type-labs table.image-groups tr td {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  border-bottom: 0;
}
body.node--type-labs table.image-groups tr td img {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  body.node--type-labs table.image-groups tr {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.node--type-labs table.image-groups tr td {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
body.node--type-labs .related-content {
  padding: 60px 0;
}
@media only screen and (max-width: 1140px) and (min-width: 561px) {
  body.node--type-labs .related-content .related-project-wrapper .view-projects.listing .view-filters {
    position: static;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 560px) {
  body.node--type-labs .related-content .related-project-wrapper {
    margin: 0 -20px;
  }
}
body.node--type-labs .related-content .related-reference-wrapper {
  margin: 60px 0;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-filters {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  background: #f8f8f8;
  border-top: 1px solid black;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-filters::after {
  display: none;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-filters .form-radios {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5em 0;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-filters .form-radios .form-item {
  margin: 0 2em 0 0;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-filters .form-radios .form-item label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-filters .form-radios .form-item label:hover {
  color: #ed1c24;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-filters .form-radios input {
  display: none;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-filters .form-radios input[type='radio']:checked + label {
  color: #ed1c24;
  font-weight: 700;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-filters .form-actions {
  display: none;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content {
  max-width: calc(900px + 0px * 2);
  margin: 50px auto 0;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content h3 {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e7e7e7;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item .year {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  font-size: 16px;
  font-weight: 500;
  color: #ed1c24;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item .content h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item .content .body {
  font-size: 16px;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item .content .body ul {
  list-style: none;
  padding-left: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item .content .body ul li {
  position: relative;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item .content .body ul li:last-child {
  padding-bottom: 0;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item .content .body ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ed1c24;
  position: absolute;
  left: -1.2em;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item .content .body p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item .content .body a {
  word-break: break-all;
  text-decoration: underline;
  font-weight: 300;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-content .views-row .publications-item .content .body a:after {
  display: none;
}
body.node--type-labs .related-content .related-reference-wrapper .view-related-reference .view-empty {
  margin-top: 30px;
}
body.node--type-labs .related-content .related-people-wrapper.active-lab .swiper-slide.lab-head {
  display: none;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people {
  max-width: calc(1140px + 67px * 2);
  margin: 60px auto 60px;
  padding: 0;
}
@media only screen and (max-width: 1140px) {
  body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people {
    padding-left: 0;
    padding-right: 0;
  }
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .label {
  display: block;
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding: 0 67px;
}
@media only screen and (max-width: 560px) {
  body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .label {
    padding: 0;
  }
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .label span {
  color: #ed1c24;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-silder {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 67px;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-silder {
    padding-left: 0;
    padding-right: 0;
  }
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people {
  max-width: calc(1140px + -48px * 2);
  margin: 0 auto;
  padding: 0 48px 44px;
}
@media only screen and (max-width: 1140px) {
  body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people {
    padding-bottom: 0;
  }
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people:before {
  content: '';
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  background: #f6f6f6;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people .swiper-slide {
  width: auto;
  position: relative;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people .swiper-slide a[target*="blank"]:after {
  display: none;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people .swiper-slide img,
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people .swiper-slide iframe,
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people .swiper-slide video {
  display: block;
  width: auto;
  height: auto;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people .swiper-slide {
  width: auto;
  position: relative;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people .swiper-slide a[target*="blank"]:after {
  display: none;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people .swiper-slide img,
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people .swiper-slide iframe,
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .slides.related-people .swiper-slide video {
  display: block;
  width: auto;
  height: auto;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .swiper-control .swiper-button-next,
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .swiper-control .swiper-button-prev {
  margin: 0;
  color: #ed1c24;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .swiper-control .swiper-button-next:after,
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .swiper-control .swiper-button-prev:after {
  font-size: 30px;
  color: inherit;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .swiper-control .swiper-button-disabled {
  color: #cccccc;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .swiper-control .swiper-pagination {
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .swiper-control .swiper-pagination .swiper-pagination-bullet {
  background: #c0c0c0;
  width: 8px;
  height: 8px;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .swiper-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ed1c24;
}
@media only screen and (max-width: 560px) {
  body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .swiper-control .swiper-button-next {
    right: 0;
  }
  body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .swiper-control .swiper-button-prev {
    left: 0;
  }
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 560px) {
  body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-item {
    padding: 0 30px;
  }
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-item__image {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  font-size: 22px;
  font-weight: 500;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-item__image a {
  color: black;
  text-decoration: none;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-item__content {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-left: 35px;
}
@media only screen and (max-width: 560px) {
  body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-item__content {
    margin-left: 15px;
  }
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-item__content .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-item__content .name {
  font-size: 22px;
  font-weight: 500;
}
body.node--type-labs .related-content .related-people-wrapper .field--name-field-related-people .related-people-item__content .link {
  margin-top: 10px;
}
@media print, screen and (min-width: 1141px) {
  body.node--type-labs header table.offset-r td:first-child {
    width: 26em;
  }
  body.node--type-labs header .card .portrait {
    width: 40%;
    height: auto;
  }
  body.node--type-labs header .card .content {
    padding: 48px 32px;
  }
}
@media only screen and (max-width: 560px) {
  body.node--type-labs #content,
  body.node--type-labs [data-block-plugin-id='system_main_block'] {
    margin-top: 0;
  }
  body.node--type-labs header table.offset-r {
    margin: 0 0 2em;
    width: 100%;
  }
  body.node--type-labs header table.offset-r td {
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.node--type-labs header table.offset-r td + td {
    margin: 0 -20px 1em;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.node--type-labs header table.offset-r .block-image {
    position: relative;
  }
  body.node--type-labs 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%;
  }
}
.view-id-projects.view-display-id-related_project .view-filters {
  display: none;
}
.view-id-related_reference.view-display-id-related_reference .view-header {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-id-related_reference.view-display-id-related_reference .view-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-id-related_reference.view-display-id-related_reference .view-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-id-related_reference.view-display-id-related_reference .view-header .label {
  display: block;
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.view-id-related_reference.view-display-id-related_reference .view-filters {
  display: none;
}
.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-labs.listing .pager {
  text-align: center;
  padding: 0 15px;
}
.view-labs.listing .view-filters {
  margin-bottom: 60px;
}
.view-labs.listing .view-filters .bef-links {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: block;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.view-labs.listing .view-filters .bef-links::-webkit-scrollbar {
  display: none;
}
.view-labs.listing .view-filters .bef-links li,
.view-labs.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-labs.listing .view-filters .bef-links li.active,
.view-labs.listing .view-filters .bef-links .li.active {
  color: #ed1c24;
}
.view-labs.listing .view-filters .bef-links li:first-child,
.view-labs.listing .view-filters .bef-links .li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-labs.listing .view-filters .bef-links li a,
.view-labs.listing .view-filters .bef-links .li a {
  padding: 1em 0;
}
.view-labs.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-labs.listing .view-filters .bef-links > div.active {
  color: #ed1c24;
}
.view-labs.listing .view-filters .bef-links > div:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-labs.listing .view-filters .bef-links > div a {
  padding: 1em 0;
}
.view-labs.listing .view-filters .form-item {
  float: none;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] .form-radios {
  display: flex;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] .form-radios .form-item {
  flex: 0 1 50%;
  height: 60px;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] .form-radios .form-item {
    height: 50px;
    margin-bottom: 0;
  }
}
.view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] .form-radios .form-item:last-child {
  margin-right: 0;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] .form-radios .form-item label {
  cursor: pointer;
  display: block;
  font-size: 22px;
  color: #686868;
  background: #f6f6f6;
  line-height: 60px;
  height: 60px;
}
@media only screen and (max-width: 560px) {
  .view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] .form-radios .form-item label {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}
.view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] .form-radios .form-item 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;
}
@media only screen and (max-width: 560px) {
  .view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] .form-radios .form-item input[type='radio']:checked + label {
    font-weight: bold;
    height: 48px;
    line-height: 48px;
  }
}
.view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] .form-radios .form-item input,
.view-labs.listing .view-filters fieldset[data-drupal-selector^='edit-field-lab-inactive-date-value'] .form-radios .form-item:first-child {
  display: none;
}
.view-labs.listing .view-filters .form-actions {
  display: none;
}
.view-labs.listing .view-content > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-labs.listing .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-labs.listing .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-labs.listing .views-row {
  margin: 0 -10px;
}
.view-labs.listing .views-col {
  width: 50%;
  padding: 10px;
}
.view-labs.listing .views-col:hover .content {
  background: #f6f6f6;
  border-color: black;
}
.view-labs.listing .content {
  padding: 24px;
  border-bottom: 2px solid transparent;
  transition: 0.25s ease-in-out;
  transition-property: background, border-color;
}
.view-labs.listing .view-filters-d {
  font-size: 16px;
  font-weight: 300;
  position: fixed;
  right: 0;
  height: 448px;
  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-labs.listing .view-filters-d label {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0.25em;
}
.view-labs.listing .view-filters-d .link {
  display: block;
  text-transform: uppercase;
}
.view-labs.listing .view-filters-d .active {
  font-weight: 700;
  color: #ed1c24;
}
.view-labs.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-labs.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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/menu-dropdown.svg');
}
.view-labs.listing .view-filters .form-type-select:after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.view-labs.listing .view-filters select {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 auto;
  padding: 0 1em;
  border: none;
  outline: none;
}
.view-labs.listing .view-filters select::-ms-expand {
  display: none;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1140px) {
  .view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"]:before,
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"]:after {
  display: block;
  position: absolute;
  top: 24px;
  height: 100%;
  background: #ed1c24;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"]:before {
  content: '';
  right: calc(100% + -20%);
  width: 100vw;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"]:after {
  content: '';
  right: -20%;
  width: 100%;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] > * {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 560px) {
  .view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] div[id^='edit-research-type'] .form-radios {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  background: #f8f8f8;
  border-top: 1px solid black;
  padding: 0 20px;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] div[id^='edit-research-type'] .form-radios .form-type-radio {
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0 1em 1em;
  padding-right: 1em;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] div[id^='edit-research-type'] .form-radios .form-type-radio:last-child {
  padding-right: 2em;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] div[id^='edit-research-type'] .form-radios .form-type-radio label {
  display: block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] div[id^='edit-research-type'] .form-radios .form-type-radio input {
  display: none;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] div[id^='edit-research-type'] .form-radios .form-type-radio input:checked + label {
  color: #ed1c24;
  font-weight: bold;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] div[id^='edit-research-type'] .form-radios .menu {
  text-align: left;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] div[id^='edit-research-type'] .form-radios .menu li {
  border-left: 0;
  margin: 1em 0 1em 1em;
}
.view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] div[id^='edit-research-type'] .form-radios .menu li .bef-link-active a {
  color: #ed1c24;
  font-weight: bold;
}
@media only screen and (max-width: 560px) {
  .view-labs.listing .view-filters fieldset[data-drupal-selector="edit-research-type"] div[id^='edit-research-type'] .form-radios .menu li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  .view-labs.listing .views-row {
    display: block;
  }
  .view-labs.listing .views-col {
    width: auto;
  }
  .view-labs.listing .content {
    padding: 1em 0 0;
  }
  .view-labs.listing .type {
    font-size: 12px;
  }
}
body.node--type-projects header h2 {
  margin: 0;
}
body.node--type-projects header .hasImage {
  position: relative;
  display: block;
}
body.node--type-projects header .hasImage .main-image {
  width: 100%;
}
body.node--type-projects header .hasImage .expand_image {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 16px;
  opacity: 0.7;
}
body.node--type-projects ul.tags {
  color: #ed1c24;
  font-weight: 700;
  list-style: none;
  margin: 20px -10px;
  padding: 0;
  zoom: 1;
}
body.node--type-projects ul.tags:before,
body.node--type-projects ul.tags:after {
  content: '';
  display: table;
}
body.node--type-projects ul.tags:after {
  clear: both;
}
body.node--type-projects ul.tags li {
  float: left;
  margin: 2px 10px;
}
body.node--type-projects ul.tags li:before {
  content: '#';
}
body.node--type-projects .caption {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
body.node--type-projects table.image-groups tr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.node--type-projects table.image-groups tr td {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  border-bottom: 0;
}
body.node--type-projects table.image-groups tr td img {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  body.node--type-projects table.image-groups tr {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.node--type-projects table.image-groups tr td {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media print, screen and (min-width: 1141px) {
  body.node--type-projects header table.offset-r td:first-child {
    width: 26em;
  }
  body.node--type-projects header .card .portrait {
    width: 40%;
    height: auto;
  }
  body.node--type-projects header .card .content {
    padding: 48px 32px;
  }
}
@media only screen and (max-width: 560px) {
  body.node--type-projects #content,
  body.node--type-projects [data-block-plugin-id='system_main_block'] {
    margin-top: 0;
  }
  body.node--type-projects header table.offset-r {
    margin: 0 0 2em;
    width: 100%;
  }
  body.node--type-projects header table.offset-r td {
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.node--type-projects header table.offset-r td + td {
    margin: 0 -20px 1em;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.node--type-projects header table.offset-r .block-image {
    position: relative;
  }
  body.node--type-projects 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%;
  }
}
.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-projects.listing .pager {
  text-align: center;
  padding: 0 15px;
}
.view-projects.listing .view-filters {
  margin-bottom: 60px;
}
.view-projects.listing .view-filters .bef-links {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: block;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.view-projects.listing .view-filters .bef-links::-webkit-scrollbar {
  display: none;
}
.view-projects.listing .view-filters .bef-links li,
.view-projects.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-projects.listing .view-filters .bef-links li.active,
.view-projects.listing .view-filters .bef-links .li.active {
  color: #ed1c24;
}
.view-projects.listing .view-filters .bef-links li:first-child,
.view-projects.listing .view-filters .bef-links .li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-projects.listing .view-filters .bef-links li a,
.view-projects.listing .view-filters .bef-links .li a {
  padding: 1em 0;
}
.view-projects.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-projects.listing .view-filters .bef-links > div.active {
  color: #ed1c24;
}
.view-projects.listing .view-filters .bef-links > div:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.view-projects.listing .view-filters .bef-links > div a {
  padding: 1em 0;
}
.view-projects.listing .view-filters .form-item {
  float: none;
}
.view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] .form-radios {
  display: flex;
}
.view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] .form-radios .form-item {
  flex: 0 1 50%;
  height: 60px;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] .form-radios .form-item {
    height: 50px;
    margin-bottom: 0;
  }
}
.view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] .form-radios .form-item:last-child {
  margin-right: 0;
}
.view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] .form-radios .form-item label {
  cursor: pointer;
  display: block;
  font-size: 22px;
  color: #686868;
  background: #f6f6f6;
  line-height: 60px;
  height: 60px;
}
@media only screen and (max-width: 560px) {
  .view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] .form-radios .form-item label {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}
.view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] .form-radios .form-item 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;
}
@media only screen and (max-width: 560px) {
  .view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] .form-radios .form-item input[type='radio']:checked + label {
    font-weight: bold;
    height: 48px;
    line-height: 48px;
  }
}
.view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] .form-radios .form-item input,
.view-projects.listing .view-filters fieldset[data-drupal-selector^='edit-archive'] .form-radios .form-item:first-child {
  display: none;
}
.view-projects.listing .view-filters .form-actions {
  display: none;
}
.view-projects.listing .view-header {
  margin: 70px 0;
}
@media only screen and (max-width: 560px) {
  .view-projects.listing .view-header {
    margin: 30px 0 65px;
  }
}
.view-projects.listing .view-content > div {
  max-width: calc(1140px + 5px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-projects.listing .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-projects.listing .view-content > div > .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.view-projects.listing .views-row {
  width: 50%;
}
@media only screen and (max-width: 560px) {
  .view-projects.listing .views-row {
    width: 100%;
  }
}
.view-projects.listing .views-field {
  padding: 0px 5px 10px;
}
.view-projects.listing .views-field .block-image img {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .view-projects.listing .views-field {
    width: 100%;
    padding: 0 0 30px;
  }
}
.view-projects.listing .views-field:hover .content {
  background: #f6f6f6;
  border-color: black;
}
.view-projects.listing .content {
  padding: 24px;
  border-bottom: 2px solid transparent;
  transition: 0.25s ease-in-out;
  transition-property: background, border-color;
}
.view-projects.listing .content p a {
  font-size: 16px;
  font-weight: 300;
}
.view-projects.listing.related-project .view-header {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-projects.listing.related-project .view-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-projects.listing.related-project .view-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-projects.listing.related-project .view-header .label {
  display: block;
  font-family: 'JeanLuc', 'Roboto', 'Noto Sans HK', 'Microsoft JhengHei', '微軟正黑體', 'arial', sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.view-projects.listing.related-project .view-content .views-row {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 560px) {
  .view-projects.listing.related-project .view-content .views-row {
    flex-direction: column;
  }
}
.view-projects.listing.related-project .view-content .views-row .views-col {
  width: 33.33%;
  padding: 0;
}
@media only screen and (max-width: 560px) {
  .view-projects.listing.related-project .view-content .views-row .views-col {
    width: 100%;
    padding: 20px 0;
  }
}
.view-projects.listing.related-project .view-content .views-row .views-field {
  padding: 10px 5px;
}
@media only screen and (max-width: 560px) {
  .view-projects.listing.related-project .view-content .views-row .views-field {
    width: 100%;
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 560px) {
  .view-projects.listing.related-project .view-content .views-view-grid {
    width: 100%;
  }
}
@media print, screen and (min-width: 1141px) {
  .view-projects.listing .view-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-projects.listing .view-header .sticky-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  .view-projects.listing .views-row {
    display: block;
  }
  .view-projects.listing .views-col {
    width: auto;
  }
  .view-projects.listing .content {
    padding: 1em 1em 0;
  }
  .view-projects.listing .type {
    font-size: 12px;
  }
}
.view-projects.listing.show-archive .views-row:nth-child(5n + 3),
.view-projects.listing.show-archive .views-row:nth-child(5n + 4),
.view-projects.listing.show-archive .views-row:nth-child(5n + 5) {
  width: 33.33%;
}
@media only screen and (max-width: 560px) {
  .view-projects.listing.show-archive .views-row:nth-child(5n + 3),
  .view-projects.listing.show-archive .views-row:nth-child(5n + 4),
  .view-projects.listing.show-archive .views-row:nth-child(5n + 5) {
    width: 100%;
  }
}
body.node--type-publications header {
  color: white;
  margin: 0 0 60px;
  background: center center / cover no-repeat #545454;
}
body.node--type-publications header > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 30px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  body.node--type-publications header > div {
    padding-left: 0;
    padding-right: 0;
  }
}
body.node--type-publications header .breadcrumb {
  margin: 0 0 20px;
  font-weight: 300;
}
body.node--type-publications header h3 {
  margin: 0 0 15px;
}
body.node--type-publications header h3 + p {
  margin-top: 0;
}
body.node--type-publications header .publications-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.node--type-publications header .publications-item .year {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  font-size: 30px;
  font-weight: 500;
  color: #ed1c24;
}
body.node--type-publications header .publications-item .publications-lab {
  display: inline-block;
  color: #ed1c24;
  font-weight: 500;
  margin-right: 15px;
  padding: 0.5em 1em 0.5em 0;
}
body.node--type-publications header .publications-item .publications-type {
  display: inline-block;
  font-weight: 100;
  color: black;
  border: 1px solid #E6E6E6;
  background-color: #F3F3F3;
  padding: 0.5em 1em;
}
body.node--type-publications header .publication-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.node--type-publications header .publication-group div {
  font-size: 16px;
  line-height: 1.2;
  padding: 0.5em 1em;
}
body.node--type-publications .field--name-body {
  margin: 0 0 60px;
}
@media only screen and (max-width: 1140px) {
  body.node--type-publications header {
    margin: 0 -20px 80px;
    padding: 0 40px;
  }
}
.view-publications .publications-item,
.view-research-grants .publications-item,
.view-exhibitions .publications-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
}
.view-publications .publications-item .year,
.view-research-grants .publications-item .year,
.view-exhibitions .publications-item .year {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  font-size: 16px;
  font-weight: 500;
  color: #ed1c24;
}
@media only screen and (max-width: 560px) {
  .view-publications .publications-item .year,
  .view-research-grants .publications-item .year,
  .view-exhibitions .publications-item .year {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}
.view-publications .publications-item .content,
.view-research-grants .publications-item .content,
.view-exhibitions .publications-item .content {
  margin-bottom: 2em;
}
@media only screen and (max-width: 560px) {
  .view-publications .publications-item .content,
  .view-research-grants .publications-item .content,
  .view-exhibitions .publications-item .content {
    width: calc(100% - 60px);
  }
}
.view-publications .publications-item .content h5,
.view-research-grants .publications-item .content h5,
.view-exhibitions .publications-item .content h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
.view-publications .publications-item .content .publications-lab,
.view-research-grants .publications-item .content .publications-lab,
.view-exhibitions .publications-item .content .publications-lab {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #ed1c24;
}
.view-publications .publications-item .content .publications-type,
.view-research-grants .publications-item .content .publications-type,
.view-exhibitions .publications-item .content .publications-type {
  display: inline-block;
  font-size: 16px;
  font-weight: 100;
  background-color: #F3F3F3;
  border: 1px solid #E6E6E6;
  padding: 0.2em 0.6em;
  margin: 0 0.5em;
}
@media only screen and (max-width: 560px) {
  .view-publications .publications-item .content .publications-type,
  .view-research-grants .publications-item .content .publications-type,
  .view-exhibitions .publications-item .content .publications-type {
    margin: 0;
  }
}
.view-publications .publications-item .content .body,
.view-research-grants .publications-item .content .body,
.view-exhibitions .publications-item .content .body {
  font-size: 16px;
  margin-top: 1em;
}
.view-publications .publications-item .content .body ul,
.view-research-grants .publications-item .content .body ul,
.view-exhibitions .publications-item .content .body ul {
  list-style: none;
  padding-left: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.view-publications .publications-item .content .body ul li,
.view-research-grants .publications-item .content .body ul li,
.view-exhibitions .publications-item .content .body ul li {
  position: relative;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.view-publications .publications-item .content .body ul li:last-child,
.view-research-grants .publications-item .content .body ul li:last-child,
.view-exhibitions .publications-item .content .body ul li:last-child {
  padding-bottom: 0;
}
.view-publications .publications-item .content .body ul li:before,
.view-research-grants .publications-item .content .body ul li:before,
.view-exhibitions .publications-item .content .body ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ed1c24;
  position: absolute;
  left: -1.2em;
}
.view-publications .publications-item .content .body p,
.view-research-grants .publications-item .content .body p,
.view-exhibitions .publications-item .content .body p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.view-publications .publications-item .content .body a,
.view-research-grants .publications-item .content .body a,
.view-exhibitions .publications-item .content .body a {
  word-break: break-all;
  text-decoration: underline;
}
.view-publications .publications-item .content .body a:after,
.view-research-grants .publications-item .content .body a:after,
.view-exhibitions .publications-item .content .body a:after {
  display: none;
}
.view-publications.listing .pager,
.view-related-reference.listing .pager,
.view-research-grants.listing .pager,
.view-exhibitions.listing .pager {
  text-align: center;
  padding: 0 15px;
}
.view-publications.listing .view-empty,
.view-related-reference.listing .view-empty,
.view-research-grants.listing .view-empty,
.view-exhibitions.listing .view-empty {
  margin-top: 30px;
}
.view-publications.listing .view-content,
.view-related-reference.listing .view-content,
.view-research-grants.listing .view-content,
.view-exhibitions.listing .view-content {
  margin-top: 70px;
}
@media only screen and (max-width: 560px) {
  .view-publications.listing .view-content,
  .view-related-reference.listing .view-content,
  .view-research-grants.listing .view-content,
  .view-exhibitions.listing .view-content {
    margin-top: 0;
  }
}
.view-publications.listing .view-content > div,
.view-related-reference.listing .view-content > div,
.view-research-grants.listing .view-content > div,
.view-exhibitions.listing .view-content > div {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1140px) {
  .view-publications.listing .view-content > div,
  .view-related-reference.listing .view-content > div,
  .view-research-grants.listing .view-content > div,
  .view-exhibitions.listing .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .view-publications.listing .view-content > div,
  .view-related-reference.listing .view-content > div,
  .view-research-grants.listing .view-content > div,
  .view-exhibitions.listing .view-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-publications.listing .views-row,
.view-related-reference.listing .views-row,
.view-research-grants.listing .views-row,
.view-exhibitions.listing .views-row {
  margin: 0 -10px;
}
.view-publications.listing .view-filters,
.view-related-reference.listing .view-filters,
.view-research-grants.listing .view-filters,
.view-exhibitions.listing .view-filters {
  position: relative;
  margin-bottom: 30px;
}
.view-publications.listing .view-filters:after,
.view-related-reference.listing .view-filters:after,
.view-research-grants.listing .view-filters:after,
.view-exhibitions.listing .view-filters:after {
  content: '';
  position: absolute;
  background-color: #f8f8f8;
  width: 100%;
  height: 80px;
  bottom: -30px;
  z-index: -1;
}
@media only screen and (max-width: 560px) {
  .view-publications.listing .view-filters:after,
  .view-related-reference.listing .view-filters:after,
  .view-research-grants.listing .view-filters:after,
  .view-exhibitions.listing .view-filters:after {
    top: 25px;
    left: -20px;
    width: calc(100% + 40px);
    height: 70%;
  }
}
.view-publications.listing .view-filters .views-exposed-form,
.view-related-reference.listing .view-filters .views-exposed-form,
.view-research-grants.listing .view-filters .views-exposed-form,
.view-exhibitions.listing .view-filters .views-exposed-form {
  max-width: calc(1140px + 0px * 2);
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 560px) {
  .view-publications.listing .view-filters .views-exposed-form,
  .view-related-reference.listing .view-filters .views-exposed-form,
  .view-research-grants.listing .view-filters .views-exposed-form,
  .view-exhibitions.listing .view-filters .views-exposed-form {
    padding: 0;
  }
}
.view-publications.listing .view-filters .views-exposed-form > div,
.view-related-reference.listing .view-filters .views-exposed-form > div,
.view-research-grants.listing .view-filters .views-exposed-form > div,
.view-exhibitions.listing .view-filters .views-exposed-form > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
@media only screen and (max-width: 560px) {
  .view-publications.listing .view-filters .views-exposed-form > div,
  .view-related-reference.listing .view-filters .views-exposed-form > div,
  .view-research-grants.listing .view-filters .views-exposed-form > div,
  .view-exhibitions.listing .view-filters .views-exposed-form > div {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .view-publications.listing .view-filters .views-exposed-form > div .form-type-select,
  .view-related-reference.listing .view-filters .views-exposed-form > div .form-type-select,
  .view-research-grants.listing .view-filters .views-exposed-form > div .form-type-select,
  .view-exhibitions.listing .view-filters .views-exposed-form > div .form-type-select {
    width: 100%;
    height: 50px;
    margin: 0 0 1em;
  }
  .view-publications.listing .view-filters .views-exposed-form > div .form-actions,
  .view-related-reference.listing .view-filters .views-exposed-form > div .form-actions,
  .view-research-grants.listing .view-filters .views-exposed-form > div .form-actions,
  .view-exhibitions.listing .view-filters .views-exposed-form > div .form-actions {
    margin: 0;
    text-align: right;
  }
}
.view-publications.listing .view-filters .form-type-select,
.view-related-reference.listing .view-filters .form-type-select,
.view-research-grants.listing .view-filters .form-type-select,
.view-exhibitions.listing .view-filters .form-type-select {
  position: relative;
  width: 50%;
  height: 60px;
  float: none;
  line-height: 1;
  margin: 1em 10px 1em 0;
  border: none;
  border-radius: 0.5em;
  background: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: 0.25s ease-in-out, color;
  -moz-transition: 0.25s ease-in-out, color;
  -o-transition: 0.25s ease-in-out, color;
  transition: 0.25s ease-in-out, color;
  cursor: pointer;
}
.view-publications.listing .view-filters .form-type-select:after,
.view-related-reference.listing .view-filters .form-type-select:after,
.view-research-grants.listing .view-filters .form-type-select:after,
.view-exhibitions.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;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: center center / contain no-repeat url('../img/icons/menu-dropdown.svg');
}
.view-publications.listing .view-filters .form-type-select:after,
.view-related-reference.listing .view-filters .form-type-select:after,
.view-research-grants.listing .view-filters .form-type-select:after,
.view-exhibitions.listing .view-filters .form-type-select:after {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.view-publications.listing .view-filters label,
.view-related-reference.listing .view-filters label,
.view-research-grants.listing .view-filters label,
.view-exhibitions.listing .view-filters label {
  font-weight: 700;
  white-space: nowrap;
}
.view-publications.listing .view-filters select,
.view-related-reference.listing .view-filters select,
.view-research-grants.listing .view-filters select,
.view-exhibitions.listing .view-filters select {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 1em;
  border: none;
  outline: none;
  width: 100%;
}
.view-publications.listing .view-filters select::-ms-expand,
.view-related-reference.listing .view-filters select::-ms-expand,
.view-research-grants.listing .view-filters select::-ms-expand,
.view-exhibitions.listing .view-filters select::-ms-expand {
  display: none;
}
.view-publications.listing .view-filters .form-actions .form-submit,
.view-related-reference.listing .view-filters .form-actions .form-submit,
.view-research-grants.listing .view-filters .form-actions .form-submit,
.view-exhibitions.listing .view-filters .form-actions .form-submit {
  height: 60px;
  width: 60px;
  padding: 5px 15px;
  background: #ed1c24;
  border: 0 none;
  cursor: pointer;
  font-size: 0;
  background-image: url(../img/icons/search.svg);
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 560px) {
  .view-publications.listing .view-filters .form-actions .form-submit,
  .view-related-reference.listing .view-filters .form-actions .form-submit,
  .view-research-grants.listing .view-filters .form-actions .form-submit,
  .view-exhibitions.listing .view-filters .form-actions .form-submit {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 561px) {
  .view-publications.listing .view-filters .form-type-select,
  .view-related-reference.listing .view-filters .form-type-select,
  .view-research-grants.listing .view-filters .form-type-select,
  .view-exhibitions.listing .view-filters .form-type-select {
    position: relative;
  }
}
@media only screen and (max-width: 560px) {
  .view-publications.listing .view-filters .form-type-select,
  .view-related-reference.listing .view-filters .form-type-select,
  .view-research-grants.listing .view-filters .form-type-select,
  .view-exhibitions.listing .view-filters .form-type-select {
    margin: 4em 0 0;
    position: relative;
  }
  .view-publications.listing .views-row,
  .view-related-reference.listing .views-row,
  .view-research-grants.listing .views-row,
  .view-exhibitions.listing .views-row {
    display: block;
  }
  .view-publications.listing .views-col,
  .view-related-reference.listing .views-col,
  .view-research-grants.listing .views-col,
  .view-exhibitions.listing .views-col {
    width: auto;
  }
  .view-publications.listing .type,
  .view-related-reference.listing .type,
  .view-research-grants.listing .type,
  .view-exhibitions.listing .type {
    font-size: 12px;
  }
}
/*# sourceMappingURL=styles.css.map */