/*
Theme Name: ADC Therapeutics
Author: AldenMc
Author URI: https://aldenmc.com/
Description:
Version: 2.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: #4b5666;
	font-family: "Jost", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}
.ffMpCb,
.fsLabelVertical .fsLabel,
.fsLabelVertical span {
	color: #4b5666 !important;
	font-family: "Jost", serif !important;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 1.5;	
}
.gTbxV,
.fsBody input,
.fsBody select[type="select"] {
	font-size: 20px !important;	
	height: auto !important;
	padding: 12px 8px;
}
#label-field168357844,
#label-field168365336 {
	position: relative;
}
#label-field168357844:after,
#label-field168365336:after {
	content:"\f0ab";
	font-family: "Font Awesome 5 Pro";	
	color: #ff6c0e;
	position: absolute;
	right:10px;
	top: 47px;
	z-index: -1;
}
.fsBody input {
	padding: 8px 8px;	
}

.fsRequiredMarker,
span.fsRequiredMarker {
	color: #ff6c0e !important;	
}
.entry-content .fsBody button[type="submit"]:hover,
.entry-content .fsBody button[type="submit"]:focus {
	background-color:#ff6c0e !important;	
}

body {
	background: #fff;
}
.page-id-21 {
	background-image:url(images/gradient-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-size: 100% auto;	
		
}

.page-id-21 .main-content {
	min-height: 800px;
}
.page-id-129,
.page-id-199 {
	background-image:url(images/bg-ir.jpg);
	background-repeat: no-repeat;
	background-position: center 87px;
	background-size: 100% auto;	
}

a {
	color: #0083c1;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;	
}

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

a:active,
a:hover {
	color: #ff6c0e;
}

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

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

h2 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: normal;
	font-family: "ivypresto-headline", serif;
	letter-spacing: .07em;
	margin-bottom: 1em;
}

h3 {
	font-size: 22px;
	line-height: 1.2;
}

h4,
.wp-block-details summary {
	font-family: "ivypresto-headline", serif;	
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom:2px;
}
h5 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 6px;
	font-weight: 600;
}

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;
}
cite {
	font-size: .75em;
	color: #4b5666;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin: 12px 0;
}

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;
	position: relative;
}

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

blockquote {
	font-weight: 300;
	margin-bottom: 48px;
	font-size: 1.3em;
}

blockquote cite,
blockquote small {
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite {
	padding-left:56px;
	position: relative;
}
blockquote cite:before {
	content:"";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/02/adc-swoosh.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	width: 45px;
	height: 13px;
	top: 8px;
}

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: #d1dbe5;
	border-color: #d1dbe5 !important;
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

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

::-moz-selection {
	background: #0083c1;
	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: #0083c1;
	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: #ff6c0e;
	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: 1440px;
	margin: 0 auto;	
}

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

.main-content {
	width: 100%;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 50% auto;
	padding-bottom: 50px;
	background-position-y: top;
}
.page-id-15 .main-content {
	background-size: 36% auto;	
}
.page-id-16 .main-content {
	background-size: 70% auto;
	background-size: 36% auto;	
}
.home .main-content {
	background-size: 100% auto;	
}

/**
 * 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 {
	width: 100%;
	z-index: 4;
	top:0;
	position: fixed;
	padding-top:10px;
	/*padding-bottom:10px; */
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	/*https://www.cssmatic.com/box-shadow */
/*	-webkit-box-shadow: 0px 10px 5px 0px rgba(229,236,245,1);
	-moz-box-shadow: 0px 10px 5px 0px rgba(229,236,245,1);
	box-shadow: 0px 10px 5px 0px rgba(229,236,245,1);*/
	background-color: #fff;
}
.site-header:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 54px;
	width: 100%;	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5ecf5+0,ffffff+100&1+0,0+100 */
	background: linear-gradient(to bottom,  rgba(229,236,245,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.header-main {
	min-height: 48px;
}

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

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

.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: #ff6c0e;
	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: #0083c1;;
	display: block;
}

.site-navigation a:hover {

}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {

}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 21px;
	padding-top: 24px;
	float: right;
	margin: 10px 1px 0 -12px;
	padding: 0;
	font-optical-sizing: auto;	
	/*margin-top:14px; */
}
.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

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

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


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



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

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

.primary-navigation ul ul {
	background-color: #e5ecf5;
	/*float: left; */
	margin: 0;
	position: absolute;
	top: 48px;
	top: 68px;
	left: -999em;
	z-index: 99999;
	padding-bottom: 24px;
	-webkit-box-shadow: 0px 23px 23px 0px rgba(229,236,245,0.94);
	-moz-box-shadow: 0px 23px 23px 0px rgba(229,236,245,0.94);
	box-shadow: 0px 23px 23px 0px rgba(229,236,245,0.94);
	
	-webkit-box-shadow: 0px 23px 23px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 23px 23px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 23px 23px 0px rgba(0,0,0,0.26);
	
}

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

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

