@charset utf-8;

@font-face {
	font-family: 'Open Sans';
	src: url('../ttf/opensans-regular.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../ttf/opensans-italic.ttf');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../ttf/opensans-semibold.ttf');
	font-weight: 600;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../ttf/opensans-semibolditalic.ttf');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../ttf/opensans-bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../ttf/opensans-bolditalic.ttf');
	font-weight: bold;
	font-style: italic;
}

/* == Reset == */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, fieldset, footer, header, hgroup,
menu, nav, output, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, fieldset {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------*/
/*                  */
/* Europe PMC Style */
/*                  */
/*------------------*/

html {
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	text-align: center;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#body {
	font-size: 15px;
	font-size: 1.5rem;
	word-wrap: normal;
	color: #494949;
	background-color: #fff;
}

.container, .epmc_pageHolder, .ui-ncbipopper-basic {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1170px;
	width: 117rem;
	max-width: 100%;
	margin: 0 auto !important;
	position: relative;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: 600;
}

strong, b {
	font-weight: 700;
}

h4, h5, h6 {
	font-size: 108%;
}

h5, h6 {
	font-style: italic;
}

h6 {
	font-weight: normal;
}

h2 {
	margin-top: 1.5em;
}

h3 {
	margin-top: 1.3em;
}

p, blockquote, ul, ol, h4, h5, h6, table, audio, embed, track, video {
	margin-top: 1em;
}

ol, ul {
	margin-left: 1em;
	padding-left: 1em;
}

li {
	margin-top: .5em;
}

h1, h2, h3 {
	line-height: 120%;
}

h4, h5, h6, div, p, li, q, th, td, blockquote {
	line-height: 150%;
}

a, code {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

pre a {
	overflow-wrap: normal;
	word-wrap: normal;
}

a:link {
	color: #20699C;
}

a:visited {
	color: #588fb5;
}

a:focus {
	outline: none;
}

.ui-dialog a:visited {
	color: #6c5d99;
}

.search a:visited, #epmc_pageHeader nav a:visited, .home-bar a:visited, footer a:visited {
	color: #20699C;
}

* a:hover {
	color: #1d7ac8 !important;
}

* a:active {
	color: #6eb74d !important;
}

blockquote {
	margin: 1.4em 2em;
}

sup, sub {
	font-size: .8em;
}

sup {
	vertical-align: 20%;
}

sub {
	vertical-align: -20%;
}

small {
	font-size: smaller;
}

big {
	font-size: larger;
}

img, p, iframe, table, thead, tbody, form, fieldset, legend, video, audio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100% !important;
}

fieldset {
	min-width: 0;
}

@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
	}
}

pre, code {
	background-color: #DFECF5;
	font-size: 1.15em;
	line-height: 200%;
}

code {
	padding: 4px;
	padding: .4rem;
}

pre {
	display: block;
	overflow-x: auto;
	padding: 6px 10px;
	padding: .6rem 1rem;
	margin-top: .5em;
	border: 1px solid #B6D6ED;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

.inline-block {
	display: inline-block;
}

.overflow-hidden {
	overflow: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.bold-text {
	font-weight: bold;
}

.fa {
	-webkit-font-smoothing: subpixel-antialiased;
}

.fa > span, i[class^="icon-"] > span, i[class^="epmc-icon-"] > span, .screenReader {
	display: inline-block;
	text-align: left;
	text-indent: -9999px;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
}

.fab > span, i[class^="icon-"] > span, i[class^="epmc-icon-"] > span, .screenReader {
	display: inline-block;
	text-align: left;
	text-indent: -9999px;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
}

.far > span, i[class^="icon-"] > span, i[class^="epmc-icon-"] > span, .screenReader {
	display: inline-block;
	text-align: left;
	text-indent: -9999px;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
}

.half-left, .half-right {
	max-width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.half-left {
	padding-right: 30px;
	padding-right: 3rem;
}

.half-right {
	padding-left: 30px;
	padding-left: 3rem;
}

.nowrap {
	white-space: nowrap;
}

@media screen and (max-width: 700px) {
	.half-right, .half-left {
		max-width: 100%;
		display: block;
		padding: 0;
	}
}

/* BUTTONS AND FORMS */

button, input, textarea, select {
	font-family: 'Open Sans', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 3px 5px;
	padding: .3rem .5rem;
}

label, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}

input {
	border: 1px solid #999;
}

.button_min_width {
	min-width: 120px;
	min-width: 12rem;
}

a.button_link {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

a.button_link:link, a.button_link:hover, a.button_link:active, a.button_link:focus {
	color: #fff !important;
}

button, input[type='button'], input[type='submit'], a.button_link, a.button_link:link, a.button_link:visited {
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	color: #fff;
	border: none;
	padding: 8px 12px;
	height: auto;
	background-color: #20699c;
	border: thin solid #20699c;
}

button.secondary, input[type='button'].secondary, input[type='submit'].secondary, a.button_link.secondary {
	color: #20699c;
	background: #ffff;
}

button.link_style, input[type='button'].link_style, input[type='submit'].link_style,
a.button_link.link_style:link, .a.button_link.link_style:visited {
	background: transparent;
	background-color: transparent;
	color: #20699C !important;
	font-size: 1em;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: underline;
}

button:hover, input[type='button']:hover, input[type='submit']:hover,
button:hover, input[type='button']:focus, input[type='submit']:focus, a.button_link:hover {
	background-color: #5797c5;
	border-color: #5797c5;
}

button.secondary:hover, input[type='button'].secondary:hover, input[type='submit'].secondary:hover,
button.secondary:focus, input[type='button'].secondary:focus, input[type='submit'].secondary:focus,
a.button_link.secondary:hover {
	border-color: #5797c5;
	color: #5797c5;
	background-color: #ffff;
}

button.link_style:hover, input[type='button'].link_style:hover, input[type='submit'].link_style:hover,
a.button_link.link_style:hover {
	color: #1d7ac8 !important;
	background: transparent;
	background-color: transparent;
}

button:active, input[type='button']:active, input[type='submit']:active, a.button_link:active {
	background-color: #417505;
	border-color: #417505; 
}
button.secondary:active, input[type='button'].secondary:active, input[type='submit'].secondary:active {
	background-color: #417505;
	color: #417505; 
}

button.link_style:active, input[type='button'].link_style:active, input[type='submit'].link_style:active,
a.button_link.link_style:active {
	color: #6eb74d !important;
	background: transparent;
	background-color: transparent;
}

button.disabled, input[type='button'].disabled, input[type='submit'].disabled, a.button_link:link.disabled,
a.button_link:visited.disabled, button.disabled:hover, input[type='button'].disabled:hover, input[type='submit'].disabled:hover,
a.button_link.disabled:hover, button.disabled:active, input[type='button'].disabled:active, input[type='submit'].disabled:active,
a.button_link.disabled:active {
	border-color: #ececec;
  background-color: #ececec;
  color: #c9c9c9;
  cursor: not-allowed;
}

button.link_style.disabled, input[type='button'].link_style.disabled, input[type='submit'].link_style.disabled,
a.button_link.link_style.disabled, button.link_style.disabled:hover, input[type='button'].link_style.disabled:hover,
input[type='submit'].link_style.disabled:hover, a.button_link.link_style.disabled:hover, button.link_style.disabled:active,
input[type='button'].link_style.disabled:active, input[type='submit'].link_style.disabled:active, a.button_link.link_style.disabled:active {
	background: transparent;
	background-color: transparent;
	color: #999 !important;
}

button.secondary.disabled, input[type='button'].secondary.disabled, input[type='submit'].secondary.disabled,
a.button_link.secondary.disabled, button.secondary.disabled:hover, input[type='button'].secondary.disabled:hover,
input[type='submit'].secondary.disabled:hover, a.button_link.secondary.disabled:hover, button.secondary.disabled:active,
input[type='button'].secondary.disabled:active, input[type='submit'].secondary.disabled:active, a.button_link.secondary.disabled:active {
	background: rgb(204, 204, 204);
	color: #ededed !important;
}

button:focus, a.button_link:focus, input:focus, textarea:focus {
	outline: none !important;
	border-color: #20699C;
	box-shadow: 0 0 8px #036eb9;
}

.error_text, .feedbackPanelERROR {
	color: red !important;
}

@media screen and (max-width: 1270px) {
	.container, .epmc_pageHolder, .ui-ncbipopper-basic {
		width: 1270px;
		width: 127rem;
		padding: 0 50px;
		padding: 0 5rem;
	}
}

@media screen and (max-width: 1000px) {
	.container, .epmc_pageHolder, .ui-ncbipopper-basic {
		-webkit-transition: padding 1s;
		transition: padding 1s;
		padding: 0 20px;
		padding: 0 2rem;
	}
}

@media screen and (max-width: 800px) {
	.container, .epmc_pageHolder, .ui-ncbipopper-basic {
		-webkit-transition: padding 1s;
		transition: padding 1s;
		padding: 0 18px;
		padding: 0 1.8rem;
	}
}

/*------------------*/
/* BACKGROUNDS */
/*------------------*/
.light-gray, .med-gray, .dark-gray {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.light-gray {
	background-color: #F2F2F2;
	color: #494949;
	border: 1px solid #F2F2F2;
}

.med-gray {
	background-color: #DDDFDB;
	color: #000;
	border: 1px solid #DDDFDB;
}

.dark-gray {
	background-color: #666666;
	color: #fff;
	border: 1px solid #666666;
}

/*------------------*/
/* HEADER */
/*------------------*/

header, #epmc_searchBanner, .home-bar {
	font-size: 1.05em;
}

header .dark-gray {
	color: #ccc;
}

header .dark-gray, header .dark-gray .container {
	height: 32px;
	height: 3.2rem;
	padding-top: 0;
}

header .dark-gray .container > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	font-size: .9em;
	height: 95%;
}

header .dark-gray .container > div::before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

header .dark-gray .container > div > * {
	display: inline-block;
	vertical-align: middle;
}

i.profile-icon {
	margin-right: 10px;
}

.orcid_signin_text:link, .orcid_signin_text:visited {
	color: #fff !important;
	text-decoration: none;
}

.orcid_signin_text:hover, #orcid_mainNav > li > a:hover {
	color: #fff !important;
	text-decoration: underline;
}

/* NAVIGATION */
/*------------*/

nav ul, nav ol {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

nav a {
	text-decoration: none;
	font-weight: 600;
}

header nav {
	clear: both;
}

#epmc_pageHeader nav.container {
	height: 60px;
	hright: 6rem;
}

#epmc_mainNav > li > ul.dropdown.sub_menu {
	visibility: visible !important;
}

