/* 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, 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;} ol, ul {list-style:none;} 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 #8e9322; color:#333; position:relative;background-color:#ffffff;
}
/*header .alignme{width:94%;}*/

.alignme-flex{display:flex;justify-content:space-between;}
.main-logos{
	display:flex;
	flex-wrap: nowrap;
	justify-content:space-around;
	align-items: center;
	max-width:554px;
	}
#logo {}
	#logo img {max-width:220px; height:auto;}
	#logo:hover {opacity:0.7;}

#logo_mrcppu {margin-right: 30px;}
	#logo_mrcppu img {max-width:330px; height:auto;}
	#logo_mrcppu:hover {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: #222308;
text-align: center;
font-style: italic;
position: absolute;
left: -50%;
}
#a_survey {width:280px; height:200px; position:absolute; top:154px; left:-280px; transition:all .3s ease-in-out; z-index:7000;}
	#a_survey_set {position:relative; width:280px;}
	#a_survey_button {position:absolute; right:-140px; top:0; display:block; width:140px; height:40px; padding:10px 0 10px 0; border-radius:0 5px 5px 0; background:#008F94;
		font-size:19px; line-height:21px; color:#FFF; text-shadow:1px 1px 0 rgba(0,0,0,.2); text-align:center; box-shadow:1px 1px 5px rgba(0,0,0,0.25); cursor:pointer;}
	#a_survey_copy {padding:20px; left:30px; background:#FFF; border:1px solid #008F94; border-left:none; box-shadow:1px 1px 5px rgba(0,0,0,0.25);}
		#a_survey_copy .textright {margin:10px 0 0 0; font-weight:400;}
	#a_survey_button:hover {background:#00787C;}
	.show_survery {left:0 !important;}

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:#8e9322; border:2px solid #8e9322; border-top:none; border-radius:0 0 4px 4px;}
	#actions #socialprofiles ul li a:hover {background:#8e9322; 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:#8e9322; 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:#8e9322;}
	#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:#8e9322; border:2px solid #8e9322; border-top:none; border-radius:0 0 4px 4px; transition:all .3s ease-in-out;}
		#actions .search li:hover {cursor:pointer; background:#8e9322; color:#FFF;}
		#actions .search.searchdown {margin-top:66px !important;}
			 #actions .search.searchdown li {background:#8e9322 !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:#8e9322; 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:392px; 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:1px; background:none; border:none; font-size:28px; color:#FFF;}
		#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 {display:inline-block;margin:45px 0px 0px 30px;float:right;}

.teamstag{float:right;margin-bottom:4px;margin-right:10px;font-weight:400;display:absolute;font-size:14px;color:#8e9322;}
#teams ul {margin-right:15px;}
#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/teamDUB.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 #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 #8e9322; 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:#dee283
;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: #8e9322 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:27px 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:#dee283;
background-position:90px 7px;}


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

TEXT_STYLES {}

