/*
	Theme Name: Lord Ashcroft
	Description: LordAshcroft.com 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.1

	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: #cee6ee;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

.entry-content a,
.entry-content a:active,
.entry-content a:visited,
#sidebar a,
#sidebar a:active,
#sidebar a:visited {
	color: #fff;
	text-decoration: underline;
}
.post a:hover,
#sidebar a:hover {
	text-decoration: none;
	background: #076383;
}

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: #cee6ee;
	font-family: "Gill Sans W04 Roman", "Trebuchet MS", sans-serif;
	font-size: 15px;
}

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;
}
/*.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 #4d98b2;
	color: #bed1d7;
	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: #bed1d7;
	text-indent: 0;
}
ul li {
	list-style-image: url(images/bullet.png);
	margin-bottom: 5px;
}

/**
 * Primary styles
 */
body {
	background: #0b83ac url(images/bg.png);
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.outerTitle,
.outerTitle a {
	color: #cee6ee;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.box {
	background: rgba(0, 0, 0, 0.05);
	border: rgba(0, 0, 0, 0.05) 1px solid;
	padding: 20px 25px;
}
/** 
 * Header 
 */
#mainHeader {
	height: 60px;
	margin-bottom: 10px;
	padding-top: 15px;
	position: relative;
}
#mainHeader h1 {
	font-size: 46px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: normal;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	line-height: 1em;
}
#mainHeader h1 a,
#mainHeader h1 a:active,
#mainHeader h1 a:visited {
	color: #f0f0f0;
	text-decoration: none;
	display: block;
	background: url(images/logo.png) no-repeat 0 0;
	width: 505px;
	height: 36px;
}
#mainHeader h1 a:hover {
	color: #fff;
	opacity: 0.7;
}
#mainHeader h1 span {
	font-size: 29px;
	line-height: 1em;
}
#mainHeader #logo {
	font-size: 46px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: normal;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	line-height: 1em;
}
#mainHeader #logo a,
#mainHeader #logo a:active,
#mainHeader #logo a:visited {
	color: #f0f0f0;
	text-decoration: none;
	display: block;
	background: url(images/logo.png) no-repeat 0 0;
	width: 505px;
	height: 36px;
}
#mainHeader #logo a:hover {
	color: #fff;
	opacity: 0.7;
}
#mainHeader #logo span {
	font-size: 29px;
	line-height: 1em;
}

#mainHeader #twitter {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 38px;
	height: 32px;
	background: url(images/twitter.png) no-repeat 0 0;
}
#mainHeader #twitter:hover {
	background-position: 0 -32px;
}

#mainHeader #facebook {
	display: block;
	position: absolute;
	bottom: 0;
	right: 50px;
	width: 16px;
	height: 32px;
	background: url(images/facebook.png) no-repeat 0 0;
}
#mainHeader #twitter:hover {
	background-position: 0 -32px;
}

#mainHeader #searchform {
	position: absolute;
	bottom: 0;
	right: 85px;
	background: #0a759a;
	border: #096a8c 1px solid;
	background: rgba(0, 0, 0, 0.08);
	border: rgba(0, 0, 0, 0.08) 1px solid;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30p;
	-o-border-radius: 30p;
	border-radius: 30px;
}
#content #searchform {
	height: 40px;
	margin-top: 9px;
}
#searchform #s {
	color: #fff;
	background: none;
	border: none;
	padding: 3px 10px;
	margin: 0;
	width: 160px;
	height: 20px;
	clear: left;
	float: left;
	-moz-transition: width linear 0.3s;
	-webkit-transition: width linear 0.3s;
	transition: width linear 0.3s;
	outline: none;
}
#searchform #s:focus {
	width: 240px;
}
#searchform #searchsubmit {
	background: transparent url(images/search.png) no-repeat 0 5px;
	border: none;
	border-left: none;
	width: 30px;
	height: 26px;
	padding: 0;
	float: left;
}
#searchform #searchsubmit:hover,
#searchform #searchsubmit:focus {
	opacity: 0.5;
}

/** 
 * Navigation 
 */

