/*
Theme Name: adarx
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 1.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: #464948;
	font-family: "museo-sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
}

body {
	background: #ffffff;
	overflow-x: hidden;
}

a {
	color: #2CA24C;
	text-decoration: none;
}

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

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
  color: #595D5C;
	font-weight: 500;
	margin: 36px 0 12px;
}

h1 {
	font-size: 24px;
	font-weight: 300;
  line-height: 1.1;
}

h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.3;
}

h3 {
	font-size: 28px;
	line-height: 1.5;
}
h4 {
	font-size: 20px;
	line-height: 1.5;
}

h5 {
	font-size: 18px;
	line-height: 1.5;
}

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-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, 1);
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}
.wp-block-separator {
  border: none;
}
/* 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: #2CA24C;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #2CA24C;
	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: #2CA24C;
	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,
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: #41a62a;
	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 {
 	max-width: 1405px;
 	margin: 0 auto;
 }
 .safezoneB {
 	max-width: 1200px;
 	margin: 0 auto;
 }
.site {
	background-color: #fff;
	position: relative;
}
.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 {
	background-color: #DFE5E3;
	width: 100%;
	z-index: 99999;
	top:0;
	position: fixed;
	box-shadow: 3px 3px 14px rgba(89, 93, 92, .3);
}

.header-main {
	display: flex;
	justify-content: space-between;
}

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

.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: #2CA24C;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	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-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: #41a62a;
	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: #595D5C;
	font-weight: 400;
	display: block;
	text-transform: uppercase;
}
.site-navigation a:hover {
	/* color: #41a62a; */
	/* text-decoration: underline; */
}
.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: #8A9391;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.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;
}
/* 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: #595D5C;
}

/* Primary Navigation */
.nav-cont {
	background-color: #DFE5E3;
	float: right;
  padding-top: 15px;
}
.primary-navigation {
	/* float: right; */
	text-align: right;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	position: relative;
}
#top-navigation li {
  height: 38px;
  line-height: 38px;
}
.primary-navigation li.mobile-menu-only {
	display: none;
}
.footer-nav li.mobile-menu-only {
	display: none;
}
.primary-navigation a {
	display: inline-block;
	padding: 0 12px;
	white-space: nowrap;
}
#top-navigation a {
  font-size: 16px;
  text-transform: none;
}
.primary-navigation ul ul {
	background-color: #DFE5E3;
	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 li li {
	position: relative;
}
.primary-navigation li li:after {
	position: absolute;
	content: "";
	top:0;
	left:0;
	height: 100%;
	width: 200%;
	background-color: #DFE5E3;
	z-index: -1;
	width: 200vw;
	left: -100vw;
} */

.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.primary-navigation ul ul a {
	padding: 18px 12px;
	white-space: nowrap;
	/* width: 196px; */
	/* text-align: left; */
}
.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	/* background-color: #2CA24C;
	color: #fff; */
	color: #8A9391;
}
.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	/* background-color: #41a62a; */
}
.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
	right: 0;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: auto;
  right: 100%;
  box-shadow: -6px 9px 13px rgba(89, 93, 92, .2);
}
.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";
	content: none;
	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;
}
/* can delete these backgrounds */
#horizontal-nav {
  background: #000;
}
#horizontal-nav ul {
	background: #333;
}
#horizontal-nav ul:not(.sub-menu) {
	background: #999;
}
#horizontal-nav li {
	background: white;
}
#horizontal-nav ul ul li {
	background: red;
}
#horizontal-nav .ir-menu-item li {
	background: white;
}
#horizontal-nav .ir-menu-item ul li {
	background: pink;
}
#horizontal-nav .ir-menu-item ul li ul li {
  background: aliceblue;
}
/* can delete these backgrounds */

#horizontal-nav {
	position: relative;
	padding: 10px 0;
	z-index: 2;
  background: #000;
}
#horizontal-nav ul {
	margin:0;
  text-align: left;
	background: #333;
}
#horizontal-nav ul:not(.sub-menu) {
  margin: 0;
  text-align: center;
	background: #999;
}
#horizontal-nav li {
  position: relative;
  display: none;
	padding: 10px 25px;
}
#horizontal-nav li a {
	font-size: 18px;
  text-transform: uppercase;
	color:#1D2945;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 2px;
	text-decoration: none;
	transition: 100ms;
}
#horizontal-nav li:hover > a {
	color:#1D2945;
  text-shadow: 0.25px 0.25px 0px #1D2945, -0.25px 0.25px 0px #1D2945, 0.25px -0.25px 0px #1D2945, -0.25px -0.25px 0px #1D2945;
}
#horizontal-nav .current_page_item > a {
	text-shadow: 0.25px 0.25px 0px #1D2945, -0.25px 0.25px 0px #1D2945, 0.25px -0.25px 0px #1D2945, -0.25px -0.25px 0px #1D2945;
}
#horizontal-nav .current_page_parent,
#horizontal-nav .current_page_parent > ul li {
  display: inline-block;
}
#horizontal-nav .current_page_item.ir-menu-item > a,
#horizontal-nav .current_page_item.current-menu-ancestor > a {
  display: none;
}
#horizontal-nav .current_page_item.ir-menu-item {
  display: inline-block;
}
#horizontal-nav .ir-menu-item li li {
  display: block;
}
#horizontal-nav .ir-menu-item li {
  display: inline-block;
}
#horizontal-nav ul ul ul {
	display: block;
	white-space: nowrap;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 265px;
  width: auto;
	left: -999em;
}
#horizontal-nav ul li:hover > ul {
  /* left: auto; */
  left: 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;
}


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

.content-area {
	padding-top: 48px;
	padding-bottom: 100px;
}

.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
 * -----------------------------------------------------------------------------
 */
.site-content .entry-header {
	background-color: #fff;
	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: #41a62a;
}

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

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

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

.cat-links a:hover {
	color: #41a62a;
}

.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: #41a62a;
	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: #41a62a;
}

.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 {
	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: 700;
	padding: 8px;
	text-transform: uppercase;
}

.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: #41a62a;
}


/* 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: #41a62a;
	border: 1px solid #41a62a;
	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: #41a62a;
}

/* 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 #2CA24C;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	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%;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.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
 * -----------------------------------------------------------------------------
 */
