/*
	Theme Name: Ashcroft
	Description: Lord Ashcroft bespoke theme. Based on 'Boilerplate', a merger created by Aaron T. Grogg (<a href="http://aarontgrogg.com/">http://aarontgrogg.com/</a>) of the HTML5 Boilerplate (<a href="http://html5boilerplate.com/">http://html5boilerplate.com/</a>) and the Starkers theme (<a href="http://starkerstheme.com/">http://starkerstheme.com/</a>).
	Version: 1.0

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #4d4d4d; text-decoration:none; }
a:hover { color: #35a4db; text-decoration:underline; }

.post a, .post a:active, .post a:visited  { color: #4d4d4d; text-decoration:underline; }
.post a:hover { color: #35a4db; text-decoration:none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements.
      Firefox adds a 1px margin above and below textareas
   3) Set font-size to match <body>'s, and font-family to sans-serif
   4) Align to baseline */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */
textarea { overflow: auto; vertical-align:text-top; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
 * You might tweak these..
 */

body, select, input, textarea {
  color: #444;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin:10px 0; }
h1 {font-size:35px;}
h2 {font-size:30px;}
h3 {font-size:27px;}
h4 {font-size:24px;}
h5 {font-size:21px;}
h6 {font-size:18px;}
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */
p {
	margin:0 0 10px;
	font-size:17px;
	line-height:1.3em;
}
	/*.entry-content p:first-child { text-indent:40px; }*/

::-moz-selection { background: #35a4db; color:#fff; text-shadow: none; }
::selection { background:#35a4db; color:#fff; text-shadow: none; }

blockquote, quote, q {
	padding-left:30px;
	margin:18px 0;
	border-left:solid 2px #bbb;
	color:#666;
	text-indent:0;
}
	blockquote p, quote p, q p,
	.entry-content blockquote p:first-child, .entry-content quote p:first-child, .entry-content q p:first-child {
		margin:0;
		color:#666;
		text-indent:0;
	}

/**
 * Primary styles
 */
.wrapper {
	padding-left:10px;
	padding-right:10px;
}
	#mainHeader {
		background:#e7e7dd;
		margin-bottom:7px;
	}
		#mainHeader h1 {
			font-size:29px;
			margin:0;
			font-weight:normal;
			padding:23px 0 0;
		}
			#mainHeader h1 a, #mainHeader h1 a:active, #mainHeader h1 a:visited {
				color:#0ab6ea;
				text-decoration:none;
			}
			#mainHeader h1 a:hover {
				color:#35a4db;
			}
		#mainHeader form {
			padding:16px 0 10px;
		}
			#mainHeader form label {
				color:#808080;
				font-style:italic;
				font-size:14px;
				display:block;
			}
			#mainHeader form input#s {
				background:#fff;
				border:1px #bbb solid;
				border-right:0px;
				padding:4px;
				margin:0;
				-moz-border-radius:3px 0 0 3px;
				-webkit-border-radius:3px 0 0 3px;
				-o-border-radius:3px 0 0 3px;
				border-radius:3px 0 0 3px;
				height:14px;
				clear:left;
				float:left;
				width:80%;
			}
			#mainHeader form input#searchsubmit {
				background:url(images/searchButton.png) -1px -1px no-repeat;
				border:none;
				width:26px;
				height:24px;
				padding:0;
				margin:0 0 0 -3px;
				-moz-border-radius:0 3px 3px 0;
				-webkit-border-radius:0 3px 3px 0;
				-o-border-radius:0 3px 3px 0;
				border-radius:0 3px 3px 0;
				float:left;
			}
	section {
		border-top:5px solid #333;
		border-bottom:5px solid #333;
		padding-bottom:20px;
		margin-bottom:15px;
	}
		#mainNav {
			border-bottom:2px solid #ccc;
			margin-bottom:10px;
		}
			#mainNav .navIcon {
				display:none;
			}
			#twitter {
				background:url(images/twitter.png) no-repeat top left;
				width:53px;
				height:45px;
				float:right;
				margin-right:20px;
			}
			#rss {
				background:url(images/rss.png) no-repeat top left;
				width:59px;
				height:45px;
				float:right;
				margin-right:20px;
			}
			#menu-navigation-menu {
				padding:20px 0;
			}
				#mainNav li {
					margin-bottom:5px;
				}
					#mainNav a {
						text-transform:uppercase;
						font-size:22px;
					}
					#mainNav .current_page_item a {
						color:#f15a24;
					}
		.leftCol {
		}
			.page-title {
				font-size:36px;
				text-transform:uppercase;
				font-weight:normal;
				color:#9a9a9a;
				background:url(images/entryTitleBg.png) no-repeat left bottom;
				padding-bottom:14px;
				margin:15px 0 10px;
				line-height:1em;
			}
				.page-title a {
					color:#9a9a9a;
				}
			.category-title {
				font-weight:normal;
				font-size:14px;
				font-style:italic;
				color:#666;
				margin:20px 0;
			}
			.post {
				border-bottom:3px #ddd solid;
				padding-bottom:10px;
			}
			.post:last-child {
				border-bottom:none;
				padding-bottom:0px;
			}
				.entry-title {
					font-size:26px;
					color:#333;
					margin:15px 0 5px;
				}
				.entry-content {
					padding:5px 0;
				}
					/* Old-style Publications page table */
					table#publications td {
						width:185px;
						padding:0 20px 20px 0;
					}
					table#publications img {
						border:1px solid #bbb;
						-moz-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
						-webkit-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
						-o-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
						box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
					}
						table#publications strong {
							font-size:15px;
							display:block;
						}
					/* New-style Publications page list - version 1
					ul#publications {
						margin:0 -10px;
					}
						li.publication {
							width:200px;
							padding:0 10px;
							float:left;
							list-style:none;
							margin:0;
							height:300px;
						}
						li.publication:nth-child(n) {
							height:auto;
							padding-bottom:20px;
						}
						li.publication:nth-child(3n+1) {
							clear:left;
						}
							li.publication img {
								border:1px solid #bbb;
								-moz-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
								-webkit-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
								-o-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
								box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
							}
							li.publication h6 {
								font-size:15px;
								margin:5px 0;
							}
					 */
					/* New-style Publications page list - version 2 */
					ul#publications {
						margin:0;
					}
						li.publication {
							padding:0 0 20px;
							list-style:none;
							margin:0;
							clear:both;
						}
							li.publication img {
								border:1px solid #bbb;
								-moz-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
								-webkit-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
								-o-box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
								box-shadow:4px 4px 0px rgba(0, 0, 0, 0.04);
								float:left;
								margin:0 30px 0 0;
							}
							li.publication h6 {
								font-size:23px;
								margin:5px 0 10px;
							}
							li.publication em {
								display:block;
								padding-bottom:10px;
							}
							li.publication a.pubBtn {
								-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
								-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
								box-shadow:inset 0px 1px 0px 0px #bbdaf7;
								background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
								background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
								filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
								background-color:#79bbff;
								-moz-border-radius:6px;
								-webkit-border-radius:6px;
								border-radius:6px;
								border:1px solid #84bbf3;
								display:inline-block;
								color:#ffffff;
								font-family:arial;
								font-size:15px;
								font-weight:bold;
								padding:4px 19px;
								text-decoration:none;
								text-shadow:1px 1px 0px #528ecc;
								margin-right:10px;
							}
							li.publication a.pubBtn:hover {
								background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
								background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
								filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
								background-color:#378de5;
							}
							li.publication a.pubBtn:active {
								position:relative;
								top:1px;
							}
				.featured-image {
					float:right;
					margin:0 0 10px 10px;
				}
				#pdf,
				#pdf li {
					list-style:none;
					padding:0 0 10px;
					margin:0;
				}
					#pdf a {
						font-weight:bold;
						font-size:14px;
						padding:16px 0 0 37px;
						background:url(images/pdf.png) no-repeat 0 10px;
						color:#4d4d4d;
						display:inline-block;
					}
					
				.media-mentions {
					background:#f7f7f7;
					border:1px solid #eee;
					padding:5px 28px 20px;
				}
					.media-mentions ul {
						margin-left:0;
					}
						.media-mentions li {
							padding:2px 0 10px 35px;
							background:url(images/news_icon.gif) no-repeat 0 0;
							list-style:none;
						}
				.tweetLikePost {
					width:420px;
					padding-top:20px;
					padding-left:160px;
					margin:0 auto 10px;
				}
					.twitter-share-button,
					.fb-like,
					#___plusone_0 {
						float:left;
					}
					.fb-like {
						padding-right:30px;
					}
			
		.rightCol {
		}
			#sidebar {
				margin:0;
				padding:0;
			}
				#sidebar ul,
				#sidebar li {
					list-style:none;
					margin:0 0 5px;
				}
					#sidebar ul.flexo-list {
						margin-left:20px;
					}
					#sidebar h2,
					.mc_custom_border_hdr {
						color:#35a4db;
						font-size:22px;
						border-bottom:4px #35a4db solid;
						margin:15px 0 5px;
						font-weight:bold;
					}
					#sidebar a {
						font-size:14px;
						font-weight:bold;
					}
					/* Newsletter signup - Mailchimp */
					#mc_subheader {
						padding:5px 0 13px;
						font-size:15px;
						font-weight:bold;
					}
					#mc_message .mc_success_msg,
					#mc_message .mc_error_msg {
						display:block;
						padding-bottom:3px;
						text-align:center;
						font-weight:bold;
					}
					.mc_success_msg {
						color:#070;
					}
					.mc_error_msg {
						color:#c00;
					}
					#mc_mv_EMAIL {
						display:block;
						padding:3px;
						border:2px solid #35a4db;
						width:96%;
						margin:3px 0 10px;
						-moz-box-shadow:inset 0 2px 2px rgba(0,0,0,0.2);
					}
					#sidebar .mc_list li {
						display:inline-block;
						margin:4px 8px 10px 0;
					}
						.mc_list li input {
							display:inline-block;
							margin-right:5px;
						}
					#sidebar .mc_signup_submit {
						text-align:left;
					}
					.mc_signup_submit input {
						-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
						-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
						box-shadow:inset 0px 1px 0px 0px #bbdaf7;
						background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
						background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
						filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
						background-color:#79bbff;
						-moz-border-radius:6px;
						-webkit-border-radius:6px;
						border-radius:6px;
						border:1px solid #84bbf3;
						display:inline-block;
						color:#ffffff;
						font-family:arial;
						font-size:15px;
						font-weight:bold;
						padding:6px 24px;
						text-decoration:none;
						text-shadow:1px 1px 0px #528ecc;
					}
					.mc_signup_submit input:hover {
						background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
						background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
						filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
						background-color:#378de5;
					}
					.mc_signup_submit input:active {
						position:relative;
						top:1px;
					}
			/* PPC Page Custom styles */
			#mcFormLeft {
				padding:5px 0 15px;
			}
				#mcFormLeft .mc_custom_border_hdr {
					background:none;
					padding:0;
				}
				#mcFormLeft #mc_subheader {
					font-size:13px;
				}
				#mcFormLeft .mc_merge_var,
				#mcFormLeft .mergeRow,
				#mcFormLeft .mc_signup_submit {
					float:left;
				}
				#mcFormLeft .mc_merge_var {
					width:60%;
					padding-right:5%;
				}
				#mcFormLeft .mergeRow {
					width:30%;
					margin:-37px 0 15px;
				}
					#mcFormLeft .mergeRow .mc_list  {
						margin:5px 0;
					}
						#mcFormLeft .mergeRow .mc_list li {
							float:left;
							margin-right:12px;
						}
			#latest {
				padding:12px 30px 15px;
				background:#fafafa;
				border:1px solid #ddd;
			}
				#latest ul { 
					margin:0;
					-moz-column-count:2;
					-moz-column-gap:30px;
					-webkit-column-count:2;
					-webkit-column-gap:30px;;
					column-count:2;
					column-gap:30px;
				}
					#latest li {
						margin:0 0 1em 1.3em;
					}

