/*
Theme Name: Organovo2
Author: AldenMC
Author URI: http://aldenmc.com
Version: 2
*/



/**
 * 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: #2b2b2b;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff;
}
.landscape{
	/*background-color: pink; */
}
a {
	color: #8da856;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #3f3e83;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:normal;
	margin: 36px 0 12px;
	line-height: 1.3;	
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
	color: #748bc1;
}

h3 {
	font-size: 19px;
	color: #86A2DA;
}

h4 {
	font-size: 17px;;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

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: #3f3e83;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	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;
}


.content-area ul,
.content-area ol {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    padding-left:15px;
}
.content-area ul li:before,
.content-area ol li:before {
	padding-right: 5px;

    content: "\2022 ";
    color: #86a2da; /* or whatever color you prefer */
    font-size: 20px;/* or whatever the bullet size you prefer */
}
.content-area li {
    margin: 0px;
    padding: 0px;
    text-indent: -1em;
    margin-left: 1em;
}

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-width: 0 1px 1px 0;
	font-weight: bold;
}

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: #3f3e83;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #3f3e83;
	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 */
.entry-content .download {
	text-decoration: none;
	float:right;
	margin-left:5px;

}
.buttonholder {
	float:right;
}
.entry-content .paper_meta a {
	text-decoration: none;
}
.paper_meta h3{
	margin:0;
}
.colnum-0 {
	background-color: #fafafa;
}
.colnum-1 {

}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],.download {

	background-color: #86a2da;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.download:hover,
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: #3f3e83;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #86a2da;
}

.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
 * -----------------------------------------------------------------------------
 */

.site {
	max-width: 1024px;
	position: relative;
	margin: 0 auto;
}

.main-content {
	width: 100%;
}


/**
 * 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 {
	text-align: center;
	max-width: 1024px;
	margin:0 auto;
	width: 100%;
	z-index: 4;
	padding-top:30px;
	
}
#header_cont {
	position: fixed;
	background-color:white;
	width:100%;
	z-index: 4;
}

.site-title {
	display:inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.home .site-title {
	float:left;
	margin-left:25px;
}
.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Search in the header */

.search-toggle {
	/*background-color: #3f3e83; */
	cursor: pointer;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
	display: inline-block;
	vertical-align: top;
}

.search-toggle:hover,
.search-toggle.active {
	color:#86a2da;
	/* background-color: #86a2da; */
}

.search-toggle:before {
	color: #3f3e83;
	content: "\f400";
	font-size: 26px;
	margin-top: 8px;
}
.search-toggle:hover:before {
	color:#86a2da;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #86a2da;
	padding:8px;
}

.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: #2a276d;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #86a2da;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #86a2da;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 15px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 0 25px;
}

/* 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;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */


.hentry {
	margin: 0 auto 48px;
	max-width: 672px;
}

.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.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	padding:9px 40px;
	text-transform: lowercase;
	background-image: url(images/bg_title.png);
	background-repeat: no-repeat;
		/*background-color: rgb(134,162,218); */
}

.case {
	text-transform: none;
}
.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #86a2da;
}

.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: #86a2da;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #86a2da;
}

.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: #86a2da;
	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: #86a2da;
}

.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;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	padding: 12px 10px 0;
}

.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 {
	text-decoration: underline;
}

.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 {
	font-weight: normal;
	padding: 8px;
	background-color: #8da856;
	color:#fff;
	
}

.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: #86a2da;
}


/* 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: #86a2da;
	border: 1px solid #86a2da;
	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: #86a2da;
}

/* 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 #3f3e83;
}

.paging-navigation a:hover {
	border-top: 5px solid #86a2da;
	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%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: -48px;
}




/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	margin-top: 45px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
	
}
#secondary ul{
	list-style: none;
	word-wrap: break-word;
	margin: 0;
	position: relative;
	z-index: 2;
	margin-top:20px;
}
#secondary ul li{

}
#secondary ul li{
	text-transform: uppercase;
}
#secondary ul ul li{
	text-transform: none;
}

#secondary .current-menu-item > a {
	background-color: #fff;
	
}

#secondary a {
	color:#2a276d;
}

#secondary .current-menu-item > a {
	color:#5888b9;
}
#secondary .sub-menu {
	margin-top:0;
}
/*#secondary li:hover {
	background-color: #fff;
}
#secondary li:hover a{
	color:#5888b9;
}
*/
#secondary ul li a {
	line-height: 1.3;
	padding:8px 2%;
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;
    display: inline-block;
    width: 97%;
}

