/*
Theme Name: Prelude2023
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: #222a57;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}

body {
	background: #ffffff;
}

a {
	color: #97C83D;
	text-decoration: none;
}

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

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

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

h1 {
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 1.5;
}

h2 {
	font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 1.5;
  text-transform: uppercase;
}
.h2-alt {
	font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 1.5;
  text-transform: uppercase;
	margin-top: 12px;
}

h3 {
	font-family: "Lato", sans-serif;
	font-weight: 800;
	font-size: 22px;
	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, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
.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: #97C83D;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #97C83D;
	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: #97C83D;
	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: 1700px;
 	margin: 0 auto;
 }
 .safezoneAA {
 	max-width: 1920px;
 	margin: 0 auto;
 }
 .safezoneB {
 	max-width: 1220px;
 	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: transparent;
	width: 100%;
	z-index: 999;
	top:0;
	position: fixed;
	height: 155px;
  transition: 200ms;
}
.header-main {
  position: relative;
	min-height: 48px;
}
.site-header #home-logo {
	padding-top: 17px;
}
.home-logo-bkg-cont {
	display: inline-block;
	position: relative;
	background-image: url(/wp-content/uploads/2023/02/holding-shape.png);
	background-size: cover;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 600px;
	height: 155px;
	/* z-index: -1; */
}
.home-logo-bkg-cont:before {
	position: absolute;
	content: "";
	top: 0;
	right: 99%;
	width: 999em;
	height: 100%;
	background-color: #ffffff;
}
.home-logo-cont {
	position: absolute;
	top: 0;
	left: 0;
}
.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: #97C83D;
	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: #fff;
	display: block;
}

.site-navigation a:hover {
	color: #97c83d;
}

.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: #55d737;
	font-weight: 900; */
}

/* 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: #97c83d;
  text-shadow: 0px 0px 1px #97c83d;
}

/* Primary Navigation */

.primary-navigation {
	position: relative;
	float: right;
	margin: 45px 1px 0 -12px;
	padding: 0;
}
.primary-navigation:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 999em;
	height: 2px;
	background-color: #97c83d;
	z-index: -1
}

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

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

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

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

.primary-navigation a {
	display: inline-block;
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 22px;
	font-weight: 200;
  letter-spacing: .5px;
	padding: 0 12px;
	white-space: nowrap;
}
.color-reverse .primary-navigation {
	margin-top: 55px;
}
.color-reverse .primary-navigation a {
	color: #222a57;
}
#masthead.color-reverse {
  margin-top: -18px;
}
#masthead.color-reverse #home-logo {
	transform: scale(.75);
	transform-origin: bottom;
}

.primary-navigation ul ul {
	background-color: rgba(255,255,255,.95);
	border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
}

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

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

.primary-navigation ul ul a {
	padding: 10px 14px;
	white-space: normal;
	width: 176px;
	color: #222a57;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	color: #97c83d;
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	/* background-color: rgba(255,255,255,.9); */
}

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

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

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

.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f0d7" !important;
	color: #97c83d;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 9px;
	top: 16px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

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

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



/* Secondary Navigation */

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

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

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

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

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

.menu-toggle:focus {
	outline: 1px dotted;
}


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

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

.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
 * -----------------------------------------------------------------------------
 */


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

.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 {
	position: relative;
	z-index: 2;
  width: 100%;
  bottom: 0;
}
#secondary li > ul {
    margin: 0;
}
#secondary ul {
  display: block;
  text-align: left;
}
#secondary .menu-main-nav-container > ul {
  padding: 25px 0;
  margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}
#secondary li {
  position: relative;
	display: none;
}
#secondary li li {

}
#secondary .current_page_ancestor {
  display: inline-block;
}
#secondary .current_page_ancestor > a {
	display: none;
}
#secondary .current_page_ancestor > ul .current_page_ancestor > a  {
	display: inline-block;
	color: #96c73e;
	font-weight:500;
	letter-spacing: .15px;
}
#secondary .current_page_ancestor > ul .current_page_item > a  {
	color: #ffffff;
	font-weight:500;
	background-color: #50b2c7;
	border-radius: 30px;
}
#secondary .current_page_ancestor > ul li {
	display: inline-block;
}
#secondary .current_page_ancestor > ul li:hover > ul{
	display: block;
}
#secondary .current_page_ancestor > ul ul {
	position: absolute;
	margin: 0;
	top: 51px;
	left: -15px;
	display: none;
	background: rgba(0,0,0,.9);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 99;
}
#secondary .current_page_ancestor > ul ul li {
  display: block;
	text-align: left;
	padding: 10px;
}
#secondary a {
  display: block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	color: #222a57;
	padding: 10px 20px;
	text-align: left;
	margin: 0px 2px;
	/* transition: all 300ms; */
}
#secondary .menu-item-has-children > a {
  position: relative;
	padding: 0 20px 0 8px;
}
#secondary .menu-item-has-children > a:after {
  -webkit-font-smoothing: antialiased;
  content: "\f502";
  display: inline-block;
  font: normal 11px/1 Genericons;
  position: absolute;
  right: 5px;
  top: 13px;
  vertical-align: text-bottom;
}
#secondary li:not(.current_page_ancestor > ul .current_page_item):hover > a {
/* #secondary li:hover > a { */
	text-shadow: 0px 0px 1px #222a57;
	color: #222a57;
  font-weight: 400;
}

#secondary li:hover .menu-item-has-children > a {
	/* padding: 0 19px 0 7px; */
}
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

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

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

/* Content Sidebar */

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

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

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: #ffffff;
}
.site-info a:hover {
	color: #96c73e;
}
.site-footer {
	font-family: "acumin-pro-condensed", sans-serif;
	background-color: #012651;
	font-size: 16px;
  letter-spacing: .5px;
	position: relative;
	z-index: 3;
	padding: 30px 0;
	background: rgb(1,38,81);
	background: linear-gradient(0deg, rgba(1,38,81,1) 0%, rgba(11,81,131,1) 100%);
}
.site-info {
	display: flex;
	flex: 0 0 auto;
	flex-direction: row;
}
.address-block {
	flex-basis: 30%;
}
.address-block p {
	flex-basis: 30%;
  margin-left: 76px;
  line-height: 1.8;
}
.nav-block {
  flex-basis: 60%;
  padding-top: 5px;
}
.nav-block ul {
	list-style: none;
  display: block;
  text-align: center;
  margin: 0;
}
.nav-block ul li {
	position: relative;
  display: inline-block;
}
.nav-block ul li a {
	padding: 10px 8px 0;
}
.links-block {
	flex-basis: 30%;
	text-align: right;
}
.links-block img {
  margin-top: 5px;
	vertical-align: baseline;
}
.links-block a {
	padding: 10px 8px 0;
	vertical-align: middle;
}
.search-box .search-field {
	width: 324px;
}
	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.error404 .page-header {
	margin-bottom: 24px;
}
.search-toggle {
	margin-right: 18px;
}
.search-box .search-field {
	width: 50%;
}
.content-area {
	width: 100%;
}
.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;
}
.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: 0;
	background-image: url(/wp-content/uploads/2023/02/body-bkg-1920.jpg);
	background-size: contain;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