/*
#################### STANDARD WORDPRESS STYLES ####################
*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    max-width: 100%;
    height: auto;
}
.alignleft {
	float:left;
	clear:left; /* new */
	margin:3px 10px 5px 0; /* new */
}
.alignright {
	float:right;
	clear:right; /* new */
	margin:3px 0 5px 10px; /* new */
}
.wp-caption {
}
	.wp-caption img {
	}
	.wp-caption p.wp-caption-text {
		background:#e7e6dc;
		font-style:italic;
		color:#222;
		padding:6px 10px;
		margin:2px 10px 0 0;
	}

/*
#################### CONTACT FORM 7 ####################
*/
input.wpcf7-text,
.wpcf7-form textarea {
	padding:3px 6px;
	border:1px solid #ccc;
	margin:2px 0;
	width:280px;
}
input.wpcf7-text:focus,
.wpcf7-form textarea:focus {
	border:1px solid #999;
}
input.wpcf7-submit {
	font-size:16px;
	color:#fff;
	letter-spacing:-0.05px;
	line-height:20px;
	padding:5px 20px;
	display:inline-block;
	text-decoration:none;
	border:none;
	background: #35A4DB;
	background: #7db9e8;
	background: -moz-linear-gradient(top,  #7db9e8 0%, #1e5799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(100%,#1e5799));
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#1e5799 100%);
	background: -o-linear-gradient(top,  #7db9e8 0%,#1e5799 100%);
	background: -ms-linear-gradient(top,  #7db9e8 0%,#1e5799 100%);
	background: linear-gradient(top,  #7db9e8 0%,#1e5799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 );
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	white-space:nowrap;
	cursor:pointer;
	position:relative;
}
input.wpcf7-submit:hover,
input.wpcf7-submit:focus {
	opacity:0.8;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.constituency .entry-title{
    font-size: 16px;
   
    line-height: 16px;}

.constituency .entry-title a{
    text-decoration: none;}


.entry-content ul li{
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

#sepsis-homepage{
    max-width: 960px;
    width:100%;
    background-color: #0b4f95;
    border:solid 1px #ffffff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 120px;
    transition: all 1s;
        
}


#sepsis-homepage *{
    transition: all 1s;
}

#sepsis-homepage.seps-active{
    
    height:250px;
}

#sepsis-homepage .Lord-Ashcroft{
      
    position: absolute;
    z-index: 2;
    width: 199px;
    left: 0;
    bottom: -30px;
}

#sepsis-homepage .Lord-Ashcroft-flag{
      
    position: absolute;
    z-index: 2;
    width: 180px;
    left: 0;
    bottom: 18px;
}

#sepsis-homepage.seps-active .Lord-Ashcroft{
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 300px;
    
}

