/*
Theme Name: Immuneering
Author: AldenMc
Author URI: https://www.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/
 *
 * -----------------------------------------------------------------------------
 */

@font-face {
   font-family: Montserrat;
   src: url('/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('ttf');
 }
@font-face {
   font-family: 'MontserratBold';
   font-style: NORMAL;
   font-weight: 900;
   src: url(/fonts/Montserrat/static/Montserrat-ExtraBold.ttf) format('truetype');
 }

@font-face {
	font-family: 'Montserrat'; /* Choose any name you like for the font family */
	src: url('/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype'); /* Specify the correct path and format */
	font-display: swap; /* Optional but recommended for better loading experience */
}

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: #4d585a;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
}

body {
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;		
	/*opacity: 0; */
}
body.loaded {
	opacity: 1;
}
a {
	color: #2e95d2;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;		
}

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

a:active,
a:hover {
	color: #0e507f;
}

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

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

h2,
.h2 {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 36px;
	margin-top: 12px;
}

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

h4 {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 800;
}

h6 {
	font-weight: normal;
	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: .85rem;
}
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-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #ffffff;
	text-align: center;
	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: 2px;
	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: #2e95d2;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #2e95d2;
	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: #2e95d2;
	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: #0e507f;
	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 !important;
}

/* 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,
#ocpq .entry-content,
#rmi,
#faqs,
#cadci,
#atebimetinib,
.section2 {
	max-width: 1630px;
	margin: 0 auto;	
}
.safezoneB,
.tag .content-area {
	max-width: 1270px;
	margin: 0 auto;	
}
#platformtable .safezoneA {
	/*max-width: none;	*/
}

.page-template-A-width .entry-content .wp-block-columns,
.page-id-1820 .fw_cont .wp-block-buttons,
#upperseccareer p,
#upperseccareer .wp-block-columns,
#rmi p,
#rmi .wp-block-buttons,
#cadci .wp-block-media-text,
#atebimetinib .wp-block-media-text,
#partnering p {
	/*max-width: 1270px; */
	margin-left: 11%;
		
}
#cadci .wp-block-media-text {
	margin-left: 13.9%;
}
#partnering {
	margin-bottom:0;
}
#partnering a:hover {
	color: #2e95d2;
}
.page-id-2062 h3 {
	margin-top: 0;
}
.page-id-2062 .site-main {
	margin-bottom: 0;	
}
#upperseccareer .wp-block-columns {
	margin-right: 11%;	
}
.page-id-1820 .fw_cont p { 
	margin-left: 19%;
}
#spiral {
	background-position: top right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#ocpq {
	position: relative;
	max-width: none;
}
#ocpq .entry-content {
	position: relative;
	z-index: 1;
}
#ocpq:after{
	content: "";
	position: absolute;
	right:0;
	left:0;
	top:-80px;
	bottom:0;
	background-image: url(/wp-content/uploads/2025/12/half-circles-w-smile.png);
	background-repeat: no-repeat;
	background-position: top right;
	max-width: none;
	background-size: 27% auto;
}
#ocpq p,
#ocpq .wp-block-buttons { 
	margin-left: 16%;
}
#ocpq blockquote p {
	margin-left: 0;
}
#ocpq .twentytwoper p,
#ocpq .twentytwoper .wp-block-buttons {
	margin-left: 22%;
}

.toggle_cont {
	margin-left: 8%;
}
#faqs .toggle_cont {
	margin-left: 0;
}
#faqs .toggle_cont p {
	margin-left: 8%;
	margin-right: 8%;	
}
.toggle_hdr {
	cursor: pointer;	
}
.toggle_hdr:hover:before {
	color: #2e95d2;
}

.toggle_hdr.toggleactive:hover:before {
	color: #fff;
}
.page-template-A-width .entry-content .wp-block-quote p,
.page-template-A-width .entry-content .wp-block-columns.bq_cont {
	margin-left: 0;
}
.site {
	background-color: #fff;
	position: relative;
}

.main-content {
	width: 100%;
}
.post-844 {
	background-color: #0e507f;
	background-image: url(images/platform-co-bg.jpg);
	background-image: url(images/platform-co-bg-2.jpg);
	background-image: url(images/platform-co-bg-3.jpg);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: none;
}
.page-id-844 article:nth-child(3) {
	background-color: #fff;
}
.page-id-844 .entry-title {
	color: #fff;
}
#uppersec {
	background-color: #fff;
	background-image: url(images/platform_bg-2.jpg);
	background-position: top right;
	background-size: 100% auto;
	background-repeat: no-repeat;	
	margin-bottom:0;
}
#uppersec .h1 span {
	color: #000;
} 
/* responsive video styles */
iframe {
  margin-bottom: 0;
  max-width: inherit;
}
.wp-block-embed__wrapper iframe {
  /*padding:10px;*/
}
.wp-block-embed__wrapper{
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 25px;*/
  height: 0;
}
.wp-block-embed__wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content .wp-image-2223 {
	max-width: 500px;	
	border-radius: 20%;
	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;
}
#hdr-bg_img {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-size: contain;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
}
.home #hdr-bg_img {
	top:-17px;
}
.home #hdr-bg_img video {
	width: 100%;
}
.site-header {
	/*background-image: url(images/header-bg.png);
	background-repeat: no-repeat; */
	width: 100%;
	z-index: 14;
	top:0;
	position: fixed;
	position: absolute;
	background-size: 100% auto;
	background-position: right 0px;
	height: 487px;
	opacity: 0;
}
.loaded .site-header {
	opacity: 1;	
}
#chrthd {
	display: none;	
	position: fixed;
	z-index: 1;
	top: 200px;
	right: 0;
	width: 100%;
	background-color: pink;
	border: 2px #2e95d2 solid;
}

.home .site-header {
	height: 971px;
}
.site-header:before {
	content: "";
	height: 487px;
	background-image: url(images/header-bg-2.png);
	background-repeat: no-repeat;
	width: 100%;
	background-size: contain;
	
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	  
}
.home .site-header:before {
	content: none;	
}	
.scrolledup .site-header {
/*	position: fixed;
	top: -304px;
	top: -353px !important;
	top: -409px !important;
	height: 555px !important;
	top:0 !important;
	height: auto !important;
	height: 116px !important;
*/
}
/*
.scrolledup2  .subnav_cont ul li.current_page_item li,
.scrolledup2 .subnav_cont ul li.current-page-ancestor .sub-menu li,
.scrolledup2 .subnav_cont ul li.current-menu-ancestor .sub-menu li,
.scrolledup2 .subnav_cont ul li.current-menu-parent .sub-menu li,
.scrolledup2 .subnav_cont ul li.current-page-parent .sub-menu li,
.scrolledup2 .subnav_cont ul li.current_page_parent .sub-menu li {
	height: 44px !important;
	line-height: 44px !important;
}
.scrolledup2  .subnav_cont ul li.current_page_item li li {
	height: auto !important;
	line-height: 1.3 !important;
}
*/
.header-main {
	min-height: 88px;
	padding: 0 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+41,0.8+100 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	margin-left: 14%;
	margin-top: 49px;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	border-radius: 44px 0 0 44px;
}
.scrolledup .header-main {
	margin-top:0 !important;
	position: fixed;
/*	position: relative;	 */
	z-index: 1;
	border-radius: 0;
	margin-left: 0;
	background-color: #fff;
	min-height: 100px !important;
}

.scrolledup .site-logo {
	margin-left: 14%;
	
	height: 102px !important;
	width: 312px !important;
	top: 0 !important;
	left: -41px !important;
	position: relative;
}
.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	position: absolute;
	left: -4000px;
}
.site-logo {
	background-image: url(/wp-content/uploads/2025/12/immuneering-logo-transparent.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	overflow: hidden;
	vertical-align: middle; 
	width: 465px;
	height: 152px;
	left: -63px;
	top: -32px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	display: inline-block;
	

}

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

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

.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: #0e507f;
	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: #000000;
	display: block;
}

.site-navigation a:hover {
	color: #0e507f;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	text-decoration: underline;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 20px;
	font-weight: 300;
	padding-top: 24px;
	float: right;
	margin: 0 8% 0 -12px;
	padding: 0;
	position: relative;
}

.scrolledup .primary-navigation { 
	margin-right: 6.9%;
	margin-top: 0;
	position: absolute;
	right: 8px;
	top: 51%;
	transform: translateY(-50%);
}
.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 12px;
	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: 88px;
	line-height: 88px;
	position: relative;
}

.scrolledup .primary-navigation li {
	/*height: 88px !important;
	line-height: 88px !important; */	
}

