body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.logo-row-inline {
  display: inline-block;
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-toggle-nav {
  padding: 0px;
}

.dropdown-toggle-nav.w--open {
  padding-bottom: 0px;
}

.reveal-title {
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  color: #036;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.reveal-top-arrow {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}

.menu-logo-row {
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-dropdown {
  z-index: 9999;
  display: none;
  height: 40px;
  margin-left: 12px;
  float: right;
}

.menu-button.w--open {
  background-color: transparent;
}

.line-3 {
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background-color: #555;
}

.more-links-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 15px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.dropdown-links {
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #036;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: none;
}

.dropdown-links:hover {
  padding-bottom: 9px;
  border-bottom-width: 4px;
  border-bottom-color: #036;
}

.dropdown-links.w--current {
  color: #036;
}

.scroll-spacer-a {
  height: 5px;
}

.icon {
  margin-top: 12.5px;
  margin-right: auto;
  margin-bottom: auto;
  color: #fff;
}

.more-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-navbar {
  background-color: transparent;
}

.top-bar {
  height: 40px;
  background-color: #036;
}

.main-menu-div {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 130px;
  min-width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(75%, #fff), color-stop(84%, hsla(0, 0%, 100%, 0.9)), color-stop(88%, hsla(0, 0%, 100%, 0.85)), color-stop(92%, hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, #fff 75%, hsla(0, 0%, 100%, 0.9) 84%, hsla(0, 0%, 100%, 0.85) 88%, hsla(0, 0%, 100%, 0.65) 92%, hsla(0, 0%, 100%, 0));
}

.hkust-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  margin-right: 15px;
  padding-right: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #036;
}

.lang-dropdown-toggle {
  height: 40px;
  padding-top: 14px;
  padding-right: 18px;
  padding-left: 25px;
  background-image: url('../images/lang-icon-t.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-weight: 400;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 10px;
  margin-left: -5px;
  background-color: #fff;
}

.dropdown-list.last.w--open {
  left: auto;
  top: 30px;
  right: 0%;
  bottom: auto;
}

.max100p-w {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4vw;
  padding-left: 4vw;
}

.menu-nav-row {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.burger-wrapper {
  position: relative;
  z-index: 201;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.burger-wrapper.white-box {
  width: 55px;
  height: 55px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}

.hkust-logo {
  width: 215px;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  width: 100%;
}

.mobile-search {
  display: none;
  width: 35px;
  height: 40px;
  margin-left: 15px;
  padding-right: 15px;
  float: right;
  text-align: right;
  cursor: pointer;
}

.reveal-content {
  max-width: 1020px;
  min-height: 180px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px 20px;
  letter-spacing: 1px;
}

.scroll-trans-bg-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8;
  display: none;
  width: 100%;
  height: 0px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.scroll-trans-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8;
  display: none;
  width: 100%;
  height: 170px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.nav-menu {
  color: #036;
}

.header-reveal-spacer {
  width: 100%;
  height: 0px;
  background-color: #fff;
}

.reveal-top-btn {
  width: 65px;
  height: 40px;
  float: right;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}

.site-logo {
  width: 340px;
}

.top-bar-link {
  max-width: 300px;
  margin-top: 10px;
  margin-right: 15px;
  float: right;
  font-family: Muli, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.top-bar-link:hover {
  border-bottom: 1px solid #fff;
}

.scroll-spacer-b {
  height: 10px;
}

.site-logo-link {
  text-decoration: none;
}

.line-2 {
  width: 24px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 1px;
  background-color: #555;
}

.top-bar-inner-div {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.logo-search-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-row-flex {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-main-text {
  color: #036;
}

.dropdown-main-text.w--current {
  color: #036;
}

.menu-nav-link {
  display: inline-block;
  margin-left: 14px;
  padding: 10px 5px;
  font-family: Muli, sans-serif;
  color: #036;
  font-size: 18.5px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-nav-link:hover {
  padding-bottom: 6px;
  border-bottom: 4px solid #036;
}

.reveal-full-div {
  display: none;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  box-shadow: inset 0 -26px 12px -25px rgba(0, 0, 0, 0.65);
}

.menu-drop-icon {
  color: #036;
}

.header-section {
  overflow: hidden;
  width: 100%;
}

.more-links {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.more-links:hover {
  color: #036;
  text-decoration: underline;
}

.line-1 {
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background-color: #555;
}

.search-icon-open {
  margin-top: 11px;
  float: right;
}

.lang-select {
  z-index: 99999;
  background-color: #036;
  color: #fff;
}

.lang-select:hover {
  background-color: #002142;
}

.lang-select.w--current {
  background-color: #002142;
  color: #fff;
}

.menu-container {
  width: 100%;
  min-width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.lang-list {
  top: 35px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.lang-list.w--open {
  top: 40px;
  z-index: 9999;
  min-width: 100px;
}

.main-content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  margin-top: 0px;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.footer-socal-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-links-left {
  margin-right: 30px;
  font-family: Muli, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.footer-links-left:hover {
  text-decoration: underline;
}

.hkust-footer-logo {
  margin-top: -5px;
  margin-right: 20px;
}

.footer-div {
  min-height: 10vh;
  padding-top: 18px;
  padding-bottom: 5px;
  border-top: 0px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#036), to(#036));
  background-image: linear-gradient(180deg, #036, #036);
}

.footer-social {
  margin-left: 10px;
}

.footer-social:hover {
  opacity: 0.6;
}

.footer-main-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links-mo {
  margin-right: 30px;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.footer-links-mo:hover {
  text-decoration: underline;
}

.footer-follow {
  margin-right: 5px;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.footer-left-inner {
  display: inline-block;
}

.arr {
  margin-left: 5px;
}

.footer-mobile-only-nav {
  display: none;
}

.footer-copyright {
  margin-top: 5px;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.home-content-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-content-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-content-column.right-40 {
  width: 40%;
  padding-top: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f1b628;
}

.home-content-column.left-60 {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cbe-home-logo-div {
  height: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.theme-menu-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  min-height: 80px;
  padding: 10px 25px 10px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.theme-menu-rows.m-academic {
  background-color: #d90035;
}

.theme-menu-rows.m-people {
  background-color: #3766a8;
}

.theme-menu-rows.m-about {
  background-color: #f1b628;
}

.theme-menu-rows.m-research {
  background-color: #7b3888;
}

.theme-menu-rows.m-news {
  background-color: #7eb859;
}

.theme-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-content-icon {
  width: 40px;
  height: 40px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.menu-content-icon.m-about-icon {
  background-image: url('../images/magnifying-glass.svg');
  background-size: contain;
}

.menu-content-icon.m-people-icon {
  background-image: url('../images/avatar.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-content-icon.m-academic-icon {
  margin-top: -3px;
  background-image: url('../images/university-graduate-hat.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-content-icon.m-research-icon {
  background-image: url('../images/flask.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-content-icon.m-news-icon {
  background-image: url('../images/small-calendar.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.menu-big-title {
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  text-align: right;
}

.menu-sub-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.menu-sub-links {
  margin-right: 9px;
  margin-bottom: 5px;
  padding-right: 9px;
  border-right: 1px solid #fff;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 16.5px;
  line-height: 18px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.menu-sub-links:hover {
  text-decoration: underline;
}

.menu-sub-links.last-link {
  margin-right: 0px;
  padding-right: 0px;
  border-right-style: none;
}

.cbe-social-div {
  position: absolute;
  left: 40px;
  top: 60px;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cbe-social-icons {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 8px 0 hsla(0, 0%, 100%, 0.4);
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cbe-social-icons:hover {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
}

.cbe-social-icons.s-rss {
  background-image: url('../images/rss-symbol-w.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.cbe-social-icons.m-youtube {
  background-image: url('../images/s-icon-youtube-ss-w.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.cbe-social-icons.m-ig {
  background-image: url('../images/s-icon-ig-ss-w.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.cbe-home-logo {
  height: 100%;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/cbe-logo.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.cbe-home-loop-image {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cbe-left-arrow {
  display: none;
}

.cbe-right-arrow {
  display: none;
}

.loop-img-1 {
  background-image: url('../images/home-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loop-img-2 {
  background-image: url('../images/cbe-photo-img_1_l.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loop-img-3 {
  background-image: url('../images/cbe-photo-img_2_l.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loop-img-4 {
  background-image: url('../images/cbe-photo-img_3_l.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  height: 100%;
}

.link-block {
  width: 35px;
  height: 35px;
  background-image: url('../images/search-solid.svg');
  background-position: 100% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.link-block:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .logo-row-inline {
    width: 80%;
  }
  .reveal-top-arrow {
    margin-top: 11px;
  }
  .menu-logo-row {
    display: block;
    padding-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .lang-dropdown {
    height: 30px;
  }
  .menu-button {
    display: block;
    padding: 10px 0px 10px 5px;
  }
  .more-links-flex {
    width: 50%;
  }
  .dropdown-links:hover {
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }
  .icon {
    margin-top: 8.5px;
    margin-bottom: auto;
  }
  .top-bar {
    height: 30px;
  }
  .main-menu-div {
    height: 85px;
    min-height: 85px;
    background-color: #fff;
  }
  .hkust-logo-link {
    margin-right: 15px;
    padding-right: 15px;
  }
  .lang-dropdown-toggle {
    height: 30px;
    padding-bottom: 16px;
  }
  .dropdown-list.w--open {
    margin-top: 10px;
    margin-left: -10px;
  }
  .max100p-w {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-nav-row {
    position: relative;
    top: -70px;
    display: block;
    margin-right: -10px;
    margin-left: -10px;
  }
  .mobile-search {
    display: block;
    height: 30px;
    padding-right: 8px;
  }
  .scroll-trans-bg-mobile {
    display: block;
    height: 115px;
  }
  .scroll-trans-bg {
    display: none;
  }
  .nav-menu {
    position: absolute;
    width: 100%;
    height: 75vh;
    max-width: 100%;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 15px solid #036;
    background-color: #fff;
  }
  .reveal-top-btn {
    height: 30px;
  }
  .top-bar-link {
    margin-top: 5px;
  }
  .scroll-spacer-b {
    height: 0px;
  }
  .logo-search-flex {
    margin-top: 0px;
  }
  .menu-nav-link {
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
  }
  .menu-nav-link:hover {
    padding-bottom: 13px;
  }
  .search-icon-open {
    margin-top: 5px;
  }
  .menu-container {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .lang-list.w--open {
    top: 30px;
  }
  .main-content-section {
    min-height: 100vh;
    margin-top: 0px;
    padding-top: 115px;
  }
  .footer-socal-div {
    margin-bottom: 20px;
  }
  .footer-right-div {
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-links-left {
    display: none;
    margin-right: 20px;
    margin-left: 20px;
  }
  .hkust-footer-logo {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-div {
    padding-bottom: 20px;
  }
  .footer-social {
    margin-right: 10px;
  }
  .footer-main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .footer-links-mo {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-follow {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .footer-left-inner {
    width: 100%;
    text-align: center;
  }
  .arr {
    display: block;
    margin-left: 0px;
  }
  .footer-mobile-only-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-copyright {
    width: 100%;
  }
  .home-content-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .home-content-column.right-40 {
    padding-top: 0px;
  }
  .cbe-home-logo-div {
    background-image: none;
  }
  .menu-sub-links {
    margin-right: 6px;
    padding-right: 6px;
    font-size: 14.5px;
  }
  .cbe-social-div {
    left: 20px;
    top: 35px;
  }
  .cbe-home-logo {
    margin-right: 20px;
    background-position: 0% 50%;
  }
  .link-block {
    display: none;
  }
}

@media (max-width: 767px) {
  .lang-dropdown {
    margin-right: 0px;
  }
  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hkust-logo-link {
    margin-right: 12px;
    padding-right: 12px;
  }
  .max100p-w {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-nav-row {
    top: -68px;
  }
  .reveal-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .scroll-trans-bg-mobile {
    height: 82px;
  }
  .logo-search-flex {
    margin-top: 0px;
  }
  .main-content-section {
    min-height: auto;
  }
  .footer-links-left {
    margin-right: 25px;
  }
  .footer-main-row {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-content-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-content-column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-content-column.right-40 {
    width: 100%;
  }
  .home-content-column.left-60 {
    width: 100%;
  }
  .theme-menu-rows {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }
  .menu-sub-links {
    margin-right: 6px;
    padding-right: 6px;
    font-size: 15px;
    line-height: 16px;
  }
  .cbe-social-div {
    top: 20px;
  }
  .mask {
    height: 60vw;
  }
}

@media (max-width: 479px) {
  .more-links-flex {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .hkust-logo-link {
    margin-right: 3px;
    padding-right: 3px;
  }
  .hkust-logo {
    padding-right: 3px;
  }
  .mobile-search {
    margin-left: 10px;
  }
  .site-logo {
    padding-left: 2px;
  }
  .top-bar-link {
    margin-right: 12px;
  }
  .logo-search-flex {
    margin-top: 0px;
  }
  .more-links {
    font-size: 11px;
    line-height: 14px;
  }
  .footer-links-left {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .footer-links-mo {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-copyright {
    font-size: 11px;
    text-align: center;
  }
  .theme-menu-rows.m-about {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-sub-links {
    font-size: 13px;
    line-height: 17px;
  }
  .cbe-home-logo {
    margin-right: 5px;
    margin-left: 5px;
  }
  .mask {
    height: 60vw;
  }
}