#secondary ul li ul li a {
	padding:8px 7%;
    width: 87%;	
}
#secondary ul li ul li ul li a {
	padding:5px 12%;
    width: 77%;	
}

#secondary a:hover {
	background-color: #fff;
}
#secondary li:hover a{
	
}
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}
#secondary_bg {
	height:1000px;
	width:100px;

	position: absolute;
	left:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+33,c3d1ed+100,7db9e8+100&0+0,1+100 */
background: -moz-linear-gradient(45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.33) 33%, rgba(191,222,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.33) 33%,rgba(191,222,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.33) 33%,rgba(191,222,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	top:187px;
}

/* 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: #6883bf;
}

.site-footer {
	background-color: #fff;
	font-size: 12px;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	border-top:3px solid #2a276d;
}

.footer-sidebar {
	padding-top: 48px;
}


.site-info {
	padding: 15px 30px;
}
.home .site-info {
	padding-left: 0;
}
.site-info a:hover {
	color: #86a2da;
}

	.search-box .search-field {
		width: 324px;
	}

.menu-footer-container {
	display: inline-block;
}
#menu-footer {
	list-style: none;
}
#menu-footer li {
    border: 0 none;
    display: inline-block;
    border-left:1px solid #6883bf;
}
#menu-footer li a{
	padding:0 12px;
}
	.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;
	}


	.site-content .entry-header {
		padding-right: 30px;
		padding-left: 30px;
	}

	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}

.content-area {
	float: left;
	width: 75%;
	
}
.logged-in .content-area {
	margin-top:30px;
}
	#secondary{
		float:left;
		width:25%;
		padding: 0;
		
	}
	.site-content {
		margin-right: 33.33333333%;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.page-header,
	.page-content,
	.site-content .entry-content{
		padding-right: 30px;
		padding-left: 30px;
	}
	.page .entry-content,.entry-content {
		padding-left: 75px;
		padding-right: 10px;
	}
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.full-width .site-content .has-post-thumbnail .entry-header,
	.full-width .site-content .hentry.has-post-thumbnail:first-child {
		margin-top: -48px;
	}
	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}

	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

	.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;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		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;
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */

	.masthead-fixed .site-header {
		/*position: fixed;  -------fixing IR header positioning*/
		/*top: 0;*/
	}

	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}
.site-main {
	margin-top:142px;
	min-height: 533px;
}
.home .site-main {
	min-height: 0;
}
#header_cont {
	height:142px;
}
	/* 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:#86a2da;
}

.primary-navigation li .current_page_item > a,
.primary-navigation li .current_page_ancestor > a,
.primary-navigation li .current-menu-item > a,
.primary-navigation li .current-menu-ancestor > a {
	color:#2a276d;
}


	/* Primary Navigation */

	.primary-navigation {
		padding: 0;
		text-transform: uppercase;
	}
	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
		margin: 0 auto;
		display: inline-block;		
	}
.menu-main-menu-container {
	text-align: center;
}
.page-template-sitemap .menu-main-menu-container {
	text-align: left;
}
	.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;
		margin:0;
		padding:0;
	}


	.primary-navigation ul ul {
		background-color: #98c4e7;
		background-color: rgba(152,196,231,.9);
		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;
	text-align: left;

}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