.primary-navigation ul ul {
	background-color: #0e507f;
	background-color: rgba(255,255,255,.95);
	float: left;
	margin: 0;
	position: absolute;
	top: 88px;
	left: -999em;
	z-index: 99999;
	/*border-radius: 0 0 25px 25px; */
	box-shadow: 3px 8px 8px rgba(0, 0, 0, .2);
}

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

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

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

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	text-decoration: underline;
	color: #000;
}
.primary-navigation ul #menu-item-1773 ul li:hover > ul,
.primary-navigation ul #menu-item-2246 ul li:hover > ul {
	right: 100%;
	left: auto;
}


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

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}
/*
.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
	padding-right: 26px;
}

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

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





/* Navigation */

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


/* 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: 12px;
}
.home .content-area,
.page-id-844 .content-area {
	padding-top:0;
}

.page-template-publications .content-area {
	padding-top:0;	
}
.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;
}

.entry-title,
.h1 {
	font-size: 33px;
	font-weight: 900;
	line-height: 1.0909090909;

	margin: 0 0 24px 0;
/*	text-shadow: 0px 0px 1px rgba(0,0,0,0.4);
	text-shadow: 0px 0px 39px rgba(0,0,0,.3);
	text-shadow: 0px 0px 45px rgba(46,149,210,.5); */
}
.entry-title {
	margin-bottom: 36px;
	margin-bottom: 24px;
}
.home .entry-title {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 5%;
	font-size: 52px;
	margin-top: 10px;
}
.h1 {
	color: #2e95d2;
}
.entry-title span,
.h1 span {
	font-weight: 300;	
	color: #305648;
/*	text-shadow: none;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.4);
	text-shadow: 0px 0px 45px rgba(0,0,0,.5);
	text-shadow: 0px 0px 45px rgba(46,149,210,.5); */
}
.home .h1 {
	margin-bottom: 36px;
}
.home .h1 span {
	color:#fff;
}
.home .section2 .h1 span {
	color: #305648;
}
.home .section3 .h1{
	color: #ffffff;
}
.h1light {
	font-weight: 300;		
}
.fw_cont .h1 span {
	color: #fff;
}
.page-id-1771 .fw_cont .h1 span {
	color: #305648;
}
.page-id-1771 .fw_cont {
	margin-bottom:0;
	margin-top: 48px;
}

