/*
Theme Name: Organovo
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 3.0

*/
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #ffffff;
	/*background: #f5f5f5; */
	color:#2a276c;
}

a {
	color: #2a276c;
	text-decoration: none;
	-webkit-transition: width 2s; /* Safari */
	transition: width 2s;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #92c83e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-weight: 500;
	margin-top: 0;
	font-size: 22px;
	line-height: 1.2;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.3;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-color: #92c83e;
	border-width: 0 1px 1px 0;
    color:#2a276c;
    font-weight:500;

}

th:last-child {
	border-right: none;
}
td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #2a276c;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #2a276c;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #2a276c;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
	cursor: pointer;
}
.button {
	display: inline-block;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #92c83e;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	/*clip: rect(1px, 1px, 1px, 1px);
	position: absolute;*/
}

.screen-reader-text:focus {
	/*background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.safezoneA {
    width:95%;
	max-width: 1500px;
	margin: 0 auto;
}
.home .safezoneA {
    /*can delete width:90%;*/

}

.site {
	background-color: #fff;
	position: relative;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	background-color: #fff;
	width: 100%;
	z-index: 4;
	top:0;
	position: fixed;
	/*border-bottom: 1px dashed pink;	*/
}
.site-header:after {
	content:"";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#161616+0,000000+100&0.1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(22,22,22,0.1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: linear-gradient(to bottom, rgba(22,22,22,0.1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a161616', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	/*bottom:-20px;*/
	top:100%;
	height:15px;
	width: 100%;
	left:0;
	right:0;
	z-index: -1;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	padding: 20px 0;

}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#organovo_logo {
    width: 286px;
    height: 64px;
    background-image: url(images/organovo-logo-4x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 286px 64px;
    margin-left: 0;
}
/* Search in the header */

.search-toggle {

	cursor: pointer;
	float: right;
	height: 48px;
	text-align: center;
	/*width: 48px;*/
	margin-right: 0;
	margin-top: 31px;
	padding-left: 12px;
	padding-right: 12px;
}
.search-toggle:hover,
.search-toggle.active {
	background-color: #2a276c;

}
.search-toggle:hover a {
		color: #fff;
}
.search-toggle:before {
	color: #92c83e;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	/*left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}
.search-toggle:hover:before {
	color:#fff;
}
.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #92c83e;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
}

.site-navigation a:hover {
	color: #92c83e;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 18px;
	padding-top: 24px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;

	float: right;
	margin: 30px 1px 0 0;
	padding: 0;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
	color:#2a276c;
}
/* Navigation */

.site-navigation li .current_page_item > a,
.site-navigation li .current_page_ancestor > a,
.site-navigation li .current-menu-item > a,
.site-navigation li .current-menu-ancestor > a {
	color: #fff;
}

/* Primary Navigation */


.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

.primary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	position: relative;
	letter-spacing: 1px;
}

.primary-navigation a {
	display: inline-block;
	padding: 0 12px;
	white-space: nowrap;
}

.primary-navigation ul ul {
	background-color: #2a276c;
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
}

.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}

.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.primary-navigation ul ul a {
	padding: 18px 12px;
	white-space: normal;
	width: 176px;
	color: #fff;
	font-size: 16px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	background-color: #2a276c;
	color: #fff;
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color: #92c83e;
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
}

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}

.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
	padding-right: 26px;
}

.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f502";
	display: inline-block;
	font: normal 8px/1 Genericons;
	position: absolute;
	right: 12px;
	top: 22px;
	vertical-align: text-bottom;
}

.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
	padding-right: 20px;
	width: 168px;
}

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	content: "\f501";
	right: 8px;
	top: 20px;
}



/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}
#secondary {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 48px;
}
#secondary ul{
	margin: 0;

}
#secondary ul li{
	font-weight: 400;
}
#secondary ul > li a {
	border-bottom: 2px solid #92c83e;
	font-size: 24px;
	padding: 5px 0;
}

#secondary li a{
    border-bottom: 2px solid transparent;
    display:block;
}
#secondary li li a {
	border-bottom: none;
	font-size: 20px;
    padding-bottom: 5px;
}
#secondary li {
    display: none;
}
#secondary .social-media  li {
	display: block;
}

#secondary li ul {
	margin: 10px 0 0 0;
}
#secondary .current_page_item,
#secondary .current-menu-item,
#secondary .current_page_item ul li,
#secondary .current-menu-item ul li,
#secondary .current-page-ancestor,
#secondary .current-page-ancestor ul li{
	display: block;
}