.primary-navigation ul ul a {
	padding: 18px 12px;
	white-space: normal;
	width: 176px;
	text-transform: none;
	color:#fff;
		  -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	color:#86a2da;
}
	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		color:#2a276d;
		background-color:rgba(255,255,255,.2);
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}
	.primary-navigation ul #menu-item-1542 > ul,
	.primary-navigation ul #menu-item-1542 > ul {
		/*left: auto; */
	}
	.primary-navigation ul #menu-item-1903:hover > ul,
	.primary-navigation ul #menu-item-1903.focus > ul,
	.primary-navigation ul #menu-item-1542:hover > ul,
	.primary-navigation ul #menu-item-1542.focus > ul {
		right:0;
		/*left: inherit; */
	}

	.primary-navigation ul #menu-item-1542 ul li:hover > ul {
		/*right:0; */

	}


	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation ul #menu-item-1903 ul li:hover > ul,
	.primary-navigation ul #menu-item-1542 ul li:hover > ul {
		/*right:0; */
		left: -100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 32px;  /* changed to have IR spacing match organovo spacing  */
	}

	.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;
		top: 22px;
		right:20px;
		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;
	}
	.primary-navigation ul #menu-item-1903 ul li.menu-item-has-children > a:after,
	.primary-navigation ul #menu-item-1903 ul li.page_item_has_children > a:after,
	.primary-navigation ul #menu-item-1542 ul li.menu-item-has-children > a:after,
	.primary-navigation ul #menu-item-1542 ul li.page_item_has_children > a:after {
		content: "\f503";
		left: 0px;
		top: 24px;
	}


	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
#social_cont {
	float:right;
	margin-top: 9px;
}
#social_buttons {
	display: inline-block;
	
}
#social_buttons a{
	margin:0 5px;
	padding:0 7px;
	color:#2a276d;
}
#social_buttons a:hover{
	color:#5888b9;
}
.icon-button {
	font-size: 26px;
}	
#tagline {
	color:#2a276d;
	font-size: 25px;
	line-height: 1;
	margin-left:20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 78px;
}	
#line2 {
	font-size: 18px;
}	
#greyline {
	position: fixed;
	top:750px;
	height:260px;
	left:0;
	right:0;
	width:100%;
	background-color:#f5f5f5;
}
#stripe {
	position: absolute;
	left:38%;
	right:0;
	height:82px;
	background-color:#86a2da;
	top:142px;
}

.logged-in #stripe {
	top:174px;
}

#darkline {
	position: absolute;
	right:0;
	top:50%;
	height:50%;
	width:30%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6479a3+0,6479a3+50,6479a3+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(100,121,163,0) 0%, rgba(100,121,163,0.5) 50%, rgba(100,121,163,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(100,121,163,0) 0%,rgba(100,121,163,0.5) 50%,rgba(100,121,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(100,121,163,0) 0%,rgba(100,121,163,0.5) 50%,rgba(100,121,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006479a3', endColorstr='#6479a3',GradientType=1 ); /* IE6-9 */

}
#sec-1 {
	height:484px;
	background-color: #bacad6;
	background-image: url(images/bg_home-1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:20px 0;		
}
#sec-2 {
	height:268px;
	background-color: #cdcdcd;
	background-image: url(images/bg_home-2.jpg);	
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sec-3 {
	height:298px;
	background-color: #cdcdcd;
	background-image: url(images/bg_home-3.jpg);	
	background-repeat: no-repeat;	
	background-position: center top;
	padding: 86px 0;	
}
#sec-1 h1 {
	color:#2a276d;
	font-family: 'Work Sans', sans-serif;
	font-size: 64px;
	font-weight: normal;
	line-height: .6;
	text-transform: uppercase;
}
#sec-1 h1 span{
	font-size: 46px;
}
#sec-1 h2 {
	font-size: 26px;
	color:#6883bf;
	font-weight: normal;
	text-transform: uppercase;	
} 

.safeZone {
	width:1009px;
	margin:0 auto;
}	

#sec-1 .safeZone {
	text-align: right;
	padding-right:10px;
	padding-top:120px;
}
.homeButton {
	padding: 5px;
	background-color:#6e85bb;
	font-size: 20px;
	color:#fff;
	display: inline-block;
	cursor: pointer;
	margin-right:50px;
	margin-left:50px;
	padding-left:40px;
	padding-right:40px;
}
.homestretch {
	color:#fff;
	letter-spacing: 30px;
	font-size: 36px;
	text-transform: uppercase;		
}
#s2c1 {
	float:right;
	text-align:right;
	margin-top:-20px;
}
#s2c3 {
	text-align:center;
	margin-top:57px;
}
#s2c2 .homeButton {
	padding-left:15px;
	padding-right:15px;
}