.site-content .entry-header {
	padding-top: 36px;
}
.fw_cont {
	padding: 48px 0 36px;
	margin-bottom: 48px;
}
.wp-block-button__link {
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .25s ease-out;	
	padding: 7px 48px 5px;	
	font-size: .8em;
	border-radius: 12px;
}
.fw_cont .wp-block-button__link {
	font-size: 1em;
	padding: 17px 48px 15px;
	border-radius: 40px;

}
.fw_contX .wp-block-button__link {
	font-weight: 700;	
}
.fw_contX p {
	font-size: 1.25em;
}
.wp-block-buttons {

	margin-bottom: 36px;	
}
.wp-block-buttons .wp-block-button {
	margin-top: 12px;	
}
.entry-content .wp-block-button__link {
	background-color: #2e95d2;
	text-decoration: none;
	
	background: linear-gradient(to left, #2e95d2 50%, #0e507f 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .25s ease-out;	
	padding: 7px 48px 5px;	
	font-size: .8em;
	border-radius: 12px;	
}
 .entry-content .section1 .wp-block-button__link,
 .entry-content .section3 .wp-block-button__link {
	background: linear-gradient(to left, #ffffff 50%, #0e507f 50%);	
	background-size: 200% 100%;
	background-position: right bottom;
	color: #00301e;
	//background: linear-gradient(to left, #2e95d2 50%, #0e507f 50%);
}

.entry-content .wp-block-button__link:hover {
	background-position: left bottom;
	background-color: #0e507f;
	color: #fff;
}
.entry-content .section3 .wp-block-button__link {
	background-color: #2e95d2;
	background: linear-gradient(to left, #ffffff 50%, #2e95d2 50%);	
	background-size: 200% 100%;
	background-position: right bottom;
}
 .entry-content .section3 .wp-block-button__link:hover {
	background-position: left bottom;
    background-color: #2e95d2;	 
}
.entry-content .wp-block-button__link.has-white-background-color  {
	background: linear-gradient(to left, #ffffff 50%, #2e95d2 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .25s ease-out;	
}
.entry-content .wp-block-button__link.has-white-background-color:hover {
	background-position: left bottom;
	background-color: #2e95d2;
	color: #fff !important;
}
/**
 * 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: #0e507f;
}

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

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

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

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

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

.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 table th {
	font-size: 16px;
}

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

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

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

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

.entry-content .edit-link a:hover {
	color: #0e507f;
}


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

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

.paging-navigation a:hover {
	border-top: 5px solid #0e507f;
	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 {
	font-size: 14px;
	position: relative;
	z-index: 3;
	border-top: 1px solid #77aaae;
}

.footer-sidebar {
	padding-top: 48px;
}
.site-info a:hover {
	color: #0e507f;
}
.site-info img {
	max-width: 80%;
}
.site-info p {
	margin-left: 10px;	
}
.contact_details a,
.legal_cont ul a {
	text-decoration: underline;
	color: #1e4674;
}
.legal_cont ul a {
	text-decoration: none;	
}

.legal_cont h6,
.social_cont h6 {
	margin-bottom: 2px;
}
.legal_cont ul,
.social_cont ul {
	margin: 0;
	list-style: none;
}
.social_cont ul li {
	display: inline-block;
	font-size: 22px;
}
.social_cont ul li:first-child {
	margin-right: 6px;	
}
.social_cont ul a {
	color: #1e4674;	
}

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

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

	#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: 487px;
	margin-bottom: 24px;
}
.home .site-main {
	margin-top: 971px;
	margin-bottom: 0;
}
.page-id-1820 .site-main {
	background-image: url("/wp-content/uploads/2025/12/man-walking-lower.jpg");
	background-position: center top;
	background-size: 100% auto;
	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;
	}

.has-drkblue-color {
	color: #0e507f;
}
.has-blue-color {
	color: #1e4674;
}
.has-ltblue-color {
	color: #2e95d2;
}
.has-green-color {
	color: #2b8574;
}
.has-altblue-color {
	color: #1d5f85;
}
.has-purple-color {
	color: #2b3885;
}


.has-orange-color {
	color: #cb8f28;
}
.has-red-color {
	color: #ea3326;
}
.has-white-color {
	color: #ffffff;
}
.has-black-color {
	color: #000000;
}
.has-grey-color {
	color: #4d585a;
}
.has-ltgrey-color {
	color: #d9d9d9;
}

.has-drkblue-background-color {
	background-color: #0e507f;
}
.has-blue-background-color {
	background-color: #1e4674;
}
.has-ltblue-background-color {
	background-color: #2e95d2;
}
.has-green-background-color {
	background-color: #2b8574;	
}
.has-altblue-background-color {
	background-color: #1d5f85;
}
.has-purple-background-color {
	background-color: #2b3885;
}



.has-orange-background-color {
	background-color: #cb8f28;
}
.has-red-background-color {
	background-color: #ea3326;
}
.has-white-background-color {
	background-color: #ffffff;	
}
.has-black-background-color {
	background-color: #000000;	
}
.has-grey-background-color {
	background-color: #4d585a;	
}
.has-ltgrey-background-color {
	background-color: #d9d9d9;	
}

.blueborder {
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 24px, transparent 24px) 0% 0%/29px 29px no-repeat,
				radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 24px, transparent 24px) 100% 0%/29px 29px no-repeat,
				radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 24px, transparent 24px) 0% 100%/29px 29px no-repeat,
				radial-gradient(circle at 0 0, #ffffff 0, #ffffff 24px, transparent 24px) 100% 100%/29px 29px no-repeat,
				linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 58px) no-repeat,
				linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 58px) calc(100% - 10px) no-repeat,
				linear-gradient(0deg, transparent 14%, #2e95d2 100%) no-repeat;
	border-radius: 30px;
	padding: 32px;
	box-sizing: content-box;
}
.blueborder h2:last-child {
	margin-bottom:0;
}
.newsrelease_cont {
	font-size: 22px;
}	
.newsrelease_cont a,
h2 a,
.entry-content h2 a {
	text-decoration: none;	
	color: #4d585a;
} 

.newsrelease_cont a:hover {
	color: #2e95d2;
}
.rounded {
	border-radius: 30px;
	padding: 32px;
}
.rounded h5 {
	margin-bottom:0;
}
.rounded p:last-child {
	margin-bottom:0;	
}
.roundedimage img {
	border-radius: 46px;	
}
.roundedleft img {
	border-radius: 46px 0 0 46px;	
}
.page-id-2062 .entry-content .wp-image-2066 {
	max-width: 727px;
	position: absolute;
	position: relative;
	border-radius: 46px;	
	right: 0;
	top: -70px;
}

.stock_number {
	font-family: MontserratBold;
	font-weight: 900;
	font-size: 68px;
	margin-bottom: 0;
	line-height: 1;
}
.stock_number span {
	font-size: 34px;
}

.subnav_cont {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	font-size: 20px;
	text-align: right;
	text-align: center;
}
.subnav_cont a {
	color: #fff;
	display: inline-block;
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.scrolledup2 .subnav_cont {
background-color: #0e507f;
	bottom: auto;
	top: 102px;
	position: fixed;
}
/*
.scrolledup2 .subnav_cont {
	background-color: #0e507f;
	top: 100%;
	bottom: unset;
}
*/

.subnav_cont a:hover {
	text-decoration: underline;	
}
.subnav_cont ul {
	list-style: none;
	margin-bottom:0;

}
.subnav_cont ul ul ul {
	box-shadow: 3px 8px 8px rgba(0, 0, 0, .2);
}
.subnav_cont ul li {
	display: none;
	vertical-align: top;
}
.subnav_cont ul li.current_page_item .sub-menu li,
.subnav_cont ul li.current-page-ancestor .sub-menu li,
.subnav_cont ul li.current-menu-ancestor .sub-menu li,
.subnav_cont ul li.current-menu-parent .sub-menu li,
.subnav_cont ul li.current-page-parent .sub-menu li,
.subnav_cont ul li.current_page_parent .sub-menu li{
	display: inline-block;	 
}
.subnav_cont ul li.current_page_item .sub-menu li .sub-menu li,
.subnav_cont ul li.current-page-ancestor .sub-menu li .sub-menu li,
.subnav_cont ul li.current-menu-ancestor .sub-menu li .sub-menu li,
.subnav_cont ul li.current-menu-parent .sub-menu li .sub-menu li,
.subnav_cont ul li.current-page-parent .sub-menu li .sub-menu li,
.subnav_cont ul li.current_page_parent .sub-menu li .sub-menu li{
	display: block;	 
}

.subnav_cont ul li.current_page_item {
	display: inline-block;
	position: relative;
}


.subnav_cont ul li.current-page-ancestor,
/*.subnav_cont ul li.current-menu-ancestor,*/
.subnav_cont ul li.current-menu-parent,
.subnav_cont ul li.current-page-parent,
.subnav_cont ul li.current_page_parent {
	display: inline-block;
	position: relative;
}

.subnav_cont ul li.current_page_item li a,
.subnav_cont ul li.current-page-ancestor li a,
.subnav_cont ul li.current-menu-ancestor li a,
.subnav_cont ul li.current-menu-parent li a,
.subnav_cont ul li.current-page-parent li a,
.subnav_cont ul li.current_page_parent li a{
	display:inline-block;
	margin-right: 24px;
	height: 88px;
	line-height: 88px;
}
.subnav_cont ul li ul li.current_page_item a,
.subnav_cont ul li li.current-page-ancestor > a {
	text-decoration: underline;
}

/*.subnav_cont ul li.current_page_item li li a,
.subnav_cont ul li.current-page-ancestor li li a,
.subnav_cont ul li.current-menu-ancestor li li a,
.subnav_cont ul li.current-menu-parent li li a,
.subnav_cont ul li.current-page-parent li li a,
.subnav_cont ul li.current_page_parent li li a,


.scrolledup2 .subnav_cont ul li.current_page_item li a,
.scrolledup2 .subnav_cont ul li.current_page_item li li a,
.scrolledup2 .subnav_cont ul li.current-page-ancestor li li a,
.scrolledup2 .subnav_cont ul li.current-menu-ancestor li li a,
.scrolledup2 .subnav_cont ul li.current-menu-parent li li a,
.scrolledup2 .subnav_cont ul li.current-page-parent li li a,
.scrolledup2 .subnav_cont ul li.current_page_parent li li a{
	display:inline-block;
	margin-right: 24px;
	height: auto !important;
	line-height: 1 !important;
	
	height: 44px !important;
	line-height: 44px !important;
}
.scrolledup2 .subnav_cont ul li.current-page-ancestor li a,
.scrolledup2 .subnav_cont ul li.current-menu-ancestor li a,
.scrolledup2 .subnav_cont ul li.current-menu-parent li a,
.scrolledup2 .subnav_cont ul li.current-page-parent li a,
.scrolledup2 .subnav_cont ul li.current_page_parent li a{
	height: auto !important;
	line-height: 1 !important;	

}
*/
.subnav_cont ul ul ul {
	padding-top: 12px;
	padding-bottom: 12px;
	position: absolute;
	top: 88px;
	left: -999em;
	z-index: 99999;	
	background-color: #0e507f;
	margin-left: -20px;
	min-width: 280px;
	border-radius: 0 0 25px 25px;
}
.subnav_cont ul li.current_page_item ul ul {
	padding-top: 12px;
	padding-bottom: 12px;
	position: absolute;
	top: 88px;
	left: -999em;
	z-index: 99999;	
	background-color: #0e507f;
	margin-left: -20px;
	min-width: 280px;
	border-radius: 0 0 25px 25px;
}
/*
.scrolledup2 .subnav_cont ul li.current_page_item ul ul {
	top: 100% !important;
}
*/
.subnav_cont ul li ul li:hover > ul {
	left: auto;
}

.subnav_cont ul li li li {
	display:block;
	height: auto !important;
	line-height: 1.3 !important;
	margin-right: 0;
	margin-bottom: 12px;
	padding:0 20px;
	text-align: left;

	
}
.subnav_cont ul li li li a {
	height: 34px !important;
	line-height: 34px !important;
}

.subnav_cont.fixme .sn_c {
	position: fixed;
}

.bq {
	border:3px solid #2e95d2;	
	border-radius: 40px;
	padding: 30px;
	max-width: 80%;
	max-width: 67%;
	margin: 24px auto 36px !important;
	position: relative;
}
.bc {
	position: relative;
	gap: .4em;
	margin-top:64px;
	margin-bottom: 64px;
}
.bq:before,
.bc:before {
	content:"";
	position: absolute;
	background-color: rgba(50,151,210,.2);
	top:30px;
	bottom:30px;
	left: -20%;
	right: -20%;
	border-radius: 40px;	
}
.bc a {
	text-decoration: none;
}
#clickableimgs .wp-block-cover {
	cursor: pointer;
}
#clickableimgs .wp-block-cover:hover h4 {
	color:#1e4674
}
#partnerlogos img {	
	transition: transform .3s;	
}


#partnerlogos a:hover img {
  transform: scale(1.025);	
}

.bc .wp-block-column .wp-block-cover__inner-container {
		
}
.bc .wp-block-column .wp-block-cover__inner-container h4 {
	position: relative;
	margin: 24px 0;
}

.bc .wp-block-column:first-child img {
	border-radius: 40px 0 0 40px;
}
.bc .wp-block-column:first-child .wp-block-cover__inner-container {
	border-radius: 0 0 0 40px;	
}
.bc .wp-block-column:last-child img {
	border-radius: 0 40px 40px 0;
}
.bc .wp-block-column:last-child .wp-block-cover__inner-container {
	border-radius: 0 0 40px 0;
}    
.bq .wp-block-quote {
	background-color: #2e95d2;
	border-radius: 40px;
	margin-bottom: 0;
	padding: 40px 76px 40px 70px;
	color:#fff;
	position: relative;
	text-align: center;
	font-size: 1.63em;
}
.bq .wp-block-quote:before {
	content:"\201C";
	position: absolute;
	top:0;
	top: -16px;
	left: 0;
	font-size: 140px;
	font-family: MontserratBold;
	font-weight: 900;
	opacity: .4;
	line-height: 1;
}
.bq .wp-block-quote:after {
	content:"\201D";
	position: absolute;
	bottom: -3px;
	right: 24px;
	font-size: 140px;
	font-family: MontserratBold;
	font-weight: 900;
	opacity: .4;
	line-height: 0;
}
.toggle_cont {

}
.toggle_cont h4 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0+30,0+100 */
	background: linear-gradient(to right,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	border-radius: 8px 0 0 8px;
	padding: 6px 48px 4px;
	margin-bottom: 24px;
	position: relative;
}
#faqs .toggle_cont h4 {
	margin-bottom: 12px;	
}
.toggle_cont h4:before {
	
	font-family: "Font Awesome 6 Pro";	
	content: "\f141";
	content: "\f13a";
	position: absolute;
	font-size: .75em;
	top:0px;
	top: 12px;
	line-height: 1;
	left: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
}
#faqs .toggle_cont h4:before {
	content: "\f0fe";
	content: "\f138";
	font-size: .75em;
	top: 12px;
	left: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.toggle_cont h4.toggleactive:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#faqs h4.toggleactive:before {
	//content: "\f146";
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#faqs h4.toggleactive:hover:before {
	color:#2e95d2;
}