.site-footer {
  overflow: hidden;
	border-top: 1px solid #595D5C;
	color: #595D5C;
	background-color: #ffffff;
	font-size: 16px;
	position: relative;
	z-index: 3;
}
.site-info {
	padding: 25px 0;
}
.footer-left {
	display: inline-block;
	vertical-align: top;
	width: 23%;
  width: 27%;
}
.footer-right {
	position: relative;
  display: inline-block;
	vertical-align: top;
	width: 74%;
  width: 70%;
	background-color: #DFE5E3;
	padding: 0 0 0 20px;
}
.footer-right:before {
	position: absolute;
	content: "";
	top: -25px;
	left: 60px;
	width: 100vw;
	height: calc(100% + 50px);
	background-color: #DFE5E3;
	z-index: -1;
}
.footer-right:after {
	position: absolute;
	content: "";
	top: -35px;
	left: -10px;
	width: 140%;
	height: 140%;
	background-color: #DFE5E3;
	border-radius: 60px 0 0px 0;
	transform: rotate(9deg);
	transform-origin: top left;
	z-index: -1;
}
.footer-right div {
  display: flex;
  justify-content: space-between;
}
.footer-nav1 {
	flex: 0 1 20%;
}
.footer-nav2 {
	flex: 0 1 40%;
}
#footer-logo {
  width: 250px;
  height: auto;
  padding: 23px 0 18px;
}
.site-footer a {
	color: #2CA24C;
}
.site-info a:hover {
	color: #595D5C;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
}
.footer-contact {
  flex: 1 0 40%;
}
.footer-nav a {
	color: #595D5C;
}
.footer-contact p strong {
	font-weight: 400;
	text-transform: uppercase;
}
.footer-copyright a {
	color: #595D5C;
}
.footer-copyright i {
  font-size: 14px;
}


	#secondary {
		width: 162px;
	}



	.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-toggle {
		margin-right: 18px;
	}

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

	.content-area {
	}

	.site-content {
	}

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

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

	.full-width .site-content {
		margin-right: 0;
	}

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.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;
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */
	.admin-bar .site-header {
		top: 32px;
	}
	.site-main {
		margin-top: 103px;
	}
	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}


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

	.full-width .site-content .alignright {
		clear: right;
	}

/* begin alden styles */
.alignfull {
	padding:44px 0;
}
.alignfull.safezoneB .bandText2 {
	padding: 1px 0 1px;
}
/* hacky to make alignfull brwoser compliant*/
body {overflow-x:hidden; }
.entry-content .alignfull {
	width: 100vw;
	position: relative;
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 44px;
  z-index: 0;
}
.large-marge {
	margin-bottom: 44px;
}
.no-marge {
	margin-bottom: 0;
}
.wp-block-button__link {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
  color: #fff;
  background-color: #2CA24C;
  text-decoration: none !important;
  padding: 5px 38px;
	transition: 300ms;
}
.wp-block-button__link:hover {
  color: #fff;
  background-color: #2CA24C;
  text-decoration: none !important;
	opacity: .8;
}
.h2-alt {
  position: relative;
	margin-bottom: 24px;
	padding-bottom: 20px;
}
.h2-alt:before {
	position: absolute;
	content: "";
	top: 8px;
	left: -34px;
	width: 29px;
	height: 19px;
	background-image: url(/wp-content/uploads/2024/12/header-green-dots.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1;
}
.h2-alt:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: -100vw;
	width: 200vw;
	height: 1px;
	background-color: #595D5C;
	z-index: -1;
}
.inline-nav {
	font-size: 22px;
	color: #595D5C;
	font-weight: 500;
}
.inline-nav a {
	color: #2CA24C;
	text-decoration: none;
	padding-right: 8px;
}
.inline-nav a:hover {
	color: #595D5C;
	text-decoration: none;
}
.paragraph-list {
	/* margin-left: auto; */
}
.paragraph-list li {
	padding-bottom: 8px;
}
.paragraph-list li::marker {
  color: #2CA24C;
}
.wp-block-image.floated-image figure {
	margin: 10px 0 20px 40px;
}
.rrrs-border-image img {
	border-top-left-radius: 999em;
	border-top-right-radius: 999em;
	border-bottom-right-radius: 999em;
}
.rrsr-border-image img {
	border-top-left-radius: 999em;
	border-top-right-radius: 999em;
	border-bottom-left-radius: 999em;
}


#featured_cont {
	display: flex;
  height: 400px;
}
.entry-cont {
  position: relative;
  flex-basis: 45%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #595D5C;
}
#featured_image {
  flex-basis: 55%;
}
.entry-cont:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #595D5C;
	z-index: 1;
}
.entry-cont:after {
	position: absolute;
  content: "";
  bottom: -7px;
  right: -80px;
  width: 130%;
  height: 130%;
  background-color: #595D5C;
  border-radius: 0 0 90px 0;
  transform: rotate(5deg);
	transform-origin: bottom right;
  z-index: 1;
}
.entry-header {
	position: relative;
	width: 100%;
  margin-top: 44px;
  margin-left: 10%;
	z-index: 99;
}
.entry-title {
	font-size: 24px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.1;
	margin: 0;
}
.entry-subtitle {
	position: relative;
	font-size: 56px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -1.5px;
	line-height: 1.1;
  margin: 32px 0 32px;
}
.entry-subtitle span {
  text-transform: lowercase;
}
.entry-subtitle:before {
	position: absolute;
	content: "";
	top: 8px;
	left: -43px;
	width: 35px;
	height: 23px;
	background-image: url(/wp-content/uploads/2024/12/header-green-dots.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1;
}
.entry-subtitle:after {
	position: absolute;
	content: "";
	bottom: -12px;
	left: -100%;
	width: 200%;
	height: 1px;
	background-color: #ffffff;
	z-index: 1;
}
.entry-copy {
	font-size: 24px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.3;
	margin: 0;
}
#home-logo {
	width: 250px;
  height: auto;
  padding: 23px 0 18px;
}
.logo-cont {
  position: relative;
	background-color: #ffffff;
  padding-right: 40px;
}
.logo-cont:before {
	position: absolute;
	content: "";
	top: 0;
	left: -100vw;
	width: 100vw;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
}
.logo-cont:after {
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 69px;
	height: 104px;
	background-image: url(/wp-content/uploads/2024/12/header-clip-mask.png);
	z-index: 0;
	background-size: contain;
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
#featured_image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


.home #featured_cont {
	display: block;
	height: 83vh;
}
.home #featured_image {
	height: 100%;
	background-position: 50% 0%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	justify-content: space-between;
}
.home-entry-cont {
  margin-top: 24vh;
  margin-top: 21vh;
	width: 100%;
}
.home-entry-title {
  font-size: 76px;
  color: #ffffff;
	font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
	margin: 0 0 44px;
  /* background: red; */
}
.dna-graphic {
  width: 100%;
	transition: 750ms ease-out;
}
.entry-graphcs {

}
.entry-graphcs.moved-set {
	background-image: url(/wp-content/uploads/2024/12/home-page-dna-graphics-both50.png);
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 1px 0;
}
.entry-graphcs.moved .dna-graphic {

}
.entry-graphcs.moved-set .dna-graphic {
		transition: 150ms;
		opacity: 0;
  /* visibility: hidden; */
}
#dna-img-01 {
  margin-top: -35px;
	margin-top: -1.59%;
}
.entry-graphcs.moved #dna-img-01 {
  margin-top: 0;
}
#dna-img-02 {
  margin-top: 25px;
	margin-top: 1.14%;
}
.entry-graphcs.moved #dna-img-02 {
	margin-top: -41px;
	margin-top: -2.3%;
}