.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 */
figcaption {
  text-align: center;
}
.entry-content ul {
  list-style: none;
  margin: 0 0 24px 32px;
}
.entry-content ol {
  margin: 0 0 24px 45px;
}
.entry-content ul li {
	position: relative;
}
.entry-content ul li:before {
	position: absolute;
	content: "• ";
	color: #50B2C7;
	top: 0;
	left: -20px;
}
.no-marge {
	margin-bottom: 0;
}
.large-marge {
	margin-bottom: 44px;
}
.larger-text {
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	max-width: 960px;
	margin: 0 auto 48px;
}
.larger-text em {
	color:#97c83d;
}
.wp-block-button__link {
  color: #fff;
  background-color: #97C83D;
  border-radius: 18px;
  box-shadow: 5px 5px 29px rgb(0 0 0 / 24%);
  text-decoration: none !important;
  padding: 20px 34px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .5px;
	transition: 300ms
}
.wp-block-button__link:hover{
	color:#fff;
	opacity: .8;
}
.row-reverse {
	flex-direction: row-reverse;
}
.figure.alignfull {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 30px 0 54px;
  margin-bottom: 64px;
	/* z-index: -99999; */
}
/* hacky to make alignfull brwoser compliant*/
body {overflow-x:hidden; }
.alignfull {
	width: 100vw;
	position: relative;
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	background: #fff;
}
.accordion_cont {
	display: block;
	width: auto;
}
.accordion-name {
	display: inline-block;
	font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  text-decoration: underline;
}
.accordion_header i {
  cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	font-weight: 400;
	border: 1px solid #222a57;
	box-sizing: border-box;
  vertical-align: middle;
	margin-left: 6px;
  margin-top: -4px;
}
.accordion_header i:before {
	content: "\f101";
	position: absolute;
	top: 10px;
	left: 12px;
	width: 17px;
	height: 19px;
	font-size: 22px;
	line-height: .9;
	transform-origin: center;
}
.accordion_open .accordion-name i {
	transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.accordion_detail p {
	margin: 24px 0 12px;
}
.accordion_detail {
	height: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
	overflow: hidden;
}
.accordion_open .accordion_detail {
	height: auto;
	opacity: 1;
}
#featured_cont {
	display: flex;
	flex-direction: row;
  height: 666px;
	max-height: 60vh;
}
#featured_image_left {
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  height: 100%;
  flex-basis: 45%;
}
.page-template-page-alt-header #featured_image_left,
.page-template-publications #featured_image_left {
	position: relative;
}
.page-template-page-alt-header #featured_image_left:before,
.page-template-publications #featured_image_left:before {
	position: absolute;
	content: "";
	top: -20px;
	left: 0;
	width: 100%;
	height: 114%;
	background-image: url(/wp-content/uploads/2023/02/header-bkg-02-overlay_1x_t.png);
	background-size: cover;
	background-position: 50% 190%;
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
#featured_image_right {
  display: flex;
  flex: 0 0 100%;
	align-items: flex-end;
	justify-content: flex-start;
  background-size: cover;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  height: 100%;
  flex-basis: 55%;
}
#featured_image_right .entry-header {
  padding: 0 25% 7% 40px;
}
.entry-title {
	font-family: "acumin-pro", sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-style: normal;
  font-size: 26px;
  line-height: 1.0909090909;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.top_content {
  font-size: 32px;
  line-height: 1.8;
  color: #fff;
  font-weight: 300;
}

.home_featured_cont {
  position: relative;
  height: 83vh;
	background-image: url(/wp-content/uploads/2023/03/prelude-science-hero.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
	transition: 2300ms;
}
.home-bkg-img  {
	position: absolute;
	width: 100%;
  height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 232px;
  margin-top: 71px;
}
.home-bkg-img h1 {
	font-size: 66px;
  color: #fff;
  font-weight: 300;
	line-height: 1.2;
  margin: 0;
}
.home-tagline1 {
	font-size: 66px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  /* transform: translateY(156px);
	transform: translateY(80px); */
	transition: 900ms;
}
.home-bkg-img p {
	font-size: 22px;
  color: #fff;
  font-weight: 300;
  margin: 20px 0 0;
	max-width: 730px;
}
.home-tagline2,
.home-tagline3,
.home-taglineC {
	opacity: 0;
	transition: 1900ms;
}
.home-taglineC span {
	display: block;
	color: #97C83D;
	font-style: italic;
}
.home_featured_cont.second_slide {
	/* background-image: url(/wp-content/uploads/2023/03/home-bkg-02.jpg); */
}
.home_featured_cont img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-position: center;
}
.home_featured_cont.second_slide img {
	opacity: 0;
	transition: 2300ms;
}
.home_featured_cont.second_slide.third_slide img {
	opacity: 1;
	transition: 2300ms;
}
.second_slide .home-tagline1 {
  /* transform: translateY(80px); */
	/* opacity: 0; */
}
.second_slide .home-tagline2,
.third_slide .home-tagline3,
.third_slide .home-taglineC {
	opacity: 1;
}


#home-band-01 {
	position: relative;
	padding: 44px 0 64px;
	margin-bottom: 0;
}
#home-band-01:before {
	position: absolute;
	content: "";
	left: 0;
	top: -25%;
	background-image: url(/wp-content/uploads/2023/02/body-bkg-1920.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 99999;
	width: 100%;
	height: 25%;
	z-index: -2;
	transform: scaleX(-1);
}
#home-band-01 h2 {
	/* color: #97C83D; */
	font-size: 44px;
	line-height: 1.2;
	text-transform: none;
}
#home-band-02 {
	color: #ffffff;
	border-top:4px solid #97C83D;
	border-bottom:4px solid #97C83D;
	padding: 64px 0;
	margin-bottom: 0;
  background-position: 50% 0%;
}
#home-band-02 h2 {
	color: #97C83D;
	text-transform: none;
  margin-bottom: 44px;
}
#home-band-02 p {
  margin-bottom: 34px;
}
#home-band-03 {
	padding: 64px 0;
	margin-bottom: 24px;
}
#home-band-03 h2 {
	/* color: #97C83D; */
	text-transform: none;
  margin-bottom: 44px;
}
#home-band-03 p {
  margin-bottom: 34px;
}
#home-band-04 {
	margin-bottom: 0px;
  padding-bottom: 14px;
}
#home-band-04 h2 {
	/* color: #97C83D; */
  font-size: 44px;
  text-transform: none;
  margin-bottom: 44px;
}
#home-band-04 .wp-block-columns {
	gap:3em;
  margin-bottom: 0;
}
.pr-cols {
	gap: 3em;
    margin-bottom: 0;
}
.pr-date {
	display: inline-block;
	font-size: 18px;
  color: #fff;
  font-weight: 600;
	background-color: #97C83D;
  padding: 3px 15px;
	margin-bottom: 14px;
  border-radius: 10px;
}
.pr-title {
  font-size: 22px;
  font-weight: 500;
	margin-bottom: 18px;
}
.pr-cta {
  font-size: 20px;
	margin-bottom: 0px;
}