.toggle_data {
	display: none;	
	margin-left: 3.3% !important;
}
body {
	overflow-x: hidden; 
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
	width: 42px;
}
.hamburger-box {
	width: 42px;
}
body .wprmenu_bar #custom_menu_icon.hamburger{
	background-color:transparent;
}

.entry-content .wp-block-cover  {
	padding:0;
}
.entry-content .wp-block-cover__background {
	display: none;
}
.entry-content .wp-block-cover__inner-container {
	background-color: rgba(50,151,210,.9);
}
.post-1826,
.section2 {
	position: relative;
}
.section2 {
	margin-bottom:50px;	
}
.wp-image-1903,
.wp-image-2146,
.df-section img {
	position: absolute;
	top:-73px;
	right: -25px;
	width: 600px;
	width: 750px;
}
.df-section img {
	z-index: 11;
	top: -53px;
	right: -25px;
	top: auto !important;
	bottom:-40px;
}
.page-id-1826 .wp-image-2146 {
	/*width: 689px; */
}

.section2 .wp-image-1903,
.section2 .wp-image-2146,
.section2 img {
	position: absolute;
	top:-73px;
	right: -25px;
	width: 860px;
}
.entry-content .section2 h2 {
	margin-top: 75px;
	
}

.bio_choices div {
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;	
}



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

.bio_box,
.bio_box2,
.bio_box3 {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	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;
}
.bc_off {
	opacity: .35;
}
.bio_box:hover,
.bio_box2:hover,
.bio_box3:hover {
	opacity: 1;
}
.bio_box:hover h5,
.bio_box2:hover h5,
.bio_box3:hover h5 {
	color: #81b2d6;
}
.bio_img {
	position: relative;
	border-bottom: none;
	max-width: 225px;
	margin: 0 auto;
}
.bc_active {
	position: relative;
	z-index: 0;
	z-index: 1;
}

.bc_active .bio_img img {
	border-color: #2e95d2;
}
.bc_active .bio_img:after,
.bio_box:hover .bio_img:after,
.bio_box2:hover .bio_img:after,
.bio_box3:hover .bio_img:after {

	background-repeat: no-repeat;

	background-size: contain;
	background-position: center bottom;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.inset_label {
	padding-bottom: 12px;
	padding-top: 12px;
	position: relative;
	text-align: center;
}




.bio_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;
	border-radius: 50%;
	border:12px solid transparent;
	box-sizing: border-box;
}
.content-box,
.content-box2,
.content-box3 {
	position: relative;
	z-index: 2;
	top: -45px;
	top: -62px;
}
.bio-title {
	font-weight: normal;
	margin-bottom:0;	
	margin-top: 0px;
}
.nophoto {
	height: 250px;
	width: 250px;
	margin: 0;
}
.bmt {
	margin-top: 0;
	font-weight: normal;
	margin-top: 0px;
	line-height: 1;
}
.bioless {
	display: inline-block;
	cursor: pointer;
	color: #2e95d2
}
.nyb,
.nyb2,
.nyb3 {
	position: relative;
	text-align: center;
}



.entry-content p.has-background {
	padding: 5px !important;
}
.entry-content .wp-image-1958,
.entry-content .wp-image-2200,
.entry-content .wp-image-2201,
.entry-content .wp-image-2198,
.entry-content .wp-image-2202 {
	max-width: 450px;
	width: 100%;
}

.circle_cont img {
	border-radius: 50%;
	/*-webkit-box-shadow: 5px 5px 15px 5px #000000; 
	box-shadow: 5px 5px 15px 5px #000000;*/
}
#upperseccareer {
	padding-top: 120px;
	margin-top: -50px;	
	padding-bottom: 48px;
	margin-top: 64px;
}
#sab-3 {
	margin-left:16%;	
}
.sab_item {
	display: inline-block;
	width: 30%;
	margin-right: 1%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 48px;
}
.sab_item a {
	text-decoration: none;	
}
.sab_item a .bmt {
	color:#4d585a;
}
.sab_item a:hover h5 {
	text-decoration: underline;
}
#ctrials {
	color: #fff;
}
#ctrials h6{
	margin-bottom: 0;
	text-transform: uppercase;
}
#ctrials h3 {
	font-size: 26px;
}
#ctrials .toggle_data h2,
#ctrials .roundcol h2 {
	margin-top:0;
	font-weight: normal;
}
.roundcol {
	border-radius: 12px;
	padding: 40px;
	color: #0e507f;
}
.page-id-2062 .entry-content img {
	max-width: 300px;
}
.page-id-2062 .entry-content .wp-image-1738 {
	max-width: 50%;
}
.page-id-2062 .entry-content .wp-image-2149 {
	max-width: 220px;
}
.page-id-2062 .entry-content .wp-image-1738 {
	max-width: 200px;
}
.page-id-2062 .entry-content .wp-image-1721 {
	max-width: 140px;
}
#ccsec {
	margin-bottom:0;	
}
.ddsection_cont {
	text-align: center;
	padding: 28px 0;
	background-color: #3297d2;
}
.ddsection {
	display: inline-block;	
	margin-right: 2%;

	background-color: #5bacdb;
	text-decoration: none;
	
	background: linear-gradient(to left, #5bacdb 50%, #0e507f 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .25s ease-out;	
	padding: 7px 48px 5px;	
	font-size: .8em;
	border-radius: 12px;
	cursor: pointer;
	color: #fff;
	position: relative;
}
.ddsection:hover {
	background-position: left bottom;
	background-color: #0e507f;
	color: #fff;
}
.ddsection:hover h4 {
	color: #fff;	
}

.ddsection h4 {
	margin-right: 24px;
	margin-top:0;
}
.fa_control_cont {
	position: absolute;
	right: 12px;
	top:10px;
}
.ddsection h4 {
	margin-bottom:0;
	margin-right: 8px;
}
.ddsection ul {
	list-style: none;
	display: none;
	position: absolute;
	background-color: #5bacdb;
	z-index: 5;
	left: 10px;
	right:10px;
	top:100%;
	margin: 0;
	border-radius: 0 0 12px 12px;
	padding-bottom: 10px;
}
.ddsection.activeselect ul {
	display: block;
}
.ddsection ul li {
	background: linear-gradient(to left, #5bacdb 50%, #0e507f 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .25s ease-out;
	line-height:1.3;
	margin-bottom: 6px;
	padding-top:3px;
	padding-bottom: 3px;
}
.ddsection ul li:hover,
.ddsection ul li.activeyear,
.ddsection ul li.activeprogram,
.ddsection ul li.activetype {
	background-position: left bottom;
	background-color: #0e507f;
	color: #fff;
}
.lib_item {
	display: inline-block;
	width: 47%;
	padding:24px;
	margin-right: 0%;
	vertical-align: top;
	position: relative;
	/*border-right: 2px solid #2e95d2;
	border-bottom: 2px solid #2e95d2;*/
}
.lib_item .wp-block-button {
	display: inline-block;	
	margin-right: 24px;
}
.lib_item:before {
	content: "";
	position: absolute;
	bottom:0;
	height:2px;
	left:0;
	right:0;
	background-color: #2e95d2;	
}
.lib_item:after {
	content: "";
	position: absolute;
	bottom:20px;
	top: 20px;
	width:2px;
	right:0;
	background-color: #2e95d2;	
}
.lib_item:nth-child(even):after {
	content:none;
}

#platformtable table,
#platformtable th,
#platformtable td,
#platformtable .wp-block-table thead {
	border:none;	
}
.platformtable {
 /* border: 3px #2e95d2 solid; */
  border-radius: 40px;
  padding: 0px 40px 10px;
  margin-bottom: 48px;
}

#platformtable th:first-child {
	width: auto;
}
#platformtable td {
	border-right:2px solid #fff;
	border-bottom:1px solid #fff;
	padding-left:100px;
	padding-left: 7%;
	position: relative;
	
}
#platformtable th:first-child {
	padding-left:158px;	
	padding-left: 11%;

}
#platformtable th:last-child {
	padding-left:158px;	
	padding-left: 11%;
}
#platformtable tr td:first-child {
	background-color: #dfe1ed; 
	text-shadow: 1px 1px 1px #2b3885;
}
#platformtable tr td:last-child {
	text-shadow: 1px 1px 1px #0e507f;	
}

