/* Meyers Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; font-size:100%; font:inherit;vertical-align:baseline;}
/* HTML5 */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {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;} audio, canvas, video {display:inline-block; *display:inline; *zoom:1;}

body {font-family: 'Open Sans', Helvetica, Arial, sans-serif; color:#444; font-weight:300;}
.alignme{margin:0 auto; width:1060px; height:inherit; position:relative;}

body{background-attachment:fixed;
background: url(../images/Human-Kinome-Multi1.png);
background-position:center;
background-repeat:no-repeat;
-webkit-font-smoothing: subpixel-antialiased;

}

header {width:100%; height:160px; border-top:5px solid #007e9e; color:#333; position:relative;background-color:#ffffff;
}
header .alignme{width:94%;}
.alignme-flex{display:flex;justify-content:space-between;}
#logos{margin:28px 0px;display:flex;}

#logo { top: 38px;left: 370px;/*width:320px;*/height: 88px;}
	#logo img {height:88px;}
	#logo:hover {opacity:0.7;}
#logo_mrcppu { top: 34px;left: 0px;}
	#logo_mrcppu img {height:88px; transition:all .2s ease-in-out;}
	#logo_mrcppu:hover img {opacity:0.7;}

	

div.tagline_block{
display:none;
margin: 35px 10px;
position: absolute;
left: 55%;
width: 300px;
}

div.tagline{
display: none;
font-size: 38px;
font-weight: 100;
color: #8a7967;
text-align: center;
font-style: italic;
position: absolute;
left: -50%;
}


input,
textarea{font-size:1em;}
#actions {display:block; position:absolute; top:0; right:0; width:700px; height:38px;}
	#actions ul li {display:inline-block;}
	#actions #socialprofiles ul {float:right; margin-right:5px;}
	#actions #socialprofiles ul li {margin:0 5px 0 0;}
	#actions #socialprofiles ul li a {display:block; width:32px; height:32px; line-height:32px; text-align:center; font-size:1.4em; color:#007e9e; border:2px solid #007e9e; border-top:none; border-radius:0 0 4px 4px;}
	#actions #socialprofiles ul li a:hover {background:#007e9e; color:#FFF;}
	#actions .menu {float:right;}
	#actions .menu li {margin:0; width:inherit; transition:opacity .3s ease-in-out;}
	#actions .menu li a {display:inline-block; width:inherit; font-size:.9em; font-weight:300; color:#FFF; height:34px; line-height:34px; padding:0 15px; text-align:center; color:#FFF; background:#007e9e; border-radius:0 0 4px 4px; text-shadow:1px 1px 0 rgba(0,0,0,0.5);}
	#actions .menu li.actLogin a {}
	#actions .menu li.actLogin strong {font-weight:400;}
	#actions .menu li.actRegister a {background:#007e9e;}
	#actions .menu li.actAccount {margin:0 -5px 0 0; } #actions .menu li.actAccount a {border-radius:0 0 0 4px;}
	#actions .menu li.actLogout {border-left:1px solid #4c413c;} #actions .menu li.actLogout a {margin:0; border-radius:0 0 4px 0;}
	#actions .menu li.actSubmit a {opacity:0.85;}
	#actions .menu li.actSubmit a span {}
	#actions .menu li.actSubmissions a {opacity:0.7;}
	#actions .menu li.actResults a {opacity:0.6;}
	#actions .menu li:hover {opacity:0.85;}
	#actions .search {float:right; margin-left:5px; transition:all .3s ease-in-out; z-index:500;}
		#actions .search li {margin:0; display:block; width:32px; height:32px; line-height:30px; text-align:center; font-size:22px; color:#007e9e; border:2px solid #007e9e; border-top:none; border-radius:0 0 4px 4px; transition:all .3s ease-in-out;}
		#actions .search li:hover {cursor:pointer; background:#007e9e; color:#FFF;}
		#actions .search.searchdown {margin-top:66px !important;}
			 #actions .search.searchdown li {background:#007e9e !important; color:#FFF !important; border-radius:0 0 4px 4px !important;}
	#searcharea {display:block; position:absolute; right:0; top:-66px; width:400px; height:66px; overflow:hidden; padding:0; background:#007e9e; border-radius:0 0 0 5px; z-index:500; transition:all .3s ease-in-out;}
		#searcharea form {position:relative; width:100%; height:40px; margin:0;}
		#searcharea form input {display:block; margin:4px 0 4px 4px; width:372px; height:30px; padding:5px 10px; font-size:18px; color:#FFF; font-weight:300; background:rgba(255,255,255,0.1); border:none;}
			#searcharea form input::-webkit-input-placeholder {color:rgba(255,255,255,0.5) !important;}
			#searcharea form input:-moz-placeholder {color:rgba(255,255,255,0.5) !important;}
			#searcharea form input::-moz-placeholder {color:rgba(255,255,255,0.5) !important;}
			#searcharea form input:-ms-input-placeholder {color:rgba(255,255,255,0.5) !important;}
		#searcharea form input:focus {background:rgba(255,255,255,0.15);}
		#searcharea #submitsearch {
			position:absolute; 
			top:2px; 
			right:2px; 
			background:none; 
			border:none; 
			font-size:28px; 
			color:#FFF;
			overflow:hidden;
			width: 40px;
			height: 40px;}
		#searcharea #submitsearch:hover {opacity:0.7; cursor:pointer;}
		#searcharea #advsearch {position:absolute; top:44px; right:8px; font-size:10px; color:#FFF;}
		.searchareadown {top:0 !important;}

#teams {
	margin: 30px 0 30px 0;
	display: flex;
	flex-direction: column;
}

