/*
Project : UST PhD
Xenyo Limited
Lotfy Khattab
*/
/*  @VARS   */
/*// mixin */
.blue {
  background: #0a6eb4;
  color: #fff !important;
}
.blue:hover {
  background: #4e8eb4 !important;
  color: #fff !important;
}
@media only screen and (min-width: 1000px) {
  body.page-node-type-webform .webform-right .form-item-nickname,
  body.page-node-type-webform .webform-right .form-item-student-id,
  body.page-node-type-webform .webform-right .form-item-degree,
  body.page-node-type-webform .webform-right .form-item-major,
  body.page-node-type-webform .webform-right .form-item-university,
  body.page-node-type-webform .webform-right .form-item-year-of-graduation,
  body.page-node-type-webform .webform-right .form-item-job-title {
    width: 240px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  body.page-node-type-webform .webform-right .form-item-nickname,
  body.page-node-type-webform .webform-right .form-item-student-id,
  body.page-node-type-webform .webform-right .form-item-degree,
  body.page-node-type-webform .webform-right .form-item-major,
  body.page-node-type-webform .webform-right .form-item-university,
  body.page-node-type-webform .webform-right .form-item-year-of-graduation,
  body.page-node-type-webform .webform-right .form-item-job-title {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1000px) {
  body.page-node-type-webform .webform-right .form-item-contact-no-mobile-,
  body.page-node-type-webform .webform-right .form-item-email,
  body.page-node-type-webform .webform-right .form-item-company {
    width: 500px;
  }
}
@media only screen and (min-width: 1000px) {
  body.page-node-type-webform .webform-right .form-item-family-name,
  body.page-node-type-webform .webform-right .form-item-first-name,
  body.page-node-type-webform .webform-right .form-item-contact-no-mobile-share,
  body.page-node-type-webform .webform-right .form-item-emailshare {
    width: 370px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  body.page-node-type-webform .webform-right .form-item-family-name,
  body.page-node-type-webform .webform-right .form-item-first-name,
  body.page-node-type-webform .webform-right .form-item-contact-no-mobile-share,
  body.page-node-type-webform .webform-right .form-item-emailshare {
    width: calc(50% - 10px);
  }
}
body.page-node-type-webform .form-type-textfield.active,
body.page-node-type-webform .form-type-number.active,
body.page-node-type-webform .form-type-tel.active,
body.page-node-type-webform .form-type-email.active,
body.page-node-type-webform .form-type-textarea.active {
  border-color: #09a770 !important;
}
body.page-node-type-webform .form-type-textfield.active label,
body.page-node-type-webform .form-type-number.active label,
body.page-node-type-webform .form-type-tel.active label,
body.page-node-type-webform .form-type-email.active label,
body.page-node-type-webform .form-type-textarea.active label {
  color: #09a770 !important;
}
body.page-node-type-webform .form-type-textfield label:after,
body.page-node-type-webform .form-type-number label:after,
body.page-node-type-webform .form-type-tel label:after,
body.page-node-type-webform .form-type-email label:after,
body.page-node-type-webform .form-type-textarea label:after {
  border-color: transparent #09a770 transparent transparent !important;
}
body.page-node-type-webform .form-type-checkbox input,
body.page-node-type-webform .form-type-radio input {
  display: none;
}
body.page-node-type-webform .form-type-checkbox input:checked + label:before,
body.page-node-type-webform .form-type-radio input:checked + label:before {
  background-image: url("../img/checkbox.svg") !important;
}
body.page-node-type-webform .webform-button--submit {
  border-color: #09a770 !important;
  background: #169562 !important;
}
html,
body {
  height: 100%;
  min-height: 100%;
  max-width: 100%;
}
html.toolbar-tray-open.toolbar-vertical.toolbar-fixed,
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0;
}
@media only screen and (min-width: 1000px) {
  html.toolbar-tray-open.toolbar-vertical .toolbar-tray-vertical.is-active,
  body.toolbar-tray-open.toolbar-vertical .toolbar-tray-vertical.is-active {
    display: block;
  }
}
html .messages--status,
body .messages--status {
  display: none;
}
body {
  padding-top: 0;
}
header .ico-linkedIn.whatsapp {
  background-position: -48px 0;
}
.node--type-webform {
  margin-top: 30px;
}
.region-homepage-blocks {
  margin-top: -90px;
}
.region-header-banners {
  position: relative;
}
.header {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
@media only screen and (min-width: 1000px) {
  .header .logo img {
    height: 55px;
  }
}
.node__links a {
  color: #09a770;
}
.node__links a:hover {
  color: #078055;
}
.error_404_page {
  height: 500px;
  line-height: 500px;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .error_404_page {
    height: 450px;
    line-height: 450px;
  }
}
@media only screen and (max-width: 759px) {
  .error_404_page {
    height: 300px;
    line-height: 300px;
  }
}
.error_404_page .error_404_page_image {
  max-width: 648px;
  margin: 0 auto;
  background: #f8f8f8 url("../img/403.png") no-repeat center center;
  background-size: contain;
}
.error_404_page .error_404_page_image.error-404 {
  background-image: url("../img/404.png");
}
.error_404_page a {
  display: block;
}
body.error-page .layout-content {
  padding: 0 20px;
  height: 450px;
}
body.error-page .error-box {
  position: relative;
  height: 305px;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  background: url("../img/frame.png") center center no-repeat;
  background-size: 100% 100%;
  display: table;
  top: 80px;
}
body.error-page .error-box .text {
  padding-left: 165px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 759px) {
  body.error-page .error-box .text {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 759px) {
  body.error-page .error-box .text h1 {
    font-size: 30px;
  }
}
body.error-page .error-box img {
  position: absolute;
  left: 65px;
  top: -30px;
}
@media only screen and (max-width: 759px) {
  body.error-page .error-box img {
    left: 35px;
  }
}
body.error-page .btn-input {
  font-size: 12px;
  font-family: "Roboto Condensed", Arial, "Microsoft JhengHei", sans-serif;
  border: 0;
  background-color: transparent;
  display: inline-block;
  line-height: 1.6em;
  padding: 5px 12px;
  margin: 0;
  outline: 0;
  cursor: pointer;
  color: #333;
  text-decoration: none !important;
}
body.error-page .btn-input.gray-white {
  background-color: #333;
  color: #fff;
  box-shadow: 1px 1px 5px #777;
}
body.error-page .btn-input.gray-white .ico-read-more {
  background-position: center 0;
}
body.error-page .btn-input i,
body.error-page .btn-input em {
  width: 16px;
  height: 16px;
  margin-bottom: -4px;
  display: inline-block;
}
body.error-page .btn-input span {
  margin-left: 4px;
}
body.error-page .ico-read-more {
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url("../img/home-arrow.png");
}
.addeventatc {
  display: inline-block;
  zoom: 1;
  position: relative;
  z-index: 1;
  font-family: Roboto, "Helvetica Neue", Helvetica, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  color: #000 !important;
  font-weight: 300;
  line-height: 100% !important;
  background-color: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  font-size: 15px;
  text-decoration: none;
  padding: 13px 12px 12px 43px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: url(https://www.addevent.com/gfx/icon-calendar-t5.png), url(https://www.addevent.com/gfx/icon-calendar-t1.svg), url(https://www.addevent.com/gfx/icon-apple-t1.svg), url(https://www.addevent.com/gfx/icon-facebook-t1.svg), url(https://www.addevent.com/gfx/icon-google-t1.svg), url(https://www.addevent.com/gfx/icon-outlook-t1.svg), url(https://www.addevent.com/gfx/icon-yahoo-t1.svg);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
}
.ui-datepicker {
  width: auto;
}
.margin_top_5 {
  margin-top: 5px;
}
.margin_top_10 {
  margin-top: 10px;
}
.margin_top_15 {
  margin-top: 15px;
}
.margin_top_20 {
  margin-top: 20px;
}
.margin_bottom_5 {
  margin-bottom: 5px;
}
.margin_bottom_10 {
  margin-bottom: 10px;
}
.margin_bottom_15 {
  margin-bottom: 15px;
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.margin_5 {
  margin: 5px 0;
}
.margin_10 {
  margin: 10px 0;
}
.margin_15 {
  margin: 15px 0;
}
.margin_20 {
  margin: 20px 0;
}
@media only screen and (min-width: 1000px) {
  .path-node #toolbar-administration,
  .path-frontpage #toolbar-administration {
    margin: 0;
  }
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .block-hkust-signature-header-block .block-body > .header {
  top: 107px;
}
@media only screen and (max-width: 999px) {
  .toolbar-fixed.toolbar-horizontal.toolbar-tray-open .block-hkust-signature-header-block .block-body > .header .menu {
    top: 185px;
  }
}
@media only screen and (max-width: 999px) {
  .toolbar-fixed.toolbar-horizontal.toolbar-tray-open .block-hkust-signature-header-block .block-body > .header.scrolling .menu {
    top: 180px;
  }
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .block-hkust-signature-header-block .block-body > .top-bar {
  top: 79px;
}
.toolbar-fixed .block-hkust-signature-header-block .block-body > .header {
  top: 67px;
}
@media only screen and (max-width: 999px) {
  .toolbar-fixed .block-hkust-signature-header-block .block-body > .header .menu {
    top: 146px;
  }
}
@media only screen and (max-width: 999px) {
  .toolbar-fixed .block-hkust-signature-header-block .block-body > .header.scrolling .menu {
    top: 141px;
  }
}
.toolbar-fixed .block-hkust-signature-header-block .block-body > .top-bar {
  top: 39px;
}
.alumni-main-menu .description {
  display: block;
}
.alumni-main-menu.li.active .description {
  display: block;
}
#block-hkust-fintech-breadcrumbs {
  padding-bottom: 0;
  position: absolute;
  bottom: 10px;
  margin-top: 30px;
  left: 20px;
}
@media only screen and (min-width: 1000px) {
  #block-hkust-fintech-breadcrumbs {
    left: 85px;
  }
}
#block-hkust-fintech-breadcrumbs nav.breadcrumb {
  max-width: 1180px;
  margin: 0 auto;
}
#block-hkust-fintech-breadcrumbs nav.breadcrumb li {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 400;
  display: inline-block;
}
@media only screen and (max-width: 759px) {
  #block-hkust-fintech-breadcrumbs nav.breadcrumb li {
    font-size: 14px;
  }
}
#block-hkust-fintech-breadcrumbs nav.breadcrumb li a {
  color: #fff;
}
#block-hkust-fintech-breadcrumbs nav.breadcrumb li:after {
  content: "|";
  width: 20px;
  text-align: center;
  color: #cfcfcf;
  display: inline-block;
}
@media only screen and (max-width: 759px) {
  #block-hkust-fintech-breadcrumbs nav.breadcrumb li:last-child {
    padding-top: 10px;
  }
}
#block-hkust-fintech-breadcrumbs nav.breadcrumb li:last-child:after {
  display: none;
}
.region-content {
  padding: 20px;
  margin: 0 auto;
}
.light_hr {
  border-top: 1px solid #eee;
}
#cboxLoadedContent {
  overflow: hidden !important;
  margin-bottom: 0;
}
#cboxClose {
  display: none;
}
.share-this-block {
  min-width: 320px;
}
.share-this-block .share_title {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.share-this-block .copy_url_field {
  margin: 10px 0 25px;
}
.share-this-block .copy-input-url {
  border: medium none;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  width: 90%;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.share-this-block .copy_link {
  text-align: right;
  margin: 5px 0;
}
.share-this-block .copy_link a {
  color: #6d6e71;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: 1px solid #eee;
  padding: 5px;
  display: inline-block;
}
.share-this-block .copy_link a.copied {
  color: #006400;
  text-transform: capitalize;
  pointer-events: none;
  border-left: medium none;
}
.alumni-responsive-blocks {
  max-width: 1180px;
  margin: 0 auto;
}
.alumni-responsive-blocks .view-content {
  overflow: hidden;
  margin: 0 auto;
}
.alumni-responsive-blocks .views-row {
  float: left;
  margin-bottom: 20px;
}
.alumni-responsive-blocks .views-row img {
  width: 100%;
  height: auto;
}
.alumni-responsive-blocks .views-row:after {
  content: '';
  display: block;
  clear: both;
}
.region-header-banners .hkust-global-banner {
  position: relative;
}
.region-header-banners .hkust-global-banner h3 {
  display: none;
  position: absolute;
  width: 98%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  height: 100%;
}
.region-header-banners .hkust-global-banner h3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
@media only screen and (max-width: 999px) {
  .region-header-banners .hkust-global-banner h3 {
    display: block;
  }
}
.region-header-banners .hkust-global-banner .field__label {
  display: none;
}
.region-header-banners .hkust-global-banner img {
  width: 100%;
  max-width: 100%;
}
.region-header-banners .hkust-global-banner .block {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .region-header-banners .hkust-global-banner .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-desktop-image {
    display: block;
  }
  .region-header-banners .hkust-global-banner .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-desktop-image img {
    max-height: 220px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .region-header-banners .hkust-global-banner .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-tablet-image {
    display: block;
  }
  .region-header-banners .hkust-global-banner .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-tablet-image img {
    max-height: 140px;
  }
}
@media only screen and (max-width: 759px) {
  .region-header-banners .hkust-global-banner .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-mobile-image {
    display: block;
  }
  .region-header-banners .hkust-global-banner .block.block-field-blockblock-contentbusiness-school-bannerfield-banner-mobile-image img {
    max-height: 120px;
  }
}
/*  Homepahe  */
.path-frontpage .region-home {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1240px) {
  .path-frontpage .content {
    overflow: hidden;
    width: 100%;
  }
}
#block-copyright {
  padding: 0;
}
.path-node {
  /*
	#block-hkust-fintech-homeprogramcatalogue {
		max-width: @large-screen;
		@media @desktop {
			min-width: @large-screen;
		}
		margin: 0 auto;
		padding-bottom: 70px;
		overflow: hidden;
		@media @mobile {
			padding: 0 0 40px;
		}
		.programs_header {
			max-width: @pagewidth;
			margin: 0 auto;
			height: 80px;
			text-align: right;
			visibility: hidden;
			&.desktop {
				@media @tablet {
					display: none;
				}
				@media @mobile {
					display: none;
				}
			}
			&.tablet {
				@media @desktop {
					display: none;
				}
				@media @tablet {
					display: none;
					margin: 45px auto 30px;
					text-align: center;
					a {
						display: inline-block;
					}
				}
				@media @mobile {
					display: none;
					margin: 45px auto 30px;
					text-align: center;
					a {
						display: inline-block;
					}
				}
			}
			&.mobile {
				@media @desktop {
					display: none;
				}
				@media @tablet {
					display: none;
				}
				@media @mobile {
					display: none;
					margin: 45px auto 0;
					text-align: center;
					a {
						display: inline-block;
					}
				}
			}
			a {
				background: rgba(0, 0, 0, 0) url("@{imgFolder}/Arrows-Right-icon-green.png") no-repeat center right 15px;
				width: 260px;
				border: 1px solid #d3d3d3;
				height: 40px;
				line-height: 40px;
				border-radius: 50px;
				padding: 0 20px;
				color: #6d6e71;
				font-size: 15px;
				font-weight: 400;
				display: inline-block;
				text-align: left;
				text-transform: uppercase;
				letter-spacing: 1px;
				.transition(@d);
				&:hover {
					background-position: center right 20px;
				}
			}
		}
		.program_item {
			max-width: 580px;
			height: 160px;
			margin: 0 20px 20px 0;
			float: left;
			position: relative;
			@media @tablet {
				margin: 20px auto;
				float: none;
			}
			@media @mobile {
				margin: 20px auto;
				float: none;
				height: auto;
			}
			&.program_header_item {
				padding: 0 100px;
				@media @tablet {
					height: auto;
					text-align: center;
				}
				@media @mobile {
					height: auto;
					text-align: center;
					margin-bottom: 40px;
					padding: 0;
				}
				.ptitle {
					font-size: 32px;
					color: #6d6e71;
					letter-spacing: 4px;
					text-transform: uppercase;
					line-height: 40px;
					span {
						font-weight: 600;
						color: #77a9b3;
					}
					@media @mobile {
						font-size: 24px;
					}
				}
				.pdescription {
					font-size: 16px;
					color: #77787a;
					line-height: 24px;
					padding: 15px 0 0;
					letter-spacing: 0.5px;
				}
			}
			&:nth-of-type(even) {
				@media @desktop {
					margin-top: -80px;
				}
			}
			.program_name {
				position: absolute;
				width: 100%;
				text-align: left;
				color: #fff;
				font-size: 28px;
				height: 100%;
				padding: 20px;
				line-height: 35px;
				z-index: 1;
				@media @mobile {
					font-size: 18px;
					padding: 5px 10px;
				}
				p {
					margin-bottom: 0;
					@media @mobile {
						margin-bottom: 5px;
						margin-top: 5px;
						line-height: 18px;
					}
					&:not(:first-child) {
						line-height: 0.3em;
						margin: 0;
					}
				}
				span {
					font-size: 13px;
					line-height: 17px;
					@media @mobile {
						font-size: 11px;
						line-height: 11px;
					}
				}
				&:after {
					content: "";
					display: inline-block;
					width: 0;
				}
			}
			img {
				width: 100%;
				height: auto;
				max-width: 100%;
			}
			.program_image {
				.transition(@d);
			}
			a {
				display: block;
				&:hover {
					.program_image {
						opacity: 0.8;
					}
				}
			}
		}
	}
	*/
}
@media only screen and (min-width: 1000px) {
  .path-node .layout-sidebar-first ~ .layout-content {
    width: 63%;
  }
}
.path-node .layout-content {
  display: inline-block;
  width: 100%;
}
.path-node .layout-sidebar-first {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1000px) {
  .path-node .layout-sidebar-first {
    width: 33%;
  }
}
.path-node .region-content {
  padding: 20px;
  margin: 0 auto;
}
.path-node .region-content #block-pagetitle {
  max-width: 980px;
  margin-bottom: 30px;
}
.path-node .region-content #block-pagetitle h1 {
  color: #000;
  font-weight: bold;
}
@media only screen and (min-width: 1000px) {
  .path-node .region-content #block-pagetitle h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 759px) {
  .path-node .region-content #block-pagetitle h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 999px) {
  .path-node #block-hkust-fintech-breadcrumbs {
    padding-bottom: 0;
    margin-bottom: -50px;
  }
  .path-node #block-hkust-fintech-breadcrumbs nav.breadcrumb {
    max-width: 1240px;
  }
  .path-node #block-hkust-fintech-breadcrumbs nav.breadcrumb li {
    color: #77a9b3;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 400;
  }
  .path-node #block-hkust-fintech-breadcrumbs nav.breadcrumb li a {
    color: #000;
  }
  .path-node #block-hkust-fintech-breadcrumbs nav.breadcrumb li:after {
    color: #6d6e71;
  }
}
.path-node .has_sidebar {
  margin: 0 auto;
  width: 100%;
}
.path-node .has_sidebar .basicpage_content {
  margin: 30px auto 10px auto;
  min-height: 400px;
}
.path-node .has_sidebar .basicpage_content .slick-slide img {
  max-width: 100%;
}
@media only screen and (max-width: 759px) {
  .path-node .has_sidebar .basicpage_content {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .path-node .has_sidebar .basicpage_content {
    margin-top: 30px;
  }
}
.path-node .has_sidebar #block-pagetitle h1 {
  text-align: left;
  font-weight: 400;
  color: #2C539D;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.path-node .has_sidebar .article_date {
  display: none;
}
.path-node .has_sidebar .node__content h2 {
  color: #2C539D !important;
}
.path-node .has_sidebar .node__content .banner_image img {
  width: 100%;
  height: auto;
}
.path-node .has_sidebar .node__content .article_date h3 {
  color: #c99600;
}
@media only screen and (min-width: 1000px) {
  .path-node .has_sidebar .node__content .article_date h3 {
    text-align: center;
  }
}
.path-node .has_sidebar .node__content img {
  margin: 5px;
}
@media only screen and (min-width: 1000px) {
}
@media only screen and (max-width: 759px) {
  .path-node .has_sidebar .node__content img {
    width: 100%;
    height: auto;
  }
}
.path-node .has_sidebar .node__content img.align-left {
  float: none;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .path-node .has_sidebar .node__content img.align-left {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    vertical-align: top;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .path-node .has_sidebar .node__content img.align-left {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 759px) {
  .path-node .has_sidebar .node__content img.align-left {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.path-node .has_sidebar .node__content img.align-right {
  float: none;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .path-node .has_sidebar .node__content img.align-right {
    margin: 20px;
    vertical-align: top;
    float: right;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .path-node .has_sidebar .node__content img.align-right {
    float: right;
    /*display: block;
						margin: 0 auto;*/
    margin-left: 10px;
  }
}
@media only screen and (max-width: 759px) {
  .path-node .has_sidebar .node__content img.align-right {
    float: none;
    /*display: block;
						margin: 0 auto;*/
    width: 100%;
    height: 100%;
    padding: 10px 0px;
  }
}
.path-node .has_sidebar .node__content img.align-center {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (min-width: 1000px) {
  .path-node .has_sidebar .node__content p {
    padding: 0 10px;
    font-size: 20px;
    line-height: 32px;
  }
}
.path-node .has_sidebar .node__content h1,
.path-node .has_sidebar .node__content h2,
.path-node .has_sidebar .node__content h3,
.path-node .has_sidebar .node__content h4,
.path-node .has_sidebar .node__content h5,
.path-node .has_sidebar .node__content h6 {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .path-node .has_sidebar .node__content h1,
  .path-node .has_sidebar .node__content h2,
  .path-node .has_sidebar .node__content h3,
  .path-node .has_sidebar .node__content h4,
  .path-node .has_sidebar .node__content h5,
  .path-node .has_sidebar .node__content h6 {
    padding: 0 10px;
  }
}
.path-node .has_sidebar .node__content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.path-node .has_sidebar .node__content ul li {
  line-height: 30px;
  list-style: square inside none;
}
.path-node .has_sidebar .node__content ol li {
  list-style-type: inherit;
}
.path-node .has_sidebar .node__content table {
  margin: 40px auto;
}
@media only screen and (min-width: 1000px) {
  .path-node .has_sidebar .node__content table {
    -lh-property: 0;
min-width:-webkit-calc(100% - 20px);
min-width:-moz-calc(100% - 20px);
min-width:calc(100% - 20px);
;
  }
}
@media only screen and (max-width: 759px) {
  .path-node .has_sidebar .node__content table {
    width: 100% !important;
  }
}
.path-node .has_sidebar .node__content table.table-responsive {
  display: block;
}
.path-node .has_sidebar .node__content table.table-responsive tr,
.path-node .has_sidebar .node__content table.table-responsive td,
.path-node .has_sidebar .node__content table.table-responsive tbody,
.path-node .has_sidebar .node__content table.table-responsive tfoot,
.path-node .has_sidebar .node__content table.table-responsive thead,
.path-node .has_sidebar .node__content table.table-responsive th {
  border: none;
}
@media only screen and (max-width: 759px) {
  .path-node .has_sidebar .node__content table.table-responsive tr,
  .path-node .has_sidebar .node__content table.table-responsive td,
  .path-node .has_sidebar .node__content table.table-responsive tbody,
  .path-node .has_sidebar .node__content table.table-responsive tfoot,
  .path-node .has_sidebar .node__content table.table-responsive thead,
  .path-node .has_sidebar .node__content table.table-responsive th {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .path-node .has_sidebar .node__content table.table-responsive tr p,
  .path-node .has_sidebar .node__content table.table-responsive td p,
  .path-node .has_sidebar .node__content table.table-responsive tbody p,
  .path-node .has_sidebar .node__content table.table-responsive tfoot p,
  .path-node .has_sidebar .node__content table.table-responsive thead p,
  .path-node .has_sidebar .node__content table.table-responsive th p {
    text-align: center !important;
  }
  .path-node .has_sidebar .node__content table.table-responsive tr img,
  .path-node .has_sidebar .node__content table.table-responsive td img,
  .path-node .has_sidebar .node__content table.table-responsive tbody img,
  .path-node .has_sidebar .node__content table.table-responsive tfoot img,
  .path-node .has_sidebar .node__content table.table-responsive thead img,
  .path-node .has_sidebar .node__content table.table-responsive th img {
    max-width: 400px;
  }
}
.path-node .has_sidebar .node__content table.table-responsive tr {
  background-color: transparent;
}
.path-node .has_sidebar .node__content table th {
  height: 55px;
  vertical-align: middle;
  background-color: #003875;
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  .path-node .has_sidebar .node__content table th {
    padding: 20px;
  }
}
.path-node .has_sidebar .node__content table tr {
  background-color: #dee0e0;
}
.path-node .has_sidebar .node__content table tr:nth-child(even) {
  background-color: #cfd0d0;
}
.path-node .has_sidebar .node__content table td {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media only screen and (min-width: 1000px) {
  .path-node .has_sidebar .node__content table td {
    font-size: 20px;
    padding: 20px;
    line-height: 32px;
  }
}
.path-node .has_sidebar .node__content table.program_board td {
  vertical-align: top;
}
.path-node .has_sidebar .node__content table.program_board td:first-child {
  padding: 20px 0 20px 20px;
}
@media only screen and (max-width: 759px) {
  .path-node .has_sidebar .node__content table.program_board td:first-child {
    padding: 10px;
  }
}
.path-node .has_sidebar .node__content table.program_board td:last-child {
  padding: 20px 20px 20px 0;
}
.path-node .has_sidebar .node__content table img {
  min-width: 130px;
}
.page-node-type-interanet #block-hkust-fintech-breadcrumbs {
  padding-bottom: 0;
  margin: 10px 0 20px;
}
.page-node-type-interanet #block-hkust-fintech-breadcrumbs nav.breadcrumb {
  max-width: 1240px;
}
.page-node-type-interanet #block-hkust-fintech-breadcrumbs nav.breadcrumb li {
  color: #77a9b3;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
}
.page-node-type-interanet #block-hkust-fintech-breadcrumbs nav.breadcrumb li a {
  color: #6d6e71;
}
.page-node-type-interanet #block-hkust-fintech-breadcrumbs nav.breadcrumb li:after {
  color: #6d6e71;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page {
    min-width: 1240px;
  }
}
.page-node-type-page #block-hkust-fintech-breadcrumbs {
  padding-bottom: 0;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 759px) {
  .page-node-type-page #block-hkust-fintech-breadcrumbs {
    margin: 0 0 20px;
  }
}
.page-node-type-page #block-hkust-fintech-breadcrumbs nav.breadcrumb {
  max-width: 1240px;
}
.page-node-type-page #block-hkust-fintech-breadcrumbs nav.breadcrumb li {
  color: #77a9b3;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
}
.page-node-type-page #block-hkust-fintech-breadcrumbs nav.breadcrumb li a {
  color: #000;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page #block-hkust-fintech-breadcrumbs nav.breadcrumb li a {
    color: #6d6e71;
  }
}
.page-node-type-page #block-hkust-fintech-breadcrumbs nav.breadcrumb li:after {
  color: #6d6e71;
}
.page-node-type-page .region-content {
  padding: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-page .region-content {
    padding: 20px 65px;
  }
}
.page-node-type-page .region-content #block-pagetitle {
  max-width: 980px;
  margin: 30px auto;
}
.page-node-type-page .region-content #block-pagetitle h1 {
  color: #000;
  font-weight: bold;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page .region-content #block-pagetitle h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-page .region-content #block-pagetitle h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.page-node-type-page article {
  max-width: 980px;
  margin: 0 auto;
}
.page-node-type-page article.no_sidebar {
  max-width: 1240px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article.no_sidebar {
    min-width: 1240px;
  }
}
.page-node-type-page article .node__content .campus_all {
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .node__content .campus_all {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.page-node-type-page article .node__content .campus_all .campus_left {
  width: 100%;
  margin: 25px 0 65px;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .node__content .campus_all .campus_left {
    float: left;
    width: 680px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-page article .node__content .campus_all .campus_left {
    margin: 0 0 45px;
  }
}
.page-node-type-page article .node__content .campus_all .campus_right {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .node__content .campus_all .campus_right {
    float: left;
    width: 480px;
  }
}
.page-node-type-page article .node__content .campus_all .campus_image img {
  width: 100%;
  height: auto;
}
.page-node-type-page article .node__content .campus_all .campus_content {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .node__content .campus_all .campus_content {
    padding: 0 40px;
  }
}
.page-node-type-page article .node__content .campus_all .campus_content h1 {
  color: #77a9b3;
  font-size: 32px;
  margin: 35px 0 25px;
  font-weight: 300;
}
.page-node-type-page article .node__content .campus_all .campus_content a {
  color: #77a9b3;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-node-type-page article .node__content .campus_all .campus_content a:hover {
  color: #393d43;
}
.page-node-type-page article .node__content .campus_all .campus_content p {
  font-size: 16px;
  color: #77787a;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.page-node-type-page article .node__content .campus_all .campus_content table {
  min-width: 100%;
  margin: 40px auto;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .node__content .campus_all .campus_content table {
    -lh-property: 0;
min-width:-webkit-calc(100% - 200px);
min-width:-moz-calc(100% - 200px);
min-width:calc(100% - 200px);
;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-page article .node__content .campus_all .campus_content table {
    width: 100% !important;
  }
}
.page-node-type-page article .node__content .campus_all .campus_content table th {
  height: 55px;
  vertical-align: middle;
  background-color: #003875;
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .node__content .campus_all .campus_content table th {
    padding: 20px;
  }
}
.page-node-type-page article .node__content .campus_all .campus_content table tr {
  background-color: #dee0e0;
}
.page-node-type-page article .node__content .campus_all .campus_content table tr:nth-child(even) {
  background-color: #cfd0d0;
}
.page-node-type-page article .node__content .campus_all .campus_content table td {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .node__content .campus_all .campus_content table td {
    font-size: 20px;
    padding: 20px;
    line-height: 32px;
  }
}
.page-node-type-page article .node__content .campus_all .campus_content li {
  background: rgba(0, 0, 0, 0) url("../img/campus_icon-arrow.png") no-repeat right 2px center;
  background-size: auto 18px;
  border-bottom: 1px dashed #c4c5c5;
  height: 40px;
  line-height: 40px;
  padding: 0 2px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-node-type-page article .node__content .campus_all .campus_content li a {
  display: block;
}
.page-node-type-page article .node__content .campus_all .campus_content li:hover {
  background-image: url("../img/campus_icon-arrow-hover.png");
}
.page-node-type-page article .node__content .campus_all .campus_content li:first-child {
  border-top: 1px dashed #c4c5c5;
}
.page-node-type-page article .field--name-body img {
  width: auto;
  height: auto;
  padding: 20px 0;
  max-width: 100%;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .field--name-body img {
    padding: 0;
  }
}
.page-node-type-page article .field--name-body img.align-left {
  float: left;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .field--name-body img.align-left {
    width: 270px;
    margin-right: 20px;
    margin-left: -100px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-page article .field--name-body img.align-left {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-page article .field--name-body img.align-left {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.page-node-type-page article .field--name-body img.align-right {
  float: right;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .field--name-body img.align-right {
    width: 270px;
    margin-left: 20px;
    margin-right: -100px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-page article .field--name-body img.align-right {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-page article .field--name-body img.align-right {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.page-node-type-page article .field--name-body img.align-center {
  width: auto;
  height: auto;
  max-width: 100%;
}
.page-node-type-page article .field--name-body p {
  font-family: "Roboto Condensed";
  color: #6d6e71;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .field--name-body p {
    padding: 0 100px;
    font-size: 20px;
    line-height: 32px;
  }
}
.page-node-type-page article .field--name-body ul {
  font-family: "Roboto Condensed";
  color: #6d6e71;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .field--name-body ul {
    padding: 0 100px;
    font-size: 20px;
    line-height: 32px;
  }
}
.page-node-type-page article .field--name-body h1,
.page-node-type-page article .field--name-body h2,
.page-node-type-page article .field--name-body h3,
.page-node-type-page article .field--name-body h4,
.page-node-type-page article .field--name-body h5,
.page-node-type-page article .field--name-body h6 {
  color: #000;
  font-weight: 500;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .field--name-body h1,
  .page-node-type-page article .field--name-body h2,
  .page-node-type-page article .field--name-body h3,
  .page-node-type-page article .field--name-body h4,
  .page-node-type-page article .field--name-body h5,
  .page-node-type-page article .field--name-body h6 {
    padding: 0 100px;
  }
}
.page-node-type-page article .field--name-body table {
  min-width: 100%;
  margin: 40px auto;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .field--name-body table {
    -lh-property: 0;
min-width:-webkit-calc(100% - 200px);
min-width:-moz-calc(100% - 200px);
min-width:calc(100% - 200px);
;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-page article .field--name-body table {
    width: 100% !important;
  }
}
.page-node-type-page article .field--name-body table th {
  height: 55px;
  vertical-align: middle;
  background-color: #003875;
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .field--name-body table th {
    padding: 20px;
  }
}
.page-node-type-page article .field--name-body table tr {
  background-color: #dee0e0;
}
.page-node-type-page article .field--name-body table tr:nth-child(even) {
  background-color: #cfd0d0;
}
.page-node-type-page article .field--name-body table td {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-page article .field--name-body table td {
    font-size: 20px;
    padding: 20px;
    line-height: 32px;
  }
}
.page-node-type-student-profiles {
  background-color: #fff;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles #block-studentprofiles h3 {
    display: block;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles #block-studentprofiles h3 {
    display: block;
    font-size: 18px;
  }
}
.page-node-type-student-profiles .region-content {
  padding: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs {
    padding-bottom: 0;
    margin: -130px 0 35px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs {
    padding-bottom: 0;
    margin: 10px 0 40px;
  }
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs nav.breadcrumb {
    max-width: 1240px;
  }
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs nav.breadcrumb li {
    color: #77a9b3;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 400;
  }
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs nav.breadcrumb li a {
    color: #000;
  }
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs nav.breadcrumb li:after {
    color: #6d6e71;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs {
    padding-bottom: 0;
    margin: 0 0 20px;
  }
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs nav.breadcrumb {
    max-width: 1240px;
  }
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs nav.breadcrumb li {
    color: #77a9b3;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 400;
  }
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs nav.breadcrumb li a {
    color: #000;
  }
  .page-node-type-student-profiles .region-content #block-hkust-fintech-breadcrumbs nav.breadcrumb li:after {
    color: #6d6e71;
  }
}
.page-node-type-student-profiles .region-content .messages--status {
  z-index: 1;
  position: relative;
  max-width: 1180px;
  margin: -68px auto 48px;
  display: block;
}
@media only screen and (min-width: 760px) and (max-width: 999px), only screen and (max-width: 759px) {
  .page-node-type-student-profiles .region-content .messages--status {
    margin: -20px auto 20px;
  }
}
.page-node-type-student-profiles .node__content {
  max-width: calc(1180px - 4px);
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #e9eaea;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-student-profiles .node__content {
    min-width: 1180px;
  }
}
.page-node-type-student-profiles .left_side {
  width: 100%;
  height: 100%;
  padding: 40px 50px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-student-profiles .left_side {
    float: left;
    width: 377px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles .left_side {
    padding: 30px 50px;
  }
}
.page-node-type-student-profiles .left_side .student_photo {
  margin-bottom: 25px;
}
.page-node-type-student-profiles .left_side .student_photo img {
  border-radius: 100px;
  width: 165px;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles .left_side .student_photo {
    float: left;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles .left_side .student_info_container {
    padding-top: 20px;
    float: left;
    display: inline-block;
  }
  .page-node-type-student-profiles .left_side .student_info_container .name_container {
    overflow: hidden;
  }
  .page-node-type-student-profiles .left_side .student_info_container .name_container .english_name {
    float: left;
    margin-right: 5px;
  }
  .page-node-type-student-profiles .left_side .student_info_container .name_container .english_name h4:after {
    content: ",";
    display: inline-block;
    clear: both;
  }
  .page-node-type-student-profiles .left_side .student_info_container .name_container .chinese_name {
    float: left;
  }
}
.page-node-type-student-profiles .left_side .btns_container {
  overflow: hidden;
  margin-left: -10px;
}
.page-node-type-student-profiles .left_side .left_field {
  color: #77a9b3;
  font-size: 18px;
  font-weight: 400;
}
.page-node-type-student-profiles .left_side .left_field.department_year {
  text-transform: uppercase;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles .left_side .left_field.department_year {
    padding-top: 10px;
    text-align: left;
  }
}
.page-node-type-student-profiles .left_side .left_field.full_cv {
  width: 185px;
  margin: 30px auto 20px;
  height: 40px;
  line-height: 40px;
  text-align: left;
}
.page-node-type-student-profiles .left_side .left_field.full_cv a {
  background: rgba(0, 0, 0, 0) url("../img/Arrows-Right-icon_light_grey.png") no-repeat center right 20px;
  padding-left: 20px;
  border: 2px solid #e1e2e2;
  display: block;
  border-radius: 50px;
  color: #c4c5c5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-node-type-student-profiles .left_side .left_field.full_cv a.not_available_cv {
  cursor: not-allowed;
}
.page-node-type-student-profiles .left_side .left_field.full_cv a.cv_available {
  background-image: url("../img/Arrows-Right-icon-green.png");
  color: #6d6e71;
  font-weight: 400;
}
.page-node-type-student-profiles .left_side .left_field.full_cv a.cv_available:hover {
  background-position: center right 25px;
  border: 2px solid #6d6e71;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles .left_side .left_field.full_cv {
    float: left;
  }
}
.page-node-type-student-profiles .left_side .left_field.edit_profile {
  width: 185px;
  margin: 0 auto 4px;
  height: 40px;
  line-height: 40px;
  text-align: left;
}
.page-node-type-student-profiles .left_side .left_field.edit_profile a {
  background: rgba(0, 0, 0, 0) url("../img/Arrows-Right-icon-green.png") no-repeat center right 20px;
  padding-left: 20px;
  border: 2px solid #e1e2e2;
  display: block;
  border-radius: 50px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6d6e71;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-node-type-student-profiles .left_side .left_field.edit_profile a:hover {
  background-position: center right 25px;
  border: 2px solid #6d6e71;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles .left_side .left_field.edit_profile {
    margin: 30px 0 20px 10px;
    float: left;
  }
}
.page-node-type-student-profiles .left_side .left_field h4 {
  color: #6d6e71;
  font-size: 24px;
  font-weight: 400;
}
.page-node-type-student-profiles .right_side {
  width: 100%;
  padding: 40px 0;
  border-top: 2px solid #e9eaea;
  min-height: 500px;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-student-profiles .right_side {
    border-left: 2px solid #e9eaea;
    width: 795px;
    float: left;
  }
}
.page-node-type-student-profiles .right_side .inner_content {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-student-profiles .right_side .inner_content {
    max-width: 550px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles .right_side .inner_content {
    padding: 10px 50px 0;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles .right_side .inner_content {
    padding: 0 15px;
  }
}
.page-node-type-student-profiles .right_side .inner_content p {
  margin: 0;
}
.page-node-type-student-profiles .right_side .inner_content .field__label {
  color: #77a9b3;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-node-type-student-profiles .right_side .inner_content .right_field {
  margin-bottom: 35px;
}
.page-node-type-student-profiles .right_side .inner_content .right_field .field__items {
  counter-reset: section;
}
.page-node-type-student-profiles .right_side .inner_content .right_field .field__items .field__item:before {
  counter-increment: section;
  content: counter(section) '.';
  padding-right: 5px;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 {
  max-width: 1180px;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 h3 {
  text-align: center;
  font-size: 32px;
  color: #77a9b3;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 45px;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing {
  position: unset;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing {
    min-width: 1180px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing {
    max-width: 575px;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing {
    max-width: 320px;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .view-content {
    padding: 0 8px;
  }
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row {
  max-width: 165px;
  display: inline-block;
  margin-right: 34px;
  text-align: center;
  margin-bottom: 50px;
  vertical-align: top;
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row {
    max-width: 140px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row:nth-of-type(2n) {
    margin-right: 0;
  }
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field img {
  border-radius: 100px;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-field-photo {
  margin-bottom: 25px;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-field-photo img {
  width: 100%;
  height: auto;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-title {
  margin-bottom: 10px;
  max-height: 45px;
  overflow: hidden;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-title a {
  color: #6d6e71;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-title {
    max-height: 35px;
  }
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-title a {
    font-size: 18px;
  }
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-nothing {
  margin-bottom: 15px;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-nothing a {
  color: #77a9b3;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-nothing a {
    font-size: 16px;
  }
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-view-node {
  width: 140px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: left;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-view-node a {
  background: rgba(0, 0, 0, 0) url("../img/Arrows-Right-icon-green.png") no-repeat center right 20px;
  padding-left: 20px;
  border: 2px solid #e1e2e2;
  display: block;
  border-radius: 50px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6d6e71;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row .views-field.views-field-view-node a:hover {
  background-image: url("../img/Arrows-Right-icon-dark_green.png");
  background-color: #d0605a;
  border: 2px solid #d0605a;
  color: #fff;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .views-row:hover .views-field-field-photo {
  opacity: 0.7;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .more-link {
  top: 0;
  right: 0;
  width: 240px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 10px;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .more-link a {
  background: rgba(0, 0, 0, 0) url("../img/Arrows-Right-icon-green.png") no-repeat center right 20px;
  padding-left: 20px;
  border: 2px solid #e1e2e2;
  display: block;
  border-radius: 50px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6d6e71;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .more-link a:hover {
  background-position: center right 25px;
  border: 2px solid #6d6e71;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-student-profiles .block-views-blockstudent-profiles-block-1 .student-profiles-listing .more-link {
    position: absolute;
    text-align: left;
    margin: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .page-node-type-student-profiles.hkust_phd_sw-edit {
    min-width: 1260px;
  }
}
.page-node-type-student-profiles.hkust_phd_sw-edit .layout-container {
  margin: 0;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form {
  width: 100%;
  margin: 0 auto 150px;
  position: relative;
  background-color: #fff;
  border: 2px solid #e9eaea;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  .page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form {
    width: 1180px;
    padding: 50px 85px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form {
    padding: 20px 20px;
  }
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form #page-title h1 {
  text-align: center;
  font-weight: 300;
  color: #77a9b3;
  letter-spacing: 2px;
  text-transform: capitalize;
}
@media only screen and (max-width: 759px) {
  .page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form #page-title h1 {
    font-size: 24px;
  }
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form label,
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .field-label h4 {
  display: block;
  color: #77a9b3;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-size: 16px;
  cursor: pointer;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form th,
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form td {
  padding: 0;
  border: medium none;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form th:first-child,
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form td:first-child {
  width: 30px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form th abbr,
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form td abbr {
  display: none;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form th a.tabledrag-handle,
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form td a.tabledrag-handle {
  float: none;
  height: unset;
  margin-left: 0;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form th a.tabledrag-handle .handle,
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form td a.tabledrag-handle .handle {
  background-image: url("../img/move.svg");
  background-position: center center;
  height: 46px;
  margin: 0;
  padding: 0;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: move;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .tabledrag-toggle-weight-wrapper {
  display: none;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item {
  margin-bottom: 20px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item .tabledrag-changed-warning {
  background: no-repeat 10px 17px;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fdf8ed;
  background-image: url("../img/warning.svg");
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  margin-bottom: 10px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item input[type=text] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d3d3d3;
  padding: 0 20px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item textarea {
  width: 100%;
  height: 120px;
  line-height: 30px;
  border: 1px solid #d3d3d3;
  padding: 10px 15px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item .form-file {
  width: 485px;
  height: 50px;
  border: 1px solid #d3d3d3;
  padding: 13px 15px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item .filter-wrapper,
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item .cke_bottom {
  display: none;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item .description {
  font-size: 16px;
  color: #77787a;
  line-height: 24px;
  margin: 10px 0 30px;
  text-transform: uppercase;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item.form-type-vertical-tabs {
  display: none;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item.form-type-managed-file {
  overflow: hidden;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item.form-type-managed-file .image-preview {
  float: left;
  margin-bottom: 30px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-item.form-type-managed-file .image-preview img {
  max-height: 50px;
  width: auto;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form input[type=submit] {
  background-color: #77a9b3;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #e1e2e2;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form #edit-preview {
  display: none;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form .form-actions {
  margin: 50px 0 30px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form #edit-submit {
  line-height: 65px;
  font-weight: 600;
  width: 150px;
  height: 65px;
  letter-spacing: 0.8px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .student_profile_edit_form form.node-student-profiles-edit-form #edit-delete {
  display: none;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .block-views-blockstudent-profiles-block-1 {
  display: none;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .cke_reset_all table {
  max-width: 500px;
}
.page-node-type-student-profiles.hkust_phd_sw-edit .cke_reset_all table td {
  border-top: medium none;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .view-student_profiles-page_1 #block-hkust-fintech-breadcrumbs {
    padding-bottom: 0;
    margin: 10px 0 40px;
  }
  .view-student_profiles-page_1 #block-hkust-fintech-breadcrumbs nav.breadcrumb {
    max-width: 1240px;
  }
  .view-student_profiles-page_1 #block-hkust-fintech-breadcrumbs nav.breadcrumb li {
    color: #77a9b3;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 400;
  }
  .view-student_profiles-page_1 #block-hkust-fintech-breadcrumbs nav.breadcrumb li a {
    color: #000;
  }
  .view-student_profiles-page_1 #block-hkust-fintech-breadcrumbs nav.breadcrumb li:after {
    color: #6d6e71;
  }
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 #block-hkust-fintech-breadcrumbs {
    padding-bottom: 0;
    margin: 0 0 20px;
  }
  .view-student_profiles-page_1 #block-hkust-fintech-breadcrumbs nav.breadcrumb {
    max-width: 1240px;
  }
  .view-student_profiles-page_1 #block-hkust-fintech-breadcrumbs nav.breadcrumb li {
    color: #77a9b3;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 400;
  }
  .view-student_profiles-page_1 #block-hkust-fintech-breadcrumbs nav.breadcrumb li a {
    color: #000;
  }
  .view-student_profiles-page_1 #block-hkust-fintech-breadcrumbs nav.breadcrumb li:after {
    color: #6d6e71;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .view-student_profiles-page_1 #block-studentprofiles h3 {
    display: block;
  }
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 #block-studentprofiles h3 {
    display: block;
    font-size: 18px;
  }
}
.view-student_profiles-page_1 .region-content {
  background-color: #fff;
}
.view-student_profiles-page_1 .select2-container--open .select2-dropdown--below {
  max-width: 245px;
  left: 35px;
}
.view-student_profiles-page_1 .view-student-profiles {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .view-student_profiles-page_1 .view-student-profiles {
    min-width: 1180px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .view-student_profiles-page_1 .view-student-profiles {
    max-width: 575px;
  }
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles {
    max-width: 320px;
  }
}
.view-student_profiles-page_1 .view-student-profiles .view-filters {
  width: 880px;
  height: 65px;
  margin: 0 auto 55px;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .view-student_profiles-page_1 .view-student-profiles .view-filters {
    max-width: 550px;
  }
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles .view-filters {
    max-width: 320px;
    margin: 0 auto 25px;
  }
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item {
  float: left;
  position: relative;
  width: 315px;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .view-student_profiles-page_1 .view-student-profiles .view-filters .form-item {
    float: none;
  }
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles .view-filters .form-item {
    float: none;
  }
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item.form-item-combine {
  width: 540px;
  margin-right: 20px;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .view-student_profiles-page_1 .view-student-profiles .view-filters .form-item.form-item-combine {
    margin-right: 0;
  }
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles .view-filters .form-item.form-item-combine {
    margin-right: 0;
    width: 100%;
  }
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item.form-item-field-program-name-value {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .view-student_profiles-page_1 .view-student-profiles .view-filters .form-item.form-item-field-program-name-value {
    display: block;
  }
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item label {
  display: none;
  position: absolute;
  text-transform: uppercase;
  color: #000;
  top: 15px;
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  padding: 0 15px;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item label:focus,
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item label:active,
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item label.labelfocus {
  color: #77a9b3;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item input {
  background: rgba(0, 0, 0, 0) url("../img/profiles_filter_icon_search.png") no-repeat center right 35px;
  width: 100%;
  border: 1px solid #d3d5d5;
  height: 65px;
  padding: 15px 35px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  border-radius: 50px;
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles .view-filters .form-item input {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    background-size: 25px auto;
  }
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item input::-webkit-input-placeholder {
  color: #6d6e71;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item input:-moz-placeholder {
  color: #6d6e71;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item input::-moz-placeholder {
  color: #6d6e71;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item input:-ms-input-placeholder {
  color: #6d6e71;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item input:focus {
  border-color: #77a9b3;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item .select2-container {
  /*display: unset;
					margin-top: 65px;*/
  min-width: 315px;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item .select2-selection__rendered {
  color: #6d6e71;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item .select2-selection__arrow {
  right: 35px;
  top: 15px;
  background: rgba(0, 0, 0, 0) url("../img/profiles_filter_icon_dropdown.png") no-repeat center center;
  width: 30px;
  height: 35px;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item .select2-selection__arrow b {
  display: none;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item .select2-selection {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  border: 1px solid #d3d5d5;
  height: 65px;
  padding: 15px 35px;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  border-radius: 50px;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-item .select2-selection[aria-expanded="true"] {
  border-color: #77a9b3;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-actions {
  float: left;
}
.view-student_profiles-page_1 .view-student-profiles .view-filters .form-actions .button {
  width: 120px;
  height: 65px;
  line-height: 65px;
  border: 2px solid #77a9b3;
  background-color: #77a9b3;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.view-student_profiles-page_1 .view-student-profiles .view-content {
  position: unset;
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles .view-content {
    padding: 0 8px;
  }
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row {
  max-width: 165px;
  display: inline-block;
  margin-right: 34px;
  text-align: center;
  margin-bottom: 50px;
  vertical-align: top;
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles .view-content .views-row {
    max-width: 140px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .view-student_profiles-page_1 .view-student-profiles .view-content .views-row:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .view-student_profiles-page_1 .view-student-profiles .view-content .views-row:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles .view-content .views-row:nth-of-type(2n) {
    margin-right: 0;
  }
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field img {
  border-radius: 100px;
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-field-photo {
  margin-bottom: 25px;
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-field-photo img {
  width: 100%;
  height: auto;
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-title {
  max-height: 45px;
  overflow: hidden;
  margin-bottom: 10px;
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-title a {
  color: #6d6e71;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-title {
    max-height: 35px;
  }
  .view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-title a {
    font-size: 18px;
  }
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-nothing {
  margin-bottom: 15px;
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-nothing a {
  color: #77a9b3;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-nothing a {
    font-size: 16px;
  }
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-view-node-1 {
  width: 140px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: left;
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-view-node-1 a {
  background: rgba(0, 0, 0, 0) url("../img/Arrows-Right-icon-green.png") no-repeat center right 20px;
  padding-left: 20px;
  border: 2px solid #e1e2e2;
  display: block;
  border-radius: 50px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6d6e71;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row .views-field.views-field-view-node-1 a:hover {
  background-image: url("../img/Arrows-Right-icon-dark_green.png");
  background-color: #d0605a;
  border: 2px solid #d0605a;
  color: #fff;
}
.view-student_profiles-page_1 .view-student-profiles .view-content .views-row:hover .views-field-field-photo {
  opacity: 0.7;
}
.view-student_profiles-page_1 .view-student-profiles .pager {
  text-align: center;
  margin-bottom: 50px;
}
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 100px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item:hover {
  border: 1px solid #6d6e71;
}
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item a {
  color: #6d6e71;
  display: block;
}
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item--ellipsis {
  display: none;
}
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item.is-active {
  background-color: #77a9b3;
  border: 1px solid #77a9b3;
}
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item.is-active a {
  color: #fff;
  pointer-events: none;
}
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item--first,
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item--previous,
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item--next,
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item--last {
  border-radius: 20px;
}
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item--first a,
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item--previous a,
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item--next a,
.view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item--last a {
  padding: 0 15px;
}
@media only screen and (max-width: 759px) {
  .view-student_profiles-page_1 .view-student-profiles .pager .pager__items .pager__item {
    float: left;
    margin-bottom: 10px;
  }
}
.path-news .view-alumni-news {
  max-width: 1180px;
  margin: 20px auto;
}
.path-news .view-alumni-news .view-filters {
  width: 1000px;
  height: 65px;
  margin: 0 auto 55px;
  display: none;
}
@media only screen and (min-width: 1180px) {
  .path-news .view-alumni-news .view-filters {
    display: block;
  }
}
.path-news .view-alumni-news .view-filters .form-item {
  float: left;
  position: relative;
  margin-right: 20px;
  width: 200px;
}
.path-news .view-alumni-news .view-filters .form-item.form-item-combine {
  width: 380px;
}
.path-news .view-alumni-news .view-filters .form-item label {
  position: absolute;
  text-transform: uppercase;
  color: #000;
  top: 15px;
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  padding: 0 15px;
}
.path-news .view-alumni-news .view-filters .form-item label:focus,
.path-news .view-alumni-news .view-filters .form-item label:active,
.path-news .view-alumni-news .view-filters .form-item label.labelfocus {
  color: #c99600;
}
.path-news .view-alumni-news .view-filters .form-item input {
  width: 100%;
  border: 2px solid #000;
  height: 65px;
  padding: 15px 15px 0;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
.path-news .view-alumni-news .view-filters .form-item input::-webkit-input-placeholder {
  color: #cfd0d0;
}
.path-news .view-alumni-news .view-filters .form-item input:-moz-placeholder {
  color: #cfd0d0;
}
.path-news .view-alumni-news .view-filters .form-item input::-moz-placeholder {
  color: #cfd0d0;
}
.path-news .view-alumni-news .view-filters .form-item input:-ms-input-placeholder {
  color: #cfd0d0;
}
.path-news .view-alumni-news .view-filters .form-item input:focus {
  border-color: #c99600;
}
.path-news .view-alumni-news .view-filters .form-actions {
  float: left;
}
.path-news .view-alumni-news .view-filters .form-actions .button {
  width: 120px;
  height: 65px;
  line-height: 65px;
  border: 2px solid #966601;
  background-color: #c99600;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.path-news .view-alumni-news .view-content {
  overflow: visible;
  margin: 0 auto;
}
@media only screen and (max-width: 759px) {
  .path-news .view-alumni-news .view-content {
    max-width: 380px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .path-news .view-alumni-news .view-content {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1000px) {
  .path-news .view-alumni-news .view-content {
    max-width: 896px;
  }
}
@media only screen and (min-width: 1240px) {
  .path-news .view-alumni-news .view-content {
    max-width: 1180px;
  }
}
.path-news .view-alumni-news .views-row {
  width: 280px;
  margin-bottom: 20px;
  height: 310px;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
@media only screen and (max-width: 759px) {
  .path-news .view-alumni-news .views-row {
    width: 100%;
    margin-right: 0;
    height: unset;
  }
}
@media only screen and (min-width: 1000px) {
  .path-news .view-alumni-news .views-row:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1240px) {
  .path-news .view-alumni-news .views-row:nth-of-type(3n) {
    margin-right: 16px;
  }
  .path-news .view-alumni-news .views-row:nth-of-type(4n) {
    margin-right: 0;
  }
}
.path-news .view-alumni-news .views-row img {
  width: 100%;
  height: auto;
}
.path-news .view-alumni-news .views-row:after {
  content: '';
  display: block;
  clear: both;
}
.path-news .view-alumni-news .views-row .views-field-title {
  text-align: center;
  max-height: 99px;
  overflow: hidden;
}
.path-news .view-alumni-news .views-row .views-field-title a {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  padding: 20px;
  display: block;
}
.path-news .view-alumni-news .views-row .views-field-created {
  text-align: center;
  color: #c99600;
  font-weight: normal;
  font-size: 16px;
}
.path-news .view-alumni-news .views-row:hover {
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
}
.path-news .view-alumni-news .pager {
  border: 2px solid #000;
  max-width: 400px;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}
.path-news .view-alumni-news .pager a {
  display: block;
  color: #000;
  font-size: 20px;
}
.path-news .view-alumni-news .pager i {
  padding-left: 15px;
}
footer .region-footer img {
	max-width:100%;
}
#footer.footer .bottom-bar-1 .horizontal-center .footer-menu-block .footer-info .footer-info-detail .footer-phone {
  background: rgba(0, 0, 0, 0) url("../img/footer-icon-phone.png") no-repeat 0 center;
  background-size: 24px auto;
  padding-left: 30px;
  height: 26px;
  line-height: 26px;
}
#footer.footer .bottom-bar-1 .horizontal-center .footer-menu-block .footer-info .footer-info-detail .footer-fax {
  background: rgba(0, 0, 0, 0) url("../img/footer-icon-fax.png") no-repeat 0 center;
  background-size: 24px auto;
  padding-left: 30px;
  height: 26px;
  line-height: 26px;
}
.path-user {
  background: #9aa0ac url("../img/login-bg.jpg") scroll 0 0;
}
.path-user .region-content {
  background: rgba(0, 0, 0, 0) url("../img/content-bg-right-pattern.png") no-repeat right 85px;
  padding: 0 20px;
  overflow: hidden;
}
.path-user #block-mainpagecontent,
.path-user #block-hkust-fintech-mainpagecontent {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  min-height: 484px;
}
.path-user #block-hkust-fintech-breadcrumbs {
  display: none;
}
.path-user .user-login-form {
  height: 570px;
  max-width: 450px;
  padding: 170px 0 20px;
}
.path-user .user-login-form .form_title {
  margin-bottom: 30px;
}
.path-user .user-login-form .form_title h1 {
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 759px) {
  .path-user .user-login-form .form_title h1 {
    font-size: 36px;
  }
}
.path-user .user-login-form .form-item {
  margin-bottom: 20px;
}
.path-user .user-login-form .form-item label {
  color: #fff;
  display: block;
  padding-bottom: 7px;
  font-size: 15px;
}
.path-user .user-login-form .form-item input {
  border-radius: 0;
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
  box-shadow: inset 2px 2px 3px #f8f8f8;
  box-sizing: border-box;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 34px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.path-user .user-login-form .form-item input:focus {
  box-shadow: 0 0 3px 0 #555;
}
.path-user .user-login-form .form-item .description {
  display: none;
}
.path-user .user-login-form .form-actions {
  margin-top: 35px;
}
.path-user .user-login-form .form-actions .form-submit {
  background: #333 url("../img/home-arrow.png") no-repeat 8px 6px;
  color: #fff;
  box-shadow: 1px 1px 5px #777;
  font-size: 12px;
  border: 0;
  display: inline-block;
  line-height: 1.6em;
  padding: 5px 12px 5px 30px;
  margin: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 3px;
}
.path-user .user-login-form .form-actions .form-submit:hover {
  opacity: 0.8;
}
.path-user .user-login-form .form-actions .cas-login-link {
  background: #5c8a1c url("../img/home-arrow.png") no-repeat 8px 6px;
  color: #fff;
  box-shadow: 1px 1px 5px #777;
  font-size: 12px;
  border: 0;
  display: inline-block;
  line-height: 1.6em;
  padding: 5px 12px 5px 30px;
  margin: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 3px;
}
.path-user .user-login-form .form-actions .cas-login-link:hover {
  opacity: 0.8;
}
.path-user .earth {
  background: url("../img/earth.png") bottom right no-repeat;
  position: absolute;
  width: 940px;
  height: 545px;
  bottom: 0;
  opacity: 1;
  right: -180px;
  z-index: -1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .path-user .earth {
    right: -320px;
  }
}
@media only screen and (max-width: 759px) {
  .path-user .earth {
    right: -320px;
    opacity: 0.35;
  }
}
.block-views-blockhighlights-highlight-footer-block {
  margin: 0 auto;
  border-top: 2px solid #e7e7e7;
  padding: 30px 0;
  overflow: hidden;
}
.block-views-blockhighlights-highlight-footer-block .wrapper > h3 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 35px;
  letter-spacing: 1.5px;
}
.block-views-blockhighlights-highlight-footer-block .views-row {
  width: 280px;
  overflow: hidden;
  height: 350px;
}
.block-views-blockhighlights-highlight-footer-block .views-row img {
  height: 190px;
  width: auto;
}
.block-views-blockhighlights-highlight-footer-block .views-row .views-field-title {
  text-align: center;
}
.block-views-blockhighlights-highlight-footer-block .views-row .views-field-title a {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  padding: 20px;
  display: block;
}
.block-views-blockhighlights-highlight-footer-block .views-row .views-field-created {
  text-align: center;
  color: #c99600;
  font-weight: normal;
  font-size: 16px;
}
.path-frontpage .views-element-container,
.path-frontpage .block-block-content {
  padding: 40px 30px 40px 30px;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}
.path-frontpage .views-element-container > .wrapper > h3,
.path-frontpage .block-block-content > .wrapper > h3 {
  color: #444;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 759px) {
  .path-frontpage .views-element-container,
  .path-frontpage .block-block-content {
    width: 100%;
  }
}
.webform-type-radios {
  width: 100%;
}
body.page-node-type-webform .webform-right .form-type-checkbox,
body.page-node-type-webform .webform-right .form-type-radio {
  margin: 0;
  margin-bottom: 20px;
}
body.page-node-type-webform .webform-right .form-type-checkbox .form-checkboxes,
body.page-node-type-webform .webform-right .form-type-radio .form-checkboxes {
  margin-top: 20px;
}
body.page-node-type-webform .webform-right .form-type-checkbox label,
body.page-node-type-webform .webform-right .form-type-radio label {
  margin-top: 6px;
}
body.page-node-type-webform .webform-right .form-type-checkbox label:before,
body.page-node-type-webform .webform-right .form-type-radio label:before {
  top: 0;
}
.alumni-sidebar-menus {
  display: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.alumni-sidebar-menus ul:not(.contextual-links) li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
}
.alumni-sidebar-menus ul:not(.contextual-links) li a {
  display: block;
  color: #6d6e71;
  padding: 0 20px;
  border: 2px solid #e8e9ea;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.alumni-sidebar-menus ul:not(.contextual-links) li a.is-active,
.alumni-sidebar-menus ul:not(.contextual-links) li a:hover {
  background: linear-gradient(to left, #13379d, #2C539D);
  color: #fff;
  border-color: #6d9a94;
}
@media only screen and (min-width: 1000px) {
  .alumni-sidebar-menus {
    width: 280px;
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .block-hkust-signature-header-block .alumni-main-menu > li:hover > a,
  .block-hkust-signature-header-block .alumni-main-menu > li:active > a {
    color: #078055 !important;
  }
  .block-hkust-signature-header-block .submenu {
    background-image: none !important;
    background: linear-gradient(180deg, #341C78 0%, #56B7DB 100%) !important;
  }
  .block-hkust-signature-header-block .submenu li a:hover {
    background: #09a770 !important;
    color: #fff !important;
  }
  .block-hkust-signature-header-block .submenu .cols {
    border-right: 1px #fff solid;
  }
  .block-hkust-signature-header-block .submenu .cols:last-child {
    border: none;
  }
}
@media only screen and (max-width: 999px) {
  .block-hkust-signature-header-block .alumni-main-menu > li:hover > a,
  .block-hkust-signature-header-block .alumni-main-menu > li.active > a,
  .block-hkust-signature-header-block .accordion-expanded > a {
    color: #fff !important;
  }
  .block-hkust-signature-header-block .submenu li a:hover {
    color: #09a770 !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1180px) {
  .block-hkust-signature-header-block .alumni-main-menu > li a {
    font-size: 13.9px !important;
  }
}
.table-nobackground {
  margin: 0 !important;
}
.table-nobackground tr,
.table-nobackground td,
.table-nobackground th {
  border: none !important;
}
.table-nobackground tr {
  background: none !important;
}
.table-dropdown {
  max-width: 100%;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.table-dropdown tr,
.table-dropdown td {
  background: none !important;
}
.table-dropdown thead {
  border-bottom: #e0e0e0 solid 1px;
}
.table-dropdown thead.open {
  border-bottom: #8e8e8e solid 1px;
}
.table-dropdown thead th {
  cursor: pointer;
  background: none !important;
  color: #000 !important;
  line-height: 25px;
}
.table-dropdown thead th:before {
  content: '+';
  margin-right: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 20px;
  font-weight: bold;
}
.table-dropdown thead.open th:before {
  content: '-';
}
.table-dropdown tbody {
  display: block;
  transition: height 0.3s ease-out;
  overflow: hidden;
}
.table-dropdown tbody td,
.table-dropdown tbody td p {
  font-size: 14px !important;
}
.table-timeline {
  margin: 0 !important;
}
.table-timeline:nth-of-type(1) {
  margin-top: 30px !important;
}
.table-timeline tr,
.table-timeline td,
.table-timeline th {
  background: none !important;
  border: none !important;
  display: block;
}
.table-timeline thead th {
  display: inline-block;
}
.table-timeline thead th:first-child {
  width: 80px !important;
  height: 80px !important;
  background: #078055 !important;
  border-radius: 100%;
  text-align: center;
  font-size: 11px !important;
  line-height: 20px;
  padding: 20px 10px !important;
  border: 4px #fff solid !important;
  box-shadow: 0px 0px 20px #000 !important;
}
.table-timeline thead th:last-child {
  color: #169562 !important;
}
.table-timeline tbody td,
.table-timeline tbody td p {
  font-size: 14px !important;
}
.table-timeline tbody tr {
  border-left: 1px #a0a0a0 solid !important;
  margin-left: 40px;
}
.table-circles {
  width: 100%;
  display: block;
}
.table-circles tr,
.table-circles td,
.table-circles th {
  background: none;
  border: none !important;
  font-size: 12px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 759px) {
  .table-circles tr,
  .table-circles td,
  .table-circles th {
    font-size: 14px;
  }
}
.table-circles tbody {
  display: block;
  width: 100%;
  text-align: center;
}
.table-circles tbody > tr {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .table-circles tbody > tr {
    max-width: 700px;
    margin: 0 auto;
    display: block;
  }
}
.table-circles tbody > tr > td {
  display: table-cell;
  vertical-align: top;
  width: initial !important;
}
@media only screen and (max-width: 999px) {
  .table-circles tbody > tr > td {
    display: inline-block;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 759px) {
  .table-circles tbody > tr > td {
    padding: 5px;
    display: block;
    text-align: left;
  }
}
.table-circles tbody > tr > td ul {
  box-shadow: 0 0 1px 1px #169562;
  border: #ececec solid 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  padding-top: 15px;
}
@media only screen and (max-width: 759px) {
  .table-circles tbody > tr > td ul {
    border-radius: 0;
    width: 100%;
    height: 100px;
    margin: 0;
  }
}
.table-circles tbody > tr > td ul li {
  padding: 5px 14px;
  vertical-align: middle;
}
@media only screen and (max-width: 759px) {
  .table-circles tbody > tr > td ul li {
    display: inline-block;
    max-width: 70%;
    line-height: 20px;
  }
}
.table-circles tbody > tr > td ul li img {
  max-width: 70px;
  max-height: 70px;
}
@media only screen and (max-width: 759px) {
  .table-circles tbody > tr > td ul li img {
    max-width: 50px;
    max-height: 50px;
  }
}
.table-circles tbody > tr > td:nth-child(odd) ul {
  background: #09a770;
}
.table-circles tbody > tr > td:nth-child(odd) ul li,
.table-circles tbody > tr > td:nth-child(odd) ul li p {
  color: #fff;
}
.table-circles tbody > tr > td:nth-child(even) ul {
  background: #fff;
}
.table-circles tbody > tr > td:nth-child(even) ul li,
.table-circles tbody > tr > td:nth-child(even) ul li p {
  color: #09a770;
}
#block-homepageslider {
  position: relative;
  width: 100%;
  height: 568px;
  padding: 0 !important;
  margin: 0 !important;
}
#block-homepageslider .arrow .arrow-left,
#block-homepageslider .arrow .arrow-right {
  transform-origin: center;
  transform: scale(1.3);
}
#block-homepageslider .text {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 10%;
  width: 80%;
  font-size: 28px;
  text-align: center;
  z-index: 3;
  color: #fff;
  font-weight: normal;
}
@media only screen and (max-width: 759px) {
  #block-homepageslider .text {
    font-size: 20px;
  }
}
#block-homepageslider .text h1,
#block-homepageslider .text h2,
#block-homepageslider .text h3,
#block-homepageslider .text h4 {
  color: #fff !important;
  text-align: center !important;
}
@media only screen and (max-width: 759px) {
  #block-homepageslider .text h1,
  #block-homepageslider .text h2,
  #block-homepageslider .text h3,
  #block-homepageslider .text h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 759px) {
  #block-homepageslider .text h3 {
    font-size: 17px;
  }
}
#block-homepageslider .text hr {
  border-color: #fff !important;
  margin-bottom: 20px;
  margin-left: 50%;
  transform: translateX(-150px);
  width: 300px;
  text-align: center;
}
.page-node-type-news-content .region-content {
  margin: 50px;
}
.page-node-type-news-content .title {
  font-weight: 400;
  font-size: 60px;
}
.node--type-news-content.node--view-mode-full {
  padding: 50px;
  background: #fff;
}
@media only screen and (max-width: 759px) {
	.node--type-news-content.node--view-mode-full {
		padding: 15px;
	}
}
.node--type-news-content.node--view-mode-full .article_date {
  display: block !important;
}
.node--type-news-content.node--view-mode-full .article_date h3 {
  color: #aaa;
}
.node--type-news-content.node--view-mode-full .node__content {
  margin-top: 50px;
}
@media only screen and (max-width: 759px) {
  .page-node-type-news-content .region-content {
	margin: 0 auto;
  }
}
.news-teaser,
.view-whatnews .layout--onecol {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 200;
}
@media only screen and (max-width: 759px) {
  .news-teaser,
  .view-whatnews .layout--onecol {
    max-width: 400px;
  }
}
.news-teaser .field--name-body,
.view-whatnews .layout--onecol .field--name-body,
.news-teaser .field--name-node-title,
.view-whatnews .layout--onecol .field--name-node-title {
  color: #169562;
}
.news-teaser .field--name-field-news-teaser-image,
.view-whatnews .layout--onecol .field--name-field-news-teaser-image {
  padding: 20px 0px;
}
.news-teaser .field--name-field-news-teaser-image img,
.view-whatnews .layout--onecol .field--name-field-news-teaser-image img {
  width: 100%;
  height: auto;
}
.news-teaser .field--name-node-link a:before,
.view-whatnews .layout--onecol .field--name-node-link a:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url('../img/arrow-circle.svg');
  background-size: cover;
  position: absolute;
  margin-top: -5px;
  left: -30px;
}
.news-teaser .field--name-node-link a,
.view-whatnews .layout--onecol .field--name-node-link a {
  margin-left: 30px;
  position: relative;
  color: #09a770;
}
.news-teaser .field--name-node-link a:hover,
.view-whatnews .layout--onecol .field--name-node-link a:hover {
  color: #078055;
}
@media only screen and (min-width: 1000px) {
  .news-slider {
    max-width: 60%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .news-slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .news-slider.singleSlider {
    margin-left: 35px;
    width: auto;
  }
  .news-slider.singleSlider ~ #block-applyonline {
    margin-left: 2.5%;
    min-width: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .news-slider.singleSlider {
    margin-left: 12%;
  }
  .news-slider.singleSlider ~ #block-applyonline {
    margin-left: 12%;
  }
}
.content-teaser {
  display: table;
}
.content-teaser .field,
.content-teaser .node__links {
  padding: 20px 20px 0 0;
}
.content-teaser .field--name-body {
  line-height: 20px;
}
.hkust-image-and-text-block {
  padding: 50px;
  display: inline-block;
}
@media only screen and (min-width: 1000px) {
  .hkust-image-and-text-block {
    width: 36%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  .hkust-image-and-text-block {
    width: 100%;
  }
}
.hkust-image-and-text-block .block-body {
  height: 300px;
  margin-top: 10px;
  vertical-align: middle;
}
.hkust-image-and-text-block .block-body h1,
.hkust-image-and-text-block .block-body h2,
.hkust-image-and-text-block .block-body h3,
.hkust-image-and-text-block .block-body h4 {
  font-weight: 800;
}
.hkust-image-and-text-block#block-applyonline {
  width: 350px;
}
.hkust-image-and-text-block#block-applyonline .block-body {
  height: 188px;
  margin-top: 38px;
}
@media only screen and (max-width: 999px) {
  .hkust-image-and-text-block#block-applyonline {
    min-width: 100%;
  }
  .hkust-image-and-text-block#block-applyonline .block-body {
    margin-bottom: 70px;
    text-align: center;
  }
}
#block-programcharacteristics {
  background: #ececec;
  width: 100%;
}
@media only screen and (min-width: 1240px) {
  #block-programcharacteristics {
    width: 400%;
    margin-left: -150%;
  }
  #block-programcharacteristics .wrapper {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1000px) {
  #block-programcharacteristics .contextual {
    right: unset;
    margin-left: 24%;
  }
  #block-programcharacteristics .contextual.open .trigger {
    float: none;
  }
  #block-programcharacteristics .contextual.open .contextual-links {
    float: none;
    position: absolute;
    margin-top: 24px;
  }
}
.block-views-blockcontent-teasers-block-1,
.block-views-blockcontent-teasers-block-2 {
  width: 47%;
}
.block-views-blockcontent-teasers-block-1 .view-header .block-block-content,
.block-views-blockcontent-teasers-block-2 .view-header .block-block-content {
  padding: 0;
  margin: 0;
}
.block-views-blockcontent-teasers-block-1 .view-header .block-block-content img,
.block-views-blockcontent-teasers-block-2 .view-header .block-block-content img {
  max-width: 250px;
  max-height: 250px;
}
@media only screen and (max-width: 759px) {
  .block-views-blockcontent-teasers-block-1 .view-header .block-block-content img,
  .block-views-blockcontent-teasers-block-2 .view-header .block-block-content img {
    max-width: 100%;
    max-height: 100%;
  }
}
.view-content-teasers .view-header {
  float: right;
}
@media only screen and (max-width: 759px) {
  .view-content-teasers .view-header {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 759px) {
  .view-content-teasers {
    text-align: center;
  }
}
.node__links a:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url('../img/arrow-circle.svg');
  background-size: cover;
  position: absolute;
  margin-top: -5px;
  left: -30px;
}
.node__links a {
  margin-left: 30px;
  position: relative;
}
#block-contentheaderbanner {
  height: 268px;
  background-size: cover !important;
  background-position: center !important;
}
@media only screen and (max-width: 999px) {
  #block-contentheaderbanner {
    height: 200px;
  }
}
#block-contentheaderbanner .contextual {
  margin-top: 80px;
}
#block-contentheaderbanner h2 {
  position: absolute;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  bottom: 10%;
  width: 100%;
  font-size: 40px;
}
@media only screen and (max-width: 999px) {
  #block-contentheaderbanner h2 {
    bottom: 2%;
  }
}
@media only screen and (max-width: 520px) {
  #block-contentheaderbanner h2 {
    bottom: -10px;
  }
}
@media only screen and (max-width: 999px) {
  #block-contentheaderbanner h2 {
    font-size: 25px;
  }
}
.intranet {
  display: none;
}
.path-user .region-header-banners {
  padding-top: 250px;
}
@media only screen and (max-width: 999px) {
  .block-views-blockcontent-teasers-block-1,
  .block-views-blockcontent-teasers-block-2 {
    width: 100%;
  }
}
.flexedItems {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.flexedItems img {
  flex: 0 0 auto;
}
.node__content .user-profile > .wrapper {
  display: flex;
}
.node__content .user-profile > .wrapper .left {
  width: 35%;
}
.node__content .user-profile > .wrapper .left .profile-image img {
  width: 100%;
  max-width: 320px;
}
.node__content .user-profile > .wrapper .left .profile-desc .name {
  color: #2c539d;
  font-weight: 700;
  font-size: 24px;
  margin: 20px 5px;
}
.node__content .user-profile > .wrapper .left .profile-desc .title {
  margin: 5px 5px;
  line-height: 20px;
  font-size: 14px;
}
.node__content .user-profile > .wrapper .right {
  width: 65%;
  margin: 0 45px;
}
@media only screen and (max-width: 759px) {
  .node__content .user-profile > .wrapper {
    flex-wrap: wrap;
  }
  .node__content .user-profile > .wrapper .left {
    width: 100%;
  }
  .node__content .user-profile > .wrapper .right {
    width: 100%;
    margin: 20px 5px;
  }
  .node__content .user-profile > .wrapper .right p {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1000px) {
  .path-testimonials .layout-sidebar-first ~ .layout-content {
    width: 63%;
  }
}
.path-testimonials .layout-content {
  display: inline-block;
  width: 100%;
}
.path-testimonials .layout-sidebar-first {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1000px) {
  .path-testimonials .layout-sidebar-first {
    width: 33%;
  }
}
.path-testimonials .region.region-content{
  padding-top:45px;
}
.path-testimonials .view-testimonials.view-display-id-listing_page .view-header h1{
  color:#2C539D;
  text-transform: unset;
}
.path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item {
  border: 1px solid #ddd;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item .wrapper {
  display: flex;
  justify-content: space-between;
}
.path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item .wrapper .left-div {
  width: 70%;
  margin-right: 50px;
}
.path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item .wrapper .left-div .name {
  color: #555;
  font-size: 20px;
  margin-bottom: 19px;
}
.path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item .wrapper .left-div .title {
  color: #0f7891;
  margin-bottom: 19px;
}
.path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item .wrapper .left-div .body p{
  text-align: justify;
  line-height: 32px;
}
.path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item .wrapper .right-div {
  width: 30%;
  max-width: 250px;
}
.path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item .wrapper .right-div img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 759px) {
  .path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item .wrapper {
    flex-wrap: wrap;
  }
  .path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item .wrapper .left-div {
    width: 100%;
    order: 2;
    margin-right: 0;
    margin-top: 30px;
  }
  .path-testimonials .view-testimonials.view-display-id-listing_page .testimonial-item .wrapper .right-div {
    width: 100%;
    order: 1;
  }
}