#secondary li .current_page_item {
	font-weight: 700;
}
.post-template-single-pub #primary {margin-top:0}
/* show publications menu on individual publications posts and searches*/
.single #secondary ul li,
.search #secondary ul li,
.post-template-single-pub #secondary ul li{
	display: block;
}
/*add a little shading to the tumbnails */
.post-template-single-pub .wp-block-image img {
    box-shadow: 1px 1px 6px rgba(0,0,0,.6);
}
/*#secondary ul .current_page_item > a  .post-template-single-pub*/

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */


.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}
#sec_title {
	background-color: #2a276c;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top right;
}
#sec_title a{
	color: #fff;
}
.entry-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
	padding: 35px 0 35px;
	letter-spacing: 4px;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #92c83e;
}

.site-content .entry-header {
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #92c83e;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #92c83e;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #92c83e;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #92c83e;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	word-wrap: break-word;
}
.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	color: #92c83e;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	padding: 8px;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #92c83e;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #92c83e;
	border: 1px solid #92c83e;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #92c83e;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #2a276c;
}

.paging-navigation a:hover {
	border-top: 5px solid #92c83e;
	color: #2b2b2b;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}

#primary {
	display: inline-block;
	vertical-align: top;
    /* set at 64% to match the mockups at 1920 presentation width changed to a more sensible width later*/
	width: 64%;
    /* slight margin for primary to match #secondary header top */
    margin-top:8px;
}
.home .main-content {
	padding-top: 0;
}
.main-content {
	padding-top: 55px;
	padding-bottom: 2%;
	line-height: 1.8;
}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	clear: both;
	margin-top: -1px;
	padding: 0;
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-right: 3%;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: #fff;
}

.site-footer {
	background-color: #2a276c;
	font-size: 12px;
	position: relative;
	z-index: 3;
}
#menu-footer{
	list-style: none;
	margin-left: 8px;
	margin-bottom: 0;
}


#menu-footer li {
    border: 0 none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 0px;
    display: inline-block;
    border-left: 1px solid #fff;
}
#menu-footer li a {
    padding: 0 8px;
}
.menu-footer-container {
	display: inline-block;
}
.site-info {
	padding: 15px 0;
	float: left;
}

.site-info a:hover {
	color: #92c83e;
}

	.search-box .search-field {
		width: 324px;
	}




	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}


	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}



	.search-box .search-field {
		width: 50%;
	}


	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}


	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}


	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}



	/* Fixed Header */


	.admin-bar .site-header {
		top: 32px;
	}

.site-main {
	margin-top: 105px;
}


	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}


	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
h3.bio-title {
    font-size: 18px;
    margin-bottom: 4px
}
h5.bmt {font-size:16px;}
.bio_box {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 1%;
	text-align: center;
	margin: 12px 1% 12px 0;
	cursor: pointer;
}
.bio_box:hover h3,
.bio_box:hover h5{
	color: #92c83e;
}
.bio_img {
	position: relative;
}
/*
.bio_img {
    border-top: 5px solid #008fd5;
    border-left: 5px solid #008fd5;

    border-radius: 15px;

    border-bottom: 5px solid #92c740;
    border-right: 5px solid #92c740;
}
*/
.bio_img img {
	width: 175px;
	border-radius: 15px;
	position: relative;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bio_img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(https://organovov3.wpengine.com/wp-content/uploads/2019/01/headshot-bkgrnd.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 192px 279px;
    z-index: -10;
    /* background-size: 71%; */
}
.inset_label {
	margin-top: 12px;
}
.inset_label h5{
	font-weight: normal;
}
.bod_cont {
	cursor: pointer;
	padding: 35px 0;
	border-bottom: 2px solid #92c83e;
}
.bod_cont:hover h3 {
	color: #92c83e;
}
.bod_cont:hover h3:after {
	border-right:2px solid #92c83e;
	border-bottom:2px solid #92c83e;
}
.bod_cont h3{
	margin-bottom: 0;
	position: relative;
	padding-right: 100px;
}
.bod_cont h3:after{
	content: "";
	font-weight: 300;
	font-size: 80px;
	position: absolute;
	right:45px;
	top:-5px;
	text-align: center;
	font-family: arial,sans-serif;
	width: 20px;
	height: 20px;
	border-right:2px solid #2a276c;
	border-bottom:2px solid #2a276c;
	transform:rotate(45deg);
}
.bod_cont.bc_active h3:after{
	transform:rotate(225deg);
}
.bc_active .inset_label {
    color:#92c83e
}
.entry-content .bod_cont a {
	text-decoration: none;
}
.bod_detail {
	margin-top: 12px;
	display: none;
}
.bc_active .bod_detail {
	display: block;
}
a[href^="tel:"],
a[href^="mailto:"] {
    color: #2a276c;
    /*cursor: default;*/
	cursor:pointer;
    text-decoration: none;
}
#secondary h3 {
    border-bottom: 2px solid #92c83e;
    font-size: 24px;
    padding: 5px 0;
    font-weight: 300;
}
#secondary .social-media li{
	font-weight: 300;
	vertical-align: middle;
}
#secondary .social-media li .fa,
#secondary .social-media li .fab {
	color: #92c83e;
	font-size: 1.2em;
}
table,
table td {
	border: none;
    color: #2a276c;
    /* ejt */
	/*font-size: 1.8em;*/
}
table th {
    /* ejt */
	/*font-size: 1.8em;	*/
}
table tr:nth-child(odd) td{
	background: #f2f2f2;
}
.wp-block-cover {
	width: 100%;
}
.home .entry-content {
	/*min-height: 740px;*/
}
.home .wp-block-cover {
	margin-bottom: 0;
	min-height: 740px;
	background-position: center bottom;
}
.home h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 55px;
	font-weight: bold;
	margin: 20px auto;
    width:90%;
}
.home .partner_cont img {
    width: 71%;
    margin: 4% auto;
    height: auto;
}