.teamstag{margin-bottom:4px;font-weight:400;display:absolute;font-size:14px;color:#007e9e;text-align:center;}
#teams ul {margin: 0 auto;}
#teams ul li {margin:0 0 0 5px; display:inline-block; float:right;}
#teams ul li a {display:block; margin:0; width:52px; height:10px; padding:66px 10px 0 0; text-align:center; font-size:12px;font-weight:400;text-decoration:none;}
#teams ul li a:hover {opacity:0.8;}
	#teams ul li #teamDNA {background:url(../images/teamDNA.png) 0 0 no-repeat; background-size:62px;transform: scale(0.9, 0.9);}
	#teams ul li #teamKinase {background:url(../images/teamKinase.png) 0 0 no-repeat; background-size:62px;transform: scale(0.9, 0.9);}
	#teams ul li #teamReagents {background:url(../images/teamReagents.png) 0 0 no-repeat; background-size:62px;transform: scale(0.9, 0.9);}
	#teams ul li #teamDUB {background:url(../images/teamDUB.png) 0 0 no-repeat; background-size:62px;transform: scale(0.9, 0.9);}
	#teams ul li #teamCovid {background:url(../images/teamCovid.png) 0 0 no-repeat; background-size:62px;transform: scale(0.9, 0.9);}
	#teams ul li #teamInfluenza {background:url(../images/teamInfluenza.png) 0 0 no-repeat; background-size:62px;transform: scale(0.9, 0.9);}
  #teams ul li #teamDNA span {position:relative;left:-4px;}

select {clear:both; height:50px; padding-top:10px;border-radius: 4px;}
select {/*margin:10px 0 10px 130px;*/margin:10px 0 10px 4px; width:100%; height:34px; padding:5px 10px;font-family:'Open Sans', sans-serif; font-size:.9em; font-weight:300; -webkit-appearance: none;background: url(../images/arrow-down.png) no-repeat right #007e9e; color:#ffffff;background-position:96% 45%;background-size:12px 8px; display:inline-block;border:none;transition:all .2s ease-in-out;}
select:hover{background-color:#90b3be
;background-position:96% 10%;}
form input[type="submit"] {
display: inline-block;
width: 110px;
height: 25px;
line-height: 25px;
padding: 0 20px 0 15px;
text-align: left;
border: none;
background: #007e9e url(../images/arrow-right.png) 80px 7px no-repeat;
background-size: 7px;
font-size: .8em;
font-weight: 300;
color: #FFF !important;
border-radius: 4px;
margin:20px 0 10px 4px;
text-transform:uppercase;
transition:all .2s ease-in-out;
z-index:9999;
cursor:pointer;
/*text-shadow:1px 1px 0 rgba(0,0,0,0.3);*/}
form input[type="submit"]:hover{background-color:#90b3be;
background-position:90px 7px;}


/**********************/

TEXT_STYLES {}

h1, h2, h3, h4, h5, h6 {font-weight:400; color:#2e2d62; padding:0 0 5px 0;}
h1 {font-size:1.9em; margin:0 0 10px 0; line-height:1.4;} h1 em {display:block; font-size:80%;}
h2 {font-size:1.6em; margin:30px 0 5px 0;} h2 em {display:block; font-size:80%;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
h5 {font-size:.9em;}
h6 {font-size:.8em;font-weight:300; }

p {margin:0 0 20px 0; font-size:18px; line-height:1.4; font-weight:300;}
p.lead {font-size:130%;}

a, a:visited {text-decoration:none; color:#007e9e;}
a:hover {color:#90b3be
;text-decoration:underline;}

em {font-style:italic;}
strong {font-weight:400;}

a, .onward, .submit {font-family:'Open Sans', sans-serif; cursor:pointer; transition:all .2s ease-in-out;}
a:hover img {opacity:0.7;}

ol {list-style-type: decimal;margin-left:30px;font-weight:300;}
ol li {margin-bottom:10px;}
#block-mrcppu-content{margin:0px 0px 50px 0px;}
.full-width-image{width:100%;border-radius:10px;}
.the-quote{font-size:1.3em;color:#8a7967;}
.the-ref{}

.tricia-obit-right{
    max-width: 350px;
    float: right;
    margin-left: 20px;
    margin-bottom:20px;}

.tricia-obit-left{
    max-width: 350px;
    float: left;
    margin-right: 20px;
    margin-bottom:20px;}

.tricia-obit-left-wider{
	max-width: 100%;
	width: 728px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.tricia-obit-right img,
.tricia-obit-left img{
	max-width:350px;
	height:auto;
}

.tricia-obit-left-wider img{
	max-width:100%;
	height:auto;
} 
figcaption {
	font-size: 0.8em;
	text-align: center;
}
.tricia-obit-right figcaption,
.tricia-obit-left figcaption{
	font-size: 0.8em;
	text-align: center;
}

article[about="/news/edmond-fischer-1920-2021-personal-tribute"] .news-image{
	display:none;
}
article[about="/news/edmond-fischer-1920-2021-personal-tribute"] time{
	display:none;
}
#block-mrcppu-content figure.align-center img {
	display:block;
	margin:  0 auto;
}
@media screen and (max-width:790px) {
	#block-mrcppu-content figure.align-center img {
		width:100%;
		max-width:100%;
		height:auto;
	}
}
/********************************seminars and lectures******************************/
table{font-size:14px;width:100%;margin-bottom:50px;}
td.views-field.views-field-title.views-align-left{font-size:16px;text-align:center;}
td.views-field.views-field-field-surname.views-align-left{width:200px;}
td.views-field.views-field-field-start.views-align-left{width:150px;text-align:center;}

#block-mrcppu-content ul.boxes {margin:0 0 40px 15px;}
	#block-mrcppu-content ul.boxes li {display:block; float:left; margin:0 20px 20px 0; width:170px; height:60px; padding:65px 0 5px 0; list-style:none; position:relative;
		border:1px solid #ddd; background:#FCFCFC; border-radius:10px; }
	#block-mrcppu-content ul.boxes li em {display:block; position:absolute; left:10px; top:10px; font-style:normal; font-size:60%;text-shadow:1px 1px 0 #fff;}
	#block-mrcppu-content ul.boxes li strong {position:absolute; left:10px; top:25px; font-size:100%;text-shadow:1px 1px 0 #fff;}
		#block-mrcppu-content ul.boxes li:nth-child(8) strong,
		#block-mrcppu-content ul.boxes li:nth-child(9) strong,
		#block-mrcppu-content ul.boxes li:nth-child(10) strong {top:10px;}
	#block-mrcppu-content ul.boxes li p.textright {margin:0 10px 5px 0;}

	#block-mrcppu-content ul.boxes li br {display:none;}

	.boxed{display:block; float:left; margin:20px 20px 40px 20px;  padding:20px 20px 20px 20px; list-style:none; position:relative;
		border:1px solid #ddd; background:#FCFCFC; border-radius:10px; }
/*************************Exposed Form****************************************/
div#edit-actions.form-actions.js-form-wrapper.form-wrapper{
width: 250px;
display: inline-block;
position:relative;
bottom:1px;}

input#edit-combine.form-text{height:19px;font-size:0.9em;width:200px;margin-top:5px;}




.views-exposed-form label{display:block;}
.views-exposed-form .form-item{display:inline-block;margin-right:10px;}

.form-item-combine{
width: 200px;
display: inline-block;}

.views-exposed-form input{
height: 19px;
font-size: 0.9em;
width: 80px;
margin-top: 5px;}

.views-exposed-form select{
height: 25px;
line-height: 26px;
padding: 0 20px 0 15px;
background-position: 90% 50%;
margin-top:5px;
margin-left:0px;

}

div.form-item.form-item-field-keywords-tags-value{display:none;}
/*************************Main Menu****************************************/
#block-mainnavigation {
  width:100%; background:#007e9e; border-top:1px solid RGBA(33,103,126,.60); border-bottom:1px solid RGBA(33,103,126,.60);display:flex;font-size:1.2em;
}

#superfish-main{position: relative;
left: 10%;z-index:9999;}
#block-mainnavigation.sf-navbar {
  width: 100%;
}

#block-mainnavigation ul {margin:0 auto;padding-left: 0;}
#block-mainnavigation ul ul{box-shadow: 1px 20px 50px #333333;}
#block-mainnavigation a,
#block-mainnavigation span.menuparent {
  color: #ffffff;
  padding: 0.75em 1em;
  font-weight:300;
}

#block-mainnavigation a.sf-with-ul,
#block-mainnavigation span.nolink.sf-with-ul {
  padding-right: 2.25em;
}
#block-mainnavigation.rtl a.sf-with-ul,
#block-mainnavigation.rtl span.nolink.sf-with-ul,
#block-mainnavigation.rtl span.menuparent {
  padding-left: 2.25em;
  padding-right: 1em;
}
ul.sf-menu a,
ul.sf-menu span.menuparent {
  display: block;
  padding: 1em 1.5em;
  position: relative;
}
span.sf-depth-1.menuparent{margin-right:10px;}
#block-mainnavigation span.sf-description {
  color: #0000ff;
  display: block;
  font-size: 0.833em;
  line-height: 1.5;
  margin: 5px 0 0 5px;
  padding: 0;
}
#block-mainnavigation.rtl span.sf-description {
  margin: 5px 5px 0 0;
}
#block-mainnavigation li,
#block-mainnavigation.sf-navbar {
  background: #007e9e;


}
#block-mainnavigation li li {
  background: #007e9e;
}
#block-mainnavigation li li li {
  background: #007e9e;
}
#block-mainnavigation li:hover,
#block-mainnavigation li.sfHover,
#block-mainnavigation a:focus,
#block-mainnavigation a:hover,
#block-mainnavigation a:active,
#block-mainnavigation span.nolink:hover,
#block-mainnavigation span.menuparent:hover,
#block-mainnavigation.is-active{
  background: #90b3be;
  outline: 0;
  text-decoration:none;
}
#block-mainnavigation li:hover > ul,
#block-mainnavigation li.sfHover > ul {

}
#block-mainnavigation .sf-sub-indicator:after,
#block-mainnavigation span.menuparent:after
 {
  content: "▼";
}
#block-mainnavigation ul .sf-sub-indicator:after,
#block-mainnavigation .sf-vertical .sf-sub-indicator:after {
  content: "▼";
}
#block-mainnavigation .sf-navbar ul .sf-sub-indicator:after,
#block-mainnavigation .sf-accordion .sf-sub-indicator:after,
#block-mainnavigation .sf-accordion.sf-accordion-with-buttons .sf-accordion-button:after {
  content: "▼";
}
#block-mainnavigation  ul ul .sf-sub-indicator:after {
  content: "►";
}
#block-mainnavigation .sf-accordion.sf-accordion-with-buttons li.sf-expanded > .sf-accordion-button:after {
  content: "▲";
}
#block-mainnavigation .sf-horizontal.rtl ul .sf-sub-indicator:after,
#block-mainnavigation .sf-vertical.rtl .sf-sub-indicator:after,
#block-mainnavigation .sf-navbar.rtl ul ul .sf-sub-indicator:after {
  content: "◄";
}
#block-mainnavigation div.sf-accordion-toggle.sf-style-none a {
  background: #f0f0f0;
  color: #0000ff;
  padding: 1em;
}
#block-mainnavigation div.sf-accordion-toggle.sf-style-none a.sf-expanded,
#block-mainnavigation.sf-accordion li.sf-expanded {
  background: #c0c0c0;
}
#block-mainnavigation div.sf-accordion-toggle.sf-style-none a.sf-expanded,
#block-mainnavigation.sf-accordion li.sf-expanded > a,
#block-mainnavigation.sf-accordion li.sf-expanded > span.nolink {
  font-weight: bold;
}
#block-mainnavigation.sf-accordion li a.sf-accordion-button {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 499;
}
#block-mainnavigation.sf-accordion li li a,
#block-mainnavigation.sf-accordion li li span.nolink {
  padding-left: 2em;
}
#block-mainnavigation.sf-accordion li li li a,
#block-mainnavigation.sf-accordion li li li span.nolink {
  padding-left: 3em;
}
#block-mainnavigation.sf-accordion li li li li a,
#block-mainnavigation.sf-accordion li li li li span.nolink {
  padding-left: 4em;
}
#block-mainnavigation.sf-accordion li li li li li a,
#block-mainnavigation.sf-accordion li li li li li span.nolink {
  padding-left: 5em;
}
#block-mainnavigation.rtl.sf-accordion li li a,
#block-mainnavigation.rtl.sf-accordion li li span.nolink {
  padding-left: auto;
  padding-right: 2em;
}
#block-mainnavigation.rtl.sf-accordion li li li a,
#block-mainnavigation.rtl.sf-accordion li li li span.nolink {
  padding-left: auto;
  padding-right: 3em;
}
#block-mainnavigation.rtl.sf-accordion li li li li a,
#block-mainnavigation.rtl.sf-accordion li li li li span.nolink {
  padding-left: auto;
  padding-right: 4em;
}
#block-mainnavigation.rtl.sf-accordion li li li li li a,
#block-mainnavigation.rtl.sf-accordion li li li li li span.nolink {
  padding-left: auto;
  padding-right: 5em;
}
#block-mainnavigation li.sf-multicolumn-wrapper ol,
#block-mainnavigation li.sf-multicolumn-wrapper ol li {
  margin: 0;
  padding: 0;
}
#block-mainnavigation li.sf-multicolumn-wrapper a.menuparent,
#block-mainnavigation li.sf-multicolumn-wrapper span.nolink.menuparent {
  font-weight: bold;
}
#block-mainnavigation li.sf-multicolumn-wrapper {
  background: #c0c0c0;
}
#block-mainnavigation li.sf-multicolumn-wrapper li {
  background: transparent;
}
ul.sf-menu .sf-sub-indicator,
ul.sf-menu .sf-sub-indicator:hover{
font-size:10px;
height: 10px;
width:10px;
opacity: 0.75;
overflow: hidden;
position: absolute;
right: 25px;
top:25px;}