.primary-navigation ul ul a {
	padding: 18px 12px;
	white-space: normal;
	width: 240px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {

}

.primary-navigation .current-menu-item:before,
.primary-navigation .current_page_item:before,
.primary-navigation .current_page_parent:before,
.primary-navigation .current_page_ancestor:before,
.primary-navigation li:hover:before {
	content: "";
	bottom: 0;
	bottom: 12px;
	height: 2px;
	background-color: #ff6c0e;
	position: absolute;
	width: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.primary-navigation .sub-menu .current-menu-item:before,
.primary-navigation .sub-menu .current_page_item:before,
.primary-navigation .sub-menu .current_page_parent:before,
.primary-navigation .sub-menu .current_page_ancestor:before,
.primary-navigation .sub-menu li:hover:before {
	bottom: 0;	
}



.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
	left: -50%;
	left: -38%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
}

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

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

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

.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;
	content: none;
}





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

}



/* 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-left: 3%;
}
.home .content-area {
	padding-right: 3%;	
}
.figure {
	background-repeat: no-repeat;
	background-size: cover;
}

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

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


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

.entry-header {
	position: relative;
	z-index: 1;
}
.eh_cont {
	min-height: 820px;
	max-width: 53%;
	position: relative;
	display: block;
	margin-bottom: 235px;
}
.entry-title {
	font-size: 78px;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.0909090909;

	margin: 0 0 12px 0;
	font-family: "ivypresto-text", serif;
	font-weight: 400;
	font-style: normal;
	color: #368fb2;
	margin-top: 30px;
	margin-bottom: 30px;	
}
.home .entry-header {
    position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home .entry-header p {
	font-size: 30px;
}

.home .entry-title {
	font-size: 78px;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

.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;
	font-weight: 600;
}
.entry-content .wp-block-button a {
	text-decoration: none;
}
.entry-content .wp-block-button a.has-blue-background-color:hover {
/*	background-color: #ff6c0e;
	color: #fff;
	*/
}

.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 {
	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: #ff6c0e;
}


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

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

.paging-navigation a:hover {
	border-top: 5px solid #ff6c0e;
	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
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}



.site-footer {
	background-color: #fff;
	font-size: 12px;
	position: relative;
	z-index: 3;
}
.site-footer:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 54px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5ecf5+100&0+0,1+100 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(229,236,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.site-footer p {
	margin-bottom:8px;
}
.site-footer .wp-block-image {
	margin-bottom: 24px;
}
.site-footer p:last-child {
	margin-bottom: 0;	
}
.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

.site-info a:hover {
	color: #ff6c0e;
}
.site-footer .pri-nav-menu {
	padding-top: 24px;
}
.pri-nav-menu {
	font-size: 21px;
	line-height: 1.1;
	margin-bottom:0;
}
.pri-nav-menu > li {
	display: inline-block;
	width: 16%;
	vertical-align: top;
	font-weight: 600;


}
.pri-nav-menu li li {
	font-weight: normal;
	margin-bottom:16px;
}
.pri-nav-menu ul {
	list-style: none;
	margin-left: 0;
	margin-top: 16px;
	font-size: 18px;
}
.site-footer img {
	max-width: 196px;
	max-width: 170px;
	max-width: 117px;
}
	.search-box .search-field {
		width: 324px;
	}



	#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%;
	}


	.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: 105px;
	margin-top: 87px;
}


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


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

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


.has-blue-color,
cite h4 {
	color: #0083c1;
}
.has-orange-color {
	color: #ff6c0e;
}
.has-ltblue-color {
	color: #e5ecf5;
}
.has-red-color {
	color: #cd157e;
}
.has-pink-color {
	color: #fae7f2;
}

.has-ltgrey-color {
	color: #f4f7f9;
}

.has-green-color {
	color: #128f91;
}
.has-drkblue-color {
	color: #044c72;
}


.has-white-color {
	color: #ffffff;
}
.has-black-color {
	color: #000000;
}
.has-grey-color {
	color: #58595b;
}



.has-blue-background-color {
	background-color: #0083c1;
}
.has-orange-background-color {
	background-color: #ff6c0e;
}
.has-ltblue-background-color {
	background-color: #e5ecf5;
}
.has-red-background-color {
	background-color: #cd157e;
}
.has-pink-background-color {
	background-color: #fae7f2;
}
.has-ltgrey-background-color {
	background-color: #f4f7f9;
}


.has-green-background-color {
	background-color: #128f91;	
}
.has-drkblue-background-color {
	background-color: #044c72;
}

.has-white-background-color {
	background-color: #ffffff;	
}
.has-black-background-color {
	background-color: #000000;	
}
.has-grey-background-color {
	background-color: #58595b;	
}