#sepsis-homepage.seps-active .Lord-Ashcroft-flag{
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 245px;
    
}




#sepsis-homepage .sepsis-logo{
  position: absolute;
    right:15px;
    top:17px;
}


#sepsis-homepage .white-box{
    background-color: white;
    border-radius:0 0 20px 0;
    top:0;
    left: 0;
    width:476px;
    position: absolute;
    height: 105px;
    display: none;
    
}

#sepsis-homepage.seps-active .white-box{
    width:720px;
}

.seps-maintext{
  opacity: 0;
       width: 440px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    top:130px;
    left:260px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

.seps-maintext .button-seps{
    position: absolute;
     color: #0b4f95;
    right:-233px;
    cursor: pointer !important;
    top:25px;
}

.seps-maintext strong{
        width:100%;
    float:left;
    font-size:21px;
    padding-bottom: 10px;
    
}


#sepsis-homepage.seps-active .seps-maintext,#sepsis-homepage.seps-active .seps-maintext .button-seps{
  opacity: 1;
 
}

.seps-title{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    position: absolute;
    text-align: center;
    font-weight: bold;
    left: 188px;
    width: 265px;
    top:25px;
    color: #0b4f95;
    font-size: 25px;
    line-height: 30px;
}

#sepsis-homepage.seps-active .seps-title{
    width:570px;
}

