/*
Theme Name: Aligos
Author: AldenMc
Author URI: http://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: #002c60;
	font-family: proxima-nova, sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
}

body {
	background-color: #f9f9f9;
	opacity: 0;
}
body.home .entry-content p {
	font-size: 28px;
	font-weight: 300;
}
body.light {
	background-image: url(images/aligos-white-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	background-attachment: fixed;
}
.loaded {
	opacity: 1;
}
a {
	color: #7fb1d8;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

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

a:active,
a:hover,
.is-style-outline a.wp-block-button__link:hover{
	/*border-bottom: 2px solid #7fb1d8;*/
}
a.wp-block-button__link:hover {
	border-bottom: none;
}



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

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

h2 {
	font-size: 90px;
	letter-spacing: -2.25px;
	font-weight: 700;
	line-height: .95;
	text-transform: uppercase;
}

h3 {
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
}

h4 {
	font-size: 48px;
	line-height: 1;
	margin-top: 24px;
	text-transform: uppercase;
}

h5 {
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
}

h6 {
	font-size: 21px;
	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;
	font-style: normal;
	font-weight: 300;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}
.entry-content ul,
.entry-content ol {
	font-weight: normal;
	line-height: 1.1;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 12px;
}
.entry-content ol li {
	margin-bottom: 24px;
}
ul {
	list-style: disc;
}

ol {
	margin-left: 48px;
	margin-top: 18px;
	list-style: decimal;
}

.nobullets {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}


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,
.wp-block-separator {
	background-color: #c7c8ca;
	border: 0;
	height: 1px;
	margin-bottom: 23px;
	margin-top: 20px;
}
.has-medium-font-size {
	font-size: 28px !important;
}
/* 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: #32a1fc;
	color: #f9f9f9;
	text-shadow: none;
}

::-moz-selection {
	background: #32a1fc;
	color: #f9f9f9;
	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: #32a1fc;
	border: 0;
	border-radius: 2px;
	color: #f9f9f9;
	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: #7fb1d8;
	color: #f9f9f9;
}

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;
}
.invisible {
	visibility: hidden;
}
/* 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: 1570px;
	margin: 0 auto;
}
.safezoneB {
	max-width: 1444px;
	margin: 0 auto;
}

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

.main-content {
	width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {

	width: 100%;
	z-index: 12;
	z-index: 99;
	top:0;
	position: fixed;
	position: relative;
	padding-bottom: 48px;
	overflow: hidden;
}
.light .site-header {
	overflow: inherit;
}
.home.light .site-header {
	overflow: visible;
}
.dark .site-header {
	z-index: 12;
	background-color: #002c60;
}

.header-main {
	min-height: 48px;
	padding: 55px 10px 5px;
	/*position: fixed;*/
	z-index: 12;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	width: auto;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.dark .header-main {
	background-color: #002c60;
}
.bgblue {
	background-color: #f9f9f9;

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

.site-title a,
.site-title a:hover {
	color: #f9f9f9;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Search in the header */

.search-toggle {
	background-color: #32a1fc;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

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

.search-toggle:before {
	color: #f9f9f9;
	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: #7fb1d8;
	padding: 12px;
}

.search-box .search-field {
	background-color: #f9f9f9;
	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 ul ul {
	margin-left: 20px;
}
.site-navigation a {
	display: block;
	color: #0055aa;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;

}
.dark .site-navigation a {
	color: #f9f9f9;

}

.dark .primary-navigation a {
	color: #f9f9f9;
}
.dark .primary-navigation a {
	border: transparent;
}
.dark .site-navigation li li:hover,
.dark .secondary-navigation li .sub-menu .sub-menu li:hover {
	border-bottom: 2px solid #f9f9f9;
	border-bottom-color: #32a1fc;
}
.dark .primary-navigation li li {
	border-bottom: 2px solid transparent;
}
.dark .primary-navigation li a:hover {
	border-bottom: 3px solid #32a1fc;
}

.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 .current_page_item a,
.primary-navigation .current_page_ancestor a,
.primary-navigation .current-menu-item a,
.primary-navigation .current-menu-ancestor a,
.primary-navigation li a:hover  {
	border-bottom: 3px solid #32a1fc;
}
.primary-navigation li li a {
	border-bottom: none !important;
}

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

}
.site-navigation .sub-menu .current_page_item,
.site-navigation .sub-menu .current_page_ancestor,
.site-navigation .sub-menu .current-menu-item,
.site-navigation .sub-menu .current-menu-ancestor,
.site-navigation .sub-menu li {
	/*border:none; */
}


/* Primary Navigation */

.primary-navigation {
	font-family: stevie-sans, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 24px;
	padding-top: 24px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 1px 0 70px;
	padding: 0;
	font-weight: 300;
}
.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;
	padding: 0;
	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;
	position: relative;
	padding: 0 12px;
}

.primary-navigation ul ul {
	background-color: #32a1fc;
	background-color: #0055aa;
	margin: 0;
	position: absolute;
	top: 48px;
	top: 51px;
	left: -999em;
	z-index: 99999;

	-webkit-box-shadow: 0px 12px 15px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 12px 15px 5px rgba(0,0,0,0.25);
	padding-bottom: 12px;
	margin-left: -12px;
}
/*.primary-navigation ul ul:after {
	content: "";
	background-color: #0055aa;
	left:-1000%;
	right: -500%;
	top:0;
	bottom:0;
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0px 12px 15px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 12px 15px 5px rgba(0,0,0,0.25);
}
*/
.primary-navigation ul ul ul:after {
	content: none;
}

.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}
.primary-navigation li li:hover {
	border-bottom: 3px solid #f9f9f9;
	border-bottom-color: #32a1fc;
}
.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.primary-navigation ul ul a {
	border-bottom: 2px solid transparent;
	white-space: normal;
	width: 276px;
	width: 165px;
	display: inline-block;
	color:#f9f9f9;

	width: 276px;
	padding: 0 12px;
}
.primary-navigation ul ul ul a {
	width: 176px;
	font-size: 20px;
}
.primary-navigation li li {
	display: block;
	padding: 16px 12px 12px;
	border:none;
	border-bottom: 3px solid transparent;
}

.primary-navigation li a:hover,
.primary-navigation li a.focus {
	border-bottom: 3px solid #32a1fc;
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
/*	border-bottom: 2px solid #f9f9f9; */
}

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

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

.primary-navigation .sub-menu .current-menu-ancestor,
.primary-navigation .sub-menu .current-menu-item {
	border-bottom-color: #32a1fc;
}


/* Secondary Navigation */

.secondary-navigation {
	font-family: stevie-sans, sans-serif;
	font-size: 21px;
	margin: 24px 0 0 22%;
	position: relative;
	z-index: 2;
	font-weight: 300;
}
.secondary-navigation.fixedsub {
/*	position: fixed;
	z-index: 8;
	margin-top: 0;
	top:138px;
	left: 0;
	right: 0;
	*/
}
.dark .secondary-navigation {
	background-color: #002c60;
}
.secondary-navigation li li {
	margin-right: 5%;
	border-bottom: 2px solid transparent;
}
.secondary-navigation li li li {
	margin-right: 0;
}
.secondary-navigation a {
	padding: 9px 0;
}
.secondary-navigation a:hover {
	border:none;
}
.secondary-navigation li,
.secondary-navigation ul li > a {
	display: none;
}
.secondary-navigation .current-menu-item,
.secondary-navigation .current_page_item,
.secondary-navigation .current-menu-ancestor,
.secondary-navigation .current-menu-parent,
.secondary-navigation .current_page_parent,
.secondary-navigation .current_page_ancestor,
.secondary-navigation .current_page_ancestor > .sub-menu li,
.secondary-navigation .current-menu-ancestor > .sub-menu li,
.secondary-navigation .current_page_ancestor > .sub-menu li a,
.secondary-navigation .current-menu-ancestor > .sub-menu li a,
.secondary-navigation .current_page_item > .sub-menu li,
.secondary-navigation .current-menu-item > .sub-menu li,
.secondary-navigation .current_page_item > .sub-menu li a,
.secondary-navigation .current-menu-item > .sub-menu li a {
	display: inline-block;

}
.secondary-navigation li .sub-menu .sub-menu li {
	display: block;
	padding: 10px 12px 8px;
	border-bottom: 2px solid transparent;
}

.secondary-navigation li .sub-menu .sub-menu .current-menu-item,
.secondary-navigation  li .sub-menu .sub-menu .current_page_item {
	border-bottom-color: #f9f9f9;
}
.secondary-navigation li .sub-menu .sub-menu li a {
	width: 276px;
	padding: 0 12px;
}
.secondary-navigation #menu-main-nav-1 > li {
	display: block;
	border: none;
}