h1, h2, h3, h5, h6 {font-weight:400; color:#666666; 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.2em;}
h4 {font-size:1.2em;font-weight:400;margin-bottom:15px;}
h5 {font-size:.9em;}
h6 {font-size:.8em;font-weight:300; }

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

a, a:visited {text-decoration:none; color:#008AAD;}
a:hover {color:#10cfff
;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;}

#block-mrcppu-content{margin:0px 0px 50px 0px;}
.full-width-image{width:100%;border-radius:10px;}
.the-quote{font-size:1.3em;color:#222308;}
.the-ref{}
/********************************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:#f0f1f3; 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:#f0f1f3; 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:25px;font-size:0.9em;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: 25px;
font-size: 0.9em;
width: 200px;
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:#8e9322; border-top:1px solid #8e9322; border-bottom:1px solid #8e9322;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: #8e9322;


}
#block-mainnavigation li li {
  background: #8e9322;
}
#block-mainnavigation li li li {
  background: #8e9322;
}
#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: #008AAD;
  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:#8e9322;
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;}

/**********************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;}


.imageleft {float:left; max-width:420px; margin:20px 30px 20px 0;}
.imageright {float:right; max-width:420px; margin:20px 0 20px 25px;}
.imagesmaller {max-width:240px; }
.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 {background:#8e9322;}
	#footer .foot {float:left; margin:0 20px 0 0; width:240px; padding:20px 0 80px 0; position:relative;} #footer .last {margin:0;}
	#footer h4 {font-size:18px;}
	#footer h4, #footer a {color:#FFF; text-shadow:1px 1px 0 rgba(0,0,0,0.45);}
	#footer a:hover {opacity:0.7;}
	#footer ul {margin:10px 0 0 20px;}
	#footer ul li {color:#FFF; list-style:square; margin:0 0 7px 0; font-size:13px;}
	#footer .last ul {margin:0;}
	#footer .last ul li {display:inline-block; list-style:none; margin:0 5px 0 0;}
	#footer .last 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;}

#footer .organisations {color: #6a3b77;

display: flex;
justify-content: center;
width: 50%;
max-width:100%;
padding: 10px;
background: #ffffff;
border-radius: 4px;
text-align: center;
height:87px;margin: 0 auto 20px auto;
}

#footer #teamMRC {display: inline-block;
margin: 0 20px 0 0;
width:265px;

background: url(../images/UKRI_MRC_PROTEIN_PHOSPHORYLATION_AND_UBIQUITYLATION_UNIT_HORIZONTAL_RGB.png) 0 0 no-repeat;
text-indent: -7777px;
background-size:100%;}

#footer #teamUOD {
display: inline-block;
width: 184px;

background: url(../images/logo-uod.png) 0 0 no-repeat;
text-indent: -7777px;
background-size: 100%;}

#footer .organisations p {clear:both; font-size:10px; text-align:left;color:#000000;text-shadow:none;}

#credits {clear:both; border-top:1px solid #666614; padding:10px 0; color:#FFF; line-height:16px;}
#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;}
#credits .credit {display:block; float:right; width:190px; text-align:right; font-size:12px; padding:0 10px 0 0;}





/****************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:400px;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:350px;height:350px;}

div[id^="block-views-block-banner-images-slideshow-block-1"] img{
min-width: 100%;
height: 100%;}

div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body{
margin: 0  auto;
width: 1060px;

}

div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body .field-content{
position:absolute;
top:320px;
float:left;
font-size: 16px;
line-height: 24px;


width:490px;
background-color:#ffffff;
padding: 12px 20px 0px 20px;
opacity:0.7;
border-radius:10px;
color:#333333;

}
div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] h2{
	font-size:22px;
	margin-top:10px;
}
/***********************contact-block***************************/
#block-contactblock {
    margin: 0 auto;
    text-align: center;
    background-image: url(/images/mosquito.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    /*opacity: 0.5;*/
}
#block-contactblock #edit-name,
 #block-contactblock #edit-mail,
 #block-contactblock #edit-subject-0-value,
 #block-contactblock textarea{
    border-top:1px solid #8e9322;
    border-right:1px solid #dee283;
    border-left:1px solid #8e9322;
    border-bottom:1px solid #dee283;
    border-radius:3px;
    height:30px;
    padding-left:10px;
    padding-right:10px;
}
#block-contactblock textarea{height:auto;padding:10px;}
#block-contactblock h2 {color:#666666;font-weight:400;padding-top:20px;}
#block-contactblock label{font-weight:500;}
#block-contactblock input #edit-submit,
#block-contactblock input #edit-preview{opacity:1;border:0px;}

/**********************Path blocks*****************************/
#welcome {float:left; width:100%; padding-top:30px;}
#block-paths{margin:50px 0 40px 0;}
	.path {float:left; margin:0 20px 0 0; width:340px; height:400px; background:#f0f1f3; position:relative; border-radius:10px;} #path-three {margin:0 0 0 0;}
		.path-mask {display:block; height:22px; width:340px; background:url(../images/path-mask.png) 0 0 no-repeat; position:absolute; top:105px; left:0; z-index:360;}
		.path-image {display:block; width:340px; height:125px; overflow:hidden; border-radius:10px; z-index:300;} .path-image img {transition:transform 0.3s; -webkit-transition:-webkit-transform 0.3s; border-radius:10px;}
		.path-image:hover img {transform:scale(1.1); -webkit-transform:scale(1.1);}
		.path-icon {display:block; width:90px; height:90px; position:absolute; top:10px; right:10px; z-index:350;}
		.path-copy {margin:-5px 0 0 0; padding:0 20px 10px 20px; position:relative;height:240px;}
		.path-copy h2 {}
		.path-copy p {}
		.path-copy p .onward {width:140px; background-position:145px 7px;}
		.path-copy p .onward:hover {width:140px; background-position:150px 7px;}
	.big {width:100%; background:#f0f1f3;}
		.big-image {display:block; float:left; width:50%; height:350px; position:relative;}
			.bigright .big-image {background:url(../images/our-approach.jpg) 0 0 no-repeat; background-size:100%;}
			.bigleft .big-image {background:url(../images/our-promise.jpg) 0 0 no-repeat; background-size:100%;}
		.big-copy {float:left; width:50%;}
			.bigright .big-copy div {width:450px; padding:20px 40px;}
			.bigleft .big-copy div {float:right; width:450px; padding:20px 40px;}

			#box_services {margin-bottom:20px;margin-top:40px;}
			.box_popup {display:inline-block; margin:0 18px 18px 0; border:1px solid rgba(0,138,173); overflow:hidden; border-radius:10px; position:relative;}
			.box_popup_half {width:48.3%; height:240px;}
			.box_popup_third {width:31.5%; height:200px;}
			.box_popup_quarter {width:23%; height:200px;}
			.box_shorter {height:140px;}
			.box_popup img {position:absolute; top:-40px; left:-35px; z-index:0; width:120%;}
			.box_shorter img {top:0; width:135%;}
			.box_last {margin-right:0;}
		
			.box_copy {position:absolute; z-index:10; color:#FFF; width:100%; background:none; text-shadow:1px 1px 0 rgba(0,0,0,0.20); transition:all .3s ease-in-out;}
			.box_copy div {padding:0 110px 10px 10px;}
			.box_copy_half {height:240px;}
			.box_copy_third {height:200px;} .box_shorter .box_copy_third {}
			.box_copy_quarter {height:200px;} .box_popup_quarter img {width:130%;}
			.box_copy h2, .box_copy h3 {display:block; width:100%; height:36px; line-height:36px; margin:0; padding:0 10px; color:#FFF; background:rgba(0,138,173,0.65); transition:background .3s ease-in-out;}
			.box_copy h2 {font-size:20px;}
			.box_copy h3 {font-size:16px;}
			.box_copy p {font-size:14px; padding:10px 50px 0 10px; opacity:0; transition:opacity .3s ease-in-out;}
		
			.box_popup:hover {border:1px solid #111;}
			.box_popup:hover .box_copy {top:0; color:#FFF; background:rgba(50,50,50,.8);}
			.box_popup:hover .box_copy h2, .box_popup:hover .box_copy h3 {background:rgba(50,50,50,.5)}
			.box_popup:hover .box_copy p {opacity:1;}
		
/*****************curved mask area****************************************/
#statements{/*margin-top:50px;height:800px;*/width:100%;display:inline-block;}

.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:400px; position:relative;background-attachment:fixed;}
			.bigright .big-image {background:url(/themes/custom/mrcppu/images/our-promise.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/mosquito-tips.png) no-repeat;}
			.bigright .big-image-engage-3 {background:url(/themes/custom/mrcppu/images/multidrop.png) no-repeat;}
			.bigleft .big-image {background:url(/themes/custom/mrcppu/images/our-approach.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/maldi-tubes.png) 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:400px;background: #e8fcff;}
		.big-copy h2{color:#8e9322; margin-top:10px;}
			.bigright .big-copy div {width:450px; padding:20px 40px;}
			.bigleft .big-copy div {float:right; width:450px; padding:20px 40px;}
	#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;}

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


li.pager__item {
display:inline-block;
background: #8e9322;
line-height: 25px;
width:30px;
border-radius: 4px;
font-size: .8em;
font-weight: 300;
color:#ffffff;
}
li.pager__item:hover,
li.pager__item.is-active{background-color:#dee283;}
/***{
display:inline-block;
background: #8e9322;
}***/
li.pager__item a{color:#ffffff;}

.pager__item--next,
.pager__item--last,
.pager__item--previous,
.pager__item--first{
display: inline-block;
width: 40px;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
text-align: left;
border: none;
background: #8e9322;
font-size: .8em;
font-weight: 300;
color: #ffffff !important;
border-radius: 4px;
}

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

.pager__item--next:visited{color:#ffffff;}


.pager li>a, .pager li>span {
	display: block;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	}
li.pager__item--first,
li.pager__item--last{
	width:60px;
}
/**************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{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{margin-left:30px;
}
.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:20px 20px 20px 0px;display:inline-block;padding:0px;border: 1px solid #dee283;}
.pi-blocks .path-title{width:100%;padding:0 0 0 0;background-color:#8e9322;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%;}
.pi-blocks .path-copy a:hover img {opacity:1;}
div.research-topic{background-color: #dee283;
color: #ffffff;
padding: 10px 10px 10px 20px;
position:relative;
bottom:40px;}

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



/**************News List*******************/

.news-list div.investigator-list{

padding:20px 20px 65px 25px;

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{position:relative;}

article .news-item img{border-radius:10px;float:left;margin:0px 20px 10px 0px;}

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

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

.studentships th,
.lectures th{
background-color:#dee283;
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:#f0f1f3;
}
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{text-align:center;}

/**************Recruitment*******************/
.key-facts{color: #222308;background:#f0f1f3;border-radius:10px; padding:10px 20px;width:300px;line-height:20px;height:100px;display:inline-block;margin-top: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{
color: #222308;
background-color:#F0F1F3;
padding:20px;
border-radius:10px;
margin-top:40px;
}
#block-applicationprocedureblock 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:#F0F1F3;
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:#F0F1F3;margin:0 0 20px 0;border-radius:10px;}

/******************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:#222308; 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;
}

/*a.purple-link {color:#8e9322;}*/
.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: #222308;background:#f0f1f3;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;}
/**************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: #222308;background:#f0f1f3;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 img{
position: relative;
left: 10px;
top: 18px;}
.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: #222308;
background:#f0f1f3;
border-radius:10px;
padding:10px 20px;
margin-left: 50px;
}


/**************onward buttons*******************/
.onward {
display: inline-block;
width: 100px;
height: 25px;
line-height: 25px;
padding: 0 20px 0 15px;
text-align: left;
border: none;
background: #8e9322 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:#008AAD;
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: #8e9322 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:#dee283
;
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: #8e9322 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:#dee283
;
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: #8e9322 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:#dee283
;
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:1043px) {
.alignme{width:100%;}
#block-paths {margin: 20px 0 auto;

}
.path{width:31%; display:inline-block;height:300px;}
#path-one{margin:0 10px 0 1%;}
#path-two{margin:0 10px 0 10px;}
#path-three{margin:0 1% 0 10px;}
.path-image{display:none;}
.path-mask{display:none;}
.path-icon{float:left; position:static;margin: 0px 15px 10px 15px;}
#block-primarystatement{margin-top:20px;}
.path-copy{height:260px;}
#logo_mrcppu {
    position: absolute;
    top: 35px;
    left: 30px;
}
#logo {
    position: absolute;
    top: 25px;
    left: 370px;
    width: 320px;
    height: 88px;
}
#teams {
    display: none;
}
#block-secondarystatement{width:100%;}
.big-copy div{width:50%;}
.big-copy div p{font-size:0.9em;}
.bigleft .big-copy div,
.bigright .big-copy div{width:80%;}
div#secondary .big-copy{background-color:#f0f1f3;}
div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body .field-content{margin-left:30px;margin-right:30px;width:80%;}



@media screen and (max-width:800px) {
body{background: none;}
#logo{transform: scale(0.8, 0.8);left:270px;width:250px;top:30px;}

#logo_mrcppu {transform: scale(0.8, 0.8);left:0;top:40px;}
.layout-content{padding-left:20px;padding-right:20px;}
.alignme{width:100%;}
.path{border-radius:0;height:200px;}
#block-paths {margin: 0 auto;}
.path{width:100%; display:block;}
#path-one,
#path-two,
#path-three{margin:0 0 0 0;}
.path#path-two{background: #dee283;}
.path-image{display:none;}
.path-mask{display:none;}
.path-icon{float:left; position:static;}
.path-copy{height:160px;}
.big-image,
.big-image-engage-1,
.big-image-engage-2,
.big-image-engage-3
{display:block;width:100%;}
.big-copy{width:100%;display:block;}
.bigleft .big-copy div,
.bigright .big-copy div{padding: 20px 5% 20px 40px;}
.big-copy div p{font-size:1em;}
.bigleft .big-copy div{float:left;}
#block-contactblock label{width:100%;}
#block-contactblock #edit-name,
 #block-contactblock #edit-mail,
 #block-contactblock #edit-subject-0-value,
 #block-contactblock textarea{
  width:80%;
}
#credits ul{width:100%;}
#block-primarystatement{margin-top:0px;}
#block-footerblock .first{margin: 0 20px 0 10%;width:auto;}

.imageright,
.imageleft {
        float: right;
        max-width: 100%;
        margin: 20px 0 20px 0;
    }
.centered .imageright{
        float: right;
        max-width: 100%;height:300px;
        margin: 20px 0 20px 0;
    }
.centered .imageleft {
        float: left;
        max-width: 100%;height:300px;
        margin: 20px 0 20px 0;
    }
}


@media screen and (max-width:500px) {
#logo{transform: scale(0.6, 0.6);left:190px;top:35px;}

#logo_mrcppu {transform: scale(0.6, 0.6);left:-30px;top:40px;}
div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body .field-content{margin-left:20px;margin-right:30px;width:80%;}
.centered .imageright{
       display:none;
    }
.centered .imageleft {
      display:none;
    }
    #block-footerblock .organisations {top:420px;right:50px;}
}

@media screen and (max-width:400px) {
#logo{transform: scale(0.5, 0.5);left:125px;top:35px;}
}
#logo_mrcppu {transform: scale(0.5, 0.5);left:-50px;top:40px;}
div[id^="views_slideshow_cycle_div_banner_images_slideshow-block_1_"] div.views-field.views-field-body .field-content{margin-left:10px;margin-right:0px;width:80%;}
}
@media screen and (max-width:375px) {
#block-footerblock .social{height:100px;}
#block-footerblock .last,
#block-footerblock .social {margin-left:20px;}
 #block-footerblock .organisations {right:30px;}
}
.align-center{max-width:100%;
height:auto;}

.imageright {
	float: right;
	max-width: 320px;
	margin: 0 0 40px 25px;
	border-radius: 10px;
	height:auto;
	}
.wider{
	max-width:600px;
}
	#help {
		clear: both;
		display: block;
		margin: 0;
		width: 100%;
		padding: 18px 0 18px 0;
		background: #008AAD;
		text-align: center;
		font-size: 1.2em;
		color: #FFF;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.45);
	}

	#cboxLoadedContent img{
			width:100%;
			height:auto;
			max-width:100%;
			clear:both;
			float:none;
			margin:0 auto;
	}

		#block-next-screen-dates-block{
			background-color: #008AAD;
			color: #ffffff;
			padding: 20px;
			width: 250px;
			border-radius: 10px;
			text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
			text-align: center;
			margin-bottom: 20px;
		}
		#block-next-screen-dates-block header{
			background-color:transparent;
			font-size: 0.8em;}

		#block-next-screen-dates-block 	p{
				font-size: 0.8em;
				text-align: center;
				color: #ffffff;
			}

#block-next-screen-dates-block	.field-content{
		font-size:1.4em;
	}
.collapsiblockTitle{margin-bottom:10px;}

.collapsiblock{
	margin-top:10px;
}
div .collapsiblockTitleCollapsed button {
	display:block;
	background-color: #8e9322;
	background-image:none;
}
div .collapsiblockTitle button {
	display:block;
	background-color: #8e9322;
	background-image:none;
}
.collapsiblockCollapsed {
	
	background:transparent;
	
	}

.collapsiblockCollapsed a:hover{
	text-decoration:none;
}
.collapsiblock a:hover{
	text-decoration:none;
}

.collapsiblockTitle h2{
	
	margin: 0 0 0 0;
	padding: 10px 20px 10px 20px;
	font-size: 1.1em;
	font-weight: 300;
	color: #FFF;	
	transition: background .3s ease-in-out;
	background-image: url(/themes/custom/mrcppu/images/arrow-up.png);
	background-repeat:no-repeat;
	background-position:99%;
	background-size: 16px !important;
	
}

.collapsiblockTitleCollapsed h2{
	background-image: url(/themes/custom/mrcppu/images/arrow-down.png);
	background-repeat:no-repeat;
	background-position:99%;
	background-size: 16px !important;
}
.collapsiblock-content{
	margin: 0 0 5px 0 !important;
	padding: 15px 25px 10px 25px;
	background: #f0f1f3;
	
}
.collapsiblock-content ul{
	list-style:disc;
	padding-left:30px;
	margin-bottom:20px;
}
.collapsiblock-content li{
	line-height: 1.4;
}
.collapsiblock-content header{
	background: #f0f1f3;
}
th {
	background-color: #008AAD;
	color: white;
	padding: 10px 20px;
	font-size: 1.2em;
	font-weight: 500;
	}


/***results view*/

#block-inhibitor-results-block div[class^="js-view-dom-id-"]{

	display:flex;
	max-width:100%;
	align-items:flex-start;
}
#block-inhibitor-results-block div[class^="js-view-dom-id-"] table{

	margin:30px 10px;
}