#epmc_mainNav .contact-us {
	display: none;
}

#epmc_mainNav li.link-to-epmc a {
	text-decoration: underline;
	border-right: none;
}

#epmc_mainNav li.link-to-epmc a:hover {
	color: #b64087;
	background-color: white !important;
}

#epmc_mainNav li.link-to-epmc a span {
	color: #b64087;
}


.logo a, #epmc_mainNav > li > ul > li a {
	display: block;
	height: 100%;
	border-right: 1px solid #ccc;
	padding: 0 15px;
	padding: 0 1.5rem;
}

#menu_button {
	display: none;
}

.logo {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#epmc_mainNav > li {
	margin-top: 0;
}

.logo, #epmc_mainNav > li > ul > li {
	margin-top: 0;
	vertical-align: middle;
	height: 60px;
	height: 6rem;
	position: relative;
}

.logo a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	background-image: url('../svg/epmc-logo-single.svg');
	background-repeat: no-repeat;
	background-size: auto 55px;
	background-size: auto 5.5rem;
	background-position: center left;
	width: 280px;
	width: 28rem;
}

.logo.beta a {
	background-image: url('../svg/epmc-logo-beta.svg');
	background-size: auto 45px;
	background-size: auto 4.5rem;
}

@media screen and (max-width: 870px) {
	.logo a, .logo.beta a {
		background-size: 180px;
	}
}

.logo h1 {
	display: inline-block;
	text-align: left;
	text-indent: -9999px;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
}

#epmc_mainNav > li > ul > li {
	display: inline-block;
}

#epmc_mainNav > li > ul > li > a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#epmc_mainNav > li > ul > li > a > span {
	display: inline-block;
	vertical-align: middle;
}

#epmc_mainNav > li > ul > li ul {
	visibility: hidden !important;
	position: absolute;
	top: 60px;
	top: 6rem;
	left: -1px;
	background-color: #fff;
	min-width: 230px;
	-moz-box-shadow: -1px 2px 4px #ccc;
	-webkit-box-shadow: -1px 2px 4px #ccc;
	box-shadow: -1px 2px 4px #ccc;
	z-index: -5;
	border: 1px solid #ccc;
	border-top: none;
}

#epmc_mainNav > li > ul > li ul li {
	margin-top: 0;
}

#epmc_mainNav > li > ul > li ul a {
	padding: .8em 1em;
	border-top: 1px solid #ccc;
}

#epmc_mainNav > li > ul > li.hover > a:link, #epmc_mainNav > li > ul > li.hover > a:visited,
#epmc_mainNav > li > ul > li.hover > a:hover, #epmc_mainNav > li > ul > li:hover > a:link,
#epmc_mainNav > li > ul > li:hover > a:visited, #epmc_mainNav > li > ul > li:hover > a:hover,
#epmc_mainNav > li > ul > li ul a:hover {
	background-color: #20699C;
	color: #fff !important;
}

#epmc_mainNav > li > ul > li.last.hover > a, #epmc_mainNav > li > ul > li.last:hover > a {
	background: transparent;
	color: #1d7ac8 !important;
}

#epmc_mainNav > li > ul > li.hover > ul, #epmc_mainNav > li > ul > li:hover > ul {
	visibility: visible !important;
	z-index: 3;
}

#epmc_mainNav > li > ul > li.last {
	float: right;
}

#epmc_mainNav > li > ul > li.last > a {
	border: none;
	padding-right: 0;
}

.secondMenu {
	padding: 0;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;
}

.secondMenu .container {
	margin-top: -1px;
}

.secondMenu ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: -1px 0;
}

.secondMenu li {
	display: inline-block;
	margin: 0;
	font-weight: 600;
	border-right: 1px solid #ccc;
	vertical-align: top;
}

.secondMenu li a {
	padding: 10px 15px;
	padding: 1rem 1.5rem;
}

.secondMenu li a {
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.secondMenu li a span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.secondMenu li a.current {
	position: relative;
}

.secondMenu li a.current::after {
	content: '';
	position: absolute;
	bottom: -15px;
	right: 40%;
	left: 40%;
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ccc;
}

.secondMenu li a.parent:link, .secondMenu li a.parent:visited,
.secondMenu li a.current:link, .secondMenu li a.current:visited {
	background-color: #ccc;
	color: #494949 !important;
}

.secondMenu li a:hover, .secondMenu li a.current:hover, .secondMenu li a.parent:hover {
	color: #fff !important;
	background-color: #588fb5;
}

.secondMenu li a.current:hover::after {
	border-top: 15px solid #588fb5;
}

.secondMenu li a:active, .secondMenu li a.current:active, .secondMenu li a.parent:active {
	color: #fff !important;
	background-color: #6eb74d;
}

.secondMenu li a.current:active::after {
	border-top: 15px solid #6eb74d;
}

#epmc_mainNav > li > ul > li > a.current, #epmc_mainNav > li > ul > li > a.nav_clicked.current {
	color: #494949 !important;
	background-color: #ccc;
}

@media screen and (max-width: 1200px) {
	.secondMenu li a {
		font-size: .9em;
	}
}

@media screen and (max-width: 1115px) {
	.secondMenu .secTitle {
		width: auto;
		padding-right: 50px;
		padding-right: 5rem;
	}
}

@media screen and (min-width: 871px) and (max-width: 900px) {
	#epmc_mainNav > li > ul > li.last {
		float: none;
	}
}