.page-id-1219 .content-area,
.page-template-leadership .content-area,
.page-template-bod .content-area {
  padding-top: 22px;
}
.page-id-1219 .larger-text,
.page-template-leadership .larger-text,
.page-template-bod .larger-text {
  max-width: 970px;
}
#overview-band {
  margin-bottom: 44px;
}
#leadership-band,
#bod-band {
	position: relative;
}
#leadership-band:before,
#bod-band:before {
	position: absolute;
	content: "";
	left: 0;
	top: -250px;
	background-image: url(/wp-content/uploads/2023/02/body-bkg-1920.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 99999;
	width: 100%;
	height: 250px;
	z-index: -2;
	transform: scaleX(-1);
}
#bod-band.alignfull {
  padding: 34px 0 34px;
}
.bio_box, .bio_box3 {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin: 0;
  cursor: pointer;
}
.bio_box2 {
  width: 30%;
}
.nyb .bio_box:nth-child(2), .nyb .bio_box3:nth-child(2) {
  margin: 0;
}
.nyb .bio_box2:nth-child(2) {
  margin: 0 4%;
}
.bio_box .bio_detail_cont,
.bio_box2 .bio_detail_cont,
.bio_box3 .bio_detail_cont {
  display: none;
  height: 0;
	text-align: left;
	padding-top: 18px;
}
.bio_box img,
.bio_box2 img,
.bio_box3 img {
	margin: 0;
  /* border-radius: 50%;
  max-width: 250px; */
	transition: all 300ms ease;
}
.bio_box img:hover,
.bio_box2 img:hover,
.bio_box3 img:hover {
	filter: grayscale(0);
}
.bio_box.bc_active img,
.bio_box2.bc_active img,
.bio_box3.bc_active img {
	filter: grayscale(0);
}
.bio_box.bc_off,
.bio_box2.bc_off,
.bio_box3.bc_off {
	filter: grayscale(1);
}
.bio_box.bc_off:hover,
.bio_box2.bc_off:hover,
.bio_box3.bc_off:hover {
	filter: grayscale(0);
}
.inset_label a {
	color: #222a57;
	text-decoration: none;
	border-bottom: none;
	transition: all 300ms ease;
}
.inset_label a:nth-of-type(2) {
	color: #97C83D;
}
.inset_label a:hover {
	text-decoration: none;
	border-bottom: none;
}
.bio-title {
	font-family: 'acumin-pro-extra-condensed';
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 0 5px;
  margin: 0;
  line-height: 1.3;
}
.bmt {
	color: #97C83D;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
.read {
	text-decoration: underline;
	padding-bottom: 15px;
}
.bioless, .bioless2, .bioless3 {
	text-decoration: underline;
  display: inline-block;
}
.nyb {
  text-align: center;
	margin-top: 45px;
}
.cellpad {
	text-align: left;
  padding-top: 45px;
}



.top-caption {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 22px;
}
.page-id-11 .content-area {
  padding-top: 48px;
}
.page-id-548 .site-main {
  background-image: none;
}
.page-id-548 .content-area {
  padding-bottom: 0;
}
.cdk9-img-cols {
	margin: 64px 0;
}
.cdk9-img-cols img {
  mix-blend-mode: multiply;
}
.cdk9-img-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 60%;
}
.cdk9-img-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 40%;
}
#prt2527-band {
	margin-bottom: 0
}
#prt2527-band:before {
	position: absolute;
	content: "";
	top: -100%;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2023/02/body-bkg-1920.jpg);
	background-size: cover;
	background-position: 50% 69%;
	background-repeat: no-repeat;
  z-index: -1;
}
.page-id-27 .site-main {
  background-image: none;
}
.page-id-27 .content-area {
  padding-bottom: 0;
}
.mcl1-img-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 65%;
}
.mcl1-img-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 45%;
}
.mcl1-img-cols {
	margin: 64px 0;
}
.mcl1-img-cols img {
  mix-blend-mode: multiply;
}
#prt1419-band {
	margin-bottom: 0
}
#prt1419-band:before {
	position: absolute;
	content: "";
	top: -100%;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2023/02/body-bkg-1920.jpg);
	background-size: cover;
	background-position: 50% 69%;
	background-repeat: no-repeat;
  z-index: -1;
}
.page-id-542 .site-main {
  background-image: none;
}
.page-id-542 .content-area {
  padding-bottom: 0;
}
.cdk49-img-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 55%;
}
.cdk49-img-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cdk49-img-cols {
	margin: 64px 0;
}
.cdk49-img-cols img {
  mix-blend-mode: multiply;
}
#prt3645-band {
	margin-bottom: 0
}
#prt3645-band:before {
	position: absolute;
	content: "";
	top: -100%;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2023/02/body-bkg-1920.jpg);
	background-size: cover;
	background-position: 50% 69%;
	background-repeat: no-repeat;
  z-index: -1;
}
.page-id-34 .site-main {
  background-image: none;
}
.page-id-34 .content-area {
  padding-bottom: 0;
}
.smarca-img-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 55%;
}
.smarca-img-cols .wp-block-column:nth-of-type(2) {
	/* flex-basis: 45%; */
}
.smarca-img-cols {
	margin: 64px 0;
}
#prt3789-band {
	margin-bottom: 0
}
#prt3789-band:before {
	position: absolute;
	content: "";
	top: -100%;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2023/02/body-bkg-1920.jpg);
	background-size: cover;
	background-position: 50% 69%;
	background-repeat: no-repeat;
  z-index: -1;
}
#discovery-engine-band {
	margin-bottom: 0;
}
#discovery-engine-band-2 {
	padding: 64px 0 84px;
	color: #fff;
}
#discovery-engine-band-2 h2 {
	color: #97C83D;
  margin-bottom: 32px;
}
.discovery-engine-mobile {
	display: none;
}
.discovery-engine-desktop {
	display: block;
}