.odd {
	background-color: #fafafa;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;	
}
.even {
	background-color: #fff;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;	
}
.noborder {
	border: none;
}
.home-date {
	font-size: 18px;
	color:#285cd7;
}
.date {
	color:#285cd7;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.show_time {
	float:left;
	width:24%;
	max-width: 200px;
}
.event_details {
	float:right;
	width:73%;
}
.event_details h3{
	margin:0;
}
#sec-3 h3 {
	display: inline-block;
	vertical-align: top;	
	margin:0;
	color:#2a276d;
	font-size: 28px;
}
#pr-1 {
	margin-left:70px;
	display: inline-block;
	vertical-align: top;
}
#pr-2,#pr-3 {
	margin-left:50%;
	margin-top:40px;
	display:block;
}
.pr_text {
	font-size: 18px;
	line-height: 1.2;
	color:#000;
	max-width:400px;
}
#stock_price {
	display: inline-block;
	margin:30px 45px 0;
	padding:0 45px;
	border-left:1px solid #50761f;
	border-right:1px solid #50761f;
	text-align: center;
}
#stock_change {
	margin-top:30px;
	display: inline-block;
	text-align: center;
}
.sp-title {
	font-size: 18px;
	color:#000;
}
.sp-num {
	font-size: 33px;
	color:#285cd7;
	line-height: 1;
}
#stock_disclaimer {
	font-size: 14px;
	color:#000;
	display: inline-block;	
	margin:0 0 0 45px; 
}
#iip {
	display:inline-block;
	vertical-align:bottom;
	margin-bottom:0;
	color:#285cd7;
}
.half {
	display:inline-block;
	width:47%;
	padding-right:2%;
	vertical-align:top;
}
.callout_div {
	min-height:65px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.callout_div a {
	text-decoration: none;
}
.callout_div:hover {
	background-color: #dce4f4;
}
.callout_div:hover h3 {
	/*color:#fff; */
}
a[href^="tel:"], a[href^="tel:"]:hover {
    text-decoration: none;
    color: #2b2b2b;
    cursor: default;
}
.search-highlight {
	background-color: #748bc1;
	color:#fff;
	font-weight: normal;
}
.paper_cont,.callout_div_bg,.callout_div {
	border-top:1px #ccc solid;
	padding: 5px;
}
.page-template-publications .paper_cont{
	padding:20px;
}
#event_archive {
	display:none;
}


.media-box, .logo-box {
	float:left;
	margin: 8px 9px;
	text-align:center;
}

/**
 * 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;
}


  /* Retina-specific stuff here */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	#site_logo .organovoLogo{
		display: none;
	}
	#site_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;
	}
	.site-title {
		width:286px;
		height:64px;
		margin-left:0px;
	}
}

@media screen and (max-width: 1050px) {
	.primary-navigation a {
		padding:0 20px;
	}
	.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {
		padding-right: 22px;
	}
	.primary-navigation .menu-item-has-children > a::after, .primary-navigation .page_item_has_children > a::after {
		right: 10px;
	}
	.site-content .entry-header {
		padding-right: 0;
	}
	.home .safeZone {
		width:98%;
	}
}