@media screen and (max-width: 870px) {
	.secondMenu {
		display: none;
	}

	#epmc_pageHeader nav.container {
		padding: 0;
		font-size: .95em;
		height: auto;
	}

	.logo {
		display: block;
		float: none;
		border-bottom: 1px solid #666;
		width: 100%;
		padding: 0 1.5rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#menu_button {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.logo a, #epmc_mainNav > li > ul > li a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-right: none;
		width: 100%;
	}

	#menu_button::after, #epmc_mainNav > li #menu_button.nav_clicked + ul > li > a::after {
		content: '\f0da';
		display: inline-block;
		font-family: 'Font Awesome 5 Free';
		float: right;
		font-size: 1.2em;
	}
	
	#epmc_mainNav > li #menu_button.nav_clicked + ul > li.link-to-epmc > a::after {
		content: '';
	}
	
	#epmc_mainNav li.link-to-epmc a span {
	    color: white;
	}
	
	#epmc_mainNav li.link-to-epmc a:hover {
	    background-color: #20699C !important;
    	color: #fff !important;
	}

	#menu_button.nav_clicked::after, #epmc_mainNav > li #menu_button.nav_clicked + ul > li > a.nav_clicked::after {
		content: '\f0d7';
	}

	#epmc_mainNav > li #menu_button.nav_clicked + ul > li.last a::after {
		content: '';
	}

	#epmc_mainNav > li > ul {
		display: block;
		width: 100%;
		background-color: #fff;
		max-width: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#menu_button + ul, #epmc_mainNav > li > ul > li ul {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		padding-bottom: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		min-width: auto;
		visibility: visible !important;
		z-index: -10;
		max-height: 0;
	}

	#epmc_mainNav > li > ul > li ul {
		opacity: 0;
		transition: max-height .5s, z-index 0s .3s, opacity 2s;
	}

	#menu_button + ul {
		transition: max-height .5s, z-index 0s .3s;
	}

	#epmc_mainNav > li > ul > li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		display: block;
		margin: 0 auto;
		height: auto;
		max-height: 0;
	}

	#epmc_mainNav > li #menu_button.nav_clicked + ul > li {
		max-height: 1000px;
		border-bottom: 1px solid #ccc;
	}

	#epmc_mainNav > li #menu_button.nav_clicked + ul > li.last {
		float: none;
		border: none;
	}

	#epmc_mainNav > li > ul > li.hover > ul, #epmc_mainNav > li > ul > li:hover > ul {
		z-index: -10;
	}

	#menu_button.nav_clicked + ul, #epmc_mainNav > li #menu_button.nav_clicked + ul > li a.nav_clicked + ul {
		max-height: 1000px;
		z-index: 0;
		opacity: 1;
		transition: max-height 1s, z-index 0s .1s, opacity 0s;
	}

	#menu_button, #epmc_mainNav > li #menu_button.nav_clicked + ul > li a,
	#epmc_mainNav > li #menu_button.nav_clicked + ul > li ul a {
		padding: .8em;
	}

	#epmc_mainNav > li #menu_button.nav_clicked + ul > li ul a {
		padding-left: 1.5em;
	}

	#epmc_mainNav > li > ul > li > a::before {
		display: none;
	}

	#menu_button:link, #menu_button:visited {
		background-color: #20699C;
		color: #fff !important;
	}

	#menu_button:hover {
		background-color: #588fb5;
		color: #fff !important;
	}

	#menu_button.nav_clicked {
		color: #666 !important;
		background-color: #fff;
	}

	#epmc_mainNav > li > ul > li > a:link, #epmc_mainNav > li > ul > li > a:visited {
		background-color: #666666;
		color: #fff !important;
	}

	#epmc_mainNav > li > ul > li ul a:link, #epmc_mainNav > li > ul > li ul a:visited {
		color: #666666;
	}

	#epmc_mainNav > li > ul > li > a.current, #epmc_mainNav > li > ul > li > a.nav_clicked.current,
	#epmc_mainNav > li > ul > li a.parent {
		background-color: #ccc !important;
		color: #494949 !important;
	}

	#epmc_mainNav > li > ul > li.last.hover > a, #epmc_mainNav > li > ul > li.last:hover > a,
	#epmc_mainNav > li > ul > li > a.nav_clicked, #epmc_mainNav > li > ul > li > a.current:hover,
	#epmc_mainNav > li > ul > li a.parent:hover, #epmc_mainNav > li > ul > li > a.nav_clicked.current:hover,
	#epmc_mainNav > li > ul > li ul a.current {
		background-color: #20699C !important;
		color: #fff !important;
	}
}

/*  SEARCH  */
/*----------*/

#epmc_searchBanner {
	padding: 20px 0 15px;
	padding: 2rem 0 1.5rem;
	background-image: url('../jpg/epmc-bubbles.jpg');
	background-size: cover;
	background-position: center center;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;
}

.search_home #epmc_searchBanner {
	padding: 60px 0;
	padding: 6rem 0;
}

.search h2 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: .3em;
	font-size: 1.15em
}

.search_home .search h2 {
	font-size: 1.5em;
}

#searchForm11 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-right: 140px;
}

.search .advancedSearch {
	text-decoration: none;
	font-size: .95em;
	position: absolute;
	right: 0;
	top: 42px;
	top: 4.2rem;
}

.search_home .search .advancedSearch {
	top: 50px;
	top: 5rem;
}

.search #banner--search-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #999;
	display: inline;
	color: #494949;
	font-size: 1em;
	padding: .5em;
	padding-right: 110px;
	padding-right: 11rem;
	overflow: hidden;
	height: 48px;
	height: 4.8rem;
}

.search button[type="submit"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline;
	vertical-align: bottom;
	width: 105px;
	width: 10.5rem;
	margin-left: -105px;
	margin-left: -10.5rem;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	font-size: 1.2em;
	padding: .5em;
	height: 48px;
	height: 4.8rem;
	white-space: nowrap;
}

.button-text {
	margin-left: 5px;
}

.search-caption {
	font-size: .9em;
	color: #707070;
}

.search p {
	margin-top: .3em;
	font-size: .9em;
}

.search_home p {
	font-size: 1em;
}

@media screen and (max-width: 1270px) {
	.search .advancedSearch {
		right: 50px;
		right: 5rem;
	}
}

@media screen and (max-width: 1000px) {
	#epmc_searchBanner {
		padding: inherit 30px;
		padding: inherit 3rem;
		-webkit-transition: padding 1s;
		transition: padding 1s;
	}

	.search .advancedSearch {
		right: 20px;
		right: 2rem;
	}
}

@media screen and (max-width: 870px) {
	.search .advancedSearch {
		position: relative;
		right: auto;
		top: auto;
		font-size: .95em;
		float: right;
		margin-top: .3em;
	}

	.search_home .search .advancedSearch {
		top: auto;
	}

	#searchForm11 {
		padding-right: 0;
	}

	.search #banner--search-input {
		padding-right: 53px;
		padding-right: 5.3rem;
	}

	.search button[type="submit"] {
		width: 48px;
		width: 4.8rem;
		margin-left: -48px;
		margin-left: -4.8rem;
	}

	#searchForm11 .button-text {
		display: inline-block;
		text-indent: -99999px;
		width: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 800px) {
	#epmc_searchBanner {
		padding: inherit 35px;
		padding: inherit 3.5rem;
		-webkit-transition: padding 1s;
		transition: padding 1s;
	}
}

@media screen and (max-width: 600px) {
	.search h2 {
		font-size: 1.2em;
	}

	#epmc_searchBanner {
		padding: inherit 15px;
		padding: inherit 1.5rem;
		-webkit-transition: padding 1s;
		transition: padding 1s;
	}

	.search-caption {
		font-size: .8em;
	}
}

@media screen and (max-width: 400px) {
	.search p .advancedSearch {
		float: none;
		display: block;
		font-size: 1em;
		margin-top: .5em;
	}

	.search p .advancedSearch::before {
		content: '+ ';
	}
}

/* SEARCH RESULTS */

#epmc_pageBody {
	position: relative;
	background-color: #fff;
}

#searchTools {
	display: none;
	text-align: left;
	font-size: .9em;
}

.mobile_buttons, .mobile_button {
	display: none;
}

.epmc_searchResults #searchToolsBox, .articleContentPage #searchToolsBox {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.articleContentPage #searchTools, .epmc_searchResults #searchTools {
	position: absolute;
	display: block;
	z-index: 2;
	right: 0;
	margin-top: 2.2em;
}

.articleContentPage .epmc_searchTools {
	float: right;
	width: 300px;
}

#searchTools .epmc_searchTools > a {
	text-decoration: none;
	margin: 0 11px;
}

.articleContentPage #searchTools .epmc_searchTools > a.ukpmc_toolbar {
	margin-left: 0;
}

.epmc_searchResults #searchTools a#exportPanelLink {
	margin-right: 0;
}

#searchTools a#exportPanelLink {
	margin-right: 12px;
}

.articleContentPage #searchTools a.recentSearches {
	margin-left: 0;
}

#searchTools a i, .epmc_searchTools_two .searchscope a i {
	font-size: 1.2em;
	display: inline !important;
	margin-right: 5px;
	margin-right: .5rem;
	color: #62a744;
}

#searchTools a:hover i, .epmc_searchTools_two .searchscope a:hover i {
	color: #1d7ac8
}

.epmc_searchResults .epmc_pageHolder h2 {
	margin-top: 0;
	display: inline-block;
	vertical-align: bottom;
}

.epmc_searchResults .epmc_pageHolder h2 + div {
	vertical-align: bottom;
	font-size: .9em;
}

a[id^='clearSelected'] i {
	margin-left: 5px;
	margin-left: .5rem;
	margin-right: 3px;
	margin-right: .3rem;
}

.epmc_searchResults .epmc_searchTools {
	float: right;
}

.epmc_searchTools_two {
	font-size: 1em;
	position: absolute;
	top: -1.85em;
	right: 360px;
	right: 36rem;
	z-index: 2;
}

.epmc_searchTools_two .searchscope a {
	text-decoration: none;
}