.secondary-navigation ul ul ul {


	background-color: #32a1fc;
	background-color: #0055aa;
	margin: 0;
	position: absolute;
	top: 48px;
	top: 52px;
	left: -999em;
	z-index: 99999;
	margin-left: -24px;
	-webkit-box-shadow: 0px 12px 15px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 12px 15px 5px rgba(0,0,0,0.25);
}
.secondary-navigation .current_page_item,
.secondary-navigation .current_page_ancestor,
.secondary-navigation .current-menu-item,
.secondary-navigation .current-menu-ancestor {
	border-bottom: none;
}
.secondary-navigation .current-menu-item,
.secondary-navigation .current_page_item,
.secondary-navigation li:hover,
.page-id-226028 .secondary-navigation .current-menu-item:hover,
.page-id-226028 .secondary-navigation .current_page_item:hover {
	border-bottom: 2px solid #32a1fc;
}

.page-id-226028 .secondary-navigation .current-menu-item,
.page-id-226028 .secondary-navigation .current_page_item {
	border-bottom-color: transparent;
}
/* 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: #f9f9f9;
}
.light .site-navigation li .current-menu-item > a {
	color: #0055aa;
}


.light .primary-navigation li .current-menu-item > a {
	color: #f9f9f9;
}


.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: #f9f9f9;
	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,
.ir-tiles {
	position: relative;
	z-index: 99;
	top:-80px;
	background-color: #f9f9f9;
	padding: 26px 45px;
	border-radius: 12px 12px;
}
.page-id-225670 .content-area,
.page-id-225161 .content-area {
	/*top: auto;
	z-index: 9;*/
}
.page-id-226622 .content-area,
.page-id-226218 .content-area,
.page-id-225670 .content-area,
.page-id-226205 .content-area,
.home .content-area,
.page-id-226028 .content-area,
.page-id-226206 .content-area,
.page-template-eap-page .content-area,
.page-id-226207 .content-area,
.page-id-225908 .content-area,
.page-id-3 .content-area {
	top: auto;
}
.page-id-226206 .content-area {
	padding-left: 0;
}
 .page-id-226028 .content-area,
 .page-id-226207 .content-area {
	 padding: 7px 0 0 0;
	 top: auto;
 }
.page-id-225670 .entry-content a {
	text-decoration: none;
}
.dark .entry-content .wp-block-footnotes,
.dark .entry-content .wp-block-footnotes a {
	color: #f9f9f9;
	font-size: .95rem;
}
.wp-block-footnotes {
	font-size: .95rem;
}
.home .content-area {
	padding: 0;
}
.page-id-226205 .content-area {
	padding-left: 0;
	padding-right: 0;
}

.page-id-225670 .site-main {
	background-color: #002c60;
	overflow: hidden;
}
.page-id-226028 .site-main {
	overflow: hidden;
}
.page-id-226028 #featuredimage {
	display: none;
}
.light.page-id-226028 .entry-header {
	min-height: 0;
}
.light .content-area,
.page-id-225670 .content-area {
	background-color: transparent;
}

.ir-tiles {
	margin-bottom: 0;
	padding-bottom: 0;
}
.content-area2,
.page-id-225908 .content-area2 {
	top:0;
}
.page-id-225908 .content-area2 {
	padding: 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;
	position: absolute;
	z-index: 1;
	top: 83px;
}
.page-id-225670 .entry-header,
.page-id-225161 .entry-header {
	position: relative;
	top: auto;
}
.page-id-225161 .entry-header {
	z-index: 11;
}
.light .entry-header {
	top: 100px;
	position: relative;
	top:0;
	min-height: 300px;
}
.dark .header_callout {
	color: #f9f9f9;
}

.page-id-3.light .entry-header,
.page-id-226218.light .entry-header{
	min-height:0;
}

.entry-title {
	font-size: 90px;
	font-weight: 700;
	line-height: .95;
	margin-bottom: 12px;
	margin: 0 0 12px 60px;
	text-transform: uppercase;
	max-width: 50%;
	letter-spacing: -.25px;
/*	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	*/
	margin-left:60px;
	letter-spacing: 0;

}
.light .entry-title {
	max-width: 34%;
}
.page-id-226207.light .entry-title {
	max-width: 50%;
}
.page-id-3.light .entry-title,
.home.light .entry-title {
	max-width: 100%;
}
.home.light .entry-title {
	text-align: center;
	margin-left: 0;
	margin-top: 100px;
	font-size: 100px;
}
.home .entry-header p {
	font-size: 52px;
	font-weight: 300;
	text-align: center;
}
.page-id-225161 .entry-title,
.page-id-225161 .header_callout {
	display: inline-block;
	vertical-align: top;
}
.page-id-225161 .header_callout {
	margin-right: 0;
	max-width: 38%;
	margin: 0 0 0 7%;
}
#sect-1 {
	overflow: hidden;
}
#sect-1 img {
	box-shadow: -16px 16px 25px #00000026;
	border-radius: 12px;
	position: absolute;
}
#sec1-img-4 img {
right: -12%;
  top: 48%;
  min-width: 35%;
}
#sec1-img-3 img {
	max-width: 30%;
	left: 53%;
	top:56%;
}
#sec1-img-2 img {
	max-width: 33%;
	left: 21%;
	bottom:0
}
#sec1-img-1 img {
	left: -5%;
	max-width: 30%;
	top:49%;
	z-index: 1;
}
#bluesquareh2a {
	top: 65%;
	top: 260px;
}
#bluesquareh2b {
	top: 74%;
	top:300px;
	left: 38%;
}
#bluesquareh2c {
	top: 72%;
	top:290px;
/*	right: -8%; */
	left: 106%;
}
.page-id-3.light #featuredimage {
	display: none;
}
.page-id-226207 .entry-content p:first-child,
.page-id-226207 .halfwidth {
	padding-right: 50%;
}

.page-id-226207 #bluesquareh3 {
	display: block;


	right: 15%;
	bottom: 0;
	top: 155%;
	z-index: 3;
}
.page-id-226207 #bluesquareh2 {
	display: block;
	top: 18%;
	z-index: 2;
	top: 26%;
	right: 50%;
}
.page-id-226207 #bluesquareh4 {
	display: block;
	top: 136%;
	right: 40%;
}
.page-id-226205 #bluesquareh2 {
	display: block;
	top: 161%;
	left: 4%;
	display: none;
}
/*#mobiletr-0 td {
 background-color: #ccc;
}
.description td {
	background-color: pink;
	display: none;
}
.pipeline-mobile {
	display: table;
	border: 1px olive dashed;
	background-color: blue;
}

.pipeline-mobile td {
	background-color: fuchsia;
}
.page-id-225670 .entry-content {
	background-color: green;
}
*/

.page-id-226205 .entry-title {
	position: relative;
}
.page-id-226205 .entry-title:after {
	background-image:url(/wp-content/uploads/2024/08/CHB_Liver_lineArt.png);
	position: absolute;
	content: "";
	width: 576px;
	height: 364px;
	background-size: contain;
	background-repeat: no-repeat;
	left: -11%;
	top: -21px;
}
.page-id-226206 .entry-title:after {
	background-image:url(/wp-content/uploads/2024/08/CHB_Virus_lineArt.png);
	position: absolute;
	content: "";
	width: 576px;
	height: 364px;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	top: -21px;
}

.page-id-226205 .et_cont,
.page-id-226206 .et_cont {
	display: none;
}
.header_callout {
	margin: 0 50% 0 60px;
}
.page-id-225161 .header_callout {
	font-size: 28px;
}
.page-id-225670 .header_callout {
	position: absolute;
	top: 0;
	left: 29%;
	margin-right: 34%;
	margin-right: 43%;
}

.header_callout p {
	font-size: 28px;
	line-height: 1.42;
	font-weight: normal;
}

.scrolledup .entry-title {
/*	margin-top: 0;
	letter-spacing: -.25px;
*/
}

.section-title {
	margin-left: 60px;
	color: #0055aa;
	margin-top: 48px;
	font-size: 32px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: normal;

}
.dark .section-title {
	color: #f9f9f9;
	position: relative;
	z-index: 1;
}
.dark.page-id-226152 .section-title {
	visibility: hidden;
}
.dark .entry-title {
	color: #f9f9f9;
}

.light #bluesquare,
#bluesquareh2,
#bluesquareh3,
#bluesquareh4 {
	display: none;
}
.entry-title a:hover {
	color: #7fb1d8;
}

.site-content .entry-header {
	background-color: #f9f9f9;
	padding: 0 10px 12px;
}

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

