@charset "UTF-8";

/* Fonts
-------------------------------------------------------------- */
/*
@font-face {
    font-family: 'DejaVuSansBook';
    src: url('static/trim/DejaVuSans/DejaVuSans-webfont.eot');
    src: url('static/trim/DejaVuSans/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('static/trim/DejaVuSans/DejaVuSans-webfont.woff') format('woff'),
         url('static/trim/DejaVuSans/DejaVuSans-webfont.ttf') format('truetype'),
         url('static/trim/DejaVuSans/DejaVuSans-webfont.svg#DejaVuSansBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.com */
/*
@font-face {
	font-family: 'DiavloBook';
	src: url('static/trim/Diavlo/diavlo_book_ii_37-webfont.eot');
	src: local('☺'), url('static/trim/Diavlo/diavlo_book_ii_37-webfont.woff') format('woff'), url('static/trim/Diavlo/diavlo_book_ii_37-webfont.ttf') format('truetype'), url('static/trim/Diavlo/diavlo_book_ii_37-webfont.svg#webfontnjIj6VJN') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "DiavloBook", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

html, body {
	background-color: white;
}
#content ul,
#content p {
	margin-bottom: 6px;
}
#content h2 {
	font-size: 11pt;
	margin-top: 14px;
	margin-bottom: 2px;
	color: rgb(64,0,64);
	font-weight: bold;
}
#content h1 > span.elaboration,
#content h2 > span.elaboration,
#content h3 > span.elaboration,
#content h4 > span.elaboration {
	font-size: 10pt;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access,
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	/* width: 940px; */
	width: 820px;
}
#wrapper {
	/* margin-top: 20px; */
	padding: 0 20px 1.2rem 20px;
}
#main {
	padding-top: 24px;
}
#page-container {
	margin: 0 auto;
	width: 860px;
	position: relative;
	min-height: 100vh;
}

#site-title > span > a {
	display: block;
	text-indent: -9999px;
	background-image: url(/static/xemed-logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 80px;
}
#site-description {
	display: none;
}
#slideshow {
	height: 348px;
	position: relative;
	display: block;
	color: white;
}
#slideshow > .slide {
	display: block;
	color: white;
	background-color: rgb(110, 90, 110);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	overflow: hidden;
}
#slideshow a {
	text-decoration: none !important;
	color: white !important;
}
#slideshow > .slide.shown {
	visibility: inherit;
}
#slideshow .front-page-feature-pic {
	float: left;
	height: 100%;
	margin-right: 20px;
	position: relative;
	-ms-filter: inherit; /* IE6-8 opacity please */
	filter: inherit; /* IE6-8 opacity please */
	visibility: inherit;
}
#slideshow .front-page-feature-pic img {
	height: 100%;
}
#slideshow .front-page-feature-pic .front-page-heading-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 5px;
	padding: 4px;
	top: auto;
	font-size: 8pt;
	color: #CCC;
	background: url(rgba_0_0_0_0.6_.png);
	background: rgba(0,0,0,0.6);
}
#slideshow > .slide > div {
	font-size: 11pt;
	line-height: 1.3;
}
#slideshow > .slide .announcement-date {
	font-size: 8pt;
	color: #CCC;
	display: block;
}
#slideshow > .slide .slide-content {
	padding: 20px 20px 0 0;
	font-size: 9pt;
}
#slideshow > .slide .slide-title {
	margin-bottom: 30px;
	font-size: 11pt;
}
#slideshow > .slide .slide-text {
	padding-top: 15px;
}
#slideshow #slide-selector {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#slideshow #slide-selector * {
	width: 20px;
	height: 15px;
	line-height: 15px;
	margin: 5px;
	background-color: rgb(180,180,180);
	vertical-align: middle;
	text-align: center;
	float: left;
}
#slideshow #slide-selector .shown {
	background-color: rgb(204,204,204);
}
ul.tile-set {
	margin: 0;
	padding: 0;
}
ul.tile-set > li {
	list-style-type: none;
	width: 128px;
	height: 128px;
	display: block;
	float: left;
	margin-right: 18px;
	overflow: hidden;
	font-size: 10pt;
	position: relative;
}
ul.tile-set > li#contact-tile {
	margin-left: 18px;
	margin-right: 0;
	float: right;
}
ul.tile-set > li img {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 1px solid #d1c7d1;
	z-index: 0;
}
ul.tile-set > li > a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3px;
	text-decoration: none;
}
ul.tile-set > li > a:first-child {
	border: 1px solid #d1c7d1;
	color: rgb(64,0,64);
}
ul.tile-set > li > a:first-child > span {
	position: relative;
	z-index: 1;
}
ul.tile-set > li > a + a {
	top: 200px;
}
ul.tile-set > li:hover > a + a {
	top: 0;
	font-size: 10pt;
	color: white;
	background-color: rgb(110, 90, 110);
	z-index: 2;
	background-image: url(arrow.png);
	background-position: 80% 87%;
	background-repeat: no-repeat;
}
ul.tile-set + p {
	width: 370px;
	float: right;
}
/* switch the order of the sidebar and conent columns */
#container {
	float: right;
	margin: 0 -180px 0 0;
}
#content {
	margin: 0 180px 0 20px;
}
#primary, #secondary {
	float: left;
	width: 170px;
}