.page-template-publications .content-area {
  padding-top: 0;
  padding-bottom: 0;
}
.pubs-control-box {
  color: #97C83D;
	font-weight: 500;
  margin: 20px 0px 36px;
}
.pubs-control-box span {
  font-size: 24px;
}
.pubs-control-box a {
  font-family: 'acumin-pro-condensed';
  font-size: 24px;
	font-weight: 500;
  color: #97C83D;
  text-decoration: none;
  margin: 0 4px;
}
.pubs-control-box a:hover {
  text-decoration: underline;
}
.pubs-control-box a:first-of-type {
  margin-left: 0;
}
#pubs-banner {
	background-image: url(/wp-content/uploads/2023/02/rainbow-bkg-1920.jpg);
	background-size: cover;
	background-position: 50% 18%;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.pub-cont {
	display: none;
  padding: 44px 0;
}
.pub-cont.active {
	display: block;
}
.pub-header {
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
	margin-bottom: 40px;
}
.pub-row {
	position: relative;
	margin-bottom: 29px;
	padding-bottom: 24px;
}
.pub-row:not(:last-of-type):after {
	position: absolute;
  content: "";
  bottom: 0;
  left: -960px;
  width: 2880px;
  height: 2px;
  background-color: #97C83D;
}
.pub-content {
  display: flex;
}
.pub-thumb {
	flex: 0 0 315px;
	margin: 7px 35px 16px 0;
	max-width: 315px;
}
.pub-thumb img {
  /* border: 1px solid #222a57; */
	box-shadow: 3px 3px 17px rgb(0 0 0 / 30%);
}
.pub-desc {
	flex: 0 1 100%;
}
.pub-date {
  font-size: 20px;
  color: #97C83D;
  font-weight: 800;
  margin-bottom: 4px;
}
.pub-desc a {
	color: #222a57;
	text-decoration: none;
}
.pub-desc a:hover {
	color: #222a57;
	text-decoration: underline;
}
.pub-title {
  font-size: 32px;
  font-family: 'acumin-pro-condensed';
  font-weight: 400;
  line-height: 1.3;
	text-transform: capitalize;
}
.pub-desc p {
	margin-bottom: 0;
}