.epmc_searchFunctions {
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	margin: .3em auto;
	padding: .3em 0;
	font-size: .9em;
	color: #707070;
	position: relative;
	clear: both;
}

.epmc_searchResults .search_filters {
	margin-top: 2.5em;
	color: #707070;
}

.epmc_searchFunctions + .page_body {
	padding-top: .5em;
}

.page_count {
	display: inline-block;
	margin-right: 2em;
}

.results_control {
	display: inline-block;
	line-height: 30px;
}

.results_pagination {
	display: inline-block;
	float: right;
	font-size: .95em;
	line-height: 31px;
}

.results_pagination_range {
	margin-right: 2em;
	display: inline-block;
	line-height: 31px; /* necessary for responsiveness */
}

.pagination {
	text-align: right;
	color: #494949;
	line-height: 200%;
}

.pagination a {
	text-decoration: none;
}

.pageLinks > span > *, .pageDots a {
	padding: 3px;
}

.currpage {
	background-color: #D5EACB;
}

.pageLinks a:hover, .pageDots a:hover {
	text-decoration: underline;
}

.pageButtons {
	white-space: nowrap;
}

.pageLinks {
	display: inline-block;
	vertical-align: middle;
}

.previousLink, .nextLink {
	font-size: .9em;
	padding: 3px;
	background-color: #f2f2f2;
	border-radius: 2px;
	white-space: nowrap;
}

.previousLink:link, .nextLink:link, .previousLink:visited, .nextLink:visited {
	color: #fff;
	background-color: #20699C;
}

.previousLink:link:hover, .previousLink:visited:hover, .nextLink:link:hover, .nextLink:visited:hover {
	background-color: #1d7ac8;
	color: #fff !important;
}

.previousLink:active, .nextLink:active {
	background-color: #6eb74d;
	color: #fff !important;
}

.previousLink i, .nextLink i {
	font-size: 1.4em;
	vertical-align: text-bottom;
}

.previousLink i {
	margin-right: 3px
}

.nextLink i {
	margin-left: 3px;
}

#saved_search_message_box, #account_message_box {
	padding: 10px;
	padding: 1rem;
	margin: 1em 0;
	background: #D5EACB;
	border: 1px solid #D5EACB;
}

#account_message_box.change-password-success, #account_message_box.manage-account-success {
	float: left;
	width: 100%;
}

.articles-batch-selector-label {
	display: inline-block;
	font-size: .85em;
}

#account_message_box_label {
	margin-top: 0;
}

#account_message_box::after {
	content: '';
	display: block;
	clear: both;
}

#saved_search_message_box {
	display: none;
	overflow: hidden;
}

#saved_search_message_box a.boxclose {
	color: #003319;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 20px;
	font-size: 2rem;
	line-height: 0;
	margin-right: -5px;
	margin-top: -7px;
	padding: 10px 1px 10px;
}

#orcid_container {
	background-color: #F2F2F2;
	padding: 8px;
	padding: .8rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

#orcid_container table {
	margin-top: 0;
}
#profile_container {
	margin-bottom: 1em;
	padding: .5em 2em;
    background-color: #f2f2f2;   
	 max-height: 170px;
	 overflow:hidden;
/*
padding: 8px;	padding: 0 10px 10px 3px; 
 margin-bottom: 2rem;
    padding: 0.8rem;*/
}
#auth_profile_table {
	width: 100%;
	margin-top: 11px;
}
@media screen and (max-width: 870px) {
	.auth_profile_desktop_only {
		display: none;
	}
}
.author_profile_list_view{
   max-height:100px;
	overflow:hidden;
}
.profileHead{
	height: 35px;
}
.profileHead a {
  text-decoration: none;
}
.profileRow{
	height: 50px;
}
.profileRow a {
	text-decoration: none;
}
.auth_profile_affiliation {
	position: relative;
	top: -3px;
	font-size: .9em;
}
.auth_profile_table{
	width: 80%;
}
.auth_profile_label {
	font-size:16px;
	font-weight: 600;
}
.auth_profile_view_more{
	font-size: 0.875em;
	 padding: 0.8rem;
	 padding-left: 20px;
}
#auth_profile_view_more {
	font-weight: 600;
}
.auth_profile_count {
	font-size:15px;
	font-weight: 600;
}
.auth_profile_count .highlight {
	font-weight: normal;
}
.auth_profile_view_more a{
	text-decoration: none !important;
}
.author-profile-orcid-icon {
	position: relative;
	top: 2px;
}

.epmc_searchResults .epmc_pageHolder a:visited {
	color: #588fb5;
}

.epmc_searchResults .epmc_pageHolder .pageButtons a:visited {
	color: #fff;
}

.epmc_searchResults .resultLink {
	font-size: .98em;
}

.epmc_searchResults .epmc_wideLeft a:visited {
	color: #6c5d99;
}

.epmc_searchResults .indented_text {
	font-size: .85em;
}

.epmc_searchResults .indented_text a {
	text-decoration: none;
}

.epmc_searchResults .indented_text a:hover {
	text-decoration: underline;
}

.epmc_searchResults .indented_text .abstract--main-authors-list a:hover {
	text-decoration: none;
}

.epmc_searchResults .indented_text .abstract--main-authors-list a:hover .abstract--author-name {
	box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #20699C;
}

.epmc_searchResults .abs_link_metadata {
	margin-top: .3em;
}

.epmc_searchResults .abs_link_metadata > div {
	margin-top: 0;
}

.freeResource {
	margin-left: 5em;
}

.highlight {
	font-weight: bold;
}

div.wicket-modal {
	max-width: 100%;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	text-align: center;
}

div.wicket-modal > * {
	width: 450px;
	max-width: 100% !important;
	margin: 0 auto !important;
}

div.wicket-modal div.w_content_container {
	height: auto !important;
}

div.wicket-modal div.w_caption {
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	background-color: #666;
	padding: 10px !important;
}

div.wicket-modal h3.w_captionText {
	font-weight: normal;
	left: auto;
}

div.wicket-modal div.w_content_3 {
	border: none;
}

div.wicket-modal a.w_close, div.wicket-modal a.w_close:hover {
	height: 20px;
	width: 20px;
	right: 8px;
	text-decoration: none;
}

a.w_close:link, a.w_close:visited {
	color: #fff !important;
	text-decoration: none;
}

a.w_close:hover {
	color: #D5EACB !important;
	text-decoration: none;
}

a.w_close:active {
	color: #6eb74d !important;
	text-decoration: none;
}

a.w_close::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f00d';
	font-size: 1.3em;
	font-weight: 900;
}

.close_this {
	font-size: 1.3em;
	position: absolute;
	top: 15px;
	right: 15px;
}

.close_this:link, .close_this:visited {
	color: #20699C;
}

.epmc_searchTools .close_this, #mobileSortdiv .close_this, #mobileFilterdiv > div .close_this {
	display: none;
}

#searchTools a.close_this i {
	font-size: inherit;
	color: #20699C;
	margin-right: 0;
}

#mobileFilterdiv > div .close_this {
	right: 40px;
}

@media screen and (max-width: 870px) {
	.clipboard_icon {
		font-size: 1.4em;
		margin-top: -3px;
		margin-bottom: -10px;
	}

	.epmc_searchFunctions {
		margin-top: 1.5rem;
	}

	.pagination {
		float: none;
		font-size: 1.15em;
	}

	.results_pagination {
		margin-top: 0;
	}

	.bookContentPage .pagination {
		text-align: right;
	}

	.results_control, .epmc_searchTools_two, .epmc_searchTools, .epmc_searchResults .page_info_margin {
		display: none;
	}

	.mobile_buttons {
		display: inline-block;
		float: right;
	}

	.mobile_button {
		display: inline;
		font-size: 1em;
	}

	.mobile_button.active {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6eb74d), color-stop(1, #58923d));
		background: -moz-linear-gradient(center top, #6eb74d 5%, #58923d 100%);
		background: linear-gradient(center top, #6eb74d 5%, #58923d 100%);
		background-color: #6eb74d;
	}

	.epmc_searchTools .close_this, #mobileSortdiv .close_this, #mobileFilterdiv > div .close_this {
		display: inline;
	}

	.results_control.show, .epmc_searchTools_two.show, .epmc_searchResults .page_info_margin.show {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		display: block;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px;
		padding: 2rem;
	}

	.epmc_searchResults .page_info_margin.show {
		margin-top: 0;
		padding-top: 0;
		top: 4em;
	}

	.epmc_searchResults .page_info_margin.show > div, .results_control.show {
		background-color: #fff;
		padding: 5px 20px 30px;
		padding: .5rem 2rem 3rem;
		-moz-box-shadow: -1px 2px 4px #ccc;
		-webkit-box-shadow: -1px 2px 4px #ccc;
		box-shadow: -1px 2px 4px #ccc;
		z-index: -5;
		border: 1px solid #ccc;
	}

	.results_control.show {
		padding: 50px 40px;
		padding: 5rem 4rem;
		z-index: 4;
		top: -5px;
	}

	.epmc_searchResults #searchTools {
		margin-top: 0;
		top: 4.4em;
	}

	.epmc_searchTools.show {
		display: block;
		background-color: #fff;
		padding: 40px;
		padding-left: 100px;
		-moz-box-shadow: -1px 2px 4px #ccc;
		-webkit-box-shadow: -1px 2px 4px #ccc;
		box-shadow: -1px 2px 4px #ccc;
		z-index: -5;
		border: 1px solid #ccc;
	}

	.epmc_searchTools_two.show {
		z-index: 2;
		display: inline;
		left: auto;
		right: 370px;
		right: 37rem;
		margin-top: 1.1em;
	}
}