#mainNav {
	clear: both;
	padding: 0 10px;
	margin: 10px 0 25px;
	border-top: 1px solid #f2f2f2;
	background: #dedede;
	background: -moz-linear-gradient(top, #dedede 0%, #cecece 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #cecece));
	background: -webkit-linear-gradient(top, #dedede 0%, #cecece 100%);
	background: -o-linear-gradient(top, #dedede 0%, #cecece 100%);
	background: -ms-linear-gradient(top, #dedede 0%, #cecece 100%);
	background: linear-gradient(to bottom, #dedede 0%, #cecece 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#cecece',GradientType=0 );
	z-index: 10000;
}
#mainNav li {
	font-size: 16px;
	float: left;
	position: relative;
	list-style: none;
	list-style-image: none;
	margin: 0;
	z-index: 10000;
}

/*
	#mainNav li:hover {
		box-shadow:0 0 1px rgba(0,0,0,0.2) inset;
		background: #d4d4d4;
		background: -moz-linear-gradient(top,  #d4d4d4 0%, #dddddd 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d4d4), color-stop(100%,#dddddd));
		background: -webkit-linear-gradient(top,  #d4d4d4 0%,#dddddd 100%);
		background: -o-linear-gradient(top,  #d4d4d4 0%,#dddddd 100%);
		background: -ms-linear-gradient(top,  #d4d4d4 0%,#dddddd 100%);
		background: linear-gradient(to bottom,  #d4d4d4 0%,#dddddd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#dddddd',GradientType=0 );
	}
*/
#mainNav a:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
	background: #d4d4d4;
	background: -moz-linear-gradient(top, #d4d4d4 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4d4d4), color-stop(100%, #dddddd));
	background: -webkit-linear-gradient(top, #d4d4d4 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #d4d4d4 0%, #dddddd 100%);
	background: -ms-linear-gradient(top, #d4d4d4 0%, #dddddd 100%);
	background: linear-gradient(to bottom, #d4d4d4 0%, #dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#dddddd',GradientType=0 );
}
#menu-main-menu a,
#menu-main-menu li {
	width: auto !important;
	z-index: 10000;
}

#mainNav a {
	text-transform: uppercase;
	color: #262d30;
	list-style: none;
	padding: 8px 10px;
	display: block;
	z-index: 10000;
	text-decoration: none;
}
#mainNav .current_page_item a {
	color: #515c60;
	z-index: 10000;
}

#mainNav a.dropdown {
	padding-right: 15px;
	margin-right: 14px;
	background-image: url(images/dropdownArrow.png);
	background-repeat: no-repeat;
	z-index: 10000;
	background-position: right center;
}
#mainNav li ul {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	min-width: 270px;
	background: #ddd;
	z-index: 10000;
}

nav#mainNav li:hover ul {
	display: block !important;
	z-index: 100001 !important;
}
#mainNav li ul li {
	float: none;
	background: none;
	box-shadow: none;
}
#mainNav li ul a {
	display: block;
	font-size: 14px;
}
#mainNav li ul a:hover {
	background: #ccc;
}

.menu li:hover > ul {
	display: block !important;
	z-index: 100001 !important;
}

.sub-menu {
	z-index: 10000;
}

/** 
 * Homepage 
 */
#homeBanner {
	width: 948px;
	height: 346px;
	border: 5px solid #ddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	background: url(images/banner.jpg) no-repeat;
	position: relative;
}
#bannerCarousel {
	display: block;
	overflow: hidden;
	width: 400px;
	height: 240px;
	margin: 60px 0 0 60px;
}
#bannerCarousel li {
	list-style: none;
	display: block;
	float: left;
	width: 400px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
}
#bannerCarousel li p {
	font-size: 37px;
	color: #fff;
	font-style: italic;
	padding: 0 3px;
}
#bannerCarousel li a {
	color: #fff;
	padding: 0 3px;
}
.jcarousel-control {
	position: absolute;
	bottom: 12px;
	left: 15px;
}
.jcarousel-control a {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border: 2px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-transition: background linear 0.2s, opacity linear 0.2s;
	-webkit-transition: background linear 0.2s, opacity linear 0.2s;
	-o-transition: background linear 0.2s, opacity linear 0.2s;
	transition: background linear 0.2s, opacity linear 0.2s;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.jcarousel-control a.active,
.jcarousel-control a:hover,
.jcarousel-control a:focus {
	background: #fff;
	outline: none;
	-moz-box-shadow: inset 0 0 1px #fff;
	opacity: 1;
}
.homeCol {
	width: 48% !important;
}
.homeCol h2 {
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 0;
}
.homeBox {
	position: relative;
}
#news {
}
#news .post-title {
	margin: 0 0 5px;
	font-size: 21px;
}
.featured-image {
	float: left;
	margin: 3px 15px 8px 0;
	border: 2px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.entry-content .featured-image {
	margin: 3px 35px 8px 0;
}
#news p {
	margin: 0 0 3px;
}
#pubs {
	padding: 5px 15px 15px;
}
#pubCarousel {
	display: block;
	overflow: hidden;
	width: 400px;
	/*height:240px;*/
}
#pubCarousel ul {
	margin: 0;
	width: 400px;
}
#pubCarousel li {
	list-style: none;
	display: block;
	float: left;
	width: 400px;
	/*height:240px;*/
	margin: 0;
}
#pubCarousel .post {
	padding: 15px 10px 10px;
}
#pubCarousel li img {
	float: left;
	margin: 5px 15px 10px 0;
	border: 2px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