.page-id-87 .site-main,
.parent-pageid-35 .site-main {
	background-image: none;
}
.parent-pageid-35 .content-area {
	padding-bottom: 0;
}
.page-id-87 .content-area{
	padding-bottom: 84px;
}
#clinical-trials-band {
	display: none;
  padding: 0;
}
.page-id-87 #clinical-trials-band {
	display: block;
}
#clinical-trials-band .wp-block-columns{
	margin-bottom: 0;
}
#clinical-trials-band .wp-block-column:nth-of-type(1) {
	flex-basis: 60%;
	padding: 44px 0 64px;
}
#clinical-trials-band .wp-block-column:nth-of-type(2){
	flex-basis: 40%;
	background-image: url(/wp-content/uploads/2023/05/clinical-trials-overview.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.clinical-trials-btns {
	display: flex;
  justify-content: space-evenly;
}
.clinical-trial-cont.no-bkg {
  margin-bottom: 64px;
}
.clinical-trial-cont.no-bkg {
  margin-top: 64px;
}
.page-id-87 .clinical-trial-cont.no-bkg {
  margin-top: 0;
}
.clinical-trial-cont.has-bkg {
	width: 100vw;
	position: relative;
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	background-image: url(/wp-content/uploads/2023/02/rainbow-bkg-2-1920.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 50px 0 24px;
}
.clinical-trial-cont h3 {
	font-size: 24px;
	font-weight: 700;
}
.trial-number {
  margin-top: 24px;
}
.trial-desc-title {
	font-weight: 500 !important;
  text-transform: uppercase;
}
.trial-number a {
	color: #222a57;
}
h3.eligible {
	font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
.eligibility-cols .wp-block-column {
  max-width: 150px;
	margin-bottom: 18px;
}
.eligibility-cols .wp-block-column:nth-of-type(3) {
  max-width: 220px;
}
.eligibility-cols span:nth-of-type(1) {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.eligibility-cols span:nth-of-type(2) {
	display: block;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}
.sex-cols img {
  width: 40px;
  height: auto;
}


.page-id-41 .content-area {
  padding-bottom: 0;
}
#careers-band {
	margin-bottom: 0;
	padding-bottom: 20px;
}
#vision-band {
	color: #ffffff;
	background-color: #222a57;
	border-top: 3px solid #97C83D;
  border-bottom: 3px solid #97C83D;
  margin-bottom: 0;
	background-position: 70% 50%;
  padding-top: 104px;
}
#vision-band h2 {
	color: #97C83D;
}
.career-icons {
  text-align: center;
  margin: 40px 0 80px;
}
#values-band .career-icons:nth-of-type(2) .wp-block-column:nth-of-type(1) {
  margin-left: 8%;
}
#values-band .career-icons:nth-of-type(2) .wp-block-column:nth-of-type(2) {
  margin-right: 8%;
}
.career-icons .wp-block-image {
	max-width: 170px;
	margin: 0 auto 20px;
}
.career-icons p {
	font-size: 18px;
	line-height: 1.4;
	max-width: 375px;
	margin: 0 auto 14px;
}
.career-icons p strong{
	font-size: 22px;
}
.career-icons .wp-block-column p:first-of-type {
  text-transform: uppercase;
}
#careers-band-02 {
	margin-top: 84px;
    margin-bottom: 0;
	padding-bottom: 20px;
}
#benefits-band {
	position: relative;
	background-color: #ffffff;
	margin-bottom: 0;
	background-position: 70% 50%;
	margin-top: 84px;
}
#benefits-band .band-content{
	position: relative;
}
#benefits-band:before {
	position: absolute;
	content: "";
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
}
.benefits-cols .wp-block-column:first-of-type {
  flex: 0 1 50%;
}
.quote-cont p {
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
	margin-top: 8px;
	text-align: right;
}
.quote-cont {
	position: relative;
  padding: 30px 40px;
	color: #97C83D;
	background-color: #ffffff;
  border: 3px solid #222a57;
  border-radius: 28px;
}
.quote-cont:before {
	position: absolute;
  content: "";
  top: -18px;
  left: 28px;
  width: 35px;
  height: 32px;
  background-image: url(/wp-content/uploads/2023/03/quote-grn.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  /* border: 3px solid #fff; */
  filter: drop-shadow(3px 3px 0px #fff) drop-shadow(-3px -3px 0px #fff);
	/* display: none; */
}
.quote-cont:after {
	position: absolute;
	content: "";
	bottom: -18px;
	right: 30px;
	width: 35px;
	height: 32px;
	background-image: url(/wp-content/uploads/2023/03/quote-grn.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 3px 0px #fff) drop-shadow(-3px -3px 0px #fff);
	/* display: none; */
}
.quote-cont h3 {
	font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}
#vision-quote {
	color: #fff;
	background-color: transparent;
	border-color: #97C83D
}
#vision-quote.quote-cont:before {
  background-image: url(/wp-content/uploads/2023/03/quote-wht.png);
  filter: drop-shadow(3px 3px 0px #222a57) drop-shadow(-3px -3px 0px #222a57);
}
#vision-quote.quote-cont:after {
	background-image: url(/wp-content/uploads/2023/03/quote-wht.png);
  filter: drop-shadow(3px 3px 0px #222a57) drop-shadow(-3px -3px 0px #222a57);
	border: 3px solid #222a57;
}
.culture-cols {
	gap:0;
	flex-wrap: nowrap!important;
}
.culture-cols .wp-block-column:nth-of-type(1) {
	margin-left: 0;
}
.culture-cols:not(.row-reverse) .wp-block-column:nth-of-type(2) {
	margin-left: -44px;
	justify-content: flex-start;
	display: flex;
	align-items: center;
	flex-basis: 16%;
}
.culture-cols.row-reverse .wp-block-column:nth-of-type(1) {
	margin-left: -44px;
}
.culture-cols.row-reverse .wp-block-column:nth-of-type(2) {
  justify-content: flex-end;
  display: flex;
  align-items: center;
	flex-basis: 16%;
}




.page-id-42 #secondary {
	display: none;
}
.page-id-42 .content-area {
  padding-top: 0;
}
#contact-map {
	height: 250px;
  margin-bottom: 48px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.contact-cols p {
	font-size: 20px;
	font-weight: 600;
}
.contact-cols a {
	font-weight: 500;
}
#nf-form-1-cont .nf-form-fields-required {
  display: none;
}
#nf-form-1-cont .nf-form-content {
  padding: 0;
	max-width: none;
  margin: 0;
}
#nf-form-1-cont .nf-form-content input:not([type=button]),
#nf-form-1-cont .nf-form-content textarea {
  background: #ffffff;
  border: 1px solid #222a57;
  border-radius: 0;
  box-shadow: none;
  color: #222a57;
	font-weight: 500;
  transition: all .3s;
}
#nf-form-1-cont .nf-form-content .ninja-forms-field {
  font-size: 18px;
}
#nf-form-1-cont ::placeholder { /* Most modern browsers support this now. */
 color:#222a57;
}
#nf-form-1-cont .nf-form-content input[type=submit]:hover {
  background: #222a57;
  color: #ffffff;
  transition: all .3s;
}


.aavdiagram_cont {
  flex-wrap: nowrap!important;
}
.aavdiagram_cont .wp-block-column:nth-of-type(1) {
	position: relative;
	/* flex-basis: 0 !important; */
}

.aavdiagram_cont .wp-block-column:nth-of-type(1):before {
	position: absolute;
	content: "";
	top: 15%;
  left: -105%;
  width: 220%;
  height: 70%;
	background-color: #fff;
}
.aavdiagram_cont .wp-block-column:nth-of-type(2) {
	flex-basis: 0 !important;
}
										/* .aavdiagram_cont .wp-block-column:nth-of-type(2) {
											min-width: 610px;
										} */

.aavdiagram_cont figure {
	position: relative;
	rotate: -45deg;
	width: 610px;
  margin: auto;
}
.aavdiagram_cont figure.spot-1 {
	rotate: 30deg;
}
.aav_cont{
	display: none;
}
.circle_link {
	position: absolute;
	/* background-color: #fff;
	border-radius: 50%; */

	display: inline-block;
	width: 36px;
	height: 36px;
	width: 305px;
	height: 305px;
	top:-2px;
	left:-2px;
	font-size: 48px;
	font-size: 30px;
	line-height: .75;
	font-weight: 300;
	/*border: red 2px solid;*/
	cursor: pointer;

	line-height: 36px;

	display: flex;
  justify-content: center;
  align-items: center;
	transition: 100ms;
	filter: opacity(0.4) grayscale(.5);
}
.circle_link.active {
	cursor: default;
}
.circle_link.active:hover {
	/* background-color: #fff; */
}
.circle_link p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
	line-height: 1.3;
  margin-bottom: 0;
	transform: rotate(45deg);
}
.aavdiagram_cont .circle_link:hover {
	/* color: #fff !important;
	background-color: #009dd6 !important; */
}
.aavdiagram_cont .circle_link.active:hover {
	/* color: #009dd6 !important;
	background-color: #fff !important; */
}
.aavdiagram_cont .circle_link.active:before {
	/*content: "-";
	position: absolute;*/

}
#cl-1 {
	top: 47%;
	left: 3%;
	top: 0%;
	left: 0%;
	background-image: url(/wp-content/uploads/2023/03/cdk9-shape-1.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#cl-1:hover {
	transform: scale(1.05);
  z-index: 2;
  filter: drop-shadow(8px 8px 6px rgba(0,0,0,.2));
}
#cl-1.active {
	background-image: url(/wp-content/uploads/2023/03/cdk9-shape-2-1.png);
	transform: scale(1.05);
  z-index: 1;
  filter: drop-shadow(8px 8px 6px rgba(0,0,0,.2));
}
#cl-2 {
	left: 47%;
	top: 3%;
	left: 50%;
	top: 0%;
	background-image: url(/wp-content/uploads/2023/03/mcl1-shape.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#cl-2:hover {
	transform: scale(1.05);
  z-index: 2;
  filter: drop-shadow(8px 8px 6px rgba(0,0,0,.2));
}
#cl-2.active {
	background-image: url(/wp-content/uploads/2023/03/mcl1-shape-2.png);
	transform: scale(1.05);
  z-index: 1;
  filter: drop-shadow(-8px 8px 6px rgba(0,0,0,.2));
}
#cl-3 {
	top: 91%;
	left: 47%;
	top: 50%;
	left: 50%;
	background-image: url(/wp-content/uploads/2023/03/cdk46-shape.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#cl-3 p {
  margin-left: 24px;
  margin-top: 24px;
}
#cl-3:hover {
	transform: scale(1.05);
  z-index: 2;
  filter: drop-shadow(8px 8px 6px rgba(0,0,0,.2));
}
#cl-3.active {
	background-image: url(/wp-content/uploads/2023/03/cdk46-shape-2.png);
	transform: scale(1.05);
  z-index: 1;
  filter: drop-shadow(-8px -8px 6px rgba(0,0,0,.2));
}
#cl-4 {
	left: 91%;
	top: 47%;
	left: 0%;
	top: 50%;
	background-image: url(/wp-content/uploads/2023/03/smarca2-shape.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#cl-4:hover {
	transform: scale(1.05);
  z-index: 2;
  filter: drop-shadow(8px 8px 6px rgba(0,0,0,.2));
}
#cl-4.active {
	background-image: url(/wp-content/uploads/2023/03/smarca2-shape-2.png);
	transform: scale(1.05);
  z-index: 1;
  filter: drop-shadow(8px -8px 6px rgba(0,0,0,.2));
}
#cpc {
	position: absolute;
	border-radius: 15px 0 0 15px;
	right: 100%;
	min-height: 40%;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	/* left: -100%; */
	/* z-index: -1; */
}