.home .content-area {
  padding-top: 58px;
  padding-bottom: 0;
}
.home .safezoneB {
  max-width: 1405px;
}
.home .wp-block-columns {
	gap: 4em;
}
.home .wp-block-columns p:last-of-type {
	margin-bottom: 44px;
}
.home .h2-alt:before {
  top: 6px;
  left: -43px;
  width: 38px;
  height: 25px;
}
.home-cols-01 {
	gap: 2em !important;
	margin-bottom: 64px;
}
.home-cols-01 .wp-block-column .wp-block-columns {
	gap: 2em !important;
}
.home-cols-01 .wp-block-columns {
	height: 77%
}
.home-cols-img01 .wp-block-image {
	max-width: 350px;
	margin: auto;
}
#home-band-01 {
	margin-bottom: 0;
	padding: 74px 0 84px;
}
#home-band-01 .wp-block-columns {
	flex-direction: row-reverse;
}
#home-band-02 {
	margin-bottom: 0;
	padding: 74px 0 84px;
}
#home-band-02 h2,
#home-band-02 p {
	color: #ffffff;
}
#home-band-02 .h2-alt:after {
  background-color: #ffffff;
}

.page-id-14 .content-area {
  /* padding-bottom: 100px; */
}
#science-band-01,
#science-band-02 {
	z-index: 0
}
#science-band-01:before,
#science-band-02:before {
	position: absolute;
	content: "";
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/* background-color: #DFE5E3; */
	z-index: -1;
	background-image: url(/wp-content/uploads/2024/12/dna-strand-bkg-01.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
  opacity: .3;
}
#science-band-01 h3,
#science-band-02 h3 {
	font-size: 22px;
	color: #2CA24C;
	font-weight: 500;
	text-transform: uppercase;
}
#science-band-01 li,
#science-band-02 li {
  font-size: 22px;
  padding-bottom: 8px;
  line-height: 1.5;
}
#science-band-01 li:last-of-type,
#science-band-03 li:last-of-type {
 padding-bottom: 0;
}
#science-band-01 li::marker,
#science-band-02 li::marker {
 color: #2CA24C;
}

.platform-tab-controls {
	margin-top: 70px;
}
.platform-tab-controls .wp-block-column {
	background-color: #8FBD49;
	color: #ffffff;
	padding: 15px 25px;
	border: 1px solid #2CA24C;
	cursor: pointer;
}
.platform-tab-controls p {
	position: relative;
	transition: 300ms;
	margin-bottom: 0;
}
.platform-tab-controls p:after {
	position: absolute;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 500;
	content: "\f160";
	bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
	color: #ffffff;
}
.platform-tab-controls .wp-block-column:hover p {
	font-weight: 700;
}
.platform-tab-controls .wp-block-column.active {
	background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
	box-shadow: 0px 6px 30px rgba(0, 0, 0, .3);
  margin-top: -10px;
}
.platform-tab-controls .wp-block-column.active p {
	color: #2CA24C;
	font-weight: 700;
}
.platform-tab-controls .wp-block-column.active p:after {
	content: "\f161";
  color: #2CA24C;
}
.platform-tab-cont {
	box-shadow: 0px 10px 50px rgba(0, 0, 0, .3);
	margin-bottom: 50px;
}
.platform-tab-cont .wp-block-column {
	display: flex;
	border: 1px solid #2CA24C;
	border-top: none;
	flex-direction: column;
	margin-top: -1px;
	display: none;
}
.platform-tab-cont .wp-block-column.active {
  display: flex;
}
.platform-tab-cont p {
	background-color: #DFE5E3;
	padding: 0 20px 24px;
	margin-bottom: 0;
}
.platform-tab-cont p:first-of-type {
	padding-top: 20px;
}
.platform-tab-cont p:last-of-type {
  margin-bottom: 44px;
}
.platform-tab-cont .wp-block-column:nth-of-type(3) p:last-of-type {
  margin-bottom: 0;
}
.platform-tab-cont .wp-block-image {
	text-align: center;
	padding: 40px;
}
.pubs_row {
	margin-bottom:34px;
}
.pubs_date {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
		margin-bottom: 5px;

}
.pubs_row a {
	color: #2CA24C;
	text-decoration: none;
	transition: 300ms;
}
.pubs_row a:hover {
	text-decoration: none;
}
.pubs_row a:hover h3 {
	color: #595D5C;
}
.pubs_row h3 {
	position: relative;
	display: inline-block;
	color: #2CA24C;
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.pubs_type {
    font-size: 22px;
    line-height: 1.3;
    font-style: italic;
}



#patients-band {
  margin-top: -24px;
}
#ct-band {
	background-size: 100%;
	background-position: 0% 0%;
  margin-bottom: 0;
	padding-bottom: 0;
}
.ct_row {
	border-image: linear-gradient(to bottom, #C9D6D2 0%, transparent 60%) 1;
	border-width: 2px;
	border-style: solid;
	padding: 40px;
  margin-left: -40px;
	margin-bottom: 34px;
	background-color: #ffffff;
}
.ct_row h3 {
	color: #2CA24C;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 46px;
}
.ct_row .wp-block-columns p {
	position: relative;
	color:#595D5C;
	font-size: 22px;
  margin-bottom: 40px;
  margin-left: 100px;
}
.ct_row .wp-block-columns .wp-block-column:nth-of-type(1) p:before {
	position: absolute;
	content: "";
	top: -17px;
	left: -105px;
	width: 90px;
	height: 81px;
	background-image: url(/wp-content/uploads/2024/12/clinical-trials-icon-recruit.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.ct_row .wp-block-columns .wp-block-column:nth-of-type(2) p:before {
	position: absolute;
	content: "";
	top: -17px;
	left: -105px;
	width: 90px;
	height: 81px;
	background-image: url(/wp-content/uploads/2024/12/clinical-trials-icon-age.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.ct_row .wp-block-columns p strong {
	font-size: 20px;
	text-transform: uppercase;
}



.page-id-27 .content-area {
  padding-bottom: 0;
}
#overview-band {
  margin-top: 44px;
  margin-bottom: 0;
}

.page-id-24 .content-area {
  padding-top: 100px;
}
.bio-details-top {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.bio-details-top:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: -60px;
    width: 100vw;
	height: 1px;
	background-color: #595D5C;
	z-index: -1;
	width: 130%;
}
#leadership .bio-box:nth-of-type(even) .bio-details-top:after {
	width:178%;
}
#bod .bio-box:nth-of-type(even) .bio-details-top:after {
	width:178%;
}
.bio-box {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-bottom: 100px;
}
#leadership .bio-box:nth-of-type(odd) {
  margin-right: 4%;
}
#bod .bio-box:nth-of-type(odd) {
  margin-right: 4%;
}
.bio-thumb {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin-right: 4%;
	border-top-right-radius: 999em;
	border-top-left-radius: 999em;
	border-bottom-left-radius: 999em;
	overflow: hidden;
}
.bio-details {
  display: inline-block;
	vertical-align: top;
  width: 61%;
}
.bio_title {
  font-size: 24px;
  color: #595D5C;
  font-weight: 400;
	line-height: 1.3;
  margin-bottom: 6px;
}
.bio_position {
  font-size: 20px;
  color: #595D5C;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 6px;
}
.bio_toggle {
	color: #2CA24C;
	text-transform: uppercase;
  margin-bottom: 0;
	display: none;
}
.bio-details-bottom {
  position: relative;
  max-height: 179px;
  overflow: hidden;
	cursor: pointer;
	transition: 500ms;
}
.bio-details-bottom.active {
  max-height: 1100px;
	transition: 1s;
}
.bio-details-bottom.active .bio-details-control {
	/* bottom: -9px; */
}
.bio-details-bottom p {
	font-size: 17px;
  line-height: 1.8;
}
.bio-details-bottom p:last-of-type {
	/* margin-bottom: 0; */
}
.bio-details-control {
  position: absolute;
	left: 0;
  bottom: -7px;
	width: 100%;
	color: #2CA24C;
	background-color: #ffffff;
  margin-bottom: 0;
}
#team-band {
  padding: 72px 0;
	margin-bottom: 100px;
  z-index: 0;
}
#team-band:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2024/12/dna-strand-bkg.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .5;
	z-index: -1;
}
#team-band h2 {
	position: relative;
  font-size: 56px;
  color: #464948;
  font-weight: 400;
  text-transform: uppercase;
	line-height: 1.1;
  letter-spacing: -1.5px;
	margin-bottom: 0;
	margin-left: 24px;
}
#team-band h2:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -43px;
  width: 35px;
  height: 23px;
  background-image: url(/wp-content/uploads/2024/12/header-green-dots.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
#team-band h2 span {
  color: #2CA24C;
}
.investor-logo {
	float: left;
	width: calc(25% - 3px);
	padding: 10px 0;
	border-bottom: 1px solid #595D5C;
	border-right: 1px solid #595D5C;
}
/* for rows of 3 */
/* .investor-logo:nth-child(3n+2) {
	border-right: 1px solid #595D5C;
	border-left: 1px solid #595D5C
} */
.investor-logo:nth-child(4n+4) {
  border-right: none;
}