/* Special case the home page layout
-------------------------------------------------------------- */
body.home.page #container {
	margin: 0 0 10px 0;
	float: none;
}
body.home.page #content {
	margin: 0;
}
body.home.page .entry-title {
	display: none;
}
body.home.page .entry-content {
	padding-top: 20px;
}
body.home.page .entry-content > h1 {
	font-size: 16pt;
}

body .entry-content {
	font-size: 10pt;
	line-height: 1.3;
}
.post .category-boiler-plate {
	clear: both;
	font-size: 9pt;
	line-height: 1.3;
}
#slideshow .post-1126 .front-page-feature-pic .front-page-heading-caption {
	margin-left: 175px;
}

/* Special case support news exceprts
-------------------------------------------------------------- */
.news-thumb {
	clear: both;
	float: left;
}
.news-excerpt {
	margin: 0 0 12px;
}
#content .news-excerpt > .entry-meta {
	line-height: 1.3;
}
#content .news-excerpt > h2.entry-title {
	color: rgb(64,0,64);
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 2px;
}
#content .news-excerpt > .entry-content {
	padding-top: 0;
}
.by-thumbnail-column-tuck {
	float: right;
	margin-right: -120px;
	width: 100%;
	overflow: hidden;
}
.by-thumbnail-column-reserve {
	margin-right: 120px;
	overflow: hidden;
}
/* Special case support for lists with companion images
-------------------------------------------------------------- */
ul.logos-in-margin {
	margin: 0;
	list-style-type: disc;
}
ul.logos-in-margin > li {
	display: block;
	overflow: hidden;
	margin: 20px 0;
}
ul.logos-in-margin > li > img {
	float: left;
	margin: 5px;
}
ul.logos-in-margin > li > div {
	display: list-item;
	float: right;
	width: 100%;
	margin: 5px;
	margin-right: -260px;
}
ul.logos-in-margin > li > div > div {
	padding-right: 260px;
}

/* Support email address obfuscation */
span.rfc5322-addr > span + span:before{
	content: ".";
}
span.rfc5322-addr > span:first-child:before {
	content: "@";
}

/* Layout of post-primary navigation
-------------------------------------------------------------- */
#primary ul .widget_secondlevelmenuwidget a:link,
#primary ul .widget_secondlevelmenuwidget a:visited {
	color: black;
}
#primary ul .widget_secondlevelmenuwidget a:hover:link,
#primary ul .widget_secondlevelmenuwidget a:hover:visited {
	color: rgb(102, 51, 204);
}
#primary ul .widget_secondlevelmenuwidget > .widgets {
	display: inline-block;
	font-family: "DiavloBook", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#primary ul .widget_secondlevelmenuwidget li.menu-item > a {
	padding: 5px;
}
#primary ul .widget_secondlevelmenuwidget ul.menu,
#primary ul .widget_secondlevelmenuwidget ul.sub-menu {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}
#primary ul .widget_secondlevelmenuwidget ul.menu > li > a {
	border-bottom: 1px solid #CCC;
}
#primary ul .widget_secondlevelmenuwidget ul.sub-menu ul.sub-menu {
	padding-top: 0;
}
#primary ul .widget_secondlevelmenuwidget ul.sub-menu ul.sub-menu li {
	/* text-indent: 15px; */
	list-style-type: disc;
	margin-left: 20px;
}
/*
#primary ul .widget_secondlevelmenuwidget ul.menu > li > ul.sub-menu > li {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-radius: 10px;
	border-top-right-radius: 0;
}
#primary ul .widget_secondlevelmenuwidget ul.menu > li > ul.sub-menu > li > a {
	border-bottom: 1px solid #CCC;
}
*/


/* Layout of BrochureWidgit
-------------------------------------------------------------- */
.sideband-attachment {
	display: inline-block;
}
.sideband-attachment > a {
	display: block;
	text-align: center;
}

/* Layout of FeaturedImageWidgit
-------------------------------------------------------------- */
li.widget_featuredimagewidget {
	list-style-type: none;
	display: block;
	background-color: rgb(102, 51, 204);
	color: white;
	margin-bottom: 20px;
}
/* products */
li.widget_featuredimagewidget .page-heading-677 {
	background-color: rgb(32,32,72);
}
/* company */
li.widget_featuredimagewidget .page-heading-10 {
	background-color: rgb(91,13,121);
}
/* magnilium */
li.widget_featuredimagewidget .page-heading-739 {
	background-color: rgb(29,75,30);
}
/* medical need */
li.widget_featuredimagewidget .page-heading-818 {
	background-color: rgb(121,13,16);
}
/* markets */
li.widget_featuredimagewidget .page-heading-809 {
	background-color: rgb(74,104,138);
}
/* partners */
li.widget_featuredimagewidget .page-heading-828 {
	background-color: rgb(106,112,108);
}
/* protocols */
li.widget_featuredimagewidget .page-heading-857 {
	background-color: rgb(72,46,32);
}
/* news */
li.widget_featuredimagewidget .page-heading-704 {
	background-color: rgb(195,163,61);
}