#cpc div {
	padding: 8% 0 8% 0;
	width: 656px;
}
#cpc div h3,
#cpc div p {
	margin-right: 48%;
}
#cpc div p {
  font-size: 18px;
	/* margin-bottom: 0; */
}
#cpc div p strong {
  font-size: 18px;
}
#circ_cont {
	position: absolute;
	padding: 0 31%;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	/* width: 204px;
	height: 204px;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto; */
}
.smarca2-animation-cols .wp-block-column {
	display: flex;
	align-items: flex-end;
}

#home-violator {
  position: absolute;
  top: 200px;
  right: 24px;
  text-align: center;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px 20px 30px;
	z-index: 9999;
}
#home-violator h3 {
	font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 26px;
  font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 8px;
}
#home-violator .wp-block-buttons {
	justify-content: center;
}
#home-violator .wp-block-button__link {
  font-size: 18px;
  font-weight: 500;
	text-transform: uppercase;
	padding: 8px 30px;
}


@media all and (max-width:1740px) {
	.safezoneA {
    padding-left: 2%;
    padding-right: 2%;
	}
}
@media all and (max-width:1499px) {
	.home-logo-bkg-cont {
    width: 525px;
    height: 136px;
	}
	.site-header #home-logo {
    width: 280px;
    height: auto;
	}
	.primary-navigation a {
    padding: 0 10px;
	}
	.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 {
    right: 5px;
    top: 17px;
    font-size: 18px;
	}
}
@media all and (max-width:1366px) {
	#featured_image_left {
    flex-basis: 42%;
	}
	#featured_image_right {
    flex-basis: 58%;
	}
	#featured_image_right .entry-header {
    padding-right: 28%;
	}
	.entry-title {
    font-size: 20px;
    margin: 0 0 15px;
	}
	.top_content {
    font-size: 24px;
    line-height: 1.5;
	}
}
@media all and (max-width:1280px) {
	#masthead.color-reverse #home-logo {
    transform: scale(1);
	}
	#masthead.color-reverse #home-logo {
    padding-top: 40px;
	}
	.home-logo-bkg-cont {
    width: 475px;
    height: 123px;
		margin-left: -40px;
	}
	.site-header #home-logo {
    width: 250px;
	}
	.primary-navigation {
    margin-top: 32px;
	}
	#featured_cont {
    max-height: 48vh;
    max-height: 408px;
	}
	#featured_image_left {
    flex-basis: 38%;
	}
	#featured_image_right {
    flex-basis: 62%;
	}
	#featured_image_right .entry-header {
		padding-right: 6%;
		padding-bottom: 4%;
	}
	.top_content {
    font-size: 22px;
	}
	.safezoneAA {
		padding-left: 2%;
		padding-right: 2%;
	}
	.safezoneB {
		padding-left: 2%;
		padding-right: 2%;
	}
	#secondary a {
    font-size: 18px;
	}
	.home-bkg-img h1 {
    font-size: 50px;
	}
	.home-bkg-img p {
    font-size: 18px;
    max-width:50%;
	}
	#cpc {
    /* left: -80%; */
	}
}