#platformtable tr:first-child td:first-child {
	border-radius: 15px 0 0 0;	
}
#platformtable tr:last-child td:first-child {
	border-radius: 0 0 0 15px;	
}
#platformtable tr:first-child td:last-child {
	border-radius: 0 15px 0 0 ;	

}
#platformtable tr:last-child td:last-child {
	border-radius: 0 0 15px 0;	
}

#platformtable tr td:first-child {
	/*background-color: #dfe1ed; 
	color: #2b3885;
	*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b3885+1,dfe1ed+100 */
	//background: linear-gradient(to right,  #2b3885 90%,#dfe1ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:#fff;
	padding-right: 2%;
	background-color: #2b3885;

}
/*#platformtable tr:nth-child(2) td:first-child {

	background: linear-gradient(to right,  #2b3885 10%,#dfe1ed 100%);
}
#platformtable tr:nth-child(3) td:first-child {

	background: linear-gradient(to right,  #2b3885 20%,#dfe1ed 100%);
}
#platformtable tr:nth-child(4) td:first-child {

	background: linear-gradient(to right,  #2b3885 30%,#dfe1ed 100%);
}
#platformtable tr:nth-child(5) td:first-child {
		background: none;
	background: linear-gradient(to right,  #2b3885 40%,#dfe1ed 100%); 
}
*/

#platformtable tr td:last-child {
	background-color: #cbe4f4; 
	background-color: #0e507f;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e507f+1,cbe4f4+100 */
	//background: linear-gradient(to right,  #0e507f 90%,#cbe4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	padding-right: 2%;
}
/*
#platformtable tr:nth-child(2) td:last-child {
	background: linear-gradient(to right,  #0e507f 15%,#cbe4f4 100%); 
}
#platformtable tr:nth-child(3) td:last-child {
	background: linear-gradient(to right,  #0e507f 30%,#cbe4f4 100%); 
}
#platformtable tr:nth-child(4) td:last-child {
	background: linear-gradient(to right,  #0e507f 45%,#cbe4f4 100%); 
}
#platformtable tr:nth-child(5) td:last-child {
	background: none;
	background-color: #0e507f;
	background: linear-gradient(to right,  #0e507f 60%,#cbe4f4 100%);
}
*/
#platformtable img {
	max-width: 50px;
	margin-right: 8px;
}
#cadci {
	
}
#cadipre .wp-block-column {
	margin:48px 3% 12px;
}
#cadipre h2 {
	margin-bottom: 80px;	
}
#cadipre .wp-block-button {
	position: relative;
	border-radius: 12px;	
	margin: 0 auto;
	opacity: .3;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}
#cadipre .activeb .wp-block-button {
	-webkit-box-shadow: 5px 5px 15px 5px #000000; 
	box-shadow: 5px 5px 15px 5px #000000;
	opacity: 1;	
}
#cadipre .wp-block-button__link {
	position: relative;
	z-index: 2;
	font-weight: 700;
	padding-top:36px;
	padding-bottom: 12px;
}
#cadipre .wp-block-button__link img{
	display: block;

}
#cadipre .wp-block-button__link img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top:-50px;
	max-width: 85px;
}