.partner_cont p {
    font-weight: 700;
    margin-bottom: 8px;
}
.thirds_cont {
	position: relative;
	padding-top: 42px;
}

.thirds_cont:before {
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	width: 100%;
	height: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92c83e+0,92c83e+100&0.1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(146,200,62,0.1) 0%, rgba(146,200,62,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(146,200,62,0.1) 0%,rgba(146,200,62,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(146,200,62,0.1) 0%,rgba(146,200,62,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a92c83e', endColorstr='#0092c83e',GradientType=0 ); /* IE6-9 */
}

.third {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin: 0 3%;
}
.home-news img, .home-pipe img, .home-partner img {
    width:auto;
    height:60px;
}

.cont_cont {
	border: 5px solid #92c83e;
	border-top-left-radius: 15px;
	border-bottom: none;
	border-right: none;
	padding: 12px 22px;
}
.cont_contNEW {
	border: 5px solid #92c83e;
	border-top-left-radius: 15px;
	border-bottom: none;
	border-right: none;
	padding: 12px 22px;
	width: 24%;
	position: absolute;
	top: 186px;
	bottom: 0;
	max-width: 400px;
}

.home .cont_cont {
	border-left: none;
}
.home_news {margin-bottom: 20px; }

.home_news h3{
    font-size:24px;
    margin-bottom: 0;
    margin-top:0;
}
.home_news p{
    font-size:18px;
    margin-bottom: 0;
}
.home_news a{
    font-weight: 700;
}
.home .third h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
}
.date {
	color: #92c83e;
	font-size: 20px;
}
.date span {
	color:#2a276c;
}
.news_cont h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.readmore {
	font-weight: 600;
}
.green {
	color: #92c83e;
	font-weight: normal;
}
#social_cont {
	float: right;
	font-size: 18px;
	margin-top: 9px;
    margin-bottom: 10px;
	text-align: right;
}
#social_buttons {
	list-style: none;
	margin-bottom: 0;
}
#social_buttons li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#social_buttons a {
	color: #fff;
}
#social_buttons a:hover {
	color: #92c83e;
}
.search-box-wrapper {
	width: auto;
}
.primary-navigation {
	position: relative;
}
.search-box-wrapper {
	top: 0;
}
.page-template-management .nyb {
	margin: 80px 0 40px;
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
.page-template-careers  #primary {
	width:100%;
  min-height: 580px;
}
#careers-header {
	margin-bottom: 20px;
}
.job-name {
	color: #2a276c;
	font-size: 22px;
	margin-bottom: 15px;
	transition: all .3s;
}
.job-name:hover {
	cursor: pointer;
	color: #92c83e;
}
.job_detail {
  height: 0;
  opacity: 0;
  transition: all .3s;
  overflow: hidden;
}
.job_detail p {
	margin-bottom: 14px;
}
.job_detail a {
	color: #92c83e;
}
.job_detail a:hover {
	text-transform: underline;
}
.job_open .job_detail {
  height: auto;
  opacity: 1;
}
.job_cont.job_open {
  margin-bottom: 30px;
}
/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}



	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}
/**
 * Custom CSS
 * -----------------------------------------------------------------------------
 */