/* for 3 items on bottom */
/* .investor-logo:nth-last-of-type(1),
.investor-logo:nth-last-of-type(2),
.investor-logo:nth-last-of-type(3) {
	border-bottom: none;
} */

.investor-logo:nth-last-of-type(1),
.investor-logo:nth-last-of-type(2),
.investor-logo:nth-last-of-type(3),
.investor-logo:nth-last-of-type(4) {
	border-bottom: none;
}

.news_row {
	margin-bottom:34px;
}
.news_date {
  margin-bottom: 14px;
}
.news_row a {
	color: #2CA24C;
  text-decoration: none;
	transition: 300ms;
}
.news_row a:hover {
	text-decoration: none;
}
.news_row a:hover h3 {
	color: #595D5C;
}
.news_row h3 {
	position: relative;
  display: inline-block;
	color: #2CA24C;
	font-size: 28px;
	line-height: 1.3;
	/* padding-bottom: 14px;
  margin-bottom: 14px; */
}
.home-news-cols {
  gap: 2em;
}
.home_news_row {
  margin-bottom: 34px;
}
.home_news_row a {
	color: #2CA24C;
  text-decoration: none;
	transition: 300ms;
}
.home_news_row a:hover {
	text-decoration: none;
}
.home_news_row a:hover h3 {
	color: #595D5C;
}
.home_news_row h3 {
	position: relative;
  display: inline-block;
	color: #2CA24C;
	font-size: 28px;
	line-height: 1.3;
	/* padding-bottom: 14px;
  margin-bottom: 14px; */
}
.news_excerpt {
  font-weight: 300;
}
.go-back {
  text-align: right;
}
.search .go-back {
	display: none;
}
.page-id-7 .content-area {
  padding-top: 0;
  padding-bottom: 0;
}
.page-id-30 .content-area {
  padding-bottom: 0;
}
#values-band .h2-alt {
	color: #ffffff;
  margin-bottom: 44px;
}
#values-band .h2-alt:after {
  background-color: #ffffff;
	z-index: 1;
}
.values-cols-block {
  position: relative;
	display: block !important;
	margin-bottom: 18px;
}
.values-cols-block:before {
  position: absolute;
	content: "";
	top:0;
	left:auto;
	right: 102%;
	width: 42%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/12/dna-shape-rec.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-top-right-radius: 999em;
	border-bottom-right-radius: 999em;
	border-top-left-radius: 999em;
}
.values-cols-block:after {
  position: absolute;
	content: "";
	top:0;
	left: 101%;
	width: 28%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/12/dna-shape-sq.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-top-right-radius: 999em;
	border-bottom-right-radius: 999em;
	border-bottom-left-radius: 999em;
}
.values-cols-block:nth-of-type(even):before {
	right: auto;
	left: 101%;
	width: 42%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/12/dna-shape-rec.jpg);
	border-top-left-radius: 999em;
	border-top-right-radius: 0;
	border-bottom-right-radius: 999em;
	border-bottom-left-radius: 999em;
}
.values-cols-block:nth-of-type(even):after {
	left: auto;
	right: 102%;
	width: 28%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/12/dna-shape-sq.jpg);
	border-top-left-radius: 999em;
	border-top-right-radius: 0;
	border-bottom-right-radius: 999em;
	border-bottom-left-radius: 999em;
}
.values-cols-block .wp-block-column {
	position: relative;
	display: inline-block;
  max-height: 336px;
  max-height: 312px;
  overflow: hidden;
  vertical-align: top;
}
.values-cols-block .wp-block-column:nth-of-type(1) {
	margin-right: 2%;
}
.values-cols-block .wp-block-column:nth-of-type(2) {
	margin-right: 2%;
}
.values-cols-block .wp-block-column:nth-of-type(3) {
	margin-right: 0;
}
.values-cols-block .square-block {
	width: 26%;
}
.values-cols-block .rect-block {
	width: 42%;
}
.values-cols-block .blank-block {
	width: 26%;
	padding-top: 23.5%;
	padding-top: 23%;
	overflow: visible;
}
.values-cols-block .blank-block:before {
  position: absolute;
	content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8FBD49;
}
.values-cols-block .rrrs-border-col.blank-block:before,
.rrrs-border-col {
	border-top-left-radius: 999em;
	border-top-right-radius: 999em;
	border-bottom-right-radius: 999em;
}
.values-cols-block .rrsr-border-col.blank-block:before,
.rrsr-border-col {
	border-top-left-radius: 999em;
	border-top-right-radius: 999em;
	border-bottom-left-radius: 999em;
}
.values-cols-block .rsrr-border-col.blank-block:before,
.rsrr-border-col {
	border-top-left-radius: 999em;
	border-bottom-right-radius: 999em;
	border-bottom-left-radius: 999em;
}
.values-cols-block .srrr-border-col.blank-block:before,
.srrr-border-col {
	border-top-right-radius: 999em;
	border-bottom-right-radius: 999em;
	border-bottom-left-radius: 999em;
}
.values-cols-block .div-cont {
  position: absolute;
  top: 30%;
  top: 24%;
  left: 0;
  width: calc(100% - 40px);
  height: 100%;
	max-height: 22%;
  overflow: hidden;
  color: #ffffff;
	text-align: center;
	z-index: 9999;

	border-bottom-right-radius: 999em;
	border-bottom-left-radius: 999em;
	padding: 0 20px 80px 20px;
	transition: 50ms;
  cursor: pointer;
}
.values-cols-block .div-cont.active {
	max-height: 999px;
}
.values-cols-block .div-cont.active .fa-plus {
	display: none;
}
.values-cols-block:nth-of-type(1) .wp-block-column:nth-of-type(1):before {
  background-color: #8FBD49;
}
.values-cols-block:nth-of-type(2) .wp-block-column:nth-of-type(1):before {
  background-color: #2CA24C;
}
.values-cols-block:nth-of-type(2) .wp-block-column:nth-of-type(3):before {
  background-color: #148099;
}
.values-cols-block:nth-of-type(4) .wp-block-column:nth-of-type(1):before {
  background-color: #148099;
}
.values-cols-block:nth-of-type(4) .wp-block-column:nth-of-type(3):before {
  background-color: #6A6B6B;
}
#ri-cube.active {
	background-color: #8FBD49;
	border-top-right-radius: 500em;
}
#ui-cube.active {
	background-color: #2CA24C;
	border-top-left-radius: 500em;
	border-top-right-radius: 500em;
  padding-bottom: 70px;
}
#pce-cube {
  max-height: 37%;
}
#pce-cube.active {
	background-color: #148099;
	border-top-left-radius: 500em;
	max-height: 999px;
  padding-bottom: 60px;
}
#gr-cube.active {
	background-color: #8FBD49;
	border-top-right-radius: 500em;
}
#ec-cube.active {
	background-color: #148099;
	border-top-right-radius: 500em;
  padding-bottom: 50px;
}
.div-cont span {
	display: block;
	font-size: 36px;
	color:#ffffff;
	font-weight: 200;
  line-height: 1.3;
  margin-bottom: 15px;
}
.div-cont i {
	display: block;
	font-size: 30px;
	color:#ffffff;
	font-weight: 300;
}
.div-cont p {
	padding: 10px;
	margin-bottom: 0;
}
.culture-cols {
	flex-direction: row-reverse;
  gap: 5em;
  margin-bottom: 64px;
}
.culture-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 60%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
  margin-top: 80px;
}
.culture-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 40%;
}
#benefits-band {
  margin-bottom: 0;
  padding: 74px 0;
}
.benefits-cols {
  gap: 5em;
}
.benefits-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 60%;
}
.benefits-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 40%;
}
.benefits-cols li {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 8px;
}
.benefits-cols li::marker {
	color: #2CA24C;
}
.benefits-cols li:nth-of-type(even)::marker {
	color: #8FBD49;
}
#jobs-band {
	margin-bottom: 0;
}
#jobs-band .h2-alt {
	color: #ffffff;
}
#jobs-band .h2-alt:after {
  background-color: #ffffff;
	z-index: 1;
}
#jobs-band p {
	color: #ffffff;
}
#jobs-band a {
	color:#ffffff;
}
#contact-band {
	margin-bottom: 0;
}
#nf-form-1-cont {
  margin-top: 44px;
}
#nf-form-1-cont .nf-form-fields-required {
	display: none;
}
#nf-form-1-cont .nf-form-content input:not([type=submit]),
#nf-form-1-cont .nf-form-content input:not([type=button]),
#nf-form-1-cont .nf-form-content textarea {
  border: 1px solid #787878;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
