@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/muli-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Muli Regular'), local('Muli-Regular'), url('../fonts/muli-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/muli-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/muli-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/muli-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/muli-v11-latin-regular.svg#Muli') format('svg');
  /* Legacy iOS */
}
.footer {
  width: 100%;
  color: #fff;
  background-color: #003366;
  overflow: hidden;
}
.footer .desktop {
  display: block;
}
.footer .mobile {
  display: none;
}
.footer .content-locator {
  min-height: 80px;
  padding: 18px 20px;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1348px) {
  .footer .content-locator {
    padding: 18px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .content-locator {
    padding: 18px 25px;
  }
}
.footer .content-locator .site-col {
  float: left;
}
.footer .content-locator .site-col .hkust-logo {
  float: left;
  margin-top: 4px;
  margin-right: 28px;
  overflow: hidden;
}
.footer .content-locator .site-col .hkust-logo > a {
  display: block;
  width: 135px;
}
.footer .content-locator .site-col .hkust-logo img {
  width: 100%;
}
.footer .content-locator .site-col .site-pages {
  float: left;
  color: #fff;
  margin-top: 4px;
}
.footer .content-locator .site-col .site-pages a {
  color: #fff;
}
.footer .content-locator .site-col .site-pages .page {
  float: left;
  margin-right: 20px;
  font-weight: bold;
  line-height: 27px;
}
.footer .content-locator .site-col .site-pages .copyright {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.07px;
}
.footer .content-locator .social-share-col {
  float: right;
  color: #fff;
  padding-top: 9px;
  padding-right: 20px;
}
.footer .content-locator .social-share-col .text {
  float: left;
  font-size: 12px;
  line-height: 15px;
  margin-top: 9px;
  margin-right: 15px;
}
.footer .content-locator .social-share-col .icon-wrapper {
  float: left;
}
.footer .content-locator .social-share-col .icon-wrapper > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
}
.footer .content-locator .social-share-col .icon-wrapper > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}
.footer .content-locator .copyright {
  clear: both;
}
.footer .caring {
  float: right;
  margin-right: 40px;
}
.footer .caring,
.footer .caring img {
  height: 46px;
}
.footer.is-gz .content-locator .site-col .hkust-logo > a {
  width: 190px;
}
@media only screen and (max-width: 1023px) {
  .footer {
    padding: 0 20px 9px;
    text-align: center;
  }
  .footer .desktop {
    display: none;
  }
  .footer .mobile {
    display: block;
  }
  .footer .content-locator {
    padding: 0;
  }
  .footer .content-locator > *,
  .footer .content-locator .site-col,
  .footer .content-locator .social-share-col,
  .footer .content-locator .hkust-logo,
  .footer .content-locator .copyright {
    float: none;
  }
  .footer .content-locator .site-col .site-pages {
    float: none;
    margin: 12px 0;
  }
  .footer .content-locator .site-col .site-pages .page {
    font-size: 12px;
    line-height: 15px;
    margin: 0 15px;
    float: none;
    display: inline-block;
  }
  .footer .content-locator .social-share-col {
    padding: 0;
    margin-bottom: 18px;
  }
  .footer .content-locator .social-share-col .text,
  .footer .content-locator .social-share-col .icon-wrapper {
    float: none;
  }
  .footer .content-locator .social-share-col .text {
    margin: 0;
    margin-bottom: 7px;
  }
  .footer .content-locator .hkust-logo > a img {
    width: 110px;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 7px;
    display: block;
  }
  .footer .content-locator .copyright {
    font-size: 9px;
    line-height: 11px;
    margin-bottom: 10px;
  }
  .footer .caring {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