.fw_cont {
	position: relative;
}
.light .fw_cont {
	padding: 80px 0;
}
/**
 * 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: #7fb1d8;
}

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

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

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

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

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #f9f9f9;
	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: #f9f9f9;
	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: #7fb1d8;
	color: #f9f9f9;
}

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

.entry-meta .tag-links a:after {
	background-color: #f9f9f9;
	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 .wp-block-button a {
	text-decoration: none;
	border: 2px solid transparent;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

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

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

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

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

.entry-content .edit-link a:hover {
	color: #7fb1d8;
}


/* 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: #f9f9f9;
	border: 1px solid #f9f9f9;
	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: #f9f9f9;
	text-decoration: none;
}

.page-links a:hover {
	background: #7fb1d8;
	border: 1px solid #7fb1d8;
	color: #f9f9f9;
}

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

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

.paging-navigation a:hover {
	border-top: 5px solid #7fb1d8;
	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,
.site-info,
.site-info a {

}
.site-info .secondary-nav-menu {
	list-style: none;
	text-align: right;
	margin-right: 10px;
}
.site-info li {
	display: inline-block;
	margin-right: 12px;
}
.site-footer {
	border-top: 2px solid #c7c8ca;
	padding-top: 48px;
	font-size: 16px;
	position: relative;
	z-index: 3;
}

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

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

.site-info a:hover {
	color: #7fb1d8;
}

	.search-box .search-field {
		width: 324px;
	}



	#secondary {
		width: 162px;
	}



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


	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: 348px;
	margin-top: 0;
}


	.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: #002c60;
}
.has-blue-color {
	color: #006fcc;
}
.has-brtblue-color,
.wp-block-button:where(.is-style-outline) > .wp-block-button__link:not(.has-text-color) {
	color: #32a1fc;
}
.wp-block-button:where(.is-style-outline) > .wp-block-button__link:not(.has-text-color) {
	color: #0055aa;
}
.has-ltblue-color {
	color: #7fb1d8;
}
.has-ultraltblue-color {
	color: #e5eff9;
}

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


.has-green-color {
	color: #00711e;
}

.has-orange-color {
	color: #ff7f0b;
}
.has-red-color {
	color: #be1406;
}
.has-white-color {
	color: #f9f9f9;
}
.has-black-color {
	color: #000000;
}
.has-grey-color {
	color: #646464;
}




.has-drkblue-background-color {
	background-color: #002c60;
}
.has-blue-background-color {
	background-color: #006fcc;
}
.has-brtblue-background-color {
	background-color: #32a1fc;
}
.has-ltgrey-background-color {
	background-color: #c7c8ca;
}
.has-ltblue-background-color {
	background-color: #7fb1d8;
}

.has-ultraltblue-background-color {
	background-color: #e5eff9;
}



.has-green-background-color {
	background-color: #00711e;
}

.has-orange-background-color {
	background-color: #ff7f0b;
}
.has-red-background-color {
	background-color: #be1406;
}
.has-white-background-color {
	background-color: #f9f9f9;
}
.has-black-background-color {
	background-color: #000000;
}
.has-grey-background-color {
	background-color: #646464;
}

.site-logo {
	display: inline-block;
	vertical-align: middle;
	background-image: url(/wp-content/uploads/2024/07/aligos_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 220px;
	height: 80px;
	margin: 0;
	color: #f9f9f9;;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.site-logo:hover {
	border-bottom: none;
}

.dark .site-logo {
	background-image: url(/wp-content/uploads/2024/07/aligos_logo_white.png);
}

.site-footer .site-logo {
	background-image: url(/wp-content/uploads/2024/07/aligos_logo.png);
}
.header-secondary {
	position: relative;
	top:160px;
	top:0;
}
#bluesquare {
	background-color: #0055aa;
	border-radius: 14px;
	min-height: 310px;
	min-width: 310px;
	position: absolute;

	top:0;
	top:12px;
/*	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;	*/
}
#values {
	position: relative;
	z-index: 1;
}
#values > .wp-block-column:first-child{
	position: relative;
	padding-right: 5%;
	padding-right: 2%;
}
#values > .wp-block-column:nth-child(2) .wp-block-column:first-child {
	border-right: 2px solid #1683DB;
}
#values > .wp-block-column:nth-child(2) .wp-block-columns:first-child {
	border-bottom: 2px solid #1683DB;
}
#values > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column {
	padding-right: 10%;
	padding-top: 48px;
	padding-bottom: 24px;
}
#values > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:first-child {
	padding-left: 5%;
}

#bluesquare2 {
	background-color: #0055aa;
	border-radius: 14px;
	min-height: 310px;
	min-width: 310px;
	position: absolute;
	z-index: -1;
	top:0;
	top:-30px;
	top: 35%;
	left: 9%;
	z-index: 0;
/*	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;	*/
}

#bluesquare3 {

	position: absolute;
	z-index: 1;
	top:0;
	right: -15px;
	top: 55px;
/*	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;	*/
}
.bluesquare_tiny {
	background-color: #0055aa;
	border-radius: 6px;
	min-height: 17px;
	min-width: 17px;
	position: absolute;
}
.bluesquare_small {
	background-color: #0055aa;
	border-radius: 8px;
	min-height: 34px;
	min-width: 34px;
	position: absolute;
}
.bluesquare_med {
	background-color: #0055aa;
	border-radius: 12px;
	min-height: 82px;
	min-width: 82px;
	position: absolute;
	z-index: 1;
}
.bluesquare_large {
	background-color: #0055aa;
	border-radius: 12px;
	min-height: 272px;
	min-width: 272px;
	position: absolute;
	z-index: 1;
}

.home .bluesquare_small,
.home .bluesquare_med {
	opacity: 0;
	-webkit-transition: 1.5s ease-in-out;
	-moz-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;

	transition-delay: .5s;
}

.home.moveonce .bluesquare_small,
.home.moveonce .bluesquare_med {
	opacity: 1;
}
#bluesquare4 {
	background-color: #0055aa;
	right: 15%;
	bottom:200px;
/*	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;	*/
}

#bluesquare5 {
	background-color: #0055aa;
	left: 10%;
	top: 57%;
}
#bluesquare6 {
	top:0;
	right: 0;
}
#bluesquare7 {
	top: 34px;
	z-index: 0;
	left: 7%;
}
#bluesquareeap {
	top: 94%;
	right: 9.5%;
	z-index: 3;
}

#bluesquaresd1 {
	top:0;
	left: 100%;
	opacity:0;
	-webkit-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
	-o-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
}
.viewable #bluesquaresd1 {
	top:0;
	left: 0;
	opacity:1;
}
.scrolledup #bluesquare {
/*	background-color: #0055aa;
	border-radius: 14px;
	min-height: 310px;
	min-width: 310px;
	position: absolute;
	left: 0;
	top:0;
*/
}
#featuredimage {
	height: 242px;
	width: 376px;
	position: absolute;
	z-index: 1;
	left: 125px;
	top: 115px;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 12px 12px 0 0;
}
.light #featuredimage {
	left: auto;
	right: 5%;
	top:0;
	border-radius: 12px 12px 12px 12px;
	background-size: cover;
}
.page-id-226622 #featuredimage,
.page-id-226222 #featuredimage,
.page-id-226206 #featuredimage {
	top: 22%;
}

.light #featuredimage {
	width: 644px;
	height: 390px;

}

.page-id-226207 #featuredimage {
	width: 544px;
	height: 372px;
	right: 2%;
	top:28%;
	max-width: 544px;
}
.light.page-id-226207 #featuredimage:before {
	content: none;
}

.page-id-225161 .site-header,
.page-id-225670 .site-header {
	min-height: 630px;
}

.page-id-225161 #featuredimage {
	left: auto;
	right: 5%;
	top:0;
	border-radius: 12px 12px 12px 12px;
	background-size: cover;
	width: 450px;
	height: 407px;
	z-index: 2;
	opacity: .5;
}
.page-id-225670 #featuredimage {
	left: auto;
	right: 5%;
	top:0;
	border-radius: 12px 12px 12px 12px;
	background-size: cover;
	width: 450px;
	height: 407px;
	z-index: 2;
	opacity: .5;
}

.light #featuredimage:before {
	position: absolute;
	z-index: 1;
	content: "";
	background-color: rgba(0,98,195,.1);
	left: -60%;
	top: 10%;
	right: 60%;
	bottom: -10%;
	border-radius: 12px 12px 12px 12px;
}
.page-id-225161 #featuredimage:before,
.page-id-225670 #featuredimage:before {
	position: absolute;
	z-index: 1;
	content: "";
	background-color: rgba(0,98,195,.1);
	left: -60%;
	top: 10%;
	right: 60%;
	bottom: -10%;
	border-radius: 12px 12px 12px 12px;
left: -25%;
  top: 6%;
}
.page-id-225670 #featuredimage:before {
	right: 25%;
	background-color: rgba(0,98,195,.15);
}


#ltbluesquare {
	position: absolute;
	z-index: -1;
	background-color: rgba(0,98,195,.1);
	border-radius: 12px 12px 12px 12px;
	left: 18%;
	right: 18%;
	top: 179px;
	bottom: 30%;
}
.page-id-226205 #featuredimage:before,
.page-id-226206 #featuredimage:before {
	left: -105%;
	right: -6%;
	bottom:-35%;
}
.page-id-226206 #featuredimage:before {
	top: 15%;
	left: -75%;
	bottom: -54%;
}


.page-id-226622 #featuredimage:before {
	left: -105%;
    right: -6%;
    bottom: -35%;
}