li.widget_featuredimagewidget img.attachment-page-heading {
	vertical-align: middle;
}
li.widget_featuredimagewidget div.caption {
	display: inline-block;
	vertical-align: middle;
	width: 475px;
	padding: 20px;
	font-size: 11pt;
	line-height: 1.3;
}
li.widget_featuredimagewidget div.caption i {
	font-size: 2em;
}
li.widget_featuredimagewidget .tagline {
}
li.widget_featuredimagewidget .tagline > * {
	display: block;
}
li.widget_featuredimagewidget .tagline > .imagine {
	padding-right: 40px;
	float: right;
}
li.widget_featuredimagewidget .tagline > .slogan {
	clear: both;
	font-style: italic;
}

/* =Menu Overrides
-------------------------------------------------------------- */
#access {
	border: 1px dashed rgb(102, 51, 204);
	border-left: none;
	border-right: none;
	background: white;
	color: black;
	text-transform: lowercase;
	height: 28px;
	position: relative;
}
/*
#access a:first-child {
	padding-left: 0;
}
*/
#access a {
	color: black;
	height: 28px;
	line-height: 28px;
	padding: 0 18px;
}
#access ul ul {
	background: white;
}
#access ul ul a {
	color: black;
	background: white;
	padding: 6px 18px;
	width: 144px;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: white;
	color: rgb(128,0,128);
}
#access ul ul {
	top: 28px;
	border: 1px solid #CCC;
	text-align: left;
	left: -1px;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: rgb(128,0,128);
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #333;
}
#access ul ul ul {
	position: static;
	display: block;
	border: none;
	text-indent: 15px;
}
#access ul.menu > li {
}
#access ul.menu > li:hover {
}
#access ul.menu > li > a {
	padding: 0 18px;
	overflow: show;
	white-space: pre;
	position: relative;
	z-index: 100000;
}
#access ul.menu > li:hover > a {
	margin: -1px;
	border: 1px solid #CCC;
}
/* our company */
#access ul.menu > li#menu-item-699 {
	margin-left: -18px;
}
#access ul.menu > li#menu-item-699 > a {
	width: 77px;
}
/* medical need */
#access ul.menu > li#menu-item-821 > a {
	width: 79px;
}
/* pipeline & products */
#access ul.menu > li#menu-item-777 > a {
	width: 113px;
}
/* protocols & biomarkers */
#access ul.menu > li#menu-item-859 > a {
	width: 136px;
}
/* partners */
#access ul.menu > li#menu-item-830 > a {
	width: 50px;
}
/* markets & investors */
#access ul.menu > li#menu-item-814 > a {
	width: 116px;
}
/* news */
#access ul.menu > li#menu-item-731 {
	/*float: right;*/
}
#access ul.menu > li#menu-item-731 > a {
	width: 31px;
	margin-right: -18px;
}
/* our company, medical need, products */
#access ul.menu > li#menu-item-699:hover > a,
#access ul.menu > li#menu-item-821 > a,
#access ul.menu > li#menu-item-777:hover > a {
	border-bottom-color: white;
}
/* suppress MagniLium */
li.menu-item-785 {
	display: none;
}

/* =Content Overrides
-------------------------------------------------------------- */
#content table {
	border: none;
	margin: 0 0 24px 0;
	text-align: left;
	width: auto;
}
#content tr td {
	border-top: none;
	padding: 6px 4px;
}
.blog #content .entry-title {
	font-weight: normal;
}

/* =Images Overrides
-------------------------------------------------------------- */

.wp-caption {
	background: #f1f1f1;
	line-height: 1.3;
	margin-bottom: 20px;
	max-width: 620px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: left;
}
.wp-caption.alignright {
	clear: right;
}
.wp-caption > * {
	max-width: 602px !important; /* prevent too-wide images from breaking layout */
}
.wp-caption p.wp-caption-text {
	font-size: 9pt;
}
img.aligncenter.size-large[src*=svg] { width: 100%;}

/* =Footer Overrides
-------------------------------------------------------------- */
#footer {
	margin-bottom: 0;
}
#colophon {
	display: none;
}
.addenda-toes {
	background-color: white;
	width: 860px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	height: 1.2rem;
}
.addenda-toes > * {
	float: left;
	text-align: center;
	width: 24%;
	border-left: 1px solid #666;
}
.addenda-toes a {
	color: inherit;
	text-decoration: none;
}
.addenda-toes a:hover {
	color: rgb(64,0,64);
}
.addenda-toes > :first-child {
	border-left: none;
}