#block-mainnavigation span.menuparent:after{
font-size:10px;
height: 10px;
width:10px;
opacity: 0.75;
overflow: hidden;
position: absolute;
right: 5px;
top:18px;}

#block-mainnavigation select{

background-color:#007e9e;
transition:all .2s ease-in-out;}

#block-mainnavigation select:hover{background-position:96% 60%;}

.fixed{position:fixed;z-index:10000;top:0px;opacity:0.9;box-shadow: 1px 20px 50px #333333;}

#block-mainnavigation a.menuparent:after {
	font-size: 10px;
	height: 10px;
	width: 10px;
	opacity: 0.75;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 18px;
	content:"▼";
	}

/**********************content************************/
main{margin:0 auto; width:1060px; height:inherit; position:relative;/*margin-top:20px;*/max-width:100%;}

.layout-content{max-width:100%; padding-top:30px;line-height:1.4;}

.views-element-container header{
height:auto;
border-top: none;
color: inherit;
position: static;
}

img.text-image.align-right{border-radius:10px;margin: 0px 0px 20px 20px;}
.timeline_image.align-right{margin: 0px 0px 20px 20px; max-width:400px;}
.timeline_image.align-left{margin: 0px 20px 20px 0px; max-width:400px;}
@media screen and (max-width:980px) {
	.timeline_image.align-right{margin: 0px 0px 20px 0px; max-width:100%;width:100%;;display:inline-block;clear:both;}
	.timeline_image.align-left{margin: 0px 0px 20px 0px; max-width:100%;width:100%;;display:inline-block;clear:both;}
}

.imageleft {float:left; max-width:420px; margin:0 30px 40px 0;}
.imageright {float:right; max-width:420px; margin:20px 0 40px 25px;}
img.imageleft,
img.imageright,
.the-image img{
	height:auto;
}
.imagesmaller {max-width:340px; }
.rteleft, .textleft {clear:both; text-align:left; margin:4px 0 10px 0;}
.rteright, .textright {clear:both; text-align:right; margin:4px 0 10px 0;}
.textcenter {clear:both; text-align:center;}

.shape-circle {border-radius:400px;}
.shape-curvetopright {border-radius:10px 200px 10px 10px;}
.shape-curvetopleft {border-radius:200px 10px 10px 10px;}
.shape-curvebottomleft {border-radius:10px 10px 10px 200px;}
.shape-curvebottomright {border-radius:10px 10px 200px 10px;}
.curved-corners{border-radius:10px;}
/*********************system messages******************/
div.layout-container div[aria-label="Status message"]{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    background-color: green;
    width: 300px;
    padding: 20px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 10px;
    z-index:789;
    opacity:0.5;
}
/**********************footer************************/
footer[role="contentinfo"]{display:inline-block;background:#007e9e;width:100%;height:100%;margin-top:50px;}
x
#block-footerblock{margin:0 auto; width:1060px; height:inherit; position:relative;margin-top:20px;margin-bottom: 20px; max-width:100%;color:#ffffff;}

 #block-footerblock {color:#ffffff;}
   #block-footerblock .first {float:left; margin:0 20px 0 100px; width:240px; padding:20px 0 0px 0;height:250px;}
	 #block-footerblock .social {float:left; margin:0 20px 0 100px; width:240px; padding:20px 0 0px 0;height:250px;}
	 #block-footerblock .last {float:left; margin:0 0px 0 100px; width:240px; padding:20px 0 0px 0;height:250px;}
	 #block-footerblock h3 {font-size:18px;color:#ffffff;margin-bottom:20px;}
	 #block-footerblock h3,
	 #block-footerblock a,
	 #block-footerblock p{color:#FFF; text-shadow:1px 1px 0 rgba(0,0,0,0.45);}
	 #block-footerblock p{font-size:13px;}
	 #block-footerblock a:hover {opacity:0.7;text-decoration:none;}
	 #block-footerblock ul {margin-left:20px;}
	 #block-footerblock ul li {color:#FFF; list-style:square; margin:0 0 7px 0; font-size:13px;}
	 #block-footerblock .social ul {margin:0;}
	 #block-footerblock .social ul li{display:inline-block; list-style:none; margin:0 5px 0 0;}

	 #block-footerblock .social ul li a {display:inline-block; width:32px; height:32px; line-height:32px; font-size:1.7em; text-align:center; color:rgba(255,255,255,0.8); border:1px solid rgba(255,255,255,0.8); text-shadow:1px 1px 0 rgba(0,0,0,0.25); border-radius:4px;}

	#block-footerblock .organisations {color:#007e9e;position:absolute; top:140px; right:0; display:block; width:260px; height:100px; padding:10px; background:rgba(252,252,252,0.9); border-radius:4px; text-align:center;}
		#block-footerblock #teamMRC {display:inline-block; margin:0 20px 0 0; width:140px; height:62px; background:url(../images/logo-mrc-ppu.png) 0 10px no-repeat; text-indent:-7777px; background-size:140px;}
		#block-footerblock #teamUOD {display:inline-block; width:80px; height:62px; background:url(../images/logo-uod.png) 0 0 no-repeat; text-indent:-7777px; background-size:75px;}
		#block-footerblock .organisations p {clear:both; margin-top:10px; font-size:10px; text-align:left;}

		#credits {clear:both; border-top:1px solid #90b3be
; padding:10px 0; color:#FFF; line-height:16px;position:relative;top:20px;margin-bottom:40px;}
#credits ul {float:left; margin:0; width:840px;}
#credits ul li {display:inline; font-size:12px; margin:0 10px;}
#credits ul li a {color:#FFF;} #credits ul li a:hover {opacity:0.7;text-decoration:none;}
#credits .credit {display:block; float:right; width:190px; text-align:right; font-size:12px; padding:0 10px 0 0;}


.card-holder{
	width:100%;
	margin:0 auto;
}
.card-holder article{
	background-color:#ebebeb;
	border-radius:5px;
	
	padding: 50px 50px;
}
.card-holder h2{
	margin-top:0;
}
.card-holder  p{
	font-size: 20px;
}
.card-holder .js-pager__items{

	width:50%;
	margin:0 auto;
}
.card-holder .js-pager__items li{
	
	list-style: none;
}
.card-holder .js-pager__items li a span{
	
	display:block;
}
#block-googletranslate{
	width:50%;
	margin:0 auto;
}
/****************banner slideshow*********************/
.margin-bottom-50{margin-bottom:50px;}
.margin-bottom-70{margin-bottom:70px;}