@media screen and (max-width: 600px) {
	.epmc_searchResults .search h2 {
		display: none;
	}

	.epmc_searchResults .search .advancedSearch + p {
		display: none;
	}

	.epmc_searchResults .search::after {
		content: '';
		display: block;
		clear: both;
	}
}

@media screen and (max-width: 550px) {
	.freeResource {
		margin-left: 0;
		display: block;
		margin: .5em 0;
		text-decoration: underline;
	}

	.mobile_buttons {
		display: block;
		text-align: left;
		float: none;
		margin-top: 5px;
		margin-top: .5rem
	}

	.results_pagination {
		display: block;
		float: none;
	}

	.epmc_searchResults .page_info_margin.show {
		top: 6em;
	}

	.results_control.show {
		margin-top: 13px;
	}

	.results_control.show b {
		display: block;
	}

	.epmc_searchResults #searchTools {
		margin-top: 0;
		top: 6.6em;
		width: 100%;
	}

	.epmc_searchTools.show {
		margin-top: 0;
		padding: 34px 40px;
		padding: 3.4rem 4rem;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-indent: 65px;
		text-indent: 6.5rem;
		line-height: 240%;
	}

	.epmc_searchTools_two.show {
		left: 20px;
		right: auto;
		padding-bottom: 0;
		margin-top: 15px;
	}

	.epmc_searchResults #searchTools .epmc_searchTools > a {
		white-space: nowrap;
		margin: 0;
		margin-right: 12px;
		margin-right: 1.2rem;
		text-indent: 0;
	}
}

/*------------------*/
/* epmc_pageHolder  */
/*------------------*/

.epmc_pageHolder {
	padding-top: 1.5em;
	padding-bottom: 2em;
	position: relative;
}

.epmc_pageHolder a:visited {
	color: #6c5d99;
}

.search_home + .epmc_pageHolder {
	padding-top: 3em;
}

.page_body {
	clear: both;
}

.epmc_wideLeft, .staticPageLayoutLeft {
	width: 800px;
	width: 80rem;
	max-width: 100%;
	padding-top: 1em;
}

.staticPageLayout {
	max-width: 100%;
	padding-top: 1em;
}

.epmc_wideLeft {
	display: inline-block;
	vertical-align: top;
}

.page_info_margin {
	width: 300px;
	width: 30rem;
	float: right;
	display: inline-block;
	vertical-align: top;
}

.page_info_margin a:visited {
	color: #588fb5;
}

.articleContentPage .page_info_margin, .bookContentPage .page_info_margin, .thesisContentPage .page_info_margin {
	padding-top: 40px;
	padding-top: 4rem;
}

.epmc_pageHolder::after {
	content: '';
	display: block;
	clear: both;
}

.return_to_search_results {
	margin-bottom: .9em;
	font-size: .95em;
	text-decoration: none;
}

.return_to_search_results .single_result {
	font-size: .95em;
    color: #707070;
}

.articleContentPage.fullPage .return_to_search_results {
	margin-bottom: 0;
}

.return_to_search_results i {
	margin-right: 5px;
	color: #62a744;
	font-size: 1.2em;
}

a.return_to_search_results:hover i {
	color: #1d7ac8;
}

.vertmenu div.citation_navigation_unselected, .vertmenu div.citation_navigation_selected {
	float: left;
	position: relative;
	width: 80px;
	margin: 0 5px 10px 5px;
	padding: 4px 0;
	border: 1px solid #D6D6D6;
	text-align: center;
}

#embargo_date_container {
	width: 300px;
	margin-top: 10px;
	border: 0 none;
	text-align: left;
}

.vertmenu .list_article_link {
	float: left;
	position: relative;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1125px) {
	.vertmenu .list_article_link {
		width: 200px;
	}

	#embargo_date_container {
		width: 150px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 870px) {
	.vertmenu div.citation_navigation_unselected, .vertmenu div.citation_navigation_selected {
		width: 140px;
		padding: 0;
		border: 0px;
	}

	#embargo_date_container {
		width: 150px;
		margin-top: 0px;
	}

	.vertmenu .list_article_link {
		width: 480px;
	}
}

@media screen and (max-width: 480px) {
	.vertmenu div.citation_navigation_unselected, .vertmenu div.citation_navigation_selected {
		width: 130px;
		display: inline-block;
		margin: 5px 10px 5px 0;
	}

	#embargo_date_container {
		width: 140px;
		margin-top: 0px;
	}

	.vertmenu .list_article_link {
		width: auto;
	}

	#fulltextnavpanel {
		margin-top: 5px;
	}
}

#movetotop .vertmenu div.citation_navigation_unselected em {
	display: none;
}

@media screen and (max-width: 1250px) {
	.epmc_wideLeft {
		width: 750px;
		width: 75rem;
	}
}

@media screen and (max-width: 1215px) {
	.page_info_margin, .articleContentPage .epmc_searchTools {
		width: 250px;
		width: 25rem;
	}
}

@media screen and (max-width: 1150px) {
	.epmc_wideLeft {
		width: 700px;
		width: 70rem;
	}
}

@media screen and (max-width: 1115px) {
	.page_info_margin, .articleContentPage .epmc_searchTools {
		width: 200px;
		width: 20rem;
		padding-left: 0;
	}
}

@media screen and (max-width: 1050px) {
	.epmc_wideLeft {
		width: 650px;
		width: 65rem;
	}
}

@media screen and (max-width: 940px) {
	.epmc_wideLeft {
		width: 60px;
		width: 60rem;
	}
}

@media screen and (max-width: 560px) {
	.articleContentPage #movetotop .vertmenu div.citation_navigation_unselected div.plain {
		font-size: 0.95em;
		padding-top: 0.9rem;
	}
}

@media screen and (max-width: 870px) {
	.page_info_margin, .epmc_wideLeft, .articleContentPage .epmc_searchTools {
		display: block;
		width: 100%;
		float: none;
	}

	.page_info_margin {
		margin-top: 40px;
		margin-top: 4rem;
		padding-left: 0;
	}

	.articleContentPage .page_info_margin {
		padding-top: 0;
		margin-top: 0;
	}

	.articleContentPage .epmc_wideLeft {
		margin-top: 80px;
		margin-top: 8rem;
	}

	.articleContentPage #movetotop {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 28px 20px;
		padding: 2.8rem 2rem;
		box-sizing: border-box;
	}

	.articleContentPage #movetotop h3 {
		display: none;
	}

	.articleContentPage #movetotop ul, .articleContentPage #movetotop li {
		display: inline-block;
		vertical-align: middle;
		margin-top: 0;
	}

	.articleContentPage #movetotop ul {
		margin-top: 5px;
		margin-top: .5rem;
	}

	.return_to_search_results {
		margin-bottom: 0;
	}

	.articleContentPage #movetotop .vertmenu {
		font-size: .9em;
	}

	.articleContentPage #movetotop .vertmenu:first-child {
		margin-top: 30px;
	}

	.articleContentPage #movetotop .vertmenu div {
		font-size: 1.2em;
	}

	.articleContentPage #movetotop .vertmenu div.citation_navigation_selected,
	.fullPage #movetotop .vertmenu div.citation_navigation_unselected.full,
	.scannedPage #movetotop .vertmenu div.citation_navigation_unselected.scanned {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 10px 0;
		background-color: #ccc;
	}

	.articleContentPage #movetotop .vertmenu div a {
		display: block;
		padding: 10px;
		padding: 1rem;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	.articleContentPage #movetotop .vertmenu div a:link, .articleContentPage #movetotop .vertmenu div a:visited {
		color: #fff !important;
		text-decoration: none;
		background-color: #20699C;
	}

	.articleContentPage #movetotop .vertmenu div a:hover {
		background-color: #588fb5;
	}

	.articleContentPage #movetotop .vertmenu div a:active {
		background-color: #6eb74d;
	}

	.articleContentPage #movetotop .vertmenu div.citation_navigation_unselected div.plain {
		padding-left: 0.6em;
		font-size: 0.95em;
	}

}