@media all and (max-width:1520px) {
	.aavdiagram_cont .wp-block-column:nth-of-type(1):before {
    width: 225%;
	}
	.aavdiagram_cont .wp-block-column:nth-of-type(2) figure {
		width: 492px;
	}
	.circle_link {
		width: 246px;
		height: 246px;
	}
	#circ_cont {
    padding: 0 33%;
    width: 35%;
	}
}
@media all and (max-width:1200px) {
	.site-header {
    height: 135px;
	}
	.home-logo-bkg-cont {
    width: 355px;
    height: 94px;
    margin-left: -48px;
	}
	.site-header #home-logo {
    width: 192px;
		padding-top: 13px;
	}
	.primary-navigation a {
    font-size: 18px;
	}
	#featured_image_left {
    flex-basis: 34%;
	}
	#featured_image_right {
    flex-basis: 66%;
	}
}
/*responsive menu styles only */
@media all and (max-width:1024px) {
	html {
    padding-top: 0 !important;
	}
	html.wprmenu-body-fixed body {
    position: relative !important;
	}
	html body div#wprmenu_bar {
    padding-top: 0;
    padding-bottom: 0;
		background-image: url(/wp-content/uploads/2023/02/holding-shape.png);
    background-size: 335px 94px;
    background-position: 0% 0%;
    background-repeat: no-repeat;
	}
	html body div.wprm-overlay {
    background: rgba(0,0,0,0);
	}
	#wprmenu_bar {
		padding-left: 2%;
		padding-right: 2%;
    background-color: transparent;
		transition: 200ms;
	}
	#wprmenu_bar.active {
    background-color: #ffffff !important;
		box-shadow: 2px 2px 17px rgb(0 0 0 / 25%) !important;
	}
	#wprmenu_bar .bar_logo {
		padding: 18px 0px 0px 0px;
    height: 84px;
	}
	#wprmenu_bar div.hamburger {
    margin-top: 31px;
    margin-right: 19px;
	}
	#wprmenu_menu_ul {
    padding-top: 10px;
	}
	#mg-wprm-wrap li.menu-item a {
    padding-top: 8px;
    padding-bottom: 8px;
	}
	.icon_default.wprmenu_icon_par:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: #97c83d;
	}
	.icon_default.wprmenu_par_opened:before {
    content: "\f0d7";
	}

}
/*responsive menu styles only */
@media all and (max-width:900px) {
	html body div#wprmenu_bar {
		background-size: 384px;
    background-position: -10% 0%;
	}
	#wprmenu_bar .menu_title {
    width: 50%;
	}
}
/*responsive menu styles only */
@media all and (max-width:500px) {
	html body div#wprmenu_bar {
		background-size: 281px;
    background-position: -40px 0%;
    height: 74px;
	}
	#wprmenu_bar .menu_title {
    width: 50%;
	}
	#wprmenu_bar .bar_logo {
    padding-top: 14px;
    height: 64px;
	}
	#wprmenu_bar div.hamburger {
    margin-top: 26px;
	}
	#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
    top: 74px !important;
	}
}
@media all and (max-width:1150px) {
											/* .aavdiagram_cont .wp-block-column:nth-of-type(2) {
												min-width: 552px;
											} */

	/* #cpc {
		left: -70%;
	} */
	.site-info {
		display: block;
	}
	.address-block p {
		margin-bottom: 10px;
	}
	.nav-block {
		margin-left: 67px;
	}
	.nav-block ul {
		text-align: left;
	}
	.nav-block ul li {
		display: block;
	}
	.links-block {
		margin-left: 67px;
	}
	.links-block a {
		display: block;
		padding-top: 0;
	}
	.site-info .links-block a {
		display: inline-block;
	}
	.links-block {
		text-align: left;
		margin-top: 24px;
	}
	.single-container {
		position: relative;
	}
}
@media all and (max-width:1024px) {
	#secondary a {
    font-size: 15px;
    padding: 8px 15px;
	}
	#circ_cont {
		padding: 0 36%;
    width: 29%;
	}
	.aavdiagram_cont .wp-block-column:nth-of-type(2) figure {
		width: 450px;
	}
	.circle_link {
    width: 225px;
    height: 225px;
	}
	.circle_link p {
  		font-size: 16px;
	}
	#cpc {
    /* left: -86%; */
	}
	#benefits-band:before {
    width: 150%;
	}
}
@media all and (max-width:1023px) {
	.aavdiagram_cont {
    display: flex;
    flex-direction: column-reverse;
	}
	.aavdiagram_cont .wp-block-column:nth-of-type(1):before {
		background-color: transparent;
	}
		.aavdiagram_cont figure {
    rotate: -135deg;
	}
	#circ_cont {
		width: 150px;
		height: 150px;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transform: none;
    padding: 0;
	}
	#cpc {
    /* top: 100%;
    transform: none; */
    position: relative;
    right: 0;
    left: 0;
    /* border-radius: 15px;
    padding-right: 0; */
		transform: translateY(0);
}
	.wp-block-button__link {
		padding: 12px 24px;
		font-size: 18px;
	}
	#cpc div {
    padding: 94px 0 0;
    width: auto;
	}
	#cpc div h3, #cpc div p {
    margin-right: 0;
	}
	.circle_link p {
    font-size: 16px;
	  transform: rotate(135deg);
	}
	.benefits-cols {
    display: block !important;
	}
	.benefits-cols p:first-of-type {
		max-width:600px;
	}
	#vision-band {
		background-position: 0% 50%;
    background-size: 220%;
		padding-bottom: 36px;
	}
	#vision-band {
		padding-top: 66px;
	}
	#vision-band .wp-block-columns {
    display: block;
    margin-bottom: 0;
	}
}
@media all and (max-width:900px) {
	#home-violator {
    top: 130px;
    padding: 15px 15px 26px;
	}
	#home-violator h3 {
    font-size: 20px;
	}
	#home-violator p {
		font-size: 16px;
		margin-bottom: 16px;
	}
	#home-violator .wp-block-button__link {
    font-size: 16px;
	}
	#featured_cont {
    max-height: 318px;
	}
	#featured_image_left {
    flex-basis: 48%;
	}
	#featured_image_right {
    flex-basis: 52%;
	}
	#featured_image_right .entry-header {
    padding: 0 25% 25px 25px;
	}
	.entry-title {
    font-size: 18px;
	}
	.top_content {
    font-size: 16px;
	}
	#secondary {
		display: none;
	}
	h1 {
    font-size: 32px;
	}
	h2 {
    font-size: 32px;
	}
	.h2-alt {
    font-size: 30px;
	}
	h3 {
    font-size: 20px;
	}
	.larger-text {
    font-size: 24px;
		margin-bottom: 26px;
	}
	#home-band-02 .wp-block-columns,
	#home-band-03 .wp-block-columns {
		display: block;
    margin-bottom: 0;
	}
	#home-band-02 {
		background-position: 0% 50%;
		background-size: 220%;
		padding-bottom: 36px;
	}
	#home-band-03 {
		background-position: 100% 50%;
		background-size: 220%;
		padding-bottom: 36px;
	}
	.pr-date {
    font-size: 18px;
    margin-bottom: 11px;
	}
	.pr-title {
    font-size: 20px;
    margin-bottom: 11px;
	}
	#leadership-band.alignfull {
    margin-bottom: 22px;
	}
	#bod-band.alignfull {
    margin-bottom: 22px;
	}
	.smarca-img-cols {
		margin:0;
	}
	#discovery-engine-band-2 {
    padding: 44px 0 54px;
    margin-bottom: 44px;
	}
	.clinical-trial-cont h3 {
    font-size: 20px;
	}
	.eligibility-cols span:nth-of-type(1) {
    font-size: 18px;
	}
	.eligibility-cols span:nth-of-type(2) {
    font-size: 16px;
	}
	.pubs-control-box {
    margin: 15px 0px 15px;
	}
	.pubs-control-box a {
    font-size: 22px;
	}
	.pub-cont {
    padding: 0;
	}
	.pubs-control-box span {
    font-size: 22px;
	}
	.pub-content {
    display: block;
	}
	.pub-date {
    font-size: 16px;
	}
	.pub-title {
    font-size: 26px;
		margin-bottom: 6px;
	}
	.pub-desc p {
    font-size: 16px;
	}
	.culture-cols.row-reverse .wp-block-column:nth-of-type(1) {
    margin-left: -23px;
	}
	.culture-cols.row-reverse .wp-block-column:nth-of-type(2) {
    flex-basis: 36%;
	}
	.culture-cols:not(.row-reverse) .wp-block-column:nth-of-type(2) {
    margin-left: -36px;
    flex-basis: 36%;
	}
	#values-band .career-icons {
		display: block;
		margin: 0;
	}
	#values-band .career-icons .wp-block-column {
		margin: 0 auto 44px !important;
	}
	.cdk9-img-cols .wp-block-column:nth-of-type(2) figure,
	.mcl1-img-cols .wp-block-column:nth-of-type(2) figure,
	.cdk49-img-cols .wp-block-column:nth-of-type(2) figure {
    max-width: 75%;
    margin: auto;
	}
}