.page-id-226222 #featuredimage:before {
	/*content: none; */
}
.page-id-226205 .site-main {
	position: relative;
	z-index: 99;
}
.page-id-226205 #featuredimage {
	top: 46px;
	-webkit-box-shadow: -16px 16px 25px 0px rgba(0,0,0,0.1);
	box-shadow: -16px 16px 25px 0px rgba(0,0,0,0.1);
}
.stocknumbers {
	border-radius: 12px;
	margin-right: 48px;
	padding-left: 24px;
}
.stocknumbers p {
	margin-bottom: 0;
}
.stocknumbers .has-x-large-font-size {
	line-height: 1;
}
.has-x-large-font-size {
	font-size: 67px !important;
}
.header-callout {
	margin-top: 81px;
	margin-top: 274px;
	margin-top: 474px;
	margin-top: 275px;
	margin-bottom: 48px;
}
.page-id-226028 .header_callout {
	width: 40%;
	position: absolute;
	right: 10%;
	top: 0;
	margin: 0;
}

.header-callout h4 {
	margin-top: 4px;
}
.wp-block-button__link {
	font-size: 21px;
	border-radius: 12px;
	text-transform: uppercase;
/*	background-color: #0055aa; */
	font-weight: 700;
	letter-spacing: 1px;
	background-color: transparent;
}

.wp-block-button > .wp-block-button__link,
.wp-block-button:where(.is-style-outline) > .wp-block-button__link {
	padding: 4px 36px 4px;
}
.wp-block-button.is-style-outline:hover {
background-position:left bottom;
	/*background-color: #32a1fc; */
	border-color: #32a1fc;
	border-color: #0055aa;
	color: #f9f9f9;
}
.wp-block-button {
    background: #ff3232;
    /* Old browsers */
    background: linear-gradient(to left, #0055aa 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-left:0;
    transition:all .25s linear;
   	border-radius: 12px;

}

.wp-block-button.is-style-outline {
    background: #ff3232;
    /* Old browsers */
    background: linear-gradient(to left, transparent 50%, #0055aa 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-left:0;
    transition:all .25s ease-out;
   	border-radius: 12px;
}
.wp-block-button.is-style-outline a,
.wp-block-buttona a {
    transition:all .5s ease;
	border:2px solid;
}
.wp-block-button:hover a {
	color: #fff;
	border-color: #32a1fc;
	border:2px solid #0055aa;

	/*background-color: #f9f9f9;*/
	color: #0055aa;

}
.wp-block-button.is-style-outline:hover a {
	color: #fff;
	border-color: #32a1fc;
	border-color: #0055aa;
}
.wp-block-button:hover a:before {

	position: absolute;
	top:0;
	left:0;
	width: 10px;
	border-radius: 14px;
	bottom:0;
	background-color: #f9f9f9;
}
.wp-block-button.is-style-outline:hover a:before {
	position: absolute;
	top:0;
	left:0;
	width: 10px;
	border-radius: 14px;
	bottom:0;
	background-color: #32a1fc;
	background-color: #0055aa;
}
.toggle_data {
	display: none;
}
.toggle_data p {
	margin-left:30px;
}
.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: #1c88ed !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: #1c88ed;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.toggleactive:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

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

.event_cont a,
.news_cont a,
.filings_cont a {
	text-decoration: none;
	color: #002c60;
}
.event_cont a:hover,
.news_cont a:hover,
.filings_cont a:hover {
	color: #7fb1d8;
	border-bottom-color:transparent;
}
.event_cont p,
.news_cont p,
.filings_cont p {
	margin-bottom: 6px;
}
.stocknumbers cite {
	display: block;
	margin-bottom: 24px;
}
.stocknumbers h3 {
	font-weight: 300;
}
.has-small-font-size {
	font-size: 21px !important;
	font-weight: 300;
}

.entry-date {
	font-weight:400;
}
.extra-bold {
	font-weight: 700;
}
.event-title {
	font-size: 24px;
}

.pr-row2 .wp-block-column {
	padding-bottom: 48px;
	position: relative;
}


.pr-row2 .wp-block-buttons {
	position: absolute;
	bottom: 0;
}
.logo_cols .wp-block-column:nth-child(4) {
	padding-right: 5%;
}
.social_cont a:hover {
	border:none;
}
.social_cont .fa-brands {
	font-size: 1.3rem;
	margin-right: 12px
}

.ir-tiles img {
	max-width: 120px;
	border-radius: 12px;
	background-color: #006fcc;
	margin: 29px auto 24px;
	display: block;
}
.ir-tiles img:hover {
	background-color: #32a1fc;
}
.ir-tiles p {
	margin-bottom: 0;
}

.entry-content .ir-tiles a {
	color: #ffffff;
	font-weight:400;
	text-decoration: none;
	transition: 100ms;
}
.entry-content .ir-tiles a:hover {
	color: #32a1fc;
	border-bottom: none;
}
#mg-wprm-wrap a:hover {
	border: none;
}
html body #wprmenu_menu_ul li.wprmenu_parent_item_li > ul {
	padding: 0;
}
#mg-wprm-wrap li li.menu-item a {
	padding: 13px 24px;
}
#mg-wprm-wrap li li li.menu-item a {
	padding: 13px 24px 13px 36px;
}
.scrolledup .content-area {
	/*padding-bottom: 85px; */
}
#values figure {
	max-width: 50%;
}
#bptw-band {
	margin-top:24px;
	margin-bottom:64px;
	background-color:#ffffff;
	text-align:center;
}
#bptw-band .safezoneB {
	position: relative;
	max-width: 1200px;
    background-color: #e5eff9;
	border-radius: 50px;
}
#bptw-band .wp-block-image {
    max-width: 600px;
    margin: 24px auto;
    mix-blend-mode: darken;
}
#bptw-band #bluesquareh2 {
    left: 3%;
    top: -49px;
}
#bptw-band #bluesquareh3 {
    right: 3%;
    bottom: -10px;
}
#powered .wp-block-column:nth-child(2) {
	overflow: hidden;
	padding-bottom: 124px;
}
#slide_holder {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#slide_quote {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2024/07/Careers_Quotemark_e.png);
	width: 109px;
	height: 86px;
	background-size: contain;
	right: 5%;
	bottom: 22%;
}
#slide_cont {
	position: relative;
	max-height: 300px;
	height: 300px;
	width: 100%;
	margin: 40px 0 0;

	background-color: #0062C3;
	border-radius: 36px;
	color: #f9f9f9;
}

#slide_cont:before {
	content: "";
	position: absolute;
	left: 2%;
	top:10px;
	background-image: url(/wp-content/uploads/2024/07/Careers_Quotemark_s.png);
	width: 109px;
	height: 86px;
	background-size: contain;

}

#slide_cont:after {
	content: "";
	position: absolute;
	right:0;
	/*top:88%;*/
	bottom: -122px;
	width: 240px;
	background-image: url(images/Careers_QuoteBox.png);
	height: 154px;
	background-size: contain;
}
.btn_btn {
	width: 10px;
	height: 10px;
	border: 1px solid #245ba7;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}
.btn_btn.active {
	background-color: #245ba7;
}

#slide_controls_cont {
	text-align: center;
	margin-bottom: 0;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: auto;
	right: 5%;
}
.slide_btn {
	width: 10px;
	height: 10px;
	border: 2px solid #7bacdb;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	-webkit-transition:all .5s;
	transition: all .5s;
}
.slide_btn.active,
.slide_btn:hover {
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}
#slide_cont .slide {
	display: inline-block;
	width: 97%;
	vertical-align: top;
	/*margin-right: 2%;
	position: relative;
	/*height: 200px;*/
	/*border-right: 2px solid #bf9373; */

}

#obs_cont .slide .slide_int {
	padding-left: 1%;
	padding-right: 1%;
}
.slide p:last-child {
	margin-bottom: 0;
}
#slide_cont .slide .wp-block-columns,
#slide_cont .slide .wp-block-table {
	margin-bottom: 0;
}

#slide_controls_cont .fas {
	color: #7bacdb;
	-webkit-transition:all .5s;
	transition: all .5s;
}
#slide_controls_cont .fas:hover {
	color: #f9f9f9;
}

#slide_controls_cont .fa-chevron-left {
	margin-right: 5px;
	font-size: 17px;
}
#slide_controls_cont .fa-chevron-right {
	margin-left: 5px;
	font-size: 17px;
}
#slide_cont .slide .slide_int {
	padding-left: 1%;
	padding-right: 1%;
}
.slide_int {

}
.slide_title {
	position: absolute;
	top:107%;
	top:118%;
	position: absolute;
	color: #0062C3;
	font-size: 28px;
	margin-left: 4%;
	width: 36%;
	opacity: 0;
	-webkit-transition: opacity 3s ease-in-out;
	-moz-transition: opacity 3s ease-in-out;
	-o-transition: opacity 3s ease-in-out;
	transition: opacity 3s ease-in-out;

	transition-delay: .5s;
	top:109%;
}
.active .slide_title {
	opacity: 1;
}
.slide_entry {
	padding: 48px 10% 24px;
}