@media screen and (max-width: 430px) {
	.articleContentPage #movetotop .vertmenu div.list_article_link, .articleContentPage #movetotop .vertmenu div,
	.articleContentPage #movetotop .vertmenu div a {
		display: block;
	}

	.articleContentPage .epmc_wideLeft {
		margin-top: 225px;
		margin-top: 22.5rem;
	}

	.articleContentPage.citationPage .epmc_wideLeft {
		margin-top: 130px;
		margin-top: 13rem;
	}

	.articleContentPage #movetotop .vertmenu div.citation_navigation_unselected div.plain {
		padding: .9rem .9rem 0 .9rem;
		font-size: .9em;
	}
}

#yearly-citations-portlet {
	display: none;
	clear: both;
}

#yearly-citations-portlet--graph {
	width: 250px;
	height: 100px;
}

#yearly-citations-portlet .title {
	width: 250px;
	display: block;
	margin-top: .5em;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

#yearly-citations-portlet--view-all {
	position: relative;
	top: 6px;
	right: 10px;
	float: right;
	text-decoration: underline;
	color: #588fb5;
	font-size: 13px;
	cursor: pointer;
}

#yearly-citations-portlet .citations-count {
	font-size: 18px;
}

/* Home */

.home-bar {
	display: table-row;
}

.home-bar > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
	vertical-align: top;
	text-align: center;
	padding-right: 30px;
	padding-right: 3rem;
	display: table-cell;
	position: relative;
}

.home-bar > div + div {
	padding-right: 15px;
	padding-left: 15px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.home-bar > div + div + div {
	padding-right: 0;
	padding-left: 30px;
	padding-left: 3rem;
}

.iconcircle {
	display: inline-block;
	font-size: 2em;
	font-weight: normal;
	height: 2em;
	width: 2em;
	border-radius: 1em;
	background-color: #D5EACB;
	text-decoration: none;
	text-align: center;
}

.iconcircle:link, .iconcircle:visited {
	color: #707070 !important;
	background-color: #D5EACB;
}

.iconcircle:hover {
	color: #fff !important;
	background-color: #588fb5;
}

.iconcircle:active {
	color: #fff !important;
	background-color: #6eb74d;
}

.iconcircle::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.iconcircle i {
	vertical-align: middle;
	margin-top: 3px;
	margin-top: .3rem;
}

.home-text {
	text-align: left;
	padding-bottom: 3em;
}

.home-text ul, .home-text li {
	margin-top: 0
}

.home-text h3 + * {
	margin-top: 1.5em;
}

.home-text .light-gray {
	position: absolute;
	bottom: 0;
	padding: .3em;
	padding-bottom: 3em;
}

.home-text a {
	font-weight: 600;
	text-decoration: none;
	position: absolute;
	bottom: 5px;
}

@media screen and (max-width: 870px) {
	.search_home + .epmc_pageHolder {
		padding-top: 1.5em;
		background-color: #DDDFDB;
	}

	.home-bar, .home-bar > div {
		display: block;
	}

	.home-bar {
		text-align: center;
	}

	.home-bar > div {
		width: 100%;
		padding: 30px 30px 20px;
		padding: 3rem 3rem 2rem;
		margin: 0 auto 1.5em;
		background-color: #fff;
		border: 1px solid #ccc;
	}

	.home-bar > div + div {
		padding: 30px 30px 20px;
		padding: 3rem 3rem 2rem;
	}

	.home-bar > div + div + div {
		padding: 30px 30px 20px;
		padding: 3rem 3rem 2rem;
		margin-bottom: 0;
	}

	.home-text {
		padding-bottom: 2em;
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}

	.home-text .light-gray {
		padding-bottom: 0;
		position: relative;
		display: block;
		margin-top: 2em;
	}

	.home-text a {
		position: relative;
		display: block;
		margin-top: 2em;
	}

	.home-text .light-gray a {
		margin-top: 1em;
	}

	.home-bar > div + div + div {
		padding-bottom: 30px 0;
	}
}

/*------------------*/
/* FOOTER */
/*------------------*/

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: .85em;
}

footer .light-gray {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	padding: .3em;
	padding-bottom: 1em;
}

footer .light-gray a {
	text-decoration: none;
}

footer .light-gray a:hover {
	text-decoration: underline;
}

footer .med-gray {
	-moz-box-shadow: 0 -1px 2px #ccc;
	-webkit-box-shadow: 0 -1px 2px #ccc;
	box-shadow: 0 -1px 2px #ccc;
	padding: .3em;
}

footer .med-gray .container {
	text-align: center;
	padding-bottom: 1em;
}

footer .med-gray a {
	color: #1B5782;
}

.epmc_footerText {
	text-align: left;
}

/* update the style of the elixir banner here*/	        
.elixir-ribbon {
	padding: 1rem 0;
	background-color: rgb(77,77,72);
}
	        
.elixir-ribbon {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
	
.elixir-ribbon .row {
	max-width: 1200px;
	margin: 0 auto 1rem;
}
	
.elixir-ribbon .row::before,
.elixir-ribbon .row::after {
	display: table;
	content: ' ';
}
	
.elixir-ribbon h5 {
	font-size: 1.3rem;
}
	        
.elixir-ribbon,
.elixir-ribbon h5,
.elixir-ribbon a,
.elixir-ribbon a:active,
.elixir-ribbon a:hover {
	color: #fff;
	text-decoration: none;
}

.elixir-ribbon a:hover {
	opacity: .8;
}

.elixir-ribbon .readmore {
	border-bottom: 1px dotted #fff;
}

.elixir-ribbon h5 {
	margin: 0;
}

.elixir-ribbon .elixir-logo-kite {
	background: 80% 58% url("../png/elixir_kitemark-60px.png") no-repeat;
	position: relative;
	top: -5px;
	margin: 0 1rem -.5rem 0;
	height: 60px;
	width: 60px;
	display: inline-block;
	float: left;
}

.elixir-ribbon .row {
	max-width: 1174px;
}

@media screen and (max-width: 1270px) {
	.elixir-ribbon .row {
		padding: 0 5rem;
	}
}

@media screen and (max-width: 1000px) {
	.elixir-ribbon .row {
		padding: 0 2rem;
	}
}

#elixir-banner {
	text-align: left;
}

#elixir-ribbon h5 {
	font-style: normal;
	font-size: 1.2em;
}

#elixir-banner-info small {
	font-size: inherit;
}

.elixir-banner-description, #elixir-banner-info .readmore {
	color: white;
}

.social-media-icons {
	font-size: 1.9em;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.social-media-icons a {
	margin: 0 20px;
	margin: 0 2rem;
}

.epmc_footerNav .last {
	display: none;
}

.epmc_footerNav .sub_menu {
	visibility: visible !important;
}

.epmc_footerNav > ul {
	margin: 0 -10px;
}

.epmc_footerNav > ul > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 10px;
}

.epmc_footerNav ul {
	margin-top: .8em;
}

.epmc_footerNav li {
	margin-top: .3em;
}

.epmc_footerNav > ul > li {
	margin: 16px 0;
	margin: 1.6rem 0;
}

.epmc_footerNav > ul > li > a {
	font-size: 1.2em;
	font-weight: 600;
	color: #494949;
	cursor: default;
}

.epmc_footerNav > ul > li > a:hover {
	color: #494949 !important;
	text-decoration: none;
}

.epmc_footerNav a {
	font-weight: normal;
}

#feedback-container {
	position: fixed;
	bottom: 39px;
	right: 0;
	left: 0;
	z-index: 2;
	height: 0px;
	text-align: right;
}

@media screen and (max-width: 870px) {
	#feedback-container {
		top: 44px;
		bottom: auto;
		position: absolute;
	}
}

#feedback_frame {
	display: none;
}

.feedbackLink, .feedbackLink:link, .feedbackLink:visited {
	display: inline-block;
	padding: 8px;
	padding: .8rem;
	color: #fff;
	background-color: #20699C;
	text-decoration: none;
}

.feedbackLink:hover {
	color: #fff !important;
	text-decoration: underline;
}

#later_impact_survey_link:hover {
	color: #fff !important;
	text-decoration: underline;
}

.feedbackLink i {
	margin-right: 5px;
	margin-right: .5rem;
}

#body {
	padding-bottom: 420px;
	padding-bottom: 50rem;
}

#fragment-related-pubmedarts .citepeer-logo {
	margin-right: 1em;
}

#fragment-related-pubmedarts .citepeer-title {
	margin-bottom: .5em;
}

#fragment-related-pubmedarts .citepeer-link {
	line-height: 41px;
}