#block-inhibitor-results-block div[class^="js-view-dom-id-"] table td{
	height:40px;
	padding: 0 10px 0 20px;
	
}

.chart{
	margin-bottom:50px;
}
table caption{
	font-weight:400; color:#666666; padding:0 0 5px 0;font-size:1.2em;
}
.highlight-value{
	background-color:#008AAD;
	color:white;
}
.views-data-export-feed {
	margin-top:30px;
	width: 40px;
	float: left;
	}

.views-field-title i.fa{
	opacity:0.6;
	padding-left: 3px;

}
table th a{
	color:white;
}
table th a:hover{
	text-decoration: underline;
}
@media screen and (max-width:960px) {
	#copy {float:left; width:65%;padding-left:0px;}
		.alignme {width:96%;}
	
		#header {width:100%; height:150px;}
		#story {display:none;}
			#story #storycopy {width:80%;}
		#breadcrumb {width:100%;}
		#primary {clear:both;}
		.path, #path-three {float:none; margin:0 auto 20px auto;}
		.path-collections {width:92%; padding:4%; background-image:none;}
	#sidebar {float:right; width:30%;}
	
		.big {width:100%;}
			.big-image {display:none;}
			.big-copy {float:none; padding:20px 5%;}
			.bigleft .big-copy div, .bigright .big-copy div {float:none; width:100%; padding:0;}
	
		#testimonials table tr td:nth-child(1) {display:none;}
		#testimonials table tr td:nth-child(2) {padding-left:30px;}
	
		#help {margin:0; float:left; width:100%; height:inherit; padding:10px 5%;}
			#help strong {display:block;}
			#help p {margin:0;}
		#footer {margin:0; float:left; width:100%; height:inherit; padding:10px 5%;}
			#credits ul {width:100%;}
			.box_popup_third{width:47%;}
			.box_popup_quarter{width:22%;}
			.box_popup_third.box_last,
			.box_popup_quarter.box_last{margin-right:18px;}
			.foot.last{bottom:100px;}
		#footer .foot.last h4{margin-top:20px;padding-top:80px;}
		#footer .organisations{margin-top:80px;}
		.view-kinase-next-screen-date-blocks{margin-top:0px;}
	}

	@media screen and (max-width:790px) {
		#header {width:100%; height:150px; padding:0;} #header .alignme {width:100%; padding:20px 0;}
		#logo {position:relative; top:10px;display:block; margin:0 0 0 40px; left:inherit; width:240px; height:88px;}
		#logo_mrcppu, #a_survey {display:none;}
		
		#actions {position:absolute; top:0; right:0;}
		
		#teams {position:absolute; top:10px; right:20px;}
		
			nav .alignme {position:relative; width:100%; margin:0; padding:0;}
			ul.menu li {margin:0;}
			  .sf-accordion-toggle {position:relative;}
				.sf-accordion-toggle a {display:block; position:absolute; right:2px; top:2px; width:216px; height:34px; overflow:hidden; line-height:35px; color:#FFF;text-indent:10px; text-transform:uppercase;
					border:1px solid rgba(255,255,255,.4); background:url('../images/nav.png') 180px -1px no-repeat; background-size:36px; opacity:.9; transition:none;}
				.sf-accordion-toggle a:hover {opacity:1; border:1px solid rgba(255,255,255,.8);}
				.sf-expanded {background-position:180px -37px !important;}
			.sf-menu {margin:40px 0 0 0;}
				.sf-menu li {background:#8e9322;}
				.sf-menu li a {border-radius:none !important;}
				.sf-menu .active {background:none;}
				.sf-menu .active:hover {background:#029095;}
				.sf-has-clone-parent li {border-bottom:1px solid #655951 !important; font-size:14px; text-indent:20px;}
				.sf-has-clone-parent li a:before {content:">  ";}
				.sf-has-clone-parent li ul li {font-size:14px; text-indent:40px;}
		
			#nav .sf-accordion-toggle a {width:106px; background:url('../images/nav.png') 70px -1px no-repeat; background-size:36px;}
			#nav .sf-accordion-toggle span {color:#8e9322;}
			#nav .sf-accordion-toggle span:before {content:"MENU"; margin-right:100px; color:#FFF; text-shadow:1px 1px 0 rgba(0,0,0,0.5);}
			#nav .sf-expanded {background-position:70px -37px !important;}
		
			#copy {width:100%;}
				#copy h1 {font-size:20px;}
				#copy img {max-width:100%;}
				.shape-curvetopright, .shape-curvetopleft, .shape-curvebottomleft, .shape-curvebottomright {border-radius:5px;}
			#accordions {margin-top:40px;}
			#sidebar {width:100%;}
				#question {width:100%; padding:10px 0 5px 0;}
				.box_popup{width:100%;}
				#footer .foot.last h4{margin-top:20px;padding-top:80px;}
			#footer .organisations{left: 150px;margin-top:0px;}
		}

		.filterblock {
			background-color:#f2f2f2;
			border-radius:5px;
			padding:10px;
			margin:0 10px 20px 10px;
		}

		.filterblock .views-exposed-form{
			display:flex;
			
		}
		
		#block-views-block-inhibitor-results-block-block-1 div[class^="js-view-dom-id-"]{
			display:flex;
			flex-wrap: wrap;
			flex-basis: 33.333333%;
			justify-content: space-around;
			align-items: flex-start
		}

		#block-views-block-inhibitor-results-block-block-1 div[class^="js-view-dom-id-"] .cols-3 {
			margin: 0 5px;
			margin-top: 30px;
			width: 32%;
		}
	#block-views-block-inhibitor-results-block-block-2 div[class^="js-view-dom-id-"] {
		height:500px;
	}

#block-views-block-inhibitor-results-block-block-2 div[class^="js-view-dom-id-"] .chart {
		height:500px;
	}

.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;
}
.approved-inhibitors .views-row{
	margin:5px;
	padding:5px;
	width:200px;
	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;
}
.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;
  }
  
img.new-badge {
	position: absolute;
    z-index: 99999;
    width: 100px;
    height: auto;
    left: 160px;
    top: -4px;
    opacity: 0.8;
}