.seps-title strong{
    font-weight: bold;
    font-size: 32px;
}

.button-seps{
        	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;

    background-color: #ffffff;
    line-height: 45px;
    padding: 0 20px;
    font-size: 22px;
    color: #0b4f95;
    position: absolute;
    border-radius: 3px; 
      cursor: pointer;
    top: 38px;
    right:245px;
    z-index: 3;
    font-weight: bold;
}

.button-seps:hover{
    cursor: pointer;
    background-color: rgba(255,255,255,0.7);
}

#sepsis-homepage.seps-active .button-seps{
   opacity: 0;}

#sepsis-banner{
    width:100%;
    background-color: #0b4f95;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
  z-index: 999999999;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: solid 1px #ffffff;
}

#sepsis-banner .button-seps{
position: relative;
  display: inline-block;
    top: auto;
    font-size: 18px;
    margin-left: 20px;
    right: auto;
    color: #0b4f95;
    line-height: 30px;
}

#sepsis-internal{
    width:100%;
    height: 250px;
    float:left;
   top: -300px;
    position: absolute;
    z-index: 9999999;
    border-bottom: solid 1px;
        background-color: #0b4f95;
     transition: all 1s;

}

#sepsis-internal.seps-active-internal{
  top: 45px;
     transition: all 1s;
}