@media screen and (max-width: 870px) {
	#body {
		padding-bottom: 0;
	}

 	footer {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
	}

	footer .med-gray {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	footer .light-gray {
		display: none;
	}

	.feedbackLink {
		-moz-box-shadow: -1px -1px 2px 0px #666;
		-webkit-box-shadow: -1px -1px 2px 0px #666;
		box-shadow: -1px -1px 2px 0px #666;
	}
}

/*--------------------------*/
/*                          */
/*  Article/Abstract Pages  */
/*                          */
/*--------------------------*/

.epmc_citationName {
	padding-left: 30px;
	padding-left: 3rem;
	margin-bottom: 1em;
}

h1.title {
	font-weight: normal;
	font-size: 1.3em;
	line-height: 150%;
}

.title, .clipboard_icon {
	display: inline-block;
	vertical-align: text-top;
}

.clipboard_icon {
	width: 30px;
	width: 3rem;
	margin-left: -30px;
	margin-left: -3rem;
}

.clipboard_icon a {
	color: #494949;
}

.epmc_citationName .clipboard_icon {
	font-size: 1.2em;
	margin-top: 2px;
	margin-top: .2rem;
}

.vertmenu.formats {
}

.vertmenu {
	font-size: .95em;
}

.vertmenu > h2 {
	text-indent: -9999px;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	margin-bottom: -1px;
}

.vertmenu h2 + h3 {
	margin-top: 6px;
}

.vertmenu h3 {
	font-weight: normal;
	margin-top: 1.8em;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	font-size: 1.05em;
}

.vertmenu h4 {
	font-weight: normal;
	font-size: 1em;
}

.vertmenu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

/*.vertsubmenu ul {
	padding-left: 1em;
}*/

#journalIssue div {
	margin-top: 1em;
}

#journalIssue a {
	display: block;
	margin-top: .5em
}

.bioent, .more {
	margin-top: .5em;
	padding-left: .5em;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bioent .fa-external-link {
	margin-left: 4px;
	margin-left: .4rem;
	vertical-align: text-bottom;
}

.bioent_item, .bioent .search_term {
	display: inline;
}

.bioent .search_term a {
	float: right;
	margin-left: 10px;
}

.bioent .search_term a span {
	margin-right: 3px;
	margin-right: .3rem;
	font-size: .9em;
}

@media screen and (max-width: 1115px) {
	.bioent .search_term a span {
		font-size: .85em;
	}
}

@media screen and (max-width: 950px) {
	.bioent {
		width: 300px;
		width: 30rem;
		max-width: 100%;
	}
}

/*------------------*/
/* Tabs/NCBI Panel  */
/*------------------*/

.citations_right {
	text-align: right;
}

.ui-tabs-nav {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}

.ui-widget {
	font-family:inherit !important;
}

.epmc_wideLeft .ui-tabs-nav > li {
	height: 30px;
	margin: 0 5px 0 0;
	background: none;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	border-radius: 0;
}

.epmc_wideLeft li.ui-tabs-active, .epmc_wideLeft li.ui-tabs-selected, .epmc_wideLeft li.ui-tabs-enabled.ui-tabs-active,
.epmc_wideLeft li.ui-tabs-enabled.ui-tabs-selected {
	height: 31px;
	border-color: #999;
	background-color: #fff;
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.epmc_wideLeft .ui-tabs-nav > li a, .epmc_wideLeft .ui-tabs-nav > li h2 {
	background: none;
}

.epmc_wideLeft .ui-tabs-nav > li a {
	font-weight: 600;
	margin: 0;
	padding: 0 10px 0 0 !important;
}

.epmc_wideLeft .ui-tabs-nav > li a h2 {
	margin-top: 0;
	font-size: 1em;
	padding: 7px 0 1px 10px;
}

.epmc_wideLeft li.ui-tabs-disabled a, .epmc_wideLeft li.ui-tabs-disabled a:hover {
	color: #999 !important;
}

.ui-tabs-panel {
	border-top: 1px solid #999 !important;
	font-size: inherit !important;
}

#fragment-abstract {
	font-size: inherit !important;
}

#fragment-fulltext {
	padding: 0;
	border: none;
}

.epmc_wideLeft .ui-tabs-panel .abs_metadata_label, .epmc_wideLeft .ui-tabs-panel .abs_highlight_terms,
.epmc_wideLeft .epmc_contentPanel .abs_metadata_label, .epmc_wideLeft .epmc_contentPanel .abs_highlight_terms {
	font-weight: 600;
}

#fragment-abstract .abs_link_metadata, .abs_relcitation_metadata {
	font-size: .9em;
}

#fragment-abstract .abs_link_metadata .abs_link_metadata {
	font-size: 1em;
}

#fragment-abstract .abs_link_metadata .is-mobile-active-author {
	font-weight: bold;
	text-decoration: none;
}

#fragment-abstract .abs_link_metadata > div {
	margin-top: .9em;
}

#fragment-abstract .abs_nonlink_metadata, .abs_relcitation_metadata {
	color: #707070;
}

.abstract--author-list {
}

.abstract--author-affiliations {
	display: none;
}
.citationPage .abstract--author-affiliations, .preprintPage .abstract--author-affiliations {
	display: block;
}
.abstract--no-affiliations {
	margin-top: 1em;
	color: #999;
}
.abstract--author-affiliations-title {
	display: block;
	margin: 1em 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
}
.abstract--author-affiliation-list {
	display: none;
	width: 587px;
	margin: 0;
	padding: 0;
/* 	background-color: #fcfcfc;
 */}
@media screen and (max-width: 587px) {
	.abstract--author-affiliation-list {
		width: auto;
	}
}
.abstract--author-affiliation-item {
	margin: .3em 0;
	padding: .3em;
	cursor: pointer;
	font-size: 13px;
	list-style: none;
}
.focused.abstract--author-affiliation-item {
	background: #dfecf5;
}
.abstract--author-affiliation-item:hover {
	background-color: #dfecf5;
}
.abstract--affiliation-group-dimmed {
	opacity: .4;
}
.abstract--affiliation-group {
	opacity: 1;
	font-size: 0;
	text-decoration: none;
}
.abstract--affiliation-group .abstract--author-affiliation-index {
	font-weight: 200;
	font-size: 9px;
	line-height: 1;
	position: relative;
	top: -5px;
}
.abstract--author-name {
	font-size: 13.5px;
}
#tabs_abstract .abstract--author-name {
	text-decoration: none;
	box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #20699C;
}
.abstract--author-affiliation-index {
	font-weight: 600;
}
.abstract--author-link-icon {
	margin: 0 2px;
	font-size: 0;
	text-decoration: none;
}
.abstract--affiliation-group .author-refine-icon, .abstract--affiliation-group + .author-refine-icon, .abstract--affiliation-group + a .author-refine-icon {
	margin: 0 2px;
	font-size: 12px;
	color: #62a744;
}
.abstract--affiliation-group .author-refine-icon.epmc-icon-orcid {
	display: inline-block;
	position: relative;
	font-size: 14px;
	text-decoration: none;
	top: 2px;
}
.abstract--author-affiliation-text {
	overflow: hidden;
}
.abstract--no-matching-affiliation {
	font-style: italic;
}
.abstract--authors-count {
	display: inline-block;
	margin-left: .5em;
	min-width: 5em;
	padding: 0 .5em;
	float: right;
	text-align: center;
	border-radius: 2px;
	background: #dfecf5;
	color: #3778a6;
	font-size: .8em;
}
.abstract--author-affiliation-item:hover .abstract--authors-count,
.focused.abstract--author-affiliation-item .abstract--authors-count {
	background: #bcb9bd;
	color: #535353;
}
.abstract--close-affiliation-link {
	display: none;
	float: left;
	clear: left;
	padding: 5px;
	font-weight: 600;
	font-size: .9em;
	cursor: pointer;
}

#abs_label, #abs_label_plain {
	float: left;
}

#abs_highlight_terms {
	float: right;
	text-align: right;
}

#abstract_text, #abstract_text_plain {
	clear: both;
	padding-top: 1em;
}

#biostudies_box p {
    display: inline-block;
}

#biostudies_box p, .data_biostudies p{
    padding: 10px 20px;
    padding: 1rem 2rem;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    line-height: 180%;
}

.data_biostudies span {
	font-size: .97em;
}

.data_biostudies img {
	margin-left: 20px;
	margin-left: 2rem;
	height: 15px;
}

#biostudies_box .fa, .publisherLink .fa, .data_biostudies .fa, .data_list_div .fa {
	margin-left: 5px;
}

.abs_funding table {
	/* 	font-size: .85em; */
}

.abs_funding {
	margin-bottom: 2em;
}

.ui-tabs-panel[id^=fragment-related] {
	font-size: .9em !important;
}