div[id^="block-mrcppu-views-block-banner-images-slideshow-block-1-"].views-element-container.contextual-region{max-height:500px;height:500px;margin-bottom:30px;}

div#views_slideshow_cycle_teaser_section_banner_images_slideshow-block_1.views_slideshow_cycle_teaser_section{width:100% !important;}


div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"]{
width: 100% !important;
overflow: hidden;
max-height:500px;height:500px;}

div[id^="block-mrcppu-views-block-banner-images-slideshow-block-1-"] img{

object-fit: cover;
width: 100%;}

div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body{
padding:30px 0px 0px 0px;
/* display: block; */
/* position: absolute; */
/* top: 800px; */
/* z-index: 99999; */
font-size: 1.3em;
line-height: 24px;
/* border-radius: 10px; */
position: absolute;
z-index: 9999;
top: 350px;
/* left: 10%; */
width: 100%;
color:#FCFCFC;
background-color: #007e9e;

/* opacity: 0.8; */
text-shadow: 1px 1px 0 #333333;
text-align:center;
height:120px;
transition:all .5s ease-in-out;
}
div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body a{text-decoration:none;color:#ffffff;padding: 0px 0px 0px 0px;}

div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body p{margin-bottom:0px;width:65%;margin:auto;display:block;}
div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body h2{margin-top:0px;color:#ffffff;}

div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body:hover{color:#007e9e;background-color:#e2f2f7;text-shadow:none;}
div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body:hover  a {color:#007e9e;display:block;}
div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body a:hover{color:#007e9e;}



/**********************covid page*****************************/
.image-quote {
	display: flex;
	justify-content: space-around;
	max-width: 100%;
	margin: 0 auto;
	}

.a-quote {

	color: #8a7967;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin: 20px 20px;
	}

.the-image{
	margin:20px 20px;
}

.the-image img{
	max-height: 100%;
	max-width:100px;
	border-radius: 10px;
}

.covid-header{max-width: 100%;
	max-height: 300px;
	overflow: hidden;
	margin-bottom: 30px;
}
.covid-header img{
	object-fit: cover;
	max-width:100%;
}
/****************Accessibility****************************/
.searchareadown label{
	display:none;
}
/*****************curved mask area****************************************/
#statements{width:100%;display:inline-block;}
.front-page-class #statements{margin-top:-68px;}
.big {width:100%; background:#f0d4c1;}
		.big-image,
		.big-image-phd,
		.big-image-about,
		.big-image-engage-1,
		.big-image-engage-2,
		.big-image-engage-3,
		.big-image-engage-4{display:block; float:left; width:50%; height:460px; position:relative;background-attachment:fixed;}
			.bigright .big-image {background:url(/themes/custom/mrcppu/images/our-approach.jpg) no-repeat;}
			.bigright .big-image-phd {background:url(/themes/custom/mrcppu/images/outreach.jpg) no-repeat;}
			.bigright .big-image-about {background:url(/themes/custom/mrcppu/images/reportage-3.jpg) no-repeat;}
			.bigright .big-image-engage-1 {background:url(/themes/custom/mrcppu/images/tissue-culture.jpg) no-repeat;}
			.bigright .big-image-engage-3 {background:url(/themes/custom/mrcppu/images/neurons.jpg) no-repeat;}
			.bigleft .big-image {background:url(/themes/custom/mrcppu/images/lab-work.jpg) no-repeat;}
			.bigleft .big-image-phd {background:url(/themes/custom/mrcppu/images/scales-of-life.jpg) no-repeat;}
			.bigleft .big-image-about {background:url(/themes/custom/mrcppu/images/jbc-building.jpg) no-repeat;}
			.bigleft .big-image-engage-2 {background:url(/themes/custom/mrcppu/images/classroom1.jpg) no-repeat;}
			.bigleft .big-image-engage-4 {background:url(/themes/custom/mrcppu/images/animating-science.jpg) no-repeat;}
		.big-copy {float:left; width:50%;height:460px;background: #e2f2f7;}
		.big-copy h2{color:#007e9e; margin-top:20px;}
			.bigright .big-copy div {width:550px; padding:20px 40px;}
			.bigleft .big-copy div {float:right; width:550px; padding:20px 40px;}
			.big ul{
				list-style: circle;
				list-style-position: inside;
				margin: 1.4em 0 1.4em 0;
				font-size:16px;
			}
			.big li{
				margin-left:10px;
				line-height:1.4em;
			}
	#primary, #secondary, #teritary #quarternary{position:relative;display:block;height:400px;}
		.curved-mask {position:relative; bottom:70px; display:block; width:100%; height:70px; z-index:1000;}
		.curved-mask img{width:100%;height:100%;}

#statements .onward{position:static;}


/*********************pager***********************************/
nav.pager{
text-align: center;
margin-top: 50px;}


li.pager__item {
display:inline-block;
background: #007e9e;
line-height: 25px;
padding: 0 10px 0 10px;
border-radius: 4px;
font-size: .8em;
font-weight: 300;
color:#ffffff;
margin-left:0px !important;
}
li.pager__item:hover,
li.pager__item.is-active{background-color:#90b3be;}

li.pager__item a{color:#ffffff;}

.pager__item--next,
.pager__item--last,
.pager__item--previous,
.pager__item--first{
display: inline-block;

height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
text-align: left;
border: none;
background: #007e9e;
font-size: .8em;
font-weight: 300;
color: #ffffff !important;
border-radius: 4px;
}

 .pager__item--next:hover{
 background-color:#90b3be;
background-position:90px 7px;
color:#ffffff;}

.pager__item--next:visited{color:#ffffff;}
/**************Principal Investigator list*******************/


.pi-grid .views-row{
width:220px;
height:260px;
display:inline-block;
margin:0px 20px 0px 20px;
position:relative;}

.pi-grid div.views-field.views-field-field-portrait{
width:200px;
height:200px;
overflow:hidden;
border-radius:100px;
position:absolute;
top:20px;
}

.pi-grid div.views-field.views-field-field-portrait img{position:relative; left:0px;bottom:0px;transition:transform 0.3s; -webkit-transition:-webkit-transform 0.3s;}
.pi-grid .contact-grid div.views-field.views-field-field-portrait img{left:0px;top:0px;}

.pi-grid div.views-field.views-field-title{display:block;text-align:center;height:auto;position:absolute;top:230px;right:-54px;width:160%;line-height:1em;}
.pi-grid div.views-field.views-field-field-job-title,
.pi-grid div.views-field.views-field-field-department-and-employer,
.pi-grid div.views-field.views-field.views-field-field-past-post,
.pi-grid div.views-field.views-field.views-field-field-career-stage{display:block;text-align:center;height:auto;position:absolute;width:100%;top:250px;left:-10px;font-size:0.8em;line-height:1em;}


/**************Research Group list*******************/

.path header{display:none;}



.no-results{text-align:center;margin-top:40px;}
.pi-blocks{display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
}
.pi-blocks div.investigator-list{height:389px;width:480px;}
.pi-blocks div.investigator-list:hover{opacity:0.8;}
.pi-blocks div.investigator-list.views-row { margin-bottom:50px; display:inline-block;padding:0px;border: 1px solid #e2f2f7;}
.pi-blocks .path-title{width:100%;padding:0 0 0 0;background-color:#007e9e;display:block;}
.pi-blocks .path-title h3{color:#ffffff;padding-bottom:0px;}
.pi-blocks .path-title a{color:#ffffff;display:block;padding:20px 20px 20px 20px;text-decoration:none;}

.pi-blocks .path-copy{width:100%;}
.pi-blocks .path-copy img{width:100%; object-fit:cover;}
.pi-blocks .path-copy a:hover img {opacity:1;}
div.research-topic{background-color: #e2f2f7;
color: #ffffff;
padding: 10px 10px 10px 20px;
position:relative;
bottom:40px;
height:42px;}

div.research-topic a{color:#007e9e;text-decoration:none;display:block}
div.research-topic a:hover{text-decoration:none;}

.group-label{text-align:center;font-weight:100;margin-left:50px;margin-right:50px;font-size:0.9em;color:#999999;}
div.grouped-dep h3{margin-top:50px;}
#block-views-block-staff-staff-members-block-block-2{clear:both;}
/**************News List*******************/

.news-list div.investigator-list{

padding:20px 20px 65px 25px;
display: inline-block;
margin:0 0 20px 0;
border-radius:10px;
}

.news-list  div.views-field.views-field-title{margin-bottom:10px;}
.news-list  div.views-field.views-field-body{height:120px;font-size:1.1em;}

.news-list div.views-field.views-field-field-image{
width:200px;
height:200px;
overflow:hidden;
border-radius:100px;
float:left;
margin-right:20px;
}
.news-list div.views-field.views-field-field-image img{
	object-fit: cover;
 width: 100%;
 height: 200px;}

article .news-item img{border-radius:10px; max-width:100%;height:auto;}

.news-list h3.field-content{font-size:1.5em;}

.news-list .views-field.views-field-nothing{float:right;}

.image-title{font-size:0.8em;text-align:center;}
.news-image{float:left;margin:0px 20px 10px 0px;}
.news-image .image-title {max-width: 400px;margin: 0 auto;}
/**************studentships*******************/

.studentships th,
.lectures th{
background-color:#90b3be;
color:#ffffff;
padding:5px;
text-align:center;
vertical-align:middle;
font-size:18px;
padding:10px 0px;}

th:first-child{border-top-left-radius:10px;}
th:last-child{border-top-right-radius:10px;}

tr:nth-of-type(odd){
background-color:#FCFCFC;
}
tr:nth-of-type(even){
background-color:#fafafb;
}

/*.studentships tr:hover{background-color:#e8eff2;}*/
td{
padding:20px;
vertical-align:middle;
}
.studentships td.views-field.views-field-title.views-align-left{text-align:left;}
.studentship_with div{display:inline;}

#block-applicationprocedureblock p.apply-email,
#block-howtoapplycrukkarim p.apply-email{text-align:center;}


/**************Recruitment*******************/
.key-facts{
	color: #444;
	background:#e2f2f7;
	border-radius:10px; 
	padding:10px 20px;
	width:300px;
	line-height:25px;
	/*height:100px;*/
	display:inline-block;
	margin-top:20px;
	margin-left:20px;
	float:right;
}
.key-facts.seminars{
	margin:0 0 20px 20px;
}
.inline div{display:inline-block;}
.inline div div{margin:3px 0px 1px 0px;}
.inline div div:first-child{font-weight:400;}
.inline div div:first-child:after{content:":";}

.job-disclaimer div{display:inline-block;font-weight:400;}

.refnumberhide div div:first-child{display:none;}
.equal-opportunities,
#block-applicationprocedureblock,
#block-howtoapplycrukkarim{
color: #8A7967;
background-color:#FCFCFC;
padding:20px;
border-radius:10px;
margin-top:40px;
}
#block-applicationprocedureblock h2,
#block-howtoapplycrukkarim h2{margin: 0px 0 20px 0;}


/**************Alumni List*******************/

.alumni-list div.investigator-list h2{margin:0px 0px 0px 0px;}
.alumni-list div.investigator-list .views-field-body{height:45px;}

.alumni-list div.investigator-list{
padding:30px 20px 65px 20px;

background-color:#FCFCFC;
margin:0 0 20px 0;
border-radius:10px;}

.alumni-list div.views-field.views-field-field-portrait{
float: left;
width:120px;
height:120px;
overflow:hidden;
border-radius:10px;
margin:0px 20px 0px 20px;
}


/**************Publications List*******************/

.pi-list div.views-field.views-field-field-principal-investigator{margin-bottom:20px;}
.pi-list div.views-field.views-field-field-principal-investigator .views-label{font-weight:400;}

.inline_pub div,
.inline_pi div div{display:inline-block;}

.inline_pub div div div:not(:last-child):after{content:", ";}
.inline_pi div div:not(:last-child):after{content:", ";}

.pi-list div.investigator-list{padding:30px 20px 65px 20px;background-color:#FCFCFC;margin:0 0 20px 0;border-radius:10px;}

.inline_pi_publications{
	display:block;
	border-bottom: 1px solid #e7e4e0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#block-view-selected-papers-block ul{
	list-style:none;
}
/******************map*********************/

#map {clear:both; margin:10px 0 -40px 0; width:100%; height:350px;}

/******************contact page*********************/
.contact-image img{
border-radius: 10px;
float: left;
width: 500px;}

.contact-message-form label{display:block;margin:10px 0 5px 0;}

.address{
display: inline-block;
font-size: 1.2em;
margin: 0px 0px 0px 30px;
/* padding: 20px 20px 20px 20px; */
list-style: none;
width: 50%;}
/******************video*********************/
#block-video-block-1{display:inline-block;height:100%;width:100%;}
video{max-width:100%;border-radius:10px;height:597px;width:100%;}
video[poster]:hover{opacity:0.8;cursor:pointer;transition:opacity 1s;}
#video{font-family: 'Open Sans', Helvetica, Arial, sans-serif; color:#444; font-weight:300;margin: 0 0 20px 0;
font-size: 1em;
line-height: 1.4;
font-weight: 300;height:100%;width:100%;}
#video h1, #video h2, #video h3, #video h4, #video h5, #video h6 {font-weight:400; color:#8A7967; padding:0 0 5px 0;}
#video h1 {font-size:1.9em; margin:0 0 10px 0; line-height:1.4;} h1 em {display:block; font-size:80%;}
#video h2 {font-size:1.6em; margin:30px 0 5px 0;} h2 em {display:block; font-size:80%;}
#video h3 {font-size:1.2em;}
#video h4 {font-size:1em;}
#video h5 {font-size:.9em;}
#video h6 {font-size:.8em;font-weight:300; }

#video p {margin:0 0 20px 0; font-size:1em; line-height:1.4; font-weight:300;}
#video p.lead {font-size:130%;}
/**************Principal Investigator Page*******************/

.portrait-area{width:369px;
float: right;
margin-bottom:10px;
}
.portrait-area .field-portrait img{
	width:100%;
	height:auto;
	}
.portrait-area-map img{border-radius:5px;}
/*a.purple-link {color:#6a3b77;}*/
.pi-page div.views-field.views-field-field-portrait,
.pi-biography div.views-field.views-field-field-portrait,
.field-portrait{
width:319px;
height:480px;
overflow:hidden;
margin-left:50px;
margin-bottom:10px;
margin-top:20px;
border-radius:10px;
}
.pi-biography div.views-field.views-field-field-portrait{float:right;height:530px;}
.pi-biography  div.views-field.views-field-field-portrait img,
.field-portrait img{border-radius:10px;}

.pi-biography  div.views-field.views-field-title{margin-top: 36px;}

.pi-page div.views-field.views-field-field-portrait img,
.pi-biography div.views-field.views-field-field-portrait img,
.field-portrait img{position:relative; left:0px;bottom:0px;}

.pi-page div.views-field.views-field-body,
.pi-biography div.views-field.views-field-body,
.field-body{margin-top:20px;font-size:1.1em;}
.pi-page div#block-mrcppu-content{padding-bottom:50px;display:inline-block;min-height:482px;}

#block-contact-block .views-row{color: #8A7967;background:#FCFCFC;border-radius:10px; padding:10px 20px;width:300px;line-height:20px;height:100px;display:inline-block;}
.email-icon{background-image:url("/themes/custom/mrcppu/images/email-icon.png");
background-position: left bottom;
background-size:20px 20px;
background-repeat:no-repeat;
padding-left: 30px;
margin-left:10px; }
.phone-icon{background-image:url("/themes/custom/mrcppu/images/phone-icon.png");
background-position: 1px 2px;
background-size:18px 18px;
background-repeat:no-repeat;
padding-left: 30px;
margin-left:10px;}
.homepage-icon{background-image:url("/themes/custom/mrcppu/images/homepage-icon.png");
background-position: -5px -5px;
background-size:30px 30px;
background-repeat:no-repeat;
padding-left: 30px;
margin-left:10px;}
.pdf-icon{background-image:url("/themes/custom/mrcppu/images/pdf-icon.png");
background-position: 3px 0px;
background-size: 20px 20px;
background-repeat: no-repeat;
padding-left: 30px;;
margin-left:10px;}

#block-contact-block div.views-field.views-field-title span.field-content
{font-weight:400;font-size:1.1em;line-height:30px;}

.views-field-field-group-photo img{border-radius:10px;margin-top:30px;width:100%;height:100%;}

#block-selected-publications-block .views-row{border-bottom:1px solid #e7e4e0; margin-bottom:10px;padding-bottom:10px;}

.portrait-label{text-align:center;font-weight:400;margin-left:50px;font-size:1.1em;}
.portrait-label-bio{
position:absolute;
text-align:center;
width:319px;
font-weight:400;}

.email-top{margin:0px 0px 30px 0px;}

.past-lab-link{position: relative;
top: 20px;}

.support-staff-name{margin-top:36px;}
/**************Lab Member Page*******************/
h3 div{display:inline-block;}
.field-current{font-weight:400;margin:20px 0 20px 0;}
.field-current div{display:inline-block;}

.contact-area{color: #8A7967;background:#FCFCFC;border-radius:10px; padding:10px 20px 20px 20px;width:300px;height:auto;line-height:20px;display:inline-block;margin-top:20px;}
.contact-area .inline{font-weight:400;font-size: 1.1em;line-height: 30px;}

.flag{
	margin-bottom:20px;
	margin-top:30px;
	font-weight: 400;
	font-size: 0.8em;
	display: flex;
	align-items: center;
}

.flag img{

}

.countries {
	display: flex;
	flex-direction:column;
	justify-content: space-around;
	align-items: center;
	text-align:center;
	margin-left:20px;
	
}
.flag-image {
	width:100%;
}
.flag-title {
	width:100%;
	text-align: center;
}
.past-lab div.views-row{width:140px;display:inline-block;margin-bottom:20px;vertical-align:top;}
.past-lab div.views-field.views-field-field-portrait{width:100px;height:100px;border-radius:50px;overflow:hidden;display:inline-block;margin:0px 20px 0 20px;}
.past-lab div.views-field.views-field-title{text-align:center;}
.past-lab div.views-field.views-field-field-portrait img{position:relative;z-index:20;right:0px;bottom:0px;}
/**************Alumni Page*******************/
.info-block{
width: 280px;
float:right;
clear:right;
color: #8A7967;
background:#FCFCFC;
border-radius:10px;
padding:10px 20px;
margin-left: 50px;
}

/**************Cambridge*******************/
.camhead p{padding:0 70px;}
.camhead hr.hr-top{color:#007e9e;margin-bottom:30px;margin-top:30px;}
.camhead hr.hr-bottom{color:#007e9e;margin-bottom:40px;}
.camhead img.ppulogo,
.camhead img.dundeelogo{height:80px;margin-right:50px;}
.camhead img.camlogo{height:60px; margin-bottom:15px;}
.cam-row{display:inline-block;background-color:#FCFCFC;padding: 0 0 35px 0;margin-bottom:20px;width:100%;border-radius:10px;}

.cam-image{position: relative;
top: 20px;
margin-left:40px;
}
.cam-image img{
border-radius: 150px;
width: 140px;
overflow: hidden;

}
.camimg {
    width: 350px;
}
.cam-investigator{font-size:1.4em;padding:5% 0;position: relative;
top: -40px;}
.cam-topic{font-size:1.4em;padding:5% 0;margin-left:40px;position: relative;
top: -40px;}
#block-cambridgeapplicationblock,
#block-cambridgediseasethemesblock,
#block-howtoapplyedinburgh{color: #8A7967;
    background-color: #FCFCFC;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;

    margin-bottom:40px;
}
#block-cambridgeapplicationblock ul{list-style-type: circle;list-style-position: inside;text-indent:50px;}
/**************onward buttons*******************/
.onward {
display: inline-block;
width: 70px;
height: 25px;
line-height: 25px;
padding: 0 20px 0 15px;
text-align: left;
border: none;
background: #007e9e url(../images/arrow-right.png) 80px 7px no-repeat;
background-size: 7px;
font-size: .8em;
font-weight: 300;
color: #FFF !important;
border-radius: 4px;
position: absolute;
bottom: 15px;
right: 15px;
z-index:5000;
/*text-shadow:1px 1px 0 rgba(0,0,0,0.3);*/
 transition:all .2s ease-in-out;
}
.onward:hover {
background-color:#90b3be
;
background-position:90px 7px;text-decoration:none;
}
.textright {
clear: both;
text-align: right;
}
.onward_list,
span.field-content.onward-list {
display: inline-block;
width: 70px;
height: 25px;
line-height: 25px;
padding: 0 20px 0 15px;
text-align: left;
border: none;
background: #007e9e url(../images/arrow-right.png) 80px 7px no-repeat;
background-size: 7px;
font-size: .8em;
font-weight: 300;
color: #FFF !important;
border-radius: 4px;
float:right;
position:relative;
top:25px;
left:5px;
z-index:5000;
/*text-shadow:1px 1px 0 rgba(0,0,0,0.3);*/
 transition:all .2s ease-in-out;
}
.onward_list:hover,
span.field-content.onward-list:hover {
background-color:#90b3be
;
background-position:90px 7px;text-decoration:none;
}
.onward_table,
span.field-content.onward-list {
display: inline-block;
width: 70px;
height: 25px;
line-height: 25px;
padding: 0 20px 0 15px;
text-align: left;
border: none;
background: #007e9e url(../images/arrow-right.png) 80px 7px no-repeat;
background-size: 7px;
font-size: .8em;
font-weight: 300;
color: #FFF !important;
border-radius: 4px;
z-index:5000;
/*text-shadow:1px 1px 0 rgba(0,0,0,0.3);*/
 transition:all .2s ease-in-out;
}
.onward_table:hover,
span.field-content.onward-list:hover {
background-color:#90b3be
;
background-position:90px 7px;text-decoration:none;
}
span.field-content.onward-list a{color:#ffffff;}


.facets-soft-limit-link{
float:right;
width: 70px;
height: 25px;
line-height: 25px;
padding: 0 20px 0 15px;
text-align: left;
border: none;
background: #007e9e url(../images/arrow-right.png) 88px 7px no-repeat;
background-size: 7px;
font-size: .8em;
font-weight: 300;
color: #FFF !important;
border-radius: 4px;
position:relative;
top:0px;
left:5px;
z-index:5000;
/*text-shadow:1px 1px 0 rgba(0,0,0,0.3);*/
 transition:all .2s ease-in-out;}

.facets-soft-limit-link:hover {
background-color:#90b3be
;
background-position:90px 7px;text-decoration:none;}

#block-principal-investigator-funding-block .onward{
position: absolute;
left:220px;
top:260px;
}
/***********************************************responsive************************************************/

@media screen and (max-width:1400px) {
/*div.tagline_block{display:inline-block;position:static;left:auto;margin: 45px 10px;}
div.tagline{display:inline-block;position:static;left:auto;font-size:22px;}*/

}
@media screen and (max-width:1250px) {
div.tagline_block{display:none;position:static;left:auto;margin: 45px 10px;}
div.tagline{display:none;position:static;left:auto;font-size:20px;}
#superfish-main{left:auto;}
.bigright .big-copy div,
.bigleft .big-copy div{width:80%;}
}

@media screen and (max-width:1145px) {

.layout-content{padding:30px 20px 0px 20px;}
#logos{
	margin: 44px 0px;
}
#logo img {height:70px;}
	#logo_mrcppu img {height:70px;}
	


.path{width:100%;height:auto;}
.path-copy{width:100%;}
.path div[id^="views_slideshow_cycle_div_"]{width:100%;}
.path-title {width:100%;padding: 0px 0px;}
.path-title h2 {padding-left:20px;}
.path-title h3 {}

#block-path-1,
#block-path-2,
#block-path-3{display:inline-block;width:100%; margin:0px;height:auto;margin-bottom:20px;}


#block-research-block-1,
#block-publications-block-1,
#block-lab-members-1,
#block-principal-investigator-funding-block,
#block-principal-investigator-past-lab-members-block,
#block-principal-investigator-awards-block{display:inline-block;width:100%; margin:0px;height:auto;margin-bottom:20px;}

#block-research-block-1{margin-top:20px;}

#block-path-1 p,
#block-path-2 p,
#block-path-3 p,
#block-research-block-1 p,
#block-publications-block-1 p,
#block-lab-members-1 p,
#block-principal-investigator-funding-block p,
#block-principal-investigator-awards-block p,
#block-principal-investigator-past-lab-members-block p{margin:0px;padding:20px;width:auto;}

#block-mrcppu-views-block-banner-images-slideshow-block-1-2 div.views-field.views-field-body{font-size:95%;}

aside.layout-sidebar-second{clear:both;width:100%;text-align:center;margin: 0px 0px;display:block;}
#block-footerblock .foot{margin:0 20px 0 20px;}
input,
textarea{width:100%;max-width:100%;margin-right:20px;}
.onward{position :static;margin:0px 10px 10px 0px;}
#block-mrcppu-content ul.boxes{margin:0px 0px 40px 40px;}
.boxes .onward{position: absolute;bottom:0px;right:0px;}
#block-principal-investigator-funding-block .onward{position:static;float:right;margin:0px 10px 10px 0px;}
#block-principal-investigator-funding-block img{float:left;}

#block-footerblock .organisations{position:static;display:inline-block;margin:20px;}

div.tagline_block{margin: 45px 0px 45px 10px;}
.pi-grid{width:100%;}
.page-image{width:100%;}
}

@media screen and (max-width:1043px) {

.pi-grid .views-row{margin:0px 40px 0px 40px;}
.pi-blocks{margin-left:0px;}
.pi-blocks div.investigator-list{width:100%;}
div#block-aboutustext{margin: 0px 40px 0px 40px;}
div.big-copy p{font-size:0.8em;}
.alignme{width:100%;}
div.tagline{font-size:18px;margin:0px 0px 0px 0px;}
div.tagline_block{margin: 45px 0px;}

}
@media screen and (max-width:1028px) {



}
@media screen and (max-width:1006px) {
video{max-width:100%;border-radius:10px;height:100%;width:100%;}
.pi-blocks {
    margin-left: 0px;
}
div.tagline_block{width:250px;}
div.tagline{font-size:18px;}

}

@media screen and (max-width:968px) {

	#logos{
		margin: 44px 0px;
	}
	#logo img {height: 60px;}
		#logo_mrcppu img {height:60px;}
		
	
div.news-title{width:200px;padding-right:0px;text-align:center;}
.pi-grid .views-row{margin:0px 0px 0px 0px;}
div.tagline_block{width:200px;}
div.tagline{font-size:18px;}
.pi-biography div.views-field.views-field-field-portrait{margin-bottom:30px;}
}
@media screen and (max-width:905px) {

}

@media screen and (max-width:860px) {

.layout-content{padding: 30px 20px 0px 20px;}
.pi-grid .views-row{margin:0px 0px 0px 0px;}
#credits{display:none;}

#block-mrcppu-views-block-banner-images-slideshow-block-1-2 div.views-field.views-field-body{font-size:90%;}
}

@media screen and (max-width:790px) {

#logos{
	margin: 44px 0px;
    width: 100%;
    justify-content: center;
}
#logo img {height:70px;}
	#logo_mrcppu img {height:70px;}
	

.big-image, .big-image-phd, .big-image-about,.big-image-engage-1,
		.big-image-engage-2,
		.big-image-engage-3,
		.big-image-engage-4 {
display:none;}
.big-copy{width:100%;}
div.bigleft .big-copy{background:#FCFCFC;}
.bigleft .big-copy div{float:left;}
div.big-copy p{font-size:1em;}
.pi-grid .views-row{margin: 0px 50px 0px 50px;}
.cam-image{display:none;}
.cam-investigator{font-size:1.2em;top: 20px;left:-25px;}
.cam-topic{font-size:1.2em;top: 20px;left:-25px;}
.cam-row.views-row{text-align:center;}
}
@media screen and (max-width:688px) {
	.pi-grid .views-row{margin: 0px 20px 0px 20px;}
}
@media screen and (max-width:550px) {
.portrait-area{width: 319px;
float: none;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;}
.field-portrait{margin-left:0px;}
.field-job-title,
.support-staff-name,
#block-mrcppu-page-title{text-align:center;}
#block-contact-block{max-width:100%;width:100%;margin:0 auto;}
#block-contact-block .views-row{width:80%;margin:0 auto;height:auto;}
#block-footerblock .foot{margin-left:20px;}
#block-footerblock .social{height:80px;}
.pi-grid{margin-left: auto;
margin-right: auto;
width: 220px;}
.pi-grid .views-row{margin:0 10px 0 10px;}
img.text-image.align-right{
border-radius: 10px;
width: 100%;
margin-bottom: 20px;}
.portrait-label {margin-left:0px;}

article .news-item img{
height: 100%;
width: 100%;}

.email-icon{
margin-left: auto;
width: 160px;
margin-right: auto;
margin-bottom: 30px;}


.contact-area{margin-right: 20px;width: 90%;}
.contact-area .email-icon{width:100%;}
}
@media screen and (max-width:530px) {
#logos{margin:65px 0px 0px 10px;}
#logo img {height:55px;}
	#logo_mrcppu img {height:55px;}
	
div.big-copy p{font-size:0.9em;}


}
@media screen and (max-width:494px) {
	#logos{margin:65px 0px 0px 10px;}
	#logo img {height:50px;}
		#logo_mrcppu img {height:50px;}
		#teams{display:none;}

#block-footerblock .foot .first{height: 250px;}
#block-footerblockdiv.foot.social{height: 85px;}
}


@media screen and (max-width:437px) {
	#logos{margin:65px 0px 0px 10px;}
	#logo img {height:45px;}
		#logo_mrcppu img {height:45px;}
		#teams{display:none;}

}


@media screen and (max-width:383px) {
#logos{margin:65px 0px 0px 5px;}
.pi-grid .views-row{margin:0 0 0 30px;}
}


img.align-right,
img.align-left{
	max-width:100%;
	width:350px;
	height:auto;
}

img.align-left{
	margin-right:10px;
	margin-bottom:10px;
}
img.align-right{
	margin-left:10px;
	margin-bottom:10px;
}
@media screen and (max-width: 790px) {
	img.align-right,
	img.align-left {
		width:100%;
	}
	img.align-center{
		width:100%;
		height:auto;
	}
	
	}
#block-mrcppu-content ul{
	list-style:disc;
}
#block-mrcppu-content ul li{
	margin-left:50px;
}
#block-mrcppu-content ul li{
	margin-left:30px;
	margin-bottom: 10px;font-size: 18px;
}

#block-mrcppu-content p{
	margin: 0 0 25px 0;
}
.addtocal{
	float:right;
	width:60px;
	




border: none;
background-color: #007e9e;

font-weight: 300;
color: #FFF !important;
border-radius: 4px;

}

.addtocal-menu{
	display:none;

}
#block-mrcppu-content ul.addtocal-links{
	list-style: none;
}
#block-mrcppu-content .addtocal-menu li{
	padding:2px 10px;
	font-size: 16px;
	margin-left:0;
}
.addtocal-menu li:hover{
	background-color:#016983;
}
.addtocal-menu li a{
	display: block;
	text-decoration:none;
	color:white;
}
.addtocal-visible-menu{
	display:block !important;
	position:absolute;
	right:80px;
	
	background-color:#007e9e;
}

#block-mrcppu-content .align-center{
max-width:100%;
height:auto;
}

.news-item-facts{
	background-color:#FCFCFC;
	padding: 10px 20px;
	max-width:300px;
	float:right;
}
.article-date{
	text-transform: uppercase;
	font-weight:600;
	font-size:14px;
	color:#999999;
}
.views-field.views-field-field-date .field-content{
margin-bottom:10px;
}
.views-field.views-field-field-date time{
	text-transform: uppercase;
	font-weight:600;
	font-size:14px;
	color:#999999;
	margin-bottom:20px;
}

.lab-member-links a{
	font-weight:400;
}

/***********Paragraphs******************/
.paragraph  {
	margin-top:30px;
}
.paragraph h2 {
	margin-top:0;
}
.paragraph-image-caption-text {
	text-align:center;
}
.paragraph--type--text-right-image-left {
	display:flex;
	justify-content:space-between;
	width:100%;
	align-items: center;
}
.paragraph--type--text-left-image-right {
	display:flex;
	justify-content:space-between;
	width:100%;
	align-items: center;
}
@media screen and (max-width: 790px) {
	.paragraph--type--text-right-image-left {
	flex-direction: column;
	
	}
	.paragraph--type--text-left-image-right {
	flex-direction: column;
	
	}

}
.paragraph--type--text-right-image-left img {
	max-width:100%;
	height:auto;
	margin-right:10px;
}
.paragraph--type--text-left-image-right img {
	max-width:100%;
	height:auto;
	margin-right:10px;
}

.paragraph-image-left {
	margin-right:20px;
	margin-bottom:20px;
}

.paragraph-image-right {
	margin-left:20px;
	margin-bottom:20px;
}
.paragraph-text-right {
max-width:60%;
min-width:50%;
}
.paragraph-text-left {
	max-width:60%;
	min-width:50%;
}
@media screen and (max-width: 790px) {
	.paragraph-text-right {
		max-width:100%;
		width:100%;
		}
		.paragraph-text-left {
		max-width:100%;
		width:100%;
		}

}
@media screen and (max-width: 790px) {
	.paragraph-image-left {
		width:100%;
		margin-right:0px;
	}
	
	.paragraph-image-right {
		margin-left:0px;
		width:100%;
	}
}

.paragraph--type--image-full-width img {
	width:100%;
	height:auto;
}

.paragraph--type--view-block {
	margin:20px 0 50px 0;
}

.viewsreference--view-title {
	font-weight: 400;
	margin-bottom:20px;
	font-size: 18px;
	line-height: 1.4;
}

article .news-item .paragraph-image-left {
	margin-right:0;
	margin-bottom:0;
}

article .news-item .paragraph-image-right {
	margin-left:0;
	margin-bottom:0;
}
article .news-item .paragraph-image-caption-img-left{
	display:flex;
	flex-direction:column;
	justify-content: space-around;
	min-width:25%;
	max-width:50%;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:20px;
	font-size: 12px;
	text-align:center;
}
article .news-item .paragraph-image-caption-img-right{
	display:flex;
	flex-direction:column;
	justify-content: space-around;
	min-width:25%;
	max-width:50%;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:20px;
	font-size: 12px;
	text-align:center;
}
@media screen and (max-width: 790px) {
	article .news-item .paragraph-image-caption-img-left{
		
		max-width:100%;
		width:100%;
	}
	article .news-item .paragraph-image-caption-img-right{
		
		max-width:100%;
		width:100%;
	}
	

}


sup {
	vertical-align:super;
	font-size:10px;
}
blockquote {
	background:#ebeaea;
	font-size:20px;
	padding: 20px 30px 20px 30px;
	text-align:center;
	font-style: italic;
	margin:0 auto 30px auto;
	border-radius:5px;
	width:90%;
}
blockquote p{
	font-size:16px;
}

.approved-inhibitors-rows {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	height:220px;
	overflow-y: scroll;
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
	margin-bottom:20px;
}
.approved-inhibitors .views-row{
	margin:5px;
	padding:5px;
	width:192px;
	height:210px;
	background: #f2f2f2;
	text-align: center;
	scroll-snap-align: start;
}
.approved-inhibitors .views-row .views-field-field-compound-name {
	margin-bottom:5px;
	font-size:16px;
}
.approved-inhibitors-scroll {
	display:flex;
	width:100%;
	height:240px;
	overflow-x: scroll;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}
.approved-inhibitors-scroll .views-row
{
	margin:5px;
	padding:5px;
	min-width:200px;
	background: #f2f2f2;
	text-align: center;
	scroll-snap-align: start;

	
}
.approved-image img{
	max-width:100%;
}
.imagemapcompounds {
	margin-bottom:30px;
}
.imagemapcompounds img {
	max-width:100%;
	height:auto;
}

.approved-inhibitors-embed .views-row{
	margin:5px;
	padding:5px;
	max-width:100%;
	background: #f2f2f2;
	text-align: center;
}
.approved-inhibitors-embed .views-row .views-field-field-compound-name {
	margin-bottom:10px;
	font-size:18px;
}
.approved-image img{
	max-width:100%;
}
#block-ajaxviewblock {
	position:absolute;
	margin: 0 auto;
	transition: all ease-in-out 3s;
	margin:0 25%;
	box-shadow: 1px 1px 20px #333333;
	background: #f2f2f2;
	bottom:25%;
}

.imagemapcompounds div#image-overlay {
	display:none;
}

#body-map {
	pointer-events: none;
}
#transparent-map {
	position: absolute;
	z-index:99;
	background-color: #ffffff;
	opacity: 0.01;
	width: 100%;
	height: auto;
}

.datalinks {
	display:flex;
	justify-content: flex-end;
	margin-bottom:10px;
}

.datalinks a,
.datalinks a:visited{
border: 2px solid #008AAD;
padding:2px 3px;
margin:0 5px;
font-weight: 600;
}

.datalinks a:hover {
	border: 2px solid #10cfff;
	text-decoration:none;
}

#drupal-modal{
	z-index:9999;
}
.compound-modal-node {
	color:#666666;
}
.compound-modal-node h2 {
	margin-top:0;
}
.compound-modal-node .modal-labels {
	font-weight:600;
	margin-right:50px;
	min-width:25%;
}
.compound-modal-node img{
	max-width:100%;
	margin-bottom:20px;
}
.compound-modal-node a,
.compound-modal-node a:visited{
	text-decoration:none;
	font-weight:600;

}
.compound-modal-node a:hover{
	text-decoration:underline;
	
}
.compound-modal-node .alt-flex {
	display:flex;
	margin-bottom:20px;
	
}
.compound-modal-node .compounds-breakword {
	word-wrap: break-word;
	word-break: break-all;
	overflow-wrap: break-word;
	
}

.ui-dialog{
	background-color:#f2f2f2;
	z-index:9999;

}
.ui-dialog-titlebar {
	padding:0;
	height:30px;
} 

.ui-widget-header{
	background: none;
	border: none;
}

.ui-dialog-title{
	display:none;
}

.ui-widget-content a {
	color: #008AAD;
  }
  .ui-widget-content a:hover {
	color: #10cfff;
  }
button.ui-button {margin:-10px 0 0 0 !important;}

.approved-inhibitors .scrolling-compounds-chev {
	display: flex;
	justify-content: center;
  }
  
  .approved-inhibitors .scrolling-compounds-chev span.prev,
  .approved-inhibitors .scrolling-compounds-chev span.next {
	color: #007a99;
	cursor: pointer;
	font-size:28px;
  }
  
  .approved-inhibitors .scrolling-compounds-chev span.prev:hover,
  .approved-inhibitors .scrolling-compounds-chev span.next:hover {
	color: #00bed5;
  }
  
  .sf-depth-2 ul:has(> *:nth-child(8)) {
	column-count: 2;
	background: #007e9e;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	min-width:400px !important;
	max-width:500px !important;
	left:0;
	
  }
  .sf-depth-2 ul:has(> *:nth-child(8)) li{
	max-width:250px;
	width:50%;
	display:flex;
	align-items: center;
  }
  .layout-content ul li{
	margin-left:30px;
  }