#sepsis-homepage.internal-seps{
    position: absolute;
    left: 50%;
    top:0px;
    border:0;
    overflow: visible;
   z-index: 200;
    margin-left: -480px;
}


#sepsis-homepage.internal-seps .white-box{
   border-radius:0 0 20px 20px;
}

.overlay-sepsis{
    width:100%;
    height:0;
    position: fixed;
    background-color:  #082f57;
    opacity: 0.6;
     z-index: 9999998;
      transition: all 0.5s;
}

.seps-active-overlay{
    
    height: 100%;
}


/**
 * Placeholder media queries for responsive design. Modify as design requires.
 * These follow after, and will override, the primary ('mobile first') styles
 * The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill
 */
@media only screen and (max-width: 600px) {

    #sepsis-banner {
        height:110px;
    }
    
        #sepsis-banner{
            line-height: 27px;
            padding-top:5px;
            text-align: center;}
    #sepsis-banner strong{
        width:100%;
        float:left;
        display: block;
    }
    

    
    .button-seps{
        box-sizing: border-box;
        margin-top: 10px;
        width:90%;
    }
}
@media only screen and (min-width: 300px) {
	#mainHeader form input#s {
		width:87%;
	}
    
    .tweetLikePost{
        padding-left: 0;
        width: 100%;
    }

}

@media only screen and (min-width: 600px) {
	#mainHeader h1 {
		font-size:33px;
		float:left;
		padding:20px 0 0 10px;
	}
	#mainHeader form {
		float:right;
		width:230px;
	}
		#mainHeader form input#s {
			width:188px;
		}
	#mainNav .navIcon {
		display:block;
	}
	.page-title {
		font-size:52px;
	}

}

@media only screen and (min-width: 680px) {
	.wrapper {
		padding-left:0;
		padding-right:0;
		margin-left:auto;
		margin-right:auto;
		width:640px;
	}
			.entry-title {
				font-size:32px;
			} 
    
    #sepsis-banner strong{
        
        display: none;
    }
 

}

@media only screen and (min-width: 1000px) {
    
    #sepsis-banner strong{
        display: none;
    }
	.wrapper {
		width:960px;
	}
	#mainHeader {
		height:128px;
		background-image:url(images/headerFace.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
	}
		#mainHeader h1 {
			font-size:63px;
			height:64px;
			padding:56px 0 0 120px;
		}
		#mainHeader form {
			float:right;
			width:230px;
			padding:80px 0 0;
		}
	#mainNav {
		padding-left:30px;
		float:right;
		width:290px;
		border-bottom:none;
	}
		#menu-navigation-menu {
			padding:0;
		}
			#mainNav li {
				margin-bottom:15px;
			}
	.leftCol {
		float:left;
		width:640px;
	}
	.rightCol {
		float:right;
		width:320px;
	}
		#sidebar {
			padding:0 30px;
		}
			#sidebar h2,
			.mc_custom_border_hdr {
				background:url(images/sidebarHeaderBg.png) no-repeat center bottom;
				border:none;
				padding-bottom:20px;
			}
    
        #sepsis-banner strong{
        display: inline-block;
    }
}

/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}