.testimonial-credit {
	font-size: 24px;
	line-height: 1.1;
	max-width: 61%;
	color: #0062C3;
}
.rounded-corners,
.rounded-corners img {
	border-radius: 12px;
}
#benefits {
	padding: 80px 7%;
	position: relative;
}
#benefits:after {
	content: "";
	background-color: #e5eff9;
	border-radius: 12px;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top:0;
	bottom:35%;
	bottom:5%;
}
#work_phil .entry-content {
	padding: 0 0 0 7%;
}
#benefit-image {
	margin-top: 80px;
}
.wp-block-image.is-style-rounded img {
	border-radius: 12px;
}
.page-id-225908 #bluesquareh2,
.page-id-225908 #bluesquareh3,
.page-id-226222 #bluesquareh2,
.page-id-226222 #bluesquareh3 {
	display: block;
}

.page-id-225908 #bluesquareh2,
.page-id-226222 #bluesquareh2 {
	left: 48%;
	top: 21px;
}
.page-id-226222 #bluesquareh2 {
	top: 145px;
}
.page-id-225908 #bluesquareh3,
.page-id-226222 #bluesquareh3 {
	right: 23%;
	bottom: 40px;
}
.page-id-226222 #bluesquareh3 {
	bottom: -60px;
}
.home #bluesquareh3 {
	/*bottom: -10%;*/
	top:360px;
	z-index: 3;
	left: 24%;
}
.home #bluesquareh5 {
	right: 15%;
	/*bottom: 3%; */
	top:883px;
	z-index: 3;
}
.home #bluesquareh6 {
	right: 34%;
/*	bottom: -6%; */
	top:342px;
	z-index: 3;
}

#hybrid {
	position: relative;
	z-index: 1;
}
#hybrid .wp-block-column:nth-child(2),
#work_phil {
	position: relative;
}
.ltwt {
	font-weight: 300;
	margin-bottom: 4px;
}
.pub_title {
	margin: 0;
	text-transform: none;
}
.pub_title a {
	text-decoration: none;
}
.pub_title a:hover{
	text-decoration: none;
	color: #002c60;
	border-bottom: none;
}
.eventtitle {
	margin-top: 6px;
}

.yearselect_cont,
.programselect_cont {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;

	margin-right: 24px;
	cursor: pointer;
	position: relative;
}
.yearselect,
.programselect {
	margin-bottom: 0;
	border-bottom: 2px solid transparent;
}
.activeselect,
.yearselect:hover,
.programselect:hover {
	border-bottom: 2px solid #32a1fc;
}
.select_cont li,
.yearselect_cont li,
.programselect_cont li {
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.yearselect_cont li:hover,
.yearselect_cont .showitem,
.programselect_cont li:hover,
.programselect_cont .showitem {
	border-bottom: 2px solid #32a1fc;
}
#yearsec {
	min-width: 72px;
}
#filtsec {
	min-width: 136px;
}
#yearsec,
#filtsec {
	height: 0;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    border-radius: 0 0 12px 12px;
    padding: 6px 12px 0 12px;
    font-size: .95rem;

}

#yearsec.showlist,
#filtsec.showlist {
	height: auto;
	background-color: #f9f9f9;
	-webkit-box-shadow: 0px 12px 15px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 12px 15px 5px rgba(0,0,0,0.15);
}

.programselect {
	display: inline-block;
	vertical-align: top;
	cursor: pointer
}
.pub_row {
	border-radius: 12px;
}
.pub_row:nth-child(even) {
	background-color: rgba(0,98,195,.1);
}
.filter_selector {
	padding-left: 3%;
}
.pub_cont {
	padding: 12px 3%;
	/*border-bottom: 2px solid #c7c8ca; */
}
.pub_container ul {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
	margin-right: 24px;
}
#approach {
	padding: 80px 4%;
	background-color: rgba(0,98,195,.1);
	position: relative;
}
#approach:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom:0;
	top:0;
	background-image: url(/wp-content/uploads/2024/08/MASH_torso.png);
	background-position: center top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#ccw .wp-block-column {
	background-color: rgba(0,98,195,.15);
}
#million .wp-block-column:first-child,
#ccw .wp-block-column:first-child {
	padding: 22px 4%;
}
#ccw .wp-block-column:first-child {
	padding: 22px 8%;
}
#million p,
#ccw p {
	margin-bottom: 0px;
}
#ccw p {
	font-weight: normal;
}
#million p.has-medium-font-size {
	font-weight: 300;
}
#million .has-x-large-font-size,
#ccw .has-x-large-font-size {
	font-size: 60px !important;
	font-weight: 300;
	line-height: 1;
}
#people {
	position: absolute;
	top:-94%;
	top:-102%;
	left: 45%;
}

.page-id-226206 #people {
	top: -211%;
	top:-50%;
	left: 35%;
}
.page-id-226206 .header_callout {
	margin-right: 68%;
}

.page-id-226206 #bluesquareh4 {
	display: block;
	left: 49%;
	top: 77%;
}

.page-id-226622 #people {
	top: -211%;
	top:-20%;
	left: 35%;
}
.page-id-226622 .header_callout {
	margin-right: 68%;
}
.page-id-226622 #bluesquareh4 {
	display: block;
	left: 35%;
	top: 77%;
}
.ct-cols {
	position: relative;
	margin-top: 90px;
	margin-bottom: 30px;
}
.ct-cols:before {
	position: absolute;
	content: "";
	top: -14%;
	left: -10%;
	height: 128%;
	width: 120%;
	background-color: rgba(0, 98, 195, .1);
	border-radius: 12px 12px 12px 12px;
	z-index: -1;
}
.ct-cols .wp-block-column:nth-of-type(1) {
	flex: 0 1 100%;
}
.ct-header {
	font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}
.ct-header a {
	color:#002c60;
	text-decoration:none
}
.ct-header a:hover {
	color:#002c60;
	text-decoration:underline;
}
.ct-copy {
  color: #0055aa;
}

#people img {
	max-width: 50%;
}
#hbv-approach .wp-block-column:first-child {
	padding: 50px 7%;
}
.page-id-226206 .fw_cont {
	padding-top: 0;
}
.page-id-226622 .fw_cont {
	padding-top: 0;
}
.homesection {
	position: relative;
}
.homesection .safezoneB {
	padding-top: 5%;
	padding-bottom: 5%;
}
.home .arrow_cont {
	text-align: center;
	position: absolute;
	z-index: 9;
	bottom: 24px;
	left: 0;
	right: 0;
	color:  #7fb1d8;
}
.home .arrowlink {
	margin: 0 auto;
	border: 2px solid #7fb1d8;
	padding: 4px 11px 2px;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.home .arrowlink:hover {
	border: 2px solid #0055aa;
}
.home .arrow_cont .arrowlink:hover .fa-solid {
	color: #0055aa;
}

.home #bluesquareh2,
.home #bluesquareh3,
.home #bluesquareh4 {
	display: block;
}

#sect-4 .is-vertically-aligned-center {
	margin-top:6.5%;
}
#sect-4 .wp-block-column p {
	margin-bottom: 0;
/*	margin-bottom: 48px;*/
}
#sect-4  .safezoneB {
	padding-top: 10%;
	padding-bottom: 0%;
}
#science-driven {
	margin-top: 6%;
}
#science-driven .wp-block-column:nth-child(1) {
	position: relative;
}

#science-driven .wp-block-column:nth-child(2) {
	position: relative;
	padding: 4% 6% 4% 2%;
	margin-right: 2%;
}
#science-driven .wp-block-column:nth-child(2):before {
	content:"";
	position: absolute;
	left: -10%;
	top:50%;
	bottom:22%;
	right: 0;
	background-color: rgba(0,98,195,.75);
	border-radius: 12px;
	-webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
.viewable #science-driven .wp-block-column:nth-child(2):before {
	top:-10%;
}

#science-driven .wp-block-column:nth-child(2) .wp-block-column {
	position: relative;
	z-index: 2;
}
#science-driven img {
	max-width: 147%;
}
#science-driven .wp-block-buttons {
	position: relative;
	z-index:1;
}
#testtube {
	position: relative;
}
#testtube img {
	max-width: 50%;
	position: absolute;
	left: 45%;
	top: -145px;
	max-width: 29%;

	left: 65%;
	top: -81px;
}
#pipelinegraph {

}
#pipelinegraph img {
	position: absolute;
	left: 82%;
	top: 54%;
	z-index: 1;
}
#science-driven #pipelinegraph img {
	max-width: 50%;
	max-width: 175px;
}
#focusedapproach{
	position: relative;
}
#focusedapproach:before{
	content: "";

	position: absolute;

	background-color: rgba(0,98,195,.1);
	left: 20%;
	top: 7%;
	right: 32%;
	bottom: -10%;
	bottom: 7%;
	border-radius: 12px 12px 12px 12px;
}
#focusedapproach .wp-block-column:nth-child(2) {
	margin-left: 16%;
	padding-right: 10%;
	margin-top: 10%;
}
#fingerpoint {
	margin-left: 24%;
}
#fingerpoint img {
	max-width: 528px;
}

#blackdots {
	position: absolute;
	bottom:12%;
}