/* cookie banner custom code */
body.has-cookie-banner {
    padding-bottom: 87px;
    padding-top: 0 !important;
}
#cookie-consent-block {
    position:fixed;
    bottom:0;
    top:inherit;
    background:#2a276c;
}
#cookie-consent-block a{
    color:#ffffff;
}
.close-cookie-block {
    background:#92c83e;
}
.close-cookie-block:hover {
    background: #92c83e;
}
#secondary ul > li a {
    font-size: 22px;
    padding:0;
}
#secondary li li a {
    font-size:16px;
    padding:2px 0 0 0;
}
#secondary li ul li ul{
    margin: 0 0 0 10px;
}
#secondary li ul li ul a:before{
    content:"\2014 ";
    color:#92c83e;
    font-weight:600;
    padding-right:5px;
}

.search-toggle a {
    letter-spacing: 1px;
    font-size: 18px;
}
.page-id-2787 .entry-content li {
    padding-bottom:12px;
}
.page-id-2703 .entry-header h1 sup {
    font-size: 56%;
    bottom: 1.5ex;
}
#main {position:relative;}
/* add a little psuedo gradient to the title for legibility */
.page-id-7 #sec_title:before, .page #sec_title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(42, 39, 108, 1), rgba(42, 39, 108, .3) 33%, rgba(42, 39, 108, 0));
    background: -moz-linear-gradient(to right, rgba(42, 39, 108, 1), rgba(42, 39, 108, .3) 33%, rgba(42, 39, 108, 0));
    background: -webkit-gradient(to right, rgba(42, 39, 108, 1), rgba(42, 39, 108, .3) 33%, rgba(42, 39, 108, 0));
    background: -webkit-linear-gradient(to right, rgba(42, 39, 108, 1), rgba(42, 39, 108, .3) 33%, rgba(42, 39, 108, 0));
    background: -o-linear-gradient(to right, rgba(42, 39, 108, 1), rgba(42, 39, 108, .3) 33%, rgba(42, 39, 108, 0));
    background: -ms-linear-gradient(to right, rgba(42, 39, 108, 1), rgba(42, 39, 108, .3) 33%, rgba(42, 39, 108, 0));
    height: 119px;
    content: " ";

}
.wp-block-button__link {
    background-color: #92c83e;
    border-radius: 14px;
    color:#ffffff;
}
a.wp-block-button__link {
    color:#ffffff;
}

/* begin contact page styles  */ /*
.page-template-contact #secondary {
    width:19%;
    margin-right:2%;
}
.page-template-contact #primary {
    width:72%
}
.page-template-contact .wp-block-columns {
    /*width:45%;*/
    /*
}

.page-template-contact .wp-block-column:not(:last-child) {
    margin-right: 0;
}
.page-template-contact
.page-template-contact .wp-block-column:nth-child(odd) {
    margin-right: 0;
}
*/
/* contact page pardot form iframe height is all right here */
.page-template-contact iframe{
    height:723px;
}
@media screen and (max-width:1330px) {
    .page-template-contact iframe{
        height:775px;
    }
}
@media screen and (max-width:600px) {
    .page-template-contact iframe{
        height:1200px;
    }
}

#contact-left p{
    font-size:16px;
}
#contact-left h2{
    margin-top:9px;
}

/* end contact page styles  */

/* media gallery */
.logo-box {
    float: left;
    margin: 30px 50px 0 0;
    text-align: center;
}
.media-box {
    float: left;
    margin: 30px 30px 0 0;
    text-align: center;
}
.media-box a{
    font-size: 14px;
}