@media screen and (max-width: 1023px) {
	#primary-navigation {
		display: none;
	}
	.page .entry-content, .entry-content {
		padding-left: 30px;
    	padding-right: 30px;
	}	
	.safeZone {
		width:100%;
	}
	.home .safeZone {
		width:98%;
	}
	#sec-3 h3 {
		font-size: 22px;
	}
	.sp-num {
		font-size: 27px;
	}
	#tagline{
		margin-right:0;
	}
}
@media screen and (max-width: 920px) {
	#social_buttons a{
		margin:0 3px;
		padding:0 4px;
	}
	#sec-1 h1 {
		font-size: 34px;
		line-height: .8;
	}
	
	#sec-1 h1 span {
    	font-size: 26px;
	}
	#sec-1 h2 {
		font-size: 16px;
	}
	.home #tagline {
		font-size: 15px;
	}
	.home #line2 {
    	font-size: 12px;
	}
	.home #sec-1 {
		height: 284px;
	}
	#sec-1 .safeZone {
		padding-top:20px;
	}
	

}
@media screen and (max-width: 875px) {
	#tagline{
		font-size: 20px;
    	margin-left: 10px;
	}
	#line2 {
    	font-size: 14.5px;
	}
}
@media screen and (max-width: 860px) {
	#stock_price {
		margin: 30px 20px 0;
    	padding: 0 20px;
	}
	.pr_text {
		font-size: 14px;
	}
	.home-date {
		font-size: 14px;
	}
	.sp-num {
		font-size: 23px;
	}
	#sec-3 {
		padding:43px 0;
	}
	.site-footer {
		font-size: 11px;
	}
	#menu-footer li a {
    	padding: 0 6px;
	}
	#menu-footer {
		margin-left: 6px;
	}

}
@media screen and (max-width: 800px) {

	.site-title{
		max-width: 33%;
		min-width: 160px;
	}
	
	
  	/* Retina-specific stuff here */
	@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) { 
		#site_logo .organovoLogo{
			display: none;
		}
		#site_logo {
			width:248px;
			height:55px;
			background-image: url(images/organovo-logo-4x.png);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 248px 55px; 
			margin-left: 0;
		}
		.site-title {
			width:248px;
			height:55px;
			margin-left:0px;
		}
	}    
    	
	.entry-title {
		font-size: 34px;
	}
	
}

@media screen and (max-width: 768px) {
	#sec-3 h3 {
 	   font-size: 18px;
	}
	.sp-title {
		font-size: 16px;
	}
	.sp-num {
		font-size: 20px;
	}
}
@media screen and (max-width: 765px) {
	#tagline{
		font-size: 15px;
    	margin-left: 10px;
	}
	#line2 {
    	font-size: 11px;
	}
	#secondary,#secondary_bg {
		display: none;
	}
	.content-area {
		width:100%;
	}
}

@media screen and (max-width: 715px) {
	#sec-3 h3 {
		font-size: 16px;
	}
	.pr_text,.home-date,#stock_disclaimer {
 	   font-size: 12px;
	}
	#pr-2,#pr-3 {
		margin-top: 20px;
    }
    #sec-3 p {
    	font-size: 15px;
    }
	.sp-title {
		font-size: 15px;
	}
	.sp-num {
		font-size: 19px;
	} 
	.site-footer {
    	font-size: 10px;
	}
	#sec-3 {
		height: auto;
	}
	#stock_disclaimer {
    	margin: 0 0 0 25px;
    }
    #social_buttons a {
    	margin: 0 1px;
    	padding: 0 2px;
	}	
	.icon-button {
	    font-size: 22px;
	}	
	.search-toggle {
		width:24px;
		height:24px;
	}   
.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 {
	font-size:18px;
	}


	
}
@media (max-width: 643px) { /* samsung galaxy */
	#sec-3 h3 {
		display: block;
	}
	#pr-2,#pr-3 {
		margin-left: 70px;
	}
	#iip {
		display: block;
	}
	.site-title {
		display: block;
		margin:5px 0 0 5px;
	}
	.site-header {
		padding-top:0;
	}
	#stock_price {
		display: block;
		text-align: left;
		margin-top: 0;
		padding: 0;
		border: 0;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		margin:10px 20px;
		padding:10px 0;
	}
	#stock_change {
		display: block;
		text-align: left;
		margin:0 20px;
		padding:0 0 10px 0;
	}
	#stock_disclaimer {
		display: block;
		padding:10px 0;
		margin:10px 20px 0 20px;
		border-top:1px solid #000;		
	}
	#tagline {
		display: block;
		padding:0;
		margin-left:7px;
		float:left;
	}
	#social_cont {
		margin-top:0;
	}
	#stripe {
		top:84px;
	}
		
	.site-main {
    	margin-top: 84px;
    }