.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;
}
.bc_active {
	position: relative;
	z-index: 0;
	z-index: 1;
}
.bio_img:after {

	content: "";
	position: absolute;
	z-index: -1;
	width: auto;
	top:-8%;
	left: 8%;;
	right: -8%;
	bottom: 8%;
	background-color: #81b2d6;
	border-radius: 12px;
}
.bc_active .bio_img {
	border-color: #def6ff;
	display: inline-block;
	vertical-align: bottom;

}
.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;
	position: relative;
}
.bc_active .inset_label:before {
	position: absolute;
	content: "";
	background-color: #def6ff;
	background-color: #0062C3;
	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;*/
	color: #f9f9f9;
}


.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: 12px;

}
.content-box,
.content-box2,
.content-box3 {
	position: relative;
	z-index: 2;
	top: -45px;
	top: -62px;
}
.content-box:before,
.content-box2:before,
.content-box3:before {
	position: absolute;
	content: "";
	background-color: #0062C3;
	left: -100%;
	right: -100%;
	top:-2px;
	bottom:0;
	width: 300%;
	height: 100%;
	z-index: -1;
	display: inline-block;
}
.nophoto {
	height: 250px;
	width: 250px;
	margin: 0;
}
.bio-title {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 24px;
	font-size: 26px;
}
.bmt {
	margin-top: 0;
	font-weight: normal;
	margin-top: 0px;
	font-size: 22px;
	line-height: 1.4;
}
.bioless {
	display: inline-block;
	cursor: pointer;
	color: #f9f9f9;
}
.nyb,
.nyb2,
.nyb3 {
	position: relative;
}
.cellpad {
	padding: 0 0 36px;
}
.creds {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 24px;
}
.bio-link {
	color: #0055aa;
	margin-bottom: 0;
}
.bc_active .bio-link {
	display: none;
}

#img1 {
	position: absolute;
	top: 40%;
	z-index: 0;
/*	right: 21%;*/
	left: 52%;
}

#img1 img {
	max-width: 40%;
}
#img2 {
	position: absolute;
	right: 34%;
	top: 80%;
	z-index: 3;
}
#img3 {
	position: absolute;
	right: 23%;
	top: 104%;
	z-index: 2;
}

#medcircles {
	margin-top: 20%;
	margin-left: 27%;
	margin-bottom: 9%;
	-webkit-transition: all 1.3s ease-in-out;
	-moz-transition: all 1.3s ease-in-out;
	-o-transition: all 1.3s ease-in-out;
	transition: all 1.3s ease-in-out;
}
.viewable #medcircles {
	margin-top: 0;
}
#lowercallout {
	position: absolute;
	max-width: 1444px;
	margin: 0 auto;
	bottom: 0;
}
#lowercallout p {
	font-weight: normal;
	font-size: 28px;
}
.page-id-226222 #lowercallout {
	position: relative;
	padding-top: 0;
	margin-bottom: 100px;
}
.page-id-226222 .site-main .safezoneB .content-area2 {
	padding: 0;
}

.page-id-226222 #lowercallout .wp-block-column:before {
	-webkit-transition: all 1.3s ease-in-out;
	-moz-transition: all 1.3s ease-in-out;
	-o-transition: all 1.3s ease-in-out;
	transition: all 1.3s ease-in-out;
	transition-delay: 1.5s;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	border-radius: 14px;
	background-color: #f9f9f9;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: -1;
	height: auto;
}

#lowercallout .wp-block-column {
	padding: 10% 3% 12px;
	position: relative;
	z-index: 1;
}
.page-id-226222 #lowercallout .wp-block-column {
	padding: 10% 19% 6% 3%;
}
.page-id-226222 #lowercallout .wp-block-column h4 {
	white-space: nowrap;
}
#lowercallout .wp-block-column:before {

	height: 0;
	overflow: hidden;
	top:100%;
	-webkit-transition: all 1.3s ease-in-out;
	-moz-transition: all 1.3s ease-in-out;
	-o-transition: all 1.3s ease-in-out;
	transition: all 1.3s ease-in-out;
}
#lowercallout .wp-block-column:first-child:before,
.page-id-226222 #lowercallout .wp-block-column:first-child:before {
	background-image:url(/wp-content/uploads/2024/08/blue-man.jpg);
}
#lowercallout .wp-block-column:nth-child(2):before,
.page-id-226222 #lowercallout .wp-block-column:nth-child(2):before {
	background-image:url(/wp-content/uploads/2024/08/blue-woman.jpg);
}
 #lowercallout .wp-block-column:before {
	-webkit-transition: all 1.3s ease-in-out;
	-moz-transition: all 1.3s ease-in-out;
	-o-transition: all 1.3s ease-in-out;
	transition: all 1.3s ease-in-out;
	background-size: 100% auto;
	background-repeat: no-repeat;
	content: "";
	border-radius: 14px 14px 0 0;
	background-color: #f9f9f9;
	position: absolute;
	top:100%;
	bottom:0;
	left: 0;
	right: 0;
	z-index: -1;
	height: auto;
}


.viewable #lowercallout .wp-block-column:before {
	top:0;
}

