/* GUtility classes */

.mt-20 {
  margin-top: 20px;
}
.pl-60 {
  padding-left: 60px;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
  .image-logo {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  height: 100%;
  color: #333;
  background-color: #000;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 19px;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

a {
  color: #4f65be;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 17px;
  padding-left: 17px;
}

li {
  margin-bottom: 6px;
}

blockquote {
  border-left: 5px solid #4f65be;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 20px 0 30px;
  font-size: 18px;
  line-height: 27px;
}

.hero-section {
  width: 100%;
  height: 100%;
  min-height: 770px;
  position: relative;
}

.hero-section.smaller {
  height: auto;
  min-height: 0;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.hero-slider.auto-height {
  height: auto;
  z-index: 1;
}

.hero-slide {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/24_revised.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/Photo-7.jpg');
  background-size: cover;
}

.hero-slide._3 {
  /*background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/Photo-1-2.jpg');*/
  background-size: cover;
}

.hero-slide-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  align-items: center;
  display: flex;
}

.hero-slide-overlay.padding {
  /*background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/24_revised.jpg');*/
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.container {
  position: relative;
}

.container.hero-slide-container {
  flex: 1;
}

.container.blocks-row-container {
  margin-top: 50px;
}

.container.centered {
  text-align: center;
}

.container.course-header {
  padding-left: 300px;
}

.hero-slide-content-block {
  z-index: 40;
  width: 750px;
  position: relative;
  min-height: 348px;
}

.hero-slide-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  line-height: 53px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.hero-slide-intro-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5b1f5b;
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 12px;
  line-height: 21px;
  transition: background-color .2s;
}

.button:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.button.slider-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5b1f5b;
  border-radius: 5px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  transition: background-color .2s;
}

.button.slider-button:hover {
  background-color: #000;
}

.button.submit-button {
  width: 100%;
  background-color: #4f65be;
  border-radius: 4px;
  margin-top: 10px;
  transition: background-color .2s;
  display: block;
}

.button.submit-button:hover {
  background-color: #000;
}

.button.events-learn-more {
  margin-top: 10px;
  font-size: 10px;
  line-height: 17px;
}

.button.pricing-button {
  width: 100%;
  margin-top: 0;
  display: block;
}

.button.take-course {
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.button.teacher-view-more {
  margin-top: 15px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 10px;
  line-height: 11px;
}

.button.blog-read-more {
  background-color: #5b1f5b;
  border-radius: 5px;
  margin-top: 20px;
}

.button.white {
  color: #000;
  background-color: #fff;
  transition: background-color .2s, color .2s;
}

.button.white:hover {
  color: #fff;
  background-color: #000;
}

.button.text-button {
  color: #fff;
  background-color: #5b1f5b;
  margin-top: 15px;
  padding: 9px 14px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.hero-content-overlay-block {
  z-index: 20;
  padding-bottom: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-overlay-block {
  width: 100%;
  height: 148px;
  color: #4f65be;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 43px;
  padding-left: 125px;
  padding-right: 25px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: block;
  position: relative;
  box-shadow: 4px 0 13px rgba(0, 0, 0, .13);
}

.hero-overlay-block:hover {
  color: #000;
  text-decoration: none;
  box-shadow: 4px 4px 23px rgba(0, 0, 0, .3);
}

.hero-overlay-block-title {
  color: #b9b9b9;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}

.hero-overlay-number {
  font-size: 78px;
  line-height: 68px;
  display: inline-block;
  position: absolute;
  top: 39px;
  left: 30px;
}

.hero-slider-button {
  width: 80px;
  height: 70px;
  background-color: rgba(0, 0, 0, .2);
  font-size: 15px;
  transition: background-color .2s, width .2s;
  display: block;
}

.hero-slider-button:hover {
  width: 100px;
  background-color: rgba(0, 0, 0, .4);
}

.header-wrapper {
  z-index: 1000;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 33px rgba(0, 0, 0, .6);
}

.navbar {
  background-color: #fff;
  display: flex;
  position: static;
}

.logo-block {
  float: left;
}

.logo-block:hover {
  text-decoration: none;
}

.logo-block.w--current {
  position: static;
}

.logo-block.right {
  float: right;
}

.nav-menu {
  float: right;
  margin-right: auto;
}

.nav-menu.left {
  float: left;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
  margin-left: 20px;
  margin-right: 0;
  padding: 36px 0 33px;
  font-size: 14px;
  font-weight: 400;
  transition: border .2s, color .2s;
}

.nav-link:hover {
  color: #4f65be;
  border-bottom-color: #4f65be;
  text-decoration: none;
}

.nav-link.w--current {
  color: #5069cf;
  border-bottom-color: #4f65be;
}

.nav-link.dropdown-toggle {
  /*margin-left: 20px;*/
  padding-right: 20px;
}

.nav-link.dropdown-toggle:hover {
  color: #5b1f5b;
}

.nav-link.dropdown-toggle.w--open {
  border-bottom-color: #4f65be;
}

.nav-link.left {
  margin-left: 0;
  margin-right: 20px;
}

.top-navbar {
  background-color: #5b1f5b;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-nav-link {
  color: #fff;
  margin-left: 20px;
}

.top-nav-link:hover {
  color: rgba(255, 255, 255, .7);
}

.top-nav-title {
  display: inline-block;
}

.top-nav-title.icon {
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
}

.slide-intro-paragraph {
  color: #fff;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.link-block-paragraph {
  color: #000;
}

.dropdown-icon {
  opacity: .33;
  margin-right: 0;
  font-size: 12px;
}

.slide-load-boar {
  width: 100%;
  height: 11px;
  background-color: rgba(0, 0, 0, .14);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-load-bar-fill {
  width: 10px;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.section {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.section.tint {
  background-color: #f7f7fa;
  position: static;
}

.section.tint.stats {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.section.tint.new {
  background-color: #fff;
}

.section.categories {
  padding-bottom: 50px;
}

.section-title-wrapper {
  margin-bottom: 40px;
}

.section-title-wrapper.course {
  margin-bottom: 20px;
}

.section-title-wrapper.column {
  margin-bottom: 30px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.section-title.subtitle {
  color: #ac61e7;
  margin-top: 10px;
  font-size: 19px;
  line-height: 26px;
}

.section-title.subtitle.with-name {
  margin-right: 5px;
  display: inline-block;
}

.section-title.sidebar {
  color: #4f65be;
  margin-bottom: 20px;
  font-size: 20px;
}

.section-title-divider {
  width: 100px;
  height: 1px;
  opacity: .1;
  background-color: #000;
  margin-top: 20px;
}

.course-block-wrapper {
  height: 320px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  transition: box-shadow .2s;
  overflow: hidden;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, .1);
}

.course-block-wrapper:hover {
  box-shadow: 7px 7px 25px rgba(0, 0, 0, .2);
}

.course-block-wrapper.auto-height {
  height: auto;
  background-color: #fff;
}

.course-block-wrapper.home-first, .course-block-wrapper.home-featured {
  height: 330px;
}

.course-block-wrapper.list-view {
  height: 110px;
  padding-left: 140px;
  position: relative;
}

.course-image-link-block {
  width: 100%;
  height: 180px;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20241029130315oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  position: relative;
}

.course-image-link-block.large {
  height: 130px;
}

.course-image-link-block.home-featured {
  height: 180px;
}

.course-image-link-block.list-view {
  width: 140px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
}

.course-content-block {
  padding: 33px 25px 25px;
}

.course-content-block._2 {
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.course-content-block.list-view {
  padding-top: 15px;
  padding-bottom: 15px;
}

.course-title-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.course-title-link:hover {
  color: #4f65be;
  text-decoration: none;
}

.course-title-link.with-summary {
  margin-bottom: 17px;
  font-size: 25px;
  font-weight: 400;
  line-height: 23px;
}

.course-title-link.list-view {
  font-size: 18px;
}

.course-info-icon {
  color: #bebebe;
  margin-right: 9px;
  font-family: Fontawesome webfont, sans-serif;
  display: inline-block;
}

.course-info-title {
  color: #aaa;
  margin-right: 9px;
  display: inline-block;
}

.course-info-title.list {
  font-size: 13px;
}

.teacher-overlay-block {
  z-index: 10;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.teacher-overlay-title {
  color: #fff;
  padding-top: 6px;
  font-size: 13px;
}

.teacher-overlay-title.list-view {
  float: none;
  color: #aaa;
  margin-right: 15px;
  padding-top: 0;
  font-size: 13px;
  display: inline-block;
}

.teacher-overlay-photo {
  width: 45px;
  height: 45px;
  float: left;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-bottom: -11px;
  margin-left: 25px;
  margin-right: 13px;
}

.teacher-overlay-photo.list-view-photo {
  width: 30px;
  height: 30px;
  float: none;
  margin-top: -1px;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}

.image-section {
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/21_revised.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  padding-top: 110px;
  padding-bottom: 110px;
}

.image-section-content-block {
  width: 470px;
  float: left;
}

.image-section-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 46px;
  line-height: 43px;
}

.image-section-title._2 {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 33px;
}

.image-section-contact-form {
  width: 350px;
  float: right;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: 7px 7px 30px rgba(0, 0, 0, .4);
}

.contact-form-block {
  text-align: center;
  background-color: #4f65be;
  border-bottom: 1px solid #e4e4e4;
  padding: 25px 40px;
}

.contact-form-block._2 {
  background-color: #fff;
  border-bottom-width: 0;
}

.field {
  height: 45px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  margin-bottom: 5px;
  transition: border .2s, background-color .2s;
}

.field:hover {
  background-color: #fff;
  border-color: #d1d1d1;
}

.field:focus {
  background-color: #fff;
  border-color: #4f65be;
}

.field.area {
  height: 135px;
  padding-top: 12px;
}

.field.register {
  text-align: center;
}

.contact-form-title {
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  line-height: 28px;
}

.event-item {
  height: 200px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 350px;
  padding-right: 40px;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
}

.event-item:hover {
  box-shadow: 6px 6px 31px 3px rgba(0, 0, 0, .29);
}

.event-date-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  border-right: 1px solid #dfdfdf;
  padding: 31px 21px 27px 31px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.event-date-title {
  float: left;
  color: #fff;
  margin-right: 20px;
  font-size: 54px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}

.event-date-title.month {
  float: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.event-image-block {
  width: 300px;
  height: 200px;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20241029130315oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px 0 0 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.event-title-link {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.event-title-link:hover {
  color: #4f65be;
  text-decoration: none;
}

.event-info-wrapper {
  margin-bottom: 10px;
}

.event-info-title {
  color: #888;
  margin-right: 10px;
  display: inline-block;
}

.bottom-info-text {
  color: #333;
  text-align: left;
  margin-top: 30px;
  font-size: 14px;
  display: block;
}

.course-summary {
  margin-bottom: 0;
}

.blog-post-title-link {
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 22px;
  display: block;
}

.blog-post-title-link.blog-page {
  color: #5b1f5b;
  margin-bottom: 17px;
  font-size: 20px;
}

.blog-post-title-link.blog-page:hover {
  text-decoration: none;
}

.blog-post-info-block.blog-overview {
  margin-bottom: 10px;
}

.blog-info-title {
  color: #979797;
  margin-right: 10px;
  line-height: 19px;
  display: inline-block;
}

.blog-post-item {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.about-image-block {
  width: 100%;
  height: 220px;
  background-color: #5b1f5b;
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/26_revised.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}

[id^="content-text-with-multiple-images"] .image-block,
[id^="content-gallery"] .image-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px; 
 }

.about-image-block.smaller {
  height: 200px;
}

.about-column-right {
  padding-left: 40px;
}

.news-column-left {
  padding-right: 30px;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 11px 13px rgba(0, 0, 0, .3);
  padding: 0px 0px;
}

.dropdown-link {
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #4f65be;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: #5b1f5b;
}

.dropdown-link.w--current:hover {
  color: #fff;
  background-color: #5b1f5b;
}

.featured-course-column-right {
  padding-left: 0;
}

.featured-course-right {
  width: 47%;
  float: right;
  margin-left: 13px;
}

.success-bg {
  color: #fff;
  background-color: #4f65be;
  padding-top: 28px;
  padding-bottom: 10px;
}

.error-bg {
  color: #e42424;
  text-align: center;
  background-color: #ecc2c2;
  margin-top: 0;
  padding: 24px 25px 2px;
  font-size: 11px;
}

.error-bg.contact {
  border-radius: 4px;
  margin-top: 10px;
}

.link-below-paragraph {
  margin-top: 10px;
  display: inline-block;
}

.footer {
  color: #7c7c7c;
  background-color: #5b1f5b;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-column {
  padding-right: 20px;
}

.bottom-footer-block {
  border-top: 1px solid rgba(255, 255, 255, .14);
  margin-top: 50px;
  padding-top: 30px;
  position: relative;
}

.bottom-footer-text {
  float: left;
  font-size: 12px;
  display: inline-block;
}

.bottom-footer-text.right {
  float: right;
}

.footer-link:hover {
  color: #fff;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}

.footer-list-link {
  color: gray;
  margin-bottom: 8px;
  display: block;
}

.footer-list-link:hover {
  color: #fff;
}

.footer-contact-block {
  color: #fff;
  margin-bottom: 11px;
  display: flex;
}

.footer-contact-block:hover {
  color: rgba(255, 255, 255, .6);
}

.footer-contact-title {
  display: inline-block;
}

.footer-contact-title.icon {
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
}

.footer-social-button {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #4f65be;
  border-radius: 3px;
  margin-top: 13px;
  margin-right: 4px;
  padding-top: 3px;
  padding-left: 2px;
  transition: background-color .2s, border .2s;
}

.footer-social-button:hover {
  background-color: #5f616b;
}

.footer-social-icon {
  width: 15px;
  margin-right: 2px;
}

.featured-courses-row, .upcoming-events-list-wrapper {
  margin-bottom: 40px;
}

._404-section {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/Photo-7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  display: flex;
  position: relative;
}

.page-header {
  position: relative;
  /*background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/21_revised.jpg');*/
  background-position: 50%;
  background-size: cover;
}
.page-header-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0, 0.2);
}
.page-header.courses-grid {
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/06_revised.jpg');
  background-position: 100%;
  background-size: cover;
}

.page-header.featured-courses {
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/Photo-8.jpg');
  background-position: 0 31%;
  background-size: cover;
}

.page-header.events {
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/08_revised.jpg');
  background-position: 50% 100%;
}

.page-header.events._01 {
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/26_revised.JPG');
}

.page-header.course {
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/08_revised.jpg');
  background-position: 50% 100%;
}

.page-header.teacher {
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/Phoot-6.jpg');
}

.page-header.teachers {
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/Photo-4.jpg');
}

.page-header.pricing {
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/Photo-5.jpg');
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  /*background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/08_revised.jpg');*/
  /*background-position: 0 0, 50% 100%;*/
  background-size: auto, cover;
  padding-top: 210px;
  padding-bottom: 70px;
}

.page-header-overlay.color {
  background-color: rgba(48, 60, 105, .94);
}

.page-header-overlay.color.pricing {
  background-color: rgba(9, 24, 83, .75);
  padding-bottom: 190px;
}

.page-header-overlay.course {
  background-color: rgba(28, 30, 37, .81);
  padding-top: 230px;
  padding-bottom: 80px;
}

.page-header-overlay.pricing {
  padding-bottom: 190px;
}

.page-header-overlay.blog-post {
  text-align: left;
  padding-top: 300px;
  padding-bottom: 170px;
}

.page-header-title {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 53px;
  font-weight: 600;
  display: block;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.page-header-title.course-title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 41px;
}

.page-header-title.teacher-name {
  margin-top: 25px;
}

.page-header-title.blog-post-title {
  font-size: 50px;
  line-height: 48px;
}

.page-subtitle {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 25px;
}

.page-subtitle.category {
  margin-right: 10px;
  display: inline-block;
}

.page-subtitle.teacher-subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
}

.page-subtitle.pricing {
  margin-top: 20px;
}

.featured-label {
  float: right;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ac61e7;
  border-bottom-left-radius: 3px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 9px;
  line-height: 23px;
  display: inline-block;
}

.about-us-image-block {
  width: 100%;
  height: 355px;
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/26_revised.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
}

.about-us-col-left {
  padding-right: 60px;
}

.large-contact-block {
  width: 100%;
  color: #fff;
  background-color: #4f65be;
  border-radius: 3px;
  padding: 40px;
  transition: background-color .2s;
  display: block;
  position: relative;
}

.large-contact-block:hover {
  color: #fff;
  background-color: #5a5a5a;
  text-decoration: none;
}

.large-contact-block._2 {
  background-color: #2a2d3a;
}

.large-contact-block._2:hover {
  background-color: #5a5a5a;
}

.contact-block-small-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}

.contact-block-icon {
  opacity: .3;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 54px;
  line-height: 60px;
  position: absolute;
  top: 42px;
  right: 41px;
}

.contact-block-title {
  margin-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.pricing-row {
  margin-top: -220px;
}

.pricing-block {
  background-color: #fff;
  border-radius: 3px;
  transition: box-shadow .2s;
  overflow: hidden;
  box-shadow: 4px 4px 13px rgba(0, 0, 0, .08);
}

.pricing-block:hover {
  box-shadow: 11px 11px 43px rgba(0, 0, 0, .18);
}

.pricing-content-block {
  text-align: center;
  padding: 40px;
}

.pricing-content-block.feature {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-content-block.feature.with-button {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-title {
  font-size: 26px;
  font-weight: 300;
}

.pricing-title.subtitle {
  color: #b3b3b3;
  margin-top: 10px;
  font-size: 18px;
}

.pricing-feature-title {
  float: left;
  font-size: 18px;
  display: inline-block;
}

.pricing-feature-title.subtitle {
  float: right;
  color: #b6b6b6;
  font-size: 16px;
  font-weight: 300;
}

.contact-us-row {
  margin-top: 0px;
}

.contact-us-map {
  border-radius: 4px;
}

.contact-us-column-right {
  padding-left: 20px;
}

.contact-us-block {
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
  box-shadow: 4px 4px 17px rgba(0, 0, 0, .1);
}

.contact-info-block {
  margin-top: 9px;
  display: block;
}
.contact-info-block.phone {
  display: flex;
}
.contact-info-block.phone .contact-phone {
  display: flex;
  flex-direction: column;
}
.contact-info-icon {
  margin-right: 11px;
  font-family: Fontawesome webfont, sans-serif;
  display: inline-block;
}

.contact-info-text {
  display: inline-block;
}

.contact-social-button {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #4f65be;
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 3px;
  padding-top: 4px;
  transition: background-color .2s;
}

.contact-social-button:hover {
  background-color: #000;
}

.fields-row {
  margin-bottom: 5px;
}

.fields-col-left {
  padding-right: 0;
}

.faq-title {
  width: 340px;
  float: left;
  color: #5b1f5b;
  font-size: 24px;
  line-height: 30px;
}

.faq-item {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.faq-answer {
  width: 560px;
  float: right;
  align-items: center;
  font-size: 16px;
  line-height: 14px;
  display: block;
}

.course-block-left {
  width: 250px;
  float: left;
  background-color: #fff;
  border-radius: 4px;
  margin-top: -255px;
  overflow: hidden;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, .1);
}

.course-image-block {
  width: 100%;
  height: 220px;
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/Photo-4_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.course-info-block {
  border-top: 1px solid #e7e7e7;
  padding: 30px 30px 20px;
}

.course-info-block.with-button {
  padding-top: 20px;
}

.main-course-info-title {
  text-transform: uppercase;
  font-size: 14px;
}

.main-course-info-title.info {
  color: #acacac;
  text-transform: none;
}

.course-main-info-block {
  width: 620px;
  float: right;
  margin-top: -20px;
}

.teacher-block-wrapper {
  margin-bottom: 10px;
}

.teacher-class-photo {
  width: 45px;
  height: 45px;
  float: left;
  border-radius: 100%;
  margin-right: 10px;
}

.teacher-title {
  margin-top: 2px;
  font-size: 14px;
  display: block;
}

.teacher-title._2 {
  color: #b4b4b4;
  margin-top: 0;
}

.course-content-wrapper {
  margin-bottom: 20px;
}

.teacher-block {
  margin-top: 10px;
}

.course-main-info-wrapper {
  margin-bottom: 12px;
}

.course-category-title {
  color: #fff;
  margin-right: 11px;
  font-size: 19px;
  display: inline-block;
}

.course-category-title.icon {
  margin-top: -2px;
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
}

.course-category-link {
  color: #a0aeeb;
  margin-left: 0;
  font-size: 19px;
  display: inline-block;
}

.course-category-link:hover {
  color: #fff;
}

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, .07);
  border-radius: 3px;
  padding-top: 24px;
}

.empty-state.empty-courses {
  height: 310px;
  background-image: linear-gradient(rgba(255, 255, 255, .8), #fff 58%), url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/No-Courses.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  display: none;
}

.teacher-photo-block {
  width: 230px;
  height: 230px;
  float: left;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20241029130315oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-right: 50px;
}

.short-teacher-biography {
  width: 90%;
  color: #fff;
  margin-bottom: 0;
}

.image-logo {
  height: 55px;
  padding-right: 60px;
}

.teacher-overview-block {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: box-shadow .2s;
  overflow: hidden;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, .1);
}

.teacher-overview-block:hover {
  box-shadow: 10px 10px 28px rgba(0, 0, 0, .17);
}

.teacher-overview-image {
  width: 90px;
  height: 90px;
  border-radius: 7px;
  margin-top: 20px;
  margin-bottom: -35px;
}

.teacher-main-title {
  font-size: 20px;
}

.teacher-main-title.job-title {
  color: #b8b8b8;
  margin-top: 2px;
  font-size: 14px;
}

.teacher-content-bloc {
  border-top: 1px solid #f1f1f1;
  padding: 55px 25px 25px;
}

.blog-post-block {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: box-shadow .2s;
  overflow: hidden;
  box-shadow: 5px 5px 13px rgba(0, 0, 0, .1);
}

.blog-post-block:hover {
  box-shadow: 12px 12px 33px rgba(0, 0, 0, .2);
}

.blog-post-image-block {
  width: 100%;
  height: 200px;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20241029130315oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.blog-post-content-block {
  margin-bottom: auto;
  padding: 45px;
}

.blog-post-summary {
  color: #8f8f8f;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.image-overlay-block {
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.image-overlay-block:hover {
  background-color: rgba(79, 101, 190, .2);
}

.list-info-link {
  font-size: 13px;
}

.blog-list, .blog-list-item {
  display: block;
}

.course-category-fixed-block {
  z-index: 2000;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: fixed;
  top: 175px;
  right: 0;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.fixed-block-title {
  border-bottom: 1px solid #eee;
  padding: 10px 30px;
  font-size: 19px;
  line-height: 30px;
}

.category-link-title {
  padding: 10px 30px;
  transition: background-color .2s, color .2s;
  display: block;
}

.category-link-title:hover {
  color: #fff;
  background-color: #4f65be;
  text-decoration: none;
}

.category-link-title.w--current {
  color: #fff;
  background-color: #4f65be;
}

.video-lightbox {
  display: block;
}

.video-lightbox:hover {
  text-decoration: none;
}

.lightbox-overlay-block {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.lightbox-overlay-block:hover {
  background-color: rgba(0, 0, 0, .2);
}

.overlay-lightbox-icon {
  color: #fff;
  text-align: center;
  flex-wrap: wrap;
  flex: 1;
  align-self: center;
  align-items: center;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 54px;
  line-height: 50px;
}

.overlay-lightbox-icon:hover {
  color: rgba(255, 255, 255, .7);
}

.blog-post-wrapper {
  width: 80%;
  background-color: #fff;
  border-radius: 4px;
  margin-top: -170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  box-shadow: 4px -20px 33px 1px rgba(0, 0, 0, .17);
}

.blog-post-content-wrapper {
  background-color: #f7f7fa;
  border-top: 1px solid #f0f0f0;
  padding: 30px 60px;
}

.blog-post-content-wrapper.first {
  background-color: #fff;
  border-top-width: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.blog-post-author-link {
  color: #fff;
  text-decoration: underline;
}

.blog-post-author-link:hover {
  color: rgba(255, 255, 255, .7);
}

.blog-post-date-title {
  color: #fff;
  margin-right: 10px;
  display: inline-block;
}

.blog-post-header-info-block {
  margin-top: 30px;
}

.blog-title-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-author-photo {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 4px;
  margin-right: 27px;
}

.blog-author-title {
  font-size: 12px;
}

.blog-author-title.job-title {
  color: #c2c2c2;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 300;
}

.blog-author-title-link {
  margin-top: 6px;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
}

.blog-author-title-link:hover {
  text-decoration: none;
}

.category-block {
  width: 100%;
  height: 200px;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20241029130315oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 17px;
  display: block;
  overflow: hidden;
  box-shadow: 3px 3px 23px rgba(0, 0, 0, .2);
}

.category-block.right {
  width: 94%;
  float: right;
  background-image: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/08_revised.jpg');
}

.category-block.large {
  height: 417px;
}

.category-column-left {
  padding-right: 0;
}

.category-column-right {
  padding-left: 0;
}

.category-overlay-block {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s;
  position: relative;
}

.category-overlay-block:hover {
  background-color: rgba(79, 101, 190, .3);
}

.category-text-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4) 74%);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 30px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.category-title {
  color: #fff;
  font-size: 25px;
}

.small-events-list-item {
  height: 60px;
  margin-bottom: 13px;
  padding-left: 80px;
  padding-right: 10px;
  position: relative;
}

.small-events-date-block {
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  background-color: #4f65be;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.small-event-date-title {
  opacity: .5;
  text-transform: uppercase;
  margin-bottom: -8px;
  font-weight: 600;
  line-height: 27px;
}

.small-event-date-title.day {
  opacity: 1;
  text-align: right;
  margin-right: -3px;
  padding-top: 1px;
  font-size: 51px;
  font-weight: 700;
  line-height: 50px;
}

.small-events-list-link-title {
  font-size: 17px;
  line-height: 22px;
}

.small-location-title {
  color: #afafaf;
  font-size: 14px;
  display: inline-block;
}

.news-column {
  padding-right: 20px;
}

.events-column, .about-us-column {
  padding-left: 20px;
}

.video-hero {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  padding-top: 200px;
  padding-bottom: 80px;
}

.no-courses-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
}

.no-courses-title._2 {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 300;
}

.top-bar-text {
  float: left;
  opacity: .7;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
}

.top-bar-link, .top-bar-link:hover {
  color: #fff;
}

.container-2 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container-3 {
  display: block;
}

.form, .collection-list {
  display: none;
}

.accordion__content-wrap {
  height: 0%;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  align-items: start;
  justify-items: start;
  margin-left: auto;
  display: block;
  overflow: hidden;
  display: none;
}

.accordion__content-wrap._05 {
  justify-items: start;
  margin-left: 0;
}

.paragraph-26 {
  max-width: 100%;
  color: #333;
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 60px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.accordion__plus-wrapper {
  width: 14px;
  height: 14px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 131px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.accordion__plus-wrapper.csf {
  -webkit-text-stroke-color: #fff;
}

.accordion-item {
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px #fff;
  border-radius: 0;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 20px;
  display: block;
}

.accordion-item._01 {
  margin-left: 20px;
}

.paragraph-30 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.accordion__title {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  cursor: pointer;
  flex-direction: row;
  grid-template: ". Area"
  / .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: center;
  justify-items: start;
  margin-left: 0;
  padding: 15px 0;
  font-size: 18px;
  display: grid;
}

.accordion__title._01 {
  margin-left: 0;
  padding-right: 0;
}

.accordion__title._02 {
  margin-left: 10px;
  padding-right: 0;
}

.accordion__title._03 {
  margin-right: 0;
  padding-left: 0;
}

.paragraph-25 {
  margin: 0;
}

.paragraph-29 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-29._02 {
  padding-left: 0;
}

.paragraph-29._03 {
  margin-left: 10px;
}

.accordion__content {
  max-width: 1040px;
  margin: 15px 20px 20px auto;
  font-size: 17px;
  line-height: 24px;
  display: block;
}

.accordion__bar-vert {
  width: 2px;
  height: 100%;
  background-color: #ababab;
  position: absolute;
}

.accordion__bar-vert.csf {
  -webkit-text-stroke-color: #333;
  background-color: #5b1f5b;
  transition: 0.6s;
}
.accordion__bar-vert.rotated {
  transform: rotate(90deg);
}

.flex-body {
  min-height: 70vh;
  color: #fff;
  background-color: #027200;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.flex-body.csf {
  background-color: #fff;
  display: block;
}

.accordion__bar-hor {
  width: 100%;
  height: 2px;
  background-color: #ababab;
}

.accordion__bar-hor.csf {
  background-color: #5b1f5b;
}

.heading-15 {
  display: none;
}

.heading-16 {
  color: #5b1f5b;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 600;
  display: flex;
}

.bold-text-28 {
  font-size: 32px;
  font-weight: 400;
  display: block;
}

.text-block-103 {
  color: #5b1f5b;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3rem;
  display: inline;
}

.text-block-103._02 {
  padding-left: 10px;
}

.bold-text-29 {
  color: #5b1f5b;
  text-align: left;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5rem;
}

.paragraph-31, .paragraph-32, [id*="content-"] P {
  font-size: 16px;
  line-height: 24px;
}

.about-column-right p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-34 {
  color: #5b1f5b;
}

.cell {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.cell.total {
  align-items: flex-start;
  padding-left: 20px;
}

.paragraph-35 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-36 {
  flex: 1;
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.cell-2 {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.quick-stack {
  border-bottom: 1px solid #cecdcd;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.quick-stack.total {
  border: 1px #000;
}

.cell-3 {
  display: block;
}

.container-4 {
  margin-top: 40px;
}

.paragraph-37, .paragraph-38 {
  font-size: 16px;
  line-height: 24px;
}

.div-block {
  border-bottom: 1px solid #cecdcd;
}

.paragraph-39 {
  font-size: 16px;
  line-height: 24px;
}

.container-5 {
  margin-left: auto;
}

.paragraph-40,
.accordion__content p {
  color: #333;
  text-align: left;
  -webkit-text-stroke-color: #333;
  margin-top: 20px;
  font-size: 16px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  color: #333;
}

.quick-stack-2 {
  padding-top: 10px;
  padding-left: 0;
}

.list-2 {
  color: #333;
}

.paragraph-41 {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.bold-text-31, .bold-text-32 {
  margin-bottom: 20px;
  display: block;
}

html.w-mod-js [data-ix="hide-slider-arrow"] {
  opacity: .15;
}

html.w-mod-js [data-ix="slide-title-1"], html.w-mod-js [data-ix="slide-title-2"], html.w-mod-js [data-ix="slide-title-3"], html.w-mod-js [data-ix="slide-title-4"] {
  opacity: 0;
  transform: translate(70px);
}

html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}
@media screen and (min-width: 992px) {
  .nav-menu {
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .hero-slide-overlay {
    padding-left: 65px;
    padding-right: 65px;
  }

  .hero-slide-overlay.padding {
    padding-top: 220px;
    padding-bottom: 90px;
  }

  .container.blocks-row-container {
    margin-top: 30px;
  }

  .container.course-header {
    padding-left: 260px;
  }

  .hero-slide-content-block {
    width: 580px;
  }

  .hero-slide-title {
    margin-bottom: 0;
    font-size: 54px;
    line-height: 47px;
  }

  .hero-overlay-row {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-overlay-block {
    height: 105px;
    padding-top: 25px;
    padding-left: 90px;
    padding-right: 18px;
  }

  .hero-overlay-number {
    font-size: 58px;
    line-height: 58px;
    top: 21px;
    left: 18px;
  }

  .hero-slider-button {
    width: 40px;
  }

  .hero-slider-button:hover {
    width: 50px;
  }
  .w-nav[data-animation="over-right"] .w-nav-overlay {
    z-index: 10;
  }
  .navbar {
    height: 65px;
  }
  .w-nav[data-collapse="medium"] .w-nav-menu {
    width: 260px;
  }
  .nav-menu {
    background-color: #fff;
    margin-left: 60px;
    margin-right: 0;
    box-shadow: 0 0 40px #000;
  }

  .nav-menu.left {
    margin-left: 0;
    margin-right: 60px;
  }

  .nav-link {
    border-bottom-width: 1px;
    border-bottom-color: #f8f8f8;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    transition: border .2s, color .2s, background-color .2s;
  }

  .nav-link:hover {
    background-color: rgba(79, 101, 190, .1);
    border-bottom-color: #f5f5f5;
  }

  .nav-link.dropdown-toggle.w--open {
    border-bottom-color: #eee;
  }

  .nav-link.left {
    margin-right: 0;
  }

  .top-navbar {
    z-index: 1001;
  }

  .slide-intro-paragraph {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .link-block-paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .dropdown-icon {
    margin-right: 25px;
  }

  .section {
    padding: 40px;
  }

  .section.tint.event {
    padding-top: 60px;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-title.sidebar {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .course-block-wrapper.home-first, .course-block-wrapper.home-featured {
    height: 350px;
  }

  .course-image-link-block {
    height: 130px;
  }

  .course-image-link-block.home-featured {
    height: 220px;
  }

  .course-content-block {
    padding: 25px 15px 15px;
  }

  .course-content-block._2 {
    padding-right: 5px;
  }

  .course-title-link {
    font-size: 13px;
    line-height: 18px;
  }

  .course-info-icon, .course-info-title {
    margin-right: 4px;
    font-size: 12px;
  }

  .teacher-overlay-title {
    font-size: 11px;
  }

  .teacher-overlay-photo {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    margin-right: 7px;
  }

  .image-section-overlay {
    padding: 70px 40px;
  }

  .image-section-content-block {
    width: 390px;
  }

  .image-section-title {
    margin-bottom: 20px;
  }

  .image-section-contact-form {
    width: 250px;
  }

  .event-item {
    padding-left: 300px;
    padding-right: 20px;
  }

  .event-image-block {
    width: 260px;
  }

  .bottom-info-text {
    margin-top: 20px;
  }

  .dropdown-list.w--open {
    background-color: #4f65be;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .dropdown-link {
    color: #fff;
  }

  .dropdown-link:hover {
    background-color: #3e52a2;
  }

  .dropdown-link.w--current {
    color: #fff;
  }

  .dropdown-link.w--current:hover {
    background-color: #4055a7;
  }

  .featured-course-right {
    width: 46%;
  }

  .footer {
    padding: 45px;
  }

  .footer-column {
    padding-right: 10px;
  }

  .featured-courses-row {
    margin-bottom: 10px;
  }

  ._404-section {
    height: auto;
    padding: 190px 60px 100px;
  }

  .page-header-overlay {
    padding: 150px 40px 35px;
  }

  .page-header-overlay.course {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .page-header-overlay.blog-post {
    padding-top: 200px;
    padding-bottom: 110px;
  }

  .page-header-title {
    font-size: 48px;
  }

  .page-header-title.course-title {
    font-size: 30px;
    line-height: 31px;
  }

  .page-header-title.teacher-name {
    margin-top: 16px;
    font-size: 34px;
    line-height: 34px;
  }

  .page-header-title.blog-post-title {
    font-size: 40px;
    line-height: 45px;
  }

  .page-subtitle.category {
    font-size: 20px;
  }

  .page-subtitle.teacher-subtitle {
    margin-top: 7px;
    font-size: 21px;
    line-height: 15px;
  }

  .page-subtitle.pricing {
    margin-top: 10px;
  }

  .about-us-image-block {
    height: 415px;
  }

  .about-us-col-left {
    padding-right: 20px;
  }

  .pricing-row {
    margin-top: -190px;
  }

  .pricing-content-block {
    padding: 20px;
  }

  .pricing-content-block.feature.with-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-title {
    font-size: 20px;
  }

  .pricing-title.subtitle {
    margin-top: 7px;
    font-size: 16px;
  }

  .pricing-feature-title {
    font-size: 16px;
  }

  .contact-us-row {
    margin-top: 0px;
  }

  .contact-us-block {
    padding: 28px;
  }

  .faq-title {
    width: 100%;
    margin-bottom: 17px;
  }

  .faq-item {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .faq-answer {
    width: 100%;
  }

  .course-block-left {
    width: 220px;
    margin-top: -215px;
  }

  .course-info-block {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-course-info-title.info {
    font-size: 13px;
  }

  .course-main-info-block {
    width: 430px;
  }

  .teacher-class-photo {
    width: 35px;
    height: 35px;
  }

  .teacher-title {
    font-size: 12px;
    line-height: 18px;
  }

  .course-main-info-wrapper.last {
    margin-bottom: 0;
  }

  .short-teacher-biography {
    width: 100%;
  }

  .image-logo {
    height: 45px;
    margin-top: 10px;
  }

  .blog-post-image-block {
    height: 130px;
  }

  .blog-post-content-block {
    padding: 25px;
  }

  .course-category-fixed-block {
    border-radius: 0;
    position: static;
  }

  .fixed-block-title {
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-link-title {
    border-bottom: 1px solid #f3f3f3;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-post-wrapper {
    margin-top: -110px;
  }

  .blog-post-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-post-content-wrapper.first {
    padding-top: 40px;
  }

  .blog-post-header-info-block {
    margin-top: 20px;
  }

  .menu-button {
    width: 65px;
    height: 65px;
    float: right;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .menu-button.left {
    float: left;
  }

  .small-events-list-item {
    padding-left: 75px;
    padding-right: 0;
  }

  .small-events-list-link-title {
    font-size: 14px;
    line-height: 20px;
  }

  .video-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/images/Photo-4_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 180px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    min-height: 0;
  }

  .hero-slide-overlay {
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 35px;
  }

  .hero-slide-overlay.padding {
    padding-top: 160px;
    padding-bottom: 50px;
  }

  .container.course-header {
    padding-left: 0;
  }

  .hero-slide-content-block {
    width: 90%;
  }

  .hero-slide-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 34px;
  }

  .button.slider-button, .button.white {
    margin-top: 10px;
  }

  .navbar {
    height: 55px;
  }

  .top-navbar {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
  }

  .top-nav-menu {
    float: none;
    text-align: center;
  }

  .top-nav-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-intro-paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .section {
    padding: 20px;
  }

  .section.tint.event {
    padding-top: 20px;
  }

  .section.tint.stats {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-title-wrapper {
    margin-bottom: 20px;
  }

  .section-title-wrapper.course {
    margin-bottom: 10px;
  }

  .course-block-wrapper.home-first, .course-block-wrapper.home-featured {
    height: auto;
  }

  .course-block-wrapper.list-view {
    height: auto;
    padding-left: 0;
  }

  .course-image-link-block.home-featured {
    height: 130px;
  }

  .course-image-link-block.list-view {
    width: 100%;
    height: 80px;
    position: static;
  }

  .course-content-block._2.list-view {
    padding-bottom: 5px;
  }

  .course-title-link {
    font-size: 16px;
  }

  .course-info-icon {
    margin-right: 7px;
    font-size: 13px;
  }

  .course-info-title {
    margin-right: 6px;
    font-size: 13px;
  }

  .teacher-overlay-block {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .teacher-overlay-title {
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .teacher-overlay-photo {
    width: 40px;
    height: 40px;
    margin-bottom: -18px;
    margin-right: 13px;
    position: relative;
    bottom: -9px;
  }

  .teacher-overlay-photo.list-view-photo {
    margin-top: -2px;
    bottom: 0;
  }

  .image-section-overlay {
    text-align: center;
    padding: 30px 20px;
  }

  .image-section-content-block {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-section-title {
    font-size: 36px;
    line-height: 35px;
  }

  .image-section-title._2 {
    font-size: 20px;
    line-height: 26px;
  }

  .image-section-contact-form {
    width: 100%;
    margin-top: 20px;
  }

  .field {
    margin-bottom: 4px;
  }

  .event-item {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .event-date-block {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .event-image-block {
    width: 100%;
    height: 150px;
    border-radius: 0;
    position: relative;
  }

  .bottom-info-text {
    margin-top: 10px;
  }

  .about-column-right {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .about-us-col-right {
    margin-top: 20px;
  }

  .news-column-left, .featured-course-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-course-column-right {
    padding-right: 0;
  }

  .featured-course-right {
    width: 100%;
    margin-left: 0;
  }

  .footer {
    padding: 20px;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .bottom-footer-block {
    margin-top: 10px;
    padding-top: 20px;
  }

  .bottom-footer-text {
    float: none;
  }

  .bottom-footer-text.right {
    float: none;
    margin-top: 10px;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  ._404-section {
    padding: 150px 25px 80px;
  }

  .page-header-overlay {
    padding: 120px 20px 20px;
  }

  .page-header-overlay.course {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .page-header-overlay.blog-post {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .page-header-title {
    font-size: 38px;
    line-height: 34px;
  }

  .page-header-title.course-title {
    font-size: 25px;
    line-height: 31px;
  }

  .page-header-title.blog-post-title {
    font-size: 30px;
    line-height: 35px;
  }

  .page-subtitle {
    margin-top: 5px;
    font-size: 20px;
  }

  .page-subtitle.category {
    margin-top: 6px;
    font-size: 17px;
  }

  .featured-course-item, .courses-list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-image-block {
    height: 265px;
  }

  .about-us-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-column-right {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-column-left {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-column.last {
    padding-bottom: 0;
  }

  .contact-us-row {
    margin-top: 0px;
  }

  .contact-us-map iframe {
    width: 100%;
  }

  .contact-us-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-block {
    height: auto;
  }

  .fields-row {
    margin-bottom: 1px;
  }

  .fields-col-left {
    padding-left: 0;
  }

  .fields-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title {
    font-size: 19px;
  }

  .course-block-left {
    width: 100%;
    margin-top: -60px;
  }

  .course-image-block {
    height: 190px;
  }

  .course-main-info-block {
    width: 100%;
    margin-top: 20px;
  }

  .teacher-block-wrapper {
    margin-bottom: 6px;
  }

  .teacher-class-photo {
    width: 45px;
    height: 45px;
  }

  .teacher-title {
    margin-top: 6px;
    font-size: 16px;
  }

  .teacher-title._2 {
    margin-top: 2px;
    font-size: 13px;
  }

  .course-content-wrapper {
    margin-bottom: 10px;
  }

  .course-category-title {
    font-size: 15px;
  }

  .course-category-title.icon {
    font-size: 13px;
  }

  .empty-state.empty-courses {
    height: 200px;
    padding-top: 60px;
  }

  .teacher-photo-block {
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .image-logo {
    height: 40px;
    margin-right: 20px;
  }

  .teacher-overview-block {
    margin-bottom: 10px;
  }

  .blog-list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-block-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-link-title {
    padding: 5px 20px;
  }

  .blog-post-wrapper {
    width: 90%;
  }

  .blog-post-content-wrapper {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-post-content-wrapper.first {
    padding: 30px 30px 10px;
  }

  .blog-title-wrapper {
    width: 90%;
  }

  .blog-author-photo {
    width: 70px;
    height: 70px;
    margin-right: 17px;
  }

  .blog-author-title-link {
    font-size: 24px;
    line-height: 20px;
  }

  .menu-button {
    height: 55px;
    padding-top: 17px;
  }

  .course-teacher-item {
    padding-left: 0;
    padding-right: 0;
  }

  .event-info-block {
    padding: 25px;
  }

  .hero-slider-nav {
    height: 50px;
    text-align: right;
    padding-right: 20px;
    font-size: 8px;
  }

  .teacher-item {
    padding-left: 0;
    padding-right: 0;
  }

  .stats-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .category-block.right {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }

  .category-block.large {
    height: 150px;
    margin-bottom: 10px;
  }

  .category-column-left {
    padding-left: 0;
  }

  .category-column-right {
    padding-right: 0;
  }

  .small-events-list-link-title {
    font-size: 17px;
  }

  .news-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .events-column {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-column {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-hero {
    padding: 120px 20px 30px;
  }

  .no-courses-title {
    font-size: 35px;
  }

  .no-courses-title._2 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }
  .pl-60 {
    padding-left: 0px;
  }

  .w-col {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-right: 5px;
    font-size: 15px;
    line-height: 21px;
  }

  .hero-section.smaller, .hero-slide._3 {
    z-index: 0;
  }

  .hero-slide-overlay {
    padding: 140px 25px 50px;
  }

  .hero-slide-overlay.padding {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .container {
    background-color: rgba(0, 0, 0, 0);
  }

  .container.teacher-container {
    text-align: center;
  }

  .hero-slide-content-block {
    width: 100%;
  }

  .hero-slide-content-block.simple {
    width: 90%;
  }

  .hero-slide-title {
    font-size: 28px;
    line-height: 27px;
  }

  .hero-slide-title.smaller {
    font-size: 24px;
    line-height: 25px;
  }

  .hero-slide-intro-title {
    font-size: 15px;
  }

  .button.slider-button {
    margin-top: 5px;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 12px;
    line-height: 17px;
  }

  .navbar {
    display: block;
  }

  .nav-menu {
    width: 250px;
    text-align: left;
    background-color: #cecdcd;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .nav-link {
    text-align: left;
    font-size: 13px;
    line-height: 13px;
    position: static;
  }

  .top-nav-link {
    margin-left: 10px;
  }

  .top-nav-title {
    font-size: 11px;
  }

  .slide-intro-paragraph {
    font-size: 15px;
    line-height: 19px;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.tint {
    background-color: #fff;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper.course {
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 24px;
  }

  .section-title.subtitle {
    margin-top: 3px;
    font-size: 15px;
    line-height: 21px;
  }

  .section-title.subtitle.with-name {
    margin-top: 4px;
    font-size: 14px;
    line-height: 14px;
  }

  .section-title.subtitle.with-name.first {
    margin-top: 11px;
  }

  .section-title-divider {
    margin-top: 10px;
  }

  .course-block-wrapper.home-first, .course-block-wrapper.home-featured {
    margin-bottom: 10px;
  }

  .course-image-link-block {
    height: 110px;
  }

  .course-content-block._2.list-view {
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .course-info-icon {
    margin-right: 5px;
  }

  .course-info-title.list {
    font-size: 12px;
  }

  .teacher-overlay-title {
    padding-top: 13px;
  }

  .teacher-overlay-title.list-view {
    margin-right: 6px;
    padding-bottom: 0;
    font-size: 12px;
  }

  .teacher-overlay-photo.list-view-photo {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .image-section-content-block {
    width: 100%;
  }

  .image-section-title {
    font-size: 29px;
    line-height: 28px;
  }

  .image-section-title._2 {
    font-size: 17px;
    line-height: 22px;
  }

  .contact-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-title {
    font-size: 23px;
    line-height: 23px;
  }

  .event-date-block {
    padding: 20px 20px 15px;
  }

  .event-date-title {
    margin-right: 14px;
  }

  .event-image-block {
    height: 130px;
  }

  .event-title-link {
    font-size: 21px;
  }

  .event-info-wrapper {
    margin-bottom: 5px;
  }

  .event-info-title {
    margin-right: 5px;
    font-size: 12px;
  }

  .bottom-info-text {
    margin-left: 0;
    margin-right: 20px;
    display: inline;
  }

  .blog-post-title-link.blog-page {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 20px;
  }

  .blog-info-title {
    font-size: 13px;
  }

  .about-image-block {
    height: 120px;
  }

  .footer {
    padding-top: 30px;
    padding-left: 24px;
  }

  ._404-section {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .page-header-overlay {
    padding-top: 114px;
    padding-bottom: 21px;
  }

  .page-header-overlay.color {
    padding-bottom: 30px;
  }

  .page-header-overlay.course {
    padding-bottom: 65px;
  }

  .page-header-overlay.blog-post {
    padding-top: 170px;
    padding-bottom: 100px;
  }

  .page-header-title {
    font-size: 25px;
    line-height: 24px;
  }

  .page-header-title.course-title {
    font-size: 21px;
    line-height: 26px;
  }

  .page-header-title.teacher-name {
    font-size: 24px;
  }

  .page-header-title.blog-post-title {
    font-size: 24px;
    line-height: 29px;
  }

  .page-subtitle {
    margin-top: 7px;
    font-size: 16px;
    line-height: 17px;
  }

  .page-subtitle.category {
    margin-top: 0;
    font-size: 15px;
  }

  .page-subtitle.teacher-subtitle {
    margin-top: 3px;
    font-size: 18px;
  }

  .about-us-image-block {
    height: 135px;
  }

  .about-us-column-right {
    padding-top: 10px;
  }

  .large-contact-block {
    padding: 20px;
  }

  .contact-block-small-title {
    font-size: 11px;
  }

  .contact-block-icon {
    font-size: 44px;
    top: 16px;
    right: 21px;
  }

  .contact-block-title {
    margin-top: 0;
    font-size: 20px;
  }

  .pricing-content-block.feature {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing-title {
    font-size: 25px;
  }

  .pricing-title.subtitle {
    margin-top: 4px;
  }

  .contact-us-map iframe {
    width: 100%;
  }

  .contact-us-block {
    padding: 21px 24px 24px;
  }

  .faq-title {
    font-size: 18px;
    line-height: 23px;
  }

  .course-image-block {
    height: 140px;
  }

  .course-main-info-block {
    margin-top: 30px;
  }

  .course-category-title, .course-category-title.icon {
    font-size: 13px;
  }

  .empty-state.empty-courses {
    height: 140px;
    padding-top: 30px;
  }

  .teacher-photo-block {
    width: 80px;
    height: 80px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .short-teacher-biography {
    width: 93%;
    display: inline-block;
  }

  .teacher-overview-image {
    width: 70px;
    height: 70px;
  }

  .blog-post-block {
    margin-bottom: 10px;
  }

  .blog-post-image-block {
    height: 90px;
  }

  .blog-post-summary {
    font-size: 13px;
    line-height: 20px;
  }

  .blog-post-wrapper {
    width: 100%;
    margin-top: -90px;
  }

  .blog-post-content-wrapper {
    padding-top: 20px;
  }

  .blog-post-content-wrapper.first {
    padding: 20px 20px 0;
  }

  .blog-post-date-title {
    font-size: 12px;
  }

  .blog-title-wrapper {
    width: 100%;
  }

  .blog-author-photo {
    width: 50px;
    height: 50px;
  }

  .blog-author-title-link {
    font-size: 19px;
    line-height: 18px;
  }

  .menu-button {
    position: static;
  }

  .event-info-block {
    padding: 20px;
  }

  .hero-slider-nav {
    height: 50px;
  }

  .stats-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .stats-column.last {
    padding-bottom: 0;
  }

  .category-block.right, .category-block.large {
    height: 130px;
  }

  .category-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-hero {
    padding-top: 120px;
  }

  .no-courses-title {
    font-size: 25px;
    line-height: 38px;
  }

  .no-courses-title._2 {
    font-size: 18px;
  }

  .accordion__content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: none;
  }

  .accordion__content-wrap._05 {
    margin-left: -19px;
    padding-left: 0;
  }

  .accordion__plus-wrapper {
    align-items: center;
    margin-top: 0px;
    margin-left: 20px;
  }

  .accordion__plus-wrapper.csf._03 {
    align-items: center;
  }

  .accordion-item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-item._01 {
    margin-left: 20px;
  }

  .accordion__title {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: ". Area"
    / 3.75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: flex-start;
    display: grid;
  }

  .accordion__title._01 {
    margin-left: 0;
  }

  .accordion__title._03 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 3.75fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .paragraph-25 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion__content {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion__content.admission {
    margin-right: 0;
  }

  .flex-body.csf {
    align-items: stretch;
    display: block;
  }

  .heading-16 {
    max-width: 80%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 20px;
  }

  .text-block-103._02 {
    margin-left: -7px;
  }

  .container-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-5.faq {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-40 {
    align-items: flex-start;
    display: inline-block;
  }

  .quick-stack-2 {
    padding-right: 0;
  }

  .paragraph-41 {
    display: block;
  }

  .body {
    background-color: #fff;
  }

  .link {
    display: block;
  }

  .list-3 {
    padding-left: 0;
  }

  .bold-text-30 {
    display: block;
  }

  .body-2 {
    background-color: #fff;
  }
  [id^="content-text-with-multiple-images"] .image-block,
  [id^="content-gallery"] .image-block {
    grid-template-columns: 1fr 1fr !important;
   }
}

#w-node-a25e45b0-445a-3a57-721b-8c273ff8eb2b-593d083d {
  justify-self: start;
}

#w-node-a25e45b0-445a-3a57-721b-8c273ff8eb2e-593d083d {
  justify-self: end;
}

#w-node-a25e45b0-445a-3a57-721b-8c273ff8eb38-593d083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a25e45b0-445a-3a57-721b-8c273ff8eb40-593d083d {
  justify-self: start;
}

#w-node-a25e45b0-445a-3a57-721b-8c273ff8eb43-593d083d {
  justify-self: end;
}

#w-node-a25e45b0-445a-3a57-721b-8c273ff8eb49-593d083d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a25e45b0-445a-3a57-721b-8c273ff8eb4c-593d083d {
  justify-self: start;
}

#w-node-a25e45b0-445a-3a57-721b-8c273ff8eb4f-593d083d {
  justify-self: end;
}

#w-node-a25e45b0-445a-3a57-721b-8c273ff8eb57-593d083d, #w-node-e4127104-8f0f-1d3f-d5da-9e665739b539-f4dbd0e3 {
  justify-self: start;
}

#w-node-e4127104-8f0f-1d3f-d5da-9e665739b53c-f4dbd0e3 {
  justify-self: end;
}

#w-node-e4127104-8f0f-1d3f-d5da-9e665739b549-f4dbd0e3 {
  justify-self: start;
}

#w-node-e4127104-8f0f-1d3f-d5da-9e665739b54c-f4dbd0e3 {
  justify-self: end;
}

#w-node-e4127104-8f0f-1d3f-d5da-9e665739b559-f4dbd0e3 {
  justify-self: start;
}

#w-node-e4127104-8f0f-1d3f-d5da-9e665739b55c-f4dbd0e3 {
  justify-self: end;
}

#w-node-ee83db8c-180b-6508-c8ba-4b1f954513b1-f4dbd0e3 {
  justify-self: start;
}

#w-node-ee83db8c-180b-6508-c8ba-4b1f954513b4-f4dbd0e3 {
  justify-self: end;
}

#w-node-f82de521-5454-0390-e3fa-6bb780970fd9-f4dbd0e3 {
  justify-self: start;
}

#w-node-f82de521-5454-0390-e3fa-6bb780970fdc-f4dbd0e3 {
  justify-self: end;
}

#w-node-_46fd2a0a-e24b-028b-3f0c-968495556738-f4dbd0e3 {
  justify-self: start;
}

#w-node-_46fd2a0a-e24b-028b-3f0c-96849555673b-f4dbd0e3 {
  justify-self: end;
}

#w-node-dfd228d8-b943-f88e-b7b8-1199c4b2c94d-f4dbd0e3 {
  justify-self: start;
}

#w-node-dfd228d8-b943-f88e-b7b8-1199c4b2c950-f4dbd0e3 {
  justify-self: end;
}

#w-node-_782f6d01-efb6-029a-840e-f1729ba5fb12-f4dbd0e3 {
  justify-self: start;
}

#w-node-_782f6d01-efb6-029a-840e-f1729ba5fb15-f4dbd0e3 {
  justify-self: end;
}

#w-node-_457bc610-9076-71fb-e73a-ca79e58656ba-77d2e0a1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_457bc610-9076-71fb-e73a-ca79e58656bb-77d2e0a1, #w-node-_457bc610-9076-71fb-e73a-ca79e58656bc-77d2e0a1, #w-node-_08d45f05-ae2c-8bcf-3265-0e1ba307e310-77d2e0a1, #w-node-eba9b302-95f4-a429-0b12-89c12c59609a-77d2e0a1, #w-node-_42cf7478-4280-c8ad-848f-74c77623a32c-77d2e0a1, #w-node-_6c116edd-22ef-1702-3454-6374dbed73d4-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_852dc3a6-78a7-5673-7388-d9174860f8e7-77d2e0a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_852dc3a6-78a7-5673-7388-d9174860f8e8-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe6248b5-0aa6-6907-7d0e-3d25ab73ffb9-77d2e0a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-fe6248b5-0aa6-6907-7d0e-3d25ab73ffba-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a57572-684a-6561-d05a-b0479bb9850f-77d2e0a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_23a57572-684a-6561-d05a-b0479bb98510-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28c37607-ad79-aa1e-dcc6-abafe56b44dc-77d2e0a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_28c37607-ad79-aa1e-dcc6-abafe56b44dd-77d2e0a1, #w-node-ef833627-7735-addb-f096-96483620ce37-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f318fbfe-d6c0-370b-8093-a4ec97550125-77d2e0a1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f318fbfe-d6c0-370b-8093-a4ec97550126-77d2e0a1, #w-node-f318fbfe-d6c0-370b-8093-a4ec97550129-77d2e0a1, #w-node-f318fbfe-d6c0-370b-8093-a4ec9755012c-77d2e0a1, #w-node-f318fbfe-d6c0-370b-8093-a4ec9755012f-77d2e0a1, #w-node-f318fbfe-d6c0-370b-8093-a4ec97550132-77d2e0a1, #w-node-f318fbfe-d6c0-370b-8093-a4ec97550135-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f318fbfe-d6c0-370b-8093-a4ec9755013d-77d2e0a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f318fbfe-d6c0-370b-8093-a4ec9755013e-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f318fbfe-d6c0-370b-8093-a4ec97550146-77d2e0a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f318fbfe-d6c0-370b-8093-a4ec97550147-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f318fbfe-d6c0-370b-8093-a4ec9755014f-77d2e0a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f318fbfe-d6c0-370b-8093-a4ec97550150-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f318fbfe-d6c0-370b-8093-a4ec97550152-77d2e0a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f318fbfe-d6c0-370b-8093-a4ec97550153-77d2e0a1, #w-node-f318fbfe-d6c0-370b-8093-a4ec97550158-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6e0bd7-b3f1-46af-83be-f91cc69c8c08-77d2e0a1 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5a6e0bd7-b3f1-46af-83be-f91cc69c8c09-77d2e0a1, #w-node-_5a6e0bd7-b3f1-46af-83be-f91cc69c8c0c-77d2e0a1, #w-node-_5a6e0bd7-b3f1-46af-83be-f91cc69c8c0f-77d2e0a1, #w-node-_5a6e0bd7-b3f1-46af-83be-f91cc69c8c12-77d2e0a1, #w-node-_5a6e0bd7-b3f1-46af-83be-f91cc69c8c15-77d2e0a1, #w-node-_5a6e0bd7-b3f1-46af-83be-f91cc69c8c18-77d2e0a1, #w-node-_3b359bfe-95b8-40b8-f3d5-a67ab81ab088-77d2e0a1, #w-node-_8d42c254-c519-378b-5e87-6ba7c165b063-77d2e0a1, #w-node-_8cd3e8a1-0011-fdda-434e-45a1819a8924-77d2e0a1, #w-node-_0771e465-9ef4-1ff3-050a-3c1949e23c5f-77d2e0a1, #w-node-_9a9c55ab-7c79-7f34-aaf5-b2db93ce6f93-77d2e0a1, #w-node-_95c8eb3f-994a-7067-7a8b-99f868fdba5d-77d2e0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28baab7e-8234-9116-6515-27e08c4baf6f-becefdc4 {
  justify-self: start;
}

#w-node-_28baab7e-8234-9116-6515-27e08c4baf72-becefdc4 {
  justify-self: end;
}

#w-node-_28baab7e-8234-9116-6515-27e08c4baf7d-becefdc4 {
  justify-self: start;
}

#w-node-_28baab7e-8234-9116-6515-27e08c4baf80-becefdc4 {
  justify-self: end;
}

#w-node-_28baab7e-8234-9116-6515-27e08c4baf6f-c2bb8326 {
  justify-self: start;
}

#w-node-_28baab7e-8234-9116-6515-27e08c4baf72-c2bb8326 {
  justify-self: end;
}

#w-node-_28baab7e-8234-9116-6515-27e08c4baf7d-c2bb8326 {
  justify-self: start;
}

#w-node-_28baab7e-8234-9116-6515-27e08c4baf80-c2bb8326 {
  justify-self: end;
}

#w-node-_61dcd965-1a51-b49f-e2a9-3f64a6270e15-c2bb8326 {
  justify-self: start;
}

#w-node-_61dcd965-1a51-b49f-e2a9-3f64a6270e18-c2bb8326 {
  justify-self: end;
}

#w-node-_37316187-9009-4927-6cdb-861f4b65e1bc-c2bb8326 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37316187-9009-4927-6cdb-861f4b65e1bd-c2bb8326, #w-node-_37316187-9009-4927-6cdb-861f4b65e1be-c2bb8326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dae67b1-776e-d56e-eab1-cfa9bdf57792-c2bb8326 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7dae67b1-776e-d56e-eab1-cfa9bdf57793-c2bb8326, #w-node-_7dae67b1-776e-d56e-eab1-cfa9bdf577a3-c2bb8326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('/20241029130315oe_/https://www.fed.cuhk.edu.hk/pgde/site/templates/fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}