#nf-form-1-cont .nf-form-content button,
#nf-form-1-cont .nf-form-content input[type=button],
#nf-form-1-cont .nf-form-content input[type=submit] {
	font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  background: #2CA24C;
  color: #ffffff;
  border-top: none !important;
  height: auto;
  padding: 5px 38px;
  border-radius: 999em;
  text-transform: none;
	transition: all .3s;
}
#nf-form-1-cont .nf-form-content button:hover,
#nf-form-1-cont .nf-form-content input[type=button]:hover,
#nf-form-1-cont .nf-form-content input[type=submit]:hover {
  background: #2CA24C;
  color: #ffffff;
  opacity: .8;
}
.news_type {
    margin-bottom: 0;
}
@media all and (max-width:800px) {
	#nf-form-1-cont .nf-field-container {
    margin-bottom: 10px;
	}
}
.contact-cols {
	margin-bottom: 44px;
}
.contact-cols h3 {
	position: relative;
	color: #ffffff;
	margin-bottom: 24px;
	padding-bottom: 20px;
}
.contact-cols h3 {
	position: relative;
	color: #ffffff;
	margin-bottom: 24px;
	padding-bottom: 20px;
}
.contact-cols h3:before {
	position: absolute;
	content: "";
	top: 8px;
	left: -34px;
	width: 29px;
	height: 19px;
	background-image: url(/wp-content/uploads/2024/12/header-green-dots.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1;
}
.contact-cols h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: calc(100% + 36px);
  height: 1px;
  background-color: #ffffff;
  z-index: 1;
}
.contact-cols h3:last-of-type:after {
  width: 100vw;
}
.contact-cols p {
	color: #ffffff;
}
.contact-cols a {
	color: #ffffff;
	text-decoration: none;
}
.contact-cols a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.contact-img-cols-block {
  position: relative;
	display: block !important;
	margin-bottom: 44px;
}
.contact-img-cols-block:before {
  position: absolute;
	content: "";
	top:0;
	right: 102%;
	width: 42%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/12/dna-shape-rec.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-top-right-radius: 147px;
	border-bottom-right-radius: 147px;
	border-top-left-radius: 147px;
}
.contact-img-cols-block:after {
  position: absolute;
	content: "";
	top:0;
	left: 101%;
	width: 28%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/12/dna-shape-sq.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.contact-img-cols-block .wp-block-column {
  max-height: 336px;
  max-height: 312px;
  overflow: hidden;
  vertical-align: top;
}
.contact-img-cols-block .wp-block-column:not(:last-of-type) {
	margin-right: 2%;
}
.contact-img-cols-block .wp-block-column:nth-of-type(1) {
	display: inline-block;
	width: 26%;
	background-color: #8FBD49;
  padding-top: 25%;
  padding-top: 23.5%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.contact-img-cols-block .wp-block-column:nth-of-type(2) {
	display: inline-block;
	width: 26%;
	border-top-right-radius: 100%;
	border-top-left-radius: 100%;
	border-bottom-left-radius: 100%;
}
.contact-img-cols-block .wp-block-column:nth-of-type(3) {
	display: inline-block;
	width: 42%;
	border-top-right-radius: 147px;
	border-bottom-right-radius: 147px;
	border-top-left-radius: 147px;
}
.contact-img-cols {
  gap: 12px;
	display: none !important;
}
.contact-img-cols .wp-block-column:nth-of-type(1) {
  flex-basis: 25%;
	background-color: #8FBD49;
	width: 100%;
  height: auto;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.contact-img-cols .wp-block-column:nth-of-type(2) {
  flex-basis: 25%;
	background-image: url(/wp-content/uploads/2024/12/contact-dna-image.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-top-right-radius: 100%;
	border-top-left-radius: 100%;
	border-bottom-left-radius: 100%;
  height: 294px;
}
.contact-img-cols .wp-block-column:nth-of-type(2) img {
	visibility: hidden;
}
.contact-img-cols .wp-block-column:nth-of-type(3) {
  flex-basis: 50%;
	background-image: url(/wp-content/uploads/2024/12/contact-map-image-rec.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-top-right-radius: 147px;
	border-bottom-right-radius: 147px;
	border-top-left-radius: 147px;
}
.page-template-no-parent .entry-title {
  display: none;
}
.inline-btn {
	display: inline-block !important;
	margin-bottom: 20px;
}
.inline-logo {
    display: inline-block;
    vertical-align: middle;
	max-width: 200px;
	margin-right: 40px;
}
.green-text {
	font-size: 22px;
	color: #2CA24C;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 34px;
}
.page-id-3 p,
.page-id-804 p,
.page-id-807 p,
.page-id-815 p {
	text-align:justify
}
.page-id-3 ul,
.page-id-804 ul,
.page-id-807 ul,
.page-id-815 ul {
	text-align:justify
}
.page-id-815 #masthead,
.page-id-815 #featured_cont,
.page-id-815 footer,
.page-id-815 #wprmenu_bar{
    display: none !important;
}
.footnotes {
    font-size: 16px;
    line-height: 1.4;
}
#pipeline-box {
    position: relative;
    background: linear-gradient(90deg,rgba(209, 233, 248, 1) 58%, rgba(209, 233, 248, 0) 100%);
    margin-top:44px;
    padding: 10px 20px;
    z-index: 99;
}
#pipeline-box .wp-block-column:nth-of-type(1) {
    flex: 0 1 200px;
}
#pipeline-box .wp-block-column:nth-of-type(2) p {
    display: block !important;
    font-size: 16px;
    color: #000;
    text-align:center;
    padding: 0;
}
@media all and (max-width:1500px) {
	.home-entry-title {
	    font-size: 60px;
	    margin: 0 0 24px;
	}
	#primary.safezoneA,
	.home .safezoneB {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media all and (max-width:1440px) {
	.safezoneA {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media all and (max-width:1365px) {
	.home-entry-title {
    /* font-size: 64px; */
	}
	.home-cols-01 {
    display: block !important;
	}
	.home-cols-01 .wp-block-columns {
		height: auto;
	}
	.home-cols-01 > .wp-block-column:nth-of-type(1) {
		position: relative;
		margin-bottom: 74px;
	}
	.home-cols-01 > .wp-block-column:nth-of-type(2) {
		position: relative;
	}
	.home-cols-01 .wp-block-columns .wp-block-column:nth-of-type(1) {
		flex-basis: 70%;
	}
	.home-cols-01 .wp-block-columns .wp-block-column:nth-of-type(2) {
		flex-basis: 30%;
	}
	.home-cols-01 .home-cols-img01 {
		flex-basis: 30%;
		margin-top: -60px;
	}
	.home-cols-01 .wp-block-buttons {
		position: absolute;
    bottom: 30px;
    bottom: 10px;
	}

	.ct_row {
    margin-left: 0;
	}
	.bio-details-top {
    margin-bottom: 12px;
    padding-bottom: 5px;
	}
	.bio_title {
    font-size: 22px;
	}
	.bio_position {
    font-size: 18px;
	}
}

@media all and (max-width:1279px) {
	.safezoneB {
		padding-left: 2%;
		padding-right: 2%;
	}
	.h2-alt {
    margin-left: 24px;
	}
	#featured_cont {
    height: 340px;
	}
	.entry-header br {
    display: none;
	}
	.entry-title {
		font-size: 22px;
	}
	.entry-subtitle {
		font-size: 46px;
	}
	.entry-copy {
		font-size: 20px;
	}
	.contact-cols {
    margin-left: 24px;
	}
	.home-entry-header {
		margin-left: 0;
	}
	.home-entry-title {
		font-size: 40px;
		margin: 0px 0 18px;
	}

	.footer-left {
    width: 31%;
	}
	.footer-right {
    width: 63%;
	}

}
@media all and (max-width:1240px) {
	.home-cols-01 .wp-block-buttons {
		position: relative;
		bottom: 10px;
	}
	.bio-box {
    width: 100%;
		margin-bottom: 60px;
	}
	.bio-thumb {
		width: 21%;
		margin-right: 5%;
	}
	.bio-details {
    width: 72%;
	}
	.bio-details-top:after {
    left: -50vw;
    width: 200vw !important;
	}
	.contact-img-cols-block .wp-block-column:nth-of-type(2) {
		background-image: url(/wp-content/uploads/2024/12/contact-dna-image.jpg);
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 28%;
	}
	.contact-img-cols-block .wp-block-column:nth-of-type(2) figure {
		display: none;
	}
}
@media all and (max-width:1200px) {
	.values-cols-block .blank-block {
    padding-top: 24%;
	}
	.div-cont span {
    font-size: 30px;
	}
	.div-cont p {
    font-size: 17px;
	}
}

@media all and (max-width:1023px) {
	.entry-cont {
    flex-basis: 55%;
	}
	#featured_image {
    background-position: 25% 50%;
	}

	#ct-band {
    background-position: 0% 30px;
	}

	.footer-left {
		width: 100%;
		margin-bottom: 64px;
	}
	.footer-right {
		width: 100%;
		padding-left: 40px;
	}
	.footer-right:after {
    top: -34px;
    left: 0px;
	}
}


/* mobile menu break point only */
@media all and (max-width:900px) {
	#wprmenu_bar {
		box-shadow: 3px 3px 14px rgba(89, 93, 92, .2);
	}
	#wprmenu_bar div.hamburger {
    margin-top: 1px;
	}
	#wprmenu_bar .bar_logo {
    height: 48px;
		margin-top: -7px;
	}
	#wprmenu_bar .menu_title > a {
    position: relative;
  }
	#wprmenu_bar .menu_title > a:after {
    position: absolute;
    content: "";
		top: -20px;
		left: 100%;
		width: 50px;
		height: 72px;
    background-image: url(/wp-content/uploads/2024/12/header-clip-mask.png);
    z-index: 0;
    background-size: contain;
    background-position: 0% 100%;
    background-repeat: no-repeat;
	}
	#wprmenu_bar .menu_title > a:before {
		position: absolute;
		content: "";
		top: -20px;
		left: -100%;
		width: 200%;
		height: 72px;
		background-color: #ffffff;
		z-index: -1;
	}
	.site-main {
    margin-top: 30px;
	}

}
@media all and (max-width:900px) {
	h2 {
    font-size: 28px;
	}
	h3 {
    font-size: 24px;
	}
	.h2-alt {
		font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 13px;
	}
	.home .h2-alt:before,
	.h2-alt:before {
		top: 6px;
		left: -29px;
		width: 27px;
		height: 17px;
	}
	#featured_cont {
    height: 400px;
		height: auto;
    flex-direction: column-reverse;
	}
	#featured_image {
    flex-basis: 35%;
		flex-basis: 250px;
	}
	.entry-cont {
    flex-basis: 65%;
		justify-content: center;
	}
	.entry-cont:before,
	.entry-cont:after {
    content: none;
	}
	.entry-header {
    max-width: 1405px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
		margin-left: 24px;
		margin-right: 10px;
	}
	.entry-title {
    font-size: 20px;
    padding-top: 20px;
	}
	.entry-subtitle {
    font-size: 40px;
		letter-spacing: -.5px;
    margin: 22px 0 22px;
	}
	.entry-subtitle:before {
    top: 6px;
    top: 0;
    left: -29px;
    width: 27px;
    height: 17px;
	}
	.entry-subtitle:after {
    width: 250%;
	}
	.entry-copy {
    font-size: 20px;
		padding-bottom: 24px;
	}

	.home #featured_cont {
    height: 450px;
	}
	.home-entry-cont {
    margin-top: 110px;
	}
	.home-cols-01 .wp-block-columns .wp-block-column:nth-of-type(1) {
		flex-basis: 50%;
	}
	.home-cols-01 .wp-block-columns .wp-block-column:nth-of-type(2) {
		flex-basis: 40%;
	}
	#home-band-01,
	#home-band-02 {
    padding: 34px 0 44px;
	}
	#home-band-01 .wp-block-columns,
	#home-band-02 .wp-block-columns {
    display: block;
	}
	#home-band-01 .wp-block-columns .wp-block-column:nth-of-type(1),
	#home-band-02 .wp-block-columns .wp-block-column:nth-of-type(1) {
    margin-bottom: 44px;
}


	.ct_row h3 {
    font-size: 24px;
    margin-bottom: 36px;
	}
	.ct_row .wp-block-columns p {
    font-size: 18px;
		line-height: 1.3;
	}
	.ct_row .wp-block-columns p strong {
    font-size: 18px;
    text-transform: uppercase;
	}
	.ct_row .wp-block-columns .wp-block-column:nth-of-type(1) p:before {
    top: -15px;
    left: -82px;
    width: 71px;
    height: 65px;
	}
	.ct_row .wp-block-columns .wp-block-column:nth-of-type(2) p:before {
    top: -13px;
    left: -84px;
    width: 71px;
    height: 65px;
	}


	#patients-band {
    margin-top: -10px;
    padding: 24px 0;
	}
	#team-band {
    padding: 42px 0;
    margin-bottom: 70px;
	}
	#team-band h2 {
    font-size: 28px;
    letter-spacing: -.5px;
	}
	#team-band h2:before {
		top: 0;
		left: -29px;
		width: 27px;
		height: 17px;
	}


	.inline-nav {
    font-size: 18px;
	}

	.news_row,
	.home_news_row {
    margin-bottom: 24px;
	}
	.news_row h3,
	.home_news_row h3 {
    font-size: 24px;
	}
	.pubs_row {
  	margin-bottom: 24px;
	}
	.pubs_row h3 {
  	font-size: 24px;
	}
	.pubs_date,
	.pubs_type {
  	font-size: 18px;
	}
	.contact-cols {
		gap: 1em;
    margin-bottom: 24px;
	}
	.contact-cols h3 {
		margin-bottom: 10px;
    padding-bottom: 10px;
	}
	.contact-cols h3:before {
		top: 6px;
		left: -29px;
		width: 27px;
		height: 17px;
	}
	.contact-cols p {
    font-size: 16px;
	}

	.values-cols-block .div-cont {
    max-height: 10%;
		top: 36%;
	}
	#pce-cube {
		top: 23%;
		max-height: 20%;
	}
	#pce-cube span {
		/* font-size: 20px; */
	}
	#pce-cube.active {
    border-top-left-radius: 390em;
	}
	.div-cont span {
		font-size: 24px;
    margin-bottom: 6px;
	}
	.div-cont p {
		font-size: 16px;
	}
	.div-cont i {
    font-size: 24px;
	}
	.culture-cols {
    gap: 2em;
    margin-bottom: 44px;
	}
	#benefits-band {
    margin-bottom: 0;
    padding: 44px 0 24px;
	}
	.benefits-cols {
    gap: 3em;
	}
	.benefits-cols li {
    font-size: 18px;
    font-weight: 400;
		padding-bottom: 5px;
	}



}