.wp-block-image figcaption {
	font-size: .98rem;
	text-align: center;
	font-style: italic;
}
.icon_default.wprmenu_par_opened:before {
	color: #0055aa;
}
html body div.wprm-wrapper {
	overflow:scroll;
}
/**
 * 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:1860px) {
	#bluesquareh2c {
		left:99%;
	}
	.page-id-226207.light .entry-title {
		max-width: 43%;
	}
}
@media screen and (max-width:1640px) {
	.site-footer {
		padding-left: 14px;
		padding-right: 14px;
	}
	.page-id-225161 .site-header, .page-id-225670 .site-header {
		min-height: 477px;
	}
	#img1 {
		right:14%;
	}
	#img2 {
		right: 30%;
	}
	.page-id-226207 .site-header {
		padding-bottom: 0;
	}
	.page-id-226207 .entry-header {
		min-height: 200px;
	}
	#img3 {
		right: 10%;
	}
	.page-id-226207 .entry-content p:first-child,
	.page-id-226207 .halfwidth {
		padding-right: 55%;
	}
}
@media screen and (max-width:1460px) {

	.header-callout {
		padding-right: 20px;
	}
	.entry-content {
		padding: 0 12px;
	}
}
@media screen and (max-width:1440px) {
	.home .entry-title {
		margin-top: 0 !important;
	}
	.secondary-navigation li li {
		margin-right: 2%;
	}
	.secondary-navigation .menu-main-nav-container {
		text-align: right;
	}
	.page-id-225670 .secondary-navigation,
	.page-id-225161 .secondary-navigation {
		margin-left:22%;
	}
	.page-id-225670 .secondary-navigation .menu-main-nav-container,
	.page-id-225161 .secondary-navigation .menu-main-nav-container {
		text-align: left;
	}
	.secondary-navigation ul ul ul {
		text-align: left;
	}
	.secondary-navigation ul li:last-child:hover > ul,
	.secondary-navigation ul li:nth-child(5):hover > ul {
		right: 0;
	}
	.secondary-navigation {
		margin-left: 30%;
	}
	.header_callout {
		margin-right: 55%;
	}
	.page-id-225908 .header_callout {
		margin-right: 45%;
	}
	.page-id-226206 #bluesquareh4 {
		top: 134px;
	}
	/* .page-id-226622 #bluesquareh4 {
		top: 134px;
	} */
	.slide_entry {
		padding: 48px 5% 24px;
	}
	.slide_title {
		margin-left: 2%;
	}
	.page-id-225908 .header_callout {
		margin-right: 40%;
	}
}
@media screen and (max-width:1366px) {
	.page-id-225161 .site-header, .page-id-225670 .site-header {
		min-height: 438px;
	}
	.page-id-225670 .content-area,
	.page-id-225161 .content-area {
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media screen and (max-width:1365px) {
	#slide_cont:after {
		width: 171px;
		height: 110px;
		bottom: -86px;
		right: 2px;
	}
	.testimonial-credit {
		max-width: 63%;
	}
}
@media screen and (max-width:1330px) {
	.bptw-cols p br {
		display:none;
	}

	.site-footer .site-logo {
		width: 100%;
		max-width: 220px;
	}
	.logo_cols .wp-block-column:first-child div {
		padding-right: 14px;
	}
	.header-callout {
		margin-top: 283px;
	}

}
@media screen and (max-width:1279px) {
	.primary-navigation ul li:nth-child(5) ul li:hover > ul,
	.primary-navigation ul li:last-child ul li:hover > ul {
		left: auto;
		right: 100%;
	}
	.page-id-225670 .secondary-navigation,
	.page-id-225161 .secondary-navigation {
		margin-left: 27%;
	}
	.page-id-226207 .entry-content p:first-child,
	.page-id-226207 .halfwidth {
		padding-right: 60%;
	}
	.slide_title {
		font-size: 23px;
	}

	.testimonial-credit {
		font-size: 21px;
	}
	.page-id-225908 .site-header {
		padding-bottom: 0;
	}
	#hybrid .wp-block-column:first-child .wp-block-columns .wp-block-column:nth-child(2) .wp-block-button__link {
		/*padding: 19px 36px; */
	}
}
@media screen and (max-width:1240px) {
	#bptw-band .safezoneB {
		margin-left: 2%;
		margin-right: 2%;
	}
}
@media screen and (max-width:1175px) {
	.secondary-navigation li li {
		margin-right: 1%;
	}
	.secondary-navigation {
		font-size: 20px;
		margin-right: 12px;
	}
	.slide_entry {
		font-size: 18px;
	}
	.testimonial-credit {
		font-size: 19px;
	}
	#values > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:first-child {
		padding-right: 5%;
	}
}
@media screen and (max-width:1100px) {
	.bio_box, .bio_box2, .bio_box3 {
		width: 22%;
		margin: 0 2% 64px 0;
	}
	.site-info .wp-block-column:first-child {
		flex-basis: 30% !important;
	}
	#values h5 {
		font-size:24px;
	}
}
@media screen and (max-width:1085px) {
	.primary-navigation {
		margin-left: 24px;
	}
	.secondary-navigation {
		font-size: 19px;
	}
	.page-id-226205 .entry-title:after {
		width: 326px;
		height: 206px;
	}
	.light .entry-header {
		min-height: 200px;
	}
	.page-id-226207 .entry-header {
		min-height:0;
	}
	.light .fw_cont {
		padding:20px 0;
	}
	#people,
	.page-id-226206 #people {
		top: -300px;
	}
	#img3 {
		right: 1%;
		top:105%;
	}
	.page-id-226207 #bluesquareh3 {
		right: 0;
		top: 170%;
	}
	#img2 {
		max-width: 200px;
	}
}
@media screen and (max-width:1045px) {
	.entry-title {
		margin-left: 33px;
		font-size: 49px;
	}
	.primary-navigation {
		font-size: 20px;
	}
	body, button, input, select, textarea,
	.secondary-navigation {
		font-size: 18px;
	}
	.header-callout {
		margin-top: 279px;
	}
	h3 {
		font-size: 26px;
	}
	.has-x-large-font-size {
		font-size: 38px !important;
	}
	.has-small-font-size {
		font-size: 18px !important;
	}
	.event-title {
		font-size: 20px;
	}
	.header-callout {
		margin-top: 283px;
	}

	#bluesquare {
		min-height: 169px;
		min-width: 169px;
	}
	.secondary-navigation {
		margin-top:0;
	}
	.page-id-225670 .secondary-navigation,
	.page-id-225161 .secondary-navigation {
		margin-left: 30%;
	}
	.testimonial-credit {
		font-size: 17px;
	}
}
@media screen and (max-width:1024px) {
	.page-id-225161 .site-header, .page-id-225670 .site-header {
		min-height: 342px;
	}
	.page-id-226207 .entry-content p:first-child,
	.page-id-226207 .halfwidth {
		padding-right: 65%;
	}
}
@media screen and (max-width:1000px) {
	.testimonial-credit {
		font-size: 16px;
	}
}
@media screen and (max-width:960px) {
	.secondary-navigation {
		margin-left:26%;
	}
	.testimonial-credit {
		font-size: 15px;
		max-width: 57%;
	}
}
@media screen and (max-width:945px) {
	.entry-title {
		margin-left: 24px;
		font-size: 46px;
	}
	.primary-navigation {
		font-size: 18px;
	}
	.secondary-navigation {
		font-size: 16px;
	}
	.testimonial-credit {
		font-size: 14px;
		max-width: 57%;
	}
    #values h5 {
		font-size: 22px;
	}
}
@media screen and (max-width:885px) {
	.primary-navigation a {
		/*padding: 0 6px;*/
	}
	.secondary-navigation li li {
		margin-right: 1%;
	}
	.secondary-navigation {
		font-size: 15px;
	}
	.primary-navigation {
		font-size: 17px;
	}
	.primary-navigation li {
		padding: 0 6px;
	}
	.light .fw_cont {
		padding: 60px 0;
	}
	#img1 {
		top: 53%;
	}
	#img3 {
		top: 120%;
	}
	#img2 {
		top:96%;
	}
	.testimonial-credit {
		font-size: 13px;
		max-width: 57%;
	}
	#values h5 {
		font-size: 20px;
	}
}
@media screen and (max-width:850px) {
	.testimonial-credit {
		font-size: 12px;
		max-width: 54%;
	}
	.slide_entry {
		font-size: 17px;
	}
	.wp-block-button__link {
		font-size: 19px;
	}
}
@media screen and (max-width:820px) {
	.primary-navigation {
		font-size: 17px;
	}
	#values h5 {
		font-size: 19px;
	}
    .slide_entry {
		font-size: 16px;
	}
}
@media screen and (max-width:801px) {
	.light .fw_cont {
		padding: 40px 0;
	}
	#powered,
	#values {
		display: block;
		margin-top:48px;
	}
	#values {
		margin-top: 0;
	}
	#powered .wp-block-column:first-child,
	#values > .wp-block-column:first-child {
		display: block;
		flex-basis: auto !important;
		margin-bottom: 0;
	}
	#slide_cont {
		margin-top:0;
	}
    .slide_entry {
		font-size: 20px;
	}
	.testimonial-credit {
		font-size:18px;
	}
	#bluesquare2 {
		min-width: 200px;
		min-height: 200px;
		top:2%;
	}
	#values h5 {
		font-size: 24px;
	}
}
@media screen and (max-width:799px) {
	.primary-navigation {
		font-size: 16px;
	}
	.secondary-navigation {
		margin-left: 25%;
	}
	.wp-block-button__link {
		font-size: 18px;
	}
}