@media all and (max-width:768px) {
	.home-bkg-img {
    justify-content: flex-end;
    margin-top: -13px;
		text-shadow: 0px 0px 3px black;
	}
	.home-bkg-img p {
    max-width: 96%;
	}
	#careers-band-02 {

	}

}
@media all and (max-width:767px) {
	.home_featured_cont {
		background-position: 61% 50%;
	}
	.home_featured_cont img {
    object-position: 45% 68%;
	}
	#home-band-01 {
    padding-bottom: 10px;
	}
	.aavdiagram_cont .wp-block-column:nth-of-type(2) figure {
		width: 420px;
	}
	.circle_link {
    width: 210px;
    height: 210px;
	}
	/* .circle_link p {
    font-size: 14px;
    margin-left: -19px;
    margin-top: -15px;
	}
	#cl-2 p {
    font-size: 14px;
    margin-left: 11px;
    margin-top: -12px;
	}
	#cl-3 p {
    font-size: 14px;
    margin-left: -12px;
    margin-top: 24px;
	}
	#cl-4 p {
    font-size: 14px;
    margin-left: -17px;
    margin-top: 14px;
	}
	#cpc {
		left: -50%;
    top: 29%;
    z-index: -1;
	}
	#cpc div {
    width: auto;
	}*/
	#cpc div p,
	#cpc div p strong {
    font-size: 16px;
	}
  .bio_box, .bio_box2, .bio_box3,
  .nyb .bio_box:nth-child(2),
    .nyb .bio_box2:nth-child(2),
      .nyb .bio_box3:nth-child(2) {
    width: 100%;
    margin: 0 auto 36px;
    display: block;
  }
	.nyb {
    margin-top: 0;
	}
	.bio-title {
    font-size: 28px;
	}
	.bmt {
    font-size: 18px;
	}
  .bio_box .bio_detail_cont {
		display: none;
		height:0;
	}
	.bio_box.bc_active .bio_detail_cont {
		display: block;
		height:auto;
	}
  .bio-info {
    display: none;
  }
	.discovery-engine-mobile {
		display: block;
	}
	.discovery-engine-desktop {
		display: none;
	}


	.page-id-87 .content-area {
    padding-bottom: 54px;
	}
	#clinical-trials-band {
    margin-bottom: 23px;
	}
	#clinical-trials-band .wp-block-column:nth-of-type(1) {
    padding: 24px 0 4px;
	}
	.clinical-trials-btns .wp-block-button {
    width: 100%;
    margin-bottom: 12px;
	}
	.clinical-trials-btns .wp-block-button__link {
    width: 100%;
	}
	.culture-cols {
    display: block !important;
    margin-top: 54px;
	}
	.culture-cols.row-reverse .wp-block-column:nth-of-type(1),
	.culture-cols .wp-block-column:nth-of-type(1) {
    margin-left: 0;
    margin-bottom: -23px;
	}
	.culture-cols:not(.row-reverse) .wp-block-column:nth-of-type(2) {
		margin-left: 0;
		margin-bottom: -23px;
	}
	.culture-cols.row-reverse .wp-block-column:nth-of-type(1) figure,
	.culture-cols .wp-block-column:nth-of-type(1) figure {
    width: 90%;
    margin: auto;
	}
	.quote-cont:before,
	.quote-cont:after {
		display: none;
	}
	#benefits-band {
    background-image: none !important;
	}
	#vision-band .quote-cont:before,
	#vision-band .quote-cont:after {
		display: block;
	}
	.quote-cont {
    padding: 18px 28px;
	}
	.quote-cont h3 {
    font-size: 18px;
	}
	#contact-map {
    height: 120px;
    margin-bottom: 28px;
    background-position: 52% 50%;
	}
	.contact-cols {
		display: block !important;
	}
	.contact-cols p {
    font-size: 18px;
		font-weight: 500;
    margin-bottom: 10px;
	}
}

@media all and (max-width:500px) {
	#featured_cont {
    display: block;
    max-height: 330px;
	}
	#featured_image_left {
    height: 180px;
	}
	.page-template-page-alt-header #featured_image_left:before, .page-template-publications #featured_image_left:before {
		top: -47%;
    left: auto;
    width: 127%;
    height: 183%;
    background-position: 70% 100%;
    right: -41%;
		z-index: 9;
	}
	#featured_image_right {
    height: 150px;
	}
	#featured_image_right .entry-header {
		padding: 0 2% 18px 2%;
	}
	#home-band-02,
	#home-band-03,
	#vision-band,
	#benefits-band {
    background-size: cover;
	}
											/* .aavdiagram_cont .wp-block-column:nth-of-type(2) {
												width: 350px;
												min-width: auto;
											} */
	#circ_cont {
		width: 120px;
		height: 120px;
	}
	.aavdiagram_cont .wp-block-column:nth-of-type(2) figure {
		width: 350px;
	}
	.circle_link {
		width: 175px;
		height: 175px;
	}
	.circle_link p {
	    font-size: 12px;
	    font-weight: 400;
	}
	.career-icons img {
		width: 100px;
	}
	.band-content {
		padding-left: 2%;
		padding-right: 2%;
	}
}


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