@import url("https://pssweb.manchester.ac.uk/includes/css/layout.css");

/* Added from old superstyle2014.css 17/8/20 JS */

@import url("https://www.careers.manchester.ac.uk/includes/css/branding.css");

div.panel.links.careerslink.hidden {
	display: none;
}

div.panel.links.careerslink ul {
	overflow: auto;
	height: 175px;
	padding: 4px 8px;
	margin: 0;
}

div.panel.links.careerslink ul li {
	border-top: 1px dotted #ccc;
	margin: 0; padding: 5px 0;
}
div.panel.links.careerslink ul li:first-child {
	border-top: none;
}

div.panel.links.careerslink ul li.loading {
	font-style: italic;
	color: @color[hex](grey:light);
}

div.panel.links.careerslink ul li a {
	display: block;
	padding: 5px 0px 5px 20px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	line-height: 1.4em;
}

div.panel.links.careerslink ul li a {
	background-image: url("https://pssweb.manchester.ac.uk/includes/images/icons/date.png") !important;
}

div.panel.links.careerslink ul li h5 {
	font-size: 1em;
	font-family: inherit;
	padding: 0; margin: 0;
}

div.panel.links.careerslink ul li div.datetime {
	margin: 0 0 5px 0;
	padding: 0;
}

div.panel.links.careerslink ul li p {
	line-height: 1.5em;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.9em;
}

@media only screen and (max-width: 807px) {
	div.panel.links.careerslink ul {
		overflow: visible;
		height: auto;
		max-height: none;
	}

	div.panel.links.careerslink ul li.post3 {
		display: none;
	}
}


div.panel.links.careerslink div.more {
	border-top: 1px dotted #ccc;
}

div.panel.links.careerslink div.more {
	padding: 5px 10px;
}

div.panel.links.careerslink div.more a {
	padding-left: 20px;
	background-image: url("https://pssweb.manchester.ac.uk/includes/images/icons/linkbullet.png");
	background-repeat: no-repeat;
	background-position: center left;
}

/* -- HOMEPAGE -- */

body.superstyle.homepage div.panel.jssupport.careerslink {
	display: block;
}

body.superstyle.homepage div.panel.one-third.careerslink ul {
	height: 111px;
}

body.superstyle.homepage div.banner > div.panel.careerslink ul {
	height: 192px;
}

@media only screen and (max-width: 807px) {
	div.panel.one-third.careerslink ul,
	div.banner > div.panel.careerslink ul {
		height: auto;
		max-height: none;
		overflow: visible;
	}
}

body.superstyle.articlepage div.article.chat > div.chatcontainer {
}

/* -- EMPLOYER VIDEOS -- */

div.pseudoboiler h2 {
	font-size: 2.5em !important;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 15px 0;
}

div.pseudoboiler p a, div.pseudoboiler p a:visited {
	text-decoration:underline;
	color: #6b2c91;
}

div.employervideo > iframe {
	width: 100% !important;
	height: 205px !important;
}

div.employervideo > h3 {
	font-size: 1.8em !important;
}