@media screen and (max-width:781px) {
	.primary-navigation,
	.secondary-navigation {
		display: none;
	}
	.header-callout{
		padding-left: 20px;
	}
	#featuredimage {
		top: 9%;
		right: 0;
		left: auto;
	}
	html body div.wprm-wrapper {
		width: 100%;
	}
	.cbp-spmenu {
		padding-top: 80px;
	}
	.header-main {
		padding-top: 27px;
	}
	body .pr-row2 .news_cont,
	body .pr-row2 .event_cont {
		margin-bottom: 48px;
	}
	.stocknumbers {
		padding-bottom: 36px;
	}
	.dark.page-id-226152 .section-title {
		display: none;
	}
	.light #featuredimage,
	.page-id-226222 #featuredimage,
	.page-id-225670 #featuredimage,
	.page-id-225161 #featuredimage,
	.page-id-226205 #featuredimage,
	.page-id-226206 #featuredimage,
	.page-id-226622 #featuredimage {
		position: relative;
		right: auto;
		top: auto;
		margin: 12px auto;
	}
	.page-id-225670 .header_callout,
	.page-id-225161 .header_callout,
	.page-id-226206 .header_callout,
	.page-id-226622 .header_callout {
		position: relative;
		left: auto;
		margin-right: 60px;
		max-width: none;
	}
	.page-id-225670 .content-area,
	.page-id-225161 .content-area {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-id-225670 .site-header,
	.page-id-225161 .site-header {
		padding-bottom: 12px;
	}
	.header_callout {
		margin: 0 60px;
	}
	.light #featuredimage {
		width: 80%;
		height: 327px;
	}
	.ct-cols {
    margin-top: 50px;
	}
	.ct-header {
    font-size: 34px;
	}
	.ct-cols:before {
    height: 122%;
	}
	.page-id-226622 #bluesquareh4 {
		top: 134px;
	}
	.page-id-226622 #people {
    top: -300px;
  }
	.light .fw_cont {
		padding: 40px 0;
	}
	.bio-title {
		font-size: 26px !important;
	}
	.creds {
		font-size: 24px !important;
	}
	.bmt {
		font-size: 22px !important;
	}
	.content-area, .ir-tile {
		top: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.entry-title {
		max-width: 100%;
	}
	.pub_title {
		font-size: 23px;
	}
	.page-id-226205 .site-header {
		padding-bottom: 0;
	}
	#million .wp-block-column:first-child {
		display: none;
	}
	#million .wp-block-column:nth-child(2) {
		max-width: 50%;
		margin: 0 auto;
	}
	.page-id-226205 .fw_cont {
		padding: 0;
	}
	#approach .wp-block-columns .wp-block-column:nth-child(2) .wp-block-columns {
		display: block;
	}
	#approach .wp-block-columns .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column {
		/*flex-basis: 50% !important;
		/*flex-basis: 0;
		flex-grow: 1;*/
		display: inline-block;
		width: 49%;
	}
	#ccw {
		display: none;
	}
	.page-id-226206 .entry-title::after,
	.page-id-226622 .entry-title::after {
		width: 326px;
		height: 206px;
	}
	.page-id-226207.light .entry-title {
		max-width: none;
	}
	.page-id-226207 #bluesquareh2 {
		right: 5%;
	}
	#img2 {
		top: 103%;
	}
	.page-id-225908 .header_callout {
		margin-right: 0;
	}
	#values img {
		max-width: 120px;
	}
	#values > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:first-child {
		padding: 0;
		border: none;
	}
	#values > .wp-block-column:nth-child(2) .wp-block-columns:first-child {
		border: none;
	}
	#values > .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column {
		padding: 0;
	}
	#benefit-image,
	#hybrid {
		margin: 0 auto;
		text-align: center;
	}
	#hybrid {
		margin-right:7%;
	}
	#benefit-image img,
	#hybrid img {
		max-width: 70%;
		margin-top: 0;
	}
	.light .entry-title {
		max-width: none;
	}
	.page-id-225908 .header_callout {
		margin: 0 24px;
	}
	#bluesquare3 {
		right: 1%;
	}
	#bluesquareh2c {
		left: auto;
		right: 2%;
	}
	#sec1-img-4 img {
		right: 1%;
	}
	#sec1-img-2 img {
		left: 8%;
	}
	#sec1-img-3 img {
		top:30%;
	}
	#bluesquaresd1 {
		left:95%;
	}
	.viewable #science-driven .wp-block-column:nth-child(2):before {
		top:0;
	}
	#pipelinespace {
		display: none;
	}
	#science-driven {

	}
	#sec1-img-2 img {
		z-index: 9;
	}
	#science-driven .wp-block-column:nth-child(2) {
		padding-bottom: 0;
		margin-bottom: 12px;
	}
	.homesection {
		border-radius: 14px;
	}
	#sect-4 {
		padding: 24px 3%;
	}
	#lowercallout {
		bottom:5%;
		margin-right: 3%;
	}
	#lowercallout .wp-block-column:before {
		border-radius: 14px;
	}
	h2 {
		letter-spacing: 1px;
	}
	.home .arrow_cont {
		bottom: 18px;
	}
	#page {
		overflow-x: hidden;
	}
}
@media screen and (max-width:767px) {
	.header-main {
		position: fixed;
		padding-top: 12px;
	}
	.header-secondary {
		margin-top: 114px;
	}
	.site-header {
		z-index: 100;
	}
	.bio_box, .bio_box2 {
		width: 100%;
		display: block;
		text-align: center;
		margin-right: 0;
	}
	.bio_detail_cont {
		text-align: left;
	}
	.bio_img {
		margin: 0 auto;
	}
	.page-id-226028 .header_callout,
	.header_callout {
		position: relative;
		right: auto;
		margin-left: 23px;
		width: auto;
		margin-right: 23px;
	}
	.light .entry-title {
		max-width: auto;
	}
	.bio_box2 {
		margin-bottom: 32px;
	}
	.wp-block-footnotes,
	.toggle_data p {
		margin-left:0;
	}
	#approach {
		padding: 30px 4%;
	}
	.page-id-226206 .entry-title.
	.page-id-226622 .entry-title {
		max-width: 56%;
	}
	.page-id-226206 .entry-header,
	.page-id-226622 .entry-header {
		min-height: 0;
	}
	.page-id-226206 .content-area,
	.page-id-226622 .content-area {
		padding:0;
	}
	.page-id-226622 .fw_cont,
	.page-id-226206 .fw_cont {
		padding: 0;
	}
	#bluesquareeap {
		right: 1%;
	}
	#img2,
	#img3,
	#img1 {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 12px;
		left: auto;
	}
	.page-id-226207 .entry-content p:first-child, .page-id-226207 .halfwidth {
		padding-right: 0;
	}
	.viewable #medcircles {
		margin-top: 20%;
	}
	#lowercallout .wp-block-column:before {
		top: 0;
	}
	#mircroscope,
	#focusedapproach,
	#sect-4 {
		margin-top:75px;
	}
	#sect-4 .is-vertically-aligned-center {
		margin-top:12px;
	}
	#lowercallout {
		bottom: 15%;
	}
	#fingerpoint img {
		max-width: 50% !important;
	}
	#focusedapproach .wp-block-column:nth-child(2) {
		margin-top: 5%:
	}
	#science-driven .wp-block-column:nth-child(2) {
		padding-top: 0;
	}
	#focusedapproach {
	/*	margin-top:35px; */
	}
	#focusedapproach .wp-block-column:nth-child(2) {
		margin-top:0;
	}
	.viewable #medcircles {
		margin-top:12px;
		margin-bottom:12px;
	}
	#medcircles img {
		max-width: 75px !important;
	}
	#fingerpoint {
		margin-left: 17%;
	}
	.home #lowercallout {
		margin-top:24px;
		position: relative;
		bottom: auto;
	}
	.home #lowercallout h4 {
		font-size: 22px !important;
	}
	#lowercallout .wp-block-column {
		padding-top:12px;
	}
	#sect-1 img {
		width: 40%;
	}
	#sect-1 .wp-block-image img {
		width: 162px;
	}
	.home.light .entry-title {
		margin-bottom: 2px;
	}
	.home.light .entry-title,
	.home .entry-header p {
		width: 50%;
		text-align: left;
		margin-left: 14px;
	}
	.home .entry-header p {
		width: 56%;
		font-size: 18px !important;
	}
	.home .header-secondary .bluesquare_small,
	.home .header-secondary .bluesquare_med,
	.home .header-secondary #bluesquareh3,
	.home .homesection #bluesquareh5 {
		display: none;
	}
	.home #sect-1 img {
		left:14px;
	}
	.home #sec1-img-2 img {
		top: 49%;
		left: 214px;
	}
	#sec1-img-3 img,
	#sec1-img-1 img,
	#sec1-img-2 img {
		max-width: none;
	}
	#sec1-img-3 img,
	#sec1-img-4 img {
		top: 70%;
	}
	.home #sec1-img-4 img {
		left: 214px;
	}
	#ltbluesquare {
		z-index: 1;
		left: 18%;
		right: -20%;
		top: 40%;
		bottom: 15%;
	}
	.home .entry-title,
	.home h2 {
		font-size: 43px !important;
	}
	.home h2 {
		margin-bottom: 0;
		margin-top: 0;
		line-height: 1;
	}
	#sect-4 .is-vertically-aligned-center {
		margin-top: 0;
	}
	#mircroscope img {
		max-width: 53% !important;
	}
	#blackdots {
		bottom: auto;
	}
	#pipelinegraph img {
		top:31%;
	}
	#sect-4 .safezoneB {
		padding-top: 0;
	}
	#sect-4 {
		margin-top:100px;
	}
	#focusedapproach {
		/*margin-top: 0; */
	}
	#medcircles {
		text-align: right;
	}
	#focusedapproach {
		position: relative;
	}

	#fingerpoint {
		top:5%;
		position: absolute;
	}
	#focusedapproach .wp-block-column:nth-child(2) {
		margin-top: 36px;

	}
	.home section {
		position: relative;
	}
	.home .site-header {
		padding-bottom: 0
	}
	.home #sect-1 img {
		position: relative;
	}
	#sect-1 figure {
		display: inline-block;
		vertical-align: top;
		width: 45%;
		padding-right: 2%;
		margin-bottom: 12px;
	}
	#sec1-img-4 img,
	.home #sec1-img-2 img,
	.home #sec1-img-4 img {
		right: auto;
		left: auto;
		top: auto
	}
	#sect-4 {
		height: auto !important;
	}
	.closeme {
		margin-left: 48px;
		margin-bottom: 12px
	}
	.slide_entry {
		padding-top: 24px;
	}
}


@media screen and (max-width:600px) {
	#featuredimage {
		position: relative;
		top:auto;
	}
	#bluesquare {
		position: relative;
		min-height: 145px;
	}
	.page-id-225670 #bluesquare,
	.page-id-225161 #bluesquare {
		position: absolute;
		z-index: 3;
	}
	.entry-header {
		top:30px;
	}
	#featuredimage {
		background-size: cover;
		width: 100%;
	}
	.header-callout {
		margin-top: 24px;
	}
	.section-title {
		margin: 12px 20px;
	}
	.stocknumbers {
		margin-right: 0;
	}
	.page-id-225670 .header_callout,
	.page-id-225161 .header_callout,
	.page-id-226028 .header_callout,
	.page-id-226206 .header_callout,
	.page-id-226622 .header_callout {
		margin: 0 14px;
	}
	.page-id-225670 .header_callout p {
		margin-bottom: 0;
	}
	.pub_title {
		font-size: 21px;
	}
	.slide_entry {
		font-size: 18px;
	}

	#focusedapproach:before {
		left:5%;
		right: 5%;
		bottom:1%;
		top:0;s
	}
	#blackdots {
		left: 3%;
	}
	#focusedapproach .wp-block-spacer {
		max-height: 0;
	}
}
@media screen and (max-width:475px) {
	.page-id-226206 .entry-title,
	.page-id-226622 .entry-title {
		max-width: 88%;
	}
	.slide_entry {
		font-size: 16px;
	}
	.page-id-225908 #bluesquareh3 {
		right: 3%;
	}
	#bluesquare5 {
		left: 3%;
		top: 70%;
	}
	#bluesquare7 {
		left: 4%;
		opacity: .5;
	}
	#bluesquare4 {
		opacity: .5;
		min-height: 62px;
		min-width: 62px;
		right: 6%;
	}
	.page-id-226205 #bluesquareh2 {
		top:128%;
		left: 3%;
	}
	.home #bluesquareh6 {
		display: none;
	}

	#pipelinegraph img {
		left: 65%;
	}
}
/**
 * 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: #f9f9f9;
	}

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

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}