@media all and (max-width:767px) {

	.home-cols-01 > .wp-block-column:nth-of-type(1) {
		margin-bottom: 44px;
	}
	.home-cols-01 .wp-block-column .wp-block-columns {
    display: block;
    margin-bottom: 44px;
	}
	.home-cols-01 .home-cols-img01 {
		margin-top: 0;
	}
	.home .wp-block-buttons {
		justify-content: center;
	}


	#science-band-01 li, #science-band-02 li {
    font-size: 20px;
	}
	.tech-img {
		display: none;
	}
	.platform-tab-controls {
    margin-top: 50px;
    display: block !important;
	}
	.platform-tab-controls .wp-block-column {
    padding: 10px 20px;
    border-bottom: none;
	}
	.platform-tab-controls .wp-block-column.active {
    border-bottom: none;
    margin-top: 0;
}

	#ct-band {
    background-size: 160%;
    background-position: 50% 30px;
	}
	.ct_row {
    padding: 20px;
	}
	.ct_row .wp-block-columns {
    gap: 0;
	}
	.ct_row h3 {
		font-size: 20px;
	}

	.bio-thumb {
		width: 100%;
		margin-right: 0;
		border-radius: 0;
	}
	.bio-details {
		width: 100%;
	}
	.investor-logo {
    width: 100%;
    float: none;
    border: none !important;
    padding: 0;
    text-align: center;
	}
	.contact-cols {
		display: block !important;
	}
	.contact-img-cols-block {
    margin-bottom: 0;
	}
	.contact-img-cols-block .wp-block-column:nth-of-type(1) {
    padding-top: 22%;
	}
	.contact-img-cols-block .wp-block-column:not(:last-of-type) {
    margin-right: 1%;
	}

	.values-cols-block .wp-block-column:nth-of-type(1),
	.values-cols-block .wp-block-column:nth-of-type(2) {
    /* margin-right: 1%; */
	}
	.values-cols-block .rect-block {
    display: none;
	}
	.values-cols-block .square-block {
    width: 33%;
	}
	.values-cols-block .blank-block {
		width: 61%;
    padding-top: 28%;
	}
	.values-cols-block:nth-of-type(2) .blank-block {
		width: 48%;
	}
	.values-cols-block .div-cont {
    width: calc(100% - 10px);
    padding: 0 5px 80px 5px;
	}
	.values-cols-block .div-cont.active {
		z-index: 99999;
		padding-bottom: 40px;
	}
	#pce-cube span,
	.div-cont span {
		font-size: 16px;
	}
	.values-cols-block .div-cont .fa-minus {
		display: none;
	}
	.values-cols-block .div-cont.active .fa-minus {
		display: block;
	}
	.div-cont i {
		font-size: 14px;
	}
	.div-cont p {
		font-size: 12px;
		display: none;
	}
	.div-cont.active p {
    display: block;
	}
	#ri-cube.active {
    border-top-right-radius: 180em;
		padding-bottom: 40px;
	}
	#ui-cube.active {
    border-top-left-radius: 350em;
    border-top-right-radius: 350em;
    padding-bottom: 40px;
	}
	#gr-cube.active {
    border-top-right-radius: 180em;
	}
	#ec-cube.active {
		border-top-right-radius: 180em;
		padding-bottom: 40px;
	}
	.values-cols-block:nth-of-type(4) .wp-block-column:nth-of-type(3){
    width: 33%;
		background-image: url(/wp-content/uploads/2024/12/core-values-img-106.jpg);
		background-size: cover;
		background-position: 50% 50%;
	}
	.values-cols-block:nth-of-type(4) .wp-block-column:nth-of-type(3):before {
    background-color: transparent;
	}
	.culture-cols {
		display: block !important;
	}
	.culture-cols .wp-block-column:nth-of-type(1) {
		margin-top: 0px;
	}
	.benefits-cols{
		display: block !important;
	}

	.site-info {
		padding-bottom: 0;
	}
	.footer-right div {
		display: block;
	}
	.footer-nav2 {
    margin-bottom: 24px;
	}
}