#pubCarousel li h4 {
	margin: 0;
}
#pubCarousel li small {
	color: #d6dee3;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}
#pubCarousel li p {
}
/*#pubCarousel li a {
								color:#fff;
							}*/

.pcButton {
	display: block;
	width: 37px;
	height: 37px;
	background: url(images/carouselArrow.png) no-repeat;
	position: absolute;
	top: 43%;
	overflow: hidden;
}
#pcNext {
	right: -20px;
	background-position: -37px 0;
}
#pcNext:hover {
	background-position: -36px -37px;
}
#pcPrev {
	left: -20px;
	background-position: 0 0;
}
#pcPrev:hover {
	background-position: 0 -37px;
}

/** 
 * Left Column
 */
.leftCol {
	float: left;
	width: 640px;
}
.page-title {
	font-size: 40px;
	margin: 0 0 5px;
}
.page-title a {
	color: #9a9a9a;
}
.category-title {
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	color: #666;
	margin: 20px 0;
}
.index .post,
.category .post,
.search .post {
	margin-bottom: 50px;
}
.entry-title {
	font-size: 32px;
	margin: 0 0 5px;
}
.entry-content {
}
.entry-meta {
	padding-bottom: 4px;
	border-bottom: 1px solid #0b7fa7;
	margin-bottom: 20px;
}
.tweetLikePost {
	width: 420px;
	padding-top: 20px;
	padding-left: 120px;
	margin: 0 auto 10px;
}
.twitter-share-button,
.fb-like,
#___plusone_0 {
	float: left;
}
.fb-like {
	padding-right: 30px;
}
/** 
 * Publications
 */
ul#publications {
	margin: 0;
}
li.publication {
	margin: 0 0 30px;
	list-style: none;
	list-style-image: none;
	clear: both;
}
li.publication img {
	border: 1px solid #bbb;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.04);
	-o-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.04);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.04);
	display: block;
	float: left;
	margin: 3px 30px 0 0;
}
li.publication h6 {
	font-size: 23px;
	margin: 0 0 10px;
}
li.publication em {
	display: block;
	padding-bottom: 10px;
}
li.publication a.pubBtn {
	margin-right: 10px;
}
li.publication a.pubBtn:active {
	position: relative;
	top: 1px;
}

.full-width {
	float: left;
	width: 958px;
}

/** 
 * Right Column / Sidebar
 */
.rightCol {
	float: right;
	width: 320px;
}
#sidebar {
	margin: 0;
	padding: 17px 30px 30px;
}
#sidebar > li {
	list-style: none;
	list-style-image: none;
}
#sidebar li {
	margin-bottom: 5px;
}
#sidebar h2 {
	font-size: 22px;
	border-bottom: 1px solid #4d98b2;
	margin: 35px 0 10px;
	font-weight: bold;
}
#sidebar a {
}
/** 
 * footer
 */
footer {
	clear: both;
	color: #cee6ee;
	padding: 20px 0 30px;
}
#copyright {
	float: left;
}
#footerNav {
	float: right;
	text-align: right;
}
#footerNav li {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #096f92;
	height: 13px;
	list-style: none;
}
.ie7 #footerNav li {
	float: left;
}
#footerNav li:first-child {
	border-left: none;
}
#footerNav li a {
	color: #cee6ee;
	position: relative;
	top: -2px;
}