.ui-ncbipopper-basic {
	left: auto !important;
}

.ui-ncbipopper-content {
	font-size: 15px;
	font-size: 1.5rem;
	background-color: #fff;
	border: 2px solid #ccc;
	text-align: left;
	padding: 15px;
	padding: 1.5rem;
	max-width: 700px;
}

.citations_listing, .relartsdiv {
	max-height: 220px;
	padding: 10px;
	overflow-y: scroll;
	border: 1px solid #D6D6D6;
	margin-top: 1em;
	padding-top: 1em;
}

.data_dropdown {
	cursor: pointer;
	margin-bottom: 1em;
}

.data_list_div {
	margin-top: 1em;
}

ul.data_list {
	list-style-type: none;
	margin-bottom: 1em;
}

ul.data_list_hidden, div.data_list_hidden {
	display:none;
}

.data_list_item .crossref_search {
	display:inline-block;
	min-width: 150px;
}

.title_data_section{
	font-style:normal;
	margin-left: 1em;
	padding-left: 1em;
}

.biostudiesimg {
	margin-right: 20px;
}

.biostudiesdesc {
	font-size: .97em;
}

.tm_summary_side_element, .crossref_side_element {
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	display: none;
	padding: 5px;
	overflow: auto;
}

.title_chebi, .close_link_chebi {
	display: inline-block;
}

.close_link_chebi {
	float: right;
}

.showHideRelated a {
	padding: 10px 0 10px 0;
	display: block;
	background: #fff;
	border: 1px solid #D6D6D6;
	border-top: none;
	color: #20699c;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

.results_list_item {
	margin-bottom: 1em;
	padding-left: 2em;
	max-width: 100%;
}

.data_list_item {
	margin-bottom: 1em;
	max-width: 100%;
}

.data_list_item_hidden {
	display:none;
}

.data_list_item:last-child {
	margin-bottom: 0;
}

.selected-articles-summary {
	color: #707070;
	margin-bottom: .5em;
}

/* For no-hits search result page */
.selected-articles-summary.no-results-select-summary {
	font-size: 0;
	padding-left: 0;
}

.selected-articles-summary.no-results-select-summary .selected-articles-actions {
	margin: 1rem 0 0;
	font-size: 1.5rem;
}

.selected-articles-actions {
	padding: 0 .5em;
	font-size: .85em;
	display: inline-block;
	line-height: 22px;
	color: #707070;
	background-color: #dceed3;
}

.no-results .b_content_important_message {
	line-height: 200%;
}

.no-results + .results-export-header {
	display: none;
}

.results-export-header span {
	font-size: .85em;
}

.title_pdb, .close_link_pdb {
	display: inline-block;
}

.close_link_pdb {
	float: right;
	font-size: 1.3em;
}

a.oemail {
    unicode-bidi: bidi-override;
    direction: rtl;
    white-space: nowrap;
}

@media screen and (max-width: 870px) {
	.epmc_wideLeft .ui-tabs-nav > li {
		height: 40px;
	}

	.epmc_wideLeft li.ui-tabs-active, .epmc_wideLeft li.ui-tabs-selected,
	.epmc_wideLeft li.ui-tabs-enabled.ui-tabs-active, .epmc_wideLeft li.ui-tabs-enabled.ui-tabs-selected {
		height: 41px;
	}

	.epmc_wideLeft li.ui-tabs-disabled {
		display: none;
	}

	.ui-tabs-nav a {
		height: 100%;
	}

	.ui-tabs-nav a::before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}

	.epmc_wideLeft .ui-tabs-nav > li a h2 {
		font-size: 1.1em;
		padding-top: 0;
		display: inline-block;
		vertical-align: middle;
	}
}

@media screen and (max-width: 725px) {
	.ui-tabs {
		position: relative;
		padding-bottom: 300px;
	}

	.ui-tabs-nav {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.epmc_wideLeft .ui-tabs-nav > li {
		margin: 0;
		border-color: transparent;
		height: 48px;
	}

	.epmc_wideLeft li.ui-tabs-active, .epmc_wideLeft li.ui-tabs-selected,
	.epmc_wideLeft li.ui-tabs-enabled.ui-tabs-active, .epmc_wideLeft li.ui-tabs-enabled.ui-tabs-selected {
		height: 48px;
	}

	.epmc_wideLeft .ui-tabs-nav > li a {
		background-color: #20699C;
		color: #fff !important;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.epmc_wideLeft li.ui-tabs-active a, .epmc_wideLeft li.ui-tabs-selected a,
	.epmc_wideLeft li.ui-tabs-enabled.ui-tabs-active a, .epmc_wideLeft li.ui-tabs-enabled.ui-tabs-selected a {
		color: #000 !important;
		background-color: #fff;
	}

	#citationDetails, #fulltext {
		display: none;
	}

	.epmc_wideLeft .ui-tabs-nav > li a h2 {
		font-weight: normal;
	}
}

@media screen and (max-width: 430px) {
	.epmc_wideLeft .ui-tabs-nav > li {
		float: none;
		border: 1px solid #ccc;
	}

	.epmc_wideLeft .ui-tabs-nav > li a {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.social_network_buttons {
	width: 90px;
	/**margin-top:16px;*/
	float: right;
	position: relative;
}

.formatMenuTitle {
	font-weight: 600;
	font-size: 15px;
	/**border-bottom: 1px solid #999;*/
}

/*account warnings*/
.hx_shutdown_warnings {
	background: #FFE5CC;
	/**width:940px;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

.hx_shutdown_warnings_title {
	font-weight: bold;
}

.hx_shutdown_warnings_title, .hx_shutdown_warnings_text {
	padding-left: 5px;
}

.hx_shutdown_warnings_title {
	padding-top: 5px;
}

.hx_shutdown_warnings_text {
	padding-bottom: 5px;
}

a.sort_selected_link{
	font-weight:600;
	color:#707070;
}

.sort_selected_link{
	font-weight:600;
	color:#707070;
}

.type_alert, .cre_links {
	border: 1px solid;
	padding: 10px;
	padding: 1rem;
	margin: 10px 0;
	margin: 1rem 0;
}

.type_label {
    font-size: .8em;
    height: 20px;
    height: 2rem;
    display: inline-block;
    padding: 0 10px;
    padding: 0 1rem;
    margin-left: 8px;
    margin-left: .8rem;
}

.type_alert.retracted_type, .type_label.retracted_type {
	background-color: #f9dede;
    border-color: #ebccd1;
}

.type_alert.preprint_type {
	background-color: #fcf8e3;
    border-color: #faebcc;
}

.type_label.preprint_type {
	background-color:#f9f2cc;
}

.cre_links {
	background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.cre_links {
	font-size: .9em;
}

.cre_links p:first-child {
    margin-top: 0;
}

.cre-expand {
	height: 175px;
	height: 17.5rem;
    overflow: hidden;
    position:relative
}

.cre-expand-button {
	display: block;
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-left:10px;
    padding-left:1rem;
}

.cre-expand-button i {
	margin-left:5px;
	margin-left:.5rem;
}

.cre-expand-button::before{
    content: '';
    display: block;
    height: 25px;
    height: 2.5rem;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(217,237,247,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(217,237,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(217,237,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#d9edf7',GradientType=0 ); /* IE6-9 */
}

.cre-expand-button::after {
    content: '';
    background-color: #d9edf7;
    display: block;
    height: 35px;
    height: 3.5rem;
    margin-top: -25px;
    margin-top: -2.5rem;
}

#filters--custom-date {
	margin-top: 10px;
}

#filters-years-list a.current {
	font-style:italic;
	text-decoration: none;
	color: #585858;
}

#filters-years-list a.current:hover {
	color: #585858 !important;
}

#filters--date-range {
	display: none;
	padding: 5px 0;
}

input.filters--date-input {
	width: 34px;
	padding-left: 10px;
	padding-right: 10px;
	height: 2em;
	margin-top: .8em;
}

#filters--search-button {
	margin-top: .8em;
}

#filters--date-error {
	margin-top: .8em;
	color: red;
	display: none;
}

/* fixes of CIT-3392 but temp*/
 @media (max-width: 1215px) {
	.social_network_buttons {
		float: none;
	}
	
	#movetotop {
		margin-top: 16px;
	}
}

@media (max-width: 770px) {
	.social_network_buttons {
		float: right;
	}
	
	#movetotop {
		margin-top: 0;
	}
	
	#searchTools {
		position: inherit !important;
	}
	
	.return_to_search_results {
		position: relative !important;
		z-index: 100 !important;
	}
}

#bio_studies_box{
	background-color: #FFF;
}


#didyoumeanSingleArticle .didumeanSwap{
     	margin-top:1px;
     	margin-bottom:8px;
}
	