@media all and (max-width:500px) {
	#featured_image {
		flex-basis: 200px;
	}
	.entry-title {
		font-size: 16px;
		padding-top: 16px;
	}
	.entry-subtitle {
		font-size: 28px;
		margin: 18px 0 18px;
	}
	.entry-subtitle:after {
    bottom: -9px;
	}
	.entry-copy {
		font-size: 16px;
		padding-bottom: 20px;
	}
	.home #featured_cont {
    height: 340px;
	}
	.home #featured_image {
		background-image: url(/wp-content/uploads/2024/12/home-bkg-mobile.jpg) !important;
	}
	.entry-graphcs.moved #dna-img-01 {
	  /* margin-top: 0; */
	}
	.entry-graphcs.moved #dna-img-02 {
		margin-top: -22px;
	}
	.entry-graphcs.moved-set {
    background-size: 100%;
    background-position: 50% 25%;
    padding: 0;
	}
	.home-entry-cont {
    margin-top: 96px;
    transform: translateX(25%) scale(1.7);
	}
	.home-entry-title {
		font-size: 32px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.home .content-area {
    padding-top: 32px;
	}
	#pipeline-box {
    padding: 20px 20px;
  }
	#pipeline-box .wp-block-columns {
    display: block !important;
  }
  #pipeline-box .wp-block-column:nth-of-type(1) .wp-block-image {
    max-width: 200px;
    margin: auto;
    margin-bottom: 14px;
  }
	#pce-cube,
	.values-cols-block .div-cont {
		top: 27%;
	}
	.values-cols-block .blank-block {
		padding-top: 24%;
	}
	.values-cols-block .div-cont.active {
		padding-bottom: 60px;
	}
	#ri-cube.active {
		border-top-right-radius: 350em;
		padding-bottom: 70px;
	}
	#ui-cube.active {
    padding-bottom: 120px;
	}
	#pce-cube.active {
		border-top-left-radius: 230em;
	}

	#ec-cube.active {
		border-top-right-radius: 350em;
		padding-bottom: 80px;
	}
	.contact-img-cols-block .wp-block-column:not(:last-of-type) {
		margin-right: 0%;
	}
	.contact-img-cols-block .wp-block-column:nth-of-type(1) .div-cont {
		font-size: 0;
	}
	.contact-img-cols-block .wp-block-column:nth-of-type(1) {
		padding-top: 28%;
		}
	.inline-logo {
		margin-bottom: 40px;
	}
	.footer-right {
		width: auto;
	}

}



/**
 * 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;
}






/**
 * 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;
	}
}