/**
 * 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 {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* 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;
}

/**
 * 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 (min-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */
}

/**
 * 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;
	}
}

/*
#################### STANDARD WORDPRESS STYLES ####################
*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: 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;
	color: #262d30 !important;
	width: 280px;
}
input.wpcf7-text:focus,
.wpcf7-form textarea:focus {
	border: 1px solid #999;
}
input.wpcf7-submit,
li.publication a.pubBtn {
	font-size: 16px;
	color: #333;
	letter-spacing: -0.05px;
	line-height: 20px;
	padding: 5px 20px;
	display: inline-block;
	text-decoration: none;
	border: none;
	background: #e0e0e0;
	background: -moz-linear-gradient(top, #e0e0e0 0%, #bbbbbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #bbbbbb));
	background: -webkit-linear-gradient(top, #e0e0e0 0%, #bbbbbb 100%);
	background: -o-linear-gradient(top, #e0e0e0 0%, #bbbbbb 100%);
	background: -ms-linear-gradient(top, #e0e0e0 0%, #bbbbbb 100%);
	background: linear-gradient(to bottom, #e0e0e0 0%, #bbbbbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#BBBBBB',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-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,
li.publication a.pubBtn:hover,
li.publication a.pubBtn:focus {
	opacity: 0.8;
}

.mc_custom_border_hdr {
	border-bottom-color: #4d98b2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 22px;
	width: 260px;
	font-weight: bold;
	margin: 0px 0 10px 30px;
}

#mc_subheader,
.mc_form_inside {
	width: 260px;
	margin: 0px 0 10px 30px;
	color: #fff;
}

#mc_mv_EMAIL {
	color: #000;
	width: 143px;
}

.mc_signup_submit {
	text-align: right !important;
}
.mc_signup_submit input {
	color: #000;
}

#mc_mv_EMAIL {
	float: right;
}

.mc_merge_var {
	height: 30px;
}

.mc_success_msg {
	color: #98f698 !important;
	margin-bottom: 10px;
}

#sepsis-homepage {
	width: 960px;
	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;
}

#sepsis-homepage.seps-active .white-box {
	width: 720px;
}

.seps-maintext {
	opacity: 0;
	width: 440px;
	position: absolute;
	text-align: center;
	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%;
}

.row {
	display: flex;
}

.publication-content .book-cover {
	display: block;
	width: 222px;
	height: auto;
	box-shadow: -3px 3px 20px 0px rgb(0 0 0 / 55%);
	margin-right: 39px;
}

.publication-content .content .content-head {
	border-bottom: 2px solid #78b6cb;
	margin-bottom: 18px;
}

.publication-content .content .content-head .row {
	align-items: center;
	margin-bottom: 18px;
}
.publication-content .content .content-head .book-title {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 60px;
	letter-spacing: -1.8px;
	color: #fff;
	flex-grow: 1;
	text-transform: uppercase;
}
.publication-content .content .content-head .preorder-badge {
	flex-shrink: 0;
	margin-left: 93px;
	display: inline-flex;
	align-items: center;
	text-align: center;

	height: 112px;
	width: 112px;
	
	border-radius: 50%;
	background-color: #342F2F;

	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	letter-spacing: -.17px;
	text-transform: uppercase;
}
.publication-content .content .content-head .book-subtitle {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	margin-bottom: 18px;
}
.publication-content .order {
	margin-top: 21px;
	background-color: #0F80A9;
	color: #fff;
	padding: 41px 65px;
}
.publication-content .order .row .col {
	flex-grow: 1;
	padding: 0 33px;
}
.publication-content .order .row .col:first-of-type {
	padding-left: 0;
}
.publication-content .order .row .col:last-of-type {
	padding-right: 0;
}
.publication-content .order .order-title {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}
.publication-content .order p{
	margin: 0;
}
.publication-content .order .buy-btn {
	display: block;
	padding: 10px;
	margin-top: 11px;

	text-decoration: none;
	text-align: center;
	background-color: #342F2F;
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: .12px;
	text-transform: uppercase;
}