#cadipre .wp-block-button:before {
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	top:-60px;
	bottom:46px;
	width: 25%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 50%;
	padding: 12px;
	min-width: 97px;
	min-height: 97px;
}
#cadipre .activeb .wp-block-button:before {
	-webkit-box-shadow: 5px 5px 15px 5px #000000; 
	box-shadow: 5px 5px 15px 5px #000000;	
}
#cadipre .entry-content .wp-block-button__link.has-white-background-color:hover {
	background-position: right bottom;
	color: #000 !important;

}
#cadipre .wp-block-button:hover {
	opacity: 1;
}
#cadipre .wp-block-column p {
	display: none;
}
.section1 {
	background-color: #2e95d2;
	background-image: url(/wp-content/uploads/2025/12/home-rings_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.home .section1 img {
	border-radius: 5%;
}
.home .section1 > .wp-block-media-text__content {
	padding-left: 0;
}
.home .section1 {
	padding-left:8%;
}
.home .section1 {
	padding-top: 85px;
}
.section1 .wp-block-button {
	margin-right: 24px;	
}
.section1 .wp-block-media-text__media {
	text-align: center;	
	padding: 48px 0;
}
.section1 .wp-block-media-text__media img {
	max-width: 82%;	
}
.section3 {
	background-color: #0e4e7b;
	padding:0 21%;
	background-image: url(/wp-content/uploads/2025/12/transforming_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 525px;
}
.entry-content .section3 h2 {
	margin-top: 125px;	
}
.post-844 {
	padding-bottom: 48px;	
}
.lib_cont {
	margin-top: 64px;	
}
.lib_cont .row:last-child .lib_item {
	border-bottom: none;
}
.lib_cont .row:last-child .lib_item:before {
	content: none;
}	
.paddingtopnbottom {
	margin: 48px 0;
}
.paddingtopnbottom h5{
	text-transform:none;	
}
.site-footer > .safezoneA > .wp-block-columns:first-child > .wp-block-column:nth-child(3) {
	max-width: 200px;
}
.site-footer > .safezoneA > .wp-block-columns:first-child > .wp-block-column:nth-child(3) .wp-block-columns {
	display:block;
}
.site-footer > .safezoneA > .wp-block-columns:first-child > .wp-block-column:nth-child(3) .wp-block-columns .wp-block-column { 
	display: inline-block;
	vertical-align: top;
	width: 48%
}
.site-footer > .safezoneA > .wp-block-columns:first-child > .wp-block-column:nth-child(3) .wp-block-columns .wp-block-column:first-child {
	margin-right:2%;
}
.contact_details .wp-block-column {
	min-width: 31%;
}
.atebimetinib .wp-element-caption {

	cursor: pointer;
}
.atebimetinib .wp-element-caption:hover {
	color: #2e95d2;	
}
.atebimetinib audio {
	opacity: 0;
	height: 0;
	display: block;
}

.entry-content .wp-image-1895 {
	max-width: 300px;
	max-width: 250px;
}
.entry-content .wp-image-1897,
.entry-content .wp-image-2144 {
	max-width: 350px;	
	max-width: 300px;
}
.rounded2 img {
	border-radius: 50%;
}
#mg-wprm-wrap .current-menu-ancestor > a,
#mg-wprm-wrap ul#wprmenu_menu_ul .current-menu-ancestor.menu-item > a {
	background: #0e507f;
	color:#fff;
}

div#mg-wprm-wrap ul .current-menu-ancestor > span.wprmenu_icon {
	color:#fff !important;	
}
.mapk_graphic {
	margin-right: 24px;
}
/*
* * 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 all and (max-width:1919px) {
	.safezoneB {
		max-width: 1630px;	
	}
	.page-id-1820 .fw_cont p {
		margin-left: 0;
	}
	.page-template-A-width .entry-content .wp-block-columns, .page-template-A-width .fw_cont p, .page-id-1820 .fw_cont .wp-block-buttons, #upperseccareer p, #upperseccareer .wp-block-columns, #rmi p, #rmi .wp-block-buttons, #cadci .wp-block-media-text, #atebimetinib .wp-block-media-text, #partnering p {
		margin-left: 0;
	}
	#ocpq p, #ocpq .wp-block-buttons {
		margin-left: 0;
	}
	#ocpq .twentytwoper p, #ocpq .twentytwoper .wp-block-buttons {
		margin-left:0;
	}
	.has-media-on-the-right > .wp-block-media-text__content {
		padding-left:0;
		padding-right: 4%;
	}
	.toggle_cont {
		margin-left: 0;
		margin-right: 8%;
	}
	.page-id-1826 .toggle_cont {
		margin-right: 18%;
	}
	#faqs .toggle_cont p {
		margin-left:0;
	}
	.page-id-1826 .wp-image-2146{
		width: 533px;
	}
}
@media all and (max-width:1720px) {
	.df-section img {
		width: 672px;
	}
}
@media all and (max-width:1680px) {
	.site-footer {
		padding-left: 12px;
		padding-right: 12px;
	}
	.safezoneA,
	.safezoneB {
		margin: 0 36px;
	}
	
	#cadci,
	#atebimetinib,
	#rmi,
	#faqs {
		margin-left:36px;
		margin-right: 36px;	
	}
	#linktext {
		margin: 0 auto;	
	}
	.section2 {
		padding-left: 24px;
		padding-right: 24px;
	}
	.page-template-A-width .entry-content .wp-block-columns {
		margin-left: 0;
	}
	#upperseccareer {
		padding-top:64px;
	}
}

@media all and (max-width:1662px) {
	.section1 {
		padding-top:24px;
		padding-bottom: 24px;
	}
	#ocpq {
		/*margin-left:24px; */
		margin-right: 0;
	}

	.lib_item {
		width: 46%;
	}
	#platformtable td {
		padding-left: 2%;	
		padding-left: 75px;
		height: 50px;
		vertical-align: middle;
	}
	#platformtable th:first-child,
	#platformtable th:last-child {
		padding-left: 6.6%;	
		padding-left: 77px;
	}
	#platformtable img {
		position: absolute;
		left: 5px;
		left: 3%;
		top: 8px;
	}
}
@media all and (max-width:1600px) {
	.primary-navigation li {
		height: 73px;
		line-height: 73px;
	}
	.header-main {
		margin-top: 40px;
		min-height: 73px;
	}
	.site-logo {
		height: 126px;
		width: 387px;
		top: -26px;
		left: -52px;
	}
}
@media all and (max-width:1550px) {
	.page-id-1826 .wp-image-2146 {
		/*width: 556px; */
		/* 		width: 422px;*/
	}
	.df-section img {
		width: 595px;
	}

}
@media all and (max-width:1536px) {
	.primary-navigation li {
		height: 70px;
		line-height: 70px;
	}
	.header-main {
		margin-top: 39px;
		min-height: 70px;
	}
	.site-logo {
		height: 121px;
		width: 372px;
		top: -25px;
		left: -50px;
	}
}
@media all and (max-width:1512px) {
	.primary-navigation li {
		height: 69px;
		line-height: 69px;
	}
	.header-main {
		margin-top: 38px;
		min-height: 69px;
	}
	.site-logo {
		height: 119px;
		width: 366px;
		top: -25px;
		left: -49px;
	}	
}
@media all and (max-width:1445px) {
	#cadipre .wp-block-column {
		margin: 48px 1% 12px;
	}
	.contact_details .wp-block-column {
		min-width: 30%;
	}
}
@media all and (max-width:1440px) {
	.primary-navigation li {
		height: 66px;
		line-height: 66px;
	}
	.header-main {
		margin-top: 36px;
		min-height: 66px;
	}
	.site-logo {
		height: 114px;
		width: 348px;
		top: -24px;
		left: -47px;
	}		
	.subnav_cont ul li.current_page_item li a, .subnav_cont ul li.current-page-ancestor li a, .subnav_cont ul li.current-menu-ancestor li a, .subnav_cont ul li.current-menu-parent li a, .subnav_cont ul li.current-page-parent li a, .subnav_cont ul li.current_page_parent li a {
		height: 72px;
		line-height: 72px;
	}
	#ctrials .toggle_data h2, #ctrials .roundcol h2 {
		font-size: 24px;
	}
	.df-section img {
		width: 555px;
	}
}
@media all and (max-width:1400px) {
	.section2 .wp-image-1903,
	.section2 .wp-image-2146,
	.section2 img  {
		position: absolute;
		top: -23px;
		right: -25px;
		width: 630px;
	}
	.toggle_cont .roundcol{
		padding: 20px;
	}
	#ctrials h6 {
		margin-top: 12px;
	}
	.site-footer > .safezoneA > .wp-block-columns:first-child > .wp-block-column:nth-child(3) {
		flex-basis: 15% !important;
	}
	.df-section img {
		width: 505px;
	}
}
@media all and (max-width:1371px) {
	.primary-navigation li {
		height: 62px;
		line-height: 62px;
	}
	.header-main {
		margin-top: 34px;
		min-height: 62px;
	}
	.site-logo {
		height: 108px;
		width: 330px;
		top: -22px;
		left: -44px;
	}
}
@media all and (max-width:1366px) {
	.primary-navigation li {
		height: 62px;
		line-height: 62px;
	}
	.header-main {
		margin-top: 34px;
		min-height: 62px;
	}
	.site-logo {
		height: 108px;
		width: 330px;
		top: -22px;
		left: -44px;
	}	
}
@media all and (max-width:1350px) {
	.site-content .entry-content {
		/*margin-left: 12px;
		margin-right: 12px;
		*/
	}
	.safezoneB {
		/*margin-left:24px;
		margin-right: 24px; */
	}
	#ocpq .wp-block-columns:last-child {
		margin-right: 24px;
	}
	.tcdiv {
		margin-right: 24px;
	}
	.primary-navigation ul li.menu-item-1971:hover > ul {
		right: 0;
	}
	.wp-image-1903,
	.wp-image-2146,
	.df-section img {
		width: 422px;
		top:-44px;
	}
	.contact_details .wp-block-column {
		min-width: 28%;
	}
	.site-footer .safezoneA {
		margin: 0;	
	}
}
@media all and (max-width:1320px) { 
	#platformtable td {
		/*padding-left: 1%;	 */
	}	
	.primary-navigation, .subnav_cont {
		font-size: 18.5px;
	}
}
@media all and (max-width:1280px) {
	.primary-navigation li {
		height: 58px;
		line-height: 58px;
	}
	.header-main {
		margin-top: 32px;
		min-height: 58px;
	}
	.site-logo {
		height: 101px;
		width: 310px;
		top: -21px;
		left: -42px;
	}
	.subnav_cont ul li.current_page_item li a, .subnav_cont ul li.current-page-ancestor li a, .subnav_cont ul li.current-menu-ancestor li a, .subnav_cont ul li.current-menu-parent li a, .subnav_cont ul li.current-page-parent li a, .subnav_cont ul li.current_page_parent li a {
		height: 64px;
		line-height: 64px;
	}
	.df-section img {
		width: 395px;
	}
}
@media all and (max-width:1265px) {
	.lib_item {
		width: 45%;
	}
}
@media all and (max-width:1260px) {
	.primary-navigation,
	.subnav_cont {
		font-size: 18px;
	}
	.scrolledup .site-logo {
		height: 98px !important;
		width: 299px !important;
	}
	.scrolledup2 .subnav_cont {
		top: 100px;
	}
	#cadipre .entry-content .wp-block-button__link {
		font-size: 14px;
	}
}
@media all and (max-width:1220px) {	
	.primary-navigation a {
		padding: 0 6px;
	}	
}
@media all and (max-width:1170px) {	

	.scrolledup .site-logo {
		height: 92px !important;
		width: 280px !important;
	}
	.site-footer .wp-block-columns {
		display: block;
	}
	.site-footer .wp-block-columns .wp-block-column {
		display: inline-block;
		vertical-align: top;	
	}
	.site-footer .wp-block-columns > .wp-block-column:first-child {
		width: 18%;
	}
	.site-footer .wp-block-columns > .wp-block-column:nth-child(2) {
		width: 60%;
		text-align: center;
	}
	.site-footer .wp-block-columns > .wp-block-column:nth-child(3) {
		width: 20%;
	}	
	.site-footer .wp-block-columns .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column,
	.site-footer .wp-block-columns .wp-block-column:nth-child(3) .wp-block-columns .wp-block-column {
		display: block;	
		width: auto;
	}
	.site-footer .wp-block-columns .wp-block-column:nth-child(3) .legal_cont {
		text-align: left;	
	}
	.contact_details h6 {
		margin-top:17px;
		line-height: 1.3;
	}
	.social_cont h6 {
		margin-top:15px;
	}
	.contact_details p {
		margin-bottom: 6px;
	}
	.page-id-1826 .wp-image-2146,
	.df-section img {
		width: 370px;
		top: 50px;
	}
}
@media all and (max-width:1120px) {	 
	#cadipre .entry-content .wp-block-button__link {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media all and (max-width:1100px) {
	.primary-navigation {
		font-size: 17px;
	}	
}
@media all and (max-width:1070px) {
	.scrolledup .site-logo {
		height: 82px !important;
		width: 250px !important;
	}
	.entry-content .wp-image-1897, .entry-content .wp-image-2144,.entry-content .wp-image-1895 {
		max-width: 100%;
	}
}
@media all and (max-width:1040px) {
	.primary-navigation,
	.subnav_cont {
		font-size: 16px;
	}
	.platformtable {
		padding: 0px 20px 5px;
	}
	#platformtable th:first-child, #platformtable th:last-child {
		padding-left: 2%;
	}
}
@media all and (max-width:1024px) {
	.primary-navigation li {
		height: 46px;
		line-height: 46px;
	}
	.header-main {
		margin-top: 26px;
		min-height: 46px;
	}
	.site-logo {
		height: 81px;
		width: 248px;
		top: -17px;
		left: -33px;
	}
	
	.scrolledup .site-logo {
		height: 82px !important;
		width: 250px !important;
	}	
	.scrolledup .header-main {
		min-height: 88px !important;
		box-shadow: 3px 8px 8px rgba(0, 0, 0, .2);
	}
	.scrolledup2 .subnav_cont {
		top: 88px;
	}
	.entry-title, .h1, h1 {
		font-size: 26px;
	}
	.primary-navigation a {
		padding: 0 3px;
	}
	h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}  
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 17px;
	}
	body, button, input, select, textarea {
		font-size: 18px;		
	}
	.newsrelease_cont {
		font-size: 22px;
	}
	.stock_number {
		font-size: 44px;
	}
	.stock_number span {
		font-size: 18px;
	}
	.newsrelease_cont {
		font-size: 20px;
	}	
	.subnav_cont ul li.current_page_item li a, .subnav_cont ul li.current-page-ancestor li a, .subnav_cont ul li.current-menu-ancestor li a, .subnav_cont ul li.current-menu-parent li a, .subnav_cont ul li.current-page-parent li a, .subnav_cont ul li.current_page_parent li a {
		height: 51px;
		line-height: 51px;
	}
	.lib_cont {
		margin-top: 32px;	
	}
}
@media all and (max-width:1023px) {
	
	.scrolledup .site-logo {
		margin-left: 0 !important;
		left: 0 !important;
	}
	.subnav_cont ul li.current_page_item li a, .subnav_cont ul li.current-page-ancestor li a, .subnav_cont ul li.current-menu-ancestor li a, .subnav_cont ul li.current-menu-parent li a, .subnav_cont ul li.current-page-parent li a, .subnav_cont ul li.current_page_parent li a {
		margin-right: 12px;
	}
	.wp-image-1903,
	.wp-image-2146,
	.df-section img {
		width: 320px;
		top:-33px;
	}
	.lib_item {
		width: 42%;
	}
	.toggle_cont .roundcol {
		padding: 12px;
	}
	#ctrials h6 {
		font-size: 12px;
	}
	#ctrials .toggle_data h2, #ctrials .roundcol h2 {
		font-size: 20px;
		margin-bottom: 6px;
	}
}
@media all and (max-width:930px) {
	.primary-navigation,
	.subnav_cont {
		font-size: 15.5px;
	}
	.post-1826 h1 {
		width: 60%;	
	}
}
@media all and (max-width:900px) {
	.primary-navigation,
	.subnav_cont {
		font-size: 15px;
	}		
}
@media all and (max-width:870px) {
	.primary-navigation,
	.subnav_cont {
		font-size: 14px;
	}		
}
@media all and (max-width:826px) {
	.primary-navigation,
	.subnav_cont {
		font-size: 13.5px;
	}		
}
@media all and (max-width:800px) {
	.subnav_cont ul li.current_page_item li a, .subnav_cont ul li.current-page-ancestor li a, .subnav_cont ul li.current-menu-ancestor li a, .subnav_cont ul li.current-menu-parent li a, .subnav_cont ul li.current-page-parent li a, .subnav_cont ul li.current_page_parent li a {
		height: 40px;
		line-height: 40px;
	}
	.primary-navigation, .subnav_cont { 
		font-size: 13px;	
	}
}
@media all and (max-width:781px) {
	.page-id-1826 .wp-image-2146,
	.df-section img {
		top: 0;
		width: 320px;
	}
	.df-section img {
		bottom: auto;	
	}
	.page-id-2062 .entry-content img,
	.page-id-2062 .entry-content .wp-image-2149,
	.page-id-2062 .entry-content .wp-image-1738 {
		max-width: 250px;
		max-width: 40%;
	}
	.page-id-2062 .entry-content figure {
		text-align: center;
	}
	.page-id-2062 .entry-content .wp-image-1735 {
		max-width: 50%;
	}
	.page-id-2062 .entry-content .wp-image-2066 {
		width:100%;
		top:0;
		position: relative;	
		border-radius: 0;	
	}
	.partner_item {
		margin-bottom: 60px;
	}
	.partner_item p {
		margin-bottom: 0;
	}
	#ccsec {
		padding: 0;
	}
	.wp-image-1903,
	.wp-image-2146,
	.df-section img {
		width: 320px;
		top:0;
		position: relative;
	}
	
	.post-1826 h1 {
		width: 100%;	
	}
	.post-1826 figure {
		text-align: center;
		margin-bottom: 24px;
	}
	.fw_cont {
		padding: 24px 0 18px;
		margin-bottom: 24px;
	}
	.page-id-1826 .entry-content h5 {
		margin: 6px 0;
	}
	.toggle_cont {
		margin-left:0;
	}
	#faqs .toggle_cont p {
		margin-left: 0;
		margin-right: 12px;
	}
	.toggle_cont h4 {
		padding: 6px 30px 4px;
	}
	#faqs .toggle_cont h4:before {
		top: 10px;
	}
	.mapk_img {
		text-align: center;
	}
	.is-provider-vimeo {
		margin-bottom: 48px;
	}
}
@media all and (max-width:780px) {
	#clickableimgs .wp-block-column {
		flex-basis: auto !important;
	}
	#clickableimgs .h2 {
		font-size: 20px;
	}

	#partnerlogos img {
		width: auto;
		
	}
	#partnerlogos figure {
		text-align: center;
	}
	.entry-content .wp-image-1897, .entry-content .wp-image-2144,.entry-content .wp-image-1895 {
		max-width: 50%;
	}
	#ocpq p, #ocpq .wp-block-buttons {
		margin-left: 0;
	}
	#ocpq .twentytwoper p, #ocpq .twentytwoper .wp-block-buttons {
		margin-left: 0;
	}
	.page-id-1820 .fw_cont .wp-block-buttons {
		margin-left: 0;
	}
	#ocpq:after {
		top: -206px;
		right: -24px;
	}
	.page-id-1820 .fw_cont p {
		margin-left: 0;	
		text-shadow: 1px 1px 1px #2b3885;
	}
	#ocpq .wp-block-columns:last-child {
		margin-right: 0;
	}
	#ocpq:after {
		top: 0;
		right: -24px;
		opacity: .3;
	}
	.page-template-A-width .entry-content .wp-block-columns, .page-template-A-width .fw_cont p, .page-id-1820 .fw_cont .wp-block-buttons, #upperseccareer p, #upperseccareer .wp-block-columns, #rmi p, #rmi .wp-block-buttons, #cadci .wp-block-media-text, #atebimetinib .wp-block-media-text, #partnering p {
		margin-left: 0;
	}
	#cadipre .wp-block-buttons {
		margin-bottom:0;	
	}