.site-logo {
	display: inline-block;
	vertical-align: middle;
	background-image: url(/wp-content/uploads/2025/02/adc-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 117px;
	height: 65px;
	margin: 0;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
	overflow: hidden;
}
.site-logo h2 {
	position: absolute;
	left: -4000px;
}
.parentpage {
	font-size: 24px;
}	
.ip-nav-menu {
	margin-bottom: 80px;
}
.page-id-129 .ip-nav-menu,
.page-id-199 .ip-nav-menu {
	margin-bottom: 0;	
}

.ip-nav-menu,
.ip-nav-menu .sub-menu {
	margin-left: 0;	
}
.ip-nav-menu li {
	display: none;
	margin-right: 5%;
	margin-right: 2%;
	font-size: 24px;
}
.ip-nav-menu li {

}
.ip-nav-menu a:hover {
	color: #0083c1;
}
.ip-nav-menu > .menu-item-has-children > a {
	display: none;
}
.ip-nav-menu .current-menu-item li,
.ip-nav-menu .current_page_item li,
.ip-nav-menu .current-page-ancestor,
.ip-nav-menu .current-page-ancestor li,
.ip-nav-menu .current_page_ancestor,
.ip-nav-menu .current_page_ancestor li,
.ip-nav-menu > .current-menu-item {
	display: inline-block;
	padding: 0 0 25px;
}
.ip-nav-menu li li li {
	min-width: 300px;
	text-align: center;
}
.ip-nav-menu .menu-item-has-children {
	position: relative;
}
.ip-nav-menu .sub-menu {
	display: none;
}
.ip-nav-menu .current-menu-item > .sub-menu,
.ip-nav-menu .current_page_item > .sub-menu,
.ip-nav-menu .current-page-ancestor > .sub-menu,
.ip-nav-menu .current_page_ancestor > .sub-menu,
.ip-nav-menu > .current-menu-item >.sub-menu {
	display: block;
}
.ip-nav-menu .sub-menu .sub-menu {
	background-color: #e5ecf5;
	margin: 0;
	position: absolute;
	top: 60px;
	left: -999em;
	z-index: 99999;
	padding-bottom: 24px;
	-webkit-box-shadow: 0px 23px 23px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 23px 23px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 23px 23px 0px rgba(0,0,0,0.26);
	padding: 10px;
	margin-bottom: 0;
}
.ip-nav-menu .sub-menu .sub-menu li:last-child {
	padding-bottom: 0;	
}
.ip-nav-menu ul .menu-item-has-children:hover > ul,
.ip-nav-menu ul .menu-item-has-children.focus > ul {
	left: auto;
	left: -50%;
	left: 0;
	left: -75%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
}
  

.ip-nav-menu > .current-menu-item,
.ip-nav-menu > .current-menu-item > .sub-menu {
	display: block;	
}

.ip-nav-menu .current_page_ancestor {
	display: block;
}

.ip-nav-menu .current-menu-item,
.ip-nav-menu .current_page_item,
.ip-nav-menu li {
	position: relative;
}
.ip-nav-menu .current-menu-item:before,
.ip-nav-menu .current_page_item:before,
.ip-nav-menu li:hover:before {
	content:"";
	bottom:15px;
	height: 2px; 
	background-color: #ff6c0e;
	position: absolute;
	width: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.ip-nav-menu .sub-menu .sub-menu li:last-child:hover:before {
	bottom: 0;
}
.ip-nav-menu .current_page_item.menu-item-has-children:before,
.ip-nav-menu .current-page-ancestor:before,
.ip-nav-menu .current_page_ancestor:before,
.ip-nav-menu .current_page_ancestor:hover:before {
	content: none;
}

.ct_cont .wp-block-columns .wp-block-column:nth-child(2) {
	padding-left: 8%;
}
.ct_cont .wp-block-columns{
	margin-top: 48px;
}
.ct_cont .wp-block-buttons {
	margin-bottom:24px;
}
.ct_cont .far,
.ct_cont .fas {
	font-size: 1.5em;
	margin-right: 6px;	

}

.bio_cont,
.bod_cont {
	position: relative;
	z-index: 0;
	padding-top: 24px;
}

.bio_box,
.bod_box,
.bio_box2,
.bio_box3 {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin: 0 1% 64px 0;
	cursor: pointer;
	/*opacity: .5;*/
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.nyb .bio_box:last-child,
.nyb .bod_box:last-child,
.nyb .bio_box2:last-child,
.nyb .bio_box3:last-child {
	margin-right: 0;
}

.bc_off {
	opacity: .35;
}
.bio_box:hover,
.bod_box:hover,
.bio_box2:hover,
.bio_box3:hover {
	opacity: 1;
}
.bio_box:hover .bio-link,
.bod_box:hover .bod-link,
.bio_box2:hover .bio-link,
.bio_box3:hover .bio-link {
	color: #ff6c0e;
}
.bio_img,
.bod_img {
	position: relative;
	border-bottom: none;
}
.bc_active {
	position: relative;
	z-index: 0;
	z-index: 1;
}

.bc_active .bio_img,
.bc_active .bod_img {
	border-color: #def6ff;
	display: inline-block;
	vertical-align: bottom;

}

.inset_label {
	padding-bottom: 12px;
	position: relative;
	border-bottom: 2px solid #ff6c0e;
}
.bc_active .inset_label:before {
	position: absolute;
	content: "";
	background-color: #ffffff;
	left: -400%;
	right: -400%;
	top:0;
	bottom:0;
	width: 900%;
	height: 100%;
	z-index: -1;
	display: inline-block;
}
.bc_active .inset_label,
.bc_active h6 {
	/*background-clip:  #def6ff;*/
}


.bio_box img,
.bod_box img,
.bio_box2 img,
.bio_box3 img {
	display: inline-block;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin: 0;
}
.content-box,
.content-box2,
.content-box3 {
	position: relative;
	z-index: 2;
	top: -45px;
	top: -62px;
	overflow:hidden;
}
/*
.content-box:before,
.content-box2:before,
.content-box3:before {
	position: absolute;
	content: "";
	background-color: #ffffff;
	left: -100%;
	right: -100%;
	top:-2px;
	bottom:0;
	width: 300%;
	height: 100%;
	z-index: -1;
	display: inline-block;
	-webkit-box-shadow: 0px 50px 41px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 50px 41px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 50px 41px 0px rgba(0,0,0,0.2);
}
*/
.nophoto {
	height: 250px;
	width: 250px;
	margin: 0;
}
.bio-title,
.bod-title {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 24px;
	font-size: 26px;
	font-family: "ivypresto-headline", serif;
	font-weight: 300;
}
.content-box .bio-title,
.content-box .bod-title {
	font-size: 32px;
	font-family: "ivypresto-headline", serif;
}


.bmt {
	margin-top: 0;
	font-weight: normal;
	margin-top: 0px;
	font-size: 22px;
	line-height: 1.4;
	font-family: "Jost", serif;
}
.content-box .bmt,
.content-box .bmt  {
	font-size: 18px;	
	margin: 6px 0 12px;
}	
.bioless,
.bodless {
	display: inline-block;
	cursor: pointer;
	color: #0055aa;	
}
.nyb,
.nyb2,
.nyb3 {
	position: relative;
}
.cellpad {
	padding: 0 0 36px;
}
.creds {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 24px;
}
.bio-link,
.bod-link {
	color: #0055aa;
	margin-bottom: 0;
}
.bc_active .bio-link,
.bc_active .bod-link {
	/*display: none; */
}
.bio_box .bio-link i,
.bod_box .bod-link i,
.bioless i,
.bodless i {
	font-size: .7em;
}
.bioless i,
.bodless i { 
	font-weight: bold;	
}
.bio_box:hover .bio-link i,
.bod_box:hover .bod-link i,
.bioless i,
.bodless i {
	color: #ff6c0e;
	
}


.bandText .wp-block-media-text {
	margin-bottom:24px;
}
.values-icons .wp-block-media-text .wp-block-media-text__content p strong {
	/*font-weight: normal; */
	font-size: 1.3em;
}
#joinus {
	padding-bottom: 48px;
}
.wp-block-details {
	border-top: 2px solid #d1dbe5;
	padding: 30px 40px;	
}
.wp-block-details summary strong {
	font-size: 30px;
	font-weight: 300;	
	color :#0083c1;
}
.wp-block-details summary span {
	float:right;
	font-family: "Jost", serif;
	font-weight: normal;
	padding-right: 40px;
	position: relative;
}
.wp-block-details summary strong {
	position: relative;
}
.wp-block-details:hover summary strong:after {
	content: "";
	bottom: -5px;
	height: 2px;
	background-color: #ff6c0e;
	position: absolute;
	width: 50%;
	/*margin: 0 auto; */
	left: 0;
	right: 0;
}
/*.wp-block-details summary:hover strong {
	content:"\f2fb";
	position: absolute;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-family: "Font Awesome 5 Pro";	
	color: #ff6c0e;
	font-size: 1.2em;
	top: -3px;
}*/
.wp-block-details summary span:after {
	content:"\f055";
	position: absolute;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-family: "Font Awesome 5 Pro";	
	color: #ff6c0e;
	font-size: 1.2em;
	top: -3px;
}
details.wp-block-details summary { 
	/*background-color: green; */
}

details.wp-block-details[open] summary,
details.wp-block-details[open] {
	background-color: #f4f7f9;
}
details.wp-block-details[open] {
	margin: 0 0 5px;
}
details.wp-block-details[open] summary span:after{
	content: "\f056";
}
.wp-block-details summary {
	list-style: none;
}
.wp-block-details:marker {
	display: none;
}
details.lastdetail[open] {
	margin-bottom: 48px;	
}
.lastdetail {
	border-bottom: 2px solid #d1dbe5;
	margin-bottom: 48px;
}
.wp-block-details[open] summary {
	/*margin-top:24px; */
	margin-bottom: 24px;
}

.wp-block-button__link {
	padding: calc(.1em + 2px) calc(1.333em + 2px);
}
.wp-block-separator {
	border-top:1px solid;
}
.science_ma_callout {
	background-color: rgba(255,255,255,.3);
	border-radius: 145px;
	padding: 58px 4%;	
	margin-bottom:300px;
}
.science_ma_callout .wp-block-media-text:first-child {
	margin-bottom: 48px;
}
.aps_cont {
	margin-bottom: 64px;	
}
	
.aps_cont h2 {
	margin-top:0;
	font-size: 1.8em;
	margin-left: 2%;
	margin-bottom:6px !important;
}
.margtop {
	margin-top:96px;
}
.aps_cont .wp-block-column:last-child .wp-block-image {
	position: relative;
}
.aps_cont .wp-block-column:last-child .wp-block-image img {
	position: absolute;
}
.wp-image-115 {
	margin-top: -55px;	
}
.home_detail {
	padding: 0 13%;
	font-size: 36px;
	margin-bottom: 48px;
	line-height: 1.3;
}
.home .entry-content {
	padding-bottom: 100px;
}

.locations_cont {
	background-image:url(/wp-content/uploads/2025/02/bg-bluetriangles.jpg);
	background-size: 300% auto;
	padding:4%;
}
.locations_cont h3 {
	text-transform: uppercase;
	margin-top:12px;
}
.entry-content .fsSubmitButton {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	background-color: #0083c1 !important;
	color: #fff;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.1em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
	text-transform: none;
	margin: 0 !important;
}
.moreaccess {
	margin-bottom: 48px;	
}
.z_cont {
	margin-bottom:96px;
}
.z_cont .wp-block-column {
	border-radius: 25px;
	text-align: center;
	padding: 24px;
}
.z_cont .fas {
	font-size: 5em;
	margin-bottom:24px;
}
.page-id-22 .wp-image-89 {
	max-width: 80px;
	margin-bottom: 24px;
	margin-top: 6px;
}
.page-id-22 .ip-nav-menu,
.page-id-22 .parentpage {
	display: none;
}
.page-id-22 .entry-title {
	visibility: hidden;
	height: 0px;
}


/*investors temp styles */
.page-id-129 h3,
.page-id-199 h3 {
	margin-top:6px;
	margin-bottom: 24px;
	line-height: 1.5;
}
#adc-moa {
	padding-top: 48px;
	padding-bottom: 96px;
	/*display: none;	*/
}
.wp-block-button .has-blue-background-color {
	background: linear-gradient(to left, #0083c1 50%, #ff6c0e 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .25s ease-out;	
}

.wp-block-button .has-red-background-color {
	background: linear-gradient(to left, #cd157e 50%, #ff6c0e 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .25s ease-out;
	cursor: pointer;
}


.wp-block-button .has-blue-background-color:hover,
.wp-block-button .has-red-background-color:hover {
	background-position: left bottom;
	background-color: #ff6c0e;
	border-color: #ff6c0e;
	color: #fff;
}

.entry-content .wp-block-list {
	margin: 0 48px 24px;
}

.toggle_hdr {
	padding: 20px 40px 20px 15px;
	line-height: 1;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 20px;
	color: #f9f9f9;
}
.toggle_hdr:hover {
	color: #ff6c0e !important;
}
 .toggle_hdr:before {
	content: "";
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	height: 2px;
	width: 10px;
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #0083c1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.toggle_hdr:after {
	content: "";
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	height: 2px;
	width: 10px;
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #0083c1;
}
.toggleactive:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
 
.toggle_data {
	display: none;
}

.social_cont {
	font-size: 30px;
}
#menu-footer-nav {
	list-style: none;
	margin:0;
}
#menu-footer-nav li {
	padding: 5px 0;	
}
.bubble {
	padding: 70px 148px 70px 48px;
	border-radius: 100px;
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	-webkit-box-shadow: 0px 0px 16px 23px rgba(229,236,245,0.58);
	-moz-box-shadow: 0px 0px 16px 23px rgba(229,236,245,0.58);
	box-shadow: 0px 0px 16px 23px rgba(229,236,245,0.58);
	margin-bottom: 50px !important;	
	/*margin-top: 25px !important; */	
}
.bubble h4 {
	font-size: 28px;
	font-weight: normal;
}
.bubble .cite {
	margin-top: 24px;
	font-size: .9em;
}
.bubble h5 {
	margin-top: 12px;
	font-size: 20px;
}
.bubble hr {
	margin-top: 23px;
}
.bubble .wp-block-button__link {
	font-size: 16px;
	margin-top: 36px;
	padding-left: 48px;
	padding-right: 48px;
}
.page-id-20 .site-main {
	background-image: url(/wp-content/uploads/2025/04/wave-graph.jpg);
	background-image: url(/wp-content/uploads/2025/04/wave-graph-2.jpg);
	background-repeat: no-repeat;
	background-position: right 600px;
	background-size: 1084px auto; 
}
.page-id-20 .site-footer {
	z-index: -1;
}
.page-id-20 .site-footer:before {
	height: 1254px;	
}

#mg-wprm-wrap ul#wprmenu_menu_ul .current-menu-parent > a,
#mg-wprm-wrap ul#wprmenu_menu_ul .current_page_parent > a,
#mg-wprm-wrap ul#wprmenu_menu_ul .current_page_ancestor > a {
	color: #ff6c0e !important;
}
.mobile {
	display: none;
}
.toggle_cont .wp-block-list {
	font-size: .9em;
}
.toggle_cont .wp-block-list li::marker { 
	font-weight: 700;
}
#html5_video_8jno7we5crx {
	max-width: 720px;
	margin: 0 auto;
	display: block;	
	width: 100%;	
}
/**
 * 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;
}
@media screen and (max-width:1480px) {
	#post-20 .entry-content .wp-block-columns:first-child .wp-block-column {
		flex-basis:0 !important;	
	}
	#post-20 .entry-content .wp-block-columns:first-child .wp-block-column:first-child {
		flex-basis:100% !important;	
	}
	.aps_cont h2 {
		font-size: 34px;
	}
}
@media screen and (max-width:1468px) {
	.content-area {
		padding-right: 12px;
	}
}
@media screen and (max-width:1468px) {
	.header-main,
	.eh_cont {
		padding-left: 12px;
		padding-right: 12px;
	}
	.aps_cont h2 {
		font-size: 32px;
	}

	.page-id-11 .wp-container-core-columns-is-layout-9d6595d7 .wp-block-column:nth-child(2) {
		max-width: 1px;
	}
}
@media screen and (max-width:1390px) {
	.home .wp-block-button__link {
		font-size: 1em;
	}
	.aps_cont h2 {
		font-size: 30px;
	}
}
@media screen and (max-width:1390px) {
	.home_detail {
		margin-bottom:6px;
	}
}
@media screen and (max-width:1290px) {
	.home .content-area {
		padding-top:0;
	}
	.science_ma_callout {
		border-radius: 88px;
	}
}
@media screen and (max-width:1279px) {
	.science_ma_callout p {
		margin: 8px 0;
		font-size: 18px;
	}
	.science_ma_callout {
		padding-left: 2%;
		padding-right: 0;
	}
	.aps_cont h2 {
		font-size: 28px;
	}
	.pipeline_cont {
		padding-right: 0;
	}
	.pipeline-desk {
		width: auto;
	}
}
@media screen and (max-width:1220px) {
	.bio-title,
	.bod-title {
		font-size: 22px;
	}	
	.bmt {
		font-size: 20px;
	}
}
@media screen and (max-width:1185px) {
	.primary-navigation,
	.pri-nav-menu {
		font-size: 19px;
	}
	.aps_cont h2 {
		font-size: 26px;
	}	
}
@media screen and (max-width:1105px) {
	.primary-navigation,
	.pri-nav-menu {
		font-size: 18.5px;
	}
	.aps_cont h2 {
		font-size: 24px;
	}			
}
@media screen and (max-width:1085px) {
	.primary-navigation,
	.pri-nav-menu {
		font-size: 18px;
	}	
	.primary-navigation a {
		padding: 0 8px;
	}	
	.page-id-24 .wp-container-core-columns-is-layout-9d6595d7 .wp-block-column:nth-child(2) {
		max-width: 1px;
	}
	.page-id-24 .wp-container-core-columns-is-layout-9d6595d7 .wp-block-column:nth-child(1) blockquote:first-child {
		max-width: 50%;
	}	
}
@media screen and (max-width:1068px) {

	.pri-nav-menu ul {
		font-size: 16px;
	}
	.ip-nav-menu li {
		font-size: 22px;
	}
	.science_ma_callout p {
		line-height: 1.3;
	}
}
@media screen and (max-width:1023px) {
	.bio-title,
	.bod-title {
		font-size: 20px;
	}	
	.bmt {
		font-size: 18px;
	}
	.wp-block-button .wp-block-button__link {
		font-size: 1em;
	}
	.bubble {
		padding-right: 78px;
	}
	.aps_cont h2 {
		font-size: 22px;
	}
	.page-id-24 #page > .figure {
		background-position: center;
	}
	.values-icons {
		flex-basis: 100% !important;
	}
	.page-id-24 .wp-block-details summary strong {
		font-size: 24px;
	}
	.page-id-24 .site-content .entry-content h2,
	#joinus h2 {
		font-size: 30px;
	}
}
@media screen and (max-width:1000px) {
	.primary-navigation,
	.pri-nav-menu {
		font-size: 17px;
	}
	.pri-nav-menu ul {
		font-size: 14px;
	}	
	.ip-nav-menu li {
		font-size: 21px;
	}
	.science_ma_callout p {
		font-size: 16px;
	}
	.ct_cont .wp-block-columns .wp-block-column:first-child {
		flex-basis:30% !important;
	}
	.ct_cont .wp-block-columns .wp-block-column:nth-child(3) {
		flex-basis:30% !important;
	}	
	.ct_cont .wp-block-buttons {
		margin-bottom: 0;
	}		
}
@media screen and (max-width:945px) {
	.primary-navigation,
	.pri-nav-menu {
		font-size: 16px;
	}
	.science_ma_callout p,
	.home p {
		font-size: 14px;
	}
	.bio-title, .bod-title {
		font-size: 19px;
	}
	.bmt {
		font-size: 17px;
	}
	.page-id-22 .wp-container-core-columns-is-layout-9d6595d7 .wp-block-button .wp-block-button__link {
		font-size: .8em;
	}
}
@media screen and (max-width:900px) {
	.primary-navigation,
	.pri-nav-menu {
		font-size: 15px;
	}
	.bio-title, .bod-title {
		font-size: 18px;
	}
	.bmt {
		font-size: 16px;
	}	
}
@media screen and (max-width:865px) {
	.primary-navigation,
	.pri-nav-menu {
		font-size: 14px;
	}	
}
@media screen and (max-width:850px) {

	.pri-nav-menu ul {
		font-size: 14px;
	}
	.ip-nav-menu li {
		font-size: 20px;
	}	
	.bio-title, .bod-title {
		font-size: 17px;
	}
	.bmt {
		font-size: 15.5px;
	}		
	.science_ma_callout .wp-block-button .wp-block-button__link {
		font-size: .8em;
	}
}
@media screen and (max-width:820px) {
	.primary-navigation,
	.pri-nav-menu {
		font-size: 13px;
	}		
	.pri-nav-menu ul {
		font-size: 13.5px;
	}
}
@media screen and (max-width:799px) {
	.primary-navigation,
	.pri-nav-menu {
		font-size: 12.5px;
	}
	.pri-nav-menu ul {
		font-size: 13px;
	}
	.ip-nav-menu li {
		font-size: 19px;
	}	
	.bio-title, .bod-title {
		font-size: 16px;
	}
	.bmt {
		font-size: 15px;
	}			
}

@media screen and (max-width:781px) {
	.content-area {
		padding-right: 3%;
	}
	.wp-image-115 {
		margin-top: 0;
	}
	.site-footer {
		text-align: center;
	}
	.science_ma_callout {
		margin-bottom: 48px;
	}
	.eh_cont {
		margin-bottom: 48px;
	}
	.home .entry-content {
		padding-bottom: 12px;
	}
	.ct_cont .wp-block-columns {
		padding-bottom: 24px;
	}
	.ct_cont .wp-block-columns .wp-block-column {
		text-align: center;	
	}
	.ct_cont .wp-block-columns .wp-block-column:nth-child(2) {
		padding-left: 0;
	}
	.ct_cont .wp-block-button {
		margin: 0 auto;
	}
	.ct_cont .wp-block-columns {
		margin-top: 0;
	}
	.ct_cont .wp-block-buttons {
		margin-top:12px;
	}
	.ct_cont h3 {
		font-weight: 500;
		font-size: 19px; 
	}
	.aps_cont h2 {
		font-size: 24px;
		text-align: center;
	} 
	.post-22 .entry-content .wp-block-image {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.z_cont .fas {
		font-size: 3em;
	}
	.page-id-24 .wp-block-image {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-block-details {
		padding: 20px;
	}
}
@media screen and (max-width:767px) {
	.main-content {
		padding-bottom: 12px;
	}
	.site-main {
		margin-top: 76px;
	}
	.page-id-129,
	.page-id-199 {
		background-position: center 76px;
	}
	.site-header {
		padding-bottom: 6px;
		padding-top:6px;
	}
	#primary-navigation {
		display: none;	
	}
	.site-content .menu-main-nav-container {
		display: none;
	}
	html body div.wprm-wrapper {
		overflow: scroll;
	}
	.wprmenu_icon span, #wprmenu_menu.wprmenu_levels ul li,
	html body div.wprm-wrapper, #wprmenu_bar,
	.wpr_search .wpr-search-field {
		width: 100%;
	}
	.wprm-wrapper .wprmenu_bar #custom_menu_icon.hamburger {
		background-color: transparent;
	}
	.cbp-spmenu {
		height: auto;
		height: 100%;
	}
	#wprmenu_menu_ul {
		margin-top:71px;
		background-color: #fff;
	}
	#mg-wprm-wrap {
		background-color: transparent;
	}
	.site-header:after {
		height: 27px;
	}
	.site-footer:before {
		height: 27px;
	}
	.content-area {
		padding-top: 24px;
		background-color: rgba(255,255,255,.8);
	}
	.parentpage {
		font-size: 16px;
	}
	.entry-title, h1 {
		font-size: 39px;
		margin: 6px 0 15px;
	}
	h2 {
		font-size: 30px;
		margin-top:6px;
	}
	h3 {
		font-size: 20px; 
	}
	.pipeline_cont .mytitleRow .mydTitle {
		font-size: 24px; 
		padding-bottom: 0;	
	}
	body, button, input, select, textarea {
		font-size: 18px;
	}
	.entry-content .wp-block-list {
		margin: 0 24px 24px;
	}
	.bio-title, .bod-title {
		font-size: 20px;
	}
	.bmt {
		font-size: 17px;
	}
	.bio_box,
	.bod_box,
	.bio_box2,
	.bio_box3 {
		display: block;
		width: 100%;
		text-align: center;	
	}
	.bio_box img, .bod_box img, .bio_box2 img, .bio_box3 img {
		max-width: 250px;
	}
	.bio_detail_cont,
	.bod_detail_cont {
		text-align: left;
	}
	.science_ma_callout {
		background-image: url(/wp-content/uploads/2025/04/map-bg.jpg);
		background-size: auto 100%;
		background-position: center center;
		//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c4def5+0,fedfcb+100 */
		background-image: none;
		background: linear-gradient(135deg,  rgba(196,222,245,1) 0%,rgba(254,223,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
	}
	.eh_cont {
		max-width: none;
		min-height: 0;
	}
	.home .entry-header {
		position: relative;
		top:unset;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 48px;
	}
	.home #main-content .safezoneA {
		background-color: rgba(255,255,255,.8);
	}
	.home .entry-title,
	.entry-title {
		font-size: 36px;
	}
	.home .entry-header p {
		font-size: 22px;
	}
	.home_detail {
		font-size: 28px;
	}
	.home .wp-image-113 {
		max-width: 300px;
	}
	.home .entry-content .wp-block-image .alignright {
		float:none;
		margin: 0 auto;
	}
	.bubble {
		padding: 35px 48px 35px 48px;
		border-radius: 50px;
		margin-bottom: 50px !important;
		margin-top: 25px !important;
	}
	.bubble h4 {
		font-size: 24px;
	}
	#post-20 .entry-content .wp-block-spacer {
		height:0 !important;
	}
	.page-id-21 .main-content {
		min-height: 0;
	}
	.page-id-24 .wp-block-details summary strong {
		font-size: 22px;
	}
	.page-id-24 .entry-content .wp-block-button{
		margin-left: auto;
		margin-right: auto;
	}
	#joinus .content-area {
		background-color: transparent;
	}
	.page-id-24 .figure .safezoneA {
		background-color: transparent;
	}
	.page-id-24 .wp-block-details summary strong {
		font-size: 20px;
	}
	.site-footer .pri-nav-menu ul ul {
		display: none;
	}
	.pri-nav-menu li li {
		display: none;
	}
	.home .main-content {
		background-image: none !important;
	}
	.mobile {
		display: block;
	}
	.entry-content .wp-image-226 {
		max-width: 75%;	
	}
	.wp-block-image .aligncenter {
		text-align: center;
	}
	.page-id-16 .main-content {
		background-image: url(/wp-content/uploads/2025/04/wave-graph-2.jpg) !important;
	}
	.page-id-24 .content-area {
		background-color: transparent;	
	}
	.page-id-24 .site-content #post-24 {
		margin-top: 200px;
	}
}
@media screen and (max-width:680px) {
	.page-id-24 .wp-block-details summary strong {
		font-size: 18px;
	}	
	.page-id-24 .wp-container-core-columns-is-layout-9d6595d7 .wp-block-column:nth-child(1) blockquote:first-child {
		max-width: 100%;
	}	
}
@media screen and (max-width:635px) { 
	.home .entry-title,
	.entry-title {
		font-size: 32px;
	}
	.home .entry-header p {
		font-size: 20px;
	}
	.home_detail {
		font-size: 24px;
	}
	.wp-block-details {
		padding-left:10px;
		padding-right: 10px;
	}
}