#header_cont {
	height:84px;
}    
    #sec-1 {
	    background-size: cover;
    }
    .masthead-fixed .site-header {
		position: absolute;
		top: 0;
	}
	.half {
		display: block;
		width:100%;
		padding: 0;
		margin: 0;
	}
}


@media screen and (max-width: 600px) {
	#social_buttons a{
		margin:0 1px;
		padding:0 2px;
	}
	.search-toggle {
		width:33px;
	}
}
@media screen and (max-width: 565px) {

	#secondary,#secondary_bg{
		display: none;
	}
	.content-area {
		float: none;
		width:100%;
	}
	.site-content .entry-header {
		padding-left:0;
		padding-right: 0;
	}
/*	#tagline {
		margin-left:2px;
	}
	.site-title {
		/* Search-toggle width = 48px */
/*		max-width: -webkit-calc(100% - 148px);
		max-width:         calc(100% - 148px);
	}

	#tagline {
		font-size: 22px;
	}
	#line2 {
    	font-size: 16px;
	}
	.site-header {
		padding-top: 5px;
	}
*/		
	.entry-title {
		font-size: 34px;
		padding: 6px 20px;
	}
	
	#stripe {
		height:54px;	
	}
	.site-info {
		padding: 15px 10px;
	}
	#stripe {
		left:0;
	}
	#sec-1 .safeZone {
		width: 96%;
	}
	#sec-1 h1 {
    	font-size: 30px;
    }
    #sec-1 h1 span {
    	font-size: 21px;
    }
    #sec-1 h2 {
    	font-size: 15px;
	}
	.home .site-main {
		
	}
}
@media screen and (max-width: 500px) {
	.homestretch {
    	font-size: 30px;
    	letter-spacing: 24px;
    }
    #s2c1 {
    	float: none;
    	text-align: center;
    }
    #s2c2 {
    	text-align: center;
    }
    #s2c3 {
    	margin-top: 17px;
    }
    .home #sec-1 {
    	height:200px;
    }
    #sec-3 {
    	padding-top:20px;
    }
    
  	/* Retina-specific stuff here */
	@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) { 
		#site_logo .organovoLogo{
			display: none;
		}
		#site_logo {
			width:160px;
			height:36px;
			background-image: url(images/organovo-logo-4x.png);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 160px 36px; 
			margin-left: 0;
		}
		.site-title {
			width:160px;
			height:36px;
			margin-left:0px;
		}
	}    
	#sec-1 .safeZone {
		padding-top:0;
	}    
    
    
}
@media screen and (max-width: 430px) {

	#social_cont {
		display:none;
	}
	.homeButton {
		margin-left: 25px;
		margin-right: 25px;
		padding: 5px 20px;
	}
	#sec-1 h1 {
    	font-size: 22px;
	}
	#sec-1 h1 span {
    	font-size: 15px;
    }
    #sec-1 h2 {
		font-size: 13px;
	}      
    .homestretch {
		font-size: 28px;
		letter-spacing: 12px; 
    }
}

@media screen and (max-width: 375px) {
	.entry-title {
		padding: 6px 8px;
	}
	#stripe {
		top:84px;
		height:54px;
	}
	.page .entry-content, .entry-content {
		padding-left:8px;
		padding-right:8px;
	}
/*	#site_logo {
		width:160px;
		height:36px; 
		background-size: 160px 36px; 
		background-color: pink; 
		margin-top:5px;
	}
/*	.site-title {
		width:160px;
		height:36px;
		margin-bottom:10px;
	}
	#tagline {
		font-size: 15px;
		display:block;
	/*	margin-top:6px; */
/*	}
	
	#line2 {
    	font-size: 11px;
    }*/
    #sec-2 .homeButton {
    	padding-left: 10px;
    	padding-right: 10px;
    	margin-left: 15px;
    	margin-right: 15px;  
    	font-size: 17px;  	
	}

}
/**
 * 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;
	}

	.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;
	}
}