/*	#cadipre .wp-block-button:before {
		content: none;
	}
	#cadipre .wp-block-column {
		margin-top:0;
		margin-bottom: 0;
	}
	#cadipre .wp-block-column:last-child {
		margin-bottom:24px;
	} 
	#cadipre .wp-block-button {
		width: 100%;
	}
	#cadipre .wp-block-button__link {
		/*top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);*/
/*		padding-top:5px;
	}
	#cadipre .wp-block-button__link img {
		margin-left:2%;
		left: 0;
		top:0;	
		position: relative;
		float: left;
	}
	#cadipre .wp-block-buttons {
		margin-bottom:0;
	}
*/



}
@media all and (max-width:767px) {
	.partner_item:first-child {
		margin-top: 30px;
	}
	.partner_item {
		border-bottom: 2px solid #4d585a;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.entry-title, .h1, h1 {
		font-size: 24px;
	}
	h2, .h2 {
		font-size:20px;
	}
	h3, #ctrials h3 {
		font-size: 19px;
	}
	#ctrials h3 { 
		margin-top: 0px;	
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	
	.primary-navigation {
		display: none;
	}
	.subnav_cont {
		display: none;
	}
	.site-header {
		height: 180px;
		overflow: hidden;
	}
	.site-logo {


	}
	.scrolledup .header-main {
		min-height: 81px !important;	
	}
	.content-area .wp-block-media-text__media {
		margin-bottom: 16px;	
	}
	
	.site-header {
		
		background-repeat: no-repeat;
		position: fixed;
		background:none;
	}
	#hdr-bg_img {
		display: none;
	}
	.home #hdr-bg_img {
		display: block;
		position: relative;
		top:0;
	}
	.home #hdr-bg_img video{
		margin-bottom:0;
		width: 100%;
	}
	.home .entry-title {
		top: auto;
		top:-8px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background-color: #0e507f;
		margin: 0;
		color:#fff;
		padding: 48px 12px;
		padding: 7.5% 12px;
	}
	.home .site-main {
		margin-top: 0 !important;
	}
	.home .entry-title span {
		color:#fff;
	}
	
	.home .header-main {
		position: absolute;
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		padding: 0 10px;
		margin-left: 14%;
		margin-top: 9%;
		position: fixed;
	}
	.header-main {
		margin-top:0;
		background: none;
		position: relative;
		margin-left:0;
		padding: 0;
	}
	.home .site-header {
		position: relative;
	}
	.site-header:before {
		content: none;
	}
	
	.site-header:before {
		content: none;
	}
	.site-header {
		height: auto;
	}
	.site-logo {
		background-image: url(images/mobile-header-2.jpg);
		width: 100%;
		left: 0;
		right: 0;
		top:0;
		background-size: 100% auto;
		background-position: left top;
		position: relative;
		width: 100% !important;
	}
	.home .site-logo {
		background-image: url(/wp-content/uploads/2025/12/immuneering-logo-transparent.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: fixed;
		overflow: hidden;
		vertical-align: middle; 
		width: 465px;
		height: 152px;
		left: -63px;
		top: -32px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		display: inline-block;
	}
	.site-footer .wp-block-columns .wp-block-column {
		display: block;
		width: 100% !important;
		text-align: center;	
	}
	.site-footer .wp-block-columns .wp-block-column:nth-child(3) .legal_cont {
		text-align: center;
		margin-bottom: 24px;
	}
	.site-info .wp-image-1805 {
		max-width: 200px;
	}
	.site-footer > .safezoneA > .wp-block-columns:first-child > .wp-block-column:nth-child(3) {
		max-width: none;
	}
	.home .section1 {
		padding-top:0;
	}
	.section2 .wp-image-2146,
	.section2 img  {
		position: relative;
		width: auto;
		right: 0;
		top:0;
	}
	.section3 {
		padding: 0 3%;
	}
	.entry-content .section2 h2 {
		margin-top: 25px;
	}
	.bq .wp-block-quote {
		font-size: 20px;
	}
	.bq {
		max-width: 87%;
		padding: 15px;
	}
	.bq:before {
		left:-5%;
		right: -5%;
		top: 14px;
		bottom: 14px;
	}

	.safezoneB .wp-block-spacer {
		max-height: 30px;
	}
	.post-844 {
		padding-bottom: 0;
	}
	#cadipre h2 {
		margin-bottom: 24px;
	}
	blockquote cite, blockquote small {
		font-size: 14px;
	}
	.bio_box,
	.bio_box2,
	.bio_box3,
	.sab_item { 
		display: block;
		margin: 0 auto 24px;	
		width: 100%;
	}
	.bio_detail_cont {
		text-align: left;
	}
	.bio_box img,
	.bio_box2 img,
	.bio_box3 img { 

	}
	.inset_label .bio-title {
		margin-top: 0;
	}
	.parent-pageid-1768 h1.entry-title {
		margin-bottom: 0;
	}
	#mg-wprm-wrap.cbp-spmenu-right {
		
	}
	#wprmenu_menu_ul {
		margin-top: 18px;
	}
	html body #wprmenu_menu_ul li.wprmenu_parent_item_li > ul {
		padding:0;
	}
	#mg-wprm-wrap li li.menu-item a {
		padding: 13px 14px 13px 28px;
	}
	#mg-wprm-wrap li li li.menu-item a {
		padding: 13px 14px 13px 42px;
	}
	#platformtable th {
		font-size: 12px;
	}
	.entry-content .platformtable td {
		font-size: 12px;
	}
	#platformtable img {
		max-width: 26px;
	}
	#platformtable td {
		padding-left: 40px;
		height: auto;
	}

	.platformtable {
		padding: 0px 12px 0px;
		padding: 0;
		border: none;
	}
	#platformtable th:first-child,
	#platformtable th:last-child {
		width: auto;
	}
	#platformtable th:last-child {
		width: 50%;
	}
	#platformtable img {
		display: block;
		position: absolute;
	}
	#platformtable td {
		padding-top: 36px;
		padding-left: 7px;
	}
	
	.entry-content .wp-image-1958,
	.entry-content .wp-image-2200,
	.entry-content .wp-image-2201,
	.entry-content .wp-image-2198,
	.entry-content .wp-image-2202 {
		max-width: 250px;

	}
	.page-id-844 .entry-content figure {
		text-align: center;
	}
	#cadipre .wp-block-buttons {
		display: block;
		width: 100%;
	}
	#cadipre .wp-block-button {
		width: 100%;
	}
	#cadipre .wp-block-button__link img {
		max-width: 50px;
		top: -29px;
	}
	#cadipre .wp-block-columns {
		text-align: center;
	}
	#cadipre .wp-block-column {
		min-width: 400px;
		margin-top: 24px;
	}
	#cadipre .wp-block-button__link {
		padding-top: 21px;
		padding-bottom: 7px;
	}
	#cadipre .wp-block-button:before {
		min-width: 57px;
		min-height: 57px;
		width: 57px;
		top: -35px;
	}
	.tcdiv {
		margin-right: 0;
		padding: 0px 12px 5px 6px;
		padding: 0;
		border: none;
	}
	.circle_cont figure {
		text-align: center;
	}
	.circle_cont img {
		max-width: 250px;
	}
	#upperseccareer {
		padding: 24px 0;
		margin-top: 34px;
	}
	#upperseccareer .wp-block-list:first-child {
		margin-bottom: 0;
	}
	.lib_item {
		display: block;
		width: auto;
		padding: 12px;
	}
	.lib_item:after {
		content: none;
	}
	.ddsection {
		padding: 7px 24px 5px;
	}
	
	#faqs .toggle_cont h4 {
		margin-top: 12px;
	}
	.entry-content .wp-image-2202 {
		margin-bottom: 48px;
	}
	.home .safezoneZ .wp-block-media-text__content {
		padding-left: 12px;
		padding-right: 12px;
	}
	#spiral {
		position: relative;
		z-index: 3;
	}
	#spiral .safezoneA {
		position: relative;
	z-index: 3;		
	}
	#spiral {
		background-image: none !important;
		background-color: transparent !important;
	}
	#spiral:before {
		content: "";
		left: 0;
		right: 0;
		top:0;
		bottom:0;
		position: absolute;
		background-color: #0e507f;
		opacity: 1;
		z-index: -1;
	}
	#spiral:after {
		content: "";
		left: 0;
		right: 0;
		top:0;
		bottom:0;
		position: absolute;
		background-color: #0e507f;
		background-image: url(/wp-content/uploads/2025/12/spirals.jpg);
		background-position: top right;
		background-size: auto 100%;
		background-repeat: no-repeat;
		opacity: .3;
		z-index: 0;
	}
	.safezoneA,
	.safezoneB {
		margin: 0 18px;
	}
	#cadci,
	#atebimetinib,
	#rmi {
		margin-left:18px;
		margin-right: 18px;	
	}
}
@media all and (max-width:620px) {
	.bq .wp-block-quote:before,
	.bq .wp-block-quote:after {
		font-size: 70px;
	}
	.bq .wp-block-quote:before{
		top: 14px;
	}
	.bq .wp-block-quote:after{
		bottom: 5px;
	}
	.bq .wp-block-quote {
		padding: 20px 36px 20px 30px;
	}
	.bq .wp-block-quote {
		font-size: 18px;
	}
	.bq .wp-block-quote{
		padding: 20px 36px 20px 30px;
	}
	#platformtable td {
		padding-top: 46px;
	}
	#cadipre .wp-block-column {
		min-width: 100%;
	}
	
}
@media all and (max-width:600px) {
	.wp-block-media-text > .wp-block-media-text__content {
		padding: 12px 0 0;
	}
	#platformtable img {
		top: 16px;
	}
}
@media all and (max-width:500px) {
	.bq .wp-block-quote {
		font-size: 17px;
	}
	.safezoneB .wp-block-spacer {
		max-height: 2px;
	}
	.page-id-2062 .entry-content .wp-image-1735 {
		max-width: 60%;
	}
	#platformtable td {
		padding-top: 58px;
	}
}
/**
 * 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;
	}
}