@media screen and (max-width:620px) { 
	
	.site-footer .pri-nav-menu {
		margin-left:0;
		padding-top:0;
	}
	.pri-nav-menu > li {
		width: 32%;
	}
	.pri-nav-menu > li {
		margin-top: 24px;
	}
	.pri-nav-menu li li {
		margin-bottom: 8px;
	}
	.pri-nav-menu ul {
		margin-top: 8px;
	}
	.entry-content h2 {
		font-size: 24px;
	}
	.entry-content .wp-block-columns:first-child {
		gap: unset;
	}
	.post-12 .wp-block-buttons {
		margin-bottom: 36px;	
	}
	.entry-content .wp-block-columns.z_cont {
		gap: 2em;	
	}
}
@media screen and (max-width:600px) { 
	.science_ma_callout {
		/*background-image: url(/wp-content/uploads/2025/04/map-bg.jpg);
		background-size: auto 100%;
		background-position: center center; */
	}
	.science_ma_callout .wp-block-media-text__media {
		text-align: center;
	}
	.science_ma_callout img {
		max-width: 120px;
	}
	.ct_cont img {
		max-width: 250px;
	}
	.ct_cont .wp-block-media-text__media {
		margin: 0 auto 12px auto;
	}
	.ct_cont .wp-block-media-text > .wp-block-media-text__content {
		padding: 0;
	}
	.page-id-24 .figure .wp-block-media-text__media {
		max-width: 150px;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-block-details summary span {
		font-size: 18px;
		padding-right: 28px;
	}
}
@media screen and (max-width:575px) { 
	.home .entry-title,
	.entry-title {
		font-size: 28px;
	}
	.home .entry-header p {
		font-size: 18px;
	}
	.home_detail {
		font-size: 21px;
	}
	.bubble h4 {
		font-size: 22px;
	}
	.bubble {
		padding: 35px 24px;
		border-radius: 30px;
		margin-bottom: 30px !important;
		margin-top: 25px !important;
	}
	.z_cont .fas {
		font-size: 2em;
	} 
	.wp-block-details summary span {
		float: none;
		display: block;
		margin-top:12px;
	}
	.wp-block-details summary span::after { 
		right: auto;
		margin-left: 6px;
	}
	.wp-block-details {
		paddin-bottom:0;
	}
	.page-id-24 .site-content .entry-content h2, #joinus h2 {
		font-size: 24px;
	}
	#joinus .wp-block-button{
		margin-top: 12px;
	}
}
@media screen and (max-width:505px) { 
	.home .entry-title,
	.entry-title {
		font-size: 26px;
	}
	.home .entry-header p {
		font-size: 17px;
	}
	.home_detail {
		font-size: 19px;
	}
}
@media screen and (max-width:467px) { 
	.home .entry-header p {
		font-size: 16px;
	}
	.home_detail {
		font-size: 18px;
	}
	h2 {
		font-size: 18px;
	}
	.entry-content h2:first-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width:449px) { 
	.home .entry-title,
	.entry-title {
		font-size: 22px;
	}
	.home .entry-header p {
		font-size: 16px;
	}
	.home_detail {
		font-size: 17px;
	}
	.page-id-24 .site-content .entry-content h2, #joinus h2 {
		font-size: 22px;
	}
}
/**
 * 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;
	}
}