/*begin general styles for posts pages */
.page-template-bod #primary {
    margin-top: 39px
}
.page-template-bod article {
    border-bottom: 2px solid #92c83e;
}
/* publications download btn */
.download {
    background-color: #92c83e;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
}
a.download {color: #fff; }

.page-template-publications .paper_cont .download {
    text-decoration: none;
    float: right;
    margin-left: 5px;
}
.page-template-publications #filter-folder .folder h2 {padding-top:0; }

/* search page and results customization */
.search-results article {
    padding: 35px 0;
    border-bottom: #f2f2f2 2px solid;
}

/* not named pages headers images */
.search article .entry-title, .single article .entry-title {
    font-size:22px;
    padding:0;
    letter-spacing:1px;
    color: #2a276c;
    margin-bottom: 0;
}
.search article .entry-summary {
    display:none;
}
.search-results .cat-links {
    display:none;
}
.single article .entry-header {display:none;}

.search .has-post-thumbnail .entry-header {padding:0; }
.search #primary {margin-top:0}
.search .entry-header {padding:0; }
.search .entry-title a {color: #2a276c;}
.search h2.page-title {margin-top: 0;}

.single h1.pub-title{
    margin-top:0;
}
.single .pub-meta {float:left; }
.single .pub-meta p {margin-bottom:0;}
.single .pub-back {float:right; }


/* post page entries */
.page-template-publications h2,
.page-template-news_landing h2,
.page-template-events h2,
.page-template-media h2, .page-id-2670 h2 {
    text-transform: uppercase;
    border-bottom: 2px solid #92c83e;
    margin-bottom: 0;
    padding-bottom: 6px;
}
.search .page-header {
    text-transform: uppercase;
    border-bottom: 2px solid #92c83e;
    margin: 0;
    padding: 0;
}

.page-template-publications .paper_description {color: #92c83e;}

.page-template-publications .paper_meta h3,
.page-template-news_landing h3,
.page-template-events h3,
.page-template-media h3 {
    color:#2a276c;
    margin-bottom: 0;
}
.page-template-publications .paper_cont:hover h3,
.page-template-publications .callout_div:hover h3,
.page-template-news_landing .callout_div:hover h3,
.page-template-events .callout_div:hover h3,
.page-template-media .callout_div:hover h3 {
    color: #92c83e;
}
.page-template-publications .paper_cont,
.page-template-news_landing .callout_div,
.page-template-events .callout_div,
.page-template-media .callout_div {
    padding: 35px 0;
    border-bottom: #f2f2f2 2px solid;
}
.page-template-news_landing .entry-content .callout_div:last-child{
    border-bottom: none;
}

.page-template-news_landing #primary,
.page-template-events  #primary,
.page-template-media #primary {
    margin-top:0;
}


/* events posts css */
.show_time {
    float: left;
    width: 24%;
    max-width: 200px;
}
.event_details {
    float: right;
    width: 73%;
	font-size: 22px;
}

.page-template-events #event_archive {
    display: none;
}

/* responsive video styles */
iframe {
    margin-bottom: 0;
    max-width: inherit;
}
.wp-block-embed__wrapper iframe {
    /*padding:10px;*/
}
.wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
}

.wp-block-embed__wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
}
.wp-block-embed__wrapper:before {
    content: "";
    position: absolute;
    top: -4%;
    bottom: 0;
    right: 0;
    left: -2.5%;
    width:100%;
    background-image: url("https://organovov3.wpengine.com/wp-content/uploads/2019/01/video-bkg-xxl.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
}

/* Pipeline Styles */
/*.pipeline table, .pipeline td {border: 1px solid rgba(0, 0, 0, 0.1)}*/
.pipeline table, .pipeline td {border: none;}
.pipemobile table, .pipemobile td {border: 1px solid rgba(0, 0, 0, 0.1)}
.pipeline {
	line-height: 1;
}
.pipemobile {
	line-height: 1;
}
.pipeline a,
.pipemobile a {
	color:#000;
}
.pipeline a:hover,
.pipemobile a:hover {
	color:#5a9acd;
}
.pipeline tr {
	vertical-align: middle;
}

.pipeline tr:nth-child(even),
.pipemobile tr:nth-child(even) {
	/*background: #ebeced;*/
}
.pipeline tr td:nth-of-type(2){
    padding-left:0;
}
.pipeline td {
	position: relative;
    padding:15px;
    /*padding: 15px 0 15px 12px;*/
    vertical-align: middle;
    	color: #737172;

}
.pipeline td.pipe_cont {
    padding: 15px 0 15px 12px;
}
.pipeline tr td:first-child {
    /*border-right:1px solid #dadbdc;*/
}
.pipeline th {
	/*border: 1px solid #dadbdc;*/
	/*border: 1px solid #fff;*/
    background-color: transparent;
    padding: 24px 0 12px 12px;
	text-align: left;
    vertical-align: bottom;
	border-color: #e2e2e2;
	border-width: 0 1px 1px 0;
    color:#737172;
}
.pipeline tr:first-of-type th {
    font-weight: 700;
    background-color:transparent;
    border-top : none;
}
.pipeline tr:first-of-type th:nth-of-type(2) {

}

.pipeline td:first-child {
	/*border-right: 1px solid #dadbdc;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;*/
}
.pipeline td:nth-child(2) {
	/*padding-top:15px;
	padding-bottom: 15px;
    padding-left: 8px;
	vertical-align: middle;
	text-align: left;*/
}
.pipeline td:nth-child(3) {
	/*padding-left: 0;
	vertical-align: middle;*/
}

.pipe_cont {
	background-color: #2a276c;
	height: 16px;
	vertical-align: middle;
	padding: 7px 0;
	text-align: left;
	color: #fff;
	padding-left: 10px;
	position: relative;
}
.pipe_cont#pipe-1{
    background-color: #92c83e
    /* no more big row:( */
	/*height: 32px;*/
}
.pipe_cont span {
	width: 0;
}
.ltBlue .pipe_cont{
	background-color: #2a276c;
}
.pipeline .aRight {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 2;
    border-radius: 16px;
    background-color: #2a276c;
}
.pipeline .ltBlue .aRight {
    border-left: 12px solid #b9bdd1;
}
#blank-table td {
    height:8px;
    padding:8px 0 0 0 ;
    border: none;
    background-color: transparent;
}
#second-table th {
}
#liver-table td{
    /*background: #e9f4d9;*/
}
.pipemobile th {
    border-color: #e2e2e2;
    color: #737172;
}
.pipemobile td {
    color: #737172;
}
.pipemobile th:last-child {
	border-right: none;
}
.pipemobile td:nth-child(even) {
	border-right: 1px solid #dadbdc;
	border-left: 1px solid #dadbdc;
}
.pipe_info {
    text-align: left;
}
.pipemobile {
	display: none;
}

/* home page pipeline */
.home .pipeline {display: block !important;}
.home .pipe_cont#pipe-1 {background-color: #2a276c;}
.third table tr:nth-child(odd) td {
    background: transparent;
}
.third table, .third  th, .third td {
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border:none;
}
.third .pipeline tr td:first-child {
    border-left: 1px solid #dadbdc;
    padding: 10px 0;
}
.third .pipeline tr:first-of-type th {
    padding-top: 0px;
}
/*footer image positioning*/
.desktop-contact-details {display:block; }
.mobile-contact-details {display:none; }
#contact-footer {
    position: relative;
    padding: 11% 0;
    max-height: 225px;
    overflow: hidden;
}
#contact-footer img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
}

/* accordions */
.accordion_cont {
	display: block;
	width: auto;
}
.accordion_header {
    cursor: pointer;
}
.accordion-name {
    position: relative;
}

.accordion_open .accordion-name i {
	transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.accordion_detail p {margin: 24px 0 12px;}

.accordion_detail {
	height: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

.accordion_open .accordion_detail {
	height: auto;
	opacity: 1;
}
.wp-block-column p:last-child {
    margin-bottom: 0;
}
.partnership-item {
    width: 26%;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
    border: 1px solid #000;
    padding: 10px 20px;
    height: 500px;
    display: flex;
    flex:1 1 auto;
    flex-flow: column;
    justify-content: space-between;
}
.partnership-bottom  {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
}
.partnership-item h1 {
    font-size: 16px;
    font-weight: 400;
}
.partnership-item a{
    font-weight: 600;
}
.cycle-block {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
}
.cycle-item {
    width:13%;
    margin-right: 1%;
    height: 180px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content:space-evenly;
}
.cycle-item-arrow {
    width:7%;
    margin-right: 1%;

}
.cycle-item img {
    padding: 0 20px 10px 0;
}
.cycle-item p {
    font-size: 14px;
    line-height: 1.6;
    color:#91c740;
    font-weight: 500;
}
.cycle-item:last-of-type {
    max-width:80px;
}
/* begin products and services block actions */
@media (min-width: 600px) and (max-width: 781px) {
    .page-id-2665 .wp-block-column, .page-id-2703 .wp-block-column {
        flex-basis: 100%;
    }
    .page-id-2665 .wp-block-column .wp-block-columns, .page-id-2703 .wp-block-column .wp-block-columns {
        flex-wrap:nowrap;
    }

}
/*  JA fix per client change to layout
  .page-id-2665 .has-two-images, .page-id-2703 .has-two-images, .page-id-6 .has-two-images  {
    margin-left: 0;
}
.page-id-2665 .has-two-images .wp-block-image, .page-id-2703 .has-two-images .wp-block-image, .page-id-6 .has-two-images .wp-block-image {
    width: 48%;
    margin-right: 2%;
    float: left;
}
.page-id-2665 .has-two-images .wp-block-image:after,.page-id-2665 .has-two-images:after, .page-id-2703 .has-two-images .wp-block-image:after,.page-id-2703 .has-two-images:after, .page-id-6 .has-two-images:after  {
    content:" ";
    display: table;
    clear: both;
}
.page-id-2665 .has-two-images img, .page-id-2703 .has-two-images img, .page-id-6 .has-two-images img {
    width:100%;
}
---------- end comments JA  */
/* end products and services block actions */

/*          Aleden media queires         */
/* long nav gets too long */
@media screen and (max-width:1430px) {
    /* navigation main */
    #organovo_logo {
        width: 222px;
        background-size: contain;
    }
    .site-header a {font-size:16px; }
    .primary-navigation li {letter-spacing:0; }
    .primary-navigation a {padding: 0 10px 0 5px;}
    .primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {
        padding-right: 16px;
    }
    .primary-navigation ul ul li:hover > ul,
    .primary-navigation ul ul li.focus > ul {
        right: 100%;
        left:auto;
    }
    .primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
        right:4px;
    }
    #primary {
        /* primary size goes UP here for responsivness previous size was for presentaion purposes only*/
        width: 74%;
    }
}
/* this is very spcific long nav styles */
@media screen and (max-width:1200px) {
    .search-toggle a {display:none;}
    .search-toggle {
        padding-left:0;
        padding-right:0;
    }
}

/* ipad landscape exact */
@media screen and (max-width:1024px) {
    .home .wp-block-cover {
        min-height: 400px;
    }
    .home h1 {
        font-size: 32px;
        margin: 25px auro;
    }
    .home-news img, .home-pipe img, .home-partner img {
        height: 40px;
    }
    .home .third h2 {
        font-size: 26px;
    }
    .cont_contNEW {
	    top: 155px;
    }
}
/* kick in mobile nav */
@media screen and (max-width:1023px) {
    /* WPR Menu mobile menu logo and hamburger adjustments */
    /* #wprmenu_bar {height-padding} = .bar_logo {height} = #mg-wprm-wrap {top} */
    #wprmenu_bar {
        height:60px;
        padding-top:7px;
        padding-bottom:5px;
    }
    #wprmenu_bar .bar_logo {height:50px; }
    .hamburger-box {height:0}
    #mg-wprm-wrap.cbp-spmenu-left,
    #mg-wprm-wrap.cbp-spmenu-right {
      top: 56px;
    }
    #wprmenu_bar div.hamburger {
        margin-top: -7px;
    }
    .site-main {
        margin-top: 19px;
    }
    #secondary {display: none;}
    #primary {width: 100%;}
    .main-content {padding-top:4%; }
    .desktop-contact-details {display:none; }
    .mobile-contact-details {display:block; }
    .page-id-2787 .wp-block-embed {margin-left: 1%;}
    .page-id-10 .wp-block-column,
    .page-template-contact .wp-block-column{
        float:left;
        width:48%;
        margin-left:0;
        margin-right:3%;
    }
    .page-id-10 .wp-block-column{
        float:none;
        width:100%;
        margin-left:0;
        margin-right:3%;
    }
    .wp-block-column:not(:first-child) {
        margin-right:0;
    }

}
@media screen and (max-width:900px) {
    /* here's alot of css for the footer */
    .site-info {padding-bottom:0; float:none; }
    .menu-footer-container {display:block;}
    ul#menu-footer {margin-left:0; }
    #menu-footer li:first-of-type {border-left:none; }
    #menu-footer li:first-of-type a {padding-left:0; }
    #social_cont {float:left; margin-top:0; }
    ul#social_buttons {margin-left:0; }

    .media-box {
        margin: 20px 20px 0 0;
        width:33%;
    }

}
@media screen and (max-width:800px) {
    .page-template-pipeline .wp-block-column {
        flex-basis: 100%;
    }
}
/* ipad portrait exact */
@media screen and (max-width:768px) {
    .entry-title {
        font-size: 32px;
        padding: 25px 0 25px;
        }
    .page-id-7 #sec_title:before, .page #sec_title:before {
        height:85px;
    }
    .page-template-pipeline .wp-block-column {
        flex-basis: 100%;
    }
}
/* begin mobile device styling */
@media screen and (max-width:767px) {
    .cycle-item {
        width:20%;
        margin-right: 2%;
    }
    .third {
        width: 100%;
        margin: 0px auto;
    }
    .home-news img, .home-pipe img, .home-partner img {
        height: 60px;
    }
    h3 {font-size:20px;}
    .bod_cont h3:after {
        top: 0px;
        width: 15px;
        height: 15px;
    }
    .bio_box {
        width: 100%;
    }
    .bio_detail_cont {text-align:left; }
    .site-footer {text-align:center;}
    #social_cont {
        float: none;
        text-align: center;
        padding-bottom: 10px;
    }
    .wp-block-columns {display: block;}
    div#mg-wprm-wrap ul li span.wprmenu_icon {right:30px; }
    #wprmenu_bar {padding: 7px 25px 5px 16px; }

    table.pipemobile tr:nth-child(even) td{
        background: #e9f4d9;
    }
	.pipemobile {
		display: block;
	}
	.pipeline {
		display: none;
	}
    #mobile-table-holder {
        /*margin-left:20px;*/
    }
    .pipemobile td, .pipemobile th {
        padding:16px;
        vertical-align: middle;
    }
    .pipemobile tr:first-of-type {
        /*font-size: 1.2em;*/
        /*color:#ffffff;
        background-color: #2a276c;*/
    }
    .pipemobile tr:nth-child(even) {
        background: #ebeced;
    }
    .pipemobile tr td:last-child {
    }
    .pipemobile td:first-child {
        font-weight: bold;
        vertical-align: middle;
    }
    .pipemobile td:nth-child(2) {
        padding-top:15px;
        padding-bottom: 15px;
        padding-left: 8px;
        vertical-align: middle;
        text-align: left;
    }
    .cont_contNEW {
    	top: 177px;
    	left:5px;
    }
    .home .third {
	    display: block;
    }

}
@media screen and (max-width:700px) {
    .partnership-item {
        width: 40%;
        margin-right: 2%;
        height: 500px;
    }
}
@media screen and (max-width:550px) {
    .partnership-item {
        width: 88%;
        margin-right: 0;
        margin-bottom: 2%;
        height: auto;
    }
}
@media screen and (max-width:500px) {
    #foot-addy {display:block;}
    .home_news h3 {
	    font-size: 20px;
    }
    .home .third {
	    width: 96%;
	    padding-left: 2%;
    }
}
@media screen and (max-width:450px) {
    .page-template-news_landing {font-size:.85em;}
    .page-template-media {font-size:.85em;}
    .page-template-events {font-size:.85em;}
    .event_details h3 {font-size: 16px;}

    .page-id-10 .wp-block-column,
    .page-template-contact .wp-block-column{
        float:none;
        width:98%;
        margin-right:1%;
    }
    .page-id-2665 .has-two-images .wp-block-image, .page-id-2703 .has-two-images .wp-block-image, .page-id-6 .has-two-images .wp-block-image {
        width: 100%;
    }

}
@media screen and (max-width:489px) {
    cycle-block {
        flex-direction: column;
    }
    .cycle-item {
        width:50%;
        margin: 0 25%;
        height:auto;
        text-align: center;
    }
    .cycle-item-arrow {
       width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    .cycle-item-arrow img{
        width: 40px;
        transform: rotate(90deg);
    }
    .cycle-item:last-of-type {
        max-width:inherit;
    }
    .cycle-item img{
        width:100%;
        padding: 0;
    }
}
@media screen and (max-width:400px) {
    #filter-list {
        background-color:#ffffff;
    }
    .pipemobile td, .pipemobile th {
        padding: 16px 8px;
    }
    .home .site-main {
        margin-top: -25px;
    }
    .home h1 {
        font-size: 22px;
        margin: 10px auto;
        width: 90%;
        line-height: 1.2em;
    }
    .home h2 {
        margin-top:18px;
    }
    .thirds_cont {

        padding-top: 18px;
    }

    .entry-title {
        font-size:24px;
        padding: 20px 0 20px;
        }
    .page-id-7 #sec_title:before, .page #sec_title:before {
        height:85px;
    }
    #sec_title {background-image: none !important;}
    .page-id-7 #sec_title:before, .page #sec_title:before {
        height:inherit;
    }
    .media-box {
        margin: 0;
        width:50%;
    }
    .cont_contNEW {
	    top:135px;
    }

}
li.cf-bone-tissue,
li.cf-disease-model,
li.cf-in-vitro-tissue-models,
li.cf-intestinal-tissue,
li.cf-kidney-tissue,
li.cf-liver-tissue,
li.cf-oncology,
li.cf-oral-presentations,
li.cf-platform-technology,
li.cf-safety-testing,
li.cf-therapeutic-tissue,
li.cf-tissue-engineering,
li.cf-white-papers {display:none !important;}

h2.cf-bone-tissue,
h2.cf-disease-model,
h2.cf-in-vitro-tissue-models,
h2.cf-intestinal-tissue,
h2.cf-kidney-tissue,
h2.cf-liver-tissue,
h2.cf-oncology,
h2.cf-oral-presentations,
h2.cf-platform-technology,
h2.cf-safety-testing,
h2.cf-therapeutic-tissue,
h2.cf-tissue-engineering,
h2.cf-white-papers {display:none !important;}

.folder h2{
	border-bottom:none;
	margin:20px 0;
}
.folder {
    position:relative;
	margin-right:8%;
	float: left;
}
.page-template-publications h2.p_c_header {
    text-transform: uppercase;
    border-bottom: 2px solid #92c83e;
    margin-bottom: 0;
    padding-bottom: 12px;
}
#currentPub h2 {
    border-bottom:none;
    font-size: 18px;
    font-weight:400;
}


#filter-client {
    background-color: #ffffff !important;
    border: none !important;
    left: 342px !important;
    top: -46px !important;
    width: 239px !important;

}
.folder h2.filter:hover {
    cursor: pointer;
}


h2.active {
    border-bottom: 3px solid #92c